/* @font-face {
  font-family: Inter;
  src: url(../fonts/Inter-VariableFont_slnt\,wght.ttf);
} */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-SemiBold.woff2") format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Bold.woff2") format("woff2");
    font-weight: 700;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-ExtraBold.woff2") format("woff2");
    font-weight: 800;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Black.woff2") format("woff2");
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    color: #000;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    background: #fff;
    z-index: 1000000;
    height: 98px;
    width: 100%;
    -webkit-box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
    box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
}

.info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    padding-left: 20px;
    gap: 6px;
}
.location .location-address {
    max-width: 150px;
}
.logo-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    padding-right: 29px;
    border-right: solid 3px #4ba82e;
    height: 55px;
}
.logo-info img {
    width: 158px;
    height: 54px;
    cursor: pointer;
}

.nav-x {
    display: none;
}

.logo-info-text {
    font-weight: 400;
}

.logo-info-number {
    font-weight: 700;
    color: #008000;
    text-decoration: none;
}

.info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 156px;
    height: 39px;
    color: white;
    font-size: 12px;
    background: #4ba82e;
    padding: 9px 8px 7px 8px;
    border-radius: 24px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.info-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}
nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}
nav ul li {
    list-style: none;
}
nav ul li img {
    display: none;
}
nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
nav ul li a:hover {
    color: #4ba82e;
}

.nav-mobile-container {
    display: none;
}

.nav-mobile {
    display: none;
}

.nav-menu {
    display: none;
}

.home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 1011px;
    background-image: url("../img/skoda-desc-3.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home picture {
    width: 100%;
    height: 100%;
}

.home img {
    width: 100%;
    height: 1011px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 520px;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000000),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.home-title-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    top: 167px;
    left: 370px;
    right: 370px;
    gap: 110px;
}

.home-title-container-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    gap: 6px;
    width: 100%;
}

.home-mini-info {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 16.5px 21.5px;
    background-color: #4ba82e;
    height: 57px;
    border-radius: 80px;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
}

.home-mini-info .mini-info-img {
    max-width: 24px;
    max-height: 24px;
}

.home-title-text {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
}
.home-title-text-wrap {
    display: flex;
    justify-content: space-between;
}

.home-title-text br {
    display: none;
}

.home-title-text br {
    display: none;
}

.home-title-text span {
    color: #4ba82e;
    font-weight: 900;
}

.home-title-sale {
    font-size: 38px;
    font-weight: 700;
    /* text-transform: uppercase; */
}
.home-title-sale span {
    color: #4ba82e;
    font-weight: 900;
}
.home-title-action {
    background: linear-gradient(95deg, #A5D496 70%, rgba(230, 120, 57, 0) 100%);
    color: black;
    padding: 17px 32px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 16px;
}

.home-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 3px solid #4ba82e;
    height: 138px;
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    padding-left: 34px;
}

.home-offers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.home-bet-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px;
    height: 225px;
    background: rgba(0, 0, 0, 0.6);
    border: solid 4px #ffffff;
    border-radius: 115px;
    top: 539px;
    left: 385px;
}

.home-bet-text {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.home-bet-percent {
    color: #4ba82e;
    font-size: 72px;
    font-weight: 700;
}

.promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 160px;
    width: 100%;
    background: linear-gradient(1turn, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    top: 851px;
    color: #fff;
    gap: 13px;
}

.promotion-countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.promotion-countdown-container p {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.promotion-countdown-container .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.promotion-countdown-container .timer-points {
    margin-top: -30px;
    font-size: 54px;
    font-weight: 500;
}
.promotion-countdown-container .time-count__item,
.promotion-countdown-container .time-count__days,
.promotion-countdown-container .time-count__item,
.promotion-countdown-container .time-count__hours,
.promotion-countdown-container .time-count__item,
.promotion-countdown-container .time-count__minutes,
.promotion-countdown-container .time-count__item,
.promotion-countdown-container .time-count__seconds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.promotion-countdown-container .time-count__val {
    font-size: 54px;
    font-weight: 500;
}
.promotion-countdown-container .time-count__text {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.promotion-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.promotion-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.promotion-info-content input {
    width: 217px;
    height: 50px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 30px;
    padding-left: 25px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.promotion-info-content input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.promotion-info-content input::-moz-placeholder {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.promotion-info-content input:-ms-input-placeholder {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.promotion-info-content input::-ms-input-placeholder {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.promotion-info-content input::placeholder {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.promotion-info-agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
}

.promotion-checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
}

.promotion-checkbox {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid white;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.promotion-checkbox:checked {
    background-color: #4ba82e;
}

.promotion-text {
    font-size: 9px;
    font-weight: 400;
    max-width: 236px;
}

.promotion-btn {
    width: 252px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #4ba82e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.promotion-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 51px;
}

.models-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 63px;
}

.models-title {
    font-size: 45px;
    padding-bottom: 13px;
}
.models-title span {
    font-size: 53px;
    color: #4ba82e;
}

.models-card {
    background: #fff;
    width: 1180px;
    height: 365px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
    box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
    background: #ffffff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.models-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.models-card-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.models-card-img-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
}

.models-car {
    position: absolute;
    top: 109px;
    left: 22px;
    z-index: 3;
}

.models-circle {
    position: absolute;
    top: 21px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.models-car-title {
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: white;
    font-size: 74px;
    font-weight: 600;
    top: 26px;
    left: 8px;
    text-transform: uppercase;
    z-index: 2;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.4196078431))
    );
    background: linear-gradient(
        0.25turn,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4196078431)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.models-card-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 14px;
    flex-basis: 30%;
    margin-left: 0;
}

.models-card-text-price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    gap: 13px;
}

.models-card-text-price {
    font-size: 25px;
    line-height: 27px;
    white-space: nowrap;
}
.models-card-text-price > span {
    font-size: 25px;
    font-weight: 700;
    color: #4ba82e;
}

.models-card-text-old-price {
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    text-decoration: line-through;
}

.models-card-text-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.swiper-images .swiper-slide a {
    width: 100%;
    height: 100%;
    margin-top: 0px;

    border-radius: 8px;

    display: block;
}

.swiper-images .swiper-slide.swiper-slide-active a {
    border: 2px solid #4ba82e;
}

.swiper-images .swiper-slide {
    border-radius: 6px;
}

.swiper-images .swiper-slide img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    border-radius: 6px;
}

.swiper-images {
    overflow-y: hidden;
    height: 100%;
    position: static;
}

.swiper-button-prev {
    width: 15px;
    height: 15px;
    background: url(../img/arrow-prev.svg);
    /* -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn); */
    background-position: center;
    top: 20px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    width: 15px;
    height: 15px;
    /* -webkit-transform: rotate(1turn);
          transform: rotate(1turn); */
    background: url(../img/arrow-next.svg);
    background-position: center;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.29;
}

.models-card-slider-container {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
    width: 93px;
    /* height: 360px; */
    height: 270px;
    align-self: center;
    position: relative;
    padding: 30px 0;
    height: 330px;
}

.slider-arrow {
    width: 23px;
    height: 22px;
}

.slider-img {
    width: 93px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.models-card-offers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px;
}

.models-card-offers-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.models-card-offers-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
}

.models-card-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
    width: 246px;
    height: 100%;
}

.models-card-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
}
.models-card-offer img {
    height: 46px;
    width: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}
.models-card-offer .gift-offers {
    width: 32px;
    height: 32px;
    margin-left: 4px;
}
.models-card-offer .percent-offers {
    width: 41px;
    height: 41px;
    margin-left: 4px;
}
.models-card-offer .price-offers {
    width: 46px;
    height: 36px;
}

.models-card-offer-btn-get {
    width: 239px;
    height: 50px;
    border-radius: 30px;
    border: solid 1px #000;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.models-card-offer-btn-get:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: none;
    background: #4ba82e;
    color: #fff;
}

.models-card-offer-btn-credit {
    width: 239px;
    height: 50px;
    border-radius: 30px;
    background: #4ba82e;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.models-card-offer-btn-credit:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: solid 1px #000;
    background: transparent;
    color: #000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
}

.kits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px;
}

.kits-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px;
}

.kits-title {
    font-size: 45px;
}

.select2 {
    width: 200px;
    height: 41px;
    border-radius: 21px;
    border: 1px solid rgba(0, 0, 0, 0.431372549);
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;
}

.select2-container--default .select2-selection--single {
    border: none;
    width: 200px;

    height: 100%;
    display: flex;
    align-items: center;
}

.select2-search,
.select2-search--dropdown {
    display: none;
}

.select2-selection__rendered {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6196078431);
    letter-spacing: -1px;
    margin-left: 10px;
}

.select2-selection__arrow {
    margin-top: 4px;
    margin-right: 6px;
}

.select2-results {
    -webkit-box-shadow: 2px 2px 20px 0px rgba(95, 95, 95, 0.4392156863);
    box-shadow: 2px 2px 20px 0px rgba(95, 95, 95, 0.4392156863);
}

.select2-container--below {
    width: 200px;
    height: 41px;
    border-radius: 21px;
    border: 1px solid rgba(0, 0, 0, 0.431372549);
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;
}

.select2-container--open,
.select2-dropdown--below {
    font-size: 12px;
    text-transform: uppercase;
}

.select2-container--open {
    border-radius: 21px 21px 0 0;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: #4ba82e;
    font-size: 12px;
    text-transform: uppercase;
}

.kits-selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.kits-selections select {
    border: solid 1px rgba(0, 0, 0, 0.431372549);
    border-radius: 20.5px;
    width: 200px;
    height: 41px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6196078431);
    text-align: left;
    padding-left: 10px;
    letter-spacing: -1px;
}
.kits-selections option {
    font-size: 12px;
}

.kits-models-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 51px;
}

.kits-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    border-bottom: solid 1px #4ba82e;
}

.kits-model-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kits-model-img-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.kits-model-img-picture {
    width: 339px;
    height: 199px;
}

.kits-model-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-top: 22px;
}

.kits-model-description-title {
    font-size: 20px;
    /* white-space: nowrap; */
    font-weight: 600;
    max-width: 218px;
    /* color: rgba(0, 0, 0, 0.6509803922); */
    color: #000;
    opacity: 0.65;
}

.kits-model-description-text {
    font-size: 12px;
    font-weight: 600;
}

.kits-model-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kits-model-price-old {
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
    /* color: rgba(0, 0, 0, 0.3490196078); */
    color: #000;
    opacity: 0.34;
}

.kits-model-price-new {
    font-size: 30px;
    font-weight: 600;
    white-space: nowrap;
}
.kits-model-price-new span {
    color: #4ba82e;
}

.kits-model-price-credit {
    font-size: 25px;
    font-weight: 500;
    white-space: nowrap;
}

.kits-model-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 207px;
}

.kits-model-btns-get {
    width: 100%;
    height: 50px;
    border: none;
    background: #4ba82e;
    color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.kits-model-btns-get:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: solid 1px #000;
    background: transparent;
    color: #000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
}

.kits-model-btns-credit {
    width: 100%;
    height: 50px;
    border: solid 1px #000;
    color: #000;
    background: transparent;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(171, 172, 171, 0.3490196078);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.kits-model-btns-credit:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: none;
    background: #4ba82e;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
}

.kits-models-show-more {
    width: 139px;
    height: 37px;
    border: solid 1px #000;
    background: transparent;
    border-radius: 30px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.kits-models-show-more:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: none;
    background: #4ba82e;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
    box-shadow: 2px 2px 5px 0px rgba(75, 168, 46, 0.3490196078);
}

.offers-tradein {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 605px;
    position: relative;
    margin-top: 67px;
}

.offers-tradein-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(23%, #000000),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(180deg, #000000 23%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.offers-tradein-fade-2 {
    display: none;
}

.offers-tradein-fade-3 {
    display: none;
}

.offers-tradein-fade-4 {
    display: none;
}

.offers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.offers-back-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: absolute;
    width: 100%;
    height: 100%;
}

.offers-back {
    position: absolute;
    width: 967px;
    height: 461px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center left;
    object-position: center left;
}

.offers-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 312px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

.offers-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 535px;
    z-index: 1;
    margin-right: 61px;
    gap: 13px;
}

.offers-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.offers-title span {
    color: #4ba82e;
}

.offers-text {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.offers-subtext-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 17px;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0px 50px;
    border-left: 3px solid #4ba82e;
    padding-left: 21px;
}
.offers-subtext-container p {
    max-width: 280px;
}
.offers-subtext-container span {
    font-size: 17px;
    font-weight: 700;
}

.offers-btn {
    background: #4ba82e;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    width: 346px;
    height: 50px;
    border-radius: 30px;
    z-index: 1;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.offers-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tradein-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
    width: 100%;
    height: 100%;
}

.tradein-back-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tradein-back {
    position: absolute;
    width: 1300px;
    height: 569px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.tradein-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 312px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    gap: 386px;
}

.tradein-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 24px;
    width: 535px;
    z-index: 1;
    gap: 13px;
}

.tradein-title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.tradein-title span {
    color: #4ba82e;
}

.tradein-text {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.contacts {
    position: relative;
    width: 100%;
    height: 362px;
    margin-top: 45px;
}
#map {
    width: 100%;
    height: 362px;
    position: absolute;
    top: 0;
    left: 0;
}

.contacts-back {
    position: absolute;
    width: 100%;
    height: 362px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 70%;
    object-position: 0% 70%;
    /* -webkit-filter: grayscale(100%);
          filter: grayscale(100%); */
}

.contacts-pin {
    position: absolute;
    width: 69px;
    height: 69px;
    top: 144px;
    left: 982px;
    z-index: 1;
}

.contacts-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background: rgba(75, 168, 46, 0.368627451);
    height: 100%;
    /* width: 761px; */
    width: 40%;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.contacts-form-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-form-title {
    font-size: 17px;
}

.contacts-form-address {
    font-size: 18px;
    text-align: center;
}

.contacts-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    margin-top: 10px;
    margin-right: 55px;
}
.contacts-form input:not(.contacts-checkbox) {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
}
.contacts-form input:not(.contacts-checkbox)::-webkit-input-placeholder {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}
.contacts-form input:not(.contacts-checkbox)::-moz-placeholder {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}
.contacts-form input:not(.contacts-checkbox):-ms-input-placeholder {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}
.contacts-form input:not(.contacts-checkbox)::-ms-input-placeholder {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}
.contacts-form input:not(.contacts-checkbox)::placeholder {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
}

.contacts-logo {
    width: 194px;
    height: 59px;
}

.contacts-inputs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}

.contacts-btn {
    width: 100%;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #4ba82e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.contacts-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contacts-checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.contacts-checkbox {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid white;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.contacts-checkbox:checked {
    background-color: #4ba82e;
}

.contacts-text {
    font-size: 9px;
    font-weight: 400;
    max-width: 236px;
    color: #000;
}

footer {
    height: 255px;
    position: relative;
}

.footer-back {
    position: absolute;
    z-index: -1;
    width: 390px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 30%;
    object-position: 0% 30%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 26%;
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 92%;
}

.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
}

.footer-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1194px;
    gap: 405px;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 62px;
}
.footer-links.desk_hide {
    display: none;
}
.footer-links a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #4ba82e;
}

.footer-license-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 1170px;
}

.footer-license-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
}

.footer-license-content-text {
    font-size: 12px;
    max-width: 500px;
}

.footer-license-content-link {
    font-size: 12px;
    color: #000;
}

.footer-license-logo {
    width: 178px;
    height: 54px;
}

.footer-license-text {
    font-size: 12px;
    max-width: 640px;
    text-transform: uppercase;
}

.modal-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4588235294);
    z-index: -3;
}

.modal-padding {
    padding: 0;
    border-radius: 16px;
}

.fancybox__content > .f-button.is-close-btn {
    top: 10px;
    right: 20px;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-window-autocredit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px;
    height: 350px;
    z-index: 100;
}

.modal-window-getauto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px;
    height: 350px;
    z-index: 100;
}

.modal-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px;
    height: 350px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.modal-mini-info {
    position: absolute;
    left: 22px;
    top: 22px;
    background-color: #ffffff;
    color: #4ba82e;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 80px;
    padding: 8px 16px;
    font-size: 15px;
    z-index: 1;
    font-weight: 700;
}

.modal-close {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

.modal-window-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 600px;
    height: 350px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#000000),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(270deg, #000000, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.modal-window-fade-2 {
    display: none;
}

.modal-back {
    position: absolute;
    z-index: -1;
    width: 712px;
    height: 447px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.modal-back-getauto {
    position: absolute;
    z-index: -1;
    width: 800px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.modal-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 22px;
    gap: 26px;
    width: 254px;
    z-index: 1;
}

.modal-content-box-getauto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 10px;
    gap: 22px;
    width: 288px;
    z-index: 1;
}

.modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    max-width: 219px;
}
.modal-title span {
    color: #4ba82e;
}

.modal-title-getauto {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    max-width: 288px;
}
.modal-title-getauto span {
    font-size: 30px;
    color: #4ba82e;
    max-width: 264px;
}

.modal-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 23px 14px;
    width: 100%;
}

.modal-text-box-getauto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.modal-text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 8px;
}
.modal-text-row p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    max-width: 97px;
}

.modal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}
.modal-form input:not([type="checkbox"]) {
    width: 224px;
    height: 33px;
    padding-left: 18px;
    background: transparent;
    border-radius: 51px;
    border: solid 1px #fff;
    color: #fff;
}
.modal-form input:not([type="checkbox"])::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form input:not([type="checkbox"])::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form input:not([type="checkbox"]):-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form input:not([type="checkbox"])::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form input:not([type="checkbox"])::placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form button {
    width: 225px;
    height: 33px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #4ba82e;
    border-radius: 37px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.modal-form button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-form-getauto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.modal-form-getauto input:not([type="checkbox"]) {
    width: 273px;
    height: 37px;
    padding-left: 18px;
    background: transparent;
    border-radius: 51px;
    border: solid 1px #fff;
    color: #fff;
}
.modal-form-getauto input:not([type="checkbox"])::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form-getauto input:not([type="checkbox"])::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form-getauto input:not([type="checkbox"]):-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form-getauto input:not([type="checkbox"])::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form-getauto input:not([type="checkbox"])::placeholder {
    color: rgba(255, 255, 255, 0.7098039216);
    font-size: 12px;
}
.modal-form-getauto button {
    width: 273px;
    height: 36px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #4ba82e;
    border-radius: 37px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.modal-form-getauto button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.modal-confirm input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.custom-checkbox {
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.custom-checkbox img {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

input[type="checkbox"]:checked + span img {
    background-color: #9c9c9c;
}

.personal-data {
    font-size: 8px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6705882353);
}

.modal-window-thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

.modal-window-thanks-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 386px;
    height: 238px;
    background: #fff;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    z-index: -2;
}

.modal-back-thanks {
    position: absolute;
    z-index: -1;
    width: 390px;
    height: 255px;
    left: -90px;
    opacity: 15%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-title-thanks {
    font-size: 28px;
    font-weight: 700;
    color: #4ba82e;
}

.modal-close-thanks {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

.modal-title-box-thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}

.modal-text-thanks {
    font-size: 20px;
    text-align: center;
}

.modal-title-already-thanks {
    font-size: 24px;
    font-weight: 700;
    color: #4ba82e;
}

.hidden {
    display: none;
}

@media screen and (max-width: 1710px) {
    .home-bet-container,
    .home-title-container {
        left: calc(20% - 89px);
        right: calc(20% - 89px);
        
        
    }
    .home-title-container {
        gap: 110px;
    }
}

@media (max-width: 1500px) {
    .home-title-container {
        gap: 120px;
    }
}

@media (max-width: 1080px) {
    .home-title-container {
        gap: 20px;
        flex-direction: column;
    }

    .home-mini-info {
        width: max-content;
        font-size: 15px;
        padding: 12.5px 20px;
        height: 43px;
    }
}

@media screen and (max-width: 500px) {
    main {
        margin-top: 65px;
    }

    .home-title-text br {
        display: block;
    }

    .models-card-slider-container {
        width: 100%;
        height: 40px;
        padding: 0 28px;
        position: relative;
    }
    .swiper-images {
        position: static;
        height: 100%;
    }
    .swiper-button-next {
        left: auto;
        right: 3px;
        bottom: 36%;
        top: auto;
        transform: rotate(270deg);
        background-size: cover;
        width: 15px;
        height: 15px;
    }
    .swiper-button-prev {
        left: 3px;
        bottom: 36%;
        background-size: cover;
        top: auto;
        transform: rotate(270deg);
        width: 15px;
        height: 15px;
    }
    body {
        width: 100%;
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        position: absolute;
    }
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
    }
    .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2196078431);
    }
    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-x {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 5;
    }
    .logo-info {
        border: none;
        padding: 0;
    }
    .logo-info img {
        width: 108px;
        height: 26px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .location {
        display: none;
    }
    .nav-mobile-container {
        display: block;
        position: fixed;
        right: -500px;
        background: #fff;
        height: 460px;
        width: 100%;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .nav-mobile-container .nav-mobile {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        margin-top: 44px;
        padding: 0 20px;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-mobile-container .nav-mobile .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .nav-mobile-container .info-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }
    .nav-mobile-container .info-container .logo-info {
        margin-bottom: 10px;
    }
    nav {
        display: none;
        width: 100%;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    nav ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .info-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
        margin-bottom: 28px;
        display: none;
    }
    .home {
        height: 949px;
        overflow: hidden;
        position: relative;
    }
    .home img {
        /* position: absolute;
		margin-top: 146px;
		width: 100%; */
        height: max-content;
        /* top: 0px;
		left: 0; */
    }
    .home-fade {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        height: 106px;
        top: 0;
        width: 100%;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(35.42%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 35.42%,
            rgba(0, 0, 0, 0) 100%
        );
    }

    .home-title-text {
        font-size: 32px;
    }
    .home-title-text span {
        font-size: 32px;
    }
    .home-title-container {
        top: 30px;
        left: 20px;
        right: 20px;
        width: 100%;
        gap: 20px;
    }
    .home-title-sale {
        font-size: 17px;
        /* width: 230px; */
        width: 100%;
    }
    .home-title-action {
        font-size: 16px;
        line-height: 130%;
        padding: 10px;
        width: calc(100% - 40px);
    }
    .home-offers-container {
        gap: 20px;
        position: relative;
    }
    .home-offers {
        top: 375px;
        height: 123px;
        font-size: 16px !important;
        margin-top: 0;
        padding-left: 30px;
        position: absolute;
        z-index: 1;
    }
    .home-bet-container {
        width: 91px;
        height: 91px;
        top: 185px;
        left: 19px;
        border: solid 1px #fff;
    }
    .home-bet-text {
        font-size: 12px;
    }
    .home-bet-percent {
        font-size: 27px;
        font-weight: 800;
    }
    .promotion {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* height: 409px; */
        /* height: 441px; */
        height: 60%;
        width: 100%;
        background: none;
        /* background: linear-gradient(1turn, #000000 84.85%, rgba(0, 0, 0, 0) 89.44%); */
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        /* top: 520px; */
        top: 37%;
        color: #fff;
        gap: 22px;
    }
    .promotion-countdown-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promotion-countdown-container p {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .promotion-countdown-container .promotion-countdown {
        gap: 34px;
    }
    .promotion-countdown-container .promotion-countdown .time p {
        font-size: 40px;
    }
    .promotion-countdown-container .promotion-countdown .time small {
        font-size: 15px;
    }
    .promotion-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        padding: 0 20px 13px 20px;
    }
    .promotion-info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 9px;
    }
    .promotion-info-content input {
        width: 100%;
        height: 41px;
        font-size: 12px;
    }
    .promotion-info-content input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::-moz-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input:-ms-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::-ms-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::placeholder {
        font-size: 12px;
    }
    .promotion-info-agree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }
    .promotion-btn {
        width: 100%;
        height: 44px;
        font-size: 12px;
        font-weight: 600;
    }
    .models {
        width: 100%;
        margin-top: 23px;
    }
    .models-container {
        width: 100%;
        gap: 27px;
        padding: 0 20px;
    }
    .models-title {
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 0;
    }
    .models-title span {
        font-size: 20px;
        font-weight: 400;
    }
    .models-card {
        width: 100%;
        height: 566px;
        border-radius: 15px;
    }
    .models-card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .models-card-img-container {
        height: 280px;
        width: 100%;
        top: 0;
    }
    .models-car-title {
        font-size: 43px;
        font-weight: 600;
        top: 29px;
    }
    .models-car {
        max-width: 309px;
        /* max-height: 135px; */
        max-height: 167px;
        top: 97px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
    .models-card-text-box {
        flex-basis: 41%;
    }
    .kits-model-description-title {
        max-width: 100%;
        text-align: center;
    }
    .promotion-countdown-container .time-count__text {
        font-size: 15px;
    }
    .promotion-countdown-container .time-count__val {
        font-size: 40px;
    }
    .promotion-countdown-container .timer-points {
        font-size: 40px;
    }
    .models-circle {
        height: 250px;
        /* width: 149px; */
        /* height: 149px; */
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 10% 100%;
        object-position: 10% 100%;
        /* top: 100px; */
        top: 0;
        overflow: visible;
    }
    .models-card-text-box {
        margin-top: 0;
    }
    .models-card-text-title {
        font-size: 25px;
        font-weight: 600;
        text-align: end;
    }
    .models-card-text-price-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }
    .models-card-text-price {
        font-size: 19px;
        line-height: 21px;
        font-weight: 400;
    }
    .models-card-text-price span {
        font-size: 19px;
    }
    .models-card-text-old-price {
        font-size: 12px;
        font-weight: 500;
    }
    .models-card-offers-container {
        gap: 21px;
    }
    .models-card-offers-content {
        padding-left: 10px;
    }
    .models-card-offers {
        width: 100%;
    }
    .models-card-offer {
        gap: 11px;
    }
    .models-card-offer p {
        font-size: 12px;
        font-weight: 500;
        width: 123px;
    }
    .models-card-offer img {
        height: 25px;
        width: 25px;
    }
    .models-card-offer .gift-offers {
        width: 17px;
        height: 17px;
        margin-left: 4px;
    }
    .models-card-offer .percent-offers {
        width: 23px;
        height: 23px;
        margin-left: 0;
    }
    .models-card-offer .price-offers {
        width: 25px;
        height: 15px;
    }
    .models-card-offers-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        padding: 0 10px;
    }
    .models-card-offer-btn-get {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .models-card-offer-btn-credit {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .kits {
        margin-top: 34px;
        padding: 0 20px;
    }
    .kits-container {
        width: 100%;
    }
    .kits-title {
        font-size: 20px;
        font-weight: 400;
    }
    .kits-selections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
    }
    .kits-selections select {
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        padding-left: 19px;
        text-align: start;
    }
    .kits-models-container {
        gap: 33px;
        width: 100%;
    }
    .kits-model {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 508px;
        position: relative;
        gap: 12px;
        width: 100%;
    }
    .kits-model-img {
        height: 231px;
        position: relative;
    }
    .kits-model-img-picture {
        position: absolute;
        top: 73px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
    .kits-model-description-text {
        text-align: center;
    }
    .kits-model-description {
        position: absolute;
        top: 37px;
    }
    .kits-model-price {
        padding-top: 180px;
        width: 100%;
        max-width: 275px;
        /* max-width: 90%; */
        margin: 0 auto 0 0;
    }
    .kits-model-price-credit {
        width: 100%;
    }
    .kits-model-btns {
        width: 100%;
        gap: 11px;
        margin-bottom: 32px;
    }
    .kits-model-btns-credit {
        width: 100%;
    }
    .kits-model-btns-get {
        width: 100%;
    }
    .kits-models-show-more {
        margin-top: 7px;
    }
    .offers-tradein {
        margin-top: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 861px;
        padding: 0 20px;
        overflow: hidden;
    }
    .offers-tradein-fade {
        background: linear-gradient(
            179.29deg,
            #000000 54.59%,
            rgba(0, 0, 0, 0) 100.57%
        );
        top: 0;
        width: 100%;
        height: 295px;
    }
    .offers-tradein-fade-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 118px;
        top: 361px;
        background: linear-gradient(
            1turn,
            #000000 44.48%,
            rgba(0, 0, 0, 0) 93.7%
        );
        z-index: 1;
        border-bottom: solid 2px #4ba82e;
    }
    .offers-tradein-fade-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 168px;
        top: 479px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(66.82%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-tradein-fade-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 71px;
        top: 789px;
        background: linear-gradient(
            1turn,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-container {
        width: 100%;
        height: 480px;
    }
    .offers-back {
        width: 567px;
        height: 271px;
        top: 120px;
        left: -100px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        overflow: visible;
    }
    .offers-content {
        width: 100%;
        gap: 217px;
    }
    .offers-title {
        font-size: 20px;
        font-weight: 600;
        width: 100%;
    }
    .offers-text-box {
        gap: 14px;
        width: 100%;
        margin-right: 0;
    }
    .offers-text {
        font-size: 11px;
        font-weight: 600;
        width: 100%;
    }
    .offers-subtext-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        height: 74px;
    }
    .offers-subtext-container p {
        font-size: 12px;
        font-weight: 400;
    }
    .offers-subtext-container span {
        font-size: 12px;
        font-weight: 700;
    }
    .offers-btn {
        width: 100%;
    }
    .tradein-container {
        height: 381px;
        width: 100%;
    }
    .tradein-back-container {
        width: 100%;
        overflow: visible;
    }
    .tradein-back {
        width: 485px;
        height: 239px;
        top: 100px;
        left: -40px;
    }
    .tradein-text-box {
        margin: 0;
    }
    .tradein-title {
        font-size: 20px;
        font-weight: 600;
    }
    .tradein-title span {
        font-size: 20px;
        font-weight: 700;
    }
    .tradein-text {
        font-size: 12px;
        font-weight: 600;
        width: 100%;
    }
    .tradein-text-box {
        width: 100%;
    }
    .tradein-content {
        gap: 220px;
    }
    .contacts {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
        height: 683px;
    }
    .contacts-pin {
        left: 162px;
        top: 134px;
    }
    .contacts-back {
        width: 100%;
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        left: -46px;
        top: -316px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: none;
        object-position: none;
    }
    .contacts-form-container {
        width: 100%;
        height: 362px;
        top: 322px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }
    .contacts-form {
        margin: 0;
        width: 100%;
    }
    .contacts-form-text-box {
        width: 100%;
    }
    .contacts-inputs-container {
        width: 100%;
    }
    footer {
        width: 100%;
        height: 449px;
        overflow: hidden;
    }
    .footer-container {
        width: 100%;
        padding: 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .footer-back {
        top: -74px;
        left: -120px;
        overflow: visible;
        opacity: 0.16;
    }
    .footer-col {
        width: 100%;
        gap: 11px;
        margin-top: 21px;
    }
    .footer-links-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
        position: relative;
    }
    .footer-license-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19px;
    }
    .footer-license-text {
        width: 340px;
    }
    .footer-license-content-text {
        width: 340px;
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        top: 315px;
        gap: 19px;
        position: absolute;
    }
    .modal-width {
        width: 320px;
    }
    .modal-padding {
        padding: 0;
        border-radius: 16px;
    }
    .modal-window-fade {
        width: 320px;
        height: 100%;
        /* height: 299px; */
        /* top: 61px; */
        background: linear-gradient(
            1turn,
            #000000 49.5%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    .modal-window {
        width: 320px;
        height: 360px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
    }
    .modal-back {
        width: 320px;
        height: 213px;
        left: 12px;
        top: 10px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .modal-content-box {
        margin-top: 14px;
        width: 276px;
        gap: 12px;
        /* width: 100%; */
        /* padding: 0 25px; */
    }
    .modal-title {
        font-size: 18px;
        max-width: 230px;
        margin-bottom: 71px;
        margin-bottom: 10px;
        margin-top: 42px;
    }
    .modal-mini-info {
        top: 13px;
        padding: 5px 11px;
        font-size: 12px;
        gap: 5px;
    }
    .modal-title span {
        font-size: 18px;
    }
    .modal-text-box {
        gap: 8px 36px;
    }
    .modal-form {
        gap: 8px;
    }
    .modal-form input:not([type="checkbox"]) {
        width: 100%;
        height: 30px;
    }
    .modal-form button {
        width: 100%;
        height: 33px;
    }
    .modal-window-fade-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 320px;
        height: 170px;
        top: 0px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }
    .modal-back-getauto {
        width: 402px;
        height: 226px;
        left: -12px;
    }
    .modal-content-box-getauto {
        margin-top: 14px;
        margin-right: 0;
        gap: 34px;
        width: 100%;
        padding: 0 25px;
    }
    .modal-title-getauto {
        font-size: 13px;
        /* margin-bottom: 68px; */
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .modal-title-getauto span {
        font-size: 18px;
    }
    .modal-text-box-getauto {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .modal-text-box-getauto p {
        max-width: 124px;
    }
    .modal-form-getauto {
        gap: 7px;
    }
    .modal-form-getauto input:not([type="checkbox"]) {
        width: 100%;
        height: 30px;
    }
    .modal-form-getauto button {
        width: 100%;
        height: 33px;
    }
    .modal-form-getauto .modal-confirm {
        margin-top: 5px;
        margin-left: 6px;
    }
}
@media (min-width: 500px) and (max-width: 890px) {
    body {
        width: 100%;
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        position: absolute;
    }
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
    }
    .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2196078431);
    }
    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-x {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 5;
    }
    .logo-info {
        border: none;
        padding: 0;
    }
    .logo-info img {
        width: 108px;
        height: 26px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .location {
        display: none;
    }
    .nav-mobile-container {
        display: block;
        position: fixed;
        right: -900px;
        background: #fff;
        height: 460px;
        width: 100%;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .nav-mobile-container .nav-mobile {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        margin-top: 44px;
        padding: 0 20px;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-mobile-container .nav-mobile .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .nav-mobile-container .info-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }
    .nav-mobile-container .info-container .logo-info {
        margin-bottom: 10px;
    }
    nav {
        display: none;
        width: 100%;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    nav ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .info-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
        margin-bottom: 28px;
        display: none;
    }
    .home {
        height: 949px;
        overflow: hidden;
        position: relative;
    }
    .home img {
        position: absolute;
        margin-top: 146px;
        width: 1000px;
        height: 481px;
        top: -44px;
        left: -130px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .home-fade {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        height: 226px;
        top: 70px;
        width: 100%;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(35.42%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 35.42%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    .home-title-text {
        font-size: 25px;
    }
    .home-title-text span {
        font-size: 25px;
    }

    .home-title-container {
        top: 105px;
        left: 50px;
        right: 50px;
        width: 100%;
    }
    .home-title-sale {
        font-size: 20px;
    }
    .home-offers-container {
        gap: 20px;
        position: relative;
    }
    .home-offers {
        top: 350px;
        height: 123px;
        font-size: 22px;
        margin-top: 0;
        padding-left: 30px;
        position: absolute;
        z-index: 1;
    }
    .home-bet-container {
        width: 130px;
        height: 130px;
        top: 185px;
        left: 50px;
        border: solid 1px #fff;
    }
    .home-bet-text {
        font-size: 18px;
    }
    .home-bet-percent {
        font-size: 37px;
        font-weight: 800;
    }
    .promotion {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 429px;
        width: 100%;
        /* background: linear-gradient(1turn, #000000 73.85%, rgba(0, 0, 0, 0) 89.44%); */
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        top: 424px;
        color: #fff;
        gap: 22px;
    }
    .promotion-countdown-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promotion-countdown-container p {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .promotion-countdown-container .promotion-countdown {
        gap: 34px;
    }
    .promotion-countdown-container .promotion-countdown .time p {
        font-size: 40px;
    }
    .promotion-countdown-container .promotion-countdown .time small {
        font-size: 15px;
    }
    .promotion-form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        padding: 0 20px 13px 20px;
    }
    .promotion-info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 9px;
    }
    .promotion-info-content input {
        width: 100%;
        height: 41px;
        font-size: 12px;
        max-width: 800px;
    }
    .promotion-info-content input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::-moz-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input:-ms-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::-ms-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::placeholder {
        font-size: 12px;
    }
    .promotion-info-agree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 257px;
        gap: 10px;
        padding: 0;
    }
    .promotion-btn {
        width: 100%;
        height: 44px;
        font-size: 12px;
        font-weight: 600;
        max-width: 257px;
    }
    .models {
        width: 100%;
        margin-top: 23px;
    }
    .models-container {
        width: 100%;
        gap: 27px;
        padding: 0 20px;
    }
    .models-title {
        font-size: 25px;
        font-weight: 400;
        padding-bottom: 0;
    }
    .models-title span {
        font-size: 25px;
        font-weight: 400;
    }
    .models-card {
        width: 100%;
        height: 566px;
        border-radius: 15px;
        max-width: 600px;
    }
    .models-card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .models-card-img-container {
        height: 280px;
        top: 0;
    }
    .models-car-title {
        font-size: 56px;
        font-weight: 600;
        top: 29px;
    }
    .models-car {
        max-width: 309px;
        max-height: 184px;
        top: 76px;
        left: 27px;
    }
    .models-circle {
        width: 170px;
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 10% 100%;
        object-position: 10% 100%;
        top: 70px;
        overflow: visible;
    }
    .models-card-text-box {
        margin-top: 0;
    }
    .models-card-text-title {
        font-size: 35px;
        font-weight: 600;
        text-align: end;
    }
    .models-card-text-price-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .models-card-text-price {
        font-size: 24px;
        font-weight: 400;
    }
    .models-card-text-price span {
        font-size: 24px;
    }
    .models-card-text-old-price {
        font-size: 16px;
        font-weight: 500;
    }
    .models-card-slider-container {
        width: 100%;
        padding: 150px 30px 0;
        position: relative;
        gap: 10px;
    }
    .swiper-images {
        position: static;
    }
    .swiper-button-next {
        left: auto;
        right: 3px;
        bottom: 17%;
        top: auto;
        transform: rotate(270deg);
    }
    .swiper-button-prev {
        left: 3px;
        bottom: 17%;
        top: auto;
        transform: rotate(270deg);
    }
    .slider-img {
        width: 90px;
        height: 50px;
    }
    .slider-arrow {
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
    }
    .models-card-offers-container {
        gap: 21px;
    }
    .models-card-offers-content {
        padding-left: 10px;
    }
    .models-card-offers {
        width: 100%;
    }
    .models-card-offer {
        gap: 11px;
    }
    .models-card-offer p {
        font-size: 12px;
        font-weight: 500;
        width: 123px;
    }
    .models-card-offer img {
        height: 25px;
        width: 25px;
    }
    .models-card-offer .gift-offers {
        width: 17px;
        height: 17px;
        margin-left: 4px;
    }
    .models-card-offer .percent-offers {
        width: 23px;
        height: 23px;
        margin-left: 0;
    }
    .models-card-offer .price-offers {
        width: 25px;
        height: 15px;
    }
    .models-card-offers-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        padding: 0 10px;
    }
    .models-card-offer-btn-get {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .models-card-offer-btn-credit {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .kits {
        margin-top: 34px;
        padding: 0 20px;
    }
    .kits-container {
        width: 100%;
        max-width: 600px;
    }
    .kits-title {
        font-size: 20px;
        font-weight: 400;
    }
    .kits-selections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
    }
    .kits-selections select {
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        padding-left: 19px;
        text-align: start;
    }
    .kits-models-container {
        gap: 33px;
        width: 100%;
    }
    .kits-model {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 508px;
        position: relative;
        gap: 12px;
        width: 100%;
    }
    .kits-model-img {
        height: 231px;
        position: relative;
    }
    .kits-model-img-picture {
        position: absolute;
        top: 87px;
        left: -35px;
    }
    .kits-model-description {
        position: absolute;
        top: 37px;
    }
    .kits-model-price {
        padding-top: 180px;
    }
    .kits-model-price-credit {
        width: 100%;
    }
    .kits-model-btns {
        width: 100%;
        gap: 11px;
        margin-bottom: 32px;
    }
    .kits-model-btns-credit {
        width: 100%;
    }
    .kits-model-btns-get {
        width: 100%;
    }
    .kits-models-show-more {
        margin-top: 7px;
    }
    .offers-tradein {
        margin-top: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 861px;
        padding: 0 20px;
        overflow: hidden;
    }
    .offers-tradein-fade {
        background: linear-gradient(
            179.29deg,
            #000000 54.59%,
            rgba(0, 0, 0, 0) 100.57%
        );
        top: 0;
        width: 100%;
        height: 295px;
    }
    .offers-tradein-fade-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 118px;
        top: 361px;
        background: linear-gradient(
            1turn,
            #000000 44.48%,
            rgba(0, 0, 0, 0) 93.7%
        );
        z-index: 1;
        border-bottom: solid 2px #4ba82e;
    }
    .offers-tradein-fade-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 168px;
        top: 479px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(66.82%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-tradein-fade-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 71px;
        top: 789px;
        background: linear-gradient(
            1turn,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-container {
        width: 100%;
        height: 480px;
    }
    .offers-back {
        width: 990px;
        height: 271px;
        top: 120px;
        left: -100px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        overflow: visible;
    }
    .offers-content {
        width: 100%;
        gap: 217px;
    }
    .offers-title {
        font-size: 30px;
        font-weight: 600;
        width: 100%;
    }
    .offers-text-box {
        gap: 14px;
        width: 100%;
        margin-right: 0;
    }
    .offers-text {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
    }
    .offers-subtext-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        height: 74px;
    }
    .offers-subtext-container p {
        font-size: 14px;
        font-weight: 400;
    }
    .offers-subtext-container span {
        font-size: 14px;
        font-weight: 700;
    }
    .offers-btn {
        width: 100%;
        max-width: 600px;
    }
    .tradein-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 381px;
        width: 100%;
    }
    .tradein-back-container {
        width: 100%;
        overflow: visible;
    }
    .tradein-back {
        width: 990px;
        height: 239px;
        top: 100px;
        left: -100px;
    }
    .tradein-text-box {
        margin: 0;
    }
    .tradein-title {
        font-size: 30px;
        font-weight: 600;
    }
    .tradein-title span {
        font-size: 30px;
        font-weight: 700;
    }
    .tradein-text {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
    }
    .tradein-text-box {
        width: 100%;
    }
    .tradein-content {
        gap: 220px;
    }
    .contacts {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
        height: 683px;
    }
    .contacts-pin {
        left: 362px;
        top: 124px;
    }
    .contacts-back {
        width: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        left: -46px;
        top: -90px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: none;
        object-position: none;
    }
    .contacts-form-container {
        width: 100%;
        height: 362px;
        top: 322px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }
    .contacts-form {
        margin: 0;
        width: 100%;
    }
    .contacts-form-text-box {
        width: 100%;
    }
    .contacts-inputs-container {
        width: 100%;
        max-width: 600px;
    }
    footer {
        width: 100%;
        height: 449px;
        overflow: hidden;
    }
    .footer-container {
        width: 100%;
        padding: 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .footer-back {
        top: -74px;
        left: -120px;
        overflow: visible;
        opacity: 0.16;
    }
    .footer-col {
        width: 100%;
        gap: 11px;
        margin-top: 21px;
    }
    .footer-links-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
        position: relative;
    }
    .footer-license-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19px;
    }
    .footer-license-text {
        width: 340px;
    }
    .footer-license-content-text {
        width: 340px;
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        top: 315px;
        gap: 19px;
        position: absolute;
    }
    .modal-width {
        width: 320px;
    }
    .modal-padding {
        padding: 0;
        border-radius: 16px;
    }
    .modal-window-fade {
        width: 320px;
        height: 299px;
        top: 61px;
        background: linear-gradient(
            1turn,
            #000000 49.5%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    .modal-window {
        width: 320px;
        height: 360px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
    }
    .modal-back {
        width: 320px;
        height: 213px;
        left: 12px;
        top: 10px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .modal-content-box {
        margin-top: 14px;
        width: 276px;
        gap: 12px;
    }
    .modal-title {
        font-size: 18px;
        max-width: 230px;
        margin-bottom: 71px;
    }
    .modal-title span {
        font-size: 18px;
    }
    .modal-text-box {
        gap: 8px 36px;
    }
    .modal-form {
        gap: 8px;
    }
    .modal-form input:not([type="checkbox"]) {
        width: 100%;
        height: 30px;
    }
    .modal-form button {
        width: 100%;
        height: 33px;
    }
    .modal-window-fade-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 320px;
        height: 105px;
        top: -10px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }
    .modal-back-getauto {
        width: 402px;
        height: 226px;
        left: -12px;
    }
    .modal-content-box-getauto {
        margin-top: 14px;
        margin-right: 0;
        gap: 34px;
    }
    .modal-title-getauto {
        font-size: 13px;
        margin-bottom: 68px;
    }
    .modal-title-getauto span {
        font-size: 18px;
    }
    .modal-text-box-getauto {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .modal-text-box-getauto p {
        max-width: 124px;
    }
    .modal-form-getauto {
        gap: 7px;
    }
    .modal-form-getauto input:not([type="checkbox"]) {
        width: 100%;
        height: 30px;
    }
    .modal-form-getauto button {
        width: 100%;
        height: 33px;
    }
    .modal-form-getauto .modal-confirm {
        margin-top: 5px;
        margin-left: 6px;
    }
}
@media (min-width: 892px) and (max-width: 1280px) {
    .models-card-slider-container {
        height: 280px;
        width: 65px;
        padding: 22px 0;
    }
    .models-circle {
        bottom: 0;
        left: 0px;
        border-radius: 0 0 0 15px;
        height: 100%;
    }
    .models-car {
        max-width: 309px;
        max-height: 184px;
        top: 118px;
        left: 25px;
    }
    body {
        width: 100%;
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        position: absolute;
    }
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
    }
    .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin-top: 5px;
        padding-bottom: 10px;
    }
    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-x {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 5;
    }
    .logo-info {
        border: none;
        padding: 0;
    }
    .logo-info img {
        width: 108px;
        height: 26px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .location {
        display: none;
    }
    .nav-mobile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        right: -1500px;
        background: #fff;
        height: 460px;
        width: 100%;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
        box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
    }
    .nav-mobile-container .nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 28px;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 900px;
        width: 100%;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 900px;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-mobile-container .nav-mobile .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 800px;
        width: 100%;
        display: flex;
        margin: 0;
        gap: 9px;
    }
    .nav-mobile-container .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1200px;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2196078431);
    }
    .nav-mobile-container .info-container .logo-info {
        margin-bottom: 10px;
    }
    nav {
        display: none;
        width: 100%;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    nav ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .info-btn {
        display: none;
    }
    .home {
        height: 949px;
        overflow: hidden;
        position: relative;
    }
    .home img {
        position: absolute;
        margin-top: 146px;
        width: 100%;
        height: 500px;
        top: -44px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .home-mini-info img.mini-info-img {
        max-width: 24px;
        max-height: 24px;
        margin-top: 0;
        position: relative;
        top: 0;
    }
    .home-fade {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        height: 226px;
        top: 70px;
        width: 100%;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(35.42%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 35.42%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    .home-title-text {
        font-size: 40px;
    }
    .home-title-text span {
        font-size: 40px;
    }
    .home-title-container {
        top: 105px;
        left: 200px;
        right: 200px;
    }
    .home-title-sale {
        font-size: 34px;
    }
    .home-offers-container {
        gap: 10px;
        position: relative;
    }
    .home-offers {
        top: 404px;
        height: 123px;
        font-size: 22px;
        margin-top: 0;
        padding-left: 30px;
        position: absolute;
        z-index: 1;
    }
    .home-bet-container {
        width: 180px;
        height: 180px;
        top: 220px;
        left: 200px;
        border: solid 1px #fff;
    }
    .home-bet-text {
        font-size: 24px;
    }
    .home-bet-percent {
        font-size: 54px;
        font-weight: 800;
    }
    .promotion {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 429px;
        width: 100%;
        /* background: linear-gradient(1turn, #000000 73.85%, rgba(0, 0, 0, 0) 89.44%); */
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        top: 520px;
        color: #fff;
        gap: 22px;
    }
    .promotion-countdown-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promotion-countdown-container p {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .promotion-countdown-container .promotion-countdown {
        gap: 34px;
    }
    .promotion-countdown-container .promotion-countdown .time p {
        font-size: 40px;
    }
    .promotion-countdown-container .promotion-countdown .time small {
        font-size: 15px;
    }
    .promotion-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        padding: 0 20px 13px 20px;
    }
    .promotion-info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 9px;
    }
    .promotion-info-content input {
        width: 100%;
        max-width: 800px;
        height: 41px;
        font-size: 12px;
    }
    .promotion-info-content input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::-moz-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input:-ms-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::-ms-input-placeholder {
        font-size: 12px;
    }
    .promotion-info-content input::placeholder {
        font-size: 12px;
    }
    .promotion-info-agree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 800px;
        gap: 10px;
        padding: 0;
    }
    .promotion-btn {
        width: 100%;
        max-width: 800px;
        height: 44px;
        font-size: 12px;
        font-weight: 600;
    }
    .models {
        width: 100%;
        margin-top: 34px;
    }
    .models-container {
        width: 100%;
        gap: 27px;
        padding: 0 20px;
    }
    .models-title {
        font-size: 30px;
        font-weight: 400;
        padding-bottom: 0;
    }
    .models-title span {
        font-size: 30px;
        font-weight: 400;
    }
    .models-card {
        width: 100%;
        max-width: 1000px;
        height: 300px;
        border-radius: 15px;
    }
    .models-card-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .models-card-img-container {
        height: 280px;
        top: 0;
    }
    .models-car-title {
        font-size: 60px;
        font-weight: 600;
        top: 29px;
    }
    .models-card-text-box {
        margin-top: 14px;
    }
    .models-card-text-title {
        font-size: 30px;
        font-weight: 600;
        text-align: end;
    }
    .models-card-text-price-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }
    .models-card-text-price {
        font-size: 25px;
        font-weight: 400;
    }
    .models-card-text-price span {
        font-size: 25px;
    }
    .models-card-text-old-price {
        font-size: 18px;
        font-weight: 500;
    }
    .slider-img {
        width: 80px;
        height: 50px;
    }
    .slider-arrow {
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
    }
    .models-card-offers-container {
        gap: 21px;
    }
    .models-card-offers-content {
        padding-left: 10px;
    }
    .models-card-offers {
        width: 100%;
    }
    .models-card-offer {
        gap: 11px;
    }
    .models-card-offer p {
        font-size: 12px;
        font-weight: 500;
        width: 123px;
    }
    .models-card-offer img {
        height: 25px;
        width: 25px;
    }
    .models-card-offer .gift-offers {
        width: 17px;
        height: 17px;
        margin-left: 4px;
    }
    .models-card-offer .percent-offers {
        width: 23px;
        height: 23px;
        margin-left: 0;
    }
    .models-card-offer .price-offers {
        width: 25px;
        height: 15px;
    }
    .models-card-offers-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        padding: 0 10px;
    }
    .models-card-offer-btn-get {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .models-card-offer-btn-credit {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .kits {
        margin-top: 34px;
        padding: 0 20px;
    }
    .kits-container {
        width: 100%;
    }
    .kits-title {
        font-size: 30px;
        font-weight: 400;
    }
    .kits-selections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 800px;
        padding: 0 10px;
    }
    .kits-selections select {
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        padding-left: 19px;
        text-align: start;
    }
    .kits-models-container {
        gap: 33px;
        width: 100%;
    }
    .kits-model {
        width: 100%;
        gap: 15px;
    }
    .kits-model-description-title {
        white-space: normal;
    }
    .kits-model-img {
        height: 231px;
        position: relative;
    }
    .kits-model-price {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .kits-model-price-old {
        font-size: 16px;
    }
    .kits-model-price-new {
        font-size: 22px;
    }

    .kits-model-price-credit {
        max-width: 120px;
        font-size: 20px;
        margin-right: 20px;
    }
    .kits-model-btns-credit {
        width: 100%;
        min-width: 150px;
    }
    .kits-model-btns-get {
        width: 100%;
        min-width: 150px;
    }
    .kits-models-show-more {
        margin-top: 7px;
    }
    .offers-tradein {
        margin-top: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 861px;
        padding: 0 20px;
        overflow: hidden;
    }
    .offers-tradein-fade {
        background: linear-gradient(
            179.29deg,
            #000000 54.59%,
            rgba(0, 0, 0, 0) 100.57%
        );
        top: 0;
        width: 100%;
        height: 295px;
    }
    .offers-tradein-fade-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 118px;
        top: 361px;
        background: linear-gradient(
            1turn,
            #000000 44.48%,
            rgba(0, 0, 0, 0) 93.7%
        );
        z-index: 1;
        border-bottom: solid 2px #4ba82e;
    }
    .offers-tradein-fade-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 168px;
        top: 479px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(66.82%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-tradein-fade-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 71px;
        top: 789px;
        background: linear-gradient(
            1turn,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-container {
        width: 100%;
        height: 480px;
    }
    .offers-back {
        width: 1640px;
        height: 271px;
        top: 120px;
        left: -200px;
        overflow: visible;
    }
    .offers-content {
        width: 100%;
        gap: 140px;
    }
    .offers-title {
        font-size: 36px;
        font-weight: 600;
        width: 100%;
    }
    .offers-text-box {
        gap: 14px;
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
        margin-left: 100px;
    }
    .offers-text {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
    }
    .offers-subtext-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        height: 100px;
    }
    .offers-subtext-container p {
        font-size: 15px;
        font-weight: 400;
    }
    .offers-subtext-container span {
        font-size: 15px;
        font-weight: 700;
    }
    .offers-btn {
        width: 100%;
        max-width: 400px;
    }
    .tradein-container {
        height: 381px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tradein-back-container {
        width: 100%;
        overflow: visible;
    }
    .tradein-back {
        width: 1600px;
        height: 400px;
        top: 0px;
    }
    .tradein-text-box {
        margin: 0;
    }
    .tradein-title {
        font-size: 36px;
        font-weight: 600;
    }
    .tradein-title span {
        font-size: 36px;
        font-weight: 700;
    }
    .tradein-text {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
    }
    .tradein-text-box {
        width: 100%;
    }
    .tradein-content {
        gap: 220px;
    }
    .contacts {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
        height: 683px;
    }
    .contacts-pin {
        left: 490px;
        top: 130px;
    }
    .contacts-back {
        width: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        left: 200px;
        top: -70px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: none;
        object-position: none;
    }
    .contacts-form-container {
        width: 100%;
        height: 362px;
        top: 322px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }
    .contacts-form {
        margin: 0;
        width: 100%;
    }
    .contacts-form-text-box {
        width: 100%;
    }
    .contacts-inputs-container {
        width: 100%;
        max-width: 800px;
    }
    footer {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .footer-container {
        width: 100%;
        padding: 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .footer-back {
        top: -74px;
        left: -120px;
        overflow: visible;
        opacity: 0.16;
    }
    .footer-col {
        width: 100%;
        gap: 11px;
        margin-top: 21px;
    }
    .footer-links-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
        position: relative;
    }
    .footer-license-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19px;
    }
    .footer-license-text {
        max-width: 800px;
    }
    .footer-license-content-text {
        max-width: 600px;
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        top: 275px;
        gap: 19px;
        position: absolute;
    }
}
@media (min-width: 1282px) and (max-width: 1440px) {
    .models-card-slider-container {
        height: 280px;
        width: 65px;
        padding: 22px 0;
    }

    .models-car {
        max-width: 328px;
        max-height: 189px;
    }
    body {
        width: 100%;
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        position: absolute;
    }
    .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
    }
    .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin-top: 5px;
        padding-bottom: 10px;
    }
    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-x {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 5;
    }
    .logo-info {
        border: none;
        padding: 0;
    }
    .logo-info img {
        width: 108px;
        height: 26px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .location {
        display: none;
    }
    .nav-mobile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        right: -1500px;
        background: #fff;
        height: 460px;
        width: 100%;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
        box-shadow: -11px 11px 23.4px -5px rgba(0, 0, 0, 0.1098039216);
    }
    .nav-mobile-container .nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 28px;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 900px;
        width: 100%;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 900px;
    }
    .nav-mobile-container .nav-mobile .nav-mobile-ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-mobile-container .nav-mobile .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 800px;
        width: 100%;
        display: flex;
        margin: 0;
        gap: 9px;
    }
    .nav-mobile-container .info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1200px;
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2196078431);
    }
    .nav-mobile-container .info-container .logo-info {
        margin-bottom: 10px;
    }
    nav {
        display: none;
        width: 100%;
    }
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    nav ul li img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .info-btn {
        display: none;
    }
    .home {
        height: 949px;
        overflow: hidden;
        position: relative;
    }
    .home img {
        position: absolute;
        margin-top: 146px;
        width: 100%;
        height: 1011px;
        top: -44px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .home-fade {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        height: 226px;
        top: 70px;
        width: 100%;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(35.42%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 35.42%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    .home-title-text {
        font-size: 40px;
    }
    .home-title-text span {
        font-size: 40px;
    }
    .home-title-container {
        top: 105px;
        left: 200px;
        right: 200px;
    }
    .home-title-sale {
        font-size: 34px;
    }
    .home-offers-container {
        gap: 10px;
        position: relative;
    }
    .home-offers {
        top: 404px;
        height: 123px;
        font-size: 22px;
        margin-top: 0;
        padding-left: 30px;
        position: absolute;
        z-index: 1;
    }
    .home-bet-container {
        width: 180px;
        height: 180px;
        top: 220px;
        left: 200px;
        border: solid 1px #fff;
    }
    .home-bet-text {
        font-size: 24px;
    }
    .home-bet-percent {
        font-size: 54px;
        font-weight: 800;
    }
    .promotion {
        top: 789px;
    }
    .models {
        width: 100%;
        margin-top: 34px;
    }
    .models-container {
        width: 100%;
        gap: 27px;
        padding: 0 20px;
    }
    .models-title {
        font-size: 30px;
        font-weight: 400;
        padding-bottom: 0;
    }
    .models-title span {
        font-size: 30px;
        font-weight: 400;
    }
    .models-card {
        width: 100%;
        max-width: 1000px;
        height: 300px;
        border-radius: 15px;
    }
    .models-card-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .models-card-img-container {
        height: 280px;
        top: 0;
    }
    .models-car-title {
        font-size: 60px;
        font-weight: 600;
        top: 29px;
    }
    .models-car {
        max-width: 309px;
        max-height: 184px;
        top: 118px;
        left: 25px;
    }
    .models-circle {
        /* width: 180px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10% 100%;
       object-position: 10% 100%;
    top: 70px;
    overflow: visible; */
        bottom: 0;
        left: 0px;
        border-radius: 0 0 0 15px;
        height: 100%;
    }
    .models-card-text-box {
        margin-top: 14px;
        flex-basis: 30%;
        margin-left: 0;
    }
    .models-card-text-title {
        font-size: 24px;
        font-weight: 600;
        text-align: end;
    }
    .models-card-text-price-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }
    .models-card-text-price {
        font-size: 25px;
        font-weight: 400;
    }
    .models-card-text-price span {
        font-size: 25px;
    }
    .models-card-text-old-price {
        font-size: 18px;
        font-weight: 500;
    }
    .slider-img {
        width: 80px;
        height: 50px;
    }
    .slider-arrow {
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
    }
    .models-card-offers-container {
        gap: 21px;
    }
    .models-card-offers-content {
        padding-left: 10px;
    }
    .models-card-offers {
        width: 100%;
    }
    .models-card-offer {
        gap: 11px;
    }
    .models-card-offer p {
        font-size: 12px;
        font-weight: 500;
        width: 123px;
    }
    .models-card-offer img {
        height: 25px;
        width: 25px;
    }
    .models-card-offer .gift-offers {
        width: 17px;
        height: 17px;
        margin-left: 4px;
    }
    .models-card-offer .percent-offers {
        width: 23px;
        height: 23px;
        margin-left: 0;
    }
    .models-card-offer .price-offers {
        width: 25px;
        height: 15px;
    }
    .models-card-offers-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        padding: 0 10px;
    }
    .models-card-offer-btn-get {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .models-card-offer-btn-credit {
        width: 100%;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
    }
    .kits {
        margin-top: 34px;
        padding: 0 20px;
    }
    .kits-container {
        width: 100%;
    }
    .kits-title {
        font-size: 30px;
        font-weight: 400;
    }
    .kits-selections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 800px;
        padding: 0 10px;
    }
    .kits-selections select {
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        padding-left: 19px;
        text-align: start;
    }
    .kits-models-container {
        gap: 33px;
        width: 100%;
    }
    .kits-model {
        width: 100%;
    }
    .kits-model-img {
        height: 231px;
        position: relative;
    }
    .kits-model-price {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .kits-model-price-old {
        font-size: 16px;
    }
    .kits-model-price-new {
        font-size: 25px;
    }
    .kits-model-price-credit {
        max-width: 120px;
        font-size: 20px;
        margin-right: 20px;
    }
    .kits-model-btns-credit {
        width: 100%;
        min-width: 150px;
    }
    .kits-model-btns-get {
        width: 100%;
        min-width: 150px;
    }
    .kits-models-show-more {
        margin-top: 7px;
    }
    .offers-tradein {
        margin-top: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 861px;
        padding: 0 20px;
        overflow: hidden;
    }
    .offers-tradein-fade {
        background: linear-gradient(
            179.29deg,
            #000000 54.59%,
            rgba(0, 0, 0, 0) 100.57%
        );
        top: 0;
        width: 100%;
        height: 295px;
    }
    .offers-tradein-fade-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 118px;
        top: 361px;
        background: linear-gradient(
            1turn,
            #000000 44.48%,
            rgba(0, 0, 0, 0) 93.7%
        );
        z-index: 1;
        border-bottom: solid 2px #4ba82e;
    }
    .offers-tradein-fade-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 168px;
        top: 479px;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(66.82%, #000000),
            to(rgba(0, 0, 0, 0))
        );
        background: linear-gradient(
            180deg,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-tradein-fade-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        height: 71px;
        top: 789px;
        background: linear-gradient(
            1turn,
            #000000 66.82%,
            rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
    }
    .offers-container {
        width: 100%;
        height: 480px;
    }
    .offers-back {
        width: 1640px;
        height: 271px;
        top: 120px;
        left: -200px;
        overflow: visible;
    }
    .offers-content {
        width: 100%;
        gap: 140px;
    }
    .offers-title {
        font-size: 36px;
        font-weight: 600;
        width: 100%;
    }
    .offers-text-box {
        gap: 14px;
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
        margin-left: 100px;
    }
    .offers-text {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
    }
    .offers-subtext-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        height: 100px;
    }
    .offers-subtext-container p {
        font-size: 15px;
        font-weight: 400;
    }
    .offers-subtext-container span {
        font-size: 15px;
        font-weight: 700;
    }
    .offers-btn {
        width: 100%;
        max-width: 400px;
    }
    .tradein-container {
        height: 381px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tradein-back-container {
        width: 100%;
        overflow: visible;
    }
    .tradein-back {
        width: 1600px;
        height: 400px;
        top: 0px;
    }
    .tradein-text-box {
        margin: 0;
    }
    .tradein-title {
        font-size: 36px;
        font-weight: 600;
    }
    .tradein-title span {
        font-size: 36px;
        font-weight: 700;
    }
    .tradein-text {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
    }
    .tradein-text-box {
        width: 100%;
    }
    .tradein-content {
        gap: 220px;
    }
    .contacts {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
        height: 683px;
    }
    .contacts-pin {
        left: 490px;
        top: 130px;
    }
    .contacts-back {
        width: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        left: 200px;
        top: -70px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: none;
        object-position: none;
    }
    .contacts-form-container {
        width: 100%;
        height: 362px;
        top: 322px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }
    .contacts-form {
        margin: 0;
        width: 100%;
    }
    .contacts-form-text-box {
        width: 100%;
    }
    .contacts-inputs-container {
        width: 100%;
        max-width: 800px;
    }
    footer {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .footer-container {
        width: 100%;
        padding: 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .footer-back {
        top: -74px;
        left: -120px;
        overflow: visible;
        opacity: 0.16;
    }
    .footer-col {
        width: 100%;
        gap: 11px;
        margin-top: 21px;
    }
    .footer-links-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
        position: relative;
    }
    .footer-license-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19px;
    }
    .footer-license-text {
        max-width: 800px;
    }
    .footer-license-content-text {
        max-width: 600px;
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        top: 275px;
        gap: 19px;
        position: absolute;
    }
}

.filtered-show,
.showmore-show {
    display: flex;
    opacity: 1;
    transition: 0.3s;
}

.filtered-show,
.showmore-show {
    display: flex;
    opacity: 1;
    transition: 0.3s;
}

.filtered-hide,
.showmore-hide {
    display: none;
    opacity: 0;
}

.js--show-more.hidden {
    display: none;
}

._toggle-hide {
    display: none;

    max-width: 76%;
}

footer.open-info {
    height: auto;
}

footer.open-info ._toggle-hide {
    display: block;
}

@media screen and (max-width: 1100px) {
    .kits-model-price-new {
        font-size: 19px;
    }
    .kits-model-price-credit {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    ._toggle-hide {
        max-width: 100%;
    }
    .footer-links.desk_hide {
        display: flex;

        width: 100%;
        position: static;
    }
    .footer-links.mob_hide {
        display: none;
    }

    .footer-license-text,
    .footer-license-content-text {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .kits-model-price-new {
        font-size: 30px;
        line-height: 32px;
        text-align: left;
        align-self: flex-start;
    }

    .kits-model-price-credit {
        font-size: 25px;
        line-height: 27px;
        align-self: flex-start;
    }
}
@media (max-width: 375px) {
    .promotion {
        top: 38%;
    }
    .home-offers {
        top: 325px;
    }
}
.container {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px;
}
.fast-buy .swiper-slide {
    max-width: 380px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11); /* Тень */
}
.wrapper {
    position: relative;
    overflow: visible;
}
.mySwiper-buy {
    position: unset;
    padding: 20px 15px 25px 18px;
    margin: -20px -15px -25px -19px;
}
.mySwiper-buy > .swiper-button-next {
    width: 40px;
    height: 40px;
    transform: none;
    border: 1px solid #4ba82e;
    right: -85px;
    border-radius: 50%;
    top: 50%;
    left: unset;
    background: none;
    transform: translate(-50%, 0);
}
.mySwiper-buy > .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: none;
    border: 1px solid #4ba82e;
    right: unset;
    border-radius: 50%;
    top: 50%;
    left: -45px;
    background: none;
    transform: translate(-50%, 0);
}
.fast-buy {
    margin-top: 65px;
    margin-bottom: 65px;
}
.fast-buy__title {
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.fast-buy__subtitle {
    font-size: 36px;
    font-weight: 600;
    color: rgba(75, 168, 46, 1);
    text-align: center;
    margin-bottom: 40px;
}
.fast-buy__info {
    padding: 12px;
}
.fast-buy__item-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fast-buy__item-subtitle {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
}
.fast-buy__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(145, 145, 145, 1);
    margin-bottom: 20px;
}
.fast-buy__price p {
    color: rgba(75, 168, 46, 1);
    font-size: 32px;
    font-weight: 700;
}
.fast-buy__price span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: rgba(75, 168, 46, 1);
    border-radius: 43px;
}
.fast-buy__charac {
    display: grid;
    margin-bottom: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.fast-buy__charac-item {
    font-size: 16px;
    display: flex;
    align-items: center;

    gap: 5px;
}
.fast-buy__text-item {
    display: flex;
    align-items: end;
    gap: 4px;
    margin-bottom: 20px;
}
.fast-buy__text-item p {
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}
.fast-buy__text-item span {
    border-bottom: 1px dashed black;
    margin-bottom: 4px;
    display: block;
    width: 100%;
}
.fast-buy__btn {
    margin-top: 40px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 122px;
    background-color: rgba(75, 168, 46, 1);
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}
.fast-buy__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s;
}
.mySwiper-imgs {
    position: relative;
}
.fast-buy-plashka {
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: white;
    border-radius: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(75, 168, 46, 1);
    font-size: 14px;
    font-weight: 400;
    z-index: 999 !important;
    padding: 8px 16px;
}

.mySwiper-imgs > .swiper-button-next {
    width: 24px;
    height: 24px;
    transform: none;

    right: 0;
    border-radius: 50%;
    top: 50%;
    left: unset;
    background: none;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 999 !important;
}
.mySwiper-imgs > .swiper-button-prev {
    z-index: 999 !important;
    width: 24px;
    height: 24px;
    transform: none;
    right: unset;
    border-radius: 50%;
    top: 50%;
    left: 20px;
    background: none;
    transform: translate(-50%, 0);
    background-color: #fff;
}
.swiper-pagination2 {
    background: rgba(121, 115, 116, 0.73);
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 7px;
    left: 50% !important;
    border-radius: 38px;
    bottom: 15px !important;
    transform: translate(-50%, 0%);
}
.swiper-pagination2 .swiper-pagination-bullet {
    z-index: 999 !important;
    background-color: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: rgba(75, 168, 46, 1);
    border: 2px solid white;
    width: 10px;
    height: 10px;
}
.swiper-pagination1 {
    display: none;
}
.mySwiper-imgs img {
    object-fit: cover;
    max-content: 380px;
    position: relative;
    z-index: -1 !important;
    width: 100%;
}
@media (max-width: 1024px) {
    .swiper-button-next1,
    .swiper-button-prev1 {
        display: none;
    }
    .swiper-pagination1 {
        background: rgba(121, 115, 116, 0.73);
        max-width: max-content;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 7px;
        left: 50% !important;
        border-radius: 38px;
        bottom: -25px !important;
        transform: translate(-50%, 0%);
    }
    .swiper-pagination1 .swiper-pagination-bullet {
        background-color: white;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        opacity: 1;
        margin: 0 !important;
    }
    .swiper-pagination1 .swiper-pagination-bullet-active {
        background-color: rgba(75, 168, 46, 1);
        border: 2px solid white;
        width: 10px;
        height: 10px;
    }
    .fast-buy__price p {
        font-size: 26px;
    }
    .fast-buy__charac {
        column-gap: 10px;
    }
    .fast-buy__charac-item {
        font-size: 14px;
        gap: 5px;
    }
}
@media (max-width: 768px) {
    .mySwiper-buy {
        max-width: 380px;
        width: 100%;
    }
    .wrapper {
        display: flex;
        justify-content: center;
    }
    .fast-buy {
        margin-top: 35px;
        margin-bottom: 75px;
    }
    .fast-buy__title {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 1px;
    }
    .fast-buy__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .mySwiper-imgs img {
        max-width: none;
    }
    .swiper-pagination1 {
        bottom: -35px !important;
    }
    .fast-buy .swiper-slide {
        max-width: max-content;
    }
    .mySwiper-buy {
        padding: 5px;
        margin: -5px;
    }
}
.fast-buy__img-wrapper .swiper-wrapper {
    z-index: -1 !important;
}
.fast-buy__charac-item:nth-child(1) svg,
.fast-buy__charac-item:nth-child(4) svg {
    width: 28px !important;
    height: 26px !important;
    margin-right: 2px;
}

@media screen and (max-width: 460px) {
    .home-offers {
        top: 405px;
    }
    .home {
        height: 858px;
    }
}

@media screen and (max-width: 431px) {
    .home-offers {
        top: 386px;
    }
}

@media screen and (max-width: 490px) {
    .home-offers {
        top: 370px;
    }
}

@media screen and (max-width: 375px) {
    .home {
        height: 886px;
    }
}

@media screen and (max-width: 768px) {
    .home {
        height: 780px;
        background-image: url("../img/skoda-mob-2.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media (min-width: 1280px) {
    .promotion-btn--offer {
        display: none;
    }
}

@media (max-width: 1280px) {
    .promotion-form {
        display: none;
    }
    .promotion-btn--offer {
        display: block;
        margin-bottom: 20px;
        max-width: 321px;
    }
}

@media (min-width: 768px) {
    .desk-hide {
        display: none;
    }
}
@media (max-width: 768px) {
    .mob-hide {
        display: none;
    }
}

