*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}
html{height:100%}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
input,select{vertical-align:middle}
.clear{visibility:hidden;display:block;height:0;clear:both}
button{cursor:pointer}
a{text-decoration:none;color:#1f85c5}
a:hover{text-decoration:underline}
.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block}
.slick-track:after,.slick-track:before{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display: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:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@font-face{font-family:Golos;src:url("../../../../fonts/golos/Golos-Text_Regular.woff2") format("woff2");font-weight:400;font-style:normal}
@font-face{font-family:Golos;src:url("../../../../fonts/golos/Golos-Text_Medium.woff2") format("woff2");font-weight:500;font-style:normal}
@font-face{font-family:Golos;src:url("../../../../fonts/golos/Golos-Text_DemiBold.woff2") format("woff2");font-weight:600;font-style:normal}
@font-face{font-family:Golos;src:url("../../../../fonts/golos/Golos-Text_Bold.woff2") format("woff2");font-weight:700;font-style:normal}
*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased}
html{font:400 16px/20px Golos}
body{margin:0;padding:0;width:100%;height:100%;min-height:100%}
.new-container{position:relative;max-width:1440px;min-width:320px;margin:0 auto;padding:0 40px}
.gui-hidden{display:none}
sup{vertical-align:super;font-size:smaller}
button,input,textarea{font-family:inherit}
@media screen and (max-width:767px){.new-container{padding:0 16px}
}
@media screen and (max-width:479px){.w-section{overflow:hidden}
}
.js-formLoader{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);min-height:100px}
.js-formLoader .loader{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px;height:80px;-webkit-animation:show .25s ease-in-out forwards;animation:show .25s ease-in-out forwards;text-align:center}
.js-formLoader .loader__item{position:absolute;width:80px;height:80px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;-webkit-animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-width:5px;border-style:solid;border-color:#aaa transparent transparent}
.js-formLoader .loader__item:nth-child(1){-webkit-animation-delay:-.45s;animation-delay:-.45s}
.js-formLoader .loader__item:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}
.js-formLoader .loader__item:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}
@-webkit-keyframes show{from{opacity:0}
}
@keyframes show{from{opacity:0}
}
@-webkit-keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.form__input{position:relative;width:100%;height:67px;padding-left:27px;padding-top:14px;border:2px solid #F0F0F0;font-weight:400;font-size:1rem;line-height:130%;color:#091520;cursor:pointer;-webkit-transition:border .3s,background-color 5000s ease-in-out 0s;-o-transition:border .3s,background-color 5000s ease-in-out 0s;transition:border .3s,background-color 5000s ease-in-out 0s}
.form__input:hover{border:2px solid #555}
.form__input-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}
.form__input-block{position:relative;width:calc(50% - 10px);-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.form__input-block:first-child{width:100%}
.form__input:hover~.form-reg__input-text{top:12px;font-size:.875rem;opacity:.5}
.form__input.error{border-color:#e95a43!important}
.form__input.error~.form-reg__input-text{color:#e95a43!important}
.form-reg__input-text{position:absolute;left:29px;display:block;font-weight:400;font-size:1rem;line-height:130%;color:#091520;-webkit-transition:top .3s,font-size .3s,opacity .3s ease;-o-transition:top .3s,font-size .3s,opacity .3s ease;transition:top .3s,font-size .3s,opacity .3s ease;pointer-events:none;top:24px;opacity:1}
.form-reg__input-text--top{top:12px;font-size:.875rem;opacity:.5}
.form__button{font-family:Golos;display:block;max-width:195px;width:100%;padding:17px 10px 18px;font-weight:400;font-size:1rem;line-height:130%;color:#FFF;text-align:center;background-color:#091520;cursor:pointer}
.form__button-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:58px}
.form__button-description{max-width:270px;width:100%;font-weight:400;font-size:.875rem;line-height:120%;color:#091520;opacity:.6}
.form__button-description a{color:#091520;border-bottom:1px solid #091520}
.form__button-description a:hover{border-bottom-color:transparent;text-decoration:none}
.form input+div.error{display:block!important}
.form div.error{position:absolute;width:100%;left:0;top:100%;padding-top:2px;font-size:.6875rem;font-weight:400;line-height:1;color:#e95a43!important}
@media screen and (max-width:767px){.form__input{height:47px;padding-left:24px;padding-top:11px;font-size:1rem}
.form__input-block{width:100%}
.form__input:hover~.form-reg__input-text{top:5px;font-size:.75rem}
.form-reg__input-text{left:26px;font-size:.875rem;top:14px}
.form-reg__input-text--top{top:5px;font-size:.75rem}
.form__button{max-width:178px;padding:14px 10px 15px;font-size:.875rem}
.form__button-container{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:40px}
.form__button-description{max-width:300px;font-size:.75rem;margin-top:32px}
}
.header{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.header__container{width:50%}
.header__container:nth-child(1) .header__block{margin-left:auto}
.header__container:nth-child(2){background:-o-linear-gradient(283deg,#F0F0F0 -15.6%,rgba(240,240,240,0) 61.18%);background:linear-gradient(167deg,#F0F0F0 -15.6%,rgba(240,240,240,0) 61.18%)}
.header__container:nth-child(2) .header__block{padding-top:86px;padding-right:40px}
.header__block{max-width:720px;padding:76px 80px}
.header__title{color:#091520;font-size:2.375rem;font-weight:400;line-height:120%}
.header__subtitle{max-width:500px;margin-top:24px;color:#091520;font-size:1.75rem;font-weight:400;line-height:120%}
.header__payment{display:inline-block;margin-top:8px;padding:2px 10px 5px;background-color:#FFD540;border-radius:22px;font-size:1rem;line-height:1;color:#091520}
.header__payment:hover{text-decoration:none}
.header__text{max-width:410px;color:#091520;font-size:1.5rem;font-weight:400;line-height:130%}
.header__button{display:block;width:250px;text-align:center;padding:17px 0;background-color:#00BCD5;font-size:1rem;font-weight:400;line-height:130%;color:#fff;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.header__button:hover{text-decoration:none;background-color:#091520}
.header__button:nth-child(2){position:relative;padding:16px 0;background-color:#fff;border:1px solid #091520;color:#091520}
.header__button:nth-child(2):hover{text-decoration:none;color:#fff;background-color:#091520}
.header__button:nth-child(2) span{position:absolute;right:-38px;top:-41px;width:160px;padding:8px 0 10px;background:#FF5029;border-radius:20px;text-align:center;font-weight:400;font-size:1rem;line-height:100%;color:#FFF}
.header__button-block{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;gap:38px;margin-top:36px}
@media (max-width:1320px){.header__title{font-size:2rem}
.header__subtitle{font-size:1.625rem}
}
@media (max-width:1140px){.header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:-o-linear-gradient(283deg,#F0F0F0 -15.6%,rgba(240,240,240,0) 61.18%);background:linear-gradient(167deg,#F0F0F0 -15.6%,rgba(240,240,240,0) 61.18%)}
.header__container{width:100%}
.header__container:nth-child(1) .header__block{margin-left:unset;padding-bottom:16px}
.header__container:nth-child(2){background:unset}
.header__container:nth-child(2) .header__block{padding-top:0}
.header__block{max-width:unset;padding:80px}
.header__title{max-width:600px}
.header__text{max-width:560px}
.header__button-block{margin-top:54px}
}
@media (max-width:767px){.header__block{padding:48px 32px}
.header__title{max-width:400px;font-size:1.5rem}
.header__subtitle{margin-top:16px;font-size:1.25rem}
.header__payment{font-size:.875rem}
.header__text{max-width:380px;font-size:1rem}
.header__button{width:220px;padding:15px 0;font-size:.875rem}
.header__button:nth-child(2){padding:14px 0}
.header__button:nth-child(2) span{font-size:.875rem;width:140px;padding:6px 0 8px;top:-35px}
.header__button-block{margin-top:44px;gap:24px}
}
@media (max-width:479px){.header__button-block{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:36px}
}
.marquee{width:100%;background-color:#091520;overflow:hidden}
.marquee__container{width:3400px;position:relative}
.marquee__block{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;width:6800px;position:relative;overflow:hidden;-webkit-animation:marquee 50s linear infinite;animation:marquee 50s linear infinite}
.marquee__list{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 0 17px}
.marquee__item{position:relative;margin-left:16px;padding-left:24px;white-space:nowrap;color:#FFF;font-size:.875rem;font-weight:400;line-height:130%}
.marquee__item::before{content:'';position:absolute;top:6px;left:0;width:8px;height:8px;background-color:#fff}
@-webkit-keyframes marquee{0%{left:0}
100%{left:-100%}
}
@keyframes marquee{0%{left:0}
100%{left:-100%}
}
@media (max-width:767px){.marquee__container{width:2994px}
.marquee__block{width:5988px}
.marquee__item{font-size:.75rem}
.marquee__item::before{top:5px}
}
.advantage{overflow:hidden}
.advantage__list{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;padding:64px 40px 72px}
.advantage__item{width:calc(25% - 45px);position:relative;padding-top:80px;font-weight:400;font-size:1rem;line-height:130%;color:#091520}
.advantage__item::before{content:'';display:block;width:48px;height:48px;position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:48px}
.advantage__item:nth-child(1)::before{background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' y='16' width='16' height='8' fill='%2300BCD5'/%3E%3Crect x='40' y='8' width='16' height='8' fill='%23091520'/%3E%3Crect x='8' y='24' width='8' height='24' fill='%2300BCD5'/%3E%3Crect x='16' y='48' width='24' height='8' fill='%2300BCD5'/%3E%3Crect x='40' y='32' width='8' height='16' fill='%2300BCD5'/%3E%3Crect x='32' y='24' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='48' y='16' width='8' height='8' fill='%23091520'/%3E%3C/svg%3E")}
.advantage__item:nth-child(1) span{max-width:250px}
.advantage__item:nth-child(2)::before{background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' y='16' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='40' y='16' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='28' y='28' width='8' height='8' fill='%23091520'/%3E%3Crect x='24' y='8' width='16' height='8' fill='%2300BCD5'/%3E%3Crect x='8' y='24' width='8' height='16' fill='%2300BCD5'/%3E%3Crect x='40' y='40' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='32' y='48' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='24' y='48' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='16' y='40' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='48' y='24' width='8' height='16' fill='%2300BCD5'/%3E%3C/svg%3E")}
.advantage__item:nth-child(3)::before{background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' y='16' width='40' height='8' fill='%2300BCD5'/%3E%3Crect width='40' height='8' transform='matrix(-1 0 0 1 47.9993 40)' fill='%2300BCD5'/%3E%3Crect x='21.4866' y='6.48584' width='8' height='19' transform='rotate(45 21.4866 6.48584)' fill='%23091520'/%3E%3Crect x='13.6543' y='14.3135' width='19' height='8' transform='rotate(45 13.6543 14.3135)' fill='%23091520'/%3E%3Crect width='8' height='19' transform='matrix(-0.707107 0.707107 0.707107 0.707107 42.5132 31)' fill='%23091520'/%3E%3Crect width='19' height='8' transform='matrix(-0.707107 0.707107 0.707107 0.707107 50.3452 38.8271)' fill='%23091520'/%3E%3C/svg%3E")}
.advantage__item:nth-child(4)::before{background-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' y='8' width='32' height='8' fill='%2300BCD5'/%3E%3Crect x='8' y='16' width='8' height='24' fill='%2300BCD5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.489 21.2549L44.1459 26.9117L36.746 34.3116L36.7477 34.3133L31.0908 39.9701L31.0891 39.9685L31.0877 39.9699L25.4308 34.3131L25.4323 34.3116L20.9641 29.8434L26.621 24.1866L31.0891 28.6548L38.489 21.2549Z' fill='%23091520'/%3E%3Crect x='40' y='40' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='32' y='48' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='24' y='48' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='16' y='40' width='8' height='8' fill='%2300BCD5'/%3E%3Crect x='48' y='16' width='8' height='24' fill='%2300BCD5'/%3E%3C/svg%3E")}
.advantage__item span{display:block}
.advantage .slick-dots{position:relative;bottom:0}
.advantage .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.advantage .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.advantage .slick-dots li button::before{content:'';width:16px;height:4px;opacity:.4;background:#091520;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
.advantage .slick-dots li.slick-active,.advantage .slick-dots li.slick-active button{width:56px}
.advantage .slick-dots li.slick-active button::before{width:56px;background:#091520}
.advantage .slick-list{overflow:inherit;margin-bottom:32px}
.advantage .slick-track{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.advantage .slick-slide{height:inherit}
.advantage .slick-dotted.slick-slider{margin-bottom:0}
@media (max-width:1340px){.advantage__list{gap:40px}
.advantage__item{width:calc(25% - 30px)}
}
@media (max-width:991px){.advantage__list{padding:64px 0 48px;gap:0}
.advantage__item{width:50%;padding-left:40px;padding-right:40px}
.advantage__item::before{left:40px}
.advantage__item:nth-child(1) span{max-width:unset}
}
@media (max-width:767px){.advantage .new-container{padding:0}
.advantage__list{padding:54px 0 40px}
.advantage__item{font-size:.875rem;line-height:130%;padding-top:70px;padding-left:32px;padding-right:32px}
.advantage__item::before{background-size:48px;width:64px;height:64px;left:32px}
.advantage__item:nth-child(1) span{max-width:220px}
.advantage .slick-dots li{width:8px;height:2px}
.advantage .slick-dots li button{width:8px;height:8px;margin-top:-4px}
.advantage .slick-dots li button::before{width:8px;height:2px}
.advantage .slick-dots li.slick-active,.advantage .slick-dots li.slick-active button,.advantage .slick-dots li.slick-active button::before{width:38px}
.advantage .slick-list{margin-bottom:16px}
}
@media (max-width:479px){.advantage__item{width:100%}
.advantage__item:nth-child(1) span{max-width:unset}
}
.without-accountant{background-color:#f0f0f0;overflow:hidden}
.without-accountant .new-container{padding-top:80px}
.without-accountant__header{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:40px}
.without-accountant__title{max-width:800px;width:calc(100% - 264px);font-weight:400;font-size:2.375rem;line-height:120%;color:#191716}
.without-accountant__button{display:block;width:204px;background-color:#191716;font-weight:400;font-size:1rem;line-height:130%;color:#FFF;text-align:center;padding:16px 0 17px;text-decoration:none;border:1px solid #191716;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.without-accountant__button:hover{text-decoration:none;background-color:#FFF;color:#191716}
.without-accountant__button-footer{display:none;margin-left:auto}
.without-accountant__list{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;padding-top:40px;padding-bottom:4px}
.without-accountant__item{position:relative;width:calc(25% - 3px);max-width:340px;padding:40px 40px 147px;background-color:#fff;z-index:0}
.without-accountant__item::before{content:'';display:block;position:absolute;background-repeat:no-repeat;background-size:cover;z-index:-1}
.without-accountant__item:nth-child(1){width:calc(50% - 2px);max-width:680px;padding:62px 40px 48px}
.without-accountant__item:nth-child(1)::before{right:34px;top:44px;width:267px;height:116px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/without-accountant/01.png")}
.without-accountant__item:nth-child(1) .without-accountant__item-text{max-width:300px}
.without-accountant__item:nth-child(2){width:calc(50% - 2px);max-width:680px;padding:62px 40px 48px}
.without-accountant__item:nth-child(2)::before{right:10px;top:35px;width:259px;height:120px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/without-accountant/02.png")}
.without-accountant__item:nth-child(2) .without-accountant__item-text{max-width:380px}
.without-accountant__item:nth-child(3)::before{left:40px;bottom:49px;width:225px;height:53px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/without-accountant/03.png")}
.without-accountant__item:nth-child(4)::before{left:40px;bottom:9px;width:246px;height:118px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/without-accountant/04.png")}
.without-accountant__item:nth-child(5)::before{left:40px;bottom:48px;width:216px;height:57px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/without-accountant/05.png")}
.without-accountant__item:nth-child(6)::before{left:40px;bottom:0;width:260px;height:128px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/without-accountant/06.png")}
.without-accountant__item:nth-child(6) .without-accountant__item-title span{max-width:160px}
.without-accountant__item-title{max-width:325px;font-weight:500;font-size:1.5rem;line-height:115%;color:#191716}
.without-accountant__item-title span{display:block}
.without-accountant__item-text{margin-top:18px;font-weight:400;font-size:.875rem;line-height:17px;color:#191716}
.without-accountant .slick-dots{position:relative;bottom:0}
.without-accountant .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.without-accountant .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.without-accountant .slick-dots li button::before{content:'';width:16px;height:4px;background:rgba(9,21,32,.4);-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:1}
.without-accountant .slick-dots li.slick-active,.without-accountant .slick-dots li.slick-active button{width:56px}
.without-accountant .slick-dots li.slick-active button::before{width:56px;background:#091520}
.without-accountant .slick-list{overflow:inherit;margin-bottom:36px}
.without-accountant .slick-track{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.without-accountant .slick-slide{height:inherit}
.without-accountant .slick-dotted.slick-slider{margin-bottom:0}
@media screen and (max-width:1320px){.without-accountant__list{padding-bottom:48px}
.without-accountant__item{margin-right:4px}
.without-accountant__item:nth-child(1){max-width:480px;padding:40px 40px 147px}
.without-accountant__item:nth-child(1)::before{right:unset;top:unset;left:13px;bottom:0}
.without-accountant__item:nth-child(2){max-width:480px;padding:40px 40px 147px}
.without-accountant__item:nth-child(2)::before{right:unset;top:unset;left:36px;bottom:2px}
}
@media screen and (max-width:991px){.without-accountant .new-container{padding-bottom:64px}
.without-accountant__title{width:100%}
.without-accountant__button{display:none}
.without-accountant__button-footer{display:block}
.without-accountant__list{padding-bottom:24px}
}
@media screen and (max-width:767px){.without-accountant .new-container{padding-top:60px;padding-bottom:56px}
.without-accountant__header{padding-left:16px;gap:18px}
.without-accountant__title{max-width:420px;font-size:1.25rem}
.without-accountant__button{width:186px;font-size:.875rem;padding:14px 0 15px}
.without-accountant__list{padding-top:24px;padding-bottom:24px}
.without-accountant__item{padding:32px 16px 120px;overflow:hidden}
.without-accountant__item:nth-child(1){max-width:340px;padding:32px 16px 120px}
.without-accountant__item:nth-child(1)::before{left:-8px;bottom:-8px}
.without-accountant__item:nth-child(2){max-width:340px;padding:32px 16px 120px}
.without-accountant__item:nth-child(2)::before{left:15px;bottom:-10px}
.without-accountant__item:nth-child(3)::before{left:16px;bottom:45px}
.without-accountant__item:nth-child(3) .without-accountant__item-title{max-width:170px}
.without-accountant__item:nth-child(4)::before{left:16px;bottom:2px}
.without-accountant__item:nth-child(4) .without-accountant__item-title{max-width:170px}
.without-accountant__item:nth-child(5)::before{left:16px;bottom:40px}
.without-accountant__item:nth-child(5) .without-accountant__item-title{max-width:155px}
.without-accountant__item:nth-child(6)::before{left:16px;bottom:-1px}
.without-accountant__item:nth-child(6) .without-accountant__item-title{max-width:120px}
.without-accountant__item-title{font-size:1.125rem}
.without-accountant__item-text{font-size:.75rem;line-height:120%}
.without-accountant .slick-dots li{width:8px;height:2px}
.without-accountant .slick-dots li button{width:8px;height:8px;margin-top:-4px}
.without-accountant .slick-dots li button::before{width:8px;height:2px}
.without-accountant .slick-dots li.slick-active,.without-accountant .slick-dots li.slick-active button,.without-accountant .slick-dots li.slick-active button::before{width:38px}
.without-accountant .slick-list{margin-bottom:16px}
}
.four-step{background-color:#f0f0f0}
.four-step__container{padding:46px 40px 56px;background-color:#00BCD5}
.four-step__header{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.four-step__title{max-width:735px;width:calc(100% - 320px);font-weight:500;font-size:2.375rem;line-height:120%;color:#FFF}
.four-step__title span{display:inline-block;position:relative;z-index:0}
.four-step__title span::before{content:'';position:absolute;top:4px;left:-5px;width:calc(100% + 10px);height:100%;background-color:#191716;z-index:-1}
.four-step__button{display:block;width:259px;text-align:center;background-color:#FFF;font-size:1rem;font-weight:400;line-height:56px;color:#191716;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.four-step__button:hover{text-decoration:none;background-color:#191716;color:#fff}
.four-step__button-footer{display:none;margin-top:38px}
.four-step__list{margin-top:50px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}
.four-step__item{position:relative;width:calc(25% - 15px);padding-top:35px;font-weight:400;font-size:1.125rem;line-height:22px;color:#FFF}
.four-step__item::before{content:'';position:absolute;top:0;left:0;font-weight:700;font-size:1.125rem;line-height:137.5%;color:rgba(255,255,255,.6)}
.four-step__item::after{content:'';display:block;position:absolute;top:12.5px;left:37px;width:calc(100% - 37px);height:2px;background-color:rgba(255,255,255,.1)}
.four-step__item:nth-child(1)::before{content:'01'}
.four-step__item:nth-child(2)::before{content:'02'}
.four-step__item:nth-child(3)::before{content:'03'}
.four-step__item:nth-child(3) span{max-width:255px}
.four-step__item:nth-child(4)::before{content:'04'}
.four-step__item:nth-child(4) span{max-width:255px}
.four-step__item span{display:block}
@media (max-width:991px){.four-step__title{width:100%}
.four-step__button{display:none}
.four-step__button-footer{display:block}
.four-step__list{-ms-flex-wrap:wrap;flex-wrap:wrap}
.four-step__item{width:calc(50% - 10px)}
}
@media (max-width:767px){.four-step__container{padding:46px 16px}
.four-step__title{max-width:490px;font-size:1.25rem}
.four-step__title span::before{top:2px;left:-3px;width:calc(100% + 6px)}
.four-step__list{margin-top:30px;gap:15px}
.four-step__item{width:100%;padding-bottom:60px}
.four-step__item::after{top:unset;bottom:0;left:11px;width:2px;height:50px}
.four-step__item:nth-child(1) span,.four-step__item:nth-child(3) span{max-width:unset}
.four-step__item:nth-child(4){padding-bottom:0}
.four-step__item:nth-child(4)::after{display:none}
.four-step__item:nth-child(4) span{max-width:unset}
.four-step__button{width:100%;max-width:259px}
}
.type-business{padding:80px 0;background-color:#f0f0f0;overflow:hidden}
.type-business__title{padding-left:40px;font-size:2.375rem;font-weight:400;line-height:45px;color:#191716}
.type-business__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));gap:12px;margin-top:32px}
.type-business__item{padding:32px 40px 40px;background-color:#fff}
.type-business__head{font-size:1.125rem;font-weight:500;line-height:24px;color:#191716}
.type-business__text{margin-top:16px;font-size:.875rem;font-weight:400;line-height:18px;color:#191716}
@media screen and (max-width:1120px){.type-business__title{padding:0}
.type-business__list{grid-template-columns:repeat(auto-fit,minmax(40%,1fr));margin-top:40px}
.type-business__item{padding:24px 32px 32px}
}
@media screen and (max-width:767px){.type-business{padding:64px 0 80px}
.type-business .new-container{padding:0 32px}
.type-business__title{font-size:1.75rem;font-weight:400;line-height:34px}
.type-business__item{margin:0 3px}
.type-business .slick-dots{position:relative;bottom:0}
.type-business .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.type-business .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.type-business .slick-dots li button::before{content:'';width:16px;height:4px;opacity:.4;background:#091520;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}
.type-business .slick-dots li.slick-active,.type-business .slick-dots li.slick-active button{width:56px}
.type-business .slick-dots li.slick-active button::before{width:56px;background:#091520}
.type-business .slick-list{overflow:inherit;margin-bottom:32px}
.type-business .slick-track{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.type-business .slick-slide{height:inherit}
.type-business .slick-dotted.slick-slider{margin-bottom:0}
}
.video{padding-top:30px;background-color:#f0f0f0}
.video__block{position:relative;height:376px;-webkit-transition:height 1s;-o-transition:height 1s;transition:height 1s}
.video__poster{display:block;position:relative;height:100%;padding:160px 16px 0;background:-webkit-gradient(linear,left bottom,left top,from(#0CAEC5),to(#0CAEC5));background:-o-linear-gradient(bottom,#0CAEC5,#0CAEC5);background:linear-gradient(0deg,#0CAEC5,#0CAEC5);border-radius:12px;text-align:center;z-index:1}
.video__poster:hover{text-decoration:none}
.video__poster:hover::after{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.video__poster::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/ab/img/video/background.png");background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:12px}
.video__poster::after{content:'';position:absolute;top:70px;left:calc(50% - 52px);width:104px;height:64px;background-image:url("data:image/svg+xml,%3Csvg width='104' height='65' viewBox='0 0 104 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-0.000137329' y='0.126465' width='104' height='64' rx='24' fill='white'/%3E%3Cpath d='M65.5636 28.9144C67.5544 30.0637 67.5544 32.9372 65.5636 34.0865L48.4611 43.9607C46.4703 45.1101 43.9818 43.6733 43.9818 41.3746L43.9818 21.6263C43.9818 19.3276 46.4703 17.8909 48.4611 19.0402L65.5636 28.9144Z' fill='%23006E7E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;-webkit-transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}
.video__poster.hide{visibility:hidden;z-index:-1}
.video__title{max-width:500px;margin:0 auto}
.video__title span{display:inline-block;padding:2px 11px 8px;background:#191716;border-radius:1.6px;font-weight:700;font-size:2.62339rem;line-height:95%;color:#FFF}
.video__title span:first-child{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}
.video__title span:nth-child(2){margin-top:-3px}
.video__text{display:inline-block;margin-top:2px;padding:0 5px 4px;background:#FFF;border-radius:.98px;font-weight:700;font-size:1.58625rem;line-height:95%;color:#1A1A1A;-webkit-transform:rotate(-1.1deg);-ms-transform:rotate(-1.1deg);transform:rotate(-1.1deg)}
.video__iframe{visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}
.video__iframe.show{visibility:visible}
@media (max-width:767px){.video__block{height:306px}
.video__title{max-width:320px}
.video__title span{padding:2px 8px 6px;font-size:1.5rem}
.video__text{margin-top:1px;font-size:1.125rem}
}
@media (max-width:359px){.video__title span{font-size:1.3125rem}
}
.save{background-color:#f0f0f0}
.save .new-container{padding-top:80px;padding-left:80px}
.save__title{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520}
.save__container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:48px}
.save__block{width:50%}
.save__block:nth-child(1){padding:40px 80px 40px 0}
.save__block:nth-child(2){padding:40px;background:#00BCD5}
.save__block:nth-child(2) .save__block-text{max-width:442px;color:#fff}
.save__block:nth-child(2) .save__block-sum{color:#fff;position:relative}
.save__block:nth-child(2) .save__block-sum::before{content:'до';display:block;position:absolute;top:-18px;font-weight:400;font-size:.875rem;line-height:17px}
.save__block:nth-child(2) .save__block-sum_from::before{content:'от'}
.save__block-text{max-width:160px;height:120px;font-weight:400;font-size:.875rem;line-height:120%;color:#091520}
.save__block-sum{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520}
.save__block-range{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:24px;height:4px;background:no-repeat #091520;border-radius:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#00BCD5),to(#00BCD5));background-image:-o-linear-gradient(#00BCD5,#00BCD5);background-image:linear-gradient(#00BCD5,#00BCD5);background-size:70% 100%}
.save__block-range::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#00BCD5;border:none;outline:0}
.save__block-range::-moz-range-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#00BCD5;border:none;outline:0}
.save__block-range::-ms-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#00BCD5;border:none;outline:0}
.save__block-range::-webkit-slider-runnable-track{-webkit-appearance:none;-webkit-box-shadow:none;box-shadow:none;border:none;background:0 0}
.save__block-range::-moz-range-track{-webkit-appearance:none;box-shadow:none;border:none;background:0 0}
.save__block-range::-ms-track{-webkit-appearance:none;box-shadow:none;border:none;background:0 0}
.save__block-button{display:block;width:280px;margin-top:98px;margin-left:auto;background-color:#FFF;font-weight:400;font-size:1rem;line-height:130%;color:#091520;text-align:center;padding:17px 0 18px;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.save__block-button:hover{text-decoration:none;background-color:#091520;color:#FFF}
@media screen and (max-width:1360px){.save .new-container{padding-right:0}
}
@media screen and (max-width:980px){.save .new-container{padding-left:0}
.save__container{margin-top:32px}
.save__title{margin-left:80px}
.save__block{width:100%}
.save__block:nth-child(1){padding-left:80px;padding-right:80px;padding-bottom:70px}
.save__block:nth-child(2){padding-left:80px;padding-right:80px}
.save__block-button{margin-top:62px;margin-left:unset}
}
@media screen and (max-width:767px){.save .new-container{padding-top:56px}
.save__container{margin-top:15px}
.save__title{margin-left:32px;font-weight:400;font-size:1.25rem;line-height:120%;color:#091520}
.save__block:nth-child(1){padding:24px 32px 28px}
.save__block:nth-child(2){padding:24px 32px}
.save__block:nth-child(2) .save__block-text{max-width:380px}
.save__block-text{max-width:140px;height:80px;font-size:.75rem}
.save__block-sum{font-size:1.25rem}
.save__block-button{margin-top:38px;width:240px;padding:14px 0 15px;font-size:.875rem}
}
.whats-ib{padding:80px 0 0;background-color:#fff}
.whats-ib .new-container{padding:0 80px}
.whats-ib__title{color:#091520;font-size:2.375rem;font-weight:400;line-height:120%}
.whats-ib__content{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(33%,auto));gap:12px}
.whats-ib__item{padding:32px;background-color:#f1f2f4}
.whats-ib__header{margin-bottom:8px;color:#191716;font-size:1.125rem;font-weight:500;line-height:120%}
.whats-ib__text{color:#191716;font-size:.875rem;font-weight:400;line-height:120%}
@media screen and (max-width:1200px){.whats-ib{padding:60px 0}
.whats-ib__content{margin-top:27px;gap:6px}
.whats-ib__header{font-size:1rem}
}
@media screen and (max-width:767px){.whats-ib{padding:50px 0 0}
.whats-ib .new-container{padding:0 16px}
.whats-ib__title{padding-left:16px;font-size:1.25rem}
.whats-ib__content{grid-template-columns:repeat(auto-fit,minmax(100%,auto));margin-top:24px;gap:6px}
.whats-ib__item{padding:16px}
}
.integration{padding:80px 0;overflow:hidden}
.integration__title{max-width:464px;margin-left:40px;font-weight:400;font-size:2.375rem;line-height:120%;color:#091520}
.integration__tab{position:relative;margin-top:40px;font-size:0;-webkit-transition:height .3s;-o-transition:height .3s;transition:height .3s}
.integration__tab::before{position:absolute;content:'';width:100%;height:54px;z-index:-1;border-bottom:2px solid #F0F0F0}
.integration__tab>input{display:none}
.integration__tab>label{position:relative;width:calc(100% / 3 - 1px);max-width:244px;display:inline-block;height:56px;font-weight:400;font-size:1.5rem;line-height:110%;text-align:center;color:#091520;border-bottom:4px solid transparent;-webkit-transition:border-bottom .3s;-o-transition:border-bottom .3s;transition:border-bottom .3s;margin-right:1px;white-space:nowrap}
.integration__tab>label sup{font-weight:400;font-size:.875rem;line-height:120%;color:#091520;margin-left:8px}
.integration__tab>label:hover{border-bottom:4px solid #00BCD5}
.integration__tab>label:focus,.integration__tab>label:hover{cursor:pointer}
.integration__tab>input:checked+label{border-bottom:4px solid #000}
.integration__tab #integrationTab0:checked~#integrationContent0,.integration__tab #integrationTab1:checked~#integrationContent1,.integration__tab #integrationTab2:checked~#integrationContent2{position:relative;opacity:1}
.integration__list{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;position:relative;margin-top:60px}
.integration__more{width:180px;margin:56px auto 0;background-color:#fff;border:1px solid #091520;text-align:center;font-size:1rem;line-height:32px;color:#091520;cursor:pointer;-webkit-transition:background-color .3s,color .3s;-o-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}
.integration__more:hover{background-color:#091520;color:#fff}
.integration__notice{margin-top:44px;font-size:1rem;font-weight:400;line-height:20px;color:rgba(9,21,32,.4)}
.integration__item{width:calc((100% - 150px)/ 6);-webkit-transition:height .3s,opacity .3s;-o-transition:height .3s,opacity .3s;transition:height .3s,opacity .3s}
.integration__item-image{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;border:1px solid #EDF0F3;padding:0 15px}
.integration__item-image img{max-width:130px;width:100%;height:auto;margin:0 auto}
.integration__item-title{display:none;font-weight:400;font-size:.875rem;line-height:120%;color:#091520;margin-top:10px;text-align:center}
.integration #integrationContent0,.integration #integrationContent1,.integration #integrationContent2{position:absolute;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}
#integrationContent0 .integration__list{margin-top:0;gap:0 30px}
#integrationContent0 .integration__item{overflow:hidden}
#integrationContent0 .integration__item-image{border:none;padding:0;height:96px;margin-top:50px}
#integrationContent0 .integration__item:nth-child(n+13){height:0;opacity:0}
#integrationContent0 .integration__item:nth-child(1) .integration__item-image img{height:85px}
#integrationContent0 .integration__item:nth-child(2) .integration__item-image img{height:72px}
#integrationContent0 .integration__item:nth-child(3) .integration__item-image img{height:82px}
#integrationContent0 .integration__item:nth-child(4) .integration__item-image img{height:68px}
#integrationContent0 .integration__item:nth-child(5) .integration__item-image img{height:82px}
#integrationContent0 .integration__item:nth-child(6) .integration__item-image img{height:68px}
#integrationContent0 .integration__item:nth-child(7) .integration__item-image img{height:78px}
#integrationContent0 .integration__item:nth-child(8) .integration__item-image img{height:66px}
#integrationContent0 .integration__item:nth-child(9) .integration__item-image img{height:90px}
#integrationContent0 .integration__item:nth-child(10) .integration__item-image img{height:66px}
#integrationContent0 .integration__item:nth-child(11) .integration__item-image img{height:73px}
#integrationContent0 .integration__item:nth-child(12) .integration__item-image img{height:75px}
#integrationContent0 .integration__item:nth-child(13) .integration__item-image img{height:73px}
#integrationContent0 .integration__item:nth-child(14) .integration__item-image img{height:82px}
#integrationContent0 .integration__item:nth-child(15) .integration__item-image img{height:96px}
#integrationContent0 .integration__item:nth-child(16) .integration__item-image img{height:68px}
#integrationContent0 .integration__item-title{display:block}
@media screen and (max-width:991px){.integration__item{width:calc((100% - 90px)/ 4)}
#integrationContent0 .integration__item:nth-child(n+9){height:0;opacity:0}
}
@media screen and (max-width:767px){.integration{padding:54px 0}
.integration__title{margin-left:16px;font-size:1.25rem}
.integration__tab{margin-left:16px;margin-right:16px;margin-top:32px;height:auto!important}
.integration__tab::before{height:44px}
.integration__tab>label{height:46px;font-size:1.125rem}
.integration__tab>label sup{font-size:.75rem}
.integration__list{margin-top:40px}
.integration__more{margin-top:36px}
.integration__notice{margin:32px 16px 0;font-size:.875rem}
#integrationContent0 .integration__item-image{margin-top:40px;height:53px}
#integrationContent0 .integration__item-image img{height:47px!important}
}
@media screen and (max-width:579px){.integration__tab>label{width:auto;margin-right:32px}
.integration__tab>label:nth-of-type(3){margin-right:unset}
.integration__item{width:calc((100% - 60px)/ 3)}
.integration__item-image{height:60px;padding:0 10px}
#integrationContent0 .integration__item:nth-child(n+7){height:0;opacity:0}
}
@media screen and (max-width:479px){.integration__tab::before{height:34px}
.integration__tab>label{margin-right:24px;height:36px;font-size:1rem}
.integration__tab>label sup{display:none}
.integration__list{gap:20px}
.integration__item{width:calc(50% - 10px)}
#integrationContent0 .integration__list{gap:0 20px}
}
@media screen and (max-width:359px){.integration__tab>label{font-size:.875rem}
}
.easy{background-color:#f0f0f0}
.easy .new-container{padding-top:80px;padding-bottom:2px}
.easy__title{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520;margin-left:40px}
.easy__container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:56px}
.easy__image{width:50%;background-color:#fff;padding:40px}
.easy__image-block{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}
.easy__image-block img{width:100%}
.easy__image-manager{position:absolute;width:353px;height:128px;right:0;bottom:-42px;background:#FFF;-webkit-box-shadow:0 16px 32px rgba(9,21,32,.05);box-shadow:0 16px 32px rgba(9,21,32,.05);padding:24px 24px 24px 126px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.easy__image-manager::before{content:'';display:block;position:absolute;left:23px;top:23px;width:80px;height:81px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat}
.easy__image-manager div:nth-child(1){font-weight:400;font-size:1rem;line-height:130%;color:#091520}
.easy__image-manager div:nth-child(2){font-weight:400;font-size:1rem;line-height:130%;color:#091520;opacity:.4;margin-top:8px}
.easy__list{width:50%;background-color:#00BCD5;padding:16px 38px;min-height:650px}
.easy__item:last-child .easy__item-title{border-color:transparent}
.easy__item:last-child .easy__item-title.open{border-color:#FFF}
.easy__item:last-child .easy__item-block.open{border-bottom:none}
.easy__item:last-child .easy__item-block .easy__item-text{padding-bottom:32px}
.easy__item-title{font-weight:400;font-size:1.5rem;line-height:130%;color:#FFF;padding:29px 60px 29px 0;border-bottom:2px solid #FFF;position:relative}
.easy__item-title::before{content:'';position:absolute;right:0;top:26px;width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='4' transform='matrix(-1 -8.74228e-08 -8.74228e-08 1 32 18)' fill='%23FFFFFF'/%3E%3Crect width='24' height='4' transform='matrix(1.31134e-07 -1 -1 -1.31134e-07 22 32)' fill='%23FFFFFF'/%3E%3C/svg%3E");background-repeat:no-repeat}
.easy__item-title:not(.open){cursor:pointer}
.easy__item-title.open::before{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='32' y='22' width='24' height='4' transform='rotate(180 32 22)' fill='%23FFFFFF'/%3E%3C/svg%3E")}
.easy__item-block{-webkit-transition:height .3s;-o-transition:height .3s;transition:height .3s;overflow:hidden}
.easy__item-block:not(.open){height:0!important}
.easy__item-block .easy__item-text{font-weight:400;font-size:1rem;line-height:130%;color:#FFF;padding:32px 60px 84px 0;max-width:490px}
.easy__item-block.open{border-bottom:2px solid #FFF}
.easy__item-button{display:block;margin-top:40px;width:255px;text-align:center;padding:17px 0;background-color:#FFF;font-weight:400;font-size:1rem;line-height:130%;color:#091520;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.easy__item-button:hover{text-decoration:none;background-color:#091520;color:#FFF}
@media screen and (max-width:1360px){.easy .new-container{padding-left:0;padding-right:0}
.easy__title{margin-left:80px}
}
@media screen and (max-width:980px){.easy__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.easy__image{width:100%;padding:100px 80px}
.easy__image-block{top:unset;-webkit-transform:unset;-ms-transform:unset;transform:unset;max-width:576px;margin:0 auto}
.easy__list{width:100%;padding-left:80px;padding-right:80px;min-height:unset}
}
@media screen and (max-width:767px){.easy .new-container{padding-top:60px}
.easy__title{max-width:170px;font-size:1.25rem;margin-left:32px}
.easy__container{margin-top:28px}
.easy__image{padding:48px 20px}
.easy__image-manager{width:186px;height:66px;bottom:-22px;padding:10px 10px 10px 66px}
.easy__image-manager::before{left:12px;top:12px;width:40px;height:40px;background-size:40px}
.easy__image-manager div:nth-child(1){font-size:.5625rem}
.easy__image-manager div:nth-child(2){font-size:.5625rem;margin-top:4px}
.easy__list{padding:13px 32px}
.easy__item:last-child .easy__item-block .easy__item-text{padding-bottom:17px}
.easy__item-title{font-size:1.125rem;padding:17px 44px 17px 0}
.easy__item-title::before{top:18px;width:24px;height:24px;background-size:24px}
.easy__item-block .easy__item-text{font-size:.875rem;padding:26px 44px 54px 0}
.easy__item-button{width:230px;padding:14px 0 15px;font-size:.875rem;margin-top:28px}
}
.review{padding:60px 0 110px}
.review .new-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.review__text{position:relative;max-width:654px;width:100%;font-size:1.5rem;line-height:1.3;font-weight:400;color:#091520;text-indent:26%}
.review__text:before{position:absolute;content:'';left:0;top:-40px;width:61px;height:64px;background-image:url("data:image/svg+xml,%3Csvg width='61' height='64' viewBox='0 0 61 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 64H60.9333V0H51.5814L30 64Z' fill='%23F0F0F0'/%3E%3Cpath d='M0 64H30.9333V0H21.5814L0 64Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A")}
.review__text span{color:#00BCD5}
.review__content{max-width:772px;width:100%;margin:0 40px;padding-top:70px}
.review__client{border-top:2px solid #091520;padding-top:24px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:225px}
.review__client-name{margin-bottom:8px;font-size:1rem;font-weight:400;line-height:1.3;color:#091520}
.review__client-company{font-size:1rem;font-weight:400;line-height:1.3;color:rgba(9,21,32,.4)}
.review__client-time{margin-left:170px;font-size:1rem;font-weight:400;line-height:1.3;color:#00BCD5}
.review__image-mobile{display:none}
@media screen and (max-width:1140px){.review{padding-bottom:80px}
.review .new-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.review__image-desktop{display:none}
.review__image-mobile{width:100%;display:block;margin:0 auto}
.review__content{margin:0;padding-top:45px;max-width:600px}
.review__client{margin-top:30px}
}
@media screen and (max-width:767px){.review{padding:15px 0 46px}
.review .new-container{padding:0 32px}
.review__content{max-width:600px}
.review__text{font-size:1.125rem;text-indent:80px}
.review__text:before{top:-12px;width:32px;height:32px;background-size:32px}
.review__client{margin-top:24px}
.review__client-company,.review__client-name,.review__client-time{font-size:.875rem}
}
@media screen and (max-width:520px){.review__client{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.review__client-name{margin-bottom:4px}
.review__client-time{margin-left:0;margin-top:16px}
}
.reliably{padding-top:80px;padding-bottom:80px}
.reliably .new-container{padding:0}
.reliably__title{margin-left:80px;max-width:400px;font-weight:400;font-size:2.375rem;line-height:120%;color:#091520}
.reliably__content{margin-top:45px;-webkit-transition:height .3s;-o-transition:height .3s;transition:height .3s;overflow:hidden;padding:0 40px 10px;scrollbar-width:thin;scrollbar-color:#091520 #F0F0F0}
.reliably__content-mini{position:relative;height:630px!important}
.reliably__content-mini::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:118px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFF));background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#FFF 100%);background:linear-gradient(180deg,rgba(255,255,255,0) 0,#FFF 100%)}
.reliably__content::-webkit-scrollbar{height:5px}
.reliably__content::-webkit-scrollbar-track{background:#F0F0F0}
.reliably__content::-webkit-scrollbar-thumb{background-color:#091520;border-radius:5px}
.reliably__table{table-layout:fixed}
.reliably__table-th{font-weight:400;font-size:1.5rem;line-height:130%;color:#091520;padding-bottom:37px;padding-right:26px;padding-left:7px;text-align:left}
.reliably__table-td{width:257.5px;font-weight:400;font-size:.875rem;line-height:120%;color:rgba(9,21,32,.4);padding-bottom:24px;padding-right:37px;padding-left:7px}
.reliably__table-td:nth-child(1){width:330px;font-size:1rem;line-height:130%;color:#091520;padding-right:75px;padding-left:0}
.reliably__table-td span{font-weight:400;font-size:1rem;line-height:130%;color:#091520;padding:3px 7px;margin-left:-7px;margin-bottom:5px;display:inline-block}
.reliably__table-green{background:rgba(50,226,163,.15)}
.reliably__table-red{background:rgba(226,50,50,.15)}
.reliably__table-yellow{background:rgba(226,166,50,.15)}
.reliably__table a{text-decoration:underline}
.reliably__table-link{display:inline-block;margin-top:8px}
.reliably__button{padding:17px 0 18px;max-width:338px;width:100%;display:block;margin:30px auto 0;border:1px solid #091520;text-decoration:none;text-align:center;font-weight:400;font-size:1rem;line-height:130%;color:#091520;background-color:#FFF;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.reliably__button:hover{text-decoration:none;background-color:#091520;color:#FFF}
@media screen and (max-width:1320px){.reliably__content{overflow-x:auto}
.reliably__content-mini::after,.reliably__table{width:1280px}
}
@media screen and (max-width:767px){.reliably{padding-top:64px;padding-bottom:64px}
.reliably__title{margin-left:32px;max-width:215px;font-size:1.25rem}
.reliably__content{margin-top:15px;padding-left:32px;padding-right:32px}
.reliably__content-mini::after,.reliably__table{width:840px}
.reliably__table-th{font-size:1.125rem;padding-bottom:27px;padding-right:27px}
.reliably__table-th:nth-child(1){width:160px}
.reliably__table-td{font-size:.75rem;padding-right:17px}
.reliably__table-td:nth-child(1){width:160px;font-size:.875rem;padding-right:30px}
.reliably__table-td span{font-size:.875rem}
.reliably__table-link{margin-top:6px}
.reliably__button{padding:14px 0 15px;max-width:192px;font-size:.875rem}
}
.try-free{background:#00BCD5;padding-top:80px}
.try-free .new-container{padding:0 80px}
.try-free__title{font-weight:400;font-size:2.375rem;line-height:120%;color:#FFF;padding-bottom:24px;border-bottom:2px solid #FFF}
.try-free__container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;position:relative}
.try-free__container::before{content:'';display:block;position:absolute;bottom:-1px;left:-24px;width:553px;height:472px;background-image:url("../../../../internet-buhgalteriya/buhgalteriya/img/try-free.svg");background-repeat:no-repeat}
.try-free__block{width:600px;padding-bottom:72px}
.try-free__block-text{max-width:410px;margin-top:32px;font-weight:400;font-size:1rem;line-height:130%;color:#FFF}
.try-free .registration{margin-top:64px;position:relative}
.try-free .registration .form__input{border:2px solid rgba(255,255,255,.2);color:#FFF}
.try-free .registration .form__input:hover{border:2px solid rgba(255,255,255,.2)}
.try-free .registration .form__input:focus{border:2px solid #fff}
.try-free .registration .form-reg__input-text{color:#FFF}
.try-free .registration .form__button{color:#091520;background-color:#FFF;max-width:254px;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.try-free .registration .form__button:hover{background-color:#091520;color:#FFF}
.try-free .registration .form__button-container{margin-top:84px}
.try-free .registration .form__button-description{color:#FFF}
.try-free .registration .form__button-description a{color:#fff;border-bottom:1px solid #fff}
.try-free .registration .form__button-description a:hover{border-bottom-color:transparent;text-decoration:none}
.try-free .registration__success{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden}
.try-free .registration__success-title{font-weight:400;font-size:2.375rem;line-height:120%;color:#FFF}
.try-free .registration__success-text{margin-top:64px;font-weight:400;font-size:1rem;line-height:130%;color:#FFF}
.try-free .registration__success-back{display:block;margin-top:70px;width:254px;text-align:center;padding:17px 10px 18px;background-color:#FFF;font-weight:400;font-size:1rem;line-height:130%;color:#091520;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.try-free .registration__success-back:hover{text-decoration:none;background-color:#091520;color:#FFF}
.try-free .registration .js-formLoader{background-color:rgba(0,188,213,.5)}
.try-free .registration .js-formLoader .loader__item{border-top-color:#FFF}
@media screen and (max-width:1300px){.try-free__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.try-free__container::before{display:none}
}
@media screen and (max-width:980px){.try-free .new-container{padding:0 80px}
.try-free__container{padding-bottom:482px}
.try-free__container::before{display:block;left:0;background-position-x:center;width:100%}
}
@media screen and (max-width:767px){.try-free{padding-top:64px;overflow:hidden}
.try-free .new-container{padding:0 32px}
.try-free__title{font-size:1.25rem;padding-bottom:16px}
.try-free__container{padding-bottom:354px}
.try-free__container::before{background-size:452px;bottom:-87px}
.try-free__block{width:400px}
.try-free__block-text{margin-top:24px;font-size:.875rem}
.try-free .registration{margin-top:40px}
.try-free .registration .form__button{max-width:228px}
.try-free .registration .form__button-container{margin-top:32px}
.try-free .registration .form__button-description{margin-top:28px}
.try-free .registration__success-title{font-size:1.25rem}
.try-free .registration__success-text{margin-top:40px;font-size:.875rem}
.try-free .registration__success-back{width:200px;margin-top:50px;padding:15px 10px;font-size:.875rem}
}
@media screen and (max-width:520px){.try-free__container{padding-bottom:266px}
.try-free__container::before{background-size:352px;bottom:-172px;left:-40px;width:calc(100% + 80px)}
}
.training{overflow:hidden}
.training .new-container{padding-top:96px;padding-bottom:106px}
.training__title{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520;margin-left:40px}
.training__list{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:end;padding-top:56px}
.training__item{position:relative;padding:1px;width:25%;max-width:340px}
.training__item:nth-child(1){width:50%;max-width:680px}
.training__item:nth-child(1) .training__item-content{background-color:#F0F0F0;min-height:396px}
.training__item:nth-child(1) .training__item-title{border-bottom:2px solid #091520;color:#091520}
.training__item:nth-child(1) .training__item-text{margin-top:24px;margin-left:172px;color:#091520}
.training__item:nth-child(2) .training__item-content{background-color:#091520}
.training__item:nth-child(3) .training__item-content{background-color:#00BCD5}
.training__item-content{min-height:301px;padding:48px 40px 40px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.training__item-title{padding-bottom:16px;border-bottom:2px solid #FFF;font-weight:400;font-size:1.5rem;line-height:130%;color:#FFF}
.training__item-text{font-weight:400;font-size:.875rem;line-height:120%;color:#FFF}
.training__item-footer{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.training__item-block:nth-child(1){width:172px}
.training__item-block:nth-child(2){-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 172px)}
.training__item-link{display:inline-block;padding-bottom:3px;font-weight:400;font-size:.875rem;line-height:120%;color:#091520;border-bottom:1px solid rgba(9,21,32,.4);text-decoration:none;-webkit-transition:border-bottom .1s;-o-transition:border-bottom .1s;transition:border-bottom .1s}
.training__item-link:hover{text-decoration:none;border-bottom:1px solid transparent}
.training__item-link:nth-child(2){margin-top:16px}
.training .slick-dots{position:relative;bottom:0}
.training .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.training .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.training .slick-dots li button::before{content:'';width:16px;height:4px;background:rgba(9,21,32,.4);-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:1}
.training .slick-dots li.slick-active,.training .slick-dots li.slick-active button{width:56px}
.training .slick-dots li.slick-active button::before{width:56px;background:#091520}
.training .slick-list{overflow:inherit;margin-bottom:36px}
.training .slick-track{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}
.training .slick-slide{height:inherit}
.training .slick-dotted.slick-slider{margin-bottom:0}
@media screen and (max-width:1320px){.training .new-container{padding-bottom:76px}
}
@media screen and (max-width:767px){.training .new-container{padding-top:56px;padding-bottom:53px}
.training__title{font-size:1.25rem;margin-left:16px}
.training__list{padding-top:24px;padding-bottom:0}
.training__item{max-width:328px}
.training__item:nth-child(1){max-width:344px}
.training__item:nth-child(1) .training__item-content{min-height:365px}
.training__item:nth-child(1) .training__item-text{margin-left:82px}
.training__item-content{min-height:278px;padding:48px 16px}
.training__item-title{font-size:1.125rem}
.training__item-text{font-size:.75rem;line-height:120%}
.training__item-footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.training__item-block:nth-child(1){width:unset;margin-top:24px}
.training__item-block:nth-child(2){width:unset}
.training__item-link{font-size:.75rem;padding-bottom:0}
.training__item-link:nth-child(2){margin-top:12px}
.training .slick-dots li{width:8px;height:2px}
.training .slick-dots li button{width:8px;height:8px;margin-top:-4px}
.training .slick-dots li button::before{width:8px;height:2px}
.training .slick-dots li.slick-active,.training .slick-dots li.slick-active button,.training .slick-dots li.slick-active button::before{width:38px}
.training .slick-list{margin-bottom:16px}
}
.outsourcing{overflow-x:hidden;position:relative}
.outsourcing__image{width:100%;height:800px;background-size:cover;background-repeat:no-repeat;background-position:center}
.outsourcing .new-container{height:100%;padding-left:80px;position:unset}
.outsourcing__block{width:100%;max-width:530px;padding-top:88px}
.outsourcing__title{font-weight:400;font-size:2.375rem;line-height:120%;color:#FFF}
.outsourcing__price{font-weight:400;font-size:1rem;line-height:130%;color:#FFF;margin-top:228px}
.outsourcing__price span{display:block;font-weight:400;font-size:3.5rem;line-height:120%;text-transform:uppercase;color:#FFF;margin-top:3px;margin-bottom:10px}
.outsourcing__button{position:absolute;bottom:40px;left:40px;width:255px;text-align:center;padding:17px 0;background-color:#FFF;font-weight:400;font-size:1rem;line-height:130%;color:#091520;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.outsourcing__button:hover{background-color:#091520;color:#FFF;text-decoration:none}
.outsourcing__button-block{position:absolute;bottom:0;left:calc(50% + 150px);height:400px;width:100%;max-width:720px;background:#FF5029;padding:40px}
.outsourcing__button-block::after{content:'';display:block;width:9999px;height:100%;position:absolute;top:0;left:99%;background:#FF5029}
.outsourcing__button-text{font-weight:400;font-size:1.5rem;line-height:130%;color:#FFF;max-width:410px}
@media screen and (max-width:1800px){.outsourcing__button-block{left:unset;right:0}
.outsourcing__button-block::after{display:none}
}
@media screen and (max-width:1180px){.outsourcing__image{height:1024px}
.outsourcing__title{max-width:300px}
.outsourcing__button-block{height:320px;width:520px}
}
@media screen and (max-width:980px){.outsourcing .new-container{padding-left:80px}
}
@media screen and (max-width:767px){.outsourcing .new-container{padding-left:32px}
.outsourcing__image{height:640px}
.outsourcing__block{padding-top:64px;max-width:160px}
.outsourcing__title{font-size:1.25rem}
.outsourcing__price{margin-top:151px}
.outsourcing__price span{font-size:1.5rem;margin-top:4px;margin-bottom:4px}
.outsourcing__button{bottom:16px;left:16px;width:170px;padding:15px 0 16px;font-size:.875rem;line-height:130%}
.outsourcing__button-block{padding:16px;width:344px;height:240px}
.outsourcing__button-text{font-size:1.125rem}
}
@media screen and (max-width:520px){.outsourcing__image{background-position:calc(50% + 60px) top}
}
@media screen and (max-width:360px){.outsourcing__button-block{width:calc(100% - 15px)}
}
.top{padding:96px 0 200px;background-color:#091520}
.top .title__h2{font-style:normal;font-weight:400;font-size:2.375rem;line-height:120%;max-width:580px;padding-left:40px;color:#fff}
.top__img{position:absolute;right:300px;top:10px}
.top__list{margin-top:72px;padding-right:150px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}
.top__item{max-width:235px;width:100%;margin-right:66px}
.top__item:first-child{margin-right:234px}
.top__item:last-child{margin-right:0}
.top__title{margin-bottom:10px;font-size:3.5rem;font-weight:400;line-height:1.3;color:#00BCD5}
.top__text{font-size:1rem;font-weight:400;line-height:1.3;color:#fff;max-width:275px}
@media screen and (max-width:1389px){.top__list{margin-top:64px;display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,277px));gap:40px;padding-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
@media screen and (max-width:1199.98px){.top__img{position:static;margin-top:40px;padding-left:40px}
}
@media screen and (max-width:767.98px){.top{padding:48px 0 100px}
.top .new-container{padding:0 32px}
.top__list{margin-top:48px}
.top__item,.top__item:first-child{margin-right:unset}
.top__title{font-size:1.5rem;line-height:1.2}
.top__text{font-size:.875rem;line-height:1.2}
.top .title__h2{padding-left:0;font-size:1.25rem}
.top__img{padding-left:0}
}
@media (max-width:575.98px){.top{padding-bottom:100px}
.top .title__h2{font-weight:400;font-size:1.25rem;line-height:120%}
.top__list{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}
}
.recommend{position:relative;padding-bottom:86px}
.recommend-background{position:absolute;width:720px;min-width:48%;height:95px;left:0;top:-95px;background:#FFF}
.recommend h2{font-style:normal;font-weight:400;font-size:2.375rem;line-height:120%;color:#091520;padding-left:40px;margin:0 0 64px}
.recommend-top{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.recommend__desc{font-style:normal;font-weight:400;font-size:1.5rem;line-height:130%;color:#091520;max-width:300px;margin:0 0 0 210px}
.recommend__search-engines{margin-left:212px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.recommend__search-engines__item:first-child{margin-right:83px}
.recommend__search-engines__item span{display:block;font-style:normal;font-weight:400;font-size:1.5rem;line-height:130%;color:#091520;margin-bottom:10px}
.recommend__reviews{margin:80px 40px 0}
.recommend__reviews__item__top{padding-bottom:40px;border-bottom:2px solid #091520;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.recommend__reviews__item__bottom{padding:40px 0;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.recommend__reviews__item__bottom p{margin:0}
.recommend__reviews__item__bottom__left{max-width:190px;min-width:190px;margin-right:490px}
.recommend__reviews__item__bottom__left p{font-style:normal;font-weight:400;font-size:1rem;line-height:130%;color:#091520}
.recommend__reviews__item__bottom__left span{font-style:normal;font-weight:400;font-size:1rem;line-height:130%;color:#091520;opacity:.4}
.recommend__reviews__item__bottom__right{max-width:600px}
.recommend__reviews__item__bottom__right p{font-style:normal;font-weight:400;font-size:1.5rem;line-height:130%;color:#091520}
.recommend__reviews__item img:first-child{margin-right:600px}
.recommend__reviews__next,.recommend__reviews__prev{position:absolute;display:block;height:40px;width:40px;right:-40px;bottom:-40px;cursor:pointer;z-index:2;border:0;background-position:center;background-color:#fff}
.recommend__reviews__next{font-size:0;background-image:url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.042 2L26.042 14L14.042 26' stroke='%23091520' stroke-width='4'/%3E%3Cpath d='M26.542 14L0.541991 14' stroke='%23091520' stroke-width='4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat}
.recommend__reviews__prev{right:20px;font-size:0;background-image:url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 2L3.54199 14L15.542 26' stroke='%23091520' stroke-width='4'/%3E%3Cpath d='M3.54199 14H29.542' stroke='%23091520' stroke-width='4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat}
.recommend .slick-dots{position:relative;bottom:0}
.recommend .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.recommend .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.recommend .slick-dots li button::before{content:'';width:16px;height:4px;background:rgba(9,21,32,.4);-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:1}
.recommend .slick-dots li.slick-active,.recommend .slick-dots li.slick-active button{width:56px}
.recommend .slick-dots li.slick-active button::before{width:56px;background:#091520}
.recommend .slick-dotted.slick-slider{margin-bottom:0}
@media (max-width:1199.98px){.recommend__desc{margin-left:40px}
.recommend__search-engines{margin-left:230px}
.recommend__reviews__item__top img:first-child{margin-right:450px}
.recommend__reviews__item__bottom__left{margin-right:340px}
}
@media (max-width:991.98px){.recommend{padding-bottom:64px}
.recommend h2{max-width:415px}
.recommend-background{width:598px}
.recommend__search-engines{margin-left:47px}
.recommend__reviews__item__top img:first-child{margin-right:268px}
.recommend__reviews__item__bottom{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:0}
.recommend__reviews__item__bottom__left{margin-right:0;width:100%}
.recommend__reviews__item__bottom__right{width:100%;margin:56px 0;padding:0}
}
@media (max-width:767.98px){.recommend{padding-bottom:34px}
.recommend .new-container{padding:0 32px}
.recommend-background{max-width:80%;width:280px;height:40px;top:-40px}
.recommend__desc{font-style:normal;font-weight:400;font-size:1.125rem;line-height:130%;color:#091520}
.recommend h2{font-size:1.25rem;padding-left:0;margin-bottom:24px;max-width:200px}
.recommend__reviews{margin-left:0;margin-right:0;margin-top:48px}
.recommend__reviews__item__top{padding-bottom:16px}
.recommend__reviews__item__top img:first-child{margin-right:101px}
.recommend__reviews__item__bottom{padding-top:16px}
.recommend__reviews__item__bottom__right{margin:32px 0 24px}
.recommend-top{-ms-flex-wrap:wrap;flex-wrap:wrap}
.recommend__desc{margin-left:0;width:100%}
.recommend__search-engines{width:100%;margin-left:0;margin-top:24px}
.recommend__search-engines span{font-style:normal;font-weight:400;font-size:1.125rem;line-height:130%;color:#091520;text-align:center;display:block;margin:0 0 7px}
.recommend__reviews__item__bottom__right p{font-weight:400;font-size:1.125rem;line-height:130%}
.recommend .slick-dots li{width:8px;height:2px}
.recommend .slick-dots li button{width:8px;height:8px;margin-top:-4px}
.recommend .slick-dots li button::before{width:8px;height:2px}
.recommend .slick-dots li.slick-active,.recommend .slick-dots li.slick-active button,.recommend .slick-dots li.slick-active button::before{width:38px}
}
.faq .new-container{padding-top:20px;padding-bottom:80px}
.faq__title{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520;margin-left:40px}
.faq__container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:40px;position:relative}
.faq__list{width:50%;padding:0 40px}
.faq__item:nth-child(3) .faq__item-block.open{border-bottom:none}
.faq__item:nth-child(3) .faq__item-block .faq__item-text{padding-bottom:0}
.faq__item-title{font-weight:400;font-size:1rem;line-height:130%;color:#091520;padding:10px 60px 10px 0;border-bottom:2px solid #091520;cursor:pointer;position:relative;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:78px}
.faq__item-title::before{content:'';position:absolute;right:0;top:0;width:40px;height:100%;background-position-y:center;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='4' transform='matrix(-1 -8.74228e-08 -8.74228e-08 1 32 18)' fill='%23091520'/%3E%3Crect width='24' height='4' transform='matrix(1.31134e-07 -1 -1 -1.31134e-07 22 32)' fill='%23091520'/%3E%3C/svg%3E");background-repeat:no-repeat}
.faq__item-title::after{content:'';display:block;position:absolute;left:-40px;top:-2px;width:calc(100% + 80px);height:calc(100% + 4px);background-color:#F0F0F0;-webkit-transition:visibility .15s;-o-transition:visibility .15s;transition:visibility .15s;visibility:hidden;z-index:-1}
.faq__item-title.open::before{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='32' y='22' width='24' height='4' transform='rotate(180 32 22)' fill='%23091520'/%3E%3C/svg%3E")}
.faq__item-title:hover::after{visibility:visible}
.faq__item-block{-webkit-transition:height .3s;-o-transition:height .3s;transition:height .3s;overflow:hidden}
.faq__item-block:not(.open){height:0!important}
.faq__item-block .faq__item-text{font-weight:400;font-size:.875rem;line-height:140%;color:#091520;padding:32px 60px 64px 0}
.faq__item-block .faq__item-text p{margin-top:16px}
.faq__item-block .faq__item-text p:nth-child(1){margin-top:0}
.faq__item-block .faq__item-text ul{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin:16px 0;list-style-type:disc;list-style-position:inside}
.faq__item-block .faq__item-text a{text-decoration:underline}
.faq__item-block.open{border-bottom:2px solid #091520}
.faq__button{display:block;width:268px;text-align:center;padding:16px 0 17px;margin-top:54px;background-color:#F0F0F0;font-weight:400;font-size:1rem;line-height:130%;color:#091520;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.faq__button:hover{text-decoration:none;color:#fff;background-color:#091520}
@media screen and (max-width:980px){.faq__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:106px}
.faq__list{width:100%}
.faq__list:nth-child(1){padding-bottom:0}
.faq__list:nth-child(1) .faq__item:nth-child(3) .faq__item-block.open{border-bottom:2px solid #091520}
.faq__list:nth-child(1) .faq__item:nth-child(3) .faq__item-block .faq__item-text{padding-bottom:64px}
.faq__button{position:absolute;bottom:0}
}
@media screen and (max-width:767px){.faq .new-container{padding-top:20px;padding-bottom:60px}
.faq__title{font-size:1.25rem;margin-left:16px}
.faq__container{margin-top:14px;padding-bottom:86px}
.faq__list{padding-left:16px;padding-right:16px}
.faq__list:nth-child(1) .faq__item:nth-child(3) .faq__item-block .faq__item-text{padding-bottom:44px}
.faq__item-title{font-size:.875rem;padding:10px 44px 10px 0;min-height:60px}
.faq__item-title::before{top:0;width:24px;background-size:24px}
.faq__item-title::after{display:none}
.faq__item-block .faq__item-text{font-size:.75rem;padding:26px 44px 44px 0}
.faq__item-block .faq__item-text p{margin-top:12px}
.faq__button{width:152px;padding:14px 0 15px;font-size:.875rem}
}
.other-service{padding:96px 0 105px;background-color:#FF5029;overflow:hidden}
.other-service.blue,.other-service.blue .other-service__item::before{background-color:#00BCD5}
.other-service.gray{background-color:#F0F0F0}
.other-service.gray h2{color:#191716}
.other-service.gray .other-service__item::before{background-color:#F0F0F0}
.other-service.gray .other-service__next{background-image:url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.042 2L26.042 14L14.042 26' stroke='%23091520' stroke-width='4'/%3E%3Cpath d='M26.542 14L0.541991 14' stroke='%23091520' stroke-width='4'/%3E%3C/svg%3E%0A")}
.other-service.gray .other-service__prev{background-image:url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 2L3.54199 14L15.542 26' stroke='%23091520' stroke-width='4'/%3E%3Cpath d='M3.54199 14H29.542' stroke='%23091520' stroke-width='4'/%3E%3C/svg%3E%0A")}
.other-service.gray .slick-dots li button::before{background:rgba(9,21,32,.4)}
.other-service h2{font-weight:400;font-size:2.375rem;line-height:120%;color:#fff;padding-left:40px;margin:0}
.other-service__list{margin:56px auto 0;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}
.other-service__list .slick-list{padding:0 27% 0 0;overflow:inherit;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.other-service__list .slick-track{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.other-service__item{position:relative;max-width:509px;padding:112px 40px 150px;margin:0 1px;background-color:#fff;height:100%}
.other-service__item.slick-slide{min-height:450px}
.other-service__item:before{position:absolute;content:'';top:0;right:-2px;width:200px;height:80px;background-color:#FF5029;cursor:default}
.other-service__item:first-child{background-color:#191716}
.other-service__item:first-child .other-service__price,.other-service__item:first-child .other-service__text,.other-service__item:first-child .other-service__title{color:#fff}
.other-service__item:first-child .other-service__title{border-bottom:2px solid #fff}
.other-service__item:first-child:hover .other-service__button{background-color:#fff;color:#191716;opacity:1}
.other-service__item:first-child .other-service__price-discount div:nth-child(1),.other-service__item:first-child .other-service__price-discount div:nth-child(2) span:nth-child(2){color:#fff}
.other-service__item:nth-child(3):before,.other-service__item:nth-child(5):before{left:-2px}
.other-service__item:hover{cursor:pointer}
.other-service__item:hover .other-service__button{background-color:#191716;color:#fff;opacity:1}
.other-service__item:nth-child(2) .other-service__price-discount div:nth-child(1) span{left:92px}
.other-service__title{padding-bottom:24px;border-bottom:2px solid #191716;font-size:1.5rem;line-height:1.3;font-weight:400;color:#191716}
.other-service__title span{display:inline-block;max-width:170px}
.other-service__text{padding:24px 0 0 160px;font-size:.875rem;line-height:1.2;font-weight:400;color:#191716}
.other-service__wrapper{position:absolute;bottom:25px;left:40px;right:40px;height:54px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.other-service__price{font-size:1.5rem;line-height:1.1;font-weight:400;color:#191716}
.other-service__price-discount div:nth-child(1){margin-bottom:5px;color:#191716;font-size:1.5rem;font-weight:400;line-height:110%;position:relative}
.other-service__price-discount div:nth-child(1) span{display:none;position:absolute;left:108px;top:-14px;background-color:#FFD540;border-radius:33px;font-size:.875rem;color:#191716;line-height:1.2;padding:2px 6px 3px;text-transform:uppercase;font-weight:500}
.other-service__price-discount div:nth-child(2) span:nth-child(1){display:inline-block;background-color:#FFD540;border-radius:33px;font-size:.875rem;line-height:1.2;padding:2px 6px 3px;text-transform:uppercase;font-weight:500;margin-right:5px}
.other-service__price-discount div:nth-child(2) span:nth-child(2){font-size:1rem;line-height:1.3;text-decoration:line-through;color:#191716;opacity:.3}
.other-service__button{max-width:110px;width:100%;height:32px;font-size:.875rem;font-weight:400;color:#191716;text-align:center;line-height:32px;background-color:#fff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0}
.other-service__button:hover{text-decoration:none}
.other-service__next,.other-service__prev{position:absolute;display:block;height:40px;width:40px;right:0;bottom:-70px;cursor:pointer;z-index:2}
.other-service__next{font-size:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 8L32.5 20L20.5 32' stroke='white' stroke-width='4'/%3E%3Cpath d='M33 20L7 20' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat}
.other-service__prev{right:60px;font-size:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 8L7 20L19 32' stroke='white' stroke-width='4'/%3E%3Cpath d='M7 20H33' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat}
.other-service .slick-dots{position:relative;bottom:-32px}
.other-service .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.other-service .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.other-service .slick-dots li button::before{content:'';width:16px;height:4px;background:#fff;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:1}
.other-service .slick-dots li.slick-active,.other-service .slick-dots li.slick-active button{width:56px}
.other-service .slick-dots li.slick-active button::before{width:56px;background:#000}
@media screen and (max-width:1320px){.other-service__list .slick-list{padding:0 4% 0 0}
.other-service__item.slick-slide{min-height:460px}
}
@media screen and (max-width:991px){.other-service{padding-bottom:80px}
.other-service__list .slick-list{padding:0 36% 0 0}
}
@media screen and (max-width:767px){.other-service{padding:56px 0 50px}
.other-service .new-container{padding:0 16px}
.other-service h2{padding-left:16px;font-weight:400;font-size:1.25rem;line-height:120%}
.other-service__list{margin-top:24px;padding:0}
.other-service__text{font-size:.75rem}
.other-service__item{padding:64px 16px 110px}
.other-service__item.slick-slide{min-height:320px}
.other-service__item:before{width:150px;height:50px}
.other-service__price,.other-service__title{font-size:1.125rem}
.other-service__wrapper{bottom:20px;left:16px;right:16px;height:40px}
.other-service__price-discount div:nth-child(1){margin-bottom:2px;font-size:1.125rem}
.other-service__price-discount div:nth-child(1) span{display:block}
.other-service__price-discount div:nth-child(2) span:nth-child(1){display:none}
.other-service__price-discount div:nth-child(2) span:nth-child(2){font-size:.875rem}
.other-service .slick-dots{bottom:-16px}
.other-service .slick-dots li{width:8px;height:2px}
.other-service .slick-dots li button{width:8px;height:8px;margin-top:-4px}
.other-service .slick-dots li button::before{width:8px;height:2px}
.other-service .slick-dots li.slick-active,.other-service .slick-dots li.slick-active button,.other-service .slick-dots li.slick-active button::before{width:38px}
}
@media screen and (max-width:599px){.other-service__list .slick-list{padding:0 20% 0 0}
}
@media screen and (max-width:479px){.other-service__list .slick-list{padding:0 4% 0 0}
.other-service__text{padding-left:90px}
}
@media screen and (max-width:359px){.other-service__price{font-size:1rem}
.other-service__button{max-width:108px}
}
.try-us-out{overflow-x:hidden;position:relative}
.try-us-out__image{width:100%;height:800px;background-size:cover;background-repeat:no-repeat;background-position:center}
.try-us-out .new-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding-left:80px;position:unset}
.try-us-out__block{padding-top:86px}
.try-us-out__block-title{font-weight:400;font-size:2.375rem;line-height:120%;color:#FFF}
.try-us-out__block-list{max-width:470px;margin-top:64px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}
.try-us-out__block-item{position:relative;font-weight:400;font-size:.875rem;line-height:120%;color:#FFF;width:calc(100% / 3 - 10px);padding-top:41px}
.try-us-out__block-item::before{display:block;position:absolute;top:0;font-weight:600;font-size:.875rem;line-height:120%;color:#FFF}
.try-us-out__block-item:nth-child(1)::before{content:'01'}
.try-us-out__block-item:nth-child(2)::before{content:'02'}
.try-us-out__block-item:nth-child(3)::before{content:'03'}
.try-us-out .registration{position:absolute;bottom:0;left:calc(50% + 150px);width:720px;background:#00BCD5;padding:48px 40px}
.try-us-out .registration::after{content:'';display:block;width:9999px;height:100%;position:absolute;top:0;left:99%;background:#00BCD5}
.try-us-out .registration .form__input{border:2px solid rgba(255,255,255,.2);color:#FFF}
.try-us-out .registration .form__input:hover{border:2px solid rgba(255,255,255,.2)}
.try-us-out .registration .form__input:focus{border:2px solid #fff}
.try-us-out .registration .form-reg__input-text{color:#FFF}
.try-us-out .registration .form__button{color:#091520;background-color:#FFF;max-width:254px;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
.try-us-out .registration .form__button:hover{background-color:#091520;color:#FFF}
.try-us-out .registration .form__button-container{margin-top:84px}
.try-us-out .registration .form__button-description{color:#FFF}
.try-us-out .registration .form__button-description a{color:#fff;border-bottom:1px solid #fff}
.try-us-out .registration .form__button-description a:hover{border-bottom-color:transparent;text-decoration:none}
.try-us-out .registration__success{position:absolute;top:0;left:0;width:100%;height:100%;padding:48px 40px;visibility:hidden}
.try-us-out .registration__success-title{font-weight:400;font-size:2.375rem;line-height:120%;color:#FFF}
.try-us-out .registration__success-text{margin-top:64px;font-weight:400;font-size:1rem;line-height:130%;color:#FFF}
.try-us-out .registration .js-formLoader{background-color:rgba(0,188,213,.5)}
.try-us-out .registration .js-formLoader .loader__item{border-top-color:#FFF}
.try-us-out .slick-dots{position:relative;bottom:0}
.try-us-out .slick-dots li{width:16px;height:4px;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;margin:0 4px}
.try-us-out .slick-dots li button{width:16px;height:12px;margin-top:-4px}
.try-us-out .slick-dots li button::before{content:'';width:16px;height:4px;background:rgba(255,255,255,.2);-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;opacity:1}
.try-us-out .slick-dots li.slick-active,.try-us-out .slick-dots li.slick-active button{width:56px}
.try-us-out .slick-dots li.slick-active button::before{width:56px;background:#FFF}
.try-us-out .slick-list{overflow:unset}
.try-us-out .slick-track{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}
.try-us-out .slick-slide{height:inherit}
.try-us-out .slick-dotted.slick-slider{margin-bottom:0}
@media screen and (max-width:1800px){.try-us-out .registration{left:unset;right:0}
.try-us-out .registration::after{display:none}
}
@media screen and (max-width:1180px){.try-us-out__image{height:1024px}
.try-us-out__block{padding-top:40px}
.try-us-out__block-list{gap:30px;max-width:147px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.try-us-out__block-item{padding-top:33px;width:100%}
}
@media screen and (max-width:767px){.try-us-out .new-container{padding-left:32px}
.try-us-out__image{height:640px;background-size:auto 426px;background-position:top;background-color:#000;position:relative}
.try-us-out__image::before{content:'';display:block;position:absolute;left:0;top:396px;width:100%;height:30px;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(#000));background:-o-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)}
.try-us-out__block{padding-top:24px;max-width:126px}
.try-us-out__block-title{font-size:1.25rem}
.try-us-out__block-list{margin-top:32px;overflow:hidden}
.try-us-out__block-item{padding-top:30px;font-size:.75rem}
.try-us-out .registration{padding:20px 18px 16px;width:344px}
.try-us-out .registration .form__button{max-width:228px}
.try-us-out .registration .form__button-container{margin-top:32px}
.try-us-out .registration .form__button-description{margin-top:28px}
.try-us-out .registration__success{padding:48px 32px}
.try-us-out .registration__success-title{font-size:1.25rem}
.try-us-out .registration__success-text{margin-top:40px;font-size:.875rem}
.try-us-out .slick-dots{text-align:left}
.try-us-out .slick-dots li{width:8px;height:2px}
.try-us-out .slick-dots li button{width:8px;height:8px;margin-top:-4px}
.try-us-out .slick-dots li button::before{width:8px;height:2px}
.try-us-out .slick-dots li.slick-active,.try-us-out .slick-dots li.slick-active button,.try-us-out .slick-dots li.slick-active button::before{width:38px}
.try-us-out .slick-list{margin-bottom:5px}
}
@media screen and (max-width:520px){.try-us-out__image{background-position:calc(50% + 60px) top}
}
@media screen and (max-width:360px){.try-us-out .registration{width:calc(100% - 15px)}
}
.popup-form{width:720px;height:100%;position:fixed;right:-100%;top:0;z-index:6000;background:#FFF;-webkit-box-shadow:0 16px 32px rgba(9,21,32,.05);box-shadow:0 16px 32px rgba(9,21,32,.05);padding:48px 40px}
.popup-form__show{right:0;-webkit-animation:showRight 1s;animation:showRight 1s}
.popup-form__hide{right:-100%;-webkit-animation:hideRight 1s;animation:hideRight 1s}
@-webkit-keyframes showRight{from{right:-100%}
to{right:0}
}
@keyframes showRight{from{right:-100%}
to{right:0}
}
@-webkit-keyframes hideRight{from{right:0}
to{right:-100%}
}
@keyframes hideRight{from{right:0}
to{right:-100%}
}
.popup-form__close{display:block;width:96px;height:96px;position:absolute;top:0;right:0;background:#F0F0F0;z-index:1}
.popup-form__close::before{content:'';display:block;width:40px;height:40px;position:absolute;top:28px;right:28px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6169 27.9244L12.5961 15.9036L15.4246 13.0752L27.4454 25.096L24.6169 27.9244Z' fill='%23091520'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.4454 15.9038L15.4246 27.9246L12.5962 25.0962L24.617 13.0754L27.4454 15.9038Z' fill='%23091520'/%3E%3C/svg%3E")}
.popup-form__block-title{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520}
.popup-form__block-list{max-width:470px;margin-top:64px;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}
.popup-form__block-item{position:relative;font-weight:400;font-size:.875rem;line-height:120%;color:#091520;width:calc(100% / 3 - 10px);padding-top:41px}
.popup-form__block-item::before{display:block;position:absolute;top:0;font-weight:600;font-size:.875rem;line-height:120%;color:#091520}
.popup-form__block-item:nth-child(1)::before{content:'01'}
.popup-form__block-item:nth-child(2)::before{content:'02'}
.popup-form__block-item:nth-child(3)::before{content:'03'}
.popup-form .registration{margin-top:72px}
.popup-form .registration .form__input:hover{border:2px solid #F0F0F0}
.popup-form .registration .form__input:focus{border:2px solid #00BCD5}
.popup-form .registration .form__button{background-color:#00BCD5}
.popup-form__success{position:absolute;top:48px;width:calc(100% - 80px);height:calc(100% - 96px);visibility:hidden}
.popup-form__success-title{font-weight:400;font-size:2.375rem;line-height:120%;color:#091520}
.popup-form__success-text{margin-top:64px;max-width:330px;font-weight:400;font-size:1rem;line-height:130%;color:#212121}
.popup-form__success-list{position:absolute;bottom:0;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:100%}
.popup-form__success-item{width:calc(50% - 10px)}
.popup-form__success-item div{font-weight:400;font-size:.875rem;line-height:120%;color:#091520;opacity:.4;margin-bottom:8px}
.popup-form__success-item a{font-weight:400;font-size:1rem;line-height:130%;color:#091520;text-decoration:none}
.popup-form__success-item a:hover{text-decoration:underline}
@media screen and (max-width:1360px){.popup-form{top:0;height:100%;-webkit-transform:unset;-ms-transform:unset;transform:unset}
.popup-form__show{right:0}
@-webkit-keyframes showRight{from{right:-100%}
to{right:0}
}
@keyframes showRight{from{right:-100%}
to{right:0}
}
@-webkit-keyframes hideRight{from{right:0}
to{right:-100%}
}
@keyframes hideRight{from{right:0}
to{right:-100%}
}
}
@media screen and (max-width:980px){.popup-form{width:100%}
.popup-form__container{max-width:640px;margin:0 auto}
.popup-form__success{max-width:640px;left:calc(50% - 320px)}
}
@media screen and (max-width:767px){.popup-form{padding:58px 32px 32px}
.popup-form__close{width:64px;height:64px}
.popup-form__close::before{top:12px;right:12px}
.popup-form__container{max-width:460px}
.popup-form__block-title{font-size:1.25rem}
.popup-form__block-list{margin-top:40px}
.popup-form__block-item{padding-top:26px;font-size:.75rem}
.popup-form .registration{margin-top:40px}
.popup-form .registration .form__button{max-width:168px}
.popup-form .registration .form__button-container{margin-top:32px}
.popup-form .registration .form__button-description{margin-top:28px}
.popup-form__success{top:58px;left:calc(50% - 230px);max-width:460px;width:calc(100% - 64px);height:calc(100% - 90px)}
.popup-form__success-title{font-size:1.25rem}
.popup-form__success-text{margin-top:40px;font-size:.875rem}
.popup-form__success-item div{font-size:.75rem}
.popup-form__success-item a{font-size:.875rem}
}
@media screen and (max-width:520px){.popup-form__block-list{-ms-flex-wrap:wrap;flex-wrap:wrap}
.popup-form__block-item{width:calc(100% / 2 - 7.5px)}
.popup-form__success{left:unset}
.popup-form__success-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.popup-form__success-item{width:100%}
.popup-form__success-item:nth-child(2){margin-top:4px}
}
@media screen and (max-width:359px){.popup-form{padding-top:32px}
.popup-form__block-title{max-width:200px}
.popup-form__block-list{display:none}
.popup-form .registration{margin-top:30px}
.popup-form__success-title{max-width:200px}
}
