/*!
* 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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap";.main__cards{padding:80px 0 60px 60px;display:-webkit-flex}.main__cards__item{width:285px;height:190px;padding:20px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);background:var(--irokez-white-color-2);position:relative}.main__cards__item:not(:last-child){margin-right:20px}.main__cards__item>div{display:-webkit-flex;align-items:center;height:32px}.main__cards__item>div>img{margin-right:10px}.main__cards__item>p{font-size:14px;line-height:18px}.main__cards__item:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;z-index:-1}.main__cards__item.es:after{background:linear-gradient(120.25deg,rgba(40,105,182,.2) .58%,rgba(40,105,182,0))}.main__cards__item.ru:after{background:linear-gradient(120.25deg,rgba(43,79,204,.2) .58%,rgba(43,79,204,0))}.main__cards__item.kz:after{background:linear-gradient(120.25deg,rgba(44,175,217,.2) .58%,rgba(44,175,217,0))}.main__cards__item.kg:after{background:linear-gradient(120.25deg,rgba(207,23,23,.2) .58%,rgba(207,23,23,0))}.main__cards-mobile{display:none;height:235px}@media(max-width:900px){.main__cards{display:none}.main__cards-mobile{width:auto!important;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 20px;grid-column-gap:20px;column-gap:20px;margin:20px 0!important;padding:10px 0 10px 20px!important}.main__cards-mobile>div{width:285px!important;margin:0!important}}.main__form{padding:80px 60px;z-index:6;border-bottom:1px solid #e6e6e6}.main__form>div:first-child{display:-webkit-flex}.main__form>div:first-child>div:first-child{width:720px;margin-right:30px}.main__form>div:first-child>div:first-child>h2{margin-top:0}.main__form>div:first-child>div:first-child>p{background:#edeff1;padding:6px 16px;margin:0 0 -5px -16px;line-height:22px;width:auto;display:inline-block}.main__form>div:first-child>div:first-child>p:nth-child(2){border-radius:12px 12px 12px 0}.main__form>div:first-child>div:first-child>p:nth-child(3){border-radius:0 0 12px 0}.main__form>div:first-child>div:first-child>p:nth-child(4){border-radius:0 0 12px 12px;padding-bottom:8px}.main__form>div:first-child>div:last-child{padding-top:10px;position:relative}.main__form>div:first-child>div:last-child>img{position:absolute;top:10px;left:0;border-radius:12px;transition:opacity 1.5s ease}.main__form>div:last-child>p{margin-bottom:15px}.main__form>div:last-child>div{display:-webkit-flex;flex-wrap:wrap;margin-bottom:-10px}.main__form>div:last-child>div a{width:auto;padding:10px 20px;background:var(--irokez-white-color-3);border-radius:12px;display:-webkit-flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease;cursor:pointer;margin-right:10px;font-weight:700;font-size:17px;margin-bottom:10px}.main__form>div:last-child>div a:hover{opacity:.85}.main__form__fields{display:-webkit-flex;flex-direction:column;padding:10px 0 60px;z-index:6;min-height:685px}.main__form__fields__check-boxes{display:inherit;flex-wrap:wrap}.main__form__fields__check-boxes>label{display:-webkit-flex;margin-bottom:25px;overflow:hidden;height:19px;cursor:pointer;width:350px}.main__form__fields__check-boxes>label span{margin-left:12px}.main__form__fields__group{display:inherit;margin-top:20px}.main__form__fields__group>div{width:100%}.main__form__fields__group>div:not(:only-child){width:calc(50% - 5px)}.main__form__fields>p{margin-top:40px}.main__form__form-success{display:-webkit-flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e6e6e6;border-radius:12px;height:400px;margin:130px 0 150px}.main__form__form-success p{margin:0}.main__form__form-success button{margin-top:25px}@media(max-width:900px){.main__form{padding:40px 0 30px 20px!important}.main__form>div:first-child{display:-webkit-flex;flex-direction:column}.main__form>div:first-child>div:first-child{width:100%}.main__form>div:first-child>div:first-child>h2{margin-top:0}.main__form>div:first-child>div:first-child>p{background:transparent;display:block;width:345px}.main__form>div:first-child>div:first-child>p:nth-child(3){width:100%}.main__form>div:first-child>div:first-child>p:nth-child(4){margin-top:-10px;padding-top:0}.main__form>div:first-child>div:last-child{display:none}.main__form>div:last-child>p{margin-top:-30px;margin-bottom:15px}.main__form>div:last-child>div{display:-webkit-flex;flex-wrap:wrap}.main__form>div:last-child>div a{padding:6.5px 10px;margin-right:10px;margin-bottom:10px;font-size:14px}.main__form>div:last-child>div a:hover{opacity:.85}.main__form__fields{padding-right:20px;width:100%}.main__form__fields__check-boxes{flex-direction:column}.main__form__fields__check-boxes>div:last-child{margin-top:25px}.main__form__fields__group{flex-direction:column;width:100%}.main__form__fields__group label{font-size:14px!important}.main__form__fields__group>div,.main__form__fields__group>div:not(:only-child){width:inherit}.main__form__fields__group>div:not(:only-child):last-child{margin-top:20px}.main__form__fields>div:last-child{justify-content:flex-start!important}.main__form__fields>div:last-child>div{flex-direction:column;align-items:center;margin-right:17px}.main__form__form-success{margin:50px 20px 100px 0;height:350px}}.main__first-block{height:912px;position:relative;display:-webkit-flex;align-items:center;z-index:3;padding:0 60px}.main__first-block__kv{background:url(/assets/bg-kv.png);background-position:50%;background-size:cover;width:973px;height:973px;position:absolute;right:-240px;bottom:-135px;z-index:3}.main__first-block__intro{width:600px;z-index:6}.main__first-block__intro h1,.main__first-block__intro p{margin-bottom:30px}.main__first-block__intro h1{font-size:48px;font-style:normal;font-weight:800;line-height:56px;letter-spacing:0;text-align:left}.main__first-block__intro>div{display:-webkit-flex}@media(max-width:900px){.main__first-block{height:645px}.main__first-block__kv{width:355px;height:355px;right:-24px;top:20px}.main__first-block__intro{padding-top:385px;width:100%}.main__first-block__intro h1,.main__first-block__intro p{margin-bottom:20px}.main__first-block__intro h1{font-size:24px;line-height:28px}}.main__our-service{height:400px;z-index:6;background:var(--irokez-white-color);box-shadow:0 0 40px rgba(0,0,0,.1);display:-webkit-flex;overflow:hidden}.main__our-service>div{display:inherit;z-index:6;padding:75px 60px 0}.main__our-service__bg{background:url(/assets/technology-network-bg.png);background-position:50%;background-size:cover;height:400px;width:100%;position:absolute;z-index:3!important}.main__our-service__info{width:625px}.main__our-service__info>h2{margin:0 0 20px}.main__our-service__logo{background:url(/assets/irokez-logo-small.svg);background-size:cover;background-position:50%;width:48px;height:48px;margin-right:20px}@media(max-width:900px){.main__our-service{height:305px}.main__our-service>div{padding:45px 20px 0}.main__our-service__bg{height:inherit}.main__our-service__logo{width:36px;height:36px;margin-right:10px}.main__our-service__info{width:80%}.main__our-service__info>h2{margin:5px 0 0}}.main__solutions-b{background:var(--irokez-black-color-3);width:100%;padding:70px 0 80px;position:relative}.main__solutions-b:after{content:"";display:block;width:2338px;height:2338px;background:radial-gradient(50% 50% at 50% 50%,rgba(130,168,209,.3) 0,rgba(130,168,209,0) 100%);position:absolute;z-index:1;bottom:-1169px;left:-1169px}.main__solutions-b .main-container{z-index:6}.main__solutions-b__sub-title{font-size:12px;font-weight:600;color:var(--irokez-white-color);opacity:.7}.main__solutions-b__title{background:url(/assets/blue-title-bg.svg);background-size:100%;background-clip:text;-webkit-background-clip:text;color:transparent;margin:0 auto 60px;text-align:center}.main__solutions-b__qlever:after{content:"";display:block;background:linear-gradient(120.25deg,rgba(47,128,237,.1) .58%,rgba(47,128,237,0));position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:12px}.main__solutions-b__qlever__img{position:absolute;top:-34px;right:-40px;width:374px}.main__solutions-b__qlever>p{width:435px}.main__solutions-b__qlever>div{position:absolute;left:20px;bottom:35px}.main__solutions-b__qlever>div>p{margin-bottom:5px}.main__solutions-b__service:after{content:"";display:block;background:linear-gradient(120.25deg,rgba(164,255,247,.1) .58%,rgba(165,255,248,0));position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:12px}.main__solutions-b__service__img{position:absolute;right:-35px;bottom:-75px;z-index:6;width:385px}.main__solutions-b__service>h2{width:250px}.main__solutions-b__service>p:first-child{width:375px}.main__solutions-b__service>p:last-child{width:315px}.main__solutions-b__service>div{position:absolute;left:20px;bottom:20px;display:-webkit-flex}.main__solutions-b__service>div>p{margin-right:10px}.main__solutions-b__p-v:after{content:"";display:block;background:linear-gradient(120.25deg,rgba(6,177,133,.1) .58%,rgba(6,177,133,0));position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:12px}.main__solutions-b__p-v>p{margin-bottom:20px}.main__solutions-b__p-v__list{width:400px}.main__solutions-b__p-v__mobile-img{display:none}.main__solutions-b__p-v>div{position:absolute;left:20px;bottom:20px;display:-webkit-flex}.main__solutions-b__p-v>div>p{margin-right:10px}.main__solutions-b__f-h__img{position:absolute;bottom:-85px;left:-5px;width:400px}.main__solutions-b__f-h:after{background:linear-gradient(120.25deg,rgba(18,0,130,.1) .58%,rgba(18,0,130,0))}.main__solutions-b__beeline:after,.main__solutions-b__f-h:after{content:"";display:block;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:12px;transform:rotate(-180deg)}.main__solutions-b__beeline:after{background:linear-gradient(120.25deg,rgba(255,204,51,.1) .58%,rgba(255,191,0,0))}.main__solutions-b__beeline>p{margin-bottom:20px}.main__solutions-b__beeline__mobile-img{display:none}.main__solutions-b__beeline>div{position:absolute;left:20px;bottom:20px;display:-webkit-flex}.main__solutions-b__beeline>div>p{margin-right:10px}.main__solutions-b__j-q:after{content:"";display:block;background:linear-gradient(120.25deg,rgba(70,212,91,.1) .58%,rgba(70,212,91,0));position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:12px}.main__solutions-b__j-q__img{position:absolute;bottom:-50px;right:-25px;height:449px}.main__solutions-b__swiper{display:none}.main__solutions-b__grid{display:-moz-grid;display:grid;grid-template-areas:"l1 l1 m1" "l2 l2 m1";grid-template-columns:380px 380px 420px;grid-row-gap:20px;row-gap:20px;grid-column-gap:10px;column-gap:10px;margin:0 auto;padding:20px 60px 0}.main__solutions-b__grid.is-right{grid-template-columns:420px 380px 380px;column-gap:20px;grid-template-areas:"m1 l1 l1" "m1 l2 l2"}.main__solutions-b__grid>div{background:hsla(0,0%,100%,.1);border-radius:12px;min-height:400px;position:relative;z-index:3;padding:20px}.main__solutions-b__grid>div h2,.main__solutions-b__grid>div img,.main__solutions-b__grid>div p{z-index:3}.main__solutions-b__grid>div:first-child{grid-area:l1;width:760px}.main__solutions-b__grid>div:nth-child(2){grid-area:m1;width:420px;z-index:6}.main__solutions-b__grid>div:nth-child(3){grid-area:l2;width:760px}.main__solutions-b__grid>div>h2{color:var(--irokez-white-color);margin-top:0}.main__solutions-b__grid>div>p{color:var(--irokez-white-color);line-height:25.5px}@media(max-width:900px){.main__solutions-b{display:-webkit-flex;padding:40px 0 0}.main__solutions-b .main-container{padding:0}.main__solutions-b:after{display:none}.main__solutions-b__title{width:314px;height:56px;background:url(/assets/solutions-title-mobile.svg);background-repeat:no-repeat;margin-bottom:45px}.main__solutions-b__swiper{display:-webkit-flex;align-items:center;position:relative;height:900px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;margin:-75px auto 0}.main__solutions-b__swiper>div{width:345px!important;height:670px!important;background:hsla(0,0%,100%,.1);border-radius:12px;position:relative;z-index:3;padding:20px;margin:0 10px 0 0}.main__solutions-b__swiper>div:first-child{margin-left:10px}.main__solutions-b__swiper>div h2,.main__solutions-b__swiper>div p{color:var(--irokez-white-color)}.main__solutions-b__swiper>div p{line-height:150%}.main__solutions-b__swiper>div h2{margin-top:0;width:220px}.main__solutions-b__swiper .main__solutions-b__qlever:after{background:linear-gradient(120.25deg,rgba(47,128,237,.1) .58%,rgba(47,128,237,0));z-index:-1}.main__solutions-b__swiper .main__solutions-b__qlever__img{top:205px;left:7px;width:405px}.main__solutions-b__swiper .main__solutions-b__qlever>div{left:20px;top:208px}.main__solutions-b__swiper .main__solutions-b__qlever p{width:305px}.main__solutions-b__swiper .main__solutions-b__service h2{width:220px}.main__solutions-b__swiper .main__solutions-b__service>p:first-child{width:310px}.main__solutions-b__swiper .main__solutions-b__service>p:last-child{width:260px}.main__solutions-b__swiper .main__solutions-b__service__img{width:auto;height:472px;top:245px;left:25px}.main__solutions-b__swiper .main__solutions-b__service>div{top:588px;left:20px;display:-webkit-flex;flex-direction:column}.main__solutions-b__swiper .main__solutions-b__service>div>p{line-height:normal;margin:8px 0}.main__solutions-b__swiper .main__solutions-b__service>div>img{width:48px}.main__solutions-b__swiper .main__solutions-b__p-v__img{display:none}.main__solutions-b__swiper .main__solutions-b__p-v__mobile-img{display:block}.main__solutions-b__swiper .main__solutions-b__p-v>p:last-child{width:270px}.main__solutions-b__swiper .main__solutions-b__p-v__list{width:100%}.main__solutions-b__swiper .main__solutions-b__p-v>div{top:588px;left:20px;display:-webkit-flex;flex-direction:column}.main__solutions-b__swiper .main__solutions-b__p-v>div>p{line-height:normal;margin:8px 0}.main__solutions-b__swiper .main__solutions-b__p-v>div>img{width:48px}.main__solutions-b__swiper .main__solutions-b__beeline__img{display:none}.main__solutions-b__swiper .main__solutions-b__beeline__mobile-img{display:block}.main__solutions-b__swiper .main__solutions-b__beeline>div{top:588px;left:20px;display:-webkit-flex;flex-direction:column}.main__solutions-b__swiper .main__solutions-b__beeline>div>p{line-height:normal;margin:8px 0}.main__solutions-b__swiper .main__solutions-b__beeline>div>img{width:125px}.main__solutions-b__swiper .main__solutions-b__f-h{z-index:3}.main__solutions-b__swiper .main__solutions-b__f-h:after{z-index:4}.main__solutions-b__swiper .main__solutions-b__f-h__img{width:335px;height:457px;top:305px;left:-5px}.main__solutions-b__swiper .main__solutions-b__f-h__img:last-child{left:-50px!important}.main__solutions-b__swiper .main__solutions-b__j-q{z-index:2;direction:ltr;overflow:hidden;padding-right:70px;width:450px!important;background:transparent!important}.main__solutions-b__swiper .main__solutions-b__j-q:after{right:70px;z-index:2}.main__solutions-b__swiper .main__solutions-b__j-q:before{top:0;left:0;right:70px;bottom:0;content:"";background:hsla(0,0%,100%,.1);display:block;z-index:1;position:absolute;border-radius:12px}.main__solutions-b__swiper .main__solutions-b__j-q__img{width:718px;left:-303px;top:253px;z-index:2}.main__solutions-b__grid{display:none}}.main__solutions-w{padding:60px 0 0;display:-webkit-flex;flex-direction:column}.main__solutions-w__monki-crm{border:1px solid #e6e6e6;border-radius:12px;padding:80px 60px 155px;position:relative;display:-webkit-flex;flex-direction:column;z-index:3}.main__solutions-w__monki-crm:after{content:"";background:linear-gradient(hsla(0,0%,100%,.1),#fff);position:absolute;display:block;bottom:-1px;left:-1px;right:-2px;height:600px;z-index:3}.main__solutions-w__monki-crm>h2,.main__solutions-w__monki-crm>p{display:block;text-align:center;margin:0 auto}.main__solutions-w__monki-crm>h2{margin-bottom:20px}.main__solutions-w__monki-crm__intro{padding-top:150px;z-index:6;display:-webkit-flex;flex-direction:column;max-width:510px}.main__solutions-w__monki-crm__intro h2,.main__solutions-w__monki-crm__intro p{margin:0 0 20px}.main__solutions-w__monki-crm__intro:after{content:"";display:block;width:1014px;height:1014px;background:radial-gradient(50% 50% at 50% 50%,rgba(130,168,209,.4) 0,rgba(130,168,209,0) 100%);position:absolute;z-index:3;top:26px;left:507px}.main__solutions-w__monki-crm__intro__img{position:absolute;right:40px;bottom:-130px;width:695px;z-index:9}.main__solutions-w__blocks{z-index:6;display:-webkit-flex;justify-content:center;border-bottom:1px solid #e6e6e6;padding-bottom:80px}.main__solutions-w__blocks>div{height:780px;box-shadow:1px 1px 6px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:12px;background:var(--irokez-white-color);padding:20px;overflow:hidden;position:relative;z-index:3}.main__solutions-w__blocks>div h2,.main__solutions-w__blocks>div p{margin:0 0 20px}.main__solutions-w__blocks>div:first-child{width:460px;margin-right:20px}.main__solutions-w__blocks>div:first-child:after{content:"";display:inline-block;background:radial-gradient(60% 50% at 50% 50%,rgba(130,168,209,.26) 0,rgba(130,168,209,0) 100%);height:400px;width:150%;top:-80px;left:-200px;position:absolute;z-index:-1;border-radius:12px 12px 0 0}.main__solutions-w__blocks>div:last-child{width:720px}.main__solutions-w__blocks>div:last-child:after{content:"";display:inline-block;background:radial-gradient(80% 50% at 50% 50%,rgba(130,168,209,.26) 0,rgba(130,168,209,0) 100%);height:550px;width:200%;bottom:-100px;right:-200px;position:absolute;z-index:-1;border-radius:12px 12px 0 0}.main__solutions-w__blocks>div:last-child>div{display:-webkit-flex;flex-wrap:wrap;width:250px;margin-bottom:30px}.main__solutions-w__blocks__img{height:482px;position:absolute;bottom:-1px;right:0}.main__solutions-w__blocks__video-poster{position:absolute;width:333px;top:50px;right:80px;transform:rotate(5deg);z-index:6}.main__solutions-w__blocks__video{position:absolute;height:675px;width:367px;top:50px;right:60px;transform:rotate(5deg);z-index:3}.main__solutions-w__fanki{padding:0 60px;position:relative}.main__solutions-w__fanki__logo{background:url(/assets/fanki-logo.svg);background-position:50%;background-repeat:no-repeat;width:165px;height:38px}.main__solutions-w__fanki__img{width:906px;position:absolute;top:93px;right:0;z-index:3}.main__solutions-w__fanki__img-mobile{display:none}.main__solutions-w__fanki>div{padding:155px 0 440px}.main__solutions-w__fanki>div>p{width:590px}.main__solutions-w__fanki:after{content:"";display:block;width:1072px;height:726px;background:radial-gradient(50% 50% at 50% 50%,rgba(255,76,0,.2) 0,rgba(255,76,0,0) 100%);position:absolute;z-index:-1;top:30px;right:-60px}@media(max-width:900px){.main__solutions-w{padding:0;margin-top:60px!important;padding:0 10px!important}.main__solutions-w__monki-crm{padding:40px 0 0;height:700px;margin-bottom:250px}.main__solutions-w__monki-crm>p{text-align:center;width:300px}.main__solutions-w__monki-crm__intro{padding-left:23px;padding-top:80px}.main__solutions-w__monki-crm__intro p{width:280px}.main__solutions-w__monki-crm__intro__img{right:-315px;top:315px}.main__solutions-w__monki-crm__intro:after{width:1815px;height:1815px;z-index:6;top:300px;left:-300px}.main__solutions-w__monki-crm__intro .btn{margin:460px auto 0}.main__solutions-w__blocks{flex-direction:column;align-items:center;min-width:355px!important;max-width:75%;margin:0 auto;padding-bottom:40px}.main__solutions-w__blocks>div{height:780px!important;width:100%!important}.main__solutions-w__blocks>div:first-child{margin-bottom:20px;margin-right:0!important}.main__solutions-w__blocks>div:last-child{height:940px!important}.main__solutions-w__blocks__img{height:auto;max-width:85%}.main__solutions-w__blocks__video{bottom:15px;top:auto;left:50%;transform:translateX(-50%) rotate(5deg);width:280px;height:530px}.main__solutions-w__blocks__video-poster{width:260px;top:auto;bottom:17px;left:50%;transform:translateX(-50%) rotate(5deg)}.main__solutions-w__fanki{padding:40px 0}.main__solutions-w__fanki>div{padding:0 0 60px;min-width:355px!important;max-width:75%;margin:0 auto}.main__solutions-w__fanki>div>p{margin-bottom:465px;width:300px}.main__solutions-w__fanki>div .btn{margin:0 auto}.main__solutions-w__fanki__logo{width:103px;height:23px;background-size:103px 23px}.main__solutions-w__fanki__img{display:none}.main__solutions-w__fanki__img-mobile{display:block;position:absolute;top:90px;left:50%;width:452px;transform:translateX(-50%)}}@media(max-width:750px){.main__solutions-w__blocks__img{max-width:100%}}.main{position:relative;overflow:hidden;display:-webkit-flex;flex-direction:column}.main:after{width:2258px;height:2258px;background:radial-gradient(50% 50% at 50% 50%,rgba(130,168,209,.4) 0,rgba(130,168,209,0) 100%);top:-1129px;left:-1129px}.main:after,.main:before{content:"";display:block;position:absolute;z-index:-1}.main:before{width:1640px;height:1640px;background:radial-gradient(50% 50% at 50% 50%,rgba(39,174,96,.1) 0,rgba(39,174,96,0) 100%);top:-468.5714285714px;right:-820px}@media(max-width:900px){.main:after{width:1118px;height:1118px;top:-559px;left:-559px}.main:before{display:none}}.main-header{width:100%;padding:25px 0;position:fixed;left:50%;transform:translateX(-50%);z-index:99;transition:all .3s ease-in-out}.main-header>div{display:-webkit-flex;justify-content:space-between;align-items:center;padding:0 60px}.main-header__logo{width:138px;height:48px;background:url(/assets/irokez-logo.svg);background-position:50%;background-size:cover;transition:all .2s ease;cursor:pointer}.main-header__logo:hover{opacity:.8}.main-header__nav{display:-webkit-flex;align-items:center}.main-header__nav>ul{display:inherit;align-items:inherit;list-style:none;transition:all .35s ease-in-out}.main-header__nav>ul>li{font-size:16px;font-weight:700;color:var(--irokez-black-color);margin-right:70px;transition:all .2s ease;cursor:pointer}.main-header__nav>ul>li:last-child{margin-right:0}.main-header__nav>ul>li:hover{opacity:.8}.main-header__nav-mobile{display:none;margin-left:40px;cursor:pointer;transition:all .2s ease;width:24px;height:24px}.main-header__nav-mobile:hover{opacity:.9}.main-header__nav-mobile>i,.main-header__nav-mobile>i svg{width:inherit;height:inherit}.main-header.is-fixed{background:hsla(0,0%,100%,.8);box-shadow:0 1px 6px rgba(0,0,0,.1);padding:6px 0}.main-header.is-nav-open{background:var(--irokez-white-color)!important;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media(max-width:900px){.main-header{padding:10px 0}.main-header>div{padding:0 20px}.main-header__nav ul{position:fixed;bottom:0;top:40px;right:-1000px;width:100vw;height:calc(100vh - 40px);background:hsla(0,0%,100%,.7);display:-webkit-flex;flex-direction:column;align-items:flex-start;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);z-index:98;opacity:0}.main-header__nav ul>li{margin-top:26px}.main-header__nav.is-open-mobile ul{right:0;opacity:1}.main-header__nav.is-open-mobile .lang-switch{display:none}.main-header__nav.is-open-mobile .main-header__nav-mobile>i:first-child{display:block}.main-header__nav.is-open-mobile .main-header__nav-mobile>i:last-child{display:none}.main-header__nav-mobile{display:block}.main-header__nav-mobile>i:first-child{display:none}.main-header__logo{width:103px;height:36px}.main-header.is-fixed{padding:10px 0}}.main__footer{height:145px;width:100%;padding-top:30px;background:var(--irokez-black-color-3)}.main__footer span{color:var(--irokez-white-color);display:block;font-weight:500}.main__footer>div{position:relative}.main__footer__logo{position:absolute;left:60px}.main__footer__brands{display:-webkit-flex;flex-direction:column;align-items:center}.main__footer__brands>span{font-weight:700;font-size:12px;margin-bottom:10px}.main__footer__brands__list{display:-webkit-flex}.main__footer__brands__list>div{width:126px;height:52px;cursor:pointer;transition:all .2s ease}.main__footer__brands__list>div:first-child{margin-right:10px}.main__footer__brands__list>div:hover{opacity:.85}.main__footer__contacts{display:-webkit-flex;position:absolute;right:40px;top:0}.main__footer__contacts>a{width:36px;height:36px;display:inherit;justify-content:center;align-items:center;border-radius:6px;border:1px solid var(--irokez-white-color-2);transition:all .2s ease;cursor:pointer;margin-left:10px}.main__footer__contacts>a img{width:inherit;height:inherit}.main__footer__contacts>a:hover{opacity:.85}@media(max-width:900px){.main__footer{height:315px;padding-top:20px;position:relative}.main__footer__logo{left:50%;transform:translateX(-50%)}.main__footer__brands{top:110px}.main__footer__brands,.main__footer__contacts{position:absolute;left:50%;transform:translateX(-50%)}.main__footer__contacts{top:230px;right:auto;justify-content:center}.main__footer__contacts>a:first-child{margin-left:0}}.lang-switch{display:-webkit-flex;align-items:center;width:95px;height:35px;border-radius:12px;border:2px solid var(--irokez-black-color);position:relative}.lang-switch:after{content:"";display:block;width:50px;height:inherit;background:var(--irokez-black-color);z-index:1;position:absolute;border-radius:12px;transition:all .3s ease}.lang-switch.is-ru:after{left:-1px}.lang-switch.is-eng:after{left:42px}.lang-switch>div{width:calc(50% - 1px);height:inherit;color:var(--irokez-black-color);transition:all .2s ease;display:-webkit-flex;align-items:center;justify-content:center;font-weight:600;z-index:3;cursor:pointer}.lang-switch>div.is-active{color:var(--irokez-white-color)}.field-input label{display:inline-block;color:var(--irokez-gray-color);transition:all .4s ease;font-weight:600;font-size:17px}.field-input input{width:100%;border:none;border-bottom:2.5px solid var(--irokez-gray-color);background:transparent;height:32px;margin-top:5px;font-size:16px;transition:all .4s ease}.field-input input:focus{outline:none;border-color:var(--irokez-black-color)}.field-input:hover label{color:var(--irokez-black-color)}.field-input:hover input{border-color:var(--irokez-black-color)}.field-input:first-child:not(:only-child){margin-right:10px}.main-container{width:1300px;margin:0 auto}@media screen and (max-width:1300px){.main-container{width:95%}}@media(max-width:900px){.main-container{width:100%;padding:0 20px}}:root{--irokez-black-color:#0a0a0a;--irokez-black-color-2:#171717;--irokez-black-color-3:#12141a;--irokez-white-color:#fff;--irokez-white-color-2:hsla(0,0%,100%,.1);--irokez-white-color-3:#f2f2f2;--irokez-blue-color:#2f80ed;--irokez-blue-color-2:rgba(47,128,237,.1);--fanki-orange-color:#ff4c00;--irokez-gray-color:#c4c4c4}body,html{padding:0;margin:0}a{color:inherit;text-decoration:none}p{font-size:20px;font-weight:500;line-height:30px}p.fs-16{font-size:16px;line-height:24px}p .error-text{font-size:inherit;margin-left:10px}*{box-sizing:border-box;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-variant-numeric:lining-nums;-ms-font-feature-settings:"lnum" 1;-o-font-feature-settings:"lnum" 1;font-feature-settings:"lnum" 1,"lnum"}.btn{width:auto;background:var(--irokez-black-color-2);display:-webkit-flex;align-items:center;justify-content:center;color:var(--irokez-white-color);font-size:16px;font-weight:700;padding:0 35px;text-align:center;height:47px;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease}.btn:hover{opacity:.85}.btn:focus{outline:none}.btn.is-ghost{background:transparent;border:2px solid var(--irokez-black-color);color:var(--irokez-black-color)}.btn.is-primary{background:var(--irokez-blue-color)}.btn.is-primary-orange{background:var(--fanki-orange-color)}.btn.is-primary-ghost{background:transparent;color:var(--irokez-blue-color);border:2px solid var(--irokez-blue-color)}.btn.is-gray{background:var(--irokez-white-color-3);color:var(--irokez-black-color);opacity:.9}.tag{min-height:33px;padding:0 15px;border-radius:12px;color:var(--irokez-white-color);background:var(--irokez-blue-color);display:-webkit-flex;align-items:center;justify-content:center;text-align:center;border:none;font-size:16px;font-weight:700;transition:all .2s ease;cursor:pointer}.tag:hover{opacity:.85}.tag.is-primary{color:var(--irokez-blue-color);background:var(--irokez-blue-color-2)}.file-input{width:auto;border:2px solid var(--irokez-black-color-2);display:-webkit-flex;align-items:center;color:var(--irokez-black-color-2);font-size:16px;font-weight:700;padding:0 35px;text-align:center;height:47px;border-radius:12px;transition:all .2s ease;background:transparent;position:relative;z-index:1}.file-input:hover{opacity:.85}.file-input i{width:24px;height:24px;margin-right:5px}.file-input i svg{width:inherit;height:inherit}.file-input>label{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-flex;justify-content:center;align-items:center;cursor:pointer}.file-input>input{display:none}.head-title{font-size:36px;font-weight:800}.head-title.fs-32{font-size:32px}.sub-title{font-size:24px;font-weight:800}@media(max-width:900px){p{line-height:16px}p,p.fs-16{font-size:14px}p .error-text{display:block;color:crimson;font-size:inherit;margin:5px 0 0}.btn{font-size:14px;padding:0 20px}.head-title,.head-title.fs-32{font-size:20px}.tag{font-size:14px}.file-input{padding:0 12.5px}}