/* Santa CSS */
/* ========== ОБЩИЕ СТИЛИ ДЕДА МОРОЗА ========== */
.santa *,.santa *:after,.santa *:before {box-sizing:border-box; content:''; position:absolute; border-radius:50%; box-shadow:0 4px 10px rgba(0,0,0,0.2),0 16px 20px rgba(0,0,0,0.1)}
.santa .bag {background:#3e3e3e; position:absolute; width:200px; height:200px; z-index:1; right:-20px; top:-10px; display:block !important; opacity:1 !important; visibility:visible !important; border-radius:50%; box-shadow:0 4px 10px rgba(0,0,0,0.2),0 16px 20px rgba(0,0,0,0.1)}
.santa .cap {background:#fff; width:20px; height:20px; left:0; right:0; margin:auto; z-index:7; top:-85px}
.santa .cap:after {width:70px; height:70px; background:#f00; left:-24px; top:9px; z-index:3}
.santa .cap:before {background:#fff; width:80px; height:50px; left:-30px; z-index:5; top:23px; border-radius:50% 50% 0 0}
.santa .head {background:#E2D7C7; z-index:10; width:50px; height:50px; left:0; right:0; margin:auto; top:-40px}
.santa .head:before {width:100px; height:100px; background:#fff; top:10px; left:-25px}
.santa .head:after {background:#E2D7C7; width:24px; height:12px; z-index:3; left:0; right:0; margin:auto; top:30px; border-radius:0 0 20px 20px}
.santa .head .eyes {width:8px; height:8px; background:#000; z-index:4; left:14px; top:5px; box-shadow:15px 0 #3e3e3e}
.santa .body {left:0; top:0; width:300px; height:300px; background:#f00; overflow:visible !important; z-index:1}
.santa .arrow {background-image:url("data:image/svg+xml; charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat:no-repeat; background-size:cover; width:250px; height:250px; left:30px; top:52px; transition:0.2s; z-index:3}
.santa .hand {left:-20px; top:120px; background:#fff; height:60px; width:60px; z-index:7}
.santa .hand:after {height:30px; width:30px; background:#E2D7C7; left:20px; bottom:10px}
.santa .hand.left {left:auto; right:45px; top:5px}
.santa .hand.left:after {bottom:30px; left:12px}
.santa .legs,.santa .legs:after {width:20px; height:60px; z-index:10; background:#f00; bottom:-45px; left:128px; border-radius:0 0 10px 10px; border-bottom:20px solid #3e3e3e}
.santa .legs:after {left:31px; bottom:-20px}

/* ========== ДЛЯ DEFAULT ТЕМЫ ========== */
.santa-container {position:fixed; z-index:99999; cursor:pointer; transition:all 0.3s ease; transform:scale(0.30); bottom:-60px; right:-80px; opacity:0; visibility:hidden; width:300px; height:300px}
.santa-container.visible {opacity:1; visibility:visible}
.santa-container:hover {transform:scale(0.25)}
.santa-container .santa {position:absolute; width:100%; height:100%; left:0; top:0; transform:scale(1) !important}

@media (max-width:768px) {.santa-container {transform:scale(0.20); bottom:-90px !important; right:-110px !important}
 .santa-container:hover {transform:scale(0.25)}
 }
/* Сместить влево для Default */
.santa-container.santa-left {right: 50px !important;}
/* Сместить вверх */
.santa-container.santa-up {bottom: 30px !important;}

/* ========== ДЛЯ UNISHOP2 ========== */
.fly-block {bottom:50px}
@media (max-width:767px) {
.fly-block__contacts {right:-3px}	
.fly-block {bottom:30px; right:0}
.fly-block__scrollup.santa-left {right: 80px !important}
.fly-block__scrollup .santa {transform: translate(-50%, -50%) scale(0.2) !important;}
.fly-block__scrollup:hover .santa {transform: translate(-50%, -50%) scale(0.22) !important;}
}
.fly-block__scrollup {position:relative; overflow:visible !important; width:60px !important; height:60px !important}
.fly-block__scrollup .santa {position:absolute; width:300px; height:300px; left:38%; top:60%; transform:translate(-50%,-50%) scale(0.20) !important; margin:0 !important; z-index:25; transition:all 0.3s ease}
.fly-block__scrollup:hover .santa {transform:translate(-50%,-50%) scale(0.20) !important}
.fly-block__scrollup-icon {display:none !important}
.fly-block__scrollup {background:transparent !important}
.fly-block__scrollup:hover .santa .arrow,.santa-container:hover .santa .arrow {top:40px}