@charset "UTF-8";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font:1em monospace,monospace}a{background:0 0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font:1em monospace,monospace}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font:100%/1.15 inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}: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:calc(1 * 2);animation-iteration-count:calc(1 * 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:calc(1 * 3);animation-iteration-count:calc(1 * 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:calc(1s * 2);animation-delay:calc(1s * 2);-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:calc(1s * 3);animation-delay:calc(1s * 3);-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:calc(1s * 4);animation-delay:calc(1s * 4);-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:calc(1s * 5);animation-delay:calc(1s * 5);-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:calc(1s / 2);animation-duration:calc(1s / 2);-webkit-animation-duration:calc(var(--animate-duration)/ 2);animation-duration:calc(var(--animate-duration)/ 2)}.animate__animated.animate__fast{-webkit-animation-duration:calc(1s * .8);animation-duration:calc(1s * .8);-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:calc(1s * 2);animation-duration:calc(1s * 2);-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:calc(1s * 3);animation-duration:calc(1s * 3);-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@-webkit-keyframes bounce{20%,53%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{20%,53%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,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;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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:scale3d(1,1,1);transform:scale3d(1,1,1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.animate__swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-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:calc(1s * 1.3);animation-duration:calc(1s * 1.3);-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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}100%{-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{20%,40%,60%,80%,from,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:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,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:scale3d(1,1,1);transform:scale3d(1,1,1)}}.animate__bounceIn{-webkit-animation-duration:calc(1s * .75);animation-duration:calc(1s * .75);-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0);transform:translate3d(0,0,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:calc(1s * .75);animation-duration:calc(1s * .75);-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{from{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInTopLeft{from{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{from{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInTopRight{from{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{from{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInBottomLeft{from{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{from{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInBottomRight{from{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{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{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{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{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{from{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,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{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-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{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-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{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:calc(1s * .75);animation-duration:calc(1s * .75);-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:calc(1s * .75);animation-duration:calc(1s * .75);-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{from{-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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedInRight{from{-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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{from{-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:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedInLeft{from{-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:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{from{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{from{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{from{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{from{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;-ms-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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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:calc(1s * 2);animation-duration:calc(1s * 2);-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;-ms-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{from{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{from{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{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{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;-ms-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;-ms-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;-ms-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;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Black.ttf);font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-ExtraBold.ttf);font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Bold.ttf);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-SemiBold.ttf);font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Medium.ttf);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Light.ttf);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-ExtraLight.ttf);font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:RobotoCondensed;src:url(../fonts/RobotoCondensed-Bold.ttf);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:RobotoCondensed;src:url(../fonts/RobotoCondensed-Regular.ttf);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RobotoCondensed;src:url(../fonts/RobotoCondensed-Light.ttf);font-weight:300;font-style:normal;font-display:swap}*,:after,:before{font:normal 1.66vw RobotoCondensed;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}body,html{background:#fff}body{overflow-y:scroll;scroll-behavior:smooth}img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}ul{list-style:none}a,button,div,dl,footer,h1,h2,h3,h4,h5,header,img,input,nav,ol,p,span,textarea,ul{margin:0;padding:0}ol,ul{padding-left:0}button,input,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:0;background:0 0;display:block}button::placehloder,input::placehloder,textarea::placehloder{-webkit-box-sizing:border-box;box-sizing:border-box}textarea{resize:none}a{display:block;text-decoration:none;opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a:hover{color:#fff;opacity:.6}a,button,h1,h2,h3,h4,h5,h6,img,input,label,li,p,span,strong,textarea{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.preloader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:#fff}.preloader .loader{border-radius:50%;width:10em;height:10em;margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(24,50,107,.12);border-right:1.1em solid rgba(24,50,107,.12);border-bottom:1.1em solid rgba(24,50,107,.12);border-left:1.1em solid #18326b;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.preloader .loader:after{border-radius:50%;width:10em;height:10em}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fixed{position:fixed;top:0;left:0;width:100%;z-index:15}.supertext,h1,h2{font:900 2.71vw/4.16vw Montserrat;text-transform:uppercase}h1.home-title{font-size:2.22vw;line-height:3.6vw;font-weight:700}h2.title-footer{font-size:1.38vw;line-height:2.08vw;font-weight:700}h2{color:#1d4989}h2.average-title,h3{font-size:2.22vw;line-height:3.33vw;font-weight:700}h4{font-size:1.8vw;line-height:2.71vw;font-weight:700}a,h3.supmin-title,p.min{font-size:1.11vw;line-height:1.66vw;font-weight:400;color:#fff}h3.supmin-title{font-weight:700;color:#f28505}.text,h2.min-title,h3.min-title,p{font-size:1.66vw;line-height:2.5vw;font-weight:400;color:#000}h2.min-title,h3.min-title,p.desc-title{font-weight:700}p.title-desc{font-weight:700}p.max{font-size:2.22vw;line-height:3.33vw;font-weight:700}.text-orange{color:#f28505}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.item-2,.item-3,.item-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.item-4 .item{max-width:calc(25% - ((1.11vw * 3)/ 4));-webkit-box-flex:25%;-ms-flex:25%;flex:25%;margin-right:1.11vw}.item-4 .item:nth-child(4n){margin-right:0}.item-3 .item{max-width:calc(33.3333333% - ((1.11vw * 2)/ 3));-webkit-box-flex:33.3333333%;-ms-flex:33.3333333%;flex:33.3333333%;margin-right:1.11vw}.item-3 .item:nth-child(3n){margin-right:0}.item-2 .item{max-width:calc(50% - ((2.22vw * 1)/ 2));-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-right:2.22vw}.item-2 .item:nth-child(2n){margin-right:0}.row{margin:0 1.38vw}.h-section{padding:5.2vw 0}.section-page{padding:3.33vw 0}.opage-section{padding:5vw 0 6.6vw 0}.section{padding:6.6vw 0}.sc-darkBlue{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}.sc-darkBlue .text,.sc-darkBlue a,.sc-darkBlue h1,.sc-darkBlue h2,.sc-darkBlue h3,.sc-darkBlue h4,.sc-darkBlue h5,.sc-darkBlue li,.sc-darkBlue p,.sc-darkBlue span{color:#fff}.d-darkBlue{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}.wrapper-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-link .icon{margin-right:.83vw;color:#f28505}.wrapper-link a{font-size:1.66vw;line-height:2.5vw;font-weight:700;color:#f28505}.wrapper-link a:hover{color:#f28505}.icon-cabinet{background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54172 9.375H0.625C0.279999 9.375 0 9.095 0 8.75C0 8.405 0.279999 8.125 0.625 8.125H8.54172C8.88672 8.125 9.16672 8.405 9.16672 8.75C9.16672 9.095 8.88672 9.375 8.54172 9.375Z' fill='white'/%3E%3Cpath d='M5.41672 12.5001C5.25665 12.5001 5.09674 12.4392 4.97498 12.3169C4.73083 12.0726 4.73083 11.6768 4.97498 11.4326L7.65839 8.74936L4.97498 6.06686C4.73083 5.82257 4.73083 5.42676 4.97498 5.18262C5.21912 4.93848 5.61493 4.93848 5.85922 5.18262L8.98422 8.30762C9.22836 8.55176 9.22836 8.94757 8.98422 9.19186L5.85922 12.3169C5.73669 12.4392 5.57663 12.5001 5.41672 12.5001Z' fill='white'/%3E%3Cpath d='M13.3333 19.9999C12.4141 19.9999 11.6667 19.2524 11.6667 18.3332V3.33322C11.6667 2.62079 12.1201 1.98495 12.795 1.75073L17.8017 0.0815712C18.9217 -0.261752 20 0.56909 20 1.66665V16.6667C20 17.3783 19.5467 18.0132 18.8726 18.2482L13.8642 19.9183C13.6817 19.9749 13.5126 19.9999 13.3333 19.9999ZM18.3333 1.24994C18.2791 1.24994 18.2334 1.25665 18.1842 1.2716L13.1984 2.93405C13.035 2.99081 12.9167 3.15576 12.9167 3.33322V18.3332C12.9167 18.6175 13.225 18.8091 13.4825 18.7283L18.4684 17.0658C18.6309 17.0091 18.75 16.8441 18.75 16.6667V1.66665C18.75 1.43747 18.5634 1.24994 18.3333 1.24994Z' fill='white'/%3E%3Cpath d='M7.29175 4.16672C6.94675 4.16672 6.66675 3.88672 6.66675 3.54172V2.29172C6.66675 1.02753 7.69412 0 8.95831 0H18.3333C18.6783 0 18.9583 0.279999 18.9583 0.625C18.9583 0.970001 18.6783 1.25 18.3333 1.25H8.95831C8.38412 1.25 7.91675 1.71753 7.91675 2.29172V3.54172C7.91675 3.88672 7.63675 4.16672 7.29175 4.16672Z' fill='white'/%3E%3Cpath d='M12.2917 17.5H8.95831C7.69412 17.5 6.66675 16.4724 6.66675 15.2083V13.9583C6.66675 13.6133 6.94675 13.3333 7.29175 13.3333C7.63675 13.3333 7.91675 13.6133 7.91675 13.9583V15.2083C7.91675 15.7824 8.38412 16.25 8.95831 16.25H12.2917C12.6367 16.25 12.9167 16.53 12.9167 16.875C12.9167 17.22 12.6367 17.5 12.2917 17.5Z' fill='white'/%3E%3C/svg%3E%0A");width:1.38vw;height:1.38vw}.icon-close{background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.7676 16.0008L31.6336 2.13468C32.1218 1.64649 32.1218 0.854996 31.6336 0.366872C31.1455 -0.121252 30.354 -0.121314 29.8658 0.366872L15.9997 14.233L2.13371 0.366872C1.64552 -0.121314 0.85402 -0.121314 0.365896 0.366872C-0.122228 0.855059 -0.122291 1.64656 0.365896 2.13468L14.2319 16.0007L0.365896 29.8668C-0.122291 30.355 -0.122291 31.1465 0.365896 31.6346C0.609958 31.8787 0.929895 32.0007 1.24983 32.0007C1.56977 32.0007 1.88964 31.8787 2.13377 31.6346L15.9997 17.7686L29.8658 31.6346C30.1098 31.8787 30.4298 32.0007 30.7497 32.0007C31.0696 32.0007 31.3895 31.8787 31.6336 31.6346C32.1218 31.1464 32.1218 30.3549 31.6336 29.8668L17.7676 16.0008Z' fill='%230E4782'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:2.22vw;height:2.22vw}.icon-phone-orange{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4.89044 15.9536C7.25762 18.7833 10.1072 21.0112 13.3596 22.5877C14.5979 23.1745 16.2539 23.8707 18.0989 23.9901C18.2133 23.995 18.3227 24 18.4371 24C19.6754 24 20.67 23.5723 21.4806 22.6921C21.4855 22.6871 21.4955 22.6772 21.5005 22.6672C21.7889 22.3191 22.1171 22.0058 22.4603 21.6726C22.694 21.4488 22.9327 21.2151 23.1615 20.9764C24.2207 19.8724 24.2207 18.47 23.1515 17.4007L20.1627 14.4119C19.6555 13.8848 19.0488 13.6063 18.4122 13.6063C17.7756 13.6063 17.164 13.8848 16.6418 14.407L14.8614 16.1873C14.6973 16.0928 14.5282 16.0083 14.3691 15.9287C14.1702 15.8293 13.9862 15.7348 13.8221 15.6303C12.2008 14.6009 10.7288 13.2582 9.32144 11.5325C8.61029 10.6324 8.13288 9.8765 7.79969 9.10568C8.26715 8.68297 8.70478 8.24037 9.12749 7.80771C9.27668 7.65354 9.43085 7.49938 9.58501 7.34521C10.1221 6.80812 10.4105 6.18649 10.4105 5.55491C10.4105 4.92333 10.1271 4.3017 9.58501 3.76461L8.10304 2.28264C7.92898 2.10858 7.76487 1.93949 7.59579 1.76544C7.26757 1.42727 6.92443 1.07915 6.58626 0.765852C6.07403 0.263572 5.47229 0 4.83574 0C4.20416 0 3.59745 0.263572 3.06533 0.770825L1.2054 2.63075C0.529068 3.30709 0.146142 4.12764 0.066573 5.0775C-0.0279151 6.26606 0.1909 7.52922 0.757829 9.05595C1.62811 11.4182 2.941 13.6113 4.89044 15.9536ZM1.28 5.18193C1.33968 4.52051 1.5933 3.9685 2.07072 3.49109L3.9207 1.64111C4.20913 1.36262 4.52741 1.2184 4.83574 1.2184C5.1391 1.2184 5.44743 1.36262 5.73089 1.65106C6.06409 1.95939 6.37739 2.28264 6.71556 2.62578C6.88464 2.79983 7.0587 2.97389 7.23276 3.15292L8.71473 4.63489C9.02306 4.94322 9.1822 5.25653 9.1822 5.56486C9.1822 5.87319 9.02306 6.18649 8.71473 6.49482C8.56056 6.64898 8.4064 6.80812 8.25223 6.96229C7.78974 7.42976 7.35708 7.87236 6.87967 8.29507C6.86972 8.30501 6.86475 8.30999 6.8548 8.31993C6.44204 8.7327 6.50669 9.12557 6.60615 9.42395C6.61112 9.43887 6.6161 9.44882 6.62107 9.46374C7.004 10.3838 7.53611 11.259 8.36661 12.3034C9.85853 14.1434 11.43 15.5707 13.1606 16.6697C13.3745 16.809 13.6032 16.9184 13.8171 17.0278C14.016 17.1272 14.2 17.2217 14.3641 17.3261C14.384 17.3361 14.3989 17.346 14.4188 17.356C14.5829 17.4405 14.7421 17.4803 14.9012 17.4803C15.2991 17.4803 15.5577 17.2267 15.6422 17.1421L17.5021 15.2822C17.7906 14.9938 18.1039 14.8396 18.4122 14.8396C18.7902 14.8396 19.0985 15.0734 19.2924 15.2822L22.2912 18.276C22.888 18.8728 22.883 19.5193 22.2763 20.1509C22.0674 20.3746 21.8486 20.5885 21.6149 20.8123C21.2667 21.1504 20.9037 21.4986 20.5755 21.8914C20.0036 22.5081 19.3223 22.7965 18.442 22.7965C18.3575 22.7965 18.268 22.7915 18.1834 22.7866C16.5523 22.6821 15.0355 22.0456 13.8967 21.5035C10.8034 20.0066 8.08812 17.8831 5.83533 15.1877C3.98037 12.9548 2.73213 10.8761 1.90661 8.64816C1.39438 7.28056 1.20043 6.18152 1.28 5.18193Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-mail-orange{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M22.7692 4H1.2308C0.553828 4 0 4.55383 0 5.23075V18.7692C0 19.4461 0.553828 20 1.2308 20H22.7692C23.4461 20 24 19.4462 24 18.7692V5.23075C24 4.55383 23.4462 4 22.7692 4ZM22.3073 4.92302L12.708 12.1231C12.5354 12.2545 12.2705 12.3366 12 12.3354C11.7295 12.3366 11.4646 12.2545 11.292 12.1231L1.69261 4.92302H22.3073ZM17.1797 12.5982L22.4105 19.0598C22.4157 19.0662 22.4221 19.0712 22.4277 19.077H1.57228C1.57781 19.0709 1.58428 19.0662 1.58953 19.0598L6.82031 12.5982C6.98058 12.4 6.9502 12.1096 6.75169 11.9489C6.55355 11.7887 6.26306 11.819 6.10275 12.0172L0.923062 18.4157V5.49995L10.7384 12.8615C11.1074 13.1363 11.5562 13.2572 11.9999 13.2584C12.443 13.2575 12.8922 13.1365 13.2614 12.8615L23.0767 5.49995V18.4156L17.8972 12.0172C17.7369 11.8191 17.4461 11.7886 17.2483 11.9489C17.0498 12.1092 17.0193 12.4 17.1797 12.5982Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-callphone-white,.icon-phone-white{background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M38.9113 29.356L33.3292 23.7738C31.3356 21.7802 27.9464 22.5778 27.149 25.1694C26.5509 26.9637 24.5573 27.9605 22.763 27.5617C18.7758 26.5649 13.393 21.3815 12.3962 17.1949C11.7981 15.4006 12.9943 13.407 14.7886 12.809C17.3803 12.0115 18.1777 8.62238 16.1841 6.62877L10.602 1.04665C9.00709 -0.348882 6.61475 -0.348882 5.21922 1.04665L1.43136 4.83451C-2.35651 8.82174 1.83008 19.3879 11.2001 28.7579C20.5701 38.1279 31.1362 42.5139 35.1234 38.5266L38.9113 34.7387C40.3069 33.1438 40.3069 30.7515 38.9113 29.356Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-phone-white{width:1.66vw;height:1.66vw}.icon-lamp-orange{background:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.4725 41.9457V43.3481C29.4725 44.4642 28.6527 45.3926 27.586 45.5506L27.2404 46.8247C27.0527 47.5161 26.4305 48 25.7095 48H22.2823C21.5613 48 20.9391 47.5161 20.7515 46.8247L20.4157 45.5506C19.3391 45.3827 18.5194 44.4642 18.5194 43.3383V41.9358C18.5194 41.1852 19.1218 40.5827 19.8725 40.5827H28.1194C28.87 40.5926 29.4725 41.1951 29.4725 41.9457ZM35.8231 23.042C35.8231 26.2321 34.5589 29.1259 32.5046 31.2494C30.9441 32.8691 29.9367 34.9333 29.6008 37.1358C29.4527 38.084 28.6329 38.7852 27.665 38.7852H20.3268C19.3687 38.7852 18.5391 38.0938 18.4008 37.1457C18.0552 34.9432 17.0379 32.8494 15.4774 31.2395C13.4626 29.1457 12.2083 26.3012 12.1786 23.1704C12.1095 16.5926 17.3441 11.2691 23.9218 11.2198C30.4897 11.1704 35.8231 16.484 35.8231 23.042ZM25.3342 15.8815C25.3342 15.1506 24.7416 14.5481 24.0008 14.5481C19.2996 14.5481 15.4675 18.3704 15.4675 23.0815C15.4675 23.8123 16.0601 24.4148 16.8008 24.4148C17.5317 24.4148 18.1342 23.8222 18.1342 23.0815C18.1342 19.842 20.7712 17.2148 24.0008 17.2148C24.7416 17.2148 25.3342 16.6222 25.3342 15.8815ZM24.0008 7.33827C24.7317 7.33827 25.3342 6.74568 25.3342 6.00494V1.33333C25.3342 0.602469 24.7416 0 24.0008 0C23.2601 0 22.6675 0.592593 22.6675 1.33333V6.00494C22.6675 6.74568 23.27 7.33827 24.0008 7.33827ZM8.30702 23.0321C8.30702 22.3012 7.71443 21.6988 6.97369 21.6988H2.30208C1.57122 21.6988 0.96875 22.2914 0.96875 23.0321C0.96875 23.763 1.56134 24.3654 2.30208 24.3654H6.97369C7.71443 24.3654 8.30702 23.7728 8.30702 23.0321ZM45.6996 21.6988H41.028C40.2971 21.6988 39.6947 22.2914 39.6947 23.0321C39.6947 23.763 40.2873 24.3654 41.028 24.3654H45.6996C46.4305 24.3654 47.0329 23.7728 47.0329 23.0321C47.0329 22.3012 46.4404 21.6988 45.6996 21.6988ZM11.0231 34.1333L7.71443 37.442C7.19097 37.9654 7.19097 38.8049 7.71443 39.3284C7.97122 39.5852 8.3169 39.7136 8.6527 39.7136C8.9885 39.7136 9.33418 39.5852 9.59097 39.3284L12.8996 36.0198C13.4231 35.4963 13.4231 34.6568 12.8996 34.1333C12.386 33.6099 11.5366 33.6099 11.0231 34.1333ZM36.0404 12.3259C36.3762 12.3259 36.7218 12.1975 36.9786 11.9407L40.2873 8.6321C40.8107 8.10864 40.8107 7.26914 40.2873 6.74568C39.7638 6.22222 38.9243 6.22222 38.4008 6.74568L35.0922 10.0543C34.5687 10.5778 34.5687 11.4173 35.0922 11.9407C35.3589 12.1975 35.6947 12.3259 36.0404 12.3259ZM11.0231 11.9309C11.2799 12.1877 11.6255 12.316 11.9613 12.316C12.2971 12.316 12.6428 12.1877 12.8996 11.9309C13.4231 11.4074 13.4231 10.5679 12.8996 10.0444L9.59097 6.7358C9.06751 6.21235 8.22801 6.21235 7.70455 6.7358C7.1811 7.25926 7.1811 8.09877 7.70455 8.62222L11.0231 11.9309ZM36.9786 34.1333C36.4552 33.6099 35.6157 33.6099 35.0922 34.1333C34.5687 34.6568 34.5687 35.4963 35.0922 36.0198L38.4008 39.3284C38.6576 39.5852 39.0033 39.7136 39.3391 39.7136C39.6749 39.7136 40.0206 39.5852 40.2774 39.3284C40.8008 38.8049 40.8008 37.9654 40.2774 37.442L36.9786 34.1333Z' fill='%23F28505'/%3E%3C/svg%3E%0A");width:3.33vw;height:3.33vw}.icon-lamp-white{background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.647 27.9638V28.8988C19.647 29.6428 19.1005 30.2617 18.3894 30.3671L18.1589 31.2165C18.0338 31.6774 17.619 32 17.1384 32H14.8536C14.3729 32 13.9581 31.6774 13.833 31.2165L13.6091 30.3671C12.8914 30.2551 12.3449 29.6428 12.3449 28.8922V27.9572C12.3449 27.4568 12.7466 27.0551 13.247 27.0551H18.7449C19.2454 27.0617 19.647 27.4634 19.647 27.9638ZM23.8807 15.3613C23.8807 17.4881 23.0379 19.4173 21.6684 20.8329C20.6281 21.9128 19.9565 23.2889 19.7326 24.7572C19.6338 25.3893 19.0873 25.8568 18.4421 25.8568H13.5499C12.9112 25.8568 12.3581 25.3959 12.2659 24.7638C12.0355 23.2955 11.3573 21.8996 10.317 20.8263C8.97375 19.4305 8.13754 17.5342 8.11778 15.4469C8.07169 11.0617 11.5614 7.51276 15.9466 7.47984C20.3252 7.44691 23.8807 10.9893 23.8807 15.3613ZM16.8882 10.5877C16.8882 10.1004 16.4931 9.69877 15.9993 9.69877C12.8651 9.69877 10.3104 12.2469 10.3104 15.3877C10.3104 15.8749 10.7054 16.2765 11.1993 16.2765C11.6865 16.2765 12.0882 15.8815 12.0882 15.3877C12.0882 13.228 13.8462 11.4765 15.9993 11.4765C16.4931 11.4765 16.8882 11.0815 16.8882 10.5877ZM15.9993 4.89218C16.4865 4.89218 16.8882 4.49712 16.8882 4.00329V0.888889C16.8882 0.401646 16.4931 0 15.9993 0C15.5054 0 15.1104 0.395062 15.1104 0.888889V4.00329C15.1104 4.49712 15.512 4.89218 15.9993 4.89218ZM5.53671 15.3547C5.53671 14.8675 5.14165 14.4658 4.64782 14.4658H1.53342C1.04618 14.4658 0.644531 14.8609 0.644531 15.3547C0.644531 15.842 1.03959 16.2436 1.53342 16.2436H4.64782C5.14165 16.2436 5.53671 15.8486 5.53671 15.3547ZM30.4651 14.4658H27.3507C26.8635 14.4658 26.4618 14.8609 26.4618 15.3547C26.4618 15.842 26.8569 16.2436 27.3507 16.2436H30.4651C30.9524 16.2436 31.354 15.8486 31.354 15.3547C31.354 14.8675 30.9589 14.4658 30.4651 14.4658ZM7.34741 22.7556L5.14165 24.9613C4.79268 25.3103 4.79268 25.87 5.14165 26.2189C5.31284 26.3901 5.5433 26.4757 5.76716 26.4757C5.99103 26.4757 6.22149 26.3901 6.39268 26.2189L8.59844 24.0132C8.94741 23.6642 8.94741 23.1045 8.59844 22.7556C8.25605 22.4066 7.6898 22.4066 7.34741 22.7556ZM24.0256 8.21728C24.2495 8.21728 24.4799 8.13169 24.6511 7.96049L26.8569 5.75473C27.2058 5.40576 27.2058 4.84609 26.8569 4.49712C26.5079 4.14815 25.9482 4.14815 25.5993 4.49712L23.3935 6.70288C23.0445 7.05185 23.0445 7.61152 23.3935 7.96049C23.5713 8.13169 23.7951 8.21728 24.0256 8.21728ZM7.34741 7.95391C7.5186 8.1251 7.74906 8.2107 7.97293 8.2107C8.19679 8.2107 8.42725 8.1251 8.59844 7.95391C8.94741 7.60494 8.94741 7.04527 8.59844 6.6963L6.39268 4.49053C6.04371 4.14156 5.48404 4.14156 5.13507 4.49053C4.78609 4.83951 4.78609 5.39918 5.13507 5.74815L7.34741 7.95391ZM24.6511 22.7556C24.3021 22.4066 23.7425 22.4066 23.3935 22.7556C23.0445 23.1045 23.0445 23.6642 23.3935 24.0132L25.5993 26.2189C25.7705 26.3901 26.0009 26.4757 26.2248 26.4757C26.4486 26.4757 26.6791 26.3901 26.8503 26.2189C27.1993 25.87 27.1993 25.3103 26.8503 24.9613L24.6511 22.7556Z' fill='white'/%3E%3C/svg%3E%0A");width:2.22vw;height:2.22vw}.icon-callphone-white{width:2.71vw;height:2.71vw}.icon-callmail-white,.icon-mail-white{background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.835152 7.43406C6.325 12.0834 15.958 20.2629 18.7892 22.8133C19.1693 23.1575 19.5769 23.3325 20.0002 23.3325C20.4225 23.3325 20.8294 23.1591 21.2087 22.8166C24.0423 20.2637 33.6753 12.0834 39.1652 7.43406C39.507 7.14516 39.5591 6.63734 39.2824 6.28414C38.6427 5.46797 37.689 5 36.6668 5H3.33351C2.3114 5 1.35757 5.46797 0.717965 6.28422C0.441246 6.63734 0.493355 7.14516 0.835152 7.43406Z' fill='white'/%3E%3Cpath d='M39.5166 9.95367C39.2212 9.81617 38.8737 9.86414 38.628 10.0741C32.5398 15.2352 24.7697 21.8507 22.325 24.0536C20.9529 25.2922 19.0486 25.2922 17.6733 24.0519C15.0675 21.7041 6.34188 14.2863 1.37203 10.0741C1.12461 9.86406 0.776328 9.81773 0.483359 9.95359C0.188828 10.0904 0 10.385 0 10.7097V31.6667C0 33.5052 1.49492 35.0001 3.33336 35.0001H36.6667C38.5051 35.0001 40 33.5052 40 31.6667V10.7097C40 10.385 39.8112 10.0896 39.5166 9.95367Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-mail-white{width:1.66vw;height:1.66vw}.icon-callmail-white{width:2.71vw;height:2.71vw}.icon-mail-blue{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23.7904 4.76831L16.5117 12.0001L23.7904 19.232C23.922 18.957 24.0018 18.6529 24.0018 18.3283V5.67201C24.0018 5.34731 23.922 5.04333 23.7904 4.76831Z' fill='%231D4989'/%3E%3Cpath d='M21.8881 3.5625H2.10683C1.78212 3.5625 1.47814 3.64233 1.20312 3.77391L10.5061 13.03C11.3286 13.8526 12.6663 13.8526 13.4888 13.03L22.7918 3.77391C22.5168 3.64233 22.2128 3.5625 21.8881 3.5625Z' fill='%231D4989'/%3E%3Cpath d='M0.211406 4.76831C0.0798281 5.04333 0 5.34731 0 5.67201V18.3283C0 18.653 0.0798281 18.957 0.211406 19.232L7.49011 12.0001L0.211406 4.76831Z' fill='%231D4989'/%3E%3Cpath d='M15.5131 12.9944L14.4831 14.0244C13.1125 15.3949 10.8823 15.3949 9.51177 14.0244L8.48183 12.9944L1.20312 20.2262C1.47814 20.3578 1.78212 20.4376 2.10683 20.4376H21.8881C22.2128 20.4376 22.5168 20.3578 22.7918 20.2262L15.5131 12.9944Z' fill='%231D4989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-phone-blue{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23.345 17.6136L19.9958 14.2643C18.7996 13.0681 16.7661 13.5467 16.2876 15.1016C15.9288 16.1782 14.7326 16.7763 13.6561 16.537C11.2637 15.9389 8.03407 12.8289 7.43598 10.317C7.07713 9.24036 7.79483 8.04419 8.87138 7.68538C10.4264 7.20691 10.9049 5.17343 9.7087 3.97726L6.35943 0.627989C5.4025 -0.209329 3.96709 -0.209329 3.12978 0.627989L0.857056 2.90071C-1.41566 5.29305 1.09629 11.6327 6.71828 17.2547C12.3403 22.8767 18.68 25.5083 21.0723 23.116L23.345 20.8432C24.1824 19.8863 24.1824 18.4509 23.345 17.6136Z' fill='%231D4989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-heart{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.625 1.40625C16.3227 1.40625 15.1287 1.81894 14.0762 2.63287C13.0673 3.4132 12.3955 4.40709 12 5.12981C11.6045 4.40705 10.9327 3.4132 9.92377 2.63287C8.87133 1.81894 7.67733 1.40625 6.375 1.40625C2.74069 1.40625 0 4.37892 0 8.32097C0 12.5798 3.4192 15.4935 8.59542 19.9046C9.47442 20.6537 10.4707 21.5028 11.5063 22.4084C11.6428 22.5279 11.8181 22.5938 12 22.5938C12.1819 22.5938 12.3572 22.5279 12.4937 22.4085C13.5293 21.5027 14.5256 20.6537 15.4051 19.9042C20.5808 15.4935 24 12.5798 24 8.32097C24 4.37892 21.2593 1.40625 17.625 1.40625Z' fill='%23F28505'/%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-facebook{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.997 3.985H18.188V0.169C17.81 0.117 16.51 0 14.996 0C11.837 0 9.67304 1.987 9.67304 5.639V9H6.18704V13.266H9.67304V24H13.947V13.267H17.292L17.823 9.001H13.946V6.062C13.947 4.829 14.279 3.985 15.997 3.985Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-instagram{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12.0041 5.83813C8.60107 5.83813 5.84607 8.59614 5.84607 11.9961C5.84607 15.3991 8.60407 18.1541 12.0041 18.1541C15.4071 18.1541 18.1621 15.3961 18.1621 11.9961C18.1621 8.59314 15.4041 5.83813 12.0041 5.83813ZM12.0041 15.9931C9.79507 15.9931 8.00707 14.2041 8.00707 11.9961C8.00707 9.78814 9.79607 7.99914 12.0041 7.99914C14.2121 7.99914 16.0011 9.78814 16.0011 11.9961C16.0021 14.2041 14.2131 15.9931 12.0041 15.9931Z' fill='white'/%3E%3Cpath d='M16.9481 0.0756308C14.7401 -0.0273692 9.27107 -0.0223692 7.06107 0.0756308C5.11907 0.166631 3.40607 0.635631 2.02507 2.01663C-0.282925 4.32463 0.0120747 7.43463 0.0120747 11.9956C0.0120747 16.6636 -0.247925 19.7016 2.02507 21.9746C4.34207 24.2906 7.49707 23.9876 12.0041 23.9876C16.6281 23.9876 18.2241 23.9906 19.8591 23.3576C22.0821 22.4946 23.7601 20.5076 23.9241 16.9386C24.0281 14.7296 24.0221 9.26163 23.9241 7.05163C23.7261 2.83863 21.4651 0.283631 16.9481 0.0756308ZM20.4431 20.4476C18.9301 21.9606 16.8311 21.8256 11.9751 21.8256C6.97507 21.8256 4.97007 21.8996 3.50707 20.4326C1.82207 18.7556 2.12707 16.0626 2.12707 11.9796C2.12707 6.45463 1.56007 2.47563 7.10507 2.19163C8.37908 2.14663 8.75408 2.13163 11.9611 2.13163L12.0061 2.16163C17.3351 2.16163 21.5161 1.60363 21.7671 7.14763C21.8241 8.41263 21.8371 8.79263 21.8371 11.9946C21.8361 16.9366 21.9301 18.9536 20.4431 20.4476Z' fill='white'/%3E%3Cpath d='M18.406 7.03424C19.2007 7.03424 19.845 6.38998 19.845 5.59524C19.845 4.80051 19.2007 4.15625 18.406 4.15625C17.6112 4.15625 16.967 4.80051 16.967 5.59524C16.967 6.38998 17.6112 7.03424 18.406 7.03424Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-telegram{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.41718 15.1808L9.02018 20.7648C9.58818 20.7648 9.83418 20.5208 10.1292 20.2278L12.7922 17.6828L18.3102 21.7238C19.3222 22.2878 20.0352 21.9908 20.3082 20.7928L23.9302 3.8208L23.9312 3.8198C24.2522 2.3238 23.3902 1.7388 22.4042 2.1058L1.11418 10.2568C-0.338822 10.8208 -0.316822 11.6308 0.867178 11.9978L6.31018 13.6908L18.9532 5.7798C19.5482 5.3858 20.0892 5.6038 19.6442 5.9978L9.41718 15.1808Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-viber{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23.1541 13.893C23.8701 7.86602 22.8101 4.06102 20.8981 2.34002L20.8991 2.33902C17.8131 -0.599975 7.3911 -1.03498 3.6991 2.47102C2.0411 4.18602 1.4571 6.70302 1.3931 9.81903C1.3291 12.936 1.2531 18.775 6.6941 20.359H6.6991L6.6941 22.778C6.6941 22.778 6.6571 23.758 7.2831 23.955C7.9991 24.187 8.3231 23.732 10.5501 21.072C14.2741 21.395 17.1341 20.655 17.4591 20.547C18.2111 20.295 22.4661 19.732 23.1541 13.893ZM10.9171 19.37C10.9171 19.37 8.5601 22.309 7.8271 23.072C7.5871 23.32 7.3241 23.297 7.3281 22.805C7.3281 22.482 7.3461 18.789 7.3461 18.789C2.7331 17.467 3.0051 12.495 3.0551 9.89402C3.1051 7.29202 3.5811 5.16102 4.9851 3.72602C8.2241 0.689025 17.3611 1.36802 19.6891 3.55602C22.5351 6.07902 21.5221 13.207 21.5281 13.45C20.9431 18.324 17.4951 18.633 16.8611 18.844C16.5901 18.934 14.0751 19.581 10.9171 19.37Z' fill='white'/%3E%3Cpath d='M12.2223 4.29688C11.8373 4.29688 11.8373 4.89688 12.2223 4.90188C15.2093 4.92488 17.6693 7.00688 17.6963 10.8259C17.6963 11.2289 18.2863 11.2239 18.2813 10.8209H18.2803C18.2483 6.70588 15.5623 4.31988 12.2223 4.29688Z' fill='white'/%3E%3Cpath d='M16.151 10.1932C16.142 10.5912 16.731 10.6102 16.736 10.2072C16.785 7.93816 15.386 6.06916 12.7569 5.87216C12.3719 5.84416 12.3319 6.44916 12.7159 6.47716C14.996 6.65016 16.197 8.20616 16.151 10.1932Z' fill='white'/%3E%3Cpath d='M15.5202 12.774C15.0262 12.488 14.5232 12.666 14.3152 12.947L13.8802 13.51C13.6592 13.796 13.2462 13.758 13.2462 13.758C10.2322 12.961 9.42623 9.80698 9.42623 9.80698C9.42623 9.80698 9.38923 9.37998 9.66523 9.15098L10.2092 8.70098C10.4812 8.48498 10.6532 7.96498 10.3762 7.45398C9.63623 6.11698 9.13923 5.65598 8.88623 5.30198C8.62023 4.96898 8.22023 4.89398 7.80423 5.11898H7.79523C6.93024 5.62498 5.98324 6.57198 6.28624 7.54698C6.80324 8.57498 7.75323 11.852 10.7812 14.328C12.2042 15.499 14.4562 16.699 15.4122 16.976L15.4212 16.99C16.3632 17.304 17.2792 16.32 17.7682 15.429V15.422C17.9852 14.991 17.9132 14.583 17.5962 14.316C17.0342 13.768 16.1862 13.163 15.5202 12.774Z' fill='white'/%3E%3Cpath d='M13.1693 8.10418C14.1304 8.16018 14.5964 8.66218 14.6464 9.69318C14.6644 10.0962 15.2494 10.0682 15.2314 9.66518C15.1674 8.31918 14.4654 7.56917 13.2013 7.49917C12.8163 7.47617 12.7803 8.08118 13.1693 8.10418Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-whatsapp{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.5071 14.307L17.4981 14.382C15.2991 13.286 15.0691 13.14 14.7851 13.566C14.5881 13.861 14.0141 14.53 13.8411 14.728C13.6661 14.923 13.4921 14.938 13.1951 14.803C12.8951 14.653 11.9321 14.338 10.7921 13.318C9.90414 12.523 9.30814 11.548 9.13214 11.248C8.83914 10.742 9.45214 10.67 10.0101 9.61405C10.1101 9.40405 10.0591 9.23905 9.98514 9.09005C9.91014 8.94005 9.31314 7.47005 9.06314 6.88405C8.82314 6.30005 8.57614 6.37405 8.39114 6.37405C7.81514 6.32405 7.39414 6.33205 7.02314 6.71805C5.40914 8.49205 5.81614 10.322 7.19714 12.268C9.91114 15.82 11.3571 16.474 14.0011 17.382C14.7151 17.609 15.3661 17.577 15.8811 17.503C16.4551 17.412 17.6481 16.782 17.8971 16.077C18.1521 15.372 18.1521 14.787 18.0771 14.652C18.0031 14.517 17.8071 14.442 17.5071 14.307Z' fill='white'/%3E%3Cpath d='M20.52 3.44919C12.831 -3.98381 0.106 1.40719 0.101 11.8932C0.101 13.9892 0.65 16.0332 1.696 17.8382L0 24.0002L6.335 22.3482C14.24 26.6182 23.996 20.9482 24 11.8992C24 8.72319 22.76 5.73419 20.505 3.48819L20.52 3.44919ZM22.002 11.8662C21.996 19.4992 13.617 24.2662 6.99 20.3702L6.63 20.1562L2.88 21.1312L3.885 17.4862L3.646 17.1112C-0.478 10.5462 4.26 1.96619 12.072 1.96619C14.726 1.96619 17.217 3.00119 19.093 4.87619C20.968 6.73519 22.002 9.22619 22.002 11.8662Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-linkedin{background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' fill='white' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 260.366 260.366' style='enable-background:new 0 0 260.366 260.366;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M34.703, 0.183C15.582, 0.183, 0.014, 15.748, 0, 34.884C0, 54.02, 15.568, 69.588, 34.703, 69.588 c19.128, 0, 34.688-15.568, 34.688-34.704C69.391, 15.75, 53.83, 0.183, 34.703, 0.183z'/%3E%3Cpath d='M60.748, 83.531H8.654c-2.478, 0-4.488, 2.009-4.488, 4.489v167.675c0, 2.479, 2.01, 4.488, 4.488, 4.488h52.093 c2.479, 0, 4.489-2.01, 4.489-4.488V88.02C65.237, 85.539, 63.227, 83.531, 60.748, 83.531z'/%3E%3Cpath d='M193.924, 81.557c-19.064, 0-35.817, 5.805-46.04, 15.271V88.02c0-2.48-2.01-4.489-4.489-4.489H93.424 c-2.479, 0-4.489, 2.009-4.489, 4.489v167.675c0, 2.479, 2.01, 4.488, 4.489, 4.488h52.044c2.479, 0, 4.489-2.01, 4.489-4.488v-82.957 c0-23.802, 4.378-38.555, 26.227-38.555c21.526, 0.026, 23.137, 15.846, 23.137, 39.977v81.535c0, 2.479, 2.01, 4.488, 4.49, 4.488h52.068 c2.478, 0, 4.488-2.01, 4.488-4.488v-91.977C260.366, 125.465, 252.814, 81.557, 193.924, 81.557z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");width:1.38vw;height:1.38vw}.icon-linkedin-color{background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 291.319 291.319' style='enable-background:new 0 0 291.319 291.319;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%230E76A8;' d='M145.659, 0c80.45, 0, 145.66, 65.219, 145.66, 145.66s-65.21, 145.659-145.66, 145.659S0, 226.1, 0, 145.66 S65.21, 0, 145.659, 0z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M82.079, 200.136h27.275v-90.91H82.079V200.136z M188.338, 106.077 c-13.237, 0-25.081, 4.834-33.483, 15.504v-12.654H127.48v91.21h27.375v-49.324c0-10.424, 9.55-20.593, 21.512-20.593 s14.912, 10.169, 14.912, 20.338v49.57h27.275v-51.6C218.553, 112.686, 201.584, 106.077, 188.338, 106.077z M95.589, 100.141 c7.538, 0, 13.656-6.118, 13.656-13.656S103.127, 72.83, 95.589, 72.83s-13.656, 6.118-13.656, 13.656S88.051, 100.141, 95.589, 100.141z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A")}.icon-facebook-color{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 54C41.9117 54 54 41.9117 54 27C54 12.0883 41.9117 0 27 0C12.0883 0 0 12.0883 0 27C0 41.9117 12.0883 54 27 54Z' fill='%233B5998'/%3E%3Cpath d='M33.7881 28.057H28.9702V45.7073H21.6708V28.057H18.1992V21.854H21.6708V17.84C21.6708 14.9695 23.0344 10.4746 29.0352 10.4746L34.4421 10.4972V16.5183H30.5191C29.8756 16.5183 28.9707 16.8398 28.9707 18.2091V21.8598H34.4258L33.7881 28.057Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-instagram-color{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M3.3763 3.67417C-0.867197 8.08192 0.00130284 12.7642 0.00130284 26.9887C0.00130284 38.8012 -2.0597 50.6429 8.7268 53.4307C12.0951 54.2969 41.9391 54.2969 45.3028 53.4262C49.7938 52.2674 53.4478 48.6247 53.9473 42.2729C54.0171 41.3864 54.0171 12.6067 53.9451 11.7022C53.4141 4.93642 49.2493 1.03717 43.7616 0.247421C42.5038 0.0651713 42.2518 0.0111713 35.7988 -7.87154e-05C12.9096 0.0111713 7.89205 -1.00808 3.3763 3.67417Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M26.997 7.0627C18.8273 7.0627 11.0693 6.33595 8.10604 13.9409C6.88204 17.0819 7.05979 21.1612 7.05979 27.0022C7.05979 32.1277 6.89554 36.945 8.10604 40.0612C11.0625 47.6707 18.8835 46.9417 26.9925 46.9417C34.8158 46.9417 42.882 47.7562 45.8813 40.0612C47.1075 36.8887 46.9275 32.8702 46.9275 27.0022C46.9275 19.2127 47.3573 14.1839 43.5795 10.4084C39.7545 6.58345 34.5818 7.0627 26.988 7.0627H26.997ZM25.2105 10.6559C42.252 10.6289 44.421 8.73445 43.224 35.0527C42.7988 44.361 35.7113 43.3394 26.9993 43.3394C11.1143 43.3394 10.6575 42.8849 10.6575 26.9932C10.6575 10.9169 11.9175 10.6649 25.2105 10.6514V10.6559ZM37.6395 13.9657C36.3188 13.9657 35.2478 15.0367 35.2478 16.3574C35.2478 17.6782 36.3188 18.7492 37.6395 18.7492C38.9603 18.7492 40.0313 17.6782 40.0313 16.3574C40.0313 15.0367 38.9603 13.9657 37.6395 13.9657ZM26.997 16.7624C21.3428 16.7624 16.7595 21.348 16.7595 27.0022C16.7595 32.6565 21.3428 37.2397 26.997 37.2397C32.6513 37.2397 37.2323 32.6565 37.2323 27.0022C37.2323 21.348 32.6513 16.7624 26.997 16.7624ZM26.997 20.3557C35.7833 20.3557 35.7945 33.6487 26.997 33.6487C18.213 33.6487 18.1995 20.3557 26.997 20.3557Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='3.47985' y1='50.5509' x2='53.6671' y2='7.11436' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='54' height='54' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-telegram-color{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 54C41.9117 54 54 41.9117 54 27C54 12.0883 41.9117 0 27 0C12.0883 0 0 12.0883 0 27C0 41.9117 12.0883 54 27 54Z' fill='%23039BE5'/%3E%3Cpath d='M12.3551 26.415L38.3876 16.3777C39.5958 15.9412 40.6511 16.6725 40.2596 18.4995L40.2618 18.4972L35.8293 39.3795C35.5008 40.86 34.6211 41.22 33.3903 40.5225L26.6403 35.5477L23.3846 38.6842C23.0246 39.0442 22.7208 39.348 22.0233 39.348L22.5026 32.4787L35.0126 21.177C35.5571 20.6977 34.8911 20.4277 34.1733 20.9047L18.7136 30.6382L12.0491 28.5592C10.6023 28.1002 10.5708 27.1125 12.3551 26.415Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-viber-color{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M32.403 0H21.6016C11.1787 0 2.69922 8.47948 2.69922 18.9024V27.0035C2.69922 34.321 6.91945 40.9616 13.5006 44.0853V53.1068C13.5006 53.8901 14.4805 54.2996 15.0372 53.7433L22.8744 45.9059H32.4029C42.8258 45.9059 51.3053 37.4264 51.3053 27.0035V18.9024C51.3053 8.47948 42.8258 0 32.403 0Z' fill='%23665CAC'/%3E%3Cpath d='M16.2009 44.0852C9.61976 40.9614 5.39954 34.3209 5.39954 27.0034V18.9023C5.39954 8.47948 13.8791 0 24.302 0H21.6016C11.1787 0 2.69922 8.47948 2.69922 18.9024V27.0035C2.69922 34.321 6.91945 40.9616 13.5006 44.0853V53.1068C13.5006 53.8901 14.4805 54.2996 15.0372 53.7433L16.2009 52.5795V44.0852Z' fill='%23523494'/%3E%3Cpath d='M40.593 33.5498L39.7837 29.1659C39.7168 28.8037 39.4362 28.5188 39.0751 28.4466L32.7104 27.1737C32.4147 27.1148 32.1101 27.2071 31.8972 27.4198L29.3114 30.0057C24.9547 28.0536 22.5367 25.6303 20.4092 21.0866L22.9867 18.5093C23.1994 18.2965 23.2918 17.9912 23.2328 17.6961L21.9599 11.3313C21.8877 10.9703 21.6028 10.6895 21.2406 10.6227L16.8567 9.8135C16.7367 9.79146 16.6131 9.79378 16.4939 9.82089C15.3364 10.0838 14.2802 10.6671 13.4395 11.508C11.9838 12.9636 11.4275 15.0878 11.8308 17.6508C12.5078 21.9545 14.6164 27.9439 18.5066 31.8497L18.5597 31.9025C22.4625 35.7899 28.452 37.8987 32.7559 38.5758C33.2981 38.6612 33.8203 38.7035 34.3211 38.7035C36.1873 38.7035 37.7509 38.1148 38.8989 36.967C39.7396 36.1262 40.3231 35.07 40.5859 33.9127C40.6126 33.7934 40.6151 33.67 40.593 33.5498Z' fill='white'/%3E%3Cpath d='M22.1017 19.3894L22.9817 18.5093L22.9826 18.5083L22.1016 19.3893L22.1017 19.3894Z' fill='%23E5E5E5'/%3E%3Cpath d='M31.8965 27.419L31.0078 28.3076L31.008 28.3078L31.8966 27.4191L31.8965 27.419Z' fill='%23E5E5E5'/%3E%3Cpath d='M36.0146 37.006C35.5138 37.006 34.9916 36.9637 34.4494 36.8783C30.1456 36.2012 24.1561 34.0924 20.2532 30.205L20.2001 30.1522C16.3099 26.2464 14.2013 20.257 13.5243 15.9533C13.1985 13.8826 13.4997 12.0986 14.3951 10.7219C14.0522 10.9507 13.7304 11.2131 13.4356 11.5079C11.9799 12.9636 11.4236 15.0877 11.8269 17.6507C12.5039 21.9545 14.6124 27.9438 18.5027 31.8496L18.5558 31.9024C22.4586 35.7898 28.448 37.8986 32.752 38.5757C33.2942 38.6611 33.8164 38.7034 34.3172 38.7034C36.1834 38.7034 37.747 38.1148 38.895 36.9669C39.1897 36.6721 39.4521 36.3504 39.6809 36.0075C38.6645 36.6686 37.4263 37.006 36.0146 37.006Z' fill='%23E5E5E5'/%3E%3Cpath d='M28.8024 15.302C28.3053 15.302 27.9023 15.705 27.9023 16.2021C27.9023 16.6991 28.3053 17.1021 28.8024 17.1021C30.7878 17.1021 32.4029 18.7173 32.4029 20.7026C32.4029 21.1931 32.8125 21.6027 33.303 21.6027C33.7934 21.6027 34.203 21.1931 34.203 20.7026C34.2032 17.7246 31.7804 15.302 28.8024 15.302Z' fill='white'/%3E%3Cpath d='M28.8004 11.7014C28.4674 11.7014 28.1314 11.7199 27.8015 11.7563C27.3074 11.8108 26.951 12.2555 27.0055 12.7498C27.06 13.244 27.5057 13.5994 27.999 13.5457C28.2635 13.5165 28.5331 13.5017 28.8004 13.5017C32.771 13.5017 36.0013 16.732 36.0013 20.7025C36.0013 20.9699 35.9864 21.2395 35.9572 21.504C35.9034 21.9914 36.2656 22.4438 36.7531 22.4975C37.2406 22.5512 37.6928 22.1891 37.7467 21.7015C37.783 21.3716 37.8015 21.0356 37.8015 20.7025C37.8015 15.7394 33.7636 11.7014 28.8004 11.7014Z' fill='white'/%3E%3Cpath d='M28.8003 8.10107C28.4786 8.10107 28.1529 8.11331 27.8322 8.13767C27.3365 8.17522 26.9651 8.60764 27.0026 9.10324C27.0401 9.59894 27.474 9.9704 27.9682 9.93286C28.2438 9.91187 28.5238 9.90132 28.8003 9.90132C34.7563 9.90132 39.6017 14.7468 39.6017 20.7027C39.6017 21.5454 39.5045 22.3843 39.3127 23.196C39.2027 23.6611 39.4892 24.1446 39.9504 24.2709C40.4356 24.4038 40.9491 24.0995 41.0647 23.61C41.2885 22.6628 41.4019 21.6847 41.4019 20.7027C41.4019 13.7541 35.7489 8.10107 28.8003 8.10107Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='54' height='54' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-whatsapp-color{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.0919 7.90805C40.9923 2.80842 34.212 0 27 0C19.788 0 13.0078 2.80842 7.90805 7.90805C2.80832 13.0077 0 19.788 0 27C0 32.4301 1.59827 37.6458 4.62734 42.1179L0.0727734 52.7456C-0.0688711 53.0761 0.0087539 53.4803 0.262406 53.735C0.525551 53.9993 0.949957 54.0731 1.28693 53.9126L11.4497 49.0731C16.0163 52.2984 21.3807 54 27 54C34.212 54 40.9923 51.1916 46.0919 46.092C51.1915 40.9922 54 34.212 54 27C54 19.788 51.1915 13.0078 46.0919 7.90805Z' fill='%2320A83E'/%3E%3Cpath d='M27 49.4999C39.4264 49.4999 49.4999 39.4264 49.4999 27C49.4999 14.5736 39.4264 4.5 27 4.5C14.5736 4.5 4.5 14.5736 4.5 27C4.5 39.4264 14.5736 49.4999 27 49.4999Z' fill='%23E5E5E5'/%3E%3Cpath d='M27.0031 46.7999C37.9383 46.7999 46.8031 37.9351 46.8031 26.9999C46.8031 16.0647 37.9383 7.19995 27.0031 7.19995C16.0679 7.19995 7.20312 16.0647 7.20312 26.9999C7.20312 37.9351 16.0679 46.7999 27.0031 46.7999Z' fill='white'/%3E%3Cpath d='M41.3864 36.1378L40.5772 31.7544C40.5102 31.3924 40.2297 31.1076 39.8686 31.0353L33.5048 29.7626C33.2092 29.7037 32.9045 29.7961 32.6917 30.0088L30.1062 32.5942C25.7502 30.6423 23.3324 28.2196 21.2051 23.6763L23.7822 21.0991C23.9951 20.8864 24.0874 20.5813 24.0284 20.2862L22.7556 13.9222C22.6834 13.5611 22.3985 13.2805 22.0364 13.2136L17.653 12.4044C17.533 12.3822 17.4094 12.3846 17.2902 12.4117C16.1328 12.6748 15.0767 13.2579 14.2363 14.0986C12.7807 15.5542 12.2244 17.678 12.6276 20.2408C13.3045 24.544 15.413 30.5328 19.3027 34.4379L19.3556 34.4907C23.2581 38.3777 29.2467 40.4862 33.5499 41.1632C34.092 41.2485 34.6143 41.2908 35.1149 41.2908C36.981 41.2908 38.5444 40.7022 39.6922 39.5546C40.5328 38.7139 41.116 37.6578 41.379 36.5005C41.4062 36.3814 41.4087 36.2579 41.3864 36.1378Z' fill='%2320A83E'/%3E%3Cpath d='M36.9148 39.7012C36.4141 39.7012 35.8919 39.6589 35.3498 39.5736C31.0466 38.8966 25.0579 36.7882 21.1555 32.9011L21.1026 32.8484C17.2129 28.9432 15.1046 22.9545 14.4276 18.6513C14.0771 16.424 14.4525 14.5287 15.5121 13.115C15.0493 13.3855 14.6201 13.715 14.2363 14.0988C12.7807 15.5544 12.2244 17.6782 12.6276 20.241C13.3045 24.5442 15.413 30.5329 19.3027 34.4381L19.3556 34.4909C23.2581 38.3779 29.2467 40.4863 33.5499 41.1633C34.092 41.2487 34.6143 41.291 35.1149 41.291C36.981 41.291 38.5444 40.7023 39.6922 39.5547C39.9004 39.3465 40.0927 39.125 40.2684 38.892C39.3143 39.4279 38.1847 39.7012 36.9148 39.7012Z' fill='%23189433'/%3E%3C/svg%3E%0A")}.icon-social-w54{width:3.75vw;height:3.75vw}.icon-social-w32{width:2.22vw;height:2.22vw}.icon-navdown{background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.43901 12.1294L15.8272 4.74127C16.0634 4.49668 16.0566 4.10693 15.812 3.87071C15.5734 3.64026 15.1952 3.64026 14.9566 3.87071L8.00373 10.8236L1.05084 3.87071C0.81044 3.63034 0.420685 3.63034 0.180281 3.87071C-0.0600872 4.11115 -0.0600872 4.50086 0.180281 4.74127L7.56845 12.1294C7.80889 12.3698 8.19861 12.3698 8.43901 12.1294Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(16) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:.83vw;height:.83vw}.icon-clock{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C5.38293 0 0 5.38293 0 12C0 18.6171 5.38293 24 12 24C18.6171 24 24 18.6171 24 12C24 5.38293 18.6171 0 12 0ZM17.707 18.2069C17.512 18.4019 17.256 18.5001 17.0001 18.5001C16.7441 18.5001 16.4879 18.4019 16.2931 18.2069L11.293 13.207C11.105 13.0201 11.0001 12.7659 11.0001 12.5001V6C11.0001 5.44702 11.4479 5.00006 12 5.00006C12.5521 5.00006 12.9999 5.44702 12.9999 6V12.0861L17.707 16.793C18.098 17.1841 18.098 17.816 17.707 18.2069Z' fill='%231D4989'/%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-pin{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0012 1.19995C9.9624 1.20111 8.00742 2.01154 6.56575 3.4532C5.12409 4.89487 4.31366 6.84986 4.3125 8.88868C4.3125 13.0167 11.4383 22.2807 11.7307 22.6734C11.7613 22.7124 11.8004 22.744 11.845 22.7657C11.8896 22.7874 11.9385 22.7986 11.9881 22.7986C12.0377 22.7986 12.0867 22.7874 12.1313 22.7657C12.1759 22.744 12.215 22.7124 12.2456 22.6734C12.551 22.2807 19.6638 13.0167 19.6638 8.88868C19.6626 6.85438 18.8558 4.90335 17.4198 3.46243C15.9838 2.02151 14.0355 1.20803 12.0012 1.19995ZM12.0012 14.2385C10.9431 14.2385 9.9088 13.9247 9.02903 13.3369C8.14925 12.749 7.46355 11.9135 7.05864 10.936C6.65372 9.95841 6.54778 8.88274 6.7542 7.84498C6.96063 6.80722 7.47015 5.85397 8.21833 5.10579C8.96652 4.3576 9.91977 3.84808 10.9575 3.64166C11.9953 3.43523 13.071 3.54118 14.0485 3.94609C15.0261 4.35101 15.8616 5.03671 16.4494 5.91648C17.0373 6.79625 17.351 7.83059 17.351 8.88868C17.3499 10.3072 16.7859 11.6673 15.7828 12.6703C14.7798 13.6733 13.4197 14.2373 12.0012 14.2385Z' fill='%231D4989'/%3E%3Ccircle cx='12' cy='9' r='6' fill='%231D4989'/%3E%3Ccircle cx='12' cy='8' r='3' fill='white'/%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon-arrow-left{background:url("data:image/svg+xml,%3Csvg width='113' height='113' viewBox='0 0 113 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M85.6625 59.6005L33.4836 111.779C31.7562 113.448 29.0035 113.4 27.3352 111.672C25.7077 109.987 25.7077 107.316 27.3352 105.631L76.44 56.5263L27.3352 7.42158C25.6376 5.72372 25.6376 2.97108 27.3352 1.27322C29.0333 -0.424377 31.7857 -0.424377 33.4836 1.27322L85.6625 53.4522C87.3601 55.1503 87.3601 57.9027 85.6625 59.6005Z' fill='%231D4989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='113' height='113' fill='white' transform='matrix(1 0 0 -1 0 113)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:7.9vw;height:7.9vw}.icon-arrow-right{background:url("data:image/svg+xml,%3Csvg width='113' height='113' viewBox='0 0 113 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M27.3375 59.6005L79.5164 111.779C81.2438 113.448 83.9965 113.4 85.6648 111.672C87.2923 109.987 87.2923 107.316 85.6648 105.631L36.56 56.5263L85.6648 7.42158C87.3624 5.72372 87.3624 2.97108 85.6648 1.27322C83.9667 -0.424377 81.2143 -0.424377 79.5164 1.27322L27.3375 53.4522C25.6399 55.1503 25.6399 57.9027 27.3375 59.6005Z' fill='%231D4989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='113' height='113' fill='white' transform='translate(113 113) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:7.9vw;height:7.9vw}.icon-flame{background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0263 0C16.0263 0 15.5112 6.93555 10.6843 11.857C6.39564 15.3489 5.70884 17.2048 5.4426 19.8382C5.17444 22.4832 5.46576 27.5956 10.2946 31.0836C10.2946 31.0836 8.5583 26.8393 12.8354 23.3532C16.9138 20.0292 16.4102 17.6678 16.3485 17.4498C16.3987 17.635 17.3652 21.1057 19.4816 23.0793C21.6519 25.103 21.3336 28.6817 19.2809 32C19.2809 32 25.956 27.6843 26.5483 21.8986C27.5052 12.4782 19.1324 1.52987 16.0263 0Z' fill='%23F28505'/%3E%3C/svg%3E%0A");width:2.22vw;height:2.22vw}.icon-docdownload,.icon-document{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.5039 11.6507C48.4967 11.6139 48.4864 11.5787 48.4748 11.5431C48.4688 11.5269 48.4667 11.5097 48.4602 11.4934C48.4444 11.4553 48.4238 11.4193 48.4024 11.3837C48.3955 11.3726 48.3912 11.3597 48.3831 11.3486C48.3527 11.3023 48.3175 11.2594 48.2785 11.2204L37.3054 0.247286C37.2668 0.207857 37.2239 0.172714 37.1777 0.142286C37.1661 0.134571 37.1537 0.129857 37.1421 0.123C37.1069 0.101571 37.0714 0.0805714 37.0328 0.0647143C37.0165 0.0578571 36.9994 0.0548571 36.9827 0.0488571C36.9475 0.0368571 36.9124 0.0235714 36.8755 0.0162857C36.8211 0.006 36.7649 0 36.7084 0H8.01552C6.61966 0 5.48438 1.13486 5.48438 2.53071V51.4684C5.48438 52.8643 6.61966 54 8.01552 54H45.9951C47.3909 54 48.5155 52.8643 48.5155 51.4684V11.8174C48.5155 11.7609 48.5151 11.7051 48.5039 11.6507ZM46.8282 51.4684C46.8282 51.9334 46.4609 52.3127 45.9955 52.3127H8.01552C7.55009 52.3127 7.17166 51.9334 7.17166 51.4684V2.53071C7.17166 2.06571 7.55009 1.68729 8.01552 1.68729H35.8594V9.00471C35.8594 11.0207 37.5051 12.6561 39.5207 12.6561H46.8282V51.4684Z' fill='%23F28505'/%3E%3Cpath d='M43.4531 17.7185H10.547C10.0807 17.7185 9.70312 18.0965 9.70312 18.5623V43.8746C9.70312 44.3405 10.0807 44.7185 10.547 44.7185H43.4531C43.919 44.7185 44.297 44.3405 44.297 43.8746V18.5623C44.297 18.0965 43.919 17.7185 43.4531 17.7185ZM13.922 43.0312H11.3908V40.5H13.922V43.0312ZM13.922 38.8123H11.3908V36.2812H13.922V38.8123ZM13.922 34.5935H11.3908V32.0623H13.922V34.5935ZM13.922 30.375H11.3908V27.8439H13.922V30.375ZM13.922 26.1562H11.3908V23.625H13.922V26.1562ZM13.922 21.9373H11.3908V19.4062H13.922V21.9373ZM24.8908 43.0312H15.6097V40.5H24.8908V43.0312ZM24.8908 38.8123H15.6097V36.2812H24.8908V38.8123ZM24.8908 34.5935H15.6097V32.0623H24.8908V34.5935ZM24.8908 30.375H15.6097V27.8439H24.8908V30.375ZM24.8908 26.1562H15.6097V23.625H24.8908V26.1562ZM24.8908 21.9378H15.6097V19.4066H24.8908V21.9378ZM33.7503 43.0312H26.5786V40.5H33.7503V43.0312ZM33.7503 38.8123H26.5786V36.2812H33.7503V38.8123ZM33.7503 34.5935H26.5786V32.0623H33.7503V34.5935ZM33.7503 30.375H26.5786V27.8439H33.7503V30.375ZM33.7503 26.1562H26.5786V23.625H33.7503V26.1562ZM33.7503 21.9378H26.5786V19.4066H33.7503V21.9378ZM42.6097 43.0312H35.438V40.5H42.6097V43.0312ZM42.6097 38.8123H35.438V36.2812H42.6097V38.8123ZM42.6097 34.5935H35.438V32.0623H42.6097V34.5935ZM42.6097 30.375H35.438V27.8439H42.6097V30.375ZM42.6097 26.1562H35.438V23.625H42.6097V26.1562ZM42.6097 21.9378H35.438V19.4066H42.6097V21.9378Z' fill='%23F28505'/%3E%3C/svg%3E%0A");width:3.75vw;height:3.75vw}.icon-file{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.9658 2.51439C19.3354 -0.0593263 15.1303 -0.0587664 12.5005 2.51567L1.47117 13.5451C-0.523164 15.5864 -0.48505 18.858 1.5563 20.8523C3.56406 22.8139 6.7706 22.8139 8.77837 20.8523L18.7656 10.865C20.064 9.56666 20.064 7.46155 18.7656 6.16319C17.4673 4.86483 15.3622 4.86483 14.0638 6.16319L4.51075 15.7162C4.17755 16.0612 4.18711 16.611 4.53212 16.9442C4.86868 17.2692 5.40222 17.2692 5.73879 16.9442L15.2918 7.39117C15.9253 6.7843 16.9308 6.80593 17.5376 7.43941C18.1261 8.05376 18.1261 9.02268 17.5376 9.63703L7.55038 19.6243C6.20119 20.9543 4.02921 20.9387 2.6992 19.5895C1.38262 18.2539 1.38262 16.1086 2.6992 14.7731L13.7286 3.74365C15.6932 1.77833 18.879 1.77777 20.8443 3.74233C22.8096 5.70689 22.8102 8.89272 20.8456 10.858L9.81619 21.8875C9.4519 22.1995 9.40946 22.7477 9.72144 23.112C10.0334 23.4763 10.5817 23.5187 10.946 23.2067C10.98 23.1776 11.0116 23.146 11.0407 23.112L22.0701 12.0826C24.6835 9.41161 24.6368 5.12775 21.9658 2.51439Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:1.66vw;height:1.66vw}.icon{display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.wrapper-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;border:none;cursor:pointer;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;opacity:1;-webkit-box-shadow:0 0 1.66vw rgba(0,0,0,.2);box-shadow:0 0 1.66vw rgba(0,0,0,.2);border-radius:3.5vw;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;padding:.83vw 5vw;max-height:4.16vw}.btn span{display:inline-block;font-size:1.66vw;line-height:2.5vw;font-weight:700}.btn:hover{opacity:.6}.btn.btn-orange{background:#f28505;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.btn.btn-orange span{color:#fff}.btn.btn-cabinet{background:rgba(255,255,255,.3);max-width:14.1vw;padding:.28vw .83vw;border-radius:3.5vw}.btn.btn-cabinet .icon{margin-right:.83vw}.btn.btn-cabinet span{color:#fff;font-size:1.11vw;line-height:1.66vw}.btn.btn-link.icon-link:before{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11C0.447715 11 4.82823e-08 11.4477 0 12C-4.82823e-08 12.5523 0.447715 13 1 13L1 11ZM23.7071 12.7071C24.0976 12.3166 24.0976 11.6834 23.7071 11.2929L17.3431 4.92893C16.9526 4.53841 16.3195 4.53841 15.9289 4.92893C15.5384 5.31946 15.5384 5.95262 15.9289 6.34315L21.5858 12L15.9289 17.6569C15.5384 18.0474 15.5384 18.6805 15.9289 19.0711C16.3195 19.4616 16.9526 19.4616 17.3431 19.0711L23.7071 12.7071ZM1 13L23 13L23 11L1 11L1 13Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/cover;width:2.08vw;height:1.66vw}.btn.btn-link.icon-phone:before{background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M38.9113 29.356L33.3292 23.7738C31.3356 21.7802 27.9464 22.5778 27.149 25.1694C26.5509 26.9637 24.5573 27.9605 22.763 27.5617C18.7758 26.5649 13.393 21.3815 12.3962 17.1949C11.7981 15.4006 12.9943 13.407 14.7886 12.809C17.3803 12.0115 18.1777 8.62238 16.1841 6.62877L10.602 1.04665C9.00709 -0.348882 6.61475 -0.348882 5.21922 1.04665L1.43136 4.83451C-2.35651 8.82174 1.83008 19.3879 11.2001 28.7579C20.5701 38.1279 31.1362 42.5139 35.1234 38.5266L38.9113 34.7387C40.3069 33.1438 40.3069 30.7515 38.9113 29.356Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;width:1.66vw;height:1.66vw}.btn.btn-link.icon-mail:before{background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.835152 7.43406C6.325 12.0834 15.958 20.2629 18.7892 22.8133C19.1693 23.1575 19.5769 23.3325 20.0002 23.3325C20.4225 23.3325 20.8294 23.1591 21.2087 22.8166C24.0423 20.2637 33.6753 12.0834 39.1652 7.43406C39.507 7.14516 39.5591 6.63734 39.2824 6.28414C38.6427 5.46797 37.689 5 36.6668 5H3.33351C2.3114 5 1.35757 5.46797 0.717965 6.28422C0.441246 6.63734 0.493355 7.14516 0.835152 7.43406Z' fill='white'/%3E%3Cpath d='M39.5166 9.95367C39.2212 9.81617 38.8737 9.86414 38.628 10.0741C32.5398 15.2352 24.7697 21.8507 22.325 24.0536C20.9529 25.2922 19.0486 25.2922 17.6733 24.0519C15.0675 21.7041 6.34188 14.2863 1.37203 10.0741C1.12461 9.86406 0.776328 9.81773 0.483359 9.95359C0.188828 10.0904 0 10.385 0 10.7097V31.6667C0 33.5052 1.49492 35.0001 3.33336 35.0001H36.6667C38.5051 35.0001 40 33.5052 40 31.6667V10.7097C40 10.385 39.8112 10.0896 39.5166 9.95367Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/cover;width:1.66vw;height:1.66vw}.btn.btn-link{position:relative;padding:.83vw 6.38vw .83vw 3.75vw}.btn.btn-link:before{content:"";display:block;position:absolute;right:2.08vw;top:1.25vw}.btn.btn-circle{background:#f28505;padding:0;height:5vw;width:5vw;max-width:unset;border-radius:50%;position:relative;margin-left:5vw}.btn.btn-circle:after,.btn.btn-circle:before{content:"";display:block;position:absolute;border-radius:50%}.btn.btn-circle:after{background:rgba(242,133,5,.15);width:6.38vw;height:6.38vw}.btn.btn-circle:before{background:rgba(242,133,5,.05);width:7.9vw;height:7.9vw}.input-container{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%}.input-container option,.input-container select{-webkit-box-sizing:border-box;box-sizing:border-box}.input-container .input-wrapper input,.input-container .input-wrapper textarea,.input-container .inputfile-wrapper input,.input-container .inputfile-wrapper textarea,.input-container .textarea-wrapper input,.input-container .textarea-wrapper textarea{background:#fff;max-height:inherit;display:block;width:100%;font-weight:400;font-size:1.66vw;border-radius:.55vw;line-height:2.5vw;padding:.83vw 2.22vw;color:#636363;border:none}.input-container .input-wrapper input::-webkit-input-placeholder,.input-container .input-wrapper textarea::-webkit-input-placeholder,.input-container .inputfile-wrapper input::-webkit-input-placeholder,.input-container .inputfile-wrapper textarea::-webkit-input-placeholder,.input-container .textarea-wrapper input::-webkit-input-placeholder,.input-container .textarea-wrapper textarea::-webkit-input-placeholder{color:#636363;font-size:1.66vw;line-height:2.5vw}.input-container .input-wrapper input::-moz-placeholder,.input-container .input-wrapper textarea::-moz-placeholder,.input-container .inputfile-wrapper input::-moz-placeholder,.input-container .inputfile-wrapper textarea::-moz-placeholder,.input-container .textarea-wrapper input::-moz-placeholder,.input-container .textarea-wrapper textarea::-moz-placeholder{color:#636363;font-size:1.66vw;line-height:2.5vw}.input-container .input-wrapper input:-ms-input-placeholder,.input-container .input-wrapper textarea:-ms-input-placeholder,.input-container .inputfile-wrapper input:-ms-input-placeholder,.input-container .inputfile-wrapper textarea:-ms-input-placeholder,.input-container .textarea-wrapper input:-ms-input-placeholder,.input-container .textarea-wrapper textarea:-ms-input-placeholder{color:#636363;font-size:1.66vw;line-height:2.5vw}.input-container .input-wrapper input::-ms-input-placeholder,.input-container .input-wrapper textarea::-ms-input-placeholder,.input-container .inputfile-wrapper input::-ms-input-placeholder,.input-container .inputfile-wrapper textarea::-ms-input-placeholder,.input-container .textarea-wrapper input::-ms-input-placeholder,.input-container .textarea-wrapper textarea::-ms-input-placeholder{color:#636363;font-size:1.66vw;line-height:2.5vw}.input-container .input-wrapper input::placeholder,.input-container .input-wrapper textarea::placeholder,.input-container .inputfile-wrapper input::placeholder,.input-container .inputfile-wrapper textarea::placeholder,.input-container .textarea-wrapper input::placeholder,.input-container .textarea-wrapper textarea::placeholder{color:#636363;font-size:1.66vw;line-height:2.5vw}.input-container .wrapper-select .select{display:block;max-width:100%;width:100%;position:relative}.input-container .wrapper-select .new-select{background:#fff;position:relative;color:#636363;border:none;padding:.83vw 2.22vw;font-size:1.66vw;line-height:2.5vw;font-weight:400;border-radius:3.5vw;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.input-container .wrapper-select .new-select:after{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M12.6585 18.194L23.7408 7.11175C24.0951 6.74487 24.0849 6.16023 23.718 5.80591C23.3601 5.46023 22.7928 5.46023 22.4349 5.80591L12.0056 16.2352L1.57627 5.80591C1.21566 5.44535 0.631025 5.44535 0.27042 5.80591C-0.0901318 6.16657 -0.0901318 6.75114 0.27042 7.11175L11.3527 18.194C11.7133 18.5546 12.2979 18.5546 12.6585 18.194Z' fill='%231D4989'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white' transform='translate(24) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;content:'';display:block;position:absolute;right:1.66vw;top:1.25vw;display:block;width:1.66vw;height:1.66vw}.input-container .wrapper-select .new-select__list{position:absolute;top:2.71vw;left:.8vw;cursor:pointer;width:95%;z-index:2;background:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.input-container .wrapper-select .new-select__list.on{display:block}.input-container .wrapper-select .new-select__list.on:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.input-container .wrapper-select .new-select__item{width:100%;border-bottom:.28vw solid #f28505;-webkit-transition:background .3s linear;-o-transition:background .3s linear;transition:background .3s linear}.input-container .wrapper-select .new-select__item:last-child{border-bottom:none}.input-container .wrapper-select .new-select__item:hover{background:#fff}.input-container .wrapper-select .new-select__item:hover span{color:#f28505}.input-container .wrapper-select .new-select__item span{display:block;padding:.83vw 2.22vw;font-size:1.66vw;line-height:2.5vw;font-weight:400;color:#636363;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.input-container .wrapper-select .new-select__item span:hover{color:#f28505}.input-container .textarea-wrapper{max-width:100%;max-height:9.7vw;height:9.7vw;width:34.2vw}.input-container .textarea-wrapper textarea{display:block;height:inherit;width:inherit}.input-container.input-wrappers .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%}.input-container.input-wrappers .wrapper.wrapper-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:calc(50% - ((2.22vw * 1)/ 2));-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-right:2.22vw}.input-container.input-wrappers .wrapper.wrapper-horizontal .input-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .inputfile-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .textarea-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .wrapper-select{max-width:calc(50% - 1.38vw / 2);-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-right:1.38vw}.input-container.input-wrappers .wrapper.wrapper-horizontal .input-wrapper:nth-child(2n),.input-container.input-wrappers .wrapper.wrapper-horizontal .inputfile-wrapper:nth-child(2n),.input-container.input-wrappers .wrapper.wrapper-horizontal .textarea-wrapper:nth-child(2n),.input-container.input-wrappers .wrapper.wrapper-horizontal .wrapper-select:nth-child(2n){margin-right:0}.input-container.input-wrappers .wrapper.wrapper-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:calc(50% - ((2.22vw * 1)/ 2));-webkit-box-flex:50%;-ms-flex:50%;flex:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-1.38vw}.input-container.input-wrappers .wrapper.wrapper-vertical .input-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .inputfile-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .textarea-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .wrapper-select{width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-bottom:1.38vw;margin-right:0}.input-container.input-wrappers .wrapper.wrapper-vertical .input-wrapper:last-child,.input-container.input-wrappers .wrapper.wrapper-vertical .inputfile-wrapper:last-child,.input-container.input-wrappers .wrapper.wrapper-vertical .textarea-wrapper:last-child,.input-container.input-wrappers .wrapper.wrapper-vertical .wrapper-select:last-child{margin-bottom:0}.input-container.input-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-1.38vw}.input-container.input-horizontal .input-wrapper,.input-container.input-horizontal .inputfile-wrapper,.input-container.input-horizontal .wrapper-select{max-width:calc(33.3333333% - ((3.75vw * 2)/ 3));-webkit-box-flex:33.33333333%;-ms-flex:33.33333333%;flex:33.33333333%;margin-right:3.75vw;margin-bottom:1.38vw}.input-container.input-horizontal .input-wrapper:nth-child(3n),.input-container.input-horizontal .inputfile-wrapper:nth-child(3n),.input-container.input-horizontal .wrapper-select:nth-child(3n){margin-right:0}.input-container.input-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-1.38vw}.input-container.input-vertical .input-wrapper,.input-container.input-vertical .inputfile-wrapper,.input-container.input-vertical .textarea-wrapper,.input-container.input-vertical .wrapper-select{width:100%;margin-bottom:1.38vw}.input-container.input-vertical .input-wrapper:last-child,.input-container.input-vertical .inputfile-wrapper:last-child,.input-container.input-vertical .textarea-wrapper:last-child,.input-container.input-vertical .wrapper-select:last-child{margin-bottom:0}.whome-title{position:relative;z-index:5;min-height:5.83vw;border-left:.28vw solid #1d4989;margin-bottom:2.71vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.whome-title .wrapper-title{padding-left:.83vw}.whome-title p span{font-family:Montserrat;margin-left:.55vw}.wrapper-cards .item{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);border-radius:.28vw}.wrapper-cards .item h3,.wrapper-cards .item h4{color:#f28505;text-align:center}.wrapper-cards .item p{text-align:center;color:#fff;display:block;margin-left:auto;margin-right:auto}.wrapper-cards.cards-home.item-4{margin-bottom:-1.11vw}.wrapper-cards.cards-home.item-4 .item{padding:3.75vw 1.11vw;margin-bottom:1.11vw}.wrapper-cards.cards-home.item-4 .item .icon{width:6.25vw;height:6.25vw;margin-bottom:1.66vw}.wrapper-cards.cards-home.item-4 .item h3{margin-bottom:1.11vw;line-height:2.71vw;font-size:1.8vw}.wrapper-cards.cards-home.item-4 .item p{font-size:1.38vw;line-height:2.08vw}.wrapper-cards.cards-about.item-2{margin-bottom:-2.22vw}.wrapper-cards.cards-about.item-2 .item{margin-bottom:2.22vw;padding:3.33vw 1.66vw;margin-right:2.22vw}.wrapper-cards.cards-about.item-2 .item:nth-child(2n){margin-right:0}.wrapper-cards.cards-about.item-2 .item .icon{margin-bottom:1.66vw;width:9.72vw;height:9.72vw}.wrapper-cards.cards-about.item-2 .item h3,.wrapper-cards.cards-about.item-2 .item h4{margin-bottom:1.66vw;line-height:3.33vw;font-size:2.22vw}.wrapper-cards.cards-about.item-2 .item p{max-width:42.22vw}.wrapper-cards.cards-askoe.item-4,.wrapper-cards.cards-ppko.item-3{margin-bottom:-1.11vw}.wrapper-cards.cards-askoe.item-4 .item,.wrapper-cards.cards-ppko.item-3 .item{padding:3.75vw 1.66vw;margin-bottom:1.11vw}.wrapper-cards.cards-askoe.item-4 .item .icon,.wrapper-cards.cards-ppko.item-3 .item .icon{width:6.25vw;height:6.25vw;margin-bottom:2.71vw}.wrapper-cards.cards-askoe.item-4 .item p,.wrapper-cards.cards-ppko.item-3 .item p{line-height:2.22vw}.wrapper-cards.cards-askoe.item-4 .item:nth-child(n+4){max-width:unset;-webkit-box-flex:1;-ms-flex:1;flex:1}.wrapper-cards.cards-askoe.item-4 .item:last-child{margin-right:0}.wrapper-items{margin-bottom:-2.22vw}.wrapper-items .item{margin-bottom:2.22vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-items .item .circle{width:3.75vw;height:3.75vw;border-radius:50%;margin-right:.83vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-items .item .circle .icon{width:2.22vw;height:2.22vw}.wrapper-items .item p{font-size:1.38vw;line-height:1.66vw;font-weight:700}.wrapper-items.items-postach.item-3 .item .circle{background:#fff}.wrapper-items.items-postach.item-3 .item p{color:#fff}.wrapper-items.items-cabinet.item-3 .item .circle{background:#14285d}.wrapper-items.items-cabinet.item-3 .item p{color:#000}.wrapper-iclisttext{margin-bottom:-.83vw}.wrapper-iclisttext .wrapper-ictext{margin-bottom:.83vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.wrapper-iclisttext .marker{background:#f28505;display:block;width:.83vw;height:.83vw;margin-right:.83vw;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:.28vw}.wrapper-ictext{display:-webkit-box;display:-ms-flexbox;display:flex}.wrapper-ictext .icon.mr16{margin-right:1.11vw}.wrapper-ictext .icon.mr24{margin-right:1.66vw}.wrapper-ictext .icon.w48{width:3.33vw;height:3.33vw}.wrapper-ictext .icon.w32{width:2.22vw;height:2.22vw}.wrapper-ictext p{color:#000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wrapper-ictext p strong{font-weight:700}.wrapper-ictext p strong.orange{color:#f28505}.wrapper-text p{color:#000}.wrapper-text p strong{font-weight:700;color:#000}.wrapper-text p strong.orange{color:#f28505}.wrapper-text p .orange{color:#f28505}.arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:absolute;top:0;left:0}.arrows .arrow.arrow-prev{background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.74116 15.122L22.5175 0.345642C23.0067 -0.126797 23.7862 -0.113232 24.2586 0.375945C24.7195 0.853146 24.7195 1.60964 24.2586 2.08677L10.3528 15.9925L24.2586 29.8983C24.7394 30.3791 24.7394 31.1586 24.2586 31.6394C23.7777 32.1202 22.9983 32.1202 22.5175 31.6394L7.74116 16.8631C7.26042 16.3822 7.26042 15.6028 7.74116 15.122Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white' transform='matrix(-1 0 0 1 32 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;display:block}.arrows .arrow.arrow-next{background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M24.2589 15.122L9.48254 0.345642C8.99336 -0.126797 8.21385 -0.113232 7.74141 0.375945C7.28052 0.853146 7.28052 1.60964 7.74141 2.08677L21.6472 15.9925L7.74141 29.8983C7.26068 30.3791 7.26068 31.1586 7.74141 31.6394C8.22229 32.1202 9.00173 32.1202 9.48254 31.6394L24.2589 16.8631C24.7396 16.3822 24.7396 15.6028 24.2589 15.122Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;display:block}.arrows .arrow{width:2.22vw;height:2.22vw;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.arrows .arrow:hover{opacity:.6}.container-form{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:3.75vw 3.125vw;border-radius:1.11vw}.container-form h2,.container-form h3,.container-form h4{font:700 2.22vw/3.33vw RobotoCondensed;margin-bottom:2.71vw;color:#fff;text-transform:none}.container-form h2 span.orange,.container-form h3 span.orange,.container-form h4 span.orange{color:#f28505;font-weight:700;font-size:3.6vw;line-height:3.33vw}.container-form .input-container.mr16 .input-wrapper{max-width:calc(33.3333333% - ((1.11vw * 2)/ 3));margin-right:1.11vw}.container-form .input-container.mr16 .input-wrapper:nth-child(3n){margin-right:0}.container-form .input-container.max940{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.container-form .input-container.max940 .btn{margin-top:3.75vw}.container-form .input-container.max940 .wrapper.wrapper-inputs{margin-right:3.5vw;max-width:calc(65.3vw - 3.5vw);-webkit-box-flex:65.3vw;-ms-flex:65.3vw;flex:65.3vw;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.container-form .input-container.max940 .wrapper.wrapper-inputs .wrapper-select{max-width:100%;margin-right:0;margin-bottom:1.66vw}.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper{max-width:calc(50% - ((2.22vw * 1)/ 2));-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-right:2.22vw}.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper:nth-child(2n){margin-right:0}.container-form .input-container.max940 .wrapper.inputs__size{max-width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-right:0}.container-form .input-container.max940 .wrapper.other{max-width:unset;-webkit-box-flex:24.3vw;-ms-flex:24.3vw;flex:24.3vw;margin-bottom:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.container-form .input-container.max940 .wrapper.other .wrapper-other{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:0}.container-form .input-container.max940 .wrapper.other .wrapper-other .wrapper-docs.first{margin-right:0;margin-bottom:4.44vw}.container-form .input-container .lbl{font-size:1.11vw;line-height:1.66vw;color:#fff;margin-left:2.22vw}.container-form .input-container .wrapper-other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;padding-top:2.22vw}.container-form .input-container .wrapper-other .btn{margin-left:auto;padding:.83vw 7.77vw}.container-form .input-container .wrapper-other .wrapper-docs.first{margin-right:11.1vw}.container-form .input-container .wrapper-other .wrapper-docs:last-child{margin-right:0}.container-form .input-container .wrapper-other .wrapper-docs p.title{line-height:2.22vw;color:#fff;margin-bottom:1.11vw}.container-form .input-container .wrapper-other .wrapper-docs span{color:#f28505;font-size:1.38vw;line-height:1.66vw;font-weight:400;-ms-flex-item-align:end;align-self:flex-end}.container-form .input-container .wrapper-other .wrapper-docs a{display:-webkit-box;display:-ms-flexbox;display:flex}.container-form .input-container .wrapper-other .wrapper-docs a.download{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.container-form .input-container .wrapper-other .wrapper-docs a.download i.icon{background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M1 36.5V8L8.5 0.5H28C30.4 0.5 31.3333 2.16667 31.5 3V13.5C31.125 13.75 30.9062 13.8438 30.75 13.875L28.5 15C28.5 15.4134 28.1962 15.2381 27.8608 15H27C26.5 16 24.7156 16.5381 25 18C25.1142 18.5868 24.671 18.676 24.2344 18.7656L23.5 19.5C23.6222 20.0899 24 21 23.5 23.5C23.9075 24.0711 24.5695 24.9071 25 25.5C25.1785 25.7458 25.3468 26.139 25.5137 26.5275L26 27.5C26.3242 27.9478 27.2071 28.5875 27.5 29C28.5237 30.4417 28.234 34.5996 28.3078 35C28.5473 36.3005 31.5 33.3541 31.5 34C31.5 38.4 29.8333 39.5 29 39.5H3.5C1.9 39.5 1.16667 37.5 1 36.5Z' fill='white'/%3E%3Cpath d='M20.2174 14.1802H5.21867C4.89508 14.1802 4.63281 14.4425 4.63281 14.766C4.63281 15.0896 4.89508 15.3519 5.21867 15.3519H20.2175C20.5411 15.3519 20.8034 15.0896 20.8034 14.766C20.8034 14.4425 20.5411 14.1802 20.2174 14.1802Z' fill='%23F28505'/%3E%3Cpath d='M20.2174 18.2971H5.21867C4.89508 18.2971 4.63281 18.5594 4.63281 18.8829C4.63281 19.2064 4.89508 19.4688 5.21867 19.4688H20.2175C20.5411 19.4688 20.8034 19.2064 20.8034 18.8829C20.8034 18.5594 20.5411 18.2971 20.2174 18.2971Z' fill='%23F28505'/%3E%3Cpath d='M20.2174 22.4138H5.21867C4.89508 22.4138 4.63281 22.6762 4.63281 22.9997C4.63281 23.3232 4.89508 23.5855 5.21867 23.5855H20.2175C20.5411 23.5855 20.8034 23.3232 20.8034 22.9997C20.8034 22.6762 20.5411 22.4138 20.2174 22.4138Z' fill='%23F28505'/%3E%3Cpath d='M20.8034 27.1166C20.8034 26.793 20.5411 26.5308 20.2175 26.5308H5.21867C4.89508 26.5308 4.63281 26.7931 4.63281 27.1166C4.63281 27.4401 4.89508 27.7025 5.21867 27.7025H20.2175C20.5411 27.7025 20.8034 27.4402 20.8034 27.1166Z' fill='%23F28505'/%3E%3Cpath d='M5.21867 32.5641C4.89508 32.5641 4.63281 32.8265 4.63281 33.15C4.63281 33.4735 4.89508 33.7359 5.21867 33.7359H12.7373C13.0609 33.7359 13.3231 33.4735 13.3231 33.15C13.3231 32.8265 13.0609 32.5641 12.7373 32.5641H5.21867Z' fill='%23F28505'/%3E%3Cpath d='M26.968 7.25408V5.35299C26.968 4.62877 26.3788 4.03955 25.6545 4.03955H13.6259C12.9016 4.03955 12.3125 4.62877 12.3125 5.35299V7.25408C12.3125 7.9783 12.9016 8.56744 13.6259 8.56744H14.6416C14.9652 8.56744 15.2275 8.3051 15.2275 7.98158C15.2275 7.65799 14.9652 7.39572 14.6416 7.39572H13.6259C13.5478 7.39572 13.4843 7.33221 13.4843 7.25416V5.35299C13.4843 5.27494 13.5478 5.21135 13.6259 5.21135H25.6545C25.7327 5.21135 25.7962 5.27486 25.7962 5.35299V7.25408C25.7962 7.33213 25.7327 7.39564 25.6545 7.39564L14.7977 7.41672C14.4741 7.41672 14.2118 7.67907 14.2118 8.00258C14.2118 8.32618 14.4741 8.58844 14.7977 8.58844L25.6546 8.56736C26.3788 8.56752 26.968 7.9783 26.968 7.25408Z' fill='%23F28505'/%3E%3Cpath d='M31.3495 33.8008C31.0259 33.8008 30.7637 34.0632 30.7637 34.3867V37.1011C30.7637 38.0534 29.9889 38.8282 29.0365 38.8282H3.11758C2.16531 38.8282 1.39047 38.0534 1.39047 37.1011V8.93969C1.39047 8.81289 1.40531 8.68852 1.4318 8.5675H6.76641C7.88016 8.5675 8.78625 7.66141 8.78625 6.54766V1.21312C8.90727 1.18664 9.03156 1.1718 9.15836 1.1718H29.0364C29.9887 1.1718 30.7636 1.94656 30.7636 2.89891V13C30.7636 13.3236 31.0259 13.5859 31.3495 13.5859C31.673 13.5859 31.9353 13.3235 31.9353 13V2.89883C31.9354 1.30047 30.6349 0 29.0365 0H9.15844C8.38414 0 7.65609 0.301562 7.10859 0.849063L1.06773 6.88992C0.520234 7.43742 0.21875 8.16539 0.21875 8.93977V37.1012C0.21875 38.6996 1.51914 40 3.11758 40H29.0365C30.6349 40 31.9354 38.6995 31.9354 37.1012V34.3868C31.9354 34.0632 31.6731 33.8008 31.3495 33.8008ZM6 8L7 7.5C7 7.96766 7.23406 7.39578 6.76641 7.39578H2.21906L6 8Z' fill='%23F28505'/%3E%3Cpath d='M39.3741 20.9374C39.7854 20.3338 39.8918 19.5891 39.6661 18.8945C39.4404 18.1998 38.9165 17.6599 38.2291 17.4134C37.773 17.2498 37.4687 16.831 37.4541 16.3466C37.432 15.6166 37.0804 14.9516 36.4894 14.5222C35.8985 14.0929 35.1573 13.9641 34.4563 14.1686C33.9909 14.3044 33.4989 14.1444 33.2023 13.7612C32.7554 13.1834 32.0801 12.8521 31.3496 12.8521C30.6192 12.8521 29.9438 13.1834 29.4968 13.7612C29.2002 14.1445 28.708 14.3042 28.2429 14.1686C27.5419 13.9639 26.8007 14.0929 26.2097 14.5222C25.6187 14.9516 25.2673 15.6165 25.2451 16.3466C25.2305 16.8309 24.9263 17.2496 24.4701 17.4133C23.7826 17.6598 23.2588 18.1998 23.0331 18.8944C22.8074 19.5891 22.9138 20.3338 23.3251 20.9373C23.5979 21.3379 23.5979 21.8554 23.3251 22.2559C22.9138 22.8595 22.8074 23.6041 23.0331 24.2988C23.2588 24.9935 23.7826 25.5334 24.4701 25.78C24.9263 25.9437 25.2305 26.3623 25.2451 26.8467C25.2655 27.5183 25.5732 28.1493 26.0896 28.5778C26.4303 28.8606 26.8396 29.0376 27.268 29.0967V34.4309C27.268 34.881 27.5121 35.297 27.905 35.5165C28.2974 35.7358 28.7798 35.726 29.1634 35.4898L31.3122 34.167C31.3472 34.1454 31.368 34.1552 31.3873 34.167L33.536 35.4898C33.9194 35.7258 34.4016 35.7359 34.7944 35.5164C35.1874 35.2969 35.4315 34.8809 35.4315 34.4309V29.0966C35.8597 29.0375 36.269 28.8605 36.6097 28.5778C37.1262 28.1493 37.434 27.5184 37.4544 26.8466C37.4689 26.3623 37.7732 25.9435 38.2293 25.7799C38.9169 25.5334 39.4407 24.9934 39.6663 24.2988C39.892 23.6041 39.7856 22.8595 39.3744 22.2558C39.1012 21.8555 39.1012 21.338 39.3741 20.9374ZM34.1501 34.492L32.0014 33.1692C31.6019 32.9234 31.0976 32.923 30.6977 33.1692L28.549 34.492C28.5001 34.5217 28.4397 34.4874 28.4397 34.4309V28.9855C28.8425 28.9388 29.2419 29.1027 29.4968 29.4322C29.9439 30.0098 30.6192 30.3412 31.3497 30.3412C32.0801 30.3412 32.7554 30.0098 33.2023 29.4322C33.4573 29.1027 33.8568 28.9388 34.2595 28.9855V34.4309C34.2595 34.4878 34.1983 34.5218 34.1501 34.492ZM38.4058 22.9158C38.6114 23.2175 38.6645 23.5896 38.5517 23.9368C38.4389 24.284 38.1771 24.5538 37.8334 24.6771C36.9208 25.0045 36.3122 25.8422 36.2829 26.8113C36.2725 27.152 36.1227 27.4591 35.8612 27.6762C35.5673 27.9202 35.1691 28.0122 34.7846 27.9C33.8539 27.6284 32.869 27.9484 32.2755 28.7152C32.0522 29.0038 31.7146 29.1695 31.3495 29.1695C30.9845 29.1695 30.6469 29.0039 30.4234 28.7152C29.9704 28.1295 29.2891 27.8045 28.5779 27.8045C28.3577 27.8045 28.1346 27.8357 27.9146 27.8999C27.5263 28.013 27.1294 27.9182 26.8377 27.6761C26.5762 27.4591 26.4265 27.152 26.4162 26.8113C26.3869 25.8422 25.7783 25.0045 24.8655 24.677C24.522 24.5538 24.2602 24.284 24.1473 23.9368C24.0345 23.5896 24.0877 23.2174 24.2933 22.9157C24.8391 22.1144 24.8391 21.079 24.2933 20.2777C24.0877 19.9759 24.0345 19.6038 24.1473 19.2565C24.2602 18.9093 24.522 18.6395 24.8655 18.5163C25.7783 18.1888 26.3869 17.3511 26.4162 16.382C26.4273 16.017 26.6029 15.6847 26.8983 15.4702C27.1935 15.2555 27.5638 15.1912 27.9145 15.2934C28.845 15.565 29.8302 15.2449 30.4234 14.4782C30.6469 14.1895 30.9844 14.0238 31.3495 14.0238C31.7146 14.0238 32.0521 14.1894 32.2755 14.4781C32.8689 15.2449 33.8536 15.5649 34.7845 15.2934C35.135 15.191 35.5053 15.2555 35.8007 15.4701C36.0961 15.6846 36.2719 16.017 36.2828 16.3819C36.3122 17.351 36.9208 18.1888 37.8334 18.5162C38.1771 18.6394 38.4388 18.9092 38.5517 19.2564C38.6645 19.6036 38.6114 19.9759 38.4058 20.2775C37.8598 21.0789 37.8598 22.1145 38.4058 22.9158Z' fill='%23F28505'/%3E%3Cpath d='M31.348 16.6862C28.6403 16.6862 26.4375 18.889 26.4375 21.5966C26.4375 24.3043 28.6403 26.5071 31.348 26.5071C34.0555 26.5071 36.2584 24.3043 36.2584 21.5966C36.2584 18.889 34.0555 16.6862 31.348 16.6862ZM31.348 25.3354C29.2864 25.3354 27.6092 23.6582 27.6092 21.5967C27.6092 19.5352 29.2864 17.858 31.348 17.858C33.4095 17.858 35.0866 19.5351 35.0866 21.5967C35.0866 23.6583 33.4095 25.3354 31.348 25.3354Z' fill='%23F28505'/%3E%3Ccircle cx='31.5' cy='21.5' r='4.5' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;margin-right:.83vw;width:2.71vw;height:2.71vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.83vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file{margin-right:1.38vw;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file .icon{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.9658 2.51439C19.3354 -0.0593263 15.1303 -0.0587664 12.5005 2.51567L1.47117 13.5451C-0.523164 15.5864 -0.48505 18.858 1.5563 20.8523C3.56406 22.8139 6.7706 22.8139 8.77837 20.8523L18.7656 10.865C20.064 9.56666 20.064 7.46155 18.7656 6.16319C17.4673 4.86483 15.3622 4.86483 14.0638 6.16319L4.51075 15.7162C4.17755 16.0612 4.18711 16.611 4.53212 16.9442C4.86868 17.2692 5.40222 17.2692 5.73879 16.9442L15.2918 7.39117C15.9253 6.7843 16.9308 6.80593 17.5376 7.43941C18.1261 8.05376 18.1261 9.02268 17.5376 9.63703L7.55038 19.6243C6.20119 20.9543 4.02921 20.9387 2.6992 19.5895C1.38262 18.2539 1.38262 16.1086 2.6992 14.7731L13.7286 3.74365C15.6932 1.77833 18.879 1.77777 20.8443 3.74233C22.8096 5.70689 22.8102 8.89272 20.8456 10.858L9.81619 21.8875C9.4519 22.1995 9.40946 22.7477 9.72144 23.112C10.0334 23.4763 10.5817 23.5187 10.946 23.2067C10.98 23.1776 11.0116 23.146 11.0407 23.112L22.0701 12.0826C24.6835 9.41161 24.6368 5.12775 21.9658 2.51439Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;margin-right:.83vw;width:1.66vw;height:1.66vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .input-file-dis{display:none}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile{font-size:.83vw;line-height:1.25vw;color:#fff;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile i.icon{background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M6.66295 6.00075L11.8627 0.800963C12.0458 0.617893 12.0458 0.321081 11.8627 0.138035C11.6796 -0.0450116 11.3828 -0.0450351 11.1998 0.138035L5.99999 5.33782L0.800231 0.138035C0.617161 -0.0450351 0.320349 -0.0450351 0.137302 0.138035C-0.0457441 0.321105 -0.0457675 0.617917 0.137302 0.800963L5.33707 6.00073L0.137302 11.2005C-0.0457675 11.3836 -0.0457675 11.6804 0.137302 11.8634C0.228826 11.955 0.348802 12.0007 0.468778 12.0007C0.588755 12.0007 0.708708 11.955 0.800254 11.8634L5.99999 6.66368L11.1998 11.8634C11.2913 11.955 11.4113 12.0007 11.5312 12.0007C11.6512 12.0007 11.7712 11.955 11.8627 11.8634C12.0458 11.6804 12.0458 11.3836 11.8627 11.2005L6.66295 6.00075Z' fill='%23CD2929'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;width:.83vw;height:.83vw;margin-left:.28vw;cursor:pointer;opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile i.icon:hover{opacity:.6}.container-form.form__full{background:0 0;padding:5.97vw 0}.container-form.form__full h2,.container-form.form__full h3,.container-form.form__full h4{margin-bottom:1.66vw}.container-form.form__full .input-container{margin-bottom:-1.38vw}.container-form.form__full .input-container .wrapper.wrapper-vertical{max-width:unset;margin-right:2.22vw;-webkit-box-flex:1;-ms-flex:1;flex:1}.container-form.form__full .input-container .wrapper.wrapper-vertical:nth-child(3n){margin-right:0}.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper{margin-bottom:1.38vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper input,.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper textarea{border-radius:.55vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .textarea-wrapper{margin-bottom:1.38vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .btn{padding:.83vw 3.75vw;margin-left:auto;margin-top:auto;margin-bottom:1.38vw}.container-form.form__full .input-container .wrapper.wrapper-btn{max-width:calc(28% - ((2.22vw * 1)/ 2));-webkit-box-flex:28%;-ms-flex:28%;flex:28%}.container-form.form__full .input-container .wrapper.wrapper__size{max-width:unset;margin-right:0;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.container-form.form__full .input-container .wrapper.wrapper__size .input-wrapper{max-width:calc(50% - ((2.22vw * 1)/ 2));margin-right:2.22vw}.container-form.form__full .input-container .wrapper.wrapper__size .input-wrapper:last-child{margin-right:0}.slick-slider{position:relative;cursor:pointer}.slick-list{overflow:hidden}.slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.slick-prev{background:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.74113 15.7398L22.5175 0.963501C23.0066 0.491062 23.7861 0.504627 24.2586 0.993804C24.7195 1.471 24.7195 2.2275 24.2586 2.70463L10.3528 16.6104L24.2586 30.5162C24.7393 30.997 24.7393 31.7765 24.2586 32.2573C23.7777 32.738 22.9983 32.738 22.5175 32.2573L7.74113 17.481C7.26039 17.0001 7.26039 16.2206 7.74113 15.7398Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white' transform='matrix(-1 0 0 1 32 0.61792)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;left:0;display:block}.slick-next{background:url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M24.2589 15.7398L9.48254 0.963501C8.99336 0.491062 8.21385 0.504627 7.74141 0.993804C7.28052 1.471 7.28052 2.2275 7.74141 2.70463L21.6472 16.6104L7.74141 30.5162C7.26068 30.997 7.26068 31.7765 7.74141 32.2573C8.22229 32.738 9.00173 32.738 9.48254 32.2573L24.2589 17.481C24.7396 17.0001 24.7396 16.2206 24.2589 15.7398Z' fill='%23F28505'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white' transform='translate(0 0.61792)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;right:0;display:block}.slick-arrow{position:absolute;width:2.22vw;height:2.22vw;font-size:0;display:block;background-size:cover;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;opacity:1}.slick-arrow:hover{opacity:.6}.slick-disabled{opacity:.6}.social-fixed,section.section-social.social-fixed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;position:fixed;width:auto}.sc-social-phone{padding:1.66vw 2.22vw 1.66vw 2.22vw;display:none;z-index:10}.all-social.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:opacityVisible;animation-name:opacityVisible;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.all-social{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;position:fixed;bottom:10vw;z-index:10;left:1.66vw}.all-social a.circle{background:#fff;width:3.75vw;height:3.75vw;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.83vw;-webkit-box-shadow:0 0 .83vw rgba(0,0,0,.11);box-shadow:0 0 .83vw rgba(0,0,0,.11)}.all-social a.circle:last-child{margin-bottom:0}.all-social a.circle .icon{width:2.22vw;height:2.22vw}.call.active{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.call.active:after,.call.active:before{width:0;height:0;-webkit-animation:none;animation:none}.call{width:5vw;height:5vw;border-radius:50%;position:relative;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;text-align:center;-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;-o-transition:transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear}.call .icon{position:relative;z-index:5}.call:hover{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:1}.call:hover:after,.call:hover:before{width:0;height:0;-webkit-animation:none;animation:none}.call:after,.call:before{content:"";display:block;border-radius:50%;position:absolute;cursor:pointer;z-index:4}.call:before{width:5vw;height:5vw;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-name:increaseSizeOne;animation-name:increaseSizeOne;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.call:after{width:7.63vw;height:7.63vw;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-name:increaseSizeTwo;animation-name:increaseSizeTwo;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.call.write.social-fixed{left:1.66vw;bottom:1.66vw}.call.phone.social-fixed{right:1.66vw;bottom:1.66vw}.call.write{background:#f28505;position:fixed!important;z-index:10}.call.write:before{background:rgba(242,133,5,.15)}.call.write:after{background:rgba(242,133,5,.05)}.call.phone{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);position:fixed!important;z-index:10}.call.phone .icon{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-name:rotatePhone;animation-name:rotatePhone;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.call.phone:before{background:rgba(29,73,137,.15)}.call.phone:after{background:rgba(29,73,137,.05)}.sc-social-phone{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:56;position:fixed;bottom:0;width:100%;padding:1.66vw}.sc-social-phone .call.phone{right:1.3vw;bottom:1.6vw;margin-left:auto;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.sc-social-phone .call.phone .icon{-webkit-animation:none;animation:none;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sc-social-phone .call.phone:after,.sc-social-phone .call.phone:before{width:0;height:0;-webkit-animation:none;animation:none}.fixed{position:fixed;top:0;left:0;width:100%;z-index:15}.components_numbers .circle{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);display:-webkit-box;display:-ms-flexbox;display:flex;width:6.38vw;height:6.38vw;position:relative;border-radius:50%;margin-right:2.22vw}.components_numbers .circle .number{font-size:7.9vw;line-height:4.44vw;font-weight:700;color:#fff;position:absolute;display:block;top:0;left:0;text-shadow:0 0 .55vw rgba(0,0,0,.25)}.wrapper-price{margin-bottom:5vw}.wrapper-price:last-child{margin-bottom:0}.wrapper-price h2,.wrapper-price h3{font:700 2.22vw/2.71vw RobotoCondensed;color:#000;margin-bottom:2.71vw;text-align:center;text-transform:unset}.wrapper-price .wrapper-block .wrapper-boxs .box{border-radius:.28vw;border:.069vw solid #1d4989;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrapper-price .wrapper-block .wrapper-boxs .box .item{border-bottom:.069vw solid #193b76;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name{background:#1d4989;width:25.833vw;padding:1.66vw 2.22vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name p{color:#fff;font-weight:700}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:32.08vw;padding:1.66vw 4.44vw 1.66vw 2.22vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price p{font-weight:400;color:#000}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price p.bk{font-weight:700;color:#1d4989}.wrapper-pagination{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2.71vw}.wrapper-pagination .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-pagination .pagination .itemPag{color:#000;font-size:1.38vw;font-weight:400;line-height:1.66vw;margin-right:.55vw;opacity:1;cursor:pointer;-webkit-transition:opacity .3s linear,color .3s linear;-o-transition:opacity .3s linear,color .3s linear;transition:opacity .3s linear,color .3s linear}.wrapper-pagination .pagination .itemPag:hover{color:#f28505;opacity:.6}.wrapper-pagination .pagination .itemPag:last-child{margin-right:0}.wrapper-pagination .pagination .itemPag.active{font-weight:700;color:#f28505}.modal{display:none;position:fixed;height:100%;width:100%;z-index:999;top:0;left:0}.modal .close{background:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.7676 16.0008L31.6336 2.13468C32.1218 1.64649 32.1218 0.854996 31.6336 0.366872C31.1455 -0.121252 30.354 -0.121314 29.8658 0.366872L15.9997 14.233L2.13371 0.366872C1.64552 -0.121314 0.85402 -0.121314 0.365896 0.366872C-0.122228 0.855059 -0.122291 1.64656 0.365896 2.13468L14.2319 16.0007L0.365896 29.8668C-0.122291 30.355 -0.122291 31.1465 0.365896 31.6346C0.609958 31.8787 0.929895 32.0007 1.24983 32.0007C1.56977 32.0007 1.88964 31.8787 2.13377 31.6346L15.9997 17.7686L29.8658 31.6346C30.1098 31.8787 30.4298 32.0007 30.7497 32.0007C31.0696 32.0007 31.3895 31.8787 31.6336 31.6346C32.1218 31.1464 32.1218 30.3549 31.6336 29.8668L17.7676 16.0008Z' fill='%230E4782'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;display:block;position:absolute;top:0;left:0;width:2.22vw;height:2.22vw;z-index:14;cursor:pointer;opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.modal .close:hover{opacity:.6}.modal .overlay{position:absolute;top:0;left:0;display:block;height:100%;width:100%;z-index:12}.modal .modal-content{display:block;height:100%;width:100%;position:relative;z-index:13}.modal-call{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:opacityVisible;animation-name:opacityVisible;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;z-index:999}.modal-call .overlay{background:rgba(0,0,0,.6)}.modal-call .modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:auto}.modal-call .modal-content .wrapper-content{width:100%;margin:0 1.38vw}.modal-call .modal-content .wrapper-content .section-feedback_main{margin-bottom:0;margin-top:0;width:100%;padding-top:3.75vw;padding-bottom:3.75vw}.modal-call .modal-content .wrapper-content .section-feedback_main h3{margin-bottom:2.22vw}.modal-call .modal-content .wrapper-content .section-feedback_main .input-wrapper{margin-right:2.22vw}.modal-call .modal-content .wrapper-content .section-feedback_main .input-wrapper:last-child{margin-right:0}.modal-viewer{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:opacityVisible;animation-name:opacityVisible;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;z-index:55}.modal-viewer .overlay{background:rgba(0,0,0,.6)}.modal-viewer .modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:4.44vw 0}.modal-viewer .modal-content .row{width:100%}.modal-viewer .modal-content .window{background:#fff;position:relative;width:100%}.modal-viewer .modal-content .window .close{top:1.11vw;left:unset;right:1.11vw;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.modal-viewer .modal-content .window .close:hover{opacity:.6}.modal-viewer .modal-content .window .iframe{width:100%;height:auto;padding:4.44vw .83vw}.modal-viewer .modal-content .window .iframe iframe{width:100%;height:80vh}.modal.modal-menu .close{top:1.38vw;left:1.38vw}.modal.modal-menu .modal-content{background:#f6fcff;width:68.8%;max-height:100%;overflow-y:scroll}.modal.modal-menu .modal-content .btn,.modal.modal-menu .modal-content .lang{display:none}.modal.modal-menu .modal-content .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5vw 0}.modal.modal-menu .modal-content .wrapper-content .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:2.22vw}.modal.modal-menu .modal-content .wrapper-content .wrapper:last-child{margin-right:0}.modal.modal-menu .modal-content .wrapper-content .wrapper a{color:#000;font-size:1.66vw;line-height:2.5vw;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.modal.modal-menu .modal-content .wrapper-content .wrapper a:hover{color:#79d9ef}.modal.modal-menu .modal-content .wrapper-content .wrapper .title{font-size:2.22vw;line-height:4.16vw;font-weight:700;margin-bottom:1.11vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .title.main{margin-bottom:2.08vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list{margin-bottom:3.75vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list:last-child{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .title{margin-bottom:1.11vw;font-size:1.66vw;line-height:2.5vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist{margin-bottom:.83vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist li{margin-bottom:.83vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist li:last-child{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist:last-child{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist{margin-bottom:.83vw;padding-left:1.66vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist:last-child{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist li{margin-bottom:.55vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist li a{font-weight:300}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist li:last-child{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}nav.nav{padding-top:1.66vw;padding-bottom:1.66vw}nav.nav .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}nav.nav .wrapper-flex .menu-open{margin-right:1.66vw;cursor:pointer}nav.nav .wrapper-flex .menu-open .hamburger{margin-bottom:.41vw}nav.nav .wrapper-flex .menu-open .hamburger span{background:#fff;display:block;width:2.22vw;height:.09vw;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:.41vw}nav.nav .wrapper-flex .menu-open .menu__text{display:block;font-size:.83vw;line-height:.97vw;margin-left:.13vw}nav.nav .wrapper-flex .wrapper-logo{margin-right:1.66vw;width:10.06vw;-ms-flex-item-align:start;align-self:flex-start;height:3.333vw}nav.nav .wrapper-flex .menu{margin-right:1.66vw}nav.nav .wrapper-flex .menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}nav.nav .wrapper-flex .menu ul li.dropClick{max-width:100%}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent{display:none;position:fixed;margin-top:1.66vw;left:0;width:100%;height:100%;z-index:100}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .overlay{background:rgba(0,0,0,.5);position:absolute;display:block;top:0;left:0;z-index:100;height:100%;width:100%}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window{background:#fff;display:block;position:absolute;z-index:111;width:100%}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window:after,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window:before{content:'';display:block;position:absolute;bottom:0;height:.55vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window:after{left:0;width:60%;background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window:before{right:0;width:40%;background:#f28505}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window a{color:#000}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:2.71vw 3.33vw 5.97vw 3.33vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list{margin-bottom:3.33vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link a.glink,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list a.glink{font-size:2.22vw;line-height:3.33vw;font-weight:400;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link a.glink:active,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link a.glink:focus,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link a.glink:hover,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list a.glink:active,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list a.glink:focus,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list a.glink:hover{color:#79d9ef}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist{padding:0 1.66vw;margin-top:1.11vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li{margin-bottom:1.11vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li:last-child,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li:last-child{margin-bottom:0}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li a,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li a{font-size:2.22vw;line-height:3.33vw;font-weight:300;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li a:active,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li a:focus,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li a:hover,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li a:active,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li a:focus,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li a:hover{color:#79d9ef}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent.show{display:block}nav.nav .wrapper-flex .menu ul li{margin-right:1.11vw}nav.nav .wrapper-flex .menu ul li:last-child{margin-right:0}nav.nav .wrapper-flex .menu ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}nav.nav .wrapper-flex .menu ul li a i.icon{background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M6.32926 9.09708L11.8704 3.55595C12.0475 3.37251 12.0425 3.08019 11.859 2.90303C11.6801 2.73019 11.3964 2.73019 11.2175 2.90303L6.0028 8.11769L0.788133 2.90303C0.607829 2.72275 0.315513 2.72275 0.13521 2.90303C-0.0450659 3.08336 -0.0450659 3.37565 0.13521 3.55595L5.67634 9.09708C5.85667 9.27735 6.14895 9.27735 6.32926 9.09708Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='12' height='12' fill='white' transform='translate(12) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;margin-left:.28vw;width:.83vw;height:.83vw}nav.nav .wrapper-flex .menu ul li a:active,nav.nav .wrapper-flex .menu ul li a:focus,nav.nav .wrapper-flex .menu ul li a:hover{color:#79d9ef}nav.nav .wrapper-flex .menu ul li a.active{color:#79d9ef}nav.nav .wrapper-flex .menu ul li a.lang i.icon{margin-left:.41vw;width:1.11vw;height:1.11vw;background-size:cover;background-repeat:no-repeat;background-position:center}header.header.header__page{background:url(images/bgtitle.jpg)}header.header.header__page .header__info{padding:3.75vw 0}header.header.header__page .header__info .wrapper-title h1{margin-bottom:.83vw}header.header.header__page .header__info .wrapper-title p{color:#fff}header.header.header__home{padding-bottom:12.5vw}header.header.header__home .header-wrapper{background:0 0;padding-top:14.9vw}header.header.header__home .header-wrapper .flex{position:relative}header.header.header__home .header-wrapper .header-offer .wrapper-title{margin-bottom:2.91vw}header.header.header__home .header-wrapper .header-offer .wrapper-title h1{max-width:55.31vw;text-transform:uppercase;margin-bottom:1.66vw}header.header.header__home .header-wrapper .header-offer .wrapper-title h1 span{font-size:3.6vw;line-height:3.33vw;font-weight:inherit}header.header.header__home .header-wrapper .header-offer .wrapper-title p{max-width:38.2vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10.4vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn{margin-right:1.66vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn:last-child{margin-right:0}header.header.header__home .header-wrapper .header-offer .wrapper-icons{display:-webkit-box;display:-ms-flexbox;display:flex}header.header.header__home .header-wrapper .header-offer .wrapper-icons img{max-width:5.97vw;height:5.97vw;margin-right:2.22vw}header.header.header__home .header-wrapper .header-offer .wrapper-icons img:last-child{margin-right:0}header.header.header__home .header-wrapper .header-decoration{position:relative;right:0;top:0;width:40%;height:28vw;z-index:1}header.header.header__home .header-wrapper .header-decoration .circle{display:block;width:6.6vw;position:absolute;height:6.6vw;background:rgba(45,190,224,.5);border-radius:50%;border:.13vw solid #2dbede;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.header.header__home .header-wrapper .header-decoration .circle span{position:absolute;margin-top:9vw;font-size:.83vw;line-height:1.66vw;font-weight:400}header.header.header__home .header-wrapper .header-decoration .circle .icon{background:url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8274 3.16406H9.86133C8.84366 3.16406 8.01562 3.9921 8.01562 5.00977V24.5585C8.01562 24.9955 8.36968 25.3495 8.80664 25.3495C9.2436 25.3495 9.59766 24.9955 9.59766 24.5585V5.00977C9.59766 4.86432 9.71589 4.74609 9.86133 4.74609H22.8274C23.2644 4.74609 23.6185 4.39204 23.6185 3.95508C23.6185 3.51812 23.2643 3.16406 22.8274 3.16406Z' fill='white'/%3E%3Cpath d='M8.01562 34.0137C8.01562 35.0313 8.84366 35.8594 9.86133 35.8594H44.1387C45.1563 35.8594 45.9844 35.0313 45.9844 34.0137V5.00977C45.9844 3.9921 45.1563 3.16406 44.1387 3.16406H26.5189C26.0819 3.16406 25.7278 3.51812 25.7278 3.95508C25.7278 4.39204 26.0819 4.74609 26.5189 4.74609H44.1387C44.2841 4.74609 44.4023 4.86432 44.4023 5.00977V34.0137C44.4023 34.1591 44.2841 34.2773 44.1387 34.2773H9.86133C9.71589 34.2773 9.59766 34.1591 9.59766 34.0137V28.2499C9.59766 27.813 9.2436 27.4589 8.80664 27.4589C8.36968 27.4589 8.01562 27.813 8.01562 28.2499V34.0137Z' fill='white'/%3E%3Cpath d='M53.209 52.418H35.9648C34.6564 52.418 33.5918 51.3534 33.5918 50.0449V39.0234H35.1738V49.7285C35.1738 50.3392 35.6706 50.8359 36.2812 50.8359H53.209C53.6459 50.8359 54 50.4819 54 50.0449C54 49.608 53.6459 49.2539 53.209 49.2539H36.7559V43.1367H41.3965C42.4142 43.1367 43.2422 42.3087 43.2422 41.291V39.0234H45.1934C47.3742 39.0234 49.1484 37.2492 49.1484 35.0684V19.5005C49.1484 19.0636 48.7944 18.7095 48.3574 18.7095C47.9205 18.7095 47.5664 19.0636 47.5664 19.5005V35.0684C47.5664 36.3768 46.5018 37.4414 45.1934 37.4414C41.647 37.4414 12.2924 37.4414 8.80664 37.4414C7.4982 37.4414 6.43359 36.3768 6.43359 35.0684V3.95508C6.43359 2.64663 7.4982 1.58203 8.80664 1.58203H45.1934C46.5018 1.58203 47.5664 2.64663 47.5664 3.95508V15.8091C47.5664 16.2461 47.9205 16.6001 48.3574 16.6001C48.7944 16.6001 49.1484 16.2461 49.1484 15.8091V3.95508C49.1484 1.7742 47.3742 0 45.1934 0H8.80664C6.62576 0 4.85156 1.7742 4.85156 3.95508V35.0684C4.85156 37.2492 6.62576 39.0234 8.80664 39.0234H10.7578V41.291C10.7578 42.3087 11.5858 43.1367 12.6035 43.1367H17.2441V49.2539H11.5488C11.1119 49.2539 10.7578 49.608 10.7578 50.0449C10.7578 50.4819 11.1119 50.8359 11.5488 50.8359H17.7188C18.3294 50.8359 18.8262 50.3392 18.8262 49.7285V39.0234H20.4082V50.0449C20.4082 51.3534 19.3436 52.418 18.0352 52.418H0.791016C0.354059 52.418 0 52.772 0 53.209C0 53.6459 0.354059 54 0.791016 54H18.0352C20.216 54 21.9902 52.2258 21.9902 50.0449V43.1367H24.627V53.209C24.627 53.6459 24.981 54 25.418 54C25.8549 54 26.209 53.6459 26.209 53.209V39.0234H27.791V53.209C27.791 53.6459 28.1451 54 28.582 54C29.019 54 29.373 53.6459 29.373 53.209V43.1367H32.0098V50.0449C32.0098 52.2258 33.784 54 35.9648 54H53.209C53.6459 54 54 53.6459 54 53.209C54 52.772 53.6459 52.418 53.209 52.418ZM41.6602 41.291C41.6602 41.4365 41.5419 41.5547 41.3965 41.5547H36.7559V39.0234H41.6602V41.291ZM17.2441 41.5547H12.6035C12.4581 41.5547 12.3398 41.4365 12.3398 41.291V39.0234H17.2441V41.5547ZM24.627 41.5547H21.9902V39.0234H24.627V41.5547ZM29.373 41.5547V39.0234H32.0098V41.5547H29.373Z' fill='white'/%3E%3Cpath d='M0.791016 50.8359H7.85742C8.29438 50.8359 8.64844 50.4819 8.64844 50.0449C8.64844 49.608 8.29438 49.2539 7.85742 49.2539H0.791016C0.354059 49.2539 0 49.608 0 50.0449C0 50.4819 0.354059 50.8359 0.791016 50.8359Z' fill='white'/%3E%3Cpath d='M22.5765 22.8832H24.7481L23.4063 25.9867C23.1716 26.5297 23.2255 27.1491 23.5504 27.6436C23.8754 28.138 24.4225 28.4331 25.0141 28.4331C25.5622 28.4331 26.086 28.1713 26.4149 27.7329L31.4694 20.9977C31.7845 20.578 31.8345 20.0258 31.5998 19.5563C31.3652 19.087 30.8936 18.7954 30.3688 18.7954H28.197L29.5387 15.6921C29.7736 15.149 29.7198 14.5296 29.395 14.0351C29.07 13.5407 28.5228 13.2456 27.9312 13.2456C27.3831 13.2456 26.8594 13.5073 26.5303 13.9457L21.4758 20.6809C21.1608 21.1006 21.1108 21.6528 21.3455 22.1223C21.5799 22.5916 22.0517 22.8832 22.5765 22.8832ZM27.7956 14.8953C27.8275 14.853 27.8781 14.8275 27.9312 14.8275C28.0068 14.8275 28.0499 14.8691 28.0728 14.9039C28.0957 14.9387 28.1167 14.9948 28.0867 15.0642L26.2673 19.2724C26.1615 19.5169 26.186 19.7981 26.3322 20.0208C26.4785 20.2434 26.7269 20.3774 26.9933 20.3774H29.9571L25.1496 26.7834C25.1178 26.8257 25.0673 26.8511 25.0142 26.8511C24.9386 26.8511 24.8954 26.8095 24.8726 26.7746C24.8497 26.7398 24.8286 26.6837 24.8585 26.6143L26.678 22.4061C26.7838 22.1616 26.7593 21.8804 26.613 21.6577C26.4667 21.4352 26.2183 21.3011 25.9519 21.3011H22.9883L27.7956 14.8953Z' fill='white'/%3E%3Cpath d='M17.8583 31.3837H36.1417C39.1271 31.4602 41.0838 27.9825 39.5669 25.4511L30.4252 9.61724C28.8898 6.91556 24.9994 7.09042 23.5749 9.61724L14.4332 25.4512C12.8676 28.1439 14.9539 31.4079 17.8583 31.3837ZM15.8032 26.2421L24.945 10.4082C25.748 8.89805 28.1727 8.82117 29.0552 10.4082L38.1969 26.2421C39.0972 27.6787 37.9616 29.8363 36.1418 29.8016H17.8583C16.1474 29.8587 14.8763 27.8114 15.8032 26.2421Z' fill='white'/%3E%3Cpath d='M14.502 15.293C14.9389 15.293 15.293 14.9389 15.293 14.502V12.8768C16.7441 12.5209 17.8242 11.2097 17.8242 9.65039C17.8242 7.8185 16.3338 6.32812 14.502 6.32812C12.6701 6.32812 11.1797 7.8185 11.1797 9.65039C11.1797 11.2097 12.2598 12.5208 13.7109 12.8768V14.502C13.7109 14.9389 14.065 15.293 14.502 15.293ZM12.7617 9.65039C12.7617 8.69084 13.5424 7.91016 14.502 7.91016C15.4615 7.91016 16.2422 8.69084 16.2422 9.65039C16.2422 10.6099 15.4615 11.3906 14.502 11.3906C13.5424 11.3906 12.7617 10.6099 12.7617 9.65039Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/cover;width:3.75vw;height:3.75vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(1){bottom:4.66vw;left:-.5vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(2){bottom:16.6vw;left:-1.66vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(3){top:-2.75vw;left:7vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(4){top:-2.75vw;left:19vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(5){right:5.75vw;top:5.8vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(6){right:5.6vw;bottom:4vw}nav.nav.fixed{position:fixed;top:0;left:0;width:100%;z-index:15;background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}section.section-feedback_main{padding:0;margin-top:-2.71vw;margin-bottom:5.2vw}section.section-feedback_main .container-form{padding-right:5.97vw;padding-left:5.97vw}section.section-feedback_main .container-form .input-container .input-wrapper{max-width:unset;-webkit-box-flex:1;-ms-flex:1;flex:1}section.section-feedback_main .container-form .input-container .input-wrapper input{border-radius:3.5vw}section.section-achivements .pos-relative{position:relative}section.section-achivements .bg-maps{position:absolute;width:59vw;height:39.3vw;right:0;background-size:100%;top:7.63vw}section.section-achivements .wrapper-content{position:relative;margin-bottom:2.22vw;z-index:5}section.section-achivements .wrapper-content .item{margin-bottom:1.66vw;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}section.section-achivements .wrapper-content .item:last-child{margin-bottom:0}section.section-achivements .wrapper-content .item:nth-child(1) .box span{left:3.75vw}section.section-achivements .wrapper-content .item:nth-child(2) .box span{left:11.8vw}section.section-achivements .wrapper-content .item:nth-child(3) .box span{left:11.8vw}section.section-achivements .wrapper-content .item .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:.55vw}section.section-achivements .wrapper-content .item .box span{font:700 2.71vw RobotoCondensed;display:block;position:absolute;text-align:center;text-transform:unset}section.section-achivements .wrapper-content .item .box .block{width:4.44vw;height:5.4vw}section.section-achivements .wrapper-content .item .box .block:nth-child(2){background:#fcc615}section.section-achivements .wrapper-content .item .box .block:nth-child(3){background:#fab611}section.section-achivements .wrapper-content .item .box .block:nth-child(4){background:#f8a70d}section.section-achivements .wrapper-content .item .box .block:nth-child(5){background:#f5980a}section.section-achivements .wrapper-content .item .box .block:nth-child(6){background:#f38706}section.section-achivements .wrapper-content .item .box .block:nth-child(7){background:#f57805}section.section-achivements .wrapper-content .item p{max-width:22.9vw}section.section-achivements .wrapper-text{position:relative;z-index:5;max-width:49vw}section.section-achivements .wrapper-text p{font-size:2.22vw;line-height:3.33vw}section.section-achivements .wrapper-text span{font-weight:700}section.section-feedback_promo{padding-top:3.5vw}section.section-feedback_promo .wrapper-content{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:3.33vw 5.97vw;border-radius:1.11vw;border:.4px solid rgba(4,103,146,.5);position:relative}section.section-feedback_promo .wrapper-content:before{background:url("data:image/svg+xml,%3Csvg width='1420' height='390' viewBox='0 0 1420 390' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='24' width='1401' height='342'%3E%3Crect y='24' width='1401' height='342' rx='16' fill='url(%23paint0_linear)'/%3E%3Crect y='24' width='1401' height='342' rx='16' fill='url(%23paint1_radial)'/%3E%3Crect x='0.2' y='24.2' width='1400.6' height='341.6' rx='15.8' stroke='%23046792' stroke-opacity='0.5' stroke-width='0.4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M879.284 366.581C879.149 366.563 879.149 366.563 879.284 366.581C879.167 366.428 879.167 366.428 879.184 366.293L924.925 291.968L925.078 291.851C925.078 291.851 925.213 291.868 925.195 292.003L926.699 330.068L926.682 330.203L879.284 366.581ZM924.82 292.777L879.794 365.824L926.142 330.133L924.82 292.777Z' fill='%23B8B8B8'/%3E%3Cpath d='M879.284 366.581C879.149 366.563 879.149 366.563 879.284 366.581L857.126 341.749L857.144 341.614L857.161 341.479L924.773 292.085L924.925 291.968C924.925 291.968 925.06 291.985 925.043 292.12L925.025 292.255L879.436 366.463C879.419 366.598 879.284 366.581 879.284 366.581ZM857.548 341.666L879.337 366.176L924.398 292.86L857.548 341.666Z' fill='%23B8B8B8'/%3E%3Cpath d='M952.548 334.935L926.377 330.438C926.377 330.438 926.242 330.42 926.259 330.285L926.277 330.15L951.651 279.523L951.669 279.388L951.804 279.406C951.939 279.423 951.921 279.558 951.921 279.558L952.718 334.683C952.701 334.818 952.701 334.818 952.548 334.935ZM926.699 330.068L952.331 334.495L951.564 280.198L926.699 330.068Z' fill='%23B8B8B8'/%3E%3Cpath d='M952.548 334.935C952.413 334.918 952.413 334.918 952.548 334.935C952.431 334.783 952.448 334.648 952.448 334.648L1015.82 275.648L1015.97 275.53C1016.11 275.548 1016.09 275.683 1016.09 275.683L1016.07 275.818L1002.61 296.022L952.548 334.935ZM1014.99 276.774L955.515 332.165L1002.37 295.717L1014.99 276.774Z' fill='%23B8B8B8'/%3E%3Cpath d='M952.548 334.935C952.548 334.935 952.413 334.918 952.548 334.935C952.413 334.918 952.431 334.783 952.431 334.783L951.651 279.523C951.668 279.388 951.668 279.388 951.803 279.406L1015.95 275.665L1016.09 275.682L1016.07 275.817L1016.05 275.952L952.548 334.935ZM951.903 279.693L952.618 334.395L1015.36 276L951.903 279.693Z' fill='%23B8B8B8'/%3E%3Cpath d='M1064.38 278.937C1064.26 278.784 1064.26 278.784 1064.28 278.649L1089.58 228.562C1089.58 228.562 1089.6 228.427 1089.73 228.444L1089.87 228.462L1125.81 279.233L1125.79 279.368L1125.64 279.485L1064.38 278.937ZM1089.8 229.002L1064.7 278.567L1125.39 279.315L1089.8 229.002Z' fill='%23B8B8B8'/%3E%3Cpath d='M1125.62 279.62C1125.48 279.603 1125.5 279.468 1125.5 279.468L1145.52 199.331C1145.52 199.331 1145.53 199.196 1145.67 199.213C1145.8 199.231 1145.8 199.231 1145.94 199.248L1158.46 239.156L1158.44 239.29L1126.04 279.538C1125.75 279.638 1125.75 279.638 1125.62 279.62ZM1145.7 200.04L1125.99 278.846L1157.9 239.22L1145.7 200.04Z' fill='%23B8B8B8'/%3E%3Cpath d='M1125.62 279.62L1089.56 228.697L1089.58 228.562C1089.58 228.562 1089.6 228.427 1089.73 228.445L1145.69 199.078L1145.82 199.096C1145.82 199.096 1145.96 199.113 1145.94 199.248L1145.92 199.383L1125.91 279.52C1125.89 279.655 1125.76 279.638 1125.62 279.62C1125.76 279.638 1125.62 279.62 1125.62 279.62ZM1089.97 228.749L1125.56 279.063L1145.35 199.583L1089.97 228.749Z' fill='%23B8B8B8'/%3E%3Cpath d='M1208.06 221.725C1208.06 221.725 1207.94 221.572 1208.06 221.725C1207.94 221.572 1207.94 221.572 1207.96 221.437L1232.02 152.391C1232.02 152.391 1232.02 152.391 1232.04 152.256C1232.05 152.121 1232.32 152.156 1232.31 152.291L1272.09 220.987L1272.07 221.122L1271.92 221.24L1208.06 221.725ZM1232.1 152.813L1208.24 221.337L1271.55 220.917L1232.1 152.813Z' fill='%23B8B8B8'/%3E%3Cpath d='M1271.92 221.239C1271.79 221.222 1271.79 221.222 1271.8 221.087L1261.98 152.029L1262 151.894C1262 151.894 1262.01 151.759 1262.15 151.777L1262.28 151.794L1294.51 185.755C1294.51 185.755 1294.62 185.907 1294.47 186.024L1272.07 221.122C1272.06 221.257 1271.92 221.239 1271.92 221.239ZM1262.33 152.487L1272.01 220.565L1294.07 185.972L1262.33 152.487Z' fill='%23B8B8B8'/%3E%3Cpath d='M1271.92 221.239C1271.79 221.222 1271.79 221.222 1271.92 221.239L1232 152.526L1232.02 152.391L1232.17 152.274L1262.13 151.912C1262.27 151.929 1262.27 151.929 1262.25 152.064L1272.07 221.122C1272.07 221.122 1272.07 221.122 1271.92 221.239ZM1232.41 152.578L1271.64 220.242L1261.96 152.164L1232.41 152.578Z' fill='%23B8B8B8'/%3E%3Cpath d='M1294.32 186.142C1294.18 186.124 1294.2 185.989 1294.32 186.142C1294.2 185.989 1294.2 185.989 1294.22 185.854L1318.01 124.182C1318.03 124.047 1318.16 124.065 1318.16 124.065C1318.16 124.065 1318.3 124.082 1318.28 124.217L1342.17 185.36L1342.15 185.495L1342 185.612L1294.32 186.142ZM1318.07 124.739L1294.51 185.755L1341.63 185.29L1318.07 124.739Z' fill='%23B8B8B8'/%3E%3Cpath d='M1341.86 185.595C1341.75 185.443 1341.75 185.443 1341.76 185.308L1384.87 122.851C1384.87 122.851 1384.88 122.716 1385.02 122.734L1385.15 122.751L1406.28 147.038L1406.27 147.173L1406.25 147.308L1341.86 185.595C1342 185.613 1342 185.613 1341.86 185.595ZM1385.08 123.291L1342.49 184.99L1405.86 147.12L1385.08 123.291Z' fill='%23B8B8B8'/%3E%3Cpath d='M1341.86 185.595C1341.86 185.595 1341.73 185.577 1341.75 185.442L1317.86 124.3L1317.87 124.165L1318.03 124.047L1385.02 122.733L1385.15 122.751C1385.15 122.751 1385.15 122.751 1385.14 122.886L1385.12 123.021L1341.88 185.46C1342 185.612 1342 185.612 1341.86 185.595ZM1318.26 124.352L1341.93 185.055L1384.7 123.103L1318.26 124.352Z' fill='%23B8B8B8'/%3E%3Cpath d='M1406.11 147.29C1405.98 147.273 1405.98 147.273 1406 147.138L1408.06 83.7405L1408.08 83.6055C1408.08 83.6055 1408.21 83.6231 1408.35 83.6406L1441.72 148.897L1441.7 149.031L1441.55 149.149L1406.11 147.29ZM1408.39 84.3328L1406.3 146.903L1441.33 148.709L1408.39 84.3328Z' fill='%23B8B8B8'/%3E%3Cpath d='M1406.11 147.29C1406.11 147.29 1405.98 147.273 1406.11 147.29L1384.97 123.138C1384.97 123.138 1384.85 122.986 1384.98 123.003L1408.06 83.7404L1408.21 83.623L1408.35 83.6405C1408.35 83.6405 1408.35 83.6405 1408.33 83.7755L1406.28 147.038C1406.27 147.173 1406.27 147.173 1406.11 147.29ZM1385.27 122.903L1405.93 146.58L1407.99 84.2801L1385.27 122.903Z' fill='%23B8B8B8'/%3E%3Cpath d='M1441.55 149.149C1441.55 149.149 1441.41 149.131 1441.43 148.996L1408.06 83.7404L1408.08 83.6055C1408.08 83.6055 1408.09 83.4705 1408.23 83.4881L1452.95 65.561L1453.09 65.5785C1453.22 65.596 1453.22 65.5961 1453.21 65.731C1453.21 65.731 1453.21 65.731 1453.19 65.8659L1441.85 148.914C1441.83 149.049 1441.7 149.031 1441.55 149.149C1441.68 149.166 1441.68 149.166 1441.55 149.149ZM1408.46 83.793L1441.52 148.322L1452.61 66.0657L1408.46 83.793Z' fill='%23B8B8B8'/%3E%3Cpath d='M931.874 387.408C931.874 387.408 931.739 387.39 931.874 387.408C931.756 387.255 931.756 387.255 931.774 387.12L952.448 334.648C952.448 334.648 952.601 334.53 952.718 334.683L1008.6 372.403L1008.72 372.555C1008.7 372.69 1008.7 372.69 1008.57 372.673L931.874 387.408ZM952.683 334.953L932.196 387.038L1007.91 372.45L952.683 334.953Z' fill='%23B8B8B8'/%3E%3Cpath d='M931.874 387.407C931.739 387.39 931.739 387.39 931.756 387.255L926.259 330.285L926.277 330.15L926.412 330.168L952.583 334.665C952.583 334.665 952.718 334.683 952.701 334.818L952.683 334.953L932.026 387.29C932.009 387.425 931.874 387.407 931.874 387.407ZM926.647 330.473L931.979 386.598L952.278 334.9L926.647 330.473Z' fill='%23B8B8B8'/%3E%3Cpath d='M1008.3 372.637C1008.16 372.62 1008.18 372.485 1008.18 372.485L1002.2 295.969C1002.22 295.834 1002.22 295.834 1002.36 295.852L1002.49 295.869L1051.96 341.811C1051.96 341.811 1051.94 341.946 1052.07 341.964L1052.06 342.099L1008.3 372.637C1008.43 372.655 1008.43 372.655 1008.3 372.637ZM1002.56 296.427L1008.49 372.25L1051.52 342.028L1002.56 296.427Z' fill='%23B8B8B8'/%3E%3Cpath d='M1008.3 372.637L952.414 334.917L952.296 334.765L952.314 334.63L1002.22 295.834C1002.22 295.834 1002.22 295.834 1002.36 295.852C1002.49 295.869 1002.49 295.869 1002.63 295.887C1002.63 295.887 1002.63 295.887 1002.61 296.022L1008.58 372.538C1008.58 372.538 1008.45 372.52 1008.3 372.637C1008.43 372.655 1008.43 372.655 1008.3 372.637ZM952.854 334.7L1008.23 372.08L1002.3 296.256L952.854 334.7Z' fill='%23B8B8B8'/%3E%3Cpath d='M1051.79 342.064C1051.67 341.911 1051.67 341.911 1051.67 341.911L1064.26 278.784C1064.26 278.784 1064.28 278.649 1064.41 278.667L1064.55 278.684L1099.48 330.834L1099.47 330.969C1099.47 330.969 1099.45 331.104 1099.31 331.087L1051.79 342.064C1051.92 342.081 1051.79 342.064 1051.79 342.064ZM1064.48 279.224L1051.97 341.676L1099.06 330.917L1064.48 279.224Z' fill='%23B8B8B8'/%3E%3Cpath d='M1051.79 342.063L1002.19 296.104L1002.07 295.952C1002.07 295.952 1002.09 295.817 1002.22 295.834L1064.26 278.784L1064.39 278.801L1064.38 278.936L1051.79 342.063C1051.92 342.081 1051.94 341.946 1051.79 342.063C1051.92 342.081 1051.79 342.063 1051.79 342.063ZM1002.74 296.039L1051.7 341.641L1064.21 279.189L1002.74 296.039Z' fill='%23B8B8B8'/%3E%3Cpath d='M1099.3 331.221C1099.3 331.221 1099.31 331.086 1099.3 331.221C1099.18 331.069 1099.18 331.069 1099.2 330.934L1125.5 279.468L1125.65 279.35C1125.79 279.368 1125.79 279.368 1125.77 279.503L1126.46 329.125C1126.44 329.26 1126.44 329.26 1126.31 329.242L1099.3 331.221C1099.43 331.239 1099.3 331.221 1099.3 331.221ZM1125.55 280.16L1099.77 330.734L1126.36 328.837L1125.55 280.16Z' fill='%23B8B8B8'/%3E%3Cpath d='M1099.3 331.221C1099.3 331.221 1099.31 331.086 1099.3 331.221L1064.24 278.919L1064.26 278.784L1064.41 278.667L1125.66 279.35C1125.79 279.368 1125.79 279.368 1125.77 279.503L1125.76 279.638L1099.45 331.104C1099.45 331.104 1099.45 331.104 1099.3 331.221C1099.43 331.239 1099.3 331.221 1099.3 331.221ZM1064.78 278.989L1099.37 330.682L1125.47 279.738L1064.78 278.989Z' fill='%23B8B8B8'/%3E%3Cpath d='M1126.44 329.26C1126.31 329.242 1126.31 329.242 1126.44 329.26C1126.33 329.107 1126.33 329.107 1126.34 328.972L1158.05 239.103C1158.07 238.968 1158.2 238.985 1158.34 239.003L1158.46 239.155L1166.25 310.144C1166.23 310.279 1166.23 310.279 1166.09 310.262L1126.44 329.26ZM1158.06 240.065L1126.77 328.89L1165.82 310.227L1158.06 240.065Z' fill='%23B8B8B8'/%3E%3Cpath d='M1126.44 329.26C1126.31 329.242 1126.31 329.242 1126.33 329.107L1125.64 279.485L1125.65 279.35L1158.05 239.103C1158.07 238.968 1158.2 238.986 1158.34 239.003C1158.47 239.021 1158.46 239.156 1158.46 239.156L1126.75 329.025C1126.58 329.277 1126.44 329.26 1126.44 329.26ZM1125.89 279.655L1126.58 328.18L1157.64 240.147L1125.89 279.655Z' fill='%23B8B8B8'/%3E%3Cpath d='M1165.94 310.379C1165.83 310.227 1165.83 310.227 1165.84 310.092L1207.97 221.302C1207.99 221.167 1208.13 221.185 1208.13 221.185C1208.26 221.202 1208.26 221.202 1208.24 221.337L1222.52 281.505C1222.5 281.64 1222.5 281.64 1222.5 281.64L1165.94 310.379C1166.08 310.397 1165.94 310.379 1165.94 310.379ZM1208.02 221.994L1166.42 309.892L1222.23 281.605L1208.02 221.994Z' fill='%23B8B8B8'/%3E%3Cpath d='M1165.94 310.379C1165.81 310.362 1165.81 310.362 1165.83 310.227L1157.9 239.22C1157.92 239.085 1157.92 239.085 1158.05 239.103L1207.97 221.302L1208.11 221.32C1208.24 221.337 1208.24 221.337 1208.23 221.472L1208.21 221.607L1166.1 310.262C1166.08 310.397 1166.08 310.397 1165.94 310.379ZM1158.29 239.408L1166.03 309.705L1207.63 221.807L1158.29 239.408Z' fill='%23B8B8B8'/%3E%3Cpath d='M1222.33 281.893C1222.33 281.893 1222.2 281.875 1222.33 281.893C1222.21 281.74 1222.21 281.74 1222.23 281.605L1271.82 220.952C1271.84 220.817 1271.97 220.835 1272.09 220.987C1272.23 221.005 1272.21 221.14 1272.21 221.14L1264.47 243.734C1264.47 243.734 1264.47 243.734 1264.45 243.869L1222.33 281.893C1222.47 281.91 1222.33 281.893 1222.33 281.893ZM1271.43 221.862L1223.94 280.044L1264.08 243.547L1271.43 221.862Z' fill='%23B8B8B8'/%3E%3Cpath d='M1222.33 281.893C1222.2 281.875 1222.2 281.875 1222.21 281.74L1207.94 221.572L1207.96 221.437L1208.11 221.32L1271.84 220.817L1271.97 220.835L1272.09 220.987L1272.07 221.122L1222.48 281.775L1222.33 281.893ZM1208.34 221.625L1222.55 281.236L1271.65 221.204L1208.34 221.625Z' fill='%23B8B8B8'/%3E%3Cpath d='M1264.2 243.699C1264.2 243.699 1264.07 243.682 1264.2 243.699C1264.08 243.547 1264.08 243.547 1264.1 243.412L1294.24 185.719C1294.24 185.719 1294.25 185.584 1294.39 185.602L1294.52 185.62L1294.51 185.754L1289.08 233.895C1289.08 233.895 1289.06 234.03 1288.92 234.013L1264.2 243.699ZM1294.1 186.799L1264.68 243.212L1288.81 233.86L1294.1 186.799Z' fill='%23B8B8B8'/%3E%3Cpath d='M1264.2 243.699C1264.07 243.682 1264.08 243.547 1264.08 243.547L1271.82 220.952L1294.24 185.719C1294.24 185.719 1294.24 185.719 1294.39 185.602L1294.52 185.62C1294.52 185.62 1294.64 185.772 1294.51 185.754L1264.37 243.447C1264.34 243.717 1264.2 243.699 1264.2 243.699ZM1292.4 189.322L1272.07 221.122L1265.17 241.493L1292.4 189.322Z' fill='%23B8B8B8'/%3E%3Cpath d='M1288.89 234.283C1288.89 234.283 1288.75 234.265 1288.77 234.13C1288.77 234.13 1288.79 233.995 1288.81 233.86L1341.76 185.307L1341.9 185.325L1371.41 210.564L1371.53 210.716C1371.53 210.716 1371.51 210.851 1371.38 210.834L1288.89 234.283ZM1341.98 185.747L1289.63 233.831L1371.13 210.664L1341.98 185.747Z' fill='%23B8B8B8'/%3E%3Cpath d='M1288.89 234.283C1288.75 234.265 1288.77 234.13 1288.77 234.13L1294.2 185.989C1294.22 185.854 1294.22 185.854 1294.35 185.872L1342.03 185.343C1342.17 185.36 1342.17 185.36 1342.15 185.495L1342.13 185.63L1288.89 234.283C1289.02 234.3 1288.89 234.283 1288.89 234.283ZM1294.47 186.024L1289.11 233.626L1341.46 185.542L1294.47 186.024Z' fill='%23B8B8B8'/%3E%3Cpath d='M1371.38 210.834C1371.26 210.681 1371.26 210.681 1371.28 210.546L1406.01 147.003L1406.15 147.02C1406.15 147.02 1406.28 147.038 1406.27 147.173L1413.49 191.881C1413.48 192.016 1413.48 192.016 1413.34 191.999L1371.38 210.834C1371.51 210.851 1371.38 210.834 1371.38 210.834ZM1406.08 147.56L1371.87 210.211L1413.26 191.576L1406.08 147.56Z' fill='%23B8B8B8'/%3E%3Cpath d='M1371.38 210.833L1341.86 185.595L1341.75 185.442L1341.76 185.307L1406.01 147.003C1406.15 147.02 1406.15 147.02 1406.28 147.038L1406.27 147.173L1371.53 210.716C1371.53 210.716 1371.51 210.851 1371.38 210.833ZM1342.15 185.495L1371.3 210.411L1405.66 147.642L1342.15 185.495Z' fill='%23B8B8B8'/%3E%3Cpath d='M1413.34 191.999C1413.21 191.981 1413.21 191.981 1413.22 191.846L1406 147.138L1406.01 147.003L1406.17 146.885L1441.6 148.744L1441.73 148.761C1441.87 148.779 1441.85 148.914 1441.83 149.049L1413.49 191.881C1413.49 191.881 1413.48 192.016 1413.34 191.999ZM1406.38 147.325L1413.56 191.341L1441.41 149.131L1406.38 147.325Z' fill='%23B8B8B8'/%3E%3Cpath d='M966.024 448.785C966.024 448.785 965.889 448.768 965.907 448.633L931.757 387.255L931.774 387.12C931.774 387.12 931.792 386.985 931.927 387.003L1008.35 372.233L1008.48 372.25C1008.62 372.268 1008.6 372.403 1008.58 372.538L966.177 448.668C966.159 448.803 966.024 448.785 966.024 448.785ZM932.161 387.308L965.959 448.228L1008.03 372.602L932.161 387.308Z' fill='%23B8B8B8'/%3E%3Cpath d='M1019.38 413.044C1019.38 413.044 1019.39 412.909 1019.38 413.044C1019.26 412.892 1019.26 412.892 1019.28 412.757L1051.69 341.776C1051.7 341.641 1051.84 341.659 1051.97 341.676C1051.97 341.676 1052.11 341.694 1052.09 341.829L1071.76 392.133C1071.74 392.268 1071.74 392.268 1071.73 392.403L1019.38 413.044C1019.53 412.927 1019.38 413.044 1019.38 413.044ZM1051.89 342.351L1019.85 412.557L1071.48 392.233L1051.89 342.351Z' fill='%23B8B8B8'/%3E%3Cpath d='M1019.38 413.044C1019.24 413.026 1019.24 413.026 1019.26 412.892L1008.18 372.485L1008.2 372.35L1051.69 341.776C1051.69 341.776 1051.84 341.659 1051.82 341.794C1051.96 341.811 1051.94 341.946 1051.92 342.081L1019.53 412.927C1019.53 412.927 1019.51 413.062 1019.38 413.044ZM1008.58 372.538L1019.46 412.369L1051.46 342.433L1008.58 372.538Z' fill='%23B8B8B8'/%3E%3Cpath d='M1071.59 392.385C1071.46 392.368 1071.46 392.368 1071.59 392.385C1071.46 392.368 1071.47 392.233 1071.49 392.098L1099.35 330.817C1099.37 330.682 1099.5 330.699 1099.5 330.699C1099.64 330.717 1099.62 330.852 1099.62 330.852L1099.54 365.281L1099.52 365.416L1071.59 392.385ZM1099.23 331.761L1072.12 391.493L1099.11 365.363L1099.23 331.761Z' fill='%23B8B8B8'/%3E%3Cpath d='M1071.59 392.385C1071.59 392.385 1071.46 392.368 1071.48 392.233L1051.67 341.911L1051.69 341.776C1051.69 341.776 1051.7 341.641 1051.84 341.659L1099.35 330.817L1099.48 330.834L1099.47 330.969L1071.61 392.25C1071.73 392.403 1071.59 392.385 1071.59 392.385ZM1052.06 342.099L1071.53 391.828L1099.03 331.186L1052.06 342.099Z' fill='%23B8B8B8'/%3E%3Cpath d='M1099.21 365.65C1099.21 365.65 1099.08 365.633 1099.21 365.65C1099.1 365.498 1099.1 365.498 1099.11 365.363L1126.34 328.972L1126.5 328.855L1154.45 334.407C1154.59 334.425 1154.59 334.425 1154.57 334.56C1154.55 334.695 1154.55 334.695 1154.55 334.695L1099.21 365.65ZM1126.44 329.26L1099.86 364.911L1153.99 334.759L1126.44 329.26Z' fill='%23B8B8B8'/%3E%3Cpath d='M1099.21 365.65C1099.08 365.633 1099.1 365.498 1099.1 365.498L1099.18 331.069C1099.2 330.934 1099.2 330.934 1099.33 330.951L1126.33 329.107L1126.46 329.125L1126.44 329.259L1099.37 365.533C1099.35 365.668 1099.21 365.65 1099.21 365.65ZM1099.58 331.121L1099.45 364.858L1126.04 329.207L1099.58 331.121Z' fill='%23B8B8B8'/%3E%3Cpath d='M1216.8 344.564L1154.4 334.812C1154.4 334.812 1154.26 334.795 1154.28 334.66L1154.3 334.525L1165.84 310.092C1165.86 309.957 1166 309.974 1166 309.974L1166.13 309.992L1216.85 344.16C1216.98 344.177 1216.97 344.312 1216.97 344.312C1216.93 344.582 1216.8 344.564 1216.8 344.564ZM1154.7 334.577L1216.02 344.189L1166.06 310.532L1154.7 334.577Z' fill='%23B8B8B8'/%3E%3Cpath d='M1154.4 334.812L1126.31 329.242C1126.17 329.225 1126.17 329.225 1126.19 329.09C1126.21 328.955 1126.21 328.955 1126.34 328.972L1165.84 310.092L1165.98 310.109C1166.11 310.127 1166.11 310.127 1166.1 310.262L1166.08 310.397L1154.53 334.83C1154.53 334.83 1154.53 334.83 1154.4 334.812ZM1127.02 329.06L1154.43 334.542L1165.77 310.631L1127.02 329.06Z' fill='%23B8B8B8'/%3E%3Cpath d='M1216.8 344.564C1216.66 344.547 1216.68 344.412 1216.68 344.412L1222.21 281.74L1222.23 281.605C1222.25 281.47 1222.38 281.488 1222.38 281.488C1222.38 281.488 1222.38 281.488 1222.52 281.505L1251.98 310.305L1251.96 310.44L1251.95 310.575L1216.8 344.564C1216.93 344.582 1216.8 344.564 1216.8 344.564ZM1222.45 282.045L1217.02 343.907L1251.56 310.387L1222.45 282.045Z' fill='%23B8B8B8'/%3E%3Cpath d='M1216.8 344.564C1216.8 344.564 1216.66 344.547 1216.8 344.564L1165.94 310.379L1165.83 310.227C1165.83 310.227 1165.84 310.092 1165.98 310.109L1222.37 281.623L1222.5 281.64C1222.64 281.658 1222.62 281.793 1222.62 281.793L1217.08 344.464C1216.95 344.447 1216.93 344.582 1216.8 344.564ZM1166.36 310.297L1216.71 344.142L1222.18 282.01L1166.36 310.297Z' fill='%23B8B8B8'/%3E%3Cpath d='M1251.79 310.692C1251.66 310.674 1251.68 310.54 1251.79 310.692C1251.66 310.674 1251.68 310.54 1251.68 310.54L1264.07 243.682C1264.08 243.547 1264.22 243.564 1264.22 243.564L1264.35 243.582L1306.6 298.602L1306.58 298.737C1306.58 298.737 1306.57 298.872 1306.43 298.855L1251.79 310.692ZM1264.3 243.987L1252 310.17L1306.22 298.415L1264.3 243.987Z' fill='%23B8B8B8'/%3E%3Cpath d='M1251.8 310.692C1251.66 310.675 1251.68 310.54 1251.8 310.692L1222.2 281.875L1222.21 281.74L1222.23 281.605L1264.08 243.547L1264.24 243.429C1264.24 243.429 1264.37 243.447 1264.35 243.582L1264.34 243.717L1251.95 310.575C1251.95 310.575 1251.95 310.575 1251.8 310.692ZM1222.64 281.658L1251.73 310.135L1264.01 244.086L1222.64 281.658Z' fill='%23B8B8B8'/%3E%3Cpath d='M1306.45 298.72C1306.31 298.702 1306.31 298.702 1306.33 298.567L1288.64 234.113L1288.65 233.978L1288.81 233.86L1288.94 233.878L1320.81 281.102L1320.8 281.237L1306.47 298.585C1306.58 298.737 1306.58 298.737 1306.45 298.72ZM1289.34 235.027L1306.65 298.198L1320.66 281.219L1289.34 235.027Z' fill='%23B8B8B8'/%3E%3Cpath d='M1306.45 298.72L1264.07 243.682L1264.08 243.547C1264.08 243.547 1264.1 243.412 1264.24 243.429L1288.94 233.878L1289.08 233.896C1289.08 233.896 1289.08 233.896 1289.06 234.031L1306.62 298.468C1306.74 298.62 1306.72 298.755 1306.45 298.72C1306.59 298.737 1306.59 298.737 1306.45 298.72ZM1264.47 243.734L1306.15 297.858L1288.74 234.4L1264.47 243.734Z' fill='%23B8B8B8'/%3E%3Cpath d='M1320.78 281.372C1320.78 281.372 1320.64 281.354 1320.78 281.372C1320.66 281.219 1320.66 281.219 1320.68 281.084L1371.28 210.546C1371.28 210.546 1371.28 210.546 1371.3 210.411L1371.43 210.429C1371.43 210.429 1371.57 210.446 1371.55 210.581L1387 264.865L1386.98 265C1386.98 265 1386.96 265.135 1386.83 265.117L1320.78 281.372ZM1371.34 211.103L1321.24 281.02L1386.73 264.83L1371.34 211.103Z' fill='%23B8B8B8'/%3E%3Cpath d='M1320.78 281.372C1320.78 281.372 1320.64 281.354 1320.78 281.372L1288.77 234.13L1288.79 233.995C1288.79 233.995 1288.81 233.86 1288.94 233.878L1371.43 210.429L1371.57 210.446C1371.57 210.446 1371.7 210.464 1371.68 210.599L1371.67 210.734L1320.91 281.389C1320.91 281.389 1320.91 281.389 1320.78 281.372ZM1289.18 234.183L1320.83 280.967L1370.96 210.916L1289.18 234.183Z' fill='%23B8B8B8'/%3E%3Cpath d='M1386.83 265.117C1386.71 264.965 1386.71 264.965 1386.73 264.83L1413.24 191.711C1413.24 191.711 1413.26 191.576 1413.39 191.594L1413.53 191.611C1413.53 191.611 1413.66 191.629 1413.65 191.764L1434.94 244.337C1434.93 244.472 1434.93 244.472 1434.91 244.607L1386.83 265.117C1386.96 265.135 1386.96 265.135 1386.83 265.117ZM1413.44 192.286L1387.3 264.63L1434.67 244.302L1413.44 192.286Z' fill='%23B8B8B8'/%3E%3Cpath d='M1386.83 265.117C1386.83 265.117 1386.69 265.1 1386.71 264.965L1371.26 210.681C1371.28 210.546 1371.28 210.546 1371.3 210.411L1413.26 191.576L1413.39 191.594L1413.51 191.746L1413.49 191.881L1386.98 265C1387.12 265.017 1386.96 265.135 1386.83 265.117ZM1371.67 210.734L1386.92 264.443L1413.05 192.099L1371.67 210.734Z' fill='%23B8B8B8'/%3E%3Cpath d='M1074.64 450.272C1074.5 450.254 1074.52 450.119 1074.52 450.119L1099.1 365.498C1099.11 365.363 1099.25 365.38 1099.25 365.38C1099.38 365.398 1099.38 365.398 1099.37 365.533L1111.84 423.684L1111.83 423.819L1074.64 450.272C1074.77 450.289 1074.64 450.272 1074.64 450.272ZM1099.14 366.19L1074.84 449.749L1111.44 423.631L1099.14 366.19Z' fill='%23B8B8B8'/%3E%3Cpath d='M1074.64 450.271C1074.5 450.254 1074.5 450.254 1074.52 450.119L1071.32 392.35L1071.34 392.215L1098.96 365.48L1099.11 365.363C1099.25 365.38 1099.25 365.38 1099.23 365.515C1099.23 365.515 1099.23 365.515 1099.21 365.65L1074.64 450.271C1074.77 450.289 1074.79 450.154 1074.64 450.271ZM1071.74 392.268L1074.8 449.057L1098.89 366.02L1071.74 392.268Z' fill='%23B8B8B8'/%3E%3Cpath d='M1111.69 423.802C1111.69 423.802 1111.56 423.784 1111.69 423.802C1111.58 423.649 1111.58 423.649 1111.59 423.514L1154.3 334.525C1154.32 334.39 1154.45 334.407 1154.45 334.407C1154.59 334.425 1154.59 334.425 1154.57 334.56L1166 414.528C1165.98 414.663 1165.98 414.663 1165.83 414.78L1111.69 423.802ZM1154.35 335.217L1112.01 423.432L1165.73 414.493L1154.35 335.217Z' fill='%23B8B8B8'/%3E%3Cpath d='M1111.69 423.801C1111.56 423.784 1111.56 423.784 1111.58 423.649L1099.1 365.498C1099.11 365.363 1099.11 365.363 1099.11 365.363L1154.28 334.66L1154.42 334.677C1154.55 334.695 1154.55 334.695 1154.53 334.83L1154.52 334.964L1111.81 423.954C1111.83 423.819 1111.83 423.819 1111.69 423.801ZM1099.37 365.533L1111.78 423.127L1154.09 335.047L1099.37 365.533Z' fill='%23B8B8B8'/%3E%3Cpath d='M1165.83 414.78C1165.71 414.628 1165.71 414.628 1165.73 414.493L1216.7 344.277L1216.71 344.142C1216.71 344.142 1216.85 344.16 1216.98 344.177C1216.98 344.177 1216.98 344.177 1216.97 344.312L1224.46 369.023L1224.44 369.157L1165.83 414.78C1165.96 414.798 1165.83 414.78 1165.83 414.78ZM1216.76 344.834L1166.78 413.806L1224.17 369.122L1216.76 344.834Z' fill='%23B8B8B8'/%3E%3Cpath d='M1165.83 414.78C1165.69 414.763 1165.69 414.763 1165.71 414.628L1154.28 334.659L1154.3 334.525L1154.43 334.542L1216.83 344.294L1216.97 344.312C1216.97 344.312 1217.08 344.464 1216.93 344.582L1165.96 414.798C1165.96 414.798 1165.96 414.798 1165.83 414.78ZM1154.67 334.847L1165.91 414.105L1216.39 344.512L1154.67 334.847Z' fill='%23B8B8B8'/%3E%3Cpath d='M1224.29 369.275C1224.15 369.257 1224.15 369.257 1224.29 369.275C1224.17 369.122 1224.17 369.122 1224.19 368.987L1251.7 310.405C1251.7 310.405 1251.71 310.27 1251.85 310.287C1251.98 310.305 1251.98 310.305 1252.1 310.457L1273.67 373.631L1273.65 373.766L1273.5 373.883L1224.29 369.275ZM1251.76 310.962L1224.59 369.04L1273.13 373.561L1251.76 310.962Z' fill='%23B8B8B8'/%3E%3Cpath d='M1224.29 369.275C1224.29 369.275 1224.15 369.257 1224.17 369.122L1216.68 344.412L1216.7 344.277L1251.69 310.405C1251.69 310.405 1251.85 310.287 1251.83 310.422C1251.83 310.422 1251.96 310.44 1251.95 310.575L1251.93 310.71L1224.42 369.292C1224.44 369.157 1224.29 369.275 1224.29 369.275ZM1216.95 344.447L1224.24 368.583L1251.18 311.162L1216.95 344.447Z' fill='%23B8B8B8'/%3E%3Cpath d='M1273.25 373.713C1273.11 373.696 1273.13 373.561 1273.15 373.426L1306.35 298.432C1306.37 298.297 1306.5 298.315 1306.5 298.315C1306.64 298.333 1306.64 298.333 1306.62 298.467L1306.83 334.855L1306.81 334.99L1273.4 373.596C1273.38 373.731 1273.38 373.731 1273.25 373.713ZM1306.36 299.394L1273.92 372.704L1306.54 334.955L1306.36 299.394Z' fill='%23B8B8B8'/%3E%3Cpath d='M1273.25 373.713C1273.25 373.713 1273.11 373.696 1273.13 373.561L1251.56 310.387L1251.58 310.252C1251.58 310.252 1251.59 310.117 1251.73 310.135L1306.5 298.315C1306.5 298.315 1306.5 298.315 1306.64 298.333C1306.77 298.35 1306.77 298.35 1306.75 298.485L1306.74 298.62L1273.53 373.613C1273.51 373.748 1273.38 373.731 1273.25 373.713C1273.38 373.731 1273.25 373.713 1273.25 373.713ZM1251.95 310.575L1273.32 373.174L1306.16 298.82L1251.95 310.575Z' fill='%23B8B8B8'/%3E%3Cpath d='M1333.83 340.42L1306.8 335.125L1306.66 335.108L1306.68 334.973L1320.8 281.237C1320.81 281.102 1320.81 281.102 1320.95 281.119C1321.08 281.137 1321.08 281.137 1321.07 281.272L1334.11 340.32L1334.1 340.455C1333.96 340.438 1333.83 340.42 1333.83 340.42ZM1306.97 334.873L1333.59 340.115L1320.83 282.064L1306.97 334.873Z' fill='%23B8B8B8'/%3E%3Cpath d='M1306.66 335.108C1306.53 335.09 1306.53 335.09 1306.55 334.955L1306.33 298.567L1306.35 298.432L1320.68 281.084L1320.83 280.967C1320.97 280.985 1320.97 280.985 1320.95 281.119L1320.93 281.254L1306.82 334.99C1306.93 335.143 1306.8 335.125 1306.66 335.108ZM1306.74 298.62L1306.99 333.641L1320.57 281.894L1306.74 298.62Z' fill='%23B8B8B8'/%3E%3Cpath d='M1333.83 340.42C1333.69 340.403 1333.69 340.403 1333.83 340.42C1333.71 340.268 1333.71 340.268 1333.73 340.133L1386.86 264.847C1386.88 264.712 1387.02 264.73 1387.15 264.747C1387.29 264.765 1387.27 264.9 1387.27 264.9L1388.23 307.148L1388.21 307.283L1333.83 340.42ZM1386.78 265.522L1334.47 339.681L1387.69 307.078L1386.78 265.522Z' fill='%23B8B8B8'/%3E%3Cpath d='M1333.83 340.42C1333.69 340.403 1333.69 340.403 1333.71 340.268L1320.64 281.354C1320.66 281.219 1320.66 281.219 1320.81 281.102L1386.86 264.847L1387 264.865C1387.13 264.882 1387.12 265.017 1387.12 265.017L1333.98 340.303C1333.96 340.438 1333.83 340.42 1333.83 340.42ZM1321.05 281.407L1333.9 339.881L1386.54 265.217L1321.05 281.407Z' fill='%23B8B8B8'/%3E%3Cpath d='M1387.92 307.383C1387.79 307.365 1387.79 307.365 1387.92 307.383C1387.81 307.23 1387.81 307.23 1387.82 307.095L1434.67 244.303C1434.69 244.168 1434.83 244.185 1434.83 244.185C1434.96 244.203 1434.94 244.338 1434.94 244.338L1423.24 284.803L1423.22 284.938L1387.92 307.383ZM1434.28 245.212L1388.59 306.508L1422.83 284.75L1434.28 245.212Z' fill='%23B8B8B8'/%3E%3Cpath d='M1387.92 307.383C1387.79 307.365 1387.79 307.365 1387.92 307.383C1387.79 307.365 1387.81 307.23 1387.81 307.23L1386.85 264.982C1386.86 264.847 1386.86 264.847 1387 264.865L1434.81 244.32L1434.94 244.337L1435.06 244.49L1435.04 244.625L1388.21 307.283C1387.94 307.248 1387.92 307.383 1387.92 307.383ZM1387.12 265.017L1388.03 306.573L1434.2 244.79L1387.12 265.017Z' fill='%23B8B8B8'/%3E%3Cpath d='M1176.42 462.121C1176.42 462.121 1176.28 462.103 1176.42 462.121C1176.28 462.103 1176.3 461.969 1176.32 461.834L1224.21 368.853C1224.22 368.718 1224.36 368.735 1224.49 368.753C1224.49 368.753 1224.63 368.77 1224.61 368.905L1242.25 407.419C1242.25 407.419 1242.23 407.554 1242.21 407.689L1176.42 462.121ZM1224.27 369.41L1176.93 461.364L1241.81 407.637L1224.27 369.41Z' fill='%23B8B8B8'/%3E%3Cpath d='M1176.42 462.121C1176.28 462.103 1176.28 462.103 1176.3 461.968L1165.71 414.628L1165.73 414.493L1224.19 368.987C1224.19 368.987 1224.34 368.87 1224.32 369.005C1224.46 369.022 1224.44 369.157 1224.42 369.292L1176.53 462.273C1176.55 462.138 1176.42 462.121 1176.42 462.121ZM1165.98 414.663L1176.35 461.564L1223.68 369.744L1165.98 414.663Z' fill='%23B8B8B8'/%3E%3Cpath d='M1289.54 397.234C1289.4 397.217 1289.42 397.082 1289.42 397.082L1306.55 334.955L1306.56 334.82C1306.56 334.82 1306.7 334.838 1306.83 334.855L1326.35 364.147C1326.35 364.147 1326.34 364.282 1326.32 364.417L1289.54 397.234C1289.67 397.252 1289.54 397.234 1289.54 397.234ZM1306.76 335.395L1289.89 396.594L1326.05 364.382L1306.76 335.395Z' fill='%23B8B8B8'/%3E%3Cpath d='M1289.54 397.234C1289.54 397.234 1289.4 397.217 1289.54 397.234L1273.11 373.696C1273.11 373.696 1273.13 373.561 1273.15 373.426L1306.56 334.82L1306.72 334.703L1306.85 334.721L1306.83 334.855L1289.71 396.982C1289.67 397.252 1289.67 397.252 1289.54 397.234ZM1273.53 373.613L1289.47 396.677L1306.32 335.612L1273.53 373.613Z' fill='%23B8B8B8'/%3E%3Cpath d='M1326.3 364.552C1326.17 364.534 1326.17 364.534 1326.3 364.552C1326.18 364.399 1326.18 364.399 1326.18 364.399L1333.69 340.403C1333.71 340.268 1333.71 340.268 1333.84 340.285L1333.98 340.303L1380.42 363.075C1380.55 363.092 1380.53 363.227 1380.53 363.227C1380.52 363.362 1380.52 363.362 1380.38 363.344L1326.3 364.552ZM1333.96 340.438L1326.62 364.182L1379.62 362.834L1333.96 340.438Z' fill='%23B8B8B8'/%3E%3Cpath d='M1326.3 364.552C1326.17 364.534 1326.17 364.534 1326.3 364.552L1306.66 335.108L1306.68 334.973L1306.83 334.856L1333.86 340.15L1334 340.168C1334 340.168 1334.11 340.32 1333.98 340.303L1326.45 364.434C1326.45 364.434 1326.44 364.569 1326.3 364.552ZM1307.05 335.295L1326.24 363.995L1333.56 340.385L1307.05 335.295Z' fill='%23B8B8B8'/%3E%3Cpath d='M1380.26 363.192C1380.26 363.192 1380.13 363.175 1380.26 363.192C1380.13 363.175 1380.15 363.04 1380.15 363.04L1387.81 307.23C1387.82 307.095 1387.82 307.095 1387.96 307.113L1388.09 307.13L1418.2 338.346L1418.19 338.481L1418.17 338.616L1380.26 363.192ZM1388.04 307.535L1380.47 362.67L1417.66 338.276L1388.04 307.535Z' fill='%23B8B8B8'/%3E%3Cpath d='M1380.26 363.192C1380.26 363.192 1380.13 363.175 1380.26 363.192L1333.83 340.42L1333.71 340.268L1333.73 340.133L1387.82 307.095C1387.82 307.095 1387.82 307.095 1387.96 307.113C1388.09 307.131 1388.09 307.131 1388.08 307.265L1388.06 307.4L1380.4 363.21C1380.42 363.075 1380.42 363.075 1380.26 363.192ZM1334.13 340.186L1380.05 362.752L1387.64 307.483L1334.13 340.186Z' fill='%23B8B8B8'/%3E%3Cpath d='M1417.9 338.581C1417.9 338.581 1417.92 338.446 1417.9 338.581L1387.65 307.348L1387.67 307.213L1387.69 307.078L1422.82 284.885L1422.95 284.903L1423.07 285.055L1418.05 338.464C1418.19 338.481 1418.05 338.464 1417.9 338.581C1418.05 338.464 1418.03 338.599 1417.9 338.581ZM1388.09 307.131L1417.85 337.889L1422.78 285.155L1388.09 307.131Z' fill='%23B8B8B8'/%3E%3Cpath d='M1301.09 441.407C1300.95 441.389 1300.95 441.389 1301.09 441.407C1300.97 441.254 1300.97 441.254 1300.97 441.254L1326.18 364.399C1326.18 364.399 1326.2 364.264 1326.34 364.282C1326.47 364.3 1326.47 364.3 1326.61 364.317L1355.7 427.645L1355.68 427.78C1355.68 427.78 1355.66 427.915 1355.53 427.898L1301.09 441.407ZM1326.27 364.822L1301.27 441.019L1355.16 427.575L1326.27 364.822Z' fill='%23B8B8B8'/%3E%3Cpath d='M1301.09 441.407C1300.95 441.389 1300.95 441.389 1300.97 441.254L1289.42 397.082L1289.44 396.947L1326.2 364.265L1326.34 364.282C1326.34 364.282 1326.47 364.3 1326.45 364.435C1326.45 364.435 1326.45 364.435 1326.43 364.57L1301.2 441.559C1301.22 441.424 1301.09 441.407 1301.09 441.407ZM1289.82 397.134L1301.19 440.597L1326 364.787L1289.82 397.134Z' fill='%23B8B8B8'/%3E%3Cpath d='M1355.4 427.88C1355.4 427.88 1355.26 427.862 1355.28 427.728L1326.18 364.399L1326.2 364.264L1326.35 364.147L1380.32 362.787C1380.32 362.787 1380.32 362.787 1380.45 362.805C1380.59 362.822 1380.57 362.957 1380.57 362.957C1380.57 362.957 1380.57 362.957 1380.55 363.092L1355.68 427.78C1355.53 427.897 1355.4 427.88 1355.4 427.88ZM1326.59 364.452L1355.35 427.188L1379.99 363.157L1326.59 364.452Z' fill='%23B8B8B8'/%3E%3Cpath d='M1391.78 425.609C1391.78 425.609 1391.64 425.591 1391.78 425.609C1391.66 425.456 1391.66 425.456 1391.66 425.456L1417.8 338.294C1417.82 338.159 1417.82 338.159 1417.95 338.176C1418.09 338.194 1418.09 338.194 1418.07 338.329L1416.4 415.635C1416.4 415.635 1416.38 415.77 1416.24 415.752L1391.78 425.609ZM1417.76 339.661L1392.1 425.239L1416.13 415.6L1417.76 339.661Z' fill='%23B8B8B8'/%3E%3Cpath d='M1391.78 425.609C1391.64 425.591 1391.64 425.591 1391.66 425.456L1380.15 363.04L1380.16 362.905L1417.94 338.311L1418.07 338.329L1418.19 338.481L1392.05 425.644C1391.91 425.626 1391.91 425.626 1391.78 425.609ZM1380.42 363.075L1391.75 424.781L1417.6 338.816L1380.42 363.075Z' fill='%23B8B8B8'/%3E%3Cpath d='M879.653 363.747C878.168 363.554 876.796 364.611 876.604 366.095C876.411 367.579 877.467 368.952 878.952 369.144C880.436 369.337 881.808 368.281 882.001 366.796C882.194 365.312 881.137 363.94 879.653 363.747Z' fill='%233CADED'/%3E%3Cpath d='M857.49 340.012C856.545 339.889 855.63 340.594 855.508 341.538C855.385 342.483 856.089 343.398 857.034 343.52C857.979 343.643 858.893 342.939 859.016 341.994C859.156 340.915 858.434 340.135 857.49 340.012Z' fill='%233CADED'/%3E%3Cpath d='M925.084 290.754C924.274 290.648 923.647 291.253 923.559 291.928C923.454 292.737 924.058 293.365 924.733 293.452C925.543 293.557 926.17 292.953 926.258 292.278C926.48 291.621 925.893 290.859 925.084 290.754Z' fill='%233CADED'/%3E%3Cpath d='M953.057 331.022C951.033 330.759 949.204 332.168 948.941 334.192C948.678 336.216 950.087 338.046 952.111 338.309C954.135 338.572 955.964 337.163 956.227 335.139C956.49 333.115 955.081 331.285 953.057 331.022Z' fill='%233CADED'/%3E%3Cpath d='M926.675 328.144C925.596 328.004 924.529 328.825 924.388 329.905C924.248 330.984 925.07 332.051 926.15 332.192C927.229 332.332 928.296 331.51 928.436 330.431C928.577 329.351 927.755 328.284 926.675 328.144Z' fill='%233CADED'/%3E%3Cpath d='M1015.71 277.554C1016.75 277.689 1017.71 276.954 1017.84 275.91C1017.98 274.867 1017.24 273.911 1016.2 273.776C1015.16 273.64 1014.2 274.376 1014.07 275.42C1013.93 276.463 1014.67 277.418 1015.71 277.554Z' fill='%233CADED'/%3E%3Cpath d='M951.559 281.295C952.528 281.421 953.415 280.738 953.541 279.769C953.667 278.8 952.984 277.913 952.015 277.787C951.046 277.661 950.159 278.344 950.033 279.313C949.907 280.282 950.59 281.169 951.559 281.295Z' fill='%233CADED'/%3E%3Cpath d='M1129.42 279.976C1129.68 277.952 1128.29 275.987 1126.13 275.707C1124.1 275.444 1122.14 276.835 1121.86 278.994C1121.6 281.018 1122.99 282.983 1125.15 283.263C1127.31 283.544 1129.15 282 1129.42 279.976Z' fill='%233CADED'/%3E%3Cpath d='M1089.14 233.032C1091.52 233.342 1093.71 231.66 1094.02 229.275C1094.33 226.89 1092.64 224.706 1090.26 224.396C1087.87 224.087 1085.69 225.769 1085.38 228.153C1085.07 230.538 1086.75 232.722 1089.14 233.032Z' fill='%233CADED'/%3E%3Cpath d='M1145.49 200.563C1146.17 200.65 1146.78 200.177 1146.87 199.506C1146.95 198.835 1146.48 198.221 1145.81 198.134C1145.14 198.047 1144.53 198.52 1144.44 199.19C1144.35 199.861 1144.82 200.475 1145.49 200.563Z' fill='%233CADED'/%3E%3Cpath d='M1231.91 154.297C1232.95 154.433 1233.91 153.697 1234.04 152.654C1234.18 151.61 1233.44 150.655 1232.4 150.519C1231.36 150.384 1230.4 151.12 1230.27 152.163C1230.13 153.206 1230.87 154.162 1231.91 154.297Z' fill='%233CADED'/%3E%3Cpath d='M1262.39 149.888C1261.31 149.748 1260.25 150.569 1260.11 151.649C1259.97 152.728 1260.79 153.795 1261.87 153.936C1262.95 154.076 1264.01 153.254 1264.15 152.175C1264.29 151.095 1263.47 150.028 1262.39 149.888Z' fill='%233CADED'/%3E%3Cpath d='M1318.34 121.618C1316.86 121.426 1315.62 122.5 1315.45 123.849C1315.25 125.333 1316.33 126.571 1317.68 126.746C1319.16 126.939 1320.4 125.864 1320.57 124.515C1320.88 123.183 1319.83 121.811 1318.34 121.618Z' fill='%233CADED'/%3E%3Cpath d='M1384.79 125.584C1386.2 125.768 1387.5 124.77 1387.68 123.354C1387.87 121.938 1386.87 120.641 1385.45 120.457C1384.04 120.273 1382.74 121.272 1382.55 122.688C1382.37 124.104 1383.37 125.401 1384.79 125.584Z' fill='%233CADED'/%3E%3Cpath d='M1342.3 182.222C1340.55 181.994 1338.87 183.285 1338.64 185.039C1338.42 186.794 1339.71 188.471 1341.46 188.698C1343.22 188.926 1344.89 187.635 1345.12 185.881C1345.35 184.127 1344.06 182.45 1342.3 182.222Z' fill='%233CADED'/%3E%3Cpath d='M1002.78 292.614C1000.89 292.368 999.211 293.66 998.965 295.549C998.72 297.438 1000.01 299.115 1001.9 299.36C1003.79 299.606 1005.47 298.314 1005.71 296.425C1005.96 294.536 1004.67 292.859 1002.78 292.614Z' fill='%233CADED'/%3E%3Cpath d='M1064.67 276.643C1063.46 276.485 1062.39 277.307 1062.24 278.521C1062.08 279.736 1062.9 280.803 1064.11 280.961C1065.33 281.118 1066.4 280.297 1066.55 279.082C1066.71 277.868 1065.89 276.801 1064.67 276.643Z' fill='%233CADED'/%3E%3Cpath d='M1052.19 338.96C1050.57 338.75 1049.04 339.924 1048.83 341.543C1048.62 343.162 1049.8 344.687 1051.42 344.897C1053.04 345.108 1054.56 343.934 1054.77 342.314C1054.98 340.695 1053.81 339.171 1052.19 338.96Z' fill='%233CADED'/%3E%3Cpath d='M1099.65 328.523C1098.3 328.347 1097.08 329.287 1096.9 330.636C1096.73 331.985 1097.67 333.205 1099.02 333.38C1100.37 333.555 1101.59 332.616 1101.76 331.267C1101.94 329.918 1101 328.698 1099.65 328.523Z' fill='%233CADED'/%3E%3Cpath d='M1158.64 235.612C1156.62 235.349 1154.79 236.758 1154.53 238.782C1154.26 240.806 1155.67 242.636 1157.7 242.899C1159.72 243.162 1161.55 241.753 1161.81 239.729C1161.94 237.687 1160.53 235.858 1158.64 235.612Z' fill='%233CADED'/%3E%3Cpath d='M1166.21 308.355C1165.13 308.215 1164.21 308.919 1164.07 309.999C1163.93 311.078 1164.64 311.993 1165.72 312.133C1166.79 312.273 1167.71 311.569 1167.85 310.49C1167.99 309.41 1167.29 308.495 1166.21 308.355Z' fill='%233CADED'/%3E%3Cpath d='M1208.5 218.351C1206.74 218.123 1205.06 219.415 1204.84 221.169C1204.61 222.923 1205.9 224.6 1207.65 224.828C1209.41 225.056 1211.09 223.764 1211.31 222.01C1211.42 220.104 1210.25 218.579 1208.5 218.351Z' fill='%233CADED'/%3E%3Cpath d='M1272.29 218.406C1270.81 218.213 1269.57 219.287 1269.39 220.637C1269.2 222.121 1270.27 223.358 1271.62 223.533C1273.11 223.726 1274.35 222.652 1274.52 221.303C1274.7 219.953 1273.64 218.581 1272.29 218.406Z' fill='%233CADED'/%3E%3Cpath d='M1297.59 186.293C1297.82 184.539 1296.53 182.862 1294.77 182.634C1293.02 182.406 1291.34 183.697 1291.12 185.451C1290.89 187.206 1292.18 188.883 1293.93 189.11C1295.67 189.473 1297.35 188.182 1297.59 186.293Z' fill='%233CADED'/%3E%3Cpath d='M1099.48 363.626C1098.4 363.486 1097.48 364.19 1097.34 365.27C1097.2 366.349 1097.91 367.264 1098.99 367.404C1100.07 367.545 1100.98 366.84 1101.12 365.761C1101.26 364.681 1100.56 363.766 1099.48 363.626Z' fill='%233CADED'/%3E%3Cpath d='M1126.27 330.609C1127.09 330.715 1127.84 330.137 1127.95 329.317C1128.05 328.498 1127.47 327.747 1126.65 327.64C1125.83 327.534 1125.08 328.112 1124.98 328.932C1124.87 329.752 1125.45 330.502 1126.27 330.609Z' fill='%233CADED'/%3E%3Cpath d='M1154.01 337.78C1155.73 338.003 1157.3 336.794 1157.52 335.08C1157.74 333.366 1156.53 331.796 1154.82 331.574C1153.11 331.351 1151.54 332.56 1151.31 334.274C1151.09 335.988 1152.3 337.558 1154.01 337.78Z' fill='%233CADED'/%3E%3Cpath d='M1219.51 344.78C1219.71 343.296 1218.65 341.924 1217.17 341.731C1215.68 341.538 1214.31 342.595 1214.12 344.079C1213.92 345.563 1214.98 346.935 1216.46 347.128C1217.95 347.321 1219.32 346.264 1219.51 344.78Z' fill='%233CADED'/%3E%3Cpath d='M1222.09 283.782C1223.28 283.937 1224.37 283.096 1224.53 281.903C1224.68 280.711 1223.84 279.619 1222.65 279.464C1221.45 279.309 1220.36 280.15 1220.21 281.342C1220.05 282.535 1220.89 283.627 1222.09 283.782Z' fill='%233CADED'/%3E%3Cpath d='M1263.96 245.588C1265.04 245.729 1266.1 244.907 1266.24 243.827C1266.38 242.748 1265.56 241.681 1264.48 241.54C1263.4 241.4 1262.34 242.222 1262.2 243.302C1262.06 244.381 1262.88 245.448 1263.96 245.588Z' fill='%233CADED'/%3E%3Cpath d='M1290.53 234.358C1290.63 233.549 1290.06 232.652 1289.12 232.529C1288.31 232.424 1287.41 232.993 1287.29 233.938C1287.18 234.747 1287.75 235.645 1288.7 235.767C1289.52 235.737 1290.42 235.168 1290.53 234.358Z' fill='%233CADED'/%3E%3Cpath d='M1308.76 298.883C1308.92 297.669 1308.1 296.601 1306.88 296.444C1305.67 296.286 1304.6 297.108 1304.44 298.322C1304.29 299.536 1305.11 300.604 1306.32 300.761C1307.4 300.902 1308.6 300.097 1308.76 298.883Z' fill='%233CADED'/%3E%3Cpath d='M1371.87 207.055C1369.98 206.81 1368.15 208.219 1367.91 210.108C1367.66 211.997 1369.07 213.827 1370.96 214.072C1372.85 214.317 1374.68 212.908 1374.92 211.019C1375.17 209.13 1373.89 207.318 1371.87 207.055Z' fill='%233CADED'/%3E%3Cpath d='M1251.6 312.176C1252.55 312.299 1253.33 311.577 1253.43 310.767C1253.55 309.823 1252.83 309.043 1252.02 308.938C1251.08 308.815 1250.3 309.537 1250.19 310.347C1249.95 311.139 1250.66 312.054 1251.6 312.176Z' fill='%233CADED'/%3E%3Cpath d='M1306.17 338.886C1308.33 339.167 1310.31 337.642 1310.59 335.481C1310.87 333.32 1309.35 331.341 1307.19 331.06C1305.03 330.779 1303.05 332.304 1302.77 334.465C1302.49 336.626 1304.01 338.605 1306.17 338.886Z' fill='%233CADED'/%3E%3Cpath d='M1320.41 284.206C1322.05 284.419 1323.55 283.262 1323.76 281.623C1323.98 279.983 1322.82 278.482 1321.18 278.269C1319.54 278.056 1318.04 279.212 1317.83 280.851C1317.61 282.491 1318.77 283.993 1320.41 284.206Z' fill='%233CADED'/%3E%3Cpath d='M1334.32 336.642C1332.29 336.379 1330.46 337.788 1330.2 339.812C1329.94 341.836 1331.35 343.666 1333.37 343.929C1335.39 344.191 1337.22 342.783 1337.49 340.759C1337.75 338.735 1336.34 336.905 1334.32 336.642Z' fill='%233CADED'/%3E%3Cpath d='M1387.29 261.609C1385.4 261.364 1383.72 262.655 1383.47 264.544C1383.23 266.433 1384.52 268.11 1386.41 268.356C1388.3 268.601 1389.98 267.31 1390.22 265.421C1390.47 263.532 1389.17 261.855 1387.29 261.609Z' fill='%233CADED'/%3E%3Cpath d='M1224.75 365.766C1222.86 365.521 1221.18 366.812 1220.93 368.702C1220.69 370.591 1221.98 372.268 1223.87 372.513C1225.76 372.758 1227.44 371.467 1227.68 369.578C1227.79 367.671 1226.5 365.994 1224.75 365.766Z' fill='%233CADED'/%3E%3Cpath d='M1387.42 310.199C1389.14 310.422 1390.71 309.213 1390.93 307.499C1391.15 305.785 1389.94 304.215 1388.23 303.992C1386.51 303.769 1384.94 304.978 1384.72 306.692C1384.5 308.406 1385.71 309.976 1387.42 310.199Z' fill='%233CADED'/%3E%3Cpath d='M1326.56 362.528C1325.48 362.388 1324.57 363.092 1324.43 364.172C1324.29 365.251 1324.99 366.166 1326.07 366.306C1327.15 366.446 1328.07 365.742 1328.21 364.663C1328.21 363.566 1327.51 362.651 1326.56 362.528Z' fill='%233CADED'/%3E%3Cpath d='M1380.61 360.494C1379.26 360.318 1377.91 361.24 1377.72 362.724C1377.54 364.074 1378.46 365.428 1379.95 365.621C1381.3 365.796 1382.65 364.875 1382.84 363.39C1383.04 361.906 1381.96 360.669 1380.61 360.494Z' fill='%233CADED'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='620.026' y1='33.0958' x2='734.569' y2='493.917' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231D4989'/%3E%3Cstop offset='1' stop-color='%2314285D'/%3E%3C/linearGradient%3E%3CradialGradient id='paint1_radial' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(700.5 129.687) rotate(98.5296) scale(238.955 1002.18)'%3E%3Cstop stop-color='%231C4587'/%3E%3Cstop offset='1' stop-color='%231A3C7C'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;content:'';display:block;position:absolute;width:100%;height:100%;right:0;bottom:0}section.section-feedback_promo .wrapper-content .wrapper-title{margin-bottom:2.22vw}section.section-feedback_promo .wrapper-content .wrapper-title h2{margin-bottom:1.66vw}section.section-feedback_promo .wrapper-content .wrapper-title p.max{margin-bottom:1.11vw;color:#f28505}section.section-feedback_promo .btn{padding:.83vw 5vw}section.section-clients .whome-title{margin-bottom:2.71vw}section.section-clients .slider{padding:0 3.75vw}section.section-clients .slider .slick-track{margin-left:1.38vw}section.section-clients .slider .slick-arrow{top:40%}section.section-clients .slider .slick-slide{height:11.1vw;width:12.7vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:2.71vw}section.section-successes .whome-title{margin-bottom:2.71vw}section.section-successes .slider .slick-slide{height:23.3vw;width:16.4vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:3.75vw}section.section-feedback_consult{padding:5.97vw .28vw;margin:5.2vw 0}section.section-feedback_consult .wrapper-title{margin-bottom:2.22vw}section.section-feedback_consult .wrapper-title h2{margin-bottom:.83vw}section.section-feedback_consult .input-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.section-feedback_consult .input-container .wrapper.wrapper-vertical{max-width:unset;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:2.22vw}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal{max-width:unset;margin-right:0;-webkit-box-flex:1;-ms-flex:1;flex:1}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .input-wrapper,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .textarea-wrapper{max-width:unset;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:2.08vw}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .input-wrapper:last-child,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .textarea-wrapper:last-child{margin-right:0}section.section-feedback_consult .input-container .btn{-ms-flex-item-align:end;align-self:flex-end}section.section-home_news{padding-bottom:4.44vw}section.section-home_news .whome-title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-home_news .whome-title a.allNews{font-size:1.66vw;line-height:2.5vw;font-weight:700;color:#f28505;position:relative;margin-right:2.22vw}section.section-home_news .whome-title a.allNews:before{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F28505' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11C0.447715 11 4.82823e-08 11.4477 0 12C-4.82823e-08 12.5523 0.447715 13 1 13L1 11ZM23.7071 12.7071C24.0976 12.3166 24.0976 11.6834 23.7071 11.2929L17.3431 4.92893C16.9526 4.53841 16.3195 4.53841 15.9289 4.92893C15.5384 5.31946 15.5384 5.95262 15.9289 6.34315L21.5858 12L15.9289 17.6569C15.5384 18.0474 15.5384 18.6805 15.9289 19.0711C16.3195 19.4616 16.9526 19.4616 17.3431 19.0711L23.7071 12.7071ZM1 13L23 13L23 11L1 11L1 13Z' fill='%23F28505'/%3E%3C/svg%3E%0A") no-repeat center/cover;content:"";display:block;position:absolute;right:-2.22vw;top:.55vw;width:1.66vw;height:1.66vw}section.section-home_news .slider .slick-slide{margin-right:2.22vw}section.section-home_news .wrapper-news{padding-bottom:1.66vw}section.section-home_news .wrapper-news .item{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);border-bottom-left-radius:.83vw;border-bottom-right-radius:.83vw}section.section-home_news .wrapper-news .item h3,section.section-home_news .wrapper-news .item p{color:#fff}section.section-home_news .wrapper-news .item .wrapper-content{padding:.83vw .55vw 1.11vw .55vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{margin-bottom:.55vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc h3,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc p{text-align:center}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc h3{font-size:1.38vw;line-height:2.08vw;font-weight:700;margin-bottom:.83vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data a,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data span{font-size:1.11vw;line-height:1.66vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data .data{font-weight:400;color:#38c1e1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data a.link{color:#f28505;font-weight:700}section.section-home_news .container-dots{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-home_news .container-dots .slick-dots{max-width:69.09vw;width:69.09vw;display:-webkit-box;display:-ms-flexbox;display:flex}section.section-home_news .container-dots .slick-dots li{-webkit-box-flex:1;-ms-flex:1;flex:1;height:.13vw;background:rgba(255,167,64,.3);border-radius:.13vw;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}section.section-home_news .container-dots .slick-dots li.slick-active{background:#f28505;height:.28vw;border-radius:.41vw}.container-dots{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container-dots .slick-dots{max-width:69.09vw;width:69.09vw;display:-webkit-box;display:-ms-flexbox;display:flex}.container-dots .slick-dots li{-webkit-box-flex:1;-ms-flex:1;flex:1;height:.13vw;background:rgba(255,167,64,.3);border-radius:.13vw;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.container-dots .slick-dots li.slick-active{background:#f28505;height:.28vw;border-radius:.41vw}section.section-about__main{padding-bottom:1.66vw}section.section-about__main .wrapper-content .wrapper-title{margin-bottom:1.11vw}section.section-about__main .wrapper-content .wrapper-title h2{margin-bottom:1.66vw}section.section-about__main .wrapper-content .wrapper-title p{margin-bottom:1.11vw}section.section-about__main .wrapper-content .wrapper-title p:last-child{margin-bottom:0}section.section-about__main .wrapper-content .wrapper-text p{margin-bottom:.83vw}section.section-about__main .wrapper-content .wrapper-text p:last-child{margin-bottom:0}section.section-about__main .wrapper-content .wrapper-text .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex}section.section-about__main .wrapper-content .wrapper-text .wrapper-flex p{display:block}section.section-about__main .wrapper-content .wrapper-text .wrapper-flex .namecomp{-webkit-box-flex:32%;-ms-flex:32%;flex:32%;margin-top:.13vw}section.section-comphistory{padding-top:1.66vw;padding-bottom:6.6vw}section.section-comphistory .wrapper-content .wrapper-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2.22vw}section.section-comphistory .wrapper-content .wrapper-title .block{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:2.22vw;border-radius:.55vw;-webkit-box-shadow:0 0 1.66vw rgba(0,0,0,.2);box-shadow:0 0 1.66vw rgba(0,0,0,.2);text-align:center;max-width:48.6vw}section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text{text-align:center}section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text p{color:#fff;font-size:1.38vw;line-height:2.08vw}section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text strong{color:#fff}section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text .orange,section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text strong.orange{color:#f28505}section.section-comphistory .wrapper-content .wrapper-date{margin-bottom:-2.5vw;padding-bottom:2.22vw}section.section-comphistory .wrapper-content .wrapper-date .item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2.5vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img{margin-top:-1.11vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img img{width:10.4vw;height:10.4vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text{line-height:9vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text p{display:inline-block;max-width:36.6vw}section.section-comphistory .wrapper-content .wrapper-date .item.rows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-comphistory .wrapper-content .wrapper-date .item.rows .wrapper-rows{display:-webkit-box;display:-ms-flexbox;display:flex}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text.title-text{margin-bottom:1.11vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text p{margin-bottom:1.11vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text p:last-child{margin-bottom:0}section.section-comphistory .wrapper-content .wrapper-description .wrapper-iclisttext{margin-bottom:2.22vw;padding-left:1.66vw}section.section-workcompany{padding-top:0;padding-bottom:6.6vw}section.section-workcompany h2{margin-bottom:4.03vw}section.section-workcompany .wrapper-cards{padding-bottom:3.75vw}section.section-workcompany .wrapper-cards .item{padding:3.33vw 1.66vw}section.section-workcompany .wrapper-cards .item .wrapper-icon .icon{margin-bottom:2.71vw}section.section-workcompany .wrapper-cards .item h3{margin-bottom:1.66vw;text-align:center}section.section-workcompany .wrapper-cards .item p{text-align:center}section.section-workcompany .bottom-desc{width:100%}section.section-workcompany .bottom-desc h4{font-size:2.22vw;line-height:2.22vw;font-weight:700;color:#1d4989;text-align:center}section.section-ourteam{overflow:hidden;padding-top:0;padding-bottom:14.6vw}section.section-ourteam .wrapper-title{margin-bottom:9.1vw}section.section-ourteam .wrapper-title h2{margin-bottom:1.66vw}section.section-ourteam .wrapper-title p{margin-bottom:1.66vw}section.section-ourteam .wrapper-title .wrapper-text p{margin-bottom:.83vw}section.section-ourteam .wrapper-title .wrapper-text p:last-child{margin-bottom:0}section.section-ourteam .wrapper-content.flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-ourteam .wrapper-content{position:relative}section.section-ourteam .wrapper-content:after,section.section-ourteam .wrapper-content:before{content:'';display:block;width:7.9vw;height:7.9vw;position:absolute}section.section-ourteam .wrapper-content:before{background:url("data:image/svg+xml,%3Csvg width='170' height='113' viewBox='0 0 170 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M27.3375 59.6005L79.5164 111.779C81.2438 113.448 83.9965 113.4 85.6648 111.672C87.2923 109.987 87.2923 107.316 85.6648 105.631L36.56 56.5263L85.6648 7.42158C87.3624 5.72372 87.3624 2.97108 85.6648 1.27322C83.9667 -0.424377 81.2143 -0.424377 79.5164 1.27322L27.3375 53.4522C25.6399 55.1503 25.6399 57.9027 27.3375 59.6005Z' fill='%231D4989'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1)'%3E%3Cpath d='M84.3375 59.6005L136.516 111.779C138.244 113.448 140.996 113.4 142.665 111.672C144.292 109.987 144.292 107.316 142.665 105.631L93.56 56.5263L142.665 7.42158C144.362 5.72372 144.362 2.97108 142.665 1.27322C140.967 -0.424377 138.214 -0.424377 136.516 1.27322L84.3375 53.4522C82.6399 55.1503 82.6399 57.9027 84.3375 59.6005Z' fill='%231D4989'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='113' height='113' fill='white' transform='translate(113 113) rotate(-180)'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='113' height='113' fill='white' transform='translate(170 113) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/cover;top:-6.6vw;left:36.3vw}section.section-ourteam .wrapper-content:after{background:url("data:image/svg+xml,%3Csvg width='170' height='113' viewBox='0 0 170 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M27.3375 59.6005L79.5164 111.779C81.2438 113.448 83.9965 113.4 85.6648 111.672C87.2923 109.987 87.2923 107.316 85.6648 105.631L36.56 56.5263L85.6648 7.42158C87.3624 5.72372 87.3624 2.97108 85.6648 1.27322C83.9667 -0.424377 81.2143 -0.424377 79.5164 1.27322L27.3375 53.4522C25.6399 55.1503 25.6399 57.9027 27.3375 59.6005Z' fill='%231D4989'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1)'%3E%3Cpath d='M84.3375 59.6005L136.516 111.779C138.244 113.448 140.996 113.4 142.665 111.672C144.292 109.987 144.292 107.316 142.665 105.631L93.56 56.5263L142.665 7.42158C144.362 5.72372 144.362 2.97108 142.665 1.27322C140.967 -0.424377 138.214 -0.424377 136.516 1.27322L84.3375 53.4522C82.6399 55.1503 82.6399 57.9027 84.3375 59.6005Z' fill='%231D4989'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='113' height='113' fill='white' transform='translate(113 113) rotate(-180)'/%3E%3C/clipPath%3E%3CclipPath id='clip1'%3E%3Crect width='113' height='113' fill='white' transform='translate(170 113) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/cover;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);bottom:-11.8vw;left:9.72vw}section.section-ourteam .wrapper-content .wrapper-text{padding-top:3.75vw;margin-right:2.71vw;max-width:50.8vw}section.section-ourteam .wrapper-content .wrapper-text p{margin-bottom:.83vw}section.section-ourteam .wrapper-content .wrapper-text p:last-child{margin-bottom:0}section.section-ourteam .wrapper-content .wrapper-img{margin-right:1.66vw;position:relative;width:40.5vw;height:56.8vw}section.section-ourteam .wrapper-content .wrapper-img:before{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);content:'';display:block;position:absolute;width:inherit;height:inherit;z-index:1;right:-5vw;top:1.38vw}section.section-ourteam .wrapper-content .wrapper-img img{position:relative;z-index:2}section.section-allclients .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-2.22vw}section.section-allclients .wrapper-content .item{max-width:calc(20% - ((2.22vw * 4)/ 5));-webkit-box-flex:20%;-ms-flex:20%;flex:20%;margin-bottom:2.22vw;margin-right:2.22vw;min-height:17.9vw}section.section-allclients .wrapper-content .item:nth-child(5n){margin-right:0}section.section-allclients .wrapper-content .item:hover .wrapper-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:opacityVisible;animation-name:opacityVisible;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}section.section-allclients .wrapper-content .item .wrapper-img{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}section.section-allclients .wrapper-content .item .wrapper-img img{max-width:16.8vw}section.section-allclients .wrapper-content .item .wrapper-btn{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:.83vw 2.71vw;opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange span{font-size:1.11vw;line-height:1.66vw}section.section-cert .wrapper-title{margin-bottom:3.75vw}section.section-cert .wrapper-title h2{font:700 1.66vw/2.5vw RobotoCondensed;margin-bottom:1.66vw;text-transform:unset;color:#000}section.section-cert .wrapper-title .wrapper-iclisttext{margin-bottom:1.66vw}section.section-cert .wrapper-title .desc-bottom p{font-size:1.66vw;margin-bottom:.83vw}section.section-cert .wrapper-title .desc-bottom p:last-child{margin-bottom:0}section.section-cert .wrapper-cert{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-cert .wrapper-cert .item{border:.069vw solid #1d4989;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.28vw;margin-right:6.94vw;padding:2.71vw 3.75vw}section.section-cert .wrapper-cert .item .wrapper-img{width:27.5vw}section.section-cert .wrapper-cert .item .wrapper-img img{width:inherit}section.section-awards .wrapper-content .wrapper-awards{margin-bottom:5vw}section.section-awards .wrapper-content .wrapper-awards .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6.6vw}section.section-awards .wrapper-content .wrapper-awards .item:last-child{margin-bottom:0}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text{max-width:44.4vw;margin-right:5vw;padding-left:6.6vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text p{margin-bottom:.83vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text p:last-child{margin-bottom:0}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column{margin-right:3.75vw;display:-webkit-box;display:-ms-flexbox;display:flex}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column{margin-bottom:3.33vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column img{margin-right:1.11vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column img:last-child{margin-right:0}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-vert{width:18.1vw;height:25.6vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-medal{width:9.3vw;height:9.3vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-hor{width:18.1vw;height:12.9vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-horbig{width:23.7vw;height:15.8vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-medal-big{width:18.4vw;height:18.4vw}section.section-awards .wrapper-content .desc-bottom p{margin-bottom:.83vw}section.section-awards .wrapper-content .desc-bottom p:last-child{margin-bottom:0}section.section-promo_preview{padding-bottom:6.6vw}section.section-promo_preview a,section.section-promo_preview h2,section.section-promo_preview p,section.section-promo_preview span{color:#fff}section.section-promo_preview .wrapper-title{margin-bottom:1.38vw}section.section-promo_preview .wrapper .wrapper-offer{padding-top:1.38vw;margin-right:13.6vw}section.section-promo_preview .wrapper .wrapper-offer h3{font-size:2.71vw;line-height:4.16vw;margin-bottom:1.66vw}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext{margin-bottom:1.25vw}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext:last-child{margin-bottom:0}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext p{color:#f28505}section.section-ouradvent h2{margin-bottom:2.71vw}section.section-ouradvent .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-ouradvent .wrapper-flex .wrapper h3{color:#f28505;margin-bottom:2.22vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items{margin-bottom:-1.66vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item{margin-bottom:1.66vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item .circle{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item .circle .icon{width:2.22vw;height:2.22vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item p{display:block;max-width:22.9vw}section.section-dogonline h2{margin-bottom:3.75vw}section.section-dogonline a,section.section-dogonline p,section.section-dogonline span{color:#000}section.section-dogonline h3{color:#000}section.section-dogonline .wrapper-links{margin-bottom:3.33vw}section.section-dogonline .wrapper-links .bottom,section.section-dogonline .wrapper-links .top{display:-webkit-box;display:-ms-flexbox;display:flex}section.section-dogonline .wrapper-links .bottom .wrapper-ictext,section.section-dogonline .wrapper-links .top .wrapper-ictext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-dogonline .wrapper-links .bottom .wrapper-ictext span,section.section-dogonline .wrapper-links .top .wrapper-ictext span{color:#f28505;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}section.section-dogonline .wrapper-links .bottom .wrapper-ictext span:hover,section.section-dogonline .wrapper-links .top .wrapper-ictext span:hover{opacity:.6}section.section-dogonline .wrapper-links .top{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2.08vw}section.section-dogonline .wrapper-links .top .wrapper-ictext{margin-right:5vw}section.section-dogonline .wrapper-links .top .wrapper-ictext:last-child{margin-right:0}section.section-dogonline .wrapper-links .top .wrapper-ictext .icon{display:block;width:2.71vw;height:2.71vw}section.section-dogonline .wrapper-links .top .wrapper-ictext span{display:block;font-size:2.22vw;line-height:3.33vw;font-weight:700}section.section-dogonline .wrapper-links .bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-dogonline .wrapper-links .bottom .wrapper-ictext{margin-right:1.66vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext:last-child{margin-right:0}section.section-dogonline .wrapper-links .bottom .wrapper-ictext .icon{display:block;width:2.22vw;height:2.22vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext span{display:block;font-size:1.66vw;line-height:2.5vw;font-weight:700}section.section-dogonline .wrapper-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-dogonline .wrapper-info .wrapper.one h3{font-size:1.66vw;line-height:2.5vw;color:#000;margin-bottom:1.66vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.11vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext:last-child{margin-bottom:0}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext .icon{width:2.22vw;height:2.22vw;margin-top:.28vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext p{max-width:36.6vw}section.section-dogonline .wrapper-info .wrapper.two h3{font-size:2.22vw;line-height:3.33vw;color:#1e4a8a;margin-bottom:1.66vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.11vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex img{width:7.63vw;height:7.63vw;margin-right:1.38vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex p{font-size:1.66vw;line-height:2.5vw}section.section-dogonline .wrapper-info .wrapper.two .text__bottom{font-size:2.22vw;line-height:3.33vw;font-weight:700;color:#1e4a8a}section.section-feedback_sale .container-form .input-container.input-horizontal .input-wrapper input{border-radius:2.08vw}section.section-promo_tarifs{margin-bottom:6.6vw}section.section-promo_tarifs h2{margin-bottom:4.03vw}section.section-promo_tarifs .wrapper-iclisttext{margin-bottom:-2.22vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext{margin-bottom:2.22vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext .icon{width:3.75vw;height:3.75vw;margin-right:2.08vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext span{font-size:2.22vw;line-height:3.33vw;font-weight:700;color:#f28505;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext span:hover{opacity:.6}section.section-feedback_calc{padding-bottom:6.6vw}section.section-feedback_calc .container .wrapper-title{margin-bottom:3.75vw}section.section-feedback_calc .container .wrapper-title h2{margin-bottom:1.66vw}section.section-feedback_calc .container .container-form .is-wrapper.input-wrapper input{border-radius:2.08vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{padding:.83vw 6.6vw}section.section-allprices{margin-bottom:6.6vw}section.section-allprices h2{margin-bottom:4.44vw}section.section-allprices .wrapper-img{margin-bottom:4.44vw}section.section-allprices .wrapper-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6.6vw}section.section-allprices .wrapper-btn .btn{margin-right:11.8vw}section.section-allprices .wrapper-btn .btn span{margin-right:1.11vw}section.section-allprices .wrapper-btn .btn:last-child{margin-right:0}section.section-allprices .wrapper-btn .btn.btn-link{padding:1.25vw 6.6vw}section.section-allprices .wrapper-btn .btn.btn-link:before{width:1.66vw;height:1.66vw;right:5vw}section.section-allprices .wrapper-content .wrapper-text{margin-bottom:.83vw}section.section-allprices .wrapper-content .wrapper-text p{margin-bottom:1.11vw}section.section-allprices .wrapper-content .wrapper-text p:last-child{margin-bottom:0}section.section-allprices .wrapper-iclisttext{margin-bottom:-.83vw}section.section-allprices .wrapper-iclisttext .wrapper-ictext{margin-bottom:.83vw}section.section-askoe_main{padding:5vw 0}section.section-feedback_askoe{padding-bottom:3.33vw}section.section-descaskoe{padding-bottom:6.6vw}section.section-descaskoe h2{margin-bottom:3.75vw}section.section-descaskoe .wrapper-cards{padding-bottom:3.75vw}section.section-descaskoe .wrapper-cards .item .icon{margin:0 auto 2.71vw auto}section.section-descaskoe .wrapper-cards .item p{font-weight:400}section.section-descaskoe .wrapper-text p strong.suptext{font-size:3.33vw;line-height:2.5vw}section.section-forsystemaskoe{padding-bottom:6.6vw}section.section-forsystemaskoe h2{margin-bottom:3.75vw}section.section-forsystemaskoe .wrapper-flex{margin-bottom:-1.66vw;padding-bottom:3.75vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext{margin-bottom:1.66vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext .icon{width:2.22vw;height:2.22vw;margin-top:.28vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext p{font-weight:700}section.section-forsystemaskoe .wrapper-text{text-align:center}section.section-forsystemaskoe .wrapper-text h3{color:#f28505;margin-bottom:.83vw}section.section-forsystemaskoe .wrapper-text p{margin-bottom:.83vw}section.section-forsystemaskoe .wrapper-text p:last-child{margin-bottom:0}section.section-feedback__askoeprice{padding-bottom:6.6vw}section.section-feedback__askoeprice .wrapper-title{margin-bottom:2.22vw}section.section-feedback__askoeprice .wrapper-title h2{margin-bottom:3.75vw}section.section-feedback__askoeprice .container .container-form{padding:3.75vw 1.11vw 3.75vw 4.44vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal{margin-bottom:-2.22vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input{margin-right:.83vw;max-width:unset;margin-bottom:2.22vw;-webkit-box-flex:29%;-ms-flex:29%;flex:29%}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input:nth-child(3n){margin-right:0}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input:last-child{margin-right:0;-webkit-box-flex:39%;-ms-flex:39%;flex:39%}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input input{border-radius:2.08vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input .btn.btn-orange{margin-left:auto;padding:.83vw 7.63vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input:nth-child(1),section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input:nth-child(3){-webkit-box-flex:29%;-ms-flex:29%;flex:29%}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:.83vw;-webkit-box-flex:39%;-ms-flex:39%;flex:39%}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .wrapper-select .new-select{text-transform:unset}section.section-ppko__main h2{font:700 2.08vw/3.33vw RobotoCondensed;margin-bottom:3.75vw}section.section-ppko__main .wrapper-cards .item .icon{margin:0 auto 2.91vw auto}section.section-ppko__main .wrapper-cards .item p{font-weight:400}section.section-feedback__askoeprice_ppko{padding-bottom:6.6vw}section.section-feedback__askoeprice_ppko .container .container-form{padding:3.75vw 1.11vw 3.75vw 4.44vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal{margin-bottom:-2.22vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input{margin-right:2.22vw !important;max-width:unset;margin-bottom:2.22vw;max-width:37%;-webkit-box-flex:37%;-ms-flex:37%;flex:37%}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input:last-child{margin-right:0;-webkit-box-flex:20%;-ms-flex:20%;flex:20%}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input input{border-radius:2.08vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.83vw 5vw;margin-top:-.13vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:.83vw;-webkit-box-flex:39%;-ms-flex:39%;flex:39%}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .wrapper-select .new-select{text-transform:unset}section.section-enconsalt__main{padding-bottom:2.71vw}section.section-enconsalt__main .wrapper-title{margin-bottom:2.71vw}section.section-enconsalt__main .wrapper-title h2{margin-bottom:1.66vw}section.section-enconsalt__main .wrapper-title h3{color:#000;margin-bottom:3.75vw}section.section-enconsalt__main .wrapper-cards .item{padding:3.75vw 1.66vw}section.section-enconsalt__main .wrapper-cards .item .icon{margin:0 auto 2.71vw auto;width:6.25vw;height:6.25vw}section.section-enconsalt__main .wrapper-cards .item p{font-weight:400}section.section-feedback__askoeprice_enconsalt{padding-bottom:6.6vw}section.section-feedback__askoeprice_enconsalt .container .container-form{padding:3.75vw 1.66vw 3.75vw 1.66vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal{margin-bottom:-2.22vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input{margin-right:1.11vw;margin-bottom:2.22vw;max-width:unset;-webkit-box-flex:1;-ms-flex:1;flex:1}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input:first-child{-webkit-box-flex:2;-ms-flex:2;flex:2}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input:last-child{margin-right:0}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input input{border-radius:2.08vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.83vw 5.4vw;margin-top:-.13vw}section.section-bgroup__main .wrapper-content .wrapper-text{margin-bottom:1.66vw}section.section-bgroup__main .wrapper-content .slow{padding-left:11.39vw}section.section-bgroup__main .wrapper-content .slow h2{font:700 2.22vw/3.33vw RobotoCondensed;color:#1d4989;text-transform:unset;margin-bottom:1.11vw}section.section-bgroup__main .wrapper-content .slow p{padding-left:9.4vw}section.section-groupperv{padding-bottom:6.6vw}section.section-groupperv h2{margin-bottom:6.6vw}section.section-groupperv .box{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:2.22vw 6.38vw;-webkit-box-shadow:0 0 .83vw rgba(0,0,0,.15);box-shadow:0 0 .83vw rgba(0,0,0,.15);border-radius:.28vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-groupperv .box h3{font-size:1.66vw;line-height:2.5vw;margin-bottom:1.66vw;text-align:center}section.section-groupperv .box .wrapper{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}section.section-groupperv .box .wrapper p{color:#fff;font-weight:700}section.section-groupperv .box .wrapper p:first-child{margin-bottom:.55vw}section.section-groupperv .box .wrapper p span{font-size:3.75vw;line-height:2.5vw;font-weight:700;color:#f28505;margin:0 .55vw}section.section-groupperv .box .wrapper p.sup{font-size:2.71vw;line-height:2.5vw;font-weight:700;text-transform:uppercase;font-variant:small-caps}section.section-groupperv .bottom{margin:3.33vw auto 0 auto}section.section-groupperv .bottom h3{text-align:center}section.section-groupperv .wrapper-flex{padding:5vw 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-groupperv .wrapper-flex .item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}section.section-groupperv .wrapper-flex .item p{color:#1d4989;font-weight:700}section.section-feedback_group{padding-bottom:6.6vw}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical{max-width:unset;-webkit-box-flex:2;-ms-flex:2;flex:2}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn{-webkit-box-flex:9%;-ms-flex:9%;flex:9%}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{padding:.83vw 6.38vw}section.section-docs .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-docs .wrapper-content .wrapper-ictext{padding:1.11vw 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.069vw solid #e0e0e0}section.section-docs .wrapper-content .wrapper-ictext:first-child{padding-top:0}section.section-docs .wrapper-content .wrapper-ictext a:hover{opacity:1}section.section-docs .wrapper-content .wrapper-ictext .icon{width:3.75vw;height:3.75vw;margin-right:1.66vw}section.section-docs .wrapper-content .wrapper-ictext .namefile{font-size:1.11vw;line-height:1.66vw;color:#000;font-weight:400}section.section-gase__main .wrapper-title{margin-bottom:2.22vw}section.section-gase__main .wrapper-info h3{font-size:1.66vw;line-height:2.5vw;font-weight:400;color:#000;margin-bottom:1.66vw}section.section-gase__main .wrapper-info .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext{margin-right:11.1vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext:last-child{margin-right:0}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext .icon{margin-right:2.08vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext p{max-width:36.6vw}section.section-gase__pervagi{padding-bottom:6.6vw}section.section-gase__pervagi h2{margin-bottom:3.75vw}section.section-gase__pervagi .box{position:relative;padding:3.75vw 0}section.section-gase__pervagi .box .overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}section.section-gase__pervagi .box .wrapper-items.item-3{margin-bottom:-2.22vw}section.section-gase__pervagi .box .wrapper-items{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:2}section.section-gase__pervagi .box .wrapper-items .item{margin-right:1.11vw;margin-bottom:2.22vw}section.section-gase__pervagi .box .wrapper-items .item:nth-child(3n){margin-right:0}section.section-gase__pervagi .box .wrapper-items .item .circle{background:#fff;width:3.75vw;height:3.75vw}section.section-gase__pervagi .box .wrapper-items .item p{max-width:22.9vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:700}section.section-gase__docs{padding-bottom:5vw}section.section-gase__docs h2{margin-bottom:3.75vw}section.section-gase__docs h3{color:#000;margin-bottom:2.22vw}section.section-gase__docs .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2.22vw}section.section-gase__docs .wrapper-flex .box{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);max-height:17.777vw;padding:2.22vw 2.22vw 2.22vw 2.22vw;-webkit-box-shadow:0 0 .83vw rgba(0,0,0,.15);box-shadow:0 0 .83vw rgba(0,0,0,.15);border-radius:.28vw;position:relative;border:.069vw solid #365da7;margin-right:5vw}section.section-gase__docs .wrapper-flex .box:last-child{margin-right:0}section.section-gase__docs .wrapper-flex .box:before{background:url("data:image/svg+xml,%3Csvg width='86' height='86' viewBox='0 0 86 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.05' clip-path='url(%23clip0)'%3E%3Cpath d='M85.2922 10.8541C85.2412 10.8061 75.1394 1.17221 75.1394 1.17221C74.7532 0.80167 74.3538 0.418701 73.608 0.418701H32.9394C31.7515 0.418701 30.785 1.38503 30.785 2.5729V9.18801L16.4514 11.6451C15.3025 11.8466 14.5298 12.9461 14.7289 14.0939L15.4564 18.3354C10.7974 19.9032 6.01416 21.5194 1.39653 23.1781C0.305406 23.5771 -0.2672 24.7903 0.122152 25.888L9.30752 51.4219C9.49229 51.9357 9.97654 52.2557 10.493 52.2557C10.6345 52.2557 10.7786 52.2317 10.9194 52.181C11.5741 51.9455 11.9139 51.2239 11.6784 50.5691L2.62892 25.4128C6.97931 23.8552 11.4846 22.3307 15.8875 20.8487L20.2163 46.0852L25.1972 75.1492C25.3771 76.1751 26.2789 76.9051 27.2968 76.9051C27.412 76.9051 27.5289 76.8957 27.6462 76.8764L41.1368 74.5613L51.6785 72.7543L35.8237 78.453L23.321 82.9483L13.611 55.9408C13.3757 55.286 12.6543 54.9462 11.9994 55.1816C11.3446 55.4169 11.0048 56.1385 11.2402 56.7932L21.0878 84.1846C21.4028 85.0459 22.2188 85.5814 23.0813 85.5814C23.3196 85.5814 23.5617 85.5404 23.7975 85.4542L36.6758 80.824L65.9182 70.3135L71.5047 69.3559H83.8455C85.0334 69.3559 85.9999 68.3874 85.9999 67.1969V12.2736C86 11.5196 85.5909 11.1349 85.2922 10.8541ZM81.9545 11.1524H75.6507L75.4944 11.1531C75.1926 11.1551 74.486 11.1603 74.3067 10.9823C74.2654 10.9411 74.217 10.8037 74.217 10.5486L74.2024 3.7601L81.9545 11.1524ZM83.4805 66.8361H33.3045V42.2846C33.3045 41.5889 32.7405 41.0248 32.0448 41.0248C31.3491 41.0248 30.785 41.5889 30.785 42.2846V67.1965C30.785 68.3869 31.7515 69.3556 32.9394 69.3556H56.5914L40.7108 72.0777L27.6123 74.3256L22.6995 45.6592L17.2793 14.0593L30.7848 11.7442V36.4393C30.7848 37.135 31.3489 37.699 32.0446 37.699C32.7403 37.699 33.3044 37.135 33.3044 36.4393V2.93806H71.681L71.6975 10.5514C71.6975 11.4742 71.9782 12.2207 72.5316 12.7703C73.3821 13.6147 74.5842 13.6735 75.3305 13.6735C75.3947 13.6735 75.4555 13.6729 75.5124 13.6726L83.4805 13.6721V66.8361Z' fill='white'/%3E%3Cpath d='M39.377 19.9797C39.377 20.6755 39.941 21.2395 40.6367 21.2395H76.6553C77.351 21.2395 77.915 20.6755 77.915 19.9797C77.915 19.284 77.351 18.72 76.6553 18.72H40.6367C39.941 18.72 39.377 19.284 39.377 19.9797Z' fill='white'/%3E%3Cpath d='M76.6553 27.6696H40.6367C39.941 27.6696 39.377 28.2336 39.377 28.9293C39.377 29.625 39.941 30.1891 40.6367 30.1891H76.6553C77.351 30.1891 77.915 29.625 77.915 28.9293C77.915 28.2336 77.351 27.6696 76.6553 27.6696Z' fill='white'/%3E%3Cpath d='M76.6553 36.6193H40.6367C39.941 36.6193 39.377 37.1833 39.377 37.879C39.377 38.5748 39.941 39.1388 40.6367 39.1388H76.6553C77.351 39.1388 77.915 38.5748 77.915 37.879C77.915 37.1833 77.351 36.6193 76.6553 36.6193Z' fill='white'/%3E%3Cpath d='M76.6553 45.5691H40.6367C39.941 45.5691 39.377 46.1331 39.377 46.8289C39.377 47.5246 39.941 48.0886 40.6367 48.0886H76.6553C77.351 48.0886 77.915 47.5246 77.915 46.8289C77.915 46.1331 77.351 45.5691 76.6553 45.5691Z' fill='white'/%3E%3Cpath d='M76.6553 54.5189H40.6367C39.941 54.5189 39.377 55.083 39.377 55.7787C39.377 56.4744 39.941 57.0385 40.6367 57.0385H76.6553C77.351 57.0385 77.915 56.4744 77.915 55.7787C77.915 55.083 77.351 54.5189 76.6553 54.5189Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='86' height='86' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/cover;content:"";position:absolute;width:5.97vw;height:6.6vw;display:block;z-index:1;right:1.38vw;bottom:1.38vw}section.section-gase__docs .wrapper-flex .box h4,section.section-gase__docs .wrapper-flex .box p{color:#fff}section.section-gase__docs .wrapper-flex .box h4{position:relative;z-index:2;font-size:2.22vw;line-height:3.33vw;margin-bottom:1.66vw}section.section-gase__docs .wrapper-flex .box .wrapper{position:relative;z-index:1}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext{margin-bottom:.83vw}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext:last-child{margin-bottom:0}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext .icon{margin-right:1.25vw;width:2.22vw;height:2.22vw}section.section-gase__docs .desc-bottom{margin-bottom:2.71vw}section.section-gase__docs .wrapper-docs h3{color:#1d4989;margin-bottom:2.22vw}section.section-gase__docs .wrapper-docs .wrapper a:hover{opacity:1}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext{margin-bottom:1.66vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext:last-child{margin-bottom:0}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext .icon{width:2.71vw;height:2.71vw;margin-right:.83vw;margin-top:.28vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext span{font-size:2.22vw;line-height:3.33vw;font-weight:700;color:#f28505}section.section-feedback_gase{padding-bottom:0;margin-bottom:6.6vw}section.section-feedback_gase .container .container-form{background:0 0}section.section-feedback_gase .container .container-form .wrapper-title{margin-bottom:3.75vw}section.section-feedback_gase .container .container-form .wrapper-title h3{margin-bottom:.83vw}section.section-feedback_gase .container .container-form .wrapper-title p{color:#fff}section.section-feedback_gase .container .container-form .wrapper-title p.desc-title{margin-bottom:1.11vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal{margin-bottom:0}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input{margin-right:1.66vw;margin-bottom:0;max-width:unset;-webkit-box-flex:2;-ms-flex:2;flex:2}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input:first-child{-webkit-box-flex:3;-ms-flex:3;flex:3}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input:last-child{margin-right:0;-webkit-box-flex:14%;-ms-flex:14%;flex:14%}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input input{border-radius:.55vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.83vw 2.71vw;margin-top:-.13vw}section.section-gase__pirces{padding-bottom:6.6vw}section.section-gase__pirces h2{margin-bottom:3.75vw}section.section-gase__pirces .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab{background:#fff;margin-right:.28vw;width:9.72vw;height:3.33vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.28vw .28vw 0 0;border-top:.069vw solid #f28505;border-left:.069vw solid #f28505;border-right:.069vw solid #f28505;text-align:center;cursor:pointer}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab:last-child{margin-right:0}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab span{color:#f28505;font-size:1.66vw;line-height:1.66vw}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab.active{background:#f28505}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab.active span{color:#fff}.tabs-content .tab-content{display:none!important}.tabs-content .tab-content.active{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}section.section-faq .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-2.22vw}section.section-faq .wrapper-flex .item{margin-right:1.66vw;margin-bottom:2.22vw;-webkit-box-shadow:0 0 .83vw rgba(0,0,0,.07);box-shadow:0 0 .83vw rgba(0,0,0,.07);border-left:.069vw solid #1d4989;border-right:.069vw solid #1d4989;border-bottom:.069vw solid #1d4989}section.section-faq .wrapper-flex .item:nth-child(2n){margin-right:0}section.section-faq .wrapper-flex .item .header{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:1.38vw 1.66vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:7.63vw;max-height:7.63vw}section.section-faq .wrapper-flex .item .header .circle{background:#fff;margin-right:2.22vw;width:3.33vw;height:3.33vw;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}section.section-faq .wrapper-flex .item .header .circle span.number{font-size:2.22vw;line-height:3.33vw;color:#f28505;font-weight:700}section.section-faq .wrapper-flex .item .header h2,section.section-faq .wrapper-flex .item .header h3{font:700 1.66vw/2.5vw RobotoCondensed;display:block;color:#fff;max-width:36.6vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-transform:none}section.section-faq .wrapper-flex .item .content{padding:1.66vw;text-align:center}section.section-blog .wrapper-flex{margin-bottom:-1.66vw}section.section-blog .wrapper-flex .item{padding-bottom:1.66vw;-webkit-box-shadow:0 0 .83vw rgba(0,0,0,.25);box-shadow:0 0 .83vw rgba(0,0,0,.25);border-radius:.28vw;margin-bottom:1.66vw}section.section-blog .wrapper-flex .item .wrapper-img{width:100%;max-height:26.66vw;height:26.66vw;margin-bottom:1.66vw}section.section-blog .wrapper-flex .item .wrapper-img img{width:inherit;height:inherit}section.section-blog .wrapper-flex .item .wrapper-text{margin-bottom:1.11vw;padding:0 1.11vw}section.section-blog .wrapper-flex .item .wrapper-text h3{font-size:1.66vw;line-height:2.5vw;color:#000;font-weight:700;margin-bottom:1.11vw;min-height:5vw}section.section-blog .wrapper-flex .item .wrapper-text p{font-size:1.11vw;line-height:1.66vw;font-weight:400;color:#000}section.section-blog .wrapper-flex .item .wrapper-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 1.11vw}section.section-blog .wrapper-flex .item .wrapper-link .link{margin-left:auto;color:#f28505;font-size:1.11vw;line-height:1.66vw;font-weight:700}section.section-article .container-content__content-img{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.11vw}section.section-article .container-content__content-img .container-content{margin-right:5vw}section.section-article .container-content__content-img .container-img{width:46.25vw;-ms-flex-item-align:start;align-self:flex-start;height:38.75vw}section.section-article .container-content__content-img .container-img .wrapper-img{width:inherit;height:inherit}section.section-article .container-content__content-img .container-img .wrapper-img img{width:inherit;height:inherit}section.section-article .container-content__content-img-two .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-article .container-content__content-img-two .wrapper .wrapper-img{width:27.5vw;height:38.9vw;margin-right:8.333vw}section.section-article .container-content__content-img-two .wrapper .wrapper-img:last-child{margin-right:0}section.section-article .container-content__content-img-two .wrapper .wrapper-img img{width:inherit;height:inherit}section.section-article .container-content{margin-bottom:3.33vw}section.section-article .container-content .container-content__text{margin-bottom:3.33vw}section.section-article .container-content .container-content__text:last-child{margin-bottom:0}section.section-article .container-content .container-content__text .wrapper-text{margin-bottom:3.33vw}section.section-article .container-content .container-content__text .wrapper-text:last-child{margin-bottom:0}section.section-article .container-content .container-content__text .wrapper-text h2,section.section-article .container-content .container-content__text .wrapper-text h3,section.section-article .container-content .container-content__text .wrapper-text h4,section.section-article .container-content .container-content__text .wrapper-text h5{font:700 2.22vw/3.33vw RobotoCondensed;color:#1d4989;text-transform:unset;margin-bottom:1.66vw}section.section-article .container-content .container-content__text .wrapper-text p,section.section-article .container-content .container-content__text .wrapper-text span{margin-bottom:1.11vw}section.section-article .container-content .container-content__text .wrapper-text p:last-child,section.section-article .container-content .container-content__text .wrapper-text span:last-child{margin-bottom:0}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext{margin-bottom:1.11vw;margin-top:1.11vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h2,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h3,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h4,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h5{font-size:1.66vw;line-height:2.5vw;color:#000;font-weight:400;margin-bottom:1.11vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.83vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext:last-child{margin-bottom:0}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext .icon{width:2.22vw;height:2.22vw;margin-right:1.11vw;margin-top:-.28vw}section.section-stages__main{padding-top:5vw;padding-bottom:3.75vw}section.section-stages__main .wrapper-content .desc.wrapper-text{margin-bottom:2.22vw}section.section-stages__main .container-box h2{font:700 1.66vw/2.5vw RobotoCondensed;text-transform:unset;color:#000;margin-bottom:1.66vw}section.section-stages__main .container-box .wrapper-box{display:-webkit-box;display:-ms-flexbox;display:flex}section.section-stages__main .container-box .wrapper-box .box{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);-webkit-box-shadow:0 0 .83vw rgba(0,0,0,.15);box-shadow:0 0 .83vw rgba(0,0,0,.15);border-radius:.28vw;border:.069vw solid #365da7;padding:1.66vw 3.33vw;-webkit-box-flex:1;-ms-flex:1;flex:1}section.section-stages__main .container-box .wrapper-box .box:first-child{margin-right:5vw}section.section-stages__main .container-box .wrapper-box .box h3{font-size:1.66vw;line-height:2.5vw;font-weight:700;color:#fff;margin-bottom:1.11vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext{display:-webkit-box;display:-ms-flexbox;display:flex}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext .icon{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-top:-.28vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;font-size:1.66vw;line-height:2.5vw;font-weight:400}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p a{color:#f28505;font-size:inherit;line-height:inherit;font-weight:inherit;margin-left:.55vw}section.section-stages__numbers{padding-bottom:6.6vw}section.section-stages__numbers h2{font:700 1.66vw/2.5vw RobotoCondensed;text-transform:unset;color:#000;margin-bottom:4.44vw}section.section-stages__numbers .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-3.75vw;padding-bottom:3.75vw}section.section-stages__numbers .wrapper-content .item{max-width:calc(50% - ((2.22vw * 1)/ 2));-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-right:2.22vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3.75vw}section.section-stages__numbers .wrapper-content .item:nth-child(2n){margin-right:0}section.section-stages__numbers .wrapper-content .item:nth-child(5){max-width:unset;-webkit-box-flex:1;-ms-flex:1;flex:1}section.section-stages__numbers .wrapper-content .item:nth-child(5) .content p{max-width:90vw}section.section-stages__numbers .wrapper-content .item .content p{max-width:38.2vw}section.section-stages__numbers .desc-bottom p{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2.22vw;line-height:3.33vw;font-weight:700;color:#000}section.section-stages__numbers .desc-bottom p a{font-size:inherit;line-height:inherit;font-weight:inherit;color:#f28505;text-decoration:underline;margin-left:.55vw}section.section-news .wrapper-flex .item{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}section.section-news .wrapper-flex .item .wrapper-text h3{color:#fff!important}section.section-news .wrapper-flex .item .wrapper-text p{color:#fff!important}section.section-news .wrapper-flex .item .wrapper-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .text{color:#fff;font-size:1.11vw;line-height:1.66vw;font-weight:300;margin-right:1.11vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .icon{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22.6648C11.6583 22.6648 11.3289 22.541 11.0722 22.3162C10.1026 21.4684 9.16789 20.6717 8.34318 19.9689L8.33897 19.9653C5.92107 17.9048 3.83312 16.1254 2.38037 14.3725C0.756407 12.4129 0 10.5549 0 8.52521C0 6.55316 0.676207 4.73383 1.90393 3.4021C3.1463 2.05463 4.851 1.3125 6.70458 1.3125C8.08995 1.3125 9.35869 1.75049 10.4754 2.6142C11.039 3.05017 11.5499 3.58374 12 4.20612C12.4502 3.58374 12.9609 3.05017 13.5247 2.6142C14.6415 1.75049 15.9102 1.3125 17.2956 1.3125C19.149 1.3125 20.8538 2.05463 22.0962 3.4021C23.3239 4.73383 24 6.55316 24 8.52521C24 10.5549 23.2437 12.4129 21.6198 14.3723C20.167 16.1254 18.0793 17.9046 15.6617 19.9649C14.8355 20.6688 13.8993 21.4667 12.9276 22.3165C12.6711 22.541 12.3415 22.6648 12 22.6648ZM6.70458 2.71838C5.24834 2.71838 3.91058 3.29956 2.93737 4.35498C1.9497 5.42633 1.4057 6.90729 1.4057 8.52521C1.4057 10.2323 2.04016 11.759 3.4627 13.4755C4.83764 15.1346 6.88274 16.8774 9.25065 18.8954L9.25505 18.899C10.0829 19.6046 11.0213 20.4044 11.998 21.2584C12.9805 20.4027 13.9204 19.6016 14.7499 18.895C17.1176 16.877 19.1625 15.1346 20.5374 13.4755C21.9598 11.759 22.5943 10.2323 22.5943 8.52521C22.5943 6.90729 22.0503 5.42633 21.0626 4.35498C20.0896 3.29956 18.7516 2.71838 17.2956 2.71838C16.2288 2.71838 15.2494 3.0575 14.3846 3.7262C13.6139 4.32239 13.077 5.07605 12.7622 5.60339C12.6004 5.87457 12.3155 6.03644 12 6.03644C11.6845 6.03644 11.3996 5.87457 11.2377 5.60339C10.9231 5.07605 10.3863 4.32239 9.6154 3.7262C8.75059 3.0575 7.77116 2.71838 6.70458 2.71838Z' fill='%23F28505'/%3E%3C/svg%3E%0A") no-repeat center/cover;display:block;width:1.66vw;height:1.66vw;margin-right:.55vw;-webkit-transition:background .3s linear;-o-transition:background .3s linear;transition:background .3s linear}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .icon:hover{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.625 1.40625C16.3227 1.40625 15.1287 1.81894 14.0762 2.63287C13.0673 3.4132 12.3955 4.40709 12 5.12981C11.6045 4.40705 10.9327 3.4132 9.92377 2.63287C8.87133 1.81894 7.67733 1.40625 6.375 1.40625C2.74069 1.40625 0 4.37892 0 8.32097C0 12.5798 3.4192 15.4935 8.59542 19.9046C9.47442 20.6537 10.4707 21.5028 11.5063 22.4084C11.6428 22.5279 11.8181 22.5938 12 22.5938C12.1819 22.5938 12.3572 22.5279 12.4937 22.4085C13.5293 21.5027 14.5256 20.6537 15.4051 19.9042C20.5808 15.4935 24 12.5798 24 8.32097C24 4.37892 21.2593 1.40625 17.625 1.40625Z' fill='%23F28505'/%3E%3C/svg%3E") no-repeat center/cover}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .number{color:#fff;font-size:1.11vw;line-height:1.66vw;font-weight:300}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like.active .icon{background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.625 1.40625C16.3227 1.40625 15.1287 1.81894 14.0762 2.63287C13.0673 3.4132 12.3955 4.40709 12 5.12981C11.6045 4.40705 10.9327 3.4132 9.92377 2.63287C8.87133 1.81894 7.67733 1.40625 6.375 1.40625C2.74069 1.40625 0 4.37892 0 8.32097C0 12.5798 3.4192 15.4935 8.59542 19.9046C9.47442 20.6537 10.4707 21.5028 11.5063 22.4084C11.6428 22.5279 11.8181 22.5938 12 22.5938C12.1819 22.5938 12.3572 22.5279 12.4937 22.4085C13.5293 21.5027 14.5256 20.6537 15.4051 19.9042C20.5808 15.4935 24 12.5798 24 8.32097C24 4.37892 21.2593 1.40625 17.625 1.40625Z' fill='%23F28505'/%3E%3C/svg%3E") no-repeat center/cover;display:block;width:1.66vw;height:1.66vw}section.section-news .wrapper-flex .item .wrapper-link .link{margin-left:0!important}section.section-new .container-content .container-content__text .wrapper-text h2{color:#000}section.section-cabinet .wrapper-content h2{font:700 1.66vw/2.5vw RobotoCondensed;margin-bottom:3.75vw;color:#000;text-transform:unset}section.section-cabinet .wrapper-content .wrapper-items{padding-bottom:3.33vw}section.section-cabinet .wrapper-content .wrapper-items .item .circle{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}section.section-cabinet .wrapper-content .wrapper-items .item p{max-width:27.1vw}section.section-cabinet .wrapper-content .wrapper-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.section-feedback__tarifcalc .container-form h2{font-family:RobotoCondensed;text-transform:unset}section.section-feedback__tarifcalc .container-form .input-container .wrapper .is-wrapper input{border-radius:2.08vw!important}section.section-feedback__tarifcalc .container-form .input-container .wrapper .btn{margin-top:9vw;padding:.83vw 6.38vw!important}section.section-transofing h2{font:700 1.66vw/2.5vw RobotoCondensed;color:#000;margin-bottom:2.71vw;text-transform:unset}section.section-transofing .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-3.75vw}section.section-transofing .wrapper-content .item{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-bottom:3.75vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-transofing .wrapper-content .item .content{-ms-flex-item-align:baseline;align-self:baseline;width:80%}section.section-transofing .wrapper-content .item .content .btn{padding:.83vw 4.44vw}section.section-transofing .wrapper-content .item .content .btn span{display:inline-block}section.section-transofing .wrapper-content .item .content p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.66vw;line-height:2.5vw;font-weight:400}section.section-transofing .wrapper-content .item .content p a{font-size:inherit;line-height:inherit;font-weight:inherit;display:block;color:#f28505;font-weight:700;margin-left:.55vw;text-decoration:underline}section.section-transofing .wrapper-content .item .content h3{color:#000;font-size:1.66vw;line-height:2.5vw;font-weight:700;margin-bottom:.83vw}section.section-transofing .wrapper-content .item .content .wrapper-ictext_onse .icon{margin-right:.83vw}section.section-transofing .wrapper-content .item .content .wrapper-iclisttext .wrapper-ictext .icon{margin-right:.83vw}section.section-transofing .wrapper-content .item .content .social-messanger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.38vw}section.section-transofing .wrapper-content .item .content .social-messanger .link{margin-right:2.22vw}section.section-transofing .wrapper-content .item .content .social-messanger .link:last-child{margin-right:0}section.section-transofing .wrapper-content .item .content .social-messanger .link .icon{width:3.75vw;height:3.75vw}section.section-transofing .wrapper-content .item:nth-child(1) .content,section.section-transofing .wrapper-content .item:nth-child(2) .content{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}section.section-payinfo .wrapper-content{margin-bottom:2.71vw}section.section-payinfo .wrapper-content .wrapper-price{margin-bottom:3.75vw}section.section-payinfo .wrapper-content .wrapper-price:last-child{margin-bottom:0}section.section-payinfo .wrapper-content .wrapper-price h2,section.section-payinfo .wrapper-content .wrapper-price h3{margin-bottom:2.22vw;text-align:left}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box{border-radius:.28vw;border:.069vw solid #1d4989;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item{border-bottom:.069vw solid #193b76;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name{background:#1d4989;width:25.833vw;padding:1.66vw 2.22vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name p{color:#fff;font-weight:700}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:54.1vw;padding:1.66vw 4.44vw 1.66vw 2.22vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price p{font-weight:400;color:#000}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price p.bk{font-weight:700;color:#1d4989}section.section-payinfo .bottom .wrapper-iclisttext{margin-bottom:-1.66vw}section.section-payinfo .bottom .wrapper-iclisttext a:hover{opacity:1}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.66vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext .icon{width:3.75vw;height:3.75vw;margin-right:1.66vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext p{font-size:1.11vw;line-height:1.66vw}section.section-contacts__main{padding-top:5vw;padding-bottom:6.38vw}section.section-contacts__main .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-2.22vw;padding-bottom:5vw}section.section-contacts__main .wrapper-flex a{font-size:1.66vw;line-height:2.5vw;font-weight:400;color:#f28505}section.section-contacts__main .wrapper-flex a,section.section-contacts__main .wrapper-flex p{max-width:22.9vw}section.section-contacts__main .wrapper-flex .item{-webkit-box-flex:33.3333%;-ms-flex:33.3333%;flex:33.3333%;margin-bottom:2.22vw}section.section-contacts__main .wrapper-flex .item h2{font:700 1.66vw/2.5vw RobotoCondensed;text-transform:unset;margin-bottom:.83vw;color:#000}section.section-contacts__main .wrapper-flex .item .wrapper-ictext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-contacts__main .wrapper-flex .item .wrapper-ictext .icon{margin-right:.83vw;-ms-flex-item-align:start;align-self:flex-start;margin-top:.28vw}section.section-contacts__main .wrapper-flex .item .wrapper-ictext a{color:#f28505}section.section-contacts__main .wrapper-flex .item .wrapper-iclisttext .wrapper-ictext a{color:#f28505}section.section-contacts__main .container-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.section-contacts__main .container-social .wrapper-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-contacts__main .container-social .wrapper-social .link{margin-right:2.22vw}section.section-contacts__main .container-social .wrapper-social .link:last-child{margin-right:0}section.section-contacts__main .container-social .wrapper-social .link .icon{width:3.75vw;height:3.75vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext{-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext .icon{width:3.75vw;height:3.75vw;margin-right:2.71vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext p{display:inline-block;font-size:1.66vw;line-height:2.5vw;font-weight:400;max-width:38.2vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext p a{display:inline-block;font-size:inherit;line-height:inherit;font-weight:inherit;color:#f28505}section.section-yamaps{padding-bottom:6.6vw}footer.footer{padding-top:5vw;padding-bottom:3.75vw}footer.footer .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer.footer .wrapper-flex .wrapper{margin-right:2.22vw}footer.footer .wrapper-flex .wrapper:last-child{margin-right:0}footer.footer .wrapper-flex .wrapper h2{text-transform:unset;color:#f28505;margin-bottom:1.11vw;font-weight:700}footer.footer .wrapper-flex .wrapper h3{line-height:2.71vw;font-size:1.8vw}footer.footer .wrapper-flex .wrapper .wrapper-logo{max-width:20.1vw;height:6.66vw;margin-bottom:2.22vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts{margin-bottom:1.11vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts h2{font-size:1.66vw;line-height:2.5vw;margin-bottom:1.66vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.11vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item:last-child{margin-bottom:0}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-icon{margin-right:1.11vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-date{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-date a{margin-bottom:.55vw;font-weight:400;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-date a:last-child{margin-bottom:0}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-date a:hover{opacity:.6}footer.footer .wrapper-flex .wrapper .wrapper-content .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.11vw}footer.footer .wrapper-flex .wrapper .wrapper-content .social .circle{background:#f28505;width:2.71vw;height:2.71vw;display:block;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1.38vw;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}footer.footer .wrapper-flex .wrapper .wrapper-content .social .circle:last-child{margin-right:0}footer.footer .wrapper-flex .wrapper .wrapper-content .social .circle:hover{opacity:.6}footer.footer .wrapper-flex .wrapper .wrapper-content .date{margin-bottom:1.66vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item{margin-bottom:1.11vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item:last-child{margin-bottom:0}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item h4,footer.footer .wrapper-flex .wrapper .wrapper-content .date .item p{font-size:1.11vw;line-height:1.66vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item h3{color:#f28505;font-weight:700;margin-bottom:.55vw}footer.footer .wrapper-flex .wrapper .wrapper-content .btn{padding:.83vw .83vw}footer.footer .wrapper-flex .wrapper .wrapper-list .title{font-size:1.11vw;line-height:1.66vw;margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list li{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list li:last-child{margin-bottom:0}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list{margin-bottom:.83vw;padding-left:1.66vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list:last-child{margin-bottom:0}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list li{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list li a{font-weight:300}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list li:last-child{margin-bottom:0}@-webkit-keyframes increaseSizeOne{from{width:5vw;height:5vw}50%{width:6.38vw;height:6.38vw}to{width:5vw;height:5vw}}@keyframes increaseSizeOne{from{width:5vw;height:5vw}50%{width:6.38vw;height:6.38vw}to{width:5vw;height:5vw}}@-webkit-keyframes increaseSizeTwo{from{width:5vw;height:5vw}50%{width:7.63vw;height:7.63vw}to{width:5vw;height:5vw}}@keyframes increaseSizeTwo{from{width:5vw;height:5vw}50%{width:7.63vw;height:7.63vw}to{width:5vw;height:5vw}}@-webkit-keyframes increaseSizeCircle{from{width:5vw;height:5vw}to{width:7.63vw;height:7.63vw}}@keyframes increaseSizeCircle{from{width:5vw;height:5vw}to{width:7.63vw;height:7.63vw}}@-webkit-keyframes rotatePhone{from{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotatePhone{from{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes opacityVisible{from{opacity:0}to{opacity:1}}@keyframes opacityVisible{from{opacity:0}to{opacity:1}}.container-price{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-container .wrapper-select .new-select__list{max-height:14vw;overflow:hidden;overflow-y:scroll}.container-price .btn{cursor:pointer}form{position:relative;z-index:2}section.section-social.social-fixed{z-index:1}.container-price .table{width:50%;margin-bottom:1.11vw}.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input .btn.btn-orange{margin-left:auto}.container-price .table .td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container-price .table .td p{color:#fff}.container-price .table .td .pool{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1.11vw .63vw;border-bottom:.07vw solid #fff}.container-price .table .tb-title .pool{-webkit-box-flex:1;-ms-flex:1;flex:1}.container-price .table .tb-title .pool p{font-weight:300}.section.section-home_news .slider .slick-slide .item .wrapper-img img{height:15vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{min-height:18vw;max-height:18vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data{margin-top:auto}.container-price .table .tb-content .td::last-child{border-bottom:none}header.header.header__home .header-wrapper .header-offer .wrapper-title h1{line-height:3vw;font-size:1.75vw}section.section-blog .wrapper-flex .item .wrapper-text{min-height:14vw;max-height:14vw}section.section-blog .wrapper-flex .item .wrapper-link{margin-top:auto}.ajax-reply{font-weight:400;font-size:1vw;line-height:.93vw;color:#fff}section.section-enconsalt__main .wrapper-title h3{margin-top:3.75vw}nav.nav .wrapper-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-feedback__transofind .container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper{margin-bottom:1.11vw}section.section-feedback__transofind .container-form .input-container .wrapper .btn{margin-top:4vw;padding:.83vw 4vw!important}section.section-dogonline .wrapper-links .bottom{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:-1.25vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext{-webkit-box-flex:45%;-ms-flex:45%;flex:45%;margin-bottom:1.25vw;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:5vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext:nth-child(even){margin-right:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:0}section.section-dogonline .wrapper-links .bottom .wrapper-ictext:nth-child(odd){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.navfix-height{display:none;width:100%;height:0}.input-container .wrapper-select .new-select__list{top:3.6vw}nav.nav .menu ul li>a{font-size:1vw!important}nav.nav .menu ul.navlist li>a{font-size:1.66vw!important}section.section-feedback_main{margin-top:-3vw!important}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list{padding-left:0!important}header.header.header__home .header-wrapper .header-decoration .circle span{font-size:1vw;width:9vw;text-align:center}section.section-blog .wrapper-flex .item .wrapper-text{margin-bottom:2.11vw}header.header.header__home .header-wrapper .header-decoration .circle .icon{background:0 0!important}section.section-feedback_calc .container .container-form .wrapper-other .btn{margin-top:8vw}section.section-feedback_askoe .container-form.form__full .input-container .wrapper.wrapper-vertical .btn{padding:.83vw 2.8vw;margin:auto 1.6vw 1.38vw 0}.section-feedback_group{padding-bottom:6.6vw!important}section.section-gase__docs .wrapper-flex .box{height:21vw;max-height:23vw}section.section-cabinet .wrapper-content .wrapper-btn{margin-right:4vw}section.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input:nth-child(3n){margin-right:0}.wrapper-price .wrapper-block .wrapper-boxs .box .item:last-child,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item:last-child{border-bottom:none}section.section-groupperv{padding-bottom:8.4vw!important}section.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input{max-width:31.7%!important;-webkit-box-flex:31.7%!important;-ms-flex:31.7%!important;flex:31.7%!important}section.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input .btn.btn-orange{margin-top:.2vw}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{margin-right:0!important;margin-left:0}section.section-blog .wrapper-flex .item .wrapper-text,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{min-height:unset;max-height:unset}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc h3{min-height:unset;max-height:unset}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{min-height:20vw;max-height:20vw}section.section-blog .wrapper-flex .item .wrapper-text{min-height:14vw;max-height:14vw}section.section-home_news .wrapper-news .item p{max-height:13vw;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}section.section-blog .wrapper-flex .item .wrapper-text p{max-height:8vw;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}section.section-social.social-fixed{z-index:10}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange{padding:.83vw 2vw}section.section-allclients .wrapper-content .item .wrapper-btn{margin-top:auto}section.section-allclients .wrapper-content .item{height:22vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-news .wrapper-flex .item .wrapper-link .data{color:#fff;font-size:1.11vw;line-height:1.66vw;font-weight:300;margin-right:1.11vw}.wrapper-pagination .pagination{-ms-flex-wrap:wrap;flex-wrap:wrap}.wrapper-pagination .pagination .itemPag{width:5%}.textarticle-ctx h2 strong{color:inherit;font-size:inherit;line-height:inherit;font-weight:inherit}.textarticle-ctx .wrapper-iclisttext{margin-bottom:1.66vw!important}.textarticle-ctx .wrapper-iclisttext .wrapper-ictext .icon{-ms-flex-item-align:start!important;align-self:flex-start!important}.textarticle-ctx p{color:#000;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media (min-width:1439.98px){*,:after,:before{font-size:1.25vw}.supertext,h1,h2{font-size:2.08vw;line-height:3.1vw}h1.home-title{font-size:1.66vw;line-height:2.7vw}h2.title-footer{font-size:1.04vw;line-height:1.56vw}h2.average-title,h3{font-size:1.66vw;line-height:2.5vw}h4{font-size:1.35vw;line-height:2.08vw}a,h3.supmin-title,p.min{font-size:.83vw;line-height:1.25vw}.text,h2.min-title,h3.min-title,p{font-size:1.25vw;line-height:1.87vw}p.max{font-size:1.25vw;line-height:1.66vw}.item-4 .item{max-width:calc(25% - ((.83vw * 3)/ 4));margin-right:.83vw}.item-3 .item{max-width:calc(33.3333333% - ((.83vw * 2)/ 3));margin-right:.83vw}.item-2 .item{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:1.66vw}.row{margin:0 6.25vw}.h-section{padding:3.9vw 0}.section-page{padding:2.5vw 0}.opage-section{padding:3.75vw 0 5vw 0}.section{padding:5vw 0}.wrapper-link .icon{margin-right:.62vw}.wrapper-link a{font-size:1.25vw;line-height:1.87vw}.icon-cabinet{width:1.04vw;height:1.04vw}.icon-close{width:1.66vw;height:1.66vw}.icon-phone-orange{width:1.25vw;height:1.25vw}.icon-mail-orange{width:1.25vw;height:1.25vw}.icon-phone-white{width:1.25vw;height:1.25vw}.icon-lamp-orange{width:2.5vw;height:2.5vw}.icon-lamp-white{width:1.66vw;height:1.66vw}.icon-callphone-white{width:2.08vw;height:2.08vw}.icon-mail-white{width:1.25vw;height:1.25vw}.icon-callmail-white{width:2.08vw;height:2.08vw}.icon-mail-blue{width:1.25vw;height:1.25vw}.icon-phone-blue{width:1.25vw;height:1.25vw}.icon-heart{width:1.25vw;height:1.25vw}.icon-facebook{width:1.25vw;height:1.25vw}.icon-instagram{width:1.25vw;height:1.25vw}.icon-telegram{width:1.25vw;height:1.25vw}.icon-viber{width:1.25vw;height:1.25vw}.icon-whatsapp{width:1.25vw;height:1.25vw}.icon-social-w54{width:2.81vw;height:2.81vw}.icon-social-w32{width:1.66vw;height:1.66vw}.icon-navdown{width:.62vw;height:.62vw}.icon-clock{width:1.25vw;height:1.25vw}.icon-pin{width:1.25vw;height:1.25vw}.icon-arrow-left{width:5.9vw;height:5.9vw}.icon-arrow-right{width:5.9vw;height:5.9vw}.icon-flame{width:1.66vw;height:1.66vw}.icon-docdownload,.icon-document{width:2.81vw;height:2.81vw}.icon-file{width:1.25vw;height:1.25vw}.btn{-webkit-box-shadow:0 0 1.25vw rgba(0,0,0,.2);box-shadow:0 0 1.25vw rgba(0,0,0,.2);border-radius:2.6vw;padding:.62vw 3.75vw;max-height:3.1vw}.btn span{font-size:1.25vw;line-height:1.87vw}.btn.btn-cabinet{max-width:10.62vw;padding:.2vw .62vw;border-radius:2.6vw}.btn.btn-cabinet .icon{margin-right:.62vw}.btn.btn-cabinet span{font-size:.83vw;line-height:1.25vw}.btn.btn-link.icon-link:before{width:1.56vw;height:1.25vw}.btn.btn-link.icon-phone:before{width:1.25vw;height:1.25vw}.btn.btn-link.icon-mail:before{width:1.25vw;height:1.25vw}.btn.btn-link{padding:.62vw 4.8vw .62vw 2.81vw}.btn.btn-link:before{right:1.56vw;top:.93vw}.btn.btn-circle{height:3.75vw;width:3.75vw;margin-left:3.75vw}.btn.btn-circle:after{width:4.8vw;height:4.8vw}.btn.btn-circle:before{width:5.9vw;height:5.9vw}.wrapper-pagination{margin-top:2.08vw}.wrapper-pagination .pagination .itemPag{font-size:1.04vw;line-height:1.25vw;margin-right:.41vw}.input-container .input-wrapper input,.input-container .input-wrapper textarea,.input-container .inputfile-wrapper input,.input-container .inputfile-wrapper textarea,.input-container .textarea-wrapper input,.input-container .textarea-wrapper textarea{font-size:1.25vw;border-radius:.41vw;line-height:1.87vw;padding:.62vw 1.66vw}.input-container .input-wrapper input::-webkit-input-placeholder,.input-container .input-wrapper textarea::-webkit-input-placeholder,.input-container .inputfile-wrapper input::-webkit-input-placeholder,.input-container .inputfile-wrapper textarea::-webkit-input-placeholder,.input-container .textarea-wrapper input::-webkit-input-placeholder,.input-container .textarea-wrapper textarea::-webkit-input-placeholder{font-size:1.25vw;line-height:1.87vw}.input-container .input-wrapper input::-moz-placeholder,.input-container .input-wrapper textarea::-moz-placeholder,.input-container .inputfile-wrapper input::-moz-placeholder,.input-container .inputfile-wrapper textarea::-moz-placeholder,.input-container .textarea-wrapper input::-moz-placeholder,.input-container .textarea-wrapper textarea::-moz-placeholder{font-size:1.25vw;line-height:1.87vw}.input-container .input-wrapper input:-ms-input-placeholder,.input-container .input-wrapper textarea:-ms-input-placeholder,.input-container .inputfile-wrapper input:-ms-input-placeholder,.input-container .inputfile-wrapper textarea:-ms-input-placeholder,.input-container .textarea-wrapper input:-ms-input-placeholder,.input-container .textarea-wrapper textarea:-ms-input-placeholder{font-size:1.25vw;line-height:1.87vw}.input-container .input-wrapper input::-ms-input-placeholder,.input-container .input-wrapper textarea::-ms-input-placeholder,.input-container .inputfile-wrapper input::-ms-input-placeholder,.input-container .inputfile-wrapper textarea::-ms-input-placeholder,.input-container .textarea-wrapper input::-ms-input-placeholder,.input-container .textarea-wrapper textarea::-ms-input-placeholder{font-size:1.25vw;line-height:1.87vw}.input-container .input-wrapper input::placeholder,.input-container .input-wrapper textarea::placeholder,.input-container .inputfile-wrapper input::placeholder,.input-container .inputfile-wrapper textarea::placeholder,.input-container .textarea-wrapper input::placeholder,.input-container .textarea-wrapper textarea::placeholder{font-size:1.25vw;line-height:1.87vw}.input-container .wrapper-select .new-select{padding:.62vw 1.66vw;font-size:1.25vw;line-height:1.87vw;border-radius:2.6vw}.input-container .wrapper-select .new-select:after{right:1.25vw;top:.93vw;width:1.25vw;height:1.25vw}.input-container .wrapper-select .new-select__list{top:2.08vw}.input-container .wrapper-select .new-select__item{border-bottom:.2vw solid #f28505}.input-container .wrapper-select .new-select__item span{padding:.62vw 1.66vw;font-size:1.25vw;line-height:1.87vw}.input-container .textarea-wrapper{max-height:7.3vw;height:7.3vw;width:25.67vw}.input-container.input-wrappers .wrapper.wrapper-horizontal{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:1.66vw}.input-container.input-wrappers .wrapper.wrapper-horizontal .input-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .inputfile-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .textarea-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .wrapper-select{max-width:calc(50% - 1.04vw / 2);margin-right:1.04vw}.input-container.input-wrappers .wrapper.wrapper-vertical{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-bottom:-1.04vw}.input-container.input-wrappers .wrapper.wrapper-vertical .input-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .inputfile-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .textarea-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .wrapper-select{margin-bottom:1.04vw}.input-container.input-horizontal{margin-bottom:-1.04vw}.input-container.input-horizontal .input-wrapper,.input-container.input-horizontal .inputfile-wrapper,.input-container.input-horizontal .wrapper-select{max-width:calc(33.3333333% - ((2.8vw * 2)/ 3));margin-right:2.81vw;margin-bottom:1.04vw}.input-container.input-vertical{margin-bottom:-1.04vw}.input-container.input-vertical .input-wrapper,.input-container.input-vertical .inputfile-wrapper,.input-container.input-vertical .textarea-wrapper,.input-container.input-vertical .wrapper-select{margin-bottom:1.04vw}.whome-title{min-height:4.3vw;border-left:.2vw solid #1d4989;margin-bottom:2.08vw}.whome-title .wrapper-title{padding-left:.62vw}.whome-title p span{margin-left:.41vw}.wrapper-cards .item{background-color:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);border-radius:.2vw}.wrapper-cards.cards-home.item-4{margin-bottom:-.83vw}.wrapper-cards.cards-home.item-4 .item{padding:2.81vw .83vw;margin-bottom:.83vw}.wrapper-cards.cards-home.item-4 .item .icon{width:4.68vw;height:4.68vw;margin-bottom:1.25vw}.wrapper-cards.cards-home.item-4 .item h3{margin-bottom:.83vw;line-height:2.08vw;font-size:1.35vw}.wrapper-cards.cards-home.item-4 .item p{font-size:1.04vw;line-height:1.56vw}.wrapper-cards.cards-about.item-2{margin-bottom:-1.66vw}.wrapper-cards.cards-about.item-2 .item{margin-bottom:1.66vw;padding:2.5vw 1.25vw;margin-right:1.66vw}.wrapper-cards.cards-about.item-2 .item .icon{margin-bottom:1.25vw;width:7.29vw;height:7.29vw}.wrapper-cards.cards-about.item-2 .item h3,.wrapper-cards.cards-about.item-2 .item h4{margin-bottom:1.25vw;line-height:2.5vw;font-size:1.66vw}.wrapper-cards.cards-about.item-2 .item p{max-width:31.66vw}.wrapper-cards.cards-askoe.item-4,.wrapper-cards.cards-ppko.item-3{margin-bottom:-.83vw}.wrapper-cards.cards-askoe.item-4 .item,.wrapper-cards.cards-ppko.item-3 .item{padding:2.81vw 1.25vw;margin-bottom:.83vw}.wrapper-cards.cards-askoe.item-4 .item .icon,.wrapper-cards.cards-ppko.item-3 .item .icon{width:4.68vw;height:4.68vw;margin-bottom:2.08vw}.wrapper-cards.cards-askoe.item-4 .item p,.wrapper-cards.cards-ppko.item-3 .item p{line-height:1.66vw}.wrapper-items{margin-bottom:-1.66vw}.wrapper-items .item{margin-bottom:1.66vw}.wrapper-items .item .circle{width:2.81vw;height:2.81vw;margin-right:.62vw}.wrapper-items .item .circle .icon{width:1.66vw;height:1.66vw}.wrapper-items .item p{font-size:1.04vw;line-height:1.25vw}.wrapper-iclisttext{margin-bottom:-.62vw}.wrapper-iclisttext .wrapper-ictext{margin-bottom:.62vw}.wrapper-iclisttext .marker{width:.62vw;height:.62vw;margin-right:.62vw;background-color:#f28505;margin-top:.2vw}.wrapper-ictext .icon.mr16{margin-right:.83vw}.wrapper-ictext .icon.mr24{margin-right:1.25vw}.wrapper-ictext .icon.w48{width:2.5vw;height:2.5vw}.wrapper-ictext .icon.w32{width:1.66vw;height:1.66vw}.arrows .arrow{width:1.66vw;height:1.66vw}.container-form{padding:2.81vw 2.34vw;border-radius:.83vw}.container-form h2,.container-form h3,.container-form h4{font-size:1.66vw;line-height:2.5vw;margin-bottom:2.08vw}.container-form h2 span.orange,.container-form h3 span.orange,.container-form h4 span.orange{font-size:2.7vw;line-height:2.5vw}.container-form .input-container.mr16 .input-wrapper{max-width:calc(33.3333333% - ((.83vw * 2)/ 3));margin-right:.83vw}.container-form .input-container.max940 .btn{margin-top:2.81vw}.container-form .input-container.max940 .wrapper.wrapper-inputs{margin-right:2.6vw;max-width:calc(48.95vw - 2.6vw);-webkit-box-flex:48.95vw;-ms-flex:48.95vw;flex:48.95vw}.container-form .input-container.max940 .wrapper.wrapper-inputs .wrapper-select{margin-bottom:1.25vw}.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:1.66vw}.container-form .input-container.max940 .wrapper.other{-webkit-box-flex:18.2vw;-ms-flex:18.2vw;flex:18.2vw}.container-form .input-container.max940 .wrapper.other .wrapper-other .wrapper-docs.first{margin-bottom:3.33vw}.container-form .input-container .lbl{font-size:.83vw;line-height:1.25vw;margin-left:1.66vw}.container-form .input-container .wrapper-other{padding-top:1.66vw}.container-form .input-container .wrapper-other .btn{padding:.62vw 5.8vw}.container-form .input-container .wrapper-other .wrapper-docs.first{margin-right:8.33vw}.container-form .input-container .wrapper-other .wrapper-docs p.title{line-height:1.66vw;margin-bottom:.83vw}.container-form .input-container .wrapper-other .wrapper-docs span{color:#f28505;font-size:1.04vw;line-height:1.25vw}.container-form .input-container .wrapper-other .wrapper-docs a.download i.icon{margin-right:.62vw;width:2.08vw;height:2.08vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file{padding-top:.62vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file{margin-right:1.04vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file .icon{margin-right:.62vw;width:1.25vw;height:1.25vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile{font-size:.62vw;line-height:.93vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile i.icon{width:.62vw;height:.62vw;margin-left:.2vw}.container-form.form__full{padding:4.47vw 0}.container-form.form__full h2,.container-form.form__full h3,.container-form.form__full h4{margin-bottom:1.25vw}.container-form.form__full .input-container{margin-bottom:-1.04vw}.container-form.form__full .input-container .wrapper.wrapper-vertical{margin-right:1.66vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper{margin-bottom:1.04vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper input,.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper textarea{border-radius:.41vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .textarea-wrapper{margin-bottom:1.04vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .btn{padding:.62vw 2.81vw;margin-bottom:1.04vw}.container-form.form__full .input-container .wrapper.wrapper-btn{max-width:calc(28% - ((1.66vw * 1)/ 2))}.container-form.form__full .input-container .wrapper.wrapper__size .input-wrapper{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:1.66vw}.slick-arrow{width:1.66vw;height:1.66vw}.call.write.social-fixed{left:1.25vw;bottom:1.25vw}.call.phone.social-fixed{right:1.25vw;bottom:1.25vw}.all-social{margin-bottom:0;position:fixed;bottom:8vw;left:1.25vw}.all-social a.circle{width:2.81vw;height:2.81vw;margin-bottom:.62vw;-webkit-box-shadow:0 0 .62vw rgba(0,0,0,.11);box-shadow:0 0 .62vw rgba(0,0,0,.11)}.all-social a.circle .icon{width:1.66vw;height:1.66vw}.call{width:3.75vw;height:3.75vw}.call:before{width:3.75vw;height:3.75vw}.call:after{width:5.72vw;height:5.72vw}.sc-social-phone{padding:1.25vw}.components_numbers .circle{width:4.8vw;height:4.8vw;margin-right:1.66vw}.components_numbers .circle .number{font-size:5.9vw;line-height:3.33vw;text-shadow:0 0 .41vw rgba(0,0,0,.25)}.wrapper-price{margin-bottom:3.75vw}.wrapper-price h2,.wrapper-price h3{font-size:1.66vw;line-height:2.08vw;margin-bottom:2.08vw}.wrapper-price .wrapper-block .wrapper-boxs .box{border-radius:.2vw;border:.05vw solid #1d4989}.wrapper-price .wrapper-block .wrapper-boxs .box .item{border-bottom:.05vw solid #193b76}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name{width:19.37vw;padding:1.25vw 1.66vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:24.06vw;padding:1.25vw 3.33vw 1.25vw 1.66vw}@-webkit-keyframes increaseSizeOne{from{width:3.75vw;height:3.75vw}50%{width:4.8vw;height:4.8vw}to{width:3.75vw;height:3.75vw}}@keyframes increaseSizeOne{from{width:3.75vw;height:3.75vw}50%{width:4.8vw;height:4.8vw}to{width:3.75vw;height:3.75vw}}@-webkit-keyframes increaseSizeTwo{from{width:3.75vw;height:3.75vw}50%{width:5.72vw;height:5.72vw}to{width:3.75vw;height:3.75vw}}@keyframes increaseSizeTwo{from{width:3.75vw;height:3.75vw}50%{width:5.72vw;height:5.72vw}to{width:3.75vw;height:3.75vw}}@-webkit-keyframes increaseSizeCircle{from{width:3.75vw;height:3.75vw}to{width:5.72vw;height:5.72vw}}@keyframes increaseSizeCircle{from{width:3.75vw;height:3.75vw}to{width:5.72vw;height:5.72vw}}nav.nav{padding-top:1.25vw;padding-bottom:1.25vw}nav.nav .wrapper-flex .menu-open{margin-right:1.25vw}nav.nav .wrapper-flex .menu-open .hamburger{margin-bottom:.31vw}nav.nav .wrapper-flex .menu-open .hamburger span{width:1.66vw;height:.09vw;margin-bottom:.31vw}nav.nav .wrapper-flex .menu-open .menu__text{font-size:.62vw;line-height:.72vw;margin-left:.1vw}nav.nav .wrapper-flex .wrapper-logo{margin-right:1.25vw;width:7.55vw;height:2.5vw}nav.nav .wrapper-flex .menu{margin-right:1.25vw;-webkit-box-flex:1;-ms-flex:1;flex:1}nav.nav .wrapper-flex .menu ul{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent{margin-top:1.25vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window:after,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window:before{height:.41vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content{padding:2.08vw 2.5vw 4.47vw 2.5vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list{margin-bottom:2.5vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link a.glink,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list a.glink{font-size:1.66vw;line-height:2.5vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist{padding:0 1.25vw;margin-top:.83vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li{margin-bottom:.83vw}nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-link ul.navlist li a,nav.nav .wrapper-flex .menu ul li.dropClick .dropContent .dropContent__window .wrapper-content .wrapper .wrapper-list ul.navlist li a{font-size:1.66vw;line-height:2.5vw}nav.nav .wrapper-flex .menu ul li{margin-right:.83vw}nav.nav .wrapper-flex .menu ul li a i.icon{margin-left:.2vw;width:.62vw;height:.62vw}nav.nav .wrapper-flex .menu ul li a.lang i.icon{margin-left:.31vw;width:.83vw;height:.83vw}header.header.header__page .header__info{padding:2.81vw 0}header.header.header__page .header__info .wrapper-title h1{margin-bottom:.62vw}header.header.header__home{padding-bottom:9.37vw}header.header.header__home .header-wrapper{padding-top:11.1vw}header.header.header__home .header-wrapper .header-offer .wrapper-title{margin-bottom:2.18vw}header.header.header__home .header-wrapper .header-offer .wrapper-title h1{max-width:41.4vw;margin-bottom:1.25vw}header.header.header__home .header-wrapper .header-offer .wrapper-title h1 span{font-size:2.7vw;line-height:2.5vw}header.header.header__home .header-wrapper .header-offer .wrapper-title p{max-width:28.6vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn{margin-bottom:7.8vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn{margin-right:1.25vw}header.header.header__home .header-wrapper .header-offer .wrapper-icons img{max-width:4.47vw;height:4.47vw;margin-right:1.66vw}header.header.header__home .header-wrapper .header-decoration{top:6vw;right:-8vw;height:20.98vw}header.header.header__home .header-wrapper .header-decoration .circle{width:5vw;height:5vw;border:.1vw solid #2dbede}header.header.header__home .header-wrapper .header-decoration .circle span{margin-top:6.77vw;font-size:.62vw;line-height:1.25vw}header.header.header__home .header-wrapper .header-decoration .circle .icon{width:2.81vw;height:2.81vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(1){bottom:2vw;left:1vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(2){bottom:10.9vw;left:.9vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(3){top:-2vw;left:8vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(4){top:-2vw;left:17.4vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(5){right:6.7vw;top:5vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(6){right:6vw;bottom:1vw}.textarticle-ctx .wrapper-iclisttext{margin-bottom:1.25vw!important}.textarticle-ctx .wrapper-iclisttext .wrapper-ictext .icon{-ms-flex-item-align:start!important;align-self:flex-start!important}.modal .close{width:1.66vw;height:1.66vw}.modal-call .modal-content .wrapper-content{margin:0 1.04vw}.modal-call .modal-content .wrapper-content .section-feedback_main{padding-top:2.81vw;padding-bottom:2.81vw}.modal-call .modal-content .wrapper-content .section-feedback_main h3{margin-bottom:1.66vw}.modal-call .modal-content .wrapper-content .section-feedback_main .input-wrapper{margin-right:1.66vw}.modal.modal-menu .close{top:1.04vw;left:1.04vw}.modal.modal-menu .modal-content .wrapper-content{padding:3.75vw 0}.modal.modal-menu .modal-content .wrapper-content .wrapper{margin-right:1.66vw}.modal.modal-menu .modal-content .wrapper-content .wrapper a{font-size:1.25vw;line-height:1.87vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .title{font-size:1.66vw;line-height:3.1vw;margin-bottom:.83vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .title.main{margin-bottom:1.56vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list{margin-bottom:2.81vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .title{margin-bottom:.83vw;font-size:1.25vw;line-height:1.87vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist{margin-bottom:.62vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist li{margin-bottom:.62vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist{margin-bottom:.62vw;padding-left:1.25vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist li{margin-bottom:.41vw}footer.footer{padding-top:3.75vw;padding-bottom:2.81vw}footer.footer .wrapper-flex .wrapper{margin-right:2.6vw}footer.footer .wrapper-flex .wrapper h2{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper h3{line-height:2.08vw;font-size:1.35vw}footer.footer .wrapper-flex .wrapper .wrapper-logo{max-width:15vw;height:5vw;margin-bottom:1.66vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts h2{font-size:1.25vw;line-height:1.87vw;margin-bottom:1.25vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-icon{margin-right:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-date a{margin-bottom:.41vw}footer.footer .wrapper-flex .wrapper .wrapper-content .social{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-content .social .circle{width:2.08vw;height:2.08vw;margin-right:1.04vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date{margin-bottom:1.25vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item{margin-bottom:.83vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item h4,footer.footer .wrapper-flex .wrapper .wrapper-content .date .item p{font-size:.83vw;line-height:1.25vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item h3{margin-bottom:.41vw}footer.footer .wrapper-flex .wrapper .wrapper-content .btn{padding:.62vw .62vw}footer.footer .wrapper-flex .wrapper .wrapper-list .title{font-size:.83vw;line-height:1.25vw;margin-bottom:.62vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list li{margin-bottom:.62vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list{margin-bottom:.62vw;padding-left:1.25vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list li{margin-bottom:.62vw}section.section-feedback_main{margin-top:-2.08vw;margin-bottom:3.9vw}section.section-feedback_main .container-form{padding-right:4.47vw;padding-left:4.47vw}section.section-feedback_main .container-form .input-container .input-wrapper input{border-radius:2.6vw}section.section-achivements .bg-maps{width:44.2vw;height:29.4vw;top:5.72vw}section.section-achivements .wrapper-content{margin-bottom:1.66vw}section.section-achivements .wrapper-content .item{margin-bottom:1.25vw}section.section-achivements .wrapper-content .item:nth-child(1) .box span{left:2.81vw}section.section-achivements .wrapper-content .item:nth-child(2) .box span{left:8.8vw}section.section-achivements .wrapper-content .item:nth-child(3) .box span{left:8.8vw}section.section-achivements .wrapper-content .item .box{margin-bottom:.41vw}section.section-achivements .wrapper-content .item .box span{font-size:2.08vw}section.section-achivements .wrapper-content .item .box .block{width:3.33vw;height:4vw}section.section-achivements .wrapper-content .item p{max-width:17.1vw}section.section-achivements .wrapper-text{max-width:36.77vw}section.section-achivements .wrapper-text p{font-size:1.66vw;line-height:2.5vw}section.section-feedback_promo{padding-top:2.6vw}section.section-feedback_promo .wrapper-content{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:2.5vw 4.47vw;border-radius:.83vw}section.section-feedback_promo .wrapper-content .wrapper-title{margin-bottom:1.66vw}section.section-feedback_promo .wrapper-content .wrapper-title h2{margin-bottom:1.25vw}section.section-feedback_promo .wrapper-content .wrapper-title p.max{margin-bottom:.83vw}section.section-feedback_promo .btn{padding:.62vw 3.75vw}section.section-clients .whome-title{margin-bottom:2.08vw}section.section-clients .slider{padding:0 2.81vw}section.section-clients .slider .slick-track{margin-left:1.04vw}section.section-clients .slider .slick-slide{height:8.33vw;width:9.53vw;margin-right:2.08vw}section.section-successes .whome-title{margin-bottom:2.08vw}section.section-successes .slider .slick-slide{height:17.4vw;width:12.3vw;margin-right:2.81vw}section.section-feedback_consult{padding:4.47vw .2vw;margin:3.9vw 0}section.section-feedback_consult .wrapper-title{margin-bottom:1.66vw}section.section-feedback_consult .wrapper-title h2{margin-bottom:.62vw}section.section-feedback_consult .input-container .wrapper.wrapper-vertical{margin-right:1.66vw}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .input-wrapper,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .textarea-wrapper{margin-right:1.56vw}section.section-home_news{padding-bottom:3.33vw}section.section-home_news .whome-title a.allNews{font-size:1.25vw;line-height:1.87vw;margin-right:1.66vw}section.section-home_news .whome-title a.allNews:before{right:-1.66vw;top:.41vw;width:1.25vw;height:1.25vw}section.section-home_news .slider .slick-slide{margin-right:1.66vw}section.section-home_news .wrapper-news{padding-bottom:1.25vw}section.section-home_news .wrapper-news .item{border-bottom-left-radius:.62vw;border-bottom-right-radius:.62vw}section.section-home_news .wrapper-news .item .wrapper-content{padding:.62vw .41vw .83vw .41vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{margin-bottom:.41vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc h3{font-size:1.04vw;line-height:1.56vw;margin-bottom:.62vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data a,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data span{font-size:.83vw;line-height:1.25vw}section.section-home_news .container-dots .slick-dots{max-width:51.8vw;width:51.8vw}section.section-home_news .container-dots .slick-dots li{height:.1vw;border-radius:.1vw}section.section-home_news .container-dots .slick-dots li.slick-active{height:.2vw;border-radius:.31vw}section.section-about__main{padding-bottom:1.25vw}section.section-about__main .wrapper-content .wrapper-title{margin-bottom:.83vw}section.section-about__main .wrapper-content .wrapper-title h2{margin-bottom:1.25vw}section.section-about__main .wrapper-content .wrapper-title p{margin-bottom:.83vw}section.section-about__main .wrapper-content .wrapper-text p{margin-bottom:.62vw}section.section-about__main .wrapper-content .wrapper-text .wrapper-flex .namecomp{margin-top:.1vw}section.section-comphistory{padding-top:1.25vw;padding-bottom:5vw}section.section-comphistory .wrapper-content .wrapper-title{margin-bottom:1.66vw}section.section-comphistory .wrapper-content .wrapper-title .block{background-color:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:1.66vw;border-radius:.41vw;-webkit-box-shadow:0 0 1.25vw rgba(0,0,0,.2);box-shadow:0 0 1.25vw rgba(0,0,0,.2);max-width:36.4vw}section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text p{font-size:1.04vw;line-height:1.56vw}section.section-comphistory .wrapper-content .wrapper-date{margin-bottom:-1.87vw;padding-bottom:1.66vw}section.section-comphistory .wrapper-content .wrapper-date .item{margin-bottom:1.87vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img{margin-top:-.83vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img img{width:7.8vw;height:7.8vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text{line-height:6.77vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text p{max-width:27.4vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text.title-text{margin-bottom:.83vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text p{margin-bottom:.83vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-iclisttext{margin-bottom:1.66vw;padding-left:1.25vw}section.section-workcompany{padding-bottom:5vw}section.section-workcompany h2{margin-bottom:3vw}section.section-workcompany .wrapper-cards{padding-bottom:2.81vw}section.section-workcompany .wrapper-cards .item{padding:2.5vw 1.25vw}section.section-workcompany .wrapper-cards .item .wrapper-icon .icon{margin-bottom:2.08vw}section.section-workcompany .wrapper-cards .item h3{margin-bottom:1.25vw}section.section-workcompany .bottom-desc h4{font-size:1.66vw;line-height:1.66vw}section.section-ourteam{padding-bottom:10.9vw}section.section-ourteam .wrapper-title{margin-bottom:6.8vw}section.section-ourteam .wrapper-title h2{margin-bottom:1.25vw}section.section-ourteam .wrapper-title p{margin-bottom:1.25vw}section.section-ourteam .wrapper-title .wrapper-text p{margin-bottom:.62vw}section.section-ourteam .wrapper-content:after,section.section-ourteam .wrapper-content:before{width:5.9vw;height:5.9vw}section.section-ourteam .wrapper-content:before{top:-5vw;left:27.2vw}section.section-ourteam .wrapper-content:after{bottom:-8.8vw;left:7.29vw}section.section-ourteam .wrapper-content .wrapper-text{padding-top:2.81vw;margin-right:2.08vw;max-width:38.1vw}section.section-ourteam .wrapper-content .wrapper-text p{margin-bottom:.62vw}section.section-ourteam .wrapper-content .wrapper-img{margin-right:1.25vw;width:30.41vw;height:42.65vw}section.section-ourteam .wrapper-content .wrapper-img:before{background-color:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);right:-3.75vw;top:1.04vw}section.section-blog .wrapper-flex{margin-bottom:-1.25vw}section.section-blog .wrapper-flex .item{padding-bottom:1.25vw;-webkit-box-shadow:0 0 .62vw rgba(0,0,0,.25);box-shadow:0 0 .62vw rgba(0,0,0,.25);border-radius:.2vw;margin-bottom:1.25vw}section.section-blog .wrapper-flex .item .wrapper-img{max-height:20vw;height:20vw;margin-bottom:1.25vw}section.section-blog .wrapper-flex .item .wrapper-text{margin-bottom:.83vw;padding:0 .83vw}section.section-blog .wrapper-flex .item .wrapper-text h3{font-size:1.25vw;line-height:1.87vw;margin-bottom:.83vw;min-height:3.75vw}section.section-blog .wrapper-flex .item .wrapper-text p{font-size:.83vw;line-height:1.25vw}section.section-blog .wrapper-flex .item .wrapper-link{padding:0 .83vw}section.section-blog .wrapper-flex .item .wrapper-link .link{color:#f28505;font-size:.83vw;line-height:1.25vw}section.section-article .container-content__content-img{margin-bottom:.83vw}section.section-article .container-content__content-img .container-content{margin-right:3.75vw}section.section-article .container-content__content-img .container-img{width:34.68vw;height:29vw}section.section-article .container-content__content-img-two .wrapper .wrapper-img{width:20.62vw;height:29.21vw;margin-right:6.25vw}section.section-article .container-content{margin-bottom:2.5vw}section.section-article .container-content .container-content__text{margin-bottom:2.5vw}section.section-article .container-content .container-content__text .wrapper-text{margin-bottom:2.5vw}section.section-article .container-content .container-content__text .wrapper-text h2,section.section-article .container-content .container-content__text .wrapper-text h3,section.section-article .container-content .container-content__text .wrapper-text h4,section.section-article .container-content .container-content__text .wrapper-text h5{font-size:1.66vw;line-height:2.5vw;margin-bottom:1.25vw}section.section-article .container-content .container-content__text .wrapper-text p,section.section-article .container-content .container-content__text .wrapper-text span{margin-bottom:.83vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext{margin-bottom:.83vw;margin-top:.83vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h2,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h3,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h4,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h5{font-size:1.25vw;line-height:1.87vw;margin-bottom:.83vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext{margin-bottom:.62vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext .icon{width:1.66vw;height:1.66vw;margin-right:.83vw;margin-top:-.2vw}section.section-awards .wrapper-content .wrapper-awards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3.75vw}section.section-awards .wrapper-content .wrapper-awards .item{margin-bottom:5vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text{max-width:33.2vw;margin-right:3.75vw;padding-left:5vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text p{margin-bottom:.62vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column{margin-right:2.81vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column{margin-bottom:2.5vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column img{margin-right:.83vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-vert{width:13.5vw;height:19.1vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-medal{width:6.97vw;height:6.97vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-hor{width:13.5vw;height:9.7vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-horbig{width:17.76vw;height:11.87vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-medal-big{width:13.8vw;height:13.8vw}section.section-awards .wrapper-content .desc-bottom p{margin-bottom:.62vw}section.section-bgroup__main .wrapper-content .wrapper-text{margin-bottom:1.25vw}section.section-bgroup__main .wrapper-content .slow{padding-left:8.54vw}section.section-bgroup__main .wrapper-content .slow h2{font-size:1.66vw;line-height:2.5vw;margin-bottom:.83vw}section.section-bgroup__main .wrapper-content .slow p{padding-left:7vw}section.section-groupperv{padding-bottom:5vw}section.section-groupperv h2{margin-bottom:5vw}section.section-groupperv .box{padding:1.66vw 4.8vw;-webkit-box-shadow:0 0 .62vw rgba(0,0,0,.15);box-shadow:0 0 .62vw rgba(0,0,0,.15);border-radius:.2vw}section.section-groupperv .box h3{font-size:1.25vw;line-height:1.87vw;margin-bottom:1.25vw}section.section-groupperv .box .wrapper p:first-child{margin-bottom:.41vw}section.section-groupperv .box .wrapper p span{font-size:2.81vw;line-height:1.87vw;color:#f28505;margin:0 .41vw}section.section-groupperv .box .wrapper p.sup{font-size:2.08vw;line-height:1.87vw}section.section-groupperv .bottom{margin:2.5vw auto 0 auto}section.section-groupperv .wrapper-flex{padding:3.75vw 0}section.section-feedback_group{padding-bottom:5vw}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{padding:.62vw 4.8vw}section.section-contacts__main{padding-top:3.75vw;padding-bottom:4.8vw}section.section-contacts__main .wrapper-flex{margin-bottom:-1.66vw;padding-bottom:3.75vw}section.section-contacts__main .wrapper-flex a{font-size:1.25vw;line-height:1.87vw}section.section-contacts__main .wrapper-flex a,section.section-contacts__main .wrapper-flex p{max-width:17.1vw}section.section-contacts__main .wrapper-flex .item{margin-bottom:1.66vw}section.section-contacts__main .wrapper-flex .item h2{font-size:1.25vw;line-height:1.87vw;margin-bottom:.62vw}section.section-contacts__main .wrapper-flex .item .wrapper-ictext .icon{margin-right:.62vw;margin-top:.2vw}section.section-contacts__main .container-social .wrapper-social .link{margin-right:1.66vw}section.section-contacts__main .container-social .wrapper-social .link .icon{width:2.81vw;height:2.81vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext .icon{width:2.81vw;height:2.81vw;margin-right:2.08vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext p{font-size:1.25vw;line-height:1.87vw;max-width:28.6vw}section.section-yamaps{padding-bottom:5vw}section.section-cabinet .wrapper-content h2{margin-bottom:2.81vw;font-size:1.25vw;line-height:1.87vw}section.section-cabinet .wrapper-content .wrapper-items{padding-bottom:2.5vw}section.section-cabinet .wrapper-content .wrapper-items .item p{max-width:20.32vw}section.section-cert .wrapper-title{margin-bottom:2.81vw}section.section-cert .wrapper-title h2{font-size:1.25vw;line-height:1.87vw;margin-bottom:1.25vw}section.section-cert .wrapper-title .wrapper-iclisttext{margin-bottom:1.25vw}section.section-cert .wrapper-title .desc-bottom p{font-size:1.25vw;margin-bottom:.62vw}section.section-cert .wrapper-cert .item{border-radius:.2vw;margin-right:5.2vw;padding:2.08vw 2.81vw}section.section-cert .wrapper-cert .item .wrapper-img{width:20.62vw}section.section-allclients .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-1.66vw}section.section-allclients .wrapper-content .item{max-width:calc(20% - ((1.66vw * 4)/ 5));margin-bottom:1.66vw;margin-right:1.66vw;min-height:13.4vw}section.section-allclients .wrapper-content .item .wrapper-img img{max-width:12.6vw}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange{padding:.62vw 2.08vw}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange span{font-size:.83vw;line-height:1.25vw}section.section-enconsalt__main{padding-bottom:2.08vw}section.section-enconsalt__main .wrapper-title{margin-bottom:2.08vw}section.section-enconsalt__main .wrapper-title h2{margin-bottom:1.25vw}section.section-enconsalt__main .wrapper-title h3{margin-bottom:2.81vw}section.section-enconsalt__main .wrapper-cards .item{padding:2.81vw 1.25vw}section.section-enconsalt__main .wrapper-cards .item .icon{margin:0 auto 2.08vw auto;width:4.68vw;height:4.68vw}section.section-feedback__askoeprice_enconsalt{padding-bottom:5vw}section.section-feedback__askoeprice_enconsalt .container .container-form{padding:2.81vw 1.25vw 2.81vw 1.25vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal{margin-bottom:-1.66vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input{margin-right:.83vw;margin-bottom:1.66vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input input{border-radius:1.56vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.62vw 4vw;margin-top:-.1vw}section.section-askoe_main{padding:3.75vw 0}section.section-feedback_askoe{padding-bottom:2.5vw}section.section-descaskoe{padding-bottom:5vw}section.section-descaskoe h2{margin-bottom:2.81vw}section.section-descaskoe .wrapper-cards{padding-bottom:2.81vw}section.section-descaskoe .wrapper-cards .item .icon{margin:0 auto 2.08vw auto}section.section-descaskoe .wrapper-text p strong.suptext{font-size:2.5vw;line-height:1.87vw}section.section-forsystemaskoe{padding-bottom:5vw}section.section-forsystemaskoe h2{margin-bottom:2.81vw}section.section-forsystemaskoe .wrapper-flex{margin-bottom:-1.25vw;padding-bottom:2.81vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext{margin-bottom:1.25vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext .icon{width:1.66vw;height:1.66vw;margin-top:.2vw}section.section-forsystemaskoe .wrapper-text h3{color:#f28505;margin-bottom:.62vw}section.section-forsystemaskoe .wrapper-text p{margin-bottom:.62vw}section.section-feedback__askoeprice{padding-bottom:5vw}section.section-feedback__askoeprice .wrapper-title{margin-bottom:1.66vw}section.section-feedback__askoeprice .wrapper-title h2{margin-bottom:2.81vw}section.section-feedback__askoeprice .container .container-form{padding:2.81vw .83vw 2.81vw 3.33vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal{margin-bottom:-1.66vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input{margin-right:.62vw;margin-bottom:1.66vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input input{border-radius:1.56vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.62vw 5.72vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:.62vw}section.section-docs .wrapper-content .wrapper-ictext{padding:.83vw 0;border-bottom:.05vw solid #e0e0e0}section.section-docs .wrapper-content .wrapper-ictext .icon{width:2.81vw;height:2.81vw;margin-right:1.25vw}section.section-docs .wrapper-content .wrapper-ictext .namefile{font-size:.83vw;line-height:1.25vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .text{font-size:.83vw;line-height:1.25vw;margin-right:.83vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .icon{width:1.25vw;height:1.25vw;margin-right:.41vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .number{font-size:.83vw;line-height:1.25vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like.active .icon{width:1.25vw;height:1.25vw}section.section-faq .wrapper-flex{margin-bottom:-1.66vw}section.section-faq .wrapper-flex .item{margin-right:1.25vw;margin-bottom:1.66vw;-webkit-box-shadow:0 0 .62vw rgba(0,0,0,.07);box-shadow:0 0 .62vw rgba(0,0,0,.07);border-left:.05vw solid #1d4989;border-right:.05vw solid #1d4989;border-bottom:.05vw solid #1d4989}section.section-faq .wrapper-flex .item .header{padding:1.04vw 1.25vw;min-height:5.72vw;max-height:5.72vw}section.section-faq .wrapper-flex .item .header .circle{margin-right:1.66vw;width:2.5vw;height:2.5vw}section.section-faq .wrapper-flex .item .header .circle span.number{font-size:1.66vw;line-height:2.5vw}section.section-faq .wrapper-flex .item .header h2,section.section-faq .wrapper-flex .item .header h3{font-size:1.25vw;line-height:1.87vw;max-width:27.4vw}section.section-faq .wrapper-flex .item .content{padding:1.25vw}section.section-gase__main .wrapper-title{margin-bottom:1.66vw}section.section-gase__main .wrapper-info h3{font-size:1.25vw;line-height:1.87vw;margin-bottom:1.25vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext{margin-right:8.33vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext .icon{margin-right:1.56vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext p{max-width:27.4vw}section.section-gase__pervagi{padding-bottom:5vw}section.section-gase__pervagi h2{margin-bottom:2.81vw}section.section-gase__pervagi .box{padding:2.81vw 0}section.section-gase__pervagi .box .wrapper-items.item-3{margin-bottom:-1.66vw}section.section-gase__pervagi .box .wrapper-items .item{margin-right:.83vw;margin-bottom:1.66vw}section.section-gase__pervagi .box .wrapper-items .item .circle{width:2.81vw;height:2.81vw}section.section-gase__pervagi .box .wrapper-items .item p{max-width:17.1vw}section.section-gase__docs{padding-bottom:3.75vw}section.section-gase__docs h2{margin-bottom:2.81vw}section.section-gase__docs h3{margin-bottom:1.66vw}section.section-gase__docs .wrapper-flex{margin-bottom:1.66vw}section.section-gase__docs .wrapper-flex .box{max-height:13.3vw;padding:1.66vw 1.66vw 1.66vw 1.66vw;-webkit-box-shadow:0 0 .62vw rgba(0,0,0,.15);box-shadow:0 0 .62vw rgba(0,0,0,.15);border-radius:.2vw;border:.05vw solid #365da7;margin-right:3.75vw}section.section-gase__docs .wrapper-flex .box:before{width:4.47vw;height:5vw;right:1.04vw;bottom:1.04vw}section.section-gase__docs .wrapper-flex .box h4{font-size:1.66vw;line-height:2.5vw;margin-bottom:1.25vw}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext{margin-bottom:.62vw}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext .icon{margin-right:.93vw;width:1.66vw;height:1.66vw}section.section-gase__docs .desc-bottom{margin-bottom:2.08vw}section.section-gase__docs .wrapper-docs h3{margin-bottom:1.66vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext{margin-bottom:1.25vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext .icon{width:2.08vw;height:2.08vw;margin-right:.62vw;margin-top:.2vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext span{font-size:1.66vw;line-height:2.5vw;color:#f28505}section.section-feedback_gase{margin-bottom:5vw}section.section-feedback_gase .container .container-form .wrapper-title{margin-bottom:2.81vw}section.section-feedback_gase .container .container-form .wrapper-title h3{margin-bottom:.62vw}section.section-feedback_gase .container .container-form .wrapper-title p.desc-title{margin-bottom:.83vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input{margin-right:1.25vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input input{border-radius:.41vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.62vw 2.08vw;margin-top:-.1vw}section.section-gase__pirces{padding-bottom:5vw}section.section-gase__pirces h2{margin-bottom:2.81vw}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab{margin-right:.2vw;width:7.29vw;height:2.5vw;border-radius:.2vw .2vw 0 0;border-top:.05vw solid #f28505;border-left:.05vw solid #f28505;border-right:.05vw solid #f28505}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab span{font-size:1.25vw;line-height:1.25vw}section.section-stages__main{padding-top:3.75vw;padding-bottom:2.81vw}section.section-stages__main .wrapper-content .desc.wrapper-text{margin-bottom:1.66vw}section.section-stages__main .container-box h2{font-size:1.25vw;line-height:1.87vw;margin-bottom:1.25vw}section.section-stages__main .container-box .wrapper-box .box{-webkit-box-shadow:0 0 .62vw rgba(0,0,0,.15);box-shadow:0 0 .62vw rgba(0,0,0,.15);border-radius:.2vw;border:.05vw solid #365da7;padding:1.25vw 2.5vw}section.section-stages__main .container-box .wrapper-box .box:first-child{margin-right:3.75vw}section.section-stages__main .container-box .wrapper-box .box h3{font-size:1.25vw;line-height:1.87vw;margin-bottom:.83vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext .icon{margin-top:-.2vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p{font-size:1.25vw;line-height:1.87vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p a{margin-left:.41vw}section.section-stages__numbers{padding-bottom:5vw}section.section-stages__numbers h2{font-size:1.25vw;line-height:1.87vw;margin-bottom:3.33vw}section.section-stages__numbers .wrapper-content{margin-bottom:-2.81vw;padding-bottom:2.81vw}section.section-stages__numbers .wrapper-content .item{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:1.66vw;margin-bottom:2.81vw}section.section-stages__numbers .wrapper-content .item:nth-child(5) .content p{max-width:67.5vw}section.section-stages__numbers .wrapper-content .item .content p{max-width:28.6vw}section.section-stages__numbers .desc-bottom p{font-size:1.66vw;line-height:2.5vw}section.section-stages__numbers .desc-bottom p a{margin-left:.41vw}section.section-payinfo .wrapper-content{margin-bottom:2.08vw}section.section-payinfo .wrapper-content .wrapper-price{margin-bottom:2.81vw}section.section-payinfo .wrapper-content .wrapper-price h2,section.section-payinfo .wrapper-content .wrapper-price h3{margin-bottom:1.66vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box{border-radius:.2vw;border:.05vw solid #1d4989}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item{border-bottom:.05vw solid #193b76}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name{width:19.37vw;padding:1.25vw 1.66vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:40.62vw;padding:1.25vw 3.33vw 1.25vw 1.66vw}section.section-payinfo .bottom .wrapper-iclisttext{margin-bottom:-1.25vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext{margin-bottom:1.25vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext .icon{width:2.81vw;height:2.81vw;margin-right:1.25vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext p{font-size:.83vw;line-height:1.25vw}section.section-ppko__main h2{font-size:1.56vw;line-height:2.5vw;margin-bottom:2.81vw}section.section-ppko__main .wrapper-cards .item .icon{margin:0 auto 2.18vw auto}section.section-feedback__askoeprice_ppko{padding-bottom:5vw}section.section-feedback__askoeprice_ppko .container .container-form{padding:2.81vw .83vw 2.81vw 3.33vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal{margin-bottom:-1.66vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input{margin-right:1.66vw;margin-bottom:1.66vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input input{border-radius:1.56vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:.62vw 3.75vw;margin-top:-.1vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:.62vw}section.section-promo_preview{padding-bottom:5vw}section.section-promo_preview .wrapper-title{margin-bottom:1.04vw}section.section-promo_preview .wrapper .wrapper-offer{padding-top:1.04vw;margin-right:10.2vw}section.section-promo_preview .wrapper .wrapper-offer h3{font-size:2.08vw;line-height:3.1vw;margin-bottom:1.25vw}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext{margin-bottom:.93vw}section.section-ouradvent h2{margin-bottom:2.08vw}section.section-ouradvent .wrapper-flex .wrapper h3{margin-bottom:1.66vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items{margin-bottom:-1.25vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item{margin-bottom:1.25vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item .circle .icon{width:1.66vw;height:1.66vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item p{max-width:17.1vw}section.section-dogonline h2{margin-bottom:2.81vw}section.section-dogonline h3{font-size:1.35vw;line-height:2.08vw;font-weight:700;color:#000}section.section-dogonline .wrapper-links{margin-bottom:2.5vw}section.section-dogonline .wrapper-links .top{margin-bottom:1.56vw}section.section-dogonline .wrapper-links .top .wrapper-ictext{margin-right:3.75vw}section.section-dogonline .wrapper-links .top .wrapper-ictext .icon{width:2.08vw;height:2.08vw}section.section-dogonline .wrapper-links .top .wrapper-ictext span{font-size:1.66vw;line-height:2.5vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext{margin-right:1.25vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext .icon{width:1.66vw;height:1.66vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext span{font-size:1.25vw;line-height:1.87vw}section.section-dogonline .wrapper-info .wrapper.one h3{font-size:1.25vw;line-height:1.87vw;margin-bottom:1.25vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext{margin-bottom:.83vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext .icon{width:1.66vw;height:1.66vw;margin-top:.2vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext p{max-width:27.4vw}section.section-dogonline .wrapper-info .wrapper.two h3{font-size:1.66vw;line-height:2.5vw;margin-bottom:1.25vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex{margin-bottom:.83vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex img{width:5.72vw;height:5.72vw;margin-right:1.04vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex p{font-size:1.25vw;line-height:1.87vw}section.section-dogonline .wrapper-info .wrapper.two .text__bottom{font-size:1.66vw;line-height:2.5vw}section.section-feedback_sale .container-form .input-container.input-horizontal .input-wrapper input{border-radius:1.56vw}section.section-promo_tarifs{margin-bottom:5vw}section.section-promo_tarifs h2{margin-bottom:3vw}section.section-promo_tarifs .wrapper-iclisttext{margin-bottom:-1.66vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext{margin-bottom:1.66vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext .icon{width:2.81vw;height:2.81vw;margin-right:1.56vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext span{font-size:1.66vw;line-height:2.5vw}section.section-feedback_calc{padding-bottom:5vw}section.section-feedback_calc .container .wrapper-title{margin-bottom:2.81vw}section.section-feedback_calc .container .wrapper-title h2{margin-bottom:1.25vw}section.section-feedback_calc .container .container-form .is-wrapper.input-wrapper input{border-radius:1.56vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{padding:.62vw 5vw}section.section-allprices{margin-bottom:5vw}section.section-allprices h2{margin-bottom:3.33vw}section.section-allprices .wrapper-img{margin-bottom:3.33vw}section.section-allprices .wrapper-btn{margin-bottom:5vw}section.section-allprices .wrapper-btn .btn{margin-right:8.8vw}section.section-allprices .wrapper-btn .btn span{margin-right:.83vw}section.section-allprices .wrapper-btn .btn.btn-link{padding:.93vw 5vw}section.section-allprices .wrapper-btn .btn.btn-link:before{width:1.25vw;height:1.25vw;right:3.75vw}section.section-allprices .wrapper-content .wrapper-text{margin-bottom:.62vw}section.section-allprices .wrapper-content .wrapper-text p{margin-bottom:.83vw}section.section-allprices .wrapper-iclisttext{margin-bottom:-.62vw}section.section-allprices .wrapper-iclisttext .wrapper-ictext{margin-bottom:.62vw}section.section-transofing h2{font-size:1.25vw;line-height:1.87vw;margin-bottom:2.08vw}section.section-transofing .wrapper-content{margin-bottom:-2.81vw}section.section-transofing .wrapper-content .item{margin-bottom:2.81vw}section.section-transofing .wrapper-content .item .content .btn{padding:.62vw 3.33vw}section.section-transofing .wrapper-content .item .content p{font-size:1.25vw;line-height:1.87vw}section.section-transofing .wrapper-content .item .content p a{margin-left:.41vw}section.section-transofing .wrapper-content .item .content h3{font-size:1.25vw;line-height:1.87vw;margin-bottom:.62vw}section.section-transofing .wrapper-content .item .content .wrapper-ictext_onse .icon{margin-right:.62vw}section.section-transofing .wrapper-content .item .content .wrapper-iclisttext .wrapper-ictext .icon{margin-right:.62vw}section.section-transofing .wrapper-content .item .content .social-messanger{margin-top:1.04vw}section.section-transofing .wrapper-content .item .content .social-messanger .link{margin-right:1.66vw}section.section-transofing .wrapper-content .item .content .social-messanger .link .icon{width:2.81vw;height:2.81vw}section.section-feedback__tarifcalc .container-form .input-container .wrapper .is-wrapper input{border-radius:1.56vw!important}section.section-feedback__tarifcalc .container-form .input-container .wrapper .btn{margin-top:6.77vw;padding:.62vw 4.8vw!important}header.header.header__home .header-wrapper .header-decoration{top:0!important;right:-9vw!important}section.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input .btn.btn-orange{margin-top:.2vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext{margin-right:3.75vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext:nth-child(even){margin-right:0}section.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input{max-width:32%!important;-webkit-box-flex:32%!important;-ms-flex:32%!important;flex:32%!important}section.section-cabinet .wrapper-content .wrapper-btn{margin-right:8vw}section.section-groupperv{padding-bottom:7.5vw!important}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{margin-right:3vw!important;margin-left:0}section.section-feedback_askoe .container-form.form__full .input-container .wrapper.wrapper-vertical .btn{margin-right:5vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{margin-top:6vw}.input-container .wrapper-select .new-select__list{top:2.78vw}.modal.modal-menu .close{left:6vw;top:1.5vw}section.section-feedback__transofind .container-form .input-container .wrapper .btn{margin-top:2vw;padding:.83vw 3vw!important}.input-container .wrapper-select .new-select__list{max-height:10vw}header.header.header__home .header-wrapper .header-decoration .circle span{font-size:.91vw;margin-top:7vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{padding:.62vw 4.97vw}section.section-enconsalt__main .wrapper-title h3{margin-top:2.81vw}section.section-feedback_main{margin-top:-3.4vw!important}.wrapper.wrapper-inputs.inputs__size.wrapper-horizontal{margin-right:0!important}section.section-feedback__tarifcalc .container-form .input-container .wrapper .btn{margin-top:4vw!important}.container-form .input-container.max940 .wrapper.wrapper-inputs{max-width:unset}.icon-linkedin{width:1vw;height:1vw}section.section-blog .wrapper-flex .item .wrapper-text,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{min-height:14vw;max-height:14vw}section.section-home_news .wrapper-news .item p,section.section-news .wrapper-flex .item .wrapper-text p{max-height:10vw}section.section-news .wrapper-flex .item .wrapper-link .data{font-size:.83vw;line-height:1.25vw;margin-right:.83vw}section.section-allclients .wrapper-content .item{height:18vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-allclients .wrapper-content .item .wrapper-btn{margin-top:auto}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange{padding:.83vw 2.73vw}}@media (max-width:1299.98px){section.section-feedback_main{margin-top:-3vw!important}}@media (max-width:1199.98px){section.section-feedback_main{margin-top:-3vw!important}}@media (max-width:1149.98px){section.section-feedback_main{margin-top:-4vw!important}}@media (max-width:999.98px){section.section-feedback_main{margin-top:-5vw!important}}@media (max-width:949.98px){section.section-feedback_main{margin-top:-6vw!important}}@media (max-width:849.98px){section.section-feedback_main{margin-top:-7vw!important}}@media (max-width:767.98px){*,:after,:before{font-size:7.5vw}.supertext,h1,h2{font-size:12.5vw;line-height:18.75vw}h1.home-title{font-size:7.2vw;line-height:11vw;font-variant:small-caps}h2.title-footer{font-size:6.25vw;line-height:9.37vw}h2.average-title,h3{font-size:10vw;line-height:15vw}h4{font-size:8.12vw;line-height:12.5vw}a,h3.supmin-title,p.min{font-size:5vw;line-height:7.5vw}.text,h2.min-title,h3.min-title,p{font-size:7.5vw;line-height:11.25vw}p.max{font-size:10vw;line-height:15vw}.item-4 .item{max-width:unset;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-right:0}.item-3 .item{max-width:unset;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-right:0}.item-2 .item{max-width:unset;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-right:0}.row{margin:0 5vw}.h-section{padding:15vw 0}.section-page{padding:15vw 0}.opage-section{padding:15vw 0 15vw 0}.section{padding:15vw 0}.wrapper-link .icon{margin-right:2.5vw}.wrapper-link a{font-size:5vw;line-height:7.5vw}.icon-cabinet{width:6.25vw;height:6.25vw}.icon-close{width:10vw;height:10vw}.icon-phone-orange{width:7.5vw;height:7.5vw}.icon-mail-orange{width:7.5vw;height:7.5vw}.icon-phone-white{width:7.5vw;height:7.5vw}.icon-lamp-orange{width:15vw;height:15vw}.icon-lamp-white{width:10vw;height:10vw}.icon-callphone-white{width:12.5vw;height:12.5vw}.icon-mail-white{width:7.5vw;height:7.5vw}.icon-callmail-white{width:12.5vw;height:12.5vw}.icon-mail-blue{width:7.5vw;height:7.5vw}.icon-phone-blue{width:7.5vw;height:7.5vw}.icon-heart{width:7.5vw;height:7.5vw}.icon-facebook{width:7.5vw;height:7.5vw}.icon-instagram{width:7.5vw;height:7.5vw}.icon-telegram{width:7.5vw;height:7.5vw}.icon-viber{width:7.5vw;height:7.5vw}.icon-whatsapp{width:7.5vw;height:7.5vw}.icon-social-w54{width:16.8vw;height:16.8vw}.icon-social-w32{width:10vw;height:10vw}.icon-navdown{width:3.75vw;height:3.75vw}.icon-clock{width:7.5vw;height:7.5vw}.icon-pin{width:7.5vw;height:7.5vw}.icon-arrow-left{width:35.6vw;height:35.6vw}.icon-arrow-right{width:35.6vw;height:35.6vw}.icon-flame{width:10vw;height:10vw}.icon-docdownload,.icon-document{width:16.8vw;height:16.8vw}.icon-file{width:7.5vw;height:7.5vw}.btn{-webkit-box-shadow:0 0 7.5vw rgba(0,0,0,.2);box-shadow:0 0 7.5vw rgba(0,0,0,.2);border-radius:15.62vw;padding:3.75vw 22.5vw;max-height:15vw;max-width:unset;width:100%}.btn span{font-size:5vw;line-height:7.5vw}.btn.btn-cabinet{max-width:63.72vw;padding:1.25vw 3.75vw;border-radius:15.62vw}.btn.btn-cabinet .icon{margin-right:3.75vw}.btn.btn-cabinet span{font-size:5vw;line-height:7.5vw}.btn.btn-link.icon-link:before{width:7.5vw;height:7.5vw}.btn.btn-link.icon-phone:before{width:7.5vw;height:7.5vw}.btn.btn-link.icon-mail:before{width:7.5vw;height:7.5vw}.btn.btn-link{padding:3.75vw 28.75vw 3.75vw 16.8vw}.btn.btn-link:before{right:9.37vw;top:5.62vw}.btn.btn-circle{height:22.5vw;width:22.5vw;margin-left:3.75vw}.btn.btn-circle:after{width:28.75vw;height:28.75vw}.btn.btn-circle:before{width:35.6vw;height:35.6vw}.input-container .input-wrapper input,.input-container .input-wrapper textarea,.input-container .inputfile-wrapper input,.input-container .inputfile-wrapper textarea,.input-container .textarea-wrapper input,.input-container .textarea-wrapper textarea{font-size:4.37vw;border-radius:2.5vw;line-height:7.5vw;padding:3.75vw 5vw}.input-container .input-wrapper input::-webkit-input-placeholder,.input-container .input-wrapper textarea::-webkit-input-placeholder,.input-container .inputfile-wrapper input::-webkit-input-placeholder,.input-container .inputfile-wrapper textarea::-webkit-input-placeholder,.input-container .textarea-wrapper input::-webkit-input-placeholder,.input-container .textarea-wrapper textarea::-webkit-input-placeholder{font-size:4.37vw;line-height:7.5vw}.input-container .input-wrapper input::-moz-placeholder,.input-container .input-wrapper textarea::-moz-placeholder,.input-container .inputfile-wrapper input::-moz-placeholder,.input-container .inputfile-wrapper textarea::-moz-placeholder,.input-container .textarea-wrapper input::-moz-placeholder,.input-container .textarea-wrapper textarea::-moz-placeholder{font-size:4.37vw;line-height:7.5vw}.input-container .input-wrapper input:-ms-input-placeholder,.input-container .input-wrapper textarea:-ms-input-placeholder,.input-container .inputfile-wrapper input:-ms-input-placeholder,.input-container .inputfile-wrapper textarea:-ms-input-placeholder,.input-container .textarea-wrapper input:-ms-input-placeholder,.input-container .textarea-wrapper textarea:-ms-input-placeholder{font-size:4.37vw;line-height:7.5vw}.input-container .input-wrapper input::-ms-input-placeholder,.input-container .input-wrapper textarea::-ms-input-placeholder,.input-container .inputfile-wrapper input::-ms-input-placeholder,.input-container .inputfile-wrapper textarea::-ms-input-placeholder,.input-container .textarea-wrapper input::-ms-input-placeholder,.input-container .textarea-wrapper textarea::-ms-input-placeholder{font-size:4.37vw;line-height:7.5vw}.input-container .input-wrapper input::placeholder,.input-container .input-wrapper textarea::placeholder,.input-container .inputfile-wrapper input::placeholder,.input-container .inputfile-wrapper textarea::placeholder,.input-container .textarea-wrapper input::placeholder,.input-container .textarea-wrapper textarea::placeholder{font-size:4.37vw;line-height:7.5vw}.input-container .wrapper-select .new-select{padding:3.75vw 10vw;font-size:7.5vw;line-height:11.25vw;border-radius:15.62vw}.input-container .wrapper-select .new-select:after{right:7.5vw;top:5.62vw;width:7.5vw;height:7.5vw}.input-container .wrapper-select .new-select__list{top:12.5vw}.input-container .wrapper-select .new-select__item{border-bottom:1.25vw solid #f28505}.input-container .wrapper-select .new-select__item span{padding:3.75vw 10vw;font-size:7.5vw;line-height:11.25vw}.input-container .textarea-wrapper{max-height:43.8vw;height:43.8vw;width:154.02vw}.input-container.input-wrappers .wrapper.wrapper-horizontal{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:10vw}.input-container.input-wrappers .wrapper.wrapper-horizontal .input-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .inputfile-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .textarea-wrapper,.input-container.input-wrappers .wrapper.wrapper-horizontal .wrapper-select{max-width:calc(50% - 1.04vw / 2);margin-right:6.25vw}.input-container.input-wrappers .wrapper.wrapper-vertical{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-bottom:-6.25vw}.input-container.input-wrappers .wrapper.wrapper-vertical .input-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .inputfile-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .textarea-wrapper,.input-container.input-wrappers .wrapper.wrapper-vertical .wrapper-select{margin-bottom:6.25vw}.input-container.input-horizontal{margin-bottom:-6.25vw}.input-container.input-horizontal .input-wrapper,.input-container.input-horizontal .inputfile-wrapper,.input-container.input-horizontal .wrapper-select{max-width:calc(33.3333333% - ((2.8vw * 2)/ 3));margin-right:16.8vw;margin-bottom:6.25vw}.input-container.input-vertical{margin-bottom:-6.25vw}.input-container.input-vertical .input-wrapper,.input-container.input-vertical .inputfile-wrapper,.input-container.input-vertical .textarea-wrapper,.input-container.input-vertical .wrapper-select{margin-bottom:6.25vw}.whome-title{min-height:26.2vw;border-left:1.25vw solid #1d4989;margin-bottom:12.5vw}.whome-title .wrapper-title{padding-left:3.75vw}.whome-title p span{margin-left:2.5vw}.wrapper-cards .item{background-color:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);border-radius:1.25vw}.wrapper-cards.cards-home.item-4{margin-bottom:-5vw}.wrapper-cards.cards-home.item-4 .item{padding:16.8vw 5vw;margin-bottom:5vw}.wrapper-cards.cards-home.item-4 .item .icon{width:28.1vw;height:28.1vw;margin-bottom:7.5vw}.wrapper-cards.cards-home.item-4 .item h3{margin-bottom:5vw;line-height:12.5vw;font-size:8.12vw}.wrapper-cards.cards-home.item-4 .item p{font-size:6.25vw;line-height:9.37vw}.wrapper-cards.cards-about.item-2{margin-bottom:-10vw}.wrapper-cards.cards-about.item-2 .item{margin-bottom:10vw;padding:15vw 7.5vw;margin-right:10vw}.wrapper-cards.cards-about.item-2 .item .icon{margin-bottom:7.5vw;width:43.75vw;height:43.75vw}.wrapper-cards.cards-about.item-2 .item h3,.wrapper-cards.cards-about.item-2 .item h4{margin-bottom:7.5vw;line-height:15vw;font-size:10vw}.wrapper-cards.cards-about.item-2 .item p{max-width:unset}.wrapper-cards.cards-askoe.item-4,.wrapper-cards.cards-ppko.item-3{margin-bottom:-5vw}.wrapper-cards.cards-askoe.item-4 .item,.wrapper-cards.cards-ppko.item-3 .item{padding:16.8vw 7.5vw;margin-bottom:5vw}.wrapper-cards.cards-askoe.item-4 .item .icon,.wrapper-cards.cards-ppko.item-3 .item .icon{width:28.1vw;height:28.1vw;margin-bottom:12.5vw}.wrapper-cards.cards-askoe.item-4 .item p,.wrapper-cards.cards-ppko.item-3 .item p{line-height:10vw}.wrapper-items{margin-bottom:-10vw}.wrapper-items .item{margin-bottom:10vw}.wrapper-items .item .circle{width:16.8vw;height:16.8vw;margin-right:3.75vw}.wrapper-items .item .circle .icon{width:10vw;height:10vw}.wrapper-items .item p{font-size:6.25vw;line-height:7.5vw}.wrapper-iclisttext{margin-bottom:-3.75vw}.wrapper-iclisttext .wrapper-ictext{margin-bottom:3.75vw}.wrapper-iclisttext .marker{width:3.75vw;height:3.75vw;margin-right:3.75vw;background-color:#f28505;margin-top:1.25vw}.wrapper-ictext .icon.mr16{margin-right:5vw}.wrapper-ictext .icon.mr24{margin-right:7.5vw}.wrapper-ictext .icon.w48{width:15vw;height:15vw}.wrapper-ictext .icon.w32{width:10vw;height:10vw}.arrows .arrow{width:10vw;height:10vw}.container-form{padding:16.8vw 14.06vw;border-radius:5vw}.container-form h2,.container-form h3,.container-form h4{font-size:10vw;line-height:15vw;margin-bottom:12.5vw}.container-form h2 span.orange,.container-form h3 span.orange,.container-form h4 span.orange{font-size:16.25vw;line-height:15vw}.container-form .input-container.mr16 .input-wrapper{max-width:calc(33.3333333% - ((.83vw * 2)/ 3));margin-right:5vw}.container-form .input-container.max940 .btn{margin-top:16.8vw}.container-form .input-container.max940 .wrapper.wrapper-inputs{margin-right:15.62vw;max-width:calc(48.95vw - 2.6vw);-webkit-box-flex:48.95vw;-ms-flex:48.95vw;flex:48.95vw}.container-form .input-container.max940 .wrapper.wrapper-inputs .wrapper-select{margin-bottom:7.5vw}.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:10vw}.container-form .input-container.max940 .wrapper.other{-webkit-box-flex:18.2vw;-ms-flex:18.2vw;flex:18.2vw}.container-form .input-container.max940 .wrapper.other .wrapper-other .wrapper-docs.first{margin-bottom:20vw}.container-form .input-container .lbl{font-size:5vw;line-height:7.5vw;margin-left:10vw}.container-form .input-container .wrapper-other{padding-top:10vw}.container-form .input-container .wrapper-other .btn{padding:3.75vw 35vw}.container-form .input-container .wrapper-other .wrapper-docs.first{margin-right:50vw}.container-form .input-container .wrapper-other .wrapper-docs p.title{line-height:10vw;margin-bottom:5vw}.container-form .input-container .wrapper-other .wrapper-docs span{color:#f28505;font-size:6.25vw;line-height:7.5vw}.container-form .input-container .wrapper-other .wrapper-docs a.download i.icon{margin-right:3.75vw;width:12.5vw;height:12.5vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file{padding-top:3.75vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file{margin-right:6.25vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file .icon{margin-right:3.75vw;width:7.5vw;height:7.5vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile{font-size:3.75vw;line-height:5.62vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file p.namefile i.icon{width:3.75vw;height:3.75vw;margin-left:1.25vw}.container-form.form__full{padding:4.47vw 0}.container-form.form__full h2,.container-form.form__full h3,.container-form.form__full h4{margin-bottom:7.5vw}.container-form.form__full .input-container{margin-bottom:-6.25vw}.container-form.form__full .input-container .wrapper.wrapper-vertical{margin-right:10vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper{margin-bottom:6.25vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper input,.container-form.form__full .input-container .wrapper.wrapper-vertical .input-wrapper textarea{border-radius:2.5vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .textarea-wrapper{margin-bottom:6.25vw}.container-form.form__full .input-container .wrapper.wrapper-vertical .btn{padding:3.75vw 16.8vw;margin-bottom:6.25vw}.container-form.form__full .input-container .wrapper.wrapper-btn{max-width:calc(28% - ((1.66vw * 1)/ 2))}.container-form.form__full .input-container .wrapper.wrapper__size .input-wrapper{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:10vw}.slick-arrow{width:10vw;height:10vw}.call.write.social-fixed{left:7.5vw;bottom:7.5vw}.call.phone.social-fixed{right:7.5vw;bottom:7.5vw}.all-social{margin-bottom:0;position:fixed;bottom:35vw;left:6vw}.all-social a.circle{width:16.8vw;height:16.8vw;margin-bottom:3.75vw;-webkit-box-shadow:0 0 3.75vw rgba(0,0,0,.11);box-shadow:0 0 3.75vw rgba(0,0,0,.11)}.all-social a.circle .icon{width:10vw;height:10vw}.call{width:16.8vw;height:16.8vw}.call .icon{width:7.5vw;height:7.5vw}.call:before{width:20vw;height:20vw}.call:after{width:22.5vw;height:22.5vw}.sc-social-phone{padding:7.5vw}.components_numbers .circle{width:28.75vw;height:28.75vw;margin-right:10vw}.components_numbers .circle .number{font-size:35.6vw;line-height:20vw;text-shadow:0 0 2.5vw rgba(0,0,0,.25)}.wrapper-price{margin-bottom:22.5vw}.wrapper-price h2,.wrapper-price h3{font-size:10vw;line-height:12.5vw;margin-bottom:12.5vw}.wrapper-price .wrapper-block .wrapper-boxs .box{border-radius:1.25vw;border:.31vw solid #1d4989}.wrapper-price .wrapper-block .wrapper-boxs .box .item{border-bottom:.31vw solid #193b76}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name{width:116.25vw;padding:7.5vw 10vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:144.37vw;padding:7.5vw 20vw 7.5vw 10vw}@-webkit-keyframes increaseSizeOne{from{width:16.8vw;height:16.8vw}50%{width:20vw;height:20vw}to{width:16.8vw;height:16.8vw}}@keyframes increaseSizeOne{from{width:16.8vw;height:16.8vw}50%{width:20vw;height:20vw}to{width:16.8vw;height:16.8vw}}@-webkit-keyframes increaseSizeTwo{from{width:16.8vw;height:16.8vw}50%{width:22.5vw;height:22.5vw}to{width:16.8vw;height:16.8vw}}@keyframes increaseSizeTwo{from{width:16.8vw;height:16.8vw}50%{width:22.5vw;height:22.5vw}to{width:16.8vw;height:16.8vw}}@-webkit-keyframes increaseSizeCircle{from{width:16.8vw;height:16.8vw}to{width:22.5vw;height:22.5vw}}@keyframes increaseSizeCircle{from{width:16.8vw;height:16.8vw}to{width:22.5vw;height:22.5vw}}nav.nav{padding-top:3.75vw;padding-bottom:3.75vw;padding-left:2.5vw;padding-right:2.5vw}nav.nav .wrapper-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}nav.nav .wrapper-flex .menu-open{margin-right:0}nav.nav .wrapper-flex .menu-open .hamburger{margin-bottom:1.87vw}nav.nav .wrapper-flex .menu-open .hamburger span{width:10vw;height:.31vw;margin-bottom:1.87vw}nav.nav .wrapper-flex .menu-open .menu__text{font-size:3.75vw;line-height:4.37vw;margin-left:.62vw}nav.nav .wrapper-flex .wrapper-logo{margin-right:0;width:37.5vw;height:12.5vw}nav.nav .wrapper-flex .menu{display:none}nav.nav .wrapper-flex .btn{display:none}header.header.header__page .header__info{padding:16.8vw 0}header.header.header__page .header__info .wrapper-title h1{margin-bottom:3.75vw}header.header.header__home{padding-bottom:56.25vw}header.header.header__home .header-wrapper{padding-top:12.5vw}header.header.header__home .header-wrapper .row.flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header.header.header__home .header-wrapper .header-offer .wrapper-title{margin-bottom:13.1vw}header.header.header__home .header-wrapper .header-offer .wrapper-title h1{max-width:unset;margin-bottom:3.75vw}header.header.header__home .header-wrapper .header-offer .wrapper-title h1 span{font-size:12.5vw;line-height:18.75vw}header.header.header__home .header-wrapper .header-offer .wrapper-title p{max-width:unset;font-size:6.87vw;line-height:11.25vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:46.87vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn{margin-right:0;margin-bottom:5vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn:last-child{margin-bottom:0}header.header.header__home .header-wrapper .header-offer .wrapper-icons{display:none}header.header.header__home .header-wrapper .header-decoration{position:static;top:6vw;right:-8vw;height:20.98vw;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}header.header.header__home .header-wrapper .header-decoration .circle{width:30vw;height:30vw;border:.62vw solid #2dbede;position:static;-webkit-box-flex:50%;-ms-flex:50%;flex:50%}header.header.header__home .header-wrapper .header-decoration .circle span{margin-top:40.62vw;font-size:3.75vw;line-height:7.5vw}header.header.header__home .header-wrapper .header-decoration .circle .icon{width:16.8vw;height:16.8vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(5){display:none}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(6){display:none}.modal .close{width:10vw;height:10vw}.modal-call .modal-content .wrapper-content{margin:0 6.25vw}.modal-call .modal-content .wrapper-content .section-feedback_main{padding-top:16.8vw;padding-bottom:16.8vw}.modal-call .modal-content .wrapper-content .section-feedback_main h3{margin-bottom:10vw}.modal-call .modal-content .wrapper-content .section-feedback_main .input-wrapper{margin-right:10vw}.modal.modal-menu .close{top:6.25vw;left:6.25vw}.modal.modal-menu .modal-content .wrapper-content{padding:22.5vw 0}.modal.modal-menu .modal-content .wrapper-content .wrapper{margin-right:10vw}.modal.modal-menu .modal-content .wrapper-content .wrapper a{font-size:7.5vw;line-height:11.25vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .title{font-size:10vw;line-height:18.75vw;margin-bottom:5vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .title.main{margin-bottom:9.37vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list{margin-bottom:16.8vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .title{margin-bottom:5vw;font-size:7.5vw;line-height:11.25vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist{margin-bottom:3.75vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist li{margin-bottom:3.75vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist{margin-bottom:3.75vw;padding-left:7.5vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist li{margin-bottom:2.5vw}footer.footer{padding-top:22.5vw;padding-bottom:16.8vw}footer.footer .wrapper-flex .wrapper{margin-right:15.62vw}footer.footer .wrapper-flex .wrapper h2{margin-bottom:5vw}footer.footer .wrapper-flex .wrapper h3{line-height:12.5vw;font-size:8.12vw}footer.footer .wrapper-flex .wrapper .wrapper-logo{max-width:89.6vw;height:30vw;margin-bottom:10vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts{margin-bottom:5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts h2{font-size:7.5vw;line-height:11.25vw;margin-bottom:7.5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item{margin-bottom:5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-icon{margin-right:5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts .item .wrapper-date a{margin-bottom:2.5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .social{margin-bottom:5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .social .circle{width:12.5vw;height:12.5vw;margin-right:6.25vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date{margin-bottom:7.5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item{margin-bottom:5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item h4,footer.footer .wrapper-flex .wrapper .wrapper-content .date .item p{font-size:5vw;line-height:7.5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .date .item h3{margin-bottom:2.5vw}footer.footer .wrapper-flex .wrapper .wrapper-content .btn{padding:3.75vw 3.75vw}footer.footer .wrapper-flex .wrapper .wrapper-list .title{font-size:5vw;line-height:7.5vw;margin-bottom:3.75vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list li{margin-bottom:3.75vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list{margin-bottom:3.75vw;padding-left:7.5vw}footer.footer .wrapper-flex .wrapper .wrapper-list ul.nav-list.ade-list li{margin-bottom:3.75vw}section.section-feedback_main{margin-top:-12.5vw;margin-bottom:23.4vw}section.section-feedback_main .container-form{padding-right:26.87vw;padding-left:26.87vw}section.section-feedback_main .container-form .input-container .input-wrapper input{border-radius:15.62vw}section.section-achivements .bg-maps{width:265.2vw;height:176.4vw;top:34.37vw}section.section-achivements .wrapper-content{margin-bottom:10vw}section.section-achivements .wrapper-content .item{margin-bottom:7.5vw}section.section-achivements .wrapper-content .item:nth-child(1) .box span{top:6vw;left:10vw}section.section-achivements .wrapper-content .item:nth-child(2) .box span{left:40vw;top:6vw}section.section-achivements .wrapper-content .item:nth-child(3) .box span{left:40vw;top:6vw}section.section-achivements .wrapper-content .item .box{margin-bottom:2.5vw}section.section-achivements .wrapper-content .item .box span{font-size:10vw;line-height:15vw}section.section-achivements .wrapper-content .item .box .block{width:20vw;height:24.37vw}section.section-achivements .wrapper-content .item p{max-width:unset}section.section-achivements .wrapper-text{max-width:unset}section.section-achivements .wrapper-text p{font-size:10vw;line-height:15vw}section.section-feedback_promo{padding-top:15.62vw}section.section-feedback_promo .wrapper-content{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:15vw 26.87vw;border-radius:5vw}section.section-feedback_promo .wrapper-content .wrapper-title{margin-bottom:10vw}section.section-feedback_promo .wrapper-content .wrapper-title h2{margin-bottom:7.5vw}section.section-feedback_promo .wrapper-content .wrapper-title p.max{margin-bottom:5vw}section.section-feedback_promo .btn{padding:3.75vw 22.5vw}section.section-clients .whome-title{margin-bottom:12.5vw}section.section-clients .slider{padding:0 16.8vw}section.section-clients .slider .slick-track{margin-left:6.25vw}section.section-clients .slider .slick-slide{height:50vw;width:57.18vw;margin-right:12.5vw}section.section-successes .whome-title{margin-bottom:12.5vw}section.section-successes .slider .slick-slide{height:104.7vw;width:74vw;margin-right:16.8vw}section.section-feedback_consult{padding:26.87vw 1.25vw;margin:23.4vw 0}section.section-feedback_consult .wrapper-title{margin-bottom:10vw}section.section-feedback_consult .wrapper-title h2{margin-bottom:3.75vw}section.section-feedback_consult .input-container .wrapper.wrapper-vertical{margin-right:10vw}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .input-wrapper,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .textarea-wrapper{margin-right:9.37vw}section.section-news{padding-bottom:20vw}section.section-news .whome-title a.allNews{font-size:7.5vw;line-height:11.25vw;margin-right:10vw}section.section-news .whome-title a.allNews:before{right:-10vw;top:2.5vw;width:7.5vw;height:7.5vw}section.section-news .slider .slick-slide{margin-right:10vw}section.section-news .wrapper-news{padding-bottom:7.5vw}section.section-news .wrapper-news .item{border-bottom-left-radius:3.75vw;border-bottom-right-radius:3.75vw}section.section-news .wrapper-news .item .wrapper-content{padding:3.75vw 2.5vw 5vw 2.5vw}section.section-news .wrapper-news .item .wrapper-content .wrapper-desc{margin-bottom:2.5vw}section.section-news .wrapper-news .item .wrapper-content .wrapper-desc h3{font-size:6.25vw;line-height:9.37vw;margin-bottom:3.75vw}section.section-news .wrapper-news .item .wrapper-content .wrapper-data a,section.section-news .wrapper-news .item .wrapper-content .wrapper-data span{font-size:5vw;line-height:7.5vw}section.section-news .container-dots .slick-dots{max-width:310.93vw;width:310.93vw}section.section-news .container-dots .slick-dots li{height:.62vw;border-radius:.62vw}section.section-news .container-dots .slick-dots li.slick-active{height:1.25vw;border-radius:1.87vw}.container-dots .slick-dots{max-width:310.93vw;width:310.93vw}.container-dots .slick-dots li{height:.62vw;border-radius:.62vw}.container-dots .slick-dots li.slick-active{height:1.25vw;border-radius:1.87vw}section.section-about__main{padding-bottom:7.5vw}section.section-about__main .wrapper-content .wrapper-title{margin-bottom:5vw}section.section-about__main .wrapper-content .wrapper-title h2{margin-bottom:7.5vw}section.section-about__main .wrapper-content .wrapper-title p{margin-bottom:5vw}section.section-about__main .wrapper-content .wrapper-text p{margin-bottom:3.75vw}section.section-about__main .wrapper-content .wrapper-text .wrapper-flex .namecomp{margin-top:.62vw}section.section-comphistory{padding-top:7.5vw;padding-bottom:30vw}section.section-comphistory .wrapper-content .wrapper-title{margin-bottom:10vw}section.section-comphistory .wrapper-content .wrapper-title .block{background-color:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);padding:10vw;border-radius:2.5vw;-webkit-box-shadow:0 0 7.5vw rgba(0,0,0,.2);box-shadow:0 0 7.5vw rgba(0,0,0,.2);max-width:218.75vw}section.section-comphistory .wrapper-content .wrapper-title .block .wrapper-text p{font-size:6.25vw;line-height:9.37vw}section.section-comphistory .wrapper-content .wrapper-date{margin-bottom:-11.25vw;padding-bottom:10vw}section.section-comphistory .wrapper-content .wrapper-date .item{margin-bottom:11.25vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img{margin-top:-5vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img img{width:46.87vw;height:46.87vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text{line-height:40.62vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text p{max-width:unset}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text.title-text{margin-bottom:5vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-text p{margin-bottom:5vw}section.section-comphistory .wrapper-content .wrapper-description .wrapper-iclisttext{margin-bottom:10vw;padding-left:7.5vw}section.section-workcompany{padding-bottom:30vw}section.section-workcompany h2{margin-bottom:18.1vw}section.section-workcompany .wrapper-cards{padding-bottom:16.8vw}section.section-workcompany .wrapper-cards .item{padding:15vw 7.5vw}section.section-workcompany .wrapper-cards .item .wrapper-icon .icon{margin-bottom:12.5vw}section.section-workcompany .wrapper-cards .item h3{margin-bottom:7.5vw}section.section-workcompany .bottom-desc h4{font-size:10vw;line-height:10vw}section.section-ourteam{padding-bottom:65.6vw}section.section-ourteam .wrapper-title{margin-bottom:41.25vw}section.section-ourteam .wrapper-title h2{margin-bottom:7.5vw}section.section-ourteam .wrapper-title p{margin-bottom:7.5vw}section.section-ourteam .wrapper-title .wrapper-text p{margin-bottom:3.75vw}section.section-ourteam .wrapper-content:after,section.section-ourteam .wrapper-content:before{width:35.6vw;height:35.6vw}section.section-ourteam .wrapper-content:before{top:-30vw;left:163.75vw}section.section-ourteam .wrapper-content:after{bottom:-53.1vw;left:43.75vw}section.section-ourteam .wrapper-content .wrapper-text{padding-top:16.8vw;margin-right:12.5vw;max-width:unset}section.section-ourteam .wrapper-content .wrapper-text p{margin-bottom:3.75vw}section.section-ourteam .wrapper-content .wrapper-img{margin-right:7.5vw;width:182.5vw;height:256vw}section.section-ourteam .wrapper-content .wrapper-img:before{background-color:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%);right:-22.5vw;top:6.25vw}section.section-blog .wrapper-flex{margin-bottom:-7.5vw}section.section-blog .wrapper-flex .item{padding-bottom:7.5vw;-webkit-box-shadow:0 0 3.75vw rgba(0,0,0,.25);box-shadow:0 0 3.75vw rgba(0,0,0,.25);border-radius:1.25vw;margin-bottom:7.5vw}section.section-blog .wrapper-flex .item .wrapper-img{max-height:120vw;height:120vw;margin-bottom:7.5vw}section.section-blog .wrapper-flex .item .wrapper-text{margin-bottom:5vw;padding:0 5vw}section.section-blog .wrapper-flex .item .wrapper-text h3{font-size:7.5vw;line-height:11.25vw;margin-bottom:5vw;min-height:22.5vw}section.section-blog .wrapper-flex .item .wrapper-text p{font-size:5vw;line-height:7.5vw}section.section-blog .wrapper-flex .item .wrapper-link{padding:0 5vw}section.section-blog .wrapper-flex .item .wrapper-link .link{color:#f28505;font-size:5vw;line-height:7.5vw}section.section-article .container-content__content-img{margin-bottom:5vw}section.section-article .container-content__content-img .container-content{margin-right:22.5vw}section.section-article .container-content__content-img .container-img{width:208.1vw;height:174.3vw}section.section-article .container-content__content-img-two .wrapper .wrapper-img{width:123.7vw;height:175.3vw;margin-right:37.5vw}section.section-article .container-content{margin-bottom:15vw}section.section-article .container-content .container-content__text{margin-bottom:15vw}section.section-article .container-content .container-content__text .wrapper-text{margin-bottom:15vw}section.section-article .container-content .container-content__text .wrapper-text h2,section.section-article .container-content .container-content__text .wrapper-text h3,section.section-article .container-content .container-content__text .wrapper-text h4,section.section-article .container-content .container-content__text .wrapper-text h5{font-size:10vw;line-height:15vw;margin-bottom:7.5vw}section.section-article .container-content .container-content__text .wrapper-text p,section.section-article .container-content .container-content__text .wrapper-text span{margin-bottom:5vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext{margin-bottom:5vw;margin-top:5vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h2,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h3,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h4,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h5{font-size:7.5vw;line-height:11.25vw;margin-bottom:5vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext{margin-bottom:3.75vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext .wrapper-ictext .icon{width:10vw;height:10vw;margin-right:5vw;margin-top:-1.25vw}section.section-awards .wrapper-content .wrapper-awards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:22.5vw}section.section-awards .wrapper-content .wrapper-awards .item{margin-bottom:30vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text{max-width:unset;margin-right:22.5vw;padding-left:30vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text p{margin-bottom:3.75vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column{margin-right:16.8vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column{margin-bottom:15vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column img{margin-right:5vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-vert{width:100%;height:auto}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-medal{width:100%;height:auto}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-hor{width:100%;height:auto}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-cert-horbig{width:100%;height:auto}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .img-medal-big{width:100%;height:auto}section.section-awards .wrapper-content .desc-bottom p{margin-bottom:3.75vw}section.section-bgroup__main .wrapper-content .wrapper-text{margin-bottom:7.5vw}section.section-bgroup__main .wrapper-content .slow{padding-left:51.25vw}section.section-bgroup__main .wrapper-content .slow h2{font-size:10vw;line-height:15vw;margin-bottom:5vw}section.section-bgroup__main .wrapper-content .slow p{padding-left:42.5vw}section.section-groupperv{padding-bottom:30vw}section.section-groupperv h2{margin-bottom:30vw}section.section-groupperv .box{padding:10vw 28.75vw;-webkit-box-shadow:0 0 3.75vw rgba(0,0,0,.15);box-shadow:0 0 3.75vw rgba(0,0,0,.15);border-radius:1.25vw}section.section-groupperv .box h3{font-size:7.5vw;line-height:11.25vw;margin-bottom:7.5vw}section.section-groupperv .box .wrapper p:first-child{margin-bottom:2.5vw}section.section-groupperv .box .wrapper p span{font-size:16.8vw;line-height:11.25vw;color:#f28505;margin:0 2.5vw}section.section-groupperv .box .wrapper p.sup{font-size:12.5vw;line-height:11.25vw}section.section-groupperv .bottom{margin:15vw auto 0 auto}section.section-groupperv .wrapper-flex{padding:22.5vw 0}section.section-feedback_group{padding-bottom:30vw}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{padding:3.75vw 28.75vw}section.section-contacts__main{padding-top:22.5vw;padding-bottom:28.75vw}section.section-contacts__main .wrapper-flex{margin-bottom:-10vw;padding-bottom:22.5vw}section.section-contacts__main .wrapper-flex a{font-size:7.5vw;line-height:11.25vw}section.section-contacts__main .wrapper-flex a,section.section-contacts__main .wrapper-flex p{max-width:unset}section.section-contacts__main .wrapper-flex .item{margin-bottom:10vw}section.section-contacts__main .wrapper-flex .item h2{font-size:7.5vw;line-height:11.25vw;margin-bottom:3.75vw}section.section-contacts__main .wrapper-flex .item .wrapper-ictext .icon{margin-right:3.75vw;margin-top:1.25vw}section.section-contacts__main .container-social .wrapper-social .link{margin-right:10vw}section.section-contacts__main .container-social .wrapper-social .link .icon{width:16.8vw;height:16.8vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext .icon{width:16.8vw;height:16.8vw;margin-right:12.5vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext p{font-size:7.5vw;line-height:11.25vw;max-width:unset}section.section-yamaps{padding-bottom:30vw}section.section-cabinet .wrapper-content h2{margin-bottom:16.8vw;font-size:7.5vw;line-height:11.25vw}section.section-cabinet .wrapper-content .wrapper-items{padding-bottom:15vw}section.section-cabinet .wrapper-content .wrapper-items .item p{max-width:unset}section.section-cert .wrapper-title{margin-bottom:16.8vw}section.section-cert .wrapper-title h2{font-size:7.5vw;line-height:11.25vw;margin-bottom:7.5vw}section.section-cert .wrapper-title .wrapper-iclisttext{margin-bottom:7.5vw}section.section-cert .wrapper-title .desc-bottom p{font-size:7.5vw;margin-bottom:3.75vw}section.section-cert .wrapper-cert .item{border-radius:1.25vw;margin-right:31.25vw;padding:12.5vw 16.8vw}section.section-cert .wrapper-cert .item .wrapper-img{width:123.7vw}section.section-allclients .wrapper-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-10vw}section.section-allclients .wrapper-content .item{max-width:calc(20% - ((1.66vw * 4)/ 5));margin-bottom:10vw;margin-right:10vw;min-height:80.6vw}section.section-allclients .wrapper-content .item .wrapper-img img{max-width:75.6vw}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange{padding:3.75vw 12.5vw}section.section-allclients .wrapper-content .item .wrapper-btn .btn.btn-orange span{font-size:5vw;line-height:7.5vw}section.section-enconsalt__main{padding-bottom:12.5vw}section.section-enconsalt__main .wrapper-title{margin-bottom:12.5vw}section.section-enconsalt__main .wrapper-title h2{margin-bottom:7.5vw}section.section-enconsalt__main .wrapper-title h3{margin-bottom:16.8vw}section.section-enconsalt__main .wrapper-cards .item{padding:16.8vw 7.5vw}section.section-enconsalt__main .wrapper-cards .item .icon{margin:0 auto 12.5vw auto;width:28.1vw;height:28.1vw}section.section-feedback__askoeprice_enconsalt{padding-bottom:30vw}section.section-feedback__askoeprice_enconsalt .container .container-form{padding:16.8vw 7.5vw 16.8vw 7.5vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal{margin-bottom:-10vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input{margin-right:5vw;margin-bottom:10vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input input{border-radius:9.37vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:3.75vw 24.37vw;margin-top:-.62vw}section.section-askoe_main{padding:22.5vw 0}section.section-feedback_askoe{padding-bottom:15vw}section.section-descaskoe{padding-bottom:30vw}section.section-descaskoe h2{margin-bottom:16.8vw}section.section-descaskoe .wrapper-cards{padding-bottom:16.8vw}section.section-descaskoe .wrapper-cards .item .icon{margin:0 auto 12.5vw auto}section.section-descaskoe .wrapper-text p strong.suptext{font-size:15vw;line-height:11.25vw}section.section-forsystemaskoe{padding-bottom:30vw}section.section-forsystemaskoe h2{margin-bottom:16.8vw}section.section-forsystemaskoe .wrapper-flex{margin-bottom:-7.5vw;padding-bottom:16.8vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext{margin-bottom:7.5vw}section.section-forsystemaskoe .wrapper-flex .item.wrapper-ictext .icon{width:10vw;height:10vw;margin-top:1.25vw}section.section-forsystemaskoe .wrapper-text h3{color:#f28505;margin-bottom:3.75vw}section.section-forsystemaskoe .wrapper-text p{margin-bottom:3.75vw}section.section-feedback__askoeprice{padding-bottom:30vw}section.section-feedback__askoeprice .wrapper-title{margin-bottom:10vw}section.section-feedback__askoeprice .wrapper-title h2{margin-bottom:16.8vw}section.section-feedback__askoeprice .container .container-form{padding:16.8vw 5vw 16.8vw 20vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal{margin-bottom:-10vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input{margin-right:3.75vw;margin-bottom:10vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input input{border-radius:9.37vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:3.75vw 34.37vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:3.75vw}section.section-docs .wrapper-content .wrapper-ictext{padding:5vw 0;border-bottom:.31vw solid #e0e0e0}section.section-docs .wrapper-content .wrapper-ictext .icon{width:16.8vw;height:16.8vw;margin-right:7.5vw}section.section-docs .wrapper-content .wrapper-ictext .namefile{font-size:5vw;line-height:7.5vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .text{font-size:5vw;line-height:7.5vw;margin-right:5vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .icon{width:7.5vw;height:7.5vw;margin-right:2.5vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .number{font-size:5vw;line-height:7.5vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like.active .icon{width:7.5vw;height:7.5vw}section.section-faq .wrapper-flex{margin-bottom:-10vw}section.section-faq .wrapper-flex .item{margin-right:7.5vw;margin-bottom:10vw;-webkit-box-shadow:0 0 3.75vw rgba(0,0,0,.07);box-shadow:0 0 3.75vw rgba(0,0,0,.07);border-left:.31vw solid #1d4989;border-right:.31vw solid #1d4989;border-bottom:.31vw solid #1d4989}section.section-faq .wrapper-flex .item .header{padding:6.25vw 7.5vw;min-height:34.37vw;max-height:34.37vw}section.section-faq .wrapper-flex .item .header .circle{margin-right:10vw;width:15vw;height:15vw}section.section-faq .wrapper-flex .item .header .circle span.number{font-size:10vw;line-height:15vw}section.section-faq .wrapper-flex .item .header h2,section.section-faq .wrapper-flex .item .header h3{font-size:7.5vw;line-height:11.25vw;max-width:unset}section.section-faq .wrapper-flex .item .content{padding:7.5vw}section.section-gase__main .wrapper-title{margin-bottom:10vw}section.section-gase__main .wrapper-info h3{font-size:7.5vw;line-height:11.25vw;margin-bottom:7.5vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext{margin-right:50vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext .icon{margin-right:9.37vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext p{max-width:unset}section.section-gase__pervagi{padding-bottom:30vw}section.section-gase__pervagi h2{margin-bottom:16.8vw}section.section-gase__pervagi .box{padding:16.8vw 0}section.section-gase__pervagi .box .wrapper-items.item-3{margin-bottom:-10vw}section.section-gase__pervagi .box .wrapper-items .item{margin-right:5vw;margin-bottom:10vw}section.section-gase__pervagi .box .wrapper-items .item .circle{width:16.8vw;height:16.8vw}section.section-gase__pervagi .box .wrapper-items .item p{max-width:unset}section.section-gase__docs{padding-bottom:22.5vw}section.section-gase__docs h2{margin-bottom:16.8vw}section.section-gase__docs h3{margin-bottom:10vw}section.section-gase__docs .wrapper-flex{margin-bottom:10vw}section.section-gase__docs .wrapper-flex .box{max-height:80vw;padding:10vw 10vw 10vw 10vw;-webkit-box-shadow:0 0 3.75vw rgba(0,0,0,.15);box-shadow:0 0 3.75vw rgba(0,0,0,.15);border-radius:1.25vw;border:.31vw solid #365da7;margin-right:22.5vw}section.section-gase__docs .wrapper-flex .box:before{width:26.87vw;height:30vw;right:6.25vw;bottom:6.25vw}section.section-gase__docs .wrapper-flex .box h4{font-size:10vw;line-height:15vw;margin-bottom:7.5vw}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext{margin-bottom:3.75vw}section.section-gase__docs .wrapper-flex .box .wrapper .wrapper-ictext .icon{margin-right:5.62vw;width:10vw;height:10vw}section.section-gase__docs .desc-bottom{margin-bottom:12.5vw}section.section-gase__docs .wrapper-docs h3{margin-bottom:10vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext{margin-bottom:7.5vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext .icon{width:12.5vw;height:12.5vw;margin-right:3.75vw;margin-top:1.25vw}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext span{font-size:10vw;line-height:15vw;color:#f28505}section.section-feedback_gase{margin-bottom:30vw}section.section-feedback_gase .container .container-form .wrapper-title{margin-bottom:16.8vw}section.section-feedback_gase .container .container-form .wrapper-title h3{margin-bottom:3.75vw}section.section-feedback_gase .container .container-form .wrapper-title p.desc-title{margin-bottom:5vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input{margin-right:7.5vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input input{border-radius:2.5vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:3.75vw 12.5vw;margin-top:-.62vw}section.section-gase__pirces{padding-bottom:30vw}section.section-gase__pirces h2{margin-bottom:16.8vw}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab{margin-right:1.25vw;width:43.75vw;height:15vw;border-radius:1.25vw 1.25vw 0 0;border-top:.31vw solid #f28505;border-left:.31vw solid #f28505;border-right:.31vw solid #f28505}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab span{font-size:7.5vw;line-height:7.5vw}section.section-stages__main{padding-top:22.5vw;padding-bottom:16.8vw}section.section-stages__main .wrapper-content .desc.wrapper-text{margin-bottom:10vw}section.section-stages__main .container-box h2{font-size:7.5vw;line-height:11.25vw;margin-bottom:7.5vw}section.section-stages__main .container-box .wrapper-box .box{-webkit-box-shadow:0 0 3.75vw rgba(0,0,0,.15);box-shadow:0 0 3.75vw rgba(0,0,0,.15);border-radius:1.25vw;border:.31vw solid #365da7;padding:7.5vw 15vw}section.section-stages__main .container-box .wrapper-box .box:first-child{margin-right:22.5vw}section.section-stages__main .container-box .wrapper-box .box h3{font-size:7.5vw;line-height:11.25vw;margin-bottom:5vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext .icon{margin-top:-1.25vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p{font-size:7.5vw;line-height:11.25vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p a{margin-left:2.5vw}section.section-stages__numbers{padding-bottom:30vw}section.section-stages__numbers h2{font-size:7.5vw;line-height:11.25vw;margin-bottom:20vw}section.section-stages__numbers .wrapper-content{margin-bottom:-16.8vw;padding-bottom:16.8vw}section.section-stages__numbers .wrapper-content .item{max-width:calc(50% - ((1.66vw * 1)/ 2));margin-right:10vw;margin-bottom:16.8vw}section.section-stages__numbers .wrapper-content .item:nth-child(5) .content p{max-width:67.5vw}section.section-stages__numbers .wrapper-content .item .content p{max-width:unset}section.section-stages__numbers .desc-bottom p{font-size:10vw;line-height:15vw}section.section-stages__numbers .desc-bottom p a{margin-left:2.5vw}section.section-payinfo .wrapper-content{margin-bottom:12.5vw}section.section-payinfo .wrapper-content .wrapper-price{margin-bottom:16.8vw}section.section-payinfo .wrapper-content .wrapper-price h2,section.section-payinfo .wrapper-content .wrapper-price h3{margin-bottom:10vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box{border-radius:1.25vw;border:.31vw solid #1d4989}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item{border-bottom:.31vw solid #193b76}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name{width:116.25vw;padding:7.5vw 10vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:243.7vw;padding:7.5vw 20vw 7.5vw 10vw}section.section-payinfo .bottom .wrapper-iclisttext{margin-bottom:-7.5vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext{margin-bottom:7.5vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext .icon{width:16.8vw;height:16.8vw;margin-right:7.5vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext p{font-size:5vw;line-height:7.5vw}section.section-ppko__main h2{font-size:9.37vw;line-height:15vw;margin-bottom:16.8vw}section.section-ppko__main .wrapper-cards .item .icon{margin:0 auto 13.1vw auto}section.section-feedback__askoeprice_ppko{padding-bottom:30vw}section.section-feedback__askoeprice_ppko .container .container-form{padding:16.8vw 5vw 16.8vw 20vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal{margin-bottom:-10vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input{margin-right:10vw;margin-bottom:10vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input input{border-radius:9.37vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:3.75vw 22.5vw;margin-top:-.62vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:3.75vw}section.section-promo_preview{padding-bottom:30vw}section.section-promo_preview .wrapper-title{margin-bottom:6.25vw}section.section-promo_preview .wrapper .wrapper-offer{padding-top:6.25vw;margin-right:61.25vw}section.section-promo_preview .wrapper .wrapper-offer h3{font-size:12.5vw;line-height:18.75vw;margin-bottom:7.5vw}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext{margin-bottom:5.62vw}section.section-ouradvent h2{margin-bottom:12.5vw}section.section-ouradvent .wrapper-flex .wrapper h3{margin-bottom:10vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items{margin-bottom:-7.5vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item{margin-bottom:7.5vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item .circle .icon{width:10vw;height:10vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item p{max-width:unset}section.section-dogonline h2{margin-bottom:16.8vw}section.section-dogonline h3{color:#000}section.section-dogonline .wrapper-links{margin-bottom:15vw}section.section-dogonline .wrapper-links .top{margin-bottom:9.37vw}section.section-dogonline .wrapper-links .top .wrapper-ictext{margin-right:22.5vw}section.section-dogonline .wrapper-links .top .wrapper-ictext .icon{width:12.5vw;height:12.5vw}section.section-dogonline .wrapper-links .top .wrapper-ictext span{font-size:10vw;line-height:15vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext{margin-right:7.5vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext .icon{width:10vw;height:10vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext span{font-size:7.5vw;line-height:11.25vw}section.section-dogonline .wrapper-info .wrapper.one h3{font-size:7.5vw;line-height:11.25vw;margin-bottom:7.5vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext{margin-bottom:5vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext .icon{width:10vw;height:10vw;margin-top:1.25vw}section.section-dogonline .wrapper-info .wrapper.one .wrapper-ictext p{max-width:unset}section.section-dogonline .wrapper-info .wrapper.two h3{font-size:10vw;line-height:15vw;margin-bottom:7.5vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex{margin-bottom:5vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex img{width:34.37vw;height:34.37vw;margin-right:6.25vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex p{font-size:7.5vw;line-height:11.25vw}section.section-dogonline .wrapper-info .wrapper.two .text__bottom{font-size:10vw;line-height:15vw}section.section-feedback_sale .container-form .input-container.input-horizontal .input-wrapper input{border-radius:9.37vw}section.section-promo_tarifs{margin-bottom:30vw}section.section-promo_tarifs h2{margin-bottom:18.1vw}section.section-promo_tarifs .wrapper-iclisttext{margin-bottom:-10vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext{margin-bottom:10vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext .icon{width:16.8vw;height:16.8vw;margin-right:9.37vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext span{font-size:10vw;line-height:15vw}section.section-feedback_calc{padding-bottom:30vw}section.section-feedback_calc .container .wrapper-title{margin-bottom:16.8vw}section.section-feedback_calc .container .wrapper-title h2{margin-bottom:7.5vw}section.section-feedback_calc .container .container-form .is-wrapper.input-wrapper input{border-radius:9.37vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{padding:3.75vw 30vw}section.section-allprices{margin-bottom:30vw}section.section-allprices h2{margin-bottom:20vw}section.section-allprices .wrapper-img{margin-bottom:20vw}section.section-allprices .wrapper-btn{margin-bottom:30vw}section.section-allprices .wrapper-btn .btn{margin-right:53.1vw}section.section-allprices .wrapper-btn .btn span{margin-right:5vw}section.section-allprices .wrapper-btn .btn.btn-link{padding:5.62vw 30vw}section.section-allprices .wrapper-btn .btn.btn-link:before{width:7.5vw;height:7.5vw;right:22.5vw}section.section-allprices .wrapper-content .wrapper-text{margin-bottom:3.75vw}section.section-allprices .wrapper-content .wrapper-text p{margin-bottom:5vw}section.section-allprices .wrapper-iclisttext{margin-bottom:-3.75vw}section.section-allprices .wrapper-iclisttext .wrapper-ictext{margin-bottom:3.75vw}section.section-transofing h2{font-size:7.5vw;line-height:11.25vw;margin-bottom:12.5vw}section.section-transofing .wrapper-content{margin-bottom:-16.8vw}section.section-transofing .wrapper-content .item{margin-bottom:16.8vw}section.section-transofing .wrapper-content .item .content .btn{padding:3.75vw 20vw}section.section-transofing .wrapper-content .item .content p{font-size:7.5vw;line-height:11.25vw}section.section-transofing .wrapper-content .item .content p a{margin-left:2.5vw}section.section-transofing .wrapper-content .item .content h3{font-size:7.5vw;line-height:11.25vw;margin-bottom:3.75vw}section.section-transofing .wrapper-content .item .content .wrapper-ictext_onse .icon{margin-right:3.75vw}section.section-transofing .wrapper-content .item .content .wrapper-iclisttext .wrapper-ictext .icon{margin-right:3.75vw}section.section-transofing .wrapper-content .item .content .social-messanger{margin-top:6.25vw}section.section-transofing .wrapper-content .item .content .social-messanger .link{margin-right:10vw}section.section-transofing .wrapper-content .item .content .social-messanger .link .icon{width:16.8vw;height:16.8vw}section.section-feedback__tarifcalc .container-form .input-container .wrapper .is-wrapper input{border-radius:9.37vw!important}section.section-feedback__tarifcalc .container-form .input-container .wrapper .btn{margin-top:40.62vw;padding:3.75vw 28.75vw!important}.btn.btn-link:before{right:18.37vw;top:3.62vw}header.header.header__home .header-wrapper{padding-top:12.5vw}header.header.header__home .header-wrapper .header-offer .wrapper-title{margin-bottom:10vw}header.header.header__home .header-wrapper .header-offer .wrapper-btn{margin-bottom:10vw}header.header.header__home .header-wrapper .header-decoration{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-15vw;padding:0 5.62vw}.whome-title p span{margin-left:0}section.section-feedback_main{padding-bottom:30vw}header.header.header__home .header-wrapper .header-decoration .circle{max-width:30vw;-webkit-box-flex:50%;-ms-flex:50%;flex:50%;width:30vw;height:30vw;margin-bottom:15vw;margin-right:10vw}header.header.header__home .header-wrapper .header-decoration .circle:nth-child(2n){margin-right:0}header.header.header__home .header-wrapper .header-offer .wrapper-title h1{text-transform:uppercase}.container-form,section.section-feedback_main .container-form{padding:10vw 2.5vw}section.section-feedback_main .container-form{padding:10vw 2.5vw 15vw 2.5vw}.input-container.input-horizontal{margin-bottom:-5vw}.input-container.input-horizontal .input-wrapper,.input-container.input-horizontal .inputfile-wrapper,.input-container.input-horizontal .wrapper-select{max-width:unset;margin-right:0;-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important;width:100%;max-height:15vw;margin-bottom:5vw}.container-form h2,.container-form h3,.container-form h4{font-size:8.75vw;line-height:13.1vw;text-align:center}.input-container .input-wrapper input,.input-container .input-wrapper textarea,.input-container .inputfile-wrapper input,.input-container .inputfile-wrapper textarea,.input-container .textarea-wrapper input,.input-container .textarea-wrapper textarea{font-size:5vw;line-height:7.5vw}.whome-title{border-left:unset}.whome-title .wrapper-title{padding-left:0}.supertext,h1,h2{font-size:12.5vw;line-height:18.75vw;margin-bottom:12.5vw}.text,h2.min-title,h3.min-title,p{font-size:8.43vw;line-height:13.1vw}section.section-achivements .pos-relative{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-achivements .bg-maps{position:static;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:90vw;height:67.5vw}p{font-size:7.5vw;line-height:11.25vw}section.section-achivements .wrapper-text{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.section-achivements{padding-bottom:0}section.section-achivements .wrapper-text p{font-size:8.75vw;line-height:9vw}section.section-feedback_promo .wrapper-content{padding:10vw 2.5vw}p.max{font-size:8.4vw;line-height:12.5vw}.slick-list{width:100%}section.section-clients .slider .slick-slide{width:100%}section.section-clients .slider{padding:0 1vw}section.section-clients .slider .slick-track{margin-left:6.25vw}section.section-clients .slider{width:100%;margin-top:-12.5vw}.slick-next{right:-5vw}.slick-prev{left:-5vw}section.section-clients .whome-title,section.section-successes .whome-title{margin-bottom:0}section.section-clients{padding-bottom:7.5vw}section.section-successes .slider.slider-successes{margin-top:-5vw}.container-dots{margin-top:3.75vw}header.header.header__home{min-height:300vw}section.section-feedback_main{margin-top:7.5vw;margin-bottom:7.5vw}.supertext,h1,h2{font-size:10vw;line-height:16.8vw}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .input-wrapper,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .textarea-wrapper,section.section-feedback_consult .input-container .wrapper.wrapper-vertical{margin-right:0;-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.input-container{-ms-flex-wrap:wrap;flex-wrap:wrap}section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .input-wrapper,section.section-feedback_consult .input-container .wrapper.wrapper-horizontal .textarea-wrapper{margin-right:0}.input-container.input-wrappers .wrapper.wrapper-vertical{margin-bottom:0}.input-container.input-wrappers .wrapper.wrapper-horizontal{margin-bottom:6.25vw}section.section-feedback_consult .btn{margin-top:6.25vw}.btn{padding:3.75vw 0}section.section-feedback_consult{padding:10vw 2.5vw}section.section-home_news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-home_news .whome-title a.allNews{font-size:5vw;line-height:7.5vw}section.section-home_news .whome-title a.allNews:before{height:5vw;width:5vw;right:-7.22vw;top:1.3vw}section.section-home_news .whome-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}section.section-home_news .whome-title h2{margin-bottom:5vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc h3{font-size:5vw;line-height:7.5vw;margin-bottom:5vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc p{font-size:3.75vw;line-height:5.62vw;margin-bottom:5vw}section.section-home_news .wrapper-news .item .wrapper-content{padding:5vw 3.75vw 7.5vw 3.75vw}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data .data,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-data a.link{font-size:5vw;line-height:7.5vw}section.section-home_news{padding-bottom:20vw}section.section-home_news .container-dots .slick-dots{max-width:310.93vw;width:310.93vw}section.section-home_news .container-dots .slick-dots li{height:.62vw;border-radius:.62vw}section.section-home_news .container-dots .slick-dots li.slick-active{height:1.25vw;border-radius:1.87vw}nav.nav.fixed{width:100vw}.sc-social-phone .wrapper-social,section.section-social .wrapper-social{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sc-social-phone .wrapper-social .call.write,section.section-social .wrapper-social .call.write{margin-bottom:10vw}footer.footer .wrapper-flex .wrapper .wrapper-content .btn{padding:3.75vw 0;max-width:unset;width:100%}footer.footer .wrapper-flex .wrapper .wrapper-content .date{margin-bottom:10vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts,footer.footer .wrapper-flex .wrapper .wrapper-content .social{margin-bottom:10vw}footer.footer .wrapper-flex .wrapper:nth-child(2),footer.footer .wrapper-flex .wrapper:nth-child(3),footer.footer .wrapper-flex .wrapper:nth-child(4),footer.footer .wrapper-flex .wrapper:nth-child(5),footer.footer .wrapper-flex .wrapper:nth-child(6){display:none}section.section-achivements .wrapper-content .item{margin-bottom:10vw}section.section-feedback_promo .wrapper-content .wrapper-title p,section.section-feedback_promo .wrapper-content .wrapper-title p.max{font-size:6.25vw;line-height:10vw}section.section-successes .slider.slider-successes{margin-top:0}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn:last-child:before{right:24vw}section.section-feedback_main{margin-top:-25vw!important}section.section-feedback_consult h2{font-size:9.37vw!important;line-height:12.5vw!important}.modal.modal-menu .modal-content{width:100%}.modal.modal-menu .modal-content .wrapper-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline}.modal.modal-menu .modal-content .wrapper-content .wrapper{margin-right:0;margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper:last-child{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list{margin-bottom:0!important}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list:last-child{margin-bottom:0!important}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .title{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .title,.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .title{font-size:6.25vw;line-height:9.37vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .title.main{margin-bottom:9.37vw}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list{margin-bottom:0}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .ptitle{font-size:5vw;line-height:7.5vw;font-weight:400}.modal.modal-menu .modal-content .wrapper-content .wrapper a{font-size:5vw;line-height:7.5vw;font-weight:400}.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list .ptitle,.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist li,.modal.modal-menu .modal-content .wrapper-content .wrapper .wrapper-list ul.navlist.adelist li{margin-bottom:3.75vw!important}.modal.modal-menu .modal-content{padding-bottom:7.5vw}.modal.modal-menu .modal-content .btn{margin:0 auto;background-color:rgba(54,93,167,.1);-webkit-box-shadow:none;box-shadow:none}.modal.modal-menu .modal-content .btn .icon.icon-cabinet{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54172 9.375H0.625C0.279999 9.375 0 9.095 0 8.75C0 8.405 0.279999 8.125 0.625 8.125H8.54172C8.88672 8.125 9.16672 8.405 9.16672 8.75C9.16672 9.095 8.88672 9.375 8.54172 9.375Z' fill='%23F28505'/%3E%3Cpath d='M5.41672 12.5001C5.25665 12.5001 5.09674 12.4392 4.97498 12.3169C4.73083 12.0726 4.73083 11.6768 4.97498 11.4326L7.65839 8.74936L4.97498 6.06686C4.73083 5.82257 4.73083 5.42676 4.97498 5.18262C5.21912 4.93848 5.61493 4.93848 5.85922 5.18262L8.98422 8.30762C9.22836 8.55176 9.22836 8.94757 8.98422 9.19186L5.85922 12.3169C5.73669 12.4392 5.57663 12.5001 5.41672 12.5001Z' fill='%23F28505'/%3E%3Cpath d='M13.3333 20.0002C12.4141 20.0002 11.6667 19.2527 11.6667 18.3335V3.33346C11.6667 2.62103 12.1201 1.9852 12.795 1.75097L17.8017 0.0818153C18.9217 -0.261507 20 0.569334 20 1.6669V16.6669C20 17.3786 19.5467 18.0135 18.8725 18.2485L13.8641 19.9185C13.6816 19.9752 13.5126 20.0002 13.3333 20.0002ZM18.3333 1.25018C18.2791 1.25018 18.2333 1.25689 18.1842 1.27185L13.1984 2.93429C13.035 2.99106 12.9167 3.156 12.9167 3.33346V18.3335C12.9167 18.6177 13.2249 18.8094 13.4825 18.7285L18.4683 17.0661C18.6308 17.0093 18.75 16.8444 18.75 16.6669V1.6669C18.75 1.43771 18.5634 1.25018 18.3333 1.25018Z' fill='%23F28505'/%3E%3Cpath d='M7.29172 4.16672C6.94672 4.16672 6.66672 3.88672 6.66672 3.54172V2.29172C6.66672 1.02753 7.69409 0 8.95828 0H18.3333C18.6783 0 18.9583 0.279999 18.9583 0.625C18.9583 0.970001 18.6783 1.25 18.3333 1.25H8.95828C8.38409 1.25 7.91672 1.71753 7.91672 2.29172V3.54172C7.91672 3.88672 7.63672 4.16672 7.29172 4.16672Z' fill='%23F28505'/%3E%3Cpath d='M12.2917 17.5002H8.95828C7.69409 17.5002 6.66672 16.4727 6.66672 15.2085V13.9585C6.66672 13.6135 6.94672 13.3335 7.29172 13.3335C7.63672 13.3335 7.91672 13.6135 7.91672 13.9585V15.2085C7.91672 15.7827 8.38409 16.2502 8.95828 16.2502H12.2917C12.6367 16.2502 12.9167 16.5302 12.9167 16.8752C12.9167 17.2202 12.6367 17.5002 12.2917 17.5002Z' fill='%23F28505'/%3E%3C/svg%3E");display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.modal.modal-menu .modal-content .btn span{color:#f28505;font-size:5vw;line-height:7.5vw}.modal.modal-menu .modal-content .wrapper-content{padding:30vw 0 7.5vw 0}.modal.modal-menu .modal-content .wrapper-content .wrapper .title{margin-bottom:9.37vw!important}.modal.modal-menu .dropClick{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal.modal-menu .dropClick .icon{width:5vw;height:5vw;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.00071 12.5604C7.71395 12.5604 7.42724 12.4509 7.20862 12.2324L0.328978 5.35268C-0.108657 4.91504 -0.108657 4.20549 0.328978 3.76803C0.766435 3.33058 1.47584 3.33058 1.91351 3.76803L8.00071 9.85558L14.0879 3.76825C14.5256 3.33079 15.2349 3.33079 15.6723 3.76825C16.1102 4.20571 16.1102 4.91525 15.6723 5.35289L8.7928 12.2326C8.57407 12.4512 8.28735 12.5604 8.00071 12.5604Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");display:block;background-size:cover;background-repeat:no-repeat;background-position:center;margin-left:2.5vw}.modal.modal-menu .dropClick.active .icon{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.99928 3.43961C8.28603 3.43961 8.57275 3.5491 8.79137 3.76761L15.671 10.6473C16.1086 11.085 16.1086 11.7945 15.671 12.232C15.2336 12.6694 14.5241 12.6694 14.0865 12.232L7.99928 6.14442L1.91205 12.2318C1.47442 12.6692 0.765081 12.6692 0.32766 12.2318C-0.110188 11.7943 -0.110188 11.0847 0.32766 10.6471L7.20719 3.7674C7.42592 3.54885 7.71264 3.43961 7.99928 3.43961Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white' transform='translate(16 16) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.modal.modal-menu .dropContent{display:none!important}.modal.modal-menu .dropContent.active{display:block!important}.modal.modal-menu .lang{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.modal.modal-menu .lang .wrapper-select{position:absolute;top:5vw;right:14.6vw;color:#000}.modal.modal-menu .lang .wrapper-select .select-lang a,.modal.modal-menu .lang .wrapper-select .select-lang span{color:#000}.modal.modal-menu .lang .wrapper-select .select-lang .vis{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.25vw}.modal.modal-menu .lang .wrapper-select .select-lang .vis .icon{width:5vw;height:5vw;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.00071 12.5604C7.71395 12.5604 7.42724 12.4509 7.20862 12.2324L0.328978 5.35268C-0.108657 4.91504 -0.108657 4.20549 0.328978 3.76803C0.766435 3.33058 1.47584 3.33058 1.91351 3.76803L8.00071 9.85558L14.0879 3.76825C14.5256 3.33079 15.2349 3.33079 15.6723 3.76825C16.1102 4.20571 16.1102 4.91525 15.6723 5.35289L8.7928 12.2326C8.57407 12.4512 8.28735 12.5604 8.00071 12.5604Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");display:block;background-size:cover;background-repeat:no-repeat;background-position:center;margin-left:1.25vw}.modal.modal-menu .lang .wrapper-select .select-lang .variant{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal.modal-menu .lang .wrapper-select .select-lang .variant a{cursor:pointer;font-size:7.5vw;margin-bottom:2.5vw}.modal.modal-menu .lang .wrapper-select .select-lang .variant a:last-child{margin-bottom:0}.modal.modal-menu .lang .wrapper-select .new-select:after{content:'';display:block;position:absolute;right:-7vw;top:2vw;width:5vw;height:5vw;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.00071 12.5604C7.71395 12.5604 7.42724 12.4509 7.20862 12.2324L0.328978 5.35268C-0.108657 4.91504 -0.108657 4.20549 0.328978 3.76803C0.766435 3.33058 1.47584 3.33058 1.91351 3.76803L8.00071 9.85558L14.0879 3.76825C14.5256 3.33079 15.2349 3.33079 15.6723 3.76825C16.1102 4.20571 16.1102 4.91525 15.6723 5.35289L8.7928 12.2326C8.57407 12.4512 8.28735 12.5604 8.00071 12.5604Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");display:block;background-size:cover;background-repeat:no-repeat;background-position:center}.modal-call .modal-content .wrapper-content .section-feedback_main h3{text-align:left;font-size:7.5vw;line-height:11.25vw}.modal-call .modal-content .wrapper-content .section-feedback_main .input-wrapper{margin-right:0}.modal-call .modal-content .wrapper-content .section-feedback_main .input-wrapper:last-child{margin-bottom:10vw}.input-container.input-horizontal{margin-bottom:0}section.section-about__main .wrapper-content .wrapper-title{margin-bottom:12.5vw}section.section-about__main .wrapper-content .wrapper-text p{margin-bottom:10vw}section.section-about__main .wrapper-content .wrapper-text .wrapper-flex,section.section-comphistory .wrapper-content .wrapper-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-comphistory .wrapper-content .wrapper-title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}section.section-comphistory .wrapper-content .wrapper-date .item,section.section-comphistory .wrapper-content .wrapper-date .item.rows .wrapper-rows{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:7.5vw}section.section-comphistory .wrapper-content .wrapper-date .item.rows .wrapper-rows:last-child,section.section-comphistory .wrapper-content .wrapper-date .item:last-child{margin-bottom:0}.wrapper-cards.cards-about.item-2 .item{margin-right:0;margin-bottom:7.5vw}.wrapper-cards.cards-about.item-2 .item:last-child{margin-bottom:0}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img{margin-right:0;margin-bottom:5vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text{line-height:7.5vw}.wrapper-cards.cards-about.item-2 .item h3,.wrapper-cards.cards-about.item-2 .item h4{line-height:11vw}.wrapper-cards.cards-about.item-2 .item p{font-size:5vw;line-height:7.5vw}section.section-workcompany .wrapper-cards .item .wrapper-icon .icon{margin-bottom:5vw;width:22.5vw;height:22.5vw}.wrapper-cards.cards-about.item-2 .item h3,.wrapper-cards.cards-about.item-2 .item h4,section.section-workcompany .bottom-desc h4{font-size:7.5vw;line-height:11.25vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-text p{margin-bottom:5vw}section.section-comphistory .wrapper-content .wrapper-title .block{padding:10vw 2.5vw}section.section-ourteam .wrapper-title{margin-bottom:16.8vw}section.section-ourteam .wrapper-content.flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-ourteam .wrapper-content:after,section.section-ourteam .wrapper-content:before{width:16.8vw;height:16.8vw}section.section-ourteam .wrapper-content:before{top:-10vw;left:unset;right:15vw}section.section-ourteam .wrapper-content .wrapper-text{margin-right:0}p,strong{font-size:5vw;line-height:7.5vw}.wrapper-pagination{margin-top:20vw}.wrapper-pagination .pagination .itemPag{font-size:5.62vw;line-height:7.5vw;margin-right:2.5vw}section.section-about__main .wrapper-content .wrapper-title h2{font-size:10vw;line-height:12.5vw}section.section-about__main .wrapper-content .wrapper-text p{margin-bottom:0}section.section-about__main .wrapper-content .wrapper-title{margin-bottom:5vw}section.section-comphistory .wrapper-content .wrapper-date .item .wrapper-img{margin-bottom:0}.supertext,h1,h2{line-height:12.5vw}section.section-ourteam .wrapper-content .wrapper-text{margin-bottom:30vw}section.section-ourteam .wrapper-content .wrapper-img{margin-right:0;position:static;width:100%;height:auto}section.section-ourteam .wrapper-content .wrapper-img:before{display:none}section.section-ourteam .wrapper-content .wrapper-img img{position:static}section.section-ourteam{padding-bottom:10vw}section.section-ourteam .wrapper-content:after{bottom:135vw;left:15vw}header.header.header__page .header__info{padding:16.8vw 0 10vw 0}section.section-article .container-content__content-img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-article .container-content__content-img .container-content{margin-right:0}section.section-article .container-content__content-img .container-img{width:100%;height:auto}.container-content .container-content__list h3{font-size:5vw!important;line-height:7.5vw!important;font-weight:700!important}section.section-article .container-content .container-content__text .wrapper-text h2,section.section-article .container-content .container-content__text .wrapper-text h3,section.section-article .container-content .container-content__text .wrapper-text h4,section.section-article .container-content .container-content__text .wrapper-text h5{line-height:12.5vw}section.section-awards .wrapper-content .wrapper-awards .item,section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-text{margin-right:0;padding-left:0;margin-bottom:10vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img{-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column{margin-right:0}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column{margin-bottom:10vw}section.section-awards .wrapper-content .wrapper-awards .item{margin-bottom:10vw}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img img{margin-bottom:10vw!important}section.section-awards .wrapper-content .wrapper-awards .item .wrapper-img .column.reverse .column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}section.section-bgroup__main .wrapper-content .slow,section.section-bgroup__main .wrapper-content .slow p{padding-left:0}section.section-bgroup__main .wrapper-content .slow h2{font-size:7.5vw;line-height:10vw}section.section-groupperv .box{padding:10vw 2.5vw}section.section-groupperv .bottom h3,section.section-groupperv .box h3{font-size:5vw;line-height:7.5vw}section.section-groupperv .wrapper-flex{padding:10vw 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-groupperv .wrapper-flex .item{margin-bottom:7.5vw}section.section-groupperv .wrapper-flex .item:last-child{margin-bottom:0}section.section-groupperv{padding-bottom:16.8vw}h2{margin-bottom:12.5vw!important}section.section-feedback_askoe{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%);background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)}.container-form.form__full .input-container,.container-form.form__full .input-container .wrapper.wrapper__size{margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.container-form.form__full .input-container .wrapper.wrapper__size{width:100%}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical{margin-right:0}.container-form.form__full .input-container .wrapper.wrapper__size .input-wrapper{margin-right:0;max-width:unset;width:100%}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn{-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{padding:3.75vw 0!important;margin-bottom:0}section.section-feedback_askoe{padding-bottom:10vw}section.section-feedback_askoe .container{background:0 0!important}section.section-blog .wrapper-flex .item .wrapper-text h3{font-size:7.5vw;line-height:10vw;margin-bottom:5vw}section.section-cabinet .wrapper-content .wrapper-items .item p{width:80%}section.section-cert .wrapper-cert{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.section-cert .wrapper-cert .item .wrapper-img{width:70vw}section.section-cert .wrapper-cert .item{padding:6.25vw 6.25vw;margin-right:0;margin-bottom:7.5vw}section.section-cert .wrapper-cert .item:last-child{margin-bottom:0}section.section-allclients .wrapper-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-allclients .wrapper-content .item{max-width:unset;-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important;width:100%}section.section-contacts__main .wrapper-flex{margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-contacts__main .wrapper-flex .item{-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important;width:100%;margin-bottom:7.5vw}section.section-contacts__main .wrapper-flex .item:last-child{margin-bottom:0}section.section-contacts__main .wrapper-flex .item .wrapper-ictext .icon{margin-right:1.75vw}.icon-clock,.icon-mail-blue,.icon-phone-blue,.icon-pin{width:5vw;height:5vw}section.section-contacts__main .wrapper-flex .item h2,section.section-contacts__main .wrapper-flex a{margin-bottom:5vw!important;font-size:5.62vw;line-height:7.5vw}section.section-contacts__main .wrapper-flex a{margin-bottom:0}.wrapper-iclisttext .wrapper-ictext{margin-bottom:2.5vw}section.section-contacts__main .wrapper-flex a{margin-bottom:0!important}section.section-contacts__main .wrapper-flex{padding-bottom:16.8vw}section.section-contacts__main .container-social{display:block}section.section-contacts__main .container-social .wrapper-social{margin-bottom:10vw}section.section-contacts__main .container-social .wrapper-social .link{margin-right:5vw}section.section-contacts__main .container-social .wrapper-social .link .icon{width:10vw;height:10vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext{display:block}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext .icon{margin-bottom:3.75vw;margin-right:0;width:12vw;height:12vw}section.section-contacts__main .container-social .wrapper-info .wrapper-ictext p{font-size:5vw;line-height:7.5vw}section.section-contacts__main{padding-top:22.5vw;padding-bottom:16.8vw}section.section-yamaps{padding-bottom:16.8vw}section.section-yamaps img{height:60vw}section.section-feedback__askoeprice_ppko .container .container-form{padding:10vw 2.5vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal{margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input{width:100%;max-width:unset;-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important;margin-right:0;margin-bottom:7.5vw}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input:last-child{margin-bottom:0}.input-container .wrapper-select .new-select__list{left:2.3vw}.textarticle-ctx .wrapper-iclisttext{margin-bottom:7.5vw!important}.textarticle-ctx .wrapper-iclisttext .wrapper-ictext .icon{-ms-flex-item-align:start!important;align-self:flex-start!important}.input-container .wrapper-select .new-select{max-height:15vw;font-size:5vw;line-height:7.5vw;padding:3.75vw 5vw}.input-container .wrapper-select .new-select:after{width:5vw;height:5vw}section.section-feedback__askoeprice_ppko{padding-bottom:16.8vw}section.section-dogonline .wrapper-links .top{display:block}section.section-dogonline,section.section-feedback_sale{padding-bottom:0}section.section-dogonline .wrapper-links .bottom .wrapper-ictext,section.section-dogonline .wrapper-links .top .wrapper-ictext{margin-right:0;margin-bottom:3.75vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext:last-child,section.section-dogonline .wrapper-links .top .wrapper-ictext:last-child{margin-bottom:0}section.section-dogonline .wrapper-links .top .wrapper-ictext span{font-size:6.25vw;line-height:7.5vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext span{font-size:5vw;line-height:7.5vw}section.section-dogonline .wrapper-links .bottom{display:block}section.section-dogonline .wrapper-links .top .wrapper-ictext .icon{width:10vw;height:10vw;margin-right:3.75vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext .icon{width:10vw;height:10vw;margin-right:3.75vw}section.section-dogonline .wrapper-info{display:block}section.section-dogonline .wrapper-info .wrapper.one{margin-bottom:10vw}section.section-dogonline .wrapper-info .wrapper.one h4,section.section-dogonline .wrapper-info .wrapper.two .text__bottom,section.section-dogonline .wrapper-info .wrapper.two h4{font-size:7.5vw;line-height:9.37vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex{display:block;margin-bottom:10vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex img{margin-bottom:3.75vw}section.section-dogonline .wrapper-info .wrapper.two .wrapper-flex p{font-size:5vw;line-height:7.5vw}.container-form h2 span.orange,.container-form h3 span.orange,.container-form h4 span.orange{font-size:10vw;line-height:14.1vw}.container-form .input-container .wrapper-other,.input-container.input-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.container-form .input-container .wrapper-other{padding-top:7.5vw}.container-form .input-container.mr16 .input-wrapper:nth-child(3n){margin-bottom:0}.container-form .input-container.mr16 .input-wrapper{max-width:unset;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.container-form .input-container .wrapper-other .wrapper-docs.first{margin-right:0;margin-bottom:7.5vw}.container-form .input-container .wrapper-other .wrapper-docs{margin-bottom:7.5vw}.container-form .input-container .wrapper-other .wrapper-docs a.download i.icon{width:7.5vw;height:7.5vw}.container-form .input-container .wrapper-other .wrapper-docs p.title{margin-bottom:2.5vw}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file{padding-top:2.5vw}.container-form .input-container .wrapper-other .btn{padding:3.75vw 0}.container-form .input-container.mr16 .input-wrapper{margin-right:0}.container-form .input-container .wrapper-other .wrapper-docs .wrapper-file .file .icon{width:5vw;height:5vw}.container-form.form__full .input-container .wrapper.wrapper-vertical{margin-right:0}.container-form.form__full .input-container .wrapper.wrapper-btn{max-width:unset;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;width:100%}.container-form.form__full .input-container .wrapper.wrapper-vertical .btn{padding:3.75vw 0}.wrapper-cards.cards-askoe.item-4 .item:nth-child(n+4){-webkit-box-flex:100%!important;-ms-flex:100%!important;flex:100%!important}section.section-descaskoe .wrapper-text p strong.suptext{font-size:7.5vw;line-height:9.37vw}section.section-descaskoe{padding-bottom:0}section.section-feedback__askoeprice .wrapper-title h2,section.section-forsystemaskoe .wrapper-text h3,section.section-forsystemaskoe h2{font-size:7.5vw;line-height:9.37vw}section.section-blog .wrapper-flex .item .wrapper-img{height:70vw}section.section-feedback__askoeprice .container .container-form{padding:10vw 2.5vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .wrapper-select .new-select{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:3.75vw 15vw 3.75vw 5vw}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .wrapper-select{margin-right:0}section.section-feedback__askoeprice .container .container-form .input-container.input-horizontal .input{margin-bottom:7.5vw}section.section-feedback__askoeprice{padding-bottom:16.8vw}section.section-askoe_main,section.section-contacts__main{padding-top:12.5vw}section.section-docs .wrapper-content .wrapper-ictext .namefile{font-size:3.75vw;line-height:5vw}section.section-enconsalt__main .wrapper-title h3{font-size:7.5vw;line-height:9.37vw}section.section-enconsalt__main .wrapper-text{margin-bottom:7.5vw}.wrapper-cards.cards-askoe.item-4 .item,.wrapper-cards.cards-ppko.item-3 .item{padding-top:5vw;padding-bottom:5vw}.wrapper-cards.cards-askoe.item-4 .item p,.wrapper-cards.cards-ppko.item-3 .item p{font-size:5vw;line-height:7.5vw}.wrapper-cards.cards-askoe.item-4 .item .icon,.wrapper-cards.cards-ppko.item-3 .item .icon{margin-bottom:5vw}section.section-feedback__askoeprice_enconsalt .container .container-form{padding:10vw 2.5vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input{margin-right:0;margin-bottom:7.5vw}section.section-feedback__askoeprice_enconsalt .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:3.75vw 0}section.section-feedback__askoeprice_enconsalt{padding-bottom:16.8vw}section.section-faq .wrapper-flex .item .header{max-height:unset}section.section-faq .wrapper-flex .item .header h3{font-size:5.62vw;line-height:7.5vw;width:80%}section.section-faq .wrapper-flex .item .header .circle{margin-right:2.5vw;-ms-flex-item-align:baseline;align-self:baseline;margin-top:2.5vw}.modal.modal-menu .modal-content .btn,.modal.modal-menu .modal-content .lang{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}section.section-faq .wrapper-flex .item{margin-right:0;margin-bottom:7.5vw}section.section-faq .wrapper-flex .item .content{padding:3.75vw;text-align:left}section.section-faq .wrapper-flex .item .header{padding:3.75vw 5vw}section.section-gase__main .wrapper-info h3{font-size:7.5vw;line-height:9.37vw;margin-bottom:7.5vw}section.section-gase__main .wrapper-info .wrapper-flex{display:block}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext{margin-right:0;margin-bottom:7.5vw}section.section-gase__main .wrapper-info .wrapper-flex .wrapper-ictext:last-child{margin-bottom:0}section.section-gase__docs .wrapper-flex .box h4,section.section-gase__docs h3,section.section-gase__pervagi h2{font-size:7.5vw;line-height:9.37vw}section.section-gase__docs .wrapper-flex .box h4,section.section-gase__docs h3{font-size:6.25vw}section.section-gase__pervagi .box .wrapper-items .item{margin-right:0;margin-bottom:5vw}section.section-gase__pervagi .box .wrapper-items .item:last-child{margin-bottom:0}section.section-gase__pervagi .box .wrapper-items .item p{width:80%}section.section-gase__pervagi .box .wrapper-items.item-3{margin-bottom:0}section.section-gase__docs .wrapper-flex{display:block}section.section-gase__docs .wrapper-flex .box{margin-right:0;margin-bottom:7.5vw;max-height:unset}section.section-gase__docs .wrapper-flex .box:last-child{margin-bottom:0}section.section-gase__docs .wrapper-docs .wrapper .wrapper-ictext span{font-size:5.62vw;line-height:7.5vw}.section-feedback_gase{background:-o-linear-gradient(315.52deg,#1d4989 23.65%,#14285d 94.53%)!important;background:linear-gradient(134.48deg,#1d4989 23.65%,#14285d 94.53%)!important}section.section-feedback__askoeprice_enconsalt .container .container-form{padding:10vw 2.5vw}section.section-feedback_gase .container .container-form .wrapper-title{margin-bottom:7.5vw}section.section-article .container-content{margin-bottom:7.5vw}section.section-article .container-content .container-content__text .wrapper-text{margin-bottom:7.5vw}section.section-feedback_gase .container .container-form .input-container.input-horizontal .input,section.section-feedback_gase .container .container-form .input-container.input-horizontal .input:first-child{margin-bottom:7.5vw}section.section-feedback__askoeprice_enconsalt{padding-bottom:10vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item{max-height:20vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item:last-child,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item:last-child{border-bottom:none}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name{width:40%;padding:0 3.75vw;height:100%}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price{width:60%;padding:0 3.75vw}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name p,.wrapper-price .wrapper-block .wrapper-boxs .box .item .price p,section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab span,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name p,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price p{font-size:3.75vw;line-height:6.25vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price p{font-size:2.5vw}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box{margin-right:0;max-width:unset}.wrapper-price h2,.wrapper-price h3{font-size:6.25vw;line-height:9.37vw;margin-bottom:7.5vw}section.section-payinfo .wrapper-content .wrapper-price{margin-bottom:10vw}section.section-gase__pirces h2{font-size:7.5vw;line-height:10vw;margin-bottom:10vw}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs{margin-left:3.75vw}section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab{width:20.75vw;height:10vw}section.section-payinfo .wrapper-content .wrapper-price h2,section.section-payinfo .wrapper-content .wrapper-price h3{font-size:5.62vw;line-height:7.5vw;margin-bottom:7.5vw!important}.opage-section{padding:12.5vw 0 16.8vw 0}.wrapper-price{margin-bottom:15vw}section.section-gase__pirces{padding-bottom:16.8vw}section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h2,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h3,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h4,section.section-article .container-content .container-content__text .wrapper-text .container-content__list.wrapper-iclisttext h5{font-size:5.62vw;line-height:9.37vw}section.section-article .container-content__content-img-two .wrapper{display:none}section.section-blog .wrapper-flex .item .wrapper-text h3{font-size:5vw;line-height:6.25vw;min-height:6.25vw;margin-bottom:5vw}section.section-blog .wrapper-flex .item .wrapper-link .link{font-size:5vw!important;line-height:6.25vw!important}section.section-blog .wrapper-flex .item .wrapper-text p,section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .number,section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .text{font-size:3.75vw;line-height:5.62vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .text{margin-right:2.5vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .like .icon{width:5vw;height:5vw;margin-right:1.25vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext .icon{width:10vw;height:10vw;margin-right:5vw}section.section-payinfo .bottom .wrapper-iclisttext .wrapper-ictext p{font-size:3.75vw;line-height:5vw}section.section-ppko__main h2{font-size:7.5vw!important;line-height:9.37vw!important}.wrapper-cards.cards-askoe.item-4 .item p,.wrapper-cards.cards-ppko.item-3 .item p{font-size:5vw;line-height:7.5vw}section.section-promo_preview a,section.section-promo_preview h2,section.section-promo_preview p,section.section-promo_preview span{font-size:7.5vw;line-height:10vw}section.section-promo_preview .wrapper .wrapper-offer h3{font-size:7.5vw;line-height:9.37vw}section.section-promo_preview .wrapper .wrapper-offer{margin-right:0}.section-promo_preview .wrapper{display:block}section.section-promo_preview .wrapper .wrapper-offer{margin-bottom:15vw}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext p{-ms-flex-item-align:start;align-self:flex-start;font-size:5.62vw;line-height:9.37vw;width:80%}section.section-promo_preview .wrapper .wrapper-offer .wrapper-iclisttext .wrapper-ictext .icon{margin-right:3.75vw}.icon-lamp-orange{width:10vw;height:10vw}section.section-promo_preview .wrapper .wrapper-img{width:100%}section.section-promo_preview .wrapper .wrapper-img img{margin:0 auto;width:40vw}section.section-promo_preview{padding-bottom:16.8vw}section.section-ouradvent .wrapper-flex{display:block}section.section-ouradvent .wrapper-flex .wrapper{margin-right:0;margin-bottom:12.5vw}section.section-ouradvent .wrapper-flex .wrapper:last-child{margin-bottom:0}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item{margin-bottom:10vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item:last-child{margin-bottom:0}section.section-ouradvent .wrapper-flex .wrapper h3{margin-bottom:5.62vw}section.section-ouradvent .wrapper-flex .wrapper .wrapper-items .item p{width:80%;font-size:5vw;line-height:7.5vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext span{font-size:3.75vw;line-height:5.62vw;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext .icon{margin-right:3.75vw;width:10vw;height:10vw}section.section-promo_tarifs .wrapper-iclisttext .wrapper-ictext{margin-bottom:3.75vw}section.section-promo_tarifs{margin-bottom:10vw}section.section-allprices h2,section.section-feedback_calc .container .wrapper-title h2,section.section-promo_tarifs h2{font-size:7.5vw;line-height:9.37vw}.section-feedback_calc .max.desc-title{font-size:5vw;line-height:7.5vw}.container-form .input-container.max940{display:block}section.section-feedback_calc{padding-bottom:0}.container-form .input-container.max940,.container-form .input-container.max940 .wrapper.other,.container-form .input-container.max940 .wrapper.wrapper-inputs,.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper{margin-right:0;display:block;max-width:unset;width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.container-form .input-container.max940 .new-select,.container-form .input-container.max940 .wrapper.other .new-select,.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper .new-select,.container-form .input-container.max940 .wrapper.wrapper-inputs .new-select{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:3.75vw 15vw 3.75vw 5vw;text-transform:unset}section.section-allprices .wrapper-img{margin-bottom:16.8vw}.container-form .input-container.max940 .wrapper.other,.container-form .input-container.max940 .wrapper.wrapper-inputs,.container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper,.section-feedback_calc .container-form .input-container.max940,.section-feedback_calc .container-form .input-container.max940 .wrapper.wrapper-inputs .wrapper-select{margin-bottom:7.5vw}.section-feedback_calc .container-form .input-container.max940 .wrapper.other .wrapper-other .wrapper-docs.first{margin-bottom:7.5vw}.section-feedback_calc .container-form .input-container.max940 .wrapper.other .wrapper-other .wrapper-docs:last-child{margin-bottom:0}.section-feedback_calc .container-form .input-container .wrapper-other .wrapper-docs{margin-bottom:7.5vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{margin-top:0;padding:3.75vw 0}section.section-allprices .wrapper-btn{margin-bottom:10vw;display:block}section.section-allprices .wrapper-btn .btn.btn-link{padding:3.75vw 0;margin-bottom:5vw;margin-right:0}section.section-allprices .wrapper-btn .btn.btn-link:last-child{margin-bottom:0}section.section-allprices .wrapper-btn .btn.btn-link:before{right:16.5vw}section.section-allprices .wrapper-btn .btn.btn-link span{font-size:6.25vw;line-height:9.37vw;margin-right:20vw}section.section-allprices{margin-bottom:0}section.section-stages__main{padding-top:10vw}section.section-stages__main .container-box .wrapper-box{display:block}section.section-stages__main .container-box .wrapper-box .box:first-child{margin-right:0;margin-bottom:7.5vw}section.section-stages__main .container-box .wrapper-box .box{padding:10vw 2.5vw}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p a{margin-left:0;display:inline-block}section.section-stages__main .container-box .wrapper-box .box .wrapper-iclisttext .wrapper-ictext p{display:inline-block;font-size:5vw;line-height:7.5vw;width:80%}section.section-stages__numbers .wrapper-content{margin-bottom:0;display:block}section.section-stages__numbers .wrapper-content .item{margin-right:0;max-width:unset;width:100%;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-bottom:7.5vw}section.section-stages__numbers .wrapper-content .item:last-child{margin-bottom:0}section.section-stages__numbers .wrapper-content .item .content{width:70%}.components_numbers .circle{margin-right:5.62vw}section.section-stages__numbers .wrapper-content .item:nth-child(5) .content p{max-width:unset}section.section-stages__numbers .wrapper-content .item .content p{font-size:5vw;line-height:7.5vw}section.section-stages__numbers .desc-bottom p{display:inline-block;font-size:5vw;line-height:9.37vw}section.section-stages__numbers .desc-bottom p a{margin-left:0;display:inline-block}section.section-stages__numbers{padding-bottom:16.8vw}.container-form .input-container.max940 .wrapper.other .wrapper-other .wrapper-docs.first{margin-bottom:7.5vw}.container-form .input-container .wrapper-other .wrapper-docs{margin-bottom:7.5vw}section.section-feedback__tarifcalc .container-form .input-container .wrapper .btn{margin-top:0;padding:3.75vw 0!important}section.section-transofing h2{font-size:7.5vw;line-height:9.37vw}section.section-transofing .wrapper-content .item{margin-bottom:12.5vw;display:block}section.section-transofing .wrapper-content .item .circle{margin-bottom:7.5vw}section.section-transofing .wrapper-content .item:last-child{margin-bottom:0}section.section-feedback_main{padding-bottom:0}section.section-transofing .wrapper-content .item .content .btn{padding:3.75vw 0}section.section-transofing .wrapper-content .item .content p{font-size:5vw;line-height:7.5vw;display:inline-block}section.section-transofing .wrapper-content .item .content p a{display:inline-block;margin-left:0}section.section-forsystemaskoe{padding-bottom:16.8vw}section.section-transofing .wrapper-content{display:block;margin-bottom:0}section.section-awards .wrapper-content .wrapper-awards{margin-bottom:10vw}section.section-groupperv h2{font-size:7.5vw;line-height:10vw}.section-achivements h2,.section-benefits h2{margin-bottom:3.75vw!important}.section-successes{padding-bottom:0}.input-container .wrapper-select .new-select__list{max-height:50vw}section.section-feedback_calc .container .container-form .wrapper-other .btn{margin-top:0}section.section-cabinet .wrapper-content .wrapper-btn{margin-right:0}section.section-groupperv{padding-bottom:30vw!important}section.section-feedback_askoe .container-form.form__full .input-container .wrapper.wrapper-vertical .btn{margin-left:0;margin-right:0;padding:3.75vw 3.6vw}.section.section-home_news .slider .slick-slide .item .wrapper-img img{height:auto}section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc{min-height:unset;max-height:unset}.section-feedback__transofind .container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper,.section-feedback__transofind .container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper:nth-child(2n){margin-bottom:7.5vw}section.section-blog .wrapper-flex .item .wrapper-text{min-height:unset;max-height:unset}section.section-blog .wrapper-flex .item .wrapper-link{margin-top:auto}section.section-feedback__transofind .container-form .input-container .wrapper .btn{padding:3.5vw 4vw!important}.section-feedback__transofind .container-form .input-container.max940 .wrapper.wrapper-inputs .is-wrapper:last-child{margin-bottom:0}.input-container .wrapper-select .new-select__item{border-bottom:.5vw solid #f28505}.input-container .wrapper-select .new-select__item span{font-size:4vw;line-height:5vw;padding:2.5vw 5vw}section.section-dogonline .wrapper-links .bottom{margin-bottom:0}header.header.header__page .header__info .wrapper-title h1{font-size:9vw}section.section-dogonline .wrapper-links .bottom .wrapper-ictext{margin-bottom:3.75vw}header.header.header__page{background-image:none!important;background:-o-linear-gradient(293.71deg,#1d4989 19.39%,#060e23 113.16%),#c4c4c4!important;background:linear-gradient(156.29deg,#1d4989 19.39%,#060e23 113.16%),#c4c4c4!important}.container-price .table{width:100%;margin-bottom:5vw}.container-price .table .td .pool{padding:3.75vw 2vw;border-bottom:.1vw solid #fff}header.header.header__page .header__info{background:0 0!important}.ajax-reply{font-weight:400;font-size:3vw;line-height:7.5vw;color:#fff}header.header.header__home .header-wrapper .header-decoration .circle span{font-size:3.75vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}section.section-transofing .wrapper-content .item .content .social-messanger{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.section-transofing .wrapper-content .item .content .social-messanger .link{margin-right:0;margin-bottom:7.5vw}section.section-transofing .wrapper-content .item .content .social-messanger .link::last-child{margin-bottom:0}section.section-enconsalt__main .wrapper-title h3{margin-top:16vw}section.section-feedback_group .container-form.form__full .input-container .wrapper.wrapper-vertical.wrapper-btn .btn.btn-orange{margin-right:0!important;margin-left:0}section.feedback__askoeprice_transofind .container .container-form .input-container.input-horizontal .input{max-width:unset!important}section.section-gase__docs .wrapper-flex .box{height:auto}section.section-successes .slider .slick-slide{width:100vw!important}.wrapper-price .wrapper-block .wrapper-boxs .box .item .name p,.wrapper-price .wrapper-block .wrapper-boxs .box .item .price p,section.section-gase__pirces .wrapper-content .wrapper-price .wrapper-block .tabs .tab span,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .name p,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price p{font-size:3vw!important}.modal-viewer .modal-content{padding:4.44vw 0}.modal-viewer .modal-content .window .close{top:5vw;left:unset;right:5vw;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.modal-viewer .modal-content .window .close:hover{opacity:.6}.modal-viewer .modal-content .window .iframe{padding:2.22vw .83vw}.icon-linkedin{width:4vw;height:4vw}section.section-blog .wrapper-flex .item .wrapper-text,section.section-home_news .wrapper-news .item .wrapper-content .wrapper-desc,section.section-news .wrapper-flex .item .wrapper-text p{min-height:unset;max-height:unset}h2{font-size:8.4vw}footer.footer .wrapper-flex .wrapper .wrapper-content .contacts,footer.footer .wrapper-flex .wrapper .wrapper-content .social{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5vw!important}footer.footer .wrapper-flex .wrapper .wrapper-content .social .circle{margin-bottom:5vw}.wrapper-pagination .pagination .itemPag{width:7%}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn:last-child:before{right:19vw!important}section.section-news .wrapper-flex .item .wrapper-link .data{font-size:3.75vw;line-height:5.62vw;margin-right:2.5vw}section.section-news .wrapper-flex .item .wrapper-link .wrapper-like .text{display:none}header.header.header__home .header-wrapper .header-offer .wrapper-btn .btn{padding:3.75vw 17vw 3.75vw 0!important}section.section-feedback_promo .btn{padding:3.75vw 0!important}header.header.header__home .header-wrapper .header-offer .wrapper-title h1{font-size:5vw;line-height:8vw}header.header.header__page .header__info .wrapper-title h1{word-wrap:break-word}h2{word-wrap:break-word}section.section-home_news .wrapper-news .item p,section.section-news .wrapper-flex .item .wrapper-text p{max-height:unset}section.section-blog .wrapper-flex .item .wrapper-text p{max-height:unset!important}section.section-feedback_sale{padding-bottom:15vw!important}.wrapper-price .wrapper-block .wrapper-boxs .box .item .price,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price{background:#fff!important;padding:3.75vw!important}.wrapper-price .wrapper-block .wrapper-boxs .box .item,section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item{background:#1d4989!important;max-height:unset}section.section-payinfo .wrapper-content .wrapper-price .wrapper-block .wrapper-boxs .box .item .price p{font-size:3.2vw!important}section.section-transofing .wrapper-content .item .content .social-messanger .link{-webkit-box-flex:50%;-ms-flex:50%;flex:50%}section.section-feedback__askoeprice_ppko .container .container-form .input-container.input-horizontal .input .btn.btn-orange{padding:3.75vw 0!important}section.section-transofing .wrapper-content .item .content .social-messanger{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}}@media (max-width:411px){header.header.header__home{min-height:320vw}}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;-o-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}}.wrapper-icon img.lazy.loaded,.circle img.lazy.loaded{width: auto}.components_numbers .circle .number{position:unset;margin:auto;}@media(min-width: 1439.98px){.row{margin: 0 8.25vw;}}@media (min-width: 1439.98px){.wrapper-cards.cards-about.item-3 .item{margin-bottom:0.83vw;}}