.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 - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 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 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}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@-webkit-keyframes bounce{0%,20%,53%,80%,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)}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)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,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)}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)}90%{transform:translate3d(0,-4px,0)}}.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}}.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)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-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)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{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 shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-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)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-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)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}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)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}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)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}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)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}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)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.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)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-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)}}.animated.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)}}.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)}}.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)}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-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)}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{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 lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-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)}}.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)}}.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)}}.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}}.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)}}.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)}}.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)}}.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)}}.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}}.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);transform-origin:center bottom}}@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);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-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);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-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);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-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);transform-origin:center bottom}}@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);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-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)}}.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)}}.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)}}.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)}}.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}}.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}}.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}}.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}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion),(print){.animated{-webkit-animation:unset!important;animation:unset!important;transition:none!important}}
@font-face{font-display:swap;font-family:Trust;font-style:normal;font-weight:400;src:url(/assets/fonts/Trust.eot?dc832a98d28c289c1763e6200071314a);src:url(/assets/fonts/Trust.eot?dc832a98d28c289c1763e6200071314a?#iefix) format("embedded-opentype"),url(/assets/fonts/Trust.woff?ac121ab3a6263030bec1a3e3013a8004) format("woff"),url(/assets/fonts/Trust.ttf?0bbef0605169535beb0afed375c2e6db) format("truetype"),url(/assets/fonts/Trust.svg?eb6fdb09bcdfca7fed46910b8a32148d#Trust) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/assets/fonts/montserrat-v14-latin-regular.eot?0eb53b51fdb5c7aaf601d9b9ed1cabff);src:local("Montserrat Regular"),local("Montserrat-Regular"),url(/assets/fonts/montserrat-v14-latin-regular.eot?0eb53b51fdb5c7aaf601d9b9ed1cabff?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-regular.woff2?b71748ae4f80ec8c014def4c5fa8688b) format("woff2"),url(/assets/fonts/montserrat-v14-latin-regular.woff?0659a9f4e90db5cf51b50d005bff1e41) format("woff"),url(/assets/fonts/montserrat-v14-latin-regular.ttf?fa100f9f573bd66e56081c8bfa2d5818) format("truetype"),url(/assets/fonts/montserrat-v14-latin-regular.svg?22d8566c41c8d731931b58ae64f72170#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:400;src:url(/assets/fonts/montserrat-v14-latin-italic.eot?74ac79564215e59bd5a8421540be6517);src:local("Montserrat Italic"),local("Montserrat-Italic"),url(/assets/fonts/montserrat-v14-latin-italic.eot?74ac79564215e59bd5a8421540be6517?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-italic.woff2?6eed6b4cbb809c6efc7aa7ddad6dbe3e) format("woff2"),url(/assets/fonts/montserrat-v14-latin-italic.woff?7583622cfde30ae49086d18447ab28e7) format("woff"),url(/assets/fonts/montserrat-v14-latin-italic.ttf?6bf43de232ce4bdaa35a09c08a40e4d7) format("truetype"),url(/assets/fonts/montserrat-v14-latin-italic.svg?d92eb2f175a531c614191fdbd71226cd#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(/assets/fonts/montserrat-v14-latin-500.eot?285b7269ab851cbf610530bb90707ce7);src:local("Montserrat Medium"),local("Montserrat-Medium"),url(/assets/fonts/montserrat-v14-latin-500.eot?285b7269ab851cbf610530bb90707ce7?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-500.woff2?091b209546e16313fd4f4fc36090c757) format("woff2"),url(/assets/fonts/montserrat-v14-latin-500.woff?edd311588712a96bbf435fad264fff62) format("woff"),url(/assets/fonts/montserrat-v14-latin-500.ttf?3db2172e9f22ff67dc49ae256c975d14) format("truetype"),url(/assets/fonts/montserrat-v14-latin-500.svg?ebf71ddd0fe3ca70ddd346e7c300fc48#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:500;src:url(/assets/fonts/montserrat-v14-latin-500italic.eot?e0aed73aebef9eae3587a8d10ec9fb77);src:local("Montserrat Medium Italic"),local("Montserrat-MediumItalic"),url(/assets/fonts/montserrat-v14-latin-500italic.eot?e0aed73aebef9eae3587a8d10ec9fb77?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-500italic.woff2?c90ced68b46050061d1a41842d6dfb43) format("woff2"),url(/assets/fonts/montserrat-v14-latin-500italic.woff?5146cbfe02b1deea5dffea27a5f2f998) format("woff"),url(/assets/fonts/montserrat-v14-latin-500italic.ttf?9a73f77d3d3ffa105b781895354e6dc9) format("truetype"),url(/assets/fonts/montserrat-v14-latin-500italic.svg?de7f6c9db15a487f2d244d26e07ad38c#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/assets/fonts/montserrat-v14-latin-600.eot?dc335c19dac161a128075709d52e70e5);src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(/assets/fonts/montserrat-v14-latin-600.eot?dc335c19dac161a128075709d52e70e5?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-600.woff2?0480d2f8a71f38db8633b84d8722e0c2) format("woff2"),url(/assets/fonts/montserrat-v14-latin-600.woff?b77863a375260a05dd13f86a1cee598f) format("woff"),url(/assets/fonts/montserrat-v14-latin-600.ttf?562baba2a88edacbe520b88554ca3f11) format("truetype"),url(/assets/fonts/montserrat-v14-latin-600.svg?160f4d63e15ce27241b6e8f006b77c5a#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:600;src:url(/assets/fonts/montserrat-v14-latin-600italic.eot?00430df238af67947d2d9a5f149c6ad1);src:local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url(/assets/fonts/montserrat-v14-latin-600italic.eot?00430df238af67947d2d9a5f149c6ad1?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-600italic.woff2?cf46ffb11f3a60d7df0567f8851a1d00) format("woff2"),url(/assets/fonts/montserrat-v14-latin-600italic.woff?c4fcfeeb057724724097167e57bd7801) format("woff"),url(/assets/fonts/montserrat-v14-latin-600italic.ttf?f8ced7db87714eeca1f18896b4c94ef7) format("truetype"),url(/assets/fonts/montserrat-v14-latin-600italic.svg?d9cf0d40b5a1d15274ff024990c97b1b#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/assets/fonts/montserrat-v14-latin-700.eot?b5a87544ed1b20d67a115f04813fd060);src:local("Montserrat Bold"),local("Montserrat-Bold"),url(/assets/fonts/montserrat-v14-latin-700.eot?b5a87544ed1b20d67a115f04813fd060?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-700.woff2?7dbcc8a5ea2289d83f657c25b4be6193) format("woff2"),url(/assets/fonts/montserrat-v14-latin-700.woff?99271a835e1cae8c76ef8bba99a8cc4e) format("woff"),url(/assets/fonts/montserrat-v14-latin-700.ttf?e06b80ee5bc60052c0bcaf11d5a7ffba) format("truetype"),url(/assets/fonts/montserrat-v14-latin-700.svg?fac85a3030008d30b0b8faaaa0edf48d#Montserrat) format("svg")}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:700;src:url(/assets/fonts/montserrat-v14-latin-700italic.eot?d90b3c836138691b2dbe2cf25b808a52);src:local("Montserrat Bold Italic"),local("Montserrat-BoldItalic"),url(/assets/fonts/montserrat-v14-latin-700italic.eot?d90b3c836138691b2dbe2cf25b808a52?#iefix) format("embedded-opentype"),url(/assets/fonts/montserrat-v14-latin-700italic.woff2?c41ad6bdb4bd504a843d546d0a47958d) format("woff2"),url(/assets/fonts/montserrat-v14-latin-700italic.woff?6779372f04095051c62ed36bc1dcc142) format("woff"),url(/assets/fonts/montserrat-v14-latin-700italic.ttf?7c401449eb9dfe1eebb0e567fa32b562) format("truetype"),url(/assets/fonts/montserrat-v14-latin-700italic.svg?c398f333f8a2190333bffd13863056e2#Montserrat) format("svg")}
.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}
.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}
input[type=checkbox],input[type=radio]{zoom:1;background:none;border:none;display:-moz-inline-box;display:inline-block;filter:alpha(opacity=0);height:100%;opacity:0;-moz-opacity:0;text-align:center;width:100%}#cookie_tip{background:#f6f8fd;left:0;position:fixed;top:0;width:100%;z-index:1000}#cookie_tip .component_content{align-items:center;display:flex;justify-content:space-between}#cookie_tip .tip_content{color:#2f3541;display:inline-block;font-size:14px;line-height:17px;margin-right:20px;padding:10px 0}#cookie_tip .tip_content a{color:#1266ff;font-size:inherit}#cookie_tip .white_button{background:#f1f5ff;border:1px solid #c0d3ea;border-radius:2px;color:#1e2b41;font-size:14px;font-weight:600;line-height:30px;margin:0;padding:0 20px;text-align:center;white-space:nowrap;width:auto}.component_content{margin:0 auto;width:1000px}.component_content .banner{margin-top:32px}.popup_overlay{background-color:rgba(24,31,37,.75);height:100%;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:99999}.popup_overlay .see_pass{background:url(/assets/img/see_pass_icon.svg?e345fc833425b072db2e231d349bd968) 50% no-repeat;cursor:pointer;height:42px;position:absolute;right:0;top:0;width:40px;z-index:1}.popup_overlay .see_pass.hide{background:url(/assets/img/hide_pass_icon.svg?a01b94e6d0883805f7f6d5e54c9184dc) 50% no-repeat}.popup_overlay .see_pass~input{padding-right:40px}.popup_overlay:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.popup.reset,.popup_overlay .popup{background:#fff;display:inline-block;margin-left:2%;margin-right:2%;position:relative;vertical-align:middle}.popup_overlay .popup .popup_content{padding:0 40px}.popup.reset .popup_content{padding:0 40px 40px}.popup.reset .popup_content .success-reset-block{text-align:center}.popup.reset .popup_content .success-reset-block p{font-size:18px;font-weight:500;line-height:24px}.popup.reset .popup_content .success-reset-block .content_button{margin:0 auto;max-width:240px}.popup.reset .popup_content .field_item .show_pass,.popup_overlay .popup .popup_content .field_item .show_pass{bottom:30px}.popup.reset .popup_content .field_item .field_error,.popup_overlay .popup .popup_content .field_item .field_error{width:100%}.popup_overlay .popup .links_block{border-top:1px solid rgba(30,43,65,.09);margin-top:50px;padding:15px 0;text-align:center}.popup_overlay .popup .links_block>a{color:#3f7ed2;text-decoration:none}.popup_overlay .popup .links_block p{line-height:22px;text-align:center}.popup_overlay .popup .links_block p a{color:#3f7ed2;padding-left:4px;text-decoration:none}.popup.reset .links_block{border-top:1px solid rgba(30,43,65,.09);padding:15px 0;text-align:center}.popup.reset .links_block>a{color:#3f7ed2;text-decoration:none}.popup.reset .links_block p{line-height:22px;text-align:center}.popup.reset .links_block p a{color:#3f7ed2;padding-left:4px;text-decoration:none}.popup.reset .popup_title,.popup_overlay .popup .popup_title{background:#f6faf5;border-radius:8px 8px 0 0;font-size:22px;font-weight:600;line-height:30px;margin-bottom:28px;padding:26px 36px 18px;text-align:center}.popup_overlay .popup .close{right:21px;top:21px}.cabinet .popup_overlay .popup{padding-top:0}.cabinet .popup_overlay .popup .popup_title{background:none;margin-bottom:0;padding:10px 0}.popup_overlay .popup.leaving{text-align:center;width:600px}.popup_overlay .popup.leaving .popup_title span{padding:0 48px;position:relative}.popup_overlay .popup.leaving .popup_title span:before{color:#1e2b41;content:"\0056";display:block;font-family:Trust,sans-serif;font-size:30px;position:absolute;right:0;top:calc(50% - 15px)}.popup_overlay .popup.leaving strong{color:#27a82a;display:block;font-size:19px;font-weight:400;line-height:22px;margin:15px 0;text-align:center}.popup_overlay .popup.leaving .popup_content{padding-bottom:20px}.popup_overlay .popup.leaving .popup_content>p{color:#fc781e;font-size:24px;font-weight:500;line-height:28px;margin-bottom:15px}.popup_overlay .popup.leaving .popup_content>span{color:#1e2b41;font-size:18px;line-height:24px}.popup_overlay .popup.leaving .popup_content>span b{color:#27a82a;font-size:20px;font-weight:600;padding:0 5px}.popup_overlay .popup.leaving .popup_content .sep{position:relative}.popup_overlay .popup.leaving .popup_content .sep:after{background:rgba(30,43,65,.09);content:"";display:block;height:1px;left:0;position:absolute;top:12px;width:100%}.popup_overlay .popup.leaving .popup_content .sep span{background:#fff;color:rgba(30,43,65,.38);display:inline-block;font-size:16px;font-weight:500;line-height:24px;padding:0 19px;position:relative;text-transform:uppercase;vertical-align:top;z-index:2}.popup_overlay .popup.leaving .popup_content .field_item{margin-bottom:27px;margin-top:10px;text-align:left}.popup_overlay .popup.leaving .popup_content .field_item>label{color:#1e2b41;display:block;font-size:18px;font-weight:400;line-height:24px;margin-bottom:26px;text-align:center;width:100%}.popup_overlay .popup.leaving .popup_content .field_item input[type=text]{text-align:left;width:356px}.popup_overlay .popup.leaving .popup_content .field_item input[type=submit]{background:#27a82a;border:0;border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;height:42px;line-height:42px;margin-left:20px;padding:0 10px;text-align:center;transition:all .3s;width:calc(100% - 376px)}.popup_overlay .popup.leaving .popup_content .field_item input[type=submit]:hover{background:#229325}.popup_overlay .popup.leaving .popup_content .cancel_subscribtion.cancel{color:#006bda;cursor:pointer;font-size:14px}.popup_overlay .popup.leaving .popup_content .cancel_subscribtion.cancel:hover{color:#27a82a}.popup_overlay .popup.leaving .popup_content .field_item .field_error{display:inline-block;vertical-align:top;width:356px}.popup_overlay .popup.leaving .popup_content .field_item .field_error input{width:100%}.popup.restore .popup_content{text-align:center}.popup.restore .popup_content p{display:inline-block;font-size:18px;font-weight:500;line-height:24px;margin-top:16px;vertical-align:top;width:100%}.popup.restore .popup_content span{color:#27a82a;display:block;font-size:18px;font-weight:500;line-height:22px;margin-top:32px}.popup.login,.popup.restore{width:420px}.popup.reset{border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);display:block;margin:0 auto;width:420px}.popup .restore_link{color:#006bda;float:right;line-height:32px;margin-bottom:18px}.field_item .show_password:not(.see_pass){bottom:9px;cursor:pointer;position:absolute;right:20px;top:15px}.field_item .show_password:not(.see_pass)+input{padding-right:44px}.field_item .show_password:not(.see_pass):before{color:#eeeeef;content:"\0058";display:block;font-family:Trust,sans-serif;font-size:18px}.discount-promo-banner .text_holder_block{text-align:center}.discount-promo-banner.banner_mobile{display:none}.inner_nav{box-shadow:0 12px 18px hsla(225,7%,67%,.12);-moz-box-shadow:0 12px 18px hsla(225,7%,67%,.12);-webkit-box-shadow:0 12px 18px hsla(225,7%,67%,.12);margin-bottom:21px}.inner_nav ul{display:flex;list-style:none}.inner_nav li{border-right:1px solid #dde2e7;box-shadow:inset 0 1px #dde2e7;float:left;height:51px;transition:all .3s;width:100%}.inner_nav li:last-child{border-right:none}.inner_nav li a,.inner_nav li span{color:rgba(32,47,70,.63);display:block;font-size:14px;font-weight:600;height:100%;padding:0;position:relative;text-align:center;transition:all .3s;vertical-align:middle;width:100%}.inner_nav li a:after,.inner_nav li span:after{content:"";display:inline-block;height:100%;vertical-align:middle}.inner_nav li a b,.inner_nav li span b{display:inline-block;font-weight:400;line-height:19px;vertical-align:middle}.inner_nav li.active{box-shadow:inset 0 2px #27a82a}.inner_nav li.active a{color:#1e2b41}.pages_container.prices .field_item{display:inline-block;margin-bottom:31px;vertical-align:top;width:100%}.pages_container.prices .field_item .order-pages-num>label,.pages_container.prices .field_item .order-words-num>label,.pages_container.prices .field_item>label{float:left;margin-top:10px;width:131px}.pages_container.prices .field_item .info-counter{color:#c6cacf;float:left;font-size:12px;font-style:normal;font-weight:500;margin-left:15px;padding-top:14px}.pages_container.prices .field_item .jq-selectbox{float:left;min-width:355px}.pages_container.prices .field_item .radio_buttons{width:355px}.pages_container.prices .field_item .hold_numb{float:left;width:218px}.pages_container.prices .price_choice_item{background:#f9fafc;border:1px solid #ebeef1;border-radius:2px;cursor:pointer;margin-bottom:9px;padding:9px 12px 7px;position:relative;width:100%}.pages_container.prices .price_choice_item.active{background:#fff;box-shadow:0 2px 10px rgba(25,40,63,.1)}.pages_container.prices .price_choice_item>div{display:inline-block;font-size:14px;font-weight:500;line-height:19px;vertical-align:middle}.pages_container.prices .price_choice_item>div.price_urgency{margin-left:15px;text-align:center;width:20%}.pages_container.prices .price_choice_item>div.price_page{border-left:1px solid #eceff2;border-right:1px solid #eceff2;color:#27a82a;font-size:15px;text-align:center;width:33%}.pages_container.prices .price_choice_item>div.price_date{padding:0 0 0 5px;text-align:center;width:39%}.pages_container.prices .price_choice_item>div.price_present{height:21px;left:52%;position:absolute;top:10px;width:17px}.pages_container.prices .price_choice_item>div.price_present:before{color:#fc781e;content:"\0051";display:block;font-family:Trust,sans-serif;font-size:17px}.pages_container.prices .prices_resume{border-collapse:collapse;display:table;margin-left:24px;position:relative;width:calc(100% - 24px)}.pages_container.prices .prices_resume:after{border-right:1px solid #eef3f6;content:"";height:100%;position:absolute;right:0;top:0;width:0}.pages_container.prices .prices_resume .prices_resume_thead{background:rgba(248,249,253,.57)}.pages_container.prices .prices_resume .prices_resume_thead>div{font-size:14px;font-weight:500}.pages_container.prices .prices_resume .prices_resume_thead .prices_resume_item .prices_resume_time{color:#19283f;font-size:14px}.pages_container.prices .prices_resume .prices_resume_tbody{margin-top:-1px;position:relative}.pages_container.prices .prices_resume .prices_resume_tbody .prices_resume_services{font-weight:400;line-height:25px}.pages_container.prices .prices_resume .prices_resume_tbody:before{background:#ffd7bc url(/assets/img/most_popular.png?62292ca925d794bb9d2e9cf8c6e3b977) 50% no-repeat;content:"";display:block;height:calc(100% + 41px);left:-24px;position:absolute;top:-41px;width:24px}.pages_container.prices .prices_resume .prices_resume_item+.prices_resume_item{margin-top:-1px}.pages_container.prices .prices_resume .prices_resume_item{display:flex}.pages_container.prices .prices_resume .prices_resume_item>div{border:1px solid #eef3f6;display:table-cell;font-size:14px;font-weight:500;padding:10px 0 11px;vertical-align:middle}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_services{padding-left:14px;width:313px}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time{color:#27a82a;cursor:pointer;font-size:15px;margin-left:-1px;position:relative;text-align:center;width:81px}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time input:checked+label{background:#f7f8fc}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody{margin-top:-1px;position:relative}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody:before{background:#d1e9ff url(/assets/img/other.png?60ce4f7fee3fff5a25d6dc41a24e26c2) 50% no-repeat;height:100%;top:0}.pages_container.prices .select_currency input:checked+.ui-button{background-color:#f7f8fc;border-right:none}.price_total{margin:27px 0 0;overflow:hidden}.price_total .price_total_value{float:left;line-height:36px}.price_total .price_total_value span{display:inline-block;font-size:24px;font-weight:500;vertical-align:top}.price_total .price_total_value p{color:#27a82a;display:inline-block;font-size:26px;padding-left:5px;vertical-align:top}.price_total .button{background:#fc781e;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:none;color:#fff;cursor:pointer;display:inline-block;float:right;font-size:14px;font-weight:500;height:45px;line-height:45px;position:relative;text-align:center;text-decoration:none;transition:all .2s ease-in;vertical-align:top;width:318px}.price_total .button:active{background:#fc6b09}.pages_container.evaluation .ask{background:url(/assets/img/tooltip_sprite.png?862b8f8679fdcc8e8714ccccbc95782f) 0 top no-repeat;background-size:20px;height:20px;width:20px}.free_quote_block{background:#fdfdfe;border:1px solid #f1f2f3;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:22px 30px 28px;position:relative}.free_quote_block h3{color:#3a617e;display:block;font-size:20px;font-weight:500;line-height:30px;margin-bottom:8px}.free_quote_block .button{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin:20px auto 0;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:318px}.free_quote_block .button:active{background:#209c23}.free_quote_block:after{clear:both;content:"";display:block}.free_quote_block .field_block .field_item{float:left;margin-bottom:21px}.free_quote_block .field_block .field_item>b{color:rgba(25,40,63,.55);display:block;font-size:11px;font-weight:400;line-height:15px;padding-top:4px}.free_quote_block .field_block .field_item>a{font-size:14px;line-height:32px}.free_quote_block .field_item.restore{padding-top:29px}.free_quote_block .field_item.restore a,.free_quote_block .field_item.restore button{background:#3e60ac;border:none;border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:40px;line-height:40px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:middle;width:185px}.free_quote_block .field_item.restore a:active,.free_quote_block .field_item.restore button:active{background:#36559a}.free_quote_block .field_item.restore a:last-child,.free_quote_block .field_item.restore button:last-child{width:205px}.free_quote_block .field_item.restore span{display:inline-block;font-size:14px;font-weight:500;line-height:40px;margin:0 19px;vertical-align:middle}.free_quote_block .field_item.night_calls{float:right;margin-right:0!important;padding-left:4px}.free_quote_block .field_item.night_calls>label{display:inline-block;margin:7px 0 0 15px;vertical-align:middle}.free_quote_block .field_item.night_calls .ask{margin-top:4px}.free_quote_block .field_item .hold_numb,.free_quote_block .field_item .ui-spinner{width:258px}.free_quote_block .field_item .ask{display:inline-block;margin:0 14px;vertical-align:middle}.free_quote_block .field_item i{color:rgba(25,40,63,.55);display:inline-block;font-size:13px;font-style:normal;line-height:16px;max-width:85px;text-align:left;vertical-align:middle}.free_quote_block .field_item textarea{height:211px;resize:none}.free_quote_block .field_item .field_item{margin-bottom:22px;width:100%}.free_quote_block .files-items{margin-top:15px}.free_quote_block .files-items ul{list-style:none}.free_quote_block .files-items ul li{display:inline-block;margin-bottom:14px;padding-right:50px;position:relative;vertical-align:top;width:100%}.free_quote_block .files-items ul li .item_name{float:left;font-weight:500;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 100px)}.free_quote_block .files-items ul li .size_string{color:#9ca5ad;float:right;font-size:12px;font-weight:400;margin-top:6px}.free_quote_block .files-items ul li .fileuploader-progressbar{background:#f8f9fd;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 0 1px #f0f2f7;-moz-box-shadow:inset 0 0 1px #f0f2f7;-webkit-box-shadow:inset 0 0 1px #f0f2f7;clear:both;display:block;height:4px;position:relative;width:100%}.free_quote_block .files-items ul li .fileuploader-progressbar .bar{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:100%;left:0;position:absolute;top:0;width:70%}.free_quote_block .files-items ul li.upload-loading .fileuploader-progressbar .bar{background:#1ea3e7}.free_quote_block .files-items ul li.upload-successful .fileuploader-progressbar .bar{background:#2d994e}.free_quote_block .files-items ul li.upload-failed .fileuploader-progressbar .bar{background:#f66039}.free_quote_block .files-items ul li .files-actions-remove{cursor:pointer;display:none;position:absolute;right:0;top:13px}.free_quote_block .files-items ul li .files-actions-remove:before{color:#d8dae3;content:"\005a";display:inline-block;font-family:Trust,sans-serif;font-size:18px}.free_quote_block .files-items ul li.upload-successful .files-actions-icon,.free_quote_block .files-items ul li.upload-successful .files-actions-remove{display:block}.free_quote_block .files-items ul li .files-actions-icon{display:none;position:absolute;right:27px;top:15px}.free_quote_block .files-items ul li .files-actions-icon:before{color:#05a16f;content:"\0061";display:inline-block;font-family:Trust,sans-serif;font-size:11px}.free_quote_block .files_list ul li .fail{position:absolute;right:27px;top:16px}.free_quote_block .files_list ul li .fail:before{color:#fe6412;content:"\0059";display:inline-block;font-family:Trust,sans-serif;font-size:12px}.free_quote_block .upload_area{background:#fff;border:1px dashed #eeeeef;cursor:pointer;line-height:30px;padding:17px 10px 13px;text-align:center;width:100%}.free_quote_block .upload_area a{display:inline-block;font-weight:600;padding-left:51px;position:relative;text-decoration:underline;vertical-align:middle}.free_quote_block .upload_area a:before{color:#e0e2e6;content:"\0052";display:block;font-family:Trust,sans-serif;font-size:31px;left:0;position:absolute;top:0}.free_quote_block .upload_area p{color:rgba(25,40,63,.33);display:inline-block;padding:0 0 0 5px;vertical-align:middle}.field_block.exception .field_item:nth-child(2){float:left}.field_block.exception .field_item:first-child{float:right;margin-right:0}.pages_container.discounts .banner{background:#fefefe;border:1px solid #f2f2f3;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 12px 18px rgba(30,43,65,.12);-moz-box-shadow:0 12px 18px rgba(30,43,65,.12);-webkit-box-shadow:0 12px 18px rgba(30,43,65,.12);margin-bottom:28px;padding:36px 46px;text-align:center}.pages_container.discounts .banner p{font-size:22px;font-weight:500;letter-spacing:-.28px;line-height:30px;margin-bottom:11px}.pages_container.discounts .banner p b,.pages_container.discounts .banner p strong{color:#27a82a;padding:0 4px;text-transform:uppercase}.pages_container.discounts .banner .button{background:#fc781e;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin-top:13px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:318px}.pages_container.discounts .banner .button:active{background:#fc6b09}.discount_item{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 12px 18px hsla(225,7%,67%,.12);-moz-box-shadow:0 12px 18px hsla(225,7%,67%,.12);-webkit-box-shadow:0 12px 18px hsla(225,7%,67%,.12);float:left;margin-right:23px;width:318px}.discount_item.orange .title{background:#fc9f2b;background:linear-gradient(90deg,#fc9f2b 0,#fb8839)}.discount_item.orange span{color:#fc8825}.discount_item.blue .title{background:#709fe4;background:linear-gradient(90deg,#709fe4 0,#5380be)}.discount_item.blue span{color:#4f7bba}.discount_item.green{margin-right:0}.discount_item.green .title{background:#53bb56;background:linear-gradient(90deg,#53bb56 0,#409a42)}.discount_item.green span{color:#429c44}.discount_item .title{color:#fff;font-size:21px;font-weight:500;letter-spacing:-.19px;line-height:30px;margin-bottom:27px;padding:23px 0 19px;text-align:center}.discount_item .title b{font-weight:600}.discount_item>span{display:block;font-size:30px;font-weight:500;letter-spacing:-.25px;line-height:30px;margin-bottom:17px;text-align:center}.discount_item p{line-height:24px;padding:0 20px 22px}.discount_item p b{font-weight:600}.discounts_block{margin-top:18px;overflow:hidden;text-align:center}.discounts_block .button{background:#fc781e;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin:30px auto 0;position:relative;text-align:center;text-decoration:none;transition:all .2s ease-in;vertical-align:top;width:318px}.discounts_block .button:active{background:#fc6b09}.pages_container.contacts .field_item{margin-bottom:18px}.contact_line{border-top:1px solid #dde2e7;box-shadow:0 12px 18px hsla(225,7%,67%,.12);-moz-box-shadow:0 12px 18px hsla(225,7%,67%,.12);-webkit-box-shadow:0 12px 18px hsla(225,7%,67%,.12);display:flex;flex-wrap:wrap;margin-bottom:31px;overflow:hidden}.contact_line>div.chat{width:30%}.contact_line>div{border-right:1px solid #dde2e7;flex-grow:1;float:left;margin:0;padding:16px 0 14px;text-align:center}.contact_line>div:last-child{border-right:none}.contact_line>div a,.contact_line>div p{color:#202f46;display:inline-block;font-size:14px;font-weight:500;line-height:19px;position:relative;vertical-align:top}.contact_line>div a:before,.contact_line>div p:before{color:#27a82a;display:block;font-family:Trust,sans-serif;left:0;position:absolute}.contact_line>div.phone:before{display:none}.contact_line>div.phone p{padding:0 0 0 20px}.contact_line>div.phone p:before{content:"\0045";font-size:14px}.contact_line>div.email a{padding-left:29px}.contact_line>div.email a:before{content:"\0044";font-size:19px}.contact_line>div.chat{box-shadow:none}.contact_line>div.chat a{padding-left:26px}.contact_line>div.chat a:before{content:"\0043";font-size:16px}.contact_form{background:#fdfdfe;border:1px solid #f2f2f3;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:20px 30px 34px}.contact_form strong{color:#27a82a;display:block;font-size:24px;font-weight:400;line-height:24px;padding:67px 0 60px;text-align:center}.contact_form .button{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin:30px auto 0;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:300px}.contact_form .button:active{background:#209c23}.contact_form textarea{height:120px;resize:none}.contact_form h2{border-bottom:1px solid #eeeeef;display:block;font-size:20px;font-weight:500;line-height:30px;margin-bottom:12px;padding-bottom:13px;padding-left:18px;position:relative}.contact_form h2:before{background:#fc781e;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";display:block;height:6px;left:0;position:absolute;top:12px;width:6px}.pages_container.faq h1,.pages_container.faq h2,.pages_container.faq h3{margin-bottom:19px}.pages_container.change_password,.pages_container.faq h1:not(:first-child),.pages_container.faq h2:not(:first-child),.pages_container.faq h3:not(:first-child){margin-top:30px}.pages_container.change_password .field_item{margin:0 auto 21px;width:340px}.pages_container.change_password .field_submit{margin:9px auto 0;width:340px}.pages_container.change_password .button{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:100%}.pages_container.change_password .button:active{background:#209c23}.pages_container.blog,.pages_container.blog_view,.pages_container.blogger_about,.pages_container.guide,.pages_container.guide_view,.pages_container.prices{display:table}.pages_container.blog .pagination,.pages_container.blog_view .pagination,.pages_container.blogger_about .pagination,.pages_container.prices .pagination{width:100%}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.blog_item{border-bottom:1px solid rgba(42,49,64,.1);padding:23px 0 10px}.blog_item:after{clear:both;display:block}.blog_item img{width:100%}.blog_item .photo{text-align:center;width:100%}.blog .blog_item .photo{border-radius:3px;height:150px;overflow:hidden;position:relative;width:230px}.blog .blog_item .photo img{height:100%;margin-left:50%;max-width:none;min-height:100%;min-width:100%;transform:translateX(-50%);width:auto}.blog_item .item_info{float:left;margin-right:20px;width:230px}.blog_item .item_info span{color:rgba(25,40,63,.94);font-weight:500;line-height:30px}.blog .blog_item .item_info>span{display:block;margin-top:12px}.blog_item .item_info p{color:rgba(25,40,63,.55);font-size:14px;line-height:20px}.blog .blog_item .item_info p,.blog .blog_item .item_text{margin-bottom:30px}.blog_item .item_text ul.list:not(.widget-steps>ul){list-style:none;margin:10px 0}.blog_item .item_text ul.list:not(.widget-steps>ul) li{line-height:30px;margin-bottom:0;padding-left:26px;position:relative}.blog_item .item_text ul.list:not(.widget-steps>ul) li:before{background:#27a82a;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";display:block;height:6px;left:0;position:absolute;top:13px;width:6px}.blog_item .item_text ol.list{list-style-position:inside;margin:10px 0}.blog_item .item_text ol.list li{line-height:30px}.blog_item .item_text .title{line-height:27px;margin-bottom:10px}.blog_item .item_text .title a{color:#19283f;font-size:17px;font-weight:500;line-height:normal;transition:all .3s}.blog_item .item_text p{color:rgba(25,40,63,.94);line-height:30px}.blog_item .item_text span{display:block;line-height:30px}.blog_item .item_text a.read_more{float:right;line-height:15px;margin-top:28px;padding-right:19px}.blog_item .tags{clear:both;margin-top:10px;padding-top:18px}.blog .blog_item .tags{margin-bottom:30px}.blog_item .tags span{font-weight:500;line-height:30px;padding-right:10px}.blog_item .tags a{background:#f1f3f7;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;color:#2883e0;display:inline-block;font-size:13px;line-height:29px;margin:0 4px 10px;padding:1px 23px 0;text-align:center;vertical-align:top}.blog .author_item{margin-bottom:29px}.blog_view .author_item{margin-top:20px}.blog_view .blog_item{border-bottom:none;padding-top:0}.blog_view .blog_item .tags{border-top:1px solid rgba(42,49,64,.1);padding-top:18px}.blog_view .blog_item .photo{margin-bottom:10px}.blog_view .blog_item .item_info,.blog_view .blog_item .item_text{float:none;width:100%}.blog_view .blog_item .item_info{border-bottom:1px solid rgba(42,49,64,.04);margin-bottom:19px;overflow:hidden;padding-bottom:9px}.blog_view .blog_item .item_info span{float:left}.blog_view .blog_item .item_info p{float:right}.author_item{border:1px solid hsla(210,7%,94%,.87);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 12px 18px hsla(225,7%,67%,.12);-moz-box-shadow:0 12px 18px hsla(225,7%,67%,.12);-webkit-box-shadow:0 12px 18px hsla(225,7%,67%,.12);overflow:hidden;padding:30px 25px 12px 30px}.author_item .author_info{float:left;margin-right:30px}.author_item .photo{width:140px}.author_item .socials{margin-top:19px}.author_item .socials a{margin:0 10px}.author_item .socials a.fb{margin-left:0}.author_item .socials a.google{margin-right:0}.author_item .description span{font-size:17px;font-weight:500;line-height:30px}.author_item .description p{color:rgba(25,40,63,.94);line-height:30px}.author_item .links{border-top:1px solid rgba(42,49,64,.04);margin-top:7px;overflow:hidden;padding-top:10px}.author_item .links a{color:#006bda;font-size:14px;line-height:28px}.author_item .links .more{float:left}.author_item .links .about{float:right}.blogger_about .author_item{border:none;border-bottom:1px solid rgba(42,49,64,.04);box-shadow:none;padding:0 0 14px}.articles{margin-top:21px}.articles h2{font-size:20px;line-height:30px}@media (min-width:768px){.articles .blog_item{display:flex;flex-wrap:wrap}.articles .blog_item .item_info{flex:0 230px}.articles .blog_item .item_text{flex:0 calc(100% - 250px);position:relative}.articles .blog_item .item_text a.read_more{bottom:15px;position:absolute;right:0}.articles .blog_item .tags{width:100%}}.articles .blog_item{border-bottom:none}.articles .blog_item .tags{border-top:1px solid rgba(42,49,64,.1);padding-top:18px}.page_404 .error_page{padding-right:16px}.error_page span{color:#eff1f5;display:block;font-size:144px;font-weight:500;letter-spacing:-.07px;line-height:197px;position:relative}.error_page span:after{background:#eaebed;bottom:15px;content:"";display:block;height:2px;left:0;position:absolute;width:94px}.pages_container.thx_page{margin-top:45px;text-align:center}.pages_container.thx_page span{color:#27a82a;display:block;font-size:24px;line-height:24px;margin-bottom:7px}.pages_container.thx_page p{font-size:18px;font-weight:500;line-height:25px}.pages_container.thx_page .button{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin-top:22px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:300px}.pages_container.thx_page .button:active{background:#209c23}.pages_container.thx_page .buttons{margin-top:30px}.pages_container.thx_page .buttons .account{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:middle;width:300px}.pages_container.thx_page .buttons .account:active{background:#209c23}.pages_container.thx_page .buttons span{color:#202f46;display:inline-block;font-size:16px;line-height:40px;margin:0 32px;vertical-align:middle}.pages_container.thx_page .buttons .order{background:#fc781e;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:middle;width:300px}.pages_container.thx_page .buttons .order:active{background:#fc6b09}.pages_container.extras .button{background:#fc781e;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin:29px auto 0;position:relative;text-align:center;text-decoration:none;transition:all .2s ease-in;vertical-align:top;width:318px}.pages_container.extras .button:active{background:#fc6b09}.extras_block{display:inline-block;vertical-align:top;width:100%}.extras_item{border:1px solid hsla(210,7%,94%,.87);border-radius:3px;box-shadow:0 12px 18px hsla(225,7%,67%,.12);float:left;margin-right:23px;padding:17px 14px 10px 25px;width:318px}.extras_item:last-child{margin-right:0}.extras_item:nth-child(2) .sub_item,.extras_item:nth-child(3) .sub_item{border-bottom:1px solid #f1f2f3;padding-bottom:12px}.extras_item:nth-child(2) .sub_item:last-child,.extras_item:nth-child(3) .sub_item:last-child{border:none;margin-bottom:0}.extras_item:nth-child(2) .sub_item b:before,.extras_item:nth-child(3) .sub_item b:before{display:none}.extras_item>span{display:block;font-size:20px;font-weight:500;line-height:30px}.extras_item .sub_item,.extras_item>span{margin-bottom:12px}.extras_item .sub_item b,.extras_item .sub_item span{display:block;overflow:hidden}.extras_item .sub_item b i,.extras_item .sub_item span i{color:#27a82a;float:right;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.extras_item .sub_item span i{line-height:31px}.extras_item .sub_item span{display:flex;font-size:20px;font-weight:500;justify-content:space-between;line-height:30px;margin-bottom:10px}.extras_item .sub_item b{font-size:18px;font-weight:500;line-height:25px;margin-bottom:10px;padding-left:17px;position:relative}.extras_item .sub_item b:before{background:#fc781e;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";display:block;height:6px;left:0;position:absolute;top:9px;width:6px}.extras_item .sub_item p{color:rgba(25,40,63,.94);font-size:14px;line-height:24px}.about-us .stat_item .icon{border:1px solid rgba(30,43,65,.08)}.about-us .stat_item .icon:before{background:url(/assets/img/stats_icon_2.svg?302c52e50b26576f217adfb5f0750986) 50% no-repeat;background-size:31px}.about-us .stat_item.writers .icon:before{background:url(/assets/img/stats_icon_1.svg?a5d2c7acf945b267326420ea361d53dc) 50% no-repeat;background-size:24px}.about-us .stat_item.safe .icon:before{background:url(/assets/img/stats_icon_4.svg?a5bb238f76c4b8f905d560997a5608d5) 50% no-repeat;background-size:22px}.services{padding:39px 0 0}.services .component_content{border-bottom:2px solid #ebeef3;padding-bottom:40px}.services i.slide_btn{display:none}.services .button{background:#fc781e;border:none;border-radius:2px;clear:both;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;height:45px;line-height:45px;margin:32px auto 0;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:318px}.services .button:active{background:#fc6b09}.services_block{background:rgba(249,250,252,.36);border-left:1px solid #f2f2f2;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-top:1px solid #f2f2f2;overflow:hidden}.services .service_item{border-bottom:1px solid #f2f2f2;border-right:1px solid #f2f2f2;clear:both;padding:20px 20px 14px}.services .service_item>a,.services .service_item>span{color:#19283f;display:inline-block;font-size:18px;font-weight:500;line-height:25px;margin-bottom:5px;padding-left:15px;position:relative;vertical-align:top}.services .service_item>a:before,.services .service_item>span:before{background:#fc781e;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";height:6px;left:0;position:absolute;top:8px;width:6px}.services .service_item ul{list-style:none;padding-left:15px}.services .service_item li{display:inline-block;padding:6px 7px 6px 0;vertical-align:top;width:24.5%}.services .service_item li a{color:#006bda;line-height:20px}.services .service_item.half{border-right:1px solid #f2f2f2;clear:none;float:left;width:50%}.component.faq{padding:30px 0 41px}.item_sep{display:none}.text_component.grey_bg{background:#f9fafc;padding:35px 0 10px}.text_component h1,.text_component h2,.text_component h3{display:block;line-height:30px;margin-bottom:13px;text-align:center}.text_component h3{text-align:left}.text_component p{line-height:30px;padding-bottom:15px;text-align:justify}.text_component ul{list-style:none;margin:10px 0}.text_component ul li{font-size:16px;line-height:24px;margin-bottom:5px;padding-left:19px;position:relative}.text_component ul li:before{background-color:#32ad35;border-radius:100%;content:"";display:block;height:5px;left:0;position:absolute;top:10px;width:5px}.text_component ol{counter-reset:content-counter;list-style:none;margin:10px 0}.text_component ol li{color:#000;font-size:16px;line-height:24px;margin-bottom:5px;padding-left:19px;position:relative}.text_component ol>li:before{color:#3f7ed2;content:counter(content-counter) ".";counter-increment:content-counter;left:0;position:absolute}.container>h1,.container>h2,.container>h3{display:block;line-height:30px;margin:0 auto 10px;text-align:center;width:1000px}.container>h3{text-align:left}.container>p{line-height:30px;margin:0 auto;padding-bottom:10px;text-align:justify;width:1000px}.container>p:empty{display:none}.related_posts .slick-track{display:flex}.related_posts{background:#f9fafc;padding:33px 0 37px}.related_posts .component_title h1,.related_posts .component_title h2,.related_posts .component_title h3{text-transform:uppercase}.related_caorusel.row{align-items:stretch}.related_item{background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 12px 18px rgba(176,182,201,.05);-moz-box-shadow:0 12px 18px rgba(176,182,201,.05);-webkit-box-shadow:0 12px 18px rgba(176,182,201,.05);margin:0 10px;overflow:hidden;position:relative;width:calc(33.33% - 20px)}.related_item>a{display:block;height:209px;text-align:center;width:100%}.related_item>a img{display:inline-block;height:100%;vertical-align:top;width:100%}.related_item .info{display:flex;flex-direction:column;height:calc(100% - 209px);overflow:hidden;padding:10px 20px 20px}.related_item .info a{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#19283f;display:-webkit-box;font-size:17px;font-weight:500;line-height:28px;margin-bottom:15px;overflow:hidden;text-overflow:ellipsis}.related_item .info p{color:rgba(25,40,63,.55);line-height:30px;margin-top:auto}.discounts_component{background:#f9fafc}.discounts_component:after{clear:both;content:"";display:block}.discounts_component .content_text{padding:24px 0}.discounts_component .content_text p b{font-weight:500;padding-right:5px}.discounts_component .subscribe{background:#fff;overflow:hidden;padding:46px 0}.discounts_component .subscribe strong{color:#27a82a;display:block;font-size:20px;font-weight:400;line-height:24px;padding:14px 0 15px;text-align:center}.discounts_component .subscribe .button{background:#3e60ac;border:none;border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:40px;line-height:40px;margin-left:25px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:213px}.discounts_component .subscribe .button:before{color:#fff;content:"\0042";display:block;font-family:Trust,sans-serif;position:absolute;right:18px}.discounts_component .subscribe .button:active{background:#36559a}.discounts_component .subscribe .field_error{display:inline-block;vertical-align:top}.discounts_component .subscribe .field_item{float:left;margin-bottom:0}.discounts_component .subscribe .field_item>label{display:inline-block;font-size:19px;letter-spacing:-.2px;line-height:40px;margin-bottom:0;margin-right:13px;max-width:360px;vertical-align:top}.discounts_component .subscribe .field_item input[type=email],.discounts_component .subscribe .field_item input[type=text]{display:inline-block;vertical-align:bottom;width:381px}.pagination ul{clear:both;list-style:none;margin:20px auto 0;padding:0 50px;position:relative;text-align:center;width:100%}.pagination li{clear:both;display:inline-block;line-height:44px;vertical-align:middle}.pagination li a,.pagination li span{color:#19283f;display:block;font-weight:500;height:100%;position:relative;z-index:2}.pagination li span{opacity:.7}.pagination li.next,.pagination li.prev{background:#e4e8ef;border:none;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;cursor:pointer;font-size:0;height:44px;line-height:45px;margin:0;opacity:.7;outline:none;position:absolute;top:0;width:44px;z-index:10}.pagination li.next:before,.pagination li.prev:before{color:#222a45;content:"\0042";display:block;font-family:Trust,sans-serif;font-size:12px;line-height:45px;position:absolute;text-align:center;width:100%;z-index:1}.pagination li.next.disabled,.pagination li.prev.disabled{opacity:.31}.pagination li.prev{left:0}.pagination li.prev:before{transform:rotate(180deg)}.pagination li.next{right:0}.component{width:100%}.component_title{margin-bottom:23px;text-align:center}.component_title h1,.component_title h2,.component_title h3{color:#19283f;font-size:24px;font-weight:600;line-height:33px;padding-bottom:8px}.component_title p{color:#19283f}.field_item{margin-bottom:24px;position:relative}.field_item .phone_item{display:inline-block;float:left;margin-right:17px;text-align:center;vertical-align:top;width:78px}.field_item .phone_item.number{margin-right:0;text-align:left;width:352px}.field_item .phonecode input{text-align:center}.field_item>label{color:#19283f;display:block;font-size:14px;font-weight:500;line-height:20px;margin-bottom:4px}.field_item>label sup{color:#fc781e}.field_item>label a{padding-left:4px}.field_item textarea{padding:15px 20px;resize:none}.field_item .see_pass~input{padding-right:50px}.field_item .f_group input,.field_item .f_group textarea,.field_item.f_group input,.field_item.f_group textarea{background:#fff}.field_item .f_group input:-moz-placeholder,.field_item .f_group input::-moz-placeholder,.field_item .f_group textarea:-moz-placeholder,.field_item .f_group textarea::-moz-placeholder,.field_item.f_group input:-moz-placeholder,.field_item.f_group input::-moz-placeholder,.field_item.f_group textarea:-moz-placeholder,.field_item.f_group textarea::-moz-placeholder{color:rgba(25,40,63,.5)}.field_item .f_group input:-ms-input-placeholder,.field_item .f_group textarea:-ms-input-placeholder,.field_item.f_group input:-ms-input-placeholder,.field_item.f_group textarea:-ms-input-placeholder{color:rgba(25,40,63,.5)}.field_item .f_group input::-webkit-input-placeholder,.field_item .f_group textarea::-webkit-input-placeholder,.field_item.f_group input::-webkit-input-placeholder,.field_item.f_group textarea::-webkit-input-placeholder{color:rgba(25,40,63,.5)}.field_item .f_group{margin:0;width:100%}.field_item input,.field_item textarea{border:1px solid rgba(42,49,64,.08);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#19283f;font-size:14px;font-weight:400;line-height:20px;outline:none;width:100%}.field_item input:focus,.field_item textarea:focus{box-shadow:0 2px 5px rgba(34,49,65,.04);-moz-box-shadow:0 2px 5px rgba(34,49,65,.04);-webkit-box-shadow:0 2px 5px rgba(34,49,65,.04)}.component .field_item .field_error input,.component .field_item .field_error textarea,.container.welcome .field_item .field_error input,.container.welcome .field_item .field_error textarea,.field_item .error input,.field_item .error textarea,.pages_container .field_item .field_error input,.pages_container .field_item .field_error textarea,.popup_overlay .popup.leaving .popup_content .field_item .field_error input,.prefooter .field_item .field_error input,.prefooter .field_item .field_error textarea{border-color:#fc6b09}.component .field_item .field_error .validation_error,.container.welcome .field_item .field_error .validation_error,.f_group.error span.error,.pages_container .field_item .field_error .validation_error,.popup.restore .popup_content .f_group.error span.error,.prefooter .field_item .field_error .validation_error,.validation_error.error{clear:both;color:#fc6b09;display:block;font-size:12px;margin-top:3px;text-align:left}.field_item .phone_item input{padding-left:5px;padding-right:5px}.field_item input{height:38px;line-height:38px;padding:0 10px 0 20px}.field_item input[disabled=disabled],.field_item input[readonly=readonly]{background:#f8f8fa}.component .ask,.container.welcome .ask,.pages_container .ask,.popup .ask,.prefooter .ask{background:url(/assets/img/tooltip_sprite.png?862b8f8679fdcc8e8714ccccbc95782f) 0 bottom no-repeat;background-size:20px;display:inline-block;height:20px;vertical-align:top;width:20px}.field_block:after{clear:both;content:"";display:block}.field_block .field_item{display:inline-block;vertical-align:top;width:47.7%}.field_block .field_item:first-child{margin-right:4%}.field_block .field_item .jq-selectbox{max-width:100%;min-width:100%}.ui-helper-hidden-accessible{clip:rect(0 0 0 0);border:0!important;height:1px!important;margin:-1px!important;overflow:hidden;padding:0!important;position:absolute;width:1px!important}.quote_tabs{margin:31px 0}.quote_tabs ul{list-style:none}.quote_tabs>ul li{background:#fdfdfe;border:1px solid #dde0e2;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;opacity:.52;position:relative;text-align:center;vertical-align:top;width:48.7%}.quote_tabs>ul li a{color:#19283f;display:block;font-size:20px;font-weight:500;line-height:45px;padding:19px 0 13px}.quote_tabs>ul li a span{display:inline-block;height:45px;margin-right:20px;vertical-align:middle;width:45px}.quote_tabs>ul li.active{border-color:#27a82a;box-shadow:0 0 0 4px #e2f3e3;-moz-box-shadow:0 0 0 4px #e2f3e3;-webkit-box-shadow:0 0 0 4px #e2f3e3;opacity:1}.quote_tabs>ul li.active:before{background:#fff;border:1px solid #27a82a;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-shadow:0 0 0 3px #e2f3e3;-moz-box-shadow:0 0 0 3px #e2f3e3;-webkit-box-shadow:0 0 0 3px #e2f3e3;color:#27a82a;content:"\004a";display:block;font-family:Trust,sans-serif;font-size:12px;height:20px;line-height:20px;padding-left:1px;position:absolute;right:-7px;text-align:center;top:-9px;width:20px}.quote_tabs>ul li:first-child{margin-right:2.6%}.quote_tabs>ul li:first-child span{background:url(/assets/img/tab_ico1.svg?ff56c5cc49b16759c6169d05da756de2) no-repeat;background-size:45px}.quote_tabs>ul li:nth-child(2) span{background:url(/assets/img/tab_ico2.svg?9c968c177e8b793ccfa325eebfcba065) no-repeat;background-size:45px}.files_uploader .fileinput-button{position:relative}.files_uploader .fileinput-button:after{clear:both;content:"";display:block}.files_uploader .fileinput-button .uploader{border:0;cursor:pointer;direction:ltr;filter:alpha(opacity=0);height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%}.file_format_error{color:#ed5545;display:none;margin:4px 0;width:100%}.pages_container .checker label{border:1px solid #006bdb;border-radius:2px;box-shadow:0 0 0 4px rgba(0,107,219,.1);height:21px;position:relative;width:21px}.pages_container .checker,.pages_container .checker label{display:inline-block;vertical-align:middle}.pages_container .checker input{display:none;padding:0}.pages_container .checker label:before{color:#006bdb;display:block;font-family:Trust,sans-serif;height:100%;left:0;line-height:21px;position:absolute;text-align:center;top:0;width:100%}.pages_container .checker input:checked+label:before{content:"\0061"}.pages_container .radio{height:20px;width:20px}.pages_container .radio input{padding:0}.pages_container .radio span{border:1px solid #006bdb;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;box-shadow:0 0 0 4px #e6f1fc;-moz-box-shadow:0 0 0 4px #e6f1fc;-webkit-box-shadow:0 0 0 4px #e6f1fc;display:inline-block;height:100%;position:relative;vertical-align:top;width:100%}.pages_container .radio span.checked:before{background:#1879de;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";display:block;height:12px;left:3px;position:absolute;top:3px;width:12px}.container.landing .hold_numb,.container.welcome .hold_numb,.pages_container .hold_numb{display:inline-block;height:40px;position:relative}.container.landing .hold_numb input,.container.welcome .hold_numb input,.pages_container .hold_numb input{border:1px solid #e1e4e8;border-radius:4px;color:#19283f;font-size:14px;height:40px;outline:none;overflow:hidden;padding:0 10px;text-align:center;width:100%}.container.landing .ui-spinner .spinner:focus,.container.welcome .ui-spinner .spinner:focus,.pages_container .ui-spinner .spinner:focus{box-shadow:none}.container.landing .hold_numb .spinedit i,.container.welcome .hold_numb .spinedit i,.pages_container .hold_numb .spinedit i{background-clip:padding-box;color:transparent;cursor:pointer;font-style:normal;height:38px;position:absolute;top:1px;width:39px}.container.landing .hold_numb .spinedit i.plus,.container.welcome .hold_numb .spinedit i.plus,.pages_container .hold_numb .spinedit i.plus{border-radius:0 4px 4px 0;right:1px}.container.landing .hold_numb .spinedit i.plus:before,.container.welcome .hold_numb .spinedit i.plus:before,.pages_container .hold_numb .spinedit i.plus:before{content:"\0054"}.container.landing .hold_numb .spinedit i.minus,.container.welcome .hold_numb .spinedit i.minus,.pages_container .hold_numb .spinedit i.minus{border-radius:4px 0 0 4px;left:1px}.container.landing .hold_numb .spinedit i.minus:before,.container.welcome .hold_numb .spinedit i.minus:before,.pages_container .hold_numb .spinedit i.minus:before{content:"\0053"}.container.landing .hold_numb .spinedit i:before,.container.welcome .hold_numb .spinedit i:before,.pages_container .hold_numb .spinedit i:before{color:#818a98;display:block;font-family:Trust,sans-serif;font-size:12px;left:0;line-height:40px;position:absolute;text-align:center;top:0;width:100%}.tooltip-inner{background:#fff;border-radius:5px;box-shadow:0 0 0 1px #e7e7e7;color:#616a71;font-size:13px;line-height:17px;max-width:302px;overflow:hidden;padding:8px 10px;text-align:left}.tooltip.top .tooltip-arrow{border-top-color:#e7e7e7}.tooltip.bottom .tooltip-arrow{border-bottom-color:#e7e7e7}.tooltip.right .tooltip-arrow{border-right-color:#e7e7e7}.tooltip.left .tooltip-arrow{border-left-color:#e7e7e7}.tooltip.top .tooltip-arrow:before{border-top-color:#fff;bottom:1px}.tooltip.bottom .tooltip-arrow:before{border-bottom-color:#fff;top:1px}.tooltip.right .tooltip-arrow:before{border-right-color:#fff;left:1px}.tooltip.left .tooltip-arrow:before{border-left-color:#fff;right:1px}.tooltip .tooltip-arrow:before{border:inherit solid;border-color:transparent;bottom:inherit;content:"";display:block;left:inherit;margin:inherit;position:absolute;right:inherit;top:inherit}.pages_container .radio_buttons{display:table;width:100%}.pages_container .radio_buttons .ui-state-default{background-color:#fff;border-right:none;cursor:pointer;display:table-cell;height:42px;text-align:center;vertical-align:middle}.pages_container .radio_buttons .ui-state-default .ui-button-text{color:#19283f;display:block;font-size:14px;font-weight:500;padding-top:1px}.pages_container .radio_buttons .ui-state-default.ui-state-active{background-color:#f7f8fc;border-right:none}.pages_container .radio_buttons .ui-state-default.ui-state-active .ui-button-text{color:#000}.pages_container .radio_buttons .ui-state-default:last-child{border-right:1px solid #ebeef1}.container .rating span,.container.welcome .rating span,.pages_container .rating span{display:inline-block;height:19px;margin-right:1px;position:relative;vertical-align:top;width:19px}.container .rating span:before,.container.welcome .rating span:before,.pages_container .rating span:before{color:#eee;content:"\0046";display:block;font-family:Trust,sans-serif;font-size:18px;left:0;top:0}.container .rating span.active:before,.container.welcome .rating span.active:before,.pages_container .rating span.active:before{color:#ffb311}.container .rating_content p,.container.welcome .rating_content p,.pages_container .rating_content p{color:#222a45;display:inline-block;font-size:16px;font-weight:600;margin-left:13px;vertical-align:middle}.container .rating_content p b,.container.welcome .rating_content p b,.pages_container .rating_content p b{font-weight:600}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;min-height:1px;outline:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:flex;flex-direction:column;max-width:100%}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.field_item .jq-selectbox{box-sizing:border-box;display:inline-block;margin:0;position:relative;text-align:left;vertical-align:middle}.field_item .jq-selectbox li.disabled,.field_item .jq-selectbox option:disabled{display:none}.field_item .jq-selectbox .jq-selectbox__select-text{background-color:#fff;border:1px solid #e1e4e8;border-radius:4px;color:#19283f;cursor:pointer;font-size:14px;height:42px;line-height:40px;overflow:hidden;padding-left:20px;padding-right:30px;text-overflow:ellipsis;white-space:nowrap}.field_item .jq-selectbox .jq-selectbox__trigger{cursor:pointer;height:38px;position:absolute;right:0;top:0;width:38px}.field_item .jq-selectbox .jq-selectbox__trigger:before{color:#2e3539;content:"\0041";display:block;font-family:Trust,sans-serif;font-size:7px;position:absolute;right:20px;top:18px;transform:rotate(90deg)}.field_item .jq-selectbox select{height:100%;opacity:0;width:100%}.field_item .jq-selectbox .jq-selectbox__dropdown{width:100%}.field_item .jq-selectbox.dropdown .jq-selectbox__dropdown ul{border-top:none}.field_item .jq-selectbox.dropup .jq-selectbox__dropdown ul{border-bottom:none}.field_item .jq-selectbox .jq-selectbox__dropdown ul{background-color:#fff;border:1px solid #ebeef1;list-style:none;padding:0}.field_item .jq-selectbox .jq-selectbox__dropdown ul li{word-wrap:break-word;cursor:pointer;padding:9px 0 10px 20px}.widget.info{padding:23px}.widget.info span{display:block;font-size:20px;font-weight:600;line-height:30px;margin-bottom:8px;text-align:center}.widget.info ul{list-style:none}.widget.info li{color:#27354a;font-size:17px;line-height:40px;padding-left:33px;position:relative}.widget.info li:before{color:#27a82a;content:"\004a";font-family:Trust,sans-serif;font-size:15px;left:0;position:absolute}.widget{border:1px solid hsla(210,7%,94%,.87);border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 12px 18px hsla(225,7%,67%,.12);-moz-box-shadow:0 12px 18px hsla(225,7%,67%,.12);-webkit-box-shadow:0 12px 18px hsla(225,7%,67%,.12)}.widget.post .widget_content{padding:20px}.widget.post strong{color:#27a82a;display:block;font-size:17px;font-weight:400;line-height:24px;padding:10px}.widget.post .button{background:#3e60ac;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:40px;line-height:40px;margin-bottom:21px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:100%}.widget.post .button:active{background:#36559a}.widget.post .field_item{margin-bottom:21px;position:relative}.widget.post .field_item>label{display:block;line-height:30px}.widget.post .discount_form_posts label{display:block;line-height:23px;margin-bottom:5px}.widget.post .field_item .button{margin:20px 0 0}.widget.post .field_item.search input{padding-right:30px}.widget.post .field_item.search .search_btn{cursor:pointer;height:38px;position:absolute;right:0;top:0;width:40px}.widget.post .field_item.search .search_btn:before{color:#dedee1;content:"\004f";font-family:Trust,sans-serif;font-size:13px}.widget.post .category{margin-bottom:9px}.widget.post .category:last-child{margin-bottom:0}.widget.post .category>span{font-size:17px;font-weight:500;line-height:30px}.widget.post .category ul{list-style:none}.widget.post .category li{padding:4px 0 4px 25px;position:relative}.widget.post .category li:before{background:#006bda;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";display:block;height:5px;left:0;position:absolute;top:14px;width:5px}.widget.post .category li a{font-size:14px;line-height:28px}.container{transition:all .3s}.page_title+.pages_container{margin-top:0;padding-top:0}.pages_container{margin:0 auto 30px;width:1000px}.pages_container .content{display:inline-block;vertical-align:top;width:100%}.content_text h1{margin-top:15px}.content_text h1,.content_text h2,.content_text h3{margin-bottom:15px}.content_text p{color:#39404d;font-size:13px;font-weight:500;line-height:30px;line-height:16px;padding-bottom:44px}.content_text .button{margin-top:15px}.content_text ul{list-style:none;margin:10px 0}.content_text ul li{line-height:30px;padding-left:26px;position:relative}.content_text ul li:before{background:#27a82a;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;content:"";display:block;height:6px;left:0;position:absolute;top:13px;width:6px}.content_text ol{list-style-position:inside;margin:10px 0}.content_text ol li{line-height:30px}.container>.content_title{background:#1e2b41 url(/assets/img/title_bg.jpg?1f380a4747c945b7990b4749521e6429) top no-repeat;background-size:auto 100%;min-height:120px;padding-bottom:20px;padding-top:40px;text-align:center;width:100%}.container>.content_title:after{content:"";display:inline-block;height:100%;vertical-align:middle}.container>.content_title h1,.container>.content_title span{color:#fff;display:inline-block;font-size:26px;font-weight:700;line-height:36px;max-width:1000px;text-transform:uppercase;vertical-align:middle}.disqus_container{margin:10px auto;max-width:1024px;padding:0 12px;width:100%}.tabs_content{display:none}.tabs_content.current{display:block}.sign_form .tabs_content .tip{padding-bottom:5px;padding-top:10px;text-align:center}.sign_form #login-form,.sign_form #remind-form{display:none}.sign_form #login-form.active,.sign_form #remind-form.active{display:block}.new_order .field_total_price{background:#1e2b41!important}.new_order .field_total_price .button{box-shadow:none!important}.new_order .field_total_price p{color:#fff!important}.cabinet .tabs:not(.tabs_customer)>.ui-tabs-nav .ui-state-default.ui-state-active{background-color:#fdfdfe!important}.cabinet .tabs:not(.tabs_customer)>.ui-tabs-nav .ui-state-default{border:2px solid #27a82a!important}.cabinet .tabs:not(.tabs_customer)>.ui-tabs-nav .ui-state-default.ui-state-active a{color:#19283f!important}.cabinet .tabs:not(.tabs_customer)>.ui-tabs-nav .ui-state-default:last-child{border-right:2px solid #27a82a!important}.cabinet .tabs:not(.tabs_customer)>.ui-tabs-nav .ui-state-default.done{background-color:#27a82a!important}.blocked-event{pointer-events:none}.hidden{display:none}.home-calculator .pages_container,.price-calculator .pages_container,.price-calculator .services{padding-top:0}.pointer{cursor:pointer}.row,.section .section_content.row{display:flex;flex-wrap:wrap;justify-content:flex-start}.slick-initialized.row{display:block}.field_block .services,.field_item.services{padding:0}@media (min-width:370px) and (max-width:767px){.pages_container.prices .price_choice_item>div.price_present{left:56%}}@media screen and (min-width:0px) and (max-width:550px){.authorization_content .congrats_button{width:100%}.authorization_content .congrats_button+.congrats_button{margin:10px 0 0}}.tooltip{z-index:999}.page_holder{min-height:100%;overflow:hidden;width:100%}.page_holder.inner_page.overflow-vis{overflow:visible}.who_we_are{padding:50px 0}.who_we_are .row{justify-content:space-between}.who_we_are .who_we_are_content span{display:block;font-size:24px;font-weight:500;line-height:33px;margin-bottom:10px;text-transform:uppercase}.who_we_are .who_we_are_content p{font-size:15px;line-height:30px;text-align:justify}.who_we_are .who_we_are_content{width:calc(100% - 510px)}.who_we_are .img_wrapper{width:490px}.who_we_are .img_wrapper img{width:100%}.pages_container.about-us{margin:0;padding:0}.disqus_container .widget.post{background:no-repeat;border:none;box-shadow:none;padding:20px;text-align:center}.disqus_container .widget.post .button{margin:0;max-width:500px}@media (hover:hover){.inner_nav li:hover{box-shadow:inset 0 2px #27a82a}.inner_nav li.active a,.inner_nav li.active span,.inner_nav li:hover a,.inner_nav li:hover span{color:#1e2b41}.price_total .button:hover{background:#ff8a3b}.free_quote_block .button:hover{background:#2cb530}.free_quote_block .field_item.restore a:hover,.free_quote_block .field_item.restore button:hover{background:#476cbe}.pages_container.discounts .banner .button:hover{background:#ff8a3b}.blog_item .item_text .title a:hover{color:#006bda}.blog_item .item_info a:hover{text-decoration:underline}.contact_form .button:hover,.pages_container.change_password .button:hover{background:#2cb530}.discounts_block .button:hover{background:#ff8a3b}.login_holder .button:hover{background:#218e24}.pages_container.extras .button:hover,.pages_container.thx_page .buttons .order:hover{background:#ff8a3b}.error_page .button:hover,.pages_container.thx_page .button:hover,.pages_container.thx_page .buttons .account:hover{background:#2cb530}.blog_item .item_text a.read_more:hover{background:url(/assets/img/read_more_arrow.svg?07792024b367e479c72995c5630a6815) 100% no-repeat;background-size:14px auto}.container.landing .hold_numb .spinedit i:hover,.container.welcome .hold_numb .spinedit i:hover,.pages_container .hold_numb .spinedit i:hover{background:#f9fafc}.pagination li.next.disabled:hover,.pagination li.prev.disabled:hover{opacity:.31}.pagination li.next:hover,.pagination li.prev:hover{opacity:1}.discounts_component .subscribe .button:hover{background:#476cbe}.services .service_item li a:hover{text-decoration:underline}.services .button:hover{background:#ff8a3b}.popup.login .button:hover,.popup.restore .button:hover,.popup_overlay .popup.leaving .popup_content .field_item .button:hover{background:#2cb530}.popup_overlay .popup.leaving .popup_content .field_item .button:hover{background:#209c23}.popup_overlay .popup.leaving .popup_content .button:hover{background:#ff8a3b}.widget.post .button:hover{background:#476cbe}.field_item .jq-selectbox .jq-selectbox__dropdown ul li.selected,.field_item .jq-selectbox .jq-selectbox__dropdown ul li:hover{background-color:#ebeef1}.slick-arrow:hover{opacity:.74}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time input:checked+label,.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time label:hover{background:#f7f8fc}}.acc .cabinet{margin:0 auto;max-width:1024px;min-width:320px;padding:14px 12px 30px;width:100%}.acc .order_form .right_side{width:310px}.acc .order_form .left_side{width:calc(100% - 348px)}.acc .cabinet .user_menu ul li,.acc .cabinet .user_menu ul li:not(.active):hover{background:#fff;border:1px solid #c9d0e1;border-left:none;display:table-cell;overflow:hidden;vertical-align:middle}.acc .cabinet .user_menu ul li:first-child,.acc .cabinet .user_menu ul li:not(.active):first-child:hover{border-bottom-left-radius:5px;border-left:1px solid #c9d0e1;border-top-left-radius:5px}.acc .cabinet .user_menu ul li:last-child,.acc .cabinet .user_menu ul li:not(.active):last-child:hover{border-bottom-right-radius:5px;border-top-right-radius:5px}.acc .cabinet .user_menu ul li a,.acc .cabinet .user_menu ul li:not(.active):hover a{background:none;color:#4e4d4d;display:block;font-size:15px;height:auto;line-height:normal;padding:10px 0;position:relative;text-align:center;text-decoration:none}.acc .cabinet .user_menu ul li.active{border:1px solid #151515}.acc .cabinet .user_menu ul li.active a{background-color:#151515}.acc .cabinet .user_menu ul li a span.notification{background-color:transparent;color:inherit;height:15px;right:3px;top:3px;width:15px}.acc .cabinet .user_menu ul li a span.notification:not(.bell){left:auto;right:0;top:-2px}.acc .cabinet .user_menu ul li a span.notification.bell{background:url(/assets/img/bell_desktop_icon.png?dc0646598b89239b4bf5db974ef9ed48) no-repeat}.acc .cabinet .user_menu ul li.active a span.notification.bell{background-position:0 bottom}.acc .cabinet .user_menu ul li.active a span.notification{color:#fed731}.acc .cabinet .user_menu{margin-top:0}.acc .order_form .right_side .green_button_account:hover{background:#2dd256;background:linear-gradient(180deg,#2dd256 0,#29ce4e);border:1px solid #57c067}.acc .order_form .right_side .green_button_account:before,.acc .order_form .right_side .green_button_account>span>span{display:none}.acc .order_form .right_side .green_button_account>span{background:url(/assets/img/chat_icon.png?b4f3bf6166f6d46d95020c7ce7ebd1da) right 10px no-repeat;display:inline-block;padding-right:55px;position:relative}.acc .order_form .right_side .green_button_account>span:before{background-color:#48b358;border-right:1px solid #3cc95f;content:"";display:block;height:70%;position:absolute;right:41px;top:4px;width:1px}.acc .order_form .right_side .green_button_account{-webkit-appearance:none;background:#19c543;background:linear-gradient(180deg,#19c543 0,#17bf3d);border:1px solid transparent;border-radius:0;box-shadow:0 2px 5px #ced7d0;color:#fff;cursor:pointer;display:block;font-family:PT Sans,sans-serif;font-size:18px;height:45px;line-height:45px;margin-bottom:16px;outline:none;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s}.acc .order_form .right_side .details_block .h1{font-size:14px;text-transform:capitalize}.acc .order_form .service_block ul li,.acc .order_form .service_block ul li ul li{color:#5b5b5b;font-size:15px;padding-left:0}.acc .order_form .service_block ul#sidebar_main_data li ul li{font-size:13px;padding-left:30px}.acc .order_form .service_block ul li span{font-size:13px}@media (max-width:980px) and (min-width:0px){.acc .order_form .left_side{clear:both;float:none;width:100%}.acc .order_form .right_side{float:none;margin:30px auto;width:100%}}.acc .order_form .steps li.active:before,.acc .order_form .steps li.active~li:before{display:none}.acc .order_form .steps li:before{border:3px solid #fff;border-right:none;border-top:none;box-sizing:border-box;content:"";display:inline-block;height:7px;margin-right:6px;position:relative;top:-3px;transform:scaleY(.8) rotate(-45deg);width:12px}.acc .order_form .steps li:nth-child(2){margin-left:-2px;margin-right:-2px}.acc .order_form .steps li{background:#27a82a;border:2px solid #27a82a;color:#fff;font-size:16px;height:45px;line-height:41px;position:relative;text-align:center}.acc .order_form .steps li.active{background:#fff;border:2px solid #27a82a;color:#19283f}.acc .order_form .steps li.active~li{background:#fff;border:2px solid #27a82a;color:#a1b0ae;font-size:16px}.acc .order_form .steps li span,.acc .order_form .steps li:after{display:none}.acc .order_form .steps li.active~li:last-child{border-right:2px solid #27a82a}.acc .order_form .help,.acc .order_form .service_block ul li .help{background:url(/assets/img/tooltip_icon2.png?2f9033f7da1f4aedcea8ff79cd930f21) 0 no-repeat;background-size:15px;cursor:pointer;height:15px;margin:3px 0 0 5px;width:15px}.acc .order_form .left_side .form_block .form_group .help{background-size:20px;height:20px;margin-left:10px;width:20px}.acc .order_form .left_side .form_block .form_group .night_calls:before,.acc .order_form .left_side .form_block .form_group input[type=checkbox]+label.night_calls:after,.acc .order_form .left_side .form_block .form_group input[type=checkbox]+label.night_calls:hover:after{top:50%}.acc .order_form .left_side .form_block .form_group .night-calls .help{margin-top:0}.acc .order_form .left_side .form_block .form_group.preferred .help{transition:all .3s;width:20px}.acc .order_form .left_side .form_block .form_group.preferred div.form_group:not(.valid_writer)+.help{margin-left:-22px}.acc .order_form .service_block ul li{color:#707175;font-size:14px}.acc .order_form .service_block ul.total_price_side li{color:#5b5b5b}.acc .order_form .service_block ul.total_price_side li span{color:#5b5b5b;font-size:15px;font-weight:700}.acc .order_form .left_side .form_block .total_price_account .orange_button_account:after,.acc .order_form .left_side .form_block .total_price_account .orange_button_account:before,.acc .order_form .service_block .orange_button_account:after,.acc .order_form .service_block .orange_button_account:before{display:none}.acc .order_form .left_side .form_block .total_price_account .orange_button_account:hover{background:#f88356;background:linear-gradient(180deg,#f88356 0,#f8774e)}.acc .order_form .left_side .form_block .total_price_account .orange_button_account,.acc .order_form .service_block .orange_button_account{background:#ff733e;background:linear-gradient(180deg,#ff733e 0,#ff6938);border-radius:0;box-shadow:none;display:inline-block;font-size:15px;height:34px;line-height:34px;text-transform:none;vertical-align:middle;width:100%}.acc .order_form .left_side .form_block .total_price_account .orange_button_account{max-width:250px}.acc .order_form .total_price_account .zero_price_error{color:#646c70}.acc .order_form .left_side .form_block .form_group.agreement label{margin-bottom:0}.acc .order_form .left_side .form_block .form_group.agreement{margin-bottom:15px}.acc .order_form .fileuploader-input-inner img{display:none}.acc .order_form .fileuploader-input-inner:before{background:url(/assets/img/button_upload_icon.png?0f1030ca81d480b7df682e06adea878f) no-repeat;background-size:28px;content:"";display:block;height:20px;left:20px;margin-top:-10px;position:absolute;top:50%;width:28px}.acc .order_form .fileuploader-input-inner{background:#43b0d9;background:linear-gradient(180deg,#43b0d9 0,#3da8d5);border-radius:0;box-shadow:0 3px 4px #e6eef1;font-size:15px;height:29px;line-height:29px}.acc .order_form .total_price_account:not(.transparent) .h1{color:#fff}.acc .order_form .total_price_account.transparent .skyblue_button_account:first-child:last-child{display:block;float:none;margin-left:auto;margin-right:auto}.acc .order_form .total_price_account{background:#1e2b41}.acc .order_form .form_block .tabs>ul>li span{font-size:16px}@media (max-width:840px) and (min-width:0px){.acc .order_form .left_side .form_block .form_group .night_calls+.help{margin-top:18px}}@media (max-width:767px) and (min-width:0px){.acc .order_form .steps li:first-child:after{content:"1"!important}.acc .order_form .steps li:nth-child(2):after{content:"2"!important}.acc .order_form .steps li:nth-child(3):after{content:"3"!important}.acc .order_form .steps li.active:after,.acc .order_form .steps li.active~li:after{display:block!important}.acc .order_form .steps li:after{background:transparent;color:#608d89!important;content:""!important;display:none!important;font-size:15px!important;font-weight:700!important;height:100%!important;left:0;line-height:inherit!important;position:absolute!important;text-indent:0!important;top:0;width:100%!important;z-index:10!important}.acc .order_form .steps li,.acc .order_form .steps li.active,.acc .order_form .steps li.active~li{color:transparent;height:40px;line-height:40px}.acc .order_form .steps li:before{left:calc(50% - 5px);position:absolute;top:calc(50% - 5px)}#login-form .form_group{display:flex;flex-direction:column}#login-form .form_group .forgot{order:10}.acc #remind-form .buttons span{margin:0 11px}}.acc .settings .help{border-radius:20px;height:20px;margin-left:7px;width:20px}.acc .referral .referral_info .referral_info_item .social_link{border-radius:0;margin:0}.acc .field_item .jq-selectbox .jq-selectbox__trigger:before,.acc .referral .referral_info .referral_info_item .social_link:before{content:none}.acc .form_group input[type=checkbox]+label:after,.acc .form_group input[type=checkbox]+label:before{top:50%;transform:translateY(-50%)}.acc .affilate_program .form_group input[type=checkbox]+label:after,.acc .affilate_program .form_group input[type=checkbox]+label:before{top:50%}.acc .order_form .left_side .form_block .balance_check .form_group{margin-left:auto;margin-right:auto}.acc .order_form .details{margin-bottom:17px}.three_cols_list{display:flex;flex-wrap:wrap;justify-content:center}.three_cols_list .col{flex:1;order:2}.three_cols_list .col.with_image{flex:0 1 363px}.three_cols_list .col:nth-child(2){padding-left:10px;padding-right:10px}.reviews_widget_section .decor_plant{background:url(/assets/img/plant.svg?e456f63c147aac82096ea51fea090369);background-size:100% auto;bottom:100px;height:177px;left:-4%;width:53px}.reviews_widget_section .decor_books{background:url(/assets/img/books.svg?6b48a348dae2e1c0852cfd832d0f6b0c);background-size:100% auto;height:151px;right:0;top:50%;transform:translate(80%,-50%);width:113px}.reviews_widget_slider-wrap{position:relative}.reviews_widget_slider{align-items:center;display:flex;margin-top:70px}.review_widget_slide.rounded4{display:flex;flex:0 33.333%;flex-direction:column;justify-content:center;margin:0;min-height:426px;padding:20px 30px;position:relative;width:33.333%}.review_widget_slide.active{align-items:center;height:486px;position:relative;width:calc(33.333% + 90px);z-index:1}.review_widget_slide-wrapp{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between;min-height:355px}.active .review_widget_slide-wrapp{min-height:378px}.review_widget_slide.active h3{color:#87c188}.review_widget_slide .online_experts{display:none}.review_widget_slide.active .online_experts{display:block}.plagiarism{align-items:stretch;color:#324056;display:flex;font-family:inherit;font-size:15px;font-weight:500;justify-content:center;line-height:1;margin:0 auto 25px;max-width:1000px;width:100%}.plagiarism:before{background-color:#fff;border-bottom:1px solid #e1e4e8;border-top:1px solid #e1e4e8;content:"";height:78px;left:0;max-width:100vw;opacity:0;position:fixed;top:70px;transition:all .3s ease;width:100vw}:root .plagiarism:before,_:-ms-fullscreen{left:-50%;max-width:200vw;width:200vw}.inner_page.scrolled .plagiarism{padding:12px 0;position:fixed;top:70px;z-index:12}.inner_page.scrolled .plagiarism:before{opacity:1}.plagiarism_checker .widget_header{align-items:center;justify-content:center;position:relative}.plagiarism_checker .widget_header .percent_block{flex-shrink:0}@media (max-width:767px){.plagiarism{display:block;flex-wrap:wrap}.plagiarism_checker .widget_header .orange_button{bottom:0;position:absolute}.plagiarism_checker .widget_header .percent_block{padding-bottom:40px}.popup_overlay .popup.leaving{width:96%}.popup_overlay .popup.leaving .popup_content .field_item input[type=submit]{margin:10px 0 0;width:100%}}.plagiarism_left{display:flex;flex:1 1 80%;justify-content:space-between;list-style:none;margin:0;padding:0}.plagiarism-w4s .plagiarism_left{flex-basis:50%}.plagiarism_left li{align-items:center;border:1px solid #e1e4e8;border-radius:8px;display:flex;flex:0 1 270px;height:100%;margin-right:8px;padding:11px 5px 11px 14px;position:relative;transition:all .3s ease-in}.conclusion-generator .rough-annotation,.free-plagiarism-checker .plagiarism_right .rough-annotation{display:none}.plagiarism-w4s .plagiarism_left li{flex-basis:140px}.plagiarism_left li:first-child{flex-basis:130px}.plagiarism_left li:last-child{flex-basis:310px;margin-right:0}.plagiarism-w4s .plagiarism_left li:last-child{flex-basis:300px}.plagiarism_left li:last-child div{padding-bottom:10px}.plagiarism_right{align-items:stretch;display:flex;flex:1 1 25%;justify-content:space-around}.plagiarism-w4s .plagiarism_right{flex-basis:45%}.plagiarism_right div{align-items:center;display:flex;flex:0 1 auto}.plagiarism_right div:not(.no-pad){padding:15px 10px}:root .plagiarism_right div:not(.no-pad),_:-ms-fullscreen{padding:0}.plagiarism_right div:first-child{color:#324056;flex-basis:170px;margin-left:auto}.plagiarism-w4s .plagiarism_right div:first-child{flex-basis:300px;margin-right:10px;padding:0}.plagiarism_right div:last-child rough-notation{width:100%}:root .plagiarism_right div:last-child rough-notation,_:-ms-fullscreen{position:relative;z-index:2}.plagiarism_right div:last-child rough-notation div{justify-content:center;margin-right:0}.plagiarism_right div .color-orange{color:#fff;font-weight:600;padding:0}:root .plagiarism_right div .color-orange,_:-ms-fullscreen{color:#f47824;height:45px;padding:10px 0}.plagiarism_right div .color-orange a{background:#fc781e;border-radius:100px;color:inherit;display:block;padding:15px 10px;text-align:center;text-decoration:none;width:100%}:root .plagiarism_right div .color-orange a,_:-ms-fullscreen{background:transparent}.plagiarism_step{position:relative}.plagiarism_step-unvisib{visibility:hidden}.plagiarism_step-unvisib.visible{visibility:visible}.plagiarism .strike-wrap{height:100%;left:15%;overflow:hidden;position:absolute;top:0;width:100%;width:75%}.plagiarism_strike{height:auto;left:0;position:absolute;top:45%;transform:rotate(6deg) translate(-5%,-50%);transform-origin:center;width:100%;z-index:5}:root .plagiarism_strike,_:-ms-fullscreen{display:none}.plagiarism_strike-2{top:60%;transform:rotate(355deg) translateY(-50%)}@media (max-width:1024px){.plagiarism{padding:0 25px}.plagiarism.plagiarism-w4s{flex-wrap:wrap}.plagiarism-w4s .plagiarism_left li{flex-basis:33%;padding-left:20px;width:33%}.plagiarism_left li,.plagiarism_left li:first-child{flex-basis:200px;margin-right:20px}.plagiarism_left{flex-basis:calc(100% - 200px);width:calc(100% - 200px)}.plagiarism_right{flex-basis:170px;margin-left:25px}.plagiarism-w4s .plagiarism_right{margin-left:0;margin-top:16px}.inner_page.scrolled .plagiarism{padding:10px 25px;width:calc(100% - 40px)}.plagiarism_right div{flex-basis:50%}.plagiarism_right div:first-child{flex-basis:50%;margin-right:0;order:2}.plagiarism_right div:last-child{flex-basis:290px;order:1}.plagiarism-w4s .plagiarism_right .plagiarism_step:first-child{flex-basis:65%;font-size:17px;width:65%}.plagiarism-w4s .plagiarism_right .plagiarism_step:last-child{flex-basis:35%;margin-right:20px;width:35%}.plagiarism-w4s .plagiarism_left,.plagiarism-w4s .plagiarism_right{flex-basis:100%;width:100%}}@media (max-width:767px){.plagiarism{font-size:14px;padding:0 12px}.inner_page.scrolled .plagiarism{padding:10px 12px;position:static;width:calc(100% - 14px)}.plagiarism_left,.plagiarism_left li{flex-basis:100%;width:100%}.plagiarism_left li{margin-bottom:6px;margin-right:0}.plagiarism_left{flex-wrap:wrap}.plagiarism_left li:last-child{flex-basis:100%;margin-bottom:0;width:100%}.plagiarism_left li:first-child{flex-basis:100%;margin-right:0;width:100%}.plagiarism_right{flex-wrap:wrap;justify-content:center;margin-left:0}.plagiarism_right div{flex-basis:100%;justify-content:center;padding:15px 0;text-align:center}.plagiarism_right div:first-child{flex-basis:100%;order:1;width:100%}.plagiarism_right div:last-child{flex-basis:100%;order:2;padding-bottom:6px}.plagiarism_right div .color-orange a{padding:15px 0}.plagiarism .strike-wrap{left:45px;max-width:330px;max-width:250px}.plagiarism_strike{top:35px;transform:rotate(355deg) translate(-5%,-50%);transform:rotate(355deg) translate(-2%,-50%)}.plagiarism_strike-2{top:20px;transform:rotate(365deg) translateY(-50%)}.plagiarism-w4s .plagiarism_left li,.plagiarism-w4s .plagiarism_left li:last-child{flex-basis:100%;width:100%}.plagiarism-w4s .plagiarism_right .plagiarism_step:first-child,.plagiarism-w4s .plagiarism_right .plagiarism_step:last-child{flex-basis:100%;margin:5px 0;width:100%}.plagiarism-w4s .plagiarism_right .plagiarism_step:first-child{padding:0}}@media (max-width:388px){.plagiarism_strike-2{left:-15px;top:20px;transform:rotate(6deg) translateY(-50%)}}.plagiarism_count{align-items:center;background-color:#dfffe0;border-radius:2px;display:flex;font-size:12px;font-weight:600;height:24px;justify-content:center;margin-right:8px;min-width:24px;text-align:center;width:24px}.plagiarism_stroked-text{position:relative;z-index:10}:root #draw-x,_:-ms-fullscreen{height:40px;left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media (max-width:768px){:root #draw-x,_:-ms-fullscreen{height:40px;left:50%;max-width:330px;top:50%;width:330px}}#draw-x .canvas{display:none}:root #draw-x .canvas,_:-ms-fullscreen{display:block}#draw-square{display:none;left:50%;top:50%;transform:translate(-50%,-50%);width:200px}:root #draw-square,_:-ms-fullscreen{display:block;height:45px;left:50%;overflow:hidden;padding-bottom:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.promo-banner{background:#fff;margin:10px 0}.promo-banner.ppp-overlay .ppp-wrapper{width:1000px}.chat_wrap{position:relative}.chat_wrap .click_here{background-color:#fff;border:1px solid #fb781f;border-radius:4px;bottom:-80px;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#18293f;display:none;font-size:14px;font-weight:600;height:50px;left:-50%;padding:4px 2px;position:absolute;text-align:center;transform:translateX(-15px);width:230px}.chat_wrap .click_here span{color:#ff6f00}.chat_wrap .click_here .chat_close{background-image:url(/assets/img/chat-close.svg?91fb4a5b8bfecef1b9238c32c7404199);background-size:cover;height:8px;position:absolute;right:-12px;top:2px;transition:all .3s ease;width:8px}.chat_wrap .click_here .chat_close:hover{cursor:pointer;transform:scale(1.2)}.chat_wrap .click_here:before{background-image:url(/assets/img/arrow-banner.svg?a215b07527ea2b71857d93e2cb5315c8);background-size:cover;content:"";height:30px;left:52px;opacity:0;position:absolute;top:-32px;transition:all .3s ease;width:42px}.chat_wrap .click_here.animated:before{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both;opacity:1}@media screen and (max-width:1439px){.chat_wrap .click_here{transform:translateX(-35px)}}@media screen and (max-width:1049px){.chat_wrap .click_here{transform:translateX(-30px)}}@media screen and (max-width:767px){.chat_wrap .click_here{bottom:-75px;transform:translateX(-42%)}.chat_wrap .click_here:before{left:72px}}@-webkit-keyframes heartbeat{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:scale(1);transform-origin:center center}10%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:scale(.91)}17%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:scale(.98)}33%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:scale(.87)}45%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:scale(1)}}@keyframes heartbeat{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:scale(1);transform-origin:center center}10%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:scale(.91)}17%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:scale(.98)}33%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform:scale(.87)}45%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;transform:scale(1)}}.random-writer{border:1px solid #d6d9dc;border-radius:6px;display:none;margin-top:20px;padding:25px 56px}.conclusion_generator_form .summary-text-block:not(.hidden)+.random-writer{display:block}.conclusion_generator_form .original-text-block{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.random-writer .random-writer_title{color:#39404d;font-size:20px;font-weight:600;line-height:32px}.random-writer .random-writer_title span{color:#27a82a}.random-writer .random-writer_subtitle{color:#202f46;font-size:14px;font-weight:500;line-height:26px;padding-bottom:30px;position:relative}.random-writer .random-writer_subtitle span{font-weight:400}.random-writer .random-writer_subtitle:after{background-color:#d6d9dc;bottom:15px;content:"";height:1px;left:0;position:absolute;width:100%}.random-writer .random-writer_bottom{align-items:center;display:flex}.random-writer .random-writer_bottom .random-writer_mid{margin-left:16px}.random-writer .random-writer_bottom .random-writer_left{height:70px;width:70px}.random-writer .random-writer_bottom .random-writer_left img{border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}.random-writer .random-writer_bottom .random-writer_name{align-items:center;color:#202f46;display:flex;font-size:15px;font-weight:600;line-height:18px}.random-writer .random-writer_bottom .random-writer_name span{height:18px;margin-left:12px;width:70px}.random-writer .random-writer_bottom .random-writer_rate{color:#606975;display:inline-block;font-size:14px;font-weight:500;line-height:19px;margin-top:10px;position:relative;text-indent:22px}.random-writer .random-writer_bottom .random-writer_rate span{padding-right:22px;position:relative}.random-writer .random-writer_bottom .random-writer_rate span:after{content:".";font-size:14px;line-height:17px;position:absolute;right:8px;top:calc(50% - 12px)}.random-writer .random-writer_bottom .random-writer_rate:before{background:url(/assets/img/star_rated.svg) 0 no-repeat;background-size:100% auto;content:"";height:16px;left:0;position:absolute;top:-2px;width:16px}.random-writer .random-writer_bottom .random-writer_right{margin-left:auto}@media (max-width:1024px){.random-writer{padding:25px 30px}.random-writer .random-writer_title span{display:block}.random-writer .content_button{font-size:13px}}@media screen and (max-width:767px){.random-writer{padding:20px 10px}.random-writer .random-writer_subtitle{margin-top:10px}.random-writer .random-writer_title{font-size:18px;line-height:26px}.random-writer .random-writer_bottom{flex-wrap:wrap}.random-writer .random-writer_bottom .random-writer_right{margin-top:15px;width:100%}.random-writer .random-writer_bottom .random-writer_mid{width:calc(100% - 100px)}}@media screen and (max-width:420px){.random-writer .random-writer_bottom .random-writer_name{display:inline-block;width:calc(100% - 70px)}.random-writer .random-writer_bottom .random-writer_name span{display:inline-block;height:20px;margin-left:5px;vertical-align:middle}.random-writer .random-writer_bottom .random-writer_rate span:after{display:none}}@media screen and (max-width:354px){.random-writer .random-writer_bottom .random-writer_name{width:100%}}.cg-banner{background:url(/assets/img/cg-banner.png?364a1c06019f2e099c92b5a69958aee0);background-size:cover;height:208px;margin:-280px -100px 60px auto;padding:28px 20px 20px;position:-webkit-sticky;position:sticky;text-align:center;top:60vh;width:304px;z-index:11}.cg-banner:after{background:url(/assets/img/banner-icon.svg?f2c4f7ee07641c3daddebbf0ea16b825);background-size:cover;content:"";height:40px;left:calc(50% - 18px);position:absolute;top:10px;width:36px}.cg-banner .cg-banner_title{color:#c3ffc3;font-size:20px;font-weight:700;line-height:26px;padding-top:22px}.cg-banner .cg-banner_text{color:#fff;font-size:15px;font-weight:600;margin-top:10px}.cg-banner .cg-banner_btn{margin:20px auto 0;max-width:190px}.cg-banner .cg-banner_btn a{background-color:#fc781e;border-radius:100px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;height:45px;line-height:45px;padding:0 10px;text-align:center;transition:all .3s}.cg-banner .cg-banner_close{background:url(/assets/img/banner-close.svg?4c9389537cca2af2789f1b279a3b6bd0);background-size:cover;height:18px;position:absolute;right:4px;top:32px;transition:all .3s ease;width:18px}.cg-banner .cg-banner_close:hover{cursor:pointer;transform:scale(1.3)}.pr-rewrite{border:1px solid #d6d9dc;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.107);display:flex;margin-top:24px;padding:20px 15px;position:relative}.pr-rewrite .pr-rewrite_mid{flex:0 1 auto;margin:0 10px}.pr-rewrite .pr-rewrite_right{flex:1 0 auto;margin-left:auto;max-width:240px}.pr-rewrite .pr-rewrite_title{color:#202f46;font-size:18px;font-weight:600;line-height:22px}.pr-rewrite .pr-rewrite_sub{color:#606771;font-size:14px;font-weight:600;line-height:17px;margin-top:4px}.pr-rewrite .pr-rewrite_sub span{font-weight:500}.pr-rewrite .pr-rewrite_left{background:url(/assets/img/file-ico.svg?0e15f761550964acd5a485213d0e2b84);flex:0 1 42px;height:42px;min-width:42px;width:42px}.pr-rewrite .pr-rewrite_sticker{background:url(/assets/img/bound.svg?1f47bad35bbb760bff7ed7a05b410806);color:#fff;font-size:12px;font-weight:600;height:16px;position:absolute;right:30px;text-align:center;top:-8px;width:72px}.pr-mail{border-top:1px solid #e1e4e8;display:flex;padding:16px 0 0}.pr-mail .pr-mail_left{background:url(/assets/img/mail-ico.svg?f2010ea1f1a838e9e143a026befae456);height:42px;width:42px}.pr-mail .pr-mail_right{align-items:flex-start;display:flex;flex:1 430px;margin-left:35px}.pr-mail .pr-mail_mid{color:#39404d;font-size:24px;font-weight:600;line-height:45px;margin-left:10px}.pr-mail .pr-mail_right button{height:auto;line-height:42px;margin-left:20px;width:110px}.pr-mail .pr-mail_right .pr-report-e_sended{background-color:#e7ffe7;border-radius:2px;color:#19283f;font-size:14px;font-weight:500;line-height:normal;padding:12px 5px;text-align:center;width:100%}@media (max-width:1220px){.cg-banner{margin:-150px 25px -90px auto;top:calc(100% - 250px)}}@media (max-width:1024px){.pr-mail .pr-mail_mid{font-size:20px;min-width:310px}.pr-mail .pr-mail_right{margin-left:20px}.pr-mail .pr-mail_left{min-width:42px}.pr-rewrite .pr-rewrite_sticker{right:10px}.pr-mail .pr-mail_right button{margin-left:10px}.pr-rewrite{padding:20px 10px}}@media (max-width:767px){.pr-rewrite{flex-wrap:wrap;padding:20px 15px}.pr-rewrite .pr-rewrite_mid{flex:0 calc(100% - 52px);margin-right:0;width:calc(100% - 52px)}.pr-rewrite .pr-rewrite_right{margin-top:16px;max-width:100%;width:100%}.pr-rewrite .pr-rewrite_sub{margin-left:-52px;margin-top:20px;position:relative}.pr-rewrite .pr-rewrite_sub span.dot{display:block;height:0;margin-top:5px}.pr-rewrite .pr-rewrite_sticker{right:0;top:calc(50% - 8px)}.pr-mail{flex-wrap:wrap}.pr-mail .pr-mail_mid{font-size:16px;margin-bottom:20px;min-width:auto;width:calc(100% - 52px)}.pr-mail .pr-mail_right{margin-left:0}}@media (max-width:532px){.pr-rewrite .pr-rewrite_title{margin-top:0}}@media screen and (max-width:500px){.cg-banner{margin:-220px auto -20px}}@media screen and (max-width:360px){.cg-banner{top:61vh}}@media screen and (max-width:336px){.pr-mail .pr-mail_mid{line-height:22px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.cg-banner{margin:0;top:0}}.pc_popup{background-color:rgba(11,17,27,.7)}.pc_popup .box_shadow{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.pc_popup .pc-report-e_sub{font-size:18px;font-weight:500;line-height:29px;margin-top:5px;text-align:center}.pc_popup .pc-report-e_input{margin:10px auto 32px;max-width:350px}.pc_popup .pc-report-e_input input{border:1px solid #e1e4e8;border-radius:2px;box-shadow:none;display:block;font-size:14px;outline:none;padding:12px 5px 12px 16px;width:100%}.pc_popup .pc-report-e_input input:place-holder{color:#7f8794}.pc_popup .pc-report-e_btn{margin:0 auto;max-width:220px}.pc_popup .pc-report-e_sended{background-color:#e7ffe7;border-radius:2px;color:#19283f;font-size:14px;font-weight:500;line-height:normal;margin:10px auto 32px;max-width:350px;padding:12px 5px;text-align:center}.pc_popup .modal-dialog{margin:0}@media (max-width:1024px){.plagiarism_checker_popup .h2{text-align:center}}@media (max-width:767px){.pc_popup .pc-report-e_sub{font-size:16px}.acc .order_form_v2 .f_group_v2.total .f_total.total_wrapper{max-width:inherit;width:100%}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox{margin-top:38px}}
@charset "UTF-8";*{margin:0;outline:none;padding:0}*,:after,:before{box-sizing:border-box}a{color:#202f46;text-decoration:none;transition:all .3s}a:hover{color:#27a82a}img{max-width:100%}button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border-radius:0}body{color:#202f46;font-family:Montserrat,sans-serif;font-size:15px;font-weight:400;line-height:1.4;overflow-x:hidden}.width{margin:0 auto;max-width:1000px;position:relative;width:100%;z-index:auto}.width .width{padding-left:0;padding-right:0}.rating{display:inline-flex;flex-shrink:0}.rating span{background:url(/assets/img/star_rated_new.svg?c99d9f94d411932fb57eeb6f56bba1ef) 0 no-repeat;background-size:100% auto;display:inline-block;flex-shrink:0;height:16px;width:16px}.rating span~span{margin-left:6px}.rating-0 span,.rating-1 span:first-child~span,.rating-2 span:nth-child(2)~span,.rating-3 span:nth-child(3)~span,.rating-4 span:nth-child(4)~span{background:url(/assets/img/star-new.svg?93eb25d31187a7c16541a24ff1ae899b) 0 no-repeat;background-size:100% auto}.rate_feedback{display:inline-block;position:relative;text-align:center}.rate_feedback input{display:none!important}.rate_feedback input:checked~label,.rate_feedback label,.rate_feedback label:hover,.rate_feedback label:hover~label{background:url(/assets/img/star.svg?83bf560bbafd62a372443561e1d8668c) 0 no-repeat;background-size:16px 16px;cursor:pointer;display:inline-block;transition:all .3s}.rate_feedback label{cursor:pointer;float:right;height:16px;padding-right:6px;position:relative;width:22px;z-index:1}.rate_feedback input:first-child+label{padding-right:0;width:16px}.rate_feedback:hover input:checked~label:after{opacity:0}.rate_feedback input:checked~label:after,.rate_feedback label:after,.rate_feedback label:hover:after,.rate_feedback label:hover~label:after,.rate_feedback:hover input:checked~label:hover:after,.rate_feedback:hover label:hover~label:after{opacity:1}.rate_feedback label:after{background:url(/assets/img/star_rated.svg?416fa7738bddb831a91c92ed169e35b8) 50% no-repeat;background-size:16px 16px;content:"";display:block;height:16px;left:0;opacity:0;position:absolute;top:0;transition:all .3s;width:16px}.page_holder{min-height:100vh;overflow:hidden}.page_holder>*{width:100vw}.main_content{display:flex;position:relative;width:100%;z-index:auto}.main_content.simple_page{justify-content:center}.inner_page{padding-top:70px}.sidebar{min-width:318px}.sidebar,.sidebar .sidebar_inner{position:relative}.sidebar .sidebar_inner:last-child{flex-grow:1}.grey_bg{background-color:#fbfbfb}.blue_bg{background-color:#f7f8fd}.white_bg{background-color:#fff}.box_shadow{box-shadow:0 5px 18px 0 hsla(225,7%,67%,.12)}.box_shadow_small{box-shadow:0 8px 7px 0 rgba(201,210,217,.68)}.success_box{background:#f8fff8;box-shadow:0 6px 8px 0 hsla(225,7%,67%,.12)}.text_holder_block{line-height:26px;width:100%}.text_holder_block mark{background-color:#ffddc6}.text_holder_block p{margin:20px 0}.text_holder_block p+h2,.text_holder_block p+h3{margin-top:24px}.text_holder_block ol,.text_holder_block ul:not(.widget-steps>ul){list-style:none;margin:20px 0}.text_holder_block ol+h2,.text_holder_block ol+h3,.text_holder_block ul+h2,.text_holder_block ul+h3{margin-top:24px}.text_holder_block ol li,.text_holder_block ul:not(.widget-steps>ul) li{margin-bottom:20px;padding-left:24px;position:relative}.text_holder_block ol ol,.text_holder_block ol ul,.text_holder_block ul ol,.text_holder_block ul ul{margin:10px 0}.text_holder_block ol ol li,.text_holder_block ul:not(.widget-steps>ul) ol li{padding-left:30px}.text_holder_block ol{counter-reset:list 0}.text_holder_block ol>li:before{content:counter(list) ". ";counter-increment:list}.text_holder_block ol li:before{color:#fc781e;left:0;position:absolute;top:0}.text_holder_block ol ol{counter-reset:list2 0}.text_holder_block ol ol li:before{content:counter(list) "." counter(list2) ". ";counter-increment:list2}.text_holder_block ul:not(.widget-steps>ul) li:before{background:#fc781e;border-radius:50%;content:"";display:block;height:8px;left:0;position:absolute;top:9px;width:8px}.text_holder_block li:last-child,.text_holder_block ol:last-child,.text_holder_block p:last-child,.text_holder_block ul:last-child{margin-bottom:0}.text_holder_block li:first-child,.text_holder_block ol:first-child,.text_holder_block p:first-child,.text_holder_block ul:first-child{margin-top:0}.text_holder_block a:not(.short-on-time-widget a){color:#117adc}.content_button{border-radius:100px;cursor:pointer;display:block;font-size:14px;font-weight:600;height:45px;line-height:45px;padding:0 10px;text-align:center;transition:all .3s}.content_button.disabled,.content_button[disabled]{cursor:default;opacity:.5!important}.orange_button{background:#fc781e;color:#fff}.orange_button:hover{background:#e56812;color:#fff}.light_green_button{background:rgba(39,168,42,.2);color:#27a82a}.light_green_button:hover{background:#e56812;color:#fff}.green_button{background:#27a82a;color:#fff}.green_button:hover{background-color:#229325;color:#fff}.green_button_bordered{border:1px solid #8bc18c;color:#27a82a}.green_button_bordered:hover{background:rgba(139,193,140,.2)}.h1{word-wrap:break-word;color:#19283f;display:block;font-family:Montserrat,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.7px;line-height:54px;position:relative}.h2,h1{font-size:26px}.h2,.h3,h1,h2{word-wrap:break-word;color:#19283f;display:block;font-family:Montserrat,sans-serif;font-weight:600;line-height:32px;position:relative}.h3,h2{font-size:20px}h3{color:#19283f;display:block;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:26px;position:relative}h3,p{word-wrap:break-word}.slick-track{display:flex}.f_group{align-items:flex-start;align-self:flex-start;color:#39404d;margin-bottom:16px;position:relative;text-align:left;width:calc(50% - 20px)}.f_group .content_button{height:42px;line-height:42px}.f_group.w100{width:100%}.f_group.w-auto{width:auto}.f_group .see_pass{background:url(/assets/img/see_pass_icon.svg?e345fc833425b072db2e231d349bd968) 50% no-repeat;cursor:pointer;height:42px;position:absolute;right:0;top:0;width:40px;z-index:1}.f_group .see_pass.hide{background:url(/assets/img/hide_pass_icon.svg?a01b94e6d0883805f7f6d5e54c9184dc) 50% no-repeat}.f_group .see_pass~input{padding-right:40px}.f_group input,.f_group textarea{background:transparent;border:1px solid #e1e4e8;border-radius:4px;color:#19283f;display:block;font-family:inherit;font-size:14px;height:42px;padding:12px 16px;position:relative;transition:all .3s;width:100%}.f_group input:-moz-placeholder,.f_group input::-moz-placeholder,.f_group textarea:-moz-placeholder,.f_group textarea::-moz-placeholder{color:rgba(25,40,63,.5)}.f_group input:-ms-input-placeholder,.f_group textarea:-ms-input-placeholder{color:rgba(25,40,63,.5)}.f_group input::-webkit-input-placeholder,.f_group textarea::-webkit-input-placeholder{color:rgba(25,40,63,.5)}.f_group input:focus,.f_group textarea:focus{background:#fff;border-color:#202f46}.f_group input[readonly=readonly]{background:rgba(225,228,232,.2);border-color:#e1e4e8}.f_group textarea{line-height:26px;padding-bottom:16px;padding-top:16px;resize:none}.f_group .f_textarea.nano{height:110px;width:100%}.f_group .f_textarea.nano span.border{border:1px solid #e1e4e6;border-radius:2px;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .3s;width:100%;z-index:3}.f_group .f_textarea.nano span.border:after,.f_group .f_textarea.nano span.border:before{content:"";display:block;height:22px;left:0;pointer-events:none;position:absolute;right:0}.f_group .f_textarea.nano span.border:before{background:linear-gradient(0deg,hsla(0,0%,100%,0) 0,#fff);border-top-left-radius:inherit;border-top-right-radius:inherit;top:0}.f_group .f_textarea.nano span.border:after{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0}.f_group .f_textarea.nano .nano-content{background:#fff;border:none;height:100%;padding:16px 30px 16px 16px;width:calc(100% + 17px);z-index:1}.f_group .f_textarea.nano .nano-content[readonly=readonly]+span.border,.f_group .f_textarea.nano .nano-content[readonly=readonly]:focus+span.border{border-color:#e1e4e8!important}.f_group .f_textarea.nano .nano-content:focus{background:#fff}.f_group .f_textarea.nano .nano-content:focus~span.border{border-color:#202f46}.f_group .f_textarea.nano .nano-content:focus~span.border:after,.f_group .f_textarea.nano .nano-content:focus~span.border:before{opacity:0}.f_group .nano .nano-content{outline:none}.f_group .nano>.nano-pane{border:none;bottom:8px;right:6px;top:8px;width:4px;z-index:5}.f_group .nano>.nano-pane>.nano-slider{background:#c5c9cf;border-radius:3px;margin:0}.f_group .spin_edit_wrapper{position:relative}.f_group .spin_edit_wrapper:after,.f_group .spin_edit_wrapper:before{display:none}.f_group .spin_edit_wrapper input{padding-left:50px;padding-right:50px;text-align:center}.f_group .spin_edit_wrapper .minus,.f_group .spin_edit_wrapper .plus{background:#fff;border-radius:2px;bottom:1px;color:transparent;cursor:pointer;position:absolute;top:1px;transition:all .3s;width:48px}.f_group .spin_edit_wrapper .minus:after,.f_group .spin_edit_wrapper .minus:before,.f_group .spin_edit_wrapper .plus:after,.f_group .spin_edit_wrapper .plus:before{background:#818a98;content:"";display:block;height:2px;left:calc(50% - 6px);position:absolute;top:calc(50% - 1px);transition:all .3s;width:12px}.f_group .spin_edit_wrapper .plus{right:1px}.f_group .spin_edit_wrapper .plus:before{transform:rotate(90deg)}.f_group .spin_edit_wrapper .minus{left:1px}.f_group .spin_edit_wrapper .minus:before{display:none}.f_group.currency .currency_check{box-shadow:inset 0 0 0 1px #b5bcbd;flex-wrap:nowrap;width:100%}.f_group.currency .currency_check input{display:none}.f_group.currency .currency_check input:checked+label{background:#354042;color:#ffe249}.f_group.currency .currency_check label{cursor:pointer;line-height:19px;padding:10px 5px 9px;position:relative;text-align:center;transition:all .3s;width:20%}.f_group .error span.error,.f_group.error span.error,.field_error span.validation_error{word-wrap:break-word;color:#f47824;display:block;font-size:13px;line-height:20px;margin-bottom:-20px}.field_error span.validation_error{margin-bottom:0}.f_group .error input:not(:focus),.f_group .error input[readonly=readonly]:not(:focus),.f_group .error textarea:not(:focus),.f_group.error input:not(:focus),.f_group.error input[readonly=readonly]:not(:focus),.f_group.error textarea:not(:focus),.field_error input{border-color:#f47824;color:#a94a09}.f_group .error textarea:not(:focus)~span.border,.f_group.error textarea:not(:focus)~span.border{border-color:#f47824}.f_group .f_label{margin-bottom:8px;width:100%}.f_group .f_label label{display:block;font-weight:500;line-height:16px}.f_group .f_label sup{color:#fc781e}.f_group .f_select:after{display:none}.f_group .f_input,.f_group .f_select,.f_group .f_textarea{position:relative;width:100%}.f_group a{font-size:inherit;vertical-align:baseline}.f_group .jq-selectbox__select-text{background:transparent;border:1px solid #e1e4e8;border-radius:2px;color:#19283f;cursor:pointer;font-size:14px;line-height:16px;overflow:hidden;padding:12px 40px 12px 16px;position:relative;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.f_group .jq-selectbox{width:100%}.f_group .jq-selectbox ul .disabled{display:none}.f_group .jq-selectbox select{max-height:100%;width:100%}.f_group .jq-selectbox__dropdown{background:#fff;border:1px solid #e1e4e8;position:absolute;width:100%}.f_group .jq-selectbox__dropdown .jq-selectbox__search{background:#fff;margin:-1px;position:relative;z-index:1}.f_group .jq-selectbox__dropdown .jq-selectbox__not-found{padding:7px 15px}.f_group .jq-selectbox__dropdown .jq-selectbox__search input:focus{border-color:#e1e4e8}.f_group .jq-selectbox__dropdown .jq-selectbox__search~ul{padding-top:41px}.f_group .jq-selectbox__dropdown .jq-selectbox__search~.nano-pane{top:50px}.f_group .jq-selectbox__dropdown ul{box-sizing:content-box;padding:0}.f_group .jq-selectbox__dropdown ul li{cursor:pointer;line-height:19px;overflow:hidden;padding:10px 10px 9px;transition:all .3s;word-break:break-word}.f_group .jq-selectbox__dropdown ul li.selected,.f_group .jq-selectbox__dropdown ul li:hover{background:rgba(39,168,42,.05);color:#27a82a}.f_group .jq-selectbox__trigger{cursor:pointer;height:100%;position:absolute;right:0;top:0;transition:all .3s;width:38px}.f_group .jq-selectbox__trigger .jq-selectbox__trigger-arrow{border:4px solid transparent;border-top-color:#8c939f;height:0;left:calc(50% - 5px);position:absolute;top:calc(50% - 2px);transform-origin:50% 28%;transition:all .3s;width:0}.f_group .opened .jq-selectbox__trigger-arrow{border-top-color:#27a82a;transform:rotate(180deg)}.f_group .opened .jq-selectbox__select-text{color:#27a82a}.f_group .dropdown .jq-selectbox__select-text{border-radius:2px 2px 0 0}.f_group .dropdown .jq-selectbox__dropdown{border-radius:0 0 2px 2px;border-top:none}.f_group .dropup .jq-selectbox__select-text{border-radius:0 0 2px 2px}.f_group .dropup .jq-selectbox__dropdown{border-bottom:none;border-radius:2px 2px 0 0}.f_group .dropup .jq-selectbox__search input{border-bottom:none}.f_group.files ul{list-style:none}.f_group.files ul li{display:block;margin-bottom:20px;padding-right:50px;position:relative}.f_group.files ul li .item_name{line-height:18px}.f_group.files ul li .fileuploader-progressbar{background:#f8f9fd;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 0 1px #f0f2f7;-moz-box-shadow:inset 0 0 1px #f0f2f7;-webkit-box-shadow:inset 0 0 1px #f0f2f7;clear:both;display:block;height:4px;position:relative;width:100%}.f_group.files ul li .fileuploader-progressbar .bar{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;height:100%;left:0;position:absolute;top:0;width:70%}.f_group.files ul li.upload-loading .fileuploader-progressbar .bar{background:#1ea3e7}.f_group.files ul li.upload-successful .fileuploader-progressbar .bar{background:#2d994e}.f_group.files ul li.upload-failed .fileuploader-progressbar .bar{background:#f66039}.f_group.files ul li .files-actions-remove{color:#e0e2e6;cursor:pointer;font-size:16px;height:16px;line-height:16px;position:absolute;right:0;top:7px}.f_group.files ul li .files-actions-remove:before{content:"\005a";font-family:Trust,sans-serif}.f_group.files ul li.upload-successful .files-actions-icon{background:#2d994e;border-radius:50%;color:#fff;font-size:8px;text-align:center}.f_group.files ul li.upload-successful .files-actions-icon:before{content:"\0061";font-family:Trust,sans-serif}.f_group.files ul li .files-actions-icon{height:16px;line-height:16px;position:absolute;right:26px;top:7px;width:16px}.f_group.files ul li.upload-failed .files-actions-icon:before{color:#fe6412;content:"\0059";display:inline-block;font-family:Trust,sans-serif;font-size:12px}.f_group.files .upload_area{background:#fff;border:1px dashed #eeeeef;cursor:pointer;line-height:30px}.f_group.files .upload_area .text-blue{display:inline-block;padding-left:51px;position:relative;vertical-align:baseline}.f_group.files .upload_area .text-blue:before{color:#e0e2e6;content:"\0052";display:block;font-family:Trust,sans-serif;font-size:31px;left:0;position:absolute;top:1px}.f_group.files .upload_area p{color:#a8aeb8;display:inline-block;vertical-align:baseline}@media screen and (min-width:768px){.box_shadow{box-shadow:0 5px 18px 0 hsla(225,7%,67%,.3)}.f_group{margin-bottom:24px}.f_group.inline_fields{align-items:center;flex-wrap:nowrap}.f_group.inline_fields .f_label{flex-shrink:0;margin:0;padding-right:5px;width:auto}}.modal-open .modal{line-height:100vh;text-align:center}.modal-dialog{display:inline-block;line-height:1.4;vertical-align:middle;width:calc(100% - 20px)}.tabs_content{display:none}.tabs_content.current{display:block}.sign_form #login-form,.sign_form #remind-form{display:none}.sign_form #login-form.active,.sign_form #remind-form.active{display:block}.f_group,.f_group .f_input,.f_group .f_select,.f_group .f_textarea,.f_group.currency .currency_check,.flex,.page_holder{align-items:flex-start;display:flex;flex-wrap:wrap}.f_group .f_input>*,.f_group .f_select>*,.f_group .f_textarea>*,.f_group.currency .currency_check>*,.f_group>*,.flex>*,.page_holder>*{min-width:0}.flex-column,.main_content{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.flex-hcenter,.flex-jc-center{justify-content:center}.flex-jc-between{justify-content:space-between}.flex-jc-around{justify-content:space-around}.flex-ai-end{align-items:flex-end}.flex-ai-center,.flex-vcenter,header .width{align-items:center}.flex-ai-stretch,.main_content{align-items:stretch}.flex-as-start{align-self:flex-start}.flex-as-end{align-self:flex-end}.flex-as-center{align-self:center}.flex-as-stretch{align-self:stretch}.flex-grow0{flex-grow:0}.flex-grow1{flex-grow:1}.flex-shrink0{flex-shrink:0}@media false{.flex-wrap-large{flex-wrap:wrap}}@media (max-width:1049px){.flex-wrap-medium{flex-wrap:wrap}}@media (max-width:767px){.flex-wrap-tablet{flex-wrap:wrap}}.pad0{padding:0!important}.pad0-t{padding-top:0!important}.pad0-r{padding-right:0!important}.pad0-b{padding-bottom:0!important}.pad0-l{padding-left:0!important}.pad0-tb{padding-bottom:0!important;padding-top:0!important}.pad0-rl{padding-left:0!important;padding-right:0!important}.pad5{padding:5px!important}.pad5-t{padding-top:5px!important}.pad5-r{padding-right:5px!important}.pad5-b{padding-bottom:5px!important}.pad5-l{padding-left:5px!important}.pad5-tb{padding-bottom:5px!important;padding-top:5px!important}.pad5-rl{padding-left:5px!important;padding-right:5px!important}.pad10{padding:10px!important}.pad10-t{padding-top:10px!important}.pad10-r{padding-right:10px!important}.pad10-b{padding-bottom:10px!important}.pad10-l{padding-left:10px!important}.pad10-tb{padding-bottom:10px!important;padding-top:10px!important}.pad10-rl{padding-left:10px!important;padding-right:10px!important}.pad12{padding:12px!important}.pad12-t{padding-top:12px!important}.pad12-r{padding-right:12px!important}.pad12-b{padding-bottom:12px!important}.pad12-l{padding-left:12px!important}.pad12-tb{padding-bottom:12px!important;padding-top:12px!important}.pad12-rl{padding-left:12px!important;padding-right:12px!important}.pad15{padding:15px!important}.pad15-t{padding-top:15px!important}.pad15-r{padding-right:15px!important}.pad15-b{padding-bottom:15px!important}.pad15-l{padding-left:15px!important}.pad15-tb{padding-bottom:15px!important;padding-top:15px!important}.pad15-rl{padding-left:15px!important;padding-right:15px!important}.pad20{padding:20px!important}.pad20-t{padding-top:20px!important}.pad20-r{padding-right:20px!important}.pad20-b{padding-bottom:20px!important}.pad20-l{padding-left:20px!important}.pad20-tb{padding-bottom:20px!important;padding-top:20px!important}.pad20-rl{padding-left:20px!important;padding-right:20px!important}.pad25{padding:25px!important}.pad25-t{padding-top:25px!important}.pad25-r{padding-right:25px!important}.pad25-b{padding-bottom:25px!important}.pad25-l{padding-left:25px!important}.pad25-tb{padding-bottom:25px!important;padding-top:25px!important}.pad25-rl{padding-left:25px!important;padding-right:25px!important}.pad30{padding:30px!important}.pad30-t{padding-top:30px!important}.pad30-r{padding-right:30px!important}.pad30-b{padding-bottom:30px!important}.pad30-l{padding-left:30px!important}.pad30-tb{padding-bottom:30px!important;padding-top:30px!important}.pad30-rl{padding-left:30px!important;padding-right:30px!important}.pad40{padding:40px!important}.pad40-t{padding-top:40px!important}.pad40-r{padding-right:40px!important}.pad40-b{padding-bottom:40px!important}.pad40-l{padding-left:40px!important}.pad40-tb{padding-bottom:40px!important;padding-top:40px!important}.pad40-rl{padding-left:40px!important;padding-right:40px!important}.pad50{padding:50px!important}.pad50-t{padding-top:50px!important}.pad50-r{padding-right:50px!important}.pad50-b{padding-bottom:50px!important}.pad50-l{padding-left:50px!important}.pad50-tb{padding-bottom:50px!important;padding-top:50px!important}.pad50-rl{padding-left:50px!important;padding-right:50px!important}.pad50-t-100-b{padding-bottom:100px!important;padding-top:50px!important}.mar0{margin:0!important}.mar0-t{margin-top:0!important}.mar0-r{margin-right:0!important}.mar0-b{margin-bottom:0!important}.mar0-l{margin-left:0!important}.mar0-tb{margin-bottom:0!important;margin-top:0!important}.mar0-rl{margin-left:0!important;margin-right:0!important}.mar5{margin:5px!important}.mar5-t{margin-top:5px!important}.mar5-r{margin-right:5px!important}.mar5-b{margin-bottom:5px!important}.mar5-l{margin-left:5px!important}.mar5-tb{margin-bottom:5px!important;margin-top:5px!important}.mar5-rl{margin-left:5px!important;margin-right:5px!important}.mar10{margin:10px!important}.mar10-t{margin-top:10px!important}.mar10-r{margin-right:10px!important}.mar10-b{margin-bottom:10px!important}.mar10-l{margin-left:10px!important}.mar10-tb{margin-bottom:10px!important;margin-top:10px!important}.mar10-rl{margin-left:10px!important;margin-right:10px!important}.mar12{margin:12px!important}.mar12-t{margin-top:12px!important}.mar12-r{margin-right:12px!important}.mar12-b{margin-bottom:12px!important}.mar12-l{margin-left:12px!important}.mar12-tb{margin-bottom:12px!important;margin-top:12px!important}.mar12-rl{margin-left:12px!important;margin-right:12px!important}.mar15{margin:15px!important}.mar15-t{margin-top:15px!important}.mar15-r{margin-right:15px!important}.mar15-b{margin-bottom:15px!important}.mar15-l{margin-left:15px!important}.mar15-tb{margin-bottom:15px!important;margin-top:15px!important}.mar15-rl{margin-left:15px!important;margin-right:15px!important}.mar20{margin:20px!important}.mar20-t{margin-top:20px!important}.mar20-r{margin-right:20px!important}.mar20-b{margin-bottom:20px!important}.mar20-l{margin-left:20px!important}.mar20-tb{margin-bottom:20px!important;margin-top:20px!important}.mar20-rl{margin-left:20px!important;margin-right:20px!important}.mar25{margin:25px!important}.mar25-t{margin-top:25px!important}.mar25-r{margin-right:25px!important}.mar25-b{margin-bottom:25px!important}.mar25-l{margin-left:25px!important}.mar25-tb{margin-bottom:25px!important;margin-top:25px!important}.mar25-rl{margin-left:25px!important;margin-right:25px!important}.mar30{margin:30px!important}.mar30-t{margin-top:30px!important}.mar30-r{margin-right:30px!important}.mar30-b{margin-bottom:30px!important}.mar30-l{margin-left:30px!important}.mar30-tb{margin-bottom:30px!important;margin-top:30px!important}.mar30-rl{margin-left:30px!important;margin-right:30px!important}.mar40{margin:40px!important}.mar40-t{margin-top:40px!important}.mar40-r{margin-right:40px!important}.mar40-b{margin-bottom:40px!important}.mar40-l{margin-left:40px!important}.mar40-tb{margin-bottom:40px!important;margin-top:40px!important}.mar40-rl{margin-left:40px!important;margin-right:40px!important}.mar50{margin:50px!important}.mar50-t{margin-top:50px!important}.mar50-r{margin-right:50px!important}.mar50-b{margin-bottom:50px!important}.mar50-l{margin-left:50px!important}.mar50-tb{margin-bottom:50px!important;margin-top:50px!important}.mar50-rl{margin-left:50px!important;margin-right:50px!important}.mar-auto{margin:auto!important}.mar-auto-t{margin-top:auto!important}.mar-auto-r{margin-right:auto!important}.mar-auto-b{margin-bottom:auto!important}.mar-auto-l{margin-left:auto!important}.mar-auto-tb{margin-bottom:auto!important;margin-top:auto!important}.mar-auto-rl{margin-left:auto!important;margin-right:auto!important}@media (max-width:1049px){.pad0-medium{padding:0!important}.pad0-t-medium{padding-top:0!important}.pad0-r-medium{padding-right:0!important}.pad0-b-medium{padding-bottom:0!important}.pad0-l-medium{padding-left:0!important}.pad0-tb-medium{padding-bottom:0!important;padding-top:0!important}.pad0-rl-medium{padding-left:0!important;padding-right:0!important}.pad5-medium{padding:5px!important}.pad5-t-medium{padding-top:5px!important}.pad5-r-medium{padding-right:5px!important}.pad5-b-medium{padding-bottom:5px!important}.pad5-l-medium{padding-left:5px!important}.pad5-tb-medium{padding-bottom:5px!important;padding-top:5px!important}.pad5-rl-medium{padding-left:5px!important;padding-right:5px!important}.pad10-medium{padding:10px!important}.pad10-t-medium{padding-top:10px!important}.pad10-r-medium{padding-right:10px!important}.pad10-b-medium{padding-bottom:10px!important}.pad10-l-medium{padding-left:10px!important}.pad10-tb-medium{padding-bottom:10px!important;padding-top:10px!important}.pad10-rl-medium{padding-left:10px!important;padding-right:10px!important}.pad12-medium{padding:12px!important}.pad12-t-medium{padding-top:12px!important}.pad12-r-medium{padding-right:12px!important}.pad12-b-medium{padding-bottom:12px!important}.pad12-l-medium{padding-left:12px!important}.pad12-tb-medium{padding-bottom:12px!important;padding-top:12px!important}.pad12-rl-medium{padding-left:12px!important;padding-right:12px!important}.pad15-medium{padding:15px!important}.pad15-t-medium{padding-top:15px!important}.pad15-r-medium{padding-right:15px!important}.pad15-b-medium{padding-bottom:15px!important}.pad15-l-medium{padding-left:15px!important}.pad15-tb-medium{padding-bottom:15px!important;padding-top:15px!important}.pad15-rl-medium{padding-left:15px!important;padding-right:15px!important}.pad20-medium{padding:20px!important}.pad20-t-medium{padding-top:20px!important}.pad20-r-medium{padding-right:20px!important}.pad20-b-medium{padding-bottom:20px!important}.pad20-l-medium{padding-left:20px!important}.pad20-tb-medium{padding-bottom:20px!important;padding-top:20px!important}.pad20-rl-medium{padding-left:20px!important;padding-right:20px!important}.pad25-medium{padding:25px!important}.pad25-t-medium{padding-top:25px!important}.pad25-r-medium{padding-right:25px!important}.pad25-b-medium{padding-bottom:25px!important}.pad25-l-medium{padding-left:25px!important}.pad25-tb-medium{padding-bottom:25px!important;padding-top:25px!important}.pad25-rl-medium{padding-left:25px!important;padding-right:25px!important}.pad30-medium{padding:30px!important}.pad30-t-medium{padding-top:30px!important}.pad30-r-medium{padding-right:30px!important}.pad30-b-medium{padding-bottom:30px!important}.pad30-l-medium{padding-left:30px!important}.pad30-tb-medium{padding-bottom:30px!important;padding-top:30px!important}.pad30-rl-medium{padding-left:30px!important;padding-right:30px!important}.pad40-medium{padding:40px!important}.pad40-t-medium{padding-top:40px!important}.pad40-r-medium{padding-right:40px!important}.pad40-b-medium{padding-bottom:40px!important}.pad40-l-medium{padding-left:40px!important}.pad40-tb-medium{padding-bottom:40px!important;padding-top:40px!important}.pad40-rl-medium{padding-left:40px!important;padding-right:40px!important}.pad50-medium{padding:50px!important}.pad50-t-medium{padding-top:50px!important}.pad50-r-medium{padding-right:50px!important}.pad50-b-medium{padding-bottom:50px!important}.pad50-l-medium{padding-left:50px!important}.pad50-tb-medium{padding-bottom:50px!important;padding-top:50px!important}.pad50-rl-medium{padding-left:50px!important;padding-right:50px!important}.mar0-medium{margin:0!important}.mar0-t-medium{margin-top:0!important}.mar0-r-medium{margin-right:0!important}.mar0-b-medium{margin-bottom:0!important}.mar0-l-medium{margin-left:0!important}.mar0-tb-medium{margin-bottom:0!important;margin-top:0!important}.mar0-rl-medium{margin-left:0!important;margin-right:0!important}.mar5-medium{margin:5px!important}.mar5-t-medium{margin-top:5px!important}.mar5-r-medium{margin-right:5px!important}.mar5-b-medium{margin-bottom:5px!important}.mar5-l-medium{margin-left:5px!important}.mar5-tb-medium{margin-bottom:5px!important;margin-top:5px!important}.mar5-rl-medium{margin-left:5px!important;margin-right:5px!important}.mar10-medium{margin:10px!important}.mar10-t-medium{margin-top:10px!important}.mar10-r-medium{margin-right:10px!important}.mar10-b-medium{margin-bottom:10px!important}.mar10-l-medium{margin-left:10px!important}.mar10-tb-medium{margin-bottom:10px!important;margin-top:10px!important}.mar10-rl-medium{margin-left:10px!important;margin-right:10px!important}.mar12-medium{margin:12px!important}.mar12-t-medium{margin-top:12px!important}.mar12-r-medium{margin-right:12px!important}.mar12-b-medium{margin-bottom:12px!important}.mar12-l-medium{margin-left:12px!important}.mar12-tb-medium{margin-bottom:12px!important;margin-top:12px!important}.mar12-rl-medium{margin-left:12px!important;margin-right:12px!important}.mar15-medium{margin:15px!important}.mar15-t-medium{margin-top:15px!important}.mar15-r-medium{margin-right:15px!important}.mar15-b-medium{margin-bottom:15px!important}.mar15-l-medium{margin-left:15px!important}.mar15-tb-medium{margin-bottom:15px!important;margin-top:15px!important}.mar15-rl-medium{margin-left:15px!important;margin-right:15px!important}.mar20-medium{margin:20px!important}.mar20-t-medium{margin-top:20px!important}.mar20-r-medium{margin-right:20px!important}.mar20-b-medium{margin-bottom:20px!important}.mar20-l-medium{margin-left:20px!important}.mar20-tb-medium{margin-bottom:20px!important;margin-top:20px!important}.mar20-rl-medium{margin-left:20px!important;margin-right:20px!important}.mar25-medium{margin:25px!important}.mar25-t-medium{margin-top:25px!important}.mar25-r-medium{margin-right:25px!important}.mar25-b-medium{margin-bottom:25px!important}.mar25-l-medium{margin-left:25px!important}.mar25-tb-medium{margin-bottom:25px!important;margin-top:25px!important}.mar25-rl-medium{margin-left:25px!important;margin-right:25px!important}.mar30-medium{margin:30px!important}.mar30-t-medium{margin-top:30px!important}.mar30-r-medium{margin-right:30px!important}.mar30-b-medium{margin-bottom:30px!important}.mar30-l-medium{margin-left:30px!important}.mar30-tb-medium{margin-bottom:30px!important;margin-top:30px!important}.mar30-rl-medium{margin-left:30px!important;margin-right:30px!important}.mar40-medium{margin:40px!important}.mar40-t-medium{margin-top:40px!important}.mar40-r-medium{margin-right:40px!important}.mar40-b-medium{margin-bottom:40px!important}.mar40-l-medium{margin-left:40px!important}.mar40-tb-medium{margin-bottom:40px!important;margin-top:40px!important}.mar40-rl-medium{margin-left:40px!important;margin-right:40px!important}.mar50-medium{margin:50px!important}.mar50-t-medium{margin-top:50px!important}.mar50-r-medium{margin-right:50px!important}.mar50-b-medium{margin-bottom:50px!important}.mar50-l-medium{margin-left:50px!important}.mar50-tb-medium{margin-bottom:50px!important;margin-top:50px!important}.mar50-rl-medium{margin-left:50px!important;margin-right:50px!important}.mar-auto-medium{margin:auto}.mar-auto-t-medium{margin-top:auto!important}.mar-auto-r-medium{margin-right:auto!important}.mar-auto-b-medium{margin-bottom:auto!important}.mar-auto-l-medium{margin-left:auto!important}.mar-auto-tb-medium{margin-bottom:auto!important;margin-top:auto!important}.mar-auto-rl-medium{margin-left:auto!important;margin-right:auto!important}}@media (max-width:767px){.pad0-tablet{padding:0!important}.pad0-t-tablet{padding-top:0!important}.pad0-r-tablet{padding-right:0!important}.pad0-b-tablet{padding-bottom:0!important}.pad0-l-tablet{padding-left:0!important}.pad0-tb-tablet{padding-bottom:0!important;padding-top:0!important}.pad0-rl-tablet{padding-left:0!important;padding-right:0!important}.pad5-tablet{padding:5px!important}.pad5-t-tablet{padding-top:5px!important}.pad5-r-tablet{padding-right:5px!important}.pad5-b-tablet{padding-bottom:5px!important}.pad5-l-tablet{padding-left:5px!important}.pad5-tb-tablet{padding-bottom:5px!important;padding-top:5px!important}.pad5-rl-tablet{padding-left:5px!important;padding-right:5px!important}.pad10-tablet{padding:10px!important}.pad10-t-tablet{padding-top:10px!important}.pad10-r-tablet{padding-right:10px!important}.pad10-b-tablet{padding-bottom:10px!important}.pad10-l-tablet{padding-left:10px!important}.pad10-tb-tablet{padding-bottom:10px!important;padding-top:10px!important}.pad10-rl-tablet{padding-left:10px!important;padding-right:10px!important}.pad12-tablet{padding:12px!important}.pad12-t-tablet{padding-top:12px!important}.pad12-r-tablet{padding-right:12px!important}.pad12-b-tablet{padding-bottom:12px!important}.pad12-l-tablet{padding-left:12px!important}.pad12-tb-tablet{padding-bottom:12px!important;padding-top:12px!important}.pad12-rl-tablet{padding-left:12px!important;padding-right:12px!important}.pad15-tablet{padding:15px!important}.pad15-t-tablet{padding-top:15px!important}.pad15-r-tablet{padding-right:15px!important}.pad15-b-tablet{padding-bottom:15px!important}.pad15-l-tablet{padding-left:15px!important}.pad15-tb-tablet{padding-bottom:15px!important;padding-top:15px!important}.pad15-rl-tablet{padding-left:15px!important;padding-right:15px!important}.pad20-tablet{padding:20px!important}.pad20-t-tablet{padding-top:20px!important}.pad20-r-tablet{padding-right:20px!important}.pad20-b-tablet{padding-bottom:20px!important}.pad20-l-tablet{padding-left:20px!important}.pad20-tb-tablet{padding-bottom:20px!important;padding-top:20px!important}.pad20-rl-tablet{padding-left:20px!important;padding-right:20px!important}.pad25-tablet{padding:25px!important}.pad25-t-tablet{padding-top:25px!important}.pad25-r-tablet{padding-right:25px!important}.pad25-b-tablet{padding-bottom:25px!important}.pad25-l-tablet{padding-left:25px!important}.pad25-tb-tablet{padding-bottom:25px!important;padding-top:25px!important}.pad25-rl-tablet{padding-left:25px!important;padding-right:25px!important}.pad30-tablet{padding:30px!important}.pad30-t-tablet{padding-top:30px!important}.pad30-r-tablet{padding-right:30px!important}.pad30-b-tablet{padding-bottom:30px!important}.pad30-l-tablet{padding-left:30px!important}.pad30-tb-tablet{padding-bottom:30px!important;padding-top:30px!important}.pad30-rl-tablet{padding-left:30px!important;padding-right:30px!important}.pad40-tablet{padding:40px!important}.pad40-t-tablet{padding-top:40px!important}.pad40-r-tablet{padding-right:40px!important}.pad40-b-tablet{padding-bottom:40px!important}.pad40-l-tablet{padding-left:40px!important}.pad40-tb-tablet{padding-bottom:40px!important;padding-top:40px!important}.pad40-rl-tablet{padding-left:40px!important;padding-right:40px!important}.pad50-tablet{padding:50px!important}.pad50-t-tablet{padding-top:50px!important}.pad50-r-tablet{padding-right:50px!important}.pad50-b-tablet{padding-bottom:50px!important}.pad50-l-tablet{padding-left:50px!important}.pad50-tb-tablet{padding-bottom:50px!important;padding-top:50px!important}.pad50-rl-tablet{padding-left:50px!important;padding-right:50px!important}.mar0-tablet{margin:0!important}.mar0-t-tablet{margin-top:0!important}.mar0-r-tablet{margin-right:0!important}.mar0-b-tablet{margin-bottom:0!important}.mar0-l-tablet{margin-left:0!important}.mar0-tb-tablet{margin-bottom:0!important;margin-top:0!important}.mar0-rl-tablet{margin-left:0!important;margin-right:0!important}.mar5-tablet{margin:5px!important}.mar5-t-tablet{margin-top:5px!important}.mar5-r-tablet{margin-right:5px!important}.mar5-b-tablet{margin-bottom:5px!important}.mar5-l-tablet{margin-left:5px!important}.mar5-tb-tablet{margin-bottom:5px!important;margin-top:5px!important}.mar5-rl-tablet{margin-left:5px!important;margin-right:5px!important}.mar10-tablet{margin:10px!important}.mar10-t-tablet{margin-top:10px!important}.mar10-r-tablet{margin-right:10px!important}.mar10-b-tablet{margin-bottom:10px!important}.mar10-l-tablet{margin-left:10px!important}.mar10-tb-tablet{margin-bottom:10px!important;margin-top:10px!important}.mar10-rl-tablet{margin-left:10px!important;margin-right:10px!important}.mar12-tablet{margin:12px!important}.mar12-t-tablet{margin-top:12px!important}.mar12-r-tablet{margin-right:12px!important}.mar12-b-tablet{margin-bottom:12px!important}.mar12-l-tablet{margin-left:12px!important}.mar12-tb-tablet{margin-bottom:12px!important;margin-top:12px!important}.mar12-rl-tablet{margin-left:12px!important;margin-right:12px!important}.mar15-tablet{margin:15px!important}.mar15-t-tablet{margin-top:15px!important}.mar15-r-tablet{margin-right:15px!important}.mar15-b-tablet{margin-bottom:15px!important}.mar15-l-tablet{margin-left:15px!important}.mar15-tb-tablet{margin-bottom:15px!important;margin-top:15px!important}.mar15-rl-tablet{margin-left:15px!important;margin-right:15px!important}.mar20-tablet{margin:20px!important}.mar20-t-tablet{margin-top:20px!important}.mar20-r-tablet{margin-right:20px!important}.mar20-b-tablet{margin-bottom:20px!important}.mar20-l-tablet{margin-left:20px!important}.mar20-tb-tablet{margin-bottom:20px!important;margin-top:20px!important}.mar20-rl-tablet{margin-left:20px!important;margin-right:20px!important}.mar25-tablet{margin:25px!important}.mar25-t-tablet{margin-top:25px!important}.mar25-r-tablet{margin-right:25px!important}.mar25-b-tablet{margin-bottom:25px!important}.mar25-l-tablet{margin-left:25px!important}.mar25-tb-tablet{margin-bottom:25px!important;margin-top:25px!important}.mar25-rl-tablet{margin-left:25px!important;margin-right:25px!important}.mar30-tablet{margin:30px!important}.mar30-t-tablet{margin-top:30px!important}.mar30-r-tablet{margin-right:30px!important}.mar30-b-tablet{margin-bottom:30px!important}.mar30-l-tablet{margin-left:30px!important}.mar30-tb-tablet{margin-bottom:30px!important;margin-top:30px!important}.mar30-rl-tablet{margin-left:30px!important;margin-right:30px!important}.mar40-tablet{margin:40px!important}.mar40-t-tablet{margin-top:40px!important}.mar40-r-tablet{margin-right:40px!important}.mar40-b-tablet{margin-bottom:40px!important}.mar40-l-tablet{margin-left:40px!important}.mar40-tb-tablet{margin-bottom:40px!important;margin-top:40px!important}.mar40-rl-tablet{margin-left:40px!important;margin-right:40px!important}.mar50-tablet{margin:50px!important}.mar50-t-tablet{margin-top:50px!important}.mar50-r-tablet{margin-right:50px!important}.mar50-b-tablet{margin-bottom:50px!important}.mar50-l-tablet{margin-left:50px!important}.mar50-tb-tablet{margin-bottom:50px!important;margin-top:50px!important}.mar50-rl-tablet{margin-left:50px!important;margin-right:50px!important}.mar-auto-tablet{margin:auto!important}.mar-auto-t-tablet{margin-top:auto!important}.mar-auto-r-tablet{margin-right:auto!important}.mar-auto-b-tablet{margin-bottom:auto!important}.mar-auto-l-tablet{margin-left:auto!important}.mar-auto-tb-tablet{margin-bottom:auto!important;margin-top:auto!important}.mar-auto-rl-tablet{margin-left:auto!important;margin-right:auto!important}}h1 a,h2 a,h3 a{color:inherit;font-size:inherit;text-decoration:underline}.text-light{font-weight:300}.text-medium,.text-normal{font-weight:500}.text-semibold{font-weight:600}.text-bold{font-weight:700}.text-extra-bold{font-weight:800}.text-grey{color:#8f97a2}.text-253045{color:#253045}.text-dark-grey{color:#7f8794}.text-dark-dark{color:#19283f}.text-middle-grey{color:#e1e4e8}.text-light-grey{color:#c6cacf}.text-orange{color:#fc781e}.text-green{color:#27a82a}.text-white{color:#fff}.text-blue{color:#006bdc}.italic{font-style:italic}.hover-underline:hover,.underline{text-decoration:underline}.capitalize{text-transform:capitalize}.upper{text-transform:uppercase}.t-right{text-align:right}.t-left{text-align:left}.t-center{text-align:center}.t-justify{text-align:justify}.t-nowrap{white-space:nowrap}.t-break-word{word-break:break-word}.t-clip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.t11px{font-size:11px}.t12px{font-size:12px}.t13px{font-size:13px}.t14px{font-size:14px}.t16px{font-size:16px}.t17px{font-size:17px}.t18px{font-size:18px}.t20px{font-size:20px}.t22px{font-size:22px}.t24px{font-size:24px}.t26px{font-size:26px}.t28px{font-size:28px}.t30px{font-size:30px}.t35px{font-size:35px}.t45px{font-size:45px}.w-auto{width:auto}.w110px{width:110px}.w110px-min{min-width:110px}.w110px-max{max-width:110px}.w130px{width:130px}.w130px-min{min-width:130px}.w130px-max{max-width:130px}.w160px{width:160px}.w160px-min{min-width:160px}.w160px-max{max-width:160px}.w180px{width:180px}.w180px-min{min-width:180px}.w180px-max{max-width:180px}.w190px{width:190px}.w190px-min{min-width:190px}.w190px-max{max-width:190px}.w230px{width:230px}.w230px-min{min-width:230px}.w230px-max{max-width:230px}.w250px{width:250px}.w250px-min{min-width:250px}.w250px-max{max-width:250px}.w320px{width:320px}.w320px-min{min-width:320px}.w320px-max{max-width:320px}.w360px{width:360px}.w360px-min{min-width:360px}.w360px-max{max-width:360px}.w470px{width:470px}.w470px-min{min-width:470px}.w470px-max{max-width:470px}.w720px{width:720px}.w720px-min{min-width:720px}.w720px-max{max-width:720px}.w830px{width:830px}.w830px-min{min-width:830px}.w830px-max{max-width:830px}.w880px{width:880px}.w880px-min{min-width:880px}.w880px-max{max-width:880px}.w950px-max{max-width:950px}.w33{width:33.33%}.w25{width:25%}.w25-min{min-width:25%}.w25-max{max-width:25%}.w50{width:50%}.w50-min{min-width:50%}.w50-max{max-width:50%}.w100{width:100%}.w100-min{min-width:100%}.w100-max{max-width:100%}@media (max-width:1049px){.w-auto-medium{width:auto}.w100-max-medium{max-width:100%}.w0-min-medium{min-width:0}.w33-medium{width:33.33%}.w25-medium{width:25%}.w50-medium{width:50%}.w100-medium{width:100%}}@media (max-width:767px){.w-auto-tablet{width:auto}.w100-max-tablet{max-width:100%}.w0-min-tablet{min-width:0}.w33-tablet{width:33.33%}.w25-tablet{width:25%}.w50-tablet{width:50%}.w100-tablet{width:100%}}.hidden{display:none!important}@media screen and (max-width:1439px){.hidden_1439{display:none!important}.visible_1439{display:block!important}}@media screen and (max-width:1049px){.hidden_1049{display:none!important}.visible_1049{display:block!important}}@media screen and (max-width:767px){.hidden_767{display:none!important}.visible_767{display:block!important}}@media screen and (min-width:768px){.hidden_768{display:none!important}.visible_768{display:block!important}}@media screen and (min-width:1050px){.hidden_1050{display:none!important}.visible_1050{display:block!important}}@media screen and (min-width:1440px){.hidden_1440{display:none!important}.visible_1440{display:block!important}}.b-circle{border-radius:50%}.rounded2{border-radius:2px}.rounded3{border-radius:3px}.rounded4{border-radius:4px}.rounded6{border-radius:6px}.rounded8{border-radius:8px}.rounded10{border-radius:10px}header .callchat,header .tel,header .user_menu>a{line-height:30px;min-height:30px;padding-left:30px;position:relative}header .callchat:hover:before,header .tel:hover:before,header .user_menu>a:hover:before{opacity:0}header .callchat:hover:after,header .tel:hover:after,header .user_menu>a:hover:after{border-color:#27a82a;opacity:1}header .callchat:after,header .callchat:before,header .tel:after,header .tel:before,header .user_menu>a:after,header .user_menu>a:before{background:url(/assets/img/header_icons.svg?74e1ce128de28ceeeb7eef81e92c0b69) no-repeat;background-size:162px auto;border:1px solid #8c939f;border-radius:50%;content:"";display:block;height:30px;left:0;position:absolute;top:calc(50% - 15px);vertical-align:middle;width:30px}header .callchat:before,header .tel:before,header .user_menu>a:before{background-position-y:-38px}header .callchat:after,header .tel:after,header .user_menu>a:after{background-position-y:7px;opacity:0}header .whatsapp-icon{align-items:center;background:#0dc143 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjcyIDMuMjU3QzE0LjExIDEuNjAyIDExLjg4Ny43MDMgOS42MTcuNzAzIDQuNzk0LjcwMy45MTUgNC42My45NjMgOS40MDZjMCAxLjUxMy40MjUgMi45OCAxLjEzNSA0LjMwNGwtMS4yMyA0LjQ5MyA0LjU4OC0xLjE4MmMxLjI3Ny43MSAyLjY5NiAxLjA0IDQuMTE1IDEuMDQgNC43NzcgMCA4LjY1NS0zLjkyNSA4LjY1NS04LjcwM2E4LjU4MyA4LjU4MyAwIDAgMC0yLjUwNy02LjFaTTkuNjE3IDE2LjU5NWMtMS4yNzcgMC0yLjU1NC0uMzMxLTMuNjQyLS45OTNsLS4yODQtLjE0Mi0yLjc0My43MS43MS0yLjY5Ny0uMTktLjI4M0MxLjM5IDkuODMyIDIuMzgxIDUuMzg2IDUuNzg3IDMuMzA0YzMuNDA1LTIuMDggNy44MDQtMS4wODcgOS44ODUgMi4zMTggMi4wODEgMy40MDUgMS4wODggNy44MDQtMi4zMTggOS44ODUtMS4wODcuNzEtMi40MTIgMS4wODgtMy43MzYgMS4wODhabTQuMTYyLTUuMjUtLjUyLS4yMzdzLS43NTctLjMzLTEuMjMtLjU2N2MtLjA0NyAwLS4wOTUtLjA0Ny0uMTQyLS4wNDdhLjY4My42ODMgMCAwIDAtLjMzLjA5NHMtLjA0OC4wNDgtLjcxLjgwNGEuMjYuMjYgMCAwIDEtLjIzNy4xNDJoLS4wNDdhLjM1OS4zNTkgMCAwIDEtLjE5LS4wOTRsLS4yMzYtLjA5NWMtLjUyLS4yMzctLjk5My0uNTItMS4zNzEtLjg5OS0uMDk1LS4wOTQtLjIzNy0uMTg5LS4zMzItLjI4My0uMzMtLjMzMi0uNjYyLS43MS0uODk4LTEuMTM2bC0uMDQ3LS4wOTRjLS4wNDgtLjA0Ny0uMDQ4LS4wOTUtLjA5NS0uMTkgMC0uMDk0IDAtLjE4OC4wNDctLjIzNiAwIDAgLjE5LS4yMzYuMzMxLS4zNzguMDk1LS4wOTUuMTQyLS4yMzcuMjM3LS4zMzEuMDk0LS4xNDIuMTQyLS4zMzEuMDk0LS40NzMtLjA0Ny0uMjM3LS42MTQtMS41MTQtLjc1Ni0xLjc5OC0uMDk1LS4xNDEtLjE5LS4xODktLjMzMS0uMjM2aC0uNTIxYy0uMDk0IDAtLjE4OS4wNDctLjI4My4wNDdsLS4wNDguMDQ4Yy0uMDk0LjA0Ny0uMTg5LjE0MS0uMjg0LjE4OS0uMDk0LjA5NC0uMTQxLjE4OS0uMjM2LjI4NC0uMzMxLjQyNS0uNTIuOTQ2LS41MiAxLjQ2NiAwIC4zNzguMDk0Ljc1Ni4yMzYgMS4wODhsLjA0Ny4xNDJhNy44OCA3Ljg4IDAgMCAwIDEuNzUgMi40MTJsLjE5LjE4OWMuMTQyLjE0Mi4yODMuMjM2LjM3OC4zNzhhOC40NTEgOC40NTEgMCAwIDAgMy40MDUgMS43OTdjLjE0Mi4wNDguMzMyLjA0OC40NzMuMDk1aC40NzNjLjIzNyAwIC41Mi0uMDk1LjcxLS4xOS4xNDItLjA5NC4yMzYtLjA5NC4zMy0uMTg4bC4wOTUtLjA5NWMuMDk1LS4wOTUuMTktLjE0Mi4yODQtLjIzNi4wOTUtLjA5NS4xOS0uMTkuMjM3LS4yODQuMDk0LS4xOS4xNDItLjQyNi4xODktLjY2MnYtLjMzMXMtLjA0Ny0uMDQ4LS4xNDItLjA5NVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) 50% 50% no-repeat;border-radius:100px;display:flex;height:30px;justify-content:center;width:30px}header .whatsapp-icon:hover{background-color:#2ba34f}.on_main:not(.scrolled) header{background:transparent;box-shadow:none}header{background:#fff;box-shadow:0 0 11px 0 rgba(42,49,64,.02);font-size:14px;left:0;position:fixed;right:0;top:0;-webkit-transform:translateZ(0);transition:box-shadow .3s,background-color .3s;z-index:200}header .width{height:70px;max-width:1440px;padding-left:50px;padding-right:50px}header .tel{margin-right:35px}header .tel:after,header .tel:before{background-position-x:7px}header .callchat{margin-right:35px;transition:all .3s}header .callchat:hover{color:#27a82a;cursor:pointer}header .callchat:after,header .callchat:before{background-position-x:-39px}header .content_button{height:32px;line-height:32px}header #hamburger{cursor:pointer;display:block;height:14px;position:relative;width:30px}header .hamburger-inner{background:#87919f;height:2px;position:absolute;top:0;transition-delay:.13s;transition-duration:.13s;transition-property:all;transition-timing-function:cubic-bezier(.55,.055,.675,.19);width:100%}.menu_open .hamburger-inner{transform:translate3d(4px,7px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);width:24px}header .hamburger-inner:after{background:#87919f;content:"";display:block;height:2px;left:0;position:absolute;top:12px;transition:all .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;width:100%}.menu_open .hamburger-inner:after{opacity:0;top:0;transition:all .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}header .hamburger-inner:before{background:#87919f;content:"";display:block;height:2px;left:0;position:absolute;top:6px;transition:all .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);width:100%}.menu_open .hamburger-inner:before{top:0;transform:rotate(90deg);transition:all .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}header .user_menu>a:after,header .user_menu>a:before{background-position-x:-86px}.logo{background:none;display:inline-block;height:48px;position:relative;width:130px}.logo img{height:100%;width:100%}.page_title h1{background:url(/assets/img/page_title_icon.svg?cb726185cdbeab8acaf650b402922ff3) top 19px left no-repeat;padding-left:35px}@media screen and (min-width:1050px){.nav_wrapper .drop_nav,header .user_menu{align-items:center;display:flex;position:relative}.nav_wrapper .drop_nav>i,header .user_menu>i{border:4px solid transparent;border-top:5px solid #8c939f;content:"";display:inline-block;margin:4px 0 0 4px;order:10;transform-origin:50% 25%;transition:all .3s;vertical-align:middle}.nav_wrapper .drop_nav>span,header .user_menu>span{cursor:default;transition:all .3s}.nav_wrapper .drop_nav ul,header .user_menu ul{background:#fff;border-radius:8px;box-shadow:0 5px 18px 0 hsla(225,7%,67%,.3);display:block!important;font-weight:400;left:0;opacity:0;pointer-events:none;position:absolute;top:calc(100% + 16px);transform:translateY(20px) scaleX(.7);transition:all .3s;width:204px}.nav_wrapper .drop_nav ul li:first-child a,header .user_menu ul li:first-child a{border-radius:8px 8px 0 0}.nav_wrapper .drop_nav ul li:last-child a,header .user_menu ul li:last-child a{border-radius:0 0 8px 8px}.nav_wrapper .drop_nav ul a,header .user_menu ul a{display:block;line-height:18px;padding:12px 16px}.nav_wrapper .drop_nav ul a:hover,header .user_menu ul a:hover{background-color:rgba(39,168,42,.05)}.nav_wrapper .drop_nav:hover:before,header .user_menu:hover:before{bottom:-16px;content:"";display:block;left:0;position:absolute;top:100%;width:204px}.nav_wrapper .drop_nav:hover>i,header .user_menu:hover>i{border-top-color:#27a82a;transform:rotate(-180deg)}.nav_wrapper .drop_nav:hover>span,header .user_menu:hover>span{cursor:default}.nav_wrapper .drop_nav:hover>a,.nav_wrapper .drop_nav:hover>span,header .user_menu:hover>a,header .user_menu:hover>span{color:#27a82a}.nav_wrapper .drop_nav:hover ul,header .user_menu:hover ul{opacity:1;pointer-events:all;transform:translateY(0) scaleX(1)}.nav_wrapper{font-weight:500;margin-left:40px;margin-right:auto;overflow:hidden}.nav_wrapper:hover{overflow:unset}.nav_wrapper .nav_inner>ul,.nav_wrapper ul{list-style:none}.nav_wrapper .nav_inner>ul>li+li{margin-left:30px}header .user_menu:hover a:before{opacity:0}header .user_menu:hover a:after{border-color:#27a82a;opacity:1}header .user_menu li{list-style:none}header .user_menu li.logout a:hover{border-top-color:transparent}}@media screen and (min-width:1050px) and (max-width:1439px){header .tel{margin-left:0}header .whatsapp-icon{margin-left:auto}}@media screen and (max-width:1439px){.nav_wrapper{display:none}header .width{max-width:1390px;padding-left:25px;padding-right:25px}}@media screen and (max-width:1049px){.width,footer .width{max-width:1050px;padding-left:25px;padding-right:25px}header .callchat,header .tel{display:inline-block!important}header .whatsapp-icon{margin-left:auto!important}.menu_open header{background:#fff!important;box-shadow:0 0 11px 0 rgba(42,49,64,.02)}header .user_menu ul{display:none}.nav_wrapper{background:#fff;flex-direction:column;font-weight:500;height:calc(100vh - 70px);left:0;position:fixed;right:0;top:70px}.nav_wrapper .nav_inner{flex-grow:1;overflow-x:hidden;overflow-y:scroll;padding-bottom:10px}.nav_wrapper .nav_inner>ul:not(:last-child){position:relative}.nav_wrapper .nav_inner>ul:not(:last-child)>li:last-child{border-bottom:none}.nav_wrapper .nav_inner>ul+ul>li:first-child{border-top:none;position:relative}.nav_wrapper .nav_inner>ul+ul>li:first-child:after{border-bottom:3px solid #e1e4e8;content:"";display:block;left:-24px;position:absolute;right:-24px;top:-1px}.nav_wrapper .nav_inner ul{flex-direction:column;padding:0 24px}.nav_wrapper .nav_inner ul li{border-bottom:1px solid #e1e4e8;list-style:none;text-align:center;width:100%}.nav_wrapper .nav_inner ul li>a,.nav_wrapper .nav_inner ul li>span{display:block;padding:15px 0}.nav_wrapper .nav_inner ul li:first-child{border-top:1px solid #e1e4e8}.nav_wrapper .nav_inner ul .drop_nav{display:flex;flex-wrap:wrap;justify-content:center}.nav_wrapper .nav_inner ul .drop_nav.active_open>i:after{border-top-color:#27a82a;transform:rotate(-180deg)}.nav_wrapper .nav_inner ul .drop_nav.active_open>a,.nav_wrapper .nav_inner ul .drop_nav.active_open>span{color:#27a82a}.nav_wrapper .nav_inner ul .drop_nav>i:after{border:4px solid transparent;border-top:5px solid #8c939f;content:"";display:inline-block;margin:0 -8px 0 4px;transform-origin:50% 25%;transition:all .3s;vertical-align:middle}.nav_wrapper .nav_inner ul .drop_nav>i{height:50px;line-height:50px;margin-right:-50px;order:10;text-align:left;width:50px}.nav_wrapper .nav_inner ul .drop_nav ul{display:none;order:15;padding-bottom:0;width:100%}.nav_wrapper .nav_inner ul .drop_nav ul li:last-child{border-bottom:none}header .chat_wrap{margin-right:10px}}@media screen and (max-width:889px){header .callchat,header .tel{font-size:13px;margin-right:10px}header .whatsapp-icon{margin-right:10px!important}header .login_button{width:100px}}@media screen and (max-width:767px){.width,footer .width,header .width{padding-left:12px;padding-right:12px}header .callchat,header .tel{margin-right:0!important}header .chat_wrap{margin-left:10px;margin-right:0}.nav_wrapper .nav_inner ul{padding-left:10px;padding-right:10px}}@media screen and (max-width:600px){.page_title .content_button{margin-top:20px;width:100%}}@media screen and (max-width:500px){body{font-size:14px}.logo{height:26px;width:100px}header .width{height:62px}.nav_wrapper{height:calc(100vh - 62px);top:62px}header .login_button{background-image:url(/assets/img/login_icon.png?698d44193e97039f6165aba471f65620);background-position:50%;background-repeat:no-repeat;background-size:16px auto;border-radius:50%;font-size:0;height:30px;width:30px}.page_title h1{background-position-y:8px}}@media screen and (min-width:1050px){.nav_wrapper .nav_inner,.nav_wrapper .nav_inner ul .drop_nav ul{display:block!important}}@media screen and (min-width:1440px){header .callchat,header .chat_wrap,header .tel{display:inline-block!important}.nav_wrapper{display:block!important}}footer{background:#1e2b41;clear:both;color:#fff;line-height:19px;overflow:hidden;padding:22px 0 30px;position:relative}footer .width{margin:0 auto;max-width:1000px;position:relative;width:100%;z-index:auto}footer .width .width{padding-left:0;padding-right:0}footer a{color:#fff;transition:all .3s}footer ul a:hover{text-decoration:underline}footer ul{list-style:none}footer .disclaimer{border:1px solid #4b5567;border-radius:10px;margin-bottom:30px;margin-top:9px;padding:20px;position:relative;width:calc(100% - 215px)}footer .disclaimer:before{background:url(/assets/img/badge-black@2x.png?9fa065117a904169ba0dcf54259221f7) no-repeat;background-size:100% auto;content:"";height:86px;margin-top:-43px;position:absolute;right:-154px;top:50%;width:83px}footer .disclaimer .title{background:#1e2b41;display:inline-block;font-size:14px;left:10px;padding:0 10px;position:absolute;top:-9px}footer .disclaimer p{color:hsla(0,0%,100%,.7);line-height:21px}footer .footer_info{width:33.333%}footer .footer_info .tel:before{content:"\0045";font-family:Trust,sans-serif;font-size:16px;margin-right:10px;vertical-align:middle}footer .footer_info .mail{display:inline-block;margin-top:15px}footer .footer_info .mail:before{content:"\0044";font-family:Trust,sans-serif;font-size:20px;margin-right:10px;vertical-align:middle}footer .footer_info{margin-left:0}footer .footer_info .title{display:block;font-size:14px;margin-bottom:15px}footer .footer_nav{margin-bottom:20px;width:100%}footer .footer_nav .footer_menu_links{justify-content:space-between}footer .footer_menu_links li{width:calc(25% - 15px)}footer .footer_content,footer .footer_links{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}footer .footer_links{border-bottom:1px solid rgba(25,35,52,.55);border-top:1px solid rgba(25,35,52,.55);margin-bottom:25px;padding:26px 0 21px;width:100%}footer .footer_links+.footer_links{border-top:none;padding-top:0}footer .footer_links.footer_address picture{display:block}footer .footer_links.footer_address img{width:100%}@media (max-width:1024px){footer .footer_links.footer_address picture{max-width:760px}}@media (max-width:767px){footer .footer_links.footer_address picture{margin:0 auto;max-width:340px}}footer .footer_links ul:first-child:last-child{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}footer .footer_links ul,footer .footer_links ul:first-child:last-child li{width:calc(25% - 15px)}footer .footer_links ul li{padding-bottom:10px}footer .footer_links ul li a{color:hsla(0,0%,100%,.62);transition:all .3s}footer .footer_links ul li a:hover{color:#fff}footer .accept_block{width:33.333%}footer .accept_block span{display:block;font-size:14px;margin-bottom:14px}footer .accept_block .accept_item{background:url(/assets/img/accept_sprite.png?b10023e13ec2d7351c2ab88fc66c42f8) no-repeat;background-size:46px;float:left;height:28px;margin:0 4px 4px 0;width:45px}footer .accept_block .accept_item.item_1{background-position:0 0}footer .accept_block .accept_item.item_2{background-position:0 bottom}footer .accept_block .accept_item.item_3{background-position:0 -35px}footer .accept_block .accept_item.item_4{background-position:0 -70px}footer .accept_block .accept_item.item_5{background-position:0 -104px}footer .accept_block .accept_item.item_6{background-position:0 -138px}@media (max-width:1049px){footer .accept_block .accept_item:nth-child(2n-1){margin-right:0}}footer .info_social{display:flex;justify-content:flex-end;margin-top:30px}footer .socials,footer .socials a{display:inline-block;vertical-align:middle}footer .socials a{border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;height:30px;line-height:30px;margin:0 9px;position:relative;text-align:center;width:30px}footer .socials a:first-child{margin-left:0}footer .socials a:before{color:#fff;display:block;font-family:Trust,sans-serif;font-size:15px;line-height:32px;position:absolute;text-align:center;width:100%}footer .socials a.fb{background:#5474b7}footer .socials a.fb:before{content:"\0047"}footer .socials a.twitter{background:#55acee}footer .socials a.twitter:before{content:"\0049"}footer .socials a.google{background:#d95333}footer .socials a.google:before{content:"\0048"}footer .copyright{color:#aaafb7;display:inline-block;line-height:18px;margin-top:30px;vertical-align:middle}footer .footer_address{color:hsla(0,0%,100%,.7);padding-left:20px}@media screen and (max-width:1049px){footer .footer_nav ul li+li{margin-left:23px}}@media screen and (max-width:889px){footer .disclaimer{width:calc(100% - 381px)}}@media screen and (max-width:767px){footer .footer_nav ul li+li{margin-left:0}footer .footer_nav ul li{margin-bottom:10px;width:33.33%}footer .footer_nav{margin-bottom:10px}footer .footer_links ul,footer .footer_links ul:first-child:last-child li{width:calc(50% - 5px)}footer .disclaimer{width:calc(100% - 130px)}footer .footer_info{align-items:center;display:flex;flex-direction:column;margin-bottom:30px;text-align:center;width:100%}footer .footer_info .copyright{bottom:-45px;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap}footer{margin-top:0;padding:18px 0 60px}}@media screen and (max-width:500px){footer .footer_links ul,footer .footer_links ul:first-child:last-child li{width:100%}footer .width{padding-left:10px;padding-right:10px}footer .accept_block{margin:0 0 30px;text-align:center;width:100%}footer .disclaimer{padding:20px 10px 10px;width:100%}footer .disclaimer .title{left:50%;transform:translateX(-50%)}footer .accept_block .accept_item,footer .accept_block .accept_item:nth-child(2n-1){display:inline-block;float:none;margin:0 .5% 0 0;vertical-align:middle}footer .accept_block .accept_item:last-child{margin-right:0}footer .footer_nav ul li{width:50%}}.animated.delay-0_5s{-webkit-animation-delay:.5s;animation-delay:.5s}.animated.delay-1_5s{-webkit-animation-delay:1.5s;animation-delay:1.5s}.auth_page [class*=decor_],.head_slider [class*=decor_],.inline_review [class*=decor_],.our_stats_container [class*=decor_],.reviews_section [class*=decor_],.reviews_widget_section [class*=decor_]{pointer-events:none;position:absolute}@media screen and (min-width:1050px){.wow{visibility:hidden}}.head_slider{padding:110px 0 54px;position:relative}.head_slider .slogan{letter-spacing:.1px;line-height:26px}.head_slider.writers_team .slogan .advantages_list{display:flex;list-style-type:none;margin:30px 0}.head_slider.writers_team .slogan .advantages_list li{padding-left:26px;position:relative}.head_slider.writers_team .slogan .advantages_list li img{height:22px;left:0;margin-top:-11px;position:absolute;top:50%;width:22px}.head_slider.writers_team .slogan .advantages_list li+li{margin-left:28px}.head_slider.writers_team .slogan{width:580px}@media screen and (max-width:1049px){.head_slider.writers_team .slogan{width:50%}}@media screen and (max-width:767px){.head_slider.writers_team .slogan{width:100%}}.head_slider.writers_team .slogan>h1{font-size:32px;line-height:40px}.head_slider.decor_type_1{background:#f7f8fd;background-size:cover}.head_slider.decor_type_1 .width{min-height:487px}.head_slider.decor_type_1:after{background:rgba(207,217,219,.2);bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:582px;z-index:0}.head_slider.decor_type_1 .decor_girl{background:none;bottom:24px;height:194px;left:0;width:490px;z-index:10}.head_slider.decor_type_1 .decor_torchere{background:url(/assets/img/head_slider_decor_torchere_type_1.svg?0a1059428ad12dcd56478091d92059ad);bottom:-2px;height:259px;right:524px;width:225px;z-index:11}.head_slider.decor_type_1 .decor_plant{background:none;bottom:26px;height:86px;right:-137px;width:83px;z-index:4}.head_slider.writers_team .original-img{bottom:122px;height:86px;position:absolute;right:0;width:83px}.head_slider.decor_type_1 .decor_books{background:none;height:81px;right:-189px;top:80px;width:168px;z-index:4}.head_slider.decor_type_1 .decor_pic{background:url(/assets/img/head_slider_decor_pic_type_1.svg?1e3c7d51ca744fdee277c91e4647f457);bottom:160px;height:80px;left:101px;width:117px;z-index:4}.head_slider.decor_type_1 .decor_karemat{background:url(/assets/img/head_slider_decor_karemat_type_1.png?06673ca4934399570583cbf3249d3c64);bottom:-54px;height:82px;left:-74px;width:672px;z-index:1}.head_slider.decor_type_1 .decor_commode{bottom:7px;left:-38px;z-index:4}.head_slider.decor_type_2{background:url(/assets/img/head_slider_bg_2.svg?aaa3c698f441130b742f9ac89d4daa98) bottom repeat-x}.head_slider.decor_type_2 .decor_girl{bottom:-42px;right:456px;z-index:10}.head_slider.decor_type_2 .decor_torchere{bottom:-34px;left:-173px;z-index:4}.head_slider.decor_type_2 .decor_plant{bottom:-32px;right:-158px;z-index:4}.head_slider.decor_type_2 .decor_birds{bottom:153px;left:-195px;z-index:4}.head_slider.decor_type_3{background:url(/assets/img/auth_bg.svg?23823e11235d24520b3713af16ddace9) top no-repeat;background-size:cover;min-height:640px;padding:170px 0 100px}.head_slider.decor_type_3:after{background:rgba(207,217,219,.2);bottom:0;content:"";display:block;height:82px;left:0;position:absolute;right:0;z-index:0}.head_slider.decor_type_3 [class*=decor_]{z-index:1}.head_slider.decor_type_3 .auth_decor_left{background:url(/assets/img/auth_decor_left.svg?62d3f3dd2b0ef97b841a1d3ea9808eb4) bottom no-repeat;bottom:0;height:268px;left:calc(50% - 750px);width:179px}.head_slider.decor_type_3 .auth_decor_right{bottom:0;height:537px;right:calc(50% - 695px);width:647px}.head_slider.decor_type_3 .auth_decor_books{background:url(/assets/img/auth_decor_books.svg?7d963503c5d5be08350d6147d395c482) bottom no-repeat;bottom:325px;height:182px;right:calc(50% - 365px);width:174px}.head_slider.how_it_work{background:url(/assets/img/head_how_it_works_bg.svg?dff7a7c8ffb18cfbfcb70ae9ac9caa21) top no-repeat;background-size:cover;padding:170px 0 57px}.head_slider.how_it_work>.width{min-height:242px}.head_slider.how_it_work .decor_girl{bottom:4px;right:-220px;z-index:10}.head_slider.how_it_work .decor_torchere{background:url(/assets/img/head_slider_decor_torchere_type_1.svg?0a1059428ad12dcd56478091d92059ad);bottom:53px;height:259px;right:-178px;width:225px;z-index:11}.head_slider.how_it_work .decor_pic{background:url(/assets/img/head_slider_decor_pic_type_1.svg?1e3c7d51ca744fdee277c91e4647f457);bottom:215px;height:80px;left:804px;width:117px;z-index:4}.head_slider.how_it_work .decor_karemat{background:url(/assets/img/head_slider_decor_karemat_how_it_work.png?8d4d17f95aee178bb53e5d5118f8a05c);bottom:1px;height:82px;left:627px;width:672px;z-index:1}.head_slider.how_it_work .decor_commode{bottom:57px;left:664px;z-index:4}.head_slider.how_it_work .how_it_work_steps{counter-reset:anchor_count 0;position:relative;z-index:20}.head_slider.how_it_work .how_it_work_steps .anchor_link:before{border:1px solid #dde2e6;border-radius:50%;color:#737b8a;content:counter(anchor_count);counter-increment:anchor_count;font-size:12px;font-weight:600;line-height:23px;margin-right:10px;min-width:25px;padding:0 5px;text-align:center;transition:all .3s}.head_slider.how_it_work .how_it_work_steps .anchor_link:hover:before{border-color:#27a82a;color:#202f46}.head_slider.how_it_work .how_it_work_steps .content_button{border-radius:0}.head_slider.topic_generator{padding:0;position:relative}.head_slider.topic_generator .wrapper_generator{background:#f7f8fd;padding:140px 0 90px}.head_slider.topic_generator+div+.text_section{padding-top:120px!important}.head_slider.topic_generator .decor_bear{background:url(/assets/img/img-head-slider-decor-bear-type-5.svg?423ccd53bdedbca361c4fc6430c9d4bf) 0 0 no-repeat;background-size:100% auto;height:152px;position:absolute;right:0;top:10px;width:383px;z-index:10}.head_slider.topic_generator .wrapper_generator .width{min-height:222px;position:relative}.head_slider.topic_generator .slogan{z-index:1}.head_slider.topic_generator .slogan .t20px{color:#39404d}.head_slider.topic_generator .slogan li{margin-bottom:8px;padding-left:15px}.head_slider.topic_generator .decor_karemat{background:url(/assets/img/head_slider_decor_karemat_how_it_work.png?8d4d17f95aee178bb53e5d5118f8a05c);height:82px;left:627px;top:159px;width:672px;z-index:0}.head_slider.topic_generator .decor_pic{background:url(/assets/img/head_slider_decor_pic_type_1.svg?1e3c7d51ca744fdee277c91e4647f457);height:80px;left:804px;top:-53px;width:117px;z-index:0}.head_slider.topic_generator .decor_commode{left:664px;top:44px;z-index:0}.head_slider.topic_generator .decor_girl{right:-220px;top:-27px;z-index:0}.head_slider.topic_generator .decor_torchere{background:url(/assets/img/head_slider_decor_torchere_type_1.svg?0a1059428ad12dcd56478091d92059ad);height:259px;right:-178px;top:-70px;width:225px;z-index:0}.topic_generator_widget{margin-top:-50px}.topic_generator_widget .topic_generator_form{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);position:relative;z-index:1}.topic_generator_widget .topic_generator_form .content_button{height:46px;line-height:46px}.topic_generator_widget .topic_generator_list{margin-top:-82px;padding-top:102px;position:relative}.topic_generator_widget .topic_generator_list .topic_generator_list_item{border-bottom:1px solid rgba(42,49,64,.17)}.topic_generator_widget .topic_generator_list .topic_generator_list_item:last-child{border-bottom:none}.topic_generator_widget .topic_generator_list .topic_generator_list_item+.topic_generator_list_item{padding-top:24px}.topic_generator_widget .topic_generator_list .no_topics{position:relative}.topic_generator_widget .topic_generator_list .no_topics:after{background:url(/assets/img/topic_generator_no_topics_birds.png?b08663d23eb3561c9122918f9dbfa207) 50% no-repeat;background-size:contain;content:"";display:none;height:66px;position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:108px}.topic_generator_widget .topic_generator_list{border:1px solid #d5dbe9;border-radius:12px}.topic_generator_widget .topic_generator_list .content_button.green_button_bordered{background:#f0fff0;color:#27a82a;height:38px;line-height:38px;margin-top:40px!important}.topic_generator_widget .topic_generator_list .content_button.green_button_bordered:hover{background:rgba(139,193,140,.2)}.head_slider.writers_team{background:#f5f7f8;margin-bottom:84px;padding:160px 0 0}.head_slider.writers_team .decor_man{bottom:64px;right:45px}.head_slider.writers_team .decor_elements{bottom:170px;right:-107px}.head_slider.writers_team .decor_girl{bottom:103px;right:330px}.head_slider.writers_team>.width{min-height:370px}.head_slider.writers_team .writers_team_calculator{border-top:1px solid #dde2e6;margin-bottom:-54px}.head_slider.writers_team .content_button{height:44px;line-height:44px}.head_slider .online_experts,.review_widget_slide .online_experts{box-shadow:inset 0 -1px 0 0 #e1e4e8;overflow:hidden;padding-bottom:4px}.head_slider .online_experts{align-items:center;background:#fff;border-radius:100px;box-shadow:none;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);display:inline-flex;height:40px;padding:0 15px;width:290px}.head_slider .online_experts .experts_count,.review_widget_slide .online_experts .experts_count{display:inline-block;margin-right:5px;position:relative}.head_slider .online_experts .experts_count:after,.review_widget_slide .online_experts .experts_count:after{background:#27a82a;border-radius:2px;bottom:-2px;content:"";display:block;height:4px;left:0;position:absolute;right:0}.head_slider .online_experts .experts_count:after{display:none}.head_slider .online_experts .experts_count:before,.review_widget_slide .online_experts .experts_count:before{background:#27a82a;border-radius:50%;content:"";display:block;height:5px;position:absolute;right:-5px;top:0;width:5px}.review_widget_slide .online_experts{padding-bottom:0;padding-top:10px}.review_widget_slide .online_experts .experts_count{margin-bottom:-2px;margin-right:5px;padding-bottom:0}.inner_menu{box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12)}.inner_menu .inner_menu_link{background:#fff;box-shadow:inset 0 1px 0 0 #dde2e6;line-height:45px;overflow:hidden;position:relative}.inner_menu .inner_menu_link:after{background:#27a82a;border-radius:0 0 2px 2px;content:"";display:block;height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s}.inner_menu .inner_menu_link.active:after,.inner_menu .inner_menu_link:hover:after{opacity:1}.inner_menu .inner_menu_link:not(:first-child){border-left:1px solid #dde2e6}.breadcrumb{color:#19283f;font-size:14px;list-style:none}.breadcrumb li{display:inline-block}.breadcrumb li:not(:last-child):after{content:" /";display:inline}.breadcrumb li:last-child{color:#006bda}.breadcrumb a{color:inherit}.chip{background:#b0c9fa;border-radius:20px;color:#073477;line-height:18px;padding:11px 25px;transition:all .3s}.chips_wrapper{margin-right:-10px}.chips_wrapper .chip.medium{background:#c9d9fb;color:#2a559a}.chips_wrapper .chip.light{background:#e1e9fd;color:#4b73bb}.chips_wrapper .chip.lighter{background:#e9effd;color:#6791d6}.chips_wrapper .chip:hover{background:#b0c9fa;color:#073477}.disciplines_widget{padding:0 0 50px;text-align:center}.disciplines_widget>img{display:block;margin:0 auto 16px}.disciplines_widget .h2{background:#fff;display:inline-block;padding:0 20px;position:relative;z-index:1}.disciplines_widget .width{padding:0 60px 60px}.disciplines_widget .width:before{-o-border-image:linear-gradient(180deg,#eaedf4 88%,rgba(234,237,244,0)) 1;border-image:linear-gradient(180deg,#eaedf4 88%,rgba(234,237,244,0)) 1;border-radius:8px 8px 0 0;border-style:solid;border-width:1px;content:"";height:calc(100% - 16px);left:0;position:absolute;top:16px;width:100%;z-index:-1}.discipline_action{background:#fff url(/assets/img/discipline_action_icon@2x.png?a3a03be3694ff95728cd5568ae9a0c83) left 35px top 45% no-repeat;background-size:102px 54px;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);min-height:100px;padding-left:110px!important}@media screen and (min-width:768px) and (max-width:1024px){.disciplines_widget .width{padding:0 36px 60px}.disciplines_widget .width:before{left:10px;width:calc(100% - 20px)}}@media (max-width:767px){.disciplines_widget .width{padding:0 20px 60px}.disciplines_widget .width:before{left:10px;width:calc(100% - 20px)}}.infographic_widget .tooltip{z-index:10}.infographic_widget .widget_inner{background:#ebf7ec;position:relative;z-index:auto}.infographic_widget .widget_inner:before{background:url(/assets/img/propw_chart_decor_img.svg?17f970f23888d56ba934c6caba1fc83a) 0 0 no-repeat;content:"";height:81px;position:absolute;right:103px;top:81px;width:124px}.infographic_widget .h2,.infographic_widget .h3{color:#39404d}.infographic_widget .tooltip-inner{box-shadow:0 1px 8px 0 rgba(33,34,39,.17);color:#202f46;font-size:12px;padding:6px 10px}.infographic_widget .tooltip.top{margin-top:-7px}.infographic_widget .infographic_bar{border-radius:50px;box-shadow:0 0 0 5px #fff;height:50px}.infographic_widget .infographic_bar .infographic_discipline{position:relative;transition:margin .2s}.infographic_widget .infographic_bar .infographic_discipline:first-child{border-bottom-left-radius:inherit!important;border-top-left-radius:inherit!important}.infographic_widget .infographic_bar .infographic_discipline:last-child{border-bottom-right-radius:inherit!important;border-top-right-radius:inherit!important}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=topic]{background:#92c393}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=brainstorm]{background:#ffbd90}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=research]{background:#3a4d6a}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=plan]{background:#54a39b}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=write_body]{background:#f4b73e}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=conclusion]{background:#a6a6fe}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=references]{background:#ffad75}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=final_draft]{background:#c491c3}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=proofread]{background:#403a6b}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=edit]{background:#ff737e}.infographic_widget .infographic_bar .infographic_discipline:hover{border-radius:2px;box-shadow:0 0 0 2px #fff,0 7px 17px 0 rgba(33,34,39,.17);margin-bottom:-3px;margin-top:-3px;z-index:1}.infographic_widget .infographic_types{line-height:15px;list-style:none}.infographic_widget .infographic_types li:before{border-radius:50%;content:"";display:inline-block;height:10px;margin-right:5px;transition:all .3s;vertical-align:baseline;width:10px}.infographic_widget .infographic_types li.active:before{box-shadow:0 0 0 2px #fff,0 0 2px 2px rgba(33,34,39,.17)}.infographic_widget .infographic_types li.topic:before{background:#92c393}.infographic_widget .infographic_types li.brainstorm:before{background:#ffbd90}.infographic_widget .infographic_types li.research:before{background:#3a4d6a}.infographic_widget .infographic_types li.plan:before{background:#54a39b}.infographic_widget .infographic_types li.write_body:before{background:#f4b73e}.infographic_widget .infographic_types li.conclusion:before{background:#a6a6fe}.infographic_widget .infographic_types li.references:before{background:#ffad75}.infographic_widget .infographic_types li.final_draft:before{background:#c491c3}.infographic_widget .infographic_types li.proofread:before{background:#403a6b}.infographic_widget .infographic_types li.edit:before{background:#ff737e}.infographic_widget .decor{position:absolute;right:0;top:30px}.infographic_widget .decor [class*=circle_]{position:absolute;top:10px}.infographic_widget .decor [class*=circle_].circle_1{left:13px;transition:all .6s}.infographic_widget .decor [class*=circle_].circle_2{left:66px;transition:all .9s}.infographic_widget .decor [class*=circle_].circle_3{left:122px;transition:all 1.2s}.format_widget .header{border-bottom:1px solid #e1e4e8}.format_widget .widget_inner{position:relative;z-index:auto}.format_widget .widget_inner:before{background:url(/assets/img/format_widget_decor.svg?9d40cfc5cb01883d93b4634b83d53ea9);background-size:contain;content:"";display:block;height:60px;left:-30px;position:absolute;top:-30px;width:60px;z-index:-1}.format_widget .widget_inner .formats_list .formats_list_item{list-style:none}.format_widget .formats_list .icon{background:#f3fbf4;height:30px;margin-right:8px;width:30px}.how_it_work_parts .title{border-bottom:1px solid #27a82a}.how_it_work_parts .description ul{font-size:14px;letter-spacing:-.1px}.how_it_work_parts .description ul>li:not(:last-child){margin-bottom:8px}.how_it_work_parts .description h3{color:#39404d;font-size:20px}.how_it_work_parts .description p{margin:15px 0}.how_it_work_parts .illustration{display:block}.how_it_work_parts .accordion .accordion_label{min-height:60px}.how_it_work_parts .accordion .accordion_label .arrow{right:15px;top:13px}.how_it_work_parts .more a:not(:hover){color:#006bda}.how_it_work_widget .h3{border-bottom:1px solid #27a82a}.how_it_work_widget .h3 span{color:#27a82a}.how_it_work_widget .h3:before{background:url(/assets/img/quotes_decor.svg?1460131576ea68922228ed36fce4303d);content:"";display:block;height:57px;position:absolute;right:27px;top:-3px;width:68px}.how_it_work_widget .content_button{height:50px;line-height:50px}.how_it_work_widget .decor_arrow{border-left:1px dashed #ebecee;bottom:83px;left:40px;position:absolute;top:-5px}.how_it_work_widget .decor_arrow:after,.how_it_work_widget .decor_arrow:before{content:"";display:block;position:absolute}.how_it_work_widget .decor_arrow:before{background:#fff;border:1px solid #ebecee;border-radius:50%;height:9px;left:-5px;top:-5px;width:9px}.how_it_work_widget .decor_arrow:after{border:4px solid transparent;border-top:10px solid #ebecee;bottom:-3px;left:-5px;width:9px}.how_it_work_widget .accordion_item_container{position:relative}.how_it_work_widget .steps_list{position:relative;z-index:1}.how_it_work_widget .steps_list_item{border-radius:100px}.how_it_work_widget .steps_list_item .icon{background:#fff url(/assets/img/HIW_steps_list_icon_2.svg?6c6982b4d63e088339b5f9e324adf710) 50% no-repeat;border:1px solid #e3e6eb;transition:all .3s}.how_it_work_widget .steps_list_item[data-slide-id="1"] .icon{background:#fff url(/assets/img/HIW_steps_list_icon_1.svg?36b2c10e117e2adc99b11d20912627eb) 50% no-repeat}.how_it_work_widget .steps_list_item[data-slide-id="3"] .icon{background:#fff url(/assets/img/HIW_steps_list_icon_3.svg?99eb22af1b10a14bcf5e59388b935d7e) 50% no-repeat}.how_it_work_widget .steps_list_item .step_count{color:#556173}.how_it_work_widget .steps_list_item.accordion_label{background:none;min-height:auto}.how_it_work_widget .steps_list_item.accordion_label:hover{background:#f5f7f8}.how_it_work_widget .opened .steps_list_item .icon{border-color:#27a82a}.how_it_work_widget .opened .steps_list_item .title{transition:all .3s}.how_it_work_widget .opened .steps_list_item.accordion_label{background:#f5f7f8;color:inherit}.how_it_work_widget .opened .steps_list_item.accordion_label:active{background:#f5f7f8}.how_it_work_widget .opened .steps_list_item.accordion_label:active .icon{border-color:#e3e6eb}.how_it_work_widget .toggled_content img{height:100%;width:auto}.why_choose_us.grey_bg{background:linear-gradient(180deg,#fbfbfb 0,#fdfdfd 50%,hsla(0,0%,99%,.5))}.why_choose_us .decor_books{background:url(/assets/img/head_slider_decor_books_type_1.svg?35b639c39ef3f6f2e2fd6fd44d374d40);height:181px;position:absolute;top:-56px;width:190px}.why_choose_us .decor_birds{left:-54px;position:absolute;top:-92px;transform:rotateY(180deg) rotate(-20deg)}.why_choose_us .item{line-height:18px;position:relative}.why_choose_us .item.title .h3{border-bottom:1px solid #27a82a;z-index:1}.why_choose_us .item .icon{min-height:30px}.trustpilot_rating_widget{border-top:1px solid #e1e4e8;max-width:435px}.trustpilot_rating_widget .description{font-size:14px}.trustpilot_rating_widget .trust_pilot_logo{background:url(/assets/img/trust_pilot_logo.svg?de878aeeec14413e32c46b413b3e6cd8);background-size:129px auto;height:32px;width:129px}.info_icon{background:url(/assets/img/info_icon.svg?5ede5112cf104972ec4b198a9a4c962d);display:inline-block;height:18px;vertical-align:middle;width:18px}.home_calculator{position:relative;z-index:5}.home_calculator .f_total{border-top:1px solid #e1e4e8}.home_calculator .new_customer_check input:checked~label:before,.writers_team_calculator .new_customer_check input:checked~label:before{background:#27a82a url(/assets/img/check_white.svg?4cdbc5bd2d3d19ae83c7f26ef1afc79e) 50% no-repeat;background-size:10px auto}.home_calculator .new_customer_check label,.writers_team_calculator .new_customer_check label{cursor:pointer;line-height:16px;padding-left:26px;position:relative}.home_calculator .new_customer_check label:before,.writers_team_calculator .new_customer_check label:before{border:1px solid #27a82a;border-radius:50%;content:"";display:block;height:16px;left:0;position:absolute;top:0;width:16px}.home_calculator .total_wrapper,.writers_team_calculator .total_wrapper{display:flex;flex-direction:column;flex-wrap:wrap}.home_calculator:not(.with-discount) .total-discount,.writers_team_calculator:not(.with-discount) .total-discount{display:none!important}.head_slider.writers_team .writers_team_calculator.with-discount .f_total .title,.home_calculator.with-discount .f_total .title{align-self:flex-start;line-height:22px}.head_slider.writers_team .writers_team_calculator.with-discount .f_total .total-discount,.home_calculator.with-discount .f_total .total-discount{color:#7f8794;line-height:20px;position:relative}.head_slider.writers_team .writers_team_calculator.with-discount .f_total .total-discount:after,.home_calculator.with-discount .f_total .total-discount:after{background:url(/assets/img/line-through.svg?c93561426293f146d553bb9760323e8b) no-repeat 50%;content:"";height:4px;left:-14px;margin-top:-1px;position:absolute;top:50%;width:calc(100% + 28px)}.writers_team_calculator .new_customer_check{background:#fff;border-radius:12px;box-shadow:0 1px 4px 0 #183e7721;height:50px;left:20px;padding:14px 20px 20px;position:absolute;top:-38px}.writers_team_calculator .new_customer_check:before{background:#fff;bottom:-10px;box-shadow:1px 2px 4px 1px #fff;content:"";height:22px;left:-2px;position:absolute;width:calc(100% + 2px);z-index:5}@media (max-width:767px){.writers_team_calculator .new_customer_check{display:flex;justify-content:center;width:calc(100% - 40px)}.head_slider.writers_team .slogan.mar20-b-tablet{margin-bottom:70px!important}}.tp_rating_progress{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 20%,#fff 0,#fff calc(20% + 1px),hsla(0,0%,100%,0) calc(20% + 1px),hsla(0,0%,100%,0) 40%,#fff 0,#fff calc(40% + 1px),hsla(0,0%,100%,0) calc(40% + 1px),hsla(0,0%,100%,0) 60%,#fff 0,#fff calc(60% + 1px),hsla(0,0%,100%,0) calc(60% + 1px),hsla(0,0%,100%,0) 80%,#fff 0,#fff calc(80% + 1px),hsla(0,0%,100%,0) calc(80% + 1px),hsla(0,0%,100%,0)) no-repeat,url(/assets/img/trustpilot_rating_stars.svg?45fadb8ced30bd2437b8eb6b700521a9) 50% no-repeat,linear-gradient(90deg,#00b67a 0,#00b67a),linear-gradient(90deg,#dcdce6 0,#dcdce6);background-repeat:no-repeat;transition:all .5s}.tp_rating_progress.tp_rating_3{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 20%,#fff 0,#fff calc(20% + 1px),hsla(0,0%,100%,0) calc(20% + 1px),hsla(0,0%,100%,0) 40%,#fff 0,#fff calc(40% + 1px),hsla(0,0%,100%,0) calc(40% + 1px),hsla(0,0%,100%,0) 60%,#fff 0,#fff calc(60% + 1px),hsla(0,0%,100%,0) calc(60% + 1px),hsla(0,0%,100%,0) 80%,#fff 0,#fff calc(80% + 1px),hsla(0,0%,100%,0) calc(80% + 1px),hsla(0,0%,100%,0)) no-repeat,url(/assets/img/trustpilot_rating_stars.svg?45fadb8ced30bd2437b8eb6b700521a9) 50% no-repeat,linear-gradient(90deg,#73cf11 0,#73cf11),linear-gradient(90deg,#dcdce6 0,#dcdce6);background-repeat:no-repeat}.tp_rating_progress.tp_rating_2{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 20%,#fff 0,#fff calc(20% + 1px),hsla(0,0%,100%,0) calc(20% + 1px),hsla(0,0%,100%,0) 40%,#fff 0,#fff calc(40% + 1px),hsla(0,0%,100%,0) calc(40% + 1px),hsla(0,0%,100%,0) 60%,#fff 0,#fff calc(60% + 1px),hsla(0,0%,100%,0) calc(60% + 1px),hsla(0,0%,100%,0) 80%,#fff 0,#fff calc(80% + 1px),hsla(0,0%,100%,0) calc(80% + 1px),hsla(0,0%,100%,0)) no-repeat,url(/assets/img/trustpilot_rating_stars.svg?45fadb8ced30bd2437b8eb6b700521a9) 50% no-repeat,linear-gradient(90deg,#ffce03 0,#ffce03),linear-gradient(90deg,#dcdce6 0,#dcdce6);background-repeat:no-repeat}.tp_rating_progress.tp_rating_0,.tp_rating_progress.tp_rating_1{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 20%,#fff 0,#fff calc(20% + 1px),hsla(0,0%,100%,0) calc(20% + 1px),hsla(0,0%,100%,0) 40%,#fff 0,#fff calc(40% + 1px),hsla(0,0%,100%,0) calc(40% + 1px),hsla(0,0%,100%,0) 60%,#fff 0,#fff calc(60% + 1px),hsla(0,0%,100%,0) calc(60% + 1px),hsla(0,0%,100%,0) 80%,#fff 0,#fff calc(80% + 1px),hsla(0,0%,100%,0) calc(80% + 1px),hsla(0,0%,100%,0)) no-repeat,url(/assets/img/trustpilot_rating_stars.svg?45fadb8ced30bd2437b8eb6b700521a9) 50% no-repeat,linear-gradient(90deg,#ff3722 0,#ff3722),linear-gradient(90deg,#dcdce6 0,#dcdce6);background-repeat:no-repeat}.trust_pilot_testimonial{background:#f8f9fa;border-bottom:2px solid #e2e7ed;border-radius:4px 4px 0 0}.trust_pilot_testimonial .tp_rating_progress{height:26px;width:138px}.features_section .h3,.features_section h3{line-height:inherit}.features_section .feature_item{position:relative}.features_section .feature_item:before{background:url(/assets/img/features_icon_1.svg?c940fc7c431c3c5ba7a7492ed38c6808) 0 0 no-repeat;content:"";display:block;height:32px;left:0;position:absolute;top:6px;width:32px}.features_section .feature_item:nth-child(2):before{background:url(/assets/img/features_icon_2.svg?cfaad20961223a565da47988a5d7996b) 0 0 no-repeat}.features_section .feature_item:nth-child(3):before{background:url(/assets/img/features_icon_3.svg?a6aa14383fcdb0e56095a4d1636253e2) 0 0 no-repeat}.our_stats_container{background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);max-width:830px;overflow:hidden;position:relative}.our_stats_container>*{position:relative;z-index:1}.our_stats_container .count{font-size:48px;line-height:58px}.our_stats_container [class*=decor_]{z-index:0}.our_stats_container .decor_plant{background:url(/assets/img/stats_plans_decor_new.svg?37f2823063a351df5b08c14149aa56ab);bottom:0;height:120px;left:0;width:152px;z-index:2}.our_stats_container .decor_books{background:url(/assets/img/stats_books_plant_new.svg?77f7be48da96f8cb18e699d5edbeb7aa);height:90px;right:2px;top:0;width:192px}.our_stats_container .stats_item{min-width:170px}.our_stats_container .stats_item:first-child .count,.our_stats_container .stats_item:nth-child(2) .count,.our_stats_container .stats_item:nth-child(3) .count{color:#27a82a}.f_group .our_stats_container .f_input,.f_group .our_stats_container .f_select,.f_group .our_stats_container .f_textarea,.f_group.currency .our_stats_container .currency_check,.our_stats_container .f_group,.our_stats_container .f_group .f_input,.our_stats_container .f_group .f_select,.our_stats_container .f_group .f_textarea,.our_stats_container .f_group.currency .currency_check,.our_stats_container .flex,.our_stats_container .page_holder{border-bottom:1px solid #e1e4e8}.reviews_section{position:relative}.reviews_section .width{z-index:5}.reviews_section .reviews_slider:after,.reviews_section .reviews_slider:before{bottom:0;content:"";display:block;position:absolute;top:0;width:7px;z-index:1}.reviews_section .reviews_slider:before{background:#f7f8fd;left:0}.reviews_section .reviews_slider:after{background:#f7f8fd;right:0}.reviews_section .reviews_slider .slick-dots{margin-bottom:36px}.reviews_section.grey_bg .reviews_slider{background:linear-gradient(90deg,#fbfbfb 0,#fbfbfb) top 15px left 20px no-repeat;background-size:calc(100% - 40px) calc(100% - 40px)}.reviews_section .review_slide{border-radius:8px;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);line-height:26px;padding-bottom:49px;position:relative}.reviews_section .review_slide .h3,.reviews_section .review_slide .text-grey,.reviews_section .review_slide h3{line-height:24px}.reviews_section .review_slide .bottom_group{bottom:25px;left:25px;position:absolute;right:25px}.reviews_section [class*=decor_]{z-index:1}.reviews_section .decor_books{background:url(/assets/img/review_decor_books.svg?463ecb42547c7a4f7f1819b7629dbe9e);background-size:100% auto;height:64px;right:275px;top:112px;width:121px}.reviews_section .decor_table{background:url(/assets/img/review_decor_bag_new.svg?e3450087b200694a9c30e1adc1868c15);background-size:100% auto;bottom:63px;height:148px;left:197px;width:198px}.samples_section{position:relative}.samples_section:before{background:url(/assets/img/samples_decor_books.svg?90ea6cd42b29d31d94f76fa0e4cea694) 0 0 no-repeat;content:"";height:87px;left:50%;margin-left:-93.5px;position:absolute;top:-65px;width:187px}.payments_security_section .description{line-height:26px;max-width:600px;width:calc(100% - 348px)}.accordion{list-style:none}.accordion .accordion_label{background:#f5f7f8;cursor:pointer;min-height:64px;position:relative;transition:all .3s}.accordion .accordion_label .arrow{border:1px solid #87919f;display:block;height:30px;position:absolute;right:20px;top:17px;transition:all .3s;width:30px}.accordion .accordion_label .arrow:after{border:4px solid transparent;border-top:5px solid #87919f;content:"";display:block;left:10px;position:absolute;top:12px;transition:all .3s}.accordion .toggled_content{padding-top:20px}.accordion .opened .accordion_label:hover{background:#229325}.accordion .opened .accordion_label{background:#27a82a;color:#fff}.accordion .opened .accordion_label .arrow{border-color:#fff;transform:rotate(180deg)}.accordion .opened .accordion_label .arrow:after{border-top-color:#fff}.accordion .accordion_item_container+.accordion_item_container{margin-top:20px}.accordion .accordion_label:hover{background:#d7dfe3}.get_started_section{margin-top:172px;position:relative;z-index:5}.get_started_section:before{background:url(/assets/img/get_starter_img_new.svg?66c86404a8dc30439061abf6f6d19bbf) 0 0 no-repeat;content:"";height:200px;left:50%;margin-left:-148px;position:absolute;top:-172px;width:296px;z-index:1}.get_started_section .f_group{width:calc(25% - 18.75px)}.get_started_section .f_group .f_input,.get_started_section .f_group .jq-selectbox__select-text{background:#fff}.get_started_section .f_group:last-child{margin-bottom:0}.get_started_section .f_group.search_topic input:focus{border-bottom-left-radius:0;border-bottom-right-radius:0}.get_started_section .search_container .search_values li{cursor:pointer;padding:6px 20px;transition:all .3s}.get_started_section .search_container .search_values li:not(.autocomplete_list):first-child:last-child{align-items:center;display:flex;height:100%;pointer-events:none}.get_started_section .search_container .search_values li:hover{background-color:rgba(39,168,42,.05);color:#27a82a}.get_started_section .search_container .search_values{background:#fff;list-style:none;max-height:200px;padding:0;right:-17px}.get_started_section .search_container{border:1px solid #202f46;border-radius:0 0 2px 2px;border-top:none;left:0;max-height:200px;overflow:hidden;position:absolute;top:100%;width:100%;z-index:101}.get_started_section .search_container:not(.search_success){display:none}.inline_review{line-height:26px;position:relative}.inline_review .description{min-height:104px;width:calc(100% - 166px)}.inline_review .ratings_wrapper{line-height:22px;position:relative}.inline_review .ratings_wrapper:after{border-right:1px solid #e1e4e8;bottom:20px;content:"";display:block;left:-32px;position:absolute;top:20px}.inline_review .rating_count{font-size:28px;line-height:42px;margin-bottom:2px}.inline_review .product_aggregate_rating{border-top:1px solid #e1e4e8}.inline_review .box_shadow{position:relative;z-index:1}.inline_review [class*=decor_]{z-index:0}.inline_review .decor_quote{background:url(/assets/img/inline_review_decor_quote_new.svg?3d7f23d44a85a5ecad47051a13e4ffa2);height:112px;left:-50px;top:-58px;width:140px}.inline_review .decor_plant{background:url(/assets/img/inline_review_decor_plant_new.svg?68966be1703816f03307516c539ea982);bottom:30px;height:84px;right:-133px;width:133px}.other_reviews .img_wrapper{min-height:56px}.sample{background:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);position:relative}.sample .content_button{bottom:25px;height:32px;left:25px;line-height:32px;position:absolute}.sample .h3,.sample h3{border-bottom:1px solid #f0f1f2;line-height:inherit;min-height:64px;padding-left:90px}.sample .h3 .type_icon,.sample h3 .type_icon{background:url(/assets/img/samples_format_icon_new.svg?bb419203114d30c36a49b3f7f50c061a) top no-repeat;color:#92c393;display:block;font-size:10px;font-weight:600;left:5px;min-width:45px;padding-top:36px;position:absolute;text-align:center;top:0}.sample .h3:before,.sample h3:before{border-left:1px solid #f0f1f2;bottom:26px;content:"";display:block;left:68px;position:absolute;top:6px}.sample .h3 a,.sample h3 a{display:inline-block}.sample .h3 a:not(:hover),.sample h3 a:not(:hover){text-decoration:none}.sample ul{line-height:18px;margin-bottom:52px}.sample ul span{display:inline-block}.sample ul .category{width:130px}.sample ul .count{max-width:calc(100% - 130px)}.accordion .toggled_content{display:none}.page_holder:not(.old_template) .slick-arrow{border:1px solid #8c939f;border-radius:50%;cursor:pointer;height:44px;position:absolute;top:calc(50% - 22px);transition:all .3s;width:44px}.page_holder:not(.old_template) .slick-arrow:after,.page_holder:not(.old_template) .slick-arrow:before{background:url(/assets/img/slick_arrows.svg?ce389fe94f36cba8ad69c4444a182536) no-repeat;background-size:100%;content:"";display:block;left:0;position:absolute;top:0;transition:all .3s}.page_holder:not(.old_template) .slick-arrow:not(:hover):after{opacity:0}.page_holder:not(.old_template) .slick-arrow:after,.page_holder:not(.old_template) .slick-arrow:before{height:11px;left:14px;top:15px;width:14px}.page_holder:not(.old_template) .slick-arrow:after{background-position-y:bottom}.page_holder:not(.old_template) .slick-arrow:hover{border-color:#27a82a}.page_holder:not(.old_template) .slick-arrow.prev{left:-44px}.page_holder:not(.old_template) .slick-arrow.next{right:-44px;transform:rotate(180deg)}.page_holder:not(.old_template) .slick-dots{align-items:center;display:flex;justify-content:center;list-style:none;margin-bottom:30px;margin-top:-6px;position:relative;width:100%;z-index:1}.page_holder:not(.old_template) .slick-dots li{background:#e1e4e8;border-radius:50%;cursor:pointer;height:6px;margin:0 3px;transition:all .3s;width:6px}.page_holder:not(.old_template) .slick-dots li.slick-active{background:#818a98}.page_holder:not(.old_template) .slick-dots li button{display:none}.pagination_wrapper{flex-basis:100%}.pagination_wrapper ul{list-style:none}.pagination_wrapper .active{color:#27a82a}.pagination_wrapper .pagination-nav span{display:block;width:44px}.pagination_wrapper .pagination-nav a{border:1px solid #8c939f;border-radius:50%;display:block;height:44px;position:relative;width:44px}.pagination_wrapper .pagination-nav a:after,.pagination_wrapper .pagination-nav a:before{background:url(/assets/img/slick_arrows.svg?ce389fe94f36cba8ad69c4444a182536) no-repeat;background-size:100%;content:"";display:block;left:0;position:absolute;top:0;transition:all .3s}.pagination_wrapper .pagination-nav a:not(:hover):after{opacity:0}.pagination_wrapper .pagination-nav a:after,.pagination_wrapper .pagination-nav a:before{height:11px;left:14px;top:15px;width:14px}.pagination_wrapper .pagination-nav a:after{background-position-y:bottom}.pagination_wrapper .pagination-nav a:hover{border-color:#27a82a}.pagination_wrapper .pagination-nav.pagination-next{transform:rotate(180deg)}.testimonial{line-height:26px}.testimonial .notes{color:rgba(32,47,70,.5)}.testimonial .name{width:calc(100% - 104px)}.reset_pass_page{background:#f7f8fd;padding:157px 0 250px;position:relative}.reset_pass_page:before{background:url(/assets/img/img-head-slider-decor-plant-type-5.svg?f844c5216ca1d00f7cbb2de979d74391);bottom:70px;content:"";height:50px;left:50%;margin-left:-43.5px;position:absolute;width:87px}.auth_page{background:url(/assets/img/auth_bg.svg?23823e11235d24520b3713af16ddace9) bottom no-repeat;background-size:cover;padding:140px 0 200px}.auth_page:after{background:rgba(207,217,219,.2);bottom:0;content:"";display:block;height:82px;left:0;position:absolute;right:0;z-index:0}.auth_page [class*=decor_]{z-index:1}.auth_page .auth_form{min-height:305px}.auth_page .auth_decor_left{background:url(/assets/img/auth_decor_left.svg?62d3f3dd2b0ef97b841a1d3ea9808eb4) bottom no-repeat;bottom:0;height:268px;left:calc(50% - 750px);width:179px}.auth_page .auth_decor_right{bottom:0;height:537px;right:calc(50% - 695px);width:647px}.auth_page .auth_decor_books{background:url(/assets/img/auth_decor_books.svg?7d963503c5d5be08350d6147d395c482) bottom no-repeat;bottom:325px;height:182px;right:calc(50% - 365px);width:174px}.plagiarism_banner{border:1px solid #eff0f1;box-shadow:0 3px 8px 0 hsla(225,7%,67%,.29);overflow:hidden;position:relative}.plagiarism_banner .title{position:relative}.plagiarism_banner .title>*{position:relative;z-index:1}.plagiarism_banner .title .decor{position:absolute;z-index:0}.plagiarism_banner .description{line-height:23px;position:relative;text-align:justify}.plagiarism_banner .description .plag_percents{box-shadow:inset 0 0 0 2px #fbd6bd;color:#d36013;left:-9px;top:-12px}.plagiarism_banner .description .unique_percents{box-shadow:inset 0 0 0 2px #dbf3da}.plagiarism_banner .description .plag_percents,.plagiarism_banner .description .unique_percents{background:#fff;border-radius:35px;font-size:15px;line-height:35px;position:absolute;z-index:2}.plagiarism_banner .description p>mark{background:#daf3da url(/assets/img/plagiarism_banner_descript_bg.svg?2e29063bef32408a57cadf7f61e9a52f) 0 0 no-repeat;background-size:contain;display:inline-block}.plagiarism_checker_form .f_group .f_textarea.nano{height:360px}.plagiarism_checker_form .f_group .f_textarea.nano .nano-content{font-size:15px;line-height:26px}.plagiarism_checker_form .f_group .f_textarea.nano .checking_status{background:hsla(0,0%,100%,.95);border-radius:2px;bottom:0;color:#73747e;left:0;position:absolute;right:0;top:0;z-index:2}.plagiarism_checker_form .f_group .f_textarea.nano .checking_status .t18px{color:#39404d;display:block;margin-bottom:7px}.plagiarism_checker_form .f_group.files ul li .files-actions-icon,.plagiarism_checker_form .f_group.files ul li .files-actions-remove{bottom:2px;top:auto}.plagiarism_checker_form .f_group.files .upload_area{border-color:#abcadf}.plagiarism_checker_form .bottom_tip a{color:#7089a7}.plagiarism_checker_form .f_group .f_textarea.nano .checking_status .while-wait{color:#39404d;font-family:inherit;font-size:20px;font-weight:600;line-height:1.4;margin-top:42px;position:relative}.plagiarism_checker_form .f_group .f_textarea.nano .checking_status .while-wait:after{background-color:#e1e4e8;content:"";height:1px;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:100px}.plagiarism_checker_form .f_group .f_textarea.nano .checking_status .while-wait div{color:#73747e;font-size:15px;font-weight:400;line-height:1.87}.plagiarism_checker_form .f_group .f_textarea.nano .checking_status .while-wait a{color:#0d72dd;text-decoration:underline}.conclusion_generator_form .f_group .f_textarea.nano{height:260px}.conclusion_generator_form .f_group .f_textarea.nano .checking_status{background:hsla(0,0%,100%,.95);border-radius:2px;bottom:0;color:#73747e;left:0;position:absolute;right:0;top:0;z-index:2}.conclusion_generator_form .f_group .f_textarea.nano .checking_status .t18px{color:#39404d;display:block;margin-bottom:7px}.summary_ratio .summary_ratio_header .t15px{color:#253045}.summary_ratio .summary_ratio_header .t18px{color:#27a82a}.summary_ratio .f_group .f_textarea.nano span.border{border-color:#27a82a!important}.summary_ratio .widget_inner{background:#f7f8fd;border-radius:8px;border-top:2px solid #27a82a;padding:50px 60px 60px}.summary_ratio .estimate sup{display:inline-block;transform:translateY(-10px)}.summary_ratio .f_group .f_textarea.nano{height:330px}.estimate_color_good .plagiarism_check_results .widget_inner{border-bottom:1px solid #e1e4e8;box-shadow:inset 0 1px 0 0 #27a82a}.estimate_color_middle .plagiarism_check_results .widget_inner{box-shadow:inset 0 1px 0 0 #fc781e}.estimate_color_bad .plagiarism_check_results .widget_inner{border-bottom:1px solid #e1e4e8;box-shadow:inset 0 1px 0 0 #dd3232}.plagiarism_check_results .t18px{color:#39404d}.plagiarism_check_results .estimate_color_good{color:#27a82a}.plagiarism_check_results .estimate_color_middle{color:#fc781e}.plagiarism_check_results .estimate_color_bad{color:#dd3232}.plagiarism_check_results .estimate_bg_bad{background:#fff7f5}.plagiarism_check_results .estimate_bg_good{background:rgba(218,241,218,.34)}.plagiarism_check_results .estimate_bg_middle{background:#fff6eb}.plagiarism_check_results .estimate sup{display:inline-block;transform:translateY(-10px)}.plagiarism_check_results .sources_list{counter-reset:list 0}.plagiarism_check_results .sources_list>div:not(:first-child) .source:before{color:#9aa0a7;content:counter(list) ". ";counter-increment:list;font-size:14px;font-weight:600;vertical-align:baseline}.plagiarism_check_results .sources_list>div:not(:first-child) .similarity{line-height:32px}.plagiarism_check_results .sources_list .show,.plagiarism_check_results .sources_list .similarity{width:90px}.plagiarism_check_results .sources_list .show .content_button{height:32px;line-height:30px}.modal .close{cursor:pointer;height:20px;position:absolute;right:4px;top:4px;width:20px}.modal .close:after,.modal .close:before{background:#bdbdbd;content:"";display:block;height:14px;left:calc(50% - 1px);position:absolute;top:calc(50% - 7px);width:2px}.modal .close:before{transform:rotate(-45deg)}.modal .close:after{transform:rotate(45deg)}.plagiarism_checker_popup .h2{background:url(/assets/img/double_birds_decor.svg?0da9647dfe71e29b74e1a39f8db7f111) top no-repeat;border-bottom:1px solid hsla(0,0%,59%,.24);padding-top:40px}@media (max-width:500px){.plagiarism_checker_popup .h2{font-size:18px;line-height:inherit}}:target{display:block;position:relative;top:-100px;visibility:hidden}.page_title.guide_page .h1{background:none;padding-left:0;position:relative}@media (min-width:1050px){.page_title.guide_page .h1:before{background:url(/assets/img/page_title_icon_double.svg?1d01afbb21e4dc818a8280a1776c4709) bottom no-repeat;background-size:contain;content:"";display:block;height:40px;left:-87px;position:absolute;top:-40px;width:102px}}.guide_thumbnail{background:#006bda url(/assets/img/top_bg.jpg?0dd55b236496b1ae6d9fc352a663a581) top no-repeat;background-size:cover;border-radius:3px;display:table;height:320px;margin-bottom:30px;padding:50px 10px;position:relative;width:100%}.guide_thumbnail .title .dynamic{display:block;font-size:30px}.guide_thumbnail .title{color:#fff;display:table-cell;font-size:40px;font-weight:700;margin-right:-50%;position:relative;text-align:center;vertical-align:middle;width:100%;z-index:1}.guide_search,.guide_stage{background:linear-gradient(180deg,hsla(210,7%,94%,.87) 0,hsla(210,7%,94%,.87) 1%,hsla(210,7%,94%,.66) 60%,#fff);border-radius:3px;margin-bottom:20px;position:relative}.guide_search>.tooltip,.guide_stage>.tooltip{position:absolute}.guide_search>*,.guide_stage>*{position:relative;z-index:1}.guide_search:before,.guide_stage:before{background:#fff;border-radius:3px;box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12);content:"";display:block;height:calc(100% - 2px);left:1px;position:absolute;top:1px;width:calc(100% - 2px);z-index:0}.guide_search .field_item{margin-bottom:30px}.guide_search .search_btn{display:block;font-style:normal;height:38px;line-height:38px;position:absolute;right:0;text-align:center;top:0;width:40px}.guide_search .search_btn:before{color:#dedee1;content:"\004f";font-family:Trust,sans-serif;font-size:13px}.guide_search .all_guides_list_wrapper.nano>.nano-pane{background:#eee;border-left:0;border-radius:3px;opacity:1;width:5px}.guide_search .all_guides_list_wrapper.nano>.nano-pane>.nano-slider{background:#006bda;border-radius:inherit;margin:0;width:100%}.guide_search .all_guides_list{font-size:14px;list-style:none;padding:0 15px 0 0}.guide_search .all_guides_list li{padding-bottom:4px;padding-top:4px}.guide_search .all_guides_list>li{padding-left:22px;position:relative}.guide_search .all_guides_list li:last-child{padding-bottom:0}.guide_search .all_guides_list li:first-child{padding-top:0}.guide_search .all_guides_list>li .guide_category_trigger{cursor:pointer;font-weight:600;height:20px;left:0;line-height:20px;position:absolute;text-align:center;top:4px;width:20px}.guide_search .all_guides_list>li .guide_category_trigger:after,.guide_search .all_guides_list>li .guide_category_trigger:before{background:#006bda;border-radius:2px;content:"";display:block;height:2px;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);transition:all .3s;width:8px}.guide_search .all_guides_list>li:not(.active) .guide_category_trigger:after{transform:translateY(-50%) translateX(-50%) rotate(-90deg)}.guide_search .all_guides_list>li:first-child .guide_category_trigger{top:0}.guide_search .all_guides_list li a:hover{color:#006bda;font-weight:500}.guide_search .all_guides_list>li a,.guide_search .all_guides_list>li span:not(.guide_category_trigger){color:inherit;display:block;line-height:20px;position:relative;transition:all .3s}.guide_search .all_guides_list span.active:not(.guide_category_trigger){color:#006bda}.guide_search .all_guides_list>li ul li.active>a:before,.guide_search .all_guides_list>li ul li.active>span:not(.guide_category_trigger):before{opacity:1}.guide_search .all_guides_list>li ul li>a:before,.guide_search .all_guides_list>li ul li>span:not(.guide_category_trigger):before{background:#006bda;border-radius:2px;content:"";display:block;height:100%;left:-15px;opacity:0;pointer-events:none;position:absolute;top:0;transition:all .3s;width:2px}.guide_search .all_guides_list li>a.active,.guide_search .all_guides_list li>span:not(.guide_category_trigger).active{font-weight:500}.guide_search .all_guides_list>li ul{box-shadow:inset 2px 0 0 0 #eee;display:none;list-style:none;margin-bottom:4px;margin-top:4px;padding-left:15px}.guide_search .all_guides_list>li.active>ul{display:block}.guide_search{padding:20px 20px 30px;width:318px}.guide_search .all_guides_list.in_search li,.guide_search .all_guides_list.in_search ul{display:none}.guide_search .all_guides_list.in_search li.found,.guide_search .all_guides_list.in_search ul.found{display:block}.guide_search .all_guides_list:not(.in_search)+.bad_search{display:none}.guide_stage{max-width:800px;position:relative;text-align:center;width:100%}.guide_stage .title{display:inline-block;font-size:18px;font-weight:500;line-height:25px;margin-bottom:6px;padding:0 5px;position:relative}.guide_stage .title:before{background:#e9f6e9;bottom:0;content:"";display:block;height:50%;left:0;position:absolute;width:100%;z-index:-1}.guide_stage .tip{display:block;line-height:20px}.guide_stage .stage_list{list-style:none}.guide_stage .stage_list li{position:relative;width:100%;z-index:auto}.guide_stage .stage_list li label{align-items:center;cursor:pointer;display:flex}.guide_stage .stage_list li:not(.done) .icon img{opacity:0}.guide_stage .stage_list li .stage_title{color:#5e6878;flex-grow:1;font-size:13px;line-height:16px}.guide_stage .stage_list li .icon img{transition:all .5s}.guide_stage .stage_list li .icon{background:#27a82a;border-radius:50%;display:inline-block;flex-shrink:0;height:34px;line-height:34px;overflow:hidden;position:relative;text-align:center;transition:all .3s;width:34px}.guide_stage .stage_list li input{display:none}.guide_stage .stage_list li input:checked+label .icon:before,.guide_stage .stage_list li.done label .icon:before,.guide_stage .stage_list li.prev_hover label .icon:before,.guide_stage .stage_list li:hover label .icon:before{opacity:0}.guide_stage .stage_list li input:checked+label .icon,.guide_stage .stage_list li.done:hover label .icon{box-shadow:0 0 0 1px #27a82a,inset 0 0 0 2px #fff}.guide_stage .stage_list li input:checked+label .icon:after,.guide_stage .stage_list li.prev_hover:not(.done) label .icon:after,.guide_stage .stage_list li:not(.done):hover label .icon:after{opacity:1}.guide_stage .stage_list li input:checked+label .stage_title,.guide_stage .stage_list li.done label .stage_title,.guide_stage .stage_list li.prev_hover label .stage_title,.guide_stage .stage_list li:hover label .stage_title{color:#19283f}.guide_stage .stage_list li .icon:after,.guide_stage .stage_list li .icon:before{border-radius:inherit;box-shadow:0 0 0 1px #fff;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:all .3s;width:100%}.guide_stage .stage_list li .icon:after{opacity:0}.guide_stage .stage_list li:first-child .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_1.svg?26313da3407c459794ada97dcd9ad082) right 7px center no-repeat}.guide_stage .stage_list li:first-child .icon:after{background:url(/assets/img/stage_icon_1.svg?26313da3407c459794ada97dcd9ad082) left 7px center no-repeat}.guide_stage .stage_list li:nth-child(2) .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_2.svg?3473e02df4186ae24bbc896c619d1c66) right 8px center no-repeat}.guide_stage .stage_list li:nth-child(2) .icon:after{background:url(/assets/img/stage_icon_2.svg?3473e02df4186ae24bbc896c619d1c66) left 8px center no-repeat}.guide_stage .stage_list li:nth-child(3) .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_3.svg?7e2af337d2b5616c55d3107af7f4efe5) right 9px center no-repeat}.guide_stage .stage_list li:nth-child(3) .icon:after{background:url(/assets/img/stage_icon_3.svg?7e2af337d2b5616c55d3107af7f4efe5) left 9px center no-repeat}.guide_stage .stage_list li:nth-child(4) .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_4.svg?dceb7c08c5ea8b2201e6ebfc6091699c) right 10px center no-repeat}.guide_stage .stage_list li:nth-child(4) .icon:after{background:url(/assets/img/stage_icon_4.svg?dceb7c08c5ea8b2201e6ebfc6091699c) left 10.5px center no-repeat}.guide_stage .stage_list li:nth-child(5) .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_5.svg?c2b026adf947a6e7217e32f391b0af22) right 8px center no-repeat}.guide_stage .stage_list li:nth-child(5) .icon:after{background:url(/assets/img/stage_icon_5.svg?c2b026adf947a6e7217e32f391b0af22) left 8px center no-repeat}.guide_stage .stage_list li:nth-child(6) .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_6.svg?383b781d9a63db18b23c5960eb2cd857) right 9px center no-repeat}.guide_stage .stage_list li:nth-child(6) .icon:after{background:url(/assets/img/stage_icon_6.svg?383b781d9a63db18b23c5960eb2cd857) left 10px center no-repeat}.guide_stage .stage_list li:nth-child(7) .icon:before{background:#f2f2f2 url(/assets/img/stage_icon_7.svg?ade2fe9af7fe1d1ffb959e425b541052) right 7px center no-repeat}.guide_stage .stage_list li:nth-child(7) .icon:after{background:url(/assets/img/stage_icon_7.svg?ade2fe9af7fe1d1ffb959e425b541052) left 7px center no-repeat}.guide_stage a.btn.go-to-stage.disabled{background:#e9f6e9;color:#27a82a;font-weight:500}.guide_stage a.btn.go-to-stage:not(.disabled):hover{background:#2cb530}.guide_stage a.btn.go-to-stage{background:#27a82a;border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:13px;font-weight:600;line-height:38px;margin-left:auto;margin-right:auto;max-width:320px;text-transform:uppercase;transition:all .3s;width:100%}.guide .text_holder_block iframe,.guide_view .text_holder_block iframe{width:100%}.guide_view .text_holder_block+.text_holder_block{border-top:1px solid #eee;padding-top:50px}.guide .text_holder_block{margin-bottom:40px}.guide_view .text_holder_block{margin-bottom:0}.guide .text_holder_block b,.guide .text_holder_block strong,.guide_view .text_holder_block b,.guide_view .text_holder_block strong{font-weight:500}.guide .text_holder_block .component_content>ol,.guide .text_holder_block>ol,.guide_view .text_holder_block .component_content>ol,.guide_view .text_holder_block>ol{counter-reset:guid-list 0;line-height:30px;list-style:none}.guide .text_holder_block .component_content>ol>li ol,.guide .text_holder_block .component_content>ol>li ul,.guide .text_holder_block>ol>li ol,.guide .text_holder_block>ol>li ul,.guide_view .text_holder_block .component_content>ol>li ol,.guide_view .text_holder_block .component_content>ol>li ul,.guide_view .text_holder_block>ol>li ol,.guide_view .text_holder_block>ol>li ul{margin-left:6px!important;padding-bottom:5px;padding-top:5px}.guide .text_holder_block .component_content>ol>li>ol,.guide .text_holder_block>ol>li>ol,.guide_view .text_holder_block .component_content>ol>li>ol{counter-reset:guid-list-list 0}.guide .text_holder_block .component_content>ol>li>ol>li:before,.guide .text_holder_block>ol>li>ol>li:before,.guide_view .text_holder_block .component_content>ol>li>ol>li:before{content:counter(guid-list) "." counter(guid-list-list);counter-increment:guid-list-list;display:inline-block;left:-5px;position:absolute;top:0}.guide .text_holder_block .component_content>ol>li>ol>li ol,.guide .text_holder_block>ol>li>ol>li ol,.guide_view .text_holder_block .component_content>ol>li>ol>li ol{list-style:decimal;margin-left:0!important}.guide .text_holder_block .component_content>ol>li>ol>li ol li,.guide .text_holder_block>ol>li>ol>li ol li,.guide_view .text_holder_block .component_content>ol>li>ol>li ol li{list-style:inherit;margin-left:25px;padding-left:0}.guide .text_holder_block ol>li+li,.guide_view .text_holder_block ol>li+li{margin-top:10px}.guide .text_holder_block ol>li,.guide_view .text_holder_block ol>li{color:inherit;font-size:inherit;line-height:inherit;list-style:none;margin-bottom:0;padding-left:36px;position:relative}.guide_view .text_holder_block>ol>li:before{background:#006bda;border-radius:50%;color:#fff;content:counter(guid-list);counter-increment:guid-list;display:inline-block;height:26px;left:0;line-height:26px;position:absolute;text-align:center;top:0;width:26px}.guide .text_holder_block .component_content>ol>li:before,.guide .text_holder_block>ol>li:before{content:counter(guid-list) ".";counter-increment:guid-list;display:inline-block;left:0;position:absolute;top:0}.guide .text_holder_block ol:not(:last-of-type),.guide .text_holder_block ul:not(:last-of-type),.guide_view .text_holder_block ol:not(:last-of-type),.guide_view .text_holder_block ul:not(:last-of-type){padding-bottom:30px}.guide .text_holder_block ol p,.guide .text_holder_block ul p,.guide_view .text_holder_block ol p,.guide_view .text_holder_block ul p{padding-bottom:0}.guide .text_holder_block ul li,.guide_view .text_holder_block ul li{color:inherit;font-size:inherit;line-height:30px;list-style:none;margin-bottom:0;padding-left:16px;position:relative}.guide .text_holder_block ul li:before,.guide_view .text_holder_block ul li:before{background:#006bda;border-radius:50%;content:"";display:inline-block;height:5px;left:0;position:absolute;top:13px;width:5px}.guide .text_holder_block h3,.guide_view .text_holder_block h3{font-size:18px}.guide .text_holder_block p:last-child,.guide .text_holder_block q:last-child,.guide_view .text_holder_block p:last-child,.guide_view .text_holder_block q:last-child{margin-bottom:0;padding-bottom:0}.guide .text_holder_block q,.guide_view .text_holder_block q{border-left:2px solid #006bda;display:inline-block;font-style:italic;font-weight:500;margin-bottom:30px;padding-bottom:0;padding-left:20px}.blog_view .text_holder_block blockquote b,.blog_view .text_holder_block blockquote strong,.guide .text_holder_block blockquote b,.guide .text_holder_block blockquote strong,.guide_view .text_holder_block blockquote b,.guide_view .text_holder_block blockquote strong{font-weight:500}.blog_view .text_holder_block blockquote,.guide .text_holder_block blockquote,.guide_view .text_holder_block blockquote{background:#f7f8fb;border-radius:3px;display:block;font-size:18px;line-height:36px;margin:15px 0;padding:28px 30px 30px 50px;position:relative}.blog_view .text_holder_block q:after,.blog_view .text_holder_block q:before,.guide .text_holder_block q:after,.guide .text_holder_block q:before,.guide_view .text_holder_block q:after,.guide_view .text_holder_block q:before{content:""}.blog_view .text_holder_block blockquote p,.guide .text_holder_block blockquote p,.guide_view .text_holder_block blockquote p{margin:0;padding:0}.blog_view .text_holder_block blockquote:before,.guide .text_holder_block blockquote:before,.guide_view .text_holder_block blockquote:before{background:url(/assets/img/icon_quotes.svg?8c50f8ee7a1eea2ce5694f4f76361082) 50% no-repeat;background-size:100% auto;content:"";display:block;height:30px;left:-10px;position:absolute;top:30px;width:37px}.guide main a,.guide_view main a{color:#006bda;word-break:break-word}.guide .breadcrumb a,.guide_view .breadcrumb a{color:inherit}.guide_steps .guide_view{display:flex;justify-content:space-between;padding-bottom:40px;width:100%}.guide_steps .guide_view+.guide_view{margin-top:40px}.guide_steps .guide_view+.guide_view .content{position:relative}.guide_steps .guide_view+.guide_view .content:before{background:#d8d8d8;content:"";display:block;height:1px;left:0;position:absolute;top:-40px;width:100%}.guide mark,.guide_view mark{background-color:rgba(0,107,218,.1)}.table_of_contents{padding-bottom:30px}.guide .request_writer{background:#f4f4f4 url(/assets/img/request_writer_bg.jpeg?7b6c97981b9e68219a5b4b2f832a4cf4) 0 no-repeat;background-size:219px auto;border-radius:3px;margin-bottom:70px;padding:30px 30px 30px 220px}.guide .request_writer a:hover{background:#2cb530}.guide .request_writer h3{margin-bottom:6px}.guide .request_writer p{font-size:14px;line-height:28px}.guide .request_writer a{background:#fc781e;border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;line-height:40px;margin-right:auto;max-width:300px;text-align:center;text-transform:uppercase;transition:all .3s;width:100%}.slideshare_head{align-items:baseline;display:flex;justify-content:space-between}.slideshare_head .by_link{align-items:baseline;display:flex;padding-left:10px}.slideshare_head .by_link span.author_name{color:#006bda;margin-left:4px}.topics_subscribe{background:#f7f8fb;border-radius:3px;margin-bottom:50px;padding:28px 30px 30px}.topics_subscribe h3{margin-bottom:10px}.topics_subscribe ol{line-height:30px;list-style-position:inside;margin-bottom:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.topics_subscribe .topics_subscribe_form .title{flex-shrink:0;font-weight:600;line-height:38px;margin-right:12px}.topics_subscribe .topics_subscribe_form{align-items:flex-start;display:flex}.topics_subscribe .topics_subscribe_form .field_item span.subscribe_tip{clear:both;color:#7d8594;display:block;font-size:12px;line-height:16px;margin-top:2px;width:100%}.topics_subscribe .topics_subscribe_form .field_item.success:after{background-size:100% auto;content:"";display:inline-block;height:20px;margin-left:6px;vertical-align:sub;width:20px}.topics_subscribe .topics_subscribe_form .field_item.success{align-self:center;color:#27a82a;font-size:17px;font-weight:600;text-align:center}.topics_subscribe .topics_subscribe_form .field_item .f_group.error~.subscribe_tip,.topics_subscribe .topics_subscribe_form .field_item.success .subscribe_tip{display:none}.topics_subscribe .topics_subscribe_form .field_item{flex-grow:1;margin-bottom:0}.topics_subscribe .topics_subscribe_form .field_item .f_group{float:left;margin-right:-2px;width:calc(100% - 172px)}.topics_subscribe .topics_subscribe_form .button{background:#fc781e;border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;line-height:38px;text-align:center;text-transform:uppercase;width:170px}.guide_external_links{background:#f7f8fb;border-radius:3px;margin-bottom:50px;padding:30px}.guide_external_links h3{font-size:18px;margin-bottom:18px}.guide_external_links li:before{background:#006bda;border-radius:50%;content:"";display:inline-block;height:5px;left:0;position:absolute;top:13px;width:5px}.guide_external_links li{line-height:30px;list-style:none;padding-left:16px;position:relative}.guide_external_links li+li{margin-top:5px}.guide_external_links li a:hover{text-decoration:underline}.guide_external_links li>a.external_link:after{background:url(/assets/img/external-link.svg?0c27df52f5c223def35d75854e46195b) 50% no-repeat;background-size:100% auto;content:"";display:inline-block;height:10px;margin-left:4px;margin-right:4px;width:10px}.guide .sidebar .sidebar_inner:last-child .guide_stage,.guide_view .sidebar .sidebar_inner:last-child .guide_stage{margin-bottom:0}.have_nothing_widget h3{width:calc(100% - 118px)}.have_nothing_widget h3+p{line-height:21px;margin-bottom:20px;margin-top:7px;width:calc(100% - 118px)}.have_nothing_widget p b{font-weight:600}.have_nothing_widget p,.have_nothing_widget ul{padding-bottom:10px}.have_nothing_widget ul li+li{margin-top:10px}.have_nothing_widget ul li:before{background:url(/assets/img/list_check_icon.png?fc360f5b61ff4ccba7299a7b0814ceb9) 50% no-repeat;background-size:100% auto;content:"";display:block;height:14px;left:0;position:absolute;top:5px;width:12px}.have_nothing_widget ul li{list-style:none;padding-left:17px;position:relative}.have_nothing_widget:after{border:9px solid transparent;border-left-color:#f4f4f4;bottom:-7px;content:"";display:none;height:0;position:absolute;right:24px;transform:rotate(-45deg);width:0}.have_nothing_widget{background:#f4f4f4 url(/assets/img/request_writer_bg.png?d4d442566d780b473401261defc410fd) right 12px top -8px no-repeat;background-size:140px auto;border-radius:3px;font-size:14px;line-height:21px;max-width:318px;padding:40px 20px 20px;position:relative;text-align:left;width:100%}.have_nothing_widget .button:hover{background:#2cb530}.have_nothing_widget a.guide_anchor{display:block;margin-top:10px;text-align:center;text-decoration:underline}.have_nothing_widget .guide_close{display:none;right:10px;top:10px}.guide_view .button{background:#fc781e;border-radius:2px;color:#fff;display:block;font-weight:600;line-height:38px;margin:10px auto 0;max-width:280px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s}.guide_close:after{transform:rotate(45deg)}.guide_close:before{transform:rotate(-45deg)}.guide_close:after,.guide_close:before{background:#19283f;content:"";display:block;height:2px;left:calc(50% - 7px);position:absolute;top:calc(50% - 1px);width:14px}.guide_close{cursor:pointer;height:30px;position:absolute;width:30px}.guide_widget_tip:after{border:9px solid transparent;border-left-color:#fff;bottom:-7px;content:"";display:block;height:0;position:absolute;right:24px;transform:rotate(-45deg);width:0}.guide_widget_tip:before{background:#fff;border-radius:inherit;box-shadow:0 10px 20px -5px rgba(0,0,0,.1);content:"";display:block;height:calc(100% - 2px);left:1px;position:absolute;top:1px;width:calc(100% - 2px);z-index:0}.guide_widget_tip p{font-weight:600;line-height:20px;padding:15px 20px 20px;position:relative;z-index:1}.guide_widget_tip .guide_close{left:-25px;top:-25px}.guide_widget_tip{background:linear-gradient(180deg,hsla(210,7%,94%,.87) 0,hsla(0,0%,100%,.66));border-radius:3px;bottom:100px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#deeff0f1",endColorstr="#a8ffffff",GradientType=0);width:auto;z-index:200}.guide_widget_clip,.guide_widget_tip{cursor:pointer;position:fixed;right:20px}.guide_widget_clip{-webkit-animation:guide_clip_animation 3s linear infinite;animation:guide_clip_animation 3s linear infinite;background:#27a82a url(/assets/img/clip_icon.svg?74ca25fd23f5d2ebd728d2e875d84e7d) 50% no-repeat;background-size:23px auto;border-radius:50%;bottom:20px;box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12);display:none;height:60px;width:60px;z-index:2000}@-webkit-keyframes guide_clip_animation{0%{box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12),0 0 2px 0 rgba(39,168,42,.7)}to{box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12),0 0 2px 8px rgba(39,168,42,0)}}@keyframes guide_clip_animation{0%{box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12),0 0 2px 0 rgba(39,168,42,.7)}to{box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12),0 0 2px 8px rgba(39,168,42,0)}}.guide{color:#19283f}.guide .orange_button,.guide .orange_button:hover{color:#fff}.guide .light_green_button{color:#27a82a}.guide .green_button,.guide .green_button:hover,.guide .light_green_button:hover{color:#fff}.guide hr{border-bottom:1px solid #eee;border-top:none;margin-top:30px}.guide h1,.guide hr{margin-bottom:30px}.guide .short_guide_top{padding-right:342px}.guides_table_widget .table_item{border:1px solid #d6d9dc;position:relative;transition:background-color .3s;z-index:auto}.guides_table_widget .table_item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.guides_table_widget .table_item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.guides_table_widget .table_item h3{line-height:normal}.guides_table_widget .table_item:hover{background-color:#fafffa;z-index:1}.guides_table_widget .table_item:hover .light_green_button{background:#fc781e;color:#fff}.guides_table_widget .table_item .content_button{height:36px;line-height:36px}.guides_table_widget .table_item ul{line-height:16px;list-style:none;overflow:hidden}.guides_table_widget .table_item ul li{margin-right:18px;position:relative}.guides_table_widget .table_item ul li+li:before{background:#8f97a2;border-radius:50%;content:"";display:block;height:2px;left:-10px;position:absolute;top:8px;width:2px}.guides_table_widget .table_item+.table_item{margin-top:-1px}.papers_table_widget .table_item:hover .icon{background:#ebf9eb;color:#27a82a}.papers_table_widget .table_item .icon{background:#f4f5f6;color:#27a82a;height:42px;transition:all .3s;width:42px}.writers_table_widget .table_item .avatar{height:70px;width:70px}.writers_table_widget .table_item .avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.writers_table_widget .table_item .status{background:#fffefa;border:1px solid #ffcd32;color:#e7b10b;line-height:16px;padding-left:7px;padding-right:7px}.speed_things_banner .title{border-bottom:1px solid #e1e4e8;padding-right:160px;position:relative}.speed_things_banner .title .decor{bottom:-12px;position:absolute;right:28px}.speed_things_banner .time_list{flex-wrap:nowrap;list-style:none}.acc .order_form .fileuploader-input-inner span.img.upload1{display:none}.speed_things_banner .width{max-width:660px}.time_list li{align-items:center;position:relative}.time_list li:nth-child(-n+2):after{background:url(/assets/img/Shape.svg?de0f5e2b879c117b9f152ef58a930576) no-repeat;content:"";font-family:Trust,sans-serif;height:9px;margin-left:10px;right:18px;width:30px}.socials__m-l{display:flex}@media (max-width:767px){.socials__m-l{margin:18px 0 30px}}.footer .socials__m-l>a{margin:0 10px 0 0}@media (max-width:1049px){.footer .socials__m-l>a{margin-right:7px}.head_slider.writers_team .original-img{bottom:282px}}@media (max-width:767px){.footer .socials__m-l>a{margin-right:10px}.head_slider.writers_team .original-img{background-size:100% auto;bottom:242px;height:72px;right:-20px;width:70px}.head_slider.writers_team .original-img svg{height:72px;width:70px}}.footer .footer__markets{display:flex}.footer .footer__markets a{display:inline-block;margin-right:10px;position:relative;width:auto;z-index:10}@media (max-width:1049px){.footer .footer__markets a{margin-right:7px}}@media (max-width:767px){.footer .footer__markets a{margin-right:10px}}.footer .footer__markets a:last-child{margin:0}.footer .footer__markets a:last-child object{height:30px;width:93px}.footer .footer__markets a object{height:30px;position:relative;width:88px;z-index:-1}.inner_page:not(.scrolled) header{background:transparent;box-shadow:none}.prices-container{margin-top:-70px}.prices-container .page_title{display:none}.prices-container>.pages_container{width:100%}.prices-container .top-section{background:#f7f8fd;padding:120px 0 45px}.prices-container .top-section+.pages_container{margin-bottom:0;padding-top:48px}.prices-container .top-section>.pages_container{padding-top:0;position:relative}.prices-container .top-section>.pages_container:before{background:url(/assets/img/img-head-slider-decor-bear-price.svg?0adcd249895c619f98b58b1969610582) 0 0 no-repeat;content:"";height:338px;position:absolute;right:0;top:165px;width:401px}.page_title h1:before,.page_title.guide_page .h1:before,.prices-container .top-section .h1:before,.prices-container .top-section h1:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI2IiBoZWlnaHQ9IjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDBhMSAxIDAgMSAwIDAgMmgxODlhMSAxIDAgMCAwIDAtMkgxWm0yMDQgMGExIDEgMCAwIDAgMCAyaDIwYTEgMSAwIDAgMCAwLTJoLTIwWiIgZmlsbD0iI0ZDNzgxRSIvPjwvc3ZnPg==) 0 0 no-repeat;bottom:-2px;content:"";height:2px;left:-20px;position:absolute;top:auto;width:226px}.prices-container .price-calculator{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);margin-top:44px;padding:32px 24px;position:relative;width:488px}.pages_container.prices .field_item>label{color:#39404d;font-size:13px;font-weight:500;width:126px}.pages_container.prices .field_item .radio_buttons{border:1px solid #e1e4e8;border-radius:4px;overflow:hidden;width:314px}.pages_container.prices .field_item .jq-selectbox{min-width:314px;width:314px}.pages_container.prices .field_item .hold_numb{width:190px}.pages_container.prices .field_item.academic-level,.pages_container.prices .field_item.resume-level{margin-bottom:0}.pages_container .radio_buttons .ui-state-default{position:relative}.pages_container .radio_buttons .ui-state-default:before{background:#27a82a;border-radius:2px;bottom:4px;content:"";left:4px;opacity:0;position:absolute;right:4px;top:4px;transition:all .3s;visibility:hidden}.pages_container .radio_buttons .ui-state-default.ui-state-active,.pages_container.prices .select_currency input:checked+.ui-button{background:#e9eef4;border-right:1px solid #e1e4e8}.pages_container .radio_buttons .ui-state-default .ui-button-text{position:relative;z-index:1}.pages_container .radio_buttons .ui-state-default.ui-state-active:before,.pages_container.prices .select_currency input:checked+.ui-button:before{opacity:1;visibility:visible}.pages_container .radio_buttons .ui-state-default.ui-state-active .ui-button-text,.pages_container.prices .select_currency input:checked+.ui-button .ui-button-text{color:#fff}.pages_container .radio_buttons .ui-state-default{border-right:1px solid #e1e4e8}.pages_container .radio_buttons .ui-state-default:last-child{border-right:0}.pages_container .price-content .pages_container .price-tables,.pages_container.prices .sidebar .widget.info{width:744px}.pages_container.prices .price_choice_item{background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:15px 24px;transition:all .3s}.pages_container.prices .price_choice_item:hover{background:#f7f8fd}.pages_container.prices .price_choice_item.active{border:1px solid #27a82a;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.pages_container.prices .price_choice_item>div.price_page{border:0}.pages_container.prices .price_choice_item>div{color:#19283f;font-size:15px;font-weight:500}.pages_container .radio span{border:1px solid #8c939f;box-shadow:none;transition:all .3s}.pages_container .radio{height:24px;width:24px}.pages_container.prices .price_choice_item:hover .radio span{border-color:#27a82a}.pages_container .radio span.checked:before{background:#27a82a;height:14px;left:4px;top:4px;width:14px}.price_total .button{border-radius:100px;width:240px}.price_total .price_total_value span{color:#202f46;font-size:15px;font-weight:600;line-height:26px}.price_total .price_total_value p{color:#27a82a;font-size:18px;font-weight:600;line-height:22px;padding-left:11px}.price_total .price_total_value{line-height:inherit;padding-top:10px}.pages_container.prices .sidebar .pages_container{margin:0 auto;padding:0}.pages_container.prices .sidebar .widget.info{border:0;border-radius:0;border-top:1px solid #e1e4e8;box-shadow:none;margin-top:30px;padding:50px 0 0}.widget.info span{color:#253045;font-size:16px;font-weight:600;line-height:22px;margin-bottom:15px;text-align:left}.widget.info ul{align-items:center;display:flex}.widget.info li{color:#253045;font-size:14px;font-weight:400;line-height:18px;margin-left:40px;padding-left:22px}.widget.info li:first-child{margin-left:0}.widget.info li:before{background:url(/assets/img/rad_check_mark_icon_new.svg?e8f71f5670cb4bd9e8550e2ffc760955) 0 0 no-repeat;content:"";font-family:inherit;height:16px;margin-top:-8px;top:50%;width:16px}.discounts_component{background:#f7f8fd;border-radius:8px;margin:0 auto 80px;max-width:1100px;padding:50px}.discounts_component .content_text{padding:0}.content_text h1,.content_text h2,.content_text h3{margin-bottom:15px}.content_text p{padding-bottom:20px}.content_text p:last-of-type{padding:0}.discounts_component .subscribe{background:none;margin-top:50px;padding:0}.discounts_component .subscribe .field_item>label{color:#253045;font-size:20px;font-weight:600;line-height:32px;margin-right:auto;max-width:410px}.discounts_component .subscribe .button{background:#117adc;border-radius:100px;height:46px;width:164px}.discounts_component .subscribe .button:before{display:none}.discounts_component .subscribe .field_item input[type=email],.discounts_component .subscribe .field_item input[type=text]{background:#fff;border:1px solid #e1e4e8;border-radius:4px;width:350px}.discounts_component .subscribe .field_item{align-items:center;display:flex;width:100%}.pages_container.prices .prices_resume{margin:0;width:100%}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time{width:82px}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_services{width:calc(100% - 323px)}.pages_container.prices .prices_resume .prices_resume_thead>div>div:first-child{border-radius:8px 0 0 0}.pages_container.prices .prices_resume .prices_resume_thead>div>div:last-child{border-radius:0 8px 0 0}.pages_container.prices .prices_resume .prices_resume_thead>div>div{font-weight:600}.pages_container.prices .prices_resume .prices_resume_item+.prices_resume_item:last-child>div:last-child{border-radius:0 0 8px 0}.pages_container.prices .prices_resume .prices_resume_tbody:before{background:#ebf9eb url(/assets/img/most_popular_new.svg?2d838fd7dc83b21c25b1f6629a673e40) 50% 50% no-repeat;border-radius:8px 0 0 8px;height:calc(100% - 5px);top:0}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody:before{background:#e6f1fe url(/assets/img/other_new.svg?1e9e978538bc6d717e4275fa32b269f2) 50% 50% no-repeat;height:calc(100% - 4px);top:5px}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time input:checked+label{background:#27a82a!important;color:#fff}.page_title h1{background:none;display:flex;padding:0;width:100%}.main_content.samples .page_title h1:after{background:url(/assets/img/samples_title_img_new.svg?83cc1d204805608abc77c4109b7ff95f) 0 0 no-repeat;content:"";height:52px;margin-top:-26px;position:absolute;right:0;top:50%;width:97px}.conclusion-generator .page_title h1:after,.essay-rewriter .page_title h1:after,.extras-container .page_title h1:after,.free-plagiarism-checker .page_title h1:after,.thesis-statement-generator .page_title h1:after{background:url(/assets/img/extras_title_img_new.svg?ebe1934b43a75072bc94be3ef6fdfa5d) 0 0 no-repeat;content:"";height:51px;margin-top:-25.5px;position:absolute;right:0;top:50%;width:97px}.extras_item{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);padding:20px}.extras_item .sub_item span,.extras_item>span{color:#253045;font-size:18px;font-weight:600;line-height:30px;margin-bottom:20px}.extras_item .sub_item b{color:#253045;font-size:15px;font-weight:600;line-height:26px}.extras_item .sub_item b i,.extras_item .sub_item span i{color:#27a82a;font-size:15px;font-weight:600}.extras_item .sub_item p{color:#253045;font-size:14px;font-weight:400;line-height:24px}.extras_item .sub_item{margin-bottom:20px}.extras_item:nth-child(2) .sub_item,.extras_item:nth-child(3) .sub_item{padding-bottom:20px}.extras_item .sub_item:last-of-type{padding-bottom:0}.pages_container.extras .button{border-radius:100px;width:360px}.sample ul .category{width:135px}.sample .content_button{background:#27a82a;color:#fff}.pagination_wrapper{padding-top:50px;position:relative}.pagination_wrapper:before{border-top:1px solid #e9eef4;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:1000px}.discounts-container .page_title h1:after{background:url(/assets/img/discount_title_img_new.svg?0eec87749f4806b6b93e10ba263acd89) 0 0 no-repeat;content:"";height:96px;margin-top:-48px;position:absolute;right:0;top:50%;width:93px}.discounts-container .text_section:not(.no-bears){min-height:286px;padding-right:390px;position:relative}.discounts-container .text_section:not(.no-bears):before{background:url(/assets/img/discount_main_img_new.svg?3dbfeb76f98d9df7da1460c49bbd34d3);content:"";height:286px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:328px}.discounts_block{margin-top:80px;overflow:visible}.discount_item{border-radius:8px;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);overflow:hidden}.discount_item .title{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;height:60px;justify-content:center;line-height:30px;padding:0}.discount_item.orange .title{background:#fc781e}.discount_item.blue .title{background:#26337a}.discount_item.green .title{background:#27a82a}.discount_item>span{font-size:62px;font-weight:700;line-height:64px;text-align:center}.discount_item.orange span{color:#fc781e}.discount_item.blue span{color:#26337a}.discount_item.green span{color:#27a82a}.discount_item>span b{font-weight:800;top:-1em}.discount_item>span b,.discount_item>span i{font-size:30px;line-height:30px;position:relative}.discount_item>span i{font-style:normal;font-weight:700;margin-left:-.25em}.discount_item p{color:#253045;font-size:14px;font-weight:400;line-height:24px;text-align:center}.discounts_block .button{border-radius:100px;margin-top:50px;width:360px}.pages_container.discounts{margin-bottom:80px}.contact_section{margin:10px auto 80px;padding-right:300px;position:relative}.contact_section:before{background:url(/assets/img/contacts_title_img_new.svg?df712f29081d5b8f09814abb97ed6d75) 0 0 no-repeat;content:"";height:179px;margin-top:-89.5px;position:absolute;right:0;top:50%;width:267px}.content_text p{color:#253045;font-size:15px;font-weight:400;line-height:26px}.contact_line{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.contact_line>div{border-color:#e9eef4;padding:19px 0}.contact_line>div.chat{width:10%}.contact_line>div a,.contact_line>div p{color:#253045;font-size:14px;line-height:24px}.contact_line>div.email a:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjYwNyAwaDE0Ljc4NWMuNDM1IDAgLjgxMi4xNDUgMS4xMy40MzQuMzE4LjI5LjQ3Ny42MzcuNDc3IDEuMDQzIDAgLjQ4Ny0uMTY0Ljk1MS0uNDkxIDEuMzk0YTQuNTk5IDQuNTk5IDAgMCAxLTEuMjI2IDEuMTM2IDkzMDUuNzk0IDkzMDUuNzk0IDAgMCAwLTQuODUgMy4wOTljLS4wNzMuMDQ3LS4xNjUuMTA4LS4yNzcuMTgzLS4yMTguMTQ1LS4zOTkuMjYyLS41NDMuMzUxLS4xNDQuMDktLjMxOC4xOS0uNTIyLjNhMy4xNyAzLjE3IDAgMCAxLS41NzguMjVjLS4xOC4wNTUtLjM0OC4wODItLjUwMi4wODJoLS4wMmMtLjE1NCAwLS4zMjEtLjAyNy0uNTAyLS4wODNhMy4xNzcgMy4xNzcgMCAwIDEtLjU3OC0uMjQ5Yy0uMjA0LS4xMS0uMzc4LS4yMS0uNTIyLS4zLS4xNDQtLjA5LS4zMjUtLjIwNi0uNTQzLS4zNS0uMTEzLS4wNzYtLjIwNC0uMTM3LS4yNzctLjE4NEw2LjU2MiA3LjFhNDM0Ljk1OCA0MzQuOTU4IDAgMCAxLTQuODM0LTMuMDk0QTQuODE0IDQuODE0IDAgMCAxIC41NTMgMi45NEMuMTg0IDIuNDg4IDAgMi4wNjggMCAxLjY4IDAgMS4yLjE0LjguNDE3LjQ4LjY5NS4xNiAxLjA5MSAwIDEuNjA3IDBaTTAgNC4xOTJjLjI5NS4zMDIuNjMzLjU3IDEuMDE1LjgwMyAxLjQyMi44ODkgMi41OCAxLjYyIDMuNDggMi4xOTdMMCAxMS4zMjRWNC4xOTJabTE3LjQ0NSA4LjQ0M2ExLjYxOCAxLjYxOCAwIDAgMS0xLjA1My4zNjVIMS42MDdjLS40MDQgMC0uNzU1LS4xMjMtMS4wNTMtLjM2NWw1LjEtNC42OS4zNTIuMjM1Yy4zODIuMjU5LjY5Mi40Ni45My42MDUuMjM3LjE0NS41NTMuMjkzLjk0OS40NDMuMzk1LjE1MS43NjMuMjI2IDEuMTA1LjIyNmguMDJjLjM0MSAwIC43MS0uMDc1IDEuMTA0LS4yMjYuMzk1LS4xNS43MTItLjI5OC45NS0uNDQzLjIzOC0uMTQ0LjU0Ny0uMzQ2LjkyOS0uNjA1bC4zNTMtLjIzMyA1LjEgNC42ODhabS0uNDUtNy42NGMtMS4zNjguODUyLTIuNTMgMS41ODQtMy40ODggMi4xOTlMMTggMTEuMzI0VjQuMTkyYTUuNDM1IDUuNDM1IDAgMCAxLTEuMDA0LjgwM1oiIGZpbGw9IiMyN0E4MkEiLz48L3N2Zz4=) 0 0 no-repeat;content:"";height:13px;margin-top:-6.5px;top:50%;width:18px}.contact_line>div.chat a:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTZhLjU2OS41NjkgMCAwIDEtLjQwNC0uMTY5LjU4LjU4IDAgMCAxLS4xNjctLjQwOHYtMi4zMDhIMy41N2EyLjU2MiAyLjU2MiAwIDAgMS0xLjgxNy0uNzZBMi42MTIgMi42MTIgMCAwIDEgMSAxMC41MThWMy41OTZjMC0uNjg4LjI3Mi0xLjM0OC43NTQtMS44MzVBMi41NjIgMi41NjIgMCAwIDEgMy41NzEgMUgxNC40M2MuNjgxIDAgMS4zMzUuMjc1IDEuODE3Ljc2MS40ODIuNDg3Ljc1MyAxLjE0Ny43NTQgMS44MzV2Ni45MjNjMCAuNjg4LS4yNzIgMS4zNDgtLjc1NCAxLjgzNWEyLjU2MiAyLjU2MiAwIDAgMS0xLjgxNy43NjFIOC42MzRsLTMuMjY4IDIuNzUxQS41Ny41NyAwIDAgMSA1IDE2WiIgZmlsbD0iIzI3QTgyQSIvPjwvc3ZnPg==) 0 0 no-repeat;content:"";height:16px;margin-top:-8px;top:50%;width:18px}.contact_line>div.phone p:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjk4IDE1LjkzN2MtLjY0OSAwLTEuNTYtLjIzNC0yLjkyMy0uOTk2LTEuNjU4LS45My0yLjk0LTEuNzg4LTQuNTg5LTMuNDMyLTEuNTktMS41OS0yLjM2My0yLjYxOC0zLjQ0Ni00LjU4OEMuOCA0LjY5NiAxLjAwNyAzLjUzIDEuMjQxIDMuMDNjLjI3Ny0uNTk1LjY4Ny0uOTUxIDEuMjE2LTEuMzA1LjMwMS0uMTk3LjYyLS4zNjYuOTUxLS41MDRsLjA5Mi0uMDRjLjE2NC0uMDc1LjQxMy0uMTg3LjcyOS0uMDY3LjIxLjA3OS4zOTguMjQuNjkyLjUzMS42MDQuNTk1IDEuNDI4IDEuOTIgMS43MzIgMi41NzEuMjA1LjQzOS4zNC43MjguMzQgMS4wNTMgMCAuMzgtLjE5MS42NzMtLjQyMy45OS0uMDQ0LjA2LS4wODcuMTE2LS4xMjkuMTcxLS4yNTMuMzMyLS4zMDguNDI4LS4yNzEuNi4wNzQuMzQ0LjYyNiAxLjM2OSAxLjUzMyAyLjI3NC45MDguOTA2IDEuOTAzIDEuNDIzIDIuMjQ5IDEuNDk3LjE3OC4wMzguMjc2LS4wMi42MTktLjI4MmwuMTUyLS4xMTVjLjM1NC0uMjYzLjYzNC0uNDUgMS4wMDUtLjQ1aC4wMDJjLjMyMyAwIC42LjE0IDEuMDU4LjM3Mi41OTguMzAxIDEuOTYzIDEuMTE1IDIuNTYxIDEuNzIuMjkxLjI5My40NTQuNDguNTMzLjY5LjEyLjMxNi4wMDcuNTY1LS4wNjYuNzNsLS4wNC4wOTJjLS4xNC4zMzEtLjMxLjY0OS0uNTA4Ljk0OS0uMzUzLjUyOC0uNzEuOTM3LTEuMzA4IDEuMjE0YTIuMjM5IDIuMjM5IDAgMCAxLS45OC4yMTVaIiBmaWxsPSIjMjdBODJBIi8+PC9zdmc+) 0 0 no-repeat;content:"";height:17px;margin-top:-8.5px;top:50%;width:17px}.testimonial-top-block{padding-bottom:10px;position:relative}.testimonial-top-block:before{background:url(/assets/img/testimonial_title_img_new.svg?a2b3e7bf2b85d1c60db1f96f21e58826) 0 0 no-repeat;content:"";height:187px;margin-top:-93.5px;position:absolute;right:0;top:50%;width:234px}.testimonial-top-block .content_button{background:#f0fff0;border:1px solid #27a82a;border-radius:100px;color:#27a82a;font-size:14px;font-weight:600;line-height:17px;text-align:center;width:200px}.testimonial-top-block .content_button:hover{background:#27a82a;color:#fff}.testimonial{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.testimonial .description,.testimonial .name{color:#253045}.testimonial .notes{color:#8f97a2}.testimonials_feedback_form .form-wrapper{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.f_group .f_textarea.nano span.border{border-radius:4px}.testimonials_feedback_form .form-wrapper .content_button{background:#f0fff0;border:1px solid #27a82a;border-radius:100px;color:#27a82a;font-size:14px;font-weight:600;line-height:17px;margin:0;text-align:center;width:152px}.testimonials_feedback_form .form-wrapper .content_button:hover{background:#27a82a;color:#fff}.testimonials_feedback_form .success-text{color:#27a82a;font-size:20px;font-weight:500;line-height:28px}.success_box{background:#fafffa;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.faq-container h1:after{background:url(/assets/img/faq_title_img_new.svg?2904253b081f4c6fc9cc2e4799936de8) 0 0 no-repeat;content:"";height:96px;margin-top:-48px;position:absolute;right:0;top:50%;width:93px}.pages_container.faq h2{align-items:center;color:#39404d;display:flex;font-size:13px;font-weight:500;line-height:16px;margin-bottom:50px;margin-top:-30px}.mobile-dropdown{display:none}.inner_nav{background:#fff;border:7px solid #fff;border-radius:1000px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);height:60px}.inner_nav ul{height:100%}.inner_nav li{flex:1 0 auto;width:auto}.inner_nav li:hover{background:#f7f8fd;box-shadow:none}.inner_nav li,.inner_nav li.active{border:0;border-radius:100px;box-shadow:none;height:100%}.inner_nav li.active{background:#f7f8fd}.inner_nav li.active span,.inner_nav li.active span b{color:#27a82a}.inner_nav li a b,.inner_nav li span b{color:#202f46;font-size:16px;line-height:20px}.page_404{padding:180px 0 100px;text-align:center}.error_page .img-bg{background:url(/assets/img/404_img_new.svg?66beb03e004b4364c5eb552ce50546a9) 0 0 no-repeat;display:flex;height:187px;margin:0 auto 50px;width:256px}.error_page span:after{display:none}.error_page p{color:#253045;font-size:15px;font-weight:400;line-height:26px;margin-bottom:15px}.error_page p b{font-weight:500}.error_page p a{color:#27a82a}.page_404 .error_page{margin:0 auto;max-width:505px;padding:0;width:100%}.error_page .content_button{align-items:center;background:#f0fff0;border:1px solid #27a82a;border-radius:100px;color:#27a82a;display:flex;font-size:14px;font-weight:600;justify-content:center;line-height:17px;margin:50px auto 0;text-align:center;width:200px}.error_page .content_button:hover{background:#27a82a;color:#fff}.head_slider.writers_team .writers_team_calculator{background:#fff;border:0;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);padding:27px 20px 32px!important;position:relative}.head_slider.writers_team .decor_bear{background:none;bottom:40px;height:389px;position:absolute;right:80px;width:314px}.head_slider.writers_team .f_total .title{align-items:center;color:#202f46;display:flex;font-size:15px;font-weight:600;line-height:26px;margin-right:11px}.head_slider.writers_team .total_wrapper .total-discount,.head_slider.writers_team .total_wrapper .total-price{align-items:center;display:flex;text-align:center}.infographic_widget .widget_inner{background:#f7f8fd;border-radius:12px;margin:0 -50px;padding:80px 100px!important}.infographic_widget .h2,.infographic_widget .h3{color:#253045;position:relative}.infographic_widget .h2{align-items:center;color:#253045;display:flex;font-size:26px;font-weight:600;line-height:32px}.infographic_widget .h2:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI2IiBoZWlnaHQ9IjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDBhMSAxIDAgMSAwIDAgMmgxODlhMSAxIDAgMCAwIDAtMkgxWm0yMDQgMGExIDEgMCAwIDAgMCAyaDIwYTEgMSAwIDAgMCAwLTJoLTIwWiIgZmlsbD0iI0ZDNzgxRSIvPjwvc3ZnPg==) 0 0 no-repeat;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:226px}.infographic_widget .h3{align-items:center;color:#253045;display:flex;font-size:20px;font-weight:600;line-height:32px}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=topic]{background:#26337a}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=brainstorm]{background:#f5ba25}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=research]{background:#27a82a}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=plan]{background:#325080}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=write_body]{background:#fc781e}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=conclusion]{background:#7b7bff}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=references]{background:#a83611}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=final_draft]{background:#ffad75}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=proofread]{background:#269489}.infographic_widget .infographic_bar .infographic_discipline[data-info-type=edit]{background:#1a4550}.infographic_widget .infographic_types li:before{border-radius:2px;height:14px;margin-right:4px;width:14px}.infographic_widget .infographic_types li.topic:before{background:#26337a}.infographic_widget .infographic_types li.brainstorm:before{background:#f5ba25}.infographic_widget .infographic_types li.research:before{background:#27a82a}.infographic_widget .infographic_types li.plan:before{background:#325080}.infographic_widget .infographic_types li.write_body:before{background:#fc781e}.infographic_widget .infographic_types li.conclusion:before{background:#7b7bff}.infographic_widget .infographic_types li.references:before{background:#a83611}.infographic_widget .infographic_types li.final_draft:before{background:#ffad75}.infographic_widget .infographic_types li.proofread:before{background:#269489}.infographic_widget .infographic_types li.edit:before{background:#1a4550}.disciplines_widget+.text_section{margin:50px 0 30px}.disciplines_widget~.text_section{margin:30px 0}.disciplines_widget~.text_section .width{max-width:880px;padding:0 25px}.format_widget .widget_inner{background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);padding:20px 39px 20px 32px}.format_widget .widget_inner:before{display:none}.format_widget .widget_inner .header{padding-left:52px;position:relative}.format_widget .widget_inner .header:before{background:url(/assets/img/format_decor_img_new@2x.png?6530efbb91d27066024e0f73594a1547) 0 0 no-repeat;background-size:100% auto;content:"";height:61px;left:-14px;margin-top:-40.5px;position:absolute;top:50%;width:58px}.head_slider.how_it_work{background:#f7f8fd;padding:140px 0 110px}.head_slider.how_it_work .decor_girl{bottom:auto;left:auto;margin-top:-97.5px;right:50px;top:50%}.head_slider.how_it_work .how_it_work_steps{background:#fff;border-radius:1000px;bottom:-140px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);left:0;padding:7px 8px;position:absolute;right:0}.head_slider.how_it_work .how_it_work_steps .anchor_link,.head_slider.how_it_work .how_it_work_steps .content_button{border-radius:100px}.head_slider.how_it_work .how_it_work_steps .anchor_link{color:#202f46}.head_slider.how_it_work .how_it_work_steps .anchor_link:hover{background:#f7f8fd;color:#202f46}.head_slider.how_it_work .how_it_work_steps .anchor_link:hover:before{background:#27a82a;color:#fff}.head_slider.how_it_work>.width{min-height:auto}.how_it_work_parts{padding:120px 0 130px!important}.why_choose_us .wrapper-item{margin:-13.5px}.why_choose_us .item{background:#fff;border-radius:12px;flex:0 calc(25% - 27px);margin:13.5px;min-height:180px;padding:15px;width:calc(25% - 27px)}.why_choose_us .item.title{align-items:flex-end;background:none;display:flex;padding-bottom:0;position:relative}.why_choose_us .item.title:before{background:url(/assets/img/how_books_img_new.svg?52a7460e93a752c9f4bad174cedf857a);content:"";height:88px;position:absolute;right:0;top:0;width:171px}.why_choose_us .item.title .h3{background:none;border:none;color:#253045;font-size:30px;font-weight:700;line-height:36px;position:relative}.why_choose_us .item.title .h3:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI2IiBoZWlnaHQ9IjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDBhMSAxIDAgMSAwIDAgMmgxODlhMSAxIDAgMCAwIDAtMkgxWm0yMDQgMGExIDEgMCAwIDAgMCAyaDIwYTEgMSAwIDAgMCAwLTJoLTIwWiIgZmlsbD0iI0ZDNzgxRSIvPjwvc3ZnPg==) 0 0 no-repeat;bottom:0;content:"";height:2px;left:-15px;position:absolute;width:226px}.how_it_work_parts~.get_started_section.blue_bg:after{background:#f7f8fd;content:"";height:172px;left:0;position:absolute;right:0;top:-172px;z-index:0}.page_title+.pages_container{padding:0}.guide-papers-widget{border:1px solid #d5dbe9;border-radius:12px;overflow:hidden}.guide-papers-widget .papers-item{border-top:1px solid #d5dbe9;transition:all .3s}.guide-papers-widget .papers-item:hover{background:#fafffa}.guide-papers-widget .papers-item:hover .top-block .content_button{background:#fc781e;color:#fff}.guide-papers-widget .papers-item:hover .top-block .img-block{background:#27a82a}.guide-papers-widget .papers-item:hover .top-block .img-block:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41NjMgMTguNjY3Yy40OSAwIC45NTUtLjEgMS4zNzctLjI3OWE3LjQ4MSA3LjQ4MSAwIDAgMS0zLjcyNyAzLjYxNGMuMTg1LS40MDkuMjg3LS44Ni4yODctMS4zMzUgMC0xLjEwNS45MjMtMiAyLjA2My0yWk0zLjQzOCAwQzEuNTM4IDAgMCAxLjQ5MiAwIDMuMzMzdjE3LjMzNEMwIDIyLjUwNyAxLjUzOSAyNCAzLjQzOCAyNGg5LjYyNEMxOCAyNCAyMiAyMC4xMiAyMiAxNS4zMzN2LTEyQzIyIDEuNDkzIDIwLjQ2MSAwIDE4LjU2MiAwSDMuNDM4Wk01LjUgNy4zMzNjMCAuMzY4LjMwOC42NjcuNjg4LjY2N2g5LjYyNWMuMzggMCAuNjg3LS4yOTkuNjg3LS42NjdhLjY3Ny42NzcgMCAwIDAtLjY4OC0uNjY2SDYuMTg4YS42NzcuNjc3IDAgMCAwLS42ODguNjY2Wm0wIDRjMCAuMzY4LjMwOC42NjcuNjg4LjY2N2g5LjYyNWMuMzggMCAuNjg3LS4yOTkuNjg3LS42NjdhLjY3Ny42NzcgMCAwIDAtLjY4OC0uNjY2SDYuMTg4YS42NzcuNjc3IDAgMCAwLS42ODguNjY2Wm0wIDRjMCAuMzY4LjMwOC42NjcuNjg4LjY2N2g2Ljg3NWMuMzggMCAuNjg3LS4yOTkuNjg3LS42NjdhLjY3Ny42NzcgMCAwIDAtLjY4OC0uNjY2SDYuMTg5YS42NzcuNjc3IDAgMCAwLS42ODguNjY2WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 0 0 no-repeat}.guide-papers-widget .papers-item:first-child{border-top:0}.guide-papers-widget .top-block{align-items:center;justify-content:space-between}.guide-papers-widget .top-block .img-block{background:#f4f5f6;border-radius:8px;flex:0 1 42px;height:42px;margin-right:10px;position:relative;transition:all .3s;width:42px}.guide-papers-widget .top-block .img-block:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwLjYyNSAxNS4zMzN2LTEyYzAtMS4xMDQtLjkyMy0yLTIuMDYzLTJIMy40MzhjLTEuMTM5IDAtMi4wNjIuODk2LTIuMDYyIDJ2MTcuMzM0YzAgMS4xMDQuOTIzIDIgMi4wNjMgMmg5LjYyNGMxLjE0IDAgMi4wNjMtLjg5NiAyLjA2My0yIDAtMS44NDEgMS41MzktMy4zMzQgMy40MzgtMy4zMzQgMS4xMzkgMCAyLjA2Mi0uODk1IDIuMDYyLTJabS0uNjg2IDMuMDU2YTMuNTE4IDMuNTE4IDAgMCAxLTEuMzc3LjI3OGMtMS4xMzkgMC0yLjA2Mi44OTUtMi4wNjIgMiAwIC40NzQtLjEwMi45MjYtLjI4NyAxLjMzNWE3LjQ4MSA3LjQ4MSAwIDAgMCAzLjcyNi0zLjYxM1pNMCAzLjMzM0MwIDEuNDkzIDEuNTM5IDAgMy40MzggMGgxNS4xMjRDMjAuNDYyIDAgMjIgMS40OTIgMjIgMy4zMzN2MTJDMjIgMjAuMTIgMTcuOTk4IDI0IDEzLjA2MiAyNEgzLjQzOEMxLjUzOCAyNCAwIDIyLjUwOCAwIDIwLjY2N1YzLjMzM1pNNi4xODggOGEuNjc3LjY3NyAwIDAgMS0uNjg4LS42NjdjMC0uMzY4LjMwOC0uNjY2LjY4OC0uNjY2aDkuNjI1Yy4zOCAwIC42ODcuMjk4LjY4Ny42NjZhLjY3Ny42NzcgMCAwIDEtLjY4OC42NjdINi4xODhabTAgNGEuNjc3LjY3NyAwIDAgMS0uNjg4LS42NjdjMC0uMzY4LjMwOC0uNjY2LjY4OC0uNjY2aDkuNjI1Yy4zOCAwIC42ODcuMjk4LjY4Ny42NjZhLjY3Ny42NzcgMCAwIDEtLjY4OC42NjdINi4xODhabTAgNGEuNjc3LjY3NyAwIDAgMS0uNjg4LS42NjdjMC0uMzY4LjMwOC0uNjY2LjY4OC0uNjY2aDYuODc1Yy4zOCAwIC42ODcuMjk4LjY4Ny42NjZhLjY3Ny42NzcgMCAwIDEtLjY4OC42NjdINi4xODlaIiBmaWxsPSIjMjdBODJBIi8+PC9zdmc+) 0 0 no-repeat;content:"";height:24px;left:50%;margin-left:-11px;margin-top:-12px;position:absolute;top:50%;transition:all .3s;width:22px}.guide-papers-widget .top-block .title-block .title{color:#202f46;display:flex;font-size:18px;font-weight:600;line-height:22px;margin-bottom:5px}.guide-papers-widget .top-block .title-block .rating-wrapper{align-items:center;display:flex}.guide-papers-widget .top-block .title-block .rating-wrapper b{color:#9aa1ab;display:inline-flex;font-size:13px;font-weight:500;line-height:16px;margin-right:6px}.guide-papers-widget .top-block .content_button{background:#fbe7d9;border-radius:100px;color:#fc781e;height:36px;line-height:36px;width:180px}.guide-papers-widget .top-block .content_button:hover{background:#fc781e;color:#fff}.guide-papers-widget .bottom-block .info-about-paper{align-items:center;color:#9aa1ab;font-size:13px;font-weight:500;line-height:16px}.guide-papers-widget .bottom-block .info-about-paper span{display:inline-flex;padding-right:20px;position:relative}.guide-papers-widget .bottom-block .info-about-paper span b{color:#44af12;font-size:13px;font-weight:500;line-height:16px;margin-left:6px}.guide-papers-widget .bottom-block .info-about-paper span:before{color:#9aa1ab;content:"•";font-size:13px;font-weight:500;line-height:16px;margin-top:-8px;position:absolute;right:8px;top:50%}.guide-papers-widget .bottom-block .info-about-paper span:last-child{padding-left:0}.guide-papers-widget .bottom-block .info-about-paper span:last-child:before{display:none}.guide-papers-widget .bottom-block .paper-content{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#202f46;display:-webkit-box;font-size:15px;font-weight:500;line-height:18px;overflow:hidden;text-overflow:ellipsis}.guide-writers-widget{border:1px solid #d5dbe9;border-radius:12px;overflow:hidden}.guide-writers-widget .writers-item{align-items:center;border-top:1px solid #d5dbe9;position:relative;transition:all .3s}.guide-writers-widget .writers-item:hover{background:#fafffa}.guide-writers-widget .writers-item:first-child{border-top:0}.guide-writers-widget .img-block{border-radius:100px;flex:0 1 70px;height:70px;margin-right:10px;position:relative;transition:all .3s;width:70px}.guide-writers-widget .title-block .title{align-items:center;color:#202f46;display:flex;font-size:18px;font-weight:600;line-height:22px;margin-bottom:11px}.guide-writers-widget .title-block .title .badge{align-items:center;display:flex;font-size:11px;font-weight:600;height:17px;justify-content:center;line-height:13px;margin-left:11px;padding:0 7px;text-align:center;text-transform:uppercase}.guide-writers-widget .title-block .title .badge.premium{background:#fffefa;border:1px solid #fae295;border-radius:2px;color:#e7b10b}.guide-writers-widget .title-block .title .badge.top{background:#e8f7e9;border-radius:2px;color:#27a82a}.guide-writers-widget .content_button{background:#fbe7d9;border-radius:100px;color:#fc781e;height:36px;line-height:36px;margin-top:-18px;position:absolute;right:20px;top:50%;width:150px}.guide-writers-widget .content_button:hover{background:#fc781e;color:#fff}.guide-writers-widget .info-about-paper{align-items:center;color:#9aa1ab;font-size:13px;font-weight:500;line-height:16px;margin-top:6px}.guide-writers-widget .info-about-paper span{display:inline-flex;padding-left:20px;position:relative}.guide-writers-widget .info-about-paper span b{color:#44af12;font-size:13px;font-weight:500;line-height:16px;margin-left:6px}.guide-writers-widget .info-about-paper span:before{color:#9aa1ab;content:"•";font-size:13px;font-weight:500;left:10px;line-height:16px;margin-top:-8px;position:absolute;top:50%}.guide-writers-widget .info-about-paper span:first-child{padding-left:0}.guide-writers-widget .info-about-paper span:first-child:before{display:none}.guide-writers-widget .writers-item:hover .content_button{background:#fc781e;color:#fff}.short-on-time-widget{background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);position:relative}.short-on-time-widget .top-block{border-bottom:1px solid #e1e4e8;position:relative}.short-on-time-widget .top-block:before{background:url(/assets/img/short_on_time_img.svg?0c22fc9c476f78698a78069bd04f701c) 0 0 no-repeat;bottom:0;content:"";height:83px;position:absolute;right:15px;width:130px}.short-on-time-widget .title{color:#27a82a;display:flex;font-size:26px;font-weight:600;line-height:32px}.short-on-time-widget .text{color:#253045;display:flex;font-size:15px;font-weight:500;line-height:18px}.short-on-time-widget .bottom-block ul{align-items:center;display:flex}.short-on-time-widget .bottom-block ul li{color:#202f46;display:inline-flex;font-size:15px;font-weight:400;line-height:18px;padding-right:55px;position:relative}.short-on-time-widget .bottom-block ul li:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTI3LjE1MSA1LjA2My0yLjg4MiAyLjk4YS41NTcuNTU3IDAgMCAwIDAgLjc4OC41MTQuNTE0IDAgMCAwIC43NjIgMGwzLjgwNi0zLjkzN2EuNTU3LjU1NyAwIDAgMCAwLS43ODhMMjUuMDMuMTdBLjU3OC41NzggMCAwIDAgMjQuNjUgMGEuNDg2LjQ4NiAwIDAgMC0uMzguMTY5LjU1Ny41NTcgMCAwIDAgMCAuNzg3bDIuODgxIDIuOTgySC41NDRDLjIxNyAzLjkzOCAwIDQuMTYyIDAgNC41YzAgLjMzOC4yNzIuNTYzLjU0NC41NjNIMjcuMTVaIiBmaWxsPSIjOEM5MzlGIi8+PC9zdmc+) 0 0 no-repeat;content:"";height:9px;margin-top:-4.5px;position:absolute;right:13px;top:50%;width:29px}.short-on-time-widget .bottom-block ul li:last-child{padding:0}.short-on-time-widget .bottom-block ul li:last-child:before{display:none}.reviews_section+.our_stats_section{padding-bottom:50px}.reviews_section+.samples_section{padding-top:100px!important}.reviews_section+.samples_section:before{top:-15px}.reviews_section+.payments_security_section{margin-bottom:50px}.text_section+.samples_section{margin-top:50px}.payment_security_widget .payment-container{align-items:center;background:#f7f8fd;border-radius:12px;margin:0 auto;max-width:1100px;padding-left:77px;padding-right:76px;position:relative}.payment_security_widget .payment-container:before{background:url(/assets/img/dollar_icon_new.svg?6b337d28928d13135f0a5bebecf9609d);content:"";height:65px;position:absolute;right:10px;top:5px;width:66px}.payment_security_widget .img-block{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);display:flex;flex:0 314px;height:76px;justify-content:center;width:314px}.payment_security_widget .text-block{flex:0 calc(100% - 374px);margin-left:60px;width:calc(100% - 374px)}.payment_security_widget .text-block .title{color:#253045;display:flex;font-size:20px;font-weight:600;line-height:32px;margin-bottom:10px}.payment_security_widget .text-block p{color:#253045;display:flex;font-size:15px;font-weight:400;line-height:26px}.writer_widget_section .writer_slide{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0 10px}.writer_widget_section .slick-list{margin:-10px -5px;padding:10px 5px}.writer_widget_section .writer_slide .about-writer-block{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);flex:0 calc(100% - 320px);margin-right:20px;padding:30px;width:calc(100% - 320px)}.writer_widget_section .writer_slide .writer-work-block{background:#fbfbfe;border:1px solid #eaedf4;border-radius:8px;flex:0 1 300px;width:300px}.writer_slide .writer-work-block .recent-title{align-items:center;background:#f9f9fd;border-bottom:1px solid #eaedf4;color:#202f46;display:flex;font-size:12px;font-weight:500;height:28px;line-height:15px;padding:0 30px}.writer_slide .writer-work-block .work-content{padding:14px 30px 0}.writer_slide .writer-work-block .title{align-items:center;color:#202f46;display:flex;font-size:15px;font-weight:600;height:24px;line-height:18px;margin-bottom:8px;padding-left:32px;position:relative}.writer_slide .writer-work-block .title:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwLjYyNSAxNS4zMzN2LTEyYzAtMS4xMDQtLjkyMy0yLTIuMDYzLTJIMy40MzhjLTEuMTM5IDAtMi4wNjIuODk2LTIuMDYyIDJ2MTcuMzM0YzAgMS4xMDQuOTIzIDIgMi4wNjMgMmg5LjYyNGMxLjE0IDAgMi4wNjMtLjg5NiAyLjA2My0yIDAtMS44NDEgMS41MzktMy4zMzQgMy40MzgtMy4zMzQgMS4xMzkgMCAyLjA2Mi0uODk1IDIuMDYyLTJabS0uNjg2IDMuMDU2YTMuNTE4IDMuNTE4IDAgMCAxLTEuMzc3LjI3OGMtMS4xMzkgMC0yLjA2Mi44OTUtMi4wNjIgMiAwIC40NzQtLjEwMi45MjYtLjI4NyAxLjMzNWE3LjQ4MSA3LjQ4MSAwIDAgMCAzLjcyNi0zLjYxM1pNMCAzLjMzM0MwIDEuNDkzIDEuNTM5IDAgMy40MzggMGgxNS4xMjRDMjAuNDYyIDAgMjIgMS40OTIgMjIgMy4zMzN2MTJDMjIgMjAuMTIgMTcuOTk4IDI0IDEzLjA2MiAyNEgzLjQzOEMxLjUzOCAyNCAwIDIyLjUwOCAwIDIwLjY2N1YzLjMzM1pNNi4xODggOGEuNjc3LjY3NyAwIDAgMS0uNjg4LS42NjdjMC0uMzY4LjMwOC0uNjY2LjY4OC0uNjY2aDkuNjI1Yy4zOCAwIC42ODcuMjk4LjY4Ny42NjZhLjY3Ny42NzcgMCAwIDEtLjY4OC42NjdINi4xODhabTAgNGEuNjc3LjY3NyAwIDAgMS0uNjg4LS42NjdjMC0uMzY4LjMwOC0uNjY2LjY4OC0uNjY2aDkuNjI1Yy4zOCAwIC42ODcuMjk4LjY4Ny42NjZhLjY3Ny42NzcgMCAwIDEtLjY4OC42NjdINi4xODhabTAgNGEuNjc3LjY3NyAwIDAgMS0uNjg4LS42NjdjMC0uMzY4LjMwOC0uNjY2LjY4OC0uNjY2aDYuODc1Yy4zOCAwIC42ODcuMjk4LjY4Ny42NjZhLjY3Ny42NzcgMCAwIDEtLjY4OC42NjdINi4xODlaIiBmaWxsPSIjMjdBODJBIi8+PC9zdmc+) 0 0 no-repeat;content:"";height:24px;left:0;margin-top:-12px;position:absolute;top:50%;width:22px}.writer_slide .writer-work-block .info-about-paper{align-items:center;color:#9aa1ab;font-size:13px;font-weight:500;line-height:16px}.writer_slide .writer-work-block .info-about-paper span{display:inline-flex;padding-left:20px;position:relative}.writer_slide .writer-work-block .info-about-paper span b{color:#44af12;font-size:13px;font-weight:500;line-height:16px;margin-left:6px}.writer_slide .writer-work-block .info-about-paper span i{color:#202f46;font-size:15px;font-style:normal;font-weight:600;line-height:18px;margin-right:5px}.writer_slide .writer-work-block .info-about-paper span:before{color:#9aa1ab;content:"•";font-size:13px;font-weight:500;left:10px;line-height:16px;margin-top:-8px;position:absolute;top:50%}.writer_slide .writer-work-block .info-about-paper span:first-child,.writer_slide .writer-work-block .info-about-paper span:last-child{padding-left:0}.writer_slide .writer-work-block .info-about-paper span:first-child:before,.writer_slide .writer-work-block .info-about-paper span:last-child:before{display:none}.writer_slide .writer-work-block .text-content{color:#202f46;display:block;font-size:14px;font-weight:400;line-height:21px}.writer_slide .writer-work-block .text-content a{color:#2e77bc;font-size:13px;font-weight:500;line-height:21px}.writer_slide .about-writer-block .img-block{border-radius:100px;flex:0 1 70px;height:70px;margin-right:10px;position:relative;transition:all .3s;width:70px}.writer_slide .about-writer-block .title-block .title{align-items:center;color:#202f46;display:flex;font-size:18px;font-weight:600;line-height:22px;margin-bottom:10px}.writer_slide .about-writer-block .title-block .title .badge{align-items:center;display:flex;font-size:11px;font-weight:600;height:17px;justify-content:center;line-height:13px;margin-left:11px;padding:0 7px;text-align:center;text-transform:uppercase}.writer_slide .about-writer-block .title-block .title .badge.premium{background:#fffefa;border:1px solid #fae295;border-radius:2px;color:#e7b10b}.writer_slide .about-writer-block .title-block .title .badge.top{background:#e8f7e9;border-radius:2px;color:#27a82a}.writer_slide .about-writer-block .info-about-paper{align-items:center;color:#9aa1ab;font-size:13px;font-weight:500;line-height:16px;margin-bottom:0;margin-top:4px}.writer_slide .about-writer-block .info-about-paper span{display:inline-flex;padding-left:20px;position:relative}.writer_slide .about-writer-block .info-about-paper span b{color:#44af12;font-size:13px;font-weight:500;line-height:16px;margin-left:6px}.writer_slide .about-writer-block .info-about-paper span i{color:#202f46;font-size:15px;font-style:normal;font-weight:600;line-height:18px;margin-right:5px}.writer_slide .about-writer-block .info-about-paper span:before{color:#9aa1ab;content:"•";font-size:13px;font-weight:500;left:10px;line-height:16px;margin-top:-8px;position:absolute;top:50%}.writer_slide .about-writer-block .info-about-paper span:first-child{padding-left:0}.writer_slide .about-writer-block .info-about-paper span:first-child:before{display:none}.writer_slide .top-right-block .worked-block{margin-left:30px;padding-left:40px;position:relative}.writer_slide .top-right-block .worked-block:before{content:"";left:0;position:absolute;top:50%}.writer_slide .top-right-block .worked-block.finished:before{background:url(/assets/img/writers_doc_icon_new.svg?c357f2cd7c2261cf79add9d2b9ea42ad) 0 0 no-repeat;height:24px;margin-top:-12px;width:24px}.writer_slide .top-right-block .worked-block.reviews:before{background:url(/assets/img/writers_comment_icon_new.svg?7c23a0ff0349c5bf28d2c7ee58cb8ba9) 0 0 no-repeat;height:22px;margin-top:-11px;width:24px}.writer_slide .top-right-block .worked-block:first-child{margin-left:0}.writer_slide .top-right-block .worked-block span{color:#9aa1ab;display:flex;font-size:13px;font-weight:500;line-height:16px}.writer_slide .top-right-block .worked-block b{color:#202f46;display:flex;font-size:20px;font-weight:600;line-height:24px}.writer_slide .top-block{padding-bottom:20px}.writer_slide .bottom-block .title-skills{display:block;position:relative}.writer_slide .bottom-block .title-skills b{background:#fff;color:#9aa1ab;display:inline-flex;font-size:13px;font-weight:500;line-height:16px;padding-right:6px;position:relative}.writer_slide .bottom-block .title-skills:before{border-top:1px solid #d5dbe9;content:"";left:0;position:absolute;right:0;top:50%}.writer_slide .bottom-block .wrapper{align-items:center;flex-wrap:nowrap;margin-top:15px}.writer_slide .bottom-block .wrapper .content_button{height:36px;line-height:36px;margin-left:auto;width:170px}.writer_slide .bottom-block .skill-wrapper{align-items:center;display:flex;margin:0 -4px}.writer_slide .bottom-block .skill-wrapper .skill{background:#eaf0f5;border-radius:100px;color:#1a4550;display:inline-flex;font-size:13px;font-weight:500;line-height:17px;margin:0 4px;padding:6px 20px}.writer_slide .bottom-block .skill-wrapper .skill:hover{background:#cbdfef}.writer_slide .bottom-block .skill-wrapper .skill.more{padding:6px 12px}.writer_slide .bottom-block .skill-wrapper .skill-more{position:relative}.writer_slide .bottom-block .skill-wrapper .dropdown-skill{background:#fff;border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);display:none;left:-30px;padding:30px;position:absolute;top:50px;width:400px;z-index:1}.writer_slide .bottom-block .skill-wrapper .skill-more.click .dropdown-skill,.writer_slide .bottom-block .skill-wrapper .skill-more:hover .dropdown-skill{display:block}.writer_slide .bottom-block .dropdown-skill .dropdown-wrapper{display:flex;flex-wrap:wrap;margin:-6px}.writer_slide .bottom-block .dropdown-skill .dropdown-wrapper .skill{margin:6px}.writer_widget_section{position:relative;z-index:6}.writer_widget_section .slick-list{overflow:visible}.concl-plag-banner{background:url(/assets/img/bg-plag-banner.svg?3af1d1b712669636fb3965e6ae083f54) 0 0 no-repeat;bottom:98px;height:208px;opacity:0;padding:58px 21px 20px;position:fixed;right:17%;transition:all .3s;visibility:hidden;width:304px;z-index:10}.inner_page.scrolled .concl-plag-banner{opacity:1;visibility:visible}.concl-plag-banner:before{background:url(/assets/img/icon-plag-banner.svg?cf4c58219d75c7fac2cd96da25112da7) 0 0 no-repeat;content:"";height:36px;left:50%;margin-left:-17.5px;position:absolute;top:10px;width:41px}.concl-plag-banner .title{color:#c3ffc3;display:flex;font-size:20px;font-weight:700;line-height:26px;margin-bottom:10px;text-align:center}.concl-plag-banner p{color:#fff;display:flex;font-size:15px;font-weight:600;line-height:19px;margin:0 0 12px}.concl-plag-banner .close{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkgNy45NCAzLjcxMi0zLjcxMiAxLjA2IDEuMDYtMy43MTIgMy43MTMgMy43MTMgMy43MTMtMS4wNiAxLjA2TDkgMTAuMDYybC0zLjcxMyAzLjcxMi0xLjA2LTEuMDZMNy45MzkgOSA0LjIyNyA1LjI4OWwxLjA2LTEuMDYxTDkgNy45NDFaIiBmaWxsPSIjQzlDRkQ3Ii8+PC9zdmc+) 0 0 no-repeat;content:"";height:18px;position:absolute;right:4px;top:32px;width:18px;z-index:1}.concl-plag-banner .content_button{margin:0 auto}.modal-backdrop{background:#07101f}.modal-backdrop.in{opacity:.85}.plagiarism_checker_popup .h2{background:url(/assets/img/checker-img-popup.svg?be9a1d125e385aaa071791142710ab95) 50% 0 no-repeat;color:#19283f;line-height:38px;padding-top:90px!important}.plagiarism_checker_popup .h2 .text-orange{color:#f47824}.plagiarism_checker_popup p{color:#19283f;line-height:30px;text-align:center}.free-plagiarism-checker .reviews_section{padding-bottom:120px!important;width:100vw}.tools_widget_slider p{color:#253045;display:block;font-size:15px;font-weight:400;line-height:26px;text-align:center}.tools_widget_slider .price-item{align-items:flex-end;color:#253045;display:flex;font-size:13px;font-weight:500;justify-content:center;line-height:20px;text-transform:uppercase}.tools_widget_slider .price-item b{color:#27a82a;font-weight:500;margin-left:4px;text-transform:none}.tools_widget_slider .price-item b i{color:#27a82a;font-size:20px;font-style:normal}.tools_widget_slider{margin-top:66px}.tools_widget_slider .slick-list{overflow:visible;padding:0!important}.tools_widget_slider .tools_slide{width:318px}.tools_widget_slider .tools_slide:first-child{border-radius:8px 0 0 8px}.tools_widget_slider .tools_slide:last-child{border-radius:0 8px 8px 0}.tools_widget_slider .tools_slide.good-price{margin-bottom:-36px;margin-top:-20px;padding:50px 36px 66px!important;position:relative;width:340px;z-index:2}.tools_widget_slider .tools_slide .content_button{width:220px}.tools_widget_slider .tools_slide.good-price .content_button{width:270px}.tools_widget_slider .tools_slide.good-price .t26px{color:#27a82a}.tools_widget_slider .tools_slide .online_experts{align-items:center;background:#fff;border-radius:100px;bottom:-20px;box-shadow:inset 0 -1px 0 0 #e1e4e8;box-shadow:none;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);display:inline-flex;height:40px;left:50%;margin-left:-145px;overflow:hidden;padding-bottom:4px;padding:0 15px;position:absolute;width:290px}.tools_widget_slider .tools_slide .online_experts .experts_count{display:inline-block;margin-right:5px;position:relative}.tools_widget_slider .tools_slide .online_experts .experts_count:after{background:#27a82a;border-radius:2px;bottom:-2px;content:"";display:block;display:none;height:4px;left:0;position:absolute;right:0}.tools_widget_slider .tools_slide .online_experts .experts_count:before{background:#27a82a;border-radius:50%;content:"";display:block;height:5px;position:absolute;right:-5px;top:0;width:5px}.plagiarism_checker_form .fileuploader+.f_group,.plagiarism_checker_form .fileuploader+.f_group.error,.plagiarism_checker_form .fileuploader+.field_error{padding-right:70px;position:relative;width:100%}.plagiarism_checker_form .fileuploader+.f_group.error:before,.plagiarism_checker_form .fileuploader+.f_group:before,.plagiarism_checker_form .fileuploader+.field_error:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDhjMC00LjM5OCAzLjYwMi04IDgtOHM4IDMuNjAyIDggOC0zLjYwMiA4LTggOC04LTMuNjAyLTgtOFptOC43ODkgMS41MTdMOS4wNTkgNEg3LjEzMkw3LjQgOS41MTdoMS4zODhabS0uNjkyLjYwOWMtLjY0NyAwLTEuMDk3LjQ1MS0xLjA5NyAxLjEwOSAwIC42MzIuNDM3IDEuMTA3IDEuMDcgMS4xMDdoLjAyN2MuNjU3IDAgMS4wODEtLjQ3NiAxLjA4MS0xLjEwNy0uMDEtLjY1OC0uNDM3LTEuMTEtMS4wODEtMS4xMVoiIGZpbGw9IiNGNDVFMjQiLz48L3N2Zz4=) 0 0 no-repeat;content:"";height:16px;margin-top:-8px;position:absolute;right:0;top:50%;width:16px}.plagiarism_checker_form .f_group .error span.error,.plagiarism_checker_form .f_group.error span.error,.plagiarism_checker_form .field_error span.validation_error{margin-bottom:0}.plagiarism_checker_form .f_group .error span.error br,.plagiarism_checker_form .f_group.error span.error br,.plagiarism_checker_form .field_error span.validation_error br{display:none}.head_slider.writers_team.citation-generator-banner .decor_bear{background:url(/assets/img/citation_generator_img.svg?aecc0e7474e0591047fdbe8803cc093e) 0 0 no-repeat;bottom:30px;height:398px;right:0!important;width:375px}.head_slider.citation-generator-banner .slogan p{font-size:20px;font-weight:600;line-height:32px}.head_slider.citation-generator-banner .slogan ul{list-style:none;margin:10px 0 20px}.head_slider.citation-generator-banner .slogan li{margin-bottom:8px;padding-left:15px;position:relative}.head_slider.citation-generator-banner .slogan ul li:before{background:#fc781e;border-radius:50%;content:"";display:block;height:8px;left:0;position:absolute;top:9px;width:8px}@media (min-width:1025px){.writer_widget_slider{height:236px;overflow:hidden}.how_it_work_widget .steps_slider{height:466px;overflow:hidden}.how_it_work_widget .steps_slider.slick-slider,.writer_widget_slider.slick-slider{height:auto;overflow:visible}.reviews_slider{display:flex;overflow:hidden}.reviews_section .review_slide{min-width:308px}.reviews_slider.slick-slider{display:block;overflow:visible}.reviews_section.slick-slider .review_slide{min-width:auto}}.original_writing_widget{background:#f7f8fd;margin-top:50px;padding:80px 0;position:relative}.original_writing_widget:before{background:url(/assets/img/original_widget_img.svg?daab4ce677c4747c78e610984afbe45d) 0 0 no-repeat;content:"";height:101px;left:50%;margin-left:-93.5px;position:absolute;top:-50px;width:187px}.original_writing_widget .h2 br{display:none}.original_writing_widget .wrapper{display:flex;margin-top:34px}.original_writing_widget .left-block{flex:0 320px;width:320px}.original_writing_widget .left-block .tabs-links{background:#fff;border-radius:30px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);list-style-type:none;margin:0;padding:7px 8px}.original_writing_widget .left-block .tabs-item{align-items:center;border-bottom:1px solid #f7f8fd;display:flex;height:46px;margin-bottom:4px;padding-bottom:3px}.original_writing_widget .left-block .tabs-item.active{border-bottom:0}.original_writing_widget .left-block .tabs-item.active span{background:#f7f8fd;color:#27a82a}.original_writing_widget .left-block .tabs-item.active span i{background:#27a82a}.original_writing_widget .left-block .tabs-item.active span i:before{background-color:#fff!important}.original_writing_widget .left-block .tabs-item span{align-items:center;border-radius:100px;color:#202f46;cursor:pointer;display:flex;font-size:16px;height:100%;line-height:20px;padding:0 6px;transition:all .3s;width:100%}.original_writing_widget .left-block .tabs-item span i{background:#f7f8fd;border-radius:100px;display:flex;height:34px;margin-right:12px;position:relative;transition:all .3s;width:46px}.original_writing_widget .left-block .tabs-item span i:before{content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s}.original_writing_widget .left-block .tabs-item[data-tab=tab-0] span i:before{background-color:#27a82a;height:22px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjgzMyAxMC4wODNoLTUuNW0xLjgzNCAzLjY2N0g3LjMzM203LjMzNC03LjMzM0g3LjMzM20xMSAzLjIwOFY2LjIzM2MwLTEuNTQgMC0yLjMxLS4zLTIuODk4YTIuNzUgMi43NSAwIDAgMC0xLjIwMS0xLjIwMmMtLjU4OC0uMy0xLjM1OC0uMy0yLjg5OS0uM0g4LjA2N2MtMS41NCAwLTIuMzEgMC0yLjg5OS4zYTIuNzUgMi43NSAwIDAgMC0xLjIwMiAxLjIwMmMtLjMuNTg4LS4zIDEuMzU4LS4zIDIuODk4djkuNTM0YzAgMS41NCAwIDIuMzEuMyAyLjg5OGEyLjc1IDIuNzUgMCAwIDAgMS4yMDIgMS4yMDJjLjU4OS4zIDEuMzU5LjMgMi44OTkuM2gyLjQ3NW05LjYyNSAwLTEuMzc1LTEuMzc1bS45MTYtMi4yOTJhMy4yMDggMy4yMDggMCAxIDEtNi40MTYgMCAzLjIwOCAzLjIwOCAwIDAgMSA2LjQxNiAwWiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) 0 0 no-repeat;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjgzMyAxMC4wODNoLTUuNW0xLjgzNCAzLjY2N0g3LjMzM203LjMzNC03LjMzM0g3LjMzM20xMSAzLjIwOFY2LjIzM2MwLTEuNTQgMC0yLjMxLS4zLTIuODk4YTIuNzUgMi43NSAwIDAgMC0xLjIwMS0xLjIwMmMtLjU4OC0uMy0xLjM1OC0uMy0yLjg5OS0uM0g4LjA2N2MtMS41NCAwLTIuMzEgMC0yLjg5OS4zYTIuNzUgMi43NSAwIDAgMC0xLjIwMiAxLjIwMmMtLjMuNTg4LS4zIDEuMzU4LS4zIDIuODk4djkuNTM0YzAgMS41NCAwIDIuMzEuMyAyLjg5OGEyLjc1IDIuNzUgMCAwIDAgMS4yMDIgMS4yMDJjLjU4OS4zIDEuMzU5LjMgMi44OTkuM2gyLjQ3NW05LjYyNSAwLTEuMzc1LTEuMzc1bS45MTYtMi4yOTJhMy4yMDggMy4yMDggMCAxIDEtNi40MTYgMCAzLjIwOCAzLjIwOCAwIDAgMSA2LjQxNiAwWiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) 0 0 no-repeat;-webkit-mask-size:100% auto;mask-size:100% auto;width:22px}.original_writing_widget .left-block .tabs-item[data-tab=tab-1] span i:before{background-color:#27a82a;height:22px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjY4MiA4LjE4NWE0LjkzIDQuOTMgMCAwIDAtLjQzNC00LjA5MiA1LjEyMiA1LjEyMiAwIDAgMC00LjQzLTIuNTNjLS4zNiAwLS43MTkuMDM4LTEuMDcuMTEyQTUuMDQ3IDUuMDQ3IDAgMCAwIDExLjA0LjQzOCA1LjEwOCA1LjEwOCAwIDAgMCA4Ljk3IDBoLS4wNDVDNi43MTEgMCA0Ljc0NyAxLjQxIDQuMDY2IDMuNDlhNS4wODUgNS4wODUgMCAwIDAtMS45NTIuODQ5QTUuMDA3IDUuMDA3IDAgMCAwIC42OSA1LjkwNiA0Ljk5MiA0Ljk5MiAwIDAgMCAwIDguNDM2YzAgMS4yNDguNDcgMi40NTIgMS4zMTggMy4zNzlhNC45MjUgNC45MjUgMCAwIDAgLjQzNCA0LjA5MkE1LjA4NSA1LjA4NSAwIDAgMCA0LjEwMiAxOGE1LjE3MyA1LjE3MyAwIDAgMCAzLjE1LjMyNSA1LjA0OCA1LjA0OCAwIDAgMCAxLjcwNyAxLjIzNyA1LjEwOSA1LjEwOSAwIDAgMCAyLjA3LjQzOGguMDQ2YzIuMjE2IDAgNC4xNzktMS40MSA0Ljg2LTMuNDlhNS4wODYgNS4wODYgMCAwIDAgMS45NTMtLjg1IDUuMDA4IDUuMDA4IDAgMCAwIDEuNDIzLTEuNTY4IDQuOTg0IDQuOTg0IDAgMCAwLS42My01LjkwNlptLTcuNjIgMTAuNTA3aC0uMDA1YTMuODIyIDMuODIyIDAgMCAxLTIuNDI2LS44NjdjLjA0LS4wMjEuMDgtLjA0NC4xMi0uMDY3bDQuMDM2LTIuM2EuNjUzLjY1MyAwIDAgMCAuMzMyLS41NjNWOS4yNzdsMS43MDYuOTcyYS4wNi4wNiAwIDAgMSAuMDMzLjA0NnY0LjY1Yy0uMDAzIDIuMDY3LTEuNyAzLjc0My0zLjc5NSAzLjc0N1ptLTguMTYtMy40MzlhMy43MDIgMy43MDIgMCAwIDEtLjQ1NC0yLjUxMWMuMDMuMDE3LjA4Mi4wNDkuMTIuMDdsNC4wMzYgMi4zYS42NjQuNjY0IDAgMCAwIC42NjMgMGw0LjkyNy0yLjgwN1YxNC4yNTJhLjA2LjA2IDAgMCAxLS4wMjQuMDQ5bC00LjA4IDIuMzI0YTMuODQ3IDMuODQ3IDAgMCAxLTMuNzk3LS4wMDEgMy43OCAzLjc4IDAgMCAxLTEuMzkyLTEuMzcxWk0xLjg0IDYuNTZhMy43NzMgMy43NzMgMCAwIDEgMS45NzctMS42NDRsLS4wMDIuMTM4VjkuNjU4YS42NC42NCAwIDAgMCAuMzMxLjU2Mmw0LjkyOCAyLjgwNy0xLjcwNi45NzJhLjA2MS4wNjEgMCAwIDEtLjA1OC4wMDVsLTQuMDgtMi4zMjZhMy43NzkgMy43NzkgMCAwIDEtMS4zODktMS4zNzNBMy43MTQgMy43MTQgMCAwIDEgMS44NCA2LjU2Wm0xNC4wMTUgMy4yMThMMTAuOTI4IDYuOTdsMS43MDYtLjk3MmEuMDYyLjA2MiAwIDAgMSAuMDU3LS4wMDVsNC4wOCAyLjMyNGMuNTc4LjMzIDEuMDU3LjgwMyAxLjM5IDEuMzcyLjMzNC41Ny41MSAxLjIxNi41MSAxLjg3NCAwIDEuNTctLjk5NCAyLjk3Ni0yLjQ4NyAzLjUxOHYtNC43NDNhLjY0LjY0IDAgMCAwLS4zMjktLjU2MVptMS42OTgtMi41MjJhNi4wMTUgNi4wMTUgMCAwIDAtLjEyLS4wN2wtNC4wMzYtMi4zYS42NjYuNjY2IDAgMCAwLS42NjMgMEw3LjgwNyA3LjY5M1Y1Ljc0NmEuMDYuMDYgMCAwIDEgLjAyNC0uMDQ5bDQuMDgtMi4zMjJhMy44NCAzLjg0IDAgMCAxIDEuODk4LS41MDFjMi4wOTggMCAzLjc5OSAxLjY3OSAzLjc5OSAzLjc0OCAwIC4yMTMtLjAxOS40MjUtLjA1NS42MzRaTTYuODggMTAuNzIxbC0xLjcwNi0uOTcyYS4wNi4wNiAwIDAgMS0uMDMzLS4wNDZ2LTQuNjVjMC0yLjA2OCAxLjcwMi0zLjc0NSAzLjc5OS0zLjc0NS44ODggMCAxLjc0OC4zMDcgMi40My44NjdsLS4xMi4wNjctNC4wMzUgMi4zYS42NTIuNjUyIDAgMCAwLS4zMzIuNTYzdi4wMDRMNi44OCAxMC43MlptLjkyNy0xLjk3MSAyLjE5NS0xLjI1MSAyLjE5NCAxLjI1djIuNWwtMi4xOTQgMS4yNS0yLjE5NS0xLjI1di0yLjVaIiBmaWxsPSIjMjdBODJBIi8+PC9zdmc+) 0 0 no-repeat;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjY4MiA4LjE4NWE0LjkzIDQuOTMgMCAwIDAtLjQzNC00LjA5MiA1LjEyMiA1LjEyMiAwIDAgMC00LjQzLTIuNTNjLS4zNiAwLS43MTkuMDM4LTEuMDcuMTEyQTUuMDQ3IDUuMDQ3IDAgMCAwIDExLjA0LjQzOCA1LjEwOCA1LjEwOCAwIDAgMCA4Ljk3IDBoLS4wNDVDNi43MTEgMCA0Ljc0NyAxLjQxIDQuMDY2IDMuNDlhNS4wODUgNS4wODUgMCAwIDAtMS45NTIuODQ5QTUuMDA3IDUuMDA3IDAgMCAwIC42OSA1LjkwNiA0Ljk5MiA0Ljk5MiAwIDAgMCAwIDguNDM2YzAgMS4yNDguNDcgMi40NTIgMS4zMTggMy4zNzlhNC45MjUgNC45MjUgMCAwIDAgLjQzNCA0LjA5MkE1LjA4NSA1LjA4NSAwIDAgMCA0LjEwMiAxOGE1LjE3MyA1LjE3MyAwIDAgMCAzLjE1LjMyNSA1LjA0OCA1LjA0OCAwIDAgMCAxLjcwNyAxLjIzNyA1LjEwOSA1LjEwOSAwIDAgMCAyLjA3LjQzOGguMDQ2YzIuMjE2IDAgNC4xNzktMS40MSA0Ljg2LTMuNDlhNS4wODYgNS4wODYgMCAwIDAgMS45NTMtLjg1IDUuMDA4IDUuMDA4IDAgMCAwIDEuNDIzLTEuNTY4IDQuOTg0IDQuOTg0IDAgMCAwLS42My01LjkwNlptLTcuNjIgMTAuNTA3aC0uMDA1YTMuODIyIDMuODIyIDAgMCAxLTIuNDI2LS44NjdjLjA0LS4wMjEuMDgtLjA0NC4xMi0uMDY3bDQuMDM2LTIuM2EuNjUzLjY1MyAwIDAgMCAuMzMyLS41NjNWOS4yNzdsMS43MDYuOTcyYS4wNi4wNiAwIDAgMSAuMDMzLjA0NnY0LjY1Yy0uMDAzIDIuMDY3LTEuNyAzLjc0My0zLjc5NSAzLjc0N1ptLTguMTYtMy40MzlhMy43MDIgMy43MDIgMCAwIDEtLjQ1NC0yLjUxMWMuMDMuMDE3LjA4Mi4wNDkuMTIuMDdsNC4wMzYgMi4zYS42NjQuNjY0IDAgMCAwIC42NjMgMGw0LjkyNy0yLjgwN1YxNC4yNTJhLjA2LjA2IDAgMCAxLS4wMjQuMDQ5bC00LjA4IDIuMzI0YTMuODQ3IDMuODQ3IDAgMCAxLTMuNzk3LS4wMDEgMy43OCAzLjc4IDAgMCAxLTEuMzkyLTEuMzcxWk0xLjg0IDYuNTZhMy43NzMgMy43NzMgMCAwIDEgMS45NzctMS42NDRsLS4wMDIuMTM4VjkuNjU4YS42NC42NCAwIDAgMCAuMzMxLjU2Mmw0LjkyOCAyLjgwNy0xLjcwNi45NzJhLjA2MS4wNjEgMCAwIDEtLjA1OC4wMDVsLTQuMDgtMi4zMjZhMy43NzkgMy43NzkgMCAwIDEtMS4zODktMS4zNzNBMy43MTQgMy43MTQgMCAwIDEgMS44NCA2LjU2Wm0xNC4wMTUgMy4yMThMMTAuOTI4IDYuOTdsMS43MDYtLjk3MmEuMDYyLjA2MiAwIDAgMSAuMDU3LS4wMDVsNC4wOCAyLjMyNGMuNTc4LjMzIDEuMDU3LjgwMyAxLjM5IDEuMzcyLjMzNC41Ny41MSAxLjIxNi41MSAxLjg3NCAwIDEuNTctLjk5NCAyLjk3Ni0yLjQ4NyAzLjUxOHYtNC43NDNhLjY0LjY0IDAgMCAwLS4zMjktLjU2MVptMS42OTgtMi41MjJhNi4wMTUgNi4wMTUgMCAwIDAtLjEyLS4wN2wtNC4wMzYtMi4zYS42NjYuNjY2IDAgMCAwLS42NjMgMEw3LjgwNyA3LjY5M1Y1Ljc0NmEuMDYuMDYgMCAwIDEgLjAyNC0uMDQ5bDQuMDgtMi4zMjJhMy44NCAzLjg0IDAgMCAxIDEuODk4LS41MDFjMi4wOTggMCAzLjc5OSAxLjY3OSAzLjc5OSAzLjc0OCAwIC4yMTMtLjAxOS40MjUtLjA1NS42MzRaTTYuODggMTAuNzIxbC0xLjcwNi0uOTcyYS4wNi4wNiAwIDAgMS0uMDMzLS4wNDZ2LTQuNjVjMC0yLjA2OCAxLjcwMi0zLjc0NSAzLjc5OS0zLjc0NS44ODggMCAxLjc0OC4zMDcgMi40My44NjdsLS4xMi4wNjctNC4wMzUgMi4zYS42NTIuNjUyIDAgMCAwLS4zMzIuNTYzdi4wMDRMNi44OCAxMC43MlptLjkyNy0xLjk3MSAyLjE5NS0xLjI1MSAyLjE5NCAxLjI1djIuNWwtMi4xOTQgMS4yNS0yLjE5NS0xLjI1di0yLjVaIiBmaWxsPSIjMjdBODJBIi8+PC9zdmc+) 0 0 no-repeat;-webkit-mask-size:100% auto;mask-size:100% auto;width:22px}.original_writing_widget .left-block .tabs-item[data-tab=tab-2] span i:before{background-color:#27a82a;height:22px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjMzMyAxMS40NThWNi4yMzNjMC0xLjU0IDAtMi4zMS0uMy0yLjg5OGEyLjc1IDIuNzUgMCAwIDAtMS4yMDEtMS4yMDJjLS41ODgtLjMtMS4zNTgtLjMtMi44OTktLjNIOC4wNjdjLTEuNTQgMC0yLjMxIDAtMi44OTkuM2EyLjc1IDIuNzUgMCAwIDAtMS4yMDIgMS4yMDJjLS4zLjU4OC0uMyAxLjM1OC0uMyAyLjg5OHY5LjUzNGMwIDEuNTQgMCAyLjMxLjMgMi44OThhMi43NSAyLjc1IDAgMCAwIDEuMjAyIDEuMjAyYy41ODkuMyAxLjM1OS4zIDIuODk5LjNIMTFtMS44MzMtMTAuMDg0aC01LjVtMS44MzQgMy42NjdINy4zMzNtNy4zMzQtNy4zMzNINy4zMzNtNS45NTkgMTEgMS44MzMgMS44MzMgNC4xMjUtNC4xMjUiIHN0cm9rZT0iIzI3QTgyQSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) 0 0 no-repeat;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjMzMyAxMS40NThWNi4yMzNjMC0xLjU0IDAtMi4zMS0uMy0yLjg5OGEyLjc1IDIuNzUgMCAwIDAtMS4yMDEtMS4yMDJjLS41ODgtLjMtMS4zNTgtLjMtMi44OTktLjNIOC4wNjdjLTEuNTQgMC0yLjMxIDAtMi44OTkuM2EyLjc1IDIuNzUgMCAwIDAtMS4yMDIgMS4yMDJjLS4zLjU4OC0uMyAxLjM1OC0uMyAyLjg5OHY5LjUzNGMwIDEuNTQgMCAyLjMxLjMgMi44OThhMi43NSAyLjc1IDAgMCAwIDEuMjAyIDEuMjAyYy41ODkuMyAxLjM1OS4zIDIuODk5LjNIMTFtMS44MzMtMTAuMDg0aC01LjVtMS44MzQgMy42NjdINy4zMzNtNy4zMzQtNy4zMzNINy4zMzNtNS45NTkgMTEgMS44MzMgMS44MzMgNC4xMjUtNC4xMjUiIHN0cm9rZT0iIzI3QTgyQSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) 0 0 no-repeat;-webkit-mask-size:100% auto;mask-size:100% auto;width:22px}.original_writing_widget .left-block .tabs-item[data-tab=tab-3] span i:before{background-color:#27a82a;height:22px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOTU4IDE4LjMzM0g0LjU4M0ExLjgzMyAxLjgzMyAwIDAgMSAyLjc1IDE2LjVWMy42NjdjMC0xLjAxMy44Mi0xLjgzNCAxLjgzMy0xLjgzNGgxMi44MzRjMS4wMTIgMCAxLjgzMy44MjEgMS44MzMgMS44MzRWMTYuNWMwIDEuMDEyLS44MiAxLjgzMy0xLjgzMyAxLjgzM2gtMS4zNzVNMTEgMTcuNDE3YTIuNzUgMi43NSAwIDEgMCAwLTUuNSAyLjc1IDIuNzUgMCAwIDAgMCA1LjVabTAgMGguMDJsLTIuOTI3IDIuOTI2TDUuNSAxNy43NWwyLjc2OC0yLjc2N00xMSAxNy40MTdsMi45MjcgMi45MjYgMi41OTMtMi41OTMtMi43NjgtMi43NjdNOC4yNSA1LjVoNS41TTYuNDE3IDguNzA4aDkuMTY2IiBzdHJva2U9IiMyN0E4MkEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) 0 0 no-repeat;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOTU4IDE4LjMzM0g0LjU4M0ExLjgzMyAxLjgzMyAwIDAgMSAyLjc1IDE2LjVWMy42NjdjMC0xLjAxMy44Mi0xLjgzNCAxLjgzMy0xLjgzNGgxMi44MzRjMS4wMTIgMCAxLjgzMy44MjEgMS44MzMgMS44MzRWMTYuNWMwIDEuMDEyLS44MiAxLjgzMy0xLjgzMyAxLjgzM2gtMS4zNzVNMTEgMTcuNDE3YTIuNzUgMi43NSAwIDEgMCAwLTUuNSAyLjc1IDIuNzUgMCAwIDAgMCA1LjVabTAgMGguMDJsLTIuOTI3IDIuOTI2TDUuNSAxNy43NWwyLjc2OC0yLjc2N00xMSAxNy40MTdsMi45MjcgMi45MjYgMi41OTMtMi41OTMtMi43NjgtMi43NjdNOC4yNSA1LjVoNS41TTYuNDE3IDguNzA4aDkuMTY2IiBzdHJva2U9IiMyN0E4MkEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) 0 0 no-repeat;-webkit-mask-size:100% auto;mask-size:100% auto;width:22px}.original_writing_widget .left-block .tabs-links .tabs-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.original_writing_widget .right-block{flex:0 calc(100% - 380px);margin-left:60px;width:calc(100% - 380px)}.original_writing_widget .tab_wrp_content{display:none}.original_writing_widget .tab_wrp_content.current{display:block}.original_writing_widget .tab_wrp_content p{color:#253045;display:block;font-size:15px;line-height:26px;margin:0 0 30px}@media (max-width:767px){.original_writing_widget{padding-bottom:50px}.original_writing_widget .wrapper{display:block}.original_writing_widget .left-block{width:100%}.original_writing_widget .right-block{margin:30px 0 0;width:100%}.original_writing_widget .orange_button{margin:0 auto}}.why_choose{overflow:hidden;position:relative}.why_choose_nav{background-color:#f7f8fd;border-radius:20px;display:flex;flex-wrap:wrap;justify-content:center;margin:32px 0 16px;padding:11px}.why_choose_tab{background-color:#f7f8fd;border:1px solid #eef0fa;border-radius:16px;cursor:pointer;flex-basis:calc(33.33% - 10px);flex-grow:1;margin:5px;min-height:102px;padding:18px 20px;position:relative;transition:all .3s ease}.why_choose_tab:before{background:url(/assets/img/tab_stars.svg?c1209e5c527e85103cdcf50fce5a37bb) no-repeat 50%;content:"";height:52px;opacity:0;position:absolute;right:-14px;top:-14px;transition:all .3s ease;width:52px}.why_choose_tab.active,.why_choose_tab.slick-current,.why_choose_tab:hover{background-color:#fff;border-color:transparent;box-shadow:0 10px 16px 0 rgba(116,138,202,.15),0 1px 4px 0 rgba(24,62,119,.13)}.why_choose_tab.active:before,.why_choose_tab.slick-current:before,.why_choose_tab:hover:before{opacity:1}.why_choose_tab.active strong,.why_choose_tab.slick-current strong,.why_choose_tab:hover strong{color:#27a82a}.why_choose_tab strong{color:#253045;display:block;font-size:30px;font-weight:600;line-height:34px;margin-bottom:8px;transition:all .3s ease}.why_choose_tab p{color:#253045;font-size:15px;line-height:24px}.why_choose_content{background-color:#f7f8fd;border-radius:20px;padding:16px;position:relative}.why_choose_content:before{background:url(/assets/img/why_choose_books.svg?29256eb640806690baa8ced8305c7690) no-repeat 50%;background-size:contain;bottom:-22px;content:"";height:74px;position:absolute;right:62px;width:140px}.why_choose_content strong{color:#253045;display:block;font-size:15px;font-weight:600;line-height:26px;margin-bottom:8px}.why_choose_content p{color:#253045;font-size:15px;line-height:24px}.why_choose_content p+ol,.why_choose_content p+p,.why_choose_content p+ul{margin-top:25px}.why_choose_text{background-color:#fff;border:1px solid #b4d8b5;border-radius:16px;display:none;padding:26px 30px}.why_choose_text.current{display:block}.why_choose .width{max-width:780px;position:relative}.why_choose .width:before{background:url(/assets/img/why_choose_bg.svg?71a9d5bcd594915f7b2e6b41c91d48d4) no-repeat 50%;content:"";height:200px;position:absolute;right:-54px;top:-50px;width:296px}.why_choose .width>.h2,.why_choose .width>p{max-width:520px}@media screen and (min-width:768px) and (max-width:1024px){.head_slider.writers_team.split_hero .decor_bear{bottom:38px}.head_slider.writers_team.split_hero .original-img{bottom:115px;right:15px}.why_choose_content,.why_choose_nav{margin-left:-25px;width:calc(100% + 50px)}.why_choose .width:before{top:-64px}}@media (max-width:767px){.head_slider.writers_team .slogan .advantages_list li+li{margin-left:19px}.why_choose_content,.why_choose_nav{margin-left:-20px;padding:16px 8px;width:calc(100% + 40px)}.why_choose_content .slick-slide,.why_choose_nav .slick-slide{margin:0 6px}.why_choose_content .slick-list,.why_choose_nav .slick-list{font-size:0}.why_choose_nav{margin-bottom:32px;padding:0 8px}.why_choose_nav .slick-list{padding:0 20% 0 0!important}.why_choose_nav .slick-track{padding:16px 0}.why_choose_nav .slick-dots{bottom:-19px;display:flex;justify-content:center;margin:0!important;position:absolute;width:100%}.why_choose_nav .slick-dots li{background-color:#e1e4e8;border-radius:50%;font-size:0;height:6px;margin:0 3px;width:6px}.why_choose_nav .slick-dots li.slick-active{background-color:#818a98}.why_choose_content{padding-bottom:26px}.why_choose_content:before{bottom:-46px;right:4px}.why_choose_content .orange_button{margin-left:8px}.why_choose_content .w250px-max{max-width:280px}.why_choose.pad50-t-100-b{padding-top:200px!important}.why_choose .h2{margin-bottom:10px}.why_choose .width{padding:0 20px}.why_choose .width:before{background-size:contain;height:106px;right:20px;top:-110px;width:156px}.why_choose_tab{pointer-events:none}}
@media screen and (max-width:1049px){.error_page span:after{left:calc(50% - 47px)}.page_404 .error_page{text-align:center}}@media screen and (max-width:980px){.free_quote_block .field_item.restore a:last-child,.free_quote_block .field_item.restore button:last-child{width:171px}.contact_line>div.chat{width:23%}.who_we_are .img_wrapper{margin-top:20px;width:100%}.who_we_are .who_we_are_content{width:100%}.who_we_are .who_we_are_content span{margin-bottom:20px;text-align:center}}@media screen and (min-width:768px) and (max-width:980px){.container.container_cabinet{margin-top:70px;padding:0 12px;width:100%}.page_holder{min-height:auto;width:100%}.pages_container{padding:30px 15px 0;width:100%}.sidebar{display:block;margin-top:30px;min-width:auto;padding:0;width:100%}.content_title span{max-width:100%}.disqus_container{width:100%}.container>h1,.container>h2,.container>h3,.container>p{padding:10px 12px;width:100%}.services .component_content{margin:0 15px;padding:0 0 40px;width:calc(100% - 30px)}.services .service_item li{display:inline-block;padding:6px 15px 6px 0;vertical-align:top;width:32.5%}.services .service_item li:nth-child(3n){padding-right:0}.item_sep{display:table-cell;width:2%}.related_posts .component_content{padding:0 75px}.discounts_component .subscribe .button{margin-left:20px;width:31%}.discounts_component .subscribe .field_item{float:none}.discounts_component .subscribe .field_item>label{display:block;float:none;margin-bottom:4px;margin-right:0}.discounts_component .subscribe .field_item input[type=text]{float:left;width:66%}.discounts_component .subscribe .field_error input[type=text]{width:100%}.discounts_component .subscribe .field_error{float:left;width:66%}.pagination{width:100%}.pagination ul{padding:0}.component{width:100%}.component_content{padding:0 12px;width:100%}.widget.info li{display:inline-block;padding-right:10px;vertical-align:top;white-space:nowrap;width:24%}.widget.post .widget_content{padding:20px 0}.widget.post .button{display:inline-block;margin-bottom:21px;margin-left:20px;vertical-align:top;width:33%}.widget.post .field_item{margin-bottom:21px;overflow:hidden}.widget.post .field_item form>label{display:block}.widget.post .field_item form>label+.field_error,.widget.post .field_item form>label+input[type=email],.widget.post .field_item form>label+input[type=text]{float:left;margin-right:4%;width:57%}.widget.post .field_item form>label+.field_error input{margin:0;width:100%}.widget.post .field_item .button{clear:none;float:right;margin:0;width:39%}.widget.post .field_item.search{display:inline-block;margin-left:4%;margin-right:20px;vertical-align:top;width:57%}.widget.post .field_item.search+.field_item{border-top:1px solid #efeff0;padding:16px 20px 0}.widget.post .category{display:inline-block;padding:0 20px;vertical-align:top;width:48%}.widget.post .category:last-child{margin-bottom:9px}.widget.post .category ul{list-style:none}.widget.post .category li a{line-height:20px}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_services{width:calc(100% - 320px)}.free_quote_block .field_item.restore a{width:32%}.free_quote_block .field_item.restore a:last-child{width:54%}.free_quote_block .field_item.restore span{display:inline-block;font-size:14px;font-weight:500;line-height:40px;margin:0 15px;vertical-align:middle}.free_quote_block .field_item .hold_numb{width:56%}.free_quote_block .field_item i{font-size:12px}.free_quote_block .field_item textarea{height:231px}.free_quote_block .files_list{margin-top:15px}.free_quote_block .files_list .field_error .button_uploader{height:60px;top:-80px}.free_quote_block .files_list ul{list-style:none}.free_quote_block .files_list ul li{padding-right:20%}.free_quote_block .files_list ul li b{margin:3px 0}.free_quote_block .files_list ul li .delete{top:4px}.free_quote_block .files_list ul li .fail,.free_quote_block .files_list ul li span.done{right:32px;top:10px}.free_quote_block .files_list ul li.in_progress .load_progress{background:#1ea3e7}.free_quote_block .files_list ul li.done .load_progress{background:#2d994e}.free_quote_block .files_list ul li.failed .load_progress{background:#f66039}.field_block.exception .field_item{margin-bottom:16px}.pages_container.discounts .banner{padding:36px 25px}.pages_container.discounts .banner p{font-size:20px}.discount_item{width:31%!important}.discount_item .title{font-size:18px}.discounts_block .button{margin-top:50px;width:300px}.pages_container.change_password{margin-top:30px}.pages_container.change_password .field_item{margin:0 auto 21px;width:340px}.pages_container.change_password .field_submit{margin:9px auto 0;width:340px}.pages_container.change_password .button{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:100%}.pages_container.change_password .button:hover{background:#2cb530}.pages_container.change_password .button:active{background:#209c23}.pages_container.blog,.pages_container.blog_view,.pages_container.blogger_about,.pages_container.prices{display:block}.pages_container.extras .button{width:300px}.extras_item{float:none;margin-bottom:20px;margin-right:0;min-height:1px;width:100%}.extras_item:last-child{margin-bottom:0}.container.landing .field_item,.container.welcome .field_item,.pages_container .field_item,.prefooter .field_item{margin-bottom:16px;position:relative}.container.landing .field_item .phone_item,.container.welcome .field_item .phone_item,.pages_container .field_item .phone_item,.prefooter .field_item .phone_item{display:inline-block;margin-right:7px;text-align:center;vertical-align:top;width:16.5%}.container.landing .field_item .phone_item input,.container.welcome .field_item .phone_item input,.pages_container .field_item .phone_item input,.prefooter .field_item .phone_item input{padding:0 6px}.container.landing .field_item .phone_item.number,.container.welcome .field_item .phone_item.number,.pages_container .field_item .phone_item.number,.prefooter .field_item .phone_item.number{margin-right:0;text-align:left;width:81%}.quote_tabs>ul li:first-child span,.quote_tabs>ul li:nth-child(2) span{background-size:43px}}@media screen and (max-width:767px){.inner_nav ul{flex-wrap:wrap}.inner_nav li{border:1px solid #e0e5e9;border-bottom:none;box-shadow:none;display:block;float:none;height:50px;margin-top:-1px;width:100%}.inner_nav li.active{border:2px solid #27a82a;box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12);z-index:1}.inner_nav li:last-child{border-bottom:1px solid #e0e5e9;border-right:1px solid #e0e5e9}.inner_nav li:last-child.active{border-bottom:2px solid #27a82a;border-right:2px solid #27a82a}.inner_nav li a{line-height:48px}.acc .cabinet .user_menu ul li,.acc .cabinet .user_menu ul li:not(.active):hover{display:block}.acc .cabinet .user_menu ul li+li{margin-top:-1px}.acc .cabinet .user_menu ul li:last-child,.acc .cabinet .user_menu ul li:not(.active):last-child:hover{border-radius:0;border-right:none}.acc .cabinet .user_menu ul li:first-child,.acc .cabinet .user_menu ul li:not(.active):first-child:hover{border-left:none;border-radius:0}.acc .cabinet .user_menu .user_menu_heading+ul li:hover{border-right:none}.acc .cabinet{margin-top:15px!important;padding:0 6px;width:100%}.discount-promo-banner .banner_mobile{display:none}.tooltip-inner{max-width:200px}.container>h1,.container>h2,.container>h3,.container>p{padding:10px 6px;width:100%}.page_holder{min-height:1px;width:100%}.pages_container{padding:30px 6px 0;width:100%}.sidebar{display:block;margin-top:30px;min-width:auto;padding:0;width:100%}.prefooter{margin-top:0}.content_title{background-size:cover;display:table;height:auto;padding:20px 10px;width:100%}.content_title:after{display:none}.content_title span{display:table-cell;font-size:22px;height:auto;max-width:100%;vertical-align:middle}.disqus_container{width:100%}.component.faq{padding:30px 0}.services .button{width:100%}.services .component_content{padding:0 12px 31px;width:100%}.services .service_item{padding:20px 12px 14px}.services .service_item i.slide_btn{display:inline-block;font-style:normal;margin-left:20px}.services.service_item i.slide_btn:before{color:#2e3539;content:"\0041";display:inline-block;font-family:Trust;font-size:16px;transform:rotate(90deg)}.services .service_item a{max-width:85%}.services .service_item.half{width:100%}.services .service_item.half a{max-width:100%}.services .service_item li{display:block;padding:6px 15px 6px 0;vertical-align:top;width:100%}.services .service_item li:nth-child(3n){padding-right:0}.slick-arrow{bottom:0;top:auto;z-index:1}.slick-arrow.slick-next{right:12px}.slick-arrow.slick-prev{left:12px}.related_posts .component_content{padding:0 75px}.discounts_component .subscribe{padding:15px 0 30px}.discounts_component .subscribe .field_error{width:100%}.discounts_component .subscribe .button{margin-left:0;margin-top:22px;width:100%}.discounts_component .subscribe .field_item{float:none}.discounts_component .subscribe .field_item>label{display:block;float:none;font-size:17px;margin-bottom:4px;margin-right:0}.discounts_component .subscribe .field_item input[type=email],.discounts_component .subscribe .field_item input[type=text],.pagination{width:100%}.pagination ul{padding:0}.pagination ul li{margin:0 12px}.component{width:100%}.component_content{padding:0 12px;width:100%}.widget.info{padding-left:14px;padding-right:14px}.widget.post .widget_content{padding:20px 10px}.pages_container.prices .field_item{margin-bottom:13px}.pages_container.prices .field_item .order-pages-num>label,.pages_container.prices .field_item>label{margin-top:0;width:100%}.pages_container.prices .price_choice_item>div.price_urgency{margin:0;width:calc(24% - 10.66667px)}.pages_container.prices .price_choice_item>div.price_page{margin:0;width:calc(43% - 10.66667px)}.pages_container.prices .price_choice_item>div.price_date{margin:0;width:calc(33% - 10.66667px)}.pages_container.prices .price_choice_item>div.price_present{height:15px;left:61.2%;margin-top:-8.5px;top:50%;width:15px}.pages_container.prices .prices_content .field_item+.prices_resume{margin-top:10px}.pages_container.prices .prices_content .field_item .jq-selectbox{min-width:100%}.pages_container.prices .prices_content .field_item .radio_buttons{width:100%}.pages_container.prices .prices_content .field_item .spinner_wrapper{width:66%}.pages_container.prices .prices_content .field_item .spinner_wrapper+i{padding-top:4px}.pages_container.prices .prices_resume{display:block;margin-left:0;width:100%}.pages_container.prices .prices_resume .prices_resume_thead .prices_resume_item .prices_resume_services{margin-top:0}.pages_container.prices .prices_resume .prices_resume_item{display:block;overflow:hidden;width:100%}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_services{clear:both;display:block;width:100%}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time{border:none;border-right:1px solid #ebeef1;float:left;margin-left:0;width:25%}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time:nth-child(2){border-left:1px solid #ebeef1}.pages_container.prices .prices_resume .prices_resume_tbody{padding-top:24px}.pages_container.prices .prices_resume .prices_resume_tbody .prices_resume_services{position:relative}.pages_container.prices .prices_resume .prices_resume_tbody .prices_resume_item{position:relative;transition:all .3s ease-in}.pages_container.prices .prices_resume .prices_resume_tbody .prices_resume_item.hide .prices_resume_services{border-bottom:none}.pages_container.prices .prices_resume .prices_resume_tbody .prices_resume_item.hide .prices_resume_services:before{margin-top:-3px;right:20px;transform:rotate(90deg)}.pages_container.prices .prices_resume .prices_resume_tbody:before{background-image:none;bottom:auto;color:#df5b00;content:"MOST POPULAR";font-size:11px;font-weight:500;height:24px;left:0;line-height:24px;text-align:center;text-transform:uppercase;top:0;width:100%}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody{border-bottom:1px solid #ebeef1;padding-top:24px}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody:before{background-image:none;color:#306290;content:"OTHER";height:24px}.price_total .button{margin-top:15px;width:100%}.free_quote_block{padding:17px 10px 25px}.free_quote_block .button{width:100%}.free_quote_block .field_item.restore{padding-top:0}.free_quote_block .field_item.restore a:first-child,.free_quote_block .field_item.restore a:last-child,.free_quote_block .field_item.restore button:first-child,.free_quote_block .field_item.restore button:last-child{width:100%}.free_quote_block .field_item.restore span{display:block;text-align:center}.free_quote_block .field_item.night_calls{float:none}.free_quote_block .field_item i{max-width:80%}.free_quote_block .field_item .ui-spinner+.ask{margin-left:0}.free_quote_block .hold_numb{margin-bottom:21px}.free_quote_block .files_list ul li{padding-right:18%}.free_quote_block .files_list ul li p{font-size:12px;font-weight:400}.free_quote_block .files_list ul li b{font-size:10px;margin-top:0}.free_quote_block .files_list ul li span.done,.free_quote_block .files_list ul li span.fail{top:5px}.free_quote_block .files_list ul li .delete{top:0}.pages_container.discounts .banner{padding:20px 10px 25px}.pages_container.discounts .banner .button{width:100%}.pages_container.discounts .banner p{font-size:20px}.discount_item{float:none;margin:0 0 22px;width:100%!important}.discount_item .title{font-size:18px}.discounts_block .button{width:300px}.pages_container.contacts .field_item{margin-bottom:16px}.contact_line>div{border-top:1px solid #dde2e7;float:none;width:100%}.contact_line{border-top:none}.contact_form{padding:15px 10px 30px}.contact_form .button{width:100%}.pages_container.change_password{margin-top:30px}.pages_container.change_password .field_item{margin:0 auto 21px;width:100%}.pages_container.change_password .field_submit{margin:9px auto 0;width:100%}.pages_container.change_password .button{background:#27a82a;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;clear:both;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:45px;line-height:45px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in;vertical-align:top;width:100%}.pages_container.change_password .button:hover{background:#2cb530}.pages_container.change_password .button:active{background:#209c23}.pages_container.blog,.pages_container.blog_view,.pages_container.blogger_about,.pages_container.prices{display:block}.blog_item .photo{margin-bottom:5px}.blog_item .item_info{border-bottom:1px solid rgba(42,49,64,.1);float:none;margin-bottom:16px;margin-right:0;padding-bottom:8px;width:auto}.blog .blog_item .photo{height:auto;width:auto}.blog .blog_item .photo img{height:auto;margin-left:0;transform:unset;width:100%}.blog .blog_item .item_info p{margin-bottom:0}.blog_item .item_text a.read_more{margin-top:20px}.blog .blog_item .item_text{margin-bottom:10px}.blog_item .tags>span{display:block;margin-bottom:5px}.blog_view .blog_item .item_info p,.blog_view .blog_item .item_info span{display:block;float:none;text-align:left}.author_item .socials{display:block}.author_item .author_info{border-bottom:1px solid #f1f2f3;float:none;margin-bottom:12px;padding-bottom:19px;text-align:center;width:100%}.author_item .links a{display:block;float:none!important;text-align:left}.author_item .photo{display:inline-block;vertical-align:top}.blogger_about .blog_item{border-bottom:1px solid rgba(42,49,64,.1)}.blogger_about .blog_item .tags{border-top:none;padding-top:0}.pages_container.thx_page{margin-bottom:55px;margin-top:5px}.pages_container.thx_page span{display:block;font-size:20px;line-height:28px;margin-bottom:7px}.pages_container.thx_page p{font-size:16px}.pages_container.thx_page .button{width:100%}.pages_container.thx_page .buttons .account,.pages_container.thx_page .buttons .order{margin:0 auto;max-width:360px;width:100%}.pages_container.thx_page .buttons span{display:block}.pages_container.extras .button{margin:29px 20px 0;width:calc(100% - 40px)}.extras_item{float:none;margin-bottom:20px;margin-right:0;width:100%}.extras_item:last-child{margin-bottom:0}.popup_overlay .popup{width:96%}.popup_overlay .popup .popup_title{padding:15px 15% 8px}.popup_overlay .popup .popup_content{padding:0 10px}.popup_overlay .popup.leaving .popup_title{padding-left:20px;padding-right:37px}.popup_overlay .popup.leaving .popup_title span{padding:0 38px}.popup_overlay .popup.leaving .popup_title span:before{bottom:0;right:0;top:auto}.popup_overlay .popup.leaving .popup_content{padding-bottom:20px}.popup_overlay .popup.leaving .popup_content .field_item .field_error,.popup_overlay .popup.leaving .popup_content .field_item input[type=text]{width:100%}.popup_overlay .popup.leaving .popup_content .field_item .button{float:none;margin-left:0;margin-top:15px;width:100%}.popup.login,.popup.reset,.popup.restore{width:96%}.reset_pass_page{min-height:calc(100vh - 412.188px)!important}.popup.reset .popup_content{padding:0 20px 40px}.container.landing .field_item,.container.welcome .field_item,.pages_container .field_item,.prefooter .field_item{margin-bottom:16px;position:relative}.container.landing .field_item i,.container.welcome .field_item i,.pages_container .field_item i,.prefooter .field_item i{line-height:18px}.container.landing .field_item i a,.container.welcome .field_item i a,.pages_container .field_item i a,.prefooter .field_item i a{text-decoration:underline}.container.landing .field_item i a,.container.landing .field_item i b,.container.welcome .field_item i a,.container.welcome .field_item i b,.pages_container .field_item i a,.pages_container .field_item i b,.prefooter .field_item i a,.prefooter .field_item i b{color:#19283f;display:block;font-weight:400}.container.landing .field_item .phone_item,.container.welcome .field_item .phone_item,.pages_container .field_item .phone_item,.prefooter .field_item .phone_item{display:inline-block;margin-right:4px;text-align:center;vertical-align:top;width:16.5%}.container.landing .field_item .phone_item input,.container.welcome .field_item .phone_item input,.pages_container .field_item .phone_item input,.prefooter .field_item .phone_item input{padding:0 3px}.container.landing .field_item .phone_item.number,.container.welcome .field_item .phone_item.number,.pages_container .field_item .phone_item.number,.prefooter .field_item .phone_item.number{margin-right:0;text-align:left;width:81.5%}.container.landing .field_item .phone_item.code input,.container.landing .field_item .phone_item.number input,.container.welcome .field_item .phone_item.code input,.container.welcome .field_item .phone_item.number input,.pages_container .field_item .phone_item.code input,.pages_container .field_item .phone_item.number input,.prefooter .field_item .phone_item.code input,.prefooter .field_item .phone_item.number input{padding:0 5px}.field_block .field_item{width:100%}.field_block .field_item:first-child{margin-right:0}.quote_tabs>ul li{display:block;margin-bottom:24px;width:100%}.quote_tabs>ul li:last-child{margin-bottom:0}.quote_tabs>ul li:first-child{margin-right:0}.who_we_are .who_we_are_content span{font-size:20px;line-height:27px}.who_we_are{padding:30px 0}.three_cols_list .col{width:100%}.three_cols_list .col:nth-child(2){padding-left:0;padding-right:0}.three_cols_list .col.with_image{order:1;text-align:center}.plagiarism:before{display:none}}@media screen and (max-width:600px){.info_social{clear:both;float:none;text-align:left}}@media screen and (max-width:550px){.acc .order_form .fileuploader-input-inner{max-width:400px;width:100%}.acc .order_form .left_side .form_block .drag_drop_out .radio+label{padding-right:0}#cookie_tip .component_content{flex-wrap:wrap}#cookie_tip .tip_content{width:100%}#cookie_tip .white_button{margin-bottom:15px;margin-top:5px;width:100%}.related_posts .component_content{padding:0}.discount-promo-banner.banner_mobile{display:block}.discount-promo-banner:not(.banner_mobile){display:none}}
@media screen and (max-width:1440px){.reviews_section .decor_books{right:40px}.reviews_section .decor_table{left:-30px}.concl-plag-banner{right:10%}}@media screen and (max-width:1145px){.reviews_section:after{height:155px}.pages_container.prices .prices_resume{margin-left:24px}.discounts_component{margin:0 20px;max-width:calc(100% - 40px)}.prices-container{padding:0 20px}.prices-container .top-section{margin:0 -20px;padding-left:20px;padding-right:20px}.prices-container .top-section>.pages_container:before{right:30px}.pagination_wrapper:before{width:100%}.writer_widget_section .writer_slide .about-writer-block{padding:30px 20px}.concl-plag-banner{bottom:50px;right:6%}}@media screen and (max-width:1049px){.speed_things_banner .width{max-width:768px}.width,footer .width{max-width:1050px;padding-left:25px;padding-right:25px}.head_slider.decor_type_1 .width{min-height:auto}.head_slider.decor_type_1 .decor_plant{bottom:auto;display:block!important;right:20px;top:150px;z-index:4}.head_slider.decor_type_1 .decor_commode{bottom:-18px;left:-35px}.head_slider.decor_type_2 .decor_plant{bottom:-10px;right:-28px}.head_slider.decor_type_2 .decor_torchere{bottom:-18px;left:-59px}.head_slider.decor_type_3{padding-top:116px}.head_slider.decor_type_3 .auth_decor_left{background-size:100% auto;bottom:12px;left:-31px;width:171px}.head_slider.decor_type_3 .auth_decor_right{background-size:100% auto;bottom:23px;right:7px;width:550px}.auth_page .auth_decor_left{background-size:100% auto;bottom:12px;left:-31px;width:171px}.auth_page .auth_decor_right{background-size:100% auto;bottom:23px;right:7px;width:550px}.features_section .feature_item{text-align:center}.features_section .feature_item:before{left:calc(50% - 16px);top:0}.reviews_section .decor_table{bottom:68px;display:none;left:-129px}.reviews_section .decor_books{bottom:auto;right:20px;top:32px}.inline_review .decor_quote{left:-18px}.inline_review .decor_plant{right:-7px;top:59px}.prices-container .top-section>.pages_container:before{background-size:100% auto;bottom:32px;height:183px;right:20px;top:auto;width:215px}.prices-container .top-section .h1:before,.prices-container .top-section h1:before{left:-10px}.pages_container .price-content .pages_container .price-tables,.pages_container.prices .sidebar .widget.info{width:100%}.pages_container.prices .prices_resume{margin-left:0}.pages_container.prices .prices_resume .prices_resume_tbody:before{border:0;left:-20px;width:20px}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody:before{height:calc(100% - 10px)}.concl-plag-banner{bottom:20px;right:20px}.reviews_section{padding-top:80px!important}}@media screen and (max-width:889px){.payments_security_section img{width:316px}.get_started_section .f_group{margin-bottom:16px;margin-left:auto;margin-right:auto;max-width:550px;width:100%}}@media screen and (max-width:767px){.width,footer .width,header .width{padding-left:12px;padding-right:12px}.home_calculator .f_group.pages .f_label,.home_calculator .f_group.pages .info-counter{order:5;width:50%}.home_calculator .f_group.pages .spin_edit_wrapper,.home_calculator .f_group.pages>.flex{order:10}.home_calculator .f_group.urgency .deadline,.home_calculator .f_group.urgency .f_label{order:5}.home_calculator .f_group.urgency .deadline{order:5;text-align:right;width:65%}.home_calculator .f_group.urgency .f_label{order:5;width:35%}.home_calculator .f_group.urgency .f_select,.home_calculator .f_group.urgency>.flex{order:10}.home_calculator .f_total{justify-content:space-between}.home_calculator .f_total .content_button{margin-top:15px;width:100%}.head_slider{padding:130px 0 20px}.head_slider.decor_type_1,.head_slider.decor_type_3{background:#f7f8fd}.head_slider.decor_type_3{min-height:auto;padding:82px 0 24px}.head_slider.decor_type_3:after{display:none}.head_slider.topic_generator{padding:0}.head_slider.topic_generator .wrapper_generator{padding:130px 0 50px}.head_slider.topic_generator .decor_bear{background-size:auto 100%;height:75px;top:-28px;width:130px}.head_slider.topic_generator .slogan .h1{padding-right:130px}.head_slider.topic_generator .slogan .t20px{font-size:18px}.head_slider.topic_generator .topic_generator_list{margin-top:-202px;padding-bottom:1px!important;padding-top:222px}.head_slider.topic_generator .topic_generator_list .no_topics .t24px{font-size:20px;line-height:28px}.auth_page{min-height:auto}.auth_page:after{display:none}.our_stats_container .flex{align-items:center;flex-direction:column}.our_stats_container .count{font-size:44px;line-height:50px;min-width:105px}.our_stats_container .stats_item{align-items:center;display:flex;text-align:left}.payments_security_section .flex{align-items:center;flex-direction:column}.payments_security_section .description{width:100%}.accordion .accordion_label{min-height:68px}.accordion .accordion_label .arrow{right:20px;top:19px}.accordion .toggled_content{padding-top:16px}.other_reviews .other_review_item{max-width:470px}.inline_review .description{width:calc(100% - 134px)}.inline_review .ratings_wrapper:after{left:-15px}.reviews_section .reviews_slider:after,.reviews_section .reviews_slider:before{display:none}.slick-dots{margin-bottom:24px}.samples_slider_mob{margin-left:auto;margin-right:auto;max-width:500px}.samples_slider_mob:after,.samples_slider_mob:before{bottom:0;content:"";display:block;position:absolute;top:0;width:20px;z-index:1}.samples_slider_mob:before{background:linear-gradient(90deg,#fff 0,#fff 3px,hsla(0,0%,98%,0) calc(100% - 5px),hsla(0,0%,100%,0)) 0 0 no-repeat;background-size:100% 100%;left:0}.samples_slider_mob:after{background:linear-gradient(270deg,#fff 0,#fff 3px,hsla(0,0%,100%,0) calc(100% - 5px),hsla(0,0%,100%,0)) 0 0 no-repeat;background-size:100% 100%;right:0}.samples_slider_mob .slick-slide{display:flex}.sample .content_button{bottom:15px}.sample .h3:before,.sample h3:before{bottom:18px}.auth_page .auth_form{min-height:auto}.sidebar .home_calculator .f_total{border-top:none}.head_slider.how_it_work{background:url(/assets/img/head_slider_bg_1_mob.svg?40282dfb4c54614e35a9496baf32596d) top no-repeat;background-size:cover;padding:80px 0 40px}.head_slider.how_it_work .slogan{line-height:20px}.inner_menu{max-width:500px}.inner_menu .inner_menu_link span{flex-grow:1}.inner_menu .inner_menu_link+.inner_menu_link{border-left:none}.how_it_work_parts .title{font-size:22px;line-height:32px}.how_it_work_parts .illustration{margin-left:-10px!important;margin-right:-10px!important;max-width:none}.how_it_work_parts .accordion .accordion_label .arrow{right:10px;top:calc(50% - 15px)}.why_choose_us .item{line-height:22px}.why_choose_us .item.title .h3{font-size:26px}.why_choose_us .decor_birds{left:116px;top:-53px}.why_choose_us .decor_birds svg{height:auto;width:84px}.why_choose_us .decor_books{left:153px;top:-36px}.how_it_work_widget{text-align:center}.how_it_work_widget .h3.t20px{font-size:20px;line-height:32px;text-align:left}.how_it_work_widget .decor_arrow{bottom:70px;left:30px}.how_it_work_widget .steps_list{width:100%}.how_it_work_widget .accordion_item_container+.accordion_item_container{margin-top:36px}.how_it_work_widget .accordion_item_container:nth-child(3) .toggled_content{position:relative;z-index:1}.how_it_work_widget .steps_list_item .icon{height:50px;width:50px}.how_it_work_widget .steps_list_item.accordion_label:not(:active):hover{background:#f5f7f8}.discipline_action{background-position:20px 25px;background-size:92px 49px;max-width:400px;padding:27px 20px 44px!important}.discipline_action h3{margin-left:0!important;min-height:52px;padding-left:100px!important;vertical-align:text-bottom}.head_slider.writers_team{padding-top:92px}.head_slider.writers_team .bottom_group{margin-top:234px;position:relative}.head_slider.writers_team .decor_man{bottom:calc(100% - 2px);right:calc(50% - 130px)}.head_slider.writers_team .decor_man svg{height:auto;width:306px}.head_slider.writers_team .decor_elements{bottom:calc(100% + 68px);right:calc(50% - 231px)}.head_slider.writers_team .decor_elements svg{height:auto;width:162px}.head_slider.writers_team .decor_girl{bottom:calc(100% + 23px);right:calc(50% + 59px)}.head_slider.writers_team .decor_girl svg{height:auto;width:118px}.head_slider.writers_team .f_group.pages .f_label{display:flex;justify-content:space-between;text-align:left}.head_slider.decor_type_1 .decor_books{background-size:100% auto;height:41px;right:20px;top:-51px;width:85px}.head_slider.decor_type_1 .decor_books svg{height:41px;width:85px}.features_section .feature_item{padding:0 0 0 44px!important;text-align:left}.features_section .feature_item:before{left:0;margin-top:-16px;top:50%}.format_widget .width{max-width:500px}.format_widget .widget_inner{box-shadow:0 5px 18px 0 hsla(225,7%,67%,.3)}.format_widget .widget_inner:before{height:46px;left:12px;top:-30px;width:46px}.infographic_widget{margin-left:-12px;margin-right:-12px}.infographic_widget .h2{font-size:26px;line-height:32px}.infographic_widget .decor{right:0;top:106px;transform:scale(.76577);transform-origin:100% 0}.infographic_widget .widget_inner{border-radius:0}.infographic_widget .infographic_bar{flex-direction:column;height:730px;margin-top:-29px;order:10;width:50px}.infographic_widget .infographic_bar .infographic_discipline:hover{margin:0 -3px}.infographic_widget .infographic_bar .infographic_discipline:first-child{border-bottom-left-radius:0!important;border-top-left-radius:inherit!important;border-top-right-radius:inherit!important}.infographic_widget .infographic_bar .infographic_discipline:last-child{border-bottom-left-radius:inherit!important;border-bottom-right-radius:inherit!important;border-top-right-radius:0!important}.infographic_widget .infographic_types{flex-direction:column;width:calc(100% - 75px)}.plagiarism_banner{border-radius:4px}.plagiarism_banner .t24px{font-size:20px;line-height:26px;margin-bottom:7px}.plagiarism_banner .t18px{font-size:14px;line-height:19px}.plagiarism_banner .title .decor{bottom:-92px;right:-33px;width:160px}.plagiarism_banner .description{margin-left:9px;margin-right:9px}.plagiarism_banner .description .unique_percents{bottom:-6px;font-size:14px;right:-9px}.plagiarism_banner .description .plag_percents{font-size:14px;left:-9px;top:-12px}.plagiarism_check_results .title .t26px{font-size:21px;line-height:28px}.plagiarism_check_results .title .t18px{font-size:15px;line-height:22px}.plagiarism_check_results .sources_list .source{margin-bottom:7px}.plagiarism_check_results .sources_list .similarity{width:60%}.plagiarism_check_results .sources_list .show{width:40%}.plagiarism_footer_banner.widget_footer{background:url(/assets/img/plagiarism_results_footer_bg_mob_2.svg?4a642c328ad1c724d7f71fd003761e2e) right 0 bottom 100px no-repeat,url(/assets/img/plagiarism_results_footer_bg_mob_1.svg?2154d60e7a2e0dc21690cc555e7c3f46) 0 100% no-repeat;background-color:#fbfbfb;background-size:auto,auto;border-radius:0;margin-left:13px;margin-right:13px}.summary_ratio .summary_ratio_header p{display:inline}.summary_ratio .summary_ratio_header .t22px{font-size:18px}.review_widget_slide .online_experts,.reviews_widget_slider{display:block}.review_widget_slide.rounded4{margin:20px 10px;min-height:auto}.active .review_widget_slide-wrapp,.review_widget_slide .review_widget_slide-wrapp{min-height:auto}.review_widget_slide.active{height:auto}}@media screen and (max-width:500px){body{font-size:14px}.h1{font-size:25px;line-height:34px}.h2,h1{font-size:22px;line-height:30px}.h3,h2{font-size:18px;line-height:22px}.text_holder_block{line-height:20px}.text_holder_block ol li,.text_holder_block ul li{margin-bottom:15px;padding-left:15px}.text_holder_block ul li:before{top:7px}.text_holder_block p{margin:15px 0}.text_section h2[style*="text-align:center"],.text_section h3[style*="text-align:center"]{text-align:left!important}.head_slider .slogan h1{font-size:25px;line-height:34px}.head_slider .slogan p{font-size:14px;line-height:20px}.head_slider.topic_generator .topic_generator_list .topic_generator_list_item+.topic_generator_list_item{padding-top:28px}.head_slider.topic_generator .topic_generator_list .no_topics{flex-wrap:nowrap;padding-right:0!important;padding-top:0!important}.head_slider.topic_generator .topic_generator_list .no_topics:after{height:49px;right:10px;top:0;transform:none;width:81px}.head_slider.topic_generator .topic_generator_list .no_topics p{width:100%}.trustpilot_rating_widget{padding-left:48px;position:relative}.trustpilot_rating_widget .trust_pilot_logo{background-position:100%;height:20px;width:80px}.trustpilot_rating_widget .trust_pilot_logo:before{background:inherit;background-position:left top 4px;background-repeat:no-repeat;content:"";display:block;height:44px;left:0;position:absolute;top:10px;width:48px}.trustpilot_rating_widget .description{margin-top:5px;width:100%}.home_calculator .title h3{margin-bottom:12px;width:100%}.our_stats_container .flex{align-items:flex-start}.our_stats_container p{font-size:15px}.reviews_section .review_slide{box-shadow:0 12px 18px 0 hsla(225,7%,67%,.03);line-height:20px;padding-bottom:36px}.reviews_section .review_slide .bottom_group{bottom:15px;left:15px;position:absolute;right:15px}.inline_review,.payments_security_section .description{line-height:20px}.inline_review .description{order:10;width:100%}.inline_review .ratings_wrapper{border-bottom:1px solid #e1e4e8;flex-direction:row;margin-bottom:16px;order:5;padding-bottom:16px;width:100%}.inline_review .ratings_wrapper .name{order:1;width:100%}.inline_review .ratings_wrapper .rating_count{font-size:16px;line-height:22px;margin:0 10px 0 0;order:10}.inline_review .ratings_wrapper .rating_stars{margin-bottom:0!important;order:10}.inline_review .ratings_wrapper:after{display:none}.inline_review .product_aggregate_rating{order:10}.samples_slider_mob{margin-left:-20px;margin-right:-20px;max-width:none}.sample .h3,.sample h3{min-height:44px;padding-left:35px}.sample .h3:before,.sample h3:before{background:url(/assets/img/samples_format_icon_new.svg?bb419203114d30c36a49b3f7f50c061a) 0 0 no-repeat;border:0;content:"";display:block!important;height:32px;left:0;margin-top:-22px;position:absolute;top:50%;width:32px}.sample .h3 .type_icon,.sample h3 .type_icon{background-position:0 0;background:none;height:auto;line-height:16px;margin-top:0;padding:0;position:static;text-align:left}.sample .h3:before,.sample h3:before{display:none}.trust_pilot_title .trust_pilot_logo_big{background-size:100% auto;height:44px;width:180px}.trust_pilot_title .tp_rating_progress{height:26px;width:138px}.why_choose_us .item{width:100%}.plagiarism_footer_banner.widget_footer .t26px{font-size:20px;line-height:28px}.plagiarism_footer_banner.widget_footer .t18px{font-size:14px;line-height:18px}}@media screen and (min-width:768px){.home_calculator .f_group .f_label{flex-shrink:0;width:125px}.home_calculator .f_group .f_input,.home_calculator .f_group .f_select{width:calc(100% - 125px)}.get_started_section .f_group{margin-bottom:0}.inline_review{padding-left:25px;padding-right:25px}.why_choose_us .item.title .h3{display:inline-block}.how_it_work_widget .steps_list_item .icon{height:60px;width:60px}.how_it_work_widget .steps_list_item.accordion_label:not(:active):hover{background:#d7dfe3}.how_it_work_widget .toggled_content{display:none!important}.format_widget .widget_inner .formats_list .formats_list_item:nth-child(3),.format_widget .widget_inner .formats_list .formats_list_item:nth-child(6){order:10}}@media screen and (min-width:768px) and (max-width:889px){.features_section .flex{justify-content:space-between}.features_section .feature_item{max-width:220px}.get_started_section .f_group{margin-bottom:24px}}@media screen and (min-width:768px) and (max-width:1049px){.head_slider{padding:116px 0 48px}.head_slider .slogan{padding-right:260px!important}.head_slider.topic_generator{background-size:cover;padding-bottom:20px}.head_slider.topic_generator .slogan{padding-right:0!important}.head_slider.topic_generator .topic_generator_form .content_button{max-width:150px}.head_slider.topic_generator .decor_bear{background-size:100% auto;height:130px;width:328px}.head_slider.topic_generator .slogan .h1{padding-right:200px}.head_slider.topic_generator .decor_karemat{left:auto;right:-67px;top:184px}.head_slider.topic_generator .decor_girl{right:7px;top:-2px}.head_slider.topic_generator .decor_torchere{right:49px;top:-45px}.head_slider.how_it_work{background:url(/assets/img/head_how_it_works_bg_tab.svg?f86553a23e2aee8a7712013924b41f63) top no-repeat;background-size:cover}.head_slider.how_it_work .decor_girl{right:7px}.head_slider.how_it_work .decor_torchere{right:49px}.head_slider.how_it_work .decor_karemat{left:170px}.head_slider.how_it_work .slogan{padding-right:265px!important}.head_slider.decor_type_1 .decor_books{bottom:auto;right:20px;top:45px}.our_stats_container .decor_plant{bottom:0;left:-10px}.our_stats_container .decor_books{right:10px;top:0}.reviews_section .reviews_slider{margin-left:10px;margin-right:10px}.head_slider.decor_type_3{background:none}.sidebar .home_calculator .f_group{align-items:center;flex-wrap:nowrap}.how_it_work_widget .steps_list{flex-grow:1;margin-right:10px}.how_it_work_widget .steps_slider{margin-top:-50px;width:320px}.how_it_work_widget .slick-slide:first-child img{margin-top:50px;max-width:104%}.how_it_work_widget .slick-slide:nth-child(2) img{margin-top:10px}.how_it_work_widget .slick-slide:nth-child(3) img{margin-top:59px}.head_slider.writers_team .slogan{padding-right:0!important}.head_slider.writers_team .decor_man{bottom:calc(100% - 17px);right:calc(50% - 156px)}.head_slider.writers_team .decor_elements{bottom:calc(100% + 89px);right:calc(50% - 308px)}.head_slider.writers_team .decor_girl{bottom:calc(100% + 22px);right:calc(50% + 129px)}.head_slider.writers_team .bottom_group{margin-top:330px;position:relative}.infographic_widget{margin-left:-25px;margin-right:-25px}.infographic_widget .widget_inner{border-radius:0}.plagiarism_banner .t24px{font-size:23px;line-height:32px}.plagiarism_banner .title .decor{right:-45px;top:-31px}.plagiarism_banner .description{margin-right:10px}.plagiarism_banner .description p>mark{padding-right:8px}.plagiarism_banner .description .unique_percents{bottom:-7px;right:-17px}.plagiarism_footer_banner.widget_footer{background:url(/assets/img/plagiarism_results_footer_bg_tab_2.svg?a370c83d6348aa81d130df62ff5f4316) right 0 bottom 0 no-repeat,url(/assets/img/plagiarism_results_footer_bg_tab_1.svg?393d3bc7ce7157487a0d8ebadd079870) top no-repeat;background-color:#fbfbfb;background-size:auto,cover}.plagiarism_footer_banner.widget_footer .content_button.w250px-max{max-width:215px}.plagiarism_check_results .sources_list .show,.plagiarism_check_results .sources_list .similarity{width:80px}.review_widget_slide.active{height:526px}.review_widget_slide .t-center,.review_widget_slide.active .t-center{margin:15px auto}}@media screen and (min-width:1050px){.trust_pilot_title{position:relative}.trust_pilot_title .back_link{bottom:30px;position:absolute;right:calc(100% + 45px)}.sidebar .home_calculator .f_group .f_input,.sidebar .home_calculator .f_group .f_label,.sidebar .home_calculator .f_group .f_select{width:100%}.sidebar .home_calculator .f_total{border-top:none}.sidebar .home_calculator .f_total .content_button{max-width:100%}.how_it_work_parts>.step:nth-child(odd) .width{padding-left:427px}.how_it_work_parts>.step:nth-child(odd) .width .illustration{right:calc(100% - 402px)}.how_it_work_parts>.step:nth-child(2n) .width{padding-right:427px}.how_it_work_parts>.step:nth-child(2n) .width .illustration{left:calc(100% - 402px)}.how_it_work_parts>.step:first-child .illustration{top:5px}.how_it_work_parts>.step:nth-child(2) .illustration{top:-40px}.how_it_work_parts .illustration{position:absolute;top:0}.how_it_work_widget .steps_list{margin-right:-20px;width:400px}.how_it_work_widget .steps_slider{margin-top:-15px;width:450px}.how_it_work_widget .slick-slide:first-child img,.how_it_work_widget .slick-slide:nth-child(2) img,.how_it_work_widget .slick-slide:nth-child(3) img{margin-top:26px}.plagiarism_banner{min-height:240px}.plagiarism_banner .title{padding-right:200px}.plagiarism_banner .title .decor{right:13px;top:calc(100% + 17px)}.plagiarism_banner .content_button{position:absolute;right:20px;top:37px}.plagiarism_banner .description{margin-right:180px;position:relative}.plagiarism_banner .description .unique_percents{bottom:-7px;right:-33px}.plagiarism_banner .description:after,.plagiarism_banner .description:before{content:"";display:block;position:absolute;z-index:0}.plagiarism_banner .description:before{background:url(/assets/img/plagiarism_banner_descript_bg_decor_1.svg?2447067bddaea60093999c46990c2cc9) 50% no-repeat;background-size:contain;height:76px;left:-11px;top:-30px;width:157px}.plagiarism_banner .description:after{background:url(/assets/img/plagiarism_banner_descript_bg_decor_2.svg?f67d8dbf2b9fbdcf16911fc237fe181e) 50% no-repeat;background-size:contain;bottom:-23px;height:42px;left:437px;width:57px}.plagiarism_banner .description p>mark{padding-right:8px;position:relative;z-index:1}.plagiarism_check_results .widget_header{border-bottom:1px solid #e1e4e8}.plagiarism_footer_banner.widget_footer{background:url(/assets/img/plagiarism_results_footer_bg.svg?8d132ba909ba51eeb8ef560073474339) 0 100% no-repeat;background-size:cover}}@media screen and (max-width:1049px){.guide_search{display:none}.guide .short_guide_top{padding-right:25px}.guide_steps .guide_view .sidebar{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.popup_widget_overlay .popup_widget_content{display:none}.popup_widget_overlay.popup_widget_open .popup_widget_content{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;padding:20px 20px 100px}.popup_widget_overlay.popup_widget_open{background:rgba(24,31,37,.75);bottom:0;left:0;overflow:scroll;overflow-x:hidden;position:fixed;right:0;text-align:right;top:0;z-index:2000}.have_nothing_widget{margin-bottom:0;max-width:420px;z-index:300}.have_nothing_widget .guide_close,.have_nothing_widget:after{display:block}.guide_widget_clip{display:inline-block}.sidebar .guide_stage{margin-bottom:0;width:100%;z-index:300}.guide_steps .guide_view .sidebar.sidebar_mobile_open{display:block}.sidebar .guide_stage:after{border:9px solid transparent;border-left-color:#fff;bottom:-7px;content:"";display:block;height:0;position:absolute;right:24px;transform:rotate(-45deg);width:0}.sidebar .guide_stage .guide_close{display:block;right:10px;top:10px}.guide_steps .guide_view .sidebar{display:none}.guide_steps .guide_view,.pages_container.guide{flex-wrap:wrap}}@media screen and (max-width:767px){.page_title.guide_page h1:before{height:27px;left:0;top:-29px;width:69px}.popup_widget_overlay.popup_widget_open .popup_widget_content{padding:20px 10px 90px}.guide .short_guide_top{padding-right:12px}.guide_widget_tip{bottom:90px;right:10px}.guide_widget_clip{bottom:10px;right:10px}.guide_thumbnail{height:auto}.slideshare_head{flex-wrap:wrap}.guide .text_holder_block>h3,.guide_view .text_holder_block>h3{font-size:16px;line-height:22px;margin-bottom:10px;width:100%}.slideshare_head .by_link{margin-bottom:17px;padding-left:0;width:100%}.sidebar .guide_stage{max-width:500px;padding:27px 10px 20px;width:100%}.sidebar .guide_stage .tip{margin-bottom:28px}.sidebar .guide_stage a.btn.go-to-stage{max-width:500px}.sidebar .guide_stage .stage_list{margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:400px;padding-left:10px;text-align:left}.sidebar .guide_stage .stage_list li+li:before{border-left:2px dotted #bcbcbc;bottom:0;content:"";display:block;height:calc(100% + 16px);left:16px;position:absolute;z-index:0}.sidebar .guide_stage .stage_list li+li{margin-top:16px}.sidebar .guide_stage .stage_list li .stage_title{padding-left:7px}.sidebar .guide_stage .stage_list li:not(.done) .icon img{transform:translateX(-34px)}.left_bar .guide_stage{margin-left:auto;margin-right:auto;max-width:500px;padding:27px 10px 20px}.left_bar .guide_stage .tip{margin-bottom:28px}.left_bar .guide_stage a.btn.go-to-stage{max-width:500px}.left_bar .guide_stage .stage_list{margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:400px;padding-left:10px;text-align:left}.left_bar .guide_stage .stage_list li+li:before{border-left:2px dotted #bcbcbc;bottom:0;content:"";display:block;height:calc(100% + 16px);left:16px;position:absolute;z-index:0}.left_bar .guide_stage .stage_list li+li{margin-top:16px}.left_bar .guide_stage .stage_list li .stage_title{padding-left:7px}.left_bar .guide_stage .stage_list li:not(.done) .icon img{transform:translateX(-34px)}.topics_subscribe .topics_subscribe_form{flex-wrap:wrap}.topics_subscribe .topics_subscribe_form .field_item{margin-top:5px;width:100%}.topics_subscribe .topics_subscribe_form .title{line-height:normal}.topics_subscribe{margin-bottom:30px;padding:30px 10px 20px}.guides_table_widget .table_item ul{line-height:20px}.papers_table_widget .table_item .t-clip{display:inline;white-space:normal}.papers_table_widget .table_item blockquote{display:block}.speed_things_banner .title p{display:inline;padding-right:110px}.speed_things_banner .title .h2{font-size:26px;line-height:26px;margin-bottom:8px}.speed_things_banner .title .decor{bottom:-16px;height:auto;right:0;width:112px}.time_list li:nth-child(-n+2):after{margin-left:20px}.speed_things_banner .time_list .arrow{height:39px;transform:rotate(90deg)}.our_stats_container h3{text-align:left}.our_stats_container .decor_books{background-size:100% auto;height:70px;right:6px;top:8px;width:147px}}@media screen and (max-width:600px){.speed_things_banner .title{padding-right:0}.speed_things_banner .title .decor{bottom:-76px;height:auto;right:0;width:112px}.speed_things_banner .time_list,.time_list li{flex-direction:column}.time_list li{align-items:normal;margin:0}.time_list li:nth-child(-n+2):after{height:29px;left:0;margin-left:0;right:auto;transform:rotate(90deg) translateY(14px);width:29px}.content .request_writer{background-position:right 12px top -8px;background-size:140px auto;padding:40px 10px 20px}.content .request_writer h3{line-height:27px;margin-bottom:20px;min-height:54px;width:calc(100% - 130px)}.content .request_writer a{margin-left:auto;margin-right:auto;max-width:500px}.guide .text_holder_block blockquote,.guide_view .text_holder_block blockquote{font-size:14px;line-height:28px;padding:20px 25px 22px}.guide .text_holder_block blockquote:before,.guide_view .text_holder_block blockquote:before{height:20px;left:-10px;top:20px;width:24px}.guide .text_holder_block q,.guide_view .text_holder_block q{padding-left:10px}.guide_external_links{margin-bottom:30px;padding:20px 10px}.popup_widget_overlay.popup_widget_open{z-index:2001}.plagiarism_banner .description p>mark{background-size:auto 70%}}@media screen and (max-width:500px){.topics_subscribe .topics_subscribe_form .button{margin-top:10px;width:100%}.topics_subscribe .topics_subscribe_form .field_item .f_group{float:none;margin-right:0;width:100%}header .chat_wrap{margin:0 -5px 0 5px}}@media screen and (max-width:400px){.page_title.guide_page h1{font-size:25px;line-height:34px}}@media screen and (min-width:768px){.left_bar .guide_stage{margin-left:auto;margin-right:auto;padding:27px 10px 30px}.left_bar .guide_stage .tip{margin-bottom:28px}.left_bar .guide_stage .stage_list{display:flex;justify-content:space-between;margin-bottom:30px}.left_bar .guide_stage .stage_list li{max-width:70px}.left_bar .guide_stage .stage_list li label{flex-direction:column}.left_bar .guide_stage .stage_list li+li:before{border-top:2px dotted #bcbcbc;content:"";display:block;position:absolute;right:50%;top:16px;width:150%;z-index:-1}.left_bar .guide_stage .stage_list li .stage_title{max-width:65px;padding-top:12px}.left_bar .guide_stage .stage_list li:not(.done) .icon img{transform:translateY(-34px)}}@media screen and (min-width:768px) and (max-width:1049px){.page_title.guide_page h1:before{left:0;top:-40px}.page_title.guide_page .inner_menu{margin-left:-20px;margin-right:-20px}.head_slider.writers_team .decor_bear{bottom:auto;right:30px;top:-50px}.discount_item{width:304px}}@media screen and (min-width:768px) and (max-width:980px){.head_slider.writers_team .decor_bear{bottom:auto;right:30px;top:20px}.sidebar .guide_stage{padding:27px 10px 30px;width:100%}.sidebar .guide_stage .tip{margin-bottom:28px}.sidebar .guide_stage .stage_list{display:flex;justify-content:space-between;margin-bottom:30px}.sidebar .guide_stage .stage_list li{max-width:70px}.sidebar .guide_stage .stage_list li label{flex-direction:column}.sidebar .guide_stage .stage_list li+li:before{border-top:2px dotted #bcbcbc;content:"";display:block;position:absolute;right:50%;top:16px;width:150%;z-index:-1}.sidebar .guide_stage .stage_list li .stage_title{max-width:65px;padding-top:12px}.sidebar .guide_stage .stage_list li:not(.done) .icon img{transform:translateY(-34px)}}@media screen and (min-width:981px){.sidebar .guide_stage{padding:27px 20px 20px;width:318px}.sidebar .guide_stage .guide_close{display:none}.sidebar .guide_stage .tip{margin-bottom:28px}.sidebar .guide_stage .stage_list{margin-bottom:20px;padding-left:10px;text-align:left}.sidebar .guide_stage .stage_list li+li:before{border-left:2px dotted #bcbcbc;bottom:0;content:"";display:block;height:calc(100% + 16px);left:16px;position:absolute;z-index:0}.sidebar .guide_stage .stage_list li+li{margin-top:16px}.sidebar .guide_stage .stage_list li .stage_title{padding-left:7px}.sidebar .guide_stage .stage_list li:not(.done) .icon img{transform:translateX(-34px)}.guide_widget_tip{display:none!important}.guide_steps .guide_view .sidebar.sidebar_mobile_open{display:table-cell}.guide_view .content:not(:last-child),.pages_container.guide .content:not(:last-child){max-width:658px}}@media screen and (min-width:768px) and (max-width:1049px){.head_slider.writers_team .bottom_group{margin:20px 0 0;position:static}.head_slider.writers_team .writers_team_calculator .total-price-block{border-top:1px solid #e1e4e8;justify-content:space-between}.infographic_widget .widget_inner{margin:0;padding:80px 20px 65px!important}.infographic_widget .infographic_types{margin:-15px}.infographic_widget .infographic_types li{margin:15px}.head_slider.how_it_work{background:#f7f8fd}.head_slider.how_it_work .how_it_work_steps{left:20px;right:20px;width:auto}.head_slider.how_it_work .decor_girl{background-size:100% auto;height:130px;margin-top:-65px;right:20px;width:328px}.head_slider.how_it_work .slogan{padding-right:352px!important}.how_it_work_parts{padding-bottom:70px!important}.why_choose_us .wrapper-item{margin:-10px}.why_choose_us .item{flex:0 calc(33.333% - 20px);margin:10px;width:calc(33.333% - 20px)}}@media (hover:hover){.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time input:checked+label,.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time label:hover{background:#f7f8fd}}@media (max-width:1049px){.discounts-container .text_section:not(.no-bears){padding-right:0}.discounts-container .text_section:not(.no-bears):before{background-size:100% auto;float:right;height:182px;position:relative;top:0;transform:none;width:209px}.contact_section{padding-right:332px}.contact_section:before{right:20px}.infographic_widget .widget_inner:before{right:25px}.payment_security_widget .payment-container{display:block;padding:40px 34px!important}.payment_security_widget .text-block{margin-left:0;margin-top:30px;width:100%}.payment_security_widget .payment-container:before{right:34px;top:90px}.inline_review .box_shadow{padding-left:35px!important;padding-right:35px!important}.inline_review .decor_quote{background-size:100% auto;height:78px;left:0;top:-38px;width:98px;z-index:3}.inline_review .decor_plant{display:none}.writer_widget_section .slick-dots{margin-top:20px!important;z-index:-1!important}.writer_widget_section .writer_slide{display:block}.writer_widget_section .writer_slide .about-writer-block{margin:0 0 20px;width:100%}.writer_widget_section .writer_slide .writer-work-block{width:100%}.writer_widget_section .writer_slide .about-writer-block{padding:30px}.writer_slide .writer-work-block .work-content{padding:14px 30px 20px}.writer_slide .bottom-block .skill-wrapper .dropdown-skill{left:50%;margin-left:-200px}.summary_ratio .summary_ratio_header .button-wrapper{border-top:1px solid #d5dbe9;margin-top:20px;padding-top:20px}.free-plagiarism-checker .reviews_section{margin-left:-20px!important;padding:80px 0 60px!important;width:calc(100vw + 20px)}.tools_widget_slider .tools_slide,.tools_widget_slider .tools_slide.good-price{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:242px;text-align:left;width:100%}.tools_widget_slider .tools_slide.good-price{height:252px}.tools_widget_slider .slick-track{flex-direction:column;max-width:100%}.tools_widget_slider .slick-list{padding:0 50px!important}.tools_widget_slider p{flex:0 100%;margin-bottom:10px;text-align:left;width:100%}.tools_widget_slider .price-item,.tools_widget_slider .tools_slide .content_button{flex:0 50%;margin:0!important;width:50%}.tools_widget_slider .t26px{flex:0 100%;width:100%}.tools_widget_slider .price-item{justify-content:flex-start}.tools_widget_slider .tools_slide .content_button{margin-left:auto!important}.tools_widget_slider .tools_slide.good-price{margin:-2px -20px;min-width:calc(100% + 40px);padding:25px 50px!important;width:calc(100% + 40px)}.tools_widget_slider .tools_slide .online_experts{bottom:auto;left:auto;margin:0;right:47px;top:23px}.tools_widget_slider .tools_slide:first-child{border-radius:8px 8px 0 0}.tools_widget_slider .tools_slide:last-child{border-radius:0 0 8px 8px}.discounts_block{padding:0 20px}.testimonial-top-block:before{right:20px}.page_title+.pages_container.faq{margin-bottom:80px;padding:0 20px}.inner_nav{margin:0 auto 21px;width:calc(100% - 40px)}footer .footer_info{width:calc(100% - 97px)}footer .footer_info .mail{margin-left:24px}footer .accept_block{width:97px}footer .accept_block+.footer_info{margin-top:-40px;width:calc(100% - 97px)}footer .info_social{justify-content:flex-start;margin:0}footer .copyright{margin-top:0}footer .disclaimer{width:calc(100% - 150px)}footer .disclaimer:before{right:-120px}}@media (min-width:768px) and (max-width:980px){.prices-container{padding:0}.prices-container .top-section>.pages_container{margin-bottom:0;padding:0}.prices-container .top-section+.pages_container{padding-left:0;padding-right:0}.discounts_component .subscribe .field_item{flex-wrap:wrap}.discounts_component .subscribe .field_item>label{flex:0 100%;margin-bottom:15px;width:100%}.discounts_component .subscribe .field_item input[type=text]{width:calc(100% - 198px)}.discounts_component .subscribe .button{margin-left:34px;width:164px}.prices-container>.pages_container{margin-bottom:50px;padding-left:20px;padding-right:20px}.discount_item .title{height:auto;padding:8px 0}}@media (max-width:767px){.prices-container{padding:0}.prices-container .top-section>.pages_container{margin-bottom:0;padding:0}.prices-container .top-section{margin:0;padding:100px 0 44px}.prices-container>.pages_container{padding:0}.logo{height:48px;width:130px}.prices-container .top-section>.pages_container .content_text{padding:0 20px}.page_title h1,.prices-container .top-section .h1,.prices-container .top-section h1{font-size:25px;line-height:34px}.page_title h1:before,.page_title.guide_page .h1:before,.prices-container .top-section .h1:before,.prices-container .top-section h1:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM1IiBoZWlnaHQ9IjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDBhMSAxIDAgMCAwIDAgMmg5OGExIDEgMCAxIDAgMC0ySDFabTExMyAwYTEgMSAwIDAgMCAwIDJoMjBhMSAxIDAgMCAwIDAtMmgtMjBaIiBmaWxsPSIjRkM3ODFFIi8+PC9zdmc+) 0 0 no-repeat;height:2px;left:-8px;width:132px}.content_text p{font-size:13px;line-height:16px}.prices-container .price-calculator{background:#fff;border:0;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);padding:30px 20px;width:100%}.pages_container.prices .field_item .hold_numb,.pages_container.prices .field_item .jq-selectbox,.pages_container.prices .field_item .radio_buttons{min-width:100%;width:100%}.pages_container.prices .field_item .info-counter{margin:0;padding:0;position:absolute;right:0;top:0}.prices-container .top-section+.pages_container{padding-left:20px;padding-right:20px}.pages_container.prices .price_choice_item{padding:12px 20px}.pages_container.prices .price_choice_item:before{background:#e1e4e8;content:"";height:1px;left:65px;position:absolute;right:20px;top:50%}.pages_container.prices .price_choice_item>div.price_date{font-size:15px;line-height:18px;padding-left:45px;text-align:left;width:100%}.pages_container.prices .price_choice_item .price_table_item_radio{position:relative;top:10px}.pages_container.prices .price_choice_item>div.price_urgency{line-height:18px;margin-bottom:8px;padding-bottom:7px;padding-left:17px;text-align:left;width:calc(50% - 17px)}.pages_container.prices .price_choice_item>div.price_page{font-weight:500;line-height:18px;margin-bottom:8px;padding-bottom:7px;text-align:right;width:calc(50% - 17px)}.price_total .price_total_value{display:flex;justify-content:space-between;padding:0;width:100%}.pages_container.prices .sidebar .widget.info{padding:50px 20px 0}.widget.info ul{flex-wrap:wrap;margin:-10px}.widget.info li:first-child{margin-left:10px}.widget.info li{margin:10px;width:calc(50% - 20px)}.discounts_component{margin:30px 0 80px;max-width:100%;padding:50px 20px}.discounts_component .content_text p{font-size:15px;font-weight:400;line-height:26px}.discounts_component .content_text p+p{font-size:13px;line-height:26px}.discounts_component .component_content,.discounts_component .subscribe{padding:0}.discounts_component .subscribe .field_item{display:block}.discounts_component .subscribe .field_item>label{font-size:20px;line-height:32px;margin-bottom:15px}.discounts_component .subscribe .field_item input[type=email],.discounts_component .subscribe .field_item input[type=text]{height:48px;line-height:48px}.price_resume_table_out{margin-top:-70px}.pages_container.prices .prices_resume .prices_resume_thead .prices_resume_item .prices_resume_services{display:none}.pages_container.prices .prices_resume .prices_resume_thead{background:#f7f8fd;border:1px solid #e1e4e8;border-radius:8px}.pages_container.prices .prices_resume .prices_resume_thead .prices_resume_item .prices_resume_time{color:#19283f;font-size:13px;font-weight:600;line-height:16px;padding:14px 0}.pages_container.prices .prices_resume .prices_resume_thead>div>div:last-child{border-radius:0}.pages_container.prices .prices_resume .prices_resume_tbody .prices_resume_item{border:1px solid #e1e4e8;border-radius:8px;margin-top:18px}.pages_container.prices .prices_resume:after{display:none}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_services{border:0;border-bottom:1px solid #e1e4e8;border-radius:8px 8px 0 0}.pages_container.prices .prices_resume .prices_resume_item>div{font-size:15px;padding:5.5px 0}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time:nth-child(2){border-left:0}.pages_container.prices .prices_resume .prices_resume_item .prices_resume_time:last-child{border-right:0}.pages_container.prices .prices_resume .prices_resume_tbody:before{align-items:center;border-radius:8px 8px 0 0;color:#55aa69;display:flex;font-size:10px;justify-content:center;left:20px;letter-spacing:3px;line-height:12px;right:20px;text-transform:uppercase;top:18px;width:auto}.pages_container.prices .prices_resume+.prices_resume .prices_resume_tbody:before{align-items:center;color:#668fba;display:flex;font-size:10px;font-weight:600;height:22px;letter-spacing:3px;line-height:12px;text-align:center;text-transform:uppercase;top:20px}.pagination_wrapper{margin-top:50px!important;padding-top:26px!important}.extras_item{min-height:auto}.discounts-container .text_section:not(.no-bears):before{bottom:0;float:none;height:244px;left:50%;margin-left:-140px;position:absolute;top:auto;width:280px}.discounts-container .text_section:not(.no-bears){margin-bottom:80px;padding-bottom:294px}.discounts-container .page_title h1:after{background-size:100% auto;height:72px;margin-top:-36px;width:69px}.content_text p,.text_holder_block p{font-size:15px;line-height:26px}.content_text p{font-weight:400}.contact_section{margin-bottom:50px;padding:0 20px 230px}.contact_section:before{bottom:0;left:50%;margin-left:-133.5px;margin-top:0;right:auto;top:auto}.contact_line{border-top:1px solid #e9eef4;margin:0 auto;margin-bottom:80px!important}.contact_line>div.email{border-right:0;border-top:0}.contact_line>div.chat{border-right:0}.head_slider .slogan{width:100%}.head_slider .slogan .h1,.head_slider .slogan h1{font-size:26px;line-height:34px;margin-bottom:10px;padding-right:20px}.head_slider .slogan p{font-size:16px;line-height:26px}.head_slider.writers_team .bottom_group{margin-top:320px}.head_slider.writers_team .decor_bear{background-size:100% auto;bottom:110px;height:316px;left:50%;margin-left:-127.5px;right:auto;width:255px}.head_slider.writers_team .decor_bear svg{height:316px;width:255px}.head_slider .online_experts{font-size:13px;margin:0 auto 20px;max-width:240px;width:100%;z-index:1}.head_slider.decor_type_1 .decor_plant{background-repeat:no-repeat;background-size:100% auto;height:70px;top:135px;width:70px}.head_slider.decor_type_1 .decor_plant svg{height:70px;width:70px}.head_slider.writers_team img{margin:0 auto;max-width:320px;width:100%}.head_slider.writers_team .writers_team_calculator .total-price-block{border-top:1px solid #e1e4e8}.head_slider.writers_team .writers_team_calculator .total-price-block .f_total{justify-content:space-between;width:100%}.head_slider.writers_team{margin-bottom:-41px;position:relative;z-index:1}.head_slider.writers_team+.disciplines_widget{padding-top:80px!important}.infographic_widget{margin:0}.infographic_widget .width{padding:0}.infographic_widget .widget_inner{margin:0;padding:120px 20px 50px!important}.infographic_widget .widget_inner .h2,.infographic_widget .widget_inner p{padding-right:94px}.infographic_widget .widget_inner:before{background-size:100% auto;height:62px;right:20px;top:120px;width:94px}.infographic_widget .widget_inner .graphic_block{min-height:738px;position:relative;width:100%}.infographic_widget .infographic_bar{box-shadow:0 0 0 10px #fff;height:738px;margin:0;position:absolute;right:-10px;top:0;width:70px}.infographic_widget .infographic_bar:before{border-radius:100px;bottom:-10px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);content:"";left:-10px;position:absolute;right:-10px;top:-10px}.format_widget .widget_inner{padding:26px 20px}.format_widget .widget_inner .header{padding-left:0}.format_widget .widget_inner .header h3{margin-bottom:15px;padding-left:64px}.format_widget .widget_inner .header:before{left:-2px;margin:0;top:0}.head_slider.writers_team .writers_team_calculator{margin:0 -12px;width:calc(100% + 24px)}.head_slider.how_it_work{background:#f7f8fd;padding:130px 0 0}.head_slider.decor_type_1 .width{padding-bottom:0}.head_slider.how_it_work .decor_girl{background-size:100% auto;bottom:150px;height:127px;left:50%;margin:0 0 0 -160px;top:auto;width:320px}.head_slider.how_it_work .how_it_work_steps{border-radius:30px;bottom:-110px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);left:20px;right:20px;width:auto}.head_slider.how_it_work .how_it_work_steps .anchor_link{margin-bottom:7px;min-height:46px}.head_slider.how_it_work .how_it_work_steps .anchor_link span{text-align:left;width:95px}.how_it_work_parts{padding-bottom:50px!important;padding-top:190px!important}.how_it_work_parts .illustration{margin-left:0!important;margin-right:0!important}.why_choose_us .wrapper-item{display:block;margin:0;width:100%}.why_choose_us .item{margin:0 0 20px;min-height:auto;padding:15px 20px 20px;width:100%}.why_choose_us .item:last-child{margin-bottom:0}.why_choose_us .item.title{margin-bottom:50px;padding:105px 0 0}.why_choose_us .item.title .h3{padding-bottom:23px!important}.why_choose_us .item.title .h3 br{display:none}.why_choose_us .item.title .h3:before{left:0}.get_started_section{margin-top:200px}.how_it_work_parts~.get_started_section.blue_bg:after{height:200px;top:-200px}.mobile-dropdown{background:#fff;border-radius:30px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);display:block;margin-top:25px}.pages_container.terms .mobile-dropdown{margin:25px 20px 0}.mobile-dropdown.active .dropdown{display:flex;flex-wrap:wrap;padding:0 7px 7px}.mobile-dropdown.active .active-page b{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4zOS40ODhhLjUuNSAwIDAgMC0uNzggMGwtMi45NiAzLjdBLjUuNSAwIDAgMCAxLjA0IDVoNS45MmEuNS41IDAgMCAwIC4zOS0uODEyTDQuMzkuNDg4WiIgZmlsbD0iIzI3QTgyQSIvPjwvc3ZnPg==)}.mobile-dropdown .dropdown ul{list-style-type:none;margin:0;padding:0;width:100%}.mobile-dropdown .dropdown ul li{border-top:1px solid #f7f8fd;display:flex;margin:3px 0;width:100%}.mobile-dropdown .dropdown ul li.active{display:none}.mobile-dropdown .dropdown ul li a{align-items:center;color:#202f46;display:flex;font-size:16px;font-weight:400;height:46px;justify-content:center;line-height:20px;text-align:center;width:100%}.mobile-dropdown .dropdown ul li:first-child{border-top:0;margin-top:0}.mobile-dropdown .dropdown ul li:last-child{margin-bottom:0}.mobile-dropdown .active-page{align-items:center;display:flex;height:60px;padding:7px}.mobile-dropdown .active-page span{background:#f7f8fd;color:#27a82a;flex:1 0 auto;font-size:16px;font-weight:400;line-height:20px;margin-right:7px;text-align:center}.mobile-dropdown .active-page b,.mobile-dropdown .active-page span{align-items:center;border-radius:100px;display:flex;height:46px;justify-content:center}.mobile-dropdown .active-page b{background:#f7f8fd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy42MSA0LjUxMmMuMi4yNS41OC4yNS43OCAwbDIuOTYtMy43QS41LjUgMCAwIDAgNi45NiAwSDEuMDRhLjUuNSAwIDAgMC0uMzkuODEybDIuOTYgMy43WiIgZmlsbD0iIzhDOTM5RiIvPjwvc3ZnPg==) 50% 50% no-repeat;flex:0 1 46px;width:46px}.inner_nav,.mobile-dropdown .dropdown{display:none}.width,footer .width,header .width{padding-left:20px;padding-right:20px}.guide-papers-widget .top-block .content_button{background:#fc781e;color:#fff;width:100%}.guide-papers-widget .top-block .content_button:hover{background:#fbe7d9;color:#fc781e}.guide-papers-widget .bottom-block .info-about-paper{margin-bottom:12px}.guide-papers-widget .bottom-block .paper-content{-webkit-line-clamp:3;line-height:18px}.guide-papers-widget .top-block .left-block,.guide-papers-widget .top-block .right-block{flex-wrap:nowrap;width:100%}.guide-papers-widget .top-block .title-block{flex:0 calc(100% - 52px);width:calc(100% - 52px)}.guide-writers-widget .writers-item{align-items:flex-start;flex-wrap:nowrap;padding-bottom:75px!important}.guide-writers-widget .title-block{flex:0 calc(100% - 80px);width:calc(100% - 80px)}.guide-writers-widget .content_button{background:#fc781e;bottom:25px;color:#fff;left:20px;margin:0;right:20px;top:auto;width:auto}.guide-writers-widget .content_button:hover{background:#fbe7d9;color:#fc781e}.guide-writers-widget .title-block .title{color:#202f46;font-size:15px;font-weight:600;line-height:18px;margin-bottom:9px}.guide-writers-widget .info-about-paper{margin:6px 0 0}.guide-writers-widget .title-block .title .badge{margin-left:5px;padding:0 5px}.guide-papers-widget .bottom-block .info-about-paper span{padding-right:13px}.guide-papers-widget .bottom-block .info-about-paper span:before{right:5px}.guide-writers-widget .info-about-paper span{display:flex;padding:0;width:100%}.guide-writers-widget .info-about-paper span:before{display:none}.short-on-time-widget .text{padding-right:80px}.short-on-time-widget .top-block:before{background-size:auto 100%;height:71px;right:-3px;width:88px}.short-on-time-widget .bottom-block div{display:block}.short-on-time-widget .bottom-block div span{padding-bottom:40px;padding-right:0;width:100%}.short-on-time-widget .bottom-block div span:last-child{padding-bottom:0}.short-on-time-widget .bottom-block .content_button{width:100%}.short-on-time-widget .bottom-block div span:before{left:-6px;margin-top:2px;right:auto;transform:rotate(90deg)}.payment_security_widget .payment-container{padding:40px 30px 30px!important}.payment_security_widget .img-block{width:300px}.payment_security_widget .payment-container:before{right:13px;top:-36px}.inline_review .box_shadow{background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(24,62,119,.13),0 10px 16px rgba(116,138,202,.15);padding:30px 20px!important}.inline_review .decor_quote{height:89px;left:-14px;top:-31px;width:112px}.inline_review .decor_plant{background-size:100% auto;display:block;height:72px;right:20px;top:15px;width:115px;z-index:2}.three_cols_list .col{flex:0 1 100%;width:100%}.three_cols_list .col.with_image{flex:0 1 100%;margin-top:50px;order:3;text-align:center;width:100%}.three_cols_list .col.with_image img{height:297px!important;width:277px!important}.writer_slide .about-writer-block .title-block .title{color:#202f46;font-size:15px;font-weight:600;line-height:18px;margin-bottom:9px}.writer_slide .about-writer-block .title-block .title .badge{margin-left:5px;padding:0 5px}.writer_slide .top-block{display:block}.writer_widget_slider{margin:0 -10px}.writer_slide .about-writer-block .title-block{flex:0 calc(100% - 80px);width:calc(100% - 80px)}.writer_slide .top-right-block .worked-block{margin-left:auto}.writer_widget_section .writer_slide .about-writer-block{padding-left:20px;padding-right:20px}.writer_slide .top-block .top-left-block{margin-bottom:25px}.writer_slide .bottom-block .skill-wrapper{flex-wrap:wrap;margin:-4px;position:relative}.writer_slide .bottom-block .skill-wrapper .skill-more{position:static}.writer_slide .bottom-block .skill-wrapper .skill{margin:4px}.writer_slide .bottom-block .wrapper{display:block}.writer_slide .bottom-block .wrapper .content_button{margin-top:20px;width:100%}.writer_slide .writer-work-block .recent-title{padding:0 20px}.writer_slide .writer-work-block .work-content{padding:14px 20px 18px}.writer_slide .bottom-block .skill-wrapper .dropdown-skill{left:0;margin:0;padding:30px 15px;top:calc(100% + 10px);width:290px}.testimonial-top-block:before{background-size:100% auto;height:111px;margin:0;right:2px;top:0;width:138px}.topic_generator_widget{margin:-5px -20px 0;width:calc(100% + 40px)}.topic_generator_widget .topic_generator_form{padding:23px!important}.topic_generator_widget .topic_generator_form .f_group{margin-bottom:23px!important}.topic_generator_widget .topic_generator_list .content_button.green_button_bordered{margin:25px auto!important}.head_slider.topic_generator .topic_generator_list{margin-left:20px;margin-right:20px}.concl-plag-banner{bottom:20px;left:50%;margin-left:-152px;right:auto}.conclusion-generator .page_title h1{padding-right:90px}.plagiarism_checker_form{padding:0}.plagiarism_checker_popup .h2{font-size:24px;font-weight:700;line-height:38px}.plagiarism_checker_popup .h2 br{display:none}.tools_widget_slider{margin-top:35px}.tools_widget_slider .slick-track{flex-direction:row;max-width:none}.tools_widget_slider .tools_slide,.tools_widget_slider .tools_slide.good-price{height:auto;margin:0 10px!important;min-width:auto;padding:30px 25px!important;text-align:center;width:318px}.tools_widget_slider .slick-list{margin:0 auto;max-width:320px;padding:0!important}.free-plagiarism-checker .reviews_section{margin-left:0!important;width:100vw}.page_holder:not(.old_template) .free-plagiarism-checker .slick-dots{margin:52px 0 0}.tools_widget_slider p{text-align:center}.tools_widget_slider .t26px{margin-bottom:20px!important}.tools_widget_slider .price-item,.tools_widget_slider .tools_slide .content_button{flex:0 100%;width:100%}.tools_widget_slider .price-item{justify-content:center}.tools_widget_slider .tools_slide .content_button{margin-top:15px!important}.tools_widget_slider .tools_slide .online_experts{background:#fff;border-radius:100px;border-top:1px solid #e9edf4;bottom:-20px;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);font-size:13px;left:50%;line-height:26px;margin-left:-115px;padding-bottom:0!important;right:auto;top:auto;width:230px}.pages_container.faq h2{margin-top:-20px}.popup .f_group{margin-bottom:24px}.extras_block{padding-left:20px;padding-right:20px}.page_title+.pages_container.discounts{margin-top:25px}.plagiarism_checker_popup.modal.in .modal-dialog{margin-right:0!important}.plagiarism_checker_form .fileuploader+.f_group,.plagiarism_checker_form .fileuploader+.f_group.error,.plagiarism_checker_form .fileuploader+.field_error{padding-right:20px}.form_box .f_group.w100{margin-bottom:24px}#checker_submit{margin:0 auto 30px}.free-plagiarism-checker .page_title h1{padding-right:100px}.free-plagiarism-checker .page_title{padding-bottom:50px!important}footer .footer_info{align-items:flex-start;order:6;text-align:left;width:100%}footer .footer_info .mail{margin-left:0}footer .footer_nav{order:1}footer .footer_links{order:2}footer .footer_address{border-bottom:1px solid rgba(25,35,52,.55);order:3;padding-bottom:30px;padding-left:0}footer .disclaimer{order:4;width:100%}footer .disclaimer:before{bottom:-116px;margin:0;right:0;top:auto}footer .accept_block{margin-bottom:30px;order:5;text-align:left;width:170px}footer .accept_block .accept_item{margin:0 8px 8px 0!important}footer .accept_block+.footer_info{margin-bottom:12px;margin-top:-10px;order:7}.socials__m-l{margin:0}footer .footer_copyright{order:8}.original_writing_widget .h2 br{display:block}}
.scrolled .covid-banner{display:none!important}.covid-banner{background-color:#27354d;box-shadow:inset 0 -1px 0 0 #3a485f;display:none;left:0;position:fixed;right:0;top:0;z-index:1000}.covid-banner.is-hidden{display:none}.covid-banner .covid-banner__inner{padding:10px 30px;position:relative}.covid-banner__text{color:#fff;font-size:13px;line-height:18px;text-align:center}.covid-banner__text strong{color:#ffc445;font-weight:600;margin-left:-20px}.covid-banner__text strong:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTMuNjY3QTYuNjY3IDYuNjY3IDAgMSAxIDcgLjMzNGE2LjY2NyA2LjY2NyAwIDAgMSAwIDEzLjMzM1ptMC0xLjMzNEE1LjMzMyA1LjMzMyAwIDEgMCA3IDEuNjY3YTUuMzMzIDUuMzMzIDAgMCAwIDAgMTAuNjY2Wk02LjMzMyA5aDEuMzM0djEuMzMzSDYuMzMzVjlabTAtNS4zMzNoMS4zMzR2NEg2LjMzM3YtNFoiIGZpbGw9IiNGRkM0NDUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-right:5px;margin-top:1px;vertical-align:top;width:14px}.covid-banner__close-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;height:18px;position:absolute;right:10px;top:10px;width:18px}.covid-banner__close-btn:focus{outline:none}.covid-banner__close-btn:after,.covid-banner__close-btn:before{background-color:#787ab2;content:"";height:1px;left:50%;position:absolute;top:50%;width:12px}.covid-banner__close-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.covid-banner__close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.we_stand_banner{align-items:center;background:#19283f;color:#fff;display:flex;font-weight:500;height:26px;justify-content:center;left:0;position:fixed;right:0;text-transform:uppercase;top:0;z-index:1000}.we_stand_banner a:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgMTcuMzMzQTguMzMzIDguMzMzIDAgMSAxIDkgLjY2N2E4LjMzMyA4LjMzMyAwIDAgMSAwIDE2LjY2NlpNOC4xNjcgMTEuNXYxLjY2N2gxLjY2NlYxMS41SDguMTY3Wm0wLTYuNjY3djVoMS42NjZ2LTVIOC4xNjdaIiBmaWxsPSIjRkI4QTQ1Ii8+PC9zdmc+);background-position:50% 50%;background-repeat:no-repeat;content:"";height:20px;left:0;margin-top:-10px;position:absolute;top:50%;width:20px}.we_stand_banner a{align-items:center;color:#fff;display:inline-flex;padding-left:30px;position:relative}.we_stand_banner a b{color:#fb8a45;margin-left:5px;position:relative}.we_stand_banner a:hover{color:#fb8a45}.we_stand_banner .js_header_banner_close_btn{display:none}@media only screen and (min-width:768px){.covid-banner__title{padding-bottom:0}}@media only screen and (min-width:1024px){.covid-banner .covid-banner__inner{padding:4px 0;position:relative}.covid-banner__text{padding-right:35px}.covid-banner__close-btn{top:50%;transform:translateY(-50%)}}@media (max-width:1024px){.we_stand_banner.covid-banner .covid-banner__inner{padding:4px 0}}
.acc{background:#f7f8fb}.acc .width{position:relative;z-index:auto}.acc .of_yellow_button_v2{background:#fc781e;border:1px solid #fc781e;border-radius:2px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;position:relative;text-transform:uppercase}.acc .of_yellow_button_v2.disabled{background:#fc781e;border-color:#fc781e;color:#fff;opacity:.5;pointer-events:none}.acc .of_blue_button_v2{background:#006bda;color:#fff;cursor:pointer;font-size:14px;text-transform:uppercase}.acc .of_arrow_button_v2{color:#006bda;cursor:pointer;font-size:14px;font-weight:500}.acc .of_arrow_button_v2:before{background:url(/assets/img/button_arrow_of_v2.svg?f2f2821582af578a801131039a1b1576) 0 no-repeat;background-size:100% auto;height:100%;width:14px}.acc .order_form_v2 .left_bar_v2{width:calc(100% - 340px)}.acc .order_form_v2 .side_bar_v2{background:#fff;margin-left:20px;width:320px}.acc .order_form_v2 .step_block_v2{background-color:#fff;background-image:linear-gradient(hsla(210,7%,94%,.87),#fff),linear-gradient(hsla(210,7%,94%,.87),#fff);background-position:0 0,100% 0;background-repeat:no-repeat;background-size:1px 100%;border:none;border-bottom:1px solid #fff;border-radius:4px;border-top:1px solid hsla(210,7%,94%,.87);box-shadow:0 12px 18px 0 hsla(225,7%,67%,.12)}.acc .h2.of_v2,.acc h2.of_v2{color:#19283f;font-size:20px;line-height:30px}.acc .h2.of_v2.num,.acc h2.of_v2.num{padding-left:40px}.acc .h2.of_v2.num:before,.acc h2.of_v2.num:before{background:#27a82a;border:none;color:#fff;font-size:16px;font-weight:600;top:calc(50% - 15px)}.acc .order_form_v2 .f_group_v2{color:#19283f;font-family:inherit;font-size:14px;margin-bottom:20px}.acc .order_form_v2 .f_group_v2 .f_label{font-weight:500}.acc .order_form_v2 .f_group_v2 .jq-selectbox__select-text,.acc .order_form_v2 .f_group_v2 input,.acc .order_form_v2 .f_group_v2 textarea{border:1px solid #ebeef1;border-radius:2px;color:inherit;font-family:inherit;font-size:14px;padding-left:15px}.acc .order_form_v2 .f_group_v2 input,.acc .order_form_v2 .f_group_v2 textarea{padding-right:15px}.acc .order_form_v2 .f_group_v2.error .f_input.error input,.acc .order_form_v2 .f_group_v2.error .jq-selectbox__select-text,.acc .order_form_v2 .f_group_v2.error .jq-selectbox__trigger,.acc .order_form_v2 .f_group_v2.error textarea,.acc .order_form_v2 .f_group_v2.error:not(.writer_id) input:not([type=search]){border-color:#f66039!important}.acc .order_form_v2 .submit_group span.error{padding-left:0}.acc .order_form_v2 .f_group_v2 span.error{color:#f66039;font-family:inherit;padding-left:0}.acc .order_form_v2 .phone_holder span.error{margin-left:-130px;padding-left:0}.acc .order_form_v2 .f_group_v2 .jq-selectbox__select-text.placeholder{color:#7c8592}.acc .order_form_v2 .f_group_v2 input:-moz-placeholder,.acc .order_form_v2 .f_group_v2 input::-moz-placeholder,.acc .order_form_v2 .f_group_v2 textarea:-moz-placeholder,.acc .order_form_v2 .f_group_v2 textarea::-moz-placeholder{color:#7c8592;font-size:inherit;font-style:normal}.acc .order_form_v2 .f_group_v2 input:-ms-input-placeholder,.acc .order_form_v2 .f_group_v2 textarea:-ms-input-placeholder{color:#7c8592;font-size:inherit;font-style:normal}.acc .order_form_v2 .f_group_v2 input::-webkit-input-placeholder,.acc .order_form_v2 .f_group_v2 textarea::-webkit-input-placeholder{color:#7c8592;font-size:inherit;font-style:normal}.acc .order_form_v2 .f_group_v2 .jq-selectbox__trigger{border-left:none;border-radius:2px}.acc .order_form_v2 .f_group_v2 .jq-selectbox__trigger .jq-selectbox__trigger-arrow{display:none}.acc .order_form_v2 .f_group_v2 .jq-selectbox__trigger:before{color:#202f46;content:"\0041";display:block;font-family:Trust,sans-serif;font-size:7px;position:absolute;right:20px;top:16px;transform:rotate(90deg);transition:all .3s}.acc .order_form_v2 .f_group_v2 .opened .jq-selectbox__trigger:before{transform:rotate(-90deg)}.acc .order_form_v2 .f_group_v2 .opened .jq-selectbox__select-text{border-color:#ebeef1}.acc .order_form_v2 .f_group_v2 .dropdown .jq-selectbox__dropdown{margin-top:-2px}.acc .order_form_v2 .f_group_v2 .dropup .jq-selectbox__dropdown{margin-bottom:-2px}.acc .order_form_v2 .f_group_v2 .jq-selectbox__select{z-index:100}.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown{border:1px solid #ebeef1;border-radius:2px;box-shadow:0 11px 30px 0 rgba(53,43,36,.05);z-index:50}.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul li{color:#242635;padding-left:15px;padding-right:0}.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul li.selected,.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown ul li:hover{background:transparent;color:#27a82a}.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown>.nano-pane{right:11px;width:5px}.acc .order_form_v2 .f_group_v2 .jq-selectbox__dropdown>.nano-pane>.nano-slider{background:#ebeef1}.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 label{border:1px solid #ebeef1;border-radius:2px;color:#19283f;font-size:14px}.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 label:hover{border-color:#27a82a;box-shadow:0 0 0 2px rgba(39,168,42,.1)}.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 input:checked+label,.acc .order_form_v2 .f_group_v2 .of_radio_buttons_v2 input:checked+label:hover{background:#27a82a;border-color:#27a82a;color:#fff;font-weight:500}.acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place{background:#fcfcfd;border:1px dashed #ebeef1;border-radius:2px;color:#7c8592;font-size:12px;height:80px;justify-content:center}.acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place .drop_files_place-caption span{color:#006bda;font-weight:400}.acc .order_form_v2 .step_block_v2.step_1_v2{padding-bottom:40px}.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper i.minus,.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper i.minus{border-radius:2px 0 0 2px;border-right:1px solid #ebeef1}.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper i.plus,.acc .order_form_v2 .f_group_v2.sources .spin_edit_wrapper i.plus{border-left:1px solid #ebeef1;border-radius:0 2px 2px 0}.acc .order_form_v2 .f_group_v2 .of_hint_v2{color:#7c8592}.acc .order_form_v2 .f_group_v2.pages .of_hint_v2{margin-left:10px;max-width:90px}.acc .order_form_v2 .f_group_v2.pages .spin_edit_wrapper{max-width:calc(100% - 100px)}.acc .order_form_v2 .help{background:#3a617e url(/assets/img/ask_icon_of_v2.svg?bd703229523c9f54846fc58826e08430) 50% no-repeat;background-size:7px auto}.acc .order_form_v2 .add_writer_v2,.acc .order_form_v2 .help,.acc .order_form_v2 .remove_writer_v2{border:none;height:20px;width:20px}.acc .order_form_v2 .add_writer_v2{background:#27a82a}.acc .order_form_v2 .single-writer .add_writer_v2:not(.disabled):after,.acc .order_form_v2 .single-writer .add_writer_v2:not(.disabled):before{background:#fff}.acc .order_form_v2 .remove_writer_v2:after,.acc .order_form_v2 .remove_writer_v2:before{background:#babbbd}.acc .order_form_v2 .remove_writer_v2{background:#ebeef1}.acc .order_form_v2 .f_group_v2.pages .help,.acc .order_form_v2 .f_group_v2.writer_id .add_writer_v2,.acc .order_form_v2 .f_group_v2.writer_id .help,.acc .order_form_v2 .f_group_v2.writer_id .remove_writer_v2{margin-bottom:10px;margin-left:10px;margin-top:10px}.acc .order_form_v2 .f_group_v2.writer_id .help{z-index:1}.acc .order_form_v2 .single-writer .add_writer_v2.hidden:after,.acc .order_form_v2 .single-writer .add_writer_v2.hidden:before,.acc .order_form_v2 .single-writer.error .add_writer_v2:after,.acc .order_form_v2 .single-writer.error .add_writer_v2:before{background:#babbbd}.acc .order_form_v2 .single-writer:not(.error) .add_writer_v2.hidden{margin-right:-30px}.acc .order_form_v2 .single-writer .add_writer_v2.hidden,.acc .order_form_v2 .single-writer.error .add_writer_v2{background:#ebeef1;pointer-events:none;visibility:visible}.acc .cabinet input[readonly]:not([type=submit]){background:#fff;border-color:#ebeef1}.acc .order_form_v2 .check_v2 label{border:1px solid #ebeef1;border-radius:2px;height:22px;transition:all .3s;width:22px}.acc .order_form_v2 .check_v2 label:before{background:url(/assets/img/check_icon_of_v2.svg?e65525cf6686ba2b86dfb338e78f1d22) 50% no-repeat;background-size:100% auto;height:100%;top:0;transform:scale(.4);width:10px}.acc .order_form_v2 .check_v2 input:checked+label{border-color:#006bdb;box-shadow:0 0 0 3px rgba(0,107,219,.1)}.acc .order_form_v2 .f_group_v2.additional_services .service_item .help{margin:0 10px}.acc .order_form_v2 .f_group_v2.additional_services .service_item>label{color:#19283f;font-size:14px;max-width:calc(100% - 72px)}.acc .order_form_v2 .f_group_v2.additional_services .price_wrapper{color:#19283f;font-size:14px}.acc .order_form_v2 .f_group_v2.additional_services .price_wrapper>span.per_page{color:#7c8592;font-size:12px}.acc .order_form_v2 .f_group_v2.additional_services .service_item{min-width:215px}.acc .order_form_v2 .f_group_v2.total .f_total{background:#e5f0fb;color:#19283f;font-weight:600;margin-right:16px;width:calc(33.3% - 58px)}.acc .order_form_v2 .balance_block_v2 .f_group_v2.total .f_total{font-size:16px}.acc .order_form_v2 .balance_block_v2 .f_group_v2.total_credits .f_save .count{width:calc(33.3% - 8px)}.acc .order_form_v2 .f_group_v2.total_credits .f_save .money_eq{color:#7c8592;margin:0;width:auto}.acc .order_form_v2 .f_group_v2.total .f_save{background:#e9f6e9;width:calc(66.6% - 128px)}.acc .order_form_v2 .f_group_v2.total .f_save span.total_save{color:#19283f;font-weight:600;margin:0 5px}.acc .order_form_v2 .f_group_v2.total .f_save span.percent_save{color:#7c8592}.acc .order_form_v2 .f_group_v2.method .methods_check input:checked+label{background:#27a82a;border-color:#27a82a}.acc .order_form_v2 .f_group_v2.method .methods_check label.credit_card:before{display:none}.acc .order_form_v2 .f_group_v2.method .methods_check label{background:url(/assets/img/paym_icons_of_v2.png?894a4838242b7db7dc1df0d12fb478c0) center top 10px no-repeat;background-size:70px auto;border:1px solid #ebeef1;border-radius:2px;width:calc(33.33% - 6.66667px)}.acc .order_form_v2 .f_group_v2.method .methods_check label:after{background:url(/assets/img/paym_icons_of_v2.png?894a4838242b7db7dc1df0d12fb478c0) center -150px no-repeat;background-size:70px auto}.acc .order_form_v2 .f_group_v2.method .methods_check label.credit_card:after{background-position-y:-204px}.acc .order_form_v2 .f_group_v2.method .methods_check label.wire_transfer:after{background-position-y:-258px}.acc .order_form_v2 .submit_group{border-top:1px solid #ebeef1}.acc .order_form_v2 .agree_group{border-top:1px solid #ebeef1;justify-content:flex-start;padding-left:0}.acc .order_form_v2 .agree_group>label{color:#7c8592;font-family:inherit;font-size:12px;line-height:16px}.acc .order_form_v2 .agree_group>label a{color:#006bda}.acc .order_form_v2 .step_block_v2.balance_block_v2,.acc .order_form_v2 .step_block_v2.step_2_v2,.acc .order_form_v2 .step_block_v2.step_3_v2{padding-bottom:20px}.acc .order_form_v2 .sign_form .tabs ul li{background:#fff;border:1px solid #ebeef1;color:#19283f;font-size:14px}.acc .order_form_v2 .sign_form .tabs ul li.active{background:#27a82a;border-color:#27a82a;color:#fff;font-weight:500}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox.opened~.num_blocks .phone_number,.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phone_number{border-left:1px solid #ebeef1}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox .jq-selectbox__trigger,.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox.opened .jq-selectbox__trigger{border-radius:2px 0 0 2px;border-right:1px solid #ebeef1}.acc .order_form_v2 .f_group_v2.phone_holder .dropup .jq-selectbox__dropdown{margin-bottom:-1px}.acc .order_form_v2 .f_group_v2.phone_holder .dropdown .jq-selectbox__dropdown{margin-top:-1px}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox__dropdown ul li:after{border:none;transform:scaleX(.81818) scaleY(.75);transform-origin:0 50%}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phonecode .country_flag{border:none;left:10px;transform:scaleX(.81818) scaleY(.75);transform-origin:0 50%}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox__dropdown ul li{padding-left:48px}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phone_number{width:calc(100% - 130px)}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .jq-selectbox.opened~.num_blocks .phonecode,.acc .order_form_v2 .sign_form .f_group_v2.phone_holder.error .num_blocks .phonecode{background:transparent}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phonecode{padding-top:1px;width:87px}.acc .order_form_v2 .sign_form .f_group_v2.phone_holder .num_blocks .phonecode input{padding-left:0;padding-right:5px;text-align:left}.acc .order_form_v2 .sign_form .login_form .forgot{color:#006bda;font-size:14px}.acc .order_form_v2 .sign_form .remind_form .f_group_v2.buttons{border-top:1px solid #ebeef1;justify-content:space-around;padding-left:20px}.acc .order_form_v2 .sign_form #remind-form .remind_form .f_group_v2.buttons .of_blue_button_v2{width:220px}.acc .order_form_v2 .step_3_v2 .of_link_with_arrow{background:url(/assets/img/button_arrow_of_v2.svg?f2f2821582af578a801131039a1b1576) 0 no-repeat;background-size:14px auto;color:#006bda;font-weight:500;margin-left:0;padding-left:20px}.acc .order_form_v2 .side_bar_v2 .of_v2_widget{background:#fff;border-color:#fc781e;border-radius:4px;box-shadow:0 0 0 3px rgba(252,120,30,.1);padding-left:20px;padding-right:20px}.acc .order_form_v2 .side_bar_v2 .content{background-color:transparent;border-top:1px solid #ebeef1;padding:14px 0 20px}.acc .order_form_v2 .side_bar_v2 .widget_title{background:transparent;border:none;color:#19283f;font-size:18px;font-weight:600;line-height:normal;padding:22px 15px 13px;text-align:center}.acc .order_form_v2 .side_bar_v2 .order_summary #sidebar_name{color:#19283f;font-weight:400;line-height:19px;margin-bottom:10px;max-height:38px}.acc .order_form_v2 .side_bar_v2 .order_summary .sidebar_sub_data li{color:#19283f}.acc .order_form_v2 .side_bar_v2 .order_summary .sidebar_sub_data:after,.acc .order_form_v2 .side_bar_v2 .total_price_side:before{display:none}.acc .order_form_v2 .side_bar_v2 .order_summary .features_data,.acc .order_form_v2 .side_bar_v2 .total_price_side{border-top:1px solid #ebeef1}.acc .order_form_v2 .side_bar_v2 .order_summary .sidebar_sub_data li+li{margin-top:14px}.acc .order_form_v2 .side_bar_v2 .order_summary .features_data{margin-top:14px;padding-top:14px}.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li{color:#19283f}.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li span.price{color:#19283f;font-size:13px;padding-right:6px}.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li span.remove{background:#ebeef1;border:none}.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li span.remove:after,.acc .order_form_v2 .side_bar_v2 .order_summary .features_data li span.remove:before{background:#babbbd;height:2px}.acc .order_form_v2 .side_bar_v2 .total_price_side li{color:#19283f}.acc .order_form_v2 .side_bar_v2 .total_price_side{padding:19px 0 18px}.acc .order_form_v2 .side_bar_v2 .spec_offers .content{padding-top:20px}.acc .order_form_v2 .side_bar_v2 .spec_offers .time_count.expired{color:inherit}.acc .order_form_v2 .side_bar_v2 .spec_offers .time_count{border-bottom:1px solid #ebeef1;color:#27a82a;font-family:inherit;font-size:50px;font-weight:600;line-height:50px;padding-bottom:22px}.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list{color:#19283f;font-family:inherit;padding:20px 0}.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list li{padding:0}.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list li+li{margin-top:15px}.acc .order_form_v2 .side_bar_v2 .spec_offers .offers_list li:nth-child(odd){background:transparent}.acc .order_form_v2 .side_bar_v2 .error_expired{background:rgba(246,96,57,.1) url(/assets/img/upload_failed_of_v2.svg?6974578b020dcbaaa318086b27f1526d) left 20px center no-repeat;background-size:18px;border-radius:2px;color:#f66039;font-family:inherit;font-weight:500;line-height:18px;margin-bottom:0;padding:10px 20px 10px 53px}.acc .order_form_v2 .side_bar_v2 .time_count.expired~* .error_expired+*{border-top:none}.acc .order_form_v2 .side_bar_v2 .error_expired .message>span{font-size:inherit}.acc .order_form_v2 .side_bar_v2 .error_expired .message{display:inline}.acc .order_form_v2 .balance_block_v2 .user_head .h2,.acc .order_form_v2 .balance_block_v2 .user_head h2{font-weight:600}.acc .order_form_v2 .balance_block_v2 .user_head a{color:#006bda}.acc .order_form_v2 .balance_block_v2 .order_details .head_item{font-size:14px;font-weight:500;padding:10px 0}.acc .order_form_v2 .balance_block_v2 .order_details .arrow{border:none;border-radius:0;right:0}.acc .order_form_v2 .balance_block_v2 .order_details .arrow:before{display:none}.acc .order_form_v2 .balance_block_v2 .order_details .arrow:after{color:#202f46;content:"\0041";display:block;font-family:Trust,sans-serif;font-size:7px;position:absolute;right:10px;top:10px;transform:rotate(90deg);transition:all .3s}.acc .order_form_v2 .balance_block_v2 .order_details .details_items{border-top:1px solid #ebeef1;padding-top:20px}.acc .order_form_v2 .balance_block_v2 .order_details .details_items li span.summ{color:inherit}.acc .order_form_v2 .balance_block_v2 .order_details .details_items li{font-size:14px;padding:11px 15px}.acc .order_form_v2 .balance_block_v2 .order_details .details_items li:nth-child(2n){background:#f7f8fb;border-radius:2px}.acc .order_form_v2 .balance_block_v2 .order_details .detail_instructions li{color:inherit;font-size:14px;font-weight:500}.acc .order_form_v2 .balance_block_v2 .order_details .detail_instructions{padding-left:0;padding-right:0}.acc .order_form_v2 .f_group_v2.total_credits .description{color:inherit}.acc .order_form_v2 .f_group_v2.total_credits .use_balance{background:#f9f9f9;border-radius:4px;padding:20px 20px 20px 150px;width:100%}.acc .order_form_v2 .f_group_v2.total_credits .use_balance .balance_button{background:#fff;border:1px solid #ebeef1;border-radius:2px;color:#19283f;font-size:14px;padding:10px 5px;width:calc(50% - 5px)}.acc .order_form_v2 .f_group_v2.total_credits .use_balance input:checked+.balance_button{background:#27a82a;border-color:#27a82a;color:#fff;font-weight:400}.acc .order_form_v2 .balance_block_v2 .order_details .detail_instructions li span.description{color:inherit;font-weight:400}.acc .order_form_v2 .step_block_v2.thanks_block_v2 .h2.of_v2,.acc .order_form_v2 .step_block_v2.thanks_block_v2 h2.of_v2{color:inherit;font-size:20px;font-weight:600;line-height:normal;margin-bottom:6px;margin-top:20px}.acc .order_form_v2 .step_block_v2.thanks_block_v2 .subtitle{color:#27a82a;font-size:16px;font-weight:500;line-height:normal;margin-top:0}.acc .order_form_v2 .step_block_v2.thanks_block_v2 .message{border-top:1px solid #ebeef1;color:inherit;font-family:inherit;font-size:14px;line-height:21px;max-width:460px;padding:16px 0 0;text-align:left}.acc .order_form_v2 .step_block_v2.thanks_block_v2 .buttons_group{margin:20px auto 0}.acc .order_form_v2 .f_group_v2.select_services .title{background:#fff;color:inherit;font-size:14px;font-weight:500}.acc .order_form_v2 .f_group_v2.select_services .service_item:nth-child(2n):hover,.acc .order_form_v2 .f_group_v2.select_services .service_item:nth-child(odd):hover{background:#fafcfe}.acc .order_form_v2 .f_group_v2.select_services .service_item .name{color:inherit}.acc .order_form_v2 .f_group_v2.select_services:before{background:#ebeef1}.acc .order_form_v2 .f_group_v2.select_services .service_item .price{color:inherit;font-size:13px}.acc .order_form_v2 .f_group_v2.select_services .service_item:nth-child(odd){background:#f7f8fb;border-radius:2px}.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .number_title{color:#7c8592;margin-left:10px}.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .plus{border-left:1px solid #ebeef1}.acc .order_form_v2 .f_group_v2.select_services .service_item .number_of_v2 .spin_edit_wrapper .minus{border-right:1px solid #ebeef1;left:0}.acc .order_form_v2 .f_group_v2.select_services .service_item .check_v2 span.items_border{background:#fafcfe;border-color:#006bda;border-radius:2px}.acc .order_form_v2 .f_group_v2.select_services .service_item .help{margin-left:5px}.tooltip-inner{border-radius:5px;box-shadow:0 0 0 1px #ebeef1,0 11px 30px 0 rgba(53,43,36,.05);font-size:12px;line-height:18px;max-width:260px}.acc .order_form_v2 .f_group_v2.total .f_save .title{font-weight:500;padding-top:0;width:auto}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2{display:block;margin-top:5px;width:100%}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-bar2 .fileuploader-progressbar,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-bar2 .fileuploader-progressbar .bar,.acc .order_form_v2 .f_group_v2.additional-materials.error .fileuploader-items-list li .progress-bar2 .fileuploader-progressbar,.acc .order_form_v2 .f_group_v2.additional-materials.error .fileuploader-items-list li .progress-bar2 .fileuploader-progressbar .bar{background:#f66039}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .progress-bar2 .fileuploader-progressbar,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .progress-bar2 .fileuploader-progressbar .bar{background:#27a82a}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2 .fileuploader-progressbar{background:#ebf0f4;border-radius:3px;height:4px;position:relative;width:100%}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2 .fileuploader-progressbar .bar{background:#006bda;border-radius:inherit;height:inherit;left:0;position:absolute;top:0}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-columns .column-title{align-items:baseline;display:flex}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-columns .column-title>div{color:#19283f;font-size:14px;font-style:normal;margin-right:auto}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-columns .column-title>span.size{margin-right:4px}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .files-columns .column-title>span.size{display:none}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-columns .column-title>span{color:#7c8592;display:inline-block;font-size:12px;font-style:normal;white-space:nowrap}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li{background:none;border-radius:0;padding:0 54px 0 0}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .item-background{display:none}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove:after,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove:before,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove:hover:after,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove:hover:before{background:#babbbd}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove:hover{background:#ebeef1;border:none;height:20px;right:0;top:2px;width:20px}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-icon{cursor:default;height:16px;right:28px;top:4px;width:16px}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-loading .progress-icon{background:url(/assets/img/upload_loading_of_v2.svg?a0f334ecd7176313ca748cf067e079ee) 50% no-repeat}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-icon{background:url(/assets/img/uploader_error_of_v2.svg?977f96842fa394f8ef2be4a0a77b1d09) 50% no-repeat;bottom:auto;right:4px;top:calc(50% - 8px)}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-successful .progress-icon{background:url(/assets/img/uploader_successful_of_v2.svg?327a11292d1277993a48e855553c79ad) 50% no-repeat}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-icon:before{display:none}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions>.error{margin-bottom:0;padding-left:0;position:static}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed{border:1px dashed #ccc;border-radius:2px;padding:5px}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .files-columns .column-title>span,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li.upload-failed .progress-bar2{display:none}.acc .order_form_v2 .step_block_v2.step_3_v2 .h2.of_v2,.acc .order_form_v2 .step_block_v2.step_3_v2 h2.of_v2{display:block!important;margin-bottom:45px}.acc .order_form_v2 .email_sent{background:#fff;box-shadow:none;margin-bottom:0;padding-bottom:0;position:static}.acc .order_form_v2 .email_sent .button_group{border-top-color:#ebeef1;max-width:none;width:100%}.acc .order_form_v2 .email_sent .message{color:inherit;font-size:16px;font-weight:600;line-height:24px;margin-bottom:36px;max-width:230px;padding:0}.acc .order_form_v2 .email_sent .close,.acc .order_form_v2 .email_sent .title,.acc .order_form_v2 .f_group_v2.academic-level .of_radio_buttons_v2{display:none}.acc .order_form_v2 .f_group_v2.academic-level .f_select{display:block}.acc .order_form_v2 .f_group_v2.academic-level{margin-bottom:20px}.acc .order_form_v2 .f_group_v2.select_services .service_item .check_v2 input:checked~span.items_border{opacity:1}.acc .order_form_v2 .f_group_v2.total_credits .f_save .count{background:#e9f6e9;border-radius:2px;color:inherit}.acc .order_form_v2 .f_group_v2.totals_group .total_item:first-child .count{background:#e5f0fb;color:inherit;font-size:20px;font-weight:600}.acc .order_form_v2 .f_group_v2.totals_group .total_item.total_price_account:last-child{background:#e9f6e9;border-radius:2px;justify-content:center;margin-right:0;padding-left:10px;padding-right:10px}.acc .order_form_v2 .f_group_v2.totals_group .total_item.total_price_account:last-child .count{background:none;color:inherit;margin:0 4px;width:auto}.acc .order_form_v2 .f_group_v2.totals_group .total_item.total_price_account:last-child .title:after{content:":";display:inline}.acc .order_form_v2 .f_group_v2.totals_group .total_item:first-child .count{width:calc(100% - 150px)}.acc .order_form_v2 .f_group_v2.totals_group .total_item{color:inherit;font-size:14px;font-weight:500;margin-right:10px;max-width:none;width:calc(50% - 5px)}.acc .order_form_v2 .f_group_v2 .jq-selectbox .jq-selectbox__not-found{position:relative;z-index:9999}.acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place span.error{margin-bottom:0}.acc .order_form_v2 .f_group_v2.error .drop_files_place .drop_files_place-inner{align-items:center;display:flex}.acc .order_form_v2 .side_bar_v2 .of_yellow_button_v2.submit_order:before,.acc .order_form_v2 .submit_group .of_yellow_button_v2#submit-order:before{background:inherit;border-radius:inherit;box-sizing:border-box;content:"Proceed to safe payment";display:block;height:100%;left:0;line-height:inherit;padding:inherit;position:absolute;top:0;width:100%}@media screen and (max-width:960px){.acc .order_form_v2 .left_bar_v2{width:100%}}@media screen and (max-width:666px){.acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place .of_blue_bordered_button_v2{display:none}.acc .order_form_v2 .f_group_v2.additional-materials:not(.error) .drop_files_place .drop_files_place-caption{display:block}.acc .cabinet>.width{padding-left:4px;padding-right:4px}.acc .cabinet .user_menu .scroll_container{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}.acc .order_form_v2 .f_group_v2.method .methods_check label{width:100%}.acc .order_form_v2 .f_group_v2.total .f_total{margin:0;max-width:none;width:100%}.acc .order_form_v2 .f_group_v2.total .f_save span.total_save{background:transparent;width:auto}.acc .order_form_v2 .f_group_v2.total .f_save{align-items:center;flex-wrap:nowrap;justify-content:center;margin-top:10px;padding-left:10px;padding-right:10px}.acc .order_form_v2 .f_group_v2.total .f_save span.percent_save{position:static}.acc .order_form_v2 .f_group_v2.total .f_label{margin-bottom:6px;margin-top:0;width:100%}.acc .order_form_v2 .f_group_v2.additional-materials .drop_files_place span.error{margin-top:0;padding:10px}.acc .order_form_v2 .f_group_v2.error .drop_files_place span.error{display:block!important;height:auto}.acc .order_form_v2 .f_group_v2.additional-materials.error .drop_files_place{background-color:#fefafb;border:1px dashed #dd6c64}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li{padding-right:0}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-columns .column-title>div{font-size:13px;margin-bottom:15px;width:100%}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-columns .column-title{flex-wrap:wrap}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-bar2{left:0;margin:0;position:absolute;top:21px}.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .files-actions-remove:hover,.acc .order_form_v2 .f_group_v2.additional-materials .fileuploader-items-list li .progress-icon{bottom:-3px;top:auto}.acc .order_form_v2 .f_group_v2.totals_group .total_item{flex-wrap:wrap;margin-right:0;width:100%}.acc .order_form_v2 .f_group_v2.totals_group .total_item:first-child .count{margin-top:5px;width:100%}.acc .order_form_v2 .f_group_v2.total_credits .f_label{margin-top:0;width:100%}.acc .order_form_v2 .f_group_v2.total_credits .f_save{background:#e9f6e9;border-radius:2px;line-height:40px;text-align:center;width:100%}.acc .order_form_v2 .balance_block_v2 .f_group_v2.total_credits .f_save .count{margin:0;padding:0 5px;width:auto}.acc .order_form_v2 .f_group_v2.total_credits .use_balance{margin-left:-10px;margin-right:-10px;padding:15px 10px;width:calc(100% + 20px)}.acc .order_form_v2 .f_group_v2.total_credits .use_balance .balance_button span{display:inline}.acc .order_form_v2 .sign_form .remind_form .f_group_v2.buttons{padding-left:0}.acc .order_form_v2 .f_group_v2.total .f_save{width:100%}}@media screen and (max-width:500px){.acc .order_form_v2 .f_group_v2.additional_services .price_wrapper{font-size:13px}.acc .order_form_v2 .f_group_v2.additional_services .service_item>label{max-width:none;width:auto}.tooltip-inner{max-width:150px}.acc .order_form_v2 .sign_form #remind-form .remind_form .f_group_v2.buttons .of_blue_button_v2{width:100%}}@media screen and (max-width:400px){.acc .order_form_v2 .f_group_v2.total_credits .use_balance .balance_button{padding-bottom:6px;padding-top:6px;width:50%}.acc .order_form_v2 .f_group_v2.total_credits .use_balance .balance_button span{display:block}}
margin-top:30px;
.acc .cabinet .user_menu .scroll_container{position:relative}@media screen and (max-width:767px){.acc .cabinet .user_menu .scroll_container{margin-left:-21px;margin-right:-21px;width:calc(100% + 42px)}.acc .cabinet .user_menu .scroll_container ul{border-bottom:1px solid #dae9ef;display:table;width:780px}.acc .cabinet .user_menu .scroll_container .ps__rail-x{display:none}.acc .cabinet .user_menu .scroll_container ul li,.acc .cabinet .user_menu .scroll_container ul li.active,.acc .cabinet .user_menu .scroll_container ul li:not(.active):hover{background:none;border:none;display:table-cell;overflow:unset;position:relative}.acc .cabinet .user_menu ul li a,.acc .cabinet .user_menu ul li.active a,.acc .cabinet .user_menu ul li:not(.active):hover a{color:#19283f;font-size:14px;line-height:14px;padding-bottom:14px}.acc .cabinet .user_menu ul li.active a{background:none;position:relative}.acc .cabinet .user_menu ul li.active:before{background:#27a82a;bottom:-1px;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.acc .cabinet .user_menu ul li a span.notification:before{content:"(";display:inline}.acc .cabinet .user_menu ul li a span.notification:after{content:")";display:inline}.acc .cabinet .user_menu ul li a span.notification:not(.bell),.acc .cabinet .user_menu ul li.active a span.notification:not(.bell){color:inherit;display:inline;font-size:inherit;line-height:inherit;position:static;vertical-align:baseline}.acc .cabinet .user_menu ul li a span.notification{position:absolute}}@media screen and (max-width:450px){.acc .cabinet .user_menu .scroll_container{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}}
.qtiperar-tooltip .scrollbar::-webkit-scrollbar-track{background:transparent}.qtiperar-tooltip .scrollbar::-webkit-scrollbar-thumb{background:#c6cfe4;border-left:2px solid transparent;border-radius:4px;border-right:2px solid transparent}.qtiperar-tooltip .scrollbar::-webkit-scrollbar{margin-top:5px}.qtiperar-tooltip .scrollbar::-webkit-scrollbar-thumb:hover{background-color:gray}.qtiperar-tooltip .scrollbar::-webkit-scrollbar{width:4px}.essay-rewriter .plagiarism{margin-bottom:50px}.essay_rewriter_popup .h2{background:url(/assets/img/checker-img-popup.svg?be9a1d1…) 50% 0 no-repeat;border-bottom:1px solid hsla(0,0%,59%,.24);color:#19283f;line-height:38px;padding-top:90px!important}.essay-rewriter .random-writer{margin-top:80px}.essay-rewriter .plagiarism_left li{padding:11px 5px 11px 8px}.essay-rewriter .plagiarism-w4s .plagiarism_left{flex-basis:55%}.essay-rewriter .plagiarism-w4s .plagiarism_right{flex-basis:40%}.essay-rewriter .plagiarism-w4s .plagiarism_right div:first-child{flex-basis:235px}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step{position:relative}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step:before{background:#fc781e;border-radius:100px;bottom:2px;content:"";height:2px;left:0;position:absolute;width:100%}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step.no-pad:before,.essay_rewriter_form #check-status{display:none}.essay_rewriter_form.loading #check-status{display:flex}.essay_rewriter .f_group .f_textarea.nano{height:330px;overflow:visible}.essay_rewriter_form.loading .f_group .nano-content{overflow:hidden}.essay_rewriter_form.loading .nano-pane{display:none}.essay_rewriter_form #send-block{align-items:center;display:flex;justify-content:space-between}.essay_rewriter_form #send-block .left{flex-basis:300px}.essay_rewriter_form #send-block .right{display:none;flex-basis:400px;justify-content:flex-end}.essay_rewriter_form #send-block .right.opened{display:flex}.words-count-wrap{margin-right:20px;padding:12px}#send-block .buttons,.words-count-wrap{background:#f9fafa;border:1px solid #e1e4e8;border-radius:4px;box-sizing:border-box;color:#19283f;font-size:14px;line-height:17px;text-align:center}#send-block .buttons{display:flex;justify-content:space-between;padding:4px}#send-block .buttons button{background:none;border-radius:2px;display:none;height:34px;position:relative;transition:all .5s;width:34px}#send-block .buttons button.visible{display:block}#send-block .buttons button:hover{background:#fff;box-shadow:0 1px 2px rgba(41,70,115,.08)}#send-block .buttons button:hover:before{background:#415574}#send-block .buttons button:disabled:hover:before{background:#7e8ea7!important}#send-block .buttons button:hover .tooltip{opacity:1}#send-block .buttons button:disabled:hover .tooltip{opacity:0}#send-block .buttons button:disabled:hover{background:none;box-shadow:none}#send-block .buttons button .tooltip{background:#001632;border-radius:2px;color:#fff;font-size:11px;left:50%;line-height:16px;padding:4px 10px;text-align:center;top:-33px;transform:translateX(-50%);transition:all .5s;width:-webkit-max-content;width:-moz-max-content;width:max-content}#send-block .buttons button .tooltip:before{background:#001632;border-radius:1px;bottom:-5px;content:"";height:11px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:11px}#send-block .buttons button:before{background:#7e8ea7;content:"";display:block;height:18px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .5s;width:18px}#send-block .buttons button:disabled,#send-block .buttons button:disabled:hover{cursor:inherit;opacity:.8!important}.download-text:before{-webkit-mask-image:url(/assets/img/download.svg?2e0484d334583c154f661d30fc88c55b);mask-image:url(/assets/img/download.svg?2e0484d334583c154f661d30fc88c55b)}.copy-text:before{-webkit-mask-image:url(/assets/img/copy.svg?fc21675e1fa747c126978f95e8414bc1);mask-image:url(/assets/img/copy.svg?fc21675e1fa747c126978f95e8414bc1)}.next-action:before{-webkit-mask-image:url(/assets/img/back.svg?61c87fe8b52502495afadd474b45c3d2);mask-image:url(/assets/img/back.svg?61c87fe8b52502495afadd474b45c3d2)}.back-action:before{-webkit-mask-image:url(/assets/img/forward.svg?3ca0d6b6c642aa2ca6908e8909b53cfb);mask-image:url(/assets/img/forward.svg?3ca0d6b6c642aa2ca6908e8909b53cfb)}.clear-text:before{-webkit-mask-image:url(/assets/img/delete.svg?6932639a658eaf19ab10a529c5f08bd2);mask-image:url(/assets/img/delete.svg?6932639a658eaf19ab10a529c5f08bd2)}#send-block .buttons button.clear-text:hover:before{background:#fc781e}#send-block .buttons button.copy-text.active{background:#fff;box-shadow:0 1px 2px rgba(41,70,115,.08)}#send-block .buttons button.copy-text.active:before{background:#27a82a}#send-block .buttons button.copy-text.active .tooltip{opacity:1}.essay_rewriter_form .f_group .f_textarea.nano .checking_status{background:hsla(0,0%,100%,.95);border-radius:2px;bottom:0;color:#73747e;left:0;position:absolute;right:0;top:0;z-index:2}.essay_rewriter_form .f_group .f_textarea.nano .checking_status span{font-size:15px;line-height:19px}.essay_rewriter_form .f_group .f_textarea.nano .nano-content{position:inherit}.essay_rewriter_form #result-text,.essay_rewriter_form.successful #checked_text{display:none}.essay_rewriter_form.successful #result-text{border:1px solid #e1e4e6;border-radius:4px;display:block;height:100%}.essay_rewriter_form.successful #send-block .right{display:flex}.essay_rewriter_form.successful #send-block .buttons button{display:block}.essay_rewriter_form #new_rephrase,.essay_rewriter_form.successful .btn_submit{display:none}.essay_rewriter_form.successful #new_rephrase{display:block}.qtiperar{background:#ffeddd;font-weight:400;padding:5px 2px;transition:all .5s}.qtiperar.active-word,.qtiperar:hover{background:#fc781e;color:#fff!important}.qtiperar-tooltip{background:#fffdfb;border:1px solid #e1e4e8;border-radius:4px;box-shadow:0 5px 10px rgba(103,117,159,.2);box-sizing:border-box;display:flex;flex-wrap:wrap;padding:0 0 15px;position:absolute;width:270px;z-index:3}.qtiperar-tooltip .scrollbar{max-height:210px;overflow-y:scroll;width:100%}.qtiperar-tooltip .scrollbar span{transition:all .5s}.qtiperar-tooltip .scrollbar span:hover{background:#f4fbf4;color:#27a82a}.qtiperar-tooltip span:not(.scrollbar,.close,.search){box-sizing:border-box;color:#2e415a;cursor:pointer;display:block;font-size:14px;line-height:42px;padding:0 15px;transition:all .3s ease;width:100%}.qtiperar-tooltip .search{margin:0 auto;position:relative;width:calc(100% - 30px)}.qtiperar-tooltip .close,.qtiperar-tooltip .close:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuMzU0LjY0Ni4zNTMtLjM1My0uMzUzLjM1M1ptMCAuNzA4LjM1My4zNTMtLjM1My0uMzUzWk04LjY0Ni42NDYgOSAxIDguNjQ2LjY0NlpNNSA0LjI5M2wtLjM1NC4zNTNhLjUuNSAwIDAgMCAuNzA4IDBMNSA0LjI5M1pNMS4zNTQuNjQ2IDEgMWwuMzU0LS4zNTRabS0uNzA4IDBMMSAxIC42NDYuNjQ2Wm0wIC43MDhMMSAxbC0uMzU0LjM1NFpNNC4yOTMgNWwuMzUzLjM1NGEuNS41IDAgMCAwIDAtLjcwOEw0LjI5MyA1Wk0uNjQ2IDguNjQ2IDEgOWwtLjM1NC0uMzU0Wm0wIC43MDgtLjM1My4zNTMuMzUzLS4zNTNabS43MDggMCAuMzUzLjM1My0uMzUzLS4zNTNaTTUgNS43MDdsLjM1NC0uMzUzYS41LjUgMCAwIDAtLjcwOCAwTDUgNS43MDdabTQuMzU0IDMuNjQ3LjM1My4zNTMtLjM1My0uMzUzWk01LjcwNyA1bC0uMzUzLS4zNTRhLjUuNSAwIDAgMCAwIC43MDhMNS43MDcgNVpNOSAxbC43MDcuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkgMVptMCAwIC43MDctLjcwN2ExIDEgMCAwIDAtMS40MTQgMEw5IDFaTTUuMzU0IDQuNjQ2IDkgMSA4LjI5My4yOTMgNC42NDYgMy45MzlsLjcwOC43MDdaTTEgMWwzLjY0NiAzLjY0Ni43MDgtLjcwN0wxLjcwNy4yOTMgMSAxWm0wIDAgLjcwNy0uNzA3YTEgMSAwIDAgMC0xLjQxNCAwTDEgMVptMCAwTC4yOTMuMjkzYTEgMSAwIDAgMCAwIDEuNDE0TDEgMVptMy42NDYgMy42NDZMMSAxbC0uNzA3LjcwNyAzLjY0NiAzLjY0Ny43MDctLjcwOFpNMSA5bDMuNjQ2LTMuNjQ2LS43MDctLjcwOEwuMjkzIDguMjkzIDEgOVptMCAwLS43MDctLjcwN2ExIDEgMCAwIDAgMCAxLjQxNEwxIDlabTAgMC0uNzA3LjcwN2ExIDEgMCAwIDAgMS40MTQgMEwxIDlabTMuNjQ2LTMuNjQ2TDEgOWwuNzA3LjcwNyAzLjY0Ny0zLjY0Ni0uNzA4LS43MDdaTTkgOSA1LjM1NCA1LjM1NGwtLjcwOC43MDcgMy42NDcgMy42NDZMOSA5Wm0wIDAtLjcwNy43MDdhMSAxIDAgMCAwIDEuNDE0IDBMOSA5Wm0wIDAgLjcwNy43MDdhMSAxIDAgMCAwIDAtMS40MTRMOSA5Wk01LjM1NCA1LjM1NCA5IDlsLjcwNy0uNzA3LTMuNjQ2LTMuNjQ3LS43MDcuNzA4Wk05IDEgNS4zNTQgNC42NDZsLjcwNy43MDggMy42NDYtMy42NDdMOSAxWiIgZmlsbD0iIzc0NkM1RiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:block;height:10px;padding:0;position:absolute;right:6px;top:6px;width:10px;z-index:3}.qtiperar-tooltip .search input{border:1px solid #e1e4e8;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#8390b0;font-size:15px;height:42px;outline:none;padding:0 70px 0 15px;width:100%}.qtiperar-tooltip .search button{background:#27a82a;border:none;border-radius:2px;box-sizing:border-box;color:#fff;font-size:15px;font-weight:500;height:32px;line-height:32px;margin:0;padding:0;position:absolute;right:5px;top:50%;transform:translateY(-50%);width:60px}@media screen and (max-width:1049px){.essay-rewriter .random-writer{margin:80px 20px 0}}@media (max-width:1024px){.essay-rewriter .plagiarism-w4s .plagiarism_left,.essay-rewriter .plagiarism-w4s .plagiarism_right{flex-basis:100%;width:100%}.essay-rewriter .plagiarism-w4s .plagiarism_left li:last-child{flex-basis:390px}.essay-rewriter .plagiarism-w4s .plagiarism_right{justify-content:flex-start}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right div:first-child,.essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step:last-child{margin:0}.plagiarism-w4s .plagiarism_right .plagiarism_step:last-child{flex-basis:235px}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step:first-child{flex-basis:270px;font-size:15px;margin-left:20px}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step:before{bottom:0}.essay-rewriter .plagiarism_left li{padding:15px 20px}.inner_page.scrolled .essay-rewriter .plagiarism{width:100%}.essay_rewriter_form #send-block .left{flex-basis:220px}.essay_rewriter_form #send-block .right{flex-basis:calc(100% - 230px)}}@media (max-width:767px){.essay-rewriter .plagiarism-w4s .plagiarism_left li{flex-basis:auto;padding:10px;width:auto}.essay-rewriter .plagiarism-w4s .plagiarism_left li:last-child{flex-basis:100%;width:100%}.essay-rewriter .essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step:first-child{flex-basis:80%;margin:0;padding-bottom:5px;text-align:left}.essay-rewriter .plagiarism-w4s .plagiarism_right .plagiarism_step:last-child,.essay-rewriter .plagiarism-w4s .plagiarism_right div:first-child{flex-basis:100%}.essay_rewriter_form{border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);padding:0}.essay_rewriter_form input{height:48px}.essay_rewriter_form #send-block{flex-wrap:wrap}.essay_rewriter_form #send-block .left{flex-basis:200px}.essay_rewriter_form #send-block .right.opened{flex-basis:100%;margin-top:15px}.essay_rewriter_form #checker_submit{margin:0 auto 15px}.essay_rewriter_form #send-block{position:relative}.essay_rewriter_form .words-count-wrap{margin:0;padding:4px 11px;position:absolute;right:0;text-align:left;top:0;width:calc(100% - 220px)}#send-block .buttons{width:100%}.essay-rewriter .plagiarism_left li{margin-bottom:10px}.essay-rewriter .plagiarism_right div{padding-top:20px}.essay_rewriter_form.successful #result-text{margin-right:0!important}.f_group .f_textarea.nano .nano-content{padding:10px 15px}}
.head_slider.writers_team.citation-generator-banner{border-bottom:1px solid #e5e8f6;margin-bottom:-40px}.generator_tabs{box-sizing:border-box;display:flex;flex-basis:100%;flex-wrap:wrap;list-style:none;margin:0 auto;padding:0 30px;position:relative;z-index:9}.generator_tabs .tabs_title{border:1px solid transparent;border-bottom:none;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;color:#253045;cursor:pointer;font-size:15px;height:40px;line-height:40px;margin-bottom:-1px;padding:0 34px;position:relative;z-index:10}.generator_tabs .tabs_title.active{background:#fff;border-color:#e5e8f6;font-weight:500}.generator_tabs .tabs_title:before{background:transparent;border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;-webkit-border-radius:20px 20px 0 0;bottom:0;content:"";height:2px;left:34px;position:absolute;width:calc(100% - 68px)}.generator_tabs .tabs_title.active:before{background:#27a82a}.generator_tabs .subtabs{display:none;flex-basis:calc(100% + 60px);justify-content:space-between;list-style:none;margin:0 -30px;padding:0 20px}.generator_tabs .subtabs.opened{display:flex}.generator_tabs .subtabs .subtabs_title{padding:10px 30px;position:relative}.generator_tabs .subtabs .subtabs_title:before{background:transparent;border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;-webkit-border-radius:20px 20px 0 0;bottom:0;content:"";height:2px;left:30px;position:absolute;width:calc(100% - 60px)}.generator_tabs .subtabs .subtabs_title.active:before{background:#27a82a}.generator_tabs .subtabs .subtabs_title.active{font-weight:500}.generator_tabs .subtabs .subtabs_title:hover{cursor:pointer}.tabs_content{-webkit-animation:fadeEffect 1s;animation:fadeEffect 1s;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);display:none;margin-top:30px;padding:50px 60px;width:100%}.tabs_content.current{display:block}.citation_generator .select_citation{display:none}.citation_generator .f_row{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:50px}.citation_generator .f_row .fields_block_title{display:flex;margin-bottom:30px;width:100%}.citation_generator .f_row .fields_block_title span{color:#253045;font-size:18px;font-weight:600;line-height:28px}.citation_generator .tooltip_info{cursor:pointer;display:inline-block;height:18px;margin:0 8px;position:relative;width:18px}.citation_generator .tooltip_info:before{background:url(/assets/img/cabinet_info_icon.svg?0240cb3d766d7b382f25f445533d03d8) no-repeat;background-size:cover;color:#c6cfe4;content:"";height:16px;left:0;line-height:18px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.citation_generator .f_row .fields_block_title .note{color:#7f8794;font-size:12px;margin-left:auto}.citation_generator .fields_block .f_row .f_group.contributor_type{width:240px}.citation_generator .f_item{display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.citation_generator .f_group{margin-bottom:0}.citation_generator .f_group label{align-items:center;color:#39404d;display:flex;font-size:12px;font-weight:500;line-height:16px;margin-bottom:10px;width:100%}.citation_generator .f_group{width:calc(50% - 145px)}.citation_generator .fields_block .f_row .btn_contributor{background:url(/assets/img/plus.svg?58ae4222e64aee49971af9ba7d67c25e) no-repeat 0;color:#006dd3;font-size:13px;font-weight:500;line-height:16px;padding-left:16px}.citation_generator .btn_contributor_wrap{text-align:right;width:100%}.citation_generator .f_group.f_title{margin-bottom:30px;width:100%}.citation_generator .f_group.access_date,.citation_generator .f_group.encyclopedia_title,.citation_generator .f_group.f_publisher,.citation_generator .f_group.f_series,.citation_generator .f_group.f_url,.citation_generator .f_group.f_website,.citation_generator .f_group.place_publication,.citation_generator .f_group.publication_date,.citation_generator .f_group.source_title,.citation_generator .f_group.type_image{align-items:center;justify-content:space-between;width:calc(50% - 12px)}.citation_generator .content_ebook .f_group.f_doi,.citation_generator .content_ebook .f_group.type_book,.citation_generator .content_pdf .f_group.f_doi{margin-bottom:0;width:calc(50% - 12px)}.citation_generator .content_encyclopedia .f_group.f_publisher,.citation_generator .content_pdf .f_group.f_publisher,.citation_generator .f_group.encyclopedia_title,.citation_generator .f_group.f_series,.citation_generator .f_group.source_title,.citation_generator .f_group.type_image{margin-bottom:30px}.citation_generator .f_group.f_edition,.citation_generator .f_group.f_number,.citation_generator .f_group.f_vol{width:calc(16.66667% - 16px)}.citation_generator .f_group.book_title,.citation_generator .f_group.f_doi,.citation_generator .f_group.f_journal{margin-bottom:30px;width:calc(100% - 298px)}.citation_generator .content_encyclopedia .f_group.f_url,.citation_generator .f_group.f_newspaper{width:calc(100% - 298px)}.citation_generator .f_group.f_issue,.citation_generator .f_group.f_volume,.citation_generator .f_group.pages_from,.citation_generator .f_group.pages_to{width:125px}.citation_generator .content_article .f_group.f_url,.citation_generator .content_ebook .f_group.f_url,.citation_generator .content_image .f_group.f_url,.citation_generator .content_journal .f_group.f_url,.citation_generator .content_magazine .f_group.f_url,.citation_generator .f_group.chapter_title{width:100%}.citation_generator .content_image .f_group.f_url{margin-bottom:0}.citation_generator .content_ebook .f_group.f_publisher,.citation_generator .content_ebook .f_group.f_url,.citation_generator .f_group.chapter_title{margin-bottom:30px}.citation_generator .f_group.pages_to{margin-top:26px}.citation_generator .f_group.citation_style{align-items:center;align-self:auto;justify-content:flex-start;width:calc(50% - 12px)}.citation_generator .f_group.access_date .f_group,.citation_generator .f_group.publication_date .f_group{width:calc(33.33333% - 16px)}.citation_generator .f_group.citation_style label{margin:0;width:160px}.citation_generator .fields_block_bottom{display:flex;justify-content:space-between}.citation_generator .btn_generate{background:#27a82a;border-radius:100px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;height:45px;line-height:45px;padding:0 10px;text-align:center;transition:all .3s;width:300px}.citation_generator .btn_generate:hover{background:#229325;color:#fff}.citation_generator .f_group .jq-selectbox__select-text{border:1px solid #e1e4e8;border-radius:4px}.citation_generator .f_group.citation_style select{border:none;width:130px}.citation_generator .f_group.citation_style .jq-selectbox{width:130px}.citation_generator .f_group.citation_style .jq-selectbox__select-text{border:none;font-size:15px;font-weight:500;padding:5px}.citation_generator .f_group.citation_style .jq-selectbox__select-text:before{background:#27a82a;border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;-webkit-border-radius:20px 20px 0 0;bottom:0;content:"";height:2px;left:0;position:absolute;width:calc(100% - 38px)}.citation_generator .f_group.citation_style .jq-selectbox__select-text{border-radius:0}.citation_generator .f_group .disabled .jq-selectbox__select-text,.citation_generator .f_group select:disabled{background:#f5f5f5;border-color:#ccc;border-radius:4px}.citation_generator .fields_block_title .tooltip_info{height:28px}.citation_result{margin-top:80px}.citation_result .citation_result_title{color:#253045;font-size:42px;font-weight:700;line-height:54px;margin-bottom:20px}.citation_result .citation_result_content{border:1px solid #b4d8b5;border-radius:8px;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12)}.citation_result .citation_result_item{position:relative}.citation_result .citation_result_item:before{background:#27a82a;border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;-webkit-border-radius:0 20px 20px 0;content:"";height:calc(100% - 16px);left:0;position:absolute;top:8px;width:6px;z-index:21}.citation_result .citation_result_content .citation_result_top{padding:50px 60px 30px}.citation_result .citation_result_content .citation_result_bottom{background:#f9fafa;border-radius:0 0 7px 7px;display:flex;justify-content:space-between;padding:20px 60px}.citation_result .citation_result_content .citation_result_type{background:#fd9;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;color:#253045;display:inline-block;font-size:14px;font-weight:500;line-height:34px;padding:0 15px;position:absolute;right:10px;top:10px;vertical-align:top;z-index:10}.citation_result .citation_result_field:first-child{width:calc(100% - 200px)}.citation_result .citation_result_field>span{color:#7f8794;font-size:14px;line-height:18px}.citation_result .citation_result_field>p{color:#253045;font-size:15px;line-height:26px}.citation_result .citation_result_field+.citation_result_field{margin-top:20px}.citation_result .control_panel{display:flex}.citation_result button{background:none;border-radius:2px;display:block;height:34px;margin-left:15px;position:relative;transition:all .5s;width:34px}.citation_result button:before{background:#7e8ea7;content:"";display:block;height:18px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .5s;width:18px}.citation_result button:hover{background:#fff;box-shadow:0 1px 2px rgba(41,70,115,.08)}.citation_result button.btn_clear:hover:before{background:#fc781e}.citation_result .btn_copy:before{-webkit-mask-image:url(/assets/img/copy.svg);mask-image:url(/assets/img/copy.svg)}.citation_result .btn_clear:before{-webkit-mask-image:url(/assets/img/delete.svg);mask-image:url(/assets/img/delete.svg)}.citation_result .btn_edit:before{-webkit-mask-image:url(/assets/img/edit.svg);mask-image:url(/assets/img/edit.svg)}.citation_result .btn_download:before{-webkit-mask-image:url(/assets/img/download.svg);mask-image:url(/assets/img/download.svg)}.modal .t-center.buttons{display:flex;justify-content:center}.modal .t-center.buttons button{margin:0 10px;width:165px}@media screen and (max-width:1024px) and (min-width:768px){.generator_tabs{padding:0}.generator_tabs .tabs_title{padding:0 25px}.generator_tabs .tabs_title:before{left:25px;width:calc(100% - 50px)}.head_slider.writers_team.citation-generator-banner .decor_bear{top:0}.generator_tabs .subtabs{margin:0;padding:0}.generator_tabs .subtabs .subtabs_title{padding:10px}.generator_tabs .subtabs .subtabs_title:before{left:10px;width:calc(100% - 20px)}.tabs_content{padding:20px}.citation_generator .f_item{flex-wrap:wrap}.citation_generator .f_group,.citation_generator .fields_block .f_row .f_group.contributor_type{width:calc(50% - 12px)}.citation_generator .f_group.publication_date,.citation_generator .fields_block .f_row .f_group.contributor_type{margin-bottom:30px}.citation_generator .f_group.access_date,.citation_generator .f_group.encyclopedia_title,.citation_generator .f_group.f_series,.citation_generator .f_group.publication_date{width:100%}.citation_generator .f_group.f_edition,.citation_generator .f_group.f_number,.citation_generator .f_group.f_vol{margin-bottom:30px;width:calc(33.33333% - 16px)}.citation_generator .content_encyclopedia .f_group.f_url,.citation_generator .f_group.book_title,.citation_generator .f_group.f_doi,.citation_generator .f_group.f_journal,.citation_generator .f_group.f_newspaper{width:calc(50% - 12px)}.citation_generator .f_group.f_issue,.citation_generator .f_group.f_volume,.citation_generator .f_group.pages_from,.citation_generator .f_group.pages_to{width:calc(25% - 18px)}.citation_generator .content_pdf .f_group.f_series,.citation_generator .content_pdf .f_group.f_title{order:1}.citation_generator .content_pdf .f_group.f_edition,.citation_generator .content_pdf .f_group.f_number,.citation_generator .content_pdf .f_group.f_vol{order:2}.citation_generator .content_pdf .f_group.f_doi,.citation_generator .content_pdf .f_group.f_publisher,.citation_generator .content_pdf .f_group.f_url,.citation_generator .content_pdf .f_group.place_publication{order:3}.citation_result .citation_result_content .citation_result_bottom,.citation_result .citation_result_content .citation_result_top{padding:20px}}@media (max-width:767px){.head_slider.writers_team.citation-generator-banner .bottom_group{margin-top:400px}.generator_tabs{display:none}.citation_generator .width{padding:0}.tabs_content{padding:30px 20px}.citation_generator .f_item{flex-wrap:wrap}.citation_generator .f_group.access_date,.citation_generator .f_group.encyclopedia_title,.citation_generator .f_group.f_publisher,.citation_generator .f_group.f_series,.citation_generator .f_group.f_url,.citation_generator .f_group.f_website,.citation_generator .f_group.first_name,.citation_generator .f_group.last_name,.citation_generator .f_group.place_publication,.citation_generator .f_group.publication_date,.citation_generator .f_group.source_title,.citation_generator .f_group.type_image,.citation_generator .fields_block .f_row .f_group.contributor_type{width:100%}.citation_generator .f_group.contributor_type,.citation_generator .f_group.f_title,.citation_generator .f_group.f_url,.citation_generator .f_group.first_name,.citation_generator .f_group.last_name,.citation_generator .f_group.publication_date{margin-bottom:20px}.citation_generator .f_group.access_date .f_group,.citation_generator .f_group.f_edition,.citation_generator .f_group.f_issue,.citation_generator .f_group.f_vol,.citation_generator .f_group.f_volume,.citation_generator .f_group.pages_from,.citation_generator .f_group.pages_to,.citation_generator .f_group.publication_date .f_group{width:calc(50% - 10px)}.citation_generator .content_encyclopedia .f_group.f_url,.citation_generator .f_group.access_date .f_group.f_year,.citation_generator .f_group.book_title,.citation_generator .f_group.f_doi,.citation_generator .f_group.f_journal,.citation_generator .f_group.f_newspaper,.citation_generator .f_group.f_number,.citation_generator .f_group.publication_date .f_group.f_year{margin-bottom:20px;width:100%}.citation_generator .fields_block_bottom{flex-wrap:wrap}.citation_generator .btn_generate,.citation_generator .content_pdf .f_group.f_doi,.citation_generator .f_group.citation_style{width:100%}.citation_generator .content_ebook .f_group.f_publisher,.citation_generator .content_ebook .f_group.f_url,.citation_generator .content_encyclopedia .f_group.f_publisher,.citation_generator .content_pdf .f_group.f_publisher,.citation_generator .f_group.chapter_title,.citation_generator .f_group.citation_style,.citation_generator .f_group.encyclopedia_title,.citation_generator .f_group.f_edition,.citation_generator .f_group.f_issue,.citation_generator .f_group.f_publisher,.citation_generator .f_group.f_series,.citation_generator .f_group.f_vol,.citation_generator .f_group.f_volume,.citation_generator .f_group.pages_from,.citation_generator .f_group.pages_to,.citation_generator .f_group.place_publication,.citation_generator .f_group.source_title,.citation_generator .f_group.type_image{margin-bottom:20px}.citation_generator .select_citation{display:block;margin:0 20px;padding-top:20px;width:calc(100% - 40px)}.head_slider.writers_team.citation-generator-banner{margin-bottom:0}.head_slider.writers_team.citation-generator-banner .decor_bear{bottom:-20px}.tabs_content{border-top:none;box-shadow:none}}
.thesis-statement .plagiarism_left li:first-child{flex-basis:140px}.thesis-statement .plagiarism_left{justify-content:flex-start}.thesis_statement_form .f_label{margin-bottom:5px}.thesis_statement_form .f_label label{display:flex;flex-wrap:wrap;font-size:15px;font-weight:500;justify-content:space-between;line-height:19px}.thesis_statement_form .f_label label span{color:#7f8794;display:block;font-size:12px;font-weight:400;line-height:20px;margin-top:10px;width:100%}.thesis_statement_form .btn_contributor{background:url(/assets/img/plus.svg?58ae422…) no-repeat 0;color:#006dd3;font-size:13px;font-weight:500;line-height:16px;margin-top:5px;padding-left:16px;transition:all .5s}.thesis_statement_form .btn_contributor:disabled,.thesis_statement_form .btn_contributor:disabled:hover{color:#006dd3;cursor:inherit;opacity:.5}.thesis_statement_form .btn_contributor:hover{color:#3195f4}.thesis_statement_form .f_group .f_input{margin-bottom:10px}.thesis_statement_form .reasoning_item{position:relative}.thesis_statement_form .reasoning_item .remove_item{background:#f9fafa;border-radius:2px;display:block;height:34px;position:absolute;right:4px;top:4px;width:34px}.thesis_statement_form .reasoning_item .remove_item:hover{background:#fff;box-shadow:0 1px 2px rgba(41,70,115,.08)}.thesis_statement_form .reasoning_item .remove_item:before{background:#7e8ea7;content:"";display:block;height:18px;left:50%;-webkit-mask-image:url(/assets/img/delete.svg);mask-image:url(/assets/img/delete.svg);position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .5s;width:18px}.thesis_statement_form .reasoning_item .remove_item:hover:before{background:#fc781e}.thesis_statement_form #send-block{align-content:center;display:flex;justify-content:space-between}.thesis_statement_form #send-block .btn_example{color:#006dd3;font-size:15px;font-weight:400;line-height:18px;transition:all .5s}.thesis_statement_form #send-block .btn_example:hover{color:#3195f4}.thesis_statement_form .result_wrap,.thesis_statement_form.successfully .form_wrap{display:none}.thesis_statement_form.successfully .result_wrap{display:block}.thesis_statement_form .result_wrap .text-wrapper{background:#fff;border:1px solid #e1e4e8;border-radius:4px;box-sizing:border-box;margin-top:10px;padding:10px 15px}.thesis_statement_form .result_wrap .text-wrapper span{font-size:15px;line-height:26px;padding:4px 0}.thesis_statement_form .result_wrap .text-wrapper .text_1{background:#f3e1fc}.thesis_statement_form .result_wrap .text-wrapper .text_2{background:#e1dfff}.thesis_statement_form .result_wrap .text-wrapper .text_3{background:#dbf5cc}.thesis_statement_form .result_wrap .text-wrapper .text_4{background:#ffeddd}.thesis_statement_form .light_green_button{background:#f0fff0;border:1px solid #27a82a;border-radius:100px;color:#27a82a;font-size:14px;font-weight:600;text-align:center;width:240px}.thesis_statement_form .light_green_button:hover{background:#27a82a;color:#fff}.thesis_statement_form .btn_copy{background:url(/assets/img/copy-blue.svg?3470cabc3eae4d1106010d2fde2713ce) no-repeat 0;color:#006dd3;font-size:13px;font-weight:500;line-height:16px;margin-top:15px;padding-left:16px;position:relative;transition:all .5s}.thesis_statement_form .btn_copy.copied{background:url(/assets/img/copied.svg?16583beb91c7de8c9c0f46fc7218541b) no-repeat 0}.thesis_statement_form .btn_copy:hover{color:#3195f4}.thesis_statement_form .btn_copy .tooltip{background:#001632;border-radius:2px;color:#fff;font-size:11px;font-weight:500;left:-5px;line-height:16px;padding:4px 10px;text-align:center;top:-30px;width:130px}.thesis_statement_form .btn_copy .tooltip:before{background:#001632;bottom:-4px;content:"";height:8px;left:8px;position:absolute;transform:rotate(45deg);width:8px}.thesis_statement_form .btn_copy.copied .tooltip{opacity:1;z-index:9}.thesis_statement_form .f_group.error span.error{margin:0}@media screen and (max-width:1049px){.thesis_statement_form .rounded8{padding:30px 30px 50px!important}}@media (max-width:767px){.thesis_statement_form{padding:0}.thesis_statement_form .rounded8{border-top:1px solid #e9eef4;box-shadow:0 1px 2px rgba(41,70,115,.08),0 5px 10px rgba(116,138,202,.12);padding:30px 20px 50px!important}.thesis_statement_form #send-block{flex-wrap:wrap}.thesis_statement_form #send-block .btn_example{margin:30px auto 0}.thesis_statement_form .light_green_button{box-sizing:border-box;margin-top:20px;width:100%}}
@charset "UTF-8";.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}
