.vybor-karty-wrapper{/*position:fixed;right:calc(50% - 50px);bottom:100px;*/background:url("/igralnye-karty/fon-pereklyuchenie.jpg") no-repeat center center;background-size:100px 100px;width:100px;height:100px;margin:20px auto 0;border-radius:50%;z-index:10000;box-shadow:2px 2px 6px #000000;}.vybor-karty-wrapper .forma-vybora-karty{display:none;position:relative;margin-top:-200px;left:-100px;z-index:10000;width:300px;height:200px;background:url('/igralnye-karty/forma-vybora.jpg') no-repeat center center;background-size:300px 200px;border-radius:20px;border:1px solid #000000;color:#ffffff;text-align:center;box-shadow:3px 3px 6px #000000;}.vybor-karty-wrapper:hover .forma-vybora-karty{display:block;}.vybor-karty-wrapper .forma-vybora-karty span{display:inline-block;font-weight:bold;text-shadow:1px 1px 2px #000000;margin-top:10px;}.vybor-karty-wrapper .forma-vybora-karty span.choice-notice{font-size:10pt;font-weight:normal;margin:0;}.vybor-karty-wrapper .forma-vybora-karty a{color:#ffffff;text-decoration:underline;}.vybor-karty-wrapper .forma-vybora-karty .forma-flex{display:flex;flex-direction:row;justify-content:space-evenly;width:100%;height:auto;}.vybor-karty-wrapper .forma-vybora-karty .forma-flex input[type="image"]{margin:10px;width:60px;height:95px;border-radius:10px;border:1px solid #555555;box-shadow:3px 3px 6px rgba(255, 255, 255, 0.8);}.scene{width:100%;height:85px;padding-top:15px;perspective:500px;}.scene .card{width:45px;height:70px;position:relative;margin:auto auto;transform-style:preserve-3d;animation:spin 6s infinite linear;}.scene .card img{width:45px;height:70px;border-radius:5px;border:1px solid #999999;}.scene .card .card__face{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:bold;border-radius:10px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.2);backface-visibility:hidden;}.scene .card .card__face.card__face--front{background-color:white;color:black;}.scene .card .card__face.card__face--back{background-color:darkred;color:white;transform:rotateY(180deg);}@keyframes spin{0%{transform:rotateY(0deg);}100%{transform:rotateY(360deg);}}/*@media only screen and (min-width:640px){.vybor-karty-wrapper{right:50px;bottom:50px;}.vybor-karty-wrapper .forma-vybora-karty{bottom:0;right:0;}}*/