@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{-webkit-touch-callout:none;font-family:Arial,sans-serif;font-size:12px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.irs,.irs-line{display:block;position:relative}.irs-line{outline:none!important;overflow:hidden}.irs-bar{display:block}.irs-bar,.irs-shadow{left:0;position:absolute;width:0}.irs-shadow{display:none}.irs-handle{box-sizing:border-box;cursor:default;display:block;position:absolute;z-index:1}.irs-handle.type_last{z-index:2}.irs-max,.irs-min{cursor:default;display:block;position:absolute}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-single,.irs-to{cursor:default;display:block;left:0;position:absolute;top:0;white-space:nowrap}.irs-grid{bottom:0;display:none;height:20px;left:0;position:absolute;width:100%}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{background:#000;height:8px;left:0;position:absolute;top:0;width:1px}.irs-grid-pol.small{height:4px}.irs-grid-text{bottom:0;color:#000;font-size:9px;left:0;line-height:9px;padding:0 3px;position:absolute;text-align:center;white-space:nowrap}.irs-disable-mask{background:transparent;cursor:default;display:block;height:100%;left:-1%;position:absolute;top:0;width:102%;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;cursor:not-allowed;filter:alpha(opacity=0)}.irs-disabled{opacity:.4}.irs-hidden-input{background:none!important;border-color:transparent!important;border-style:solid!important;display:block!important;font-size:0!important;height:0!important;left:0!important;line-height:0!important;margin:0!important;outline:none!important;overflow:hidden;padding:0!important;position:absolute!important;top:0!important;width:0!important;z-index:-9999!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{background-color:#e1e4e9;border-radius:4px;height:12px;top:25px}.irs--flat .irs-bar{background-color:#ed5565;height:12px;top:25px}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{background-color:#e1e4e9;bottom:16px;height:1px}.irs--flat .irs-handle{background-color:transparent;height:18px;top:22px;width:16px}.irs--flat .irs-handle>i:first-child{background-color:#da4453;display:block;height:100%;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-max,.irs--flat .irs-min{background-color:#e1e4e9;border-radius:4px;color:#999;font-size:10px;line-height:1.333;padding:1px 3px;text-shadow:none;top:0}.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to{background-color:#ed5565;border-radius:4px;color:#fff;font-size:10px;line-height:1.333;padding:1px 5px;text-shadow:none}.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before{border:3px solid transparent;border-top-color:#ed5565;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{background-color:#fff;background:linear-gradient(180deg,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px;height:12px;top:33px}.irs--big .irs-bar{background-color:#92bce0;background:linear-gradient(180deg,#fff 0,#428bca 30%,#b9d4ec);border:1px solid #428bca;box-shadow:inset 0 0 1px 1px rgba(255,255,255,.5);height:12px;top:33px}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{background-color:rgba(66,139,202,.5);bottom:16px;height:1px}.irs--big .irs-handle{background-color:#cbcfd5;background:linear-gradient(180deg,#fff 0,#b4b9be 30%,#fff);border:1px solid rgba(0,0,0,.3);border-radius:30px;box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;height:30px;top:25px;width:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{background-color:#939ba7;background:linear-gradient(180deg,#fff 0,#919ba5 30%,#fff);border-color:rgba(0,0,0,.45)}.irs--big .irs-max,.irs--big .irs-min{background-color:#9f9f9f;border-radius:3px;color:#fff;padding:1px 5px;text-shadow:none;top:0}.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to{background-color:#428bca;background:linear-gradient(180deg,#428bca 0,#3071a9);border-radius:3px;color:#fff;padding:1px 5px;text-shadow:none}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern,.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{background-color:#d1d6e0;background:linear-gradient(180deg,#e0e4ea 0,#d1d6e0);border:solid #a3adc1;border-radius:5px;border-width:1px 1px 0;height:5px;top:25px}.irs--modern .irs-bar{background:#20b426;background:linear-gradient(180deg,#20b426 0,#18891d);height:5px;top:25px}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{background-color:rgba(209,214,224,.5);bottom:21px;height:1px}.irs--modern .irs-handle{border:1px solid #a3adc1;border-radius:0 0 3px 3px;border-top:0 solid #a3adc1;box-shadow:1px 1px 1px rgba(0,0,0,.1);height:13px;top:37px;width:12px}.irs--modern .irs-handle>i:first-child{background:#fff;border:1px solid #a3adc1;display:block;height:6px;left:1px;position:absolute;top:-4px;transform:rotate(45deg);width:6px}.irs--modern .irs-handle>i:nth-child(2){background:#e9e6e6;background:linear-gradient(180deg,#fff 0,#e9e6e6);border-radius:0 0 3px 3px;box-sizing:border-box;display:block;height:12px;left:0;position:absolute;top:0;width:10px}.irs--modern .irs-handle>i:nth-child(3){border-left:1px solid #a3adc1;border-right:1px solid #a3adc1;box-sizing:border-box;display:block;height:5px;left:3px;position:absolute;top:3px;width:4px}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{background:#c3c7cd;background:linear-gradient(180deg,#fff 0,#919ba5 30%,#fff);border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:first-child,.irs--modern .irs-handle:hover>i:first-child{border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-max,.irs--modern .irs-min{background-color:#d1d6e0;border-radius:5px;color:#fff;font-size:10px;line-height:1.333;padding:1px 5px;text-shadow:none;top:0}.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to{background-color:#20b426;border-radius:5px;color:#fff;font-size:10px;line-height:1.333;padding:1px 5px;text-shadow:none}.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before{border:3px solid transparent;border-top-color:#20b426;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{font-size:12px;height:50px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{background-color:#000;border-radius:2px;height:2px;top:30px}.irs--sharp .irs-bar{background-color:#ee22fa;height:2px;top:30px}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{background-color:rgba(0,0,0,.5);bottom:21px;height:1px}.irs--sharp .irs-handle{background-color:#a804b2;height:10px;top:25px;width:10px}.irs--sharp .irs-handle>i:first-child{border:5px solid transparent;border-top-color:#a804b2;display:block;height:0;left:0;position:absolute;top:100%;width:0}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-max,.irs--sharp .irs-min{background-color:#a804b2;border-radius:2px;color:#fff;font-size:14px;line-height:1;opacity:.4;padding:3px 4px;top:0}.irs--sharp .irs-from,.irs--sharp .irs-single,.irs--sharp .irs-to{background-color:#a804b2;border-radius:2px;color:#fff;font-size:14px;line-height:1;padding:3px 4px;text-shadow:none}.irs--sharp .irs-from:before,.irs--sharp .irs-single:before,.irs--sharp .irs-to:before{border:3px solid transparent;border-top-color:#a804b2;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{background-color:#dee4ec;border-radius:4px;height:4px;top:36px}.irs--round .irs-bar{background-color:#006cfa;height:4px;top:36px}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{background-color:rgba(222,228,236,.5);bottom:21px;height:4px}.irs--round .irs-handle{background-color:#fff;border:4px solid #006cfa;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3);height:24px;top:26px;width:24px}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-max,.irs--round .irs-min{background-color:rgba(0,0,0,.1);border-radius:4px;color:#333;font-size:14px;line-height:1;padding:3px 5px;top:0}.irs--round .irs-from,.irs--round .irs-single,.irs--round .irs-to{background-color:#006cfa;border-radius:4px;color:#fff;font-size:14px;line-height:1;padding:3px 5px;text-shadow:none}.irs--round .irs-from:before,.irs--round .irs-single:before,.irs--round .irs-to:before{border:3px solid transparent;border-top-color:#006cfa;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{background-color:#dedede;height:4px;top:31px}.irs--square .irs-bar{background-color:#000;height:4px;top:31px}.irs--square .irs-shadow{background-color:#dedede;bottom:21px;height:2px}.irs--square .irs-handle{background-color:#fff;border:3px solid #000;height:16px;top:25px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:16px}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-max,.irs--square .irs-min{background-color:rgba(0,0,0,.1);color:#333;font-size:14px;line-height:1;padding:3px 5px;top:0}.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to{background-color:#000;color:#fff;font-size:14px;line-height:1;padding:3px 5px;text-shadow:none}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.jq-checkbox,.jq-radio{display:inline-block;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jq-checkbox input,.jq-radio input{margin:0;opacity:0;padding:0;position:absolute;z-index:-1}.jq-file{display:inline-block;overflow:hidden;position:relative}.jq-file input{font-size:100px;height:auto;line-height:1em;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0}.jq-file__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jq-select-multiple,.jq-selectbox{display:inline-block;position:relative}.jq-select-multiple select,.jq-selectbox select{height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%}.jq-select-multiple li,.jq-selectbox li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.jq-selectbox{z-index:10}.jq-selectbox__select{position:relative}.jq-selectbox__select-text{overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{list-style:none;overflow:auto}.jq-select-multiple ul,.jq-selectbox__dropdown ul{-webkit-overflow-scrolling:touch;overflow-x:hidden;position:relative}.jq-number{display:inline-block}.jq-number__field input{-moz-appearance:textfield;text-align:left}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.jq-checkbox,.jq-radio{background:linear-gradient(#fff,#e6e6e6);border:1px solid #c3c3c3;box-shadow:0 1px 1px rgba(0,0,0,.05),inset -1px -1px #fff,inset 1px -1px #fff;cursor:pointer;height:16px;margin:0 4px 0 0;vertical-align:-4px;width:16px}.jq-checkbox.focused,.jq-radio.focused{border:1px solid #08c}.jq-checkbox.disabled,.jq-radio.disabled{opacity:.55}.jq-checkbox{border-radius:3px}.jq-checkbox.checked .jq-checkbox__div{border-bottom:2px solid #666;border-left:2px solid #666;height:4px;margin:3px 0 0 3px;-webkit-transform:rotate(-50deg);transform:rotate(-50deg);width:8px}.jq-radio{border-radius:50%}.jq-radio.checked .jq-radio__div{background:#777;border-radius:50%;box-shadow:inset 1px 1px 1px rgba(0,0,0,.7);height:10px;margin:3px 0 0 3px;width:10px}.jq-file{border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);width:270px}.jq-file input{cursor:pointer}.jq-file__name{background:#fff;border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1;box-sizing:border-box;height:34px;padding:0 80px 0 10px;width:100%}.jq-file__browse,.jq-file__name{color:#333;font:14px/32px Arial,sans-serif}.jq-file__browse{background:linear-gradient(#fff,#e6e6e6);border-left:1px solid #ccc;border-radius:0 4px 4px 0;box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);padding:0 10px;position:absolute;right:1px;text-shadow:1px 1px #fff;top:1px}.jq-file:hover .jq-file__browse{background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-file:active .jq-file__browse{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-file.focused .jq-file__name{border:1px solid #5794bf}.jq-file.disabled,.jq-file.disabled .jq-file__browse,.jq-file.disabled .jq-file__name{background:#f5f5f5;border-color:#ccc;box-shadow:none;color:#888}.jq-number{padding:0 36px 0 0;position:relative;vertical-align:middle}.jq-number__field{border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);width:100px}.jq-number__field:hover{border-color:#b3b3b3}.jq-number__field input{background:none;border:none;box-sizing:border-box;color:#333;font:14px Arial,sans-serif;outline:none;padding:8px 9px;width:100%}.jq-number__spin{background:linear-gradient(#fff,#e6e6e6);border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);cursor:pointer;height:14px;position:absolute;right:0;text-shadow:1px 1px #fff;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:32px}.jq-number__spin.minus{bottom:0;top:auto}.jq-number__spin:hover{background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-number__spin:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-number__spin:after{border-bottom:5px solid #999;border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:11px;position:absolute;top:4px;width:0}.jq-number__spin.minus:after{border:5px solid transparent;border-bottom:none;border-top-color:#999;top:5px}.jq-number__spin.minus:hover:after{border-top-color:#000}.jq-number__spin.plus:hover:after{border-bottom-color:#000}.jq-number.focused .jq-number__field{border:1px solid #5794bf}.jq-number.disabled .jq-number__field,.jq-number.disabled .jq-number__spin{background:#f5f5f5;border-color:#ccc;box-shadow:none;color:#888}.jq-number.disabled .jq-number__spin:after{border-bottom-color:#aaa}.jq-number.disabled .jq-number__spin.minus:after{border-top-color:#aaa}.jq-selectbox{cursor:pointer;vertical-align:middle}.jq-selectbox__select{background:linear-gradient(#fff,#e6e6e6);border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);color:#333;font:14px/32px Arial,sans-serif;height:32px;padding:0 45px 0 10px;text-shadow:1px 1px #fff}.jq-selectbox__select:hover{background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-selectbox__select:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-selectbox.focused .jq-selectbox__select{border:1px solid #5794bf}.jq-selectbox.disabled .jq-selectbox__select{background:#f5f5f5;border-color:#ccc;box-shadow:none;color:#888}.jq-selectbox__select-text{display:block;width:100%}.jq-selectbox .placeholder{color:#888}.jq-selectbox__trigger{border-left:1px solid #ccc;height:100%;position:absolute;right:0;top:0;width:34px}.jq-selectbox__trigger-arrow{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #999;height:0;position:absolute;right:12px;top:14px;width:0}.jq-selectbox:hover .jq-selectbox__trigger-arrow{border-top-color:#000}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-top-color:#aaa}.jq-selectbox__dropdown{background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.2);box-sizing:border-box;font:14px/18px Arial,sans-serif;margin:2px 0 0;padding:0;width:100%}.jq-selectbox__search{margin:5px}.jq-selectbox__search input{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;border:1px solid #ccc;border-radius:3px;box-shadow:inset 1px 1px #f1f1f1;box-sizing:border-box;color:#333;margin:0;outline:none;padding:5px 27px 6px 8px;width:100%}.jq-selectbox__not-found{background:#f0f0f0;font-size:13px;margin:5px;padding:5px 8px 6px}.jq-selectbox ul{margin:0;padding:0}.jq-selectbox li{color:#231f20;min-height:18px;padding:5px 10px 6px}.jq-selectbox li.selected{background-color:#a3abb1;color:#fff}.jq-selectbox li:hover{background-color:#08c;color:#fff}.jq-selectbox li.disabled{color:#aaa}.jq-selectbox li.disabled:hover{background:none}.jq-selectbox li.optgroup{font-weight:700}.jq-selectbox li.optgroup:hover{background:none;color:#231f20;cursor:default}.jq-selectbox li.option{padding-left:25px}.jq-select-multiple{background:#fff;border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);box-sizing:border-box;color:#333;cursor:default;font:14px/18px Arial,sans-serif;padding:1px}.jq-select-multiple.focused{border:1px solid #5794bf}.jq-select-multiple.disabled{background:#f5f5f5;border-color:#ccc;box-shadow:none;color:#888}.jq-select-multiple ul{margin:0;padding:0}.jq-select-multiple li{list-style:none;padding:3px 9px 4px}.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}.jq-select-multiple li.selected{background:#08c;color:#fff}.jq-select-multiple li.disabled{color:#aaa}.jq-select-multiple li.optgroup{font-weight:700}.jq-select-multiple li.option{padding-left:25px}.jq-select-multiple.disabled li.selected,.jq-select-multiple li.selected.disabled{background:#ccc;color:#fff}input[type=email].styler,input[type=password].styler,input[type=search].styler,input[type=tel].styler,input[type=text].styler,input[type=url].styler,textarea.styler{border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);color:#333;font:14px Arial,sans-serif;padding:8px 9px}input[type=search].styler{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea.styler{overflow:auto}input[type=email].styler:hover,input[type=password].styler:hover,input[type=search].styler:hover,input[type=tel].styler:hover,input[type=text].styler:hover,input[type=url].styler:hover,textarea.styler:hover{border-color:#b3b3b3}input[type=email].styler:hover:focus,input[type=password].styler:hover:focus,input[type=search].styler:hover:focus,input[type=tel].styler:hover:focus,input[type=text].styler:hover:focus,input[type=url].styler:hover:focus,textarea.styler:hover:focus{border-color:#b3b3b3 #ccc #ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);outline:none}button.styler,input[type=button].styler,input[type=reset].styler,input[type=submit].styler{background:linear-gradient(#fff,#e6e6e6);border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:4px;box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);color:#333;cursor:pointer;font:14px Arial,sans-serif;outline:none;overflow:visible;padding:8px 11px;text-shadow:1px 1px #fff}button.styler.styler::-moz-focus-inner,input[type=button].styler.styler::-moz-focus-inner,input[type=reset].styler.styler::-moz-focus-inner,input[type=submit].styler.styler::-moz-focus-inner{border:0;padding:0}button.styler:not([disabled]):hover,input[type=button].styler:not([disabled]):hover,input[type=reset].styler:hover,input[type=reset].styler:not([disabled]):hover,input[type=submit].styler:not([disabled]):hover{background:linear-gradient(#f6f6f6,#e6e6e6)}button.styler:active,input[type=button].styler:active,input[type=reset].styler:active,input[type=submit].styler:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}button.styler[disabled],input[type=button].styler[disabled],input[type=submit].styler[disabled]{background:#f5f5f5;border-color:#ccc;box-shadow:none;color:#888}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{background-color:#000;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);left:0;opacity:.8;position:absolute;top:0;z-index:9999}.lightbox{font-weight:400;left:0;line-height:0;outline:none;position:absolute;text-align:center;width:100%;z-index:10000}.lightbox .lb-image{border:4px solid #fff;border-radius:3px;display:block;height:auto;max-height:none;max-width:inherit}.lightbox a img{border:none}.lb-outerContainer{*zoom:1;background-color:#fff;border-radius:4px;height:250px;margin:0 auto;position:relative;width:250px}.lb-outerContainer:after{clear:both;content:"";display:table}.lb-loader{height:25%;left:0;line-height:0;position:absolute;text-align:center;top:43%;width:100%}.lb-cancel{display:block;height:32px;margin:0 auto;width:32px}.lb-nav{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");outline:none}.lb-next,.lb-prev{cursor:pointer;display:block;height:100%}.lb-nav a.lb-prev{background:url(/build/images/prev.8881e4f6.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);float:left;left:0;opacity:1;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;width:34%}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{background:url(/build/images/next.6789f1f7.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);float:right;opacity:1;right:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;width:64%}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{*zoom:1;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin:0 auto;padding-top:5px;width:100%}.lb-dataContainer:after{clear:both;content:"";display:table}.lb-data{color:#ccc;padding:0 4px}.lb-data .lb-details{float:left;line-height:1.1em;text-align:left;width:85%}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{clear:left;color:#999;display:block;font-size:12px;padding-bottom:1em}.lb-data .lb-close{display:block;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);float:right;height:30px;opacity:.7;outline:none;text-align:right;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;width:30px}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(var(--swiper-navigation-size)*-1/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;border-radius:100%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-cube-shadow{background:#000;bottom:0;-webkit-filter:blur(50px);filter:blur(50px);height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}*{box-sizing:border-box;margin:0;outline:none;padding:0}a:hover{text-decoration:none}a:active,a:focus,a:visited{outline:none;text-decoration:none}body,html{width:100%}ul{list-style:none}button{box-shadow:none;outline:none}html{-webkit-text-size-adjust:100%;height:100%;line-height:1.15}body{color:#1f2432;line-height:1;min-height:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:none}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,ol,p,ul{margin-bottom:0}@font-face{font-display:swap;font-family:MontserratLight;font-style:normal;font-weight:300;src:url(/build/fonts/Montserrat-Light.cf7b6a95.woff2) format("woff2");src:url(/build/fonts/Montserrat-Light.be142e6c.woff) format("woff")}@font-face{font-display:swap;font-family:MontserratRegular;font-style:normal;font-weight:400;src:url(/build/fonts/Montserrat-Regular.8b56391e.woff2) format("woff2");src:url(/build/fonts/Montserrat-Regular.3db65dc4.woff) format("woff")}@font-face{font-display:swap;font-family:MontserratMedium;font-style:normal;font-weight:500;src:url(/build/fonts/Montserrat-Medium.d6bbb7c3.woff2) format("woff2");src:url(/build/fonts/Montserrat-Medium.d42dad28.woff) format("woff")}@font-face{font-display:swap;font-family:MontserratSemibold;font-style:normal;font-weight:600;src:url(/build/fonts/Montserrat-SemiBold.1d679c82.woff2) format("woff2");src:url(/build/fonts/Montserrat-SemiBold.19721359.woff) format("woff")}@font-face{font-display:swap;font-family:MontserratBold;font-style:normal;font-weight:700;src:url(/build/fonts/Montserrat-Bold.cfceaf4e.woff2) format("woff2");src:url(/build/fonts/Montserrat-Bold.180ba33d.woff) format("woff")}@font-face{font-display:swap;font-family:MontserratExtraBold;font-style:normal;font-weight:800;src:url(/build/fonts/Montserrat-ExtraBold.724e2fc5.woff2) format("woff2");src:url(/build/fonts/Montserrat-ExtraBold.75ee4192.woff) format("woff")}body,html{max-width:100%;overflow-x:hidden;position:relative}body{overflow:overlay}body::-webkit-scrollbar{background-color:transparent;height:1px;width:8px}body::-webkit-scrollbar-thumb{background-color:#d8edf6;border-radius:60px}body::-webkit-scrollbar-track{background-color:transparent}body.no-scroll{overflow:hidden}main{margin-top:95px}@media (min-width:1300px){main{margin-top:85px}}.container{margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 50px}}@media (min-width:1300px){.container{padding:0 33px}}.wrap{min-height:100dvh;position:relative}.wrap,.wrap_fullscreen{display:flex;flex-direction:column}.wrap_fullscreen{height:100dvh;justify-content:space-between}.wrap main{flex:1}.wrap>.container{margin-top:111px}@media (min-width:1300px){.wrap>.container{margin-top:95px}}html{box-sizing:border-box;opacity:0;transition:opacity .3s ease-in-out}html.menuIsOpen,html.popupIsOpen{overflow:hidden}*,:after,:before{box-sizing:inherit}@media (max-width:1199px){:focus{outline:0 none}}body{font-family:MontserratRegular;margin:0;min-width:320px;overflow-x:hidden;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0}img{object-fit:cover}.all-content{word-wrap:break-word;hyphens:auto;overflow-wrap:break-word}button{background-color:transparent;border:none;cursor:pointer}textarea{resize:none}.block-title{color:#101c29;font-family:MontserratSemibold,sans-serif;font-size:26px;font-weight:600;line-height:29px}@media (min-width:768px){.block-title{font-size:24px;line-height:29px}}@media (min-width:1300px){.block-title{font-size:30px;line-height:37px;margin-bottom:34px;max-width:470px}}.visually-hidden,input [type=checkbox].visually-hidden,input [type=radio].visually-hidden{clip:rect(0,0,0,0);border:0;clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}input:required{background-image:radial-gradient(#000 15%,transparent 16%);background-position:100% 0;background-repeat:no-repeat;background-size:1em 1em}.breadcrumbs{margin-top:20px}@media (min-width:1300px){.breadcrumbs{margin-top:30px}}.breadcrumbs__list{align-items:center;display:flex;flex-wrap:wrap;gap:5px;margin:0 -16px;overflow:scroll;padding:0 16px}@media (min-width:768px){.breadcrumbs__list{margin:0 -50px;padding:0 50px}}@media (min-width:1300px){.breadcrumbs__list{margin:0 -33px;padding:0 33px}}.breadcrumbs__list::-webkit-scrollbar,.breadcrumbs__list::-webkit-scrollbar-button{display:none}.breadcrumbs__list li{font-size:12px;line-height:10px;padding-right:6px;position:relative;transition:all .3s ease;white-space:nowrap}@media (min-width:768px){.breadcrumbs__list li{font-size:14px;line-height:15px;padding-right:8px}}.breadcrumbs__list li:first-child{align-items:center;display:flex}.breadcrumbs__list li:last-child{color:#b7bbbe;padding-right:16px}.breadcrumbs__list li:not(:first-child){padding-left:15px}@media (min-width:768px){.breadcrumbs__list li:not(:first-child){padding-left:26px}}.breadcrumbs__list li:not(:first-child):before{background-color:#b5b5b5;border-radius:1px;content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}@media (min-width:768px){.breadcrumbs__list li:not(:first-child):before{width:18px}}.breadcrumbs__list li:not(:last-child):hover{color:#009fe3}.breadcrumbs__list li:hover svg path{fill:#009fe3}.breadcrumbs__list li svg{height:13px;transition:all .3s ease;width:14px}@media (min-width:768px){.breadcrumbs__list li svg{height:15px;width:17px}}.input-row,.input-row label{position:relative}.input-row label{color:#696f79;font-size:14px;line-height:17px}.input-row label input,.input-row label textarea{border:1px solid #cbd3e2;border-radius:8px;color:#423d48;font-size:16px;line-height:18px;margin-top:4px;padding:16px 22px;width:100%}.input-row label input:hover,.input-row label textarea:hover{border:1px solid #5d7687}.input-row label input:focus,.input-row label textarea:focus{border:1px solid #3bb5e9}.input-row label input:disabled,.input-row label textarea:disabled{background-color:#cbd3e2;opacity:.3}.input-row label input:disabled:hover,.input-row label textarea:disabled:hover,.input-row select{border:1px solid #cbd3e2;display:block}.input-row select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;border-radius:6px;color:#25252a;cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:18px;margin-top:4px;padding:16px 22px;width:100%}.input-row select::-ms-expand{display:none}.input-row select+.arrow{border-color:#000;height:16px;position:absolute;right:22px;top:50%;transform:translateY(-30%) translateX(-50%) rotate(45deg);transition:rotate .3s;width:16px;z-index:-1}.input-row .help-block{color:#cf4949;display:none;font-size:14px;line-height:17px;margin-top:5px;transition:all .3s ease}.input-row_sms{align-items:center;flex-direction:column}.input-row.error label{color:#cf4949}.input-row.error input,.input-row.error textarea{border:1px solid #cf4949}.input-row.error .help-block{display:block}.input-row.success label{color:#27ae60}.input-row.success input,.input-row.success textarea{border:1px solid #27ae60}.input-error{bottom:-15px;color:#cf4949;font-size:12px;pointer-events:none;position:absolute;transition:opacity .4s ease}.input-error.hidden{opacity:0}.input-wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:768px){.input-wrapper{flex-direction:row;gap:20px}}.input-wrapper .input-row{width:100%}@media screen and (min-width:768px){.input-wrapper .input-row{width:50%}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.personal-info__checkbox{height:95px;padding:20px;position:relative;width:380px}.personal-info__checkbox .checkbox__border:after{border:2px solid #cbd3e2;border-radius:8px;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;width:100%}input:checked+.checkbox__border:after{border-color:#009fe3}.pagination{align-items:center;display:flex;justify-content:flex-start}.pagination_top{display:none}@media (min-width:1300px){.pagination_top{display:flex}.pagination{width:360px}}@media (min-width:1550px){.pagination{width:350px}}.pagination .tui-page-btn{align-items:center;background:transparent;border:none!important;border-radius:50%;color:#101c29;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:18px;font-weight:600;height:32px;justify-content:center;line-height:140%;transition:background-color .4s ease;width:32px}@media (min-width:670px){.pagination .tui-page-btn{height:32px!important;width:32px!important}}.pagination .tui-is-selected{background:#d8edf6;color:#fff}.pagination .tui-is-selected:hover{background:#3bb5e9}.pagination .tui-next,.pagination .tui-prev{align-items:center;background:#f6f6f6;border-radius:5px;display:flex;height:50px;justify-content:center;position:relative;width:50px}.pagination .tui-next:after,.pagination .tui-next:before,.pagination .tui-prev:after,.pagination .tui-prev:before{background-color:#000;content:"";height:2px;position:absolute;width:10px}.pagination .tui-next:before,.pagination .tui-prev:before{top:12px}.pagination .tui-next:after,.pagination .tui-prev:after{bottom:12px}.pagination .tui-next{margin-left:auto}.pagination .tui-next:before{transform:rotate(45deg)}.pagination .tui-next:after{transform:rotate(-45deg)}.pagination .tui-prev{margin-right:auto}.pagination .tui-prev:before{transform:rotate(-45deg)}.pagination .tui-prev:after{transform:rotate(45deg)}.pagination .tui-first,.pagination .tui-ico-next,.pagination .tui-ico-prev,.pagination .tui-is-disabled,.pagination .tui-last{display:none!important}.active-link{color:#0b7fc7}.tab-content{display:none;height:0;opacity:0;position:relative;transform:translateY(5%);transition:opacity .6s ease;width:0}.tab-content.active{display:block;height:max-content;opacity:1;transform:translateY(0);width:100%}.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{background-color:transparent!important;padding:0!important}.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{background-image:url(/build/images/icon-share-one.5bd17cf3.svg)!important;background-position:50%!important;background-size:24px 24px!important;height:44px!important;width:44px!important}.round-button-outlined__btn-next,.round-button-outlined__btn-prev{border:1px solid #009fe3;border-radius:50%;cursor:pointer;height:40px;position:relative;transition:all .3s ease;width:40px}.round-button-outlined__btn-next:before,.round-button-outlined__btn-prev:before{background-image:url(/build/images/arrow-black.bbcc8a0b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:55%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;width:18px}.round-button-outlined__btn-next.swiper-button-disabled,.round-button-outlined__btn-prev.swiper-button-disabled{border:1px solid #e2e2e2;cursor:default}.round-button-outlined__btn-next.swiper-button-disabled:hover,.round-button-outlined__btn-prev.swiper-button-disabled:hover{background-color:transparent}.round-button-outlined__btn-next.swiper-button-disabled:hover:before,.round-button-outlined__btn-prev.swiper-button-disabled:hover:before{background-image:url(/build/images/arrow-black.bbcc8a0b.svg);background-repeat:no-repeat}.round-button-outlined__btn-next:hover,.round-button-outlined__btn-prev:hover{background-color:#3bb5e9}.round-button-outlined__btn-next:hover:before,.round-button-outlined__btn-prev:hover:before{background-image:url(/build/images/arrow-white.e1c6ea54.svg)}.round-button-outlined__btn-prev:before{left:50%;transform:translateX(-50%) translateY(-50%) rotate(180deg)}.round-button-outlined__pagination-wrapper{display:flex;height:max-content;width:max-content}.round-button-outlined__pagination{color:#101c29;display:inline;font-family:MontserratMedium;font-size:16px;font-weight:500;line-height:40px;text-align:center;width:70px}@media (max-width:767px){.round-button-outlined__pagination{width:30px}}.g-recaptcha{display:flex;justify-content:center;margin-top:20px}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{width:100%}.swiper-container{margin-top:24px}.scroll-to-top{animation-timeline:scroll();animation-name:scrollToTop;border-radius:50%;bottom:55px;cursor:pointer;display:block;height:44px;left:inherit;position:fixed;right:130px;text-align:center;text-decoration:none;width:44px;z-index:1025}@media (min-width:768px){.scroll-to-top{bottom:55px;right:140px}}.scroll-to-top:before{transform:translateX(-50%) translateY(-50%) rotate(270deg)}@keyframes scrollToTop{0%{opacity:0}10%{opacity:1}}.dropdown__desc-text a{all:revert}.arrow{border:solid #000;border-width:0 1px 1px 0;display:inline-block;padding:3px}.arrow.right{transform:rotate(-45deg)}.arrow.left{transform:rotate(135deg)}.radio-button_default{position:relative}.radio-button_default input[type=radio]{opacity:0;position:absolute;z-index:-1}.radio-button_default input[type=radio]+label{align-items:flex-start;cursor:pointer;display:inline-flex;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:1.4em;user-select:none}.radio-button_default input[type=radio]+label:before{content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:20px;margin-right:5px;width:20px}.radio-button_default input[type=radio]:disabled+label{opacity:.5;pointer-events:none;user-select:none}@media screen and (min-width:1300px){.radio-button_default input[type=radio]+label{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1.4em}}.radio-button_default input[type=radio]+label:before{background-image:url(/build/images/radio-inactive.8e163f8e.svg);background-position:50%;background-repeat:no-repeat;background-size:75% 75%}.radio-button_default input[type=radio]:not(:disabled):checked+label{border-color:#009fe3}.radio-button_default input[type=radio]:not(:disabled):checked+label:before{background-image:url(/build/images/radio-active.33e3ad09.svg);background-position:50%;background-repeat:no-repeat;background-size:120% 120%}.radio-button_border{padding:20px;position:relative}.radio-button_border input[type=radio]{opacity:0;position:absolute;z-index:-1}.radio-button_border input[type=radio]+label{align-items:flex-start;cursor:pointer;display:inline-flex;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:1.4em;user-select:none}.radio-button_border input[type=radio]+label:before{content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:20px;margin-right:5px;width:20px}.radio-button_border input[type=radio]:disabled+label{opacity:.5;pointer-events:none;user-select:none}@media screen and (min-width:1300px){.radio-button_border input[type=radio]+label{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1.4em}}.radio-button_border input[type=radio]+label:after{border:2px solid #cbd3e2;border-radius:8px;bottom:0;content:"";display:block;height:100%;left:0;position:absolute;width:100%}.radio-button_border input[type=radio]:not(:disabled):checked+label:after{border-color:#009fe3}.radio-button_border.error input[type=radio]+label:after{border-color:#cf4949}.radio-button_border:hover input[type=radio]+label:after{border-color:#5d7687}.radio-button_icon input[type=radio]+label:before{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;height:30px;width:30px}.radio-button_icon_1 input[type=radio]+label:before{background-image:url(/build/images/mdi_airplane-gps.a8a4b516.svg)}.radio-button_icon_2 input[type=radio]+label:before{background-image:url(/build/images/carbon_delivery.a25fac14.svg)}.radio-button_icon_3 input[type=radio]+label:before{background-image:url(/build/images/carbon_delivery-parcel.0b89b001.svg)}.radio-button_icon_pin input[type=radio]+label:before{background-image:url(/build/images/map-pin_icon.5323f5a3.svg);height:17px;opacity:.6;width:13px}.radio-button_point:after{background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:20px;content:"";pointer-events:none;position:absolute;right:20px}.radio-button_point_cdek:after{background-image:url(/build/images/cdek-logo.5c50f75b.svg);height:10px;width:38px}.radio-button_point_dellin:after{background-image:url(/build/images/dellin-logo.eddd2692.svg);height:28px;width:28px}@media (min-width:768px){.radio-button_point_cdek:after{height:14px;width:53px}.radio-button_point_dellin:after{height:39px;width:39px}}@media (min-width:1300px){.radio-button_point_cdek:after{height:16px;width:57px}.radio-button_point_dellin:after{height:35px;width:35px}}.input{border:1px solid #cbd3e2;border-radius:6px;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;padding:18px 22px;width:100%}@media screen and (min-width:768px){.input{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:22px}}@media screen and (min-width:1300px){.input{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:22px}}.label-row{color:#696f79;display:flex;flex-direction:column;gap:5px}.label-row,.label-row input{font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.label-row input{border:1px solid #cbd3e2;border-radius:6px;padding:18px 22px;padding:16px 22px!important;width:100%}@media screen and (min-width:1300px){.label-row input{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:22px}}.button_blue{background-color:#009fe3;border-radius:8px;color:#fff;font-size:16px;font-weight:500;line-height:20px;padding:15px 42px;transition:background-color .3s;width:100%}.button_blue:hover{background-color:#3bb5e9;transition:background-color .3s}.text-button{color:#009fe3;display:inline-block;font-size:16px;font-weight:500;transition:color .4s ease;width:max-content}@media (min-width:1180px){.text-button{font-size:18px}.text-button:hover{color:#3bb5e9}}.back-button{align-items:center;border:1px solid #cbd3e2;border-radius:8px;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;opacity:.6;padding:15px;transition:opacity .4s ease}.back-button:before{background-image:url(/build/images/arrow-left_icon.33c75323.svg);background-repeat:no-repeat;background-size:contain;content:"";height:19px;width:19px}@media (min-width:1300px){.back-button:before{height:22px;width:22px}}@media (min-width:1180px){.back-button:hover{opacity:1}}@media (min-width:1300px){.back-button{border:none;font-size:18px;padding:0}}.button_transparent{background-color:transparent;border:1px solid #cbd3e2;border-radius:8px;color:#25252a;font-size:16px;font-weight:500;line-height:20px;padding:12px 42px;transition:background-color .3s;width:100%}.button_transparent:hover{background-color:#3bb5e9;transition:background-color .3s}.point-checkbox__inner{display:flex;flex-direction:column;font-weight:500;gap:5px}.point-checkbox__title{font-size:14px}.point-checkbox__worktime{font-size:12px}@media (min-width:768px){.point-checkbox__title{font-size:16px}.point-checkbox__worktime{font-size:14px}}@media (min-width:1300px){.point-checkbox__inner{gap:12px}.point-checkbox__title{font-size:18px}.point-checkbox__worktime{font-size:16px}}.header{position:fixed;top:0;width:100%;z-index:100}@media (min-width:1300px){.header .header__top-wrap{padding:8px 0}.header .header__logo{height:36px;width:84px}.header .header__bottom{padding:12px 0}}.header__top{background-color:#1d5f93;display:none;transition:all .2s ease-out;z-index:11}@media (min-width:1300px){.header__top{display:block;overflow:visible!important}}.header__top a{color:#fff;font-size:12px;line-height:15px}@media (min-width:1300px){.header__top a{font-size:14px;line-height:17px}}.header__top-wrap{padding:11px 0;transition:all .2s ease-in-out}.header__logo{display:none;height:42px;margin-right:37px;transition:all .2s ease-out;width:60px}@media (min-width:1300px){.header__logo{display:block;height:66px;margin-left:13px;margin-right:35px;width:95px}}.header__logo img{height:100%;object-fit:contain;width:100%}@media (min-width:1300px){.header__mobile-logo{display:none}}.header__mobile-logo img{display:block;margin:0 auto}.main-menu__list{display:flex}.main-menu__list .main-menu__item{transition:all .3s ease}@media (max-width:1299px){.main-menu__list .main-menu__item{display:none}}@media (min-width:1300px){.main-menu__list .main-menu__item.main-menu__item-actions{display:block}}.main-menu__list .main-menu__item.main-menu__item-actions a{color:#cf4949}@media (min-width:1300px){.main-menu__list .main-menu__item+.main-menu__item{margin-left:32px}}.main-menu__list .main-menu__item a{font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.01em;line-height:17px;text-transform:uppercase}.main-menu__list .main-menu__item:hover{color:#5d7687}.header__burger-wrapper{gap:2px}.header__burger-inner,.header__burger-wrapper{align-items:center;display:flex;flex-direction:column}.header__burger-inner{cursor:pointer;height:14px;justify-content:center;position:relative;transition:all .5s ease-in-out;width:19px;z-index:1002}@media (min-width:768px){.header__burger-inner{width:max-content}}@media (max-width:767px){.header__burger-inner{height:14px;width:19px}}@media screen and (min-width:1300px){.header__burger-inner{flex-direction:row}}.header__burger-inner.opened:before{bottom:50%;top:auto;transform:rotate(-45deg);transition:top .15s .15s,transform .15s}.header__burger-inner.opened:after{bottom:50%;transform:rotate(45deg);transition:top .15s .15s,transform .15s}.header__burger-inner.opened span{background:0 0;transition:top .15s .15s,transform .15s}.header__burger-inner a{color:#009fe3;font-family:MontserratBold,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.01em;line-height:17px;padding-left:12px;text-transform:uppercase}@media (max-width:1299px){.header__burger-inner a{display:none}}.header__burger{height:14px;width:18px}.header__burger span{background:#25252a;border-radius:5px;height:2px;left:0;position:absolute;top:6px;transition:all .25s ease-in-out;width:19px}@media (min-width:1300px){.header__burger span{background-color:#009fe3}}.header__burger:after,.header__burger:before{background:#25252a;border-radius:5px;content:"";height:2px;left:0;position:absolute;transition:all .25s ease-in-out;width:19px}@media (min-width:1300px){.header__burger:after,.header__burger:before{background-color:#009fe3}}.header__burger:before{top:1px;transform:translateY(-50%)}.header__burger:after{bottom:1px;transform:translateY(50%)}.header__burger.opened:after{opacity:0}.header__burger.opened:before{transform:rotate(-45deg) translate(-3px,3px)}.header__burger.opened span{transform:rotate(45deg)}.header__bottom{background:url(/build/images/noise.5e53843c.webp),linear-gradient(0deg,rgba(133,198,227,.45),hsla(0,0%,100%,.45)),linear-gradient(93.26deg,#ddf2f9 -19.63%,#cadff1 55.26%,#cefefa 112.85%);box-shadow:0 -3px 12px rgba(0,0,0,.25);padding:5px 0 12px;position:relative;z-index:11}@media (min-width:768px){.header__bottom{padding:10px 0 15px}}@media (min-width:1300px){.header__bottom{padding:8px 0 11px}}.header__bottom-menu{align-items:flex-end;display:flex;gap:6px}@media screen and (min-width:350px){.header__bottom-menu{gap:12px}}@media screen and (min-width:768px){.header__bottom-menu{gap:24px}}@media screen and (min-width:1300px){.header__bottom-menu{align-items:center}}.header__bottom-menu .header__catalog-menu{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:1300px){.header__bottom-menu .header__catalog-menu{display:none}}.header__bottom-menu .header__catalog-menu .catalog-menu__icon{cursor:pointer;line-height:0;position:relative}.header__bottom-menu .header__catalog-menu .catalog-menu__icon img{height:19px;width:20px;z-index:1101}.header__top-wrap{display:flex;justify-content:space-between}.header__top-wrap a{transition:color .4s}.header__top-wrap a:hover{color:#3bb5e9}.header__top-left{display:flex}.header__top-right{display:flex;font-size:14px;line-height:17px}.header__top-right a{font-size:16px;line-height:17px}.header__contact-us{border-bottom:1px dotted #fff;color:#fff;margin-left:32px;padding-bottom:1px}@media (max-width:1299px){.header__contact-us{display:none}}.header__top-block{line-height:0;padding-left:13px;position:relative}.header__top-block:before{background-color:#fff;border-radius:1px;content:"";height:17px;left:0;opacity:.4;position:absolute;top:0;width:1px}.header__top-block+.header__top-block{margin-left:12px}.header__search-mobile{margin-top:16px;position:relative;width:100%}@media (min-width:1300px){.header__search-mobile{display:none}}.header__search-mobile .search-input{background:#fff;border:none;border-radius:8px;height:36px;padding:8px 38px 8px 15px;width:100%}.header__search-mobile button{background-image:url(/build/images/search.c7035cf3.svg);background-repeat:no-repeat;background-size:contain;height:19px;opacity:.34;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:19px}.header__search-desktop{line-height:0}@media (max-width:1299px){.header__search-desktop{display:none}}.header__search-icon{line-height:0}.header__bottom-inner{display:flex;justify-content:space-between}.header__bottom-left{display:flex}.header__bottom-right{align-items:flex-end;display:flex;gap:6px;justify-content:flex-end}@media screen and (min-width:350px){.header__bottom-right{gap:12px}}@media screen and (min-width:768px){.header__bottom-right{gap:24px}}@media screen and (min-width:1300px){.header__bottom-right{align-items:center}}.header__bottom-right .header__account-wrapper{align-items:center;display:flex;flex-direction:column;position:relative}.header__bottom-right .header__account-wrapper .header__account{cursor:pointer;line-height:0;position:relative}.header__bottom-right .header__account-wrapper .header__account svg{height:21px;width:23px}.header__bottom-right .header__account-wrapper .header__account-menu{opacity:0;position:absolute;transition:opacity .3s;visibility:hidden}.header__bottom-right .header__account-wrapper.authorized .header__account:after{background-color:#009fe3;border-radius:50%;content:"";height:6px;position:absolute;right:-1px;top:-10px;width:6px}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu{background-color:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(197,221,231,.57);display:block;opacity:1;padding:18px;right:5px;transition:opacity .3s;visibility:unset;width:max-content;z-index:12}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu ul li a{color:#25252a;font-size:14px;line-height:17px;transition:color .3s}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu ul li svg{margin-right:13px}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu ul li svg path{transition:fill .3s}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu ul li:not(:last-of-type){margin-bottom:14px}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu ul li:hover a{color:#009fe3;transition:color .3s}.header__bottom-right .header__account-wrapper.authorized:hover .header__account-menu ul li:hover svg path{fill:#009fe3;transition:fill .3s}.search-box{backgrond-color:#fff;display:none;width:100%}.search-box.opened{display:block;height:45px;position:absolute;right:201px;top:-2px;width:calc(100vw - 395px);z-index:1100}.search-box .search-txt{border:1px solid #009fe3;border-radius:10px;color:#5d7687;font-size:16px;font-weight:700;outline:none;padding:10px;width:100%}@media (max-width:1299px){.search-box,.search-box .search-txt{display:none}}.search-btn{color:#000;cursor:pointer;display:flex;z-index:1101}.search-btn.opened path{fill:#009fe3}@media (max-width:1299px){.search-btn{display:none}}.search-box-mobile{display:none}.search-box-mobile .search-txt{border:none;display:block;width:100%}.search-box-mobile.active{border:1px solid #009fe3}.search-box-mobile.active path{fill:#009fe3}@media (max-width:1299px){.search-box-mobile{background:#fff;border-radius:8px;display:flex;gap:20px;height:39px;justify-content:center;margin-top:12px;padding:4px 16px}.search-box-mobile button{align-items:center;display:flex}.search-box-mobile input{border:none;width:100%}}.header__basket{align-items:center;display:flex;flex-direction:column}.header__basket svg{height:23px;width:26px}.header__basket-block{align-items:center;display:flex}.header__basket-icon{cursor:pointer;line-height:0;position:relative}.header__basket-count{background-color:#cf4949;border-radius:50%;color:#fff;font-size:10px;font-weight:600;height:19px;line-height:19px;opacity:0;pointer-events:none;position:absolute;right:-8px;text-align:center;top:-8px;transition:opacity .4s ease;user-select:none;width:19px}.header__basket-count.active{opacity:1}.header__bottom-block{position:relative}@media (max-width:1299px){.header__bottom-block{width:33.3333%}}.header__busket-sum{margin-left:12px}@media (max-width:767px){.header__busket-sum{display:none}}.header__busket-sum span{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:20px;font-weight:500;line-height:24px}.header__top-location{padding-right:20px}.location__select .result{color:#fff;font-size:12px;line-height:15px;text-decoration:underline dotted #fff}@media (min-width:1300px){.location__select .result{font-size:14px;line-height:17px}}.location__select .scroll{color:#fff;font-size:12px;line-height:15px;z-index:10000}@media (min-width:1300px){.location__select .scroll{font-size:14px;line-height:17px}}.simple-select{display:block;position:relative}.simple-select:after{background-image:url(/build/images/arrow-grey.da978ac8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10px;position:absolute;right:-15px;top:5px;transform:rotate(90deg);transition:all .3s;width:10px}@media (min-width:1300px){.simple-select:hover{cursor:pointer}}.simple-select.opened ul{opacity:1;visibility:visible;z-index:1000}.simple-select.opened:after{transform:rotate(270deg)}.simple-select__current{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;justify-content:space-between;line-height:110%}.simple-select__current svg{height:10px;transition:.4s;width:10px}.simple-select__list{background:#101c29;height:100%;max-height:851px;opacity:0;overflow-x:hidden;overflow-y:auto;position:fixed;transition:.3s;visibility:hidden;width:max-content;z-index:-1}@media (min-width:768px){.simple-select__list{transform:translateY(12px) translateX(0)}}.simple-select__option{color:#fff;display:block;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;width:100%}@media (min-width:1300px){.simple-select__option{transition:.3s}.simple-select__option:hover{background:#101c29}}.simple-select__option a{display:block;padding:10px}.inner-menu{background:#fff;border-radius:12px;box-shadow:0 5px 12px rgba(78,78,78,.3);display:flex;opacity:0;padding:15px 0;position:absolute;top:66px;transition:all .3s ease;visibility:hidden;z-index:10}.inner-menu.show{min-width:330px;opacity:1;visibility:visible}.inner-menu .inner-menu__list.submenu,.inner-menu .inner-menu__list.submenu-sub{height:0;opacity:0;transition:height,width .3s ease;visibility:hidden;width:0}.inner-menu .inner-menu__list.submenu-sub.show,.inner-menu .inner-menu__list.submenu.show{border-left:1px solid #e4e4e4;height:100%;min-width:330px;opacity:1;transition:all .3s ease;visibility:visible;width:auto}.inner-menu .inner-menu__list.submenu-sub a,.inner-menu .inner-menu__list.submenu a{padding-left:18px}.inner-menu .inner-menu__list li{font-size:16px;line-height:20px}.inner-menu .inner-menu__list li.inner-menu__sublist{position:relative}.inner-menu .inner-menu__list li.inner-menu__sublist a:after{background-image:url(/build/images/arrow-grey.da978ac8.svg);background-repeat:no-repeat;background-size:contain;content:"";height:12px;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:12px}.inner-menu .inner-menu__list li.inner-menu__sublist a:hover:after{right:10px}.inner-menu .inner-menu__list li a{display:block;padding:11px 47px 11px 53px;position:relative;transition:all .3s ease}.inner-menu .inner-menu__list li a:hover{background:rgba(65,152,247,.13)}.inner-menu .inner-menu__list li a svg{left:18px;position:absolute;top:50%;transform:translateY(-50%)}.header__mobile-menu{margin-top:0;position:fixed;top:-120%;transition:top .7s ease;width:100%;z-index:10}@media (min-width:1300px){.header__mobile-menu{display:none}}.header__mobile-menu.opened{align-items:center;background:rgba(0,0,0,.36);height:100%;justify-content:center;left:0;opacity:1;padding:0;position:fixed;right:0;top:112px;transition:top .7s ease;visibility:visible;width:100%;z-index:10}.mobile-menu__wrap{background-color:#fff;min-height:100vh;position:relative}.mobile-menu__page-1{overflow-x:hidden;overflow-y:auto}.mobile-menu__inner-page{animation-duration:.4s;animation-fill-mode:forwards;animation-name:fadeOutLeft;background-color:#fff;height:0;min-height:100vh;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:100%;z-index:3}.mobile-menu__inner-page.visible{animation-duration:.4s;animation-fill-mode:forwards;animation-name:fadeInRight;height:100%;width:100%}.mobile-menu__inner-page .mobile-menu__pane{animation-duration:.4s;animation-fill-mode:forwards;animation-name:fadeOutLeft;background-color:#fff;height:0;min-height:100vh;padding-bottom:130px;position:absolute;top:0;width:100%;z-index:4}.mobile-menu__inner-page .mobile-menu__pane.visible{animation-duration:.4s;animation-fill-mode:forwards;animation-name:fadeInRight;height:max-content;width:100%}.mobile-menu__inner-main{background-color:#fff;padding:0 16px}.mobile-menu__inner-main ul li{border-bottom:1px solid #f0f0f0;color:#101c29;font-size:16px;line-height:20px;padding:16px 0}.mobile-menu__inner-main ul li.mobile-menu__sublist{padding-right:20px;position:relative}.mobile-menu__inner-main ul li.mobile-menu__sublist:before{background-image:url(/build/images/arrow-grey.da978ac8.svg);background-position:95% 50%;background-repeat:no-repeat;background-size:17%;content:"";height:100%;position:absolute;right:0;top:0;width:15px}.mobile-menu__inner-main ul li a{display:block}.link-to-catalog_show-all{font-family:MontserratMedium,sans-serif;font-weight:500}.mobile-menu__list{display:flex;flex-direction:column}.mobile-menu__item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:.5rem;padding:16px 0}.mobile-menu__item a{line-height:20px}.mobile-menu__item.full-screen{margin:0 -16px;padding:16px}.mobile-menu__item.full-screen h2{font-family:MontserratBold,sans-serif;font-weight:700}.mobile-menu__item.mobile-menu__city a:after{background-image:url(/build/images/arrow-grey.da978ac8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:15px;margin-left:16px;position:absolute;top:50%;transform:translateY(-50%);width:15px}.mobile-menu__item.mobile-menu__catalog-item .mobile-menu__item-title{width:18px}.mobile-menu__item.mobile-menu__catalog-item .mobile-menu__item-title span{background-color:#009fe3;border-radius:4px;height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:18px}.mobile-menu__item.mobile-menu__catalog-item .mobile-menu__item-title:after,.mobile-menu__item.mobile-menu__catalog-item .mobile-menu__item-title:before{background-color:#009fe3;border-radius:4px;content:"";height:2px;left:0;position:absolute;width:18px}.mobile-menu__item.mobile-menu__catalog-item .mobile-menu__item-title:before{top:3px}.mobile-menu__item.mobile-menu__catalog-item .mobile-menu__item-title:after{bottom:3px}.mobile-menu__item h2{color:#101c29;font-size:16px;font-weight:400;line-height:20px;padding-left:32px}.mobile-menu__item .mobile-menu__item-title,.mobile-menu__item a{cursor:pointer;display:block;position:relative}.mobile-menu__item .mobile-menu__item-title svg,.mobile-menu__item a svg{left:0;margin-right:10px;position:absolute;top:50%;transform:translateY(-50%)}.mobile-menu__inner-header{background-color:#f8f8f8;margin:0 -16px;padding:18px 32px;position:relative}.mobile-menu__inner-header:before{background-image:url(/build/images/arrow-grey.da978ac8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:15px;left:30px;position:absolute;top:50%;transform:translateY(-50%) rotate(180deg);width:15px}.mobile-menu__inner-header p{margin-left:24px}.mobile-menu__inner-header h2{color:#101c29;font-family:MontserratSemibold,sans-serif;font-size:16px;font-weight:600;line-height:20px;padding:0 20px;text-align:center}.mobile-menu__contacts{display:flex;flex-direction:column;padding:18px 0}.mobile-menu__contacts a.mobile-menu__tel{color:#25252a;font-family:MontserratSemibold,sans-serif;font-size:16px;font-weight:600;line-height:20px;margin-bottom:8px;transition:all .3s ease}.mobile-menu__contacts a.mobile-menu__tel:hover{opacity:.6}.mobile-menu__contacts p{color:#25252a;font-size:14px;line-height:140%;margin-bottom:8px}.mobile-menu__contacts a.mobile-menu__email{color:#25252a;font-size:14px;line-height:140%;margin-bottom:16px;text-decoration-line:underline;transition:all .3s ease}.mobile-menu__contacts a.mobile-menu__email:hover{text-decoration-line:none}.mobile-menu__contacts .mobile-menu__social{display:flex}.mobile-menu__contacts .mobile-menu__social a+a{margin-left:12px}.header__bottom__subtitle{font-size:12px;margin-top:2px;text-align:center}@media screen and (min-width:1300px){.header__bottom__subtitle{display:none}}@keyframes headerMobile{0%{transform:translateX(-1000%)}to{transform:translateX(0)}}@keyframes headerMobileClose{0%{transform:translateX(0)}to{transform:translateX(-1000%)}}@keyframes fadeInRight{0%{left:50%;margin-left:-280px;opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{left:0;margin-left:0;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeOutLeft{0%{left:0;margin-left:0;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{left:100%;margin-left:-280px;opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.about__title{font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:20px}@media screen and (min-width:768px){.about__title{font-size:24px;line-height:29px}}@media screen and (min-width:1300px){.about__title{font-size:30px;line-height:37px}}.about-header{margin:30px 0}@media screen and (min-width:1300px){.about-header{margin:45px 0}}.about-header__content{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}@media screen and (min-width:1300px){.about-header__content{flex:1;flex-wrap:nowrap;margin:0 auto}}.about-header__content-title{color:#000;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:150%}.about-header__content-text{color:#25252a;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:160%}@media screen and (min-width:1300px){.about-header__content-text{flex-wrap:nowrap;width:50%}}.about-header__content-title+.about-header__content-text{margin-top:20px}.about-photo{background-color:#ccecf9;display:flex;flex-direction:column;justify-content:center;margin:80px 0;padding:40px 0}@media screen and (min-width:768px){.about-photo{padding:50px 0}}@media screen and (min-width:1300px){.about-photo{margin-bottom:120px;padding:90px 0}}.about-photo__carousel{--gap:20px;align-items:flex-end;display:flex;gap:var(--gap);overflow:hidden;user-select:none}.about-photo__carousel:last-child .about-photo__carousel-inner{align-items:flex-start;animation-direction:reverse}.about-photo__carousel+.about-photo__carousel{margin-top:20px}.about-photo__carousel-img{height:100%;max-height:110px;max-width:110px;width:100%}.about-photo__carousel-img:nth-child(2n){height:110px;width:80px}@media screen and (min-width:768px){.about-photo__carousel-img:nth-child(2n){height:300px;width:150px}}@media screen and (min-width:1300px){.about-photo__carousel-img:nth-child(2n){height:400px;width:300px}}@media screen and (min-width:768px){.about-photo__carousel-img{max-height:200px;max-width:200px}}@media screen and (min-width:1300px){.about-photo__carousel-img{max-height:400px;max-width:380px}}.about-photo__carousel-inner{align-items:flex-end;animation:marquee 60s linear infinite;display:flex;flex-shrink:0;gap:var(--gap);justify-content:space-around;min-width:100%}.about-history{margin:80px 0}@media screen and (min-width:1300px){.about-history{margin:120px 0}}.about-history__slider{background-image:url(/build/images/about-bg.b62ec223.png);background-position:top;background-repeat:no-repeat;background-size:cover;padding-bottom:20px;position:relative}@media screen and (min-width:768px){.about-history__slider{background-size:contain;padding-bottom:40px}}.about-history__slider:after,.about-history__slider:before{background:linear-gradient(269.34deg,#fff 44.2%,hsla(0,0%,100%,0) 99.39%);content:"";height:100%;position:absolute;top:0;width:75%;z-index:2}.about-history__slider:after{right:0;transform:translateX(50%)}.about-history__slider:before{left:0;transform:matrix(-1,0,0,1,0,0) translateX(50%)}.about-history__slide{opacity:.2}.about-history__slide.swiper-slide-active{opacity:1}.about-history__slide-title{font-family:Montserrat,sans-serif;font-size:50px;font-style:normal;font-weight:600;line-height:62px}@media screen and (min-width:768px){.about-history__slide-title{font-size:80.78px;line-height:98px}}@media screen and (min-width:1300px){.about-history__slide-title{font-size:90.78px;line-height:111px}}.about-history__slide-text{color:#25252a;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:160%}@media screen and (min-width:768px){.about-history__slide-text{font-size:16px}}.swiper-slide-active .about-history__slide-title{color:#009fe3}.about-history__pagination{display:flex;justify-content:space-between;margin:30px -16px;overflow-x:auto;overflow-y:hidden;padding-bottom:50px}@media screen and (min-width:768px){.about-history__pagination{margin:40px 0}}.about-history__bullet{color:rgba(37,37,42,.2);cursor:pointer;flex:1;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;padding:0 10px;position:relative;text-align:center;transition:color .6s ease,font-weight .4s ease}.about-history__bullet:after,.about-history__bullet:before{content:"";position:absolute}.about-history__bullet:before{background-color:#d3d3d4;border-radius:50%;bottom:-25px;height:13px;left:25%;transition:background-color .4s ease,box-shadow .4s ease;width:13px;z-index:3}.about-history__bullet:after{border-bottom:2px solid rgba(37,37,42,.1);bottom:-20px;left:0;transition:border-color .4s ease;width:100%;z-index:2}.about-history__bullet_active{color:#009fe3;font-weight:600}.about-history__bullet_active:before{background-color:#009fe3;box-shadow:0 0 1px 10px rgba(0,159,227,.2)}.about-history__bullet_active:after{border-color:#009fe3}@media screen and (min-width:768px){.about-history__bullet{font-size:24px}.about-history__bullet:before{bottom:-37px;height:17px;width:17px}.about-history__bullet:after{bottom:-30px}}@media screen and (min-width:1280px){.about-history__bullet{font-size:28px}}.about-history__container{margin:50px auto;position:relative;width:100%}.about-advantages{background-color:#ccecf9;padding:50px 0}.about-advantages__photo{display:none;margin-top:60px}.about-advantages__photo-img{height:100%;width:100%}@media screen and (min-width:1300px){.about-advantages__photo{display:block;height:225px;width:380px}}.about-advantages__list{margin-top:20px}@media screen and (min-width:1300px){.about-advantages__list{margin-top:30px;margin-top:18px;max-width:880px}}.about-advantages__list-item{color:#25252a;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:21px;padding:20px 0}.about-advantages__list-item+.about-advantages__list-item,.about-advantages__list-item:first-child{border-top:1px solid rgba(0,0,0,.7)}.about-advantages__list-item:last-child{border-bottom:1px solid rgba(0,0,0,.7)}@media screen and (min-width:1300px){.about-advantages__list-item{font-size:24px;line-height:29px;padding:35px 0}.about__container{display:flex;gap:100px;justify-content:space-between}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@keyframes marqueeReverse{0%{transform:translateX(0)}to{transform:translateX(calc(100% + var(--gap)))}}.others{margin-top:40px;padding-bottom:70px}@media (min-width:768px){.others{margin-top:76px;padding-bottom:80px}}@media (min-width:1300px){.others{margin-top:101px;padding-bottom:20px}}.others__top{display:flex;justify-content:space-between}@media (min-width:1300px){.others__top .others__title.block-title{margin-bottom:0}}.others__btns{height:max-content;width:max-content}@media (min-width:768px){.others__btns{display:flex}}@media (max-width:767px){.others__btns{display:none}}.others__slider{overflow:visible}@media (min-width:1300px){.others__slider{min-height:510px;overflow-y:visible}}@media (max-width:767px){.others__slider{padding-right:16px}}.others__slider .swiper-slide{box-sizing:border-box}.others__pagination{color:#25252a;line-height:20px}.others__btn-next,.others__btn-prev{border:1px solid #009fe3;border-radius:50%;cursor:pointer;height:40px;position:relative;transition:all .3s ease;width:40px}.others__btn-next:before,.others__btn-prev:before{background-image:url(/build/images/arrow-black.bbcc8a0b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:55%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;width:18px}.others__btn-next.swiper-button-disabled,.others__btn-prev.swiper-button-disabled{border:1px solid #e2e2e2;cursor:default}.others__btn-next.swiper-button-disabled:hover,.others__btn-prev.swiper-button-disabled:hover{background-color:transparent}.others__btn-next.swiper-button-disabled:hover:before,.others__btn-prev.swiper-button-disabled:hover:before{background-image:url(/build/images/arrow-black.bbcc8a0b.svg);background-repeat:no-repeat}.others__btn-next:hover,.others__btn-prev:hover{background-color:#3bb5e9}.others__btn-next:hover:before,.others__btn-prev:hover:before{background-image:url(/build/images/arrow-white.e1c6ea54.svg)}.others__btn-prev:before{left:50%;transform:translateX(-50%) translateY(-50%) rotate(180deg)}.others__pagination{color:#101c29;display:inline;font-family:MontserratMedium;font-size:16px;font-weight:500;line-height:40px;text-align:center;width:70px}@media (max-width:767px){.others__pagination{display:none}}.faq{margin-top:30px;padding-bottom:70px}@media (min-width:768px){.faq{margin-top:24px;padding-bottom:80px}}@media (min-width:1300px){.faq{margin-top:40px;padding-bottom:100px}}.faq__inner{display:flex;flex-direction:column;margin-top:30px}@media (min-width:1300px){.faq__inner{align-items:flex-start;flex-direction:row;margin-top:40px}}.faq__tabs{display:flex;flex-wrap:wrap}@media (min-width:1300px){.faq__tabs{flex-direction:column;margin-right:40px}}.faq__tabs .faq__tab{background-color:#eff2f3;border-radius:40px;color:#25252a;cursor:pointer;display:block;font-size:14px;line-height:17px;margin-bottom:12px;margin-right:5px;padding:11px 16px;transition:all .3s ease}@media (min-width:768px){.faq__tabs .faq__tab{font-family:MontserratMedium;font-size:16px;font-weight:500;line-height:20px;margin-right:12px;padding:12px 24px}}@media (min-width:1300px){.faq__tabs .faq__tab{background-color:transparent;border-radius:8px;margin-bottom:5px;padding:17px 24px;width:374px}}.faq__tabs .faq__tab.active{background-color:#009fe3;color:#fff}.ask-btn__wrapper{margin-top:40px}@media (min-width:1300px){.ask-btn__wrapper{display:none}}.ask-btn__wrapper h3{color:#101c29;font-family:MontserratMedium;font-size:20px;font-weight:500;line-height:140%;margin-bottom:8px}.ask-btn__wrapper p{color:#101c29;font-size:16px;line-height:150%}.ask-btn__wrapper .ask-btn{margin-top:24px}.ask-btn{align-items:center;border:1px solid #009fe3;border-radius:8px;display:flex;font-family:MontserratMedium;font-weight:500;justify-content:center;padding:14px;text-align:center;transition:all .3s ease;width:100%}.ask-btn:hover{background-color:#009fe3;color:#fff}.ask-btn:hover svg path{fill:#fff;transition:all .3s ease}.ask-btn svg path{transition:all .3s ease}.ask-btn span{margin-right:15px;position:relative}.ask-btn.ask-btn__desktop{display:none}@media (min-width:1300px){.ask-btn.ask-btn__desktop{display:flex;margin-top:53px;width:249px}}.ask-btn.ask-btn__mobile{display:flex}@media (min-width:1300px){.ask-btn.ask-btn__mobile{display:none}}.faq__tabs-content{margin-top:40px;width:100%}@media (min-width:1300px){.faq__tabs-content{margin-top:0}}.tab-faq__item{border-bottom:1px solid #e2e2e2;cursor:pointer;padding:16px 0}@media (min-width:768px){.tab-faq__item{padding:24px 0}}@media (min-width:1300px){.tab-faq__item{padding:26px 0}}@media (max-width:767px){.tab-faq__item:first-child{border-top:1px solid #e2e2e2}}.tab-faq__item-top{position:relative}.tab-faq__item-top:before{height:2px;right:0;width:16px}.tab-faq__item-top:after,.tab-faq__item-top:before{background-color:#101c29;border-radius:30px;content:"";position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.tab-faq__item-top:after{height:16px;right:7.5px;width:2px}.tab-faq__item-top.opened:after,.tab-faq__item-top.opened:before{background-color:#009fe3;transform:translateY(-50%) rotate(-45deg)}.tab-faq__item-top h2{color:#25252a;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:140%;width:94%}@media (min-width:768px){.tab-faq__item-top h2{font-size:20px}}.tab-faq__item-bottom{display:none}.tab-faq__item-bottom p{color:#101c29;font-size:14px;line-height:150%;padding-top:14px;width:94%}@media (min-width:768px){.tab-faq__item-bottom p{font-size:16px;padding-top:16px}}.ask__popup-content .help-block{display:none}.ask__popup-content img{display:block;height:42px;margin:0 auto;width:45px}.ask__popup-content h3{color:#25252a;display:block;display:flex;font-family:MontserratMedium;font-size:24px;font-weight:500;line-height:29px;margin:20px auto 22px;text-align:center}.ask__popup-content .input-row+.input-row{margin-top:18px}.ask__popup-content form input,.ask__popup-content form textarea{border:1px solid #cbd3e2;border-radius:6px;color:#423d48;font-size:16px;line-height:18px;margin-top:4px;padding:12px;width:100%}.ask__popup-content form label{color:#696f79;display:block;font-size:14px;line-height:17px}.ask__popup-content form p{color:#636363;font-size:13px;line-height:16px;margin-top:20px}.ask__popup-content form p a{display:inline-block;position:relative}.ask__popup-content form p a:before{background-color:#636363;bottom:1px;content:"";height:1px;left:0;position:absolute;width:100%}.ask__popup-content form button{background-color:#009fe3;border-radius:6px;color:#fff;cursor:pointer;display:block;margin-top:20px;padding:17px;text-align:center;transition:all .3s ease;width:100%}.ask__popup-content form button:hover{background-color:#3bb5e9}.thanks__popup-content{padding:26px 0 5px;text-align:center}.thanks__popup-content img{display:block;height:62px;margin:0 auto;width:62px}.thanks__popup-content h3{color:#25252a;font-family:MontserratMedium,sans-serif;font-size:24px;font-weight:500;line-height:29px;margin:18px auto;text-align:center}.thanks__popup-content p{color:#262a3b;font-size:16px;line-height:140%;text-align:center}.article{margin-bottom:80px;margin-top:18px}@media (min-width:768px){.article{margin-bottom:100px;margin-top:42px}}.article h1{color:#101c29;font-family:MontserratSemibold;font-size:20px;font-weight:600;line-height:24px;margin-top:10px;text-align:center}@media (min-width:768px){.article h1{font-size:24px;line-height:29px;margin-bottom:30px}}@media (min-width:1300px){.article h1{font-size:30px;line-height:37px;margin:16px auto 44px;max-width:100%}}.article__header-top{display:flex;flex-direction:column;position:relative}.article__header-top p{font-size:16px;line-height:20px;margin-top:40px;text-align:center}@media (min-width:768px){.article__header-top p{margin-top:32px}}@media (min-width:1300px){.article__header-top p{margin-top:0}.article__header-top .back-to-news__wrap{position:absolute}}.article__back-to-news{color:#009fe3;display:inline;font-family:MontserratMedium;font-size:14px;font-weight:500;line-height:17px;margin-bottom:40px;padding-left:20px;position:relative}@media (min-width:768px){.article__back-to-news{font-size:16px;line-height:20px;margin-bottom:32px;padding-left:30px}}.article__back-to-news:hover:before{left:-5px}.article__back-to-news:before{background-image:url(/build/images/arrow-blue.ff9b237f.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:11px;left:0;position:absolute;top:50%;transform:translateY(-55%) rotate(90deg);transition:all .3s ease;width:11px}@media (min-width:768px){.article__back-to-news:before{height:15px;width:15px}}.article__main{border-bottom:1px solid #c4c4c4;padding-bottom:30px}.article__main h3{margin-bottom:50px}@media (min-width:768px){.article__main{padding-bottom:67px}}@media (min-width:1300px){.article__main{padding-bottom:80px}}.article__main .article__main-photo{display:block;margin-bottom:24px;width:100%}@media (min-width:768px){.article__main .article__main-photo{margin:0 auto 40px;max-width:900px}}@media (min-width:1300px){.article__main .article__main-photo{margin-bottom:50px}}.article__main p{color:#101c29;font-size:16px;line-height:1.5}@media (min-width:768px){.article__main p{font-size:20px}}.article__main p+p{margin-top:27px}@media (min-width:1300px){.article__main p+p{margin-top:34px}}.article__main p a{color:#009fe3;text-decoration:none}.article__main p a:hover{border-bottom:1px dashed blue}.article__main h2{color:#101c29;font-family:MontserratMedium;font-size:20px;font-weight:500;line-height:150%;margin:30px 0 14px}@media (min-width:768px){.article__main h2{margin:32px 0 14px}}@media (min-width:1300px){.article__main h2{font-size:26px;margin:44px 0 16px}}.article__main .article__url{align-items:center;border:1px solid #009fe3;border-radius:8px;display:flex;font-family:MontserratMedium;font-weight:500;justify-content:center;margin-top:1rem;padding:14px;text-align:center;transition:all .3s ease;width:100%;width:30%}.article__main .article__url:hover{background-color:#009fe3;color:#fff}.article__share-desktop{align-items:center;display:flex;flex-direction:column;margin-right:100px;position:absolute}@media (max-width:1299px){.article__share-desktop{display:none}}.article__share-desktop .article__share-list{margin-top:25px}.article__share-desktop .article__share-list li{opacity:.4;transition:all .3s ease}.article__share-desktop .article__share-list li:hover{opacity:1}.article__share-desktop .article__share-list li+li{margin-top:16px}.article__images-slider{margin-top:30px;overflow:visible}@media (min-width:1300px){.article__images-slider{margin-top:50px;overflow:hidden}}@media (min-width:768px){.article__images-slider .article-slide{max-width:900px;width:50%}}.article__images-slider .article-slide img{width:100%}.article__footer{display:flex;flex-direction:column;margin-top:24px}@media (min-width:768px){.article__footer{flex-direction:row;justify-content:space-between;margin-top:26px}}.copy-btn{border:1px solid #009fe3;border-radius:8px;color:#101c29;cursor:pointer;display:block;font-family:MontserratMedium;font-size:16px;font-weight:500;line-height:20px;min-width:249px;padding:14px;transition:all .3s ease}@media (min-width:768px){.copy-btn{order:1;padding:14px 37px}}.copy-btn:hover{background-color:#009fe3;color:#fff}.copy-btn.success{background-color:#3bb5e9;border:1px solid #3bb5e9;color:#fff}.copy-btn.success span{padding-right:25px;position:relative}.copy-btn.success span:before{border:solid #fff;border-width:0 2px 2px 0;content:"";height:17px;position:absolute;right:0;top:50%;transform:translateY(-62%) rotate(45deg);width:8px}.article__share{align-items:center;display:flex;margin-top:24px}@media (min-width:768px){.article__share{margin-top:0}}.article__share .article__share-list{display:flex;margin-left:16px}.article__share .article__share-list li{height:36px;opacity:.4;transition:all .3s ease;width:36px}.article__share .article__share-list li:hover{opacity:1}.article__share .article__share-list li+li{margin-left:16px}.article__others{margin:60px 0 80px}@media (min-width:768px){.article__others{margin:88px 0 80px}}@media (min-width:1300px){.article__others{margin:100px 0}}.article__others-header{display:flex;justify-content:space-between}.article__others-header h2{color:#101c29;font-family:MontserratSemibold;font-size:16px;font-weight:600;line-height:20px}@media (min-width:768px){.article__others-header h2{font-size:20px;line-height:24px}}@media (min-width:1300px){.article__others-header h2{font-size:30px;line-height:37px}.article__others-header h2.mobile{display:none}}@media (max-width:1299px){.article__others-header h2.desktop{display:none}}.article__others-slider{margin-top:18px}@media (min-width:768px){.article__others-slider{margin-top:30px;overflow:visible}}@media (min-width:1300px){.article__others-slider{margin-top:40px}}@media (max-width:767px){.article__others-slider .swiper-wrapper{display:flex;flex-direction:column}}.article__others-slide{border-radius:8px;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:0 auto;transition:all .3s ease;width:100%}@media (min-width:768px){.article__others-slide{width:345px}}@media (max-width:767px){.article__others-slide{max-width:343px}}.article__others-slide:hover{box-shadow:0 5px 15px rgba(197,221,231,.57)}.article__others-slide:hover .article__others-info{border-color:transparent}@media (max-width:767px){.article__others-slide+a{margin-top:40px}.article__others-slide:nth-child(n+4){display:none}}.article__others-slide img{border-top-left-radius:8px;border-top-right-radius:8px;height:253px}.article__others-info{border:1px solid #e2e2e2;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none;flex-grow:1;padding:16px 16px 38px}@media (min-width:768px){.article__others-info{padding:18px 18px 49px}}.article__others-info .article__others-date{color:#636363;font-family:MontserratRegular;font-size:14px;font-weight:400;line-height:140%;margin-bottom:10px}@media (min-width:768px){.article__others-info .article__others-date{font-size:16px;margin-bottom:18px}}.article__others-info h3{color:#101c29;font-family:MontserratSemibold;font-size:16px;font-weight:600;line-height:130%;margin-bottom:6px}@media (min-width:768px){.article__others-info h3{font-size:20px;margin-bottom:8px}}.article__others-info p{color:#101c29;font-family:MontserratRegular;font-size:16px;font-weight:400;line-height:140%}.article__btn-next,.article__btn-prev{border:1px solid #009fe3;border-radius:50%;cursor:pointer;height:40px;position:relative;transition:all .3s ease;width:40px}.article__btn-next:before,.article__btn-prev:before{background-image:url(/build/images/arrow-black.bbcc8a0b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:55%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:all .3s ease;width:18px}.article__btn-next.swiper-button-disabled,.article__btn-prev.swiper-button-disabled{border:1px solid #e2e2e2;cursor:default}.article__btn-next.swiper-button-disabled:hover,.article__btn-prev.swiper-button-disabled:hover{background-color:transparent}.article__btn-next.swiper-button-disabled:hover:before,.article__btn-prev.swiper-button-disabled:hover:before{background-image:url(/build/images/arrow-black.bbcc8a0b.svg);background-repeat:no-repeat}.article__btn-next:hover,.article__btn-prev:hover{background-color:#3bb5e9}.article__btn-next:hover .article__btn-next.swiper-button-disabled:hover:before,.article__btn-next:hover .article__btn-next:before,.article__btn-next:hover .article__btn-prev.swiper-button-disabled:hover:before,.article__btn-next:hover .article__btn-prev:before,.article__btn-next:hover:before,.article__btn-prev:hover .article__btn-next.swiper-button-disabled:hover:before,.article__btn-prev:hover .article__btn-next:before,.article__btn-prev:hover .article__btn-prev.swiper-button-disabled:hover:before,.article__btn-prev:hover .article__btn-prev:before,.article__btn-prev:hover:before{background-image:url(/build/images/arrow-white.e1c6ea54.svg)}.article__btn-prev:before{left:50%;transform:translateX(-50%) translateY(-50%) rotate(180deg)}.article__btns{height:max-content;width:max-content}@media (min-width:768px){.article__btns{display:flex}}@media (max-width:767px){.article__btns{display:none}}.article__pagination{color:#101c29;display:inline;font-family:MontserratMedium;font-size:16px;font-weight:500;line-height:40px;text-align:center;width:70px}@media (max-width:767px){.article__pagination{display:none}}.article__content-wrap{position:relative}@media (min-width:1300px){.article__main-wrap{margin:0 auto;max-width:62.8%}}.article__main>ol,.article__main ol{list-style-type:decimal}.article__main>ul,.article__main ul{list-style-type:disc}.article__main>ol,.article__main>ul,.article__main ol,.article__main ul{font-size:20px;line-height:1.5;list-style-position:outside;padding-left:2.5em}.article__main>p{margin:revert}.footer{background:url(/build/images/noise.5e53843c.webp),linear-gradient(0deg,rgba(133,198,227,.45),hsla(0,0%,100%,.45)),linear-gradient(93.26deg,#ddf2f9 -19.63%,#cadff1 55.26%,#cefefa 112.85%)}.footer__top{padding-top:40px}@media (min-width:1300px){.footer__top{padding:50px 50px 0}}.footer__top-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__top-block{margin-bottom:24px}.footer__top-block p{font-weight:600;margin-bottom:.75rem}@media (min-width:340px) and (max-width:674px){.footer__top-block{width:48%}}@media (min-width:1300px){.footer__top-block:nth-child(4){order:1}.footer__top-block:nth-child(3){order:2}.footer__top-block:nth-child(2){order:3}.footer__top-block:nth-child(5){order:4}}.footer__top-block h3{color:#25252a;font-family:MontserratSemibold;font-size:16px;font-weight:600;line-height:20px;margin-bottom:14px}@media (min-width:1300px){.footer__top-block h3{margin-bottom:16px}}.footer__top-block ul li{color:#25252a;font-size:13px;line-height:140%;margin-bottom:8px}@media (min-width:1300px){.footer__top-block ul li{font-size:14px}}@media (max-width:499px){.footer__top-block ul li{max-width:200px}}.footer__top-block a{display:block}.footer__top-block.footer__contacts-block li{max-width:100%}@media (max-width:1299px){.footer__top-block .footer-menu__desktop-item,.footer__top-block.footer__contacts-block h3{display:none}}.footer__desktop-block__image{height:100%;width:100%}@media (max-width:1400px){.footer__desktop-block{display:none}}@media (max-width:1300px){.footer__contacts-top-list{display:none}}.footer__contacts-top-list li{font-size:14px;line-height:140%}.footer__contacts-top-list li.footer__contacts-tel{color:#25252a;font-size:16px;font-weight:600;line-height:20px}.footer__contacts-top-list li.footer__contacts-mail a{position:relative}.footer__contacts-top-list li.footer__contacts-mail a:after{background-color:#25252a;bottom:2px;content:"";height:1px;left:0;position:absolute;transition:all .15s ease;width:100%}.footer__contacts-top-list li.footer__contacts-mail:hover a:after{opacity:0;visibility:hidden}.footer__contacts-top-list li a{display:inline-block}.footer__contacts-top-list-mobile .tel{color:#25252a;font-size:16px;font-weight:600;line-height:20px}@media (min-width:1300px){.footer__contacts-bottom,.footer__contacts-top-list-mobile{display:none}}.footer__social-list{display:flex;margin-top:24px}@media (min-width:768px){.footer__social-list{margin-top:32px}}.footer__social-list a+a{margin-left:12px}.footer__social-list a svg .circle,.footer__social-list a svg circle{transition:all .2s ease}.footer__social-list a:hover svg .circle,.footer__social-list a:hover svg circle{fill:#3bb5e9;transition:all .2s ease}@media (min-width:1300px){.footer__social-list{justify-content:center;margin-top:27px}.footer-menu__mobile-item{display:none}}.footer__bottom{border-top:1px solid #fff}.footer__bottom-inner{align-items:center;display:flex;justify-content:space-between;padding:12px 0}.footer__copyright span{color:#565962;font-size:13px;letter-spacing:.015em;line-height:16px}@media (min-width:1300px){.footer__copyright span{color:#101c29}}@media (max-width:1299px){.footer__copyright span:last-child{display:none}}.footer__studio{display:block;transition:all .3s ease}.footer__studio:hover{opacity:.6}.footer__studio-mobile{height:100%;width:100%}@media (min-width:1300px){.footer__studio-mobile{display:none}}.footer__studio-desktop{height:100%;width:100%}@media (max-width:1299px){.footer__studio-desktop{display:none}}.search-desktop__box{cursor:pointer;height:40px;overflow:hidden;position:relative;transition:all .3s;width:23px}.search-desktop__box.opened{width:185px}@media (min-width:860px){.search-desktop__box.opened{width:250px}}@media (min-width:1500px){.search-desktop__box.opened{width:320px}}.search-desktop__box.opened:before{display:none}.search-desktop__box:before{background-image:url(/build/images/search.c7035cf3.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:21px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease;width:25px}.search-desktop__inner{display:flex;height:36px;justify-content:space-between;padding:3px;width:100%}.search-desktop__inner>input{background:#fff;border:none;border-radius:8px;display:none;height:36px;padding:10px;width:87.2%}.search-desktop__inner>button{background-image:url(/build/images/search.c7035cf3.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:21px;position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:0}@media (min-width:1500px){.search-desktop__inner>button{right:-8px}}.documents__btn-next,.documents__btn-prev{cursor:pointer}.footer__top-block ul li{transition:all .2s ease}.footer__top-block ul li:hover{color:#5d7687}.main__cart{margin-top:30px}@media (min-width:768px){.main__cart{margin-top:24px}}@media (min-width:1300px){.main__cart{margin-top:40px}}.title__wrapper{align-items:baseline;display:flex;gap:8px}@media (min-width:768px){.title__wrapper{gap:14px}}@media (min-width:1300px){.title__wrapper{gap:18px}}.title__wrapper h1{margin-bottom:0}.title__wrapper .cart__total-count{color:#000;font-size:13px;font-weight:400;line-height:16px;opacity:.4}@media (min-width:1300px){.title__wrapper .cart__total-count{font-size:16px;line-height:20px}}.cart{margin-top:13px}@media (min-width:768px){.cart{margin-top:59px}}@media (min-width:1300px){.cart{align-items:center;display:flex;gap:40px;margin-top:40px}.cart__list{flex-grow:1}}.cart-item{border-top:1px solid #e2e2e2;display:flex;justify-content:space-between;margin-left:-16px;margin-right:-16px;padding:20px 16px}@media (min-width:768px){.cart-item{border-bottom:1px solid #e2e2e2;border-top:none;margin:0;padding:20px 16px 40px}}@media (min-width:1300px){.cart-item{flex-grow:2;width:100%}}.cart-item .cart-item__img{max-height:80px;max-width:80px;min-height:80px;min-width:80px}.cart-item .cart-item__img img{display:block;height:100%;object-fit:contain;width:100%}.cart-item .cart-item__delete-button{align-self:flex-end;cursor:pointer;margin-left:16px}.cart-item .cart-item__delete-button svg{pointer-events:none}@media (min-width:768px){.cart-item .cart-item__delete-button{align-self:flex-start;margin-left:60px}}@media (min-width:1300px){.cart-item .cart-item__delete-button{margin-left:45px}}.cart-item__inner{display:flex;flex-direction:column;flex-grow:1;margin-left:18px}@media (min-width:768px){.cart-item__inner{flex-direction:row;justify-content:space-around}}.cart-item__inner .cart-item__price_wrapper{display:flex;flex-direction:row;gap:8px;width:152px}@media (min-width:768px){.cart-item__inner .cart-item__price_wrapper{align-items:flex-end;flex-direction:column;order:1}}.cart-item__inner .cart-item__price_wrapper input{color:#101c29;font-size:16px;font-weight:600;line-height:20px}@media (min-width:768px){.cart-item__inner .cart-item__price_wrapper input{font-size:22px;line-height:27px}}.cart-item__inner .cart-item__price_wrapper p:last-child{color:#b7bbbe;font-size:12px;font-weight:500;line-height:15px;text-decoration:line-through}@media (min-width:768px){.cart-item__inner .cart-item__price_wrapper p:last-child{font-size:14px;line-height:27px}}@media (min-width:1300px){.cart-item__inner .cart-item__price_wrapper p:last-child{align-self:flex-end}}.cart-item__inner .cart-item__name-wrapper{width:205px}@media (min-width:768px){.cart-item__inner .cart-item__name-wrapper{width:176px}}@media (min-width:1300px){.cart-item__inner .cart-item__name-wrapper{width:286px}}.cart-item__inner .cart-item__name-wrapper h3{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px;margin-bottom:12px;margin-top:16px}@media (min-width:768px){.cart-item__inner .cart-item__name-wrapper h3{font-size:16px;font-weight:500;line-height:20px;margin-bottom:0;margin-top:0}}.cart-item__inner .cart-item__name-wrapper p{color:#b7bbbe;font-size:12px;line-height:15px}@media (min-width:768px){.cart-item__inner .cart-item__name-wrapper p{font-size:14px;line-height:17px;margin-top:6px}}.cart-item__inner .cart-item__quantity-wrapper{align-items:center;display:flex;flex-direction:column;width:200px}@media (min-width:768px){.cart-item__inner .cart-item__quantity-wrapper{margin-left:40px}}.cart-item__inner .cart-item__quantity-wrapper .cart-item__quantity-block{align-items:center;border:1px solid #e2e2e2;border-radius:8px;display:flex;gap:16px;justify-content:space-between;margin-top:16px;padding:5px 16px;width:98px}@media (min-width:768px){.cart-item__inner .cart-item__quantity-wrapper .cart-item__quantity-block{margin-top:0}}.cart-item__inner .cart-item__quantity-wrapper .cart-item__quantity-block button svg{vertical-align:middle}.cart-item__inner .cart-item__quantity-wrapper .cart-item__quantity-block .cart-item__quantity{align-self:center;-moz-appearance:textfield;border:none;color:#101c29;font-size:12px;font-weight:600;text-align:center;width:100%}@media (min-width:768px){.cart-item__inner .cart-item__quantity-wrapper .cart-item__quantity-block .cart-item__quantity{font-size:16px}.cart-item__inner .cart-item__quantity-wrapper .cart-item__quantity-block{padding:12px 14px;width:122px}}.cart-item__inner .cart-item__quantity-wrapper .cart-item__one-price{align-self:center;color:#101c29;display:none;font-size:16px;font-weight:600;line-height:19px;opacity:.8}.cart-item__inner .cart-item__quantity-wrapper .cart-item__one-price span{font-weight:400}@media (min-width:768px){.cart-item__inner .cart-item__quantity-wrapper .cart-item__one-price{display:block;margin-top:6px}}.cart-item__inner .cart-item__quantity-wrapper .minus,.cart-item__inner .cart-item__quantity-wrapper .plus{cursor:pointer;height:100%;min-width:10px}.cart-item__inner .cart-item__quantity-wrapper .minus:before,.cart-item__inner .cart-item__quantity-wrapper .plus:before{background-color:#000;content:"";display:block;height:1px;left:calc(50% - 5px);position:relative;top:0;width:11px}.cart-item__inner .cart-item__quantity-wrapper .plus:after{background-color:#000;content:"";display:block;height:1px;left:calc(50% - 5px);position:relative;top:-1px;transform:rotate(90deg);width:11px}.cart__order-wrapper{background-color:#eee;margin-left:-16px;margin-right:-16px;padding:20px 16px}@media (min-width:768px){.cart__order-wrapper{background:none;margin:40px 0 0;padding:0}}@media (min-width:1300px){.cart__order-wrapper{margin-top:0;width:430px}}.cart__order-wrapper .cart-order{background-color:#fff;border-radius:14px;box-shadow:0 3px 13px rgba(0,0,0,.08);margin:0 auto;max-width:430px;padding:34px 20px 20px}@media (min-width:768px){.cart__order-wrapper .cart-order{padding:34px}}@media (min-width:1300px){.cart__order-wrapper .cart-order{margin:0}}.cart__order-wrapper .cart-order .cart-order__title{border-bottom:1px solid #b7bbbe;color:#101c29;font-family:MontserratSemibold,sans-serif;font-size:20px;font-weight:600;line-height:24px;margin-bottom:20px;padding-bottom:15px}.cart__order-wrapper .cart-order .cart-order__count,.cart__order-wrapper .cart-order .cart-order__discount,.cart__order-wrapper .cart-order .cart-order__weight{display:flex;justify-content:space-between;margin-bottom:12px}.cart__order-wrapper .cart-order .cart-order__count.hidden,.cart__order-wrapper .cart-order .cart-order__discount.hidden,.cart__order-wrapper .cart-order .cart-order__weight.hidden{display:none}.cart__order-wrapper .cart-order .cart-order__count .discount,.cart__order-wrapper .cart-order .cart-order__discount .discount,.cart__order-wrapper .cart-order .cart-order__weight .discount{color:#cf4949}.cart__order-wrapper .cart-order .cart-order__total{border-top:1px solid #b7bbbe;display:flex;font-family:MontserratSemibold,sans-serif;font-size:20px;font-weight:600;justify-content:space-between;line-height:24px;margin-bottom:20px;margin-top:20px;padding-top:20px}.cart__order-wrapper .cart-order .cart-order__promocode,.cart__order-wrapper .cart-order .cart-order__promocode__main{display:flex;flex-direction:column;gap:5px;margin-top:10px}.cart__order-wrapper .cart-order .cart-order__promocode__main .input-row{align-items:center;border:1px solid #cbd3e2;border-radius:8px;color:#423d48;display:flex;flex-direction:row;justify-content:space-between;padding:5px}.cart__order-wrapper .cart-order .cart-order__promocode__main .input-row:hover{border:1px solid #5d7687}.cart__order-wrapper .cart-order .cart-order__promocode__main .input-row_focus{border:1px solid #3bb5e9}.cart__order-wrapper .cart-order .cart-order__promocode__main .input-row .promocode-input{border:none;max-width:50%;outline:none}.cart__order-wrapper .cart-order .cart-order__promocode__main .input-row .promocode-btn{background-color:#009fe3;border-radius:5px;color:#fff;display:block;height:30px;padding:2px 10px;width:max-content}.cart__order-wrapper .cart-order .cart-order__promocode__main .promocode-reset{color:#009fe3;display:none;margin-top:5px}.cart__order-wrapper .cart-order .cart-order__promocode__main .promocode-reset_show{display:block}.cart__order-wrapper .cart-order .cart-order__promocode__main .promocode-help-block{color:#cf4949;margin-top:5px}.cart__order-wrapper .cart-order .cart-order__button_buy{background-color:#009fe3;border-radius:8px;color:#fff;display:block;font-size:16px;font-weight:500;line-height:20px;padding:12px 0;text-align:center;transition:background-color .3s;width:100%}.cart__order-wrapper .cart-order .cart-order__button_buy:hover{background-color:#3bb5e9;transition:background-color .3s}.cart__order-wrapper .cart-order .cart-order__button_fast-buy{background-color:#fff;border:1px solid #009fe3;border-radius:8px;color:#009fe3;display:none;font-size:16px;font-weight:500;line-height:20px;margin-top:18px;padding:10px 0;transition:color,background-color .3s;width:100%}.cart__order-wrapper .cart-order .cart-order__button_fast-buy:hover{background-color:#009fe3;color:#fff;transition:color,background-color .3s}@media (min-width:1300px){.cart__order-wrapper .cart-order .cart-order__button_fast-buy{display:block}}.cart__order-wrapper .cart-order .cart-order__text{color:#696f79;display:none;font-size:12px;line-height:130%;margin-top:12px}@media (min-width:1300px){.cart__order-wrapper .cart-order .cart-order__text{display:block}}.fast-buy__popup-wrap{margin:auto 0;max-width:420px;padding:42px 24px 24px}@media (min-width:768px){.fast-buy__popup-wrap{padding:40px 46px 46px}}.fast-buy__popup-wrap .fast-buy__popup-content h3{font-size:20px;font-weight:600;line-height:24px;margin-bottom:18px;text-align:center}.fast-buy__popup-wrap .fast-buy__popup-content p{color:#696f79;font-size:14px;line-height:18px}.fast-buy__popup-wrap .fast-buy__popup-content form{margin-top:25px}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row.error label{color:#cf4949}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row.error input,.fast-buy__popup-wrap .fast-buy__popup-content form .input-row.error textarea{border:1px solid #cf4949}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row.error .help-block{display:block}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row{margin-bottom:10px}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row .help-block{display:none}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row input,.fast-buy__popup-wrap .fast-buy__popup-content form .input-row textarea{border:1px solid #cbd3e2;border-radius:8px;color:#423d48;font-size:16px;line-height:18px;margin-top:4px;padding:16px 30px;width:100%}.fast-buy__popup-wrap .fast-buy__popup-content form .input-row input:hover,.fast-buy__popup-wrap .fast-buy__popup-content form .input-row textarea:hover{border:1px solid #5d7687}.fast-buy__popup-wrap .fast-buy__popup-content form label{color:#696f79;display:block;font-size:14px;line-height:17px}.fast-buy__popup-wrap .fast-buy__popup-content form p{color:#636363;font-size:13px;line-height:16px;margin-top:20px}.fast-buy__popup-wrap .fast-buy__popup-content form p a{display:inline-block;position:relative}.fast-buy__popup-wrap .fast-buy__popup-content form p a:before{background-color:#636363;bottom:1px;content:"";height:1px;left:0;position:absolute;width:100%}.fast-buy__popup-wrap .fast-buy__popup-content form button{background-color:#009fe3;border-radius:8px;color:#fff;cursor:pointer;display:block;margin-top:20px;padding:17px;text-align:center;transition:all .3s ease;width:100%}.fast-buy__popup-wrap .fast-buy__popup-content form button:hover{background-color:#3bb5e9}.main__cart .others .others__slider .others__list{flex-wrap:nowrap}.user-account__subtitle{font-size:18px;margin-bottom:30px;margin-top:40px}@media (min-width:768px){.user-account__subtitle{margin-bottom:28px;margin-top:60px}}@media (min-width:1300px){.user-account__subtitle{font-size:20px}}.user-account{margin-top:30px}.user-account .container h1{display:none}@media (max-width:1299px){.user-account .container h1{display:block}}@media (min-width:1300px){.user-account .container .user-account__wrapper{display:flex}.user-account .container .user-account__wrapper .user-account__content{background:#fff;border-radius:18px;box-shadow:0 5px 15px rgba(197,221,231,.57);margin-bottom:120px;padding:44px}.user-account .container .user-account__wrapper .user-account__subtitle_mobile{display:none}}.user-account__tablet-tabs{border-bottom:1px solid #f3f3f8;display:none;overflow-x:auto;overflow-y:hidden}@media (max-width:1299px){.user-account__tablet-tabs{display:block}.user-account__tablet-tabs .tablet-tabs__list{display:flex;gap:30px;width:fit-content}.user-account__tablet-tabs .tablet-tabs__list .tablet-tabs__item{color:#25252a;cursor:pointer;display:block;font-family:MontserratMedium,sans-serif;font-size:14px;line-height:17px;padding:12px 0;position:relative;text-align:center;white-space:nowrap}.user-account__tablet-tabs .tablet-tabs__list .tablet-tabs__item.active:after{border:1px solid #009fe3;bottom:-1px;content:"";display:block;height:1px;position:absolute;width:100%}}.account-info{display:flex;margin-bottom:33px}.account-info .account-info__inner{align-self:flex-start;margin-left:16px}@media (min-width:768px){.account-info .account-info__inner{align-self:center;margin-left:30px}}.account-info .account-info__inner .account-info__name{color:#25252a;font-family:MontserratMedium;font-size:20px;font-weight:500;line-height:24px;margin-bottom:8px}.account-info .account-info__img-form{width:53px}@media (min-width:768px){.account-info .account-info__img-form{width:75px}}.account-info .account-info__img-form input{display:none;visibility:hidden;width:inherit}.account-info .account-info__img-form .account-info__img{cursor:pointer;position:relative}.account-info .account-info__img-form .account-info__img img{width:100%}.account-info .account-info__img-form .account-info__img:after{bottom:2px;content:url(/build/images/userpic-plus-small.cad100fe.svg);cursor:pointer;position:absolute;right:-2px;width:16px}@media (min-width:768px){.account-info .account-info__img-form .account-info__img:after{bottom:5px;content:url(/build/images/userpic-plus.2cd2b185.svg);right:-1px;width:18px}}.account-info .account-info__img-form .account-info__img:hover:before{background-color:rgba(0,0,0,.77);border-radius:100%;color:#fff;content:"Изменить фото";font-size:9px;font-weight:600;height:100%;line-height:12px;padding-top:17px;position:absolute;text-align:center;width:100%}@media (min-width:768px){.account-info .account-info__img-form .account-info__img:hover:before{font-size:12px;padding-top:25px}}.personal-data h2{display:none}@media (min-width:1300px){.personal-data h2{display:block;margin-top:0}}.personal-data .personal-data__form,.personal-data .personal-data__form .input-wrapper{display:flex;flex-direction:column;gap:20px}.personal-data .personal-data__form .input-wrapper .input-row{width:100%}@media (min-width:768px){.personal-data .personal-data__form .input-wrapper{flex-direction:row;gap:12px}.personal-data .personal-data__form .input-wrapper .input-row,.personal-data .personal-data__form .input-wrapper .input-row input{width:328px}}@media (min-width:1300px){.personal-data .personal-data__form .input-wrapper{gap:34px}}.personal-data .personal-data__form .input-wrapper p{color:#696f79;font-size:14px;line-height:17px}.personal-data .personal-data__form .input-wrapper .input-row__inner{display:flex;gap:42px;margin-top:19px}.personal-data .personal-data__form .input-wrapper .input-row__inner p{color:#25252a;font-size:16px;line-height:20px}.personal-data .personal-data__form .input-wrapper .input-row__inner p input{margin-right:34px}.personal-data .personal-data__form button{align-self:flex-start;width:auto}.data-access .data-access__form-wrapper{display:flex;flex-direction:column}@media (min-width:768px){.data-access .data-access__form-wrapper{flex-direction:row;gap:12px}}@media (min-width:1300px){.data-access .data-access__form-wrapper{gap:34px}}.data-access .data-access__form-wrapper .data-access__form_mail .input-row,.data-access .data-access__form-wrapper .data-access__form_tel .input-row{display:flex;flex-direction:column}@media (min-width:768px){.data-access .data-access__form-wrapper .data-access__form_mail .input-row,.data-access .data-access__form-wrapper .data-access__form_tel .input-row{width:328px}}.data-access .data-access__social{margin-top:20px}.data-access .data-access__social h3{color:#25252a;font-family:MontserratMedium;font-size:16px;font-weight:500;line-height:20px}.data-access .data-access__social .data-access__social-list{display:flex;gap:12px;margin-top:30px}.data-access .data-access__social .data-access__social-list .data-access__social-item .data-access__social-link{display:block;width:42px}@media (min-width:1300px){.data-access .data-access__social .data-access__social-list .data-access__social-item .data-access__social-link{width:48px}}.data-access .data-access__social .data-access__social-list .data-access__social-item .data-access__social-link svg{width:inherit}.data-access .data-access__social .data-access__social-list .data-access__social-item .data-access__social-link svg g{transition:opacity .3s}.data-access .data-access__social .data-access__social-list .data-access__social-item .data-access__social-link:hover svg g{opacity:1;transition:opacity .3s}.address .address__form{display:flex;flex-direction:column;gap:18px}@media (min-width:768px){.address .address__form .input-row_city{width:328px}}.address .address__form .input-row label{position:relative}.address .address__form .input-row label .more-city-btn{position:absolute;right:17px;top:39px}.address .address__form .input-row label .more-city-btn:after{content:url(/build/images/pencil-city.0b64f641.svg);cursor:pointer;position:absolute;right:0}.address .address__form .input-wrapper{display:flex;flex-direction:column;gap:18px}@media (min-width:768px){.address .address__form .input-wrapper{flex-direction:row;gap:13px}.address .address__form .input-wrapper .input-row_street{width:100%}.address .address__form .input-wrapper .input-row:last-of-type{width:157px}}@media (min-width:1300px){.address .address__form .input-wrapper{gap:34px}.address .address__form .input-wrapper .input-row_street{width:100%}.address .address__form .input-wrapper .input-row:last-of-type{width:147px}}.address .address__form .input-wrapper_grid{flex-direction:column}@media (min-width:768px){.address .address__form .input-wrapper_grid{flex-direction:row}}.address .address__form .input-wrapper_grid .input-row{width:50%}@media (min-width:768px){.address .address__form .input-wrapper_grid .input-row{width:157px}}@media (min-width:1300px){.address .address__form .input-wrapper_grid .input-row{width:147px}}.address .address__form .input-wrapper_grid .input-row__inner{display:flex;gap:18px}@media (min-width:768px){.address .address__form .input-wrapper_grid .input-row__inner{gap:13px}}@media (min-width:1300px){.address .address__form .input-wrapper_grid .input-row__inner{gap:33px}}@media (min-width:768px){.address .address__form .input-row_comment{width:100%}}@media (min-width:1300px){.address .address__form .input-row_comment{width:688px}}.address .address__form .input-row_comment textarea{padding:12px}.address .address__form .address__button-wrapper{display:flex}.address .address__form .address__button-wrapper button{margin-right:50px;padding:12px 0;width:50%}@media (min-width:768px){.address .address__form .address__button-wrapper button{width:228px}}.address .address__form .address__button-wrapper .address__link{align-self:center;color:#009fe3;display:block;font-family:MontserratMedium;font-size:14px;line-height:17px;position:relative}.address .address__form .address__button-wrapper .address__link:before{content:url(/build/images/plus-icon.f3894345.svg);left:-25px;position:absolute;top:2px}.password{padding-bottom:80px}@media (min-width:1300px){.password{padding-bottom:0}}.password .password__form{display:flex;flex-direction:column;gap:18px}.password .password__form .input-row label{position:relative}@media (min-width:768px){.password .password__form .input-row{width:328px}}.password .password__form .input-wrapper{display:flex;flex-direction:column;gap:18px}@media (min-width:768px){.password .password__form .input-wrapper{flex-direction:row;gap:13px}}@media (min-width:1300px){.password .password__form .input-wrapper{gap:34px}}.password .password__form button{align-self:flex-start;width:auto}@media (min-width:1300px){.user-account__aside{margin-right:22px;margin-top:25px}}.order-content{margin-bottom:120px}.descktop-tabs{display:none}@media (min-width:1300px){.descktop-tabs{display:block}.descktop-tabs .descktop-tabs__list .descktop-tabs__item{align-items:center;cursor:pointer;display:flex;margin-left:-33px;padding:12px 0 12px 53px;width:338px}.descktop-tabs .descktop-tabs__list .descktop-tabs__item a{align-self:center;display:block}.descktop-tabs .descktop-tabs__list .descktop-tabs__item svg{margin-right:18px}.descktop-tabs .descktop-tabs__list .descktop-tabs__item.active{background-color:rgba(0,159,227,.1);border-left:4px solid #009fe3;border-radius:0 12px 12px 0;padding-left:49px}.descktop-tabs .descktop-tabs__list .descktop-tabs__item.active svg circle{fill:#009fe3}.descktop-tabs .descktop-tabs__list .descktop-tabs__item.active svg path{fill:#fff}}.modal__user-changes{background:#f9fdff;border-radius:8px;color:#101c29;display:none;filter:drop-shadow(0 5px 15px rgba(197,221,231,.57));font-size:16px;line-height:20px;padding:14px 14px 14px 49px;position:relative;width:343px}.modal__user-changes.active{display:block}.modal__user-changes p:first-child{display:none}@media (min-width:768px){.modal__user-changes{background-color:#fff;width:270px}.modal__user-changes p:first-child{display:block;font-weight:600;margin-bottom:8px}}.modal__user-changes_success:before{content:url(/build/images/succes.51faa5f6.svg);left:18px;position:absolute}.modal__user-changes_unsuccess:before{content:url(/build/images/unsucces.fad2d734.svg);left:18px;position:absolute}@media (min-width:1300px){.modal__user-changes_unsuccess:before{top:8px}}.user-account__mobile-tabs{display:none;padding:0}.user-account__mobile-tabs .mobile-tabs__wrapper{background-color:#fff;border-radius:0 0 20px 20px;padding-top:18px}.user-account__mobile-tabs .mobile-tabs__wrapper .popup-close{top:30px}.user-account__mobile-tabs .mobile-tabs__wrapper h1{border-bottom:1px solid #e2e2e2;font-size:20px;font-weight:600;line-height:24px;padding-bottom:18px;text-align:center}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__inner{padding:25px 16px 40px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__inner .account-info{border-bottom:1px solid #e2e2e2;padding-bottom:25px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__inner .account-info .account-info__inner{align-self:center;margin-left:50px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__inner .account-info .account-info__img{width:75px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__inner .account-info .account-info__img:after{bottom:5px;content:url(/build/images/userpic-plus.2cd2b185.svg);right:-1px;width:18px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__list .mobile-tabs__item{display:flex}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__list .mobile-tabs__item:not(:last-child){margin-bottom:23px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__list .mobile-tabs__item a{align-self:center;font-family:MontserratMedium;padding-left:18px}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__list .mobile-tabs__item.active a{color:#009fe3}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__list .mobile-tabs__item.active svg circle{fill:#009fe3}.user-account__mobile-tabs .mobile-tabs__wrapper .mobile-tabs__list .mobile-tabs__item.active svg path{fill:#fff}#userLoginMAIL{background:rgba(0,0,0,.36)}#userLoginMAIL .popup-wrap{border-radius:20px;height:auto;margin:0 16px;max-height:unset;max-width:420px;padding:52px 16px 16px}@media (min-width:768px){#userLoginMAIL .popup-wrap{padding:36px 46px 34px}}#userLoginMAIL .popup-wrap p{margin-bottom:12px;text-align:center}@media (min-width:767px){#userLoginMAIL .popup-wrap p{margin-bottom:26px}}#userLoginMAIL .popup-wrap h3{margin-bottom:12px;margin-top:0;text-align:center}#userLoginMAIL .popup-wrap .login__popup-content{padding-bottom:0}.address_authorized .ordering__address.registered{display:block;max-width:668px}.address_authorized .ordering__address.registered .ordering__address-wrapper{align-items:center;flex-direction:row;justify-content:start;margin-top:30px}.address_authorized .ordering__address.registered .ordering__address-wrapper button{margin-right:25px;width:fit-content}.address_authorized .ordering__address.registered .ordering__address-wrapper a{align-items:center;margin-top:0}.address_authorized .ordering__address.registered .ordering__address-wrapper a svg{align-self:center}.address_authorized .ordering__address-inner .ordering__input-row:not(:last-child){margin-bottom:15px}.address_authorized .ordering__address-inner label{align-items:flex-start;border:1px solid #cbd3e2;border-radius:8px;line-height:20px;padding:24px;width:100%}.address_authorized .ordering__address-inner input[type=radio]:not(:disabled):checked+label{border:2px solid #009fe3}.address_authorized .ordering__address-text h4{line-height:20px}.address_authorized .ordering__address-text p{color:#b5b5b5;font-size:16px}.data-access__link{align-self:flex-end;color:#26b946;margin-top:6px;text-decoration:underline}.data-access__link:hover{text-decoration:none}.data-access__link.confirmed{cursor:default;position:relative;text-decoration:none}.data-access__link.confirmed:before{content:url(/build/images/access-link-confirmed.1331dd7b.svg);left:-21px;position:absolute}@media (max-width:767px){.login__popup.popup{background:#fff;padding:0}}.login__popup h3{color:#101c29;font-family:MontserratSemibold,sans-serif;font-size:20px;font-weight:600;line-height:24px;text-align:center}.login__popup .popup-wrap{position:relative}@media (max-width:767px){.login__popup .popup-wrap{border-radius:0;height:100%;margin:0;max-width:100%;padding-top:110px}}.login__popup .popup-wrap .login__popup-back{color:#009fe3;cursor:pointer;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;left:25px;line-height:17px;padding-left:16px;position:absolute;top:19px}.login__popup .popup-wrap .login__popup-back:hover:before{left:-5px}.login__popup .popup-wrap .login__popup-back:before{background-image:url(/build/images/arrow-blue.ff9b237f.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10px;left:0;position:absolute;top:50%;transform:translateY(-45%) rotate(90deg);transition:all .3s ease;width:10px}@media (max-width:767px){.login__popup .login__popup-content{padding-bottom:20px}}.login__popup .login__popup-title{display:flex;gap:10px;justify-content:center;margin-top:20px;padding:20px}.login__popup .login__popup-title.login__popup-buttons h3{color:#696f79;font-family:MontserratMedium,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;opacity:.6;text-align:center}.login__popup .login__popup-title.login__popup-buttons h3.active{color:#25252a;opacity:1}.login__popup .login__popup-content form .input-row .help-block{transition:all .3s ease}.login__popup .login__popup-content form .input-row.error label{color:#cf4949}.login__popup .login__popup-content form .input-row.error .help-block{display:block}.login__popup .login__popup-content form .input-row.error input{border-color:#cf4949}.login__popup .login__popup-content p{font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;text-align:center}@media (min-width:768px){.login__popup .login__popup-content p{font-size:16px}}.login__popup .login__popup-content_register-success{display:grid;gap:12px}@media (min-width:768px){.login__popup .login__popup-content_register-success{gap:22px}}.login__popup .login__social{display:flex;flex-direction:column;gap:20px}.login__popup .login__social-list{align-items:center;display:flex;gap:30px;justify-content:center}.login__popup .data-content,.login__popup .register-content{display:none}.login__popup .data-content.active,.login__popup .register-content.active{display:block}.login__popup .tab-button{cursor:pointer}.login__popup-success-icon{height:62px;margin:20px auto 0;width:62px}.login__popup-success-icon svg{fill:#6fcf97;height:100%;width:100%}.login__popup-success-icon+.login__popup-title{margin:0;padding:0}.login__popup-text{text-align:center}.login__popup-text p{display:grid;gap:12px}#successChange .form-send{background:#4198f7;border-radius:6px;color:#fff;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:54px;line-height:20px;margin-top:20px;width:100%}#forgotPassword .forgot-success{display:none}#forgotPassword form{margin-top:25px}#loginSMS .login__popup-content,#userLoginSMS .login__popup-content{text-align:center}#loginSMS .login__content-another:after,#userLoginSMS .login__content-another:after{display:none}#loginSMS form,#userLoginSMS form{margin-bottom:25px}#loginSMS form .input-row,#userLoginSMS form .input-row{display:flex;margin:0 auto;width:max-content}#loginSMS form~p,#userLoginSMS form~p{color:#101c29;font-size:14px;line-height:17px;margin-bottom:8px;text-align:center}#loginSMS .resubmitTimer,#userLoginSMS .resubmitTimer{display:inline}#loginSMS .resubmitTimer.hidden,#userLoginSMS .resubmitTimer.hidden{display:none}#loginSMS #timer,#userLoginSMS #timer{display:inline}#loginSMS #resubmitBtn,#userLoginSMS #resubmitBtn{color:#101c29;cursor:pointer;display:inline-block;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px;margin-top:12px;position:relative}#loginSMS #resubmitBtn.hidden,#userLoginSMS #resubmitBtn.hidden{display:none}#loginSMS #resubmitBtn:focus:after,#loginSMS #resubmitBtn:hover:after,#userLoginSMS #resubmitBtn:focus:after,#userLoginSMS #resubmitBtn:hover:after{animation-duration:.45s;animation-fill-mode:forwards;animation-name:underline}#loginSMS #resubmitBtn:after,#userLoginSMS #resubmitBtn:after{background-color:#333;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease-out;width:100%}#loginSMS #resubmitCode,#userLoginSMS #resubmitCode{color:#fff;font-family:MontserratSemibold,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-align:center;transition:all .3s ease}#loginSMS #resubmitCode:hover,#userLoginSMS #resubmitCode:hover{background-color:#3bb5e9}.login__popup-content .help-block{display:none}.login__popup-content .input-row+.input-row{margin-top:18px}.login__popup-content form input{border:1px solid #cbd3e2;border-radius:6px;color:#423d48;font-size:16px;line-height:18px;margin-top:4px;padding:12px;transition:all .3s ease;width:100%}.login__popup-content form input::placeholder{color:#8692a6;font-size:16px;line-height:20px;transition:all .3s ease}.login__popup-content form input[type=number]::-webkit-inner-spin-button,.login__popup-content form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.login__popup-content form .sms-code__row{display:flex}.login__popup-content form .sms-code__input{border-radius:4px;cursor:auto;font-size:26px;height:54px;text-align:center;transition:border-color .4s ease;width:54px}.login__popup-content form.error{border-color:#cf4949}.login__popup-content form.success{border-color:#27ae60}.login__popup-content form+.sms-code__input{margin-left:14px}.login__popup-content form label{color:#696f79;display:block;font-size:14px;line-height:17px}.login__popup-content form label.login__toggle-register{display:flex}.login__popup-content form p{color:#636363;font-size:13px;line-height:16px;margin-top:20px}.login__popup-content form p a{display:inline-block;position:relative}.login__popup-content form p a:before{background-color:#636363;bottom:1px;content:"";height:1px;left:0;position:absolute;width:100%}.login__popup-content .login__popup-button,.login__popup-content button{background-color:#009fe3;border-radius:6px;color:#fff;cursor:pointer;display:block;margin-top:20px;padding:17px;text-align:center;transition:all .3s ease;width:100%}.login__popup-content .login__popup-button.login__forgot-password,.login__popup-content button.login__forgot-password{background-color:transparent;border:none;color:#009fe3;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px;text-align:center}.login__popup-content .login__popup-button:hover,.login__popup-content button:hover{background-color:#3bb5e9;color:#fff}.login__content-another{height:20px;margin:20px 0;position:relative;width:100%}.login__content-another:before{background:#cbd3e2;border-radius:1px;content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.login__content-another:after{background-color:#fff;color:#cbd3e2;content:"или";font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;left:50%;line-height:20px;padding:0 8px;position:absolute;text-align:center;top:0;transform:translateX(-50%)}.login__signup-link{color:#009fe3;cursor:pointer;font-family:MontserratSemibold,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-align:center;transition:all .3s ease}.login__signup-link:hover{color:#3bb5e9}.login__signup-link+.login__signup-link{margin-top:20px}#loginPopupPassword .login__content-another:after{display:none}#loginPopupPassword .login__social{margin-top:20px}#loginPopupPassword .login__social h3{color:#101c29;font-family:MontserratSemibold,sans-serif;font-size:20px;font-weight:600;line-height:24px;text-align:center}#loginPopupPassword .login__social .login__social-list{display:flex;justify-content:center;margin-top:19px}#loginPopupPassword .login__social .login__social-list a{height:40px;width:40px}#loginPopupPassword .login__social .login__social-list a+a{margin-left:20px}#loginPopupPassword .login__social .login__social-list a svg{height:40px;width:40px}#loginPopupPassword .input-row{position:relative}#loginPopupPassword .input-row.error input{border-color:#cf4949}#loginPopupPassword .input-row.error .eye-btn{bottom:50%}.eye-btn{background-image:url(/build/images/eye-closed.d3d0069b.svg);background-repeat:no-repeat;background-size:contain;bottom:34%;cursor:pointer;height:28px;position:absolute;right:16px;transform:translateY(50%);width:28px}.eye-btn.opened{background-image:url(/build/images/eye-opened.66d41adf.svg)}@keyframes underline{0%{width:0}to{width:100%}}.login__toggle-register{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:10px;margin-top:10px}.login__toggle-register span.check-icon{align-items:center;border:1px solid #cbd3e2;border-radius:4px;display:flex;height:18px;justify-content:center;transition:border-color .4s ease;width:18px}.login__toggle-register span.check-icon svg{fill:#009fe3;height:12px;opacity:0;transition:opacity .4s ease;width:12px}.login__toggle-register input{display:none}.login__toggle-register input:checked~span.check-icon{border-color:#009fe3}.login__toggle-register input:checked~span.check-icon svg{opacity:1}@media (min-width:1180px){.login__toggle-register:hover span.check-icon{border-color:#5d7687}}.login__sms-entry{color:#009fe3;display:block;margin-top:15px;text-align:center;transition:color .4s ease}.login__sms-entry:active{color:#5d7687}@media (min-width:1180px){.login__sms-entry:hover{color:#5d7687}}.user-orders{padding-bottom:76px}@media (min-width:768px){.user-orders{margin-top:24px}.user-orders .user-account__wrapper{width:100%}}@media (min-width:768px) and (min-width:1300px){.user-orders .user-account__wrapper{width:auto}}@media (min-width:768px){.user-orders .user-account__wrapper .tablet-tabs__list{width:inherit}}.user-orders h1{display:none}@media (min-width:768px){.user-orders h1{display:block;margin-bottom:30px}}.arrow-down{position:relative}.arrow-down:after{content:url(/build/images/arrow-down.ad673f21.svg);margin-left:5px;position:absolute}.orders-empty{display:none;margin-top:30px}@media (min-width:1300px){.orders-empty{border-radius:18px;box-shadow:0 5px 15px rgba(197,221,231,.57);max-width:778px;width:100%}}.orders-empty h2{font-size:18px;font-weight:600;line-height:22px}@media (min-width:1300px){.orders-empty h2{display:none;font-size:20px;font-weight:600;line-height:24px;margin-left:0}}.orders-empty .orders-empty__wrapper{display:flex;flex-direction:column;text-align:center}.orders-empty .orders-empty__wrapper img{margin-bottom:30px;margin-top:53px;object-fit:none}.orders-empty .orders-empty__wrapper p{color:#25252a;font-size:16px;font-weight:500;line-height:140%;margin:0 auto;max-width:414px}.orders-empty .orders-empty__wrapper a{align-self:center;display:block;margin-top:22px;width:fit-content}.orders{margin-top:30px;overflow-x:auto;position:relative}@media (min-width:768px){.orders{margin-top:40px}}@media (min-width:1300px){.orders{margin-top:28px;max-width:979px;overflow-x:unset}}.orders .order-item{transition:max-height .35s ease}.orders .order-item__header-accordion-button{margin-left:50px}.orders .order-item__header-accordion-button .order-item__header-accordion-button-arrow{pointer-events:none;transition:transform .35s}.orders .order-item.opened .order-item__header-accordion-button-arrow{transform:rotate(180deg);transition:transform .35s}.orders h2{font-size:18px;font-weight:600;line-height:22px}@media (min-width:1300px){.orders h2{font-size:20px;font-weight:600;line-height:24px;margin-left:0}}.orders__subtitle{margin:20px 0}@media (min-width:1300px){.orders .orders__wrapper{padding:0;width:100%}}.orders .orders__wrapper .orders__header{background:#f2fbff;border:1px solid #cbd3e2;border-radius:8px;box-shadow:3px 7px 13px hsla(0,0%,75%,.39);display:flex;justify-content:space-between;margin-bottom:4px;margin-top:31px;padding:18px 25px 20px 24px}@media screen and (max-width:1299px){.orders .orders__wrapper .orders__header{display:none}}@media (min-width:1300px){.orders .orders__wrapper .orders__header{margin-bottom:13px;width:100%}}.orders .orders__wrapper .orders__header p{color:#7e7e92;font-size:14px;font-weight:600;line-height:17px;width:20%}@media (min-width:1300px){.orders .orders__wrapper .orders__header p{font-size:16px;line-height:20px}}.fade{margin:0 -16px;position:relative}@media (min-width:668px){.fade.left:after,.fade.left:before,.fade.right:after,.fade.right:before{display:none}}@media (min-width:1300px){.fade{margin:0;max-width:979px;width:100%}}.fade.right:before{right:0}.fade.left:before,.fade.right:before{content:url(/build/images/right-arrow-orders.d20bf523.svg);position:absolute;top:50%;z-index:1}.fade.left:before{left:0;transform:rotate(180deg)}.fade.right:after{background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0) 103.28%);right:0}.fade.left:after,.fade.right:after{content:"";height:100%;position:absolute;top:0;width:15%}.fade.left:after{background:linear-gradient(-270deg,#fff,hsla(0,0%,100%,0) 103.28%);left:0}.orders-pagination{text-align:center}@media (min-width:1300px){.orders-pagination{width:100%}}.orders-pagination .orders-pagination__list{display:none}@media (min-width:1300px){.orders-pagination .orders-pagination__list{display:flex;justify-content:end;margin-top:60px;max-width:979px;width:100%}.orders-pagination .orders-pagination__list a{align-items:center;border-radius:50%;display:flex;height:32px;justify-content:center;transition:background-color .35s ease-out;width:32px}.orders-pagination .orders-pagination__list a:hover{background-color:rgba(0,159,227,.098);transition:background-color .35s ease-in}.orders-pagination .orders-pagination__list .prev{border:1px solid #e2e2e2}.orders-pagination .orders-pagination__list .prev svg{transform:rotate(180deg)}.orders-pagination .orders-pagination__list .next{border:1px solid #e2e2e2}.orders-pagination .orders-pagination__list .active{background-color:rgba(0,159,227,.098)}}.orders-pagination button{border-radius:39px;box-shadow:0 14px 36px rgba(231,240,248,.86);font-size:16px;line-height:20px;margin-top:30px;padding:12px 24px}.orders-pagination button svg{vertical-align:bottom}@media (min-width:1300px){.orders-pagination button{display:none}.user-orders__wrapper{display:flex}}.user-orders__wrapper .user-account__aside{display:none}@media (min-width:1300px){.user-orders__wrapper .user-account__aside{display:block;margin-right:66px}}.new-catalog{margin-bottom:81px}@media (min-width:1300px){.new-catalog{margin-bottom:55px}}.catalog__main{margin-top:20px}@media screen and (min-width:768px){.catalog__main{margin-top:24px}}.catalog__categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;width:100%}@media (min-width:768px){.catalog__categories{gap:30px}}@media (min-width:1300px){.catalog__categories{gap:24px}}.catalog__categories .category__item{align-items:center;background:rgba(37,37,42,.04);border-radius:18px;display:flex;flex-direction:column;height:295px;justify-content:center;padding:24px 30px;width:100%}@media (min-width:768px){.catalog__categories .category__item{width:calc(50% - 30px)}}@media (min-width:1300px){.catalog__categories .category__item{width:calc(25% - 24px)}}.catalog__categories .category__item-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.catalog__categories .category__item-image img{height:160px;object-fit:contain;width:190px}.catalog__categories .category__item-title{font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:17px;margin-top:40px;text-transform:uppercase}@media (min-width:768px){.catalog__categories .category__item-title{align-self:flex-start}}.delivery{margin-top:30px;padding-bottom:70px}@media (min-width:768px){.delivery{margin-top:24px;padding-bottom:80px}}@media (min-width:1300px){.delivery{margin-top:40px;padding-bottom:100px}}.delivery__options{margin-top:20px;padding:10px 15px}.delivery__options li{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:170%;list-style:disc}.delivery__options li::marker{color:#009fe3}.price__block{margin-top:25px}.price__block-title{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:170%}.price__block-content{margin-top:15px}.price__block-content table{border:1px solid #efeded;text-align:left}.price__block-content table th{border-right:1px solid #efeded;padding:15px}.price__block-content table .table-title{background:#f8f8f8}.price__block-content table .table-title th{color:#919191;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:130%}.tab-faq__banner{aspect-ratio:2.5/1;border-bottom:none;width:100%}.tab-faq__banner img{height:100%;width:100%}.ordering__title{margin-bottom:0;padding:30px 0}@media (min-width:768px){.ordering__title{padding:24px 0}}@media (min-width:1300px){.ordering__title{padding:43px 0 60px}}.ordering__wrapper{align-items:flex-start;display:flex;flex-direction:column}@media (min-width:1300px){.ordering__wrapper{flex-direction:row;justify-content:space-between}.ordering__wrapper .ordering__inner{margin-right:40px;max-width:900px}}.ordering__block-header{margin-bottom:30px;position:relative}@media (min-width:768px){.ordering__block-header{margin-bottom:24px}}@media (min-width:1300px){.ordering__block-header{margin-bottom:32px}}.ordering__block-header h2{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:20px;font-weight:500;line-height:24px;padding-left:36px}@media (min-width:768px){.ordering__block-header h2{font-family:MontserratSemibold,sans-serif;font-weight:600;padding-left:0}}@media (min-width:1300px){.ordering__block-header h2{font-size:24px;line-height:29px}}.ordering__login-mobile{background:hsla(0,0%,77%,.1);border-radius:8px;padding:20px 20px 22px}@media (min-width:768px){.ordering__login-mobile{display:none}}.ordering__login-mobile p{color:#696f79;font-size:14px;line-height:140%;margin-bottom:16px}.ordering__login-mobile div{color:#009fe3;display:inline;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:140%;position:relative}.ordering__login-mobile div:focus:after,.ordering__login-mobile div:hover:after{animation-duration:.45s;animation-fill-mode:forwards;animation-name:underline}.ordering__login-mobile div:after{background-color:#009fe3;bottom:2px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease-out;width:100%}.ordering__order-list{margin-bottom:30px}@media (min-width:768px){.ordering__order-list{margin-bottom:50px}}@media (min-width:1300px){.ordering__order-list{margin-bottom:120px}}.ordering__order-list .cart-item{border-bottom:1px solid #e2e2e2;border-top:none}.ordering__order-list .cart-item__delete-button{margin-left:10px}.ordering__order-list .cart-item:first-child{border-top:1px solid #e2e2e2}@media (min-width:768px){.ordering__order-list .cart-item:first-child{border-top:none}}.ordering__form-block{position:relative;transition:.3s ease}.ordering__form-block:not(:last-child):before{display:none}@media (min-width:768px){.ordering__form-block:not(:last-child):before{background-color:#b7bbbe;content:"";display:block;height:100%;left:12px;position:absolute;width:1px}}@media (min-width:1300px){.ordering__form-block:not(:last-child):before{left:13px}}@media (min-width:768px){.ordering__form-block{max-width:700px;padding-left:40px}}@media (min-width:1300px){.ordering__form-block{max-width:870px;padding-left:50px}}.ordering__form-block:first-child{padding-bottom:44px}@media (min-width:768px){.ordering__form-block:first-child{padding-bottom:64px}}@media (min-width:1300px){.ordering__form-block:first-child{padding-bottom:87px}}.ordering__form-block:nth-child(2){padding-bottom:50px}@media (min-width:768px){.ordering__form-block:nth-child(2){padding-bottom:60px}}@media (min-width:1300px){.ordering__form-block:nth-child(2){padding-bottom:80px}}.ordering__form-block:nth-child(3){padding-bottom:50px}@media (min-width:768px){.ordering__form-block:nth-child(3){padding-bottom:60px}}@media (min-width:1300px){.ordering__form-block:nth-child(3){padding-bottom:83px}}.ordering__form-block.done:not(:last-child):after{display:none}@media (min-width:768px){.ordering__form-block.done:not(:last-child):after{background-color:#009fe3;content:"";display:block;height:100%;left:12px;position:absolute;top:0;width:1px}}@media (min-width:1300px){.ordering__form-block.done:not(:last-child):after{left:13px}}.ordering__form-block.done .ordering__block-line{background-color:#d8edf6;border:1px solid #009fe3}.ordering__form-block.done .ordering__block-line p{color:#009fe3}.one-click,.one-click__mobile{color:#101c29;font-size:16px;line-height:140%;margin-bottom:39px;padding-top:30px}@media (min-width:768px){.one-click,.one-click__mobile{padding-top:40px}}.one-click__mobile span,.one-click span{color:#009fe3;cursor:pointer;position:relative}.one-click__mobile span:focus:after,.one-click__mobile span:hover:after,.one-click span:focus:after,.one-click span:hover:after{animation-duration:.45s;animation-fill-mode:forwards;animation-name:underline}.one-click__mobile span:after,.one-click span:after{background-color:#009fe3;bottom:2px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease-out;width:100%}@media (max-width:767px){.one-click{display:none}}@media (min-width:768px){.one-click__mobile{display:none}}.ordering__login{background:hsla(0,0%,77%,.1);border-radius:8px;display:flex;justify-content:space-between;padding:20px;white-space:normal}@media (min-width:768px){.ordering__login{max-width:749px;padding:22px}}@media (max-width:767px){.ordering__login{display:none}}.ordering__login p{color:#696f79;font-size:14px;line-height:140%;margin-right:30px;max-width:402px}@media (min-width:1300px){.ordering__login p{margin-right:21px;max-width:529px}}.ordering__login div{color:#009fe3;cursor:pointer;display:inline;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;height:max-content;line-height:140%;position:relative;white-space:nowrap}.ordering__login div:focus:after,.ordering__login div:hover:after{animation-duration:.45s;animation-fill-mode:forwards;animation-name:underline}.ordering__login div:after{background-color:#009fe3;bottom:4px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease-out;width:100%}.ordering__block-line{background-color:#fff;border:1px solid #b7bbbe;border-radius:50%;height:24px;position:absolute;width:24px;z-index:2}@media (min-width:768px){.ordering__block-line{left:-38px}}@media (min-width:1300px){.ordering__block-line{height:34px;left:-52px;width:34px}}.ordering__block-line p{color:#b7bbbe;font-family:MontserratSemibold,sans-serif;font-size:13px;font-weight:600;left:50%;line-height:16px;position:absolute;text-align:center;top:50%;transform:translateY(-50%) translateX(-50%)}@media (min-width:768px){.ordering__block-line p{font-size:15px;line-height:18px}}@media (min-width:1300px){.ordering__block-line p{font-size:20px;line-height:24px}}.ordering__block-line h3{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px}@media (min-width:768px){.ordering__block-line h3{font-family:MontserratSemibold,sans-serif;font-weight:600}}@media (min-width:1300px){.ordering__block-line h3{font-size:20px;line-height:24px}}.ordering__block-line .ordering__input-row{margin-top:22px}@media (min-width:768px){.ordering__block-line .ordering__input-row{margin-top:26px}}@media (min-width:1300px){.ordering__block-line .ordering__input-row{margin-top:42px}}.ordering__input{background:#fff;border:2px solid #aabbc6;border-radius:50%;box-shadow:none;height:20px!important;width:20px!important}.ordering__input.checked{border:2px solid #009fe3}.ordering__input.checked .jq-radio__div{background:#009fe3;box-shadow:none;height:9px;margin:4px 0 0 4px;position:absolute;top:0;width:9px}.ordering__customer{display:none}.ordering__customer .ordering__inputs,.ordering__new-customer .ordering__inputs{display:flex;flex-direction:column;margin-top:32px}@media (min-width:700px){.ordering__customer .ordering__inputs,.ordering__new-customer .ordering__inputs{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width:768px){.ordering__customer .ordering__inputs,.ordering__new-customer .ordering__inputs{margin-top:40px}}.ordering__customer .ordering__inputs .ordering__input-row,.ordering__new-customer .ordering__inputs .ordering__input-row{display:flex;flex-direction:column;margin-bottom:18px;margin-top:0}@media (min-width:700px){.ordering__customer .ordering__inputs .ordering__input-row,.ordering__new-customer .ordering__inputs .ordering__input-row{margin-bottom:20px;width:48.5%}}.ordering__customer .ordering__inputs .ordering__input-row label,.ordering__new-customer .ordering__inputs .ordering__input-row label{color:#696f79;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px;padding-bottom:3px}.ordering__customer .ordering__inputs .ordering__input-row input,.ordering__new-customer .ordering__inputs .ordering__input-row input{border:1px solid #cbd3e2;border-radius:6px;color:#101c29;font-size:16px;line-height:20px;padding:17px}.customer-row{display:flex;flex-direction:column;margin-top:22px}@media (min-width:768px){.customer-row{flex-direction:row;margin-top:26px}}.customer-row .customer-row__item{align-items:center;display:flex;justify-content:space-between}.customer-row .customer-row__item+.customer-row__item{margin-top:20px}@media (min-width:768px){.customer-row .customer-row__item+.customer-row__item{margin-left:47px;margin-top:0}}.customer-row .customer-row__item label{color:#101c29;font-size:16px;line-height:20px}@media (min-width:768px){.customer-row .customer-row__item label{font-family:MontserratMedium,sans-serif;font-weight:500}}.social-row{margin-top:10px}@media (min-width:768px){.social-row{margin-top:14px}}@media (min-width:1300px){.social-row{margin-top:18px}}.social-row p{color:#101c29;font-size:14px;line-height:17px}@media (min-width:768px){.social-row p{font-size:16px;line-height:20px}}.ordering__social-list{display:flex;margin-top:23px}@media (min-width:768px){.ordering__social-list{margin-top:20px}}.ordering__social-list a{height:40px;width:40px}.ordering__social-list a+a{margin-left:20px}.ordering__social-list a svg{height:100%;width:100%}.city-row{display:flex;flex-direction:column}.city-row label{color:#696f79;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px;padding-bottom:3px}.city-row input{border:1px solid #cbd3e2;border-radius:6px;color:#101c29;font-size:16px;line-height:20px;padding:17px;position:relative}.city-row input:before{background-image:url(/build/images/pen.0b64f641.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:19px;position:absolute;right:18px;top:0;width:19px;z-index:2}.ordering__delivery{margin-top:18px}@media (min-width:650px){.ordering__delivery{display:flex;justify-content:space-between}}@media (min-width:768px){.ordering__delivery{margin-top:30px}}.ordering__delivery-item{position:relative}.ordering__delivery-item .ordering__label{border:1px solid #cbd3e2;border-radius:8px;color:#101c29;font-size:16px;font-weight:500;height:100%;line-height:20px;min-height:120px;padding:18px 20px;width:100%}.ordering__delivery-item .ordering__label span{bottom:20px;position:absolute;right:120px}.ordering__delivery-item input[type=radio]+label{align-items:flex-start}.ordering__delivery-item input[type=radio]:not(:disabled):checked+label{border-color:#009fe3}@media (min-width:650px){.ordering__delivery-item{width:48.5%}}.ordering__delivery-item:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";position:absolute}.ordering__delivery-item:first-child:before{background-image:url(/build/images/car.2faad0d1.svg);bottom:16px;height:27px;right:16px;width:42px}.ordering__delivery-item:nth-child(2):before{background-image:url(/build/images/box.ba772d08.svg);bottom:15px;height:34px;right:20px;width:32px}.ordering__delivery-item+.ordering__delivery-item{margin-top:18px}@media (min-width:650px){.ordering__delivery-item+.ordering__delivery-item{margin-top:0}}.ordering__delivery-item .ordering__input{margin-right:14px}.ordering__delivery-item .ordering__delivery-info h4{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin-bottom:6px}.ordering__delivery-item .ordering__delivery-info .ordering__delivery-date{color:#b5b5b5;font-size:16px;line-height:20px}.ordering__address{margin-top:40px}@media (min-width:768px){.ordering__address{margin-top:50px}}.ordering__address p{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px}.ordering__address span{position:relative}.ordering__address span:after{background-color:#101c29;bottom:1px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease-out;width:100%}.ordering__address.registered .ordering__address-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.ordering__address.registered .ordering__address-wrapper{flex-direction:row}}.ordering__address.registered .ordering__address-link{color:#009fe3;display:flex;font-size:16px;line-height:20px;transition:color .3s}.ordering__address.registered .ordering__address-link svg{align-self:center;margin-right:6px}.ordering__address.registered .ordering__address-link:hover{color:#3bb5e9;transition:color .3s}.ordering__address.registered .ordering__address-link:hover svg,.ordering__address.registered .ordering__address-link:hover svg path{fill:#3bb5e9}.ordering__address.registered .ordering__address-inner{flex-direction:column}.ordering__address.registered .ordering__address-inner .input-row{width:100%}.ordering__address.registered .ordering__address-inner .input-row .ordering__address-registered{border:1px solid #cbd3e2;border-radius:8px;display:flex;padding:20px}.ordering__address.registered .ordering__address-inner .input-row .ordering__address-registered .ordering__input{margin-right:10px}.ordering__address.registered .ordering__address-inner .input-row .ordering__address-registered .ordering__address-text h4{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin-bottom:6px}.ordering__address.registered .ordering__address-inner .input-row .ordering__address-registered .ordering__address-text p{color:#b5b5b5;font-size:16px;line-height:20px}.ordering__label.checked{border:2px solid #009fe3!important}.ordering__address-inner{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px}@media (min-width:768px){.ordering__address-inner{margin-top:26px}}.ordering__address-inner .ordering__input-row{align-items:center;display:flex;gap:10px;margin-bottom:18px}.ordering__address-inner .ordering__input-row label{color:#696f79;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px}.ordering__address-inner .ordering__input-row input,.ordering__address-inner .ordering__input-row textarea{border:1px solid #cbd3e2;border-radius:6px;color:#101c29;font-size:16px;line-height:20px;padding:17px}.ordering__address-inner .ordering__input-row.input-str{width:100%}@media (min-width:768px){.ordering__address-inner .ordering__input-row.input-str{width:74.5%}}.ordering__address-inner .ordering__input-row.input-building{width:100%}@media (min-width:768px){.ordering__address-inner .ordering__input-row.input-building{width:22.7%}}.ordering__address-inner .ordering__input-row.input-comment{width:100%}.ordering__address-inner .ordering__input-row.input-comment textarea{font-size:14px;line-height:17px;padding:12px;resize:none}.ordering__delivery-services,.ordering__pickup-services{margin-top:30px}@media (min-width:768px){.ordering__delivery-services,.ordering__pickup-services{margin-top:40px}}.ordering__delivery-services p,.ordering__pickup-services p{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin-bottom:20px}@media (min-width:768px){.ordering__delivery-services p,.ordering__pickup-services p{margin-bottom:24px}}.ordering__delivery-service{align-items:center;border:1px solid #cbd3e2;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;margin-bottom:8px;padding:20px}@media (min-width:768px){.ordering__delivery-service{margin-bottom:16px;padding:20px 22px}}.ordering__delivery-service .ordering__delivery-img{align-items:center;display:flex;margin-right:28px;width:77px}@media (min-width:1300px){.ordering__delivery-service .ordering__delivery-img{margin-right:28px}}@media (max-width:767px){.ordering__delivery-service .ordering__delivery-img{display:none}}.ordering__delivery-service .ordering__delivery-img img{max-width:100%;object-fit:contain}.ordering__delivery-service .ordering__input{margin-right:10px}@media (min-width:768px){.ordering__delivery-service .ordering__input{margin-right:19px}}.ordering__delivery-service .ordering__delivery-text{display:flex;flex-direction:column;max-width:470px}.ordering__delivery-service .ordering__delivery-text h4{color:#101c29;font-family:MontserratSemibold,sans-serif;font-size:16px;font-weight:600;line-height:20px;margin-bottom:10px}@media (min-width:768px){.ordering__delivery-service .ordering__delivery-text h4{margin-bottom:8px}}.ordering__delivery-service .ordering__delivery-text p{color:#696f79;font-family:MontserratRegular,sans-serif;font-size:14px;font-weight:400;line-height:17px}.ordering__delivery-service .ordering__delivery-text .delivery__price{color:#101c29;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px;margin-top:auto}.ordering__payment{display:flex;flex-direction:column}@media (min-width:650px){.ordering__payment{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.ordering__payment-item{border:1px solid #cbd3e2;border-radius:8px;display:flex;margin-bottom:8px;min-height:76px;padding:20px;width:100%}@media (min-width:650px){.ordering__payment-item{margin-bottom:20px;min-height:89px;width:48.5%}}.ordering__payment-item p{color:#25252a;font-family:MontserratMedium,sans-serif;font-size:16px;font-weight:500;line-height:20px;max-width:225px;padding-top:2px}.summary__container{margin:0 auto;position:sticky;top:100px}.ordering__summary{background-color:#f5f5f5;height:max-content;margin:30px -16px 0;padding:30px 16px}@media (min-width:768px){.ordering__summary{margin:50px -50px 0;padding-left:50px;padding-right:50px}}@media (min-width:1300px){.ordering__summary{background:#fff;border-radius:14px;box-shadow:0 5px 15px rgba(197,221,231,.57);margin:0 auto;max-width:430px;padding:34px;position:sticky;top:100px;width:100%}}.ordering__summary h3{color:#25252a;font-family:MontserratSemibold,sans-serif;font-size:20px;font-weight:600;line-height:24px;padding-bottom:15px}.ordering__summary .ordering__summary-inner{border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;padding:20px 0}.ordering__summary .ordering__summary-total{color:#25252a;display:flex;font-family:MontserratSemibold,sans-serif;font-size:20px;font-weight:600;justify-content:space-between;line-height:24px;padding:20px 0}.ordering__summary .ordering__summary-total span+span{margin-left:4px}.ordering__summary .ordering__summary-row{display:flex;justify-content:space-between}.ordering__summary .ordering__summary-row+.ordering__summary-row{margin-top:12px}.ordering__summary .ordering__summary-row.summary-discount p:last-child{color:#ec0000;font-size:16px;line-height:20px}.ordering__summary .ordering__summary-row p{color:#000;font-size:16px;line-height:20px}.ordering__summary #orderBtn{background:#009fe3;border-radius:8px;color:#fff;display:block;font-size:16px;font-weight:500;line-height:20px;padding:12px;width:100%}.ordering__summary .ordering__policy{color:#cbd3e2;font-family:MontserratMedium,sans-serif;font-size:14px;font-weight:500;line-height:17px;margin-top:20px}.ordering__summary .ordering__policy a{display:inline-block;margin-right:3px;position:relative}.ordering__summary .ordering__policy a:focus:after,.ordering__summary .ordering__policy a:hover:after{animation-duration:.45s;animation-fill-mode:forwards;animation-name:underline}.ordering__summary .ordering__policy a:after{background-color:#cbd3e2;bottom:2px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .3s ease-out;width:100%}.ordering__address-popup{padding:30px 16px}.ordering__address-popup .ordering__wrapper{margin:0 auto;max-width:667px}.ordering__address-popup .ordering__wrapper .address-popup__form .address-popup__buttons{display:flex;margin:0 auto}.ordering__address-popup .ordering__wrapper .address-popup__form .address-popup__buttons button:first-child{border-radius:6px;margin-right:12px}.ordering__address-popup .ordering__wrapper .address-popup__form .address-popup__buttons button:last-child{background-color:#fff;border:1px solid #009fe3;border-radius:6px;color:#009fe3;padding:10px 36px;transition:color,background-color .3s}.ordering__address-popup .ordering__wrapper .address-popup__form .address-popup__buttons button:last-child:hover{background-color:#009fe3;color:#fff}.ordering__successful-wrap{display:flex;flex-direction:column;margin:0 auto;text-align:center}.ordering__successful-wrap img{align-self:center;height:62px;margin-bottom:20px;width:62px}.ordering__successful-wrap p:first-of-type{color:#25252a;font-size:30px;font-weight:500;line-height:37px;margin-bottom:20px}.ordering__successful-wrap p:last-of-type{align-self:center;color:#101c29;font-size:16px;line-height:140%;text-align:center}.ordering__successful-wrap a{align-self:center;display:block;margin-top:40px;width:fit-content}.ordering__successful-order{display:none}.entity-info{margin-top:40px}.entity-info .input-wrapper{display:flex;flex-direction:column}@media (min-width:768px){.entity-info .input-wrapper{flex-direction:row}.entity-info .input-wrapper .input-row{width:328px}.entity-info .input-wrapper .input-row:first-of-type{margin-right:11px}}@media (min-width:1300px){.entity-info .input-wrapper{justify-content:space-between}.entity-info .input-wrapper .input-row{width:328px}}.entity-info .input-row{margin-bottom:20px;max-width:667px}@media (min-width:1300px){.entity-info .input-row{max-width:690px}}.entity-info .input-row label{display:flex;flex-direction:column}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@media screen and (min-width:1300px){.ordering{padding-bottom:155px}}.ordering__states{border-bottom:2px solid hsla(0,0%,89%,.4);display:flex;height:40px;margin-bottom:25px;width:100%}.ordering__states-item{align-items:center;display:flex;gap:15px;height:100%;opacity:.3;padding-bottom:12px;position:relative;width:100%}.ordering__states-item:not(.active){display:none}.ordering__states-item.active,.ordering__states-item.completed{opacity:1}.ordering__states-item.active .ordering__states-number,.ordering__states-item.completed .ordering__states-number{background-color:#009fe3;color:#fff}.ordering__states-item.active:before{background-color:#009fe3;border-radius:26px;bottom:-2px;content:"";display:block;height:3px;position:absolute;width:100%}.ordering__states-number{align-items:center;background-color:#cbd3e2;border-radius:100%;display:flex;height:100%;justify-content:center;width:27px}.ordering__states-progress{font-size:14px;margin-left:auto;opacity:.5}.ordering__subtitle{font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px}@media screen and (min-width:1300px){.ordering__subtitle{font-size:24px;line-height:29px}}.ordering__free-delivery{align-items:center;display:flex}.ordering__free-delivery p{font-size:12px;font-weight:700;margin-right:20px}@media screen and (min-width:768px){.ordering__free-delivery p{font-size:14px}}@media screen and (min-width:1300px){.ordering__free-delivery p{font-size:16px}}.ordering__free-delivery img{width:25%}.ordering .createOrder_addressFull{position:relative}.ordering__suggest-container ul{background-color:#fff;border-radius:6px;box-shadow:0 0 6px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:10px;overflow:hidden;position:absolute;top:110%;width:100%;z-index:100}.ordering__suggest-container ul li{cursor:pointer;padding:20px 10px;width:100%}.ordering__suggest-container ul li:hover{background-color:rgba(0,159,227,.15)}@media screen and (min-width:1300px){.ordering__main-wrapper{display:flex;gap:120px;justify-content:space-between}.ordering__states{gap:25px;height:90px;margin-bottom:70px;width:100%}.ordering__states-item{margin-right:40px;padding:25px 35px 25px 0;width:max-content}.ordering__states-item:not(.active){display:flex}.ordering__states-number{width:40px}.ordering__states-progress{display:none}.ordering__state{max-width:800px}}.ordering__address-inputs{display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.ordering__address-inputs{grid-template-columns:repeat(4,1fr)}}.ordering__radio-button_large{max-width:380px;width:100%}.personal-info__types{display:flex;flex-wrap:wrap;gap:15px;margin:25px 0}.personal-info__types .ordering__radio-button_large{max-width:none;width:100%}@media screen and (min-width:768px){.personal-info__types .ordering__radio-button_large{width:calc(50% - 7.5px)}}@media screen and (min-width:1300px){.personal-info__types .ordering__radio-button_large{flex:1}}.personal-info .ordering__subtitle{margin:15px 0}.personal-info__data{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:40px}.personal-info__data .input-row{width:calc(50% - 7.5px)}.personal-info__data .input-row label{display:flex;flex-direction:column;height:100%;justify-content:space-between}.personal-info__submit{display:grid;gap:15px;margin:37px 0;width:100%}@media screen and (min-width:768px){.personal-info__submit .back-button{grid-column:1}}.personal-info__submit .craue_formflow_buttons{display:grid;gap:15px;width:100%}@media screen and (min-width:768px){.personal-info__submit .craue_formflow_buttons{grid-auto-flow:column;grid-template-columns:repeat(2,1fr)}}.personal-info__submit_back .back-button{grid-row:2}.personal-info__submit_back .craue_formflow_buttons{grid-template-columns:none}@media screen and (min-width:768px){.personal-info__submit_back{grid-template-columns:repeat(2,1fr)}.personal-info__submit_back .back-button{grid-row:1}}.personal-info__back{align-items:center;color:#25252a;display:flex;gap:10px;opacity:.6;position:relative}.personal-info .ordering__radio-button_large{max-width:none;width:calc(50% - 7.5px)}@media screen and (min-width:1300px){.personal-info__types{flex-wrap:nowrap;gap:25px;margin-bottom:50px}.personal-info .ordering__subtitle{margin:30px 0}.personal-info__data{display:flex;flex-wrap:wrap;gap:25px;margin-bottom:40px}.personal-info__data .input-row{width:calc(50% - 12.5px)}.personal-info__submit{margin:40px 0}.personal-info__submit .button_blue{justify-self:flex-end;width:230px}.personal-info__submit .back-button{justify-self:flex-start}.personal-info .ordering__radio-button_large{width:calc(50% - 12.5px)}}.delivery-type .button_blue{display:inline-block}.delivery-type__header{display:flex;justify-content:space-between}.delivery-type__types{display:flex;flex-wrap:wrap;gap:15px;margin:25px 0}.delivery-type__types .ordering__radio-button_large{max-width:none;width:100%}@media screen and (min-width:768px){.delivery-type__types .ordering__radio-button_large{width:calc(50% - 7.5px)}}@media screen and (min-width:1300px){.delivery-type__types .ordering__radio-button_large{flex:1}}.delivery-type__stock{display:flex;flex-direction:column;gap:25px}.delivery-type__address{display:flex;flex-direction:column;gap:15px;margin:25px 0}.delivery-type__address .ordering__radio-button_large{max-width:none;width:100%}.delivery-type__services{display:flex;flex-direction:column;gap:15px;margin:25px 0}.delivery-type__services .mapPopup{display:none}.delivery-type__services .mapPopup.active{display:inline-block}.delivery-type__addresses{display:flex;flex-direction:column;gap:15px;margin:25px 0}.delivery-type__addresses-list{display:none;flex-direction:column;gap:15px;min-width:400px;overflow-y:scroll;padding-right:10px}.delivery-type__addresses-list.active{display:flex;min-width:0;position:absolute}@media screen and (min-width:768px){.delivery-type__addresses-list.active{min-width:400px;position:static}}.delivery-type__addresses-list::-webkit-scrollbar{background-color:transparent;height:1px;width:4px}.delivery-type__addresses-list::-webkit-scrollbar-thumb{background-color:#e2e2e2;border-radius:25px}.delivery-type__addresses-list::-webkit-scrollbar-track{background-color:transparent}.delivery-type__addresses-item{border:1px solid #cbd3e2;border-radius:6px;display:flex;flex-direction:column;gap:15px;padding:20px;position:relative}.delivery-type__addresses-item label{font-family:Montserrat,"sans-serif";font-size:18px;font-style:normal;font-weight:500;line-height:130%;padding-right:100px}.delivery-type__addresses-item.active{border-color:#009fe3;border-width:2px;padding:19px}.delivery-type__addresses-item .button-wrapper{display:flex;gap:20px}.delivery-type__addresses-item:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";pointer-events:none;position:absolute;right:20px;top:20px}.delivery-type__addresses-item_cdek:after{background-image:url(/build/images/cdek-logo.5c50f75b.svg);height:10px;width:38px}.delivery-type__addresses-item_dellin:after{background-image:url(/build/images/dellin-logo.eddd2692.svg);height:28px;width:28px}@media (min-width:768px){.delivery-type__addresses-item_cdek:after{height:14px;width:53px}.delivery-type__addresses-item_dellin:after{height:39px;width:39px}}@media (min-width:1300px){.delivery-type__addresses-item_cdek:after{height:16px;width:57px}.delivery-type__addresses-item_dellin:after{height:35px;width:35px}}.delivery-type__points{display:flex;flex-direction:column;gap:15px;margin:25px 0}.delivery-type__points-wrapper{position:relative}.delivery-type__points-wrapper:after{background:linear-gradient(180deg,hsla(0,0%,100%,0) 9.03%,#fff 77.42%);bottom:0;content:"";height:95px;left:50%;pointer-events:none;position:absolute;transform:translate(-50%,15%);transition:opacity .4s ease;user-select:none;width:120%}.delivery-type__points-wrapper.scrolled:after{opacity:0}.delivery-type__points-list{display:flex;flex-direction:column;gap:15px;margin-right:-8px;max-height:400px;overflow-y:scroll;padding-right:8px}.delivery-type__points-list::-webkit-scrollbar{background-color:transparent;height:1px;width:4px}.delivery-type__points-list::-webkit-scrollbar-thumb{background-color:#e2e2e2;border-radius:25px}.delivery-type__points-list::-webkit-scrollbar-track{background-color:transparent}@media screen and (min-width:768px){.delivery-type__points-list{margin-right:-18px;max-height:465px;padding-right:18px}}@media screen and (min-width:1300px){.delivery-type__points-list{margin-right:0;max-height:678px;padding-right:20px}}.delivery-type__type{display:flex;flex-direction:column;gap:15px;margin:25px 0}.delivery-type__total{display:none}.delivery-type__submit{align-items:center;display:flex;gap:15px;margin:40px 0}.delivery-type__result{margin-top:25px}@media screen and (min-width:1300px){.delivery-type__types{flex-direction:row;margin:30px 0 50px}.delivery-type__services{margin:50px 0}.delivery-type__type{margin:50px 0}.delivery-type__total,.delivery-type__type{display:flex;flex-direction:column;gap:15px}.delivery-type__total-sum{font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:29px}.delivery-type__total-info{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:25px}.delivery-type__submit{align-items:center;flex-direction:row;gap:0;justify-content:space-between;margin:40px 0}.delivery-type__submit .button_blue{width:230px}}.delivery-type__footer{align-items:center;display:flex;gap:20px}.delivery-type__result{font-size:16px;font-weight:500;line-height:20px}.payment-type__types{display:flex;flex-wrap:wrap;gap:15px;margin:25px 0}.payment-type__types .ordering__radio-button_large{max-width:none;width:100%}@media screen and (min-width:768px){.payment-type__types .ordering__radio-button_large{width:calc(50% - 7.5px)}}@media screen and (min-width:1300px){.payment-type__types .ordering__radio-button_large{flex:1}}.payment-type__comment{display:flex;flex-direction:column;gap:15px}.payment-type__comment textarea{border:1px solid #cbd3e2;border-radius:6px;padding:10px}.payment-type__submit{align-items:center;display:flex;gap:15px;margin:40px 0}@media screen and (min-width:1300px){.payment-type__types{flex-direction:row;flex-wrap:wrap;gap:25px;margin:30px 0 50px}.payment-type__comment{gap:30px}.payment-type__submit{align-items:center;flex-direction:row;gap:0;justify-content:space-between;margin:40px 0}.payment-type__submit .button_blue{width:230px}}.related-cities{background-color:#fff;border-radius:6px;box-shadow:0 0 6px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:10px;overflow:hidden;position:absolute;top:50%;width:100%}.related-cities__item{cursor:pointer;padding:20px 10px;width:100%}.related-cities__item:hover{background-color:rgba(0,159,227,.15)}.delivery-span{color:#25252a;opacity:.5;position:absolute;right:20px}#paymentPopup img{height:62px;margin:0 auto;width:62px}#paymentPopup p{text-align:center}.not-available{background:rgba(235,87,87,.2);border-radius:6px;color:#25252a;font-family:Montserrat,"sans-serif";font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:6px 9px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ordering-alert{align-items:flex-start;background:#ffdead;border-radius:6px;display:flex;gap:10px;padding:12px}@media screen and (min-width:1180px){.ordering-alert{padding:20px}}.ordering-alert__text{font-size:14px;font-weight:500;line-height:150%}@media screen and (min-width:768px){.ordering-alert__text{font-size:16px}}.ordering-alert__icon{fill:#eb5757;flex-shrink:0;height:18px;width:18px}@media screen and (min-width:1180px){.ordering-alert__icon{height:20px;width:20px}}.delivery-result__price{font-size:17px;font-weight:600;margin-bottom:12px}.delivery-result__text{font-size:14px;opacity:.5}@media screen and (min-width:768px){.delivery-result__price{font-size:20px}.delivery-result__text{font-size:16px}}@media screen and (min-width:1180px){.delivery-result__price{font-size:24px}.delivery-result__text{font-size:18px;line-height:140%}}.popup{align-items:center;background:rgba(0,0,0,.36);bottom:0;display:none;justify-content:center;left:0;opacity:1;overflow-y:auto;padding:30px 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:10000}.popup.visible{display:flex}.popup .help-block{color:#cf4949;font-size:14px;line-height:17px;margin-top:5px;transition:all .3s ease}.popup-wrap{background:#fff;border-radius:8px;box-shadow:0 3px 29px rgba(0,0,0,.13);display:flex;flex-direction:column;gap:20px;margin:auto 16px;max-width:440px;padding:24px 16px 28px;position:relative;width:100%;z-index:2}@media (min-width:768px){.popup-wrap{padding:20px 36px 36px}}@media screen and (min-width:1300px){.popup-wrap{padding:40px}}.popup-close{cursor:pointer;height:22px;position:absolute;right:15px;top:15px;transform:rotate(45deg);width:22px}.popup-close:after,.popup-close:before{background-color:#636363;border-radius:30px;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.popup-close:after{transform:translate(-50%,-50%) rotate(90deg)}.popup-title{font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}@media screen and (min-width:768px){.popup-title{font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px}}.popup-content{display:flex;flex-direction:column;gap:20px;position:relative}.map-popup .popup-wrap{max-height:800px;max-width:1300px;padding:48px 16px 28px}.map-popup .popup-content{flex-direction:row;overflow:hidden}.map-popup .map-wrapper{height:inherit;width:100%}.map-popup #map{height:100%;margin-bottom:0;min-height:600px;width:100%}.companies-list{background:#fff;border-radius:6px;display:none;filter:drop-shadow(0 0 6px rgba(0,0,0,.15));height:100%;margin:15px 0;max-height:328px;transform:scaleY(0);transition:transform display .35s ease}.companies-list_visible{display:block;transform:scaleY(1);transition:transform display .35s ease}.companies-list__item{cursor:pointer;padding:15px}.companies-list__item:hover{background-color:rgba(0,159,227,.15)}.companies-list__item:first-of-type{border-radius:6px 6px 0 0}.companies-list__item:last-of-type{border-radius:0 0 6px 6px}.companies-list__item:first-of-type:last-of-type{border-radius:6px}.register-entity-form{display:flex;flex-direction:column;gap:30px;padding-bottom:70px}@media screen and (min-width:1300px){.register-entity-form{padding-bottom:150px}}.register-entity-form section{display:flex;flex-direction:column;gap:20px;justify-content:space-between}@media screen and (min-width:768px){.register-entity-form section{flex-direction:row;gap:80px}}.register-entity-form section h2{width:300px}.register-entity-form .section-content{display:flex;flex-direction:column;gap:30px;width:100%}.register-entity-form .form_send{margin:0 auto;width:max-content}.cart-preview{background-color:#fff;border-radius:10px;box-shadow:0 3px 13px 0 rgba(0,0,0,.14);opacity:0;padding:20px;pointer-events:none;position:absolute;right:0;top:calc(100% + 15px);transition:opacity .4s ease;user-select:none;width:383px}.cart-preview.active{opacity:1;pointer-events:auto;user-select:auto}.cart-preview__header{border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;padding-bottom:15px;width:100%}.cart-preview__quantity{color:#25252a;font-size:16px;font-weight:600}.cart-preview__count{color:#b5b5b5}.cart-preview__clear{border-bottom:1px dotted #b5b5b5;color:#b5b5b5;font-size:14px;transition:color .4s ease}.cart-preview__clear:hover{color:#25252a}.cart-preview__item{border-bottom:1px solid #e2e2e2;margin-top:16px;padding-bottom:16px}.cart-preview__footer{margin-top:16px}.cart-preview__discount,.cart-preview__total{color:#53535a;display:flex;font-size:16px;font-weight:600;justify-content:space-between}.cart-preview__discount{margin-bottom:10px}.cart-preview__btn{background-color:#009fe3;border-radius:8px;color:#fff;display:block;font-size:16px;font-weight:500;line-height:1.5em;margin-top:15px;padding:10px;text-align:center;transition:background-color .3s ease;width:100%}.cart-preview__btn:hover{background-color:#3bb5e9}.preview-item{display:flex;gap:18px;justify-content:space-between}.preview-item__img{height:100%;width:61px}.preview-item__img img{height:100%;object-fit:contain;object-position:top;width:100%}.preview-item__body{flex:1}.preview-item__top{display:flex;gap:6px;justify-content:space-between}.preview-item__title{color:#25252a;font-size:16px;font-weight:600;line-height:1.4em}.preview-item__remove{cursor:pointer;transition:opacity .4s ease}.preview-item__remove svg{fill:#636363;height:24px;pointer-events:none;width:24px}@media (min-width:1180px){.preview-item__remove:hover{opacity:.5}}.preview-item__bottom{display:flex;justify-content:space-between;margin-top:20px}.preview-item__quantity{border:1px solid #e2e2e2;border-radius:8px;display:flex;gap:15px;justify-content:space-between;padding:13px;width:122px}.preview-item__quantity .minus,.preview-item__quantity .plus{cursor:pointer;height:100%;min-width:10px}.preview-item__quantity .minus:before,.preview-item__quantity .plus:before{background-color:#000;content:"";display:block;height:1px;left:calc(50% - 5px);position:relative;top:0;width:11px}.preview-item__quantity .plus:after{background-color:#000;content:"";display:block;height:1px;left:calc(50% - 5px);position:relative;top:-1px;transform:rotate(90deg);width:11px}.preview-item__value{align-self:center;-moz-appearance:textfield;border:none;color:#101c29;font-size:16px;font-weight:600;text-align:center;width:100%}.preview-item__price{font-size:16px;font-weight:700}.preview-item__price_old{color:#b5b5b5;font-size:14px;font-weight:500;margin-bottom:5px;text-decoration:line-through}.preview-discount__title{font-weight:400}.preview-discount__value{color:#cf4949;font-weight:500}.preview-discount.hidden{display:none}.preview-total__value{color:#25252a;font-size:18px}
/*! nouislider - 14.7.0 - 4/6/2021 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.noUi-target{position:relative}.noUi-base,.noUi-connects{height:100%;position:relative;width:100%;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;will-change:transform;z-index:1}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{height:28px;right:-17px;top:-6px;width:34px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{height:34px;right:-6px;top:-17px;width:28px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border:1px solid #d3d3d3;border-radius:4px;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#fff;border:1px solid #d9d9d9;border-radius:3px;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;cursor:default}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{background:#e8e7e6;content:"";display:block;height:14px;left:14px;position:absolute;top:6px;width:1px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{height:1px;left:6px;top:14px;width:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.noUi-rtl .noUi-value-vertical{-webkit-transform:translateY(50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;border-radius:3px;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:10px;left:auto;-webkit-transform:translate(50%);transform:translate(50%)}.noUi-vertical .noUi-origin>.noUi-tooltip{right:28px;top:auto;-webkit-transform:translateY(-18px);transform:translateY(-18px)}