*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased}
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}
@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}
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}
}
.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)}
}
.aut-nav{position:fixed;top:0;left:0;width:100%;height:60px;background-color:#fff;z-index:2}
.aut-nav__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;padding:0 40px;max-width:1440px;height:100%;width:100%;margin:0 auto}
.aut-nav__burger,.aut-nav__mobile{display:none}
.aut-nav__list{max-width:570px;display:grid;grid-template-columns:repeat(auto-fit,minmax(5%,auto));gap:30px}
.aut-nav__item{font-size:.75rem;line-height:16px;font-weight:400;color:#3c3a32;cursor:pointer}
.aut-nav__item:hover{color:#ff5029;text-decoration:none}
.aut-nav__button{display:inline-block;max-width:183px;width:100%;height:40px;border:1px solid #d7dce4;border-radius:12px;font-size:.875rem;line-height:38px;font-weight:400;color:#091520;text-align:center}
.aut-nav__button:hover{text-decoration:none;color:#fff;background-color:#1a1513}
@media screen and (max-width:980px){.aut-nav__list{display:none}
.aut-nav__list--mobile{-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-align:center;-ms-flex-align:center;align-items:center;gap:20px;max-width:100%}
.aut-nav__item{font-size:1.5rem;line-height:28px}
.aut-nav__button{display:none}
.aut-nav__button--mobile{display:block;margin:32px auto 0;max-width:181px;width:100%;height:40px;line-height:40px;background-color:#ff5029;color:#fff}
.aut-nav__mobile{display:none;padding:20px 0;background-color:#f6f7f9}
.aut-nav__burger,.aut-nav__mobile.active{display:block}
}
@media screen and (max-width:479px){.w-section{overflow:hidden}
.aut-nav__container{padding:0 16px}
}
.burger-checkbox{position:absolute;display:none;visibility:hidden}
.burger-checkbox:checked+.burger:before{top:7px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 6px 0 transparent;box-shadow:0 6px 0 transparent;-webkit-transition:top .3s,-webkit-box-shadow .15s,-webkit-transform .3s .15s;-o-transition:box-shadow .15s,top .3s,transform .3s .15s;transition:box-shadow .15s,top .3s,transform .3s .15s;transition:box-shadow .15s,top .3s,transform .3s .15s,-webkit-box-shadow .15s,-webkit-transform .3s .15s}
.burger-checkbox:checked+.burger:after{bottom:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:bottom .3s,-webkit-transform .3s .15s;-o-transition:bottom .3s,transform .3s .15s;transition:bottom .3s,transform .3s .15s;transition:bottom .3s,transform .3s .15s,-webkit-transform .3s .15s}
.burger{cursor:pointer;display:block;position:relative;border:none;background:0 0;width:22px;height:14px}
.burger:after,.burger:before{content:'';left:0;position:absolute;display:block;width:100%;height:2px;border-radius:10px;background:#000}
.burger:before{top:0;-webkit-box-shadow:0 6px 0 #000;box-shadow:0 6px 0 #000;-webkit-transition:top .3s .15s,-webkit-box-shadow .3s .15s,-webkit-transform .3s;-o-transition:box-shadow .3s .15s,top .3s .15s,transform .3s;transition:box-shadow .3s .15s,top .3s .15s,transform .3s;transition:box-shadow .3s .15s,top .3s .15s,transform .3s,-webkit-box-shadow .3s .15s,-webkit-transform .3s}
.burger:after{bottom:0;-webkit-transition:bottom .3s .15s,-webkit-transform .3s;-o-transition:bottom .3s .15s,transform .3s;transition:bottom .3s .15s,transform .3s;transition:bottom .3s .15s,transform .3s,-webkit-transform .3s}
.title__h1{font-size:3rem;line-height:53px;color:#1a1513;font-weight:700}
.title__h2{font-size:2.25rem;line-height:43px;color:#191716;font-weight:600}
@media screen and (max-width:1200px){.title__h1{font-size:2.375rem;line-height:42px}
}
@media screen and (max-width:767px){.title__h1{font-size:2rem;line-height:36px}
.title__h2{font-size:1.625rem;line-height:32px}
}
.header{position:relative;padding-top:60px;background-color:#f6f7f9;overflow:hidden}
.header .new-container{padding:0 0 0 80px}
.header__image{position:absolute;right:0;bottom:0;max-width:430px;height:auto;z-index:1}
.header__image:before{position:absolute;content:'';bottom:0;right:-28%;width:960px;height:460px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/header-bk.png");z-index:-1}
.header__img{width:100%}
.header__block{position:relative;max-width:640px;padding:80px 0 40px;z-index:1}
.header__price{position:absolute;top:60px;right:-60px;max-width:186px;width:100%;height:42px;border-radius:50px;padding-left:44px;font-size:1.0625rem;font-weight:600;color:#191716;line-height:42px;background-color:#edeef3;-webkit-transform:rotate(5.6deg);-ms-transform:rotate(5.6deg);transform:rotate(5.6deg);z-index:-1}
.header__price:before{position:absolute;content:'';width:32px;height:32px;top:5px;left:5px;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5624' cy='16.1623' r='14.2141' transform='rotate(5.6 15.5624 16.1623)' fill='%23FF5029' fill-opacity='0.2'/%3E%3Ccircle cx='15.5624' cy='16.1621' r='7.03921' transform='rotate(5.6 15.5624 16.1621)' fill='%23FF5029'/%3E%3C/svg%3E%0A")}
.header__list{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));gap:6px}
.header__item{position:relative;padding-left:30px;font-size:1rem;line-height:20px;font-weight:400;color:#1a1513}
.header__item:before{position:absolute;content:'';top:5px;left:6px;width:13px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.8545L5.18287 8L11.5466 2' stroke='%23FF5029' stroke-width='2.4956' stroke-linecap='round'/%3E%3C/svg%3E%0A")}
.header__item span{font-weight:700}
.header__button{display:inline-block;max-width:211px;width:100%;height:60px;margin-top:42px;border-radius:12px;font-size:.875rem;line-height:60px;font-weight:600;color:#fff;text-align:center;background-color:#ff5029}
.header__button:hover{text-decoration:none;background-color:#1a1513}
@media screen and (max-width:1300px){.header .new-container{padding:0 0 0 40px}
.header__image{right:2%;max-width:380px}
.header__image:before{width:860px;height:370px}
.header__item{font-size:.9375rem}
}
@media screen and (max-width:1200px){.header__price{right:60px}
}
@media screen and (max-width:990px){.header .new-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.header__block{padding-bottom:0}
.header__image{position:relative;max-width:100%;right:0}
.header__image:before{right:10%;height:470px;background-size:contain}
.header__img{display:block;margin:0 auto;max-width:500px}
}
@media screen and (max-width:767px){.header .new-container{padding:0}
.header__block{max-width:100%;padding:80px 16px 0}
.header__price{right:0}
.header__button{max-width:100%;height:76px;line-height:76px}
.header__image:before{right:auto;left:0;width:100%;height:520px;background-size:cover;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/header-bk-mobile.png");background-position:50% 17%}
.header__img{max-width:400px}
}
@media screen and (max-width:479px){.header__block{padding:60px 16px 0}
.header__list{margin-top:52px;border-radius:12px;padding:24px 16px;background-color:#fff}
.header__item{padding-left:25px;font-size:.875rem;line-height:18px}
.header__item:before{left:0}
.header__image:before{height:370px}
.header__price{top:30%;right:0;z-index:1;-webkit-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg)}
.header__button{height:56px;line-height:56px}
}
.aut-business{padding:70px 20px 35px}
.aut-business .new-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;border-radius:32px;padding:40px 30px 40px 40px;background-color:#ff5029;overflow:hidden}
.aut-business .new-container::before{position:absolute;content:'';max-width:140px;width:100%;height:52px;top:180px;left:385px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/aut-business-dec.png");background-size:cover;z-index:1}
.aut-business .new-container::after{position:absolute;content:'';max-width:530px;width:100%;height:100%;bottom:0;left:40px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/aut-business.png");background-size:cover}
.aut-business__content{max-width:546px;width:100%}
.aut-business__title{color:#fff}
.aut-business__list{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));gap:6px}
.aut-business__item{position:relative;padding-left:30px;font-size:1rem;line-height:20px;font-weight:400;color:#fff}
.aut-business__item:before{position:absolute;content:'';top:7px;left:7px;border-radius:50%;width:5px;height:5px;background-color:#fff}
.aut-business__button{display:inline-block;max-width:211px;width:100%;height:60px;margin-top:42px;border-radius:12px;font-size:.875rem;line-height:60px;font-weight:600;color:#1a1513;text-align:center;background-color:#fff}
.aut-business__button:hover{text-decoration:none;color:#fff;background-color:#1a1513}
@media screen and (max-width:1200px){.aut-business .new-container::after{left:0}
}
@media screen and (max-width:1140px){.aut-business .new-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}
.aut-business .new-container::after{max-width:470px;left:auto;right:-14%;background-size:contain;background-repeat:no-repeat;background-position:bottom}
.aut-business .new-container:before{left:auto;right:160px}
.aut-business__content{max-width:500px}
}
@media screen and (max-width:980px){.aut-business__content{max-width:360px}
}
@media screen and (max-width:767px){.aut-business .new-container{padding-bottom:300px}
.aut-business .new-container::after{max-width:560px;height:350px;left:auto;right:-20%;bottom:-3%;background-size:contain;background-position:bottom}
.aut-business .new-container:before{top:auto;bottom:180px;left:auto;right:40%}
.aut-business__title{max-width:320px}
.aut-business__content{position:relative;max-width:100%;z-index:1}
.aut-business__item{font-size:.875rem;line-height:18px}
}
@media screen and (max-width:479px){.aut-business{padding:70px 16px 35px}
.aut-business .new-container{min-width:290px;padding:32px 16px 260px}
.aut-business__button{max-width:100%;height:56px;line-height:56px}
}
.aut-assistent{padding:35px 20px}
.aut-assistent .new-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding:0;border-radius:32px;background-color:#f6f7f9;overflow:hidden}
.aut-assistent .new-container::after{position:absolute;content:'';max-width:620px;width:100%;height:100%;bottom:0;right:0;border-bottom-right-radius:32px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/aut-assistent.png");background-size:cover}
.aut-assistent__content{max-width:546px;width:100%;padding:60px 20px 60px 50px}
.aut-assistent__list{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));gap:6px}
.aut-assistent__item{position:relative;padding-left:30px;font-size:1rem;line-height:20px;font-weight:400;color:#091520}
.aut-assistent__item:before{position:absolute;content:'';top:7px;left:7px;border-radius:50%;width:5px;height:5px;background-color:#091520}
.aut-assistent__button{display:inline-block;max-width:211px;width:100%;height:60px;margin-top:42px;border-radius:12px;font-size:.875rem;line-height:60px;font-weight:600;color:#fff;text-align:center;background-color:#ff5029}
.aut-assistent__button:hover{text-decoration:none;background-color:#1a1513}
@media screen and (max-width:1140px){.aut-assistent .new-container::after{max-width:470px;left:auto;right:-14%;background-size:contain;background-repeat:no-repeat;background-position:bottom}
.aut-assistent .new-container:before{left:auto;right:160px}
.aut-assistent__content{max-width:500px}
}
@media screen and (max-width:980px){.aut-assistent__list{max-width:360px}
}
@media screen and (max-width:767px){.aut-assistent .new-container{padding-bottom:300px}
.aut-assistent .new-container::after{max-width:100%;height:350px;left:auto;right:0;bottom:0;background-size:contain;background-position:bottom center}
.aut-assistent .new-container:before{top:auto;bottom:180px;left:auto;right:40%}
.aut-assistent__title{max-width:320px}
.aut-assistent__content{position:relative;max-width:100%;z-index:1}
.aut-assistent__item{font-size:.875rem;line-height:18px}
}
@media screen and (max-width:479px){.aut-assistent{padding:35px 16px}
.aut-assistent .new-container{min-width:290px;padding-bottom:250px}
.aut-assistent .new-container:after{height:260px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/aut-assistent-mobile.png")}
.aut-assistent__content{padding:32px 16px}
.aut-assistent__button{max-width:100%;height:56px;line-height:56px}
}
.aut-time{padding:35px 20px 0}
.aut-time .new-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding:0;border-radius:32px;background-color:#f6f7f9}
.aut-time .new-container::after{position:absolute;content:'';max-width:100%;width:100%;height:100%;bottom:0;right:0;border-radius:32px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/aut-time.png");background-size:cover;background-position:center}
.aut-time__content{position:relative;max-width:546px;width:100%;padding:60px 20px 60px 50px;z-index:1}
.aut-time__title{color:#fff}
.aut-time__text{margin-top:42px;font-size:1rem;line-height:24px;font-weight:400;color:#fff}
.aut-time__list{margin-top:6px;display:grid;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));gap:6px}
.aut-time__item{position:relative;padding-left:30px;font-size:1rem;line-height:20px;font-weight:400;color:#fff}
.aut-time__item:before{position:absolute;content:'';top:7px;left:7px;border-radius:50%;width:5px;height:5px;background-color:#fff}
.aut-time__button{display:inline-block;max-width:250px;width:100%;height:60px;margin-top:42px;border-radius:12px;font-size:.875rem;line-height:60px;font-weight:600;color:#1a1513;text-align:center;background-color:#fff}
.aut-time__button:hover{text-decoration:none;color:#fff;background-color:#ff5029}
@media screen and (max-width:479px){.aut-time{padding:35px 16px 0}
.aut-time .new-container{min-width:290px;background-color:#000}
.aut-time .new-container::after{content:normal}
.aut-time__content{padding:32px 16px}
.aut-time__item,.aut-time__text{font-size:.875rem;line-height:18px}
.aut-time__button{background-color:#ff5029;color:#fff}
.aut-time__button:hover{background-color:#fff;color:#1a1513}
}
.aut-advantage{padding:70px 0 0;background-color:#fff}
.aut-advantage .new-container{padding:0 60px}
.aut-advantage__list{margin-top:56px;display:grid;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));gap:56px 20px}
.aut-advantage__item{position:relative;padding-top:64px}
.aut-advantage__item:before{position:absolute;content:'';width:40px;height:40px;left:0;top:0}
.aut-advantage__item:first-child: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%3Cpath d='M34.16 10.1766L20.8717 3.5099C20.6404 3.39351 20.3852 3.33261 20.1262 3.33204C19.8673 3.33146 19.6118 3.39121 19.38 3.50656L6.00168 10.1732C5.50668 10.4232 5.16502 10.9016 5.09502 11.4516C5.07335 11.6132 3.18668 27.6866 19.33 36.4649C19.5784 36.5995 19.857 36.6687 20.1395 36.6661C20.422 36.6635 20.6992 36.5891 20.945 36.4499C36.4567 27.6849 35.135 12.1616 35.0717 11.5049C35.0444 11.2245 34.9464 10.9556 34.787 10.7233C34.6276 10.491 34.4119 10.3029 34.16 10.1766Z' fill='%23FF5029'/%3E%3Cpath d='M14.8633 19.337L18.6895 23.1182L26.3394 15.9055' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(2):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%3Cpath d='M26.2499 20C24.6437 20 23.0905 19.2828 21.8749 17.9813C20.6929 16.7117 19.971 15.0188 19.8437 13.2156C19.7077 11.2922 20.2944 9.52344 21.4952 8.23438C22.696 6.94531 24.3749 6.25 26.2499 6.25C28.1116 6.25 29.7952 6.95781 30.9921 8.24375C32.2007 9.54219 32.789 11.3078 32.653 13.2148C32.5226 15.0203 31.8015 16.7125 30.6218 17.9805C29.4093 19.2828 27.8569 20 26.2499 20ZM36.5491 33.75H15.9515C15.6203 33.7518 15.2932 33.6775 14.9952 33.533C14.6972 33.3885 14.4364 33.1776 14.2327 32.9164C14.0167 32.6333 13.8675 32.305 13.7964 31.9561C13.7252 31.6072 13.7339 31.2467 13.8218 30.9016C14.4796 28.2602 16.1093 26.0695 18.5343 24.5672C20.6866 23.2344 23.4265 22.5 26.2499 22.5C29.1288 22.5 31.7968 23.2031 33.9616 24.5352C36.3921 26.0297 38.0241 28.2328 38.6788 30.9062C38.7656 31.2516 38.7734 31.6121 38.7014 31.9608C38.6294 32.3096 38.4796 32.6376 38.2632 32.9203C38.0598 33.1803 37.7995 33.3902 37.5024 33.534C37.2053 33.6778 36.8792 33.7517 36.5491 33.75ZM11.4843 20.3125C8.73507 20.3125 6.31788 17.7563 6.09366 14.6148C5.98272 13.0055 6.48429 11.5172 7.49991 10.4258C8.5046 9.34531 9.92179 8.75 11.4843 8.75C13.0468 8.75 14.453 9.34844 15.4632 10.4352C16.4866 11.5352 16.9866 13.0203 16.8694 14.6164C16.6452 17.757 14.2288 20.3125 11.4843 20.3125ZM16.614 22.7695C15.2398 22.0977 13.4562 21.7617 11.4851 21.7617C9.1835 21.7617 6.94835 22.3617 5.19054 23.4508C3.19757 24.6875 1.85694 26.4883 1.31554 28.6625C1.23631 28.9752 1.22881 29.3018 1.29362 29.6179C1.35842 29.9339 1.49384 30.2312 1.68975 30.4875C1.87565 30.7261 2.11381 30.919 2.3859 31.0512C2.658 31.1834 2.95678 31.2514 3.25929 31.25H11.9312C12.0775 31.25 12.2192 31.1986 12.3316 31.1048C12.444 31.011 12.5198 30.8807 12.546 30.7367C12.5546 30.6875 12.5655 30.6383 12.578 30.5898C13.2405 27.9289 14.7929 25.6805 17.0866 24.0414C17.171 23.9806 17.2389 23.8997 17.284 23.806C17.3292 23.7124 17.3504 23.6089 17.3455 23.505C17.3406 23.4011 17.3099 23.3001 17.2561 23.2111C17.2023 23.1221 17.1271 23.0479 17.0374 22.9953C16.9148 22.9234 16.7741 22.8477 16.614 22.7695Z' fill='%236A6C77'/%3E%3Cpath d='M26.2502 20C24.6439 20 23.0908 19.2828 21.8752 17.9813C20.6932 16.7117 19.9713 15.0188 19.8439 13.2156C19.708 11.2922 20.2947 9.52344 21.4955 8.23438C22.6963 6.94531 24.3752 6.25 26.2502 6.25C28.1119 6.25 29.7955 6.95781 30.9924 8.24375C32.201 9.54219 32.7892 11.3078 32.6533 13.2148C32.5228 15.0203 31.8017 16.7125 30.6221 17.9805C29.4096 19.2828 27.8572 20 26.2502 20ZM36.5494 33.75H15.9517C15.6206 33.7518 15.2934 33.6775 14.9955 33.533C14.6975 33.3885 14.4366 33.1776 14.233 32.9164C14.017 32.6333 13.8678 32.305 13.7966 31.9561C13.7255 31.6072 13.7342 31.2467 13.8221 30.9016C14.4799 28.2602 16.1096 26.0695 18.5346 24.5672C20.6869 23.2344 23.4267 22.5 26.2502 22.5C29.1291 22.5 31.7971 23.2031 33.9619 24.5352C36.3924 26.0297 38.0244 28.2328 38.6791 30.9062C38.7659 31.2516 38.7736 31.6121 38.7017 31.9608C38.6297 32.3096 38.4799 32.6376 38.2635 32.9203C38.06 33.1803 37.7998 33.3902 37.5027 33.534C37.2056 33.6778 36.8795 33.7517 36.5494 33.75Z' fill='%23FF5029'/%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(3):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%3Cpath d='M7.30713 13.6535C7.30713 14.8218 8.25425 15.769 9.42259 15.769H16.2978C17.4662 15.769 18.4133 14.8218 18.4133 13.6535V3.60504C18.4133 3.31295 18.1765 3.07617 17.8844 3.07617C12.0405 3.07617 7.30713 7.80952 7.30713 13.6535ZM9.42259 18.9421C8.25425 18.9421 7.30713 19.8893 7.30713 21.0576V26.3463C7.30713 32.1902 12.0405 36.9236 17.8844 36.9236H22.1154C27.9593 36.9236 32.6927 32.1902 32.6927 26.3463V21.0576C32.6927 19.8893 31.7456 18.9421 30.5772 18.9421H9.42259ZM30.5772 15.769C31.7456 15.769 32.6927 14.8218 32.6927 13.6535C32.6927 7.80952 27.9593 3.07617 22.1154 3.07617C21.8233 3.07617 21.5865 3.31295 21.5865 3.60504V13.6535C21.5865 14.8218 22.5336 15.769 23.702 15.769H30.5772Z' fill='%23FF5029'/%3E%3Cpath d='M7.30713 13.6535C7.30713 14.8218 8.25425 15.769 9.42259 15.769H16.2978C17.4662 15.769 18.4133 14.8218 18.4133 13.6535V3.60504C18.4133 3.31295 18.1765 3.07617 17.8844 3.07617C12.0405 3.07617 7.30713 7.80952 7.30713 13.6535Z' fill='%236A6C77'/%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(4):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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2502 18.9666V9.99992H18.7502V19.9999L25.8218 27.0716L27.5885 25.3049L21.2502 18.9666ZM20.0002 36.6666C10.7952 36.6666 3.3335 29.2049 3.3335 19.9999C3.3335 10.7949 10.7952 3.33325 20.0002 3.33325C29.2052 3.33325 36.6668 10.7949 36.6668 19.9999C36.6668 29.2049 29.2052 36.6666 20.0002 36.6666Z' fill='%23FF5029'/%3E%3Cpath d='M20.0161 10.7686V19.5762L26.3436 25.7147' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(5):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%3Cpath d='M16.6667 5H5V16.6667H16.6667V5ZM16.6667 23.3333H5V35H16.6667V23.3333ZM35 5H23.3333V16.6667H35V5Z' fill='%23FF5029' stroke='%23FF5029' stroke-width='3.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.3335 23.3333L35.0002 34.9999M23.3335 23.3333H35.0002M23.3335 23.3333V34.9999' stroke='%236A6C77' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(6):before{width:38px;height:38px;background-image:url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0532 13.3773C24.0214 13.3726 26.3311 13.3806 27.2738 13.3773C27.1873 12.6865 26.8717 12.0447 26.3774 11.5545C25.5927 10.8618 24.0514 8.89186 22.9859 8.66357C22.9826 9.68304 22.9883 12.268 22.9859 13.3175C22.9875 13.3341 22.9953 13.3495 23.0078 13.3606C23.0202 13.3717 23.0365 13.3777 23.0532 13.3773Z' fill='%23FF5029'/%3E%3Cpath d='M27.3053 18.2327V14.8711H23.0548C22.6418 14.8717 22.2455 14.7085 21.9527 14.4172C21.66 14.1259 21.4949 13.7303 21.4935 13.3173C21.4932 12.31 21.4937 9.49127 21.4935 8.52148H13.0746C12.4466 8.52167 11.8444 8.77122 11.4003 9.21527C10.9563 9.65933 10.7067 10.2615 10.7065 10.8895V18.2327C10.9435 18.2153 27.3053 18.2327 27.3053 18.2327Z' fill='%23FF5029'/%3E%3Cpath d='M28.7483 19.7271C26.9315 19.7296 9.26606 19.7271 9.26606 19.7271C9.06794 19.7271 8.87793 19.8058 8.73784 19.9458C8.59775 20.0859 8.51904 20.2759 8.51904 20.4741C8.51904 20.6722 8.59775 20.8622 8.73784 21.0023C8.87793 21.1424 9.06794 21.2211 9.26606 21.2211H10.7078V27.0702C10.708 27.6982 10.9576 28.3004 11.4016 28.7445C11.8457 29.1885 12.4479 29.4381 13.0759 29.4383H24.9385C25.5665 29.4381 26.1687 29.1885 26.6127 28.7445C27.0568 28.3004 27.3064 27.6982 27.3066 27.0702V21.2211H28.7483C28.944 21.2174 29.1304 21.137 29.2674 20.9973C29.4045 20.8577 29.4813 20.6698 29.4813 20.4741C29.4813 20.2784 29.4045 20.0905 29.2674 19.9508C29.1304 19.8111 28.944 19.7308 28.7483 19.7271Z' fill='%23FF5029'/%3E%3Cpath d='M0.34375 27.4331C0.34375 26.4666 1.12725 25.6831 2.09375 25.6831C3.06025 25.6831 3.84375 26.4666 3.84375 27.4331V34.1362H10.5469C11.5133 34.1363 12.2969 34.9198 12.2969 35.8862C12.2967 36.8526 11.5133 37.6362 10.5469 37.6362H2.09375C1.12733 37.6362 0.343882 36.8526 0.34375 35.8862V27.4331ZM34.1562 27.4331C34.1562 26.4666 34.9398 25.6831 35.9062 25.6831C36.8726 25.6832 37.6562 26.4667 37.6562 27.4331V35.8862C37.6561 36.8525 36.8726 37.6361 35.9062 37.6362H27.4531C26.4867 37.6362 25.7033 36.8526 25.7031 35.8862C25.7031 34.9197 26.4866 34.1362 27.4531 34.1362H34.1562V27.4331ZM0.34375 10.5269V2.07373C0.34375 1.10723 1.12725 0.32373 2.09375 0.32373H10.5469C11.5133 0.323763 12.2969 1.10725 12.2969 2.07373C12.2969 3.04021 11.5133 3.8237 10.5469 3.82373H3.84375V10.5269C3.84372 11.4933 3.06023 12.2769 2.09375 12.2769C1.12727 12.2769 0.343783 11.4933 0.34375 10.5269ZM34.1562 10.5269V3.82373H27.4531C26.4866 3.82373 25.7031 3.04023 25.7031 2.07373C25.7031 1.10723 26.4866 0.32373 27.4531 0.32373H35.9062C36.8726 0.323862 37.6562 1.10731 37.6562 2.07373V10.5269C37.6562 11.4932 36.8726 12.2767 35.9062 12.2769C34.9398 12.2769 34.1563 11.4933 34.1562 10.5269Z' fill='%236A6C77'/%3E%3Cdefs%3E%3CclipPath id='clip0_1413_973'%3E%3Crect width='38' height='38' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(7):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%3Cpath d='M5 9.6875C5 10.7422 5.83789 11.7148 7.25 12.5C8.95508 13.4434 11.498 14.1113 14.416 14.3105C14.6328 14.2051 14.8496 14.1055 15.0781 14.0176C17.3867 13.0508 20.457 12.5 23.75 12.5C24.2363 12.5 24.7109 12.5117 25.1855 12.5352L25.25 12.5C26.6621 11.7148 27.5 10.7422 27.5 9.6875C27.5 7.09766 22.4609 5 16.25 5C10.0391 5 5 7.09766 5 9.6875ZM25.584 14.4395C24.9863 14.3984 24.3711 14.375 23.75 14.375C20.1055 14.375 16.8711 15.0957 14.8145 16.2148C13.3613 17.0059 12.5 17.9902 12.5 19.0625C12.5 19.2969 12.541 19.5254 12.623 19.748C12.8926 20.5215 13.6191 21.2305 14.6738 21.8281C14.6797 21.834 14.6914 21.834 14.6973 21.8398C14.7148 21.8516 14.7324 21.8574 14.75 21.8691C16.8008 23.0059 20.0703 23.7441 23.75 23.7441C27.2422 23.7441 30.3652 23.082 32.4336 22.0391C32.5449 21.9863 32.6504 21.9277 32.7559 21.8691C34.1621 21.0898 35 20.1172 35 19.0625C35 17.0234 31.8711 15.2832 27.5 14.6445C26.8848 14.5566 26.2461 14.4863 25.584 14.4395ZM10.625 19.0625C10.625 17.7793 11.2461 16.7246 12.0371 15.9336C10.3789 15.6758 8.86133 15.2656 7.57227 14.7324C6.61719 14.334 5.72656 13.8418 5 13.2383V15.3125C5 16.4434 5.9668 17.4863 7.56641 18.2949C8.42188 18.7285 9.46484 19.0977 10.6367 19.3789C10.6309 19.2734 10.625 19.1738 10.625 19.0684V19.0625ZM12.5 24.6875C12.5 25.7422 13.3379 26.7148 14.75 27.5C14.8555 27.5586 14.9609 27.6113 15.0723 27.6699C17.1348 28.7129 20.2578 29.375 23.75 29.375C27.4297 29.375 30.6992 28.6367 32.75 27.5C34.1621 26.7148 35 25.7422 35 24.6875V22.6133C34.2676 23.2168 33.3828 23.709 32.4277 24.1074C30.1133 25.0742 27.043 25.625 23.75 25.625C20.457 25.625 17.3867 25.0742 15.0723 24.1074C14.6152 23.9199 14.1758 23.7031 13.7598 23.4688C13.4023 23.2695 13.0684 23.0469 12.752 22.8125C12.6641 22.748 12.582 22.6777 12.5 22.6133V24.6875ZM10.625 24.6875V21.2949C9.51172 21.0488 8.48633 20.7383 7.57227 20.3574C6.61719 19.959 5.72656 19.4668 5 18.8633V20.9375C5 21.5527 5.29297 22.168 5.87305 22.748C6.82812 23.7031 8.50977 24.4883 10.6367 24.998C10.6309 24.8984 10.625 24.793 10.625 24.6875ZM23.75 31.25C20.457 31.25 17.3867 30.6992 15.0723 29.7324C14.1172 29.334 13.2266 28.8418 12.5 28.2383V30.3125C12.5 32.9023 17.5391 35 23.75 35C29.9609 35 35 32.9023 35 30.3125V28.2383C34.2676 28.8418 33.3828 29.334 32.4277 29.7324C30.1133 30.6992 27.043 31.25 23.75 31.25Z' fill='%236A6C77'/%3E%3Cpath d='M25.584 14.4395C24.9863 14.3984 24.3711 14.375 23.75 14.375C20.1055 14.375 16.8711 15.0957 14.8145 16.2148C13.3613 17.0059 12.5 17.9902 12.5 19.0625C12.5 19.2969 12.541 19.5254 12.623 19.748C12.8926 20.5215 13.6191 21.2305 14.6738 21.8281C14.6797 21.834 14.6914 21.834 14.6973 21.8398C14.7148 21.8516 14.7324 21.8574 14.75 21.8691C16.8008 23.0059 20.0703 23.7441 23.75 23.7441C27.2422 23.7441 30.3652 23.082 32.4336 22.0391C32.5449 21.9863 32.6504 21.9277 32.7559 21.8691C34.1621 21.0898 35 20.1172 35 19.0625C35 17.0234 31.8711 15.2832 27.5 14.6445C26.8848 14.5566 26.2461 14.4863 25.584 14.4395ZM12.5 24.6875C12.5 25.7422 13.3379 26.7148 14.75 27.5C14.8555 27.5586 14.9609 27.6113 15.0723 27.6699C17.1348 28.7129 20.2578 29.375 23.75 29.375C27.4297 29.375 30.6992 28.6367 32.75 27.5C34.1621 26.7148 35 25.7422 35 24.6875V22.6133C34.2676 23.2168 33.3828 23.709 32.4277 24.1074C30.1133 25.0742 27.043 25.625 23.75 25.625C20.457 25.625 17.3867 25.0742 15.0723 24.1074C14.6152 23.9199 14.1758 23.7031 13.7598 23.4688C13.4023 23.2695 13.0684 23.0469 12.752 22.8125C12.6641 22.748 12.582 22.6777 12.5 22.6133V24.6875ZM23.75 31.25C20.457 31.25 17.3867 30.6992 15.0723 29.7324C14.1172 29.334 13.2266 28.8418 12.5 28.2383V30.3125C12.5 32.9023 17.5391 35 23.75 35C29.9609 35 35 32.9023 35 30.3125V28.2383C34.2676 28.8418 33.3828 29.334 32.4277 29.7324C30.1133 30.6992 27.043 31.25 23.75 31.25Z' fill='%23FF5029'/%3E%3C/svg%3E%0A")}
.aut-advantage__item:nth-child(8):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%3Cpath d='M28.5039 5.21069C28.9566 5.21069 29.3695 5.46957 29.5674 5.87671C29.7652 6.28383 29.7132 6.76786 29.4336 7.12378L23.4531 14.7351H31.2256C31.6953 14.7351 32.1202 15.0138 32.3086 15.4441C32.4969 15.8743 32.4133 16.3754 32.0947 16.7205L15.7666 34.4089C15.3983 34.8079 14.8053 34.9051 14.3291 34.6443C13.8531 34.3834 13.616 33.8314 13.7539 33.3064L16.7646 21.863H8.77441C8.36066 21.863 7.97692 21.6467 7.7627 21.2927C7.54849 20.9387 7.53458 20.4981 7.72656 20.1316L15.2109 5.84448L15.2959 5.70581C15.5158 5.39792 15.8729 5.2108 16.2578 5.21069H28.5039Z' fill='%23FF5029' stroke='white' stroke-width='2.36498' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}
.aut-advantage__head{max-width:188px;margin-bottom:16px;font-size:1.25rem;line-height:24px;font-weight:500;color:#191716}
.aut-advantage__text{padding-right:25px;font-size:.875rem;line-height:18px;font-weight:400;color:#6a6c77}
@media screen and (max-width:1100px){.aut-advantage__list{grid-template-columns:repeat(auto-fit,minmax(40%,1fr))}
}
@media screen and (max-width:767px){.aut-advantage__list{grid-template-columns:repeat(auto-fit,minmax(50%,1fr))}
}
@media screen and (max-width:479px){.aut-advantage .new-container{padding:0 16px}
.aut-advantage__list{margin-top:32px;gap:16px}
.aut-advantage__text{font-size:1.0625rem;line-height:22px}
}
.aut-work{padding:70px 0 2px;background-color:#fff}
.aut-work .new-container{padding:0 20px}
.aut-work__title{padding-left:40px}
.aut-work__list{margin-top:50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));gap:2px}
.aut-work__item{position:relative;padding:104px 40px 42px;border-radius:16px;background-color:#f6f7f9}
.aut-work__item:before{position:absolute;content:'';width:40px;height:40px;left:40px;top:32px}
.aut-work__item:first-child: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%3Cpath d='M25.4259 12.4995C26.7221 12.4933 29.8141 12.504 31.0762 12.4995C30.9604 11.5748 30.5378 10.7156 29.8761 10.0594C28.8257 9.13201 26.7622 6.49482 25.3359 6.18921C25.3315 7.55399 25.339 11.0146 25.3359 12.4195C25.338 12.4418 25.3484 12.4624 25.3651 12.4773C25.3818 12.4921 25.4036 12.5001 25.4259 12.4995Z' fill='%23FF5029'/%3E%3Cpath d='M23.3379 5.99902C23.3381 7.29717 23.3375 11.0701 23.3379 12.4189C23.3397 12.9718 23.5613 13.5016 23.9531 13.8916C24.345 14.2816 24.8759 14.4998 25.4287 14.499H31.1182V18.4551H31.1201V30.8311C31.1197 31.6716 30.7858 32.4779 30.1914 33.0723C29.597 33.6666 28.7908 34.0007 27.9502 34.001H12.0693C11.2287 34.0007 10.4226 33.6666 9.82812 33.0723C9.23376 32.4779 8.89979 31.6716 8.89941 30.8311V18.999L8.89746 19V9.16895C8.89777 8.32833 9.23176 7.52215 9.82617 6.92773C10.4206 6.33332 11.2268 5.99933 12.0674 5.99902H23.3379Z' fill='%23FF5029'/%3E%3Cpath d='M13.3472 21.187H21.5696' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M13.3472 26.687H23.772' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A")}
.aut-work__item:nth-child(2):before{width:44px;background-image:url("data:image/svg+xml,%3Csvg width='44' height='40' viewBox='0 0 44 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3227 6.0072C23.5067 5.95119 22.6666 5.91919 21.8185 5.91919C16.8422 5.91919 12.4258 6.90326 9.61762 8.43138C7.63347 9.51146 6.45739 10.8556 6.45739 12.3197C6.45739 12.6397 6.51339 12.9517 6.6254 13.2557C6.99343 14.3118 7.9855 15.2799 9.42561 16.096C9.43361 16.104 9.44961 16.104 9.45761 16.112C9.48161 16.128 9.50562 16.136 9.52962 16.152C12.3298 17.7041 16.7942 18.7121 21.8185 18.7121C26.5869 18.7121 30.8512 17.8081 33.6754 16.384C33.8274 16.312 33.9714 16.232 34.1155 16.152C36.0356 15.0879 37.1797 13.7598 37.1797 12.3197C37.1797 9.53546 32.9074 7.15928 26.9389 6.28722C26.0989 6.16721 25.2268 6.0712 24.3227 6.0072ZM6.45739 20.0002C6.45739 21.4404 7.60147 22.7685 9.52962 23.8405C9.67363 23.9205 9.81764 23.9925 9.96965 24.0725C12.7859 25.4967 17.0502 26.4007 21.8185 26.4007C26.8429 26.4007 31.3072 25.3926 34.1075 23.8405C36.0356 22.7685 37.1797 21.4404 37.1797 20.0002V17.168C36.1796 17.9921 34.9715 18.6641 33.6674 19.2082C30.5072 20.5283 26.3149 21.2803 21.8185 21.2803C17.3222 21.2803 13.1299 20.5283 9.96965 19.2082C9.3456 18.9522 8.74556 18.6561 8.17752 18.3361C7.68948 18.0641 7.23344 17.7601 6.80141 17.4401C6.6814 17.352 6.5694 17.256 6.45739 17.168V20.0002ZM21.8185 28.9609C17.3222 28.9609 13.1299 28.2089 9.96965 26.8888C8.66555 26.3447 7.44946 25.6727 6.45739 24.8486V27.6808C6.45739 31.2171 13.3379 34.0813 21.8185 34.0813C30.2992 34.0813 37.1797 31.2171 37.1797 27.6808V24.8486C36.1796 25.6727 34.9715 26.3447 33.6674 26.8888C30.5072 28.2089 26.3149 28.9609 21.8185 28.9609Z' fill='%23FF5029'/%3E%3Cpath d='M24.3227 6.0072C23.5067 5.95119 22.6666 5.91919 21.8185 5.91919C16.8422 5.91919 12.4258 6.90326 9.61762 8.43138C7.63348 9.51146 6.45739 10.8556 6.45739 12.3197C6.45739 12.6397 6.51339 12.9517 6.6254 13.2557C6.99343 14.3118 7.9855 15.2799 9.42561 16.096C9.43361 16.104 9.44961 16.104 9.45761 16.112C9.48162 16.128 9.50562 16.136 9.52962 16.152C12.3298 17.7041 16.7942 18.7121 21.8185 18.7121C26.5869 18.7121 30.8512 17.8081 33.6754 16.384C33.8274 16.312 33.9714 16.232 34.1155 16.152C36.0356 15.0879 37.1797 13.7598 37.1797 12.3197C37.1797 9.53546 32.9074 7.15928 26.9389 6.28722C26.0989 6.16721 25.2268 6.0712 24.3227 6.0072Z' fill='%23FF5029'/%3E%3C/svg%3E%0A")}
.aut-work__item:nth-child(3):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%3Cpath d='M26.4101 20.6409C26.4101 21.1509 26.2075 21.6401 25.8468 22.0007C25.4862 22.3614 24.997 22.564 24.487 22.564H15.5126C15.0026 22.564 14.5135 22.3614 14.1528 22.0007C13.7922 21.6401 13.5896 21.1509 13.5896 20.6409V20.3204C13.5896 20.2354 13.5558 20.1539 13.4957 20.0938C13.4356 20.0337 13.354 19.9999 13.269 19.9999H0.769043V31.5383C0.769043 32.8984 1.30933 34.2028 2.27106 35.1645C3.23278 36.1263 4.53716 36.6666 5.89725 36.6666H34.1024C35.4625 36.6666 36.7668 36.1263 37.7286 35.1645C38.6903 34.2028 39.2306 32.8984 39.2306 31.5383V19.9999H26.7306C26.6456 19.9999 26.5641 20.0337 26.5039 20.0938C26.4438 20.1539 26.4101 20.2354 26.4101 20.3204V20.6409Z' fill='%23FF5029'/%3E%3Cpath d='M10.9683 8.44014V7.75905C10.9683 6.05972 12.3458 4.68213 14.0452 4.68213H25.8814C27.5807 4.68213 28.9583 6.05972 28.9583 7.75905V8.44014' stroke='%23FF5029' stroke-width='2.5641' stroke-linecap='round'/%3E%3Cpath d='M0.78125 12.953C0.78125 10.4606 2.80171 8.44019 5.29407 8.44019H34.7179C37.2103 8.44019 39.2308 10.4606 39.2308 12.953V17.5102H0.78125V12.953Z' fill='%23FF5029'/%3E%3Cpath d='M14.6001 21.1055H25.4004' stroke='white' stroke-width='3.07692' stroke-linecap='round'/%3E%3Cdefs%3E%3CclipPath id='clip0_1413_1018'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}
.aut-work__item:nth-child(4):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%3Cpath d='M20.0005 20.0001C17.8822 20.0001 15.8339 19.0542 14.2307 17.3377C12.6718 15.6634 11.7197 13.4307 11.5518 11.0527C11.3725 8.51598 12.1463 6.18331 13.7299 4.48326C15.3136 2.78321 17.5277 1.86621 20.0005 1.86621C22.4558 1.86621 24.6762 2.79969 26.2547 4.49562C27.8486 6.20803 28.6244 8.53659 28.4451 11.0516C28.2731 13.4327 27.3221 15.6644 25.7663 17.3367C24.1672 19.0542 22.1199 20.0001 20.0005 20.0001ZM33.5834 38.1339H6.41868C5.98194 38.1363 5.55048 38.0384 5.1575 37.8478C4.76453 37.6572 4.42052 37.379 4.15195 37.0346C3.86707 36.6612 3.67033 36.2282 3.57648 35.7681C3.48263 35.3079 3.49408 34.8325 3.61 34.3773C4.47754 30.8938 6.62681 28.0047 9.82496 26.0234C12.6635 24.2656 16.2769 23.2971 20.0005 23.2971C23.7973 23.2971 27.3159 24.2244 30.1709 25.9812C33.3763 27.9522 35.5287 30.8577 36.3921 34.3835C36.5066 34.839 36.5168 35.3144 36.4219 35.7743C36.327 36.2343 36.1294 36.6668 35.844 37.0397C35.5757 37.3825 35.2325 37.6594 34.8406 37.849C34.4488 38.0387 34.0187 38.1362 33.5834 38.1339Z' fill='%23FF5029'/%3E%3Cpath d='M20.0005 20.0001C17.8821 20.0001 15.8338 19.0542 14.2306 17.3377C12.6718 15.6634 11.7197 13.4307 11.5518 11.0527C11.3725 8.51598 12.1463 6.18331 13.7299 4.48326C15.3135 2.78321 17.5277 1.86621 20.0005 1.86621C22.4558 1.86621 24.6762 2.79969 26.2546 4.49562C27.8486 6.20803 28.6244 8.53659 28.4451 11.0516C28.2731 13.4327 27.3221 15.6644 25.7663 17.3367C24.1672 19.0542 22.1199 20.0001 20.0005 20.0001Z' fill='%23FF5029'/%3E%3C/svg%3E%0A")}
.aut-work__text{padding:32px 36px 0 0;border-top:1px solid rgba(104,120,151,.1);font-size:1rem;font-weight:400;line-height:20px;color:#1a1513}
@media screen and (max-width:1260px){.aut-work__list{grid-template-columns:repeat(auto-fit,minmax(40%,1fr));gap:2px}
}
@media screen and (max-width:479px){.aut-work .new-container{padding:0 16px}
.aut-work__title{padding-left:0}
.aut-work__item{padding:24px 16px 24px 60px}
.aut-work__item:before{width:30px;height:30px;left:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-size:contain;background-repeat:no-repeat}
.aut-work__text{padding:0;border:0;font-size:.875rem;line-height:18px}
}
.aut-team{padding:0 20px 35px}
.aut-team .new-container{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;max-width:1400px;padding:0;border-radius:16px;background-color:#f6f7f9}
.aut-team .new-container::after{position:absolute;content:'';max-width:100%;width:100%;height:100%;bottom:0;right:0;border-radius:16px;background-image:url("../../../../buhgalterskie-uslugi/business-accounting/img/aut-team.png");background-size:cover;background-position:center}
.aut-team__content{position:relative;max-width:625px;width:100%;padding:60px 20px 60px 50px;z-index:1}
.aut-team__title{color:#fff}
.aut-team__text{margin-top:42px;font-size:1rem;line-height:24px;font-weight:400;color:#fff}
.aut-team__button{display:inline-block;max-width:215px;width:100%;height:55px;margin-top:32px;border-radius:12px;font-size:.875rem;line-height:55px;font-weight:600;color:#fff;text-align:center;background-color:#ff5029}
.aut-team__button:hover{text-decoration:none;color:#1a1513;background-color:#fff}
@media screen and (max-width:1200px){.aut-team__text{font-size:.875rem;line-height:18px}
}
@media screen and (max-width:767px){.aut-work__list{grid-template-columns:repeat(auto-fit,minmax(50%,1fr));gap:5px}
.aut-team__title{font-size:1.375rem}
.aut-team .new-container{min-width:290px}
.aut-team .new-container:after{background-position:left}
.aut-team__content{padding:32px 16px 24px}
}
@media screen and (max-width:479px){.aut-team__button{max-width:100%}
}
.aut-price{padding:35px 20px 70px;background-color:#fff}
.aut-price .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;gap:32px;max-width:1400px;padding:42px 90px 46px 40px;border-radius:16px;background-color:#ff5029}
.aut-price__content{max-width:632px;width:100%}
.aut-price__title{font-size:1.75rem;line-height:34px;color:#fff}
.aut-price__text{margin-top:24px;font-size:1rem;line-height:22px;font-weight:400;color:#fff}
.aut-price__button{display:inline-block;max-width:250px;width:100%;height:60px;border-radius:12px;font-size:.875rem;line-height:60px;font-weight:600;color:#fff;text-align:center;background-color:#191716}
.aut-price__button:hover{text-decoration:none;color:#1a1513;background-color:#fff}
@media screen and (max-width:980px){.aut-price .new-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:42px 70px 46px 40px}
}
@media screen and (max-width:767px){.aut-price .new-container{min-width:290px;padding:32px 16px 24px}
.aut-price__text{font-size:.875rem;line-height:18px}
}
.faq__title{margin-left:40px}
.faq__desc{margin:24px 40px 0;font-weight:400;font-size:1.125rem;line-height:120%;color:#091520}
.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_last .faq__item-block.open{border-bottom:none}
.faq__item_last .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 a{text-decoration:underline}
.faq__item-block .faq__item-text ul{padding-left:17px;list-style-type:disc}
.faq__item-block .faq__item-text li{margin-top:8px}
.faq__item-block.open{border-bottom:2px solid #091520}
.faq__button{display:block;width:268px;text-align:center;margin-top:54px;font-size:1rem;text-decoration:none;-webkit-transition:background-color .15s,color .15s;-o-transition:background-color .15s,color .15s;transition:background-color .15s,color .15s}
@media screen and (max-width:991px){.faq__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:106px}
.faq__title{margin-left:65px}
.faq__desc{margin:24px 65px 0}
.faq__list{width:100%;padding-left:65px;padding-right:65px}
.faq__list:nth-child(1){padding-bottom:0}
.faq__list:nth-child(1) .faq__item_last .faq__item-block.open{border-bottom:2px solid #091520}
.faq__list:nth-child(1) .faq__item_last .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:17px}
.faq__desc{margin:24px 17px 0;font-size:1rem}
.faq__container{margin-top:14px;padding-bottom:86px}
.faq__list{padding-left:17px;padding-right:17px}
.faq__list:nth-child(1) .faq__item_last .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}
}
.faq .new-container{padding-top:100px;padding-bottom:80px}
.faq__title{margin:0 40px}
.faq__button{padding:unset;background-color:#FF5029;font-weight:500;line-height:56px;color:#fff}
.faq__button:hover{color:#fff;text-decoration:none;background-color:#091520}
@media screen and (max-width:991px){.faq .new-container{padding-top:60px;padding-bottom:60px}
.faq__title{margin:0 40px;font-size:2.25rem;line-height:36px}
.faq__container{margin-top:20px}
.faq__list{padding-left:40px;padding-right:40px}
.faq__item-title:hover::after{visibility:hidden}
}
@media screen and (max-width:767px){.faq .new-container{padding-top:40px;padding-bottom:40px}
.faq__title{font-size:1.75rem;line-height:29px;margin:0 16px}
.faq__container{margin-top:10px;padding-bottom:86px}
.faq__list{padding-left:16px;padding-right:16px}
.faq__button{width:182px;padding:unset;font-size:1rem}
}
.faq{font-family:Golos;background-color:transparent}
.faq .new-container{padding-top:unset!important}
.faq__title{max-width:620px;font-size:2.25rem;line-height:43px;color:#191716;font-weight:600}
@media screen and (max-width:767px){.faq__title{max-width:450px;font-size:1.625rem;line-height:32px}
}
