

/* Start:/local/templates/freshx/components/bitrix/news.list/cars_landing_main_banner/style.css?176156618913253*/
.spec-block-header {
    font-family: IBM Plex Mono, monospace;
}

.main-carousel__car {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    /*max-width: var(--page-width);*/
    flex-direction: row;
    align-items: center;
    height: 100vh;
}

.cars-lading-main-carousel {
    transition: background-color 1s ease;
    background-color: #000;
    z-index: 2;
}

.cars-lading-main-carousel {
    height: 100%;
    position: relative;
}


.main-carousel-car__specs .stat {
    margin-bottom: 16px;
    color: white;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 200px;
    position: relative;
}

.main-carousel-car__specs .label {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    opacity: 0.8;
    flex-direction: row;
}

.main-carousel-car__specs .bar {
    height: 3px;
    background: #ffffff33;
    margin: 4px 0;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    width: 15rem;
}

.main-carousel-car__specs .bar .fill {
    height: 100%;
    background: white;
    width: 0;
    transition: width 0.8s ease;
}

.main-carousel-car__specs .value {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-top: 2px;
    position: absolute;
    right: 0;
    top: 5px;
}

.main-carousel-car__info {
    position: absolute;
    max-width: 50%;
    top: 0.5rem;
    left: 0;
    color: #FFF;
    font-family: "Druk Text Wide LC Web";
    line-height: normal;
    font-size: var(--fx-step-4);
}

.main-carousel-car__specs {
    position: absolute;
    right: 0;
    /* top: 20vh; */
    color: #FFF;
    font-family: "Druk Text Wide LC Web";
    font-size: 5rem;
    line-height: normal;
    display: flex;
    gap: 1rem;
}

span.unit {
    margin-left: 10px;
}

.main-carousel-car__button {
    position: absolute;
    bottom: -15px;
    /* text-decoration: none; */
    padding: 10px;
    height: auto;
    background: #000;
}

.main-carousel-car__button a {
    text-decoration: none;
}

.main-carousel-car-button a {
    color: #FFF;
    text-decoration: none;
    padding: 1.6rem 2rem;
    width: 300px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    background: #6e00ff;
    display: block;
}

.main-carousel-car-button__wrap {
    margin: 50px 0;
    display: flex;
    justify-content: space-evenly;
}

.cars-landing-main-carousel__footer {
    position: absolute;
    bottom: 8vh;
    display: flex;
    /* flex-direction: row; */
    align-content: center;
    /* align-items: center; */
    width: 100%;
    z-index: 1;
    /* gap: 2rem; */
    /* max-width: 1440px; */
    justify-content: center;
}

@media (max-width: 1000px) {
    .cars-landing-main-carousel__footer {
        bottom: var(--fx-space-3xl);
        position: absolute;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        width: 100%;
        z-index: 1;
        justify-content: space-around;
    }
}


.coming-soon .dots::after {
    content: ".";
    animation: dots 2s steps(3, end) infinite;
}

@keyframes dots {
    0% {
        content: ".";
    }
    33% {
        content: "..";
    }
    66% {
        content: "...";
    }
    100% {
        content: ".";
    }
}

.background-img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.cars-landing-main-carousel__header {
    z-index: 4;
    position: relative;
    max-width: var(--fx-grid-max-width);
    margin: 0 auto;
}

.cars-landing-main-carousel__header {
    z-index: 4;
    position: relative;
    top: var(--fx-space-5xl-6xl);
}


@keyframes animatedGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cars-thumbs-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.cars-spec-wrap {
    color: #d7d7d7;
    padding: var(--fx-space-xs);
}

.spec-block-header {
    font-size: var(--fx-step-2);
    font-family: "Druk Text Wide LC Web";
    display: flex;
    position: relative;
}

.spec-block-wrap {
    font-size: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "IBM Plex Mono";
}

.car-spec {
    min-width: 270px;
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.spec-block-footer, .accordion-body {
    font-size: var(--fx-step--1);
    line-height: 20px;
}

.car-price > canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    transition: opacity .25s ease;
}

.car-price {
    position: relative;
    color: transparent;
}

.car-price::before {
    position: absolute;
    inset: 0;
    font: inherit;
    color: white;
    filter: blur(10px);
    opacity: 0.5;
    pointer-events: none;
}

.car-price canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.cars-spec-wraps {
    max-width: var(--fx-grid-max-width);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: var(--fx-space-2xs);
}

div.car-thumb.disabled {
    cursor: not-allowed;
    color: gray;
    text-decoration: none;
    pointer-events: auto;
}

.main-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.cars-spec-wrap:last-child {
    padding-right: 0;
}

.main-carousel-car__info .subtitle {
    color: #fff;
    opacity: 0.6;
    font-size: var(--fx-step-3);
}

.spec-block-header {
}

.spec-block-icon img {
    max-width: 70px;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.safety .spec-block-icon img {
    width: 75px;
    bottom: 5px;
}

.power_unit img {
    max-width: 55px;
}

.accordion {
    max-width: 100%;
    /*margin-left: 4vw;*/
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    color: #FFF;
    font-family: "IBM Plex Mono";
}

.accordion-header.active {
    color: #fff;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    color: #FFF;
}

.accordion-body.open {
    padding: 1rem 0;
    max-height: max-content;
}

.accordion-header-icon img {
    max-height: 25px;
}

.accordion-header-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--fx-space-s);
    font-size: var(--fx-step-2);
}

.accordion-item {
    border-bottom: 1px solid #FFF;
    margin-bottom: var(--fx-space-xs);
}

.mobile--footer a.notify_button.open-popup-link,
.mobile--footer a.learn_more_button {
    font-size: var(--fx-step-1);
    width: 100%;
    margin-top: var(--fx-space-m);
    text-align: center;
    /*margin-left: 4vw;*/
    font-family: "Druk Text Wide LC Web";
}

.mobile--footer {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: var(--fx-space-l);
}

button.accordion-header.safety .accordion-header-icon img, button.accordion-header.weight .accordion-header-icon img {
    height: 20px;
}

.accordion-header.set_to_win .accordion-header-icon {
    transform: rotate(45deg);
}

.cars-lading-main-carousel .owl-theme .owl-dots .owl-dot.active span, .cars-lading-main-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
}

.cars-lading-main-carousel .owl-theme .owl-dots .owl-dot span {
    background: #636363;
}

.accordion-header.active svg.accordion-icon {
    transform: rotate(180deg);
}

.accordion-header .accordion-icon {
    display: block;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    padding: 0 var(--fx-space-2xl);
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.cars-lading-main-carousel .owl-nav button.owl-prev,
.cars-lading-main-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    border: none;
    border-radius: 50%;
    font-size: 5rem;
    color: #FFF;
    margin: 0;
}

.main-container .owl-nav button.owl-prev:hover,
.main-container .owl-nav button.owl-next:hover {
    background: transparent;
}

.owl-nav button[disabled] {
    opacity: 0.35;
    cursor: default;
    background: #eaebef;
    color: #ccc;
}


.owl-nav span {
    font-size: 5rem;
    color: #FFF;
}

.owl-nav button.owl-prev:before {
    content: "˂";
    color: #FFF;
    font-size: 5rem;
}

.owl-nav button.owl-next:before {
    content: "˃";
    color: #FFF;
    font-size: 5rem;
}

.owl-nav button span {
    display: none; /* чтобы скрыть стандартный текст */
}

.main-container .owl-nav button.owl-prev:hover:before, .main-container .owl-nav button.owl-next:hover:before {
    opacity: 0.7;
}

@media (min-width: 1600px) {
    .cars-landing-main-carousel__footer {
        bottom: 10vh;
    }
}

@media (max-width: 1440px) {
    .cars-landing-main-carousel__footer {
        bottom: var(--fx-space-2xl);
    }
}

@media (min-width: 1025px) {
    .owl-nav {
        transform: translateY(-50%);
    }
}

@media (max-width: 1024px) {
    .spec-block-header {
        font-size: 3vh;
    }

    .cars-lading-main-carousel .owl-nav {
        padding: 0 var(--fx-space-xs);
        top: 45%;
    }

    .cars-lading-main-carousel .owl-nav button.owl-next:before, .cars-lading-main-carousel .owl-nav button.owl-prev:before {
        font-size: 2rem;
    }

    .cars-spec-wraps {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .cars-spec-wraps {
        display: none;
    }

    .car-spec {
        min-width: unset;
    }

    .main-carousel__car {
        align-items: flex-start;
    }


    .cars-thumbs-wrap {
        display: none;
    }

    .main-carousel-car__specs {
        display: none;
    }

    .cars-landing-main-carousel__footer .mobile--footer {
        display: flex;
    }

    .main-carousel-car__info {
        padding: var(--fx-space-l);
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .main-carousel-car__info {
        max-width: 40%;
    }
}

@media (max-width: 1200px) {
    .main-carousel-car__specs {
        margin-right: 2vw;
    }

    @media screen and (orientation: landscape) {
        .header.gradient.cars .header__content {
            padding: 0 2vw;
        }
    }
}


@media (min-width: 1200px) {
    .cars-spec-wrap:first-child {
        padding-left: 0;
    }

    .set_to_win img {
        top: 10px;
        margin-left: 0;
    }

    .cars-landing-main-carousel__footer .accordion {
        display: none;
    }

}

@media (max-width: 768px) {
    .owl-nav {
        bottom: var(--fx-space-2xs);
    }

    .header.gradient.cars .header__content {
        margin: 0;
    }

    .spec-block-header {
        font-family: "IBM Plex Mono";
        font-size: 14px;
    }

    .cars-spec-wraps {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 2rem;
        align-content: space-around;
    }


    .main-carousel-car__info .name {
        font-size: var(--fx-step-2);
    }

    .main-carousel__car {
        height: auto;
    }

    .cars-landing-main-carousel__header {
        top: var(--fx-space-4xl);
    }

}

@media (orientation: landscape) and (max-width: 1000px) {
    .cars-landing-main-carousel__header, .cars-landing-main-carousel__footer {
        display: none;
    }
}

.cars-lading-main-carousel img.main-carousel-car__img.mobile, .cars-lading-main-carousel img.background-img-mobile {
    display: none;
}

.cars-lading-main-carousel img.main-carousel-car__img.desktop, .cars-lading-main-carousel img.background-img-desktop {
    display: initial;
}

@media (max-width: 900px) and (orientation: portrait) {
    .cars-lading-main-carousel img.main-carousel-car__img.mobile, .cars-lading-main-carousel img.background-img-mobile {
        display: initial;
    }

    .cars-lading-main-carousel img.main-carousel-car__img.desktop, .cars-lading-main-carousel img.background-img-desktop {
        display: none;
    }
}

.hero-title__line {
    display: block;
    line-height: 0.5;
    letter-spacing: .02em;
}

.hero-title__line--top {
    text-align: justify;
}

.hero-title__line--top::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.hero-title__line--bottom {
    display: flex;
    align-items: center;
    gap: .5ch;
}

.hero-title__word {
    white-space: nowrap;
}

.hero-title__arrow {
    flex: 1 1 auto;
    height: .85em;
    color: currentColor;
}

.hero-title__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/components/freshx/form.feedback/templates/popup_banner/style.css?17612957345462*/
#notify-popup .card {
    width: 100%;
    max-width: 880px;
    background: rgba(16, 12, 32, .78);
    border: 1px solid rgba(164, 128, 255, .15);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .55);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    backdrop-filter: blur(14px) saturate(120%);
    padding: clamp(20px, 3.2vw, 36px);
}


#notify-popup .title {
    font-family: 'Druk Text Wide', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    text-transform: none;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.1;
    letter-spacing: .2px;
    margin: 4px 0 22px;
    color: #ffffff;
}

#notify-popup form {
    display: grid;
    gap: 16px;
}

#notify-popup .row-2 {
    display: grid;
    grid-template-columns:1fr;
    gap: 16px;
}

@media (min-width: 760px) {
    #notify-popup .row-2 {
        grid-template-columns:1fr 1fr;
        gap: 16px;
    }
}


#notify-popup label {
    display: block;
    font-size: 14px;
    color: #a5a2b7;
    margin: 2px 0 8px;
}


#notify-popup .field {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .04)), #131022;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 14px 16px;
    color: #fff;
    transition: border-color .2s, box-shadow .2s, background-color .2s;
}

#notify-popup .field:focus-within {
    border-color: #6E00FF;
    box-shadow: 0 0 0 4px rgba(110, 0, 255, .16);
    background: rgba(255, 255, 255, .08);
}


#notify-popup .field input, .field select {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    background: #c3393900;
    color: #fff;
    font: inherit;
}

#notify-popup .field input::placeholder {
    color: #a5a2b7;
    opacity: .9;
}

#notify-popup .select-wrap {
    position: relative;
}

#notify-popup .select-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #d8d7e3;
    border-bottom: 2px solid #d8d7e3;
    opacity: .8;
}

#notify-popup .select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
}

#notify-popup .check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 4px;
}

#notify-popup .check input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: #18152a;
    border: 1.5px solid rgba(255, 255, 255, .12);
    position: relative;
    outline: none;
    transition: all .2s;
    flex: 0 0 20px;
}

#notify-popup .check input:checked {
    background: #27E0A1;
    border-color: #27E0A1;
    box-shadow: 0 0 0 4px rgba(39, 224, 161, .18);
}

#notify-popup .check input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #0b0a16;
    border-bottom: 3px solid #0b0a16;
    transform: rotate(45deg);
}

#notify-popup .check label {
    margin: 0;
    color: #e9e9f2;
    font-size: 14px;
}

#notify-popup .check a {
    color: #e9e9f2;
    text-decoration: underline dotted;
}


#notify-popup .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    font-size: 15px;
    padding: 12px 20px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    /* font-weight: 800; */
    /* letter-spacing: .4px; */
    text-transform: uppercase;
    background: #6E00FF;
    /* box-shadow: 0 10px 28px rgba(111, 44, 255, .45); */
    transition: filter .2s, transform .06s, box-shadow .2s;
}

#notify-popup .btn:active {
    transform: translateY(1px) scale(.995);
}


#notify-popup .hint {
    font-size: 13px;
    color: #a5a2b7;
    margin-top: 2px;
}

#notify-popup .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}

#notify-popup .close-btn:hover {
    background: rgba(255, 255, 255, .18);
}

#notify-popup .card {
    margin: auto;
}

.response-message {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}

.notify_button {
    border: 1px solid #FFF;
    border-radius: 1rem;
    padding: 15px;
    width: fit-content;
    font-size: var(--fx-step-0);
    /*margin-top: 1rem;*/
    line-height: normal;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
}

#notify-popup .card .field.error {
    border: 1px solid red;
}

a.learn_more_button {
    background: linear-gradient(89deg, #ff315a, #ff315a, #8708e1, #8708e1);
    background-size: 300% 300%;
    animation: animatedGradient 5s ease infinite;
    transition: opacity .3s ease;
    border-radius: 1rem;
    padding: 15px;
    width: fit-content;
    font-size: var(--fx-step-0);
    /*margin-top: 1rem;*/
    line-height: normal;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    font-family: "Druk Text Wide LC Web";
}

@media (max-width: 768px) {
    .notify_button {
        margin-top: 0;
    }
}
/* End */
/* /local/templates/freshx/components/bitrix/news.list/cars_landing_main_banner/style.css?176156618913253 */
/* /local/components/freshx/form.feedback/templates/popup_banner/style.css?17612957345462 */
