*{border:0;margin:0;padding:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}:active,:focus{outline:none}body,html{background-color:var(--bg-bg-white);height:100%;min-width:320px}body{color:var(--main-color);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-size);line-height:1;-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}aside,footer,header,main,nav,section{display:block}button{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:transparent;-o-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent;-tap-highlight-color:transparent}button:active,button:focus{outline:0 solid transparent}button::-moz-focus-inner{border:0;padding:0}input:focus{outline:0 solid transparent}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input::-ms-clear{display:none}button,input,textarea{font-family:var(--font-family);font-size:inherit}button{background-color:inherit;color:inherit}button,input[type=submit]{cursor:default}a{color:inherit;cursor:default}input.error,textarea.error{border-color:red}a:link,a:visited{text-decoration:none}address{font-style:normal}img{border:none;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;vertical-align:top}::-webkit-scrollbar{background-color:var(--bg-bg-white);height:5px;width:5px}::-webkit-scrollbar-thumb{border-radius:5px;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:var(--bg-bg-dark)}@-webkit-keyframes scroll-down{0%{background-position-y:50%}50%{background-position-y:70%}to{background-position-y:50%}}@keyframes scroll-down{0%{background-position-y:50%}50%{background-position-y:70%}to{background-position-y:50%}}body{background-color:var(--white)}html.lock{scrollbar-gutter:stable}.wrapper{background:var(--white);isolation:isolate;position:relative}.wrapper:before{background-blend-mode:soft-light;background-image:url(../images/noise.png),var(--page-gradient);content:"";height:100%;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;-webkit-transition:opacity .5s;transition:opacity .5s;width:100%;z-index:-1}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrapper>*{min-width:0}.container{margin:0 auto;max-width:1730px;padding:0 15px;width:100%}h1,h2,h3,h4,h5,h6{color:var(--bg-bg-dark);-webkit-transition:color .5s;transition:color .5s}h1,h2,h3,h4{font-family:var(--second-family);font-weight:400}h1{font-size:280px;line-height:1}h2{font-size:100px;line-height:1}h3{font-size:72px;line-height:1}h4{font-size:42px;letter-spacing:.04em;line-height:140%}h5{font-size:32px;font-weight:700;line-height:110%}h6{font-size:24px;line-height:110%}.section-title{color:var(--bg-bg-dark)}.section-title span{-webkit-transition:color .5s;transition:color .5s}.title-sm span{color:#eb2e44}.main-autopark .title-sm span{color:var(--bg-red-title)}.ibg{position:relative}.ibg iframe,.ibg img,.ibg video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.slider-controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px}.slider-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;height:72px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;-webkit-transition:background-color .25s,fill .25s;transition:background-color .25s,fill .25s;width:72px}.slider-button svg{height:100%;width:100%}.slider-button.swiper-button-disabled{cursor:default;pointer-events:none}.slider-button.swiper-button-disabled svg path{fill:#b0b4bc}.controls-white .slider-button.swiper-button-disabled{background-color:#ffffff80;pointer-events:none}.slider-button svg path{-webkit-transition:fill .25s;transition:fill .25s;fill:var(--bg-bg-dark)}.text-link{border-bottom:1px solid;color:var(--white);-webkit-transition:color .25s,border-color .25s;transition:color .25s,border-color .25s}.error-message{color:var(--bg-bg-red);font-size:16px;line-height:18px;padding:0 16px}.form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;position:relative}.form-item__field{border-bottom:1px solid rgba(var(--bg-bg-white-rgb),.5);position:relative}.form-item__field:before{background-color:var(--bg-bg-white);bottom:-1px;content:"";height:1px;left:0;position:absolute;-webkit-transition:width .5s;transition:width .5s;width:0;z-index:2}.form-item__field.focus:before{width:100%}.popup .form-item__field{border-bottom:1px solid hsla(204,2%,51%,.5)}.popup .form-item__field:before{background-color:#7f8284}.form-item__timelines{display:grid;gap:42px;grid-template-columns:repeat(2,1fr);margin-top:14px}.form-item.error .form-item__field{border-bottom:1px solid var(--bg-bg-red)}.form-item.error .form-item__field:before{background-color:var(--bg-bg-red)}.form-input{background-color:transparent;color:var(--bg-bg-white);font-size:16px;line-height:18px;min-height:50px;padding:16px;width:100%}.form-input::-moz-placeholder{color:rgba(var(--bg-bg-white-rgb),.5);font-size:16px;line-height:18px}.form-input::-webkit-input-placeholder{color:rgba(var(--bg-bg-white-rgb),.5);font-size:16px;line-height:18px}.form-input:-ms-input-placeholder{color:rgba(var(--bg-bg-white-rgb),.5);font-size:16px;line-height:18px}.form-input::-ms-input-placeholder{color:rgba(var(--bg-bg-white-rgb),.5);font-size:16px;line-height:18px}.form-input::placeholder{color:rgba(var(--bg-bg-white-rgb),.5);font-size:16px;line-height:18px}.popup .form-input{color:var(--text-text-secondary)}.popup .form-input::-moz-placeholder{color:rgba(var(--text-text-secondary-rgb),.5)}.popup .form-input::-webkit-input-placeholder{color:rgba(var(--text-text-secondary-rgb),.5)}.popup .form-input:-ms-input-placeholder{color:rgba(var(--text-text-secondary-rgb),.5)}.popup .form-input::-ms-input-placeholder{color:rgba(var(--text-text-secondary-rgb),.5)}.popup .form-input::placeholder{color:rgba(var(--text-text-secondary-rgb),.5)}.form-text{color:rgba(var(--text-text-secondary-rgb),.5);font-size:16px;line-height:18px;padding:0 16px}picture{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.content{font-size:20px;line-height:28px}.content p{margin-bottom:14px}.content ul{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;list-style-type:none;margin:0;padding:0}.content ul li{padding-left:16px;position:relative}.content ul li:before{background-color:var(--bg-bg-red-static);border-radius:50%;content:"";display:block;height:4px;left:0;position:absolute;top:14px;width:4px}.content ol{counter-reset:numbers;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0 0 16px;padding:0}.content ol p{display:inline-block;margin:0 0 8px}.content ol>li{margin-bottom:8px;position:relative}.content ol>li>ol{margin-top:8px}.content ol>li:before{color:var(--bg-bg-red-static);content:counters(numbers,".") ". ";counter-increment:numbers;font-size:20px;font-weight:700;line-height:28px;margin-right:8px;text-align:right}.content ol>li:not(:last-child){margin-bottom:8px}.content ol>li>ol,.content>:last-child{margin-bottom:0}@font-face{font-display:swap;font-family:PT Root UI;font-style:normal;font-weight:500;src:url(../fonts/PTRootUI-Medium.eot);src:url(../fonts/PTRootUI-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/PTRootUI-Medium.woff2) format("woff2"),url(../fonts/PTRootUI-Medium.woff) format("woff"),url(../fonts/PTRootUI-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:PT Root UI;font-style:normal;font-weight:400;src:url(../fonts/PTRootUI-Regular.eot);src:url(../fonts/PTRootUI-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/PTRootUI-Regular.woff2) format("woff2"),url(../fonts/PTRootUI-Regular.woff) format("woff"),url(../fonts/PTRootUI-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:PT Root UI;font-style:normal;font-weight:700;src:url(../fonts/PTRootUI-Bold.eot);src:url(../fonts/PTRootUI-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/PTRootUI-Bold.woff2) format("woff2"),url(../fonts/PTRootUI-Bold.woff) format("woff"),url(../fonts/PTRootUI-Bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Bebas Neue Cyrillic;font-style:normal;font-weight:400;src:url(../fonts/BebasNeueCyrillic.eot);src:url(../fonts/BebasNeueCyrillic.eot?#iefix) format("embedded-opentype"),url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),url(../fonts/BebasNeueCyrillic.woff) format("woff"),url(../fonts/BebasNeueCyrillic.ttf) format("truetype")}:root{--font-size:18px;--main-color:#31373b;--main-color-rgb:49,55,59;--white-color:#fff;--black:#000;--white:#fff;--font-weight:400;--font-family:"PT Root UI",sans-serif;--second-family:"Bebas Neue Cyrillic",sans-serif;--shadow:0 2px 5px 0 rgba(25,51,99,.05);--gradient:linear-gradient(90deg,#255cae,#b7d8e9);--page-gradient:linear-gradient(90deg,#255cae,#b7d8e9);--bg-red-title:#eb2e44;--bg-bg-red:#ea2d43;--bg-bg-red-static:#ea2d43;--bg-bg-red-changed:#ea2d43;--bg-bg-grey:#f4f6fc;--bg-bg-grey-dark:#eceff6;--bg-bg-grey-dark-static:#eceff6;--bg-bg-white:#fff;--bg-bg-white-rgb:255,255,255;--bg-bg-dark:#0d235a;--bg-bg-red-6:rgba(234,45,67,.06);--bg-bg-red-6-changed:rgba(234,45,67,.06);--bg-bg-white-15:hsla(0,0%,100%,.15);--text-text-primary:#0d235a;--text-text-secondary:#31373b;--text-text-secondary-changed:#31373b;--text-text-secondary-rgb:49,55,59;--text-text-contrast:#fff;--text-text-accent:#ea2d43;--stroke-stroke-accent:#ea2d43;--stroke-line-dark:#eceff6;--stroke-line-white:#fff;--stroke-stroke-grey:#cfd3de;--stroke-stroke-grey-changed:#cfd3de;--stroke-stroke-grey-line-changed:#cfd3de;--stroke-stroke-dark:#0d235a;--stroke-stroke-grey-dark:#7f8284;--stroke-stroke-grey-dark-rgb:127,130,132;--stroke-stroke-grey-dark-rgb-static:127,130,132;--stroke-stroke-grey-dark-static:#7f8284;--button-hover-dark:#11141b;--button-active-dark:#2c478b;--button-disabled-dark:#b0b4bc;--button-hover-white:#eceff6;--button-active-white:#d8dbe2;--button-disabled-white:255,255,255;--bg-bg-dark-contacts:#0d235a;--bg-footer-nav:#fff;--stroke-stroke-grey-circle:#cfd3de;--bgOpacity:0;--text-link-white-hover:#9be1ff;--text-link-dark-hover:#1941a5}html.dark{--bg-bg-dark:#fff;--bg-red-title:#fff;--text-text-secondary:#fff;--button-hover-dark:#eceff6;--button-active-dark:#d8dbe2;--bg-footer-nav:#f4f6fc;--bg-bg-red-6-changed:hsla(0,0%,100%,.15);--bg-bg-red-changed:#fff;--stroke-stroke-grey-changed:#c1d5e9;--stroke-stroke-grey-line-changed:#fff;--stroke-stroke-grey-circle:#fff}html.dark .wrapper:before{opacity:1}html.dark .main-contacts .section-title{color:var(--bg-bg-dark-contacts)}html.dark .main-contacts .btn{background-color:var(--bg-bg-dark-contacts)}@media screen and (max-width:1024px){html.lock body{overflow:hidden}.wrapper{overflow:clip}h1{font-size:48px}h2{font-size:36px}h3{font-size:20px}h4{font-size:18px}h5,h6{font-size:16px}.title-sm{font-size:36px;line-height:36px}.slider-controls{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slider-button{height:54px;width:54px}.form-input{min-height:53px}}@media screen and (max-width:767.98px){.content{font-size:17px;line-height:24px}.content ol>li:before{font-size:17px;line-height:24px;margin-right:4px}}@media (any-hover:hover){button:hover,input[type=submit]:hover,a:hover{cursor:pointer}.slider-button:hover svg path{fill:var(--button-hover-dark)}.controls-white .slider-button:hover svg path{fill:var(--bg-bg-grey-dark)}.slider-button.swiper-button-disabled:hover svg path{fill:#b0b4bc}.slider-button:active svg path{fill:var(--button-active-dark)}.controls-white .slider-button:active svg path{fill:#d8dbe2}.text-link:hover{color:var(--text-link-white-hover)}.text-link:active{border-color:transparent}html.dark .main-contacts .btn.btn-blue:hover,html.dark .main-contacts .btn:hover{background-color:#183377}html.dark .main-contacts .btn.btn-blue:active,html.dark .main-contacts .btn:active{background-color:#2c478b}html.dark .main-contacts .btn.disabled,html.dark .main-contacts .btn:disabled{background:#e6e6e6}}
