.jq-selectbox{display:inline-block;position:relative}.jq-selectbox select{bottom:0;display:none!important;left:0;margin:0;opacity:0;padding:0;position:absolute;right:0;top:0}.jq-selectbox{z-index:100}.jq-selectbox__select{position:relative}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{-webkit-overflow-scrolling:touch;list-style:none;overflow:auto;overflow-x:hidden;position:relative}
.nano{height:100%;overflow:hidden;position:relative;width:100%}.nano .nano-content{bottom:0;left:0;overflow:scroll;overflow-x:hidden;padding:15px 5%;position:absolute;right:0;top:0}.nano .nano-content:focus{outline:thin dotted}.nano .nano-content::-webkit-scrollbar{display:none}.nano>.nano-pane{border-left:1px solid #dbdbdb;bottom:0;opacity:.01;position:absolute;right:0;top:0;transition:.2s;visibility:hidden;width:10px}.nano>.nano-pane>.nano-slider{background:#c4c4c4;background:rgba(0,0,0,.5);border-radius:3px;margin:0 3px;position:relative}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{opacity:.99;visibility:visible}
.modal,.modal-open{overflow:hidden}.modal{-webkit-overflow-scrolling:touch;bottom:0;display:none;left:0;outline:0;position:fixed;right:0;top:0;z-index:1050}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{margin:10px;position:relative;width:auto}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;position:relative}.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{border-bottom:1px solid #e5e5e5;padding:15px}.modal-header .close{margin-top:-2px}.modal-title{line-height:1.42857143;margin:0}.modal-body{padding:15px;position:relative}.modal-footer{border-top:1px solid #e5e5e5;padding:15px;text-align:right}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:768px){.modal-dialog{margin:30px auto;width:600px}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}
.tooltip{word-wrap:normal;display:block;filter:alpha(opacity=0);font-size:14px;font-style:normal;font-weight:300;letter-spacing:normal;line-break:auto;line-height:1.42857143;opacity:0;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:199}.tooltip.in{opacity:1}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{background-color:#fff;border-radius:4px;box-shadow:0 0 6px 0 hsla(0,0%,49%,.21);color:#2b323a;max-width:200px;padding:3px 8px;text-align:center}.tooltip-inner>ul{list-style:initial;margin-left:10px}.tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.tooltip.top .tooltip-arrow{border-top-color:#fff;border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{border-top-color:#fff;border-width:5px 5px 0;bottom:0;margin-bottom:-5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{border-right-color:#fff;border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.tooltip.left .tooltip-arrow{border-left-color:#fff;border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.tooltip.bottom .tooltip-arrow{border-bottom-color:#fff;border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.tooltip.bottom-left .tooltip-arrow{border-bottom-color:#fff;border-width:0 5px 5px;margin-top:-5px;right:5px;top:0}.tooltip.bottom-right .tooltip-arrow{border-bottom-color:#fff;border-width:0 5px 5px;left:5px;margin-top:-5px;top:0}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.flag-376{background-position:0 -336px}.flag-971{background-position:0 -352px}.flag-93{background-position:0 -368px}.flag-1-268{background-position:0 -384px}.flag-1-264{background-position:0 -400px}.flag-355{background-position:0 -416px}.flag-374{background-position:0 -432px}.flag-599-{background-position:0 -448px}.flag-244{background-position:0 -464px}.flag-672{background-position:0 -480px}.flag-54{background-position:0 -496px}.flag-1-684{background-position:0 -512px}.flag-43{background-position:0 -528px}.flag-61{background-position:0 -544px}.flag-297{background-position:0 -560px}.flag-994{background-position:0 -576px}.flag-387{background-position:0 -592px}.flag-1-246{background-position:0 -608px}.flag-880{background-position:0 -624px}.flag-32{background-position:0 -640px}.flag-226{background-position:0 -656px}.flag-359{background-position:0 -672px}.flag-973{background-position:0 -688px}.flag-257{background-position:0 -704px}.flag-229{background-position:0 -720px}.flag-1-441{background-position:0 -736px}.flag-673{background-position:0 -752px}.flag-591{background-position:0 -768px}.flag-55{background-position:0 -784px}.flag-1-242{background-position:0 -800px}.flag-975{background-position:0 -816px}.flag-267{background-position:0 -832px}.flag-375{background-position:0 -848px}.flag-501{background-position:0 -864px}.flag-1-{background-position:0 -880px}.flag-242{background-position:0 -896px}.flag-236{background-position:0 -912px}.flag-243{background-position:0 -928px}.flag-41{background-position:0 -944px}.flag-225{background-position:0 -960px}.flag-682{background-position:0 -976px}.flag-56{background-position:0 -992px}.flag-237{background-position:0 -1008px}.flag-86{background-position:0 -1024px}.flag-57{background-position:0 -1040px}.flag-506{background-position:0 -1056px}.flag-53{background-position:0 -1072px}.flag-238{background-position:0 -1088px}.flag-357{background-position:0 -1104px}.flag-420{background-position:0 -1120px}.flag-49{background-position:0 -1136px}.flag-253{background-position:0 -1152px}.flag-45{background-position:0 -1168px}.flag-1-767{background-position:0 -1184px}.flag-1-809{background-position:0 -1200px}.flag-213{background-position:0 -1216px}.flag-593{background-position:0 -1232px}.flag-372{background-position:0 -1248px}.flag-20{background-position:0 -1264px}.flag-212-{background-position:0 -1280px}.flag-291{background-position:0 -1296px}.flag-34{background-position:0 -1312px}.flag-251{background-position:0 -1328px}.flag-358{background-position:0 -1344px}.flag-679{background-position:0 -1360px}.flag-691{background-position:0 -1376px}.flag-298{background-position:0 -1392px}.flag-33{background-position:0 -1408px}.flag-241{background-position:0 -1424px}.flag-44{background-position:0 -1440px}.flag-1-473{background-position:0 -1456px}.flag-995{background-position:0 -1472px}.flag-44-1481{background-position:0 -1488px}.flag-233{background-position:0 -1504px}.flag-350{background-position:0 -1520px}.flag-299{background-position:0 -1536px}.flag-220{background-position:0 -1552px}.flag-224{background-position:0 -1568px}.flag-240{background-position:0 -1600px}.flag-30{background-position:0 -1616px}.flag-502{background-position:0 -1632px}.flag-1-671{background-position:0 -1648px}.flag-245{background-position:0 -1664px}.flag-592{background-position:0 -1680px}.flag-852{background-position:0 -1696px}.flag-504{background-position:0 -1712px}.flag-385{background-position:0 -1728px}.flag-509{background-position:0 -1744px}.flag-36{background-position:0 -1760px}.flag-377,.flag-62{background-position:0 -1776px}.flag-353{background-position:0 -1792px}.flag-972{background-position:0 -1808px}.flag-44-1624{background-position:0 -1824px}.flag-91{background-position:0 -1840px}.flag-964{background-position:0 -1856px}.flag-98{background-position:0 -1872px}.flag-354{background-position:0 -1888px}.flag-39{background-position:0 -1904px}.flag-44-1534{background-position:0 -1920px}.flag-1-876{background-position:0 -1936px}.flag-962{background-position:0 -1952px}.flag-81{background-position:0 -1968px}.flag-254{background-position:0 -1984px}.flag-996{background-position:0 -2000px}.flag-855{background-position:0 -2016px}.flag-686{background-position:0 -2032px}.flag-269{background-position:0 -2048px}.flag-1-869{background-position:0 -2064px}.flag-850{background-position:0 -2080px}.flag-82{background-position:0 -2096px}.flag-965{background-position:0 -2112px}.flag-1-345{background-position:0 -2128px}.flag-7-{background-position:0 -2144px}.flag-856{background-position:0 -2160px}.flag-961{background-position:0 -2176px}.flag-1-758{background-position:0 -2192px}.flag-423{background-position:0 -2208px}.flag-94{background-position:0 -2224px}.flag-231{background-position:0 -2240px}.flag-266{background-position:0 -2256px}.flag-370{background-position:0 -2272px}.flag-352{background-position:0 -2288px}.flag-371{background-position:0 -2304px}.flag-218{background-position:0 -2320px}.flag-212{background-position:0 -2336px}.flag-373{background-position:0 -2352px}.flag-382{background-position:0 -2368px}.flag-261{background-position:0 -2384px}.flag-692{background-position:0 -2400px}.flag-389{background-position:0 -2416px}.flag-223{background-position:0 -2432px}.flag-95{background-position:0 -2448px}.flag-976{background-position:0 -2464px}.flag-853{background-position:0 -2480px}.flag-596{background-position:0 -2496px}.flag-222{background-position:0 -2512px}.flag-1-664{background-position:0 -2528px}.flag-356{background-position:0 -2544px}.flag-230{background-position:0 -2560px}.flag-960{background-position:0 -2576px}.flag-265{background-position:0 -2592px}.flag-52{background-position:0 -2608px}.flag-60{background-position:0 -2624px}.flag-258{background-position:0 -2640px}.flag-264{background-position:0 -2656px}.flag-687{background-position:0 -2672px}.flag-227{background-position:0 -2688px}.flag-234{background-position:0 -2704px}.flag-505{background-position:0 -2720px}.flag-31{background-position:0 -2736px}.flag-47{background-position:0 -2752px}.flag-977{background-position:0 -2768px}.flag-674{background-position:0 -2784px}.flag-64{background-position:0 -2800px}.flag-968{background-position:0 -2816px}.flag-507{background-position:0 -2832px}.flag-51{background-position:0 -2848px}.flag-689{background-position:0 -2864px}.flag-675{background-position:0 -2880px}.flag-63{background-position:0 -2896px}.flag-92{background-position:0 -2912px}.flag-48{background-position:0 -2928px}.flag-1-787{background-position:0 -2944px}.flag-970{background-position:0 -2960px}.flag-351{background-position:0 -2976px}.flag-680{background-position:0 -2992px}.flag-595{background-position:0 -3008px}.flag-974{background-position:0 -3024px}.flag-262-{background-position:0 -3040px}.flag-40{background-position:0 -3056px}.flag-381{background-position:0 -3072px}.flag-7{background-position:0 -3088px}.flag-250{background-position:0 -3104px}.flag-966{background-position:0 -3120px}.flag-677{background-position:0 -3136px}.flag-248{background-position:0 -3152px}.flag-249{background-position:0 -3168px}.flag-46{background-position:0 -3184px}.flag-65{background-position:0 -3200px}.flag-386{background-position:0 -3216px}.flag-421{background-position:0 -3232px}.flag-232{background-position:0 -3248px}.flag-378{background-position:0 -3264px}.flag-221{background-position:0 -3280px}.flag-252{background-position:0 -3296px}.flag-597{background-position:0 -3312px}.flag-239{background-position:0 -3328px}.flag-503{background-position:0 -3344px}.flag-963{background-position:0 -3360px}.flag-268{background-position:0 -3376px}.flag-1-649{background-position:0 -3392px}.flag-235{background-position:0 -3408px}.flag-228{background-position:0 -3424px}.flag-66{background-position:0 -3440px}.flag-992{background-position:0 -3456px}.flag-670{background-position:0 -3472px}.flag-993{background-position:0 -3488px}.flag-216{background-position:0 -3504px}.flag-676{background-position:0 -3520px}.flag-90{background-position:0 -3536px}.flag-1-868{background-position:0 -3552px}.flag-688{background-position:0 -3568px}.flag-886{background-position:0 -3584px}.flag-255{background-position:0 -3600px}.flag-380{background-position:0 -3616px}.flag-256{background-position:0 -3632px}.flag-1{background-position:0 -3648px}.flag-598{background-position:0 -3664px}.flag-998{background-position:0 -3680px}.flag-39-{background-position:0 -3696px}.flag-1-784{background-position:0 -3712px}.flag-58{background-position:0 -3728px}.flag-1-284{background-position:0 -3744px}.flag-1-340{background-position:0 -3760px}.flag-84{background-position:0 -3776px}.flag-678{background-position:0 -3792px}.flag-685{background-position:0 -3808px}.flag-967{background-position:0 -3824px}.flag-27{background-position:0 -3840px}.flag-260{background-position:0 -3856px}.flag-263{background-position:0 -3872px}
.swiper-container{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{background-position:50%;background-repeat:no-repeat;background-size:27px 44px;cursor:pointer;height:44px;margin-top:-22px;position:absolute;top:50%;width:27px;z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");left:auto;right:10px}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;border-radius:100%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:#007aff;opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:100%;width:100%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-cube-shadow{background:#000;bottom:0;filter:blur(50px);height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.swiper-container{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{background-position:50%;background-repeat:no-repeat;background-size:27px 44px;cursor:pointer;height:44px;margin-top:-22px;position:absolute;top:50%;width:27px;z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");left:auto;right:10px}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;border-radius:100%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:#007aff;opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:100%;width:100%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-cube-shadow{background:#000;bottom:0;filter:blur(50px);height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.promo-banner .ppp-wrapper .ppp-pane{background:#fff}.acc .cabinet .account_page *,.acc .cabinet .order_form *,.acc .cabinet .order_form:not(.account_page) .tooltip-inner,.acc .cabinet .user_menu *{-webkit-font-smoothing:antialiased;color:#3c445a;font-family:Roboto,sans-serif!important;font-size:16px;line-height:24px}.acc{padding-top:100px}.acc.not-logined{background:#f6f9ff}.acc .order_form #ordered_features .details ul li .bolder{font-family:Roboto,sans-serif!important}.acc .order_form .right_side .green_button_account{align-items:center;background:#fff;border:1px solid #cfd4e7;border-radius:2px;color:#4f5976;display:none!important;font-size:15px;font-weight:500;height:44px;justify-content:center;margin-bottom:20px;text-transform:none}.acc .order_form .finish_contact .green_button_account span{color:#fff!important}.acc .order_form .finish_contact .green_button_account span:before{background-color:#fff}.acc .order_form .right_side .green_button_account:before{background:#4f5976;border-radius:0;height:14px;margin-right:5px;-webkit-mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;opacity:1;position:static;transition:all .3s;width:14px}.acc .user_menu+.order_form .right_side .green_button_account{background:#4aa33e;border-color:#4aa33e}.acc .user_menu+.order_form .right_side .green_button_account:hover{background:#4aa33e;border-color:#4aa33e;opacity:.8}.acc .user_menu+.order_form .right_side .green_button_account span{color:#fff!important}.acc .user_menu+.order_form .right_side .green_button_account span:before{background-color:#fff!important}.acc .order_form .right_side .green_button_account:after,.acc .order_form .right_side .green_button_account>span>span{display:none}.acc .order_form .right_side .green_button_account:hover{background:#f2f5ff}.acc .order_form .steps li{align-items:center;background:rgba(242,245,255,.65);border:0!important;color:#4f5976;display:flex;font-family:Roboto,sans-serif!important;font-size:15px;height:44px;justify-content:center;line-height:1em;transition:all .3s}.acc .order_form .steps li:after{display:none}.acc .order_form .steps li span{align-items:center;background:#e6eeff;border:0;border-radius:30px;color:#4f5976;display:flex;font-family:Roboto,sans-serif!important;font-size:15px;height:23px;justify-content:center;margin:0 5px 0 0;overflow:hidden;transition:all .3s;width:23px}.acc .order_form .steps li span:before{background:url(/assets/img/check_arrow.svg?3297efd76e7c7fbcf0903c6fb53a1575) 0 0 no-repeat;height:8px;width:10px}.acc .order_form .steps li.active~li{background:rgba(242,245,255,.65);border:0;color:#4f5976;font-size:15px}.acc .order_form .steps li.active~li span{background:#e6eeff;border:0;color:#4f5976;font-size:15px}.acc .order_form .steps li.active span:before,.acc .order_form .steps li.active~li span:before{background:none;height:auto;width:auto}.acc .order_form .steps li.active{background:#6576be;border-radius:2px;color:#fff;font-weight:500}.acc .order_form .steps li.active span{background:#fff;border:0;color:#6576be;font-weight:500}.acc .order_form .left_side *+.form_block{margin-top:20px}.acc .order_form .left_side#tabs_order .form_block{border:1px solid #ebecf5;border-radius:4px;padding:40px 40px 10px}.acc .order_form .left_side .form_block .prices_account{display:flex;flex-wrap:wrap;margin:-15px -10px}.acc .order_form .left_side .form_block .form_group{flex:0 calc(100% - 20px);margin:15px 10px;width:calc(100% - 20px)}.acc .order_form .left_side .form_block .form_group.assignment-type,.acc .order_form .left_side .form_block .form_group.service,.acc .order_form .left_side .form_block .form_group.subject,.acc .order_form .left_side .form_block .form_group.topic{flex:0 calc(50% - 20px);width:calc(50% - 20px)}.acc .account_page .affilate_steps .second_step_form .form_group label,.acc .order_form .left_side .form_block .form_group label,.acc .order_form .left_side .form_block .form_group label span,.acc .order_form .left_side .form_block .form_group.paper-format>label{color:#727a91;float:none;font-family:Roboto,sans-serif!important;font-size:11px;font-weight:500;line-height:1em;margin-bottom:5px;padding:0;text-align:left;text-transform:uppercase;width:100%}.acc .account_page .affilate_steps .second_step_form .form_group label+.jq-selectbox,.acc .account_page .affilate_steps .second_step_form .form_group label+input,.acc .order_form .left_side .form_block .drag_drop_out,.acc .order_form .left_side .form_block .form_group label+.select_field,.acc .order_form .left_side .form_block .form_group label+input,.acc .order_form .left_side .form_block .form_group textarea{float:none;max-width:100%;width:100%}.acc .order_form .right_side .details_block{border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px #7185cb;padding:15px 20px}.acc .order_form .right_side .details_block .h1{display:none}.acc .order_form .service_block ul li,.acc .order_form .service_block ul li ul li{padding:0}.acc .cabinet div.service_block #sidebar_name{color:#4f5976;font-size:18px;font-weight:500;line-height:26px;margin-bottom:10px}.acc .order_form .service_block ul li,.acc .order_form .service_block ul li i,.acc .order_form .service_block ul li ul li,.acc .order_form .service_block ul li>span{color:#4f5976;font-size:14px;line-height:26px}.tooltip{position:absolute!important}.acc .order_form .service_block ul li#sidebar_additional_services,.acc .order_form .service_block ul li#sidebar_basic_price{border-bottom:1px solid #ebecf5;border-top:1px solid #ebecf5;margin:20px -20px;padding:13px 20px;width:auto}.acc .order_form .service_block ul li#sidebar_basic_price+li.#sidebar_additional_services{margin-top:-21px}.acc .order_form .service_block ul li .help{background:#dbedd8;border-radius:50px;color:#4aa33e;cursor:pointer;display:inline-block;font-size:12px;height:20px;line-height:20px;margin:3px 0 0;text-align:center;width:20px}.acc .order_form .service_block ul li .help:before{content:"?";display:inline-block}.acc .order_form .service_block ul li#sidebar_additional_services>span,.acc .order_form .service_block ul li#sidebar_basic_price>span{font-weight:500}.acc .order_form .form_block hr.grey_account,.acc .order_form .service_block hr{display:none}.acc .order_form .service_block ul.total_price_side li{align-items:center;background:#e6eeff;border-radius:2px;color:#4f5976;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;justify-content:space-between;min-height:40px;padding:0 10px}.acc .order_form .service_block ul.total_price_side li .bold,.acc .order_form .service_block ul.total_price_side li .bold *{color:#4f5a80;font-size:20px;font-weight:700;line-height:1em}.acc .order_form .service_block ul.total_price_side li .bold span:nth-child(3),.acc .order_form .service_block ul.total_price_side li .bold span:nth-child(4){color:#7e93bd}.acc .order_form .service_block ul.total_price_side li#sidebar_discount{background:none;font-size:14px;font-style:normal;font-weight:400;margin-bottom:10px;min-height:auto;padding:0}.acc .order_form .service_block ul li.green,.acc .order_form .service_block ul li.green span{color:#7e93bd;font-size:14px;font-style:normal}.acc .order_form .service_block .orange_button_account{align-items:center;background:none;background:#ffb30e;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;margin:10px 0 0;padding:0 50px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc .order_form .service_block .orange_button_account span{color:#fff;font-size:14px;font-weight:500}.acc .order_form .service_block .orange_button_account:hover{background:#ffa30e}.acc .orange_button_account:after,.acc .orange_button_account:before{display:none}.acc .order_form .right_side .payment_methods{margin-top:16px}.acc .order_form .right_side .payment_methods span.h4,.acc .order_form .right_side .widget_payments_security .payments_security_badges{display:none!important}.acc .order_form .right_side .widget_payments_security .payments_security_services{align-items:center;display:flex}.acc .order_form .right_side .widget_payments_security .payments_security_item{background:none!important}.acc .order_form .right_side .widget_payments_security .payments_security_item:first-child:before{background:url(/assets/img/visa_pay_logo.svg?1c5ba19aa24bf7cf761c6863b3be23af) 0 0 no-repeat;content:"";display:block;height:9px;margin:0 auto;width:26px}.acc .order_form .right_side .widget_payments_security .payments_security_item:nth-child(2):before{background:url(/assets/img/masterCard_pay_logo.svg?ae5b06b9972e6455d6cad2fc3d57744e) 0 0 no-repeat;content:"";display:block;height:17px;margin:0 auto;width:28px}.acc .order_form .right_side .widget_payments_security .payments_security_item:nth-child(3):before{background:url(/assets/img/americanExpress_pay_logo.svg?3e4ef54fbad4ad31ece56ff3c1c4fad1) 0 0 no-repeat;content:"";display:block;height:14px;margin:0 auto;width:38px}.acc .order_form .right_side .widget_payments_security .payments_security_item:nth-child(4):before{background:url(/assets/img/discover_pay_logo.svg?74c9a721637207e553cb25571e70d58a) 0 0 no-repeat;content:"";display:block;height:6px;margin:0 auto;width:34px}.acc .order_form .right_side .widget_payments_security .payments_security_item:nth-child(5):before{background:url(/assets/img/wireTransfer_pay_logo.svg?a7c40cd9c9ce1810d9945764b36e3884) 0 0 no-repeat;content:"";display:block;height:13px;margin:0 auto;width:31px}.acc .order_form .left_side .form_block .form_group .select_field{border:0;color:inherit;height:auto;line-height:inherit;margin:0;padding:0}.acc .order_form .left_side .form_block .form_group .select_field .jq-selectbox__trigger:after{display:none}.acc .order_form .left_side .form_block .form_group label+.select_field.opened{border:0!important;box-shadow:none}.acc .form_group .jq-selectbox__dropdown{background:#f6f9ff;border:1px solid #ebecf5;border-radius:0 0 2px 2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);position:absolute;width:100%}.acc .account_page .affilate_steps .jq-selectbox.opened .jq-selectbox__dropdown,.acc .account_page .affilate_steps .second_step_form .field_birth_selects .col .jq-selectbox.opened .jq-selectbox__dropdown,.acc .account_page .affilate_steps .second_step_form .form_group input:focus,.acc .order_form .left_side .form_block .form_group label+.select_field.opened .jq-selectbox__dropdown{border:none!important;box-shadow:0 5px 20px -10px rgba(113,133,203,.5)}.acc .account_page .affilate_steps .jq-selectbox__dropdown li.selected,.acc .account_page .affilate_steps .jq-selectbox__dropdown li:hover,.acc .order_form .jq-selectbox__dropdown li.selected,.acc .order_form .jq-selectbox__dropdown li:hover{font-weight:500}.acc .form_group .jq-selectbox__dropdown li{border-radius:3px;cursor:pointer;display:block;font-size:16px;line-height:24px;min-height:36px;overflow:hidden;padding:5px 10px;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .account_page .affilate_steps .jq-selectbox__dropdown li.selected,.acc .account_page .affilate_steps .jq-selectbox__dropdown li:hover,.acc .order_form .jq-selectbox__dropdown li.selected,.acc .order_form .jq-selectbox__dropdown li:hover{background:#e6eeff;color:#6b80cf}.acc .account_page .affilate_steps .jq-selectbox__dropdown li.selected,.acc .order_form .jq-selectbox__dropdown li.selected{font-weight:500}.acc .form_group .jq-selectbox__dropdown li.child:after,.acc .form_group .jq-selectbox__dropdown li.child:before{background-color:#6576be}.acc .account_page .affilate_steps .second_step_form .form_group label+input,.acc .order_form .left_side .form_block .form_group label+input{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 15px;transition:all .3s;width:100%}.acc .order_form .hold_numb input:active,.acc .order_form .hold_numb input:focus,.acc .order_form input:active,.acc .order_form input:focus,.acc .order_form input[type=checkbox]+label:hover:before,.acc .order_form input[type=checkbox]:checked+label:before,.acc .order_form textarea:active,.acc .order_form textarea:focus{border:0!important;box-shadow:none}.acc .prices_account>.error>span.error{margin:5px 0 0}.acc .order_form .form_group label sup{font-size:12px;line-height:1em;top:-2px}.acc .order_form .left_side .form_block .form_group textarea{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:auto;max-height:300px;min-height:84px;padding:11px 15px;transition:all .3s;width:100%}.acc .form_group input[type=checkbox],.acc .form_group input[type=radio]{display:none!important}.acc .cabinet .writers-checkboxes{align-items:center;display:flex;margin-top:30px;padding-top:31px;position:relative}.acc .cabinet .writers-checkboxes:before{color:#727a91;content:"LANGUAGE STYLE";font-size:11px;font-weight:500;left:0;line-height:1.2em;position:absolute;right:0;top:0}.acc .order_form .left_side .form_block .drag_drop_out .radio+label:before{background:#e9efff;border:0!important;box-shadow:none;height:16px!important;width:16px!important}.acc .order_form .left_side .form_block .drag_drop_out .radio+label:after{background:#6576be;border-radius:40px;content:"";height:8px;left:4px;opacity:0;position:absolute;top:6px;transition:all .3s;width:8px}.acc .order_form .left_side .form_block .drag_drop_out .radio+label{color:#4f5a80;font-size:15px;font-weight:400;line-height:20px;margin-bottom:0;margin-right:43px;padding-right:0}.acc .order_form .left_side .form_block .drag_drop_out .radio+label:last-child{margin-right:0}.acc .order_form .left_side .form_block .drag_drop_out .radio+label:hover:before,.acc .order_form .left_side .form_block .drag_drop_out .radio:checked+label:before,.acc .order_form .left_side .form_block .drag_drop_out .radio:checked+label:hover:before{background:#e9efff}.acc .order_form .left_side .form_block .drag_drop_out .radio+label:hover:after,.acc .order_form .left_side .form_block .drag_drop_out .radio:checked+label:after,.acc .order_form .left_side .form_block .drag_drop_out .radio:checked+label:hover:after{opacity:1}.acc .order_form .left_side .form_block .form_group.academic-level>div{float:none;min-width:100%;width:100%}.acc .order_form .left_side .form_block .form_group.paper-format{z-index:2}.acc .order_form .left_side .form_block .form_group.custom-paper-format{margin-top:0}.acc .order_form .left_side .form_block .form_group.academic-level>label,.acc .order_form .left_side .form_block .form_group.currency>label,.acc .order_form .left_side .form_block .form_group.paper-format>label{height:auto}.acc .order_form .left_side .form_block .form_group.academic-level div>label,.acc .order_form .left_side .form_block .form_group.currency div>label,.acc .order_form .left_side .form_block .form_group.paper-format div>label{align-items:center;background:#f6f9ff;border:0;color:#4f5a80;display:flex;font-size:15px;font-weight:400;justify-content:center;min-height:40px;transition:all .3s}.acc .order_form .left_side .form_block .form_group.academic-level label+div label:last-of-type,.acc .order_form .left_side .form_block .form_group.currency label+div label,.acc .order_form .left_side .form_block .form_group.currency label+div label:last-of-type{border:0;margin-bottom:0}.acc .order_form .left_side .form_block .form_group.academic-level input:checked+label,.acc .order_form .left_side .form_block .form_group.currency input:checked+label,.acc .order_form .left_side .form_block .form_group.paper-format input:checked+label{background:#ccdaff;border-radius:2px;box-shadow:none;font-weight:500}.acc .order_form .left_side .form_block .form_group.academic-level label+div,.acc .order_form .left_side .form_block .form_group.currency label+div{display:flex;width:100%}.acc .order_form .left_side .form_block .form_group.academic-level>label,.acc .order_form .left_side .form_block .form_group.sources label:first-child{margin:0 0 5px;padding:0;text-align:left;text-transform:uppercase}.acc .order_form .hold_numb{display:inline-flex;float:none;min-height:40px;width:215px}.acc .order_form .left_side .form_block .form_group .hold_numb.disabled{opacity:.6}.acc .order_form .left_side .form_block .form_group .hold_numb input{background:#f5f8ff;border:0;border-radius:2px;color:#4f5a80;font-size:15px;font-weight:400;height:40px;padding:0 40px}.acc .order_form .left_side .form_block .form_group .hold_numb input:disabled+.spinedit .icon-chevron-down:hover,.acc .order_form .left_side .form_block .form_group .hold_numb input:disabled+.spinedit .icon-chevron-up:hover{background:none;cursor:default}.acc .order_form .spinedit{height:0;position:static;width:0}.acc .order_form .icon-chevron-up{bottom:0;cursor:pointer;height:auto;left:auto;position:absolute;right:0;top:0;transition:all .3s;width:40px;z-index:1}.acc .order_form .icon-chevron-down:hover,.acc .order_form .icon-chevron-up:hover{background-color:#ccdaff}.acc .order_form .icon-chevron-up:before{background:url(/assets/img/plus_icon.svg?174cdf8e64f66de94de0afb4a6ee8787) 50% 50% no-repeat;border:0;bottom:0;height:100%;left:0;right:0;top:0;width:100%}.acc .order_form .icon-chevron-down{bottom:0;cursor:pointer;height:auto;left:0;position:absolute;right:auto;top:0;transition:all .3s;width:40px;z-index:1}.acc .order_form .icon-chevron-down:before{background:url(/assets/img/minus_icon.svg?daacb5bc34515297bd3ecef802c36927) 50% 50% no-repeat;border:0;bottom:0;height:100%;left:0;right:0;top:0;width:100%}.acc .form_group input[type=checkbox]+label:before{background:#e9efff;border:0;border-radius:2px!important;height:20px;width:20px;z-index:0}.acc .order_form .left_side .form_block .form_group.sources label:not(:first-child){color:#4f5a80;display:inline-flex;font-size:15px;font-weight:400;line-height:20px;margin:10px 0 0 10px;padding:0 0 0 25px;width:auto}.acc .form_group input[type=checkbox]+label:after{height:8px;left:5px;top:6px;width:10px;z-index:0}.acc .order_form .left_side .form_block .form_group.sources input[type=checkbox]+label:after,.acc .order_form .left_side .form_block .form_group.sources input[type=checkbox]+label:hover:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat}.acc .order_form .left_side .form_block .form_group.academic-level>div>div>div{border:0!important}.acc .order_form .left_side .form_block .form_group.academic-level label+div label:last-of-type{align-items:center;flex-direction:column;font-size:14px;justify-content:center;margin:0;padding:0}.acc .order_form .left_side .form_block .form_group.academic-level label+div input:checked+label:hover{background:#ccdaff}.acc .order_form .left_side .form_block .form_group.academic-level label+div label:last-of-type:hover{background:#f6f9ff}.acc .order_form .left_side .form_block .form_group.academic-level div>div label span{color:#4f5a80;font-size:14px;font-style:normal;font-weight:400;text-align:center;text-transform:none}.acc .order_form .left_side .form_block .form_group.academic-level label:before{display:none}.acc .order_form .left_side .form_block .form_group.pages{align-items:center;display:flex;flex-wrap:wrap}.acc .order_form .left_side .form_block .form_group.pages>label .page_mode_toggle{color:#4f5a80;font-weight:600;line-height:1em}.acc .order_form .left_side .form_block .form_group .help{background:url(/assets/img/ask.svg?69d41171e05c2662f342e47b48f3f364) 0 0 no-repeat;height:20px;margin-top:0;width:20px}.acc .order_form .left_side .form_block .form_group.pages label.pull-left{align-items:center;background:#f6f9ff;border:0;border-radius:2px;box-shadow:none!important;color:#4f5a80;display:flex;font-size:15px;font-weight:400;height:40px;justify-content:center;position:relative;text-transform:none;width:140px}.acc .order_form .left_side .form_block .form_group.pages .help+input+label.pull-left:before,.acc .order_form .left_side .form_block .form_group.pages .tooltip+input+label.pull-left:before{color:#727a91;content:"Spacing";font-size:11px;font-weight:500;left:0;line-height:1em;position:absolute;text-transform:uppercase;top:-17px}.acc .order_form .left_side .form_block .form_group.pages input:checked+label.pull-left{background:#ccdaff;color:#4f5a80;font-weight:500}.acc .order_form .left_side .form_block .form_group.currency,.acc .order_form .left_side .form_block .form_group.method{flex:0 calc(50% - 20px);width:calc(50% - 20px)}.acc .order_form .left_side .form_block .form_group.currency>div .clear{display:none}.acc .order_form .left_side .form_block .form_group.urgency{align-items:center;display:flex;flex:0 calc(50% - 20px);flex-wrap:wrap;width:calc(50% - 20px)}.acc .order_form .left_side .form_block .error_group{align-items:center;display:flex;max-width:100%;width:100%}.acc .order_form .left_side .form_block .form_group.urgency .night-calls{display:none!important}.acc .order_form .left_side .form_block .form_group.preferred>label i{background:none;color:#9199b3;display:inline-flex;font-size:15px;font-style:normal;font-weight:400;height:auto;left:320px;line-height:1em;padding:0;position:absolute;text-transform:none;top:27px;width:100%}.acc .order_form .left_side .form_block .form_group.preferred{display:flex;flex-wrap:wrap}.acc .order_form .left_side .form_block .form_group.preferred .help{margin-left:10px;margin-top:13px;width:20px}.acc .order_form .left_side .form_block .form_group.discount_code>div,.acc .order_form .left_side .form_block .form_group.preferred>div{margin:0 0 10px;max-width:280px;position:relative;width:280px}.acc .order_form .left_side .form_block .form_group.discount_code>div:before{background:url(/assets/img/discount-icon.svg?4e21ecc6517995bc98bbc4df6ffc9300) 0 0 no-repeat;content:"";height:14px;left:15px;position:absolute;top:13px;width:20px}.acc .order_form .left_side .form_block .form_group.preferred div.form_group>div{align-items:center;display:flex}.acc .order_form .left_side .form_block .form_group.discount_code input,.acc .order_form .left_side .form_block .form_group.preferred div.form_group input{background:#f6f9ff;border:0;border-radius:2px;height:40px;width:100%}.acc .order_form .left_side .form_block .form_group.discount_code input{padding-left:40px}.acc .order_form .left_side .form_block .form_group.discount_code .error{color:#9199b3;line-height:12px}.acc .order_form .left_side .form_block .form_group.preferred div.form_group.error input:not(readonly){margin-bottom:15px}.acc .order_form .left_side .form_block .form_group.preferred div.form_group input+.error{position:absolute;top:45px}.acc .order_form .left_side .form_block .form_group.preferred div.form_group .delete{margin-top:2px}.acc .form_group .phone_number_block.error input,.acc .form_group.error input,.acc .form_group.error textarea,.acc .order_form .form_group .error input{background:#fdf6f6!important;border:0!important;color:inherit}.acc .order_form .left_side .form_block .form_group.you_save,.acc .order_form .total_price_account{align-items:center;background:none;border-bottom:1px solid #ebecf5;border-top:1px solid #ebecf5;display:flex;justify-content:space-between;margin:0 -30px;padding:30px 40px;width:calc(100% + 60px)}.acc .order_form .total_price_account:last-of-type{border-bottom:0;margin-top:-1px}.acc .order_form .total_price_account{flex-wrap:wrap;margin:0;width:100%}.acc .order_form .total_price_account .h1{align-items:flex-end;color:#4f5a80;display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif!important;font-size:18px;font-weight:500;line-height:1em;margin:0;text-transform:none}.acc .order_form .total_price_account .h1 .amount_total{flex:0 100%}.acc .order_form .total_price_account .h1 .amount_total .total_wrapper{align-items:baseline}.acc .order_form .total_price_account .h1 .amount_total .total_wrapper .total_price{display:inline-flex}.acc .order_form .total_price_account .h1 .amount_total .total_wrapper .total_price>span{font-family:Roboto,sans-serif!important;font-size:22px;font-weight:700}.acc .order_form .total_price_account .h1 .amount_total .total_wrapper .total_discount{display:inline-flex}.acc .order_form .total_price_account .h1 .amount_total .total_wrapper .total_discount>span{color:inherit!important;font-family:Roboto,sans-serif!important;font-size:18px;font-weight:700}.acc .order_form .total_price_account .h1>span>span:nth-child(3),.acc .order_form .total_price_account .h1>span>span:nth-child(4){color:#7e93bd}.acc .order_form .total_price_account.details span.h1{align-items:center;line-height:24px}.acc .order_form .left_side .form_block .form_group .jq-selectbox__select-text{font-weight:400}.acc .order_form .total_price_account.details span.h1>span{margin-left:10px}.acc .order_form .left_side .form_block .total_price_account .orange_button_account{align-items:center;background:none;background:#ffb30e;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;margin:0;padding:0 50px;position:relative;text-transform:uppercase;transition:background .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc .order_form .left_side .form_block .total_price_account .orange_button_account span{color:#fff;font-size:15px;font-weight:500;letter-spacing:.56px;line-height:1em;text-transform:uppercase;z-index:0}.acc .order_form .left_side .form_block .total_price_account .orange_button_account:hover{background:#ffa30e}.acc .order_form .left_side .form_block .form_group.agreement{margin:0;padding:10px 0 20px}.acc .order_form .left_side .form_block .form_group.agreement label{color:#4f5a80;font-size:14px;font-weight:400;line-height:20px;padding:0 0 0 40px;text-transform:none}.acc .order_form .left_side .form_block .form_group.agreement label span{color:#4f5a80;display:block!important;font-size:14px;font-weight:400;line-height:20px;max-width:none!important;text-transform:none;width:100%!important}.acc .order_form .left_side .form_block .form_group label a{color:#6b80cf;font-weight:400;line-height:inherit;text-decoration:underline}.acc .order_form .left_side .form_block .form_group label a:hover{color:#ffb30e}.acc .order_form .left_side .form_block .form_group.agreement input[type=checkbox]+label:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat}.acc .order_form .form_group span.error{margin-top:5px}.acc .order_form .form_group #sign_in_password~span.error{display:inline-flex;margin-top:0}.acc .order_form .left_side .form_block .form_group.you_save{border-bottom:0;flex:0 calc(100% + 60px);justify-content:center;padding:10px 40px}.acc .order_form .you_save .label{font-weight:500}.acc .order_form .you_save .label+span{font-size:18px;font-weight:500}.acc .order_form .you_save .label+span i{color:#9199b3;font-size:14px;font-style:normal;font-weight:400}.acc .order_form .left_side .form_block .form_group.preferred div.form_group .add{background:url(/assets/img/plus_icon_green.svg?94ebc1960a2633902463ed62afaffac0) 0 0 no-repeat;height:10px;min-width:10px;width:10px}.acc .order_form .left_side .form_block .form_group.preferred div.form_group .add:after,.acc .order_form .left_side .form_block .form_group.preferred div.form_group .add:before,.acc .order_form .left_side .form_block .form_group.preferred div.form_group .delete:after,.acc .order_form .left_side .form_block .form_group.preferred div.form_group .delete:before{display:none}.acc .order_form .left_side .form_block .form_group.preferred div.form_group .delete{background:url(/assets/img/cancel-icon.svg?03823d918e5dbf62d16b352cfebfdfbe) 0 0 no-repeat;height:8px;min-width:8px;transform:none;width:8px}.acc .order_form .additional_services_heading{color:#4f5976;font-size:18px;font-weight:500;margin:0 0 30px}.acc .order_form .left_side .form_block .form_group.label_padding_right>label+div{flex-wrap:nowrap;margin:0 -4px;width:calc(100% + 8px)}.acc .order_form .levels_block{flex:0 calc(33.333% - 8px);margin:0 4px;max-width:none;width:calc(33.333% - 8px)}.acc .order_form .left_side .form_block .levels_block label .top,.acc .order_form .left_side .form_block .levels_block.green_block label .top{background:none;border-bottom:0!important}.acc .order_form .left_side .form_block .levels_block label:before,.acc .order_form .levels_block label:after{display:none}.acc .order_form .left_side .form_block .levels_block label{border:1px solid #ebecf5;border-radius:2px;height:100%;margin:0;transition:all .3s}.acc .order_form .left_side .form_block .levels_block label .radio_button,.acc .order_form .left_side .form_block .levels_block label .top br{display:none}.acc .order_form .left_side .form_block .levels_block input:checked+label .top,.acc .order_form .left_side .form_block .levels_block label .top,.acc .order_form .left_side .form_block .levels_block.green_block input:checked+label .top{align-items:center;background:none;color:#4f5a80;display:flex;font-size:15px;font-weight:400;justify-content:space-between;margin:0;min-height:40px;padding:0 9px;text-transform:none;z-index:1}.acc .order_form .left_side .form_block .levels_block label .top .bold,.acc .order_form .left_side .form_block .levels_block label .top .strike{color:#4aa33e;font-size:15px;font-weight:400;margin:0;order:1;width:auto}.acc .order_form .left_side .form_block .levels_block input:checked+label{background:#f6f9ff!important}.acc .order_form .left_side .form_block .levels_block input:checked+label .top{font-weight:500}.acc .order_form .left_side .form_block .levels_block input:checked+label .top .bold,.acc .order_form .left_side .form_block .levels_block input:checked+label .top .strike{color:#4aa33e;font-weight:500}.acc .order_form .left_side .form_block .levels_block label .details{border-top:1px solid #ebecf5;color:#4f5976;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0;padding:8px 9px;text-align:left;text-transform:none;z-index:1}.acc .order_form .left_side .form_block .form_group.additional_services{align-items:center;display:flex;flex:0 calc(100% - 86px);margin-left:46px;min-height:43px;padding:0 10px;position:relative;width:calc(100% - 86px)}.acc .order_form .left_side .form_block .form_group.additional_services .form_group:after{display:none}.acc .order_form .left_side .form_block .form_group .form_group{position:static}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label{align-items:center;background:none!important;border:1px solid #ebecf5;border-radius:2px;bottom:0;display:flex;justify-content:flex-end;left:0;margin:0;padding:0 10px;position:absolute;right:0;top:0}.acc .order_form .left_side .form_block .form_group.label_padding_right>label{font-size:15px;font-weight:400;line-height:1.2em;margin:0;text-transform:none}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .red{color:#4aa33e;font-size:15px;font-weight:400;margin:0;text-align:right}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .right_part{align-items:center;display:flex;flex:0 auto;margin:0;width:auto}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .left_part{flex:auto;margin:0 10px 0 0;text-align:right;width:auto}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .red+i,.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .strike+i{color:#9199b3;font-size:15px;font-style:normal;font-weight:400;line-height:1.2em;order:-1;padding-left:140px;text-transform:none;white-space:nowrap}.acc .order_form .left_side .form_block .form_group.additional_services .form_group input[type=checkbox]+label:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat;height:8px;left:-31px;margin-top:-4px;top:50%;width:10px}.acc .order_form .left_side .form_block .form_group.additional_services .form_group input[type=checkbox]+label:before{height:20px;left:-36px;margin-top:-10px;top:50%;width:20px}.acc .order_form .left_side .form_block .form_group.additional_services .help{margin:-10px 0 0;position:absolute;right:-30px;top:50%}.acc .order_form .left_side .form_block#step_three,.acc .order_form .left_side .form_block#step_two{padding:40px 30px 10px}.acc .order_form .left_side .form_block#step_three{padding-top:0}.acc .order_form .form_block .tabs{border:0;margin:0 -30px;padding:0;width:calc(100% + 60px)}.acc .order_form .form_block .tabs ul{align-items:center;display:flex;margin:-1px;padding:0}.acc .order_form .form_block .tabs ul li{background:#fff;border:1px solid;border-color:#fff #fff #ebecf5;flex:0 50%;margin:0;transition:all .3s;width:50%}.acc .order_form .form_block .tabs ul li.active{border:1px solid #ebecf5;border-bottom-color:#fff;border-radius:2px}.acc .order_form .form_block .tabs ul li:after{display:none}.acc .order_form .form_block .tabs>ul>li span{align-items:center;color:#4f5976;display:flex;font-size:14px;justify-content:center;min-height:44px}.acc .order_form .form_block .tabs ul li.active span{font-weight:500}.acc .order_form .left_side .form_block .h3{display:none}.acc .order_form .left_side .form_block#step_three .form_group{flex:0 100%;width:100%}.acc .order_form .left_side .form_block .tabs_content{flex-wrap:wrap}.acc .order_form .left_side .form_block .tabs_content.current{display:flex}.acc .order_form .left_side .form_block .form_group.select_services{z-index:10!important}.acc .order_form .left_side .form_block .form_group.select_services label{padding:0}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block>span.number_note{display:none}.acc .order_form .left_side .form_block .form_group.phone_number label+div,.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block.phone_number{max-width:100%;width:100%}.acc .order_form .left_side .form_block .form_group.phone_number label+div{align-items:center;display:flex}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block{align-items:center;background:#e6eeff;color:#4f5a80;display:flex;font-size:15px;height:40px;margin:0;padding:0 0 0 15px}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block .country_flag{top:13px;transform:scale(1.5)}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block.phonecode input{background:#e6eeff!important;border:0;padding:0 0 0 20px}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block.phonecode{margin:0;width:90px}.acc .order_form .left_side .form_block .form_group input{background:#f6f9ff!important;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 30px 0 15px;transition:all .3s;width:100%}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block.phone_number .error{bottom:-20px;left:20px;position:absolute}.acc .form_group .phone_number_block.error span.error,.acc .form_group.error span.error{margin:0}.acc .form_group.urgency.error span.error{bottom:-25px;position:absolute}.acc .order_form hr.grey_account{background-color:#ebecf5;margin:0 -30px;width:calc(100% + 50px)}.acc .order_form #payment_methods{display:none}.acc .order_form .left_side .form_block .form_group.method label+div{width:100%}.acc .order_form .left_side .form_block .form_group.method input+label,.acc .order_form .left_side .form_block .form_group.method input+label:first-of-type,.acc .order_form .left_side .form_block .form_group.method input+label:last-of-type{border:0;border-radius:0;height:40px;margin:0}.acc .order_form .left_side .form_block .form_group.method input:checked+label{background-color:#ccdaff;border-radius:2px;box-shadow:none}.acc .order_form .left_side .form_block .total_price_account .orange_button_account.safe_payment{padding:0;width:270px}.acc .order_form .select_services .form_group>div{margin-bottom:4px}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div label{align-items:center;border:1px dashed #fff;border-radius:2px;color:#4f5a80;display:flex;font-size:15px;font-weight:400;justify-content:space-between;margin:0;min-height:30px;padding:5px 5px 5px 35px;position:relative;text-transform:none;transition:all .3s;z-index:2}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div.has_number_of{position:relative}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div.has_number_of label{border:0!important}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div.has_number_of .clearfix{border:1px dashed #fff;border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.acc .order_form .left_side .form_block .form_group+.resume-services{position:relative;z-index:0}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div.has_number_of input:checked~.clearfix{border-color:#ccdaff}.acc .order_form .left_side .form_block .form_group.select_services label>span{align-items:center;color:#4aa33e;display:flex;float:none;font-size:15px;margin:0;order:2;width:auto}.acc .order_form .left_side .form_block .form_group.select_services label>span *{color:#4aa33e;font-size:15px;font-weight:400;margin:0}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div label:before{left:5px;top:4px}.acc .order_form .left_side .form_block .form_group.select_services .form_group{flex:0 calc(100% + 10px);margin:0 -5px;width:calc(100% + 10px)}.acc .order_form .left_side .form_block .form_group.select_services input[type=checkbox]+label:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat;left:10px;top:10px}.acc .order_form .left_side .form_block .form_group.select_services input:checked+label{border-color:#ccdaff}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of label{align-items:center;display:flex;font-size:14px;font-weight:400;left:120px;padding:0;position:absolute;top:5px;width:calc(100% - 120px)}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of .hold_numb{margin-left:5px;width:110px}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of .hold_numb input{padding:0 40px 0 15px;text-align:left}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of .hold_numb .icon-chevron-up{bottom:auto;height:20px;left:auto;right:0;top:0;width:40px}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of .hold_numb .icon-chevron-up:before{background:url(/assets/img/arrow-top.svg?890ac6e016fc6eb980b5aba8c43a71eb) 50% 50% no-repeat}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of .hold_numb .icon-chevron-down{bottom:0;height:20px;left:auto;right:0;top:auto;width:40px}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of .hold_numb .icon-chevron-down:before{background:url(/assets/img/arrow-top.svg?890ac6e016fc6eb980b5aba8c43a71eb) 50% 50% no-repeat;transform:rotate(180deg)}.acc .order_form .left_side .form_block .form_group.select_services .form_group>div .number_of{margin:10px 0 0!important;padding-bottom:5px}.acc .order_form .left_side .form_block .form_group.select_services.red_services .form_group>div .number_of label,.acc .order_form .left_side .form_block .form_group.select_services.red_services>label{color:#727a91;font-size:11px}.acc .order_form .fileuploader-input-inner{align-items:center;background:#fafcff;border:1px dashed #d0d4f5;border-radius:2px;display:flex;flex-direction:column;height:120px;justify-content:center;width:100%}.acc .order_form .fileuploader-input-inner span.img.upload{background:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) 0 0 no-repeat;height:20px;margin:0 0 10px;width:24px}.acc .order_form .fileuploader-input-button{color:#fafcff;font-size:0}.acc .order_form .fileuploader-input-button:before{color:#4f5a80;content:"Drag files here or";font-size:15px;font-weight:400;line-height:1em}.acc .order_form .fileuploader-input-button:after{color:#6b80cf;content:"browse";font-size:15px;font-weight:500;line-height:1em;margin-left:5px}.acc .order_form .fileuploader-items-list{margin:0;padding:0}.acc .order_form .fileuploader-items-list li{border:0;margin:20px 0 0;padding:0 30px 13px 26px;position:relative}.acc .order_form .fileuploader-items-list li:first-child{margin-top:30px}.acc .order_form .fileuploader-items-list li .column-title{line-height:1.2em}.acc .order_form .fileuploader-items-list li .column-title>div{align-items:center;color:#4f5976;display:flex;font-size:15px;font-style:normal;justify-content:space-between;line-height:1.2em}.acc .order_form .fileuploader-items-list li .column-title>div span{color:#9199b3;font-size:13px;line-height:1em}.acc .order_form .progress-icon.bar_icon{bottom:0;display:block!important;height:3px;left:26px;position:absolute;right:30px}.acc .order_form .fileuploader-items-list li.upload-loading .progress-icon.bar_icon{background:#6b80cf}.acc .order_form .fileuploader-items-list li.upload-successful .progress-icon.bar_icon{background:#4aa33e}.acc .order_form .fileuploader-items-list li.upload-failed .progress-icon.bar_icon{background:#de5347}.acc .order_form .fileuploader-items-list li.upload-loading:before{-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite;background:url(/assets/img/loading-icon.svg?725b6cf33faf7d7c93a8006e6d383d30) 50% 50% no-repeat;content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.acc .order_form .fileuploader-items-list li.upload-successful:before{background:url(/assets/img/upload-success.svg?03b0e5d20463ba95f6f28bba0011d48e) 50% 50% no-repeat}.acc .order_form .fileuploader-items-list li.upload-failed:before,.acc .order_form .fileuploader-items-list li.upload-successful:before{content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}.acc .order_form .column-actions .fileuploader-action-remove{background:url(/assets/img/remove-icon.svg?db602ab5472ce85fb4aab138d5bb6c83) 50% 50% no-repeat;height:20px;left:auto;margin-top:-10px;position:absolute;right:0;top:50%;width:20px}.acc #returning_customer>div.active{display:flex;flex-wrap:wrap;width:100%}.acc #returning_customer>div.active#remind-form .form_group{flex:0 calc(100% - 20px);width:calc(100% - 20px)}.acc .order_form .left_side .form_block .tabs_content .form_group label+input{max-width:100%}.acc #returning_customer>div.active#remind-form .form_group.select_services.buttons{align-items:center;display:flex;justify-content:center}.acc #remind-form .buttons a,.acc #remind-form .buttons button{margin:0}.acc #returning_customer>div.active#remind-form .form_group.select_services .blue_button{align-items:center;background:0 0;background:#7185cb;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #7185cb;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;max-width:none;padding:0 10px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc #returning_customer>div.active#remind-form .form_group.select_services .blue_button:hover{background:#6576be}.acc .order_form .left_side .form_block .tabs_content .forgot{color:#6b80cf;float:right;font-style:normal}.acc .order_form .left_side .form_block .tabs_content .tip{background:#f6f9ff;border:1px solid #ebecf5;width:calc(100% - 20px)}.acc .order_form .left_side .form_block .tabs_content .tip p{color:#6b80cf}.acc .order_form .details ul li:nth-child(4){display:none}.acc .order_form .form_group.pages .hold_numb{width:calc(100% - 332px)}@media (max-width:980px) and (min-width:0px){.acc{background:#fff}.acc .account_page.balance .table_filters .table_search input:not([type=submit]){width:calc(100% - 170px)}.acc .order_form .fileuploader-input-inner{align-items:center;background:#7185cb;border:0;box-shadow:0 14px 14px -16px #7185cb;flex-direction:row;height:40px}.acc .order_form .fileuploader-input-button{color:#fff;font-size:12px;font-weight:500}.acc .order_form .fileuploader-input-inner span.img.upload{background:none;background-color:#fff;margin:0 10px 0 0;-webkit-mask:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) no-repeat 50% 50%;mask:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.acc .order_form .fileuploader-input-button:after,.acc .order_form .fileuploader-input-button:before{display:none}.acc .order_form.account_page .fileuploader-input-button{display:flex;font-size:0}.acc .order_form.account_page .fileuploader-input-button:after,.acc .order_form.account_page .fileuploader-input-button:before{display:block}.acc .completed_orders_pagination li a,.acc .completed_orders_pagination li span{width:32px}}@media (max-width:767px){.acc .order_form .steps li{font-size:0!important}.acc .order_form .left_side .form_block{margin-top:10px;padding:20px}.acc .order_form .left_side .form_block .form_group{margin:10px}.acc .order_form .left_side .form_block .form_group.assignment-type,.acc .order_form .left_side .form_block .form_group.currency,.acc .order_form .left_side .form_block .form_group.service,.acc .order_form .left_side .form_block .form_group.subject,.acc .order_form .left_side .form_block .form_group.topic,.acc .order_form .left_side .form_block .form_group.urgency{flex:0 calc(100% - 20px);width:calc(100% - 20px)}.acc .cabinet .writers-checkboxes{align-items:flex-start;flex-direction:column}.acc .order_form .left_side .form_block .drag_drop_out .radio+label{margin-bottom:10px}.acc .order_form .left_side .form_block .form_group.academic-level>div>div{border:0}.acc .order_form .left_side .form_block .form_group.preferred>label i{font-size:13px;left:158px;top:-1px;width:auto}.acc .order_form .left_side .form_block .form_group.preferred>div.form_group{max-width:calc(100% - 35px);width:calc(100% - 35px)}.acc .order_form .left_side .form_block .form_group.preferred .help{margin-top:11px}.acc .order_form .left_side .form_block .form_group.you_save,.acc .order_form .total_price_account{flex-direction:column;margin:0 -10px;padding:20px;width:calc(100% + 20px)}.acc .order_form .total_price_account .h1{margin-bottom:20px}.acc .order_form .left_side .form_block#step_three,.acc .order_form .left_side .form_block#step_two{padding:20px 10px}.acc .order_form .left_side .form_block .form_group.agreement{padding:10px 10px 20px}.acc .order_form .levels_block.green_block{height:auto;width:100%}.acc .order_form .levels_block{flex:0 100%;width:100%}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label{width:auto}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .red+i,.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .strike+i{font-size:13px;padding-left:100px}.acc .order_form .left_side .form_block#step_three{padding-top:0}.acc .order_form .form_block .tabs{margin:0 -10px;width:calc(100% + 20px)}.acc .order_form .left_side .form_block#step_three .form_group{flex:0 calc(100% - 20px);width:calc(100% - 20px)}.acc .order_form .left_side .form_block#step_three .form_group.select_services{z-index:2}.acc .order_form .left_side .form_block .tabs_content .form_group .phone_number_block .country_flag{z-index:1}.acc .order_form #payment_methods{flex-wrap:wrap}.acc .order_form hr.grey_account{margin:0 -10px;width:calc(100% + 20px)}.acc #returning_customer>div.active{width:100%}.acc .order_form .fileuploader-items-list li .column-title>div{font-size:13px}.acc .order_form .left_side .form_block .form_group.preferred>label{padding-top:0}.acc .order_form .left_side#tabs_order .form_block{padding:20px 10px}.acc .order_form .left_side .form_block .form_group.academic-level>div>div>div{display:flex;height:auto}.acc .order_form .left_side .form_block .form_group.academic-level div>div label{display:flex}}@media (max-width:670px) and (min-width:0px){.acc .order_form .form_group.pages .hold_numb,.acc .order_form .hold_numb{width:calc(100% - 33px)}.acc .order_form .left_side .form_block .form_group.pages label.pull-left{flex:0 50%;width:50%}.acc .order_form .left_side .form_block .form_group.pages .help+input+label.pull-left,.acc .order_form .left_side .form_block .form_group.pages .help+input+label.pull-left+input+label.pull-left{margin-left:0;margin-top:30px}.acc .order_form .total_price_account.details span.h1{font-size:14px;margin:0}.acc .account_page.settings,.acc .order_form .text_holder_block,.acc .order_form .total_price_account.details{padding:20px 10px}.acc .settings .field_item input:not([type=submit]),.acc .settings .field_item>input:not([type=submit]),.acc .settings .select{width:calc(100% - 30px)}.acc .settings.buttons-block .remove_data_block{align-items:center;flex-direction:column}.acc .settings .remove_data_block .btn-delete{margin:15px 0 0}.acc .feedback_popups.popup_settings_edit_phone .phone_number_item.phone_number_number{width:78%}.acc .order_form .total_price_account{margin:0;width:100%}.acc .order_form .total_price_account .h1 .amount_total span>span{font-size:20px}.acc .order_form .total_price_account.with_balance .h1,.acc .order_form .total_price_account.with_taxes .h1{text-align:center}.acc .order_form .left_side .form_block .balance_check .form_group{flex:0 calc(100% + 20px);max-width:calc(100% + 20px);width:calc(100% + 20px)}.acc .order_form .left_side .form_block .balance_check{margin-top:20px!important}.acc .order_form .total_price_account .h1 .vat_amount_total{justify-content:center}.acc .account_page .table_filters .table_date_items+.button{margin-top:36px}.acc .table_pagination_mobile .button{align-items:center;background:0 0;background:#7185cb;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #7185cb;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;max-width:none;padding:0 10px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .right_part{align-items:flex-end;flex-direction:column}.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .red+i,.acc .order_form .left_side .form_block .form_group.additional_services .form_group label .strike+i{order:2;padding-left:0}}.IE_class .acc .green_button_account span:before{border-radius:4px}.IE_class .acc .green_button_account span:before,.IE_class .acc .user_menu+.order_form .right_side .green_button_account span:before{background:url(/assets/img/chat-icon-w.svg?864767fe881e1fb2b084cfca397aebf7) no-repeat 50% 50%!important}.IE_class .acc .order_form .left_side .form_block .form_group.academic-level label+div label:last-of-type,.IE_class .acc .order_form .left_side .form_block .levels_block input:checked+label .top,.IE_class .acc .order_form .left_side .form_block .levels_block label .top,.IE_class .acc .order_form .left_side .form_block .levels_block.green_block input:checked+label .top,.IE_class .acc .order_form .service_block ul.total_price_side li,.IE_class .acc .widget_special_offer .widget_total_price>span.time_expired+span{height:40px}.IE_class .acc .order_form .left_side .form_block .form_group.additional_services{height:43px}.IE_class .acc .finish_contact .finish_contact_content>a.tel:before{background:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%}.IE_class .acc .account_page .total_line{height:60px}
.datepicker{z-index:10000}.acc .cabinet .user_menu{margin:0;padding-top:8px;position:relative}.acc .cabinet{margin-bottom:0;padding-bottom:30px}.acc .cabinet .user_menu+.order_form{margin-top:30px}.acc .user_menu i.user-timezone{color:#4f5a80;font-size:13px;font-style:normal;left:0;position:absolute;right:0;text-align:left;top:-25px}.acc .cabinet .user_menu ul li{border:0!important}.acc .cabinet .user_menu ul li a{background:#f2f5ff;color:#4f5976;font-size:15px;height:36px;line-height:36px}.acc .cabinet .user_menu ul li.active,.acc .cabinet .user_menu ul li.active a,.acc .cabinet .user_menu ul li:hover,.acc .cabinet .user_menu ul li:hover a{background:#6576be;border-radius:2px;color:#fff}.acc .cabinet .user_menu ul li a span.notification{background:#7c8fce;color:#fff;font-size:14px;font-weight:400;height:24px;line-height:24px;right:-8px;width:24px;z-index:1}.acc .cabinet .user_menu ul li a span.notification.bell{background:#7c8fce url(/assets/img/bell-icon.svg?820a1a03374b200104e7b7b39cf70f7e) 50% 50% no-repeat}.acc .account_page.account_page_border{border:0}.acc .account_page .content_title{margin-bottom:10px;padding:0}.acc .account_page .content_title h2,.acc .account_page .content_title h3,.acc .account_page .content_title span{color:#4f5a80;font-size:16px;font-style:normal;font-weight:500;line-height:1.2em}.acc .account_page table{border:1px solid #ebecf5;border-radius:5px}.acc .account_page table.my_order{margin-bottom:30px}.acc .account_page table tr:first-child{background:none}.acc .account_page table.my_order tr th,.acc .account_page table.my_order_completed tr th{border-bottom:1px solid #ebecf5;color:#4f5a80;font-size:15px;font-weight:500;padding:8px 15px}.acc .account_page table tr th:before{display:none!important}.acc .account_page table tr td{border-bottom:0!important;border-left:0;border-right:0!important;border-top:1px solid #ebecf5}.acc .account_page table.my_order tr td,.acc .account_page table.my_order tr td p,.acc .account_page table.my_order_completed tr td,.acc .account_page table.my_order_completed tr td p{color:#4f5a80;font-size:15px;font-weight:400}.acc .account_page table.my_order tr td.topic a,.acc .account_page table.my_order_completed tr td.topic a{color:#6b80cf;display:flex;font-size:15px;text-decoration:underline;word-break:break-all}.acc .account_page table.my_order tr td.topic a:hover,.acc .account_page table.my_order_completed tr td.topic a:hover{text-decoration:none}.acc .account_page table tr td strong{color:#4aa33e!important;font-weight:500}.acc .blue_button,.acc .blue_button:hover{align-items:center;background:none;border:1px solid #cfd4e7;border-radius:2px;box-shadow:none;color:#4f5976;display:inline-flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:1em;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:140px}.acc .affilate_program table tr th{font-weight:500}.acc .blue_button:hover{background:#f2f5ff}.acc .account_page table.my_order tr td.order_payment{background:#f6f9ff}.acc .account_page table.my_order tr td.order_payment .button{align-items:center;background:#ffb30f;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:1em;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:100px}.acc .account_page table.my_order tr td.order_payment .button:hover{background:#ffa310}.acc .account_page table.my_order tr td div{border:0;line-height:20px;margin-left:10px;padding-left:0}.acc .account_page table.my_order tr td div span{color:#4f5a80;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.acc .account_page table.my_order_completed tr td:nth-child(6){text-align:left}.acc .rating_image{background:url(/assets/img/stars_6x6.svg?6d0a6c2aeb12b06a974e1cd0f0073fde) 0 0 no-repeat;height:16px;margin:0;width:100px}.acc .rating_image.rating0{background-position:0 100%}.acc .rating_image.rating1{background-position:0 -66px}.acc .rating_image.rating2{background-position:0 -51px}.acc .rating_image.rating3{background-position:0 -33px}.acc .rating_image.rating4{background-position:0 -16px}.acc .rating_image.rating5{background-position:0 0}.acc .user-menu+.order_form{margin-top:30px}.acc .cabinet .content{border:1px solid #ebecf5;border-radius:2px;padding-top:0}.acc .order_view_title .order_view_name{color:#4f5a80;font-size:15px;font-style:normal;padding:20px 20px 15px}.acc .order_view_title .order_view_name h2{color:#4f5a80;font-size:16px;font-style:normal;font-weight:500;margin-bottom:2px}.acc .order_view_payment{background:rgba(222,83,71,.1);border-top:1px solid #ebecf5;font-style:normal;padding:20px 20px 15px}.acc .order_view_payment span{color:#de5347!important;font-size:16px;font-weight:600}.acc .order_view_payment p{color:#4f5a80!important;font-size:15px}.acc .order_view_payment .button{align-items:center;background:none;background:#ffb30e;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff!important;display:inline-flex;font-size:15px!important;font-weight:500!important;height:44px;justify-content:center;line-height:1em;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc .order_view_payment .button:hover{background:#ffa30e}.acc .completed_orders_pagination li a,.acc .completed_orders_pagination li span{background:none;border:1px solid #cfd4e7;font-family:TT Norms,sans-serif;font-weight:500}.acc .completed_orders_pagination li.active>span{background:#7185cb;border:none;color:#fff}.acc .completed_orders_pagination li a.page-link{background:#7185cb;border:none;box-shadow:0 14px 14px -16px #7185cb;color:#fff;font-family:TT Norms,sans-serif;font-weight:500}.acc .completed_orders_pagination li a.page-num:hover{background:#cfd4e7}.acc .account_page.affilate_program,.acc .account_page.balance,.acc .account_page.feedbacks,.acc .account_page.my_discounts,.acc .account_page.settings,.acc .account_page.writer_info_view{border:1px solid #ebecf5;border-radius:2px;margin-top:30px;padding:30px 20px}.acc .account_page.balance .content_title.with_border,.acc .account_page.feedbacks .content_title.with_border,.acc .account_page.my_discounts .content_title.with_border,.acc .account_page.settings .content_title.with_border,.acc .account_page.writer_info_view .content_title.with_border{margin:0}.acc .discount_models{margin-top:50px}.acc .progress_info{background:#f6f9ff}.acc .progress_info>p{color:#4f5a80;font-size:13px;font-style:normal;font-weight:400}.acc .progress_info_item span{font-weight:500}.acc .discount_value .progress_info_item span b{color:#6576be;font-weight:500}.acc .progress_bar{background:#f6f9ff;border-radius:20px}.acc .progress_line{background:#6b80cf;box-shadow:none}.acc .progress_line:after{background:url(/assets/img/progress_end.svg?e88f6acec9b75cbeed532b4d5b6bb53e) 0 100% no-repeat;bottom:-36px;height:39px;right:-3px;width:7px}.acc .progress_value{align-items:center;background:url(/assets/img/progress_value_bg.svg?cbff541167b2a9229008f809d6850333) 0 0 no-repeat;bottom:-83px;color:#4f5a80!important;display:flex;font-size:13px!important;height:42px;justify-content:center;padding-top:6px;right:-44px;width:88px}.acc .progress_info_item span{color:#4f5a80;font-size:13px;font-weight:400}.acc .my_discounts .discount_progress_or>span{color:#4f5a80;font-style:normal;font-weight:600}.acc .discount_offer .button{align-items:center;background:#ffb30f;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff!important;display:inline-flex;font-size:15px!important;font-weight:500;height:40px;justify-content:center;line-height:1em;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:180px}.acc .discount_offer .button:hover{background:#ffa310}.acc .discount_text{margin:0;padding-top:15px}.acc .discount_text p{color:#4f5a80!important;font-size:14px!important;line-height:24px!important}.acc .discount_components{display:flex;margin:30px -10px 0}.acc .discount_components .widget_account{flex:0 calc(50% - 20px);margin:0 10px;max-width:none;width:calc(50% - 20px)}.acc .widget_account_life_time .widget_account_title h2,.acc .widget_account_one_time .widget_account_title h2{color:#3c445a;font-size:16px;font-weight:500;margin-bottom:10px;text-decoration:none}.acc .widget_account_life_time .widget_account_content,.acc .widget_account_one_time .widget_account_content{background:none;border:1px solid #ebecf5;border-radius:2px;padding:10px;width:100%}.acc .widget_account_life_time .life_time_item{align-items:center;display:flex;padding:12px 15px 12px 70px;transition:all .3s}.acc .widget_account_life_time .life_time_item.active{background:none;border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5)}.acc .widget_account_life_time .life_time_description span{color:#3c445a;font-size:14px;font-weight:500;margin-bottom:5px;text-transform:none}.acc .widget_account_life_time .life_time_description p{font-size:14px;font-style:normal;font-weight:400;line-height:21px}.acc .widget_account_life_time .life_time_item.active .life_time_description,.acc .widget_account_life_time .life_time_item.active .life_time_percent span strong,.acc .widget_account_life_time .life_time_percent span,.acc .widget_account_life_time .life_time_percent span strong{color:#4aa33e;font-size:16px;font-style:normal;font-weight:500;margin:0}.acc .widget_account_life_time .life_time_item:first-child:before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat,url(/assets/img/1_doc.svg?cce8e49e873c4af8952c2b713753e88d) 50% 50% no-repeat;background-size:100% 100%,auto auto;height:36px;margin-top:-18px;top:50%;width:36px}.acc .widget_account_life_time .life_time_item:nth-child(2):before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat,url(/assets/img/2_doc.svg?d186bd87ae5f6fbbf7137bb40bb29f9d) 50% 50% no-repeat;background-size:100% 100%,auto auto;height:36px;margin-top:-18px;top:50%;width:36px}.acc .widget_account_life_time .life_time_item:nth-child(3):before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat,url(/assets/img/3_doc.svg?770663cd5bddbd065df350764c25b58e) 50% 50% no-repeat;background-size:100% 100%,auto auto;height:36px;margin-top:-18px;top:50%;width:36px}.acc .widget_account_life_time .life_time_item.active:first-child:before,.acc .widget_account_life_time .life_time_item.active:last-child:before,.acc .widget_account_life_time .life_time_item.active:nth-child(2):before{background-position:50% 50%,50% 50%}.acc .widget_account_life_time .life_time_item.active:after{background:url(/assets/img/check.svg?49c21992a9e17078126b3c11bb9094fa) 0 0 no-repeat;height:8px;left:41px;margin-top:8px;top:50%;width:10px}.acc .discount_components .widget_account.widget_account_one_time{display:flex;flex-direction:column}.acc .widget_account_one_time .widget_account_content{align-items:center;display:flex;flex:0 100%;flex-direction:column;justify-content:center}.acc .widget_account_one_time .discount_title{border:0;color:#4f5a80;font-size:16px;font-style:normal;font-weight:500;padding:0;position:relative}.acc .widget_account_one_time .discount_title:before{color:#4f5a80;content:"Let’s give a big cheer for a new school year! Back-to-School sale is on!";display:block;font-size:15px;font-weight:400;line-height:22px;margin:0 auto 20px;max-width:310px}.acc .widget_account_one_time .discount_title>span{align-items:center;background:url(/assets/img/coupon-bg.svg?3a2df9b78883fa1ead913331bd77b6e3) 100% 0 no-repeat;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:24px;justify-content:center;margin-right:5px;position:relative;width:120px}.acc .widget_account_one_time .discount_code{align-items:center;color:#4f5a80;display:flex;font-size:15px;font-weight:400;margin:21px 0;text-transform:none}.acc .widget_account_one_time .discount_code>span{background:none;border:none;color:#4f5a80;font-size:15px;font-weight:400;height:auto;line-height:24px;margin:0 5px;text-transform:none;width:auto}.acc .widget_account_one_time a.button{align-items:center;background:0 0;background:#7185cb;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #7185cb;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;margin:0;max-width:none;padding:0 10px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:235px}.acc .widget_account_one_time a.button:hover{background:#6576be}.acc .settings .profile_row{margin:30px 0 0}.acc .settings .profile_row:first-child{margin-top:0}.acc .account_page.settings{padding:30px 40px 40px}.acc .account_page.settings .content_title.with_border{margin-bottom:30px}.acc .settings .field_item.field_user_id{align-items:flex-start;flex-direction:column}.acc .settings .field_item.field_user_id label{margin:0 0 10px}.acc .settings .field_user_id #copy_id{height:40px;width:40px}.acc .settings .field_item{margin-bottom:30px;padding:0}.acc .settings .field_item.field_error input{background:#fdf6f6!important;color:#de5347!important}.acc .settings .field_item:last-of-type,.acc .settings .profile_row:nth-child(4) .button{margin-bottom:0}.acc .settings .field_item label{color:#727a91;font-size:11px;font-weight:500;line-height:1.2em;margin-bottom:5px;text-align:left;text-transform:uppercase;width:100%}.acc .settings .field_item input:not([type=submit]){background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 15px;transition:all .3s;width:400px}.acc .settings .field_item input:not([type=submit]):active,.acc .settings .field_item input:not([type=submit]):focus{background:#e6eeff;border-color:#d0d4f5}.acc .settings .field_item input[readonly]:not([type=submit]){background:#e5eeff;border-color:#e5eeff;cursor:default;pointer-events:none}.acc .account_page.settings .field_error span.error{margin-left:0}.jq-selectbox__dropdown ul{padding:0}.acc .settings .jq-selectbox{border:0;color:inherit;height:auto;line-height:inherit;margin:0;padding:0;z-index:1!important}.acc .settings .jq-selectbox.opened{border:none;box-shadow:none;margin:0}.acc .settings .jq-selectbox .jq-selectbox__select-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f6f9ff;border:1px solid transparent;border-radius:3px;color:#4f5a80;cursor:pointer;display:block;font-size:15px;height:40px!important;line-height:24px!important;overflow:hidden;padding:7px 35px 7px 15px!important;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .settings .jq-selectbox .jq-selectbox__select-text.placeholder{color:#999}.acc .settings .jq-selectbox .jq-selectbox__trigger{border:none;cursor:pointer;height:100%;margin:0;position:absolute;right:0;top:0;transition:all .3s;width:35px}.acc .settings .jq-selectbox .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;height:7px;left:calc(50% - 3.5px);position:absolute;top:calc(50% - 3.5px);transform:rotate(45deg);transform-origin:62%;transition:all .3s;width:7px}.acc .settings .jq-selectbox.opened .jq-selectbox__trigger{border:none}.acc .settings .jq-selectbox.opened .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;transform:rotate(-135deg)}.acc .settings .jq-selectbox .jq-selectbox__dropdown{border:none!important;border-radius:2px;box-shadow:none;left:0;margin-top:5px;width:100%}.acc .settings .jq-selectbox .jq-selectbox__dropdown ul{background:#f6f9ff;border-radius:0 0 2px 2px;list-style-type:none;margin:0;padding:0 5px}.acc .feedback_popups.popup_settings .field_item .jq-selectbox .jq-selectbox__dropdown ul{padding:0}.acc .settings .jq-selectbox .jq-selectbox__dropdown li{border-radius:3px;cursor:pointer;display:block;font-size:16px;line-height:24px;min-height:36px;overflow:hidden;padding:5px 10px;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .settings .jq-selectbox .jq-selectbox__dropdown li.selected,.acc .settings .jq-selectbox .jq-selectbox__dropdown li:hover{background:#e6eeff;color:#6b80cf}.acc .settings .jq-selectbox .jq-selectbox__dropdown li.selected{font-weight:500}.acc .feedback_popups.popup_settings_edit_phone .button,.acc .settings .button{align-items:center;background:0 0;border:1px solid #cfd4e7;border-radius:2px;box-shadow:none;color:#4f5976;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;line-height:1em;margin:0;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:200px}.acc .feedback_popups.popup_settings_edit_phone .button:hover,.acc .settings .button:hover{background:#f2f5ff}.acc .settings .help{background:url(/assets/img/ask.svg?69d41171e05c2662f342e47b48f3f364) 0 0 no-repeat;height:20px;margin-top:11px;width:20px}.acc .settings .remove_data_block .btn-download{background:#6576be;border:none;box-shadow:0 14px 14px -16px #7185cb;color:#fff;font-family:TT Norms,sans-serif!important;font-size:15px;font-weight:500;line-height:1em;margin:0}.acc .settings .remove_data_block i.help{margin-top:13px}.acc .settings .remove_data_block .btn-delete{font-family:TT Norms,sans-serif!important;font-size:15px;font-weight:500;margin-bottom:0}.acc .settings .remove_data_block .btn-download:disabled{border:none;color:#fff;cursor:default;opacity:.6;pointer-events:none}.acc .modal.in>div{border-radius:5px;margin-top:50px;padding:30px 20px}.acc .modal a.dismiss_modal{background:url(/assets/img/close_icon.svg?6bf687ec2cdde147e075b8b1f2a9d39c) 0 0 no-repeat;height:12px;right:-24px;top:-24px;width:12px}.acc .feedback_popups.popup_settings .popup_title h2{color:#3c445a;font-size:22px;font-style:normal;font-weight:500;margin-bottom:15px;padding:0}.acc .feedback_popups.popup_settings>p{border-bottom:1px solid #ebecf5;margin-bottom:20px;padding:0 0 10px}.acc .feedback_popups.popup_settings>p,.acc .feedback_popups.popup_settings>p span{color:#4f5a80;font-size:15px;font-style:normal;line-height:22px}.acc .feedback_popups.popup_settings>p:after{display:none}.acc .feedback_popups.popup_settings_edit_phone .field_item>label{color:#727a91;font-size:11px;font-weight:500;line-height:1.2em;margin:0 0 5px;text-align:left;text-transform:uppercase;width:100%}.acc .feedback_popups.popup_settings .select_field{background:none;border:0!important;box-shadow:none!important;height:auto;line-height:inherit;margin:0!important;width:100%}.acc .feedback_popups.popup_settings .select_field.opened .jq-selectbox__trigger{border:0}.acc .feedback_popups.popup_settings .select_field.opened .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;transform:rotate(-135deg)}.acc .jq-selectbox__not-found,.acc .jq-selectbox__search{border-bottom:1px solid #ebecf5;height:40px;padding:0;position:relative}.acc .jq-selectbox__search:before{background:url(/assets/img/search_icon.svg?cfdf172a6f5c84ee11b8fe74bf3da102) 0 0 no-repeat;content:"";height:16px;margin-top:-8px;position:absolute;right:12px;top:50%;width:16px}.acc .jq-selectbox__search input{padding-right:40px}.acc .feedback_popups.popup_settings_edit_phone .field_item>.jq-selectbox .jq-selectbox__search>input,.acc .feedback_popups.popup_settings_edit_phone .phone_number_item.phone_number_number>input{float:none;max-width:100%}.acc .settings .field_item input[readonly]:not([type=submit]){height:40px}.acc .feedback_popups.popup_settings_edit_phone .phone_number_item.phone_number_number{width:85%}.acc .feedback_popups.popup_settings .field_submit{text-align:center}.acc .feedback_popups.popup_settings .field_submit .button{margin:0}.acc .settings.buttons-block .remove_data_block{display:flex}.acc .account_page .content_subtitle{padding:20px 0 0}.acc .account_page .content_subtitle>h2{color:#6b80cf;font-size:16px;font-weight:500;margin-bottom:10px}.acc .account_page .content_subtitle p{color:#4f5a80;font-size:15px;line-height:24px}.acc .account_page .total_line{align-items:center;background:#f6f9ff;display:flex;justify-content:space-between;margin:15px -20px 0;min-height:60px;padding:0 20px}.acc .account_page .total_line span{align-items:center;color:#3c445a;display:flex;font-size:16px;font-weight:500;line-height:1.2em;text-transform:none}.acc .account_page .total_line span span,.acc .account_page .total_line span strong{color:#6576be;font-weight:500;line-height:1.2em;margin:0 5px}.acc .account_page .total_line .button{align-items:center;background:#ffb30f;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:1em;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:180px}.acc .account_page .total_line .button:hover{background:#ffa310}.acc .account_page .table_filters{margin:0 -20px;padding:28px 20px}.acc .account_page .table_filters .button{align-items:center;background:none;background:transparent;border:1px solid #cfd4e7;border-radius:2px;box-shadow:none;color:#4f5976;display:flex;font-size:15px;font-weight:500;height:36px;justify-content:center;text-transform:none;transition:all .3s}.acc .account_page .table_filters .button:hover{background:#f2f5ff}.acc .account_page .table_filters label{color:#3c445a;font-size:15px;line-height:36px}.acc .account_page input:not([type=submit]){background:#f6f9ff url(/assets/img/calendar_icon.svg?ba559fb17cb06732456258865beabb9f) 95% 50% no-repeat;border:0;border-radius:2px;color:#3c445a;font-size:15px;height:36px}.acc .cabinet input[readonly]:not([type=submit]){background-color:#f6f9ff}.acc .account_page input:not([type=submit])#transaction_id{background-image:none}.acc .cabinet input[readonly]:not([type=submit]){border:0}.acc .account_page .table_filters~table{border-left:0;border-right:0;margin:0 -20px;width:calc(100% + 40px)}.acc .balance table tr td,.acc .balance table tr th{color:#4f5a80!important;font-size:15px!important;font-weight:400}.acc .balance table tr th{color:#3c445a;font-weight:500}.acc .balance table tbody tr td:nth-child(4){color:#4aa33e!important;font-weight:500}.acc .balance table tbody tr td:nth-child(5) a{color:#6576be!important}.acc .table_navigation{border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;margin:0 -21px -31px;padding:21px}.acc .table_navigation .table_display{align-items:center;display:flex}.acc .table_navigation .table_display p{float:none;font-style:normal}.acc .table_navigation .table_display p,.acc .table_navigation label{color:#4f5a80;font-size:15px;line-height:1em}.acc .table_navigation .table_items_show>div{align-items:center;display:flex}.acc .table_navigation .select_field{background:#f6f9ff;border:0;height:40px;z-index:1!important}.acc .table_navigation .select_field.opened{border:0!important;box-shadow:none;margin:0}.acc .table_navigation .select_field .jq-selectbox__select-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f6f9ff;border:1px solid transparent;border-radius:3px;color:#4f5a80;cursor:pointer;display:block;font-size:15px;height:40px;line-height:24px;overflow:hidden;padding:7px 35px 7px 15px;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .table_navigation .jq-selectbox__trigger{border:none;cursor:pointer;height:100%;margin:0;position:absolute;right:0;top:0;transition:all .3s;width:35px}.acc .table_navigation .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;height:7px;left:calc(50% - 3.5px);position:absolute;top:calc(50% - 3.5px);transform:rotate(45deg);transform-origin:62%;transition:all .3s;width:7px}.acc .table_navigation .select_field.opened .jq-selectbox__trigger{border-left:0}.acc .table_navigation .select_field.opened .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;transform:rotate(-135deg)}.acc .table_navigation .jq-selectbox__dropdown{background:#f6f9ff;border:1px solid #ebecf5;border-radius:0 0 2px 2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);position:absolute;width:100%}.acc .table_navigation .jq-selectbox__dropdown ul{background:#f6f9ff;border-radius:0 0 2px 2px;list-style-type:none;margin:5px 0 0;padding:0 5px}.acc .table_navigation .jq-selectbox__dropdown li{border-radius:3px;cursor:pointer;display:block;font-size:16px;line-height:24px;min-height:36px;overflow:hidden;padding:5px 10px;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .table_navigation .jq-selectbox__dropdown li.selected,.acc .table_navigation .jq-selectbox__dropdown li:hover{background:#e6eeff;color:#6b80cf;font-weight:500}.acc .table_navigation .table_display .table_items_show~div{margin-left:auto}.acc .account_page .table_pagination>a{align-items:center;background:0 0;background:#7185cb;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #7185cb;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;max-width:none;padding:0 10px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc .account_page .table_pagination>a:hover{background:#6576be}.acc .account_page .content_title.with_border{padding-top:15px}.acc .account_page .content_title.with_border:first-child{padding-top:0}.acc .account_page table.my_feedback{border-left:0;border-right:0;margin:0 -20px;width:calc(100% + 40px)}.acc .account_page table.my_feedback tr td,.acc .account_page table.my_feedback tr th{color:#4f5a80!important;font-size:15px!important;font-weight:400}.acc .account_page table.my_feedback tr th{color:#3c445a;font-weight:500}.acc .account_page table.my_feedback .feedback_details a,.acc .my_feedback tbody tr>td.feedback_ranking a{color:#6576be;text-decoration:underline}.acc .account_page table.my_feedback tr>th.feedback_ranking{white-space:nowrap}.acc .account_page table.my_feedback tr td *{font-style:normal!important}.acc .feedback_writer_info .photo{display:none}.acc .feedback_writer_info .feedback_writer_description{float:none;padding:0}.acc .feedback_writer_info{align-items:center;display:flex;justify-content:space-between;padding:28px 0}.acc .feedback_writer_info .button{align-items:center;background:#ffb30f;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff!important;display:inline-flex;font-size:15px!important;font-weight:500;height:40px;justify-content:center;line-height:1em!important;margin:0;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}.acc .feedback_writer_info .button:hover{background:#ffa310}.acc .feedback_writer_info .feedback_writer_description .writers_number p,.acc .feedback_writer_info .feedback_writer_description p{align-items:center;color:#3c445a;display:flex;font-size:14px;font-weight:500;line-height:1em;margin-bottom:10px;position:relative;text-transform:none;width:300px}.acc .feedback_writer_info .feedback_writer_description .writers_number p span,.acc .feedback_writer_info .feedback_writer_description p span{color:#3c445a;font-size:14px;font-weight:400;left:150px;line-height:1em;margin-left:0;padding-left:0;position:absolute;top:0}.acc .feedback_writer_info .feedback_writer_description .writers_rank,.acc .feedback_writer_info .feedback_writer_description .writers_rank p{align-items:center;display:flex;margin-top:0}.acc .feedback_writer_info .feedback_writer_description .writers_rank p span{color:#3c445a;font-size:14px;font-weight:400;line-height:1em;margin-left:0}.acc .feedback_writer_info .feedback_writer_description .writers_rank .rating_image{left:180px;margin-top:0}.acc .writer_feedbacks{margin:0 -20px -30px}.acc .feedback_popups .your_feedbacks_change{padding-bottom:0}.acc .feedback_line{background:#f6f9ff;border-bottom:1px solid #ebecf5;border-top:1px solid #ebecf5;margin-bottom:20px;padding:12px 20px}.acc .feedback_line p{color:#3c445a;font-size:16px;font-style:normal;font-weight:500;padding:0}.acc .writer_feedbacks:before{border-right-color:#e8e8e8;top:50px}.acc .modal.in{background:rgba(79,89,118,.75)}.acc .feedback_data{margin-bottom:0;padding:0 20px}.acc .feedback_data h2,.acc .feedback_popups h2,.acc .popup_thanks .popup_title h2{align-items:center;color:#3c445a!important;display:flex;font-family:TT Norms,sans-serif!important;font-size:22px!important;font-style:normal;font-weight:500;justify-content:center;margin-bottom:20px;position:relative}.acc .popup_thanks .popup_title h2{margin-bottom:0}.acc .feedback_popups h2,.acc .popup_thanks .popup_title{background:none;padding:0}.acc .popup_thanks .popup_title{margin-bottom:0;padding-bottom:111px}.acc .popup_thanks .popup_title:before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat,url(/assets/img/check_cabinet_icon.svg?1d18bf7861a0a54ea70139da650c8cd6) 50% 50% no-repeat;bottom:30px;content:"";height:50px;left:50%;margin-left:-25px;position:absolute;width:50px}.acc .popup_thanks .feedback_status span{color:#6576be;display:block;font-family:TT Norms,sans-serif!important;font-size:18px;font-style:normal;font-weight:500}.acc .popup_thanks .feedback_status{padding:0}.acc .popup_thanks .feedback_status p{color:#4f5a80;font-size:15px;font-weight:400;line-height:22px;margin-bottom:20px;margin-top:10px}.acc .popup_thanks .feedback_status img{display:none}.acc .feedback_data h2 span,.acc .feedback_popups h2 span{color:#4f5a80!important;display:inline-flex;font-family:TT Norms,sans-serif!important;font-size:12px!important;font-weight:400;position:absolute;right:0;top:auto}.acc .feedback_popups h2 span i{font-family:TT Norms,sans-serif!important;font-style:normal;margin-left:5px}.acc .feedback_popups .you_ranked{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0}.acc .feedback_popups .you_ranked.exist_feedback{flex-wrap:nowrap;justify-content:space-between}.acc .feedback_popups .you_ranked .ratings{display:flex}.acc .rate{margin:4px 0 0 5px}.acc .ratings{margin-top:0}.acc .feedback_popups .your_feedbacks_content{padding:0}.acc .feedback_data .ratings>p,.acc .feedback_popups .you_ranked p{color:#4f5a80!important;display:flex;font-family:TT Norms,sans-serif!important;font-size:15px!important;font-style:normal!important;font-weight:400;justify-content:center;line-height:22px;margin:0 0 15px;text-align:center}.acc .feedback_popups .you_ranked .time{margin-top:0}.acc .ratings.center_pos{margin:0 0 35px}.acc .rate label{height:14px;margin-right:5px;width:16px}.acc .rate input:checked~label,.acc .rate label,.acc .rate label:hover,.acc .rate label:hover~label{background:url(/assets/img/star.svg?fd1dda2f9167bfcc5571ff01ca492399) 0 0 no-repeat;height:14px;width:16px}.acc .rate label:after{background:url(/assets/img/star-active.svg?5721c8656b93cfc9f4802f0450c51f0c) 0 0 no-repeat;height:14px;width:16px}.acc .your_feedbacks_change .field_error textarea{background:#fdf6f6!important;border:0!important;color:#de5347!important}.acc .field_error span.error{display:flex}.acc .your_feedbacks_change textarea{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:5px;color:#4f5a80;display:block;font-family:TT Norms,sans-serif!important;font-size:15px;font-weight:400;height:100px;max-height:200px;min-height:84px;padding:10px 15px;transition:all .3s;width:100%}.acc .feedback_data .button.button_cancel,.acc .feedback_popups .button.button_cancel{align-items:center;background:none;background:transparent;border:1px solid #cfd4e7;border-radius:2px;box-shadow:none;color:#4f5976;display:inline-flex;font-family:TT Norms,sans-serif!important;font-size:15px;font-weight:500;height:40px;justify-content:center;margin:0 10px;text-transform:none;width:180px}.acc .your_feedbacks .see_all{float:right;margin:20px}.acc .feedback_data .button.button_cancel:hover,.acc .feedback_popups .button.button_cancel:hover{background:#f2f5ff}.acc .feedback_data .button.button_save,.acc .feedback_popups .button.button_save,.acc .popup_thanks .button_ok{align-items:center;background:#ffb30f;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff;display:inline-flex;font-family:TT Norms,sans-serif!important;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:1em;margin:0;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:180px}.acc .feedback_data .button.button_save:hover,.acc .feedback_popups .button.button_save:hover,.acc .popup_thanks .button_ok:hover{background:#ffa310}.acc .feedback_popups.violation_form .popup_title{font-family:TT Norms,sans-serif!important;padding:0}.acc .feedback_popups.violation_form p{color:#4f5a80;font-size:15px;font-style:normal;line-height:22px}.acc .feedback_popups.violation_form .violation_content strong,.acc .feedback_popups.violation_form p{font-family:TT Norms,sans-serif!important}.acc .see_all{color:#6576be;font-size:15px;line-height:1em;text-decoration:underline}.acc .see_all:hover{text-decoration:none}.acc .other_feedbacks .other_feedback_item{border:1px solid #ebecf5;border-radius:5px;margin:20px;padding:0}.acc .other_feedbacks .other_feedback_item:nth-child(2){margin-top:0}.acc .other_feedbacks .other_feedback_item .other_feedback_title{border-bottom:1px solid #ebecf5;margin-bottom:0;padding:17px 20px}.acc .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic{align-items:flex-end;display:flex;flex-wrap:wrap}.acc .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic p{color:#3c445a;display:flex;flex-wrap:wrap;font-size:15px;font-weight:500;word-break:break-word}.acc .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic .time{margin-left:auto;margin-right:-116px;margin-top:-30px;position:relative;top:-5px}.acc .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic .time p{color:#4f5a80;font-size:14px;font-style:normal;font-weight:400;line-height:1em}.acc .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic p .assignment_type{background:#fff;color:#4f5a80;font-size:15px;font-weight:400;order:3;width:100%;z-index:2}.acc .other_feedbacks .other_feedback_item .other_feedback_text{background:none;border:0;padding:20px}.acc .other_feedbacks .other_feedback_item .other_feedback_text p{color:#4f5976;font-size:15px;font-style:normal;font-weight:400;line-height:22px}.acc .other_feedbacks .other_feedback_item .other_feedback_text:before{display:none}.acc .account_page.affilate_program .total_line{border-bottom:1px solid #e8e8e8;margin:-30px -20px -10px}.acc .account_page.affilate_program .content_title.with_border{margin:30px 0 15px}.acc .account_page.affilate_program .content_title.with_border:first-child{margin-top:0}.acc .account_page.affilate_program .content_title.with_border h2{text-transform:lowercase}.acc .account_page.affilate_program .content_title.with_border h2:first-letter{text-transform:uppercase}.acc .account_page.affilate_program .content_subtitle{padding-top:15px}.acc .account_page .comission_table{border:0;border-bottom:1px solid #ebecf5;margin:40px auto 50px;max-width:740px}.acc .account_page .comission_table thead{background:none}.acc .account_page .comission_table thead,.acc .account_page .comission_table thead tr{background:none;border:0}.acc .account_page .comission_table thead tr th{background:#fff;color:#3c445a;font-size:18px;font-style:normal;font-weight:500;line-height:28px;padding:0 150px 20px}.acc .account_page .comission_table tbody tr:nth-child(2) td:first-child,.acc .account_page .comission_table tbody tr:nth-child(5) td:first-child{background:#fff;border-right:1px solid #ebecf5!important;color:#3c445a;font-size:26px;font-weight:500;line-height:1.1em}.acc .account_page table.comission_table tr td{color:#2c2c2c;font-size:15px;font-weight:400}.acc .account_page .comission_table tbody tr td{background:#fff;border-bottom:1px solid #ebecf5;border-right:1px solid #ebecf5}.acc .account_page .comission_table tbody tr,.acc .account_page .comission_table tbody tr:first-child{background-color:#fff;border-left:1px solid #ebecf5;border-right:1px solid #ebecf5;border-top:1px solid #ebecf5}.acc .account_page .comission_table tbody tr td:not(:first-child){width:37%!important}.acc .account_page .comission_table tbody tr td:first-child{width:200px}.acc .account_page .comission_table tbody tr:first-child td{color:#3c445a;font-size:15px;font-weight:500;height:50px;line-height:24px}.acc .account_page .comission_table tbody tr:first-child td:nth-child(3){border-left:0}.acc .account_page .comission_table tbody tr:not(:first-child) td:not(:first-child){font-size:15px;font-weight:400;height:36px}.acc .account_page .comission_table tbody tr:nth-child(2) td:first-child span,.acc .account_page .comission_table tbody tr:nth-child(5) td:first-child span{color:#3c445a;font-size:26px;font-style:normal;font-weight:500;line-height:1.1em}.acc .account_page table.comission_table tr:first-child td:nth-child(2),.acc .account_page table.comission_table tr:nth-child(3) td:first-child,.acc .account_page table.comission_table tr:nth-child(5) td:nth-child(2),.acc .account_page table.comission_table tr:nth-child(7) td:first-child{border-right:0}.acc .referral{margin:50px 0 0;padding-top:20px;width:100%}.acc .referral .referral_info .referral_info_item{margin-bottom:15px}.acc .referral .referral_info .referral_info_item span{color:#3c445a;font-size:15px;font-weight:400;line-height:40px;text-align:left;width:140px}.acc .referral .referral_info .referral_info_item p{background:none;border:0;color:#6576be;font-size:15px;font-style:normal;font-weight:500;line-height:40px;margin-left:0;text-align:left}.acc .account_page .referral_info_item #copy_text{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 15px;transition:all .3s;width:280px}.acc .referral .referral_info .referral_info_item .button{align-items:center;background:0 0;border:1px solid #cfd4e7;border-radius:2px;color:#4f5976;display:inline-flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:1em;margin:0;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:110px}.acc .referral .referral_info .referral_info_item .button:hover{background:#f2f5ff}.acc .referral .referral_info .referral_info_item .socials{align-items:center;display:flex;height:40px}.acc .referral .referral_info .referral_info_item .social_link{background:#7c8fce;border:0;border-radius:100px;height:30px;margin-right:10px;width:30px}.acc .referral .referral_info .referral_info_item .social_link.fb{background:#7c8fce url(/assets/img/facebook_icon.svg?93a03234ce40d7fbfb23028c650525ee) 50% 50% no-repeat}.acc .referral .referral_info .referral_info_item .social_link.twitter{background:#7c8fce url(/assets/img/twitter_icon.svg?1e60206b592b79b24ec5d3c1516b4050) 50% 50% no-repeat}.acc .referral .referral_info .referral_info_item .social_link.pinterest{display:none}.acc .referral .referral_code{background:none;border:1px solid #ebecf5;border-radius:2px;box-shadow:none;margin:0;padding:20px;width:340px}.acc .referral .referral_code h3{border:0;color:#3c445a;display:block;font-size:16px;font-weight:500;line-height:1em;margin:0 0 20px;padding:0;text-transform:none}.acc .referral .referral_code p{align-items:center;background:#f5f8ff;border-radius:2px;box-shadow:none;color:#4f5a80;display:flex;font-size:15px;font-weight:400;height:36px;line-height:1em;padding:0 15px;width:100%}.acc .account_page.affilate_program .referral+.total_line{border-top:1px solid #e8e8e8;margin:0 -20px}.acc .affilate_program .table_filters .table_filters_level{align-items:center;display:flex;height:36px;margin-left:30px}.acc .affilate_program .table_filters .table_filters_level .form_group{margin:0}.acc .affilate_program .table_filters .table_filters_level .table_level_item label{color:#4f5a80;font-size:15px;line-height:20px;position:relative;top:2px}.acc .affilate_program .form_group input[type=checkbox]:checked+label:before,.acc .affilate_program input[type=checkbox]+label:hover:before{border:0!important}.acc .affilate_program input[type=checkbox]:checked+label:before{box-shadow:none}.acc .affilate_program .form_group input[type=checkbox]+label:before{top:0}.acc .affilate_program .form_group input[type=checkbox]+label:after{height:8px;left:5px;top:6px;width:10px}.acc .affilate_program input[type=checkbox]:checked+label:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat}.acc .account_page.affilate_program .table_filters .table_search input:not([type=submit]){background-image:none}.acc .account_page.affilate_program ul.steps{padding:0 0 15px}.acc .account_page .affilate_steps{padding:0}.acc .account_page .affilate_steps .form_group label{color:#3c445a;font-size:15px;font-weight:400;line-height:40px;margin-right:10px!important;width:100px}.acc .account_page .affilate_steps .form_group .jq-selectbox,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox{border:0;color:inherit;height:auto;line-height:inherit;margin:0;padding:0;z-index:1!important}.acc .account_page .affilate_steps .form_group .jq-selectbox.opened,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox.opened,.acc .account_page .affilate_steps .jq-selectbox.opened,.acc .account_page .affilate_steps .second_step_form .field_birth_selects .col .jq-selectbox.opened{border:none;box-shadow:none;margin:0;z-index:2!important}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__select-text,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__select-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f6f9ff;border:1px solid transparent;border-radius:3px;color:#4f5a80;cursor:pointer;display:block;font-size:15px;height:40px!important;line-height:24px!important;overflow:hidden;padding:7px 35px 7px 15px!important;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__select-text.placeholder,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__select-text.placeholder{color:#999}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__trigger,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__trigger{border:none;cursor:pointer;height:100%;margin:0;position:absolute;right:0;top:0;transition:all .3s;width:35px}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__trigger-arrow,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;height:7px;left:calc(50% - 3.5px);position:absolute;top:calc(50% - 3.5px);transform:rotate(45deg);transform-origin:62%;transition:all .3s;width:7px}.acc .account_page .affilate_steps .form_group .jq-selectbox.opened .jq-selectbox__trigger,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox.opened .jq-selectbox__trigger{border:none}.acc .account_page .affilate_steps .form_group .jq-selectbox.opened .jq-selectbox__trigger-arrow,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox.opened .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;transform:rotate(-135deg)}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__dropdown,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__dropdown{border:none!important;border-radius:2px;box-shadow:none;left:0;margin-top:5px;width:100%}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__dropdown ul,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__dropdown ul{background:#f6f9ff;border-radius:0 0 2px 2px;list-style-type:none;margin:0;padding:0 5px}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__dropdown li,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__dropdown li{border-radius:3px;cursor:pointer;display:block;font-size:16px;line-height:24px;min-height:36px;overflow:hidden;padding:5px 10px;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__dropdown li.selected,.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__dropdown li:hover,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__dropdown li.selected,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__dropdown li:hover{background:#e6eeff;color:#6b80cf}.acc .account_page .affilate_steps .form_group .jq-selectbox .jq-selectbox__dropdown li.selected,.acc .account_page .affilate_steps .form_group.affilate_country .jq-selectbox .jq-selectbox__dropdown li.selected{font-weight:500}.acc .account_page .affilate_steps .form_group .phone_number_block.phone_number,.acc .account_page .affilate_steps .form_group.phone_number label+div{margin:0;width:100%}.acc .account_page .affilate_steps .form_group.phone_number label+div{align-items:center;display:inline-flex;width:auto}.acc .account_page .affilate_steps .form_group .phone_number_block{align-items:center;background:#e6eeff;color:#4f5a80;display:flex;font-size:15px;height:40px;margin:0;padding:0 0 0 15px}.acc .account_page .affilate_steps .form_group .phone_number_block .country_flag{top:13px;transform:scale(1.5)}.acc .account_page .affilate_steps .form_group .phone_number_block.phonecode input{background:#e6eeff;border:0;padding:0 0 0 15px}.acc .account_page .affilate_steps .form_group .phone_number_block.phonecode{margin:0;width:90px}.acc .account_page .affilate_steps .form_group input{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 15px;transition:all .3s;width:100%}.acc .account_page .affilate_steps .form_group .phone_number_block.phone_number .error{bottom:-20px;left:auto;position:absolute}.acc .account_page .affilate_steps .phone_number_block.error span.error,.acc .form_group.error span.error{margin:0}.acc .account_page .affilate_steps .medium.blue_button{height:40px;margin-left:15px}.acc .account_page .affilate_steps .second_step_form .field_birth_selects .col{width:120px}.acc .account_page .affilate_steps .thank_you span{color:#3c445a;text-transform:none}.acc .order_form .finish_contact{background:#f6f9ff url(/assets/img/finish_bg.png?adde45b3966dd13e6447191fbfbb76d6) 12px 100% no-repeat;border-radius:4px;display:flex;flex-direction:column;height:120px;justify-content:center;max-width:620px;padding:0;position:relative}.acc .order_form .finish_contact .finish_contact_title{border:0;margin:0;padding-left:160px;text-align:left;width:100%}.acc .order_form .finish_contact .finish_contact_title span{color:#3c445a;display:block;font-size:20px;font-style:normal;font-weight:500;line-height:1em;margin-bottom:5px;text-indent:0}.acc .order_form .finish_contact .finish_contact_title i{color:#3c445a;display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:1em;margin-bottom:10px}.acc .order_form .finish_contact .finish_contact_title i:before{background:url(/assets/img/big-arrow-right.svg?3cc2ebc4bddf741d97e0dd912d8eb5eb) 0 0 no-repeat;background-size:100% auto;content:"";height:52px;position:absolute;right:230px;top:50%;transform:translateY(-50%);width:60px}.acc .finish_contact .finish_contact_content{padding-left:160px}.acc .finish_contact .finish_contact_content>a.tel{background:none;color:#3c445a;display:inline-flex;display:none;font-size:14px;line-height:1em;margin:0;padding-left:15px;position:relative}.acc .finish_contact .finish_contact_content>a.tel:before{background-color:#6b80cf;content:"";height:14px;left:0;margin-top:-7px;-webkit-mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;position:absolute;top:50%;transition:all .3s;width:10px}.acc .order_form .finish_contact .green_button_account{align-items:center;background:#4aa33e;border-radius:2px;box-shadow:none;display:flex;float:none;height:40px;justify-content:center;margin-top:-20px;position:absolute;right:30px;top:50%;width:180px}.acc .green_button_account:after,.acc .green_button_account:before{display:none}.acc .order_form .finish_contact .green_button_account:hover{opacity:.7}.acc .green_button_account span{align-items:center;color:#4f5976!important;display:inline-flex;font-size:15px!important;font-weight:500;justify-content:center;text-transform:none}.acc .order_form .finish_contact .green_button_account>span>span{display:none}.acc .green_button_account span:before{background-color:#4f5976;content:"";display:block;height:14px;margin-right:5px;-webkit-mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;transition:all .3s;width:14px}.acc .account_page.affilate_program .content_subtitle ul{list-style-type:none;margin:-15px 0 40px;padding:0}.acc .account_page.affilate_program .content_subtitle ul li{color:#4f5a80;font-size:15px;line-height:1.2em;margin-top:10px;padding-left:21px;position:relative}.acc .account_page.affilate_program .content_subtitle ul li:first-child{margin-top:0}.acc .account_page.affilate_program .content_subtitle ul li:before{background:#ffb30c;border-radius:20px;content:"";height:5px;left:0;margin-top:-2.5px;position:absolute;top:50%;width:5px}.acc .account_page.affilate_program .work_scheme{display:flex;justify-content:center;margin:0 0 40px;position:relative}.acc .account_page.affilate_program .work_scheme:before{border-bottom:1px solid #eeeef5;content:"";left:120px;position:absolute;right:150px;top:28px}.acc .account_page.affilate_program .work_scheme .work_scheme_item{flex:0 auto;margin:0 40px;max-width:none;width:auto}.acc .account_page.affilate_program .work_scheme .work_scheme_item .work_scheme_icon{height:53px;margin:0 auto 15px;width:53px}.acc .account_page.affilate_program .work_scheme .work_scheme_item .work_scheme_icon:before{content:"";display:block;height:53px!important;margin:0!important;position:static;width:50px!important}.acc .account_page.affilate_program .work_scheme .work_scheme_item .work_scheme_icon span{background:none!important}.acc .account_page.affilate_program .work_scheme .work_scheme_item:first-child .work_scheme_icon:before{background:#fff url(/assets/img/affiliate_1_img.svg?4418b68637999e3ec485ab79894709ab) 0 0 no-repeat}.acc .account_page.affilate_program .work_scheme .work_scheme_item:nth-child(2) .work_scheme_icon:before{background:#fff url(/assets/img/affiliate_2_img.svg?e6a7ad9907634aa0424bb9cedeae05d4) 0 0 no-repeat}.acc .account_page.affilate_program .work_scheme .work_scheme_item:nth-child(3) .work_scheme_icon:before{background:#fff url(/assets/img/affiliate_3_img.svg?42875f64973311fe1e6129fb0d7f6356) 0 0 no-repeat}.acc .account_page.affilate_program .work_scheme .work_scheme_item .work_scheme_icon img{display:none}.acc .account_page.affilate_program .work_scheme .work_scheme_item p{color:#4f5a80;display:block;font-size:15px;font-style:normal;line-height:1.2em}.acc .order_form .right_side .widget_account.chat{border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5)}.acc .chat .widget_account_title{align-items:center;background:none;border-bottom:1px solid #ebecf5;display:flex;height:60px;justify-content:center}.acc .chat .widget_account_title h2 span{background:none;color:#4f5a80;font-size:20px;font-weight:500;padding:0}.acc .chat .widget_account_title h2 .help{background:#dbedd8;border-radius:50px;color:#4aa33e;cursor:pointer;display:inline-block;font-size:12px;font-style:normal;height:20px;line-height:20px;margin-left:5px;text-align:center;width:20px}.acc .chat .widget_account_title h2 .help:before{content:"?";display:inline-block}.acc .chat_form{background:none;border-top:1px solid #ebecf5;padding:15px 20px 20px}.acc .chat_form textarea{background:#f6f9ff;border:none;border-radius:2px;color:#4f5a80;font-size:14px;line-height:18px;margin:0 0 15px;min-height:84px;padding:12px 15px;width:100%}.acc .chat_form textarea::-webkit-input-placeholder{color:#9199b3}.acc .chat_form textarea::-moz-placeholder{color:#9199b3}.acc .chat_form textarea:-ms-input-placeholder{color:#9199b3}.acc .chat_form textarea:-moz-placeholder{color:#9199b3}.acc .chat_form textarea::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.acc .chat_form textarea::-webkit-scrollbar{background:#6b80cf;width:4px}.acc .chat_form textarea::-webkit-scrollbar-thumb{background:#6b80cf}.acc .chat_form .button{align-items:center;background:0 0;background:#7185cb;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #7185cb;color:#fff!important;display:inline-flex;font-size:14px!important;font-weight:500;height:40px;justify-content:center;line-height:1em!important;max-width:none;padding:0 10px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:100%}.acc .chat_form .button:hover{background:#6576be}.acc .chat_item{border-bottom:1px solid #ebecf5;display:flex;flex-direction:column;margin-bottom:15px;padding-bottom:15px}.acc .chat_item:last-child{border-bottom:0;margin-bottom:0}.acc .chat_messages{border:0}.acc .chat_messages .nano-content{padding:15px 20px}.acc .chat_messages .nano-pane{border:0}.acc .chat_item .chat_info{align-items:center;display:flex;min-height:30px;padding:0;padding-left:40px!important;position:relative;width:100%}.acc .chat_item .chat_info:before{border-radius:100px;content:"";height:30px;left:0;position:absolute;top:0;width:30px}.acc .chat_item .chat_info .chat-icon.user{display:none!important}.acc .chat_item.chat_writer .chat_info:before{background:#7c8fce url(/assets/img/writer_icon.svg?230555ae7a73ea23c884d2c759b80dde) 50% 50% no-repeat}.acc .chat_item.chat_support .chat_info:before{background:#7c8fce url(/assets/img/support_icon.svg?0c2d0c46cc458c306eb07bc128d4713d) 50% 50% no-repeat}.acc .chat_item.chat_user .chat_info:before{background:#7c8fce url(/assets/img/user_icon.svg?88cfd839ee5a5918af52a37f538b8108) 50% 50% no-repeat}.acc .chat_item .chat_info img{display:none}.acc .chat_item .chat_info span{color:#4f5a80;display:block;font-size:15px;font-weight:500;margin:0}.acc .chat_item .chat_info .time{color:#9199b3;display:block;font-size:12px;margin-left:auto}.acc .chat_item .chat_message{padding:0;width:100%}.acc .chat_item .chat_message_item{background:none!important;padding:0 0 0 40px;width:100%}.acc .chat_item .chat_message p{color:#4f5a80;display:block;font-size:14px;font-style:normal;font-weight:400;line-height:21px}.acc .order_file_info{align-items:center;background:#f6f9ff;border-bottom:1px solid #ebecf5;border-top:1px solid #ebecf5;display:flex;min-height:40px;padding:0}.acc .order_file_info .order_info_item{align-items:center;border-right:1px solid #ebecf5;color:#4f5a80;display:flex;font-size:14px;font-weight:400;justify-content:center;min-height:40px;padding:0}.acc .order_file_info .order_info_item *{color:#4f5a80!important;font-size:14px!important;font-weight:400}.acc .order_file_info .order_info_item strong{color:#4aa33e!important}.acc .account_page#order-view .content_title.with_border{margin:20px}.acc .order_view_item,.acc .order_view_updates .updates_inner{margin:0;padding:0 20px}.acc .order_view_item ul{padding:0}.acc .order_view_item ul li>p,.acc .order_view_item ul li>span{color:#4f5a80!important;font-size:15px!important}.acc .order_view_item>i{color:#4aa33e!important;font-size:15px!important;font-style:normal;font-weight:500}.acc .order_view_total_price{margin:0 0 20px}.acc .order_view_total_price p,.acc .order_view_total_price span{color:#4f5a80!important;font-size:15px!important;font-style:normal;font-weight:500}.acc .order_view_item ul input[type=checkbox]+label{background:#e9efff;background-position:50% 50%;border:0;border-radius:2px!important;cursor:pointer;height:20px;transition:all .3s;width:20px}.acc .order_view_item ul input[type=checkbox]:checked+label{background:#e9efff url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 50% 50% no-repeat;border:0;box-shadow:none}.acc .order_view_item ul li,.acc .order_view_special{align-items:center;display:flex}.acc .order_view_special{font-style:normal}.acc .order_view_special span{color:#4aa33e!important;font-size:15px!important;width:auto}.acc .feedback_popups .help,.acc .order_form .order_view_special .help{background:url(/assets/img/ask.svg?69d41171e05c2662f342e47b48f3f364) 0 0 no-repeat;height:20px;margin-top:0;width:20px}.acc .order_view_total_price .button{align-items:center;background:#ffb30f;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff!important;display:inline-flex;font-size:15px!important;font-weight:500;height:40px;justify-content:center;line-height:1em;padding:0;position:relative;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:180px}.acc .order_view_total_price .button:hover{background:#ffa310}.acc .order_form.account_page .order_view_files.customer_files_wrapper .content_title h3:before{display:none}.acc .cabinet .non_deleteable_papers p{color:#9199b3;font-size:15px}.acc .order_form.account_page .order_view_files .upload_files_out{margin:0;padding:0 20px 15px}.acc .order_form.account_page .upload_files_out .fileuploader-input-inner{align-items:center;background:#fafcff;border:1px dashed #d0d4f5;border-radius:2px;box-shadow:none;display:flex;flex-direction:column;height:120px;justify-content:center;max-width:100%;width:100%}.acc .order_form .fileuploader-input-inner span.img.upload1{background:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) 0 0 no-repeat;height:20px;margin:0 0 10px;width:24px}.acc .order_form .fileuploader-input-button{color:#fafcff;font-size:0}.acc .order_form .fileuploader-input-button:before{color:#4f5a80;content:"Drag files here or";font-size:15px;font-weight:400;line-height:1em}.acc .order_form .fileuploader-input-button:after{color:#6b80cf;content:"browse";font-size:15px;font-weight:500;line-height:1em;margin-left:5px}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .download_link{background:none;color:#6b80cf;display:inline-flex;font-size:15px;line-height:17px;margin-right:5px;opacity:1!important;position:static;text-decoration:underline;width:auto}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .download_link:before{content:"Download"}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .date,.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .size{color:#9199b3;font-size:14px;line-height:17px}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .date,.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .date+.size:before{display:none}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li .column-title>div{color:#4f5976;font-size:15px;line-height:17px;margin-bottom:3px}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li:not(.uploader-is-faield){background:none!important;border:0!important}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li{padding:0}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li:before{background:url(/assets/img/doc_uploader_icon.svg?efb207dddc10f001f614d20d73a07c72) 0 0 no-repeat;height:36px;margin-top:2px;position:static;width:36px}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li:hover:before{opacity:1}.acc .order_form.account_page .order_view_files .upload_files_out .column-actions .fileuploader-action-remove{background:url(/assets/img/cancel-icon.svg?03823d918e5dbf62d16b352cfebfdfbe) 50% 50% no-repeat;display:block!important;height:15px;margin-top:-7.5px;min-width:15px;top:50%;width:15px}.acc .order_form .progress-icon.bar_icon{display:none!important}.acc .order_form.account_page .order_view_files .upload_files_out .column-actions .fileuploader-action-remove:after,.acc .order_form.account_page .order_view_files .upload_files_out .column-actions .fileuploader-action-remove:before{display:none}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li.upload-loading:before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat;background-size:100% auto;content:"";height:36px;width:36px}.acc .order_form.account_page .order_view_files .upload_files_out .fileuploader-items-list li.upload-loading{background:url(/assets/img/doc_icon.svg?45bbc9f2519938151f7179e1695a99c4) 11px 48% no-repeat!important}.acc .any_improvements_popup{max-width:540px;width:100%}.acc .order_view_details .order_improvements{align-items:center;display:flex;padding:0}.acc .order_view_details .order_view_rating{width:170px}.acc .order_view_details .order_improvements>button{margin:0}.acc .order_form.account_page .any_improvements_popup .upload_files_out .fileuploader-input-inner{flex-direction:row;height:44px}.acc .order_form.account_page .any_improvements_popup .upload_files_out .fileuploader-input-inner span.img.upload{margin:0 0 0 10px;order:2}.acc .order_form.account_page .any_improvements_popup .upload_files_out .fileuploader-input-inner .fileuploader-input-button{line-height:1em}.acc .any_improvements_popup .picker_filed{align-items:center;display:flex}.acc .any_improvements_popup .picker_filed label{color:#3c445a;font-size:15px;margin-right:10px}.acc .any_improvements_popup .picker_filed input:not([type=submit]),.acc .feedback_popups .violation_content .picker_filed input{background:#f6f9ff url(/assets/img/calendar_icon.svg?ba559fb17cb06732456258865beabb9f) 95% 50% no-repeat;border:0;border-radius:5px;color:#3c445a;font-size:15px;height:36px}.acc .any_improvements_popup .picker_filed input.time_pick,.acc .feedback_popups .violation_content .picker_filed input{background:#f6f9ff}.acc .any_improvements_popup .prompt p{color:#727a91;font-size:11px;font-weight:500;text-transform:uppercase}.acc .order_form .left_side .form_block{border:1px solid #ebecf5;border-radius:2px;padding:0}.acc .order_form #ordered_features .row,.acc .order_form .thank_you~.row{margin:0;padding:30px 20px}.acc .order_form #ordered_features br{display:none}.acc .order_form #ordered_features hr.grey_account{margin:0;width:100%}.acc .order_form .details ul li .bolder{color:#4f5976;font-family:TT Norms,sans-serif!important;font-size:14px;text-align:left}.acc .order_form .details ul li .bolder+span{color:#4f5976;font-size:14px;font-style:normal}.acc .order_form .row .width1_2.left_part,.acc .order_form .row .width1_2.right_part{width:calc(50% - 15px)}.acc .order_form .row .width1_2.left_part{margin-right:30px;position:relative}.acc .order_form .row .width1_2.left_part:before{border-right:1px solid #ebecf5;bottom:-30px;content:"";position:absolute;right:-15px;top:-30px}.acc .order_form .row .width1_2.r_decor:after{display:none}.acc .order_form .total_price_account.details{border-top:0;margin:0;padding:30px 20px;width:100%}.acc .order_form .text_holder_block{padding:30px 20px 0}.acc .order_form .text_holder_block p{color:#4f5976;font-size:14px;line-height:1.2em;margin:0}.acc .order_form .left_side .form_block .balance_check .form_group{margin:0!important}.acc .order_form .total_price_account.with_balance{margin:0;width:100%}.acc .order_form .total_price_account.with_balance .h1{flex-wrap:wrap}.acc .order_form .total_price_account.with_balance .h1 .sm{flex:0 100%;font-size:14px;margin:10px 0 0}.acc .order_form .left_side .form_block .form_group.method input+label.paypal{background-image:url(/assets/img/paypal_icon.svg?c0d2a5ad3ccdd51ba033ca456e53dd20)}.acc .order_form .left_side .form_block .form_group.method input+label.credit_card{background-image:url(/assets/img/credit_card.svg?a5e4dff1f53722c1be15bdac43f92799)}.acc .order_form .left_side .form_block .form_group.method input+label.wire_transfer{background-image:url(/assets/img/wire_transfer.svg?eec91869a431b07c57e9abd2695ac3d8)}.acc .widget_special_offer{background:none;border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5)}.acc .widget_special_offer .widget_title{border:0;padding-top:20px}.acc .widget_special_offer .widget_title span{color:#4f5a80;display:block;font-size:20px;font-weight:500;margin-bottom:5px}.acc .special_offer_title{border-bottom:1px solid #ebecf5;padding:0 0 20px}.acc .special_offer_title i{color:#4f5976;display:block;font-size:12px;font-style:normal}.acc .timer{border-bottom-color:#ebecf5;color:#9fa3b0!important;font-size:60px!important;font-weight:500;line-height:1em!important;padding:20px 0}.acc .widget_special_offer .form_group{border:0;padding:7.5px 20px}.acc .widget_special_offer .form_group:nth-child(3){padding-top:22px}.acc .widget_special_offer .form_group input[type=checkbox]+label{align-items:flex-start;color:#4f5976;font-family:TT Norms,sans-serif!important;font-size:14px;padding:0 0 0 30px}.acc .widget_special_offer .form_group input[type=checkbox]+label:before{top:-3px}.acc .widget_special_offer .form_group input[type=checkbox]+label:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat;height:8px;left:5px;top:3px;width:10px}.acc .widget_special_offer .form_group label .left_part{margin-left:auto}.acc .widget_special_offer .form_group label .left_part .strike{color:#4f5a80;font-size:14px;text-decoration:line-through}.acc .widget_special_offer .form_group label .left_part .strike:after{display:none}.acc .widget_special_offer .form_group label .right_part .red{color:#4aa33e;font-size:14px;font-weight:400}.acc .widget_special_offer .form_group label .left_part i,.acc .widget_special_offer .form_group label .right_part i{display:block;line-height:1.2em}.acc .widget_special_offer .widget_total_price{margin-top:35px;padding:0 20px;position:relative}.acc .widget_special_offer .widget_total_price:before{border-top:1px solid #ebecf5;content:"";left:20px;position:absolute;right:20px;top:-15px}.acc .widget_special_offer .widget_total_price>span.time_expired{background:rgba(222,83,71,.1);border-radius:2px;color:#db4741;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0 0 -5px;min-height:62px;padding:13px 0 13px 50px;position:relative;text-align:left}.acc .widget_special_offer .widget_total_price>span.time_expired:before{background:url(/assets/img/error_icon_expired.svg?3024e86b6097a4546d37b2c1bdc2fcbf) 0 0 no-repeat;content:"";height:18px;left:20px;margin-top:-9px;position:absolute;top:50%;width:20px}.acc .widget_special_offer .widget_total_price>span.time_expired+span{align-items:center;background:#e6eeff;border-radius:2px;color:#4f5976;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:1em;margin:15px 0 10px;min-height:40px;padding:0 10px;text-transform:none}.acc .widget_special_offer .widget_total_price>span.time_expired+span .total_feature_price{color:#4f5a80;font-size:20px;font-weight:600;line-height:1em}.acc .widget_total_price .orange_button_account{align-items:center;background:none;background:#ffb30e;border:0;border-radius:2px;box-shadow:0 14px 14px -16px #ffb30e;color:#fff!important;display:inline-flex;font-size:15px!important;font-weight:500!important;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;margin:0 0 20px;padding:0 50px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:100%}.acc .widget_total_price .orange_button_account:hover{background:#ffa30e}.acc .widget_total_price .orange_button_account:disabled{background:#ffa30e;opacity:.5;pointer-events:none}.acc .widget_total_price .orange_button_account span{color:#fff!important;font-size:15px!important}.acc .order_form .additional_services_heading3{line-height:1em;margin:0;padding:20px}.acc .order_form .additional_services_heading3 span{color:#4f5a80;font-size:16px;font-weight:500;line-height:1em}.acc .order_form .thank_you{margin:0;padding:30px 20px;width:100%}.acc .order_form .thank_you~hr.grey_account{margin:0;width:100%}.acc .order_form .thank_you .h1{color:#3c445a;font-family:TT Norms,sans-serif!important;font-size:24px;font-weight:500;line-height:1.2em;margin-bottom:10px}.acc .order_form .thank_you .h2{color:#4aa33e;font-size:18px;font-weight:500;line-height:1.2em;margin:0 0 10px;text-transform:none}.acc .order_form.failed-order .thank_you .h2{color:#db4741}.acc .order_form .thank_you p{color:#3c445a;font-size:15px;line-height:1.2em;margin:0}.acc .order_form .thank_you p a{color:#6b80cf;font-size:15px;font-weight:400;line-height:inherit;text-decoration:underline}.acc .order_form .thank_you p a:hover{color:#000;text-decoration:none}.acc .order_form .total_price_account.transparent{border:0;justify-content:center;margin:0;width:100%}.acc .order_form .total_price_account a.skyblue_button_account{align-items:center;background:none;border:1px solid #cfd4e7;border-radius:2px;box-shadow:none;color:#4f5976;display:inline-flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:1em;margin:0 10px;position:relative;text-transform:none;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1);width:220px}.acc .order_form .total_price_account a.skyblue_button_account:hover{background:#f2f5ff}.acc .order_form .total_price_account a.skyblue_button_account span{color:#4f5976!important;font-size:15px!important;line-height:1em!important}.acc .order_form .total_price_account a.skyblue_button_account:nth-child(2){background:#ffb30e;border:1px solid #ffb30e;box-shadow:0 14px 14px -16px #ffb30e;color:#fff}.acc .order_form .total_price_account a.skyblue_button_account:nth-child(2) span{color:#fff!important}.acc .order_form .total_price_account a.skyblue_button_account:nth-child(2):hover{background:#ffa30e}.promo-banner.ppp-overlay{padding-bottom:40px}.acc .account_page table.my_order tr td:nth-child(2),.acc .account_page table.my_order tr th:nth-child(2){width:26%}.acc .your_feedbacks .my-last-feedback{margin-top:25px}.acc .your_feedbacks_change .form_group input[type=checkbox]+label:hover:before,.acc .your_feedbacks_change .form_group input[type=checkbox]:checked+label:before{border:none;box-shadow:none;top:2px}.acc .your_feedbacks_change .form_group input[type=checkbox]+label:before{top:2px}.acc .your_feedbacks_change .form_group input[type=checkbox]:checked+label:after{background:url(/assets/img/check_icon_blue.svg?4852f0f8dcae494041cd203fe3fb8aeb) 0 0 no-repeat;border:0;height:8px;left:5px;top:8px;width:10px}.acc .your_feedbacks_change .form_group input[type=checkbox]+label{font-family:TT Norms,sans-serif!important;font-size:15px;font-weight:400;padding-left:35px}.acc .any_improvements_popup .prompt p,.acc .feedback_popups .picker,.acc .feedback_popups .violation_content .revision_deadline .prompt p{padding-left:0}.acc .feedback_popups .picker{display:flex;margin-bottom:20px}.acc .any_improvements_popup .picker_filed label,.acc .feedback_popups .violation_content .revision_deadline .picker_filed label{font-family:TT Norms,sans-serif;font-size:15px;font-weight:400;line-height:34px}.acc .feedback_popups.popup_settings_edit_phone .phone_number_item.phone_number_number{width:78%!important}@media (max-width:1024px){.acc .feedback_data h2{display:block;margin-bottom:30px;text-align:center}.acc .feedback_line p{font-size:15px}.acc .feedback_data .button.button_cancel,.acc .feedback_data .button.button_save,.acc .feedback_popups .button.button_cancel,.acc .feedback_popups .button.button_save,.acc .popup_thanks .button_ok{margin:0;width:47%}.acc .account_page .affiliate-tables .table_filters .table_filters_dates .table_date_item input:not([type=submit]){width:197px}.acc .account_page .affiliate-tables .table_filters .table_filters_dates label{width:70px}.acc .affilate_program .table_filters .table_filters_level{margin:20px 0 0}.acc .account_page .affiliate-tables .table_filters .table_search{clear:none;width:200px}}@media (max-width:980px) and (min-width:0px){.acc .discount_progress,.acc .referral .referral_code{width:100%}.acc .order_form.account_page .upload_files_out .fileuploader-input-inner{align-items:center;background:#7185cb;border:0;box-shadow:0 14px 14px -16px #7185cb;flex-direction:row;height:40px}.acc .order_form.account_page .upload_files_out .fileuploader-input-button{color:#fff;font-size:12px;font-weight:500}.acc .order_form .fileuploader-input-inner span.img.upload1{background:none;background-color:#fff;margin:0 10px 0 0;-webkit-mask:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) no-repeat 50% 50%;mask:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.acc .order_form.account_page .upload_files_out .fileuploader-input-button:after,.acc .order_form.account_page .upload_files_out .fileuploader-input-button:before{display:none}.acc .order_form.account_page .fileuploader-input-button{display:flex;font-size:0}.acc .order_form.account_page .fileuploader-input-button:after,.acc .order_form.account_page .fileuploader-input-button:before{display:block}}@media (max-width:850px) and (min-width:0px){.acc .other_feedbacks{width:48%}.acc .your_feedbacks{width:52%}}@media screen and (max-width:767px) and (min-width:0px){.acc .cabinet .user_menu ul{border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);top:50px;z-index:8}.acc .account_page.my_discounts{padding:20px 10px}.acc .progress_info.discount_value,.acc .progress_info.progress_price{background:none}.acc .discount_components{flex-direction:column;margin:30px 0 0}.acc .discount_components .widget_account{flex:0 100%;margin:10px 0;width:100%}.acc .widget_account_life_time .life_time_item:before{display:block}.acc .widget_account_life_time .life_time_description span{align-items:center;display:flex;height:36px;line-height:1.2em}.acc .widget_account_life_time .life_time_item:first-child:before,.acc .widget_account_life_time .life_time_item:nth-child(2):before,.acc .widget_account_life_time .life_time_item:nth-child(3):before{margin:0;top:13px}.acc .widget_account_life_time .life_time_description p{margin-left:-51px}.acc .widget_account_life_time .life_time_item.active:after{margin:0;top:40px}.acc .widget_account_one_time .discount_code{margin:21px -10px}.acc .affilate_program .table_filters .table_filters_level{margin-left:0;width:100%}.acc .account_page.affilate_program .work_scheme{flex-direction:column}.acc .account_page.affilate_program .work_scheme:before{border-bottom:none;border-left:1px solid #eeeef5;bottom:28px;left:50%;right:auto;width:1px}.acc .account_page.affilate_program .work_scheme .work_scheme_item p{background:#fff;position:relative}.acc .affilate_program .order_form .steps li span{display:flex}.acc .account_page .affilate_steps .form_group label{width:100%}.acc .discount_progress{width:90%}.acc .feedback_writer_info{flex-wrap:wrap}.acc .feedback_writer_info .button{margin-top:10px}.acc .feedback_writer_info .feedback_writer_description .writers_number p span,.acc .feedback_writer_info .feedback_writer_description p span{left:120px}.acc .feedback_writer_info .feedback_writer_description .writers_rank .rating_image{left:150px}.acc .my_feedback_mobile .row>div .blue_button{font-size:12px;width:90px}.acc .account_page .my_feedback_mobile{margin:40px -20px 0;width:calc(100% + 40px)}.acc .modal a.dismiss_modal{right:0}.acc .my_feedback_mobile .view_more_details{color:#6576be!important;text-decoration:underline}.acc .order_file_info .order_info_item{display:block;min-height:auto;padding:5px 20px}.acc .other_feedbacks,.acc .your_feedbacks{width:100%}.acc .account_page.settings{padding:20px 10px}.acc .settings .field_item input:not([type=submit]){width:calc(100% - 31px)}.acc .any_improvements_popup .picker_filed{flex-wrap:wrap}}@media (max-width:640px) and (min-width:0px){.acc .feedback_data h2,.acc .feedback_popups h2,.acc .popup_thanks .popup_title h2{flex-direction:column}.acc .feedback_data h2 span,.acc .feedback_popups h2 span{position:static}.acc .feedback_data .button.button_save,.acc .feedback_popups .button.button_save,.acc .popup_thanks .button_ok{margin-top:10px;width:100%}.acc .feedback_data .button.button_cancel,.acc .feedback_popups .button.button_cancel{margin:0;width:100%}.acc .feedback_popups .you_ranked.exist_feedback .time{margin-top:0}.acc .feedback_data .ratings>p,.acc .feedback_popups .you_ranked p{margin:0}.acc .rate{margin-bottom:15px}.acc .account_page .total_line span{white-space:nowrap;width:auto}.acc .account_page .total_line .button{margin:10px 0 0;width:100%}.acc .account_page .total_line{flex-wrap:wrap;justify-content:center;margin-bottom:-10px;min-height:auto;padding:10px 20px}.acc .referral .referral_info .referral_info_item span{line-height:1em;margin-bottom:10px;width:100%}.acc .account_page .referral_info_item #copy_text{margin-right:15px;width:calc(100% - 125px)}.acc .account_page.affilate_program .table_filters_dates{margin:0}.acc .order_file_info{flex-direction:column}.acc .order_file_info .order_info_item{border:none!important}.acc .cabinet .order_view_files .non_deleteable_papers{margin-top:10px;position:relative;top:auto;width:100%}.acc .order_form .row .width1_2{margin:10px 0!important;width:100%!important}.acc .order_form #ordered_features .row,.acc .order_form .thank_you~.row{padding:0 0 20px}.acc .order_form #ordered_features .row{padding:20px}.acc .order_form .row .width1_2.left_part:before{display:none}.acc .order_form .left_side .form_block .form_group.additional_services{flex:0 calc(100% - 46px);width:calc(100% - 46px)}.acc .order_form .left_side .form_block .form_group.method label+div{display:flex}.acc .order_form .left_side .form_block .form_group.currency,.acc .order_form .left_side .form_block .form_group.method{flex:0 100%;width:100%}.acc .order_form .finish_contact .finish_contact_title i:before{display:none}.acc .order_form .finish_contact{height:160px;margin:-1px -20px 0;padding-bottom:50px;width:calc(100% + 40px)}.acc .finish_contact .finish_contact_content,.acc .order_form .finish_contact .finish_contact_title{padding-left:130px}.acc .order_form .finish_contact .green_button_account{bottom:15px;margin:0;right:auto;top:auto;width:150px}.acc .order_form .thank_you{padding:0 0 20px}.acc .account_page table.my_order tr td:nth-child(2),.acc .account_page table.my_order tr th:nth-child(2){width:100%}.acc .user_menu i.user-timezone{line-height:1em;top:-30px}.acc .settings .remove_data_block .btn-delete,.acc .settings .remove_data_block .btn-download{width:100%!important}.acc .account_page .affiliate-tables .table_filters .table_date_items,.acc .account_page .affiliate-tables .table_filters .table_filters_dates .table_date_item input:not([type=submit]){width:100%}.acc .account_page .affiliate-tables .table_filters .table_date_items+.button{margin:20px 0 0;width:100%}.acc .account_page .affiliate-tables .table_filters .table_filters_dates label{width:70px}.acc .affilate_program .table_filters .table_filters_level{margin:20px 0 0}.acc .account_page .affiliate-tables .table_filters .table_search{display:flex;width:100%}.acc .account_page .affiliate-tables .table_filters .table_search>label{width:80px}}@media (max-width:540px) and (min-width:0px){.acc .account_page .affilate_steps .thank_you{margin-bottom:20px}.acc .account_page .affilate_steps .second_step_form .field_birth_selects .col{width:100%}}@media (max-width:450px) and (min-width:0px){.acc .my_feedback_mobile .row>div:first-child{width:25%}}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:Roboto,sans-serif;font-size:100%}body{margin:0;padding:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p,pre{margin:rhythm(1) 0}blockquote{margin:rhythm(1) 30px}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{border:1px solid #666;box-sizing:content-box;height:0;margin:rhythm(1) 0;padding-bottom:-1px}mark{background:#ff0;color:#000}code,kbd,pre,samp,tt,var{font-family:Helvetica,Arial,Nimbus Sans L,sans-serif}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:rhythm(1) 0}ol ol,ol ul,ul ol,ul ul{margin:0}dd{margin:0 0 0 30px}menu,ol,ul{padding:0 0 0 30px}img{border:0;height:auto;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border-color:silver;margin:0 2px}legend{border:0;padding:0}button,input,select,textarea{box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;max-width:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}body,html{height:100%}a{opacity:1;outline:none;transition:all .3s}a:focus,a:hover{outline:none!important}:focus{outline:none}body{-webkit-font-smoothing:antialiased;color:#3c445a;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;position:relative}a,a:focus,a:hover{color:#3c445a;text-decoration:none}input[type=email],input[type=password],input[type=text],textarea{-webkit-appearance:none;background-clip:padding-box}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.container{margin:0 auto;max-width:1048px;padding-left:24px;padding-right:24px}@media (max-width:767px){.container{padding:0 20px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}h1,h2,h3,h4,h5,h6{margin:0}.f_button{align-items:center;background:none;border:0;border-radius:2px;display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;letter-spacing:.56px;line-height:1em;padding:0 50px;position:relative;text-transform:uppercase;transition:all .3s;transition-timing-function:cubic-bezier(.75,0,.125,1)}@media (max-width:1280px){.f_button{height:46px;padding:0 15px}}@media (max-width:767px){.f_button{height:44px}}.f_button.fiolet{background:#7185cb;box-shadow:0 14px 14px -16px #7185cb;color:#fff}.f_button.fiolet:hover{background:#6576be}.f_button.yellow{background:#ffb30e;box-shadow:0 14px 14px -16px #ffb30e;color:#fff}.f_button.yellow:hover{background:#ffa30e}.f_button.green{background:#4aa33e;color:#fff}.f_button.green:hover{background:#469b3b}.f_button.secondary{background:transparent;border:1px solid #cfd4e7;color:#4f5976}.f_button.secondary:hover{background:#f2f5ff}.f_button.secondary.with-icon{text-transform:none}.f_button.with-icon{padding-left:85px}.f_button.with-icon:before{content:"";left:30px;position:absolute;top:50%}.form-title{color:#1f1d34;display:block;font-size:18px;font-weight:500;line-height:1em;margin-bottom:25px}@media (max-width:1024px){.form-title{font-size:17px;margin-bottom:15px}}.form-title sup{color:#e41c3f}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url(/assets/img/arr_down.png?201ea5556f98c0ababec8b803c6e25d0) 95% 50% no-repeat;border:1px solid rgba(100,150,237,.3);color:#1f1d34;font-size:16px;font-weight:300;height:47px;padding:0 25px}.form-area,.form-control,.form-select{display:block;transition:all .3s;width:100%}.form-area,.form-control{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;font-size:15px;font-weight:400;height:40px;padding:0 15px}@media (max-width:1024px){.form-area,.form-control{font-size:17px;height:43px;padding:0 20px}}.form-area:active,.form-area:focus,.form-control:active,.form-control:focus{border-color:#d0d4f5}.form-area::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#9199b3}@media (max-width:1024px){.form-area::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{font-size:15px}}.form-area::-moz-placeholder,.form-control::-moz-placeholder{color:#9199b3}@media (max-width:1024px){.form-area::-moz-placeholder,.form-control::-moz-placeholder{font-size:15px}}.form-area:-ms-input-placeholder,.form-control:-ms-input-placeholder{color:#9199b3}@media (max-width:1024px){.form-area:-ms-input-placeholder,.form-control:-ms-input-placeholder{font-size:15px}}.form-area:-moz-placeholder,.form-control:-moz-placeholder{color:#9199b3}@media (max-width:1024px){.form-area:-moz-placeholder,.form-control:-moz-placeholder{font-size:15px}}.form-area{background:transparent;padding:15px 25px;resize:none}.accordion .accordion-header{border-top:1px solid #ebecf5;cursor:pointer;font-size:16px;font-weight:400;line-height:24px;padding:11.5px 30px 11.5px 10px;position:relative;transition:all .3s}@media (max-width:767px){.accordion .accordion-header{padding-left:0}}.accordion .accordion-header:before{background-color:#ffb30e;-webkit-mask:url(/assets/img/plus-icon.svg?3789e2179de662d7b97866baf2434e8f) no-repeat 0 0;mask:url(/assets/img/plus-icon.svg?3789e2179de662d7b97866baf2434e8f) no-repeat 0 0;-webkit-mask-size:cover;mask-size:cover;transform:scale(1)}.accordion .accordion-header:after,.accordion .accordion-header:before{border-radius:100px;content:"";height:10px;left:0;left:auto;margin-top:-5px;position:absolute;right:10px;top:0;top:50%;transition:all .3s;width:10px}.accordion .accordion-header:after{background-color:#4f5a80;-webkit-mask:url(/assets/img/minus-icon.svg?47a12a5be0a4dbc018739b9afaeb5fc1) no-repeat 0 0;mask:url(/assets/img/minus-icon.svg?47a12a5be0a4dbc018739b9afaeb5fc1) no-repeat 0 0;-webkit-mask-size:cover;mask-size:cover;transform:scale(0)}.accordion .accordion-header:hover{font-weight:500}.accordion .accordion-header:hover:before{background-color:#4f5a80}.accordion .accordion-header.active{font-weight:500}.accordion .accordion-header.active:before{opacity:0;transform:scale(0);visibility:hidden}.accordion .accordion-header.active:after{opacity:1;transform:scale(1);visibility:visible}.accordion .accordion-content{display:none;font-size:16px;font-weight:400;line-height:24px;padding:5px 10px 15px 30px}@media (max-width:767px){.accordion .accordion-content{padding:5px 0 15px}}.accordion .accordion-content p{font-size:16px;line-height:24px;margin:15px 0 0}.accordion .accordion-content p:first-child{margin:0}.accordion .accordion-content p *{font-style:normal}.swiper-pagination{align-items:center;display:flex;justify-content:center;margin:30px -5px 0;position:relative;z-index:1}.swiper-pagination .swiper-pagination-bullet{background:#e8eefc;border:2px solid #e8eefc;border-radius:20px;height:10px;margin:0 5px;opacity:1;transition:all .3s;width:10px}.swiper-pagination .swiper-pagination-bullet:hover{background-color:#6496ed;border-color:#6496ed}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:transparent;border-color:#e41c3f}.tab-content{display:none}.tab-content.current{display:block}.breadcrumb{background:none;display:flex;list-style:none;margin:0;padding:20px 0 30px}@media (max-width:767px){.breadcrumb{padding:10px 0 15px}.breadcrumb .breadcrumb-item{align-items:center;display:flex}}.breadcrumb .breadcrumb-item:first-child a{margin-left:0;padding-left:0}.breadcrumb .breadcrumb-item:first-child a:after{display:none}.breadcrumb a{border:0;color:#7e8999;display:inline-block;font-size:12px;line-height:1.2em;margin-left:5px;padding-left:7px;position:relative}.breadcrumb a:after{background-color:#7e8999;border-radius:4px;content:"";height:2px;left:0;position:absolute;top:50%;width:2px}.breadcrumb a:hover{color:#6576be}.breadcrumb span{color:#6576be;display:inline-block;font-size:12px;font-weight:400;line-height:1.2em;margin-left:6px;padding-left:7px;position:relative}.breadcrumb span:after{background-color:#7e8999;border-radius:4px;content:"";height:2px;left:0;position:absolute;top:50%;width:2px}@media (max-width:767px){.breadcrumb span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}}.breadcrumb .breadcrumb-item+.breadcrumb-item:after{display:none}.breadcrumb .breadcrumb-item.active{padding-left:0}.pagination-block{align-items:center;display:flex;height:60px;margin:70px auto 0;max-width:525px}@media (max-width:767px){.pagination-block{height:60px;margin-top:30px}}.pagination-block .next-btn,.pagination-block .prev-btn{border:2px solid #1f1d34;border-radius:100px;display:block;flex:1 0 50px;height:50px;position:relative}@media (max-width:767px){.pagination-block .next-btn,.pagination-block .prev-btn{flex:1 0 40px;height:40px}}.pagination-block .prev-btn:before{background-color:#000;content:"";height:15px;left:50%;margin-left:-7.5px;margin-top:-7.5px;-webkit-mask-size:cover;mask-size:cover;position:absolute;top:50%;transform:rotate(90deg);transition:all .3s;width:15px}.pagination-block .prev-btn:hover{border-color:#ec5341}.pagination-block .prev-btn:hover:before{background-color:#ec5341}.pagination-block .next-btn:before{background-color:#000;content:"";height:15px;left:50%;margin-left:-7.5px;margin-top:-7.5px;-webkit-mask-size:cover;mask-size:cover;position:absolute;top:50%;transform:rotate(-90deg);transition:all .3s;width:15px}.pagination-block .next-btn:hover{border-color:#ec5341}.pagination-block .next-btn:hover:before{background-color:#ec5341}.pagination-block .inner-pag-block{flex:0 100%}.pagination-block .inner-pag-block ul{align-items:center;display:flex;height:100%;justify-content:center;list-style:none;margin:0;padding:0}@media (max-width:1024px){.pagination-block .inner-pag-block ul{height:60px}}.pagination-block .inner-pag-block ul li{align-items:center;border-radius:100px;display:flex;height:50px;justify-content:center;margin:0 10px;position:relative;text-align:center;width:50px}@media (max-width:767px){.pagination-block .inner-pag-block ul li{flex:0 auto;height:40px;margin:0;min-width:40px;width:auto}}.pagination-block .inner-pag-block ul li.active{background:#f7f9fe}.pagination-block .inner-pag-block ul li.active .pag-link{color:#6496ed}.pagination-block .inner-pag-block ul .pag-link{color:#1f1d34;font-size:22px;font-weight:500}@media (max-width:767px){.pagination-block .inner-pag-block ul .pag-link{font-size:15px}}.pagination-block .inner-pag-block ul .pag-link:hover{color:#6496ed}.f_group{display:flex;position:relative}.f_group.error .form-control{background:rgba(222,83,71,.05);border-color:rgba(222,83,71,.05)}.f_group.error span.error{color:#de5347;display:inline-flex;font-size:13px;line-height:15px;padding-left:21px;position:relative}.f_group.error span.error:before{background:url(/assets/img/error-icon.svg?43e73c71e4da1348e634e0c0883744c0) 0 0 no-repeat;content:"";height:14px;left:0;margin-top:-7px;position:absolute;top:0;top:50%;width:16px}.acc .order_form .left_side .form_block .form_group .jq-selectbox__select-text,.f_group .jq-selectbox__select-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f6f9ff;border:1px solid transparent;border-radius:3px;color:#4f5a80;cursor:pointer;display:block;font-size:15px;height:40px;line-height:24px;overflow:hidden;padding:7px 35px 7px 15px;text-align:left;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.acc .order_form .left_side .form_block .form_group.error .jq-selectbox__select-text,.f_group.error .jq-selectbox__select-text{background:#fdf6f6;color:#de5347}.acc .form_group .select_field,.f_group .jq-selectbox{width:100%;z-index:auto}.f_group .jq-selectbox .jq-selectbox__not-found,.form_group .jq-selectbox .jq-selectbox__not-found{word-wrap:break-word;background:#fff;color:#9199b3;font-size:15px;padding:10px 36px 11px 10px;position:relative;z-index:9}.f_group .jq-selectbox .nano>.nano-pane,.form_group .jq-selectbox .nano>.nano-pane{background:none;border:none;border-radius:4px;height:calc(100% - 20px);right:11px;top:10px;width:4px}.f_group .jq-selectbox .nano>.nano-pane>.nano-slider,.form_group .jq-selectbox .nano>.nano-pane>.nano-slider{background:#6b80cf;border-radius:4px;margin:0;width:100%}.f_group .jq-selectbox ul .disabled,.form_group .jq-selectbox ul .disabled{display:none}.f_group .jq-selectbox select,.form_group .jq-selectbox select{height:100%;width:100%}.f_group .jq-selectbox__dropdown,.form_group .jq-selectbox__dropdown{background:#f6f9ff;border:1px solid #ebecf5;border-radius:0 0 2px 2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);position:absolute;width:100%}.f_group .jq-selectbox__dropdown .jq-selectbox__search,.form_group .jq-selectbox__dropdown{background:#fff;border-bottom:1px solid #ebecf5;position:relative;z-index:1}.f_group .jq-selectbox__dropdown .jq-selectbox__search input{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 25px 0 15px;transition:all .3s;width:calc(100% - 42px)}.f_group .jq-selectbox__dropdown .jq-selectbox__search:before{background:url(/assets/img/search_icon.svg?cfdf172a6f5c84ee11b8fe74bf3da102) 0 0 no-repeat;content:"";height:16px;margin-top:-8px;position:absolute;right:10px;top:50%;width:16px}.f_group .jq-selectbox__dropdown .jq-selectbox__search input:-moz-placeholder,.f_group .jq-selectbox__dropdown .jq-selectbox__search input::-moz-placeholder,.form_group .jq-selectbox__dropdown{color:#9199b3;font-size:15px}.f_group .jq-selectbox__dropdown .jq-selectbox__search input:-ms-input-placeholder,.form_group .jq-selectbox__dropdown{color:#9199b3;font-size:15px}.f_group .jq-selectbox__dropdown .jq-selectbox__search input::-webkit-input-placeholder,.form_group .jq-selectbox__dropdown{color:#9199b3;font-size:15px}.f_group .jq-selectbox__dropdown .jq-selectbox__search~.nano-pane,.form_group .jq-selectbox__dropdown{height:calc(100% - 60px);top:50px}.f_group .jq-selectbox__dropdown ul,.form_group .jq-selectbox__dropdown ul{background:#f6f9ff;border-radius:0 0 2px 2px;list-style-type:none;margin:0;max-height:252px!important;padding:5px;position:relative}.f_group .jq-selectbox__dropdown ul::-webkit-scrollbar-track,.form_group .jq-selectbox__dropdown ul::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.f_group .jq-selectbox__dropdown ul::-webkit-scrollbar,.form_group .jq-selectbox__dropdown ul::-webkit-scrollbar{background-color:transparent;width:4px}.f_group .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,.form_group .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb{background-color:#6b80cf;border-radius:10px}.f_group .jq-selectbox__dropdown ul.nano-content,.form_group .jq-selectbox__dropdown ul.nano-content{padding-right:35px}.f_group .jq-selectbox__dropdown ul li,.form_group .jq-selectbox__dropdown ul li{border-radius:3px;cursor:pointer;display:block;min-height:36px;padding:5px 10px;text-align:left;transition:all .3s;word-break:break-word}.f_group .jq-selectbox__dropdown ul li.sel,.f_group .jq-selectbox__dropdown ul li.selected,.form_group .jq-selectbox__dropdown ul li.sel{background:#e6eeff;color:#6b80cf;font-weight:500}.f_group .jq-selectbox__dropdown ul li:hover,.form_group .jq-selectbox__dropdown ul li:hover{background:#e6eeff;color:#6b80cf}.acc .order_form .left_side .form_block .form_group .select_field .jq-selectbox__trigger,.f_group .jq-selectbox__trigger{border:none;cursor:pointer;height:100%;position:absolute;right:0;top:0;transition:all .3s;width:35px}.f_group .jq-selectbox__trigger .jq-selectbox__trigger-arrow,.form_group .jq-selectbox__trigger .jq-selectbox__trigger-arrow{border:2px solid #4f5a80;border-left:none;border-top:none;height:7px;left:calc(50% - 3.5px);position:absolute;top:calc(50% - 3.5px);transform:rotate(45deg);transform-origin:62%;transition:all .3s;width:7px}.f_group .opened .jq-selectbox__trigger-arrow,.form_group .opened .jq-selectbox__trigger-arrow{transform:rotate(-135deg)}.f_group .opened .jq-selectbox__select-text,.form_group .opened .jq-selectbox__select-text{border-color:#ebecf5;border-radius:2px 2px 0 0}.f_group .dropdown .jq-selectbox__dropdown,.form_group .dropdown .jq-selectbox__dropdown{border-radius:0 0 2px 2px;border-top:none}.form_group .dropdown .jq-selectbox__dropdown{margin-top:-10px}.acc .form_group .jq-selectbox__dropdown{left:0}.acc .order_form .left_side .form_block .form_group label+.select_field.opened .jq-selectbox__dropdown{border:1px solid #ebecf5!important;border-top:0!important}.f_group .opened .jq-selectbox__select-text,.form_group .opened .jq-selectbox__select-text{border-color:#ebecf5!important;border-radius:2px 2px 0 0!important}.f_group .dropup .jq-selectbox__dropdown,.form_group .dropup .jq-selectbox__dropdown{border-bottom:none;border-radius:2px 2px 0 0}.rating{align-items:center;display:flex;margin:0 -3px}@media (max-width:767px){.rating{display:inline-flex}}.rating span{display:block;height:14px;margin:0 3px;position:relative;width:16px}@media (max-width:767px){.rating span{margin:0 2.5px}}.rating span:after,.rating span:before{background:url(/assets/img/star.svg?fd1dda2f9167bfcc5571ff01ca492399) 0 0 no-repeat;content:"";height:14px;left:0;position:absolute;top:0;transition:all .3s;width:16px}.rating span:after{opacity:0;width:9px}.rating span.full:before{background:url(/assets/img/star-active.svg?5721c8656b93cfc9f4802f0450c51f0c) 0 0 no-repeat;background-size:auto 100%}.slider-button-group{display:flex;position:relative}@media (max-width:767px){.slider-button-group{display:none}}.slider-button-group .swiper-button-next,.slider-button-group .swiper-button-prev{bottom:0;left:0;margin:0;position:relative;right:0;top:0;transition:all .3s;z-index:1}.slider-button-group .swiper-button-next,.slider-button-group .swiper-container-rtl .swiper-button-prev{background:url(/assets/img/arrow-right.svg?f1a1378ed289546ff73ebfef9418b9f2) 100% 0 no-repeat;height:18px;margin-left:30px;width:26px}.slider-button-group .swiper-button-prev,.slider-button-group .swiper-container-rtl .swiper-button-next{background:url(/assets/img/arrow-right.svg?f1a1378ed289546ff73ebfef9418b9f2) 100% 0 no-repeat;height:18px;transform:rotate(-180deg);width:26px}.text_holder_block{-moz-column-count:1;column-count:1;-moz-column-gap:40px;column-gap:40px;overflow:hidden}@media (max-width:767px){.text_holder_block{-moz-column-count:1!important;column-count:1!important}}.text_holder_block.double-text>ul{-moz-column-count:2;column-count:2}@media (max-width:767px){.text_holder_block.double-text>ul{-moz-column-count:1;column-count:1}}.text_holder_block.double-text>ul>li{padding-left:0}.text_holder_block.double-text>ul>li:before{display:none}.text_holder_block ul.not-double{-moz-column-count:1;column-count:1}.text_holder_block ul.not-double li{padding-left:17px}.text_holder_block ul.not-double li:before{display:block}.text_holder_block.double-text h2,.text_holder_block.double-text h3{font-weight:700}.text_holder_block ul{color:#4f5976;font-size:16px;line-height:24px;list-style-type:none;margin:0 0 20px;padding:0}.text_holder_block ul>li{margin-top:10px;padding-left:17px;position:relative}.text_holder_block ul>li:first-child{margin-top:0}.text_holder_block ul>li:before{background:#ffb30e;border-radius:20px;-webkit-border-radius:20px;content:"";height:5px;left:0;max-height:5px;max-width:5px;min-height:5px;min-width:5px;position:absolute;top:9px;width:5px;z-index:1}.text_holder_block ul p{margin:0 0 20px}.text_holder_block ul p:last-child{margin-top:0}.text_holder_block ul ol,.text_holder_block ul ul{margin:10px 0!important}.text_holder_block ol{color:#4f5976;counter-reset:list 0;font-size:16px;line-height:24px;list-style-type:none;margin:0 0 20px;padding:0}.text_holder_block ol>li{margin-top:10px;padding-left:17px;position:relative}.text_holder_block ol>li:first-child{margin-top:0}.text_holder_block ol>li:before{color:#ffb30e;content:counter(list) ".";counter-increment:list;font-size:16px;font-weight:500;left:0;line-height:24px;position:absolute;top:0;z-index:1}.text_holder_block ol p{margin:0 0 20px}.text_holder_block ol p:last-child{margin-top:0}.text_holder_block ol ol,.text_holder_block ol ul{margin:10px 0!important}.text_holder_block h1,.text_holder_block h2,.text_holder_block h3,.text_holder_block h4,.text_holder_block h5,.text_holder_block h6,.text_holder_block h7{color:#4f5976;font-weight:500;margin:0 0 10px}.text_holder_block p{color:#4f5a80;font-size:16px;line-height:24px;margin:0 0 20px}.text_holder_block h1{font-size:24px}.text_holder_block h2{font-size:18px}.text_holder_block h3{font-size:15px}.text_holder_block h4{font-size:16px}.text_holder_block h5{font-size:13.28px}.text_holder_block h6{font-size:10.72px}.text_holder_block small{font-size:12px;line-height:20px}#cookie_tip{background:#6b80cf;border-radius:2px;bottom:20px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);display:none;left:20px;padding:15px;position:fixed;width:245px;z-index:10}@media (max-width:767px){#cookie_tip{width:calc(100% - 30px)}}#cookie_tip .tip_content{color:#fff;display:block;font-size:15px;font-weight:400;margin-bottom:16px}#cookie_tip .tip_content a{color:#fff;font-weight:500;text-decoration:underline}#cookie_tip .tip_content a:hover{color:#ffa30e}#cookie_tip .f_button{background:#fff;border-color:#fff;color:#495b9a;display:flex;height:34px;width:100%}#cookie_tip .f_button:hover{background:transparent;color:#fff}.load-more-wrapper{background:#fff;display:flex;justify-content:center;margin-top:50px;position:relative}.load-more-wrapper:before{background:#fff;content:"";height:50px;left:0;left:50%;margin-left:-47.5px;position:absolute;top:0;width:95px;z-index:1}.load-more-wrapper:after{border-top:1px solid #e2e2e4;content:"";left:0;position:absolute;right:0;top:0;top:50%;z-index:0}.load-more-wrapper .load_more{background:#7185cb;border-radius:100px;display:inline-flex;height:50px;padding:0;width:50px;z-index:2}@media (max-width:767px){.load-more-wrapper .load_more{height:40px;width:40px}}.load-more-wrapper .load_more:hover:before{-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}.load-more-wrapper .load_more:before{background:url(/assets/img/more.svg?e596f155c6fd06923475cd87cdeb478e) 0 0 no-repeat;content:"";height:22px;left:0;left:50%;margin-left:-11.5px;margin-top:-11px;position:absolute;top:0;top:50%;width:23px}@media (max-width:767px){.load-more-wrapper .load_more:before{background-size:100% auto;height:18px;margin-left:-9px;margin-top:-9px;width:18px}}.f_textarea{background:#f6f9ff;min-height:110px}.f_textarea.nano{z-index:0}.f_textarea .form-area{border:none;height:100%;padding:11px 15px;width:calc(100% + 17px);z-index:1}.f_textarea .form-area:active,.f_textarea .form-area:focus{background:none}.nano{height:100%;overflow:hidden;position:relative;width:100%}.nano.has-scrollbar .nano-pane{opacity:1!important;visibility:visible!important}.nano .nano-content{bottom:0;left:0;overflow:scroll;overflow-x:hidden;padding:11px 15px;position:absolute;right:0;top:0}.nano .nano-content:focus{outline:thin dotted}.nano .nano-content::-webkit-scrollbar{display:none}.nano>.nano-pane{border:none;bottom:11px;opacity:.01;position:absolute;right:0;top:11px;transition:.2s;visibility:hidden;width:25px;z-index:2}.nano>.nano-pane>.nano-slider{background:#6b80cf;border-radius:10px;cursor:pointer;margin:0 10px;position:relative}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{opacity:.99;visibility:visible}.show-hide-pass-link{background:url(/assets/img/eye-icon.svg?2998e53fd54ff7000549c1d854e6a5b8) 0 0 no-repeat;display:block;height:15px;position:absolute;right:15px;top:30px;transition:all .3s;width:20px}.show-hide-pass-link.show{background:url(/assets/img/eye-close-icon.svg?c5caf30641e5081c070806de6eb7f427) 0 0 no-repeat;height:20px;top:27px}.currency_check{background:#f6f9ff;display:flex;position:relative;width:100%}.currency_check input{left:0;opacity:0;position:absolute;top:0;visibility:hidden}.currency_check input:checked+label{background:#e9efff;color:#4f5a80;font-weight:500}.currency_check label{align-items:center;border-radius:2px;color:#4f5a80;cursor:pointer;display:flex;flex:1;font-size:15px;font-weight:400;height:40px;justify-content:center;position:relative;text-transform:uppercase;transition:all .3s ease}.currency_check label:hover{background:#e9efff;color:#253253}.currency_check label:hover:before{filter:grayscale(0);opacity:1}.ask_tooltip{background:#dbedd8;border-radius:50px;color:#4aa33e;cursor:pointer;display:inline-block;font-size:12px;height:20px;line-height:20px;margin-right:5px;text-align:center;width:20px}.ask_tooltip:before{content:"?";display:inline-block}.hail{background:rgba(56,211,159,.2);border:1px solid #38d39f;border-radius:50%;color:#38d39f;cursor:pointer;font-size:14px;height:24px;line-height:24px;margin-right:7px;text-align:center;width:24px}.hail,.hail:before{display:inline-block}.hail:before{content:"!"}.hint{color:#9199b3;font-size:13px;line-height:1.2em}.tooltip{z-index:9}.tooltip-inner{box-shadow:0 5px 10px #7185cb!important;color:#4f5a80!important;font-size:13px!important;line-height:18px!important;max-width:280px!important;min-width:180px;padding:12px 15px!important}@media (max-width:640px) and (min-width:0px){.tooltip-inner{max-width:180px!important;min-width:auto}.acc .order_form .left_side .form_block .form_group.additional_services{flex:0 calc(100% - 86px);width:calc(100% - 86px)}}.item-radio input{display:none}.item-radio input:checked+label:before{opacity:1;transform:scale(1)}.item-radio label{background:#fff;border:1px solid #bec0cd;border-radius:30px;cursor:pointer;display:inline-block;height:15px;position:relative;transition:all .3s;width:15px}.item-radio label:before{background:#a8b0d8;border-radius:100px;content:"";height:9px;left:50%;margin:-4.5px 0 0 -4.5px;opacity:0;position:absolute;top:50%;transform:scale(0);transition:all .3s;width:9px}@media (max-width:767px){.show-menu{overflow:hidden}.show-menu .header:before{background-color:#38497f}}.show-menu .header .inner-wrapper .header-nav{left:0}.show-menu .header .inner-wrapper .header-nav nav a{-webkit-animation:focus-in-contract .5s cubic-bezier(.25,.46,.45,.94) both;animation:focus-in-contract .5s cubic-bezier(.25,.46,.45,.94) both;-webkit-animation-delay:.2s;animation-delay:.2s}.inner-page .header:before{transform:translateY(0)}.inner-page .header .inner-wrapper .right-block .header-link{color:#fff}.inner-page .header .inner-wrapper .right-block .header-link.chat:before,.inner-page .header .inner-wrapper .right-block .header-link.phone:before{background:#98a9e8}@media (max-width:767px){.inner-page .header .inner-wrapper .right-block .header-link.chat:before,.inner-page .header .inner-wrapper .right-block .header-link.phone:before{background:#fff}.inner-page .header .inner-wrapper .right-block .header-link.chat:hover:before,.inner-page .header .inner-wrapper .right-block .header-link.phone:hover:before{background:#ffa30e}}.inner-page .header .inner-wrapper .right-block .header-link.order{color:#fff}.inner-page .header .inner-wrapper .right-block .header-link.order:before{background-color:#ffb30e}.inner-page .header .inner-wrapper .right-block .login-button{background:#7c8fce}.inner-page .header .inner-wrapper .right-block .login-button:before{background-color:#fff}.header{left:0;position:fixed;right:0;top:0;z-index:10}.header:before{background:#495b9a;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateY(-100%);transition:all .3s ease-in-out;z-index:-1}@media (max-width:767px){.header:before{transform:translateY(0)}}.header.fixed:before{transform:translateY(0)}.header.fixed .inner-wrapper .right-block .header-link{color:#fff}.header.fixed .inner-wrapper .right-block .header-link.chat:before,.header.fixed .inner-wrapper .right-block .header-link.phone:before{background:#98a9e8}@media (max-width:767px){.header.fixed .inner-wrapper .right-block .header-link.chat:before,.header.fixed .inner-wrapper .right-block .header-link.phone:before{background:#fff}.header.fixed .inner-wrapper .right-block .header-link.chat:hover:before,.header.fixed .inner-wrapper .right-block .header-link.phone:hover:before{background:#ffa30e}}.header.fixed .inner-wrapper .right-block .header-link.order{color:#fff}.header.fixed .inner-wrapper .right-block .header-link.order:before{background-color:#ffb30e}.header.fixed .inner-wrapper .right-block .login-button{background:#7c8fce}.header.fixed .inner-wrapper .right-block .login-button:before{background-color:#fff}.header .inner-wrapper{align-items:center;display:flex;height:60px;justify-content:space-between}@media (max-width:767px){.header .inner-wrapper{padding-right:46px;position:relative}}.header .inner-wrapper .left-block{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:10}@media (max-width:767px){.header .inner-wrapper .left-block{position:static}}.header .inner-wrapper .left-block .menu-burger{display:block;flex:1 0 26px;height:16px;position:relative;width:26px}@media (max-width:767px){.header .inner-wrapper .left-block .menu-burger{height:23px;position:absolute;right:0}}.header .inner-wrapper .left-block .menu-burger:hover span{background:#ffb30e}.header .inner-wrapper .left-block .menu-burger.active span:first-child{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.header .inner-wrapper .left-block .menu-burger.active span:nth-child(2){opacity:0;transition-delay:0s}.header .inner-wrapper .left-block .menu-burger.active span:nth-child(3){transform:translate3d(0,-4px,0) rotate(-320deg);transition-delay:75ms}.header .inner-wrapper .left-block .menu-burger span{background:#a3b3ee;height:2px;left:0;position:absolute;top:0;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);width:100%}.header .inner-wrapper .left-block .menu-burger span:first-child{transition-duration:.275s;transition-property:all;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.header .inner-wrapper .left-block .menu-burger span:nth-child(2){top:7px;transition:opacity .125s ease .275s;width:22px}.header .inner-wrapper .left-block .menu-burger span:nth-child(3){top:14px;transition:all .275s cubic-bezier(.68,-.55,.265,1.55)}.header .inner-wrapper .left-block .logo{background:url(/assets/img/logo.svg?4f0705fc6fba456517bf65fe5200c20a) 0 0 no-repeat;display:inline-flex;height:40px;margin-left:50px;width:183px}@media (max-width:767px){.header .inner-wrapper .left-block .logo{background-size:auto 100%;height:34px;margin-left:0;width:30px}}.header .inner-wrapper .right-block{align-items:center;display:flex}.header .inner-wrapper .right-block .header-link{color:#6a6a79;display:inline-flex;font-size:14px;margin-right:30px;padding-left:20px;position:relative}@media (max-width:1024px){.header .inner-wrapper .right-block .header-link{margin-right:16px}}@media (max-width:767px){.header .inner-wrapper .right-block .header-link{color:transparent;font-size:0;margin-right:0}}.header .inner-wrapper .right-block .header-link:hover{color:#ffa30e!important}@media (max-width:767px){.header .inner-wrapper .right-block .header-link.phone{order:1;padding:0;width:30px}}.header .inner-wrapper .right-block .header-link.phone:before{background-color:#b3b3c2;content:"";height:14px;left:0;margin-top:-7px;-webkit-mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;position:absolute;top:50%;transition:all .3s;width:10px}@media (max-width:767px){.header .inner-wrapper .right-block .header-link.phone:before{background-color:#fff;left:50%;margin-left:-5px}}.header .inner-wrapper .right-block .header-link.phone:after{background-color:#7c8fce;border-radius:100px;content:"";display:none;height:30px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:30px}@media (max-width:767px){.header .inner-wrapper .right-block .header-link.phone:after{display:block;z-index:-1}.header .inner-wrapper .right-block .header-link.chat{display:none}}.header .inner-wrapper .right-block .header-link.chat:before{background-color:#b3b3c2;content:"";height:14px;left:0;margin-top:-7px;-webkit-mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;position:absolute;top:50%;transition:all .3s;width:14px}.header .inner-wrapper .right-block .header-link.order{color:#6b80cf;font-weight:500;padding-left:0;position:relative}@media (max-width:767px){.header .inner-wrapper .right-block .header-link.order{display:none}}.header .inner-wrapper .right-block .header-link.order:before{background:#7082d0;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.header .inner-wrapper .right-block .login-button{background:#e9efff;border-radius:100px;display:inline-flex;height:30px;position:relative;transition:all .3s;vertical-align:middle;width:30px}@media (max-width:767px){.header .inner-wrapper .right-block .login-button{background:#7c8fce;margin-right:20px}}.header .inner-wrapper .right-block .login-button:hover:before{background-color:#ffa30e}.header .inner-wrapper .right-block .login-button:before{background-color:#7082d0;content:"";height:30px;left:0;-webkit-mask:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%;mask:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%;-webkit-mask-size:14px 14px;mask-size:14px 14px;position:absolute;top:0;transition:all .3s;width:30px}.header .inner-wrapper .right-block .loginned-button{cursor:pointer;position:relative}.header .inner-wrapper .right-block .loginned-button>a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}@media screen and (max-width:1024px) and (min-width:768px){.header .inner-wrapper .right-block .loginned-button>a{display:none}}@media (max-width:767px){.header .inner-wrapper .right-block .loginned-button{margin-right:20px}.header .inner-wrapper .right-block .loginned-button:hover nav{display:none}.header .inner-wrapper .right-block .login-button:before{background:#fff}}.header .inner-wrapper .right-block .loginned-button:hover span b{background-color:#ffa30e!important;transform:rotate(0)}.header .inner-wrapper .right-block .loginned-button:hover nav{-webkit-animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) both;animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) both;opacity:1;visibility:visible}.header .inner-wrapper .right-block .loginned-button span{align-items:center;border-radius:100px;color:#6b80cf;display:inline-flex;font-size:15px;font-weight:500;height:54px;padding:0 16px 0 40px;position:relative;transition:all .3s}@media (max-width:1024px){.header .inner-wrapper .right-block .loginned-button span{color:transparent;font-size:0;padding-right:0;width:45px}}@media (max-width:767px){.header .inner-wrapper .right-block .loginned-button span{padding:0;width:30px}}.header .inner-wrapper .right-block .loginned-button span:before{background-color:#7082d0;content:"";height:30px;left:0;-webkit-mask:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%;mask:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%;-webkit-mask-size:14px 14px;mask-size:14px 14px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:30px;z-index:1}@media (max-width:767px){.header .inner-wrapper .right-block .loginned-button span:before{background-color:#fff}}.header .inner-wrapper .right-block .loginned-button span:after{background-color:#e9efff;border-radius:100px;content:"";height:30px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:30px}@media (max-width:767px){.header .inner-wrapper .right-block .loginned-button span:after{background-color:#7c8fce}}.header.fixed .inner-wrapper .right-block .loginned-button span:after,.inner-page .header .inner-wrapper .right-block .loginned-button span:after{background:#7c8fce}.header.fixed .inner-wrapper .right-block .loginned-button span,.inner-page .header .inner-wrapper .right-block .loginned-button span{color:#fff}.header.fixed .inner-wrapper .right-block .loginned-button span b,.inner-page .header .inner-wrapper .right-block .loginned-button span b{background-color:#6b80cf}.header.fixed .inner-wrapper .right-block .loginned-button span:before,.inner-page .header .inner-wrapper .right-block .loginned-button span:before{background-color:#fff}.header .inner-wrapper .right-block .loginned-button span b{background-color:#4f5a80;height:6px;margin-top:-3px;-webkit-mask:url(/assets/img/triangle-top.svg?76c74a14fddfd863afb6c545315f1d03) no-repeat 50% 50%;mask:url(/assets/img/triangle-top.svg?76c74a14fddfd863afb6c545315f1d03) no-repeat 50% 50%;-webkit-mask-size:10px 6px;mask-size:10px 6px;position:absolute;right:0;top:50%;transform:rotate(180deg);transition:all .3s;width:10px}@media (max-width:767px){.header .inner-wrapper .right-block .loginned-button span b{display:none}}.header .inner-wrapper .right-block .loginned-button nav{background:#f6f9ff;border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);flex-direction:column;height:auto;left:0;list-style-type:none;margin:0;opacity:0;overflow:hidden;padding:0;position:absolute;top:99%;transition:all .3s;visibility:hidden;width:160px;z-index:1}@media (max-width:1024px){.header .inner-wrapper .right-block .loginned-button nav{left:auto;right:0}}.header .inner-wrapper .right-block .loginned-button nav a{border-top:1px solid #eeeef5}.header .inner-wrapper .right-block .loginned-button nav a:hover{background:#eeeef5}.header .inner-wrapper .right-block .loginned-button nav a:first-child{border-top:0}.header .inner-wrapper .right-block .loginned-button nav a:last-child{color:rgba(79,89,118,.6)}.header .inner-wrapper .right-block .loginned-button nav a{align-items:center;display:flex;min-height:40px;padding:0 15px;transition:all .3s}.header .inner-wrapper .header-nav{background-color:#394980;height:100%;left:-100%;padding-top:129px;position:fixed;top:0;transition:left .5s ease;-moz-transition:left .5s ease;-webkit-transition:left .5s ease;width:calc(50% - 12px);z-index:9}@media (max-width:767px){.header .inner-wrapper .header-nav{height:calc(100% - 60px);overflow:hidden;overflow-y:auto;padding:16px 20px 30px;top:60px;width:100%}}.header .inner-wrapper .header-nav::-webkit-scrollbar-track{background-color:none}.header .inner-wrapper .header-nav::-webkit-scrollbar{width:4px}.header .inner-wrapper .header-nav::-webkit-scrollbar-thumb{background-color:#f6f9ff;border-radius:10px}.header .inner-wrapper .header-nav .top-block{display:none}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block{display:block}}.header .inner-wrapper .header-nav .top-block .button-group{display:flex;margin:0 -10px}.header .inner-wrapper .header-nav .top-block .button-group .f_button{border-color:#ffb30e;color:#fff;flex:0 calc(50% - 20px);font-size:15px;font-weight:500;margin:0 10px;text-transform:none;width:calc(50% - 20px)}.header .inner-wrapper .header-nav .top-block .button-group .f_button:hover{background-color:#ffb30e;color:#394980}.header .inner-wrapper .header-nav .top-block .button-group .f_button:first-child{border-color:#fff}.header .inner-wrapper .header-nav .top-block .button-group .f_button:first-child:hover{background-color:#fff}.header .inner-wrapper .header-nav .top-block .button-group .f_button:first-child:hover:before{background-color:#394980}.header .inner-wrapper .header-nav .top-block .button-group .f_button:first-child:before{background-color:#fff;content:"";display:inline-flex;height:14px;margin-right:8px;-webkit-mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;transition:all .3s;width:14px}.header .inner-wrapper .header-nav .top-block .user-block{cursor:pointer;margin-top:16px;position:relative}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block{border-bottom:1px solid #4c63a0;padding-bottom:12px}}@-webkit-keyframes swing-in-top-fwd{0%{opacity:0;transform:rotateX(-100deg);transform-origin:top}to{opacity:1;transform:rotateX(0deg);transform-origin:top}}@keyframes swing-in-top-fwd{0%{opacity:0;transform:rotateX(-100deg);transform-origin:top}to{opacity:1;transform:rotateX(0deg);transform-origin:top}}.header .inner-wrapper .header-nav .top-block .user-block:not(.open) span b{background-color:#ffb30e;transform:rotate(0)}.header .inner-wrapper .header-nav .top-block .user-block span{align-items:center;border-radius:100px;color:#fff;display:flex;font-size:15px;font-weight:500;height:54px;padding:0 16px 0 40px;position:relative;transition:all .3s}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block span{display:none;height:30px}}.header .inner-wrapper .header-nav .top-block .user-block span:before{background-color:#7082d0;content:"";height:30px;left:0;-webkit-mask:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%;mask:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%;-webkit-mask-size:14px 14px;mask-size:14px 14px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:30px;z-index:1}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block span:before{background-color:#fff}}.header .inner-wrapper .header-nav .top-block .user-block span:after{background-color:#e9efff;border-radius:100px;content:"";height:30px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:30px}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block span:after{background-color:#7c8fce}}.header .inner-wrapper .header-nav .top-block .user-block span b{background-color:#a3b3ee;height:6px;margin-top:-3px;-webkit-mask:url(/assets/img/triangle-top.svg?76c74a14fddfd863afb6c545315f1d03) no-repeat 50% 50%;mask:url(/assets/img/triangle-top.svg?76c74a14fddfd863afb6c545315f1d03) no-repeat 50% 50%;-webkit-mask-size:10px 6px;mask-size:10px 6px;position:absolute;right:0;top:50%;transform:rotate(180deg);transition:all .3s;width:10px}.header .inner-wrapper .header-nav .top-block .user-block nav{flex-direction:column;list-style-type:none;margin:0;padding:0;position:relative;transition:all .3s;z-index:1}@media (max-width:1024px){.header .inner-wrapper .header-nav .top-block .user-block nav{left:auto;right:0}}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block nav{float:none}}.header .inner-wrapper .header-nav .top-block .user-block nav a{margin:0}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block nav a{border:0!important;padding-left:42px}}.header .inner-wrapper .header-nav .top-block .user-block nav a:hover{background:#eeeef5}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block nav a:hover{background:none}}.header .inner-wrapper .header-nav .top-block .user-block nav a:first-child{border-top:0}.header .inner-wrapper .header-nav .top-block .user-block nav a:last-child{color:rgba(79,89,118,.6)}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block nav a:last-child{color:hsla(0,0%,100%,.6)}}.header .inner-wrapper .header-nav .top-block .user-block nav a{align-items:center;display:flex;min-height:40px;padding:0 15px;transition:all .3s}@media (max-width:767px){.header .inner-wrapper .header-nav .top-block .user-block nav a{padding:0}.header .inner-wrapper .header-nav .top-block .user-block nav a:before{display:none}}.header .inner-wrapper .header-nav nav{display:flex;flex-wrap:wrap;float:right;list-style-type:none;margin:-15px -10px;padding:0 30px 0 0;width:500px}@media (max-width:1024px){.header .inner-wrapper .header-nav nav{display:block;margin:0;padding:0 82px 0 30px;width:100%}}@media (max-width:767px){.header .inner-wrapper .header-nav nav{padding:0}}.header .inner-wrapper .header-nav nav a{flex:0 calc(50% - 20px);margin:15px 10px}@media (max-width:1024px){.header .inner-wrapper .header-nav nav a{margin:15px 0 0}}@-webkit-keyframes focus-in-contract{0%{filter:blur(12px);letter-spacing:1em;opacity:0}to{filter:blur(0);opacity:1}}@keyframes focus-in-contract{0%{filter:blur(12px);letter-spacing:1em;opacity:0}to{filter:blur(0);opacity:1}}.header .inner-wrapper .header-nav nav a{color:#fff;display:flex;padding-bottom:10px;position:relative;transition:all .3s ease}.header .inner-wrapper .header-nav nav a:hover{color:#ffb30e}.header .inner-wrapper .header-nav nav a:hover:after{width:100%}.header .inner-wrapper .header-nav nav a:before{background:#4c63a0;bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.header .inner-wrapper .header-nav nav a:after{background:#ffb30e;bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.footer{background:#495b9a;padding:20px 0}.footer .inner-row{border-bottom:1px solid #fff1;padding:30px 0 25px}@media (max-width:767px){.footer .inner-row{padding:20px 0}}.footer .inner-row:first-child nav{display:flex;justify-content:center}@media (max-width:767px){.footer .inner-row:first-child nav{display:block}}.footer .inner-row:first-child nav a{margin:0 25px}@media (max-width:767px){.footer .inner-row:first-child nav a{margin:20px 0 0}.footer .inner-row:first-child nav a:first-child{margin-top:0}}.footer .inner-row:first-child nav a{font-size:16px;font-weight:500;line-height:1.1em}.footer .inner-row nav,.footer .inner-row ul{-moz-column-count:4;column-count:4;list-style-type:none;margin:0;padding:0}@media (max-width:1014px){.footer .inner-row nav,.footer .inner-row ul{-moz-column-count:3;column-count:3}}@media (max-width:767px){.footer .inner-row nav,.footer .inner-row ul{-moz-column-count:1;column-count:1}}.footer .inner-row nav a,.footer .inner-row ul li{margin:5px 0}@media (min-width:1025px){.footer .inner-row nav a:nth-child(24),.footer .inner-row nav a:nth-child(41),.footer .inner-row nav a:nth-child(58),.footer .inner-row nav a:nth-child(8){margin-bottom:30px}}@media (max-width:1024px) and (min-width:768px){.footer .inner-row nav a:nth-child(16),.footer .inner-row nav a:nth-child(24),.footer .inner-row nav a:nth-child(32),.footer .inner-row nav a:nth-child(40),.footer .inner-row nav a:nth-child(48),.footer .inner-row nav a:nth-child(56),.footer .inner-row nav a:nth-child(64),.footer .inner-row nav a:nth-child(8){margin-bottom:0}.footer .inner-row:nth-child(2) nav{-moz-column-count:auto;column-count:auto;display:flex;flex-wrap:wrap}.footer .inner-row:nth-child(2) nav a{flex:0 33.333%;width:33.333%}.footer .inner-row nav a:nth-child(22),.footer .inner-row nav a:nth-child(23),.footer .inner-row nav a:nth-child(24),.footer .inner-row nav a:nth-child(46),.footer .inner-row nav a:nth-child(47),.footer .inner-row nav a:nth-child(48),.footer .inner-row nav a:nth-child(70),.footer .inner-row nav a:nth-child(71),.footer .inner-row nav a:nth-child(72){margin-bottom:30px}}@media (max-width:767px){.footer .inner-row nav a:nth-child(16),.footer .inner-row nav a:nth-child(24),.footer .inner-row nav a:nth-child(32),.footer .inner-row nav a:nth-child(40),.footer .inner-row nav a:nth-child(48),.footer .inner-row nav a:nth-child(56),.footer .inner-row nav a:nth-child(64),.footer .inner-row nav a:nth-child(8){margin-bottom:30px}}.footer .inner-row nav a,.footer .inner-row ul a{color:#fff;display:inline-flex;font-size:16px;font-weight:400;line-height:24px}@media (max-width:767px){.footer .inner-row nav a{display:block}}.footer .inner-row nav a:hover,.footer .inner-row ul a:hover{color:#ffb30e}.footer .bottom-row{border-bottom:0}.footer .bottom-row .title{color:#fff;display:block;font-size:16px;font-weight:500;margin-bottom:20px}@media (max-width:767px){.footer .bottom-row .title{margin-bottom:10px}}.footer .bottom-row .wrapper{display:flex;margin:0 -15px;width:685px}@media (max-width:767px){.footer .bottom-row .wrapper{display:block;margin:0;width:100%}}.footer .bottom-row .wrapper .item{flex:0 1 33.333%;margin:0 15px;width:33.333%}@media (max-width:767px){.footer .bottom-row .wrapper .item{margin:20px 0 0;width:100%}.footer .bottom-row .wrapper .item:first-child{margin-top:0}}.footer .bottom-row .wrapper .item ul{display:flex;flex-direction:column}.footer .bottom-row .wrapper .item ul li{align-items:center;display:flex;margin-top:20px;min-height:30px;position:relative;width:100%}@media (max-width:767px){.footer .bottom-row .wrapper .item ul li{margin-top:14px}}.footer .bottom-row .wrapper .item ul li:first-child{margin-top:0}.footer .bottom-row .wrapper .item ul li a{display:block;line-height:1em;margin-left:40px;position:relative}.footer .bottom-row .wrapper .item ul li a:before{border:1px solid #7c8fce;border-radius:50px}.footer .bottom-row .wrapper .item ul li a:after,.footer .bottom-row .wrapper .item ul li a:before{content:"";height:30px;left:-40px;margin-top:-15px;position:absolute;top:50%;transition:all .3s;width:30px}.footer .bottom-row .wrapper .item ul li a:after{border:1px solid transparent}.footer .bottom-row .wrapper .item ul li a.phone:after{background-color:#98a9e8;-webkit-mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;-webkit-mask-size:10px 14px;mask-size:10px 14px}.footer .bottom-row .wrapper .item ul li a.email:after{background-color:#98a9e8;-webkit-mask:url(/assets/img/email-icon.svg?2f985bd182e96681b56ad58b9808b6e6) no-repeat 50% 50%;mask:url(/assets/img/email-icon.svg?2f985bd182e96681b56ad58b9808b6e6) no-repeat 50% 50%;-webkit-mask-size:14px 10px;mask-size:14px 10px}.footer .bottom-row .wrapper .item ul li a.chat{border-bottom:1px dashed #fff}.footer .bottom-row .wrapper .item ul li a.chat:after{background-color:#98a9e8;-webkit-mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;-webkit-mask-size:14px 14px;mask-size:14px 14px}.footer .bottom-row .wrapper .item ul li a.facebook:after{background-color:#98a9e8;-webkit-mask:url(/assets/img/fb-icon.svg?63c13f6db4db32e1f2dbee021e96dbaf) no-repeat 50% 50%;mask:url(/assets/img/fb-icon.svg?63c13f6db4db32e1f2dbee021e96dbaf) no-repeat 50% 50%;-webkit-mask-size:10px 14px;mask-size:10px 14px}.footer .bottom-row .wrapper .item ul li a.twitter:after{background-color:#98a9e8;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTggMkgxbDguMjYgMTEuMDE0TDEuNDUgMjJINC4xbDYuMzg4LTcuMzQ5TDE2IDIyaDdsLTguNjA4LTExLjQ3OEwyMS44IDJoLTIuNjVsLTUuOTg2IDYuODg2TDggMlptOSAxOEw1IDRoMmwxMiAxNmgtMloiLz48L3N2Zz4=) 50% 50% no-repeat;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTggMkgxbDguMjYgMTEuMDE0TDEuNDUgMjJINC4xbDYuMzg4LTcuMzQ5TDE2IDIyaDdsLTguNjA4LTExLjQ3OEwyMS44IDJoLTIuNjVsLTUuOTg2IDYuODg2TDggMlptOSAxOEw1IDRoMmwxMiAxNmgtMloiLz48L3N2Zz4=) 50% 50% no-repeat;-webkit-mask-size:14px 12px;mask-size:14px 12px}.footer .bottom-row .wrapper .item ul li a:hover{opacity:1}.footer .bottom-row .wrapper .item ul li a:hover:after{background-color:#ffb30e!important}.footer .bottom-row .wrapper .item ul li a:hover:before{border-color:#ffb30e}.footer .bottom-row .wrapper .payment-block{display:flex;flex-wrap:wrap;margin:-5px}.footer .bottom-row .wrapper .payment-block .payment-item{margin:5px}.footer .bottom-row .wrapper .copyright{color:#fff;display:block;font-size:15px;margin-top:30px}@media (max-width:767px){.content{padding-top:60px}}.main-section{padding-bottom:47px;padding-top:100px;position:relative}@media (max-width:767px){.main-section{background:#495b9a;padding-top:0}}@media (min-width:768px){.main-section:before{background:url(/assets/img/main-img.webp?e1277cdf3ed7fbc8f6da9a06e20727fe) 100% 0 no-repeat;background-size:cover;content:"";display:block;height:677px;left:0;position:absolute;top:0;width:calc(50% - 12px)}}@media (max-width:1024px){.main-section:before{background:rgba(51,67,118,0);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(51,67,118,0)),color-stop(100%,#334376));background:linear-gradient(180deg,rgba(51,67,118,0) 0,#334376);bottom:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#334376",endColorstr="#334376",GradientType=0);height:auto;width:calc(100% - 423px)}}@media (max-width:767px){.main-section:before{background:url(/assets/img/main-img.webp?e1277cdf3ed7fbc8f6da9a06e20727fe) 100% 10% no-repeat;background-size:100% auto;content:"";height:160px;left:0;position:absolute;top:0;width:100%}}.main-section:after{display:none}@media (max-width:1024px){.main-section:after{background:#4a5883;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:calc(100% - 423px);z-index:-1}}@media (max-width:767px){.main-section:after{display:none;height:160px;width:100%}}.main-section .inner-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-end;position:relative;z-index:1}@media (max-width:767px){.main-section .inner-wrapper{display:block}}.main-section .inner-wrapper:before{display:none}@media (max-width:767px){.main-section .inner-wrapper:before{background:#fff;bottom:-47px;content:"";display:block;left:-20px;position:absolute;right:-20px;top:160px;z-index:-1}}.main-section .inner-wrapper .left-title{flex:0 calc(100% - 590px);margin-right:80px;width:calc(100% - 590px)}@media (max-width:1024px){.main-section .inner-wrapper .left-title{flex:0 calc(100% - 450px);margin-right:70px;width:calc(100% - 450px)}}@media (max-width:767px){.main-section .inner-wrapper .left-title{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:flex;flex-direction:column;height:160px;padding-right:30px;width:100%}}.main-section .inner-wrapper .left-title .h1,.main-section .inner-wrapper .left-title h1{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:32px;font-weight:700;line-height:48px;overflow:hidden;width:80%}.main-section .inner-wrapper .left-title>span{color:#fff;font-size:18px;line-height:27px}@media (max-width:1280px){.main-section .inner-wrapper .left-title .h1,.main-section .inner-wrapper .left-title h1{width:100%}}@media (max-width:767px){.main-section .inner-wrapper .left-title .h1,.main-section .inner-wrapper .left-title h1{font-size:22px;line-height:30px}}.main-section .inner-wrapper .right-block{flex:1 0 510px;max-width:510px;padding-left:20px;width:510px}@media (max-width:1024px){.main-section .inner-wrapper .right-block{flex:1 0 380px;padding:0;width:380px}}@media (max-width:767px){.main-section .inner-wrapper .right-block{padding-top:30px;width:100%}}.main-section .inner-wrapper .right-block .title{color:#d9dce3;display:block;font-size:26px;font-weight:700;line-height:1em;margin-bottom:30px}@media (max-width:1024px){.main-section .inner-wrapper .right-block .title{margin-bottom:40px}}@media (max-width:767px){.main-section .inner-wrapper .right-block .title{font-size:20px;margin-bottom:35px;text-align:center}}.main-section .inner-wrapper .right-block .calc-wrapper{display:flex;flex-wrap:wrap;margin:-10px}@media (max-width:1024px){.main-section .inner-wrapper .right-block .calc-wrapper{flex-wrap:wrap}}.main-section .inner-wrapper .right-block .calc-wrapper .f_group{flex:0 calc(50% - 20px);margin:10px;width:calc(50% - 20px)}@media (max-width:1024px){.main-section .inner-wrapper .right-block .calc-wrapper .f_group{flex:0 100%;margin:15px 10px 0;order:9;width:100%}}@media (max-width:767px){.main-section .inner-wrapper .right-block .calc-wrapper .f_group{flex:0 100%!important;justify-content:center;width:100%!important}}@media (max-width:1024px){.main-section .inner-wrapper .right-block .calc-wrapper .f_group:first-child{margin-top:0;order:1}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(2){order:4}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(3){order:2}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(4){flex:0 calc(50% - 20px);margin:15px 10px 0;order:4;width:calc(50% - 20px)}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(5){order:3}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(6){flex:0 calc(50% - 20px);margin:15px 10px 0;order:6;width:calc(50% - 20px)}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(7){flex:0 calc(50% - 20px);margin:24px 10px 0;order:7;width:calc(50% - 20px)}.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(8){flex:0 calc(50% - 20px);margin:24px 10px 0;order:8;width:calc(50% - 20px)}}@media (max-width:767px){.main-section .inner-wrapper .right-block .calc-wrapper .f_group:nth-child(8){justify-content:center}}.main-section .inner-wrapper .right-block .calc-wrapper .total-price{align-items:flex-end;color:#4f5a80;display:inline-flex;font-size:40px;font-weight:700;line-height:1em}.main-section .inner-wrapper .right-block .calc-wrapper .total-price .symbol{color:#7e93bd;font-size:26px;line-height:inherit;top:-9px}.main-section .inner-wrapper .right-block .calc-wrapper .total-price .cent{color:#7e93bd;font-size:30px;font-style:normal;line-height:1.1em}.main-section .inner-wrapper .right-block .calc-wrapper .f_button{display:flex;max-width:340px;width:100%}.main-section .inner-wrapper .bottom-block{display:flex;flex:0 765px;margin:40px -10px 0;width:765px}@media (max-width:1024px){.main-section .inner-wrapper .bottom-block{flex:0 640px;margin:40px -20px 0;width:640px}}@media (max-width:767px){.main-section .inner-wrapper .bottom-block{display:block;margin:40px 0 0;width:100%}}.main-section .inner-wrapper .bottom-block .item{flex:0 calc(33.333% - 20px);margin:0 10px;width:calc(33.333% - 20px)}@media (max-width:1024px){.main-section .inner-wrapper .bottom-block .item{flex:0 calc(33.333% - 40px);margin:0 20px;width:calc(33.333% - 40px)}}@media (max-width:767px){.main-section .inner-wrapper .bottom-block .item{margin:20px 0 0;width:100%}.main-section .inner-wrapper .bottom-block .item:first-child{margin-top:0}.main-section .inner-wrapper .bottom-block .item:first-child svg #pen{fill:#6576be}}.main-section .inner-wrapper .bottom-block .item:first-child .info-block .title,.main-section .inner-wrapper .bottom-block .item:first-child .info-block p{color:#fff}@media (max-width:767px){.main-section .inner-wrapper .bottom-block .item:first-child .info-block .title,.main-section .inner-wrapper .bottom-block .item:first-child .info-block p{color:#3c445a}}.main-section .inner-wrapper .bottom-block .item .img-block{height:50px;margin-bottom:25px}@media (max-width:767px){.main-section .inner-wrapper .bottom-block .item .img-block{margin-bottom:12px}}.main-section .inner-wrapper .bottom-block .item .info-block .title{color:#3c445a;display:block;font-weight:500;margin-bottom:16px}.main-section .inner-wrapper .bottom-block .item .info-block p{font-size:16px;margin:0}.main-review-section{background:#f6f9ff;border-bottom:1px solid #eeeef5;padding:50px 0 70px;position:relative}.main-review-section .main-title{margin-bottom:50px;text-align:center}.main-review-section .sub-title{display:block;text-align:center}.main-review-section .main-title+.sub-title{margin:-40px 0 50px}@media (max-width:1024px){.main-review-section{padding:115px 0 40px}}@media (max-width:767px){.main-review-section{padding:40px 0}}.main-review-section .wrapper{display:flex;position:relative}.main-review-section .wrapper .static-review{flex:1 0 470px;position:relative;width:470px}@media (max-width:1024px){.main-review-section .wrapper .static-review{flex:1 0 225px;width:225px}}@media (max-width:767px){.main-review-section .wrapper .static-review{display:none}}.main-review-section .wrapper .slider{flex:0 calc(100% - 510px);margin-left:40px;position:relative;width:calc(100% - 510px)}@media (max-width:1024px){.main-review-section .wrapper .slider{flex:0 calc(100% - 249px);margin-left:24px;width:calc(100% - 249px)}}@media (max-width:767px){.main-review-section .wrapper .slider{flex:0 100%;margin:0;width:100%}}.main-review-section .wrapper .slider:before{background:#f6f9ff url(/assets/img/border-quote-icon.svg?b475bcd86bfc3cba10d81257335af69f) 0 0 no-repeat;content:"";display:none;height:50px;position:absolute;right:0;top:-75px;width:50px}@media (max-width:767px){.main-review-section .wrapper .slider:before{display:block;top:-20px;z-index:2}}.main-review-section .wrapper .slider .item:before{display:none}.main-review-section .wrapper .slider .item .name{width:100%}@media (max-width:767px){.main-review-section .wrapper .slider .item .name{margin-right:70px;width:calc(100% - 70px)}}.main-review-section .wrapper .slider .f_button{background:#f6f9ff;bottom:-90px;left:0;padding:0;position:absolute;text-transform:none;width:150px;z-index:2}@media (max-width:1024px){.main-review-section .wrapper .slider .f_button{bottom:auto;left:auto;right:0;top:-71px}}@media (max-width:767px){.main-review-section .wrapper .slider .f_button{bottom:-60px;font-size:15px;height:36px;left:0;right:auto;top:auto;width:160px}}.main-review-section .wrapper .slider .f_button:hover{background:#fff}.main-review-section .wrapper .item:before{background:url(/assets/img/border-quote-icon.svg?b475bcd86bfc3cba10d81257335af69f) 0 0 no-repeat;content:"";height:50px;left:260px;position:absolute;top:-20px;width:50px}@media (max-width:1024px){.main-review-section .wrapper .item:before{left:0;top:-75px}}.main-review-section .wrapper .item .name{border-bottom:1px solid #eeeef5;cursor:default;display:inline-flex;font-size:20px;font-weight:700;line-height:1em;margin-bottom:15px;padding-bottom:10px;width:235px}.main-review-section .wrapper .item .rating-block{align-items:center;display:flex;margin-bottom:14px;min-height:24px}.main-review-section .wrapper .item .rating-block .review-follow{color:#828aa6;font-size:15px;margin-right:9px;padding-left:30px;position:relative}.main-review-section .wrapper .item .rating-block .review-follow[data-site=trustpilot]:before{background:url(/assets/img/trustpilot-icon.svg?0ff010602d5fb737901901d4c7c32f41) 0 0 no-repeat;height:20px;width:20px}.main-review-section .wrapper .item .rating-block .review-follow[data-site=sitejabber]:before{background:url(/assets/img/sitejabber-icon.svg?ae96b6b9c46175ee431d007b71d10180) 0 0 no-repeat;height:19px;width:20px}.main-review-section .wrapper .item .rating-block .review-follow:before{content:"";left:0;position:absolute;top:50%;transform:translateY(-50%)}.main-review-section .wrapper .item .destination{color:#828aa6;display:block;font-size:15px;line-height:17px;margin-bottom:16px}.main-review-section .wrapper .item p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.main-review-section .slider-button-group{bottom:-80px;position:absolute;right:207px;z-index:1}@media (max-width:1024px){.main-review-section .slider-button-group{bottom:-50px;right:65px}}@media (max-width:767px){.main-review-section .slider-button-group{display:flex;right:0}}.main-review-section .slider-button-group:before{background:#f6f9ff;content:"";height:9px;left:-20px;position:absolute;right:-20px;top:0}.main-discount-section{position:relative}.main-discount-section .dis-text-left,.main-discount-section .dis-text-right{color:#f6f9ff;font-size:80px;font-weight:800;left:100px;line-height:1em;position:absolute;text-transform:uppercase;top:50px;z-index:-1}@media (max-width:1024px){.main-discount-section .dis-text-left,.main-discount-section .dis-text-right{display:none}}.main-discount-section .dis-text-left b,.main-discount-section .dis-text-right b{font-weight:700}.main-discount-section .dis-text-right{bottom:50px;left:auto;right:100px;top:auto}@media (max-width:1024px){.main-discount-section .dis-text-right{bottom:10px;display:block;right:20px}}@media (max-width:767px){.main-discount-section .dis-text-right{display:none}}.main-discount-section .container{position:relative}.main-discount-section .wrapper{align-items:center;display:flex;height:345px}@media (max-width:1024px){.main-discount-section .wrapper{align-items:flex-start;height:370px;padding-top:40px}}@media (max-width:767px){.main-discount-section .wrapper{height:auto;padding:45px 0 35px}}.main-discount-section .wrapper .img-block{flex:1 0 490px;margin-top:-28px;position:relative;width:490px}@media (max-width:1024px){.main-discount-section .wrapper .img-block{flex:1 0 350px;margin-top:-10px;width:350px}}@media (max-width:767px){.main-discount-section .wrapper .img-block{display:none}}.main-discount-section .wrapper .img-block img,.main-discount-section .wrapper .img-block object{display:block;margin:0 auto}.main-discount-section .wrapper .info-block{flex:0 calc(100% - 500px);margin-left:10px;width:calc(100% - 500px)}@media (max-width:1024px){.main-discount-section .wrapper .info-block{flex:0 calc(100% - 370px);margin-left:20px;width:calc(100% - 370px)}}@media (max-width:767px){.main-discount-section .wrapper .info-block{flex:0 100%;margin:0;width:100%}}.main-discount-section .wrapper .info-block .title{color:#3c445a;display:block;font-size:24px;font-weight:700;margin-bottom:18px;padding-left:32px;position:relative}@media (max-width:767px){.main-discount-section .wrapper .info-block .title{font-size:20px;margin-bottom:10px;padding:34px 0 0}}.main-discount-section .wrapper .info-block .title:before{background:url(/assets/img/gift-icon-fio.svg?c740a6139c1119f4cc0197899a8aad1b) 0 0 no-repeat;content:"";height:22px;left:0;margin-top:-11px;position:absolute;top:50%;width:22px}@media (max-width:767px){.main-discount-section .wrapper .info-block .title:before{margin:0;top:0}}.main-discount-section .wrapper .info-block .discount-text{display:block;font-size:18px;margin-bottom:25px}@media (max-width:1024px){.main-discount-section .wrapper .info-block .discount-text{padding-right:70px}}@media (max-width:767px){.main-discount-section .wrapper .info-block .discount-text{font-size:16px;margin-bottom:20px;padding:0}}.main-discount-section .wrapper .info-block .discount-text b{color:#7083cd}.main-discount-section .wrapper .info-block_bottom{align-items:center;display:inline-flex;flex-direction:column}.main-discount-section .wrapper .info-block .f_button{min-width:250px;padding:0 30px}@media (max-width:767px){.main-discount-section .wrapper .info-block .f_button{height:44px}}.main-discount-section .wrapper .info-block .pre_button_text{display:flex;font-size:12px;line-height:17px;margin-top:5px}.main-how-it-works-section{background:#f6f9ff;position:relative}@media (max-width:767px){.main-how-it-works-section{padding:40px 0}}.main-how-it-works-section .container{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:920px;min-height:345px}@media (max-width:1024px){.main-how-it-works-section .container{min-height:260px}}@media (max-width:767px){.main-how-it-works-section .container{min-height:auto}}.main-how-it-works-section .main-title{display:block;font-size:24px;font-weight:700;line-height:36px;margin-bottom:50px}@media (max-width:767px){.main-how-it-works-section .main-title{text-align:center}}.main-how-it-works-section .sub-title{display:block;text-align:center}.main-how-it-works-section .main-title+.sub-title{margin:-40px 0 50px}@media (max-width:767px){.main-how-it-works-section .main-title+.sub-title{margin:0 0 20px}}@media (max-width:1024px){.main-how-it-works-section .main-title{margin-bottom:20px}}@media (max-width:767px){.main-how-it-works-section .main-title{font-size:20px;line-height:24px;margin-bottom:15px}}.main-how-it-works-section .wrapper{align-items:center;display:flex;margin:0 -36.5px;width:calc(100% + 73px)}@media (max-width:1024px){.main-how-it-works-section .wrapper{margin:0 -10px;width:calc(100% + 20px)}}@media (max-width:767px){.main-how-it-works-section .wrapper{flex-direction:column}}.main-how-it-works-section .wrapper .item{flex:0 calc(25% - 60px);margin:0 30px;padding-top:24px;position:relative;width:calc(25% - 60px)}@media (max-width:1024px){.main-how-it-works-section .wrapper .item{flex:0 calc(25% - 20px);margin:0 10px;width:calc(25% - 20px)}}@media (max-width:767px){.main-how-it-works-section .wrapper .item{align-items:center;display:flex;flex:0 100%;margin-bottom:30px;padding-top:32px;width:100%}}.main-how-it-works-section .wrapper .item:before{background:url(/assets/img/arrow-right-grey.svg?f435cdeac4010febafbca2f28df0c0f8) 0 0 no-repeat;content:"";height:9px;position:absolute;right:-19%;top:50%;width:15px}@media (max-width:1024px){.main-how-it-works-section .wrapper .item:before{display:none}}@media (max-width:767px){.main-how-it-works-section .wrapper .item:before{bottom:-38px;display:block;margin-right:-7.5px;right:50%;top:auto;transform:rotate(90deg)}.main-how-it-works-section .wrapper .item:last-child{margin-bottom:0}}.main-how-it-works-section .wrapper .item:last-child:before{display:none}.main-how-it-works-section .wrapper .item .number{color:rgba(101,118,190,.1);font-size:120px;font-weight:500;line-height:1em;position:absolute;right:22px;top:5px;z-index:0}@media (max-width:767px){.main-how-it-works-section .wrapper .item .number{font-size:88px;right:8px;top:0}.main-how-it-works-section .wrapper .item .title{padding-right:75px}}.main-how-it-works-section .wrapper .item .img-block{margin-bottom:16px}@media (max-width:767px){.main-how-it-works-section .wrapper .item .img-block{flex:0 0 45px;margin:0;width:25px}}.seo-and-prices-section{padding:70px 0;position:relative}@media (max-width:767px){.seo-and-prices-section{padding:40px 0 22px}}.seo-and-prices-section+.seo-text-section{padding-top:0}@media (max-width:767px){.seo-and-prices-section .text_holder_block h2{font-size:20px}}.seo-and-prices-section .wrapper{display:flex;margin:0 -10px}@media (max-width:767px){.seo-and-prices-section .wrapper{display:block;margin:40px 0 0}}.seo-and-prices-section .wrapper .item-wrap{border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);display:flex;flex:0 calc(50% - 20px);flex-direction:column;margin:0 10px;padding:40px 30px 20px;width:calc(50% - 20px)}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap{padding-bottom:40px}}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap{margin:18px 0;padding:20px 16px;width:100%}}.seo-and-prices-section .text_holder_block h2,.seo-text-section .text_holder_block h2{color:#3c445a;font-size:24px;margin-bottom:30px}.seo-and-prices-section .wrapper .item-wrap .title{color:#3c445a;display:block;font-size:24px;font-weight:700;margin-bottom:40px}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap .title{font-size:18px;margin-bottom:20px}.seo-and-prices-section .text_holder_block h2,.seo-text-section .text_holder_block h2{font-size:20px;margin-bottom:20px}}.seo-and-prices-section .wrapper .item-wrap ul{list-style-type:none;margin:0;min-height:190px;padding:0}.seo-and-prices-section .wrapper .item-wrap ul li{color:#4f5976;display:flex;font-size:15px;justify-content:space-between;line-height:1em;margin-top:20px;padding-left:20px;position:relative}.seo-and-prices-section .wrapper .item-wrap ul li:first-child{margin-top:0}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap ul li{flex-direction:column}}.seo-and-prices-section .wrapper .item-wrap ul li:before{background:url(/assets/img/check-icon-arrow.svg?9127ab34cb5a6ea45b17e5de2ae7d415) 0 0 no-repeat;content:"";height:8px;left:0;position:absolute;top:5px;width:10px}.seo-and-prices-section .wrapper .item-wrap ul li .item-price{min-width:92px;padding-left:5px}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap ul li .item-price{padding:5px 0 0}}.seo-and-prices-section .wrapper .item-wrap ul li b{color:#6576be;font-size:16px;font-weight:500;margin-left:2px}.seo-and-prices-section .wrapper .item-wrap .f_button{align-self:center;margin-bottom:18px;margin-top:auto;padding:0;width:235px}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap .f_button{margin-bottom:0}}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap .f_button{margin-top:20px;max-width:340px;width:100%}}.seo-and-prices-section .wrapper .item-wrap .bottom-block{align-items:center;background:#f6f9ff;border-radius:2px;display:flex;height:80px;justify-content:space-between;margin:15px -10px 0;padding:0 20px}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap .bottom-block{height:86px}}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap .bottom-block{flex-direction:column;height:auto;margin:12px 0 0;padding:16px 35px}}.seo-and-prices-section .wrapper .item-wrap .bottom-block .item{color:#bbc4e5;display:inline-flex;font-size:18px;font-weight:700;line-height:1em;position:relative}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item{font-size:15px}}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item{align-items:center;display:flex;margin-top:20px;min-height:28px;width:100%}}.seo-and-prices-section .wrapper .item-wrap .bottom-block .item:before{content:"";left:0;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item:before{left:0;top:0;transform:none}}.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.connect{padding-left:40px}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.connect{padding:36px 0 0}}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.connect{margin-top:0;padding:0 0 0 40px}}.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.connect:before{background:url(/assets/img/ssl-icon.svg?3aa038d3397959c9d44e5d0c9ddfe5e3) 0 0 no-repeat;height:28px;width:34px}.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.payment{padding-left:44px}@media (max-width:1024px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.payment{padding:36px 0 0}}@media (max-width:767px){.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.payment{padding:0 0 0 42px}}.seo-and-prices-section .wrapper .item-wrap .bottom-block .item.payment:before{background:url(/assets/img/payment-icon.svg?4b73ae3940a70a7d715c2476f3089a0d) 0 0 no-repeat;height:28px;width:38px}.cta-banner{background:#f6f9ff;position:relative}.cta-banner .wrapper{align-items:center;display:flex;justify-content:space-between;min-height:186px}@media (max-width:1024px){.cta-banner .wrapper{min-height:152px}}@media (max-width:767px){.cta-banner .wrapper{flex-direction:column;min-height:none;padding:30px 0 23.5px}}.cta-banner .title{color:#3c445a;display:block;font-size:24px;font-weight:700;line-height:36px;padding-right:110px;position:relative;width:430px}@media (max-width:1024px){.cta-banner .title{padding-right:154px;width:474px}}@media (max-width:767px){.cta-banner .title{font-size:20px;line-height:24px;margin-bottom:13.5px;padding:0;text-align:center;width:100%}}.cta-banner .title:before{background:url(/assets/img/big-arrow-right.svg?3cc2ebc4bddf741d97e0dd912d8eb5eb) 0 0 no-repeat;content:"";height:88px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:100px}@media (max-width:1024px){.cta-banner .title:before{background-size:100% auto;height:55px;right:34px;width:62px}}@media (max-width:767px){.cta-banner .title:before{display:none}}.cta-banner .button-group{display:flex;flex:1 0 490px;justify-content:space-between;max-width:490px;width:490px}@media (max-width:1024px){.cta-banner .button-group{flex:1 0 340px;max-width:340px;width:340px}}@media (max-width:767px){.cta-banner .button-group{flex:0 auto;flex-direction:column;width:100%}}.cta-banner .button-group .f_button{padding:0;width:235px}@media (max-width:1024px){.cta-banner .button-group .f_button{width:160px}}@media (max-width:767px){.cta-banner .button-group .f_button{margin:7.5px 0;width:100%}}.seo-text-section{padding:70px 0 35px;position:relative}@media (max-width:1024px){.seo-text-section{padding:40px 0}}.special-offer-section{padding:35px 0 70px;position:relative;text-align:center}@media (max-width:767px){.special-offer-section{padding:40px 0}}.special-offer-section .special-title{display:inline-flex;margin:0 0 30px;position:relative}@media (max-width:1024px){.special-offer-section .special-title{margin-bottom:24px}}@media (max-width:767px){.special-offer-section .special-title{font-size:20px}}.special-offer-section .special-title:before{background:url(/assets/img/star-active.svg?5721c8656b93cfc9f4802f0450c51f0c) 0 0 no-repeat;content:"";height:14px;left:-21px;position:absolute;top:0;transition:all .3s;width:16px}@media (max-width:767px){.special-offer-section .special-title:before{margin-top:-7px;top:50%}}.special-offer-section .wrapper{display:flex;margin:0 -10px;text-align:left}@media (max-width:767px){.special-offer-section .wrapper{flex-direction:column}}.special-offer-section .wrapper .item{border:1px solid #ebecf5;border-radius:2px;box-shadow:0 5px 20px -10px rgba(113,133,203,.5);flex:0 calc(33.333% - 20px);margin:0 10px;padding:40px 60px 50px 40px;width:calc(33.333% - 20px)}@media (max-width:1024px){.special-offer-section .wrapper .item{padding:30px 24px}}@media (max-width:767px){.special-offer-section .wrapper .item{box-shadow:none;flex:0 100%;margin:10px 0;padding:20px 16px;width:100%}}.special-offer-section .wrapper .item:last-child .top-block .price i{color:#f2f5ff;font-size:50px;font-weight:900;line-height:1em;position:static}@media (max-width:1024px){.special-offer-section .wrapper .item:last-child .top-block .price i{font-size:36px}}@media (max-width:767px){.special-offer-section .wrapper .item:last-child .top-block .price i{font-size:50px}}.special-offer-section .wrapper .item .top-block{align-items:center;display:flex;margin-bottom:30px}@media (max-width:1024px){.special-offer-section .wrapper .item .top-block{margin-bottom:16px}}@media (max-width:767px){.special-offer-section .wrapper .item .top-block{margin-bottom:20px}}.special-offer-section .wrapper .item .top-block .img-block{height:50px}.special-offer-section .wrapper .item .top-block .item-price{color:#ffb30e;display:flex;flex-wrap:wrap;font-size:50px;font-weight:700;line-height:1em;margin-left:12px;padding-right:35px;position:relative}@media (max-width:1024px){.special-offer-section .wrapper .item .top-block .item-price{font-size:36px}}@media (max-width:767px){.special-offer-section .wrapper .item .top-block .item-price{font-size:50px}}.special-offer-section .wrapper .item .top-block .item-price i{font-size:20px;font-style:normal;line-height:1em;position:absolute;right:18px;top:5px}@media (max-width:1024px){.special-offer-section .wrapper .item .top-block .item-price i{font-size:14px;top:2px}}@media (max-width:767px){.special-offer-section .wrapper .item .top-block .item-price i{font-size:20px;top:4px}}.special-offer-section .wrapper .item .top-block .item-price u{bottom:4px;font-size:16px;line-height:1em;position:absolute;right:0;text-decoration:none}@media (max-width:1024px){.special-offer-section .wrapper .item .top-block .item-price u{bottom:2px;font-size:14px}}@media (max-width:767px){.special-offer-section .wrapper .item .top-block .item-price u{bottom:4px;font-size:16px}}.special-offer-section .wrapper .item .top-block .item-price strong{color:#f2f5ff;font-size:50px;font-weight:900}@media (max-width:1024px){.special-offer-section .wrapper .item .top-block .item-price strong{font-size:36px}}@media (max-width:767px){.special-offer-section .wrapper .item .top-block .item-price strong{font-size:50px}}.special-offer-section .wrapper .item .title{color:#3c445a;display:block;font-size:18px;font-weight:500;margin-bottom:10px}.special-offer-section .wrapper .item p{display:inline-block;font-size:15px;line-height:24px;margin:0}.special-offer-section .wrapper .item .coupon{align-items:center;color:#fff;display:inline-flex;font-size:15px;font-weight:500;height:24px;justify-content:center;position:relative;width:120px}@media (max-width:1024px){.special-offer-section .wrapper .item .coupon{width:108px}}.special-offer-section .wrapper .item .coupon:before{background:url(/assets/img/coupon-bg.svg?3a2df9b78883fa1ead913331bd77b6e3) 100% 0 repeat-x;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.special-offer-section .f_button{margin-top:30px;padding:0;width:240px}@media (max-width:767px){.special-offer-section .f_button{margin-top:20px;max-width:340px;width:100%}}.inner-page .content{padding-top:60px}.not-found-section{min-height:660px;padding-top:160px}.not-found-section:before{height:660px}@media (max-width:767px){.not-found-section{padding-top:0}.not-found-section:before{height:222px}.not-found-section .inner-wrapper:before{top:222px}.not-found-section .inner-wrapper .left-title{height:222px}.not-found-section .inner-wrapper .right-block{padding-top:40px}}.not-found-section .not-found-wrapper{display:flex;flex-direction:column;padding-left:75px}.not-found-section .not-found-wrapper>span{display:block}.not-found-section .not-found-wrapper .four-icon svg{-webkit-animation:shapeText 3s ease infinite alternate-reverse;animation:shapeText 3s ease infinite alternate-reverse}@media (max-width:767px){.not-found-section .not-found-wrapper .four-icon svg{height:59px;width:48px}}.not-found-section .not-found-wrapper .four-icon:first-child{margin-bottom:-21px}@media (max-width:767px){.not-found-section .not-found-wrapper .four-icon:first-child{margin-bottom:-17px}}.not-found-section .not-found-wrapper .four-icon:first-child svg{-webkit-animation:shapeText 9s ease infinite alternate-reverse;animation:shapeText 9s ease infinite alternate-reverse}.not-found-section .not-found-wrapper .zero-icon{margin-bottom:-25px}@media (max-width:767px){.not-found-section .not-found-wrapper .zero-icon{margin-bottom:-20px}}.not-found-section .not-found-wrapper .zero-icon svg{-webkit-animation:shapeText 6s ease infinite alternate-reverse;animation:shapeText 6s ease infinite alternate-reverse}@media (max-width:767px){.not-found-section .not-found-wrapper .zero-icon svg{height:61px;width:51px}}@-webkit-keyframes shapeText{0%{transform:translate(0)}10%{transform:translate(3px,2px)}20%{transform:translate(0)}30%{transform:translateX(-3px)}40%{transform:translateX(5px)}50%{transform:translateX(0)}60%{transform:translateX(3px)}70%{transform:translateX(0)}80%{transform:translate(-5px,3px)}90%{transform:translateX(3px)}to{transform:translateX(0)}}.not-found-section .not-found-title{color:#3c445a;display:block;font-size:24px;font-weight:700;line-height:32px;margin-bottom:20px;width:250px}@media (max-width:767px){.not-found-section .not-found-title{font-size:18px;line-height:24px;margin-bottom:20px}}.not-found-section .semi-title{color:#6576be;display:block;font-size:18px;font-weight:500;margin-bottom:10px}@media (max-width:767px){.not-found-section .semi-title{font-size:14px;margin-bottom:8px}}.not-found-section p{margin:0 0 30px}@media (max-width:767px){.not-found-section .f_button{width:100%}}.discounts-section{padding:50px 0 70px;position:relative}@media (max-width:1024px){.discounts-section{padding:30px 0 40px}}@media (max-width:767px){.discounts-section{padding:25px 0 140px}}.discounts-section .discount-row{align-items:flex-start;display:flex;margin-top:80px}@media (max-width:1024px){.discounts-section .discount-row{display:block}}@media (max-width:767px){.discounts-section .discount-row{margin-top:40px}}.discounts-section .discount-row:first-child{margin-top:0}@media (max-width:1024px){.discounts-section .discount-row:first-child .title-block{display:inline-flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.discounts-section .discount-row:first-child .title-block{line-height:40px}}.discounts-section .discount-row:first-child .title-block:before{color:#f2f5ff;content:"%";display:flex;font-size:100px;font-weight:800;left:0;line-height:1.2em;position:absolute;top:100%}@media (max-width:1024px){.discounts-section .discount-row:first-child .title-block:before{font-size:64px;left:100%;line-height:1em;margin-top:-32px;top:50%}}@media (max-width:767px){.discounts-section .discount-row:first-child .title-block:before{font-size:40px;margin-top:-20px}}.discounts-section .discount-row .title-block{flex:1 0 255px;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;text-transform:uppercase;width:255px}@media (max-width:1024px){.discounts-section .discount-row .title-block{margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.discounts-section .discount-row .title-block{font-size:22px;margin-bottom:25px}}.discounts-section .discount-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.discounts-section .discount-row .info-block{width:100%}}.discounts-section .discount-row .info-block .inner-row{margin-top:40px}@media (max-width:767px){.discounts-section .discount-row .info-block .inner-row{margin-top:30px}}.discounts-section .discount-row .info-block .inner-row:first-child{margin-top:0}.discounts-section .discount-row .info-block .inner-row .inner-title{display:block;font-size:24px;font-weight:700;line-height:1.2em;margin-bottom:15px}@media (max-width:767px){.discounts-section .discount-row .info-block .inner-row .inner-title{font-size:20px;margin-bottom:8px}}.discounts-section .discount-row .info-block .inner-row p{margin:10px 0 0}.discounts-section .discount-row .info-block .inner-row p:first-child{margin-top:0}.discounts-section .discount-row .info-block .first-discount-block{align-items:center;background:#f6f9ff;display:flex;margin-top:50px;min-height:100px;overflow:hidden}@media (max-width:767px){.discounts-section .discount-row .info-block .first-discount-block{display:block;margin:40px -24px 0;min-height:auto}}.discounts-section .discount-row .info-block .first-discount-block .left-title{align-items:center;color:#ffb30e;display:flex;flex:1 0 280px;font-size:40px;font-weight:700;justify-content:center;line-height:1.2em;width:280px}@media (max-width:767px){.discounts-section .discount-row .info-block .first-discount-block .left-title{min-height:92px;width:100%}}.discounts-section .discount-row .info-block .first-discount-block .left-title .discount-percent{color:#ffb30e;display:inline-flex;flex-wrap:wrap;font-size:50px;font-weight:700;line-height:1em;margin-left:10px;padding-right:35px;position:relative}@media (max-width:767px){.discounts-section .discount-row .info-block .first-discount-block .left-title .discount-percent{font-size:50px}}.discounts-section .discount-row .info-block .first-discount-block .left-title .discount-percent i{font-size:20px;font-style:normal;line-height:1em;position:absolute;right:18px;top:5px}.discounts-section .discount-row .info-block .first-discount-block .left-title .discount-percent u{bottom:4px;font-size:16px;line-height:1em;position:absolute;right:0;text-decoration:none}.discounts-section .discount-row .info-block .first-discount-block .right-title{align-items:center;display:flex;flex:0 calc(100% - 280px);font-size:22px;font-weight:700;justify-content:center;line-height:1.2em;min-height:100px;position:relative;text-align:center;width:calc(100% - 280px)}@media (max-width:767px){.discounts-section .discount-row .info-block .first-discount-block .right-title{font-size:20px;min-height:92px;padding:0 25px;width:100%}}.discounts-section .discount-row .info-block .first-discount-block .right-title span{display:flex;position:relative;z-index:1}.discounts-section .discount-row .info-block .first-discount-block .right-title:before{background:#e7ecf9;bottom:0;content:"";position:absolute;right:-12%;top:0;transform:skew(-40deg);width:110%;z-index:0}@media (max-width:767px){.discounts-section .discount-row .info-block .first-discount-block .right-title:before{right:0;transform:none;width:100%}}.discounts-section .discount-row .discounts-block{display:flex;flex:0 calc(100% - 255px);margin:0 -5px;width:calc(100% - 255px)}@media (max-width:1024px){.discounts-section .discount-row .discounts-block{width:100%}}@media (max-width:767px){.discounts-section .discount-row .discounts-block{display:block}}.discounts-section .discount-row .discounts-block .item{flex:0 calc(100% - 10px);margin:0 5px;width:calc(100% - 10px)}@media (max-width:767px){.discounts-section .discount-row .discounts-block .item{margin:30px 0 0;width:100%}.discounts-section .discount-row .discounts-block .item:first-child{margin-top:0}}.discounts-section .discount-row .discounts-block .item .discount-percent{border-left:1px solid #eceef6;color:#ffb30e;display:inline-flex;flex-wrap:wrap;font-size:50px;font-weight:700;line-height:1em;padding-left:10px;padding-right:35px;position:relative}@media (max-width:767px){.discounts-section .discount-row .discounts-block .item .discount-percent{font-size:50px}}.discounts-section .discount-row .discounts-block .item .discount-percent i{font-size:20px;font-style:normal;line-height:1em;position:absolute;right:18px;top:5px}@media (max-width:767px){.discounts-section .discount-row .discounts-block .item .discount-percent i{font-size:20px;top:4px}}.discounts-section .discount-row .discounts-block .item .discount-percent u{bottom:4px;font-size:16px;line-height:1em;position:absolute;right:0;text-decoration:none}@media (max-width:767px){.discounts-section .discount-row .discounts-block .item .discount-percent u{bottom:4px;font-size:16px}}.discounts-section .discount-row .discounts-block .item .discount-info{display:block;font-size:16px;font-weight:500;margin-top:20px}.discounts-section .discount-row .discounts-block .item p{margin:10px 0 0}.writers-section{padding:50px 0;position:relative}@media (max-width:767px){.writers-section{padding:30px 0 40px}}.writers-section .top-row{align-items:flex-start;display:flex}@media (max-width:1024px){.writers-section .top-row{display:block}.writers-section .top-row:first-child .title-block{display:inline-flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.writers-section .top-row:first-child .title-block{line-height:40px}}.writers-section .top-row:first-child .title-block:before{background:url(/assets/img/feather-icon.svg?42e9eb1a2d660ddd75c0be2bb9580fd7) 0 0 no-repeat;content:"";display:flex;height:80px;left:0;position:absolute;top:calc(100% + 20px);width:80px}@media (max-width:1024px){.writers-section .top-row:first-child .title-block:before{background-size:100% auto;height:64px;left:100%;margin-top:-32px;top:50%;width:64px}}@media (max-width:767px){.writers-section .top-row:first-child .title-block:before{height:40px;margin-top:-20px;width:40px}}.writers-section .top-row .title-block{flex:1 0 255px;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;text-transform:uppercase;width:255px}@media (max-width:1024px){.writers-section .top-row .title-block{margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.writers-section .top-row .title-block{font-size:22px;margin-bottom:25px}}.writers-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.writers-section .top-row .info-block{width:100%}}.writers-section .top-row .info-block .inner-title{display:block;font-size:24px;font-weight:700;line-height:1.2em;margin-bottom:15px;margin-top:30px}@media (max-width:767px){.writers-section .top-row .info-block .inner-title{font-size:20px;margin-bottom:8px}}.writers-section .top-row .info-block p{margin:10px 0 0}.writers-section .top-row .info-block p:first-child{margin-top:0}.writers-section .bottom-row{align-items:flex-start;display:flex;margin-top:50px}@media (max-width:1024px){.writers-section .bottom-row{display:block}}@media (max-width:767px){.writers-section .bottom-row{margin-top:30px}}.writers-section .bottom-row .tabs-menu{flex:1 0 235px;list-style-type:none;margin:0;padding:0;width:235px}@media (max-width:1024px){.writers-section .bottom-row .tabs-menu{border-bottom:1px solid #ebecf5;display:flex;margin-bottom:30px;overflow:hidden;overflow-x:auto;text-align:center;width:100%}}.writers-section .bottom-row .tabs-menu::-webkit-scrollbar-track{background-color:#fff}.writers-section .bottom-row .tabs-menu::-webkit-scrollbar{height:0}.writers-section .bottom-row .tabs-menu::-webkit-scrollbar-thumb{background-color:#fff}@media (max-width:1024px){.writers-section .bottom-row .tabs-menu li{flex:1;white-space:nowrap}}@media (max-width:767px){.writers-section .bottom-row .tabs-menu li{flex:1 0 auto;min-width:150px}}.writers-section .bottom-row .tabs-menu li.current a{background:#f6f9ff}.writers-section .bottom-row .tabs-menu li.current a b{font-weight:500}.writers-section .bottom-row .tabs-menu a{align-items:center;color:#4f5a80;display:flex;font-size:15px;font-weight:500;justify-content:space-between;min-height:42px;padding:0 10px}@media (max-width:1024px){.writers-section .bottom-row .tabs-menu a{padding:0 16px}}.writers-section .bottom-row .tabs-menu a b{font-weight:400;margin-left:5px}.writers-section .bottom-row .tab{flex:0 calc(100% - 255px);margin-left:20px;position:relative;width:calc(100% - 255px)}@media (max-width:1024px){.writers-section .bottom-row .tab{margin:0;width:100%}}@media (max-width:767px){.writers-section .bottom-row .tab{margin:0 -20px;width:calc(100% + 40px)}}.writers-section .bottom-row .writers-table{position:relative}.writers-section .bottom-row .writers-table:before{background:#6576be;border-radius:10px;content:"";height:2px;left:0;position:absolute;right:0;top:0}.writers-section .bottom-row .writers-table .table-row{align-items:center;border-bottom:1px solid #ebecf5;display:flex;min-height:65px;padding:0 22px}@media (max-width:767px){.writers-section .bottom-row .writers-table .table-row{flex-wrap:wrap;padding:0 20px}}.writers-section .bottom-row .writers-table .table-row .counter-title{color:#c5c8d1;flex:1 0 30px;width:30px}@media (max-width:767px){.writers-section .bottom-row .writers-table .table-row .counter-title{display:none}}.writers-section .bottom-row .writers-table .table-row .id-title,.writers-section .bottom-row .writers-table .table-row .orders-title,.writers-section .bottom-row .writers-table .table-row .rating-title{color:#3d4662;flex:0 25%;text-align:center;width:25%}@media (max-width:767px){.writers-section .bottom-row .writers-table .table-row .id-title,.writers-section .bottom-row .writers-table .table-row .orders-title,.writers-section .bottom-row .writers-table .table-row .rating-title{flex:0 30.333%;padding:12px 0;width:30.333%}}.writers-section .bottom-row .writers-table .table-row .id-title{color:#4f5976;text-align:left}@media (max-width:767px){.writers-section .bottom-row .writers-table .table-row .orders-title{flex:0 39.333%;width:39.333%}}.writers-section .bottom-row .writers-table .table-row .button-title{flex:1 0 180px;width:180px}@media (max-width:767px){.writers-section .bottom-row .writers-table .table-row .button-title{flex:0 100%;padding:11px 0;position:relative;width:100%}}.writers-section .bottom-row .writers-table .table-row .button-title:before{display:none}@media (max-width:767px){.writers-section .bottom-row .writers-table .table-row .button-title:before{border-top:1px solid #ebecf5;content:"";display:block;left:0;left:-20px;position:absolute;right:-20px;top:0}}.writers-section .bottom-row .writers-table .f_button:not(.load_more){height:34px;padding:0;text-transform:none;width:100%}.writers-section .bottom-row .writers-table .thead-block{color:#3c445a;font-size:15px;font-weight:500;min-height:42px}.writers-section .bottom-row .writers-table .thead-block .id-title,.writers-section .bottom-row .writers-table .thead-block .orders-title,.writers-section .bottom-row .writers-table .thead-block .rating-title{padding:0}@media (max-width:767px){.writers-section .bottom-row .writers-table .thead-block .button-title{display:none}}.writers-section .bottom-row .load-more-wrapper.more{margin-left:-235px;width:calc(100% + 235px)}@media (max-width:1024px){.writers-section .bottom-row .load-more-wrapper{margin-left:0}.writers-section .bottom-row .load-more-wrapper.more{margin-left:0;width:100%}}.inner-writer-section{overflow:hidden;padding:50px 0;position:relative}@media (max-width:767px){.inner-writer-section{padding:30px 0 40px}}.inner-writer-section .top-row{display:flex}@media (max-width:1024px){.inner-writer-section .top-row{display:block}.inner-writer-section .top-row:first-child .title-block{display:flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.inner-writer-section .top-row:first-child .title-block{line-height:40px;padding-right:0}}.inner-writer-section .top-row:first-child .title-block:before{background:url(/assets/img/feather-icon.svg?42e9eb1a2d660ddd75c0be2bb9580fd7) 0 0 no-repeat;content:"";display:flex;height:80px;left:0;position:absolute;top:70px;width:80px}@media (max-width:1024px){.inner-writer-section .top-row:first-child .title-block:before{background-size:100% auto;height:64px;left:250px;margin-top:-32px;top:50%;width:64px}}@media (max-width:767px){.inner-writer-section .top-row:first-child .title-block:before{height:40px;margin-top:0;top:0;width:40px}}.inner-writer-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;width:255px}@media (max-width:1024px){.inner-writer-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.inner-writer-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:40px;width:100%}}.inner-writer-section .top-row .title-block b{font-size:20px;font-weight:inherit;margin-bottom:100px}@media (max-width:1024px){.inner-writer-section .top-row .title-block b{font-size:inherit;margin:0 0 0 5px}}.inner-writer-section .top-row .title-block .f_button{margin-top:20px;padding:0;width:210px}@media (max-width:1024px){.inner-writer-section .top-row .title-block .f_button{margin-left:auto;margin-top:auto}}@media (max-width:767px){.inner-writer-section .top-row .title-block .f_button{margin:30px 0 0;width:100%}}.inner-writer-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.inner-writer-section .top-row .info-block{width:100%}}.inner-writer-section .top-row .info-block .top-info{display:flex;justify-content:space-between;margin:0 -10px}@media (max-width:1024px){.inner-writer-section .top-row .info-block .top-info{display:none}}.inner-writer-section .top-row .info-block .top-info .item{flex:0 calc(33.333% - 20px);margin:0 10px;width:calc(33.333% - 20px)}.inner-writer-section .top-row .info-block .top-info .item .inner-title{color:#4f5976;display:block;font-size:16px;font-weight:500;line-height:1.2em;margin-bottom:5px}.inner-writer-section .top-row .info-block .top-info .item .val-title{color:#3d4662;display:block;font-size:22px;font-weight:700;line-height:1.2em}.inner-writer-section .top-row .info-block .progress-items{display:flex;flex-wrap:wrap;margin:40px -10px -11px}@media (max-width:1024px){.inner-writer-section .top-row .info-block .progress-items{margin-top:0}}@media (max-width:767px){.inner-writer-section .top-row .info-block .progress-items{display:block;margin:-10px 0 0}}.inner-writer-section .top-row .info-block .progress-items .item{display:flex;flex:0 calc(33.333% - 20px);margin:11px 10px;width:calc(33.333% - 20px)}@media (max-width:767px){.inner-writer-section .top-row .info-block .progress-items .item{margin:20px 0;width:100%}}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap{align-items:center;display:inline-flex;position:relative}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .value{display:block;font-size:15px;font-weight:400;left:24px;position:absolute;top:55%;transform:translate(-50%,-60%)}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress-title{display:inline-block;font-size:15px;line-height:22px;margin-left:15px}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress{height:48px;min-width:48px;width:48px}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress.noselect{-webkit-touch-callout:none;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress .fill,.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress .track{fill:transparent;stroke-width:3;transform:rotate(180deg) translate(-80px,-80px)}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress .track{stroke:#d0efdb}.inner-writer-section .top-row .info-block .progress-items .item .progress-wrap .progress .fill{stroke:#596db1;stroke-dasharray:219.99078369140625;stroke-dashoffset:-219.99078369140625;transition:stroke-dashoffset 1s}.writer-review-block{margin-top:80px}@media (max-width:1024px){.writer-review-block{margin-top:40px}}.writer-review-block .block-title{color:#3b435c;display:block;font-size:22px;font-weight:700;margin-bottom:50px}@media (max-width:1024px){.writer-review-block .block-title{margin-bottom:30px}}@media (max-width:767px){.writer-review-block .block-title{font-size:20px}}.writer-review-block .wrapper{display:flex;flex-wrap:wrap;margin:0 -10px;position:relative}@media (max-width:767px){.writer-review-block .wrapper{display:block;margin:-10px 0}}.writer-review-block .wrapper:before{background:#fcfdff;bottom:0;content:"";left:50%;position:absolute;right:-1000px;top:-20px;z-index:-1}.writer-review-block .wrapper .item{border-bottom:1px solid #eeeef5;flex:0 calc(25% - 20px);margin:0 10px 50px;padding-bottom:30px;width:calc(25% - 20px)}@media (max-width:1024px){.writer-review-block .wrapper .item{flex:0 calc(33.333% - 20px);width:calc(33.333% - 20px)}.writer-review-block .wrapper:before{left:33.333%;right:-100px}}@media (max-width:767px){.writer-review-block .wrapper .item{margin:20px 0;padding-bottom:20px;width:100%!important}.writer-review-block .wrapper:before{display:none}}.writer-review-block .wrapper .item:nth-child(3n+1){flex:0 calc(50% - 20px);width:calc(50% - 20px)}@media (max-width:1024px){.writer-review-block .wrapper .item:nth-child(3n+1){flex:0 calc(33.333% - 20px);width:calc(33.333% - 20px)}}.writer-review-block .wrapper .item .name-of-work{border-bottom:1px solid #7c8fce;color:#4f5976;display:block;font-size:16px;font-weight:500;line-height:20px;margin-bottom:10px;padding-bottom:10px}.writer-review-block .wrapper .item .name-of-work+.rating{margin-bottom:5px;margin-top:16px}@media (max-width:767px){.writer-review-block .wrapper .item .name-of-work+.rating{margin-top:0}}.writer-review-block .wrapper .item .topic{color:#828aa6;display:block;margin-bottom:10px}.writer-review-block .wrapper .item .address{color:#828aa6;display:block;font-size:15px;line-height:22px;margin-bottom:5px}@media (max-width:767px){.writer-review-block .wrapper .item .address{margin-bottom:15px}}.writer-review-block .wrapper .item .rating{margin-bottom:20px}.writer-review-block .wrapper .item p{margin:0}.writer-review-block .wrapper .load-more-wrapper{flex:0 100%;margin-top:-60px;width:100%}@media (max-width:767px){.writer-review-block .wrapper .load-more-wrapper{margin-top:0}}.extras-section{padding:50px 0;position:relative}@media (max-width:767px){.extras-section{padding:30px 0 40px}}.extras-section .top-row{display:flex}@media (max-width:1024px){.extras-section .top-row{display:block}.extras-section .top-row:first-child .title-block{display:flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.extras-section .top-row:first-child .title-block{line-height:40px;padding-right:0}}.extras-section .top-row:first-child .title-block:before{background:url(/assets/img/extras-icon.svg?aac70cbb041ef33844313d2f1c4f55f3) 0 0 no-repeat;content:"";display:flex;height:75px;left:0;position:absolute;top:50px;width:80px}@media (max-width:1024px){.extras-section .top-row:first-child .title-block:before{background-size:100% auto;height:60px;left:100px;margin-top:-30px;top:50%;width:64px}}@media (max-width:767px){.extras-section .top-row:first-child .title-block:before{height:40px;left:110px;margin-top:0;top:0;width:42px}}.extras-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;padding-right:10px;position:relative;text-transform:uppercase;width:255px}.extras-section .top-row .title-block,.extras-section .top-row .title-block h1{font-size:24px;font-weight:700;line-height:1.2em}@media (max-width:767px){.extras-section .top-row .title-block h1{line-height:40px}}@media (max-width:1024px){.extras-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.extras-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:40px;width:100%}}.extras-section .top-row .title-block b{font-size:20px;font-weight:inherit;margin-bottom:100px}@media (max-width:1024px){.extras-section .top-row .title-block b{font-size:inherit;margin:0 0 0 5px}}.extras-section .top-row .title-block .inner-block{margin-top:auto}@media (max-width:1024px){.extras-section .top-row .title-block .inner-block{display:none}}.extras-section .top-row .title-block .inner-block .inner-title{font-size:20px;font-weight:700;line-height:26px}.extras-section .top-row .title-block .f_button{margin-top:20px;padding:0;width:215px}@media (max-width:1024px){.extras-section .top-row .title-block .f_button{margin-left:auto;margin-top:auto}}@media (max-width:767px){.extras-section .top-row .title-block .f_button{margin:30px 0 0;width:100%}}.extras-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.extras-section .top-row .info-block{width:100%}}.extras-section .top-row .info-block .inner-row{display:flex;flex-wrap:wrap;margin:50px -11px 0}@media (max-width:767px){.extras-section .top-row .info-block .inner-row{display:block;margin:40px 0 0}}.extras-section .top-row .info-block .inner-row:first-child{margin-top:0}.extras-section .top-row .info-block .inner-row>.item-title{margin:0 11px 20px}@media (max-width:767px){.extras-section .top-row .info-block .inner-row>.item-title{margin:0 0 20px}}.extras-section .top-row .info-block .inner-row .item-title{border-bottom:1px solid #ebecf5;display:block;font-size:16px;font-weight:700;line-height:1.2em;margin-bottom:20px;padding-bottom:10px;text-transform:uppercase;width:100%}.extras-section .top-row .info-block .inner-row .wrapper{display:flex}@media (max-width:767px){.extras-section .top-row .info-block .inner-row .wrapper{display:block}}.extras-section .top-row .info-block .inner-row .item{display:flex;flex:0 calc(33.333% - 22px);flex-direction:column;margin:0 11px;width:calc(33.333% - 22px)}@media (max-width:767px){.extras-section .top-row .info-block .inner-row .item{display:block;margin:20px 0 0;width:100%}}.extras-section .top-row .info-block .inner-row .semi-title{color:#3c445a;display:block;font-size:16px;font-weight:500;line-height:24px;margin-bottom:10px}.extras-section .top-row .info-block .inner-row p{color:#4f5976;margin:0 0 25px}.extras-section .top-row .info-block .inner-row .price-item{align-items:center;background:#eef9e8;color:#4aa33e;display:flex;font-weight:500;justify-content:center;margin-top:auto;min-height:44px}.extras-section+.cta-banner{display:none}@media (max-width:1024px){.extras-section+.cta-banner{display:block}}.blog-section{padding:50px 0;position:relative}@media (max-width:767px){.blog-section{padding:30px 0 40px}}.about-us-section{padding:50px 0;position:relative}@media (max-width:1024px){.about-us-section{padding:30px 0}}@media (max-width:767px){.about-us-section{padding:25px 0 30px}}.about-us-section .top-row{align-items:flex-start;display:flex}@media (max-width:1024px){.about-us-section .top-row{display:block}.about-us-section .top-row:first-child .title-block{display:inline-flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.about-us-section .top-row:first-child .title-block{line-height:40px}}.about-us-section .top-row:first-child .title-block:before{background:url(/assets/img/about-us-icon.svg?f73f0a7837951ae9f4eed53685ebdecf) 0 0 no-repeat;content:"";display:flex;height:48px;left:0;position:absolute;top:50px;width:80px}@media (max-width:1024px){.about-us-section .top-row:first-child .title-block:before{background-size:100% auto;height:60px;left:100%;margin-top:-30px;top:50%;width:64px}}@media (max-width:767px){.about-us-section .top-row:first-child .title-block:before{height:28px;margin-top:-14px;width:42px}}.about-us-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;text-transform:uppercase;width:255px}@media (max-width:1024px){.about-us-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.about-us-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:25px;width:100%}}.about-us-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.about-us-section .top-row .info-block{width:100%}}.about-us-section .top-row .info-block p{font-size:16px;line-height:24px}.about-us-section .top-row .info-block p b{color:#3c445a;display:block;font-size:16px;font-weight:500;margin-bottom:5px}.about-us-info-section{padding:0 0 100px;position:relative}@media (max-width:1024px){.about-us-info-section{padding-bottom:40px}}.about-us-info-section .wrapper{align-items:center;display:flex;margin:0 -25px}@media (max-width:1280px){.about-us-info-section .wrapper{justify-content:space-between;margin:0 -15px}}@media (max-width:767px){.about-us-info-section .wrapper{align-items:flex-start;flex-direction:column;margin:0}}.about-us-info-section .wrapper .item{align-items:center;display:flex;flex:0 auto;margin:0 25px;width:auto}@media (max-width:1280px){.about-us-info-section .wrapper .item{margin:0 15px}}@media (max-width:1024px){.about-us-info-section .wrapper .item{align-items:flex-start;flex:1 auto;flex-direction:column;margin:0;width:auto}}@media (max-width:767px){.about-us-info-section .wrapper .item{margin:10px 0}}.about-us-info-section .wrapper .item:hover .img-block:before{-webkit-animation:spin 2.5s ease;animation:spin 2.5s ease}.about-us-info-section .wrapper .item .img-block{flex:1 0 48px;height:48px;position:relative;width:48px}@media (max-width:1024px){.about-us-info-section .wrapper .item .img-block{margin-bottom:25px}}.about-us-info-section .wrapper .item .img-block:before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 0 0 no-repeat;content:"";height:48px;left:0;position:absolute;top:0;width:48px}.about-us-info-section .wrapper .item .img-block:after{content:"";height:48px;left:50%;margin-left:-23px;margin-top:-23px;position:absolute;top:50%;transition:all .3s;width:48px}.about-us-info-section .wrapper .item .img-block.phone-img:after{background-color:#6576be;-webkit-mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;mask:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%;-webkit-mask-size:16px 22px;mask-size:16px 22px}.about-us-info-section .wrapper .item .img-block.email-img:after{background-color:#6576be;-webkit-mask:url(/assets/img/email-icon.svg?2f985bd182e96681b56ad58b9808b6e6) no-repeat 50% 50%;mask:url(/assets/img/email-icon.svg?2f985bd182e96681b56ad58b9808b6e6) no-repeat 50% 50%;-webkit-mask-size:20px 15px;mask-size:20px 15px}.about-us-info-section .wrapper .item .img-block.chat-img:after{background-color:#6576be;-webkit-mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;mask:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%;-webkit-mask-size:20px 20px;mask-size:20px 20px}.about-us-info-section .wrapper .item .contact-info{color:#4f5a80;flex:0 calc(100% - 10px);font-size:15px;font-weight:500;margin-left:10px;width:calc(100% - 10px)}@media (max-width:1024px){.about-us-info-section .wrapper .item .contact-info{margin-left:0}}@media (max-width:767px){.about-us-info-section .wrapper .item .contact-info{width:100%}}.about-us-info-section .wrapper .item .contact-info a{font-weight:400}.about-us-info-section .wrapper .item .contact-info a:hover{color:#ffb30e}.about-us-info-section .wrapper .item .contact-info a.chat-link{border-bottom:1px dashed #4f5a80}.about-us-info-section .wrapper .item .contact-info a.chat-link:hover{border-bottom-color:#ffb30e}.contact-us-section .top-row:first-child .title-block:before{background:url(/assets/img/contact-us-icon.svg?db28018ffdd8fd8664edef2bb0f16c30) 0 0 no-repeat;height:80px}@media (max-width:1024px){.contact-us-section .top-row:first-child .title-block:before{background-size:100% auto;height:64px;width:64px}}@media (max-width:767px){.contact-us-section .top-row:first-child .title-block:before{height:40px;width:40px}}.samples-section{padding:50px 0 100px;position:relative}@media (max-width:767px){.samples-section{padding:30px 0 40px}}.samples-section .top-row{display:flex}@media (max-width:1024px){.samples-section .top-row{display:block}}.samples-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;text-transform:uppercase;width:255px}@media (max-width:1024px){.samples-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.samples-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:30px;width:100%}}.samples-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.samples-section .top-row .info-block{width:100%}}.samples-section .top-row .info-block p{color:#4f5a80;font-size:16px;line-height:24px;margin:0}.samples-section .bottom-row{margin-top:50px}.samples-section .bottom-row .wrapper{display:flex;flex-wrap:wrap;margin:-35px -20px}@media (max-width:767px){.samples-section .bottom-row .wrapper{display:block;margin:-20px 0}}.samples-section .bottom-row .wrapper .item{flex:0 calc(50% - 40px);margin:35px 20px;width:calc(50% - 40px)}@media (max-width:767px){.samples-section .bottom-row .wrapper .item{margin:40px 0;width:100%}}.samples-section .bottom-row .wrapper .item .head-block{border-bottom:1px solid #eeeef5;margin-bottom:20px;padding-bottom:10px;padding-right:45px;position:relative}.samples-section .bottom-row .wrapper .item .head-block:before{background:url(/assets/img/doc-icon.svg?44211e76ba06a71d29e9d1246979c4b3) 50% 50% no-repeat;border:1px solid #ffb30e;border-radius:100px;content:"";height:40px;left:0;left:auto;position:absolute;right:0;top:0;top:2px;width:40px}.samples-section .bottom-row .wrapper .item .head-block .name-of-sample{color:#3b435c;display:block;font-size:16px;font-weight:700;line-height:24px;margin-bottom:5px}.samples-section .bottom-row .wrapper .item .head-block .theme-sample{color:#4f5976;display:block;font-size:16px;font-weight:500;line-height:24px}.samples-section .bottom-row .wrapper .item .content-block .inner-row{align-items:center;color:#4f5a80;display:flex}.samples-section .bottom-row .wrapper .item .content-block .inner-row .name-row{flex:1 0 140px;max-width:140px}.samples-section .bottom-row .wrapper .item .content-block .f_button{margin-top:30px;max-width:370px;padding:0;width:100%}@media (max-width:767px){.samples-section .bottom-row .wrapper .item .content-block .f_button{font-size:12px;height:40px}}.samples-section .bottom-row .wrapper .item .content-block .f_button:before{background:url(/assets/img/pdf-icon.svg?5b9c47ccbfd4ee792ecff26813d35f60) no-repeat 50% 50%;height:24px;left:auto;margin-right:10px;position:relative;top:auto;transition:all .3s;width:23px}.samples-section .bottom-row .load-more-wrapper{flex:0 100%;margin-top:0}.inner-free-page-section{padding:0 0 70px}@media (max-width:767px){.inner-free-page-section{padding-bottom:40px}}.inner-free-page-section .head-block{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}@media (max-width:767px){.inner-free-page-section .head-block{display:block;margin-bottom:30px}}.inner-free-page-section .head-block .f_button{flex:1 0 230px;font-size:15px;max-width:230px;padding:0}@media (max-width:767px){.inner-free-page-section .head-block .f_button{margin-top:30px;max-width:100%;width:100%}}.services-section{padding:50px 0 100px;position:relative}@media (max-width:767px){.services-section{padding:30px 0 40px}}.services-section .top-row{display:flex}@media (max-width:1024px){.services-section .top-row{display:block}}.services-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;text-transform:uppercase;width:255px}@media (max-width:1024px){.services-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.services-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:30px;width:100%}}.services-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.services-section .top-row .info-block{width:100%}}.services-section .top-row .info-block p{color:#4f5a80;font-size:16px;line-height:24px;margin:0}.services-section .bottom-row{margin-top:50px}@media (max-width:1024px){.services-section .bottom-row{margin-top:35px}}@media (max-width:767px){.services-section .bottom-row{border-top:1px solid #ebecf5;margin-top:10px;padding-top:10px}}.services-section .bottom-row .wrapper{display:flex;flex-wrap:wrap;margin:-35px -10px}@media (max-width:1024px){.services-section .bottom-row .wrapper{margin:-15px -10px}}@media (max-width:767px){.services-section .bottom-row .wrapper{display:block;margin:0}}.services-section .bottom-row .wrapper .item{flex:0 calc(25% - 20px);margin:35px 10px;width:calc(25% - 20px)}@media (max-width:1024px){.services-section .bottom-row .wrapper .item{flex:0 calc(50% - 20px);margin:15px 10px;width:calc(50% - 20px)}}@media (max-width:767px){.services-section .bottom-row .wrapper .item{margin:20px 0;width:100%}}@media (max-width:1024px){.services-section .bottom-row .wrapper .item:first-child{align-items:center;display:flex;flex:0 calc(100% - 20px);min-height:64px;width:calc(100% - 20px)}}@media (max-width:767px){.services-section .bottom-row .wrapper .item:first-child{margin-bottom:30px;margin-top:0;min-height:50px}}.services-section .bottom-row .wrapper .item .title-of-services{border-bottom:1px solid #ebecf5;color:#3b435c;display:flex;font-size:20px;font-weight:700;margin-right:50px;padding-bottom:10px;position:relative}@media (max-width:1024px){.services-section .bottom-row .wrapper .item .title-of-services{align-items:center;display:inline-flex;margin:0}}@media (max-width:767px){.services-section .bottom-row .wrapper .item .title-of-services{display:flex;font-size:16px;width:100%}}.services-section .bottom-row .wrapper .item .title-of-services:before{background:url(/assets/img/services-icon.svg?ffad578dc224c02c4c55c53a101abfc0) 0 0 no-repeat;content:"";height:80px;left:0;position:absolute;top:0;top:calc(100% + 20px);width:80px}@media (max-width:1024px){.services-section .bottom-row .wrapper .item .title-of-services:before{background-size:100% auto;height:64px;left:auto;right:-100px;top:50%;transform:translateY(-50%);width:64px}}@media (max-width:767px){.services-section .bottom-row .wrapper .item .title-of-services:before{height:36px;right:0;top:40%;width:36px}}.services-section .bottom-row .wrapper .item:nth-child(12) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(17) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(2) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(7) .img-block:before{transform:rotate(45deg)}.services-section .bottom-row .wrapper .item:nth-child(13) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(18) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(3) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(8) .img-block:before{transform:rotate(90deg)}.services-section .bottom-row .wrapper .item:nth-child(14) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(19) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(4) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(9) .img-block:before{transform:rotate(180deg)}.services-section .bottom-row .wrapper .item:nth-child(10) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(15) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(20) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(5) .img-block:before{transform:rotate(270deg)}.services-section .bottom-row .wrapper .item:nth-child(11) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(16) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(21) .img-block:before,.services-section .bottom-row .wrapper .item:nth-child(6) .img-block:before{transform:rotate(1turn)}.services-section .bottom-row .wrapper .item:hover .img-block:before{-webkit-animation:spin 2.5s ease;animation:spin 2.5s ease}.services-section .bottom-row .wrapper .item .img-block{align-items:center;display:flex;height:50px;justify-content:center;position:relative;width:50px}.services-section .bottom-row .wrapper .item .img-block:before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat;content:"";height:50px;left:0;position:absolute;top:0;width:50px}.services-section .bottom-row .wrapper .item .info-item{margin-top:35px}@media (max-width:767px){.services-section .bottom-row .wrapper .item .info-item{margin-top:20px}}.services-section .bottom-row .wrapper .item .info-item .name-of-service{color:#3c445a;display:block;font-size:16px;font-weight:500;margin-bottom:20px}@media (max-width:767px){.services-section .bottom-row .wrapper .item .info-item .name-of-service{margin-bottom:15px}}.services-section .bottom-row .wrapper .item .info-item p{color:#4f5a80;margin:0}.faq-section{padding:0 0 50px;position:relative}@media (max-width:767px){.faq-section{padding-bottom:40px}}.faq-section .top-row{align-items:center;display:flex;min-height:118px}@media (max-width:767px){.faq-section .top-row{min-height:90px}}.faq-section .top-row .title-block{color:#3c445a;display:flex;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;position:relative;text-transform:uppercase;width:100%}@media (max-width:1024px){.faq-section .top-row .title-block{align-items:center;flex-direction:row;text-align:center;width:100%}}@media (max-width:767px){.faq-section .top-row .title-block{font-size:20px}}.faq-section .top-row .title-block:before{background:url(/assets/img/faq-icon.svg?e4a3ad2813383da67161160cbfd9f0eb) 0 0 no-repeat;content:"";display:flex;height:74px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:54px}@media (max-width:1024px){.faq-section .top-row .title-block:before{background-size:100% auto;height:64px;left:100px;top:50%;width:46px}}@media (max-width:767px){.faq-section .top-row .title-block:before{height:40px;left:70px;width:29px}}.faq-section .bottom-row .faq-item{display:flex;margin-top:50px}@media (max-width:1024px){.faq-section .bottom-row .faq-item{display:block;margin-top:40px}}.faq-section .bottom-row .faq-item:first-child{margin-top:0}.faq-section .bottom-row .faq-item .title-block{border-top:1px solid #ebecf5;color:#3c445a;display:flex;flex:1 0 235px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;margin-right:20px;padding-top:20px;position:relative;text-transform:uppercase;width:235px}@media (max-width:1024px){.faq-section .bottom-row .faq-item .title-block{border:0;font-size:20px;margin:0 0 10px;padding:0;width:100%}}@media (max-width:767px){.faq-section .bottom-row .faq-item .title-block{font-size:18px}}.faq-section .bottom-row .faq-item .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.faq-section .bottom-row .faq-item .info-block{width:100%}}.reviews-section{overflow:hidden;padding:50px 0;position:relative}@media (max-width:767px){.reviews-section{padding:30px 0 40px}}.reviews-section .top-row{display:flex}@media (max-width:1024px){.reviews-section .top-row{display:block}.reviews-section .top-row:first-child .title-block{display:flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.reviews-section .top-row:first-child .title-block{line-height:40px;padding-right:0}}.reviews-section .top-row:first-child .title-block:before{background:url(/assets/img/reviews-icon.svg?dd384e60d4a2b186ee93b4ab8bbeb228) 0 0 no-repeat;content:"";display:flex;height:80px;left:0;position:absolute;top:45px;width:80px}@media (max-width:1024px){.reviews-section .top-row:first-child .title-block:before{background-size:100% auto;height:64px;left:145px;margin-top:-32px;top:50%;width:64px}}@media (max-width:767px){.reviews-section .top-row:first-child .title-block:before{height:40px;margin-top:0;top:0;width:40px}}.reviews-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;text-transform:uppercase;width:255px}@media (max-width:1024px){.reviews-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.reviews-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:40px;width:100%}}.reviews-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.reviews-section .top-row .info-block{width:100%}}.reviews-section .top-row .info-block p{margin:10px 0 0}.reviews-section .top-row .info-block p:first-child{margin-top:0}.reviews-section .top-row .info-block .write-review-link{align-items:center;color:#4f5a80;display:inline-flex;font-size:15px;margin-top:20px;min-height:30px;padding-left:35px;position:relative}.reviews-section .top-row .info-block .write-review-link:hover{color:#ffb30e}.reviews-section .top-row .info-block .write-review-link:before{background:url(/assets/img/pen-icon.svg?d26acbdcc4449c0de3c97a78044bf142) 50% 50% no-repeat;border:1px solid #ffb30e;border-radius:50px;content:"";height:28px;left:0;position:absolute;top:0;width:28px}.reviews-section .writer-review-block{margin-top:50px}@media (max-width:767px){.reviews-section .writer-review-block{margin-top:60px}}.reviews-section .writer-review-block .wrapper .item .name-of-work{border-bottom:0;font-size:20px;font-weight:700;position:relative}@media (max-width:767px){.reviews-section .writer-review-block .wrapper .item .name-of-work{font-size:18px}}.reviews-section .writer-review-block .wrapper .item .name-of-work:before{border-bottom:1px solid #7c8fce;bottom:0;content:"";left:0;max-width:235px;position:absolute;top:0;top:auto;width:100%}@media (max-width:1024px){.reviews-section .writer-review-block .wrapper .item .name-of-work:before{max-width:100%}}@media (max-width:767px){.reviews-section .writer-review-block .wrapper .load-more-wrapper{margin-top:40px}}.reviews-section .form-write-review .f_group{flex-wrap:wrap;margin-top:30px}.reviews-section .form-write-review .f_group:first-child,.reviews-section .form-write-review .f_group:nth-child(2){margin-top:0}.reviews-section .form-write-review .f_group .form-title{color:#727a91;font-size:11px;font-weight:500;margin-bottom:10px;width:100%}.reviews-section .form-write-review .rate_feedback{display:inline-block;margin:0 -3px;position:relative;text-align:center}.reviews-section .form-write-review .rate_feedback input{display:none!important}.reviews-section .form-write-review .rate_feedback input:checked~label,.reviews-section .form-write-review .rate_feedback label,.reviews-section .form-write-review .rate_feedback label:hover,.reviews-section .form-write-review .rate_feedback label:hover~label{background:url(/assets/img/star.svg?fd1dda2f9167bfcc5571ff01ca492399) 0 0 no-repeat;background-size:16px 14px;cursor:pointer;display:inline-block;height:14px;width:16px}.reviews-section .form-write-review .rate_feedback label{cursor:pointer;float:right;height:14px;margin:0 3px;position:relative;width:16px;z-index:1}.reviews-section .form-write-review .rate_feedback:hover input:checked~label:after{opacity:0}.reviews-section .form-write-review .rate_feedback input:checked~label:after,.reviews-section .form-write-review .rate_feedback label:after,.reviews-section .form-write-review .rate_feedback label:hover:after,.reviews-section .form-write-review .rate_feedback label:hover~label:after,.reviews-section .form-write-review .rate_feedback:hover input:checked~label:hover:after,.reviews-section .form-write-review .rate_feedback:hover label:hover~label:after{opacity:1}.reviews-section .form-write-review .rate_feedback label:after{background:url(/assets/img/star-active.svg?5721c8656b93cfc9f4802f0450c51f0c) 0 0 no-repeat;background-size:16px 14px;content:"";display:block;height:14px;left:0;opacity:0;position:absolute;top:0;width:16px}.reviews-section .form-write-review .f_button{box-shadow:none;display:flex;max-width:235px;width:100%}.congrats-section{padding:50px 0 160px;position:relative}@media (max-width:767px){.congrats-section{padding:56px 0 40px}}.congrats-section[data-congrats=review] .wrapper{max-width:460px}.congrats-section[data-congrats=subscribe] .wrapper{max-width:610px}.congrats-section[data-congrats=subscribe] .wrapper .congrats-content .cong-title{margin-bottom:18px}.congrats-section[data-congrats=subscribe] .wrapper .congrats-content p+.f_button{margin-top:30px}.congrats-section[data-congrats=reset-password] .wrapper{max-width:610px}.congrats-section[data-congrats=reset-password] .wrapper .congrats-content .cong-title{margin-bottom:18px}.congrats-section[data-congrats=congrats] .wrapper{max-width:560px}.congrats-section[data-congrats=congrats] .wrapper .congrats-content .cong-title{margin-bottom:18px}.congrats-section .wrapper{display:flex;margin:0 auto}@media (max-width:767px){.congrats-section .wrapper{display:block;text-align:center}}.congrats-section .wrapper .img-block{align-items:center;display:inline-flex;flex:1 0 50px;height:50px;justify-content:center;margin-top:25px;position:relative;width:50px}@media (max-width:767px){.congrats-section .wrapper .img-block{margin:0}}.congrats-section .wrapper .img-block:before{background:url(/assets/img/border-img.svg?dc71727a22db213e7bdf32b8508594f8) 50% 50% no-repeat;content:"";height:50px;left:0;position:absolute;top:0;transform:rotate(270deg);width:50px}.congrats-section .wrapper .congrats-content{border-left:1px solid #eeeef5;flex:0 calc(100% - 80px);margin-left:30px;padding:20px 20px 20px 35px;width:calc(100% - 80px)}@media (max-width:767px){.congrats-section .wrapper .congrats-content{border-left:0;border-top:1px solid #eeeef5;margin:20px 0 0;padding:30px 0 0;width:100%}}.congrats-section .wrapper .congrats-content .cong-title{color:#3c445a;display:block;font-size:24px;font-weight:700;line-height:32px;margin-bottom:30px}@media (max-width:767px){.congrats-section .wrapper .congrats-content .cong-title{font-size:18px;line-height:24px;margin-bottom:20px}}.congrats-section .wrapper .congrats-content .semi-title{color:#6576be;display:block;font-size:18px;font-weight:500;margin-bottom:10px}.congrats-section .wrapper .congrats-content p{color:#4f5a80;font-size:15px;line-height:22px;margin:0}.congrats-section .wrapper .congrats-content .semi-link{color:#6576be;display:inline-flex;font-size:15px;line-height:1.2em;margin-top:50px}.congrats-section .wrapper .congrats-content .semi-link:hover{opacity:.6}.congrats-section .wrapper .congrats-content .button-group{display:flex;margin:50px -10px 0}@media (max-width:767px){.congrats-section .wrapper .congrats-content .button-group{display:block;margin:20px 0 0}}.congrats-section .wrapper .congrats-content .button-group .f_button{flex:0 calc(50% - 20px);margin:0 10px;width:calc(50% - 20px)}@media (max-width:767px){.congrats-section .wrapper .congrats-content .button-group .f_button{margin:10px 0;max-width:320px;width:100%}}.congrats-section .wrapper .congrats-content .f_button{max-width:232px;padding:0;width:100%}@media (max-width:767px){.congrats-section .wrapper .congrats-content .f_button{font-size:12px;max-width:100%}}.rules-page-section{padding:0 0 50px;position:relative}@media (max-width:767px){.rules-page-section{padding-bottom:40px}}.rules-page-section .bottom-row,.rules-page-section .top-row{align-items:center;display:flex;min-height:118px}@media (max-width:767px){.rules-page-section .bottom-row,.rules-page-section .top-row{min-height:90px}}.rules-page-section .bottom-row .title-block,.rules-page-section .top-row .title-block{color:#3c445a;display:flex;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;position:relative;text-transform:uppercase;width:100%}@media (max-width:1024px){.rules-page-section .bottom-row .title-block,.rules-page-section .top-row .title-block{align-items:center;flex-direction:row;text-align:center;width:100%}}@media (max-width:767px){.rules-page-section .bottom-row .title-block,.rules-page-section .top-row .title-block{font-size:20px}}.rules-page-section .bottom-row .title-block:before,.rules-page-section .top-row .title-block:before{background:url(/assets/img/faq-icon.svg?e4a3ad2813383da67161160cbfd9f0eb) 0 0 no-repeat;content:"";display:flex;height:74px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:54px}@media (max-width:1024px){.rules-page-section .bottom-row .title-block:before,.rules-page-section .top-row .title-block:before{background-size:100% auto;height:64px;left:200px;top:50%;width:46px}.rules-page-section.Guarantee .bottom-row .title-block:before,.rules-page-section.Guarantee .top-row .title-block:before{left:340px}}@media (max-width:767px){.rules-page-section .bottom-row .title-block:before,.rules-page-section .top-row .title-block:before{height:40px;left:170px;width:29px}.rules-page-section.Guarantee .bottom-row .title-block:before,.rules-page-section.Guarantee .top-row .title-block:before{left:290px}.rules-page-section .top-row .title-block{display:inline-block;padding-right:40px;text-align:left;width:auto}.rules-page-section .top-row .title-block:before{left:auto;right:0}}.rules-page-section .bottom-row .info-block,.rules-page-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.rules-page-section .bottom-row .info-block,.rules-page-section .top-row .info-block{width:100%}}.rules-page-section .bottom-row{align-items:flex-start}@media (max-width:1024px){.rules-page-section .bottom-row{display:block}}.rules-page-section .bottom-row .title-block{flex:1 0 255px;font-size:15px;padding-right:20px;width:255px}@media (max-width:1024px){.rules-page-section .bottom-row .title-block{display:block;margin-bottom:30px;width:100%}}@media (max-width:767px){.rules-page-section .bottom-row .title-block{overflow:hidden;overflow-x:auto}}.rules-page-section .bottom-row .title-block:before{display:none}.rules-page-section .bottom-row .title-block::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.rules-page-section .bottom-row .title-block::-webkit-scrollbar{height:0}.rules-page-section .bottom-row .title-block::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.rules-page-section .bottom-row .rules-page-list{list-style-type:none;margin:0;padding:0}@media (max-width:1024px){.rules-page-section .bottom-row .rules-page-list{display:flex}.rules-page-section .bottom-row .rules-page-list a{flex:1}}@media (max-width:767px){.rules-page-section .bottom-row .rules-page-list a{white-space:nowrap}}.rules-page-section .bottom-row .rules-page-list a{align-items:center;border-bottom:1px solid #ebecf5;color:#4f5a80;display:flex;font-weight:400;min-height:42px;padding:0 10px;text-transform:none}.rules-page-section .bottom-row .rules-page-list a.active{background:#f6f9ff;border-bottom-color:#f6f9ff;font-weight:500}.rules-page-section .bottom-row .rules-page-list a:hover{background:#f6f9ff;border-bottom-color:#f6f9ff;font-weight:400}.rules-page-section .bottom-row .text_holder_block ol li{padding-left:25px}.rules-page-section .bottom-row .text_holder_block h2,.rules-page-section .bottom-row .text_holder_block h3{color:#3c445a;font-weight:700}.rules-page-section .bottom-row .text_holder_block ol,.rules-page-section .bottom-row .text_holder_block ul{margin-bottom:30px}.logins-section .top-row{display:flex}@media (max-width:767px){.logins-section .top-row{display:block}.logins-section .top-row:first-child .title-block{line-height:40px;padding-right:0}}.logins-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;max-width:255px;padding:50px 10px 80px 0;position:relative;text-transform:uppercase;width:255px}.logins-section .top-row .title-block,.logins-section .top-row .title-block h1{font-size:24px;font-weight:700;line-height:1.2em}@media (max-width:767px){.logins-section .top-row .title-block h1{line-height:40px}.logins-section .top-row .title-block{flex-wrap:wrap;font-size:18px;max-width:100%;padding:56px 0 30px;text-align:center;width:100%}}.logins-section .top-row .title-block .inner-block{margin-top:auto}@media (max-width:767px){.logins-section .top-row .title-block .inner-block{display:none}}.logins-section .top-row .title-block .inner-block .login-link{color:#6576be;display:inline-flex;font-size:15px;font-weight:400;line-height:1em;text-transform:none}.logins-section .top-row .title-block .inner-block .login-link:first-child{color:#4f5a80;margin-bottom:6px;pointer-events:none}.logins-section .top-row .title-block .inner-block .login-link:hover{opacity:.6}.logins-section .top-row .info-block{border-left:1px solid #eeeef5;flex:0 396px;padding:55px 0 85px 35px;width:396px}@media (max-width:767px){.logins-section .top-row .info-block{border-left:0;border-top:1px solid #eeeef5;margin:0 -24px;padding:40px 20px;width:calc(100% + 48px)}}.logins-section .top-row .info-block .f_group{flex-direction:column;margin-top:32px}.logins-section .top-row .info-block .f_group:first-child,.logins-section .top-row .info-block input[type=hidden]+.f_group{margin-top:0}.logins-section .top-row .info-block .f_group.error span.error{left:105%;position:absolute;top:28px;width:100%}@media (max-width:1024px){.logins-section .top-row .info-block .f_group.error span.error{align-self:flex-end;left:auto;margin-top:5px;position:relative;right:auto;top:auto}}@media (max-width:767px){.logins-section .top-row .info-block .f_group.error span.error{margin-left:80px;margin-top:0;position:absolute;right:0;top:-5px;width:auto}.logins-section .top-row .info-block .f_group.error input[type=password]~span.error{top:-16px;width:230px}}.logins-section .top-row .info-block .form-title{color:#727a91;font-size:11px;font-weight:500;line-height:1em;margin-bottom:5px}.logins-section .top-row .info-block .f_button{padding:0;width:235px}@media (max-width:767px){.logins-section .top-row .info-block .f_button{width:100%}}@media (max-width:1024px){.logins-section .top-row .info-block .form-control{font-size:15px;height:40px;padding:0 15px}}.logins-section .top-row .info-block .restore-link{align-self:flex-end;color:#6576be;display:inline-flex;margin-top:5px}.logins-section .top-row .info-block .restore-link:hover{opacity:.6}.logins-section .top-row .info-block .inner-block{display:none}@media (max-width:767px){.logins-section .top-row .info-block .inner-block{display:flex;justify-content:space-between;margin-top:30px}}.logins-section .top-row .info-block .inner-block .login-link{color:#6576be;display:inline-flex;font-size:15px;font-weight:400;line-height:1em;text-transform:none}.logins-section .top-row .info-block .inner-block .login-link:first-child{color:#4f5a80;margin-bottom:6px}.logins-section .top-row .info-block .inner-block .login-link:hover{opacity:.6}.price-section{padding:50px 0 70px;position:relative}@media (max-width:767px){.price-section{padding:30px 0 40px}}.price-section .top-row{display:flex}@media (max-width:1024px){.price-section .top-row{display:block}.price-section .top-row:first-child .title-block{display:flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.price-section .top-row:first-child .title-block{line-height:40px;padding-right:0}}.price-section .top-row:first-child .title-block:before{background:url(/assets/img/prices-icon.svg?7fbc221fb2e72a68b6e76f7236094443) 0 0 no-repeat;content:"";display:flex;height:91px;left:0;position:absolute;top:40px;width:57px}@media (max-width:1024px){.price-section .top-row:first-child .title-block:before{background-size:100% auto;height:64px;left:100px;margin-top:-32px;top:50%;width:40px}}@media (max-width:767px){.price-section .top-row:first-child .title-block:before{height:40px;left:110px;margin-top:0;top:0;width:25px}}.price-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;padding-right:10px;position:relative;text-transform:uppercase;width:255px}.price-section .top-row .title-block,.price-section .top-row .title-block h1{font-size:24px;font-weight:700;line-height:1.2em}@media (max-width:767px){.price-section .top-row .title-block h1{line-height:40px}}@media (max-width:1024px){.price-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.price-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:40px;width:100%}}.price-section .top-row .title-block b{font-size:20px;font-weight:inherit;margin-bottom:100px}@media (max-width:1024px){.price-section .top-row .title-block b{font-size:inherit;margin:0 0 0 5px}}.price-section .top-row .title-block .prices-inner-block{margin-top:116px}@media (max-width:1024px){.price-section .top-row .title-block .prices-inner-block{display:none}}.price-section .top-row .title-block .prices-inner-block .inner-block-title{border-bottom:1px solid #ebecf5;display:flex;font-size:16px;font-weight:500;line-height:22px;margin-bottom:10px;padding-bottom:15px;text-transform:none}.price-section .top-row .title-block .prices-inner-block ul{list-style-type:none;margin:0;padding:0;text-transform:none}.price-section .top-row .title-block .prices-inner-block ul li{color:#6a6a79;font-size:14px;font-weight:400;line-height:22px;padding-left:22px;position:relative}.price-section .top-row .title-block .prices-inner-block ul li:before{background:url(/assets/img/circle-check.svg?6b806bb7cb908e9361eb592d8f5a94f8) 0 0 no-repeat;content:"";height:12px;left:0;margin-top:-6px;position:absolute;top:0;top:50%;width:12px}.price-section .top-row .title-block .f_button{margin-top:20px;padding:0;width:215px}@media (max-width:1024px){.price-section .top-row .title-block .f_button{margin-left:auto;margin-top:auto}}@media (max-width:767px){.price-section .top-row .title-block .f_button{margin:30px 0 0;width:100%}}.price-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.price-section .top-row .info-block{width:100%}}@media (max-width:767px){.price-section .top-row .info-block{display:flex;flex-direction:column}}.price-section .top-row .info-block .price-calc{align-items:center;display:flex;flex-wrap:wrap;margin:-7.5px -10px;padding-bottom:50px;position:relative}@media (max-width:1024px){.price-section .top-row .info-block .price-calc{padding-bottom:0}}@media (max-width:767px){.price-section .top-row .info-block .price-calc{display:block;margin:-15px 0;order:2}}.price-section .top-row .info-block .price-calc .f_group{flex:0 calc(33.333% - 20px);margin:7.5px 10px;width:calc(33.333% - 20px)}@media (max-width:767px){.price-section .top-row .info-block .price-calc .f_group{margin:15px 0;width:100%}}.price-section .top-row .info-block .price-calc .tooltip_wrapper{align-items:center;display:flex}.price-section .top-row .info-block .prices-inner-block{display:none;position:relative}@media (max-width:1024px){.price-section .top-row .info-block .prices-inner-block{align-items:center;border-bottom:1px solid #ebecf5;display:flex;margin-bottom:30px;padding:30px 0 10px}}@media (max-width:767px){.price-section .top-row .info-block .prices-inner-block{display:block;margin:0 0 30px;order:1;padding:0 0 10px}}.price-section .top-row .info-block .prices-inner-block:before{border-bottom:2px solid #6576be;bottom:-30px;content:"";display:none;left:0;position:absolute;right:0;top:0;top:auto}@media (max-width:1024px){.price-section .top-row .info-block .prices-inner-block:before{display:block}}@media (max-width:767px){.price-section .top-row .info-block .prices-inner-block:before{display:none}}.price-section .top-row .info-block .prices-inner-block .inner-block-title{border-bottom:1px solid #ebecf5;display:flex;font-size:16px;font-weight:500;line-height:22px;margin-bottom:10px;padding-bottom:15px}@media (max-width:1024px){.price-section .top-row .info-block .prices-inner-block .inner-block-title{border:0;flex:0 190px;margin:0;padding:0;width:190px}}@media (max-width:767px){.price-section .top-row .info-block .prices-inner-block .inner-block-title{border-bottom:1px solid #ebecf5;margin-bottom:11px;padding-bottom:15px;width:100%}}.price-section .top-row .info-block .prices-inner-block ul{list-style-type:none;margin:0;padding:0}@media (max-width:1024px){.price-section .top-row .info-block .prices-inner-block ul{display:flex;flex:0 calc(100% - 220px);margin-left:30px;padding-left:30px;position:relative;width:calc(100% - 220px)}}@media (max-width:767px){.price-section .top-row .info-block .prices-inner-block ul{display:block;margin:0;padding:0;width:100%}}.price-section .top-row .info-block .prices-inner-block ul:before{background:#ebecf5;content:"";display:none;height:24px;left:0;margin-top:-12px;position:absolute;top:0;top:50%;width:1px}@media (max-width:1024px){.price-section .top-row .info-block .prices-inner-block ul:before{display:block}}@media (max-width:767px){.price-section .top-row .info-block .prices-inner-block ul:before{display:none}}.price-section .top-row .info-block .prices-inner-block ul li{color:#6a6a79;font-size:14px;font-weight:400;line-height:22px;padding-left:22px;position:relative}@media (max-width:1024px){.price-section .top-row .info-block .prices-inner-block ul li{flex:1}}.price-section .top-row .info-block .prices-inner-block ul li:before{background:url(/assets/img/circle-check.svg?6b806bb7cb908e9361eb592d8f5a94f8) 0 0 no-repeat;content:"";height:12px;left:0;margin-top:-6px;position:absolute;top:0;top:50%;width:12px}.price-section .table-price-container{position:relative}@media (max-width:767px){.price-section .table-price-container{margin-top:40px;order:3}}.price-section .table-price-container:before{border-top:2px solid #6576be;content:"";display:none;left:0;left:-20px;position:absolute;right:-20px;top:0}@media (max-width:767px){.price-section .table-price-container:before{display:block}.price-section .table-price-container .standart-table:before{display:none}}.price-section .table-price-container .standart-table{margin-top:10px;position:relative}.price-section .table-price-container .standart-table:before{border-bottom:2px solid #6576be;bottom:auto;content:"";left:0;position:absolute;right:0;top:-5px}@media (max-width:767px){.price-section .table-price-container .standart-table{margin:0}}.price-section .table-price-container .standart-table .head-block{align-items:center;border-bottom:1px solid #ebecf5;color:#3c445a;display:flex;font-size:15px;font-weight:500;min-height:41px;padding:0 20px}@media (max-width:767px){.price-section .table-price-container .standart-table .head-block{margin:0 -20px;padding:0 6px}}.price-section .table-price-container .standart-table .head-block .item-days{margin-left:45px}@media (max-width:767px){.price-section .table-price-container .standart-table .head-block .item-days{margin:0 10px 0 0}.price-section .table-price-container .standart-table .body-block{margin:0 -20px}}.price-section .table-price-container .standart-table .body-row{align-items:center;border-bottom:1px solid #ebecf5;color:#4f5976;cursor:pointer;display:flex;font-size:15px;min-height:44px;padding:0 20px;transition:all .3s}@media (max-width:767px){.price-section .table-price-container .standart-table .body-row{font-size:13px;padding:0 6px}}.price-section .table-price-container .standart-table .body-row.click{background:#f5f8ff}.price-section .table-price-container .standart-table .body-row .item-price{align-items:center;color:#4aa33e;display:flex;font-weight:500}@media (max-width:767px){.price-section .table-price-container .standart-table .body-row .item-days{flex:0 calc(33.333% - 19px)!important;width:calc(33.333% - 19px)!important}}.price-section .table-price-container .standart-table .item-radio{align-items:center;display:flex}@media (max-width:767px){.price-section .table-price-container .standart-table .item-radio{flex:1 0 15px!important;margin-right:4px;max-width:15px;width:15px!important}}.price-section .table-price-container .standart-table .item-days,.price-section .table-price-container .standart-table .item-deadline,.price-section .table-price-container .standart-table .item-price{align-items:center;display:flex;flex:0 calc(33.333% - 30px);margin-left:30px;width:calc(33.333% - 30px)}@media (max-width:767px){.price-section .table-price-container .standart-table .item-days,.price-section .table-price-container .standart-table .item-deadline,.price-section .table-price-container .standart-table .item-price{flex:0 33.333%!important;margin:0 10px 0 0;width:33.333%!important}}.price-section .table-price-container .standart-table .item-days{flex:0 calc(33.333% - 45px);width:calc(33.333% - 45px)}.price-section .table-price-container .table-total-price{align-items:center;display:flex;margin-top:30px}@media (max-width:767px){.price-section .table-price-container .table-total-price{display:block;margin-top:15px}}.price-section .table-price-container .table-total-price .price-wrapper{align-items:flex-end;display:flex}@media (max-width:767px){.price-section .table-price-container .table-total-price .price-wrapper{margin-bottom:15px}}.price-section .table-price-container .table-total-price .price-wrapper .symbol{color:#7e93bd;display:inline-flex;font-size:26px;font-weight:700;line-height:1em;position:relative;top:-15px}.price-section .table-price-container .table-total-price .price-wrapper .total{color:#4f5a80;display:inline-flex;font-size:40px;font-weight:700;line-height:1em}.price-section .table-price-container .table-total-price .price-wrapper .cent{color:#7e93bd;display:inline-flex;font-size:30px;font-weight:700;line-height:1em;position:relative;top:-2px}.price-section .table-price-container .table-total-price .f_button{margin-left:135px;width:235px}@media (max-width:767px){.price-section .table-price-container .table-total-price .f_button{margin:0;width:100%}}.price-section .table-price-container .resume-table .table-group:first-child{margin-bottom:50px}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group{margin:0 -20px!important}}.price-section .table-price-container .resume-table .table-group:first-child .group-title{color:#6576be}.price-section .table-price-container .resume-table .table-group:first-child .group-title:before{background:#6576be}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group:not(:first-child) .head-row{display:none}}.price-section .table-price-container .resume-table .table-group .group-title{color:#74aff3;display:flex;font-size:13px;font-weight:500;padding:0 10px 6px;position:relative}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .group-title{display:none}}.price-section .table-price-container .resume-table .table-group .group-title:before{background:#74aff3;border-radius:3px;bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.price-section .table-price-container .resume-table .table-group .body-row,.price-section .table-price-container .resume-table .table-group .head-row{align-items:center;display:flex;min-height:50px;padding:0 5px}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .body-row,.price-section .table-price-container .resume-table .table-group .head-row{padding:0}}.price-section .table-price-container .resume-table .table-group .body-row .item:first-child,.price-section .table-price-container .resume-table .table-group .head-row .item:first-child{justify-content:flex-start}.price-section .table-price-container .resume-table .table-group .head-row{border-bottom:1px solid #ebecf5;color:#3c445a;font-size:15px;font-weight:500}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .head-row{min-height:40px}.price-section .table-price-container .resume-table .table-group .head-row .item:not(:first-child){display:none}.price-section .table-price-container .resume-table .table-group .head-row .item{padding:0}}.price-section .table-price-container .resume-table .table-group .body-row{border-bottom:1px solid #ebecf5}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .body-row{flex-wrap:wrap}}.price-section .table-price-container .resume-table .table-group .item{align-items:center;display:flex;flex:1 0 90px;justify-content:center;min-height:40px;padding:5px;position:relative;width:90px}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .item{flex:0 25%;flex-direction:column;padding:0 5px 5px;width:25%}}.price-section .table-price-container .resume-table .table-group .item:first-child{flex:0 100%;width:auto}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .item:first-child{border-bottom:1px solid #ebecf5;flex-direction:row;font-size:13px;line-height:1.2em;padding:5px}}.price-section .table-price-container .resume-table .table-group .item:first-child:before{display:none}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .item:nth-child(2) .mobile-title:before,.price-section .table-price-container .resume-table .table-group .item:nth-child(2):before{display:none}}.price-section .table-price-container .resume-table .table-group .item:before{background:#ebecf5;content:"";height:26px;left:0;margin-top:-13px;position:absolute;top:0;top:50%;width:1px}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .item:before{bottom:12px;margin:0;top:auto}}.price-section .table-price-container .resume-table .table-group .item .mobile-title{display:none}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .item .mobile-title{align-items:center;border-bottom:1px solid #ebecf5;color:#3c445a;display:flex;font-size:15px;font-weight:500;justify-content:center;line-height:1.1em;min-height:50px;position:relative;width:100%}}.price-section .table-price-container .resume-table .table-group .item .mobile-title:before{background:#ebecf5;content:"";display:none;height:26px;left:0;left:-5px;margin-top:-13px;position:absolute;top:0;top:50%;width:1px}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .item .mobile-title:before{display:block}}.price-section .table-price-container .resume-table .table-group .custom-radio{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;width:100%}@media (max-width:767px){.price-section .table-price-container .resume-table .table-group .custom-radio{margin-top:5px}}.price-section .table-price-container .resume-table .table-group .item input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0;opacity:0;position:absolute;visibility:hidden;width:0}.price-section .table-price-container .resume-table .table-group .item input:checked+.custom-radio span{background:#ecf5eb;font-weight:500}.price-section .table-price-container .resume-table .table-group .custom-radio span{align-items:center;border-radius:2px;color:#4aa33e;display:flex;font-size:15px;justify-content:center;line-height:1em;min-height:40px;position:relative;transition:all .3s;width:100%}.price-section .table-price-container .resume-table .table-group .custom-radio span:hover{background:#f2f8f1}.free-quote-section{padding:50px 0 100px;position:relative}@media (max-width:1024px){.free-quote-section{padding-bottom:40px}}@media (max-width:767px){.free-quote-section{padding:30px 0 40px}}.free-quote-section .top-row{display:flex}@media (max-width:1024px){.free-quote-section .top-row{display:block}.free-quote-section .top-row:first-child .title-block{display:flex;line-height:64px;padding-right:32px;text-align:left;width:auto}}@media (max-width:767px){.free-quote-section .top-row:first-child .title-block{line-height:40px;padding-right:0}}.free-quote-section .top-row:first-child .title-block:before{background:url(/assets/img/prices-icon.svg?7fbc221fb2e72a68b6e76f7236094443) 0 0 no-repeat;content:"";display:flex;height:91px;left:0;position:absolute;top:40px;width:57px}@media (max-width:1024px){.free-quote-section .top-row:first-child .title-block:before{background-size:100% auto;height:64px;left:180px;margin-top:-32px;top:50%;width:40px}}@media (max-width:767px){.free-quote-section .top-row:first-child .title-block:before{height:40px;left:160px;margin-top:0;top:0;width:25px}}.free-quote-section .top-row .title-block{color:#3c445a;display:flex;flex:1 0 255px;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2em;padding-right:10px;position:relative;width:255px}@media (max-width:1024px){.free-quote-section .top-row .title-block{align-items:center;flex-direction:row;margin-bottom:30px;text-align:center;width:100%}}@media (max-width:767px){.free-quote-section .top-row .title-block{flex-wrap:wrap;font-size:22px;margin-bottom:40px;width:100%}}.free-quote-section .top-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.free-quote-section .top-row .info-block{width:100%}}.free-quote-section .top-row .info-block>p{margin:10px 0 0}.free-quote-section .top-row .info-block>p:first-child{margin-top:0}.free-quote-section .top-row .info-block .f_group .form-title{color:#727a91;flex:0 100%;font-size:11px;font-weight:500;line-height:1em;margin-bottom:8px;text-transform:uppercase;width:100%}@media (max-width:767px){.free-quote-section .top-row .info-block .f_group .form-title{font-size:10px}}.free-quote-section .top-row .info-block .quote-calc{display:flex;flex-wrap:wrap;margin:50px -10px 0;max-width:600px}@media (max-width:1024px){.free-quote-section .top-row .info-block .quote-calc{margin:30px auto 0}}@media (max-width:767px){.free-quote-section .top-row .info-block .quote-calc{display:block;margin:20px auto 0}}.free-quote-section .top-row .info-block .quote-calc .f_group{display:flex;flex:0 calc(50% - 20px);flex-wrap:wrap;margin:0 10px 30px;width:calc(50% - 20px)}@media (max-width:767px){.free-quote-section .top-row .info-block .quote-calc .f_group{margin:20px 0;width:100%}}.free-quote-section .top-row .info-block .quote-calc .f_group.full{flex:0 calc(100% - 20px);width:calc(100% - 20px)}@media (max-width:767px){.free-quote-section .top-row .info-block .quote-calc .f_group.full{width:100%}}.free-quote-section .top-row .info-block .quote-calc .f_group.full.error{padding-bottom:30px}.free-quote-section .top-row .info-block .quote-calc .f_group.full.error .nano{overflow:visible}.free-quote-section .top-row .info-block .quote-calc .f_group.full.error .form-area{background:#fdf6f6!important;border:0!important}.free-quote-section .top-row .info-block .quote-calc .f_group.full.error .error{bottom:-20px;left:0;position:absolute}.free-quote-section .loggined-free-quote{margin-left:255px}@media (max-width:1024px){.free-quote-section .loggined-free-quote{display:flex;justify-content:center;margin:0 auto}}.free-quote-section .top-row .info-block .quote-calc .f_group.pages .jq-selectbox{width:calc(100% - 30px)}.free-quote-section .top-row .info-block .quote-calc .f_group.pages .tooltip_wrapper{flex:1 0 20px;margin-left:10px;margin-top:6px;width:20px}.free-quote-section .bottom-title{color:#3c445a;display:block;font-weight:500;margin:50px 0;padding-bottom:7px;position:relative;text-transform:uppercase}@media (max-width:767px){.free-quote-section .bottom-title{margin:70px -20px 40px;padding-left:20px}}.free-quote-section .bottom-title:before{border-bottom:1px solid #ebecf5;bottom:0;content:"";left:0;position:absolute;right:0;top:0;top:auto}.free-quote-section .bottom-row{display:flex}@media (max-width:1024px){.free-quote-section .bottom-row{display:block}}.free-quote-section .bottom-row .title-block{flex:1 0 255px;font-size:15px;padding-right:20px;width:255px}@media (max-width:1024px){.free-quote-section .bottom-row .title-block{display:block;margin-bottom:30px;width:100%}}@media (max-width:767px){.free-quote-section .bottom-row .title-block{padding:0;width:100%}}.free-quote-section .bottom-row .title-block:before{display:none}.free-quote-section .bottom-row .title-block::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.free-quote-section .bottom-row .title-block::-webkit-scrollbar{height:0}.free-quote-section .bottom-row .title-block::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.free-quote-section .bottom-row .quote-tabs{list-style-type:none;margin:0;padding:0}@media (max-width:1024px){.free-quote-section .bottom-row .quote-tabs{display:flex;margin:0 auto;max-width:580px}}.free-quote-section .bottom-row .quote-tabs li{align-items:center;border-bottom:1px solid #ebecf5;color:#4f5a80;cursor:pointer;display:flex;font-weight:400;min-height:42px;padding:0 10px;text-transform:none}@media (max-width:1024px){.free-quote-section .bottom-row .quote-tabs li{flex:1;justify-content:center}}@media (max-width:767px){.free-quote-section .bottom-row .quote-tabs li{white-space:nowrap}}.free-quote-section .bottom-row .quote-tabs li.active{background:#f6f9ff;border-bottom-color:#f6f9ff;font-weight:500}.free-quote-section .bottom-row .quote-tabs li:first-child:not(.active){border-bottom:0;border-top:1px solid #ebecf5}@media (max-width:1024px){.free-quote-section .bottom-row .quote-tabs li:first-child:not(.active){border-bottom:1px solid #ebecf5;border-top:0}}.free-quote-section .bottom-row .quote-tabs li:hover{background:#f6f9ff;border-bottom-color:#f6f9ff;font-weight:400}.free-quote-section .bottom-row .tabs_content{display:none}.free-quote-section .bottom-row .tabs_content.active{display:block}.free-quote-section .bottom-row .info-block{flex:0 calc(100% - 255px);width:calc(100% - 255px)}@media (max-width:1024px){.free-quote-section .bottom-row .info-block{width:100%}}.free-quote-section .bottom-row .info-block .form-row{align-items:flex-start;display:flex;flex-wrap:wrap;margin:-15px -10px;max-width:600px}@media (max-width:1024px){.free-quote-section .bottom-row .info-block .form-row{margin:-15px auto}}@media (max-width:767px){.free-quote-section .bottom-row .info-block .form-row{display:block;margin:0}}.free-quote-section .bottom-row .info-block .form-row .f_group{display:block;flex:0 calc(50% - 20px);margin:15px 10px;width:calc(50% - 20px)}@media (max-width:767px){.free-quote-section .bottom-row .info-block .form-row .f_group{margin:20px 0;width:100%}.free-quote-section .bottom-row .info-block .form-row .f_group:nth-child(3){z-index:5}}@media (max-width:1024px){.free-quote-section .bottom-row .info-block .form-row .f_group:last-child{flex:0 calc(100% - 20px);width:calc(100% - 20px)}}@media (max-width:767px){.free-quote-section .bottom-row .info-block .form-row .f_group:last-child{width:100%}}@media (max-width:1024px){.free-quote-section .bottom-row .info-block .form-row .f_group:last-child .f_button{display:flex;margin:0 auto;max-width:235px;width:100%}}@media (max-width:767px){.free-quote-section .bottom-row .info-block .form-row .f_group:last-child .f_button{max-width:100%}}.free-quote-section .bottom-row .info-block .form-row .f_group .form-title{color:#727a91;flex:0 100%;font-size:11px;font-weight:500;line-height:1em;margin-bottom:8px;text-transform:uppercase;width:100%}.free-quote-section .bottom-row .info-block .form-row .f_group .remind_link{color:#6576be;display:inline-flex;float:right;font-size:15px}.free-quote-section .bottom-row .info-block .form-row .f_group .remind_link:hover{font-weight:500;opacity:.8}.free-quote-section .bottom-row .info-block .remind_form .f_group:first-child{flex:0 280px;width:280px}.free-quote-section .bottom-row .info-block .remind_form .f_group.button_group{align-items:center;display:flex;flex:0 calc(100% - 320px);justify-content:space-between;padding-top:19px;width:calc(100% - 320px)}@media (max-width:767px){.free-quote-section .bottom-row .info-block .remind_form .f_group.button_group,.free-quote-section .bottom-row .info-block .remind_form .f_group:first-child{width:100%}}.free-quote-section .bottom-row .info-block .remind_form .f_group.button_group .f_button{height:40px;padding:0;text-transform:none}.free-quote-section .bottom-row .info-block .remind_form .f_group.button_group .f_button.yellow{width:160px}.free-quote-section .bottom-row .info-block .remind_form .f_group.button_group .f_button.secondary{width:80px}.free_quote #login-form,.free_quote #remind-form{display:none}.free_quote #login-form.active,.free_quote #remind-form.active{display:block}.free-quote-section .quote-calc .fileuploader-theme-dragdrop{width:100%}.free-quote-section .quote-calc .fileuploader-input-inner{align-items:center;background:#fafcff;border:1px dashed #d0d4f5;border-radius:2px;cursor:pointer;display:flex;flex-direction:column;height:120px;justify-content:center;width:100%}.free-quote-section .quote-calc .fileuploader-input-inner span.img.upload{background:url(/assets/img/upload_icon.svg?90ae0cba7c661f8f378692b89d5fc183) 0 0 no-repeat;height:20px;margin:0 0 10px;width:24px}.free-quote-section .quote-calc .fileuploader-input-button{color:#fafcff;font-size:0}.free-quote-section .quote-calc .fileuploader-input-button:before{color:#4f5a80;content:"Drag files here or";font-size:15px;font-weight:400;line-height:1em}.free-quote-section .quote-calc .fileuploader-input-button:after{color:#6b80cf;content:"browse";font-size:15px;font-weight:500;line-height:1em;margin-left:5px}.free-quote-section .quote-calc .fileuploader-items-list{list-style-type:none;margin:0;padding:0}.free-quote-section .quote-calc .fileuploader-items-list li{border:0;margin:20px 0 0;padding:0 30px 13px 26px;position:relative}.free-quote-section .quote-calc .fileuploader-items-list li:first-child{margin-top:30px}.free-quote-section .quote-calc .fileuploader-items-list li .column-title{line-height:1.2em}.free-quote-section .quote-calc .fileuploader-items-list li .column-title>div{align-items:center;color:#4f5976;display:flex;font-size:15px;font-style:normal;justify-content:space-between;line-height:1.2em}.free-quote-section .quote-calc .fileuploader-items-list li .column-title>div span{color:#9199b3;font-size:13px;line-height:1em}.free-quote-section .quote-calc .progress-icon.bar_icon{bottom:0;display:block!important;height:3px;left:26px;position:absolute;right:30px}.free-quote-section .quote-calc .fileuploader-items-list li.upload-loading .progress-icon.bar_icon{background:#6b80cf}.free-quote-section .quote-calc .fileuploader-items-list li.upload-successful .progress-icon.bar_icon{background:#4aa33e}.free-quote-section .quote-calc .fileuploader-items-list li.upload-failed .progress-icon.bar_icon{background:#de5347}.free-quote-section .quote-calc .fileuploader-items-list li.upload-loading:before{-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite;background:url(/assets/img/loading-icon.svg?725b6cf33faf7d7c93a8006e6d383d30) 50% 50% no-repeat;content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.free-quote-section .quote-calc .fileuploader-items-list li.upload-successful:before{background:url(/assets/img/upload-success.svg?03b0e5d20463ba95f6f28bba0011d48e) 50% 50% no-repeat;content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}.free-quote-section .quote-calc .fileuploader-items-list li.upload-failed:before{content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}.free-quote-section .quote-calc .column-actions .fileuploader-action-remove{background:url(/assets/img/remove-icon.svg?db602ab5472ce85fb4aab138d5bb6c83) 50% 50% no-repeat;cursor:pointer;height:20px;left:auto;margin-top:-10px;position:absolute;right:0;top:50%;width:20px}@media (max-width:767px){.free-quote-section .quote-calc .fileuploader-items-list li .column-title>div{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.free-quote-section .quote-calc .fileuploader-input-inner{align-items:center;flex-direction:row-reverse;height:40px}.free-quote-section .quote-calc .fileuploader-input-button{color:#6b80cf;font-size:14px;font-weight:500}.free-quote-section .quote-calc .fileuploader-input-inner span.img.upload{margin:0 0 0 10px}.free-quote-section .quote-calc .fileuploader-input-button:after,.free-quote-section .quote-calc .fileuploader-input-button:before{display:none}}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block>span.number_note{display:none}.free-quote-section .bottom-row .info-block .num_blocks{align-items:center;display:flex;width:100%}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block{align-items:center;background:#e6eeff;color:#4f5a80;display:flex;font-size:15px;height:40px;margin:0;padding:0 0 0 15px;position:relative}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block .country_flag{background-image:url(/assets/img/flags1.png);display:block;height:16px;position:absolute;right:-28px;top:13px;width:16px;z-index:4}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block.phonecode input{background:#e6eeff;border:0;padding:0 0 0 20px}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block.phonecode{margin:0;width:90px}.free-quote-section .bottom-row .info-block .num_blocks input{background:#f6f9ff;border:1px solid #f6f9ff;border-radius:2px;color:#4f5a80;display:block;font-size:15px;font-weight:400;height:40px;padding:0 15px;transition:all .3s;width:100%}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block.error input{background:#fdf6f6}.free-quote-section .bottom-row .info-block .num_blocks .phone_number_block.phone_number .error{bottom:-20px;color:#ff3e15;font-size:12px;left:20px;position:absolute}.free-quote-section .bottom-row .info-block .num_blocks.error span.error{margin:0}.IE_class .header .inner-wrapper .right-block .header-link.phone:before{background:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%}.IE_class .header .inner-wrapper .right-block .header-link.chat:before{background:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%}.IE_class .header .inner-wrapper .right-block .login-button:before{background:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%}.IE_class .cta-banner .wrapper{height:186px}.IE_class .header .inner-wrapper .header-nav nav a{width:calc(50% - 20px)}.IE_class .footer .bottom-row .wrapper .item ul li a.phone:after{background:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%}.IE_class .footer .bottom-row .wrapper .item ul li a.email:after{background:url(/assets/img/email-icon.svg?2f985bd182e96681b56ad58b9808b6e6) no-repeat 50% 50%}.IE_class .footer .bottom-row .wrapper .item ul li a.chat:after{background:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%}.IE_class .footer .bottom-row .wrapper .item ul li a.facebook:after{background:url(/assets/img/fb-icon.svg?63c13f6db4db32e1f2dbee021e96dbaf) no-repeat 50% 50%}.IE_class .footer .bottom-row .wrapper .item ul li a.twitter:after{background:url(/assets/img/tw-icon.svg?55a9e544a3a19cbb5a5332e6d8952c90) no-repeat 50% 50%}.IE_class .price-section .table-price-container .standart-table .body-row{height:44px}.IE_class .discounts-section .discount-row .info-block .first-discount-block .right-title{height:100px}.IE_class .f_textarea .form-area{overflow:auto!important}.IE_class .about-us-info-section .wrapper .item .img-block.phone-img:after{background:url(/assets/img/phone-icon.svg?8b628e8bf81a42065ac9addfa224ee5b) no-repeat 50% 50%}.IE_class .about-us-info-section .wrapper .item .img-block.email-img:after{background:url(/assets/img/email-icon.svg?2f985bd182e96681b56ad58b9808b6e6) no-repeat 50% 50%}.IE_class .about-us-info-section .wrapper .item .img-block.chat-img:after{background:url(/assets/img/chat-icon.svg?bc21bc09f789c32cab5a1b9181286271) no-repeat 50% 50%}.IE_class .writers-section .bottom-row .writers-table .table-row{height:65px}.IE_class .faq-section .top-row{height:118px}.IE_class .accordion .accordion-header:after{background:url(/assets/img/minus-icon.svg?47a12a5be0a4dbc018739b9afaeb5fc1) no-repeat 0 0}.IE_class .accordion .accordion-header:before{background:url(/assets/img/plus-icon.svg?3789e2179de662d7b97866baf2434e8f) no-repeat 0 0}.IE_class .rules-page-section .top-row{height:118px}.IE_class .header .inner-wrapper .right-block .loginned-button span:before{background:url(/assets/img/login-icon.svg?b42f087580f8d8526d48a2113334f944) no-repeat 50% 50%}.IE_class .rules-page-section .bottom-row .rules-page-list a{height:42px}.IE_class .header .inner-wrapper .right-block .loginned-button nav a{height:40px}.text_holder_block a,.text_holder_block.double-text a{color:#6b80cf;font-weight:400;line-height:inherit;text-decoration:underline}.text_holder_block a:hover,.text_holder_block.double-text a:hover{color:#ffb30e}.whatsapp-link{background:#fff;border-radius:100px;bottom:15px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);color:transparent;display:block;display:none;font-size:14px;font-weight:700;height:50px;left:10px;line-height:16px;overflow:hidden;padding:17px 0 17px 50px;position:fixed;transition:all .5s;white-space:nowrap;width:50px;z-index:10}.whatsapp-link:hover{color:#3d4458;font-size:14px;padding-left:57px;width:200px}.whatsapp-link:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iODIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsdGVyPSJ1cmwoI2EpIj48cGF0aCBkPSJNNjAgMzFjMCAxMy44MDctMTEuMTkzIDI1LTI1IDI1UzEwIDQ0LjgwNyAxMCAzMSAyMS4xOTMgNiAzNSA2czI1IDExLjE5MyAyNSAyNVoiIGZpbGw9IiNmZmYiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2IpIj48cGF0aCBkPSJNNTUgMzFjMC0xMS4wNDYtOC45NTQtMjAtMjAtMjBzLTIwIDguOTU0LTIwIDIwIDguOTU0IDIwIDIwIDIwIDIwLTguOTU0IDIwLTIwWiIgZmlsbD0iIzBEQzE0MyIvPjxwYXRoIGQ9Ik00My45NiAyMi4wMWMtMi4xNDUtMi4yMDgtNS4xMDktMy40MDYtOC4xMzYtMy40MDYtNi40MzIgMC0xMS42MDQgNS4yMzQtMTEuNTQgMTEuNjA0IDAgMi4wMTguNTY3IDMuOTczIDEuNTEzIDUuNzM5bC0xLjY0IDUuOTkgNi4xMTctMS41NzZjMS43MDMuOTQ2IDMuNTk1IDEuMzg3IDUuNDg3IDEuMzg3IDYuMzcgMCAxMS41NC01LjIzNCAxMS41NC0xMS42MDMgMC0zLjA5LTEuMTk4LTUuOTkxLTMuMzQyLTguMTM1Wm0tOC4xMzYgMTcuNzgzYy0xLjcwMyAwLTMuNDA1LS40NDEtNC44NTYtMS4zMjRsLS4zNzgtLjE5LTMuNjU4Ljk0Ny45NDYtMy41OTUtLjI1Mi0uMzc4Yy0yLjc3NS00LjQ3OC0xLjQ1LTEwLjQwNiAzLjA5LTEzLjE4IDQuNTQtMi43NzUgMTAuNDA1LTEuNDUgMTMuMTggMy4wOSAyLjc3NSA0LjU0IDEuNDUgMTAuNDA1LTMuMDkgMTMuMTgtMS40NS45NDYtMy4yMTYgMS40NS00Ljk4MiAxLjQ1Wm01LjU1LTctLjY5NC0uMzE1cy0xLjAxLS40NDEtMS42NC0uNzU3Yy0uMDYzIDAtLjEyNi0uMDYzLS4xODktLjA2M2EuOTEuOTEgMCAwIDAtLjQ0MS4xMjZzLS4wNjMuMDYzLS45NDYgMS4wNzJhLjM0Ny4zNDcgMCAwIDEtLjMxNi4xOWgtLjA2M2EuNDc4LjQ3OCAwIDAgMS0uMjUyLS4xMjdsLS4zMTUtLjEyNmMtLjY5NC0uMzE1LTEuMzI1LS42OTMtMS44My0xLjE5OC0uMTI1LS4xMjYtLjMxNS0uMjUyLS40NC0uMzc4LS40NDItLjQ0Mi0uODgzLS45NDYtMS4xOTktMS41MTRsLS4wNjMtLjEyNmMtLjA2My0uMDYzLS4wNjMtLjEyNi0uMTI2LS4yNTIgMC0uMTI2IDAtLjI1Mi4wNjMtLjMxNSAwIDAgLjI1Mi0uMzE2LjQ0MS0uNTA1LjEyNy0uMTI2LjE5LS4zMTUuMzE2LS40NDEuMTI2LS4xOS4xODktLjQ0Mi4xMjYtLjYzMS0uMDYzLS4zMTUtLjgyLTIuMDE4LTEuMDEtMi4zOTYtLjEyNS0uMTktLjI1MS0uMjUzLS40NC0uMzE2aC0uNjk0Yy0uMTI2IDAtLjI1Mi4wNjMtLjM3OS4wNjNsLS4wNjMuMDYzYy0uMTI2LjA2My0uMjUyLjE5LS4zNzguMjUzLS4xMjYuMTI2LS4xOS4yNTItLjMxNS4zNzhhMy4yMTYgMy4yMTYgMCAwIDAtLjY5NCAxLjk1NWMwIC41MDUuMTI2IDEuMDA5LjMxNSAxLjQ1bC4wNjMuMTlhMTAuNTA3IDEwLjUwNyAwIDAgMCAyLjMzNCAzLjIxNmwuMjUyLjI1MmMuMTkuMTkuMzc4LjMxNS41MDQuNTA1IDEuMzI1IDEuMTM1IDIuODM4IDEuOTU1IDQuNTQgMi4zOTYuMTkuMDYzLjQ0Mi4wNjMuNjMyLjEyNmguNjNjLjMxNiAwIC42OTQtLjEyNi45NDYtLjI1Mi4xOS0uMTI2LjMxNi0uMTI2LjQ0Mi0uMjUybC4xMjYtLjEyN2MuMTI2LS4xMjYuMjUyLS4xODkuMzc4LS4zMTVzLjI1Mi0uMjUyLjMxNS0uMzc4Yy4xMjctLjI1Mi4xOS0uNTY4LjI1My0uODgzdi0uNDQxcy0uMDYzLS4wNjQtLjE5LS4xMjdaIiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUgMTEpIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48ZmlsdGVyIGlkPSJhIiB4PSItNiIgeT0iMCIgd2lkdGg9IjgyIiBoZWlnaHQ9IjgyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIxMCIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjgiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC40NTUyMDggMCAwIDAgMCAwLjUzOTMyMyAwIDAgMCAwIDAuNzkxNjY3IDAgMCAwIDAuMTUgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd184XzkzIi8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC4wOTUyNzc4IDAgMCAwIDAgMC4yNDE4NzkgMCAwIDAgMCAwLjQ2NjY2NyAwIDAgMCAwLjEzIDAiLz48ZmVCbGVuZCBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd184XzkzIiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvd184XzkzIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0Ml9kcm9wU2hhZG93XzhfOTMiIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+) 0 0 no-repeat;content:"";height:82px;left:-10px;margin-top:-31px;position:absolute;top:50%;width:76px}
.acc a.safari-phone-autodetect:not(.tel),a.safari-phone-autodetect:not(.tel){color:inherit;pointer-events:none;text-decoration:inherit}#cookie_tip{display:none}.local-tz:not(.converted){opacity:0}.promo-banner{background:#fff;border-radius:3px;display:none;margin-bottom:35px;margin-top:-15px}.promo-banner .ppp-wrapper{border:1px solid #e4e4e4;border-radius:3px;margin:0 auto;overflow:hidden;position:relative}.promo-banner.ppp-overlay .ppp-wrapper{max-width:100%}.promo-banner .ppp-wrapper .ppp-pane{align-items:center;color:inherit;display:flex;font-size:14px;line-height:17px;text-decoration:none}.promo-banner .ppp-wrapper .ppp-pane:before{background:#fff url(/assets/img/banner_logo_left.svg?daf2a8fc9e92546a7bd333c4b8c3464d) 50%/contain no-repeat;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:40px;width:40px}.promo-banner .ppp-wrapper .ppp-pane span{padding:10px 0}.promo-banner .ppp-wrapper .ppp-pane b{color:#139f5d}.promo-banner .ppp-wrapper .ppp-close{background:#fff url(/assets/img/banner_close.svg?0f4b3dab1851060801f150031cc50d33) 50%/contain no-repeat;border:0;display:block;height:8px;margin:3px;position:absolute;right:0;top:0;width:8px}.promo-banner .ppp-wrapper .ppp-close:before{background:transparent;content:"";display:block;height:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.promo-banner .ppp-link{background-color:#1dac33;border-radius:2px;color:#fff!important;display:none;height:38px;line-height:38px;margin-top:10px;text-align:center;text-decoration:none;width:100%}.promo-banner.ppp-permanent .ppp-close{display:none}.promo-banner.ppp-permanent{display:block!important}.promo-banner.ppp-footer{margin:10px}.promo-banner .ppp-pane a,.promo-banner .ppp-pane b{color:#0fae1c;font-weight:700}.promo-banner .ppp-pane a{border-bottom:1.5px solid #0fae1c;transition:all .3s ease}.promo-banner .ppp-pane a:hover{border-bottom-color:transparent}
