body{font-family:DM Sans,sans-serif;padding:0;margin:0}img{display:block;max-width:100%}ul{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}.visually-hidden{width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0)}.button{display:block;border:0;cursor:pointer}.no-scroll{overflow:hidden}.buy-now__signup-btn,.contacts__btn-location,.franchise__button,.main-hero__btn-product{font-family:DM Sans;border-radius:20px;border:none;cursor:pointer;color:#fff;background-color:#d41443;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.buy-now__signup-btn:focus,.buy-now__signup-btn:hover,.contacts__btn-location:focus,.contacts__btn-location:hover,.franchise__button:focus,.franchise__button:hover,.main-hero__btn-product:focus,.main-hero__btn-product:hover{background-color:#c7133e;box-shadow:0 8px 30px rgba(212,20,67,.2)}.about__btn,.contacts__btn-franchise,.main-hero__btn-made,.mob-menu__main-button{font-family:DM Sans;border-radius:20px;border:none;cursor:pointer;color:#d41443;background-color:#fff;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.about__btn:focus,.about__btn:hover,.contacts__btn-franchise:focus,.contacts__btn-franchise:hover,.main-hero__btn-made:focus,.main-hero__btn-made:hover,.mob-menu__main-button:focus,.mob-menu__main-button:hover{background-color:#ecebeb;box-shadow:0 8px 30px rgba(212,20,67,.2)}@keyframes bounce-top{0%{transform:translateY(-45px);animation-timing-function:ease-in;opacity:1}24%{opacity:1}40%{transform:translateY(-24px);animation-timing-function:ease-in}65%{transform:translateY(-12px);animation-timing-function:ease-in}82%{transform:translateY(-6px);animation-timing-function:ease-in}93%{transform:translateY(-4px);animation-timing-function:ease-in}25%,55%,75%,87%{transform:translateY(0);animation-timing-function:ease-out}to{transform:translateY(0);animation-timing-function:ease-out;opacity:1}}
/*!
 * 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)*0.8);animation-duration:calc(var(--animate-duration)*0.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-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!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-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}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-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-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-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-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-name:heartBeat;animation-name: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-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.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)*0.75);animation-duration:calc(var(--animate-duration)*0.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)*0.75);animation-duration:calc(var(--animate-duration)*0.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)}}@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)}}@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-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.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%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}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%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}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{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.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{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.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{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.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{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.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{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.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{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.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-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity: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}}@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%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.container,.main-hero__container-icecream{padding-left:15px;padding-right:15px;margin:0 auto}@media screen and (min-width:480px){.container,.main-hero__container-icecream{width:480px}}@media screen and (min-width:768px){.container,.main-hero__container-icecream{width:768px}}@media screen and (min-width:1280px){.container,.main-hero__container-icecream{width:1280px}}.section{padding-top:40px;padding-bottom:40px}@media screen and (min-width:1280px){.section{padding-top:60px;padding-bottom:60px}}.header{width:100%;background-color:#ffb8ca;padding-top:8px;padding-bottom:25px}@media screen and (min-width:1280px){.header{padding-top:37px;padding-bottom:60px}}@media screen and (min-width:768px){.header{padding-top:32px;padding-bottom:20px}}.header__logo{width:199px;height:50px}@media screen and (min-width:768px){.header__logo{margin-right:293px}}@media screen and (min-width:1280px){.header__logo{margin-right:0}}.main-nav{display:flex}@media screen and (max-width:767px){.main-nav{display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width:1200px){.main-nav{display:flex;align-items:center;justify-content:space-between}}.site-nav{display:none}.site-nav__link{color:#fff;transition-property:color;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.site-nav__link:focus,.site-nav__link:hover{color:#d41443}@media screen and (min-width:1280px){.site-nav{display:flex;font-size:16px;line-height:1.3;font-weight:700}}.site-nav__item:not(:last-child){margin-right:35px}.header__button{display:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.header__button:focus,.header__button:hover{background-color:#ecebeb;box-shadow:0 8px 30px rgba(212,20,67,.2)}@media screen and (min-width:768px){.header__button{display:inline-block;font-family:DM Sans;border:none;cursor:pointer;color:#d41443;background-color:#fff;min-width:159px;height:44px;display:flex;align-items:center;text-align:center;border-radius:22px;padding:12px 37px 11px;margin-right:0;margin-left:32px;font-size:16px;line-height:1.3;font-weight:700}.header__button--svg{margin-left:12px}}html{scroll-behavior:smooth}.mob-menu{position:fixed;display:flex;flex-direction:column;z-index:35;top:0;left:100%;right:-400px;width:100vw;height:100vh;width:250px;height:502px;padding:20px 0 20px 20px;transition:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1);background-color:#e17992}@media screen and (max-width:1279px){.mob-menu{margin-left:auto}}.mob-menu.is-open{position:fixed;display:flex;flex-direction:column;z-index:35;top:0;left:100%;width:100vw;height:100%;width:250px;padding:20px 0 20px 20px;transition:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);background-color:#e17992}@media screen and (min-width:320px) and (max-width:1279px){.mob-menu.is-open{margin-left:auto}}@media screen and (min-width:768px) and (max-width:1279px){.mob-menu.is-open{width:254px}}.mob-menu.is-open.is-open{position:fixed;top:0;right:0;box-shadow:-8px 0 20px rgba(0,0,0,.25)}.mob-menu-btn.is-open{position:fixed;top:20px;right:20px}.mob-menu-btn.is-open .mob-menu-btn__icon--close{fill:#fff}.mob-menu-btn{position:relative;display:block;z-index:40;cursor:pointer;border:transparent;background-color:initial;color:#d41443}@media screen and (min-width:1280px){.mob-menu-btn{display:none}}.mob-menu-btn .mob-menu-btn__icon--close{display:none}.mob-menu-btn.is-open .mob-menu-btn__icon--close{display:block}.mob-menu-btn.is-open .mob-menu-btn__icon--open{display:none}.mob-menu-btn__icon--close,.mob-menu-btn__icon--open{fill:#d41443}.mob-menu-btn:focus .mob-menu-btn__icon--close{fill:#fff}.mob-menu__main-button{display:inline-block;min-width:209px;height:44px;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:22px;padding:12px 37px 11px 38px;margin:40px 0 19px;font-size:16px;line-height:1.3;font-weight:700;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.mob-menu__main-button:focus,.mob-menu__main-button:hover{background-color:#ecebeb;box-shadow:0 8px 30px rgba(212,20,67,.2)}.mob-menu__main-button--svg{margin-left:32px}.mob-menu__item{min-height:42px;padding-top:13px;border-top:1px solid #e18298;color:#fff;font-size:14px;line-height:1.3;font-weight:700}.mob-menu__item:last-child{border-bottom:1px solid #e18298}.current{color:#d41443}.mob-menu__link{color:#fff;transition-property:color;transition-duration:.35s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mob-menu__link:focus,.mob-menu__link:hover{color:#d41443}.hidden{visibility:hidden}.main-hero__container{position:relative;background-color:#ffb8ca;padding-top:136px;padding-bottom:158px;background-image:-moz-element()}@media screen and (min-width:768px){.main-hero__container{padding-top:16px;padding-bottom:16px}}@media screen and (min-width:1280px){.main-hero__container{padding-top:60px;padding-bottom:60px}}.main-hero__container-icecream{position:relative;z-index:10}.main-hero__ice{position:absolute;top:-111px;right:-56px;z-index:-1}@media screen and (min-width:768px){.main-hero__ice{top:-53px;right:189px}}@media screen and (min-width:1280px){.main-hero__ice{top:-75px;right:229px}}.main-hero__icecream-ellipse{z-index:-2}@media screen and (min-width:768px){.main-hero__icecream-ellipse{width:335px;height:333px}}@media screen and (min-width:1280px){.main-hero__icecream-ellipse{width:534px;height:534px}}.main-hero__icecream-ice{position:absolute;top:9px;left:83px}@media screen and (min-width:768px){.main-hero__icecream-ice{width:143px;height:336px;top:20px;left:74px}}@media screen and (min-width:1280px){.main-hero__icecream-ice{width:236px;height:557px;top:41px;left:119px}}.main-hero__header{font-family:Titan One;font-weight:400;font-size:26px;line-height:1.15;letter-spacing:.04em;text-transform:uppercase;color:#fff}@media screen and (min-width:768px){.main-hero__header{font-size:22px;line-height:1.14}}@media screen and (min-width:1280px){.main-hero__header{font-size:38px;line-height:1.16}}.main-hero__header-accent{font-size:48px;line-height:.96;color:#d41443}@media screen and (min-width:768px){.main-hero__header-accent{font-size:34px;line-height:.91}}@media screen and (min-width:1280px){.main-hero__header-accent{font-size:58px;line-height:.9}}.main-hero__list{display:flex;margin-top:20px}@media screen and (min-width:768px){.main-hero__list{padding-bottom:0;margin-top:7px;margin-bottom:20px}}@media screen and (min-width:1280px){.main-hero__list{margin-top:24px;margin-bottom:40px}}.main-hero__list-item:not(:last-child){margin-right:8px}@media screen and (min-width:768px){.main-hero__list-item:not(:last-child){margin-right:7px}}@media screen and (min-width:1280px){.main-hero__list-item:not(:last-child){margin-right:12px}}.main-hero__btn-product{padding:11px 14px;font-weight:400;font-size:8px;line-height:1.25px}@media screen and (min-width:1280px){.main-hero__btn-product{font-size:14px;line-height:1.29px;padding:19px 24px}}.main-hero__btn-made{font-weight:400;font-size:8px;line-height:1.25px;padding:11px 13px}@media screen and (min-width:1280px){.main-hero__btn-made{font-size:14px;line-height:1.29px;padding:19px 20px}}.main-hero__content{display:flex;align-items:center}.main-hero__wrapper{display:none}@media screen and (min-width:768px){.main-hero__wrapper{display:block;margin-left:auto;margin-right:15px;height:60px}}.main-hero__wrapper-margin{margin-bottom:16px}.main-hero__text{position:relative;display:block;font-family:Titan One;font-weight:400;font-size:28px;line-height:1.14;text-align:right;letter-spacing:.04em;text-transform:uppercase;color:#d41443}@media screen and (min-width:1280px){.main-hero__text{font-size:46px;line-height:1.15}}.main-hero__text:after{content:"";display:block;width:16px;height:16px;background-image:url(/KoRovKaTeamProject/hero-ellipse-tab-1x-min.fd142ffd.png);background-image:-webkit-image-set(url(/KoRovKaTeamProject/hero-ellipse-tab-1x-min.28852e17.webp) 1x);background-size:contain;background-repeat:no-repeat;position:absolute;top:-3px;right:-10px;z-index:-1}@media screen and (-moz-min-device-pixel-ratio:2),screen and (-o-min-device-pixel-ratio:2/1),screen and (-webkit-min-device-pixel-ratio:2),screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.main-hero__text:after{background-image:url(/KoRovKaTeamProject/hero-ellipse-tab-2x-min.620f32ab.png);background-image:-webkit-image-set(url(/KoRovKaTeamProject/hero-ellipse-tab-2x-min.d32b317b.webp) 2x)}}@media screen and (min-width:1280px){.main-hero__text:after{width:30px;height:30px;top:-7px;right:-15px;background-image:url(/KoRovKaTeamProject/hero-ellipse-desctop-1x-min.538ba1fa.png);background-image:-webkit-image-set(url(/KoRovKaTeamProject/hero-ellipse-desc-1x-min.6aee6461.webp) 1x)}}@media screen and (min-width:1280px) and (-moz-min-device-pixel-ratio:2),screen and (min-width:1280px) and (-o-min-device-pixel-ratio:2/1),screen and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-resolution:2dppx),screen and (min-width:1280px) and (min-resolution:192dpi){.main-hero__text:after{background-image:url(/KoRovKaTeamProject/hero-ellipse-desctop-2x-min.3203690d.png);background-image:-webkit-image-set(url(/KoRovKaTeamProject/hero-ellipse-desc-2x-min.3f58da5d.webp) 2x)}}@media screen and (-moz-min-device-pixel-ratio:2),screen and (-o-min-device-pixel-ratio:2/1),screen and (min-device-pixel-ratio:2){.main-hero__text:after{background-image:url(/KoRovKaTeamProject/hero-ellipse-tab-2x-min.620f32ab.png)}}@media screen and (-moz-min-device-pixel-ratio:2) and (min-width:1280px),screen and (-o-min-device-pixel-ratio:2/1) and (min-width:1280px),screen and (min-device-pixel-ratio:2) and (min-width:1280px){.main-hero__text:after{background-image:url(/KoRovKaTeamProject/hero-ellipse-desctop-2x-min.3203690d.png)}}.main-hero__text-color{display:block;font-family:DM Sans;font-weight:400;font-size:8px;line-height:1.25;color:#fff}@media screen and (min-width:1280px){.main-hero__text-color{font-size:14px;line-height:1.29}}.main-hero__title{display:none}@media screen and (min-width:768px){.main-hero__title{display:block;width:114px;font-family:DM Sans;font-weight:400;font-size:8px;line-height:1.5;color:#fff}}@media screen and (min-width:1280px){.main-hero__title{width:200px;font-size:14px;line-height:1.43}}.main-hero__btn-modal{display:none}@media screen and (min-width:768px){.main-hero__btn-modal{margin-top:3px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;cursor:pointer;border-radius:50%;background-color:#fff;fill:#d41443;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),fill .25s cubic-bezier(.4,0,.2,1)}.main-hero__btn-modal:focus,.main-hero__btn-modal:hover{background-color:#d41443;box-shadow:0 8px 30px rgba(212,20,67,.2)}.main-hero__btn-modal:focus .main-hero__btn-icon,.main-hero__btn-modal:hover .main-hero__btn-icon{width:8px;height:8px;fill:#fff}}@media screen and (min-width:1280px){.main-hero__btn-modal{width:26px;height:26px;margin-top:19px}}.main-hero__btn-icon{fill:#d41443}.main-hero__bottom{display:none}@media screen and (min-width:768px){.main-hero__bottom{display:flex;align-items:center;margin-top:20px}}.main-hero__milk:focus,.main-hero__milk:hover{animation:bounce-top .9s both}.main-hero__girl{display:none}@media screen and (min-width:768px){.main-hero__girl{display:block;position:absolute;bottom:-16px;right:15px}}@media screen and (min-width:1280px){.main-hero__girl{bottom:-60px}}@media screen and (max-width:1279px){.main-hero__container{margin-top:-2px}}@media screen and (max-width:767px){.main-hero__container{overflow:hidden}}.products{padding-top:80px}@media screen and (min-width:768px){.products{padding-top:40px;padding-bottom:60px}}@media screen and (min-width:1280px){.products{padding-top:60px;padding-bottom:60px}}.products__subtitle,.products__title{font-family:Titan One,cursive;font-weight:400;text-transform:uppercase}.products__subtitle{font-size:18px;line-height:1.17;letter-spacing:.04em;color:#ffa5ba;text-align:center;margin-bottom:15px}@media screen and (min-width:768px){.products__subtitle{font-size:26px;line-height:1.23;margin-bottom:18px}}@media screen and (min-width:1280px){.products__subtitle{font-size:30px;line-height:1.13;margin-bottom:16px}}.products__title{font-size:34px;line-height:1.15;color:#d41443;letter-spacing:.04em;text-align:center;margin-bottom:148px}@media screen and (min-width:768px){.products__title{font-size:48px;margin-bottom:154px}}@media screen and (min-width:1280px){.products__title{font-size:58px;line-height:1.14;margin-bottom:261px}}@media screen and (min-width:768px){.products__list{display:flex;flex-wrap:wrap;margin:-16.5px}}@media screen and (min-width:1280px){.products__list{margin:-16px}}.product-card{position:relative;margin-left:auto;margin-right:auto;text-align:center;border-radius:24px;width:280px;padding:160px 40px 40px}@media screen and (max-width:767px){.product-card:not(:last-child){margin-bottom:140px}}@media screen and (min-width:768px){.product-card{flex-basis:calc(33.33333% - 33px);margin:16.5px;max-width:224px;padding:118px 32px 40px}}@media screen and (min-width:1280px){.product-card{flex-basis:calc(33.33333% - 32px);margin:16px;min-width:395px;padding:165px 75px 60px}}.product-card:first-child{background-color:#ffb8ca}.product-card:first-child:before{content:"";position:absolute;top:-140px;left:0;display:block;width:280px;height:280px;background-image:url(/KoRovKaTeamProject/products-ice1-mob-1x-min.ede58787.png);background-size:contain;background-position:50%;background-repeat:no-repeat;animation:animate-products 5.5s 3s infinite}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:first-child:before{background-image:url(/KoRovKaTeamProject/products-ice1-mob-2x-min.68251672.png)}}@media screen and (min-width:768px){.product-card:first-child:before{top:-138px;width:224px;height:224px;background-image:url(/KoRovKaTeamProject/products-ice1-tab-1x-min.d7674637.png);animation:animate-products 5.5s 3s infinite}}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:first-child:before{background-image:url(/KoRovKaTeamProject/products-ice1-tab-2x-min.fc34606b.png)}}@media screen and (min-width:1280px){.product-card:first-child:before{top:-261px;width:395px;height:395px;background-image:url(/KoRovKaTeamProject/products-ice1-desctop-1x-min.f3ec5493.png);animation:animate-products 5.5s 3s infinite}}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:first-child:before{background-image:url(/KoRovKaTeamProject/products-ice1-desctop-2x-min.821c3b2c.png)}}.product-card:nth-child(2){background-color:#f0d1a5}.product-card:nth-child(2):before{content:"";position:absolute;top:-140px;left:0;display:block;width:100%;height:280px;background-image:url(/KoRovKaTeamProject/products-ice2-mob-1x-min.1cf5a5a2.png);background-size:contain;background-position:50%;background-repeat:no-repeat;animation:animate-products 5.5s 3s infinite}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:nth-child(2):before{background-image:url(/KoRovKaTeamProject/products-ice2-mob-2x-min.3b5fa3de.png)}}@media screen and (min-width:768px){.product-card:nth-child(2):before{top:-138px;width:100%;height:224px;background-image:url(/KoRovKaTeamProject/products-ice2-tab-1x-min.02db824a.png);animation:animate-products 5.5s 3s infinite}}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:nth-child(2):before{background-image:url(/KoRovKaTeamProject/products-ice2-tab-2x-min.3aba7a10.png)}}@media screen and (min-width:1280px){.product-card:nth-child(2):before{top:-261px;width:394px;height:394px;background-image:url(/KoRovKaTeamProject/products-ice2-desctop-1x-min.abca187e.png);animation:animate-products 5.5s 3s infinite}}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:nth-child(2):before{background-image:url(/KoRovKaTeamProject/products-ice2-desctop-2x-min.cf54342c.png)}}.product-card:last-child{background-color:#c2e297}.product-card:last-child:before{content:"";position:absolute;top:-140px;left:0;display:block;width:100%;height:280px;background-image:url(/KoRovKaTeamProject/products-ice3-mob-1x-min.337614e9.png);background-size:contain;background-position:50%;background-repeat:no-repeat;animation:animate-products 5.5s 3001ms infinite}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:last-child:before{background-image:url(/KoRovKaTeamProject/products-ice3-mob-2x-min.4f5ec6a9.png)}}@media screen and (min-width:768px){.product-card:last-child:before{top:-138px;width:224px;height:224px;background-image:url(/KoRovKaTeamProject/products-ice3-tab-1x-min.c2ae6f3a.png);animation:animate-products 5.5s 3s infinite}}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:last-child:before{background-image:url(/KoRovKaTeamProject/products-ice3-tab-2x-min.ab279f95.png)}}@media screen and (min-width:1280px){.product-card:last-child:before{top:-261px;width:394px;height:394px;background-image:url(/KoRovKaTeamProject/products-ice3-desctop-1x-min.9c3d1d8c.png);animation:animate-products 5.5s 3s infinite}}@media screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx),screen and (min-resolution:192dpi){.product-card:last-child:before{background-image:url(/KoRovKaTeamProject/products-ice3-desctop-2x-min.85761c53.png)}}.product-card__name{font-family:Titan One,cursive;font-weight:400;font-size:20px;line-height:1.15;text-transform:uppercase;color:#fff;letter-spacing:.04em;text-align:center}@media screen and (min-width:1280px){.product-card__name{font-size:30px;line-height:1.13}}.product-card__name:after{content:"";display:block;width:26px;height:6px;margin:32px auto;background-image:url(/KoRovKaTeamProject/product-dots.5bada95c.png)}.product-card__text{font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;line-height:1.52;color:#fff;text-align:center;margin-bottom:32px;letter-spacing:.04em}@media screen and (min-width:768px){.product-card__text{line-height:1.76;letter-spacing:.04em}}@media screen and (min-width:1280px){.product-card__text{font-size:16px;line-height:1.75;margin-bottom:60px}}.product-card__btn{width:40px;height:40px;border-radius:50%;border:transparent;background-color:#fff;cursor:pointer;margin-left:auto;margin-right:auto}.product-card__btn-icon{fill:#d41443}.img-sl{max-width:450px}.img-sl,.img-sl-2{border-radius:25px}.img-sl-2{max-width:380px}.img-r{border:2px solid #e17992;border-radius:25px}@keyframes animate-products{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.section--about{background-color:#fff5f6}@media screen and (min-width:768px){.section--about{padding-top:20px}}@media screen and (min-width:1280px){.section--about{padding-top:60px}}.section--about-bg{background-image:url(/KoRovKaTeamProject/made-milk-mob-2x-min.7114dacc.png);margin:0 auto;background-repeat:no-repeat;background-position:50% 78%;background-size:contain;max-width:1280px}@media screen and (min-width:768px){.section--about-bg{background-image:none}}@media screen and (min-width:1280px){.section--about-bg{background-image:url(/KoRovKaTeamProject/made-milk-desctop-2x-min.62090463.png)}}.about__title-box{width:200px;margin-bottom:32px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.about__title-box{width:429px;margin-bottom:40px}}@media screen and (min-width:1280px){.about__title-box{width:534px;margin-bottom:60px}}.about__title--text{color:#ffa5ba;font-family:Titan One,cursive;font-size:18px;line-height:1.16;font-weight:400;text-transform:uppercase;text-align:center;margin-bottom:15px}@media screen and (min-width:768px){.about__title--text{font-size:26px;line-height:1.15;margin-bottom:16px}}@media screen and (min-width:1280px){.about__title--text{font-size:30px;line-height:1.13}}.about__title{color:#d41443;font-family:Titan One,cursive;font-size:35px;line-height:1.14;font-weight:400;text-transform:uppercase;text-align:center}@media screen and (min-width:768px){.about__title{font-size:48px;line-height:1.14}}@media screen and (min-width:1280px){.about__title{font-size:58px;line-height:1.13}}.about__title:hover span{animation:bounce .6s}@keyframes bounce{0%,to{transform:translate(0)}25%{transform:rotateX(20deg) translateY(2px) rotate(-3deg)}50%{transform:translateY(-20px) rotate(3deg) scale(1.1)}}.about__title span{display:inline-block;animation:float .2s ease-in-out infinite}@keyframes float{0%,to{transform:none}33%{transform:translateY(-1px) rotate(-2deg)}66%{transform:translateY(1px) rotate(2deg)}}.about__title span:nth-child(2){animation-delay:.05s}.about__title span:nth-child(3){animation-delay:.1s}.about__title span:nth-child(4){animation-delay:.15s}.about__title span:nth-child(5){animation-delay:.2s}.about__title span:nth-child(6){animation-delay:.25s}.about__title span:nth-child(7){animation-delay:.3s}.about__title span:nth-child(8){animation-delay:.35s}.about__title span:nth-child(9){animation-delay:.4s}.about__title span:nth-child(10){animation-delay:.45s}.about__title span:nth-child(11){animation-delay:.5s}.about__title span:nth-child(12){animation-delay:.55s}.about__box{border-radius:50px;transition:background-color .5s ease,transform .5s ease,box-shadow .5s ease,backdrop-filter .5s ease}@media screen and (min-width:768px){.about__box{display:flex;justify-content:space-around;cursor:pointer}.about__box:hover{transform:scale(1.03);background-color:rgba(241,53,109,.07);box-shadow:5px 5px 15px 5px #ff8080,-10px -7px 27px 1px #8e5cff,5px 5px 15px 5px transparent;padding:30px 0}}@media screen and (min-width:1280px){.about__box{border-radius:100px;justify-content:normal}.about__box:hover{backdrop-filter:blur(5px);padding:0}}.about__img{width:280px}@media screen and (max-width:767px){.about__img{margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.about__img{width:336px}}@media screen and (min-width:1280px){.about__img{width:501px;margin-right:139px}}.about__text{font-family:DM Sans,sans-serif;font-size:12px;line-height:1.58;font-weight:500;margin-right:80px}.about__text--top{color:#000;margin-bottom:25px}@media screen and (min-width:768px){.about__text--top{font-size:14px;line-height:1.78;width:334px;margin-right:0}}@media screen and (min-width:1280px){.about__text--top{font-size:16px;line-height:1.75;margin-bottom:32px;width:463px;margin-right:0}}.about__text--middle{color:#907e82;margin-bottom:20px}@media screen and (min-width:768px){.about__text--middle{font-size:14px;line-height:1.92;margin-bottom:25px;width:334px;margin-right:0}}@media screen and (min-width:1280px){.about__text--middle{margin-bottom:40px;width:463px;margin-right:0}}.about__text--bottom{color:#907e82;margin-bottom:20px}@media screen and (min-width:768px){.about__text--bottom{font-size:14px;line-height:1.92;margin-bottom:40px;width:334px;margin-right:0}}@media screen and (min-width:1280px){.about__text--bottom{margin-bottom:40px;width:463px;margin-right:0}}@media screen and (min-width:768px){.about__text{width:334px}}@media screen and (min-width:1280px){.about__text{width:463px}}.about__list{margin-top:40px}@media screen and (min-width:768px){.about__list{margin-top:0}}@media screen and (min-width:1280px){.about__list{display:flex;flex-direction:column;justify-content:center;margin-top:0}}.about__btn{border:1px solid #fff;padding:13px 37px;font-size:14px;line-height:1.28;font-weight:700;transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.about__btn:focus,.about__btn:hover{border:1px solid #c7133e;box-shadow:0 8px 30px rgba(212,20,67,.2)}.about__btn--svg{width:5px;height:8px;margin-left:10px}@media screen and (min-width:768px){.about__btn{font-size:16px;line-height:1.31}}@media screen and (min-width:1280px){.about__btn{font-size:16px;line-height:1.31;width:178px}}.advantages{background-color:#fff5f6}@media screen and (max-width:767px){.advantages{padding-top:20px}}.advantages__number{font-family:Titan One,cursive;color:#d41443;font-size:36px;line-height:1.14;letter-spacing:.04em;margin-bottom:13px}@media screen and (min-width:768px){.advantages__number{font-size:48px;line-height:1.16}}@media screen and (min-width:1280px){.advantages__number{font-size:58px;line-height:1.14;margin-bottom:16px}}.advantages__text{color:#000;font-weight:700;font-size:12px;line-height:1.67}@media screen and (min-width:768px){.advantages__text{font-size:14px;line-height:1.71}}@media screen and (min-width:1280px){.advantages__text{font-size:16px;line-height:1.75}}@media screen and (min-width:768px){.advantages__list{display:flex;justify-content:space-between;width:527px}}@media screen and (min-width:1280px){.advantages__list{width:1141px}}.advantages__item{width:230px}@media screen and (min-width:768px){.advantages__item{width:160px}}@media screen and (min-width:1280px){.advantages__item{width:288px}}.advantages__item:before{content:"";display:block;height:50px;margin-bottom:16px;background-size:contain;background-repeat:no-repeat}@media screen and (min-width:768px){.advantages__item:before{margin-bottom:36px}}@media screen and (min-width:1280px){.advantages__item:before{margin-bottom:40px}}.advantages__item:first-child:before{width:33px;background-image:url(/KoRovKaTeamProject/made-icon1-min.4d022907.png)}.advantages__item:nth-child(2):before{width:50px;background-image:url(/KoRovKaTeamProject/made-icon2-min.df7fcc8c.png)}.advantages__item:nth-child(3):before{width:44px;background-image:url(/KoRovKaTeamProject/made-icon3-min.12ff1c78.png)}@media screen and (max-width:767px){.advantages__item:not(:last-child){margin-bottom:32px}}.gallery{background-image:linear-gradient(180deg,#fff5f6 40%,#fff 0)}.gallery__grid{display:grid;grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(9,1fr)}@media screen and (min-width:768px){.gallery__grid{grid-gap:4px;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(6,1fr)}}@media screen and (min-width:1280px){.gallery__grid{grid-gap:6px}}.gallery__item{border-radius:5px;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1);cursor:pointer}@media screen and (min-width:768px){.gallery__item{border-radius:15px}}@media screen and (min-width:1280px){.gallery__item{border-radius:20px}}.gallery__item:hover{transform:scale(1.2);box-shadow:0 1px 9px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.04),0 2px 1px rgba(0,0,0,.03);z-index:1}.gallery__item:hover:nth-child(4){transform:scale(1.1)}.gallery__item-1{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:7}@media screen and (min-width:768px){.gallery__item-1{grid-column-start:2;grid-column-end:3}}.gallery__item-2{grid-column-start:2;grid-column-end:3;grid-row-start:3;grid-row-end:6}@media screen and (min-width:768px){.gallery__item-2{grid-column-start:3;grid-column-end:4}}.gallery__item-3{grid-column-start:2;grid-column-end:3;grid-row-start:6;grid-row-end:9}@media screen and (min-width:768px){.gallery__item-3{grid-column-start:3;grid-column-end:4}}.gallery__item-4{grid-column-start:3;grid-column-end:5;grid-row-start:1;grid-row-end:7}@media screen and (min-width:768px){.gallery__item-4{grid-column-start:4;grid-column-end:6}}.gallery__item-5{grid-column-start:3;grid-column-end:4;grid-row-start:7;grid-row-end:10}@media screen and (min-width:768px){.gallery__item-5{grid-column-start:4;grid-column-end:5}}.gallery__item-6{grid-column-start:5;grid-column-end:6;grid-row-start:3;grid-row-end:6}@media screen and (min-width:768px){.gallery__item-6{grid-column-start:6;grid-column-end:7}}.gallery__item-7{grid-column-start:5;grid-column-end:6;grid-row-start:6;grid-row-end:9}@media screen and (min-width:768px){.gallery__item-7{grid-column-start:6;grid-column-end:7}}.gallery__item-8{grid-column-start:6;grid-column-end:7;grid-row-start:2;grid-row-end:5}@media screen and (min-width:768px){.gallery__item-8{grid-column-start:7;grid-column-end:8}}.gallery__item-9{grid-column-start:6;grid-column-end:7;grid-row-start:5;grid-row-end:8}@media screen and (min-width:768px){.gallery__item-9{grid-column-start:7;grid-column-end:8}}.gallery__item-10{grid-column-start:7;grid-column-end:8;grid-row-start:4;grid-row-end:7}@media screen and (min-width:768px){.gallery__item-10{grid-column-start:8;grid-column-end:9}}.reviews{background-color:#fff}@media screen and (max-width:767px){.reviews{padding-bottom:24px}}.reviews__slider-card{display:none;flex-direction:column;align-items:center;text-align:center}.slide-active{display:flex}.reviews__slider-quote-wrap{background-color:#fafafa;margin:24px 0;position:relative;padding:51px 50px 18px;max-width:280px}.reviews__slider-quote-wrap:before{content:"";position:absolute;width:54px;height:40px;background-image:url(/KoRovKaTeamProject/reviews-quote.5781e60e.png);background-size:54px 40px;top:38px;left:53px}@media screen and (min-width:768px){.reviews__slider-quote-wrap{margin:20px 0 4px;padding:37px 6px 44px;max-width:620px}.reviews__slider-quote-wrap:before{width:61px;height:40px;background-size:61px 40px;top:20px;left:6px}}@media screen and (min-width:1280px){.reviews__slider-quote-wrap{margin:16px 0;padding:47px 107px 39px 105px;max-width:1034px}.reviews__slider-quote-wrap:before{width:54px;height:40px;background-size:54px 40px;top:32px;left:105px}}.reviews__slider-quote{position:relative;color:#000;font-weight:500;font-size:12px;line-height:2.55;background-image:repeating-linear-gradient(0deg,#e1e1e1,transparent 1px 31px);padding:0 15px}@media screen and (min-width:768px){.reviews__slider-quote{font-size:14px;line-height:2.16;padding-left:45px;padding-right:49px}}@media screen and (min-width:1280px){.reviews__slider-quote{font-size:16px;line-height:1.86;letter-spacing:.04em;padding-left:37px;padding-right:35px}}.reviews__slider-customer-name{position:relative;font-weight:500;font-size:14px;line-height:1.86;margin:16px 0}.reviews__slider-customer-name:before{content:"";position:absolute;width:32px;height:4px;background-image:url(/KoRovKaTeamProject/reviews-red-dots.ac49ee34.svg);background-size:32px 4px;top:-16px;left:calc(50% - 15px)}@media screen and (min-width:768px){.reviews__slider-customer-name{font-size:16px;margin-bottom:32px}}@media screen and (min-width:1280px){.reviews__slider-customer-name{font-size:20px}}.reviews__slider-switch{text-align:center}.reviews__slider-switch-dot{cursor:pointer;text-align:center;height:12px;width:12px;margin:0 2px;background-color:#d9d9d9;border-radius:50%;display:inline-block;transition:background-color .6s ease}.reviews__slider-switch-dot+.reviews__slider-switch-dot{margin-left:16px}.btn-active{background-color:initial}.btn-active:after{content:"";display:block;width:12px;height:12px;background-image:url(/KoRovKaTeamProject/reviews-dot-active.6a9a7175.svg);background-repeat:no-repeat;background-size:12px 12px;object-fit:contain}.fade{animation-name:fade;animation-duration:1.5s}@keyframes fade{0%{opacity:.4}to{opacity:1}}.contacts{margin-bottom:32px}@media screen and (min-width:768px){.contacts{display:flex;gap:32px;margin-bottom:40px}}@media screen and (min-width:1280px){.contacts{margin-bottom:60px}}.contacts__item{width:280px;background-color:#fff;box-shadow:0 8px 30px rgba(212,20,67,.1);border-radius:24px;border:2px solid transparent;padding:40px 32px;margin-left:auto;margin-right:auto;transition-duration:.7s;transition:background-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),border .25s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767px){.contacts__item:not(:last-child){margin-bottom:20px}}@media screen and (min-width:768px){.contacts__item{width:224px;margin-bottom:0;margin-left:0;margin-right:0}}@media screen and (min-width:1280px){.contacts__item{width:395px;padding:40px;margin-bottom:0}}.contacts__item:focus,.contacts__item:hover{border-style:dashed;border-color:#d41443;transform:scale(1.05)}.contacts__item-name{display:inline-block;font-style:normal;font-weight:500;font-size:16px;line-height:1.86;letter-spacing:.04em;color:#fff;background-color:#f0d1a5;border-radius:6px;padding-left:16px;padding-right:16px}@media screen and (max-width:767px){.contacts__item-name{font-size:12px;padding-left:24px;padding-right:24px;line-height:1.6}}.contacts__list{padding-top:20px}@media screen and (min-width:768px){.contacts__list{padding-top:32px}}.contacts__wrap{padding-top:24px;padding-bottom:24px}.contacts__wrap:first-child{padding-top:0}.contacts__wrap:last-child{padding-bottom:0}@media screen and (min-width:768px){.contacts__wrap{padding-top:32px;padding-bottom:32px}.contacts__wrap:first-child{padding-top:0}.contacts__wrap:last-child{padding-bottom:0}}.contacts__place-town{font-style:normal;font-weight:500;font-size:12px;line-height:1.86;letter-spacing:.04em;color:#000;display:block;margin-bottom:8px}@media screen and (min-width:768px){.contacts__place-town{font-size:14px;margin-bottom:12px}}@media screen and (min-width:1280px){.contacts__place-town{font-size:16px;margin-bottom:8px}}.contacts__place-desc{font-style:normal;font-weight:500;font-size:12px;line-height:1.5;letter-spacing:.04em;color:#907e82}@media screen and (min-width:768px){.contacts__place-desc{font-size:14px;line-height:1.66}}@media screen and (min-width:1280px){.contacts__place-desc{font-size:16px;line-height:1.83}}.contacts__timetable-wrap{margin-bottom:8px}@media screen and (min-width:768px){.contacts__timetable-wrap{margin-bottom:12px}}.contacts__timetable-day{font-style:normal;font-weight:500;font-size:12px;line-height:1.86;letter-spacing:.04em;color:#000;display:block;transition:color .25s cubic-bezier(.4,0,.2,1),font-size .25s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:768px){.contacts__timetable-day{font-size:14px;line-height:1.83}}@media screen and (min-width:1280px){.contacts__timetable-day{font-size:16px}}.contacts__timetable-time{font-style:normal;font-weight:500;font-size:12px;line-height:1.86;color:#ffa5ba}@media screen and (min-width:768px){.contacts__timetable-time{font-size:14px}}@media screen and (min-width:1280px){.contacts__timetable-time{font-size:16px}}.contacts__btn{display:flex;text-align:center;justify-content:center}@media screen and (max-width:767px){.contacts__btn{flex-direction:column;align-items:center}}.contacts__btn-item-loc{display:flex;align-items:center;margin-right:15px;border-radius:22px;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767px){.contacts__btn-item-loc{margin-bottom:10px;margin-right:0;width:164px;justify-content:center}}.contacts__btn-item-loc:focus,.contacts__btn-item-loc:hover{background-color:#c7133e;box-shadow:0 8px 30px rgba(212,20,67,.2)}.contacts__btn-item-fra{display:flex;align-items:center;border-radius:22px;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767px){.contacts__btn-item-fra{justify-content:center;width:164px}}.contacts__btn-item-fra:focus,.contacts__btn-item-fra:hover{background-color:#ecebeb;box-shadow:0 8px 30px rgba(212,20,67,.2)}.contacts__btn-icon{margin-left:9px;align-items:center}@media screen and (min-width:1280px){.contacts__btn-icon{font-size:16px}}.contacts__btn-icon-rev{margin-left:9px}.contacts__link{font-style:normal;font-weight:500;font-size:12px;line-height:1.5;color:#907e82;transition:color .25s cubic-bezier(.4,0,.2,1),font-size .25s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:768px){.contacts__link{font-size:14px;line-height:1.83}}@media screen and (min-width:1280px){.contacts__link{font-size:16px}}.contacts__btn-location{padding:14px 35px;border-radius:22px;font-style:normal;font-weight:700;font-size:16px;line-height:1.31}@media screen and (max-width:767px){.contacts__btn-location{padding:14px 17px;justify-content:center}}.contacts__btn-franchise{align-items:center;padding:14px 39px;border-radius:22px;font-style:normal;font-weight:700;font-size:16px;line-height:1.31}@media screen and (max-width:767px){.contacts__btn-franchise{justify-content:center;padding:14px 17px;width:100%}}.timetable{border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1}.food-truck{background-color:#c2e297}.contact{background-image:linear-gradient(180deg,#fff 21%,#fff5f6 0,#fff5f6 87%);padding-top:24px;padding-bottom:24px}@media screen and (min-width:768px){.contact{padding-bottom:20px;padding-top:40px}}@media screen and (min-width:1280px){.contact{padding-top:60px;padding-bottom:60px}}.contacts__item:focus .contacts__link,.contacts__item:hover .contacts__link{color:#d41443}@media screen and (min-width:1280px){.contacts__item:focus .contacts__link,.contacts__item:hover .contacts__link{font-size:16px}}.foot{background-color:#fff5f6;padding-top:24px}@media screen and (min-width:768px){.foot{padding-top:20px}}@media screen and (min-width:1280px){.foot{padding-top:60px}}.foot__container{margin-bottom:40px}@media screen and (min-width:768px){.foot__container{display:flex;justify-content:space-between}}@media screen and (min-width:768px) and (min-width:1280px){.foot__container{margin-bottom:60px}}.foot__slogan{margin-bottom:40px;overflow-wrap:break-word}@media screen and (min-width:768px){.foot__slogan{margin-bottom:0}}.foot__ice-cream{width:232px;margin-bottom:16px;text-transform:uppercase;font-family:Titan One,cursive;font-weight:400;font-size:18px;line-height:1.15;color:#ffa5ba}@media screen and (min-width:768px){.foot__ice-cream{width:340px}}@media screen and (min-width:1280px){.foot__ice-cream{width:474px}}@media screen and (min-width:768px){.foot__ice-cream{font-size:26px;line-height:1.15}}@media screen and (min-width:1280px){.foot__ice-cream{font-size:30px;line-height:1.15}}.foot__passion{width:200px;text-transform:uppercase;font-family:Titan One,cursive;font-weight:400;font-size:34px;line-height:1.15;letter-spacing:.04em;color:#d41443}@media screen and (min-width:768px){.foot__passion{width:340px}}@media screen and (min-width:1280px){.foot__passion{width:474px}}@media screen and (min-width:768px){.foot__passion{font-size:48px;line-height:1.15}}@media screen and (min-width:1280px){.foot__passion{font-size:58px;line-height:1.15}}.socials{display:flex;justify-content:flex-end;margin-bottom:40px}.socials__link{width:32px;height:32px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#fea5bb;transition:background-color .25s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:768px){.socials__link{width:34px;height:34px}}.socials__link:focus,.socials__link:hover{background-color:#d41443}.socials__icon{fill:currentColor}.socials__item+.socials__item{margin-left:28px}@media screen and (min-width:768px){.socials__item+.socials__item{margin-left:30px}}@media screen and (min-width:1280px){.socials__item+.socials__item{margin-left:24px}}.foot__address{display:flex;justify-content:end;font-style:normal;font-family:DM Sans,sans-serif;font-weight:700;font-size:12px;line-height:1.86}@media screen and (min-width:768px){.foot__address{font-size:14px;line-height:1.86}}@media screen and (min-width:1280px){.foot__address{font-size:16px;line-height:1.86}}.foot__contact{color:#000}.foot__link{font-weight:500;color:#d41443}.foot__wrap-copyright{display:flex;overflow-wrap:break-word;padding-top:16px;padding-bottom:20px;border-top:1px solid #e1e1e1}@media screen and (min-width:768px){.foot__wrap-copyright{padding:8px 0}}.foot__copyright{width:140px;margin:0 auto;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;line-height:1.86;color:#907e82}@media screen and (min-width:768px){.foot__copyright{width:276px}}.overlay{position:fixed;width:100vw;height:100vh;top:0;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.2);pointer-events:auto;z-index:50;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}.modal,.overlay{opacity:0;visibility:hidden}.modal-button--close{position:absolute;display:flex;align-items:center;justify-content:center;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background-color:#fff;color:#d41443;transition:color .25s cubic-bezier(.4,0,.2,1)}.modal-button--close .icon{fill:currentColor}.modal-button--close:focus,.modal-button--close:hover{color:#ffa5ba}.read-more{position:fixed;top:50%;left:50%;min-width:320px;padding:30px 15px 15px;background-color:#fff;border:2px solid #e17992;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:24px;z-index:70;overflow-y:auto;transform:translate(-50%,-50%) scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}@media (max-width:479px){.read-more{width:80%}}@media (max-height:575px){.read-more{height:100vh}}@media (min-width:480px){.read-more{width:480px}}@media (min-width:768px){.read-more{width:590px}}.read-more.active{transform:translate(-50%,-50%) scale(1)}.read-more__title{font-family:Titan One,cursive;font-weight:400;font-size:22px;text-transform:uppercase;color:#d41443;text-align:center}.read-more__text,.read-more__title{line-height:1.76;letter-spacing:.04em;margin-bottom:30px}.read-more__text{font-weight:500;font-size:16px;color:#000}.read-more__video{width:100%;height:315px;border:none}.read-more.active{transform:translate(-50%,-50%)}.our-locations{position:fixed;top:50%;left:50%;min-width:320px;max-height:80%;display:flex;flex-direction:column;align-items:center;padding:30px 15px 15px;background-color:#fff;border:2px solid #e17992;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:24px;z-index:70;overflow-y:auto;transform:translate(-50%,-50%) scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}@media (max-width:479px){.our-locations{width:80%}}@media (max-height:568px){.our-locations{height:100vh}}@media (min-width:480px){.our-locations{width:480px}}@media (min-width:768px){.our-locations{width:590px}}.our-locations.active{transform:translate(-50%,-50%) scale(1)}.our-locations__title{font-family:Titan One,cursive;font-weight:400;font-size:22px;text-transform:uppercase;line-height:1.76;letter-spacing:.04em;color:#d41443;margin-bottom:30px;text-align:center}.our-locations__map{width:100%;height:450px}.franchise{position:fixed;top:50%;left:50%;min-width:320px;padding:30px 15px 15px;background-color:#fff;border:2px solid #e17992;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:24px;z-index:70;transform:translate(-50%,-50%) scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}@media (max-width:479px){.franchise{width:80%}}@media (min-width:480px){.franchise{width:480px}}@media (min-width:768px){.franchise{width:590px}}.franchise.active{transform:translate(-50%,-50%) scale(1)}.franchise__text{font-weight:500;font-size:16px;line-height:1.76;letter-spacing:.04em;color:#000;margin-bottom:30px}.franchise__button{padding:11px 37px 12px;font-weight:700;font-size:16px;line-height:1.31;display:inline-block}.franchise__box_button{display:flex;justify-content:center}.buy-now{position:fixed;top:50%;left:50%;min-width:320px;padding:30px 40px 15px;background-color:#fff;border:2px solid #e17992;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:24px;z-index:70;overflow-y:auto;transform:translate(-50%,-50%) scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}@media (max-width:479px){.buy-now{width:80%}}@media (max-height:583px){.buy-now{height:100vh}}@media (min-width:480px){.buy-now{width:480px}}@media (min-width:768px){.buy-now{width:590px}}.buy-now.active{transform:translate(-50%,-50%) scale(1)}.buy-now__title{font-family:Titan One,cursive;font-weight:400;font-size:22px;text-transform:uppercase;text-align:center}.buy-now__label,.buy-now__title{line-height:1.76;letter-spacing:.04em;color:#d41443;margin-bottom:10px}.buy-now__label{display:flex;flex-direction:column;font-weight:500;font-size:16px}.buy-now__input{width:100%;height:40px;border:1px solid #907e82;box-sizing:border-box;padding-left:42px;border-radius:12px;outline:none;transition:border .25s cubic-bezier(.4,0,.2,1)}.buy-now__input-box{position:relative;color:#907e82;transition:color .25s cubic-bezier(.4,0,.2,1)}.buy-now__input-box:focus-within{color:#d41443}.buy-now__input-box .icon{position:absolute;top:11px;left:12px;fill:currentColor}.buy-now__input:focus{border:1px solid #d41443}.buy-now__coment textarea{resize:none;padding-left:10px;padding-right:10px;border:1px solid #907e82;box-sizing:border-box;border-radius:12px;outline:none;transition:border .25s cubic-bezier(.4,0,.2,1)}.buy-now__coment textarea:focus{border:1px solid #d41443}.buy-now__agree{flex-direction:row;align-items:baseline;justify-content:center;user-select:none;font-weight:500;font-size:16px;line-height:1.76;letter-spacing:.04em;color:#907e82}.buy-now__agree-text{display:flex;flex-wrap:wrap;align-items:center;font-size:14px}.buy-now__checkbox{position:absolute;z-index:-1;opacity:0}.buy-now__custom-checkbox{display:flex;align-items:center;width:16px;height:15px;flex-shrink:0;flex-grow:0;border:2px solid #907e82;border-radius:2px;margin-right:8px;transition:border-color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.buy-now__custom-checkbox .icon{opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.buy-now__checkbox-text{font-size:14px}.buy-now__agree-link{margin-left:4px;color:#2196f3;text-decoration:underline}.buy-now__signup-btn{margin-left:auto;margin-right:auto;padding:11px 37px 12px;font-weight:700;font-size:16px;line-height:1.31;display:flex;align-items:baseline;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.buy-now__signup-btn .icon{fill:currentColor;margin-left:13.5px}.buy-now__agree>.buy-now__checkbox:not(:disabled):not(:checked)+.buy-now__agree-text:hover>.buy-now__custom-checkbox{border-color:#d41443}.buy-now__agree>.buy-now__checkbox:not(:disabled):active+.buy-now__agree-text>.buy-now__custom-checkbox{background-color:#d41443;border-color:#d41443}.buy-now__agree>.buy-now__checkbox:focus+.buy-now__agree-text>.buy-now__custom-checkbox,.buy-now__agree>.buy-now__checkbox:focus:not(:checked)+.buy-now__agree-text>.buy-now__custom-checkbox{border-color:#d41443}.buy-now__agree>.buy-now__checkbox:checked+.buy-now__agree-text>.buy-now__custom-checkbox{border-color:#d41443;background-color:#d41443}.buy-now__agree>.buy-now__checkbox:checked+.buy-now__agree-text>.buy-now__custom-checkbox .icon{opacity:1}.hero-modal{position:fixed;top:50%;left:50%;min-width:320px;padding:30px 40px 15px;background-color:#fff;border:2px solid #e17992;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:24px;z-index:70;transform:translate(-50%,-50%) scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}@media (max-width:479px){.hero-modal{width:80%}}@media (min-width:480px){.hero-modal{width:480px}}@media (min-width:768px){.hero-modal{width:590px}}.hero-modal.active{transform:translate(-50%,-50%) scale(1)}.hero-modal__title{font-family:Titan One,cursive;font-weight:400;font-size:22px;text-transform:uppercase;line-height:1.76;letter-spacing:.04em;color:#d41443;margin-bottom:5px}.hero-modal__table{border-collapse:collapse}.hero-modal__table-title{background-color:#e17992;font-size:16px}.hero-modal__table-text,.hero-modal__table-title{text-align:center;padding:5px;border-left:1px solid #fea5bb;border-right:1px solid #fea5bb}.hero-modal__table-text{border-bottom:1px solid #fea5bb;font-size:14px}.hero-modal__table-text:nth-child(3n-2){background-color:#ffb8ca}.hero-modal__button--close{position:absolute;display:flex;align-items:center;justify-content:center;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background-color:#fff5f6;color:#d41443}.hero-modal__button--close .icon{fill:currentColor}.hero-modal.active{transform:translate(-50%,-50%)}.modal.active,.overlay.active{opacity:1;visibility:visible}.scroll_page{position:relative}.scroll_page__btn{height:44px;width:44px;position:fixed;bottom:40px;right:25px;background-color:#d41443;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);transform:translateY(0);z-index:9;visibility:hidden}.scroll_page__btn:hover{background-color:#c7133e;transform:translateY(-10px)}.scroll_page__svg{width:15px;height:18px;transform:rotate(270deg)}.products-modal{position:fixed;top:50%;left:50%;min-width:320px;min-height:500px;padding:30px 15px 15px;background-color:#c7f3e4;border:2px solid #e17992;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:24px;z-index:70;overflow-y:auto;transform:translate(-50%,-50%) scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}@media (max-width:479px){.products-modal{width:80%}}@media (max-height:575px){.products-modal{height:100vh}}@media (min-width:480px){.products-modal{width:480px}}@media (min-width:768px){.products-modal{width:600px}}.products-modal.active{transform:translate(-50%,-50%)}.products-modal__title{font-family:Titan One,cursive;font-weight:400;font-size:22px;text-transform:uppercase;line-height:1.76;letter-spacing:.04em;color:#d41443;margin-bottom:30px;text-align:center}.carousel{position:absolute;top:50%;left:50%;width:200px;height:200px;margin:0;-webkit-perspective:800px;perspective:800px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.carousel-content{position:absolute;width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-182px) rotateY(0);transform:translateZ(-182px) rotateY(0);-webkit-animation:carousel 12s cubic-bezier(1,.015,.295,1.225) infinite forwards;animation:carousel 12s cubic-bezier(1,.015,.295,1.225) infinite forwards}.carousel-item{position:absolute;top:0;left:0;width:200px;height:200px;border-radius:6px}.carousel-item:first-child{-webkit-transform:rotateY(0) translateZ(182px);transform:rotateY(0) translateZ(182px)}.carousel-item:nth-child(2){-webkit-transform:rotateY(60deg) translateZ(182px);transform:rotateY(60deg) translateZ(182px)}.carousel-item:nth-child(3){-webkit-transform:rotateY(120deg) translateZ(182px);transform:rotateY(120deg) translateZ(182px)}.carousel-item:nth-child(4){-webkit-transform:rotateY(180deg) translateZ(182px);transform:rotateY(180deg) translateZ(182px)}.carousel-item:nth-child(5){-webkit-transform:rotateY(240deg) translateZ(182px);transform:rotateY(240deg) translateZ(182px)}.carousel-item:nth-child(6){-webkit-transform:rotateY(300deg) translateZ(182px);transform:rotateY(300deg) translateZ(182px)}@-webkit-keyframes carousel{0%,14.3%{-webkit-transform:translateZ(-182px) rotateY(0);transform:translateZ(-182px) rotateY(0)}24.3%,28.4%{-webkit-transform:translateZ(-182px) rotateY(-60deg);transform:translateZ(-182px) rotateY(-60deg)}36.5%,42.6%{-webkit-transform:translateZ(-182px) rotateY(-120deg);transform:translateZ(-182px) rotateY(-120deg)}48.6%,56.8%{-webkit-transform:translateZ(-182px) rotateY(-180deg);transform:translateZ(-182px) rotateY(-180deg)}64.8%,71.1%{-webkit-transform:translateZ(-182px) rotateY(-240deg);transform:translateZ(-182px) rotateY(-240deg)}78.1%,85.3%{-webkit-transform:translateZ(-182px) rotateY(-300deg);transform:translateZ(-182px) rotateY(-300deg)}94.3%,to{-webkit-transform:translateZ(-182px) rotateY(-300deg);transform:translateZ(-182px) rotateY(-300deg)}}@keyframes carousel{0%,14.3%{-webkit-transform:translateZ(-182px) rotateY(0);transform:translateZ(-182px) rotateY(0)}24.3%,28.4%{-webkit-transform:translateZ(-182px) rotateY(-60deg);transform:translateZ(-182px) rotateY(-60deg)}36.5%,42.6%{-webkit-transform:translateZ(-182px) rotateY(-120deg);transform:translateZ(-182px) rotateY(-120deg)}48.6%,56.8%{-webkit-transform:translateZ(-182px) rotateY(-180deg);transform:translateZ(-182px) rotateY(-180deg)}64.8%,71.1%{-webkit-transform:translateZ(-182px) rotateY(-240deg);transform:translateZ(-182px) rotateY(-240deg)}78.1%,85.3%{-webkit-transform:translateZ(-182px) rotateY(-300deg);transform:translateZ(-182px) rotateY(-300deg)}94.3%,to{-webkit-transform:translateZ(-182px) rotateY(-300deg);transform:translateZ(-182px) rotateY(-300deg)}}

/*# sourceMappingURL=/KoRovKaTeamProject/src.c510727d.css.map */