.lead-popup-overlay,.lead-popup-overlay *{box-sizing:border-box}.lead-popup-overlay{z-index:1000;font-family:var(--font-landing);background:#070707b3;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0;overflow-y:auto}.lead-popup{color:#070707;background:#fff;border-radius:.3125rem;grid-template-columns:41.6% minmax(0,1fr);width:min(56.6875rem,100%);display:grid;position:relative;overflow:hidden}.lead-popup__intro{color:#fff;background:linear-gradient(#081643 0%,#03185c 100%);padding:3.0625rem 2.8125rem;position:relative;overflow:hidden}.lead-popup__glow,.lead-popup__helmet,.lead-popup__vehicle-glow,.lead-popup__vehicle-panel{pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;display:block;position:absolute}.lead-popup__glow{z-index:1;width:70.5rem;top:-5.5625rem;left:-5.3125rem}.lead-popup__glow img{width:100%;display:block}.lead-popup__helmet{z-index:2;aspect-ratio:406/497;object-fit:cover;width:22rem;top:16.0625rem;left:3.125rem}.lead-popup__vehicle-panel{z-index:0;object-fit:cover;width:100%;height:100%;inset:0}.lead-popup__vehicle-glow{z-index:1;object-fit:cover;width:100%;height:100%;inset:0}.lead-popup__intro-copy{z-index:3;position:relative}.lead-popup__intro h2,.lead-popup__intro p{width:100%;margin-inline:0}.lead-popup__intro h2{letter-spacing:0;margin-block:0;font-size:1.875rem;font-weight:600;line-height:1.3}.lead-popup__intro p{letter-spacing:.009375rem;max-width:17.5rem;margin-block:1.4375rem 0;font-size:.9375rem;font-weight:400;line-height:1.5333}.lead-popup--vehicle .lead-popup__intro{flex-direction:column;justify-content:flex-end;display:flex}.lead-popup--vehicle .lead-popup__intro p{max-width:18.75rem;margin-top:1.1875rem;font-weight:600}.lead-popup__content{background:#fff;padding:5.625rem 5.21875rem 3.1875rem 5.9375rem;position:relative}.lead-popup__close{z-index:2;aspect-ratio:1;cursor:pointer;background:0 0;border:0;width:1.625rem;padding:0;position:absolute;top:2.75rem;right:2rem}.lead-popup__close:before,.lead-popup__close:after{content:"";background:#0f0f0f;border-radius:.0625rem;width:1.625rem;height:.1125rem;position:absolute;top:50%;left:0}.lead-popup__close:before{transform:translateY(-50%)rotate(45deg)}.lead-popup__close:after{transform:translateY(-50%)rotate(-45deg)}.lead-popup__form{flex-direction:column;width:100%;display:flex}.lead-popup__field{margin-block:0 1.375rem;display:block;position:relative}.lead-popup__field>span:first-child{color:#0a0a0a;margin-bottom:.75rem;font-size:1rem;font-weight:700;line-height:1.125;display:block}.lead-popup__form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.lead-popup__form select{box-sizing:border-box;width:100%;color:#070707;block-size:3rem;font:400 1rem/1.25 var(--font-landing);background:#fff;border:.0625rem solid #d3d3d3;border-radius:.5rem;outline:0;padding-inline:1.125rem 2.5rem;transition:border-color .16s;display:block}.lead-popup__form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' fill='none' stroke='%23070707' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1.125rem center;background-repeat:no-repeat;background-size:.875rem}.lead-popup__form input::placeholder{color:#7c7c7c;opacity:1;font-weight:400}.lead-popup__form input:not([type=checkbox]):not([type=radio]):focus,.lead-popup__form select:focus{border-color:var(--color-accent)}.lead-popup__field:after{aspect-ratio:1;background:var(--color-accent);content:"";opacity:0;border-radius:50%;inline-size:.375rem;transition:opacity .16s;position:absolute;inset-block-end:1.8125rem;inset-inline-end:.875rem}.lead-popup__field.is-valid:after{opacity:1}.lead-popup__field--select:after{content:none}.lead-popup__submit,.lead-popup__success button{box-sizing:border-box;width:100%;color:#fff;min-block-size:3.5rem;font:600 1.0625rem/1.375 var(--font-landing);cursor:pointer;background:#2265f2;border:0;border-radius:.5rem;padding:.875rem 1rem;transition:background-color .18s,box-shadow .18s,color .18s}.lead-popup__submit{margin-top:.25rem;box-shadow:0 .25rem .875rem #2265f259}.lead-popup__submit:hover,.lead-popup__success button:hover{background:var(--color-accent-strong)}.lead-popup__submit:disabled{cursor:wait;opacity:.65}.lead-popup__error{color:#c62828;margin:.5rem 0 -1rem;font-size:.8125rem;line-height:1.125rem}.lead-popup__consents{gap:.5rem;inline-size:fit-content;max-inline-size:100%;margin-block-start:1rem;margin-inline:auto;display:grid}.lead-popup__consent{color:#5a5a5a;cursor:pointer;align-items:start;gap:.625rem;font-size:.8125rem;font-weight:400;line-height:1.25;display:flex}.lead-popup__consent input{aspect-ratio:1;appearance:none;cursor:pointer;background:#fff;border:.0625rem solid #c9c9c9;border-radius:.1875rem;flex:none;inline-size:1rem;margin:0;padding:0;transition:border-color .16s,background-color .16s;position:relative}.lead-popup__consent input:checked{border-color:var(--color-accent);background:var(--color-accent)}.lead-popup__consent input:checked:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2l2.3 2.3 4.7-4.8' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/.75rem no-repeat;position:absolute;inset:0}.lead-popup__consent input:focus-visible{outline-offset:.125rem;outline:.125rem solid #2265f24d}.lead-popup__consent span{display:block}.lead-popup__consent a{--consent-link-underline:#0a0a0a4d;color:inherit;background-image:repeating-linear-gradient(90deg, var(--consent-link-underline) 0 2px, transparent 2px 3px);-webkit-box-decoration-break:clone;box-decoration-break:clone;background-position:0 calc(100% - 2px);background-repeat:no-repeat;background-size:100% 1px;padding-block-end:.125rem;font-weight:500;text-decoration:none;transition:background-image .18s}.lead-popup__consent a:hover,.lead-popup__consent a:focus-visible{--consent-link-underline:#0a0a0a8c}.lead-popup__success{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:1rem;display:flex}.lead-popup__success>span{aspect-ratio:1;background:var(--color-accent);color:#fff;border-radius:50%;place-items:center;width:3.375rem;margin-bottom:1.75rem;font-size:1.75rem;display:grid}.lead-popup__success h3{margin:0;font-size:1.6875rem;font-weight:600;line-height:1.2963}.lead-popup__success p{margin:1.125rem 0 1.875rem;font-size:.9375rem;line-height:1.5333}.lead-popup-fade-enter-active,.lead-popup-fade-leave-active{transition:opacity .16s}.lead-popup-fade-enter-active .lead-popup,.lead-popup-fade-leave-active .lead-popup{transition:transform .16s}.lead-popup-fade-enter-from,.lead-popup-fade-leave-to{opacity:0}.lead-popup-fade-enter-from .lead-popup,.lead-popup-fade-leave-to .lead-popup{transform:translateY(.5rem)scale(.99)}@media (width<=62.5rem){.lead-popup-overlay{padding:5.4375rem .625rem 1.875rem;display:block}.lead-popup{width:min(22.1875rem,100%);margin-inline:auto;display:block}.lead-popup__intro{padding:1.9375rem 1.875rem 1.375rem}.lead-popup__glow{width:49.1875rem;top:-8.3125rem;left:-7.375rem}.lead-popup__helmet{width:13.25rem;top:-1.25rem;left:12.5rem}.lead-popup__intro h2{max-width:15rem;font-size:1.4375rem;line-height:1.3478}.lead-popup__intro p{letter-spacing:.00875rem;max-width:16.875rem;margin-top:2.875rem;font-size:.875rem;line-height:1.3571}.lead-popup__content{padding:2.625rem 1.375rem}.lead-popup__close{width:1.29625rem;top:-12rem;right:1.3125rem}.lead-popup__close:before,.lead-popup__close:after{background:#fff;width:1.29625rem;height:.09rem}.lead-popup__field{margin-bottom:1.25rem}.lead-popup__field>span:first-child{margin-bottom:.625rem;font-size:.9375rem;line-height:1.25}.lead-popup__form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.lead-popup__form select{block-size:2.75rem;padding-inline:1rem 2.25rem;font-size:.9375rem}.lead-popup__field:after{inset-block-end:1.625rem;inset-inline-end:.8125rem}.lead-popup__submit{min-block-size:3.25rem;margin-top:.25rem;padding-block:.8125rem;font-size:1rem}.lead-popup__consents{margin-block-start:.875rem}.lead-popup__consent{gap:.625rem;font-size:.75rem;line-height:1.3}.lead-popup__success h3{font-size:1.4375rem;line-height:1.3478}.lead-popup--vehicle .lead-popup__intro{padding-block:4.8125rem 1.375rem}.lead-popup--vehicle .lead-popup__vehicle-panel,.lead-popup--vehicle .lead-popup__vehicle-glow{object-position:center 68%}.lead-popup--vehicle .lead-popup__intro h2{max-width:16.875rem}.lead-popup--vehicle .lead-popup__intro p{max-width:16.875rem;margin-top:.75rem;font-weight:400}.lead-popup--vehicle .lead-popup__content{padding-top:2.625rem}}@media (prefers-reduced-motion:reduce){.lead-popup-fade-enter-active,.lead-popup-fade-leave-active,.lead-popup-fade-enter-active .lead-popup,.lead-popup-fade-leave-active .lead-popup{transition:none}}.site-footer__legal>.site-footer__copyright[data-v-a877c19c]{line-height:inherit;letter-spacing:.01875rem;flex-direction:column;display:flex}@media (width<=43.75rem){.site-footer__legal[data-v-a877c19c]{flex-wrap:wrap;gap:.5rem 1rem}.site-footer__legal>.site-footer__copyright[data-v-a877c19c]{order:2;position:static}.site-footer__legal>div[data-v-a877c19c]{order:1;position:static}}.site-footer{--footer-top-space:110px;z-index:0;min-height:0;padding-top:var(--footer-top-space);color:#fff;font-family:var(--font-landing);opacity:0;background:0 0;padding-bottom:56px;transition:opacity .72s cubic-bezier(.22,1,.36,1),translate .72s cubic-bezier(.22,1,.36,1);position:relative;translate:0 1.375rem}.site-footer--revealed{opacity:1;translate:0}.site-footer a{color:inherit;text-decoration:none}.site-footer__support{color:#fff;margin:0;font-size:28px;font-weight:600;line-height:46px}.site-footer__support>span{display:block}.site-footer__support a{color:#fff;text-underline-offset:6px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline #ffffff40;text-decoration:underline #ffffff40;text-decoration-thickness:calc(1em/50);transition:text-decoration-color .24s}.site-footer__content{grid-template-columns:1.2fr .8fr 1fr;gap:clamp(40px,6.25vw,120px);margin-top:63px;display:grid}.site-footer__logo img{width:178px;height:39px}.site-footer__brand p,.site-footer__contacts p{margin:35px 0 0;font-size:16px;line-height:23px}.site-footer__navigation,.site-footer__contacts{flex-direction:column;align-items:flex-start;font-size:19px;font-weight:600;line-height:32px;display:flex}.site-footer__contacts p{max-width:220px;font-weight:400}.site-footer__contacts>span:not(.site-footer__qr){font-size:16px;font-weight:300;line-height:25px}.site-footer__contacts>a{text-underline-offset:5px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline #ffffff20;text-decoration:underline #ffffff20;text-decoration-thickness:calc(1em/50);transition:text-decoration-color .24s}.site-footer__support a:hover,.site-footer__support a:focus-visible,.site-footer__contacts>a:hover,.site-footer__contacts>a:focus-visible{text-decoration-color:#0000}.site-footer__socials{gap:13px;margin:9px 0 35px;display:flex}.site-footer__socials a{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .32s cubic-bezier(.22,1,.36,1);display:flex}.site-footer__socials img{width:auto;max-width:21px;height:auto;max-height:21px;transition:filter .32s cubic-bezier(.22,1,.36,1);display:block}.site-footer__socials a:hover,.site-footer__socials a:focus-visible{background-color:#005bf3}.site-footer__socials a:hover img,.site-footer__socials a:focus-visible img{filter:invert()}.site-footer__qr{background:#fff;border-radius:3px;place-items:center;width:114px;height:114px;margin-top:29px;display:grid}.site-footer__qr img{width:77px;height:77px}.site-footer__legal{justify-content:space-between;width:min(55%,836px);margin-top:42px;font-size:16px;font-weight:300;line-height:23px;display:flex;position:static}.site-footer__legal div{flex-direction:column;display:flex}.site-footer__brand p,.site-footer__contacts p,.site-footer__legal div{letter-spacing:.01875rem;font-weight:300}.site-footer__to-top{position:absolute;bottom:45px;right:0}.site-footer__to-top img{width:65px;height:65px}@media (width>=1001px){.site-footer__logo img{transform:translateY(-1px)}.site-footer__content{grid-template-columns:496px 476px 1fr;column-gap:120px}.site-footer__brand p{width:219px}.site-footer__navigation,.site-footer__contacts{padding-top:4px}.site-footer__contacts p{width:219px;margin-top:38px}.site-footer__socials{margin:17px 0 64px}.site-footer__qr{margin-top:30px}.site-footer__legal div{transform:translate(3px)}.site-footer__legal{top:calc(var(--footer-top-space) + 549px);margin:0;position:absolute;left:0}.site-footer__to-top{top:calc(var(--footer-top-space) + 536px);bottom:auto}}@media (62.5625rem<=width<120rem){.site-footer__content{grid-template-columns:minmax(0,32.6316%) minmax(0,31.3158%) minmax(13.6875rem,1fr);column-gap:clamp(3.875rem,6.25vw,7.5rem)}}@media (width>=1920px){.site-footer--tariffs{--footer-top-space:26px;margin-top:-13px}.site-footer--report{--footer-top-space:76px;margin-top:-4px}.site-footer--policy{--footer-top-space:0px;margin-top:-2px}}@media (width>=701px) and (width<=1000px){.wide-container{width:calc(100% - 64px)}.site-footer{height:auto;min-height:720px;padding-top:88px}.site-footer__support{font-size:22px;line-height:36px}.site-footer__content{grid-template-columns:1.1fr .75fr 1fr;gap:36px;margin-top:86px}.site-footer__navigation,.site-footer__contacts{font-size:16px;line-height:28px}.site-footer__legal{font-size:13px;line-height:20px;bottom:42px;right:38%}.site-footer__to-top{bottom:35px}}@media (width>=701px) and (width<=859px){.site-footer{min-height:890px}.site-footer__content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.wide-container{width:calc(100% - 40px)}.site-footer{grid-template-columns:minmax(0,1fr);min-height:0;padding:0 0 60px;display:grid}.site-footer__support{width:min(260px,100%);font-size:18px;line-height:27px;position:static}.site-footer__support>span{display:block}.site-footer__support>span:first-child{margin-bottom:11px}.site-footer__support a{text-underline-offset:4px;text-decoration-color:#ffffff2e}.site-footer__content{display:contents}.site-footer__navigation{order:2;gap:12px;width:min(178px,100%);margin-top:44px;font-size:15px;line-height:25px;position:static}.site-footer__contacts{display:contents}.site-footer__contacts>a{text-underline-offset:4px;width:min(219px,100%);font-size:18px;font-weight:600;line-height:32px;text-decoration-color:#ffffff2e;position:static}.site-footer__contacts>a:first-of-type{order:3;margin-top:42px}.site-footer__contacts>a:nth-of-type(2){order:4;margin-top:-1px}.site-footer__brand{display:contents}.site-footer__contacts p,.site-footer__brand p{font-size:12px;line-height:20px}.site-footer__brand p{order:6;width:175px;margin:10px 0 0}.site-footer__contacts p{order:7;width:min(175px,100%);margin:55px 0 0;position:static}.site-footer__socials{order:8;gap:13px;margin:17px 0 0 2px;position:static}.site-footer__socials a{width:38px;height:38px}.site-footer__logo img{width:166px;height:36.5px}.site-footer__logo{order:5;width:166px;margin-top:61px}.site-footer__contacts>span:not(.site-footer__qr){order:10;margin-top:49px;font-size:12px;line-height:20px;position:static}.site-footer__qr{order:11;width:96px;height:96px;margin:17px 0 0;position:static}.site-footer__legal{order:9;width:100%;min-height:42px;margin-top:62px;font-size:12px;line-height:21px;position:relative;top:auto;left:auto}.site-footer__legal>span{line-height:20px;position:absolute;top:0;right:10px}.site-footer__legal div{position:absolute;top:0;left:0}.site-footer__to-top{order:12;top:auto;bottom:60px;right:10px}.site-footer__to-top img{width:60px;height:60px}}.wide-container{width:min(1520px,100% - 48px);margin-inline:auto}.site-header{z-index:30;color:#fff;height:98px;font-family:var(--font-landing);align-items:center;display:flex;position:relative}.site-header__brand img{width:187px;height:41px;display:block}.site-header__nav{flex-wrap:nowrap;gap:28px;margin-left:50px;display:flex;transform:translateY(1px)}.site-header__nav a,.site-header__phone,.site-header__call,.mobile-menu__nav a{color:#fff;text-decoration:none}.site-header__nav a{color:#fff;letter-spacing:.0125rem;opacity:.5;white-space:nowrap;flex:none;font-size:1.0625rem;font-weight:400;line-height:1.625rem;transition:opacity .18s}.site-header__nav a.active,.site-header__nav--home a,.site-header__nav a:hover,.site-header__nav a:focus-visible{opacity:1}.site-header__phone{letter-spacing:.21px;margin-left:auto;font-size:21px;font-weight:600;line-height:26px}.site-header__call{width:61.0072px;height:26.5677px;margin-left:20px;display:block;transform:translateY(-1px)}@media (width>=1001px){.site-header__nav a:first-child{width:71px}.site-header__nav a:nth-child(2),.site-header__nav a:nth-child(3){width:63px}.site-header__nav a:nth-child(4){width:121px}}.site-header__call img{width:61.0072px;height:26.5677px;display:block}.site-header__call-icon--mobile{display:none!important}.site-header__menu-button{display:none}html.mobile-menu-open{overflow:hidden}@media (width>=701px) and (width<=1000px){.wide-container{width:calc(100% - 64px)}.site-header__brand img{width:155px;height:auto}.site-header__nav{gap:16px;margin-left:28px}.site-header__nav a{font-size:13px;line-height:22px}.site-header__phone{font-size:15px;line-height:22px}.site-header__call{width:50px;height:auto;margin-left:12px}.site-header__call img{width:50px;height:auto}}@media (width<=859px){.site-header__nav,.site-header__phone{display:none}.site-header__call{width:47px;height:26px;margin-left:auto;display:block}.site-header__call-icon--desktop{width:47px;height:26px;display:none!important}.site-header__call-icon--mobile{width:47px!important;height:26px!important;display:block!important}.site-header__menu-button{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:35px;height:8px;margin-left:17px;margin-right:-3px;padding:0;display:flex}.site-header__menu-button span{background:#fff;width:35px;height:2px}.mobile-menu{z-index:1000;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;color:#000;min-height:100dvh;font-family:var(--font-landing);background:#fff;position:fixed;inset:0;overflow-y:auto}.mobile-menu__logo{top:32px;left:max(30px, env(safe-area-inset-left));width:35px;height:46px;position:absolute}.mobile-menu__logo img{width:35px;height:46px;display:block}.mobile-menu__close{top:45px;right:max(25px, env(safe-area-inset-right));cursor:pointer;background:0 0;border:0;width:27px;height:27px;padding:0;position:absolute}.mobile-menu__close span{background:#1e1e1e;border-radius:1px;width:26px;height:2px;position:absolute;top:12px;left:0}.mobile-menu__close span:first-child{transform:rotate(45deg)}.mobile-menu__close span:last-child{transform:rotate(-45deg)}.mobile-menu__nav{top:132px;left:max(30px, env(safe-area-inset-left));flex-direction:column;gap:21px;display:flex;position:absolute}.mobile-menu__nav a{color:#000;text-transform:uppercase;font-size:16px;font-weight:600;line-height:30px}.mobile-menu__contacts{right:30px;bottom:max(50px, env(safe-area-inset-bottom));left:max(30px, env(safe-area-inset-left));flex-direction:column;align-items:flex-start;height:188px;display:flex;position:absolute}.mobile-menu__contact-link{color:#000;text-underline-offset:3px;font-size:18px;font-weight:600;line-height:31px;text-decoration-line:underline;text-decoration-color:#00000080;text-decoration-thickness:1px}.mobile-menu__contacts p{color:#000;width:219px;margin:29px 0 16px;font-size:13px;font-weight:400;line-height:19px}.mobile-menu__socials{gap:11px;display:flex}.mobile-menu__socials a{border:1px solid #070e21;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;transition:background-color .18s;display:flex}.mobile-menu__socials img{width:21px;height:21px;transition:filter .18s;display:block}.mobile-menu__social--max{border-color:#070e21!important}.mobile-menu__socials a:hover,.mobile-menu__socials a:focus-visible{background:#070e21}.mobile-menu__socials a:hover img,.mobile-menu__socials a:focus-visible img{filter:brightness(0)invert()}}@media (width<=700px){.wide-container{width:calc(100% - 40px)}.site-header{height:108px}.site-header__brand img{width:155px;height:34px}}
