img.svgico {
    width: 100%;
    max-width: 300px;
}

.header_menu-button {
    width: 32px;
    height: 32px;
}

.header_logo {
    width: 107px;
}

.wrapper {
    width: 1270px;
    margin: 0 auto;
}

.header {
    display: flex;
    height: 90px;
    align-items: center;
}

.header_logo {
    margin: 0 28px 0 23px;
}

.header_logo-description {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    width: 172px;
}

.header_discount a {
    background: url("/assets/im32_zsu.svg") 0 50% /35px 35px no-repeat;
    padding-left: 45px;
    display: inline-block;
    color: #282828;
    font-size: 14px;
    font-weight: 300;
}

.header_discount a strong,
.header_location strong {
    font-weight: 500;
}

.header_discount a:hover,
.header_contact a:hover {
    text-decoration: none;
}

.header_location {
    background: url("/assets/im33_map.svg") 0 50% /35px 35px no-repeat;
    padding-left: 45px;
    font-weight: 300;
    color: #282828;
}

.header_contact a {
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.header_info {
    margin-left: auto;
    display: flex;
    gap: 40px;
    align-items: center;
}

/*1 screen*/
.screen1 {
    height: 780px;
    background: url("/assets/im46_bg1_2.webp") 50% 0 no-repeat;
}

.screen1_variant_a,
.screen1_variant_e {
    background: url("/assets/ford-screen1.jpg") 50% 0 /1680px auto no-repeat;
}

.screen1_variant_b {
    background: url("/assets/electrocars-screen1.jpg") 50% 0 /1680px auto no-repeat;
}

.screen1_variant_c {
    background: url("/assets/sea-screen1.jpg") 50% 0 /1680px auto no-repeat;
}

.screen1_variant_d {
    background: url("/assets/im46_bg1_2.jpg") 50% 0 /1680px auto no-repeat;
}

.screen1_variant_f {
    background: url("/assets/im46_bg1_2.webp") 50% 0 /1680px auto no-repeat;
}

.screen2 {
    height: 595px;
    position: relative;
    background: url("/assets/screen2.jpg") 50% 0 no-repeat;
}

.addition-block {
    height: 130px;
    background: #000;
    background: url("/assets/blackflag.jpg") 50% 0 no-repeat;
}

.screen1_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 450px;
}

.screen2_info {
    padding-top: 290px;
}

.screen1_title, .screen2_title, .screen7_title {
    line-height: 54px;
    color: #ffffff;
    font-weight: 900;
    font-size: 43px;
    text-transform: uppercase;
}

.screen2_subtitle,
.screen7_subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #ababab;
    width: 600px;
    padding: 20px 0 34px;
}

.screen2 .screen2_shadow {
    position: absolute;
    z-index: -1;
}

.feedback_stars {
    display: inline-block;
    width: 140px;
}

.feedback_rating {
    line-height: 42px;
    font-size: 27px;
    font-weight: 900;
}

.feedback {
    width: 200px;
}

.feedback a {
    color: #fff;
    text-decoration: none;
}

.feedback_title {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}

.feedback_rating_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.feedback_button {
    color: #f89403;
    font-size: 16px;
    padding-left: 36px;
    background: url("/assets/im37_youtube.svg") 0 50% /22px 22px no-repeat;
    text-decoration: underline;
}

.form-block .fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.form-block .field.submit {
    color: #ffffff;
    cursor: pointer;
    background-color: #009fe3;
    text-transform: uppercase;
    font-weight: 700;
}

.form-block .field {
    color: #000;
    border: 0 solid #000;
    background-color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
    height: 64px;
    flex: 1;
    padding: 0 20px;
    outline: none;
}

.form_title {
    color: #ffba00;
    font-size: 18px;
    font-weight: 700;
    padding: 72px 0 27px;
}

.advantages {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
}

.advantage {
    flex: 1;
}

.advantage .advantage_title {
    color: #ffba00;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.advantage .advantage_description {
    color: #ffffff;
    font-size: 16px;
}

.answer .answer_icon {
    width: 32px;
    height: 32px;
}

.screen3_title {
    color: #282828;
    width: 560px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    padding: 32px 0 51px;
}

.answers {
    display: grid;
    grid-template-columns: repeat(3, 285px);
    justify-content: space-between;
    row-gap: 65px;
    margin-bottom: 44px;
}

.answer {
    flex: 0 1 285px;
    max-width: 285px;
    width: 100%;
}

.answer_head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.answer_title {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
}

.answer_text {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.answer a:hover {
    text-decoration: none;
}

.answer a:not(.answer_link) {
    color: #646464;
}

a.answer_link {
    font-weight: 700;
    font-size: 14px;
    color: rgb(0, 159, 227);
    text-decoration: underline;
}

.screen4 {
    height: 778px;
    position: relative;
    overflow: hidden;
    padding-top: 294px;
    background: url("/assets/screen4.jpg") 50% 0 no-repeat;
}

.button_player {
    height: 109px;
    width: 109px;
    background: transparent;
    border: none;
    margin: 0 auto;
    display: block;
}

.screen4_title {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    margin-top: 75px;
}

.screen4_subtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.screen4_advantages {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.screen4_consultation_button,
.screen7_order_button {
    display: none;
}

.screen4_advantage_big {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
}

.screen4_advantage_text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 259px;
}

.advantage_title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.screen2_advantage_icon {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen2_advantage_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.screen2_addition .advantage_description,
.screen7_addition .advantage_description {
    color: #cacaca;
    font-size: 16px;
    font-weight: 400;
}

.divider {
    background-color: #3a3a3a;
    width: 1px;
    height: 131px;
}

.s5adv_title {
    color: #282828;
    font-size: 20px;
    height: 100px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.screen5_advantages {
    display: grid;
    grid-template-columns: repeat(3, 335px);
    justify-content: space-between;
    row-gap: 85px;
    padding: 40px 0;
}

.screen5_advantage {
    flex: 0 1 335px;
    max-width: 335px;
    width: 100%;
}

.s5adv_link .s5adv_yt_icon {
    width: 39px;
    height: 39px;
    display: inline-block;
}

.s5adv_link span {
    display: block;
}

.s5adv_link {
    display: flex;
    align-items: center;
    gap: 23px;
}

.s5adv_title .link {
    color: #009fe3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-nav {
    display: none !important;
}

.screen6_head {
    background: #0f2653;
    height: 190px;
    display: flex;
    align-items: center;
}

.screen6_title {
    color: #ffffff;
    font-size: 43px;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
}

.screen6_subtitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.screen6_steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 20px;
}

.screen6_step {
    flex: 0 0 calc(50% - 12px);
    height: 75px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.screen6_step.expanded {
    border: none;
}

.screen6_step:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('/assets/cross.png') 50% 50% no-repeat;
    right: 0;
    top: 19px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 300ms ease;
    transform: rotate(45deg);
}
.screen6_step.expanded:after {
    transform: rotate(0deg);
}
.step_head {
    font-size: 18px;
    font-weight: 400;
    height: 75px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.step_body {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    padding: 25px 0;
}

.addition_info {
    color: #000000;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    padding: 27px 0 44px;
}
.screen7 {
    padding-top: 355px;
    height: 690px;
    background: url("/assets/screen7.jpg") 50% 0 no-repeat;
}
.screen7 .advantages {
    padding-bottom: 20px;
}
.screen7 .advantage {
    flex: 0 1 250px;
}
.screen8 {
    height: 559px;
    margin-top: 70px;
    padding-top: 210px;
    background: url("/assets/screen8.jpg") 50% 0 no-repeat;
}
.oshb3_logo {
    width: 200px;
    height: 200px;
    margin-left: -35px;
}
.screen8_title {
    color: #ffffff;
    font-size: 43px;
    line-height: 1.55;
    font-weight: 700;
}
.screen8_subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.screen8_sub {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    width: 730px;
    font-weight: 400;
}
.screen8_button {
    width: 300px;
    border: none;
    outline: none;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 30px;
    background: #27251e;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}
.s5adv_link a:hover {
    text-decoration: none;
}
.screen5_advantage:not(:first-child) .s5adv_link a {
    text-decoration: underline;
    color: #009fe3;
}
.screen5_advantage:first-child .s5adv_link a {
    color: inherit;
}
.s5adv_link a span {
    color: #ff0000;
    font-size: 20px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
}
.owl-theme .owl-dots .owl-dot {
    margin-right: 5px;
}
.menu-bottom {
    margin-top: auto;
}

.shadow {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
}

.mob_menu {
    display: block;
}

.slidemenu {
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 1000;
    width: 300px;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    background: #111;
    color: #fff;
    transition: left 300ms ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.slidemenu__head {
    min-height: 56px;
    padding: 0 !important;
}

.slidemenu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.slidemenu__active {
    left: 0 !important;
}

#slidemenu-content {
    height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 0 40px 32px;
    display: flex;
    flex-direction: column;
}

.slidemenu-logo {
    display: block;
    width: 120px;
    margin-bottom: 38px;
}

.slidemenu-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.slidemenu-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slidemenu-nav li + li {
    margin-top: 25px;
}

.slidemenu-nav a {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 1.25;
    text-decoration: none;
}

.slidemenu-text {
    margin: 42px 0 24px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.slidemenu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.slidemenu-socials {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}

.slidemenu-socials a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.landing-modal-content {
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
}

.modal-landing {
    display: flex;
    align-items: center;
    min-height: 100%;
    margin: 0 auto;
    max-width: 460px;
}

.modal-landing .modal-content {
    width: 100%;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.modal-landing .modal-header {
    display: none !important;
}

.modal-landing .modal-close {
    display: none !important;
}

.modal-landing .modal-body {
    padding: 0;
}

.landing-modal-close {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1065;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
}

.landing-modal-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.landing-modal-body {
    padding: 40px 45px;
}

.landing-modal-title {
    margin: 0 0 12px;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
}

.landing-modal-subtitle {
    margin: 0 0 24px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.landing-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.landing-form-field {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
}
select.landing-form-field {
    height: 54px;
}

.landing-form-field:focus {
    border-color: #009fe3;
}

.landing-form-textarea {
    min-height: 102px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

.landing-form-submit {
    position: relative;
    min-height: 56px;
    margin-top: 6px;
    padding: 0 24px;
    border: 0;
    border-radius: 30px;
    background: #009fe3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
}

.landing-form-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
    width: 45px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    transform: translateX(-115px) skewX(-45deg);
    animation: landing-button-flash 3s linear infinite;
}

.landing-form-submit_dark {
    background: #27251e;
}

@keyframes landing-button-flash {
    20% {
        transform: translateX(520px) skewX(-45deg);
    }

    100% {
        transform: translateX(520px) skewX(-45deg);
    }
}

.landing-video-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
}

.landing-video-modal.is-open {
    display: flex;
}

.landing-video-modal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

.landing-video-modal__frame {
    position: relative;
    width: min(960px, 100%);
    aspect-ratio: 16 / 9;
    background: #000;
}

.landing-video-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.top-products #full-catalog {
    padding-left: 0;
    padding-right: 0;
}
#bingc-phone-button.bingc-show {
    z-index: 500 !important;
}
@media (max-width: 767px) {
    .landing-video-modal {
        padding: 20px;
    }

    .landing-video-modal__close {
        top: 12px;
        right: 12px;
    }
}
