*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img,
picture {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

address {
    font-style: normal;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: none;
    color: #57585a;
}

input.white,
button.white,
textarea.white,
select.white {
    color: #cdcccc;
}

input,
button,
select {
    width: 100%;
    margin: 0;
    border: 1px solid;
    border-color: #57585a;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
    background: transparent;
}

input.white,
button.white,
select.white {
    border-color: #cdcccc;
}

input::-moz-placeholder {
    color: #cdcccc;
}

input::-webkit-input-placeholder {
    color: #cdcccc;
}

input:-ms-input-placeholder {
    color: #cdcccc;
}

input::placeholder {
    color: #cdcccc;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("/img/ico_select.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    display: block;
    color: #cdcccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #cdcccc;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #cdcccc;
}

.select:focus {
    border-color: #cdcccc;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
    /* background-image: url("/img/body-bg.png"); */
    background-repeat: no-repeat;
    background-position: 0 855px;
    background-blend-mode: darken;
    margin: 0 auto;
    font-family: "NunitoSans", sans-serif;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

a,
ins {
    text-decoration: none;
    color: inherit;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 0.8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */

/* common styles */

body {
    font-family: "NunitoSans", sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
}

input,
textarea,
select,
.btn {
    height: 48px;
    min-width: 290px;
    font-family: "NunitoSans", sans-serif;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c86461;
}

#form_popup {
    display: none;
}

.fancybox-container .all_forms {
    display: inline-block !important;
}

.fancybox-container .popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cdcccc !important;
    border-color: #cdcccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
    color: #57585a;
}

.agree_field a {
    color: inherit;
    text-decoration: none;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field>span {
    padding-left: 25px;
    display: inline-block;
}

.main {}

.container {
    width: 100%;
    max-width: 1244px;
    padding: 0 30px;
    margin: 0 auto;
}

.btn {
    min-width: 290px;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: #ea0c1e;
    border: 2px solid #ea0c1e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    padding: 10px;
    text-align: center;
}

.btn:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.btn.transporent-btn {
    background-color: transparent;
    color: #ea0c1e;
}

.btn.st:hover,
.btn.transporent-btn:hover {
    background-color: #a91e2c;
    border: 2px solid #a91e2c;
    color: #fff;
}

.title {
    font-family: "NunitoSans", sans-serif;
    font-size: 72px;
    font-weight: 700;
}

.text {
    font-family: "NunitoSans", sans-serif;
    font-size: 28px;
    font-weight: 400;
}

/* header */

.burger {
    display: none;
    position: relative;
    width: 30px;
    min-width: 0 !important;
    height: 20px;
    border: none;
}

.burger-stick {
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
}

.burger:hover {
    transition: 0.3s;
    opacity: 0.8;
}

.burger-stick:nth-child(1) {
    top: 0;
}

.burger-stick:nth-child(2) {
    top: 50%;
}

.burger-stick:nth-child(3) {
    top: 100%;
}

.header {
    background-color: #57585a;
    color: #fff;
}

.header-top {
    overflow: hidden;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.header__logo-block {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo1 {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #838383;
}

.header__logo2 {
    max-width: 127px;
}

.logo-circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #771725;
}

.header__phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__addr {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__bottom {
    border-top: 1px solid #686666;
    display: flex;
    align-items: center;
    height: 45px;
}

.header__bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #57585a;
}

.header__menu-block {
    display: block;
}

.header__menu {
    display: flex;
    justify-content: space-between;
}

.header__link {
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}

.header__link:hover {
    color: #ea0c1e;
}

/* .banner */

.banner .slick-arrow {
    top: 50%;
}

.banner .slick-prev,
.banner .slick-next {
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    z-index: 2;
    font-size: 0;
    background: url(/img/banner_arrow_prev.png) no-repeat;
}

.banner .slick-prev {
    left: 20px;
}

.banner .slick-next {
    right: 20px;
    transform: rotate(180deg);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    color: #fff;
    top: 40%;
}

.banner__content {
    position: relative;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.banner__content .btn {
    position: relative;
    top: -18px;
    z-index: 2;
}

.banner .year_logo {
    position: absolute;
    bottom: 48px;
    right: -50px;
    display: flex;
    align-items: flex-start;
    color: #ffffff;
}

.banner .item.slide1 {
    background: url("/img/glav_bann.jpg") no-repeat center top;
    overflow: hidden;
    height: 769px;
    position: relative;
}

.banner .item .erid {
    position: absolute;
    font-size: 12px;
    bottom: 30px;
    right: 30px;
    color: #ffffff;
}

.banner .item.slide2 {
    background: url(/img/offers_bg.jpg) no-repeat;
    height: 725px;
    overflow: hidden;
    position: relative;
}

.banner__title-block {
    padding: 24px 0 40px;
    position: relative;
    z-index: 1;
}

.banner__title-block sup {
    font-size: 14px;
    top: -15px;
}

.banner__title-block::after {
    top: 0;
    right: -20px;
    position: absolute;
    content: "";
    height: 100%;
    width: 3000px;
    z-index: -1;
    background-color: #ffffffbe;
    transform: skew(-28deg);
}

.title_clock {
    position: absolute;
    top: -8px;
    width: fit-content;
    padding-left: 22px;
    font-family: "NunitoSans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 4px;
    background: #000000;
    color: #ffffff;
    padding: 0 20px 0 35px;
}

.title_clock:before {
    content: "";
    position: absolute;
    left: 4px;
    width: 24px;
    height: 28px;
    background: url(/img/timer_wt.svg) 50% 50% no-repeat;
    background-size: contain;
}

.title_clock .br_mob {
    display: none;
}

.title_clock .br_mob {}

.banner__title {
    font-family: "NunitoSans", sans-serif;
    font-size: 48px;
    /*font-weight: 700;*/
}

.banner__title span {
    color: #ea0c1e;
}

.banner__title2 {
    margin-top: 12px;
    font-family: "NunitoSans", sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.banner__title2 .br_mob {
    display: none;
}

.banner__title2 b {
    color: #ea0c1e;
}

.red-text {
    font-weight: 700;
    color: #ea0c1e;
}

.banner_props {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.banner_props a {
    position: relative;
    padding-left: 46px;
    display: flex;
    align-items: center;
}

.banner_props a br {
    display: none;
}

.banner_props a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
}

.banner_props .ico1:before {
    background: url(/img/banner_props_ico1.svg) 0 50% no-repeat;
}

.banner_props .ico2:before {
    background: url(/img/banner_props_ico2.svg) 0 50% no-repeat;
}

.banner_props .ico3:before {
    background: url(/img/banner_props_ico3.svg) 0 50% no-repeat;
}

.banner_props a span {
    font-size: 28px;
    font-weight: 800;
}

.banner_props a span b {
    font-weight: 800;
    color: #ea0c1e;
}

/* .timer */

.timer {
    padding: 20px 0;
    color: #fff;
    overflow: hidden;
    margin-top: -142px;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.timer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    /* flex-wrap: wrap; */
}

form input[type="checkbox"] {
    height: unset;
    width: unset;
    min-width: unset;
}

.form-group.horizontal {
    display: flex;
    gap: 28px;
}

.timer__left {
    display: flex;
    gap: 25px;
    align-items: center;
}

.timer__title {
    font-family: "NunitoSans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    width: 108px;
}

.form-title {
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.agree_field {
    font-family: Noto Sans;
    font-size: 9px;
    font-weight: 400;
    /* width: 290px; */
}

.agree_field.white {
    color: #cdcccc;
}

.all_forms {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.timer__form-block input[type="tel"] {
    background-color: #ffffffbe;
    color: #000000;
}

.timer__form-block input[type="tel"]::placeholder {
    color: #000000;
}

.erid {
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #ffffff;
    z-index: 2;
    font-size: 12px;
}

/* offers */

.offers {}

.offers_content {
    padding-top: 79px;
    color: #fff;
}

.offers_content .btn {
    max-width: 290px;
}

.offers_item {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.offers_item .br_mob {
    display: none;
}

.offers_title {
    font-size: 28px;
    margin-bottom: 37px;
}

.offers_title b {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.offers_props {
    width: 260px;
    margin-top: 49px;
    position: relative;
    padding-top: 14px;
    padding-bottom: 18px;
}

.offers_props:before {
    content: "";
    position: absolute;
    width: 260%;
    height: 100%;
    top: 0;
    right: 0;
    background: #00000080;
    transform: skew(-34deg, 0deg);
}

.offers_props a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 30px;
    position: relative;
    display: flex;
    margin-bottom: 6px;
}

.offers_props a:last-child {
    margin-bottom: 0;
}

.offers_props a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
}

.offers_props a.props_ico1:before {
    background: url(/img/props_ico1.svg) no-repeat;
}

.offers_props a.props_ico2:before {
    background: url(/img/props_ico2.svg) no-repeat;
}

.offers_props a.props_ico3:before {
    background: url(/img/props_ico3.svg) no-repeat;
}

/* RUNROW */

.runrow {
    width: 100%;
    overflow: hidden;
    background: #57585a;
    padding: 20px 0;
}

.runrow__wrap {
    width: 1920px;
}

.runrow__content {
    width: 200%;
    animation: runrow 25s linear infinite;
    display: flex;
    justify-content: space-around;
    column-gap: 30px;
    align-items: center;
}

.runrow__img {
    text-align: center;
}

.runrow__img img {
    width: 120px;
    max-width: max-content !important;
    object-fit: cover;
}

.runrow__descr {
    min-width: 296px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.28px;
    color: white;
    text-transform: uppercase;
    margin-top: 4px;
}

@keyframes runrow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* RUNROW END */

/* order-new-car */

.order-new-car {
    margin-bottom: 160px;
}

.order-new-car__container {}

.order-new-car__content {}

.order-new-car__image-block {}

.order-new-car__img {}

.order-new-car__img_mob {
    display: none;
}

.order-new-car__btn {
    margin-left: 44px;
    margin-top: -83px;
    width: 100%;
    max-width: 275px;
    position: relative;
    z-index: 1;
}

/* order-new-car END */

/* promotions */

.promotions {
    margin-bottom: 96px;
    min-height: 300px;
    background-image: url("/img/promotion-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.promotions__content {
    padding: 54px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.promotions__content>img {
    display: none;
}

.promotions .form-title {
    font-family: "NunitoSans", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 28px;
}

/* promo */

.promo {
    margin-bottom: 96px;
}

.promo__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.promo__content .promo__item {
    padding: 30px;
    height: 500px;
    width: 578px;
    background-position: 50% 85%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    transition: all 1.3s;
}

.promo__content .promo__item.item1 {
    background-image: linear-gradient(180deg,
            #000000 0%,
            rgba(0, 0, 0, 0.6) 26.8%,
            rgba(0, 0, 0, 0) 94.75%),
        url(/img/bbb1.jpg);
    background-size: 1124px 500px;
}

.promo__content .promo__item.item2 {
    background-image: url(/img/bbb2.jpg);
    background-size: 1330px 592px;
}

.promo__content .promo__item.item1:hover {
    background-size: 1154px 513px;
}

.promo__content .promo__item.item2:hover {
    background-size: 1360px 605px;
}

.promo .form-title {
    font-family: "NunitoSans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
}

.promo .promo__item.item1 .form-title {
    color: #ffffff;
}

.promo .all_forms {
    margin-top: auto;
    align-items: flex-start;
}

.promo .all_forms .form-group.horizontal {
    width: 100%;
    flex-direction: column;
    gap: 14px;
}

.promo .all_forms .form-group.horizontal input {
    backdrop-filter: blur(4px);
    border-color: #ffffff33;
    background: #ffffff33;
    color: #ffffff;
}

/* models */

.models {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 96px;
}

.models .card {
    padding: 76px 60px 20px;
    background-color: #fff;
    border: 2px solid #cdcccc;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.models .card:not(:last-child) {
    margin-bottom: 100px;
}

.models .car_image {
    position: relative;
    /* max-height: 585px; */
    max-height: 100%;
    min-height: 390px;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 15px;
    /*align-items: center;*/
}

.models .item__car-img-link {
    height: 418px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.models .item__car-img-link::before {
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(360deg,
            rgba(0, 0, 0, 0) 78.69%,
            rgba(0, 0, 0, 0.5) 100%);
}

.models .item__car-img {
    height: 100%;
    width: 100%;
    display: block;
}

.models .item__car-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.models .car__gallery-img {
    cursor: pointer;
    margin: 2px 0;
}

.models .car__gallery-img img {
    /* min-height: 135px; */
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.models .car__gallery-img.active {
    border: 2px solid rgba(119, 23, 37, 1);
}

/* .card__gallery {
    width: 74%;
    max-height: 504px;
} */

.car_gallery_slick {
    /* width: 146px; */
    width: 120px;
}

/* Замена текста на стрелки в кнопках слайдера */
.car_gallery_slick .slick-prev,
.car_gallery_slick .slick-next {
    font-size: 0;
    transition: all 0.3s ease;
}

.car_gallery_slick .slick-prev::before,
.car_gallery_slick .slick-next::before {
    font-size: 16px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.car_gallery_slick .slick-prev::before {
    content: '▲';
}

.car_gallery_slick .slick-next::before {
    content: '▼';
}

.car_gallery_slick .slick-prev:hover::before,
.car_gallery_slick .slick-next:hover::before {
    color: #ea0c1e;
    opacity: 1;
}

.card__gallery .swiper-slide img {
    width: 100%;
    height: 418px;
    object-fit: cover;
    object-position: center;
}

.card__gallery_gs3 {
    position: relative;
}

.car__gallery {
    width: 57%;
    max-width: 100%;
}

.card__component {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 9px;
    top: 16px;
    width: 480px;
    height: 84px;
    background-color: rgba(87, 88, 90, 1);
    z-index: 1000;
    clip-path: polygon(-10% -115%, 100% 0, 95% 50%, 100% 100%, 0% 101%, 5% 50%);
    box-shadow: 0px 10px 10px rgba(117, 114, 114, 0.25);
}

.card__compWhite {
    position: absolute;
    display: flex;
    align-items: center;
    width: 448px;
    height: 100%;
    background-color: white;
    padding-left: 91px;
    clip-path: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: black;
}

.card__compWhite::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 55px;
    left: 36px;
    top: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/comp.png);
}

.card .year_logo {
    position: absolute;
    left: 55px;
    top: 20px;
    z-index: 1000;
}

.card .year_logo img {
    width: 60%;
}

.card .grand {
    position: absolute;
    right: 55px;
    top: 20px;
    z-index: 1000;
}

.card .grand img {
    /* width: 60%; */
}

.card__gallery .swiper-slide {
    /* background-color: #cdcccc;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; */
}

.card__gallery .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffff;
    opacity: 1;
}

.card__gallery .swiper-pagination-bullet:hover {
    background-color: #cdcccc;
}

.card__gallery .swiper-pagination-bullet-active {
    background-color: #ea0c1e;
}

.card_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__title {
    position: absolute;
    width: 97.5%;
    left: -2px;
    top: -2px;
    display: flex;
    justify-content: right;
    padding: 6px 0 2px 0;
    font-size: 38px;
    font-weight: 700;
    background: #ea0c1e;
    color: #fff;
    z-index: 1;
}

.card__title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 57px solid #ea0c1e;
    border-right: 33px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}

.card__title span {
    display: block;
    /* width: 36%; */
    min-width: 36%;
}

.card__discout {
    border: 1px solid #ea0c1e;
    padding: 6px 0;
    padding-left: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "NunitoSans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    background-image: url("/img/badge-percent.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all 0.3s;
}

.card__discout:hover {
    background-color: #ea0c1e;
    color: #fff;
}

.card__benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 376px;
}

.card__link {
    position: relative;
    padding-left: 28px;
    font-family: "NunitoSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    /*align-items: center;*/
}

.card__link sup {
    font-size: 12px;
}

.card__link .text_biger {
    font-size: 20px;
    font-weight: 700;
}

.card__link:hover {
    color: #ea0c1e;
}

.card__link:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    background-position: 50% 50% !important;
}

.card__item.ico-coin .card__link:before {
    background: url("/img/coins.svg") no-repeat;
}

.card__item.ico-shield .card__link:before {
    background: url("/img/shield.svg") no-repeat;
}

.card__item.ico-snow .card__link:before {
    background: url("/img/snowflake.svg") no-repeat;
}

.card__item.ico-present .card__link:before {
    background: url("/img/gift.svg") no-repeat;
}

.card__item.ico-percent .card__link:before {
    background: url("/img/percent.svg") no-repeat;
}

.card__item.ico1 .card__link:before {
    background: url("/img/car_props_ico1.svg") no-repeat;
}

.card__item.ico2 .card__link:before {
    background: url("/img/car_props_ico2.svg") no-repeat;
}

.card__item.ico3 .card__link:before {
    background: url("/img/car_props_ico3.svg") no-repeat;
}

.card__item.ico4 .card__link:before {
    background: url("/img/car_props_ico4.svg") no-repeat;
}

.card__item.ico5 .card__link:before {
    background: url("/img/car_props_ico5.svg") no-repeat;
}

.card__item.ico6 .card__link:before {
    background: url("/img/car_props_ico6.svg") no-repeat;
}

.card__item.ico-profit .card__link:before {
    background: url("/img/car_profit_ico.svg") no-repeat;
}

.card__item.ico-present2 .card__link:before {
    background: url("/img/car_present2_ico.svg") no-repeat;
    left: -2px;
}

.card__item.ico-tires .card__link:before {
    background: url("/img/car_tires_ico.svg") no-repeat;
}

.card__item.ico-pts .card__link:before {
    background: url("/img/car_pts_ico.svg") no-repeat;
    top: -1px;
}

.card__item.ico-initial-payment .card__link:before {
    background: url("/img/car_initial_payment_ico.svg") no-repeat;
    top: 1px;
    left: 1px;
}

.card__item.ico-family .card__link:before {
    background: url("/img/car_ico_family.svg");
}

.card__btns {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/**********************
       COMPLECTS
**********************/

#instock {
    position: relative;
    margin-bottom: 96px;
}

.instock__title {
    /*margin-bottom: 64px;*/
    margin-bottom: 10px;
}

#instock .title_block {
    color: #fff;
    border-color: #525d62;
}

#instock .container {
    z-index: 1;
}

#instock .compl_title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

#instock .compls_menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    column-gap: 10px;
}

#instock .compls_menu>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: -webkit-fill-available;
    border: 1px solid #57585a;
    color: #595a5c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
}

#instock .compls_menu>div.active {
    background: #ea0c1e;
    color: #ffffff;
    border-color: #ea0c1e;

}

/* #instock .compl_items {
  padding-bottom: 44px;
} */

#instock .compl_items .swiper-wrapper {
    flex-direction: column;
    row-gap: 90px;
}

#instock .compl_items .swiper-pagination {
    position: static;
    /* bottom: -45px; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
    margin: 0;
    margin-top: 44px;
    /* background-color: red; */
}

#instock .compl_items .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdcccc;
    min-width: 46px;
    height: 48px;
    font-family: "NunitoSans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    transition: 0.3s;
    border-radius: 2px;
    background-color: transparent;
    opacity: 1;
}

#instock .compl_items .swiper-pagination-bullet:hover {
    background-color: #cdcccc;
}

#instock .compl_items .swiper-pagination-bullet-active {
    border-color: #ea0c1e;
    background-color: #ea0c1e;
    color: #fff;
}

#instock .compl_items .item {
    position: relative;
    justify-content: space-between;
    /*margin-top: 90px !important;*/
    width: 100% !important;
    /* margin: 0 14px; */
    /* background-image: url("/img/compl-item-bg.png"); */
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* z-index: 2; */
    border: 2px solid rgba(205, 204, 204, 1);
    background: #f9f9f9;
}

/*#instock .compl_items .item::before {
    content: '';
    position: absolute;

    width: 376px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}*/

/*#instock .compl_items .item::after {
    position: absolute;
    content: "";
    background-image: url("/img/compl-item-bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/

#instock .compl_items .item .item_wrap {
    /*padding: 0 28px 43px;*/
    width: 60%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#instock .compl_items .item.show {
    display: flex;
}

#instock .compl_items .compl_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    text-align: center;
    min-height: 195px;
    position: relative;
    padding: 15px 0 0 30px;
}

#instock .compl_items .compl_bg {
    background: url("/img/compl-item-bg-city.png") 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 121px;
}

#instock .compl_items .compl_bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 100px;
    height: 100%;
    background: #f9f9f9;
    transform: skew(28deg);
}

#instock .compl_items .compl_image img {
    position: relative;
}

#instock .compl_items .item_text {
    width: 36%;
    padding-top: 20px;
}

#instock .compl_items .item .item_name {
    font-family: "NunitoSans", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

#instock .compl_items .item .item_compl_name {
    font-family: "NunitoSans", sans-serif;
    /* font-size: 42px; */
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
}

#instock .compl_items .item .item_compl {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 40px;
}

#instock .compl_items .item .item_specs {
    display: flex;
    justify-content: space-between;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 28px;
}

#instock .compl_items .item .item_specs .specs_val {
    color: #000;
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

#instock .compl_items .item .item_specs .specs_val.eng_ico {
    background-image: url("/img/ph_engine.svg");
}

#instock .compl_items .item .item_specs .specs_val.gear_ico {
    background-image: url("/img/Transmission.svg");
}

#instock .compl_items .item .item_specs .specs_val.drive_ico {
    background-image: url("/img/drive.svg");
}

#instock .compl_items .compl_btns {
    width: 100%;
    margin: 10px 0 40px;
    display: flex;
    justify-content: space-between;
    padding-left: 45px;
}

#instock .compl_items .compl_btns .btn {
    width: 48%;
    min-width: auto;
}

#instock .compl_items .item_techs_name {
    cursor: pointer;
    text-decoration: underline;
}

#item_techs_popup {
    display: none;
}

.item_techs_wrap {
    display: inline-flex;
    padding: 25px 50px;
    background: #fff;
}

.item_techs_wrap>div {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    padding: 0 18px;
    border-right: 1px solid #9c9c9c;
}

.item_techs_wrap>div:first-child {
    padding-left: 0;
}

.item_techs_wrap>div.last {
    border: none;
    padding-right: 0;
}

#instock .compl_items .item_props {
    width: 28%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#instock .compl_items .item_props>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding-left: 35px;
}

#instock .compl_items .item_props>a b {
    font-weight: 800;
}

#instock .compl_items .item_props>a.ico1 {
    font-size: 18px;
    background: url("/img/snowflake.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico2 {
    font-size: 18px;
    background: url("/img/shield.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico3 {
    font-size: 18px;
    background: url("/img/gift.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico4 {
    font-size: 18px;
    background: url("/img/coins.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico5 {
    font-size: 18px;
    background: url("/img/compl_ico5.svg") 0 16% no-repeat;
}

#instock .compl_items .item_props>a.ico6 {
    font-size: 18px;
    background: url("/img/compl_ico6.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico7 {
    font-size: 18px;
    background: url("/img/compl_ico7.svg") 0 16% no-repeat;
}

#instock .compl_items .item_props>a.ico8 {
    font-size: 18px;
    background: url("/img/compl_ico8.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico9 {
    font-size: 18px;
    background: url("/img/compl_ico9.svg") 0 50% no-repeat;
}

#instock .compl_items .item_props>a.ico10 {
    font-size: 18px;
    background: url("/img/compl_ico10.svg") 0 16% no-repeat;
}

#instock .compl_items .item_props>a.ico11 {
    font-size: 18px;
    background: url("/img/compl_ico11.svg") 0 16% no-repeat;
}

/**************************************************************************************************************/

/* .trade-in */

.trade-in {
    background-image: url("/img/trrrin.jpg");
    background-position: center right;
    padding: 80px 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.trade-in__container {
    display: flex;
    justify-content: flex-start;
}

.trade-in__content {
    position: relative;
    z-index: 1;
    padding: 44px 0;
}

.trade-in__content::after {
    top: 0;
    right: -109px;
    position: absolute;
    content: "";
    height: 100%;
    width: 3000px;
    z-index: -1;
    background-color: #ffffffe6;
    transform: skew(-16deg);
}

.trade-in__title {
    /* margin-bottom: 28px; */
}

.trade-in__text {
    margin-bottom: 28px;
}

.trade-in .form-group {
    width: 100%;
}

.trade-in input,
.trade-in textarea,
.trade-in select {
    min-width: 244px;
    border-color: #57585a;
    color: #000;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.trade-in button {
    min-width: 244px;
}

.trade-in .form-group.horizontal {
    gap: 14px;
}

.trade-in .agree_field {
    width: unset;
}

/* credit */

.credit {
    background-image: url("/img/credit.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 76px 0;
    overflow: hidden;
}

.credit__container {
    display: flex;
    justify-content: flex-end;
}

.credit__content {
    position: relative;
    z-index: 1;
    padding: 29px 0;
}

.credit__content::after {
    top: 0;
    left: -109px;
    position: absolute;
    content: "";
    height: 100%;
    width: 3000px;
    z-index: -1;
    background-color: #ffffffe6;
    transform: skew(-16deg);
}

.credit__title {
    /* margin-bottom: 28px; */
}

.credit__list {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.credit__item {}

.item__text {
    padding-left: 22px;
    background-position: left -1px;
    background-repeat: no-repeat;
}

.item__text.ico-thumb {
    background-image: url("/img/ico-thumb.svg");
}

.item__text.ico-spec {
    background-image: url("/img/ico-hand-coins.svg");
}

.credit__text {
    margin-bottom: 28px;
}

.credit .form-group {
    width: 100%;
}

.credit input,
.credit textarea,
.credit select {
    min-width: 244px;
    border-color: #57585a;
    color: #000;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.credit button {
    min-width: 244px;
}

.credit .form-group.horizontal {
    gap: 14px;
}

.credit .agree_field {
    width: unset;
}

.credit .from__range {
    display: grid;
    height: 100%;
    text-align: center;
    place-items: center;
}

.form__range {
    width: 100%;
    margin-bottom: 20px;
}

.range-label {
    font-family: "NunitoSans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.range .sliderValue {
    position: relative;
    width: 100%;
}

.range .sliderValue .sliderValue__zipper {
    white-space: nowrap;
    /* ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ */
    position: absolute;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    z-index: 2;
    left: 13.6%;
}

.range .field {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.range .field .range-input {
    position: relative;
    appearance: none;
    border: none;
    height: 8px;
    width: 106%;
    border-radius: 1px;
    background: #57585a;
    margin-top: 31px;
    margin-bottom: 10px;
}

.range .field .red-line {
    content: "";
    position: absolute;
    top: 31px;
    right: 78%;
    height: 10px;
    width: 1000px;
    background-color: #ea0c1e;
    z-index: 1;
}

.range .field .range-input::-webkit-slider-thumb {
    /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â WebKit-ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² (Chrome, Safari) */
    position: relative;
    appearance: none;
    height: 20px;
    width: 20px;
    background-image: url("/img/thumb.png");
    z-index: 2;
}

.range .field .range-input::-moz-range-thumb {
    /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â Firefox */
    appearance: none;
    height: 20px;
    width: 20px;
    background-image: url("/img/thumb.png");
    z-index: 2;
}

.range .values {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #57585a;
}

.range-label {
    margin-bottom: 8px;
    display: block;
}

.form__range2 .range .field .red-line {
    right: 95%;
}

.form__range2 .range .sliderValue .sliderValue__zipper {
    left: -5.5%;
}

/* video  */

.video {
    padding-top: 96px;
    padding-bottom: 96px;
}

.video_title {
    font-size: 72px;
    font-weight: 700;
}

.video_block {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_block:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/img/video_ico.svg) no-repeat;
    transition: all 0.2s linear;
}

.video_block:hover:before {
    transform: scale(1.1);
}

/* .contacts  */

.contacts {
    background-color: #fff;
    color: #000;
}

.contacts-top {
    overflow: hidden;
}

.contacts__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    height: 115px;
}

.contacts__logo-block {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 13px;
}

.contacts__logo2 img {
    height: 17px;
}

.contacits__off-diller {
    font-family: "NunitoSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.contacts__phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts__addr {
    display: flex;
    align-items: center;
    gap: 8px;
}

.map {
    height: 600px;
    background-image: url("/img/prr2_map.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

/* .footer  */
.footer {
    background-color: #000;
    color: #cdcccc;
    font-size: 18px;
}

.footer__content {
    height: 119px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer__disclamer {
    display: none;
    padding: 20px 0;
}

#instock .compl_items .slick-dots {
    display: none !important;
}

@media (max-width: 1550px) {
    .banner .item.slide2 {
        background-position: center;
    }
}

@media (max-width: 1243px) {
    .header__logo-block::before {
        right: -14px;
    }

    .header__btn {
        min-width: 200px;
    }

    .timer__content {
        /* flex-direction: column; */
    }

    .timer__form-block {
        max-width: 400px;
    }

    .timer__form-block input,
    .timer__form-block button {
        min-width: auto;
    }

    .timer timer__form-block {
        max-width: 400px;
    }

    .banner__title {
        font-size: 36px;
    }

    .timer__title {
        display: none;
    }

    .timer .form-title {}

    .timer .form-group.horizontal {}

    /* RUNROW */
    .runrow {}

    .runrow__wrap {}

    .runrow__content {}

    .runrow__img {}

    .runrow__img img {}

    /* RUNROW END */
    /* order-new-car */
    .order-new-car {
        margin-bottom: 60px;
    }

    .order-new-car__container {}

    .order-new-car__content {}

    .order-new-car__image-block {}

    .order-new-car__img {}

    .order-new-car__img_mob {}

    .order-new-car__btn {
        margin-left: 4vw;
        margin-top: -7vw;
    }

    /* order-new-car END */
    .promotions {
        background-image: unset;
    }

    .promotions__content {
        align-items: center;
        background-color: #fff;
    }

    .contacts__btn {
        min-width: 200px;
    }
}

@media (max-width: 1200px) {
    .header__addr {
        display: none;
    }

    .card__gallery .swiper-slide {}

    .card__gallery .swiper-slide img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .models .card {
        flex-direction: column;
    }

    .models .card .swiper-horizontal {
        width: 100%;
        margin-top: 44px;
    }

    .models .item__car-img-link::before {
        width: 84%;
    }

    .card__title span {
        width: -webkit-fill-available;
    }

    .card_right {
        gap: 15px;
    }

    .card__title {
        text-align: left;
        padding-left: 40px;
    }

    c {
        text-align: left;
        padding-left: 40px;
        width: calc(100% + 3px);
    }

    #instock .compl_items .item_props {
        width: 34%;
    }

    #instock .compl_items .compl_btns {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .card__benefits-list {
        min-width: initial;
    }

    .video_title {
        font-size: 40px;
    }

    .card__gallery .swiper-slide img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center;
    }

    .models .car_gallery_slick {
        width: 100%;
        height: 100%;
    }

    /* .models .slick-track {
        width: 100% !important;
        gap: 10px;
        display: flex;
    } */

    .models .car__gallery-img {
        width: 100px !important;
        height: 92px !important;
    }

    .models .car__gallery-img img {
        min-height: initial;
    }

    .models .car_image {
        width: 100%;
        max-width: 100%;
    }

    .models .item__car-img-link {
        height: 280px;
        max-width: 100%;
    }

    .models .item__car-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .car__gallery {
        width: 100%;
        max-width: 100%;
    }

    .offers_item {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .offers_title b {
        font-size: 24px;
    }

    .offers_title {
        font-size: 22px;
    }

    .header__logo-block {}

    /* .header__logo-block::before {
        display: none;
      } */
    .logo-circle {
        background-color: #fff;
    }

    .header__btn {
        min-width: 0px;
    }

    .header__phone {
        font-size: 16px;
    }

    .header__phone img {
        height: 18px;
    }

    .models .car_image {
        flex-direction: column;
    }

    .models .item__car-img-link::before {
        width: 100%;
    }

    .trade-in__container {
        justify-content: center;
    }

    .credit__container {
        justify-content: center;
    }

    .contacts__content {
        font-size: 16px;
    }

    .contacts__logo-block {
        max-width: 130px;
        gap: 4px;
    }

    .contacits__off-diller {
        font-size: 10px;
    }

    .contacts__btn {
        min-width: 0px;
    }

    .footer {
        font-size: 16px;
    }

    #instock .compls_menu {
        justify-content: left;
        flex-wrap: wrap;
        gap: 10px 1.2%;
    }

    #instock .compls_menu>div {
        width: 24%;
    }

    #instock .compl_items .slick-dots {
        display: flex !important;
    }

    #instock .compl_items .item_props {
        display: none;
    }

    #instock .compl_items .item .item_wrap {
        width: 100%;
    }

    .item_techs_wrap>div {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .models .car_image {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
    }

    .models .item__car-img-link {
        height: 240px;
        max-width: 100%;
    }

    .models .item__car-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .card__gallery .swiper-slide img {
        width: 100%;
        max-width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center;
    }

    .models .card {
        overflow: hidden;
    }

    .car__gallery {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .banner .item .erid {
        font-size: 10px;
    }

    .models .item__car-img-link {
        height: 250px;
        overflow: hidden;
    }

    .models .item__car-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .card__gallery .swiper-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .container {
        padding: 0 15px;
    }

    .banner .item .erid {
        bottom: unset;
        top: 10px;
        color: #000000;
    }

    .video {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .video_title {
        font-size: 26px;
    }

    .banner__content .btn {
        top: 0;
        margin-top: 20px;
    }

    .offers_content {
        padding-top: 80vw;
        color: #000;
    }

    .card__component {
        display: none;
    }

    .card .year_logo {
        top: 13px;
        left: 18px;
    }

    .card .grand {
        top: 13px;
        right: 18px;
    }

    .banner .year_logo {
        bottom: 10px;
        right: -150px;
    }

    .banner .year_logo img {
        width: 60%;
    }

    .offers_item {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .offers_title {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .offers_title b {
        font-size: 3vw;
    }

    .offers_props {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    input,
    textarea,
    select,
    .btn {
        min-width: unset;
    }

    .card__title {
        padding-left: 15px;
        text-align: left;
        width: calc(97% - 8px);
    }

    .card__title span {
        width: -webkit-fill-available;
    }

    .title {
        font-size: 45px;
    }

    .text {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .all_forms {
        display: block;
    }

    .header__content,
    .header {
        height: 55px;
        width: 100%;
    }

    header {
        position: fixed;
        top: 0;
        z-index: 3;
    }

    .burger {
        display: block;
        z-index: 10;
    }

    .active .burger-stick:nth-child(1) {
        top: 48%;
        rotate: 45deg;
    }

    .active .burger-stick:nth-child(2) {
        top: 48%;
        rotate: -45deg;
    }

    .active .burger-stick:nth-child(3) {
        top: 100%;
        display: none;
    }

    .header__logo-block {}

    .header__phone {
        position: absolute;
        top: 54px;
        background: #565656;
        padding: 10px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__bottom {
        /* display: none; */
        /*width: 0px;*/
    }

    .header__bottom.fixed {
        background: none;
    }

    .header__btn {
        display: none;
        position: relative;
    }

    .logo-circle {
        height: 5px;
    }

    .header__menu-block {
        position: absolute;
        background-color: #57585a !important;
        z-index: 5;
        width: 100%;
        display: none;
        top: 0;
        right: 0;
    }

    .header__menu {
        flex-direction: column;
        padding: 40px;
        gap: 20px;
    }

    .title_clock {
        font-size: 4vw;
        padding: 1vw 12px 1vw 32px;
        display: flex;
        align-items: center;
    }

    .title_clock .br_mob {
        display: block;
    }

    .banner__title span {
        display: block;
    }

    .banner .item.slide1 {
        background: url(/img/glav_mob.jpg) no-repeat center -60px;
        background-size: 100%;
        height: auto;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .item.slide2 {
        height: auto;
        background-size: 194%;
        background-position: 68% 0%;
    }

    .banner {
        top: 92px;
        /*background-image: url(/img/bg1_mob.jpg);*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 0;
        background-position-x: 50%;
        height: auto;
        padding-bottom: 0;
    }

    .banner__content {
        position: relative;
        padding-top: 8vw;
        padding-bottom: 40vw;
    }

    .banner__content:before {
        content: "";
        position: absolute;
        left: -10%;
        width: 122%;
        height: 50vw;
        backdrop-filter: blur(5px);
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) -5.42%,
                rgba(255, 255, 255, 0.5) 8.19%,
                rgba(255, 255, 255, 0.5) 87.57%,
                rgba(255, 255, 255, 0) 103.61%);
    }

    .banner_props a span {
        font-size: 3vw;
        display: inline-block;
    }

    .banner_props a br {
        display: block;
    }

    .banner__title-block {
        padding: 0;
    }

    .banner__btn {
        width: 100%;
    }

    .banner__title-block::after {
        display: none;
    }

    .banner__title {
        font-size: 7vw;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .banner__title-block sup {
        font-size: 10px;
        top: -2px;
    }

    .banner__title2 {
        font-size: 5vw;
        /* text-align: center; */
    }

    .banner__title2 .br_mob {
        display: block;
    }

    .banner__title2 .br_mob {}

    .timer {
        position: relative;
        margin-bottom: 0;
        margin-top: 0;
        background: #57585a;
        overflow: visible;
    }

    .timer__content {
        gap: 5px;
        flex-direction: column;
    }

    .timer__left {
        flex-direction: column;
        gap: 5px;
    }

    .timer__left div {
        scale: 0.7;
        width: 500px;
    }

    .timer__title {
        width: unset;
        display: block;
    }

    .erid {
        top: -11px;
        right: auto;
        left: 10px;
        font-size: 8px;
        font-size: 10px;
    }

    /* RUNROW */
    .runrow {
        position: relative;
        top: 80px;
    }

    .runrow__wrap {}

    .runrow__content {}

    .runrow__img {}

    .runrow__img img {}

    /* RUNROW END */
    /* order-new-car */
    .order-new-car {
        margin-bottom: 40px;
    }

    .order-new-car__container {}

    .order-new-car__content {}

    .order-new-car__image-block {}

    .order-new-car__img {
        display: none;
    }

    .order-new-car__img_mob {
        display: block;
    }

    .order-new-car__btn {
        margin: 0;
        margin-top: 15px;
        max-width: 100%;
    }

    /* order-new-car END */
    .form-group.horizontal {
        flex-direction: column;
        gap: 14px;
    }

    .promotions {
        margin-bottom: 40px;
    }

    .promotions__content {
        padding: 15px;
        border: 2px solid #cdcccc;
        box-sizing: border-box;
    }

    .promotions__content>img {
        display: block;
    }

    .promotions .promotions__form-title {
        font-size: 34px;
        line-height: 40px;
        font-weight: 800;
        margin-top: 15px;
    }

    .promotions .promotions__form-title .red-text {
        font-weight: 800;
    }

    .promo__content {
        flex-direction: column;
    }

    .promo__content .promo__item {
        height: 56vh;
        width: 100%;
    }

    .promo__content .promo__item.item2 {
        background-image: linear-gradient(180deg,
                #ffffff 0%,
                rgba(0, 0, 0, 0.3) 65.8%,
                rgba(0, 0, 0, 0) 94.75%),
            url(/img/promo_item2.jpg);
    }

    .promo .form-title {
        font-size: 4.5vh;
        font-weight: 700;
        line-height: 40px;
    }

    .promo__content .promo__item {
        background-position: 50% 62%;
    }

    .models {
        margin-top: 180px;
        margin-bottom: 40px;
    }

    .models .card {
        padding: 10px;
        gap: 20px;
    }

    .card__gallery {
        margin: 0;
        width: 100%;
        margin-top: 42px;
    }

    .card .year_logo img {
        width: 44%;
    }

    .card .grand img {
        width: 44%;
    }

    .models .car_gallery_slick {
        width: 100%;
    }

    /* .models .slick-track {
        width: 100% !important;
        gap: 10px;
        display: flex;
    } */

    .models .car__gallery-img {
        width: 84px !important;
        height: 78px !important;
    }

    .instock__title {
        margin-bottom: 30px;
    }

    #instock {
        margin-bottom: 40px;
    }

    /* #instock .compl_items {
        padding-bottom: 30px;
      } */
    #instock .compls_menu {
        justify-content: space-between;
        gap: 10px 0;
    }

    #instock .compls_menu>div {
        width: 48%;
    }

    #instock .compl_items .swiper-wrapper {
        flex-direction: row;
        row-gap: 0;
    }

    #instock .compl_items .item .item_wrap {
        /*padding: 0 10px 20px;*/
    }

    #instock .compl_items .item .item_specs {
        font-size: 16px;
    }

    #instock .compl_items .item {
        flex-direction: column;
        margin-top: 0 !important;
    }

    #instock .compl_items .compl_image {
        width: 100%;
        padding-left: 0;
    }

    #instock .compl_items .compl_bg {
        width: 100%;
    }

    #instock .compl_items .item_text {
        width: 100%;
        padding: 0 15px;
    }

    #instock .compl_items .compl_btns {
        flex-direction: column;
        row-gap: 10px;
        padding: 0 15px;
    }

    #instock .compl_items .compl_btns .btn {
        width: 100%;
    }

    #instock .compl_items .item_techs {
        display: none;
    }

    #instock .compl_items .item_techs_wrap {
        position: relative;
        flex-direction: column;
        left: 0;
        width: 100%;
        opacity: 1;
        border: none;
        padding: 0;
        margin: 15px 0;
        box-shadow: unset;
        display: flex;
        transition: unset;
    }

    #instock .compl_items .item_techs_wrap>div {
        flex-direction: row;
        justify-content: space-between;
        border: none;
        padding: 0;
    }

    #instock .compl_items .item_techs_wrap>div b {
        width: 50%;
        text-align: right;
        font-weight: 800;
        border-left: 1px solid #9c9c9c;
        padding: 2px 0;
    }

    .credit {
        /* background-image: none; */
        padding: 0;
        padding-top: 207px;
        background-size: 500px;
        background-position: top center;
    }

    .credit__content::after {
        left: -300px;
    }

    .range .field .range-input {
        width: 111%;
    }

    .trade-in {
        /* background-image: none; */
        padding: 0;
        padding: 0;
        padding-top: 180px;
        background-size: 500px;
        background-position: top center;
    }

    .trade-in__content::after {
        right: -300px;
    }

    .contacts__content {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
        height: unset;
    }

    .map {
        height: 300px;
    }

    .footer__content {
        padding: 20px 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        height: unset;
        gap: 20px;
    }

    .banner_props a {
        position: relative;
        padding-left: 28px;
    }

    .banner_props a:before {
        width: 20px;
        height: 20px;
        background-size: contain !important;
    }
}

@media (max-width: 560px) {
    .banner .item.slide1 {
        background: url(/img/glav_mob.jpg) 50% 0 no-repeat;
        background-size: 105%;
        height: auto;
    }

    .banner__content:before {
        height: 56vw;
    }

    .banner .year_logo {
        left: 0;
        bottom: 26vw;
        color: #000000;
    }

    .banner .year_logo img {
        width: 30%;
    }

    .title_clock {
        top: 10px;
    }

    .banner__content .btn {
        margin-top: 10px;
    }

    .card__title {
        width: calc(97% - 8px);
        font-size: 26px;
    }

    .card__title:after {
        border-top: 42px solid #ea0c1e;
        border-right: 20px solid transparent;
    }
}

@media (max-width: 460px) {
    .banner .year_logo {
        bottom: 24vw;
    }

    .banner__content {
        padding-bottom: 38vw;
    }

    .title {
        font-size: 39px;
    }

    .btn {
        width: 100%;
        min-width: 0;
    }

    .card__title {
        padding-right: 0;
    }

    .card__discout {
        font-size: 24px;
    }

    .promotions__content {
        background-color: transparent;
    }

    .promo__content .promo__item {
        background-position: 50% 46%;
    }
}

@media (max-width: 378px) {
    .header__logo1 {
        max-width: 130px;
    }

    .promo .form-title {
        font-size: 3.5vh;
        line-height: 28px;
    }

    .offers_item {
        font-size: 6vw;
    }

    .offers_item .br_mob {
        display: block;
    }

    .offers_title b {
        font-size: 4vw;
    }

    .offers_title {
        font-size: 5vw;
    }

    .banner__content:before {
        height: 61vw;
    }
}

.sogl {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    transition: 0.5s;
    display: flex;
    padding: 30px 0;
    z-index: 333333334;
    -webkit-box-shadow: 1px -2px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px -2px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px -2px 8px 0px rgba(34, 60, 80, 0.2);
    width: -webkit-fill-available;
    right: auto;
    top: auto;
}

.sogl .cont {
    /* width: 100%;
    max-width: 1184px;
    margin: 0 auto; */
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}

.sogl .cont p {
    /* font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left; */
    font-size: 13px;
}

.sogl .cont p a {
    font-size: 13px;
    /* font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left; */
    color: #ea0c1e;
}

.sogl .btn {
    width: 100%;
    max-width: 250px;
    cursor: pointer;
}

@media (max-width: 970px) {
    .sogl .cont {
        flex-direction: column;
        gap: 25px;
    }

    .sogl .btn {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .sogl .header__btn {
        display: flex;
    }

    .sogl .cont {
        padding: 0 15px;
    }
}

.sogl.invise {
    display: none !important;
}

#CalltouchWidgetFrame {
    z-index: 333333333 !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

.default {
    display: grid;
    gap: 20px;
}

.default ul {
    list-style: disc;
    padding: 0 17px;
    gap: 10px;
    display: grid;
}

.promo__content-v1 {
    background-image: url("/img/glav_bann.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 40px 100px;
    position: relative;
    overflow: hidden;
}

.promo__content-v1 * {
    color: #FFF;
}

.promo__content-v1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500%;
    content: "";
    background-color: rgba(0, 0, 0, 1);
    z-index: 2;
    transform: translateY(-15%) rotate(45deg) translateX(-100%);
    box-shadow: 34px 41px 173px 140px rgba(0, 0, 0, 1);
}

.promo__content-v1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500%;
    content: "";
    background-color: rgba(0, 0, 0, 1);
    z-index: 2;
    transform: translateY(-61%) rotate(-45deg) translateX(-100%);
    box-shadow: 34px 41px 173px 140px rgba(0, 0, 0, 1);
}

.promo__content-v1-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 3;
    max-width: 600px;
}

.promo__image-v1 {
    object-fit: contain;
    object-position: center;
    width: 200px;
}

.promo__content-v1-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75), 0 0 20px rgba(255, 255, 255, 0.45);
}


.promo__content-v1-text {
    font-size: 24px;
    line-height: 1.1;
}

@media (max-width: 970px) {
    .promo__content-v1-title {
        font-size: 36px;
    }

    .promo__content-v1::before {
        transform: translateY(-15%) rotate(45deg) translateX(-110%);
    }

    .promo__content-v1::after {
        transform: translateY(-61%) rotate(-45deg) translateX(-110%);
    }
}

@media (max-width: 720px) {
    .promo__content-v1::after {
        display: none;
    }

    .promo__content-v1::before {
        transform: translateY(-26%) rotate(90deg) translateX(-110%);
        box-shadow: 34px 41px 45px 44px rgba(0, 0, 0, 1);
    }

    .promo__content-v1 {
        background-size: 100% auto;
        background-position: center 100%;
        padding: 30px 20px 30%;
    }

    .promo__content-v1-title {
        font-size: 24px;
    }

    .promo__content-v1-text {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .promo__content-v1-title {
        font-size: 20px;
    }

    .promo__content-v1-text {
        font-size: 16px;
    }
}