html {
    box-sizing: border-box;
    font-size: 10px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@font-face {
    font-family: "SegoeUI";
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/SegoeUI_Bold.woff2') format('woff2'),
         url('../fonts/SegoeUI_Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/SegoeUI_Light.woff2') format('woff2'),
         url('../fonts/SegoeUI_Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-weight: 350;
    font-style: normal;

    src: url('../fonts/SegoeUI_SemiLight.woff2') format('woff2'),
         url('../fonts/SegoeUI_SemiLight.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/SegoeUI_Black.woff2') format('woff2'),
         url('../fonts/SegoeUI_Black.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/SegoeUI_Regular.woff2') format('woff2'),
         url('../fonts/SegoeUI_Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/SegoeUI_SemiBold.woff2') format('woff2'),
         url('../fonts/SegoeUI_SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
         url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 360px;
    min-height: 100vh;
    font-family: "SegoeUI", "Open Sans", sans-serif;
    overflow-x: hidden;
}

section {
    max-width: 1920px;
    margin: 0 auto;
}

main {
    flex-grow: 1;
}

footer {
    flex-shrink: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

input {
    border: none;
    outline: none;
    background-color: transparent;
}

address {
    font-style: normal;
}

select {
    outline: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.container {
    padding-right: min(19.8vw, 360px);
    padding-left: min(19.8vw, 360px);
}

body {
    padding-top: min(4.4vw, 88px);
}

.header {
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
}

.header__container {
    align-items: center;
    justify-content: space-between;
    padding-top: min(1.3vw, 25px);
    padding-bottom: min(1vw, 19px);
    -moz-column-gap: min(.5vw, 10px);
    column-gap: min(.1vw, 10px);
}

.header div :has(picture) {
    align-items: center;

    -moz-column-gap: min(1.3vw, 26px);
    column-gap: min(1.3vw, 26px);
}

.header__logoImg {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.header__logoImg_model {
    -o-object-fit: contain;
    object-fit: contain;
}

.nav_mob {
    display: none;
}

.header__logo:first-child {
    width: 116px;
    height: auto;
}

.header__logo:last-child {
    width: min(11vw, 208px);
    height: min(1.3vw, 26px);
}

.header__contactBlock {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: min(.9vw, 19px);
    column-gap: 52px;
    max-width: 45%;
    row-gap: 6px;
}

.model__slide_gs3 > div {
    width: min(23.0vw, 442px);
    height: min(13.3vw, 256px);
}

.header__contactBlock a {
    position: relative;
    align-items: center;
    padding-left: min(1vw, 20px);
}

.header__contactBlock a span {
    text-decoration: underline;
}

.header__contactBlock a::after {
    content: "";
    position: absolute;
    left: 0;
    width: min(.6vw, 12px);
    height: min(.8vw, 16px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header__contactBlock a.top_addr::after {
    background-image: url(../img/header_map.svg);
}

.header__contactBlock a.top_phone::after {
    background-image: url(../img/header_tel.svg);
}

.header__contactBlock a.top_phone {
    font-size: min(.8vw, 16px);
    font-weight: 700;
    line-height: min(1vw, 20px);
    color: #000000;
}

.header address {
    font-size: min(.8vw, 16px);
    font-weight: 400;
    line-height: min(1vw, 21px);
    color: #000000;
}

.header__btn {
    align-items: center;
    justify-content: center;
    width: min(8.3vw, 160px);
    padding: min(.6vw, 12px) min(1vw, 20px);
    background-color: #212121;
    transform: skewX(-30deg);
}

.header__btn span {
    display: block;
    font-size: min(.7vw, 14px);
    font-weight: 350;
    line-height: min(.9vw, 18px);
    color: #ffffff;
    transform: skewX(30deg);
}

h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 63.39px;
    text-align: left;
    color: white;
    margin-bottom: 8px;
    max-width: 477px;
    position: absolute;
}

h1 > span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 48.76px;
}

#gs8_traveller .model_info_btn, #empow .model_info_btn, #s7 .model_info_btn, #aion .model_info_btn {
    left: 33%;
}

#m8 .model_info_btn {
    left: 55%;
}

#gs4 .model_info_btn {
    left: 30%;
}

#s9 .model_info_btn {
    left: 24%;
}

.model_info_wrap {
    position: absolute;
    left: 0;
    top: -40px;
    display: flex;
    align-items: center;
    left: 0;
    width: 100%;
}

.model_info_btn {
    position: absolute;
    left: 18%;
    width: 32px;
    height: 32px;
    background: url(../img/info_btn_ico.svg) no-repeat;
    cursor: pointer;
    transition: all 0.2s linear;
}

.model_info_text {
    width: 768px;
    position: absolute;
    left: 50%;
    transform: translateX(-42%);
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    display: none;
    transition: all 0.2s linear;
    z-index: 5;
}

.model_info_text.active {
    display: block;
}

.model_info_btn_close {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 14px;
    height: 12px;
    cursor: pointer;
}

.model_info_btn_close:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(46deg) translateX(4px) translateY(4px);
}

.model_info_btn_close:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(-46deg) translateX(4px) translateY(-4px);
}

.plaska_block {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 20%;
}

#m8 .plaska_block, #gs3 .plaska_block {
    top: -40px;
}

#m8 .plaska_block {
    left: 0px;
    right: unset;
}

.banner {
    position: relative;
}

.bn_erid {
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: 6px;
    z-index: 1;
}

.offers .bn_erid {
    bottom: 15px;
    left: 28%;
    position: relative;
}

.bn_erid .container {
    display: flex;
    justify-content: flex-end;
}

.bn_erid .container {
    display: flex;
    justify-content: flex-end;
}

.hero .br_mob {
    display: none;
}

.banner .banner_item {
    position: relative;
    overflow: hidden;
}

/* Banner Swiper */
.slick-arrow {
    position: absolute;
    width: 35px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/banner_arrow.svg");
    top: 50%;
    z-index: 1;
    color: transparent;
    transition: linear 0.3s opacity;
}

.slick-arrow:hover {
    opacity: 0.8;
}

.slick-next {
    right: 52px;
}

.slick-prev {
    left: 52px;
    rotate: 180deg;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slick-dots li {
}

.slick-dots li button {
    color: transparent;
    background: #ffffff4d;
    width: 54px;
    height: 3px;
    transition: linear 0.3s background;
}

.slick-dots li.slick-active button {
    background: #d7000f;
}

/* Banner Swiper end */

.banner__erid {
}

.banner .banner_item.slide1 {
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fbg1.jpg&f=webp&q=90&hash=b41d898ba1767935bf713f326911a3510e4cfb625bca105426c4501f50a5eb07") 50% 0 no-repeat;
    height: 747px;
}

.banner .banner_item.slide2 {
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fbg2.jpg&f=webp&q=90&hash=5e2760cfa4506c834433453ffb454f1f1b83728d619eac84af49039c81dfe630") 50% 0 no-repeat;
    height: 716px;
}

.banner .banner_item.slide3 {
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fbg3.jpg&f=webp&q=90&hash=37525f038c182f609466cf390856ca7dfefd11c8845f6cc55392e2c14512101f") 50% 0 no-repeat;
    height: 716px;
}

.banner .banner_item.slide3 .hero__container {
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 120px;
    box-sizing: border-box;
}

.slide3_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(13vw, 246px);
    padding: min(.6vw, 12px);
    border: 1px solid rgb(215, 0, 15);
    background-color: rgb(215, 0, 15);
    transform: skewX(-30deg);
    transition: background-color 0.3s ease;
    margin-left: auto;
}

.slide3_btn:hover {
    background-color: #b80010;
}

.slide3_btn span {
    font-size: min(.7vw, 14px);
    font-weight: 400;
    line-height: min(.9vw, 18px);
    color: #ffffff;
    white-space: nowrap;
    transform: skewX(30deg);
}


.banner .banner_item.slide4 {
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fbg4.jpg&f=webp&q=90&hash=85ec1827a9fe7c274a2ad5d286dbafc694892d43fe937219e8dbdbcf87e6c6e5") 50% 0 no-repeat;
    height: 747px;
}

.banner .banner_item.slide5 {
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fhero.jpg&f=webp&q=90&hash=68508bc1d55be88aaf4300f1d14c04b6ca72eecd4b05ab43772447b81cd799e2") 50% 0 no-repeat;
    height: 720px;
}

.banner .banner_item.slide6 {
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fbg6.jpg&f=webp&q=90&hash=8c0313a79827b8442b6c28e5f88f654c45ae99268408115636302bd10149a372") 50% 0 no-repeat;
    height: 747px;
}

.banner .banner_item.slide5 .hero__container {
    position: relative;
    padding-top: 10px;
}

.banner .banner_item.slide5 .hero__descr {
    width: 409px;
    height: 248px;
    background-image: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fhero_descr.png&f=webp&q=90&hash=16fbd8aa7caa1636a417bf73bfb1cba8846379361abd2e5a0d226446ecbe57cb");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .banner_item.slide5 .hero__title_container {
    top: 56px;
    position: relative;
    width: 100%;
    padding: 48px 0 38px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.banner .banner_item.slide5 .hero__title_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: #FFFFFFBF;
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    z-index: -1;
}

.banner .banner_item.slide5 .hero__title_container .br_mob {
    display: none;
}

.hero .btn {
    margin: 10px auto 0;
    width: 350px;
    max-width: 100%;
    border-radius: 100px;
    box-sizing: border-box;
    background: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.slide6 .btn {
    box-sizing: border-box;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 350px;
    border-radius: 100px;
    margin-top: 20px;
}

.slide6 .title1 {
    color: #000000;
    font-size: 40px;
    padding-top: 70px;
    font-weight: 600;
}

.slide6 .title1 b {
    font-size: 70px;
    font-weight: bold;
}

.hero .banner_item.slide6 .banner_profit {
    left: initial;
    right: 18%;
}

.banner__erid {
    bottom: 6px;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

.erid {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
}

.hero .banner_item.slide .hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero .banner_item.slide .hero__title_container {
    position: relative;
    top: 30px;
    max-width: initial;
    /* width: fit-content; */
    padding: 30px 50px 40px;
    line-height: normal;
    background: #FFFFFFB2;
    backdrop-filter: blur(4px);
    border-radius: 20px;
}

.hero .banner_item.slide .title1 {
    font-size: 42px;
    font-weight: 500;
    color: #D7000F;
    text-align: center;
}

.hero .banner_item.slide .title2 {
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.hero .banner_item.slide .title2 b {
    font-size: 30px;
    font-weight: 700;
}

.hero .banner_item.slide .title2 span {
    color: #D7000F;
}

.plaska_block {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 20%;
}

.banner .banner_item.slide5 .hero__title_container .br {
    display: none;
}

.banner .banner_item.slide5 .hero__title_container .hero__title1 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.banner .banner_item.slide5 .hero__title_container .hero__title1 font {
    color: #D7000F;
}

.banner .banner_item.slide5 .hero__title_container .hero__title1 .br_mob {
    display: none;
}

.banner .banner_item.slide5 .hero__title_container .hero__date {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 6px;
}

.banner .banner_item.slide5 .hero__title_container .hero__title2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.banner .banner_item.slide5 .hero__title_container .hero__title2 .br_mob {
    display: none;
}

.banner .banner_item.slide5 .hero__title_container .hero__title2 font {
    color: #D7000F;
}

.banner .banner_item.slide5 .hero__title_container .hero__props {
    font-size: 34px;
    font-weight: 400;
}

.banner .banner_item.slide5 .hero__title_container .hero__title3 {
    margin-top: 22px;
    position: relative;
    height: min(7.6vw, 96px);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    z-index: 1;
}

.banner .banner_item.slide5 .hero__title_container .hero__title3-ico {
    position: absolute;
    top: calc(50% - 41px);
    right: 102%;
    max-height: 100%;
    overflow: hidden;
}

.banner .banner_item.slide5 .hero__title_container .hero__title3-ico img {
    height: 100%;
    width: auto;
}

.banner .banner_item.slide5 .hero__title_container .hero__title3:before {
    content: '';
    position: absolute;
    /* left: 50%; */
    transform: translateX(-40%);
    top: 0;
    width: 150%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 13.36%, #FFFFFF 36.97%, #FFFFFF 61.41%, rgba(255, 255, 255, 0) 87.71%); */
    z-index: -1;
    background: linear-gradient(90deg, rgba(215, 1, 17, 0) 0%, #D70111 50%, rgba(215, 1, 17, 0) 100%);
}

.banner .banner_item.slide5 .hero__title_container .hero__title3:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 156%;
    height: 1px;
    background: linear-gradient(123.96deg, #101010 -18.81%, rgba(16, 16, 16, 0) 41.22%);
    z-index: 2;
    display: none;
}

.banner .banner_item.slide5 .hero__title_container .hero__title3 span {
    position: relative;
    font-size: min(1.6vw, 28px);
    font-weight: 700;
    color: #fff;
    z-index: 3;
    line-height: 1.4;
}

.banner .banner_item.slide5 .hero__title_container .hero__title3 span b {
    font-size: 1.2em;
}

.hero_profit {
    margin: 16px auto 0;
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    padding-left: 68px;
    padding-right: 40px;
    overflow: hidden;
    height: 62px;
}

.hero_profit span {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
}

.hero_profit:before {
    content: '';
    position: absolute;
    left: 16px;
    width: 42px;
    height: 42px;
    background: url(../img/hero_profit_ico.svg) no-repeat;
    z-index: 2;
}

.hero_profit:after {
    content: '';
    position: absolute;
    left: auto;
    right: 16px;
    width: 100%;
    height: 100%;
    background: #D7000F;
    transform: skewX(-28deg);
    transition: all 0.2s linear;
}

.hero_profit:hover:after {
    background: #f02d3a;
}

.hero__title1 span {
    color: #E0638B;
    font-weight: 700;
    font-size: 47px;
}

.hero__price {
    font-size: min(2vw, 40px);
    font-weight: 700;
    line-height: min(3vw, 60px);
}

.hero__gac {
    font-weight: 700;
    color: rgb(215, 0, 15);
}

.banner .banner_item.slide5 .hero__btn {
    position: absolute;
    bottom: -22px;
    display: inline-flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: 354px;
    padding: min(.8vw, 12px);
    background-color: rgb(33, 33, 33);
}

.hero__btn span {
    font-size: 16px;
    font-weight: 350;
    line-height: min(.9vw, 18px);
    color: white;

}

.hero {
    margin-top: 60px;
}

.banner .banner_item.slide2:before {
    display: none;
    content: "";
    position: absolute;
    top: 268px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 387px;
    background: url(../img/bg2_before.png) 50% 0 no-repeat;
    z-index: 3;
}

.banner .banner_item.slide2:after {
    display: none;
    content: "";
    position: absolute;
    top: -5vw;
    left: 50%;
    transform: translateX(-40%);
    width: 60%;
    height: 12vw;
    background: #01010147;
    border-radius: 28%;
    filter: blur(48px);
}

.banner .banner_item.slide5 .banner_item.slide2 .hero__title1 {
    font-size: 32px;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-align: center;
    color: #000000;
}

.banner .banner_item.slide5 .banner_item.slide2 .hero__title1 .br_mob {
    display: none;
}

.banner .banner_item.slide5 .banner_item.slide2 .hero__title2 {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-align: center;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner .banner_item.slide5 .banner_item.slide2 .hero__title4 {
    font-size: 20px;
    /*font-weight: 700;*/
    text-align: left;
    line-height: 140%;
    text-transform: none;
}

.banner .banner_item.slide5 .banner_item.slide2 .hero__title4 span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-right: 10px;
}

.banner .banner_item.slide5 .banner_item.slide2 .hero__title4 span:before {
    content: "";
    width: 243px;
    height: 46px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    top: -6px;
    left: -105px;
    z-index: -1;
}

.bn_profits {
    width: 100%;
    position: absolute;
    bottom: 20px;
}

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

.banner_profit {
    padding-left: 70px;
    min-height: 67px;
    z-index: 2;
    position: relative;
    text-align: left;
}

.banner_profit span {
    display: flex;
    align-items: center;
    min-height: 57px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    border-top: 1px solid #FFFFFF;
    padding: 4px 24px 6px 48px;
    background: linear-gradient(90deg, rgba(215, 0, 15, 0.5) 0%, rgba(215, 0, 15, 0) 100%);
}

.banner_profit span b {
    font-weight: 600;
    /*margin-left: 16px;*/
}

.banner_profit:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 118px;
    height: 67px;
    background: url(../img/banner_profit_ico.svg) no-repeat;
}

.banner_profit.ico2:before {
    background: url(../img/banner_profit_ico2.svg) no-repeat;
}

.banner_profit.ico3:before {
    background: url(../img/banner_profit_ico3.svg) no-repeat;
}


.hero .banner_item.slide1 .banner_profit {
    left: initial;
    right: 18%;
}

.hero .banner_item.slide4 .hero__title_container {
    position: relative;
    top: 80px;
    max-width: 100%;
    width: 100%;
    padding: 30px 40px 40px;
    line-height: normal;
    background: #0F0F0F99;
    backdrop-filter: blur(4px);
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    z-index: 2;
}

.hero .banner_item.slide4 .title1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.hero .banner_item.slide4 .title2 {
    margin-top: 34px;
    font-size: 41px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.hero .banner_item.slide4 .title2 span {
    color: #D7000F;
}

.hero .banner_item.slide4 .btn {
    margin: 44px auto 0;
    background: #D7000F;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: white;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: black;
    padding: 0;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.hero__title_container {
    width: 82%;
}

.hero__title_container .br_mob {
    display: none;
}

.banner .banner_item.slide4 .btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.banner .banner_item.slide4 .btn {
    margin: 25px auto 0;
    width: 350px;
    border-radius: 100px;
}

.nav {
    position: fixed;
    top: min(4.4vw, 86px);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10000;
    padding-top: min(1.2vw, 23px);
    background-color: rgb(255, 255, 255);
}

.nav ul {
    justify-content: space-around;
}

.nav li {
    justify-content: center;
    width: 20%;
    transform: skew(-30deg);
}

.nav li:not(:last-child) {
    border-right: 2px solid rgba(128, 128, 128, .2);
}

.nav a {
    display: block;
    padding-bottom: min(1.2vw, 23px);
    font-size: min(.8vw, 16px);
    font-weight: 400;
    line-height: min(1vw, 21px);
    color: rgba(0, 0, 0, .7);
    transition: font-size .3s ease-in-out;
    transform: skew(30deg);
}

.tech {
    background: #202020;
    padding: 42px 0 0;
}

.tech_cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 103px;
    padding: 12px 40px;
    border: 1px solid #666666;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
}

.tech_img {
    flex: 0 0 auto;
    width: 170px;
}

.tech_img img {
    display: block;
    width: 100%;
}

.tech_divider {
    flex: 0 0 auto;
    width: 1px;
    height: 65px;
    background: #666666;
}

.tech_text {
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.38;
    text-transform: uppercase;
}

.tech_text b {
    font-weight: 900;
}

/* ── DEALER ───────────────────────────────── */
.dealer {
    background: #202020;
    padding: 46px 0 40px;
}

.dealer_box {
    position: relative;
    color: #ffffff;
    line-height: 1.1;
}

.dealer_img {
    display: block;
    width: 100%;
}

.dealer_img img {
    display: block;
    width: 100%;
}

.dealer_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    box-sizing: border-box;
}

.dealer_box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translateY(-50%);
    width: 1px;
    height: 67%;
    background: rgba(255, 255, 255, 0.5);
}

.dealer_lead {
    font-size: 22px;
    font-weight: 500;
}

.dealer_lead p {
    margin: 0;
}

.dealer_lead b {
    font-weight: 700;
}

.dealer_count {
    margin-top: 18px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.dealer_sub {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
}

.offres {
    padding: 46px 0;
    background: #202020;
}

.offres_cont {
    position: relative;
    padding: 36px 112px 36px 32px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.offres_cont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #d7000f;
    width: 100%;
    height: 100%;
    transform: skewX(-26deg);
}

.offres_title {
    text-align: center;
}

.offres_title i {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 132px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offres_title i:before {
    display: none;
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: skewX(-26deg);
}

.offres_title i:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    background: url(../img/offres_title_ico.svg) no-repeat;
}

.offres_title span {
    position: relative;
    padding: 10px 0;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
}

.offres_title span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ffffff99;
}

.offres_title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff99;
}

.offres_title span b {
    font-weight: 600;
}

.timer {
    margin-top: 69px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.timer h3 {
    margin-bottom: min(.5vw, 20px);
    font-size: min(1.1vw, 22px);
    font-weight: 400;
    line-height: min(1.5vw, 30px);
    color: black;
    text-transform: uppercase;
}

.timer__formBlock {
    min-width: min(24vw, 464px);
}

.timer_cont {
    justify-content: space-between;
    width: 100%;
}

.timer__container {
    position: relative;
    flex-direction: column;

    row-gap: min(1.7vw, 34px);
}

.timer__form {
    flex-direction: column;

    row-gap: min(.35vw, 7px);
}


.openhours-ny {
    margin-top: 64px;
}

.openhours-ny__container {
}

.openhours-ny__content {
    color: #fff;
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fbg__openhours-ny.jpg&f=webp&q=90&hash=b5985d18fea5f2fdc540d954be6367013ced0aead0c2ee6beb2f69c7d1d6fe9a") 50% 0 no-repeat;
    padding: 25px;
}

.openhours-ny__title {
    font-size: 18px;
}

.openhours-ny__title b {
}

.openhours-ny__subtitle {
    font-size: 18px;
    margin-top: 20px;
}

.openhours-ny__list {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
}

.openhours-ny__list-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.openhours-ny__list-ico {
    min-width: 25px;
}

.openhours-ny__list-ico img {
}

.openhours-ny__list-text {
}

.openhours-ny__desc {
    font-size: 18px;
    margin-top: 20px;
}


.offers {
    margin-top: 64px;
    position: relative;
}

.offers_content {
    position: relative;
    height: 290px;
    padding: 60px 30px;
}

.offers_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.offers_img img {
    display: block;
    width: 100%;
}

.offers_title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    line-height: 140%;
}

.offers_content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 250px;
    margin-top: 20px;
    background: #1C1C1C;
    color: #ffffff;
    height: 45px;
    font-size: 16px;
}

.advant {
    margin-top: 65px;
}

.advant .container {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.advant_img {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.advant_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}

.advant_img:hover img {
    transform: translateX(-50%) scale(1.05);
}

.advant_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 14px;
    width: 48%;
}

.advant_list a {
    position: relative;
    padding: 18px;
    background: #F8F8F8;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    width: 48%;
}

.advant_list a:before {
    content: '';
    position: relative;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    display: block;
    transition: all 0.2s linear;
}

.advant_list a.ico1:before {
    background: url(../img/advant/advant_ico1.svg) 0 0 no-repeat;
}

.advant_list a.ico1:hover:before {
    background: url(../img/advant/advant_ico1_hover.svg) 0 0 no-repeat;
}

.advant_list a.ico2:before {
    background: url(../img/advant/advant_ico2.svg) 0 0 no-repeat;
}

.advant_list a.ico2:hover:before {
    background: url(../img/advant/advant_ico2_hover.svg) 0 0 no-repeat;
}

.advant_list a.ico3:before {
    background: url(../img/advant/advant_ico3.svg) 0 0 no-repeat;
}

.advant_list a.ico3:hover:before {
    background: url(../img/advant/advant_ico3_hover.svg) 0 0 no-repeat;
}

.advant_list a.ico4:before {
    background: url(../img/advant/advant_ico4.svg?v=2) 0 0 no-repeat;
}

.advant_list a.ico4:hover:before {
    background: url(../img/advant/advant_ico4_hover.svg?v=2) 0 0 no-repeat;
}

.form__inputBlock {
    width: 100%;

    -moz-column-gap: min(.45vw, 9px);
    column-gap: min(.45vw, 9px);
}

.form__inputBlock_credTrade {
    flex-direction: column;

    row-gap: min(.7vw, 15px);
}

.form__tel, .form__model {
    width: 100%;
    height: 38px;
    background: #F8F8F866;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #C3C3C3;
    color: #fff;
    padding: 10px;
    padding-left: 24px;
}

.form__model option {
    color: #000;
}

.form__tel_timer {
    color: black;
}

.form__tel_trade {
    width: 100%;
    background-color: rgba(255, 255, 255, .4);
}

.form__tel_trade::-moz-placeholder {
    color: white;
}

.form__tel_trade::placeholder {
    color: white;
}

.form__tel::-moz-placeholder {
    font-size: min(.7vw, 14px);
    font-weight: 300;
    line-height: min(.7vw, 14px);
}

.form__tel::placeholder {
    font-size: min(.7vw, 14px);
    font-weight: 300;
    line-height: min(.7vw, 14px);
}

.form__btn {
    align-items: center;
    justify-content: center;
    width: min(10vw, 193px);
    padding: min(.7vw, 14px);
    font-size: min(.7vw, 14px);
    font-weight: 300;
    line-height: min(.7vw, 14px);
    color: white;
    background-color: rgb(33, 33, 33);
}

.form__btn_credTrade {
    width: 100%;
    color: white;
    background-color: rgb(215, 0, 15);
}

.checkBlock {
    position: relative;
    align-items: center;
    padding-left: min(1.2vw, 24px);
    cursor: pointer;
}

.checkBlock__check {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkBlock__checkVis {
    position: absolute;
    left: 0;
    align-items: center;
    justify-content: center;
    width: min(.6vw, 12px);
    height: min(.6vw, 12px);
    border: 1px solid rgb(0, 0, 0);
    border-radius: .3rem;
}

.checkBlock__checkVis::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity .3s ease-in-out;
}

.checkBlock__checkVis_credTrade {
    border: 1px solid rgb(191, 191, 191);
}

.checkBlock__checkVis_credTrade::after {
    background-image: url(../img/white_check.svg);
}

.checkBlock__descr {
    font-size: min(.6vw, 12px);
    font-weight: 400;
    line-height: min(.8vw, 16px);
    color: rgb(0, 0, 0);
}

.checkBlock__descr a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.checkBlock__descr_credTrade {
    color: rgb(191, 191, 191);
}

.checkBlock__descr_credTrade a {
    color: rgb(191, 191, 191);
}

.checkBlock__check:checked + .checkBlock__checkVis::after {
    opacity: 1;
}

#timer-number-2ea211acfcf89a4c80a5e9ba2e3a1fb2-days,
#timer-number-2ea211acfcf89a4c80a5e9ba2e3a1fb2-hours,
#timer-number-2ea211acfcf89a4c80a5e9ba2e3a1fb2-minutes,
#timer-number-2ea211acfcf89a4c80a5e9ba2e3a1fb2-secundes {
    font-size: min(5vw, 100px) !important;
}

#timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 .timer-flipchart-face {
    font-size: min(5vw, 100px) !important;
}

.timer-flipchart-card {
    width: min(4vw, 77px);
    height: min(6vw, 120px);
}

#timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 {
    width: min(30vw, 579px) !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

#timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 .timer-flipchart-top,
#timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 .timer-flipchart-front {
    padding-top: min(.6vw, 12px) !important;
    padding-right: min(.6vw, 12px) !important;
    padding-left: min(.6vw, 12px) !important;
}

#timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 .timer-flipchart-bottom,
#timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 .timer-flipchart-back {
    padding-right: min(.6vw, 12px) !important;
    padding-bottom: min(.6vw, 12px) !important;
    padding-left: min(.6vw, 12px) !important;
}

#timer-separator-2ea211acfcf89a4c80a5e9ba2e3a1fb2-days,
#timer-separator-2ea211acfcf89a4c80a5e9ba2e3a1fb2-hours,
#timer-separator-2ea211acfcf89a4c80a5e9ba2e3a1fb2-minutes,
#timer-separator-2ea211acfcf89a4c80a5e9ba2e3a1fb2-secundes {
    padding: 0 min(1vw, 20px) !important;
}

.advant #timer2ea211acfcf89a4c80a5e9ba2e3a1fb2 .timer-separator {
    padding-top: min(.6vw, 12px) !important;
    padding-bottom: min(.6vw, 12px) !important;
}

#timer-text-2ea211acfcf89a4c80a5e9ba2e3a1fb2-days,
#timer-text-2ea211acfcf89a4c80a5e9ba2e3a1fb2-hours,
#timer-text-2ea211acfcf89a4c80a5e9ba2e3a1fb2-minutes,
#timer-text-2ea211acfcf89a4c80a5e9ba2e3a1fb2-secundes {
    font-size: min(.9vw, 18px) !important;
}

.model {
    padding-top: 77px;
}

.model_item {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.model_menu {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    column-gap: 60px;
}

.model_menu a {
    position: relative;
    width: 255px;
    height: 133px;
}

.model_menu a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 176px;
    height: 133px;
    background: url(../img/menu/model_menu_bg.png) no-repeat;
    transition: all 0.2s linear;
}

.model_menu a:hover:before {
    opacity: 0.8;
}

.model_menu a b {
    font-family: "SegoeUI", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    left: auto;
    top: -14px;
    width: 224px;
    text-align: center;
    transition: all 0.2 linear;
}

.model_menu a:hover b {
    color: #d7000f;
}

.model_menu a span {
    font-family: "SegoeUI", "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    left: auto;
    top: 10px;
    width: 224px;
    text-align: center;
    transition: all 0.2 linear;
}

.model_menu a:hover span {
    color: #d7000f;
}

.model_menu a img {
    position: absolute;
    bottom: auto;
    top: 35%;
    /* right: 0; */
}

.model div :has(h2) {
    justify-content: center;

    -moz-column-gap: min(2vw, 39px);
    column-gap: min(2vw, 39px);
}

.model__colorChoiceMob {
    display: none;
}

.model h2 {
    margin-bottom: min(5vw, 100px);
    border-bottom: 3px solid transparent;
    transition: border-bottom .3s ease-in-out;
}

.model h2:first-child {
    padding-left: min(6vw, 118px);
}

.model h2:last-child {
    padding-right: min(6vw, 118px);
}

.model__title {
    font-size: min(1.6vw, 32px);
    font-weight: 600;
    line-height: min(2.1vw, 42px);
    color: black;
}

.model__cardsList {
    flex-direction: column;
    row-gap: min(7.45vw, 143px);
    margin-top: 106px;
}

.model__cardsBtn {
    justify-content: space-between;
    width: 100%;
}

.model__btn {
    align-items: center;
    justify-content: center;
    width: min(13vw, 246px);
    padding: min(.6vw, 12px);
    transform: skewX(-30deg);
}

.model__btn_compl {
    width: min(12.3vw, 236px);
}

.model__btn span {
    font-size: min(.7vw, 14px);
    font-weight: 400;
    line-height: min(.9vw, 18px);
    transform: skewX(30deg);
}

.model__btn_price {
    border: 1px solid rgb(215, 0, 15);
    background-color: rgb(215, 0, 15);
}

.model__btn_price span {
    color: white;
}

.model__btn_cred {
    border: 1px solid rgb(33, 33, 33);
    background-color: rgb(33, 33, 33);
}

.model__btn_cred span {
    color: white;
}

.model__btn_last {
    border: 1px solid rgb(33, 33, 33);
    background-color: transparent;
}

.model__btn_last span {
    color: rgb(33, 33, 33);
}

.model__cardsMain {
    position: relative;
    min-height: min(37vw, 716px);
    padding-bottom: min(2vw, 40px);
    background-color: rgba(220, 222, 221, .2);
}

.model__cardsMain_compl {
    min-height: min(30.6vw, 588px);
    padding-bottom: 0;
}

.model__cardsMain > .container {
    position: relative;
    z-index: 1000;
    flex-direction: column;

    row-gap: min(2vw, 40px);
}

.model__cardsMain_gs8::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(28.9vw, 554px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_gs8.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_gs8::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: min(2.7vw, 54px);
    width: min(76.4vw, 1467px);
    height: min(22.7vw, 435px);
    background-image: url(../img/model_name_gs8_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_gs5::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(28.9vw, 554px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_gs5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_gs5::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: min(25vw, 500px);
    width: min(55vw, 1057px);
    height: min(26vw, 505px);
    background-image: url(../img/model_name_gs5_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_gs3::after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -2.34vw;
    left: 0;
    width: min(28.9vw, 554px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_gs3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_gs3::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: min(25vw, 500px);
    width: min(55vw, 1057px);
    height: min(26vw, 505px);
    background-image: url(../img/model_name_gs3_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_m8::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    right: 0;
    width: min(43.7vw, 840px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_m8.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_m8::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: 0;
    width: min(82.3vw, 1580px);
    height: min(25.8vw, 495px);
    background-image: url(../img/model_name_m8_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_gs4::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(43.7vw, 840px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_gs4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_gs4::before {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(43.7vw, 840px);
    height: min(4.6vw, 90px);
    /* background-image: url(../img/model_name_m4_back.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_gs8_traveller::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(49.9vw, 730px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_gs8_traveller.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_gs8_traveller::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: min(2.7vw, 54px);
    width: min(76.4vw, 1467px);
    height: min(22.7vw, 435px);
    background-image: url(../img/model_name_gs8_traveller_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_empow::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(49.9vw, 730px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_empow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_empow::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: 0;
    width: 100%;
    height: min(22.7vw, 435px);
    background-image: url(../img/model_name_empow_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_s7::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(49.9vw, 730px);
    height: min(4.6vw, 96px);
    background-image: url(../img/model_name_s7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_s7::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: 0;
    width: 100%;
    height: min(22.7vw, 435px);
    background-image: url(../img/model_name_s7_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model__cardsMain_aion::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(49.9vw, 730px);
    height: min(4.6vw, 90px);
    background-image: url(../img/model_name_aion.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_s9::after {
    content: "";
    position: absolute;
    top: -2.34vw;
    left: 0;
    width: min(32.8vw, 629px);
    height: min(4.6vw, 88px);
    background-image: url(../img/model_name_s9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__cardsMain_s9::before {
    content: "";
    position: absolute;
    top: min(2.34vw, 45px);
    left: 0;
    width: 100%;
    height: min(22.7vw, 435px);
    background-image: url(../img/model_name_s9_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#s9 .plaska_block {
    top: min(3.5vw, 67px);
    width: min(12.24vw, 235px);
}

.model__new_pl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: min(3.96vw, 76px);
    padding-left: min(2vw, 39px);
    background: url(../img/new_pl.png) no-repeat center / contain;
    font-size: min(1.25vw, 24px);
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    text-align: left;
}

.model__new_pl b {
    font-weight: 700;
}

.model__charLink {
    font-size: min(.8vw, 16px);
    font-weight: 400;
    line-height: min(1vw, 20px);
    color: black;
}

.model__charProps {
    position: relative;
    padding: 1.1vw 2vw 1.1vw 1.1vw;
    overflow: hidden;
    width: fit-content;
}

.model__charProps:before {
    content: '';
    top: 0;
    right: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D7000F;
    transform: skew(-30deg);
}

.model__charProps .model__charLink {
    position: relative;
    font-size: min(1.8vw, 32px);
    color: #fff;
    white-space: nowrap;
}

.model__charProps .model__charLink span {
    font-size: min(1.8vw, 32px);
    font-weight: 700;
}

#aion .model__charProps {
    left: 40px;
}

.model__charLink b {
    font-size: min(1.1vw, 22px);
    font-weight: 700;
}

.model__charList {
    position: relative;
    flex-direction: column;
    margin-top: 130px;
    margin-bottom: min(1.9vw, 38px);
    row-gap: min(1vw, 19px);
}

#s9 .model__charList {
    margin-top: min(3.5vw, 67px);
}

.model__charItemCrutch,
.model__charItem {
    position: relative;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding-left: min(1.9vw, 37px);
}

.model__charItemCrutch::after,
.model__charItem::after {
    content: "";
    position: absolute;
    left: 0;
    width: min(1.4vw, 27px);
    height: min(1.4vw, 27px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image .3s ease-in-out;
}

.model__charItem:nth-child(3)::after {
    background-image: url(../img/instal.svg);
}

.model__charItem:nth-child(2)::after {
    background-image: url(../img/price.svg);
}

.model__charItem:nth-child(4)::after {
    background-image: url(../img/garant.svg);
}

.model__charItem:nth-child(5)::after {
    background-image: url(../img/instal.svg);
}

.model__charItem:last-child::after {
    background-image: url(../img/advant.svg);
}

.model__charItemCrutch.diamond::after {
    background-image: url(../img/diamond.svg);
}

.model__charItem.instal::after {
    background-image: url(../img/instal.svg);
}

.model__charItem.advantIco::after {
    background-image: url(../img/advant.svg);
}

.model__charItem.instalIco::after {
    background-image: url(../img/instal.svg);
}

.model__charItem.priceIco::after {
    background-image: url(../img/price.svg);
}

.aion_ico1::after {
    background-image: url(../img/gift.svg) !important;
}

.aion_ico2::after {
    background-image: url(../img/garant.svg) !important;
}

.aion_ico3::after {
    background-image: url(../img/advant.svg) !important;
}

.aion_ico4::after {
    background-image: url(../img/tech_ico.svg) !important;
}


.model__swiperParent {
    position: relative;
    overflow: hidden;
    align-items: flex-start;
    width: min(23vw, 441px);
    height: min(13.9vw, 266px);
}

.model__swiperBlock {
    position: relative;
    width: 100%;
    height: min(13.9vw, 266px);
    counter-reset: verse 0;
}

.model__swiperBlock::after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: min(4.5vw, 90px);
    height: 96%;
    background-image: url(../img/shadow_model.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.model__swiperBlock_gs5::after {
    display: none;
}

.model__swiperNavBlock {
    position: absolute;
    z-index: 9999;
    right: min(1.1vw, 22px);
    bottom: min(3vw, 60px);
    flex-direction: column;

    row-gap: min(.5vw, 10px);
}

.model__slide {
    position: relative;
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    counter-increment: verse 1;
    transition: width .3s ease-in-out, height .3s ease-in-out,
    opacity .3s ease-in-out;
}

.model__hiddenImg {
    display: none;
    padding: 20px;
}

.model__imgHid {
    max-width: 100%;
    height: 50vh;

    -o-object-fit: contain;
    object-fit: contain;
}

.model__slideImg {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.model__calc {
    position: absolute;
    z-index: 1000;
    top: min(1.1vw, 23px);
    left: min(2vw, 40px);
    font-size: min(.8vw, 16px);
    font-weight: 400;
    line-height: min(1vw, 20px);
    color: white;
}

.model__loop {
    position: absolute;
    z-index: 10000;
    top: 45%;
    left: 45%;
    width: min(1.8vw, 36px);
    height: min(1.8vw, 36px);
    background-image: url(../img/loop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .3s ease-in-out;
}

.model__sliderNav {
    width: min(.35vw, 7px);
    height: min(2vw, 40px);
    background-image: url(../img/arrow_swiper_model.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.model__sliderNav_next {
    transform: rotateX(180deg);
}

.model__imgBlock {
    display: none;
    width: min(42vw, 811px);
    height: min(20.5vw, 394px);
    transform: translateY(-24px);
}

.model__cardsMain_m8 .model__imgBlock {
    transform: translateY(-6px);
}

.model__imgBlock_gs3 .model__imgBlock {
    transform: translateY(-28px);
}

.model__imgBlock_gs5 {
    width: min(36vw, 691px);
    height: min(17vw, 325px);
}

.model__imgBlock_m8 {
    width: min(36.8vw, 706px);
    height: min(17vw, 329px);
}

.model__imgBlock_compl {
    display: block;
}

.model__imgBlock_s9 {
    width: min(39.4vw, 756px);
    height: min(19.2vw, 369px);
}

.model__imgBlockMain {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

#gs4 .model__imgBlockMain {
    /* justify-content: end; */
}

.model__imgBlockMain_gs5 {
    margin-left: auto;
}

.model__imgBlockMain_m8 {
    margin-right: auto;
}

#gs8_traveller .model__imgBlockMain img {
    max-width: 100%;
}

#empow .model__imgBlockMain img {
    max-width: 100%;
}

#s7 .model__imgBlockMain img {
    max-width: 100%;
}

#s9 .model__imgBlockMain img {
    max-width: 100%;
}

.model__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.model__img_gs3 {
    object-fit: contain;
}

.model__img_compl {
    height: 90%;

    -o-object-fit: contain;
    object-fit: contain;
}

.model__colorChoiceBlock {
    margin-left: min(10vw, 200px);

    -moz-column-gap: 2px;
    column-gap: 2px;
}

#aion .model__colorChoiceBlock {
    justify-content: flex-end;
}

.model__colorChoiceBlock_m8 {
    margin-left: min(20vw, 400px);
}

.model__colorChoiceBlock_gs5 {
    margin-left: min(6vw, 120px);
}

.model__imgEmpty {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: min(2.4vw, 48px);
    font-weight: 400;
    line-height: min(3.2vw, 64px);
    color: white;
    text-align: left;
    text-transform: uppercase;
}

.model__imgEmpty_1 {
    background-color: #dedede;
}

.model__imgEmpty_2 {
    background-color: #e4e4e4;
}

.model__imgEmpty_3 {
    background-color: #cbcbcb;
}

.model__btnColor {
    width: min(2.5vw, 50px);
    height: min(8.5vw, 170px);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    transition: background-image .3s ease-in-out;
}

.model__imgBlockMain_gs4 .model__colorChoiceBlock,
.model__cardsMain_s7 .model__colorChoiceBlock {
    margin-left: min(25vw, 500px);
    /* margin-top: -21px; */
}

.model__btnColor_gs4-1 { background-image: url(../img/gs4_color1.png); }
.model__btnColor_gs4-2 { background-image: url(../img/gs4_color2.png); }
.model__btnColor_gs4-3 { background-image: url(../img/gs4_color3.png); }
.model__btnColor_gs4-4 { background-image: url(../img/gs4_color4.png); }

.color_active_gs4.model__btnColor_gs4-1 { height: min(12vw, 229px); background-image: url(../img/gs4_color1_active.png); }
.color_active_gs4.model__btnColor_gs4-2 { height: min(12vw, 229px); background-image: url(../img/gs4_color2_active.png); }
.color_active_gs4.model__btnColor_gs4-3 { height: min(12vw, 229px); background-image: url(../img/gs4_color3_active.png); }
.color_active_gs4.model__btnColor_gs4-4 { height: min(12vw, 229px); background-image: url(../img/gs4_color4_active.png); }

.model__btnColor_s7-1 { background-image: url(../img/s7_color1.png); }
.model__btnColor_s7-2 { background-image: url(../img/s7_color2.png); }
.model__btnColor_s7-3 { background-image: url(../img/s7_color3.png); }
.model__btnColor_s7-4 { background-image: url(../img/s7_color4.png); }

.color_active_s7.model__btnColor_s7-1 { height: min(12vw, 229px); background-image: url(../img/s7_color1_active.png); }
.color_active_s7.model__btnColor_s7-2 { height: min(12vw, 229px); background-image: url(../img/s7_color2_active.png); }
.color_active_s7.model__btnColor_s7-3 { height: min(12vw, 229px); background-image: url(../img/s7_color3_active.png); }
.color_active_s7.model__btnColor_s7-4 { height: min(12vw, 229px); background-image: url(../img/s7_color4_active.png); }

.model__btnColor_gs8-3,
.model__btnColor_gs5-3,
.model__btnColor_gs3-2 {
    background-image: url(../img/color_choice_3.png);
}

.model__btnColor_gs8-1,
.model__btnColor_gs5-1,
.model__btnColor_gs3-1 {
    background-image: url(../img/color_choice_1.png);
}

.model__btnColor_gs8-2,
.model__btnColor_gs5-2 {
    background-image: url(../img/color_choice_2.png);
}

.model__btnColor_gs8-4,
.model__btnColor_gs5-4,
.model__btnColor_gs3-3 {
    background-image: url(../img/color_choice_4.png);
}

.model__btnColor_gs8-5 {
    background-image: url(../img/color_choice_5.png);
}

.model__btnColor_gs5-5 {
    background-image: url(../img/color_choice_6.png);
}

.model__btnColor_gs5-6 {
    background-image: url(../img/color_choice_7.png);
}

.model__btnColor_m8-3 {
    background-image: url(../img/color_choice_1.png);
}

.model__btnColor_m8-1 {
    background-image: url(../img/color_choice_4.png);
}

.model__btnColor_m8-2 {
    background-image: url(../img/color_choice_8.png);
}

.model__btnColor_gs3-4 {
    background-image: url(../img/color_choice_9.png);
}

.model__btnColor_gs3-5 {
    background-image: url(../img/color_choice_10.png);
}

.model__btnColor_aion-1 {
    background-image: url(../img/color_choice_11.png);
}

.model__btnColor_aion-2 {
    background-image: url(../img/color_choice_12.png);
}

.model__btnColor_aion-3 {
    background-image: url(../img/color_choice_13.png);
}

.model__btnColor_aion-4 {
    background-image: url(../img/color_choice_14.png);
}

.model__btnColor_aion-5 {
    background-image: url(../img/color_choice_15.png);
}

.model__btnColor_aion-6 {
    background-image: url(../img/color_choice_16.png);
}

.color_active_aion.model__btnColor_aion-1 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_11.png);
}

.color_active_aion.model__btnColor_aion-2 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_12.png);
}

.color_active_aion.model__btnColor_aion-3 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_13.png);
}

.color_active_aion.model__btnColor_aion-4 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_14.png);
}

.color_active_aion.model__btnColor_aion-5 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_15.png);
}

.color_active_aion.model__btnColor_aion-6 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_16.png);
}

.model__cards_m8 {
    flex-direction: row-reverse;
}

.color_active_m8.model__btnColor_m8-2 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_8.png);
}

.color_active_gs8.model__btnColor_gs8-3,
.color_active_gs5.model__btnColor_gs5-3,
.color_active_gs3.model__btnColor_gs3-2 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_3.png);
}

.color_active_gs8.model__btnColor_gs8-1,
.color_active_gs5.model__btnColor_gs5-1,
.color_active_m8.model__btnColor_m8-3,
.color_active_gs3.model__btnColor_gs3-1 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_1.png);
}

.color_active_gs8.model__btnColor_gs8-2,
.color_active_gs5.model__btnColor_gs5-2 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_2.png);
}

.color_active_gs8.model__btnColor_gs8-4,
.color_active_gs5.model__btnColor_gs5-4,
.color_active_m8.model__btnColor_m8-1,
.color_active_gs3.model__btnColor_gs3-3 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_4.png);
}

.color_active_gs3.model__btnColor_gs3-4 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_9.png);
}

.color_active_gs3.model__btnColor_gs3-5 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_10.png);
}

.color_active_gs8.model__btnColor_gs8-5 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_5.png);
}

.color_active_gs5.model__btnColor_gs5-5 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_6.png);
}

.color_active_gs5.model__btnColor_gs5-6 {
    height: min(12vw, 229px);
    background-image: url(../img/color_choice_active_7.png);
}

.model__swiperBlock_gs5 > .swiper-wrapper > .swiper-slide-active::after {
    display: none;
}

.model_car_active {
    display: block;
}

.model__cards {
    position: relative;
}

#gs8_traveller .model__cards {
    align-items: end;
}

#empow .model__cards {
    align-items: end;
}

#s7 .model__cards {
    align-items: end;
}

#s9 .model__cards {
    align-items: end;
}


.model__charProps {
    position: absolute;
    right: 0;
    top: -76px;
    height: fit-content;
    padding: 19px 19px 19px 50px;
    overflow: hidden;
    width: fit-content;
}

#gs4 .model__charProps {
    /* top: -70px; */
}

#gs8_traveller .model__charProps {
    /* top: -70px; */
}

.model__charProps:before {
    content: "";
    top: 0;
    right: -16px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d7000f;
    transform: skew(-26deg);
}

.model__charProps .model__charLink {
    position: relative;
    font-size: min(1.8vw, 32px);
    color: #fff;
}

.model__charProps .model__charLink span {
    font-size: min(1.8vw, 32px);
    font-weight: 700;
}

.model__cardsMain_gs3_mob,
.model__cardsMain_m8_mob {
    display: none;
}

.model__soon {
    position: absolute;
    z-index: 999;
    top: max(-1.7vw, -32px);
    left: min(7.8vw, 150px);
    align-items: center;
    justify-content: center;
    min-width: min(19.8vw, 381px);
    min-height: min(3.3vw, 64px);
    background-color: rgba(0, 0, 0, .7);
    transform: skewX(-30deg);
}

.model__soon span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: min(2.6vw, 50px);
    font-size: min(1.1vw, 22px);
    font-weight: 600;
    line-height: min(1vw, 20px);
    color: white;
    text-transform: uppercase;
    transform: skewX(30deg);
}

.model__soon span::after {
    content: "";
    position: absolute;
    left: 0;
    width: min(1.8vw, 35px);
    height: min(1.8vw, 35px);
    background-image: url(../img/soon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.swiper-slide-active {
  z-index: 3001;
  opacity: 1;
}

.swiper-slide-active::after {
  content: counter(verse);
  position: absolute;
  z-index: 999;
  top: min(.8vw, 15px);
  left: 0;
  padding-top: min(.3vw, 6px);
  padding-right: min(2vw, 40px);
  padding-bottom: min(.4vw, 8px);
  padding-left: min(1.2vw, 23px);
  font-size: min(.8vw, 16px);
  font-weight: 900;
  line-height: min(1vw, 20px);
  color: white;
  background-color: black;
}

.swiper-slide-next {
  z-index: 2001;
  width: min(18.8vw, 361px);
  height: min(10.9vw, 209px);
  margin: 0 auto;
  opacity: .6;
  transition: width .3s ease-in-out, height .3s ease-in-out,
  opacity .3s ease-in-out;
  transform: translateY(-.5vw) !important;
}

.swiper-slide-next > .model__calc {
  display: none;
}

.swiper-slide-next + div {
  z-index: 1001;
  width: min(21.25vw, 408px);
  height: min(12.3vw, 236px) !important;
  margin: 0 auto;
  opacity: .4;
  transition: height .3s ease-in-out, opacity .3s ease-in-out;
  transform: translateY(-25vw) !important;
}

.swiper-slide-next + div + div {
  opacity: 0;
}*/

.active_title {
    border-bottom: 3px solid rgb(215, 0, 15) !important;
}

.cred {
    overflow: hidden;
    padding-top: min(7.6vw, 100px);
}

.cred__main {
    position: relative;
    width: 100%;
    padding: 54px 96px 46px 60px;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcred_bg.jpg&f=webp&q=90&hash=44dc70ede9b2bf3a08f453805ca1c1bfe25363fd29006b2b511ad1bffb875877) 50% 0 no-repeat #212121;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
}

.cred h2 {
    max-width: min(9vw, 173px);
    margin-right: min(11.8vw, 226px);
    font-size: min(1.6vw, 32px);
    font-weight: 600;
    line-height: min(2.1vw, 42px);
    color: white;
}

.cred__pig {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(17.8vw, 341px);
    height: min(12.2vw, 235px);
    background-image: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Fcred__pig.png&f=webp&q=90&hash=bf8666a1e2ad12f54dabfccc1381c2a7623374af32be86b552b8720eee470a0d);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cred p {
    max-width: min(20vw, 392px);
    margin-bottom: min(2.3vw, 46px);
    font-size: min(1vw, 20px);
    font-weight: 400;
    line-height: min(1.5vw, 30px);
    color: rgb(255, 255, 255);
}

.cred p span {
    font-size: min(1.8vw, 36px);
    line-height: min(2.7vw, 54px);
}

.cred__form {
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
}

.form_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.tick-slider {
    color: #fff;
}

.partners_logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form__tel {

}

.range {
    display: flex;
    width: 391px;
}

.range__value {
    height: 38px;
    background: #FFFFFF66;
    border: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.range__value.value1 div {
    position: relative;
    min-width: 94px;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: right;
    align-items: end;
    z-index: 3;
    padding-right: 15px;
    padding-bottom: 4px;
}

.range__value.value1 div i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.range__value.value1 div:before {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 100%;
    height: 100%;
    transform: skew(-25deg, 0);
    background: #000000CC;
    z-index: -1;
}

.range__value.value2 div {
    position: relative;
    min-width: 108px;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: right;
    align-items: end;
    z-index: 3;
    padding-right: 15px;
    padding-bottom: 3px;
}

.range__value.value2 div:before {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 100%;
    height: 100%;
    transform: skew(-25deg, 0);
    background: #D7000FB2;
    z-index: -1;
}

#js_result {
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
    top: -2px;
    position: relative;
}

.range .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.range .form-group::placeholder {
    color: #fff;
}

.form__tel_cred::-moz-placeholder {
    font-size: 14px;
}

.form__tel_cred::placeholder {
    font-size: 14px;
}


.range .form-group span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-left: 20px;
}

.range .range__slider {
    width: 100%;
}

.range__slider label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 24px;
}

.range__slider [type="range"] {
    width: 104%;
    left: -2%;
    -webkit-appearance: none;
    height: 3px;
    outline: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 29px;
}

.range #range__slider1 [type="range"] {
    position: relative;
}

.range #range__slider1 [type="range"]:before {
    content: '';
    position: absolute;
    width: 97.4%;
    left: 1.4%;
    height: 100%;
    background: url(../img/range__slider1_bg.png) no-repeat;
    background-size: contain;
}

.range #range__slider2 [type="range"] {
    position: relative;
}

.range #range__slider2 [type="range"]:before {
    content: '';
    position: absolute;
    width: 95.8%;
    left: 2.1%;
    height: 100%;
    background: url(../img/range__slider2_bg.png) no-repeat;
    background-size: contain;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
    position: relative;
    top: -4px;
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 23px;
    background: url("../img/range_slide_thumb.svg") center bottom no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s linear;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
    opacity: 1;
}

.range__slider [type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #f0932b;
    border: #f9ca24 5px solid;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
    background: #f9ca24;
}

#cred .checkBlock__descr,
#cred .checkBlock__descr a {
    color: rgb(255, 255, 255);
}

#cred .checkBlock__checkVis {
    border: 1px solid rgb(255 255 255);
}

#cred .checkBlock__checkVis::after {
    background-image: url(../img/check_wt.svg);
}

/* remove border */
input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}


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

.testdrive {
    margin: 100px auto 0;
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Ftestdrive_bg.jpg&f=webp&q=90&hash=5575ce590cf1c06a4c57acf782047f15be3261aeffed0e3dfe727f912ab03d75") 50% 0 no-repeat;
    height: 592px;
}

.testdrive .container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.testdrive_cont {
    padding: 38px 8px 34px 42px;
    background: #000000a6;
    max-width: 518px;
}

.testdrive .testdrive_title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.testdrive .testdrive_comment {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.testdrive form {
    margin-top: 20px;
}

.testdrive .checkBlock__descr,
.testdrive .checkBlock__descr a {
    color: rgb(255, 255, 255);
}

.testdrive .checkBlock__checkVis {
    border: 1px solid rgb(255 255 255);
}

.testdrive .checkBlock__checkVis::after {
    background-image: url(../img/check_wt.svg);
}


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

.leasing {
    margin: 100px auto;
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fleasing_bg.jpg&f=webp&q=90&hash=6f26b93c603824cfa247f987e389bf7fef8fbbd4062c3364f8b75a350f288ffe") 50% 0 no-repeat;
    height: 600px;
}

.leasing .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.leasing .leasing_title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.leasing .leasing_comment {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.leasing form {
    margin-top: 30px;
}

.leasing .checkBlock__descr,
.leasing .checkBlock__descr a {
    color: rgb(255, 255, 255);
}

.leasing .checkBlock__checkVis {
    border: 1px solid rgb(255 255 255);
}

.leasing .checkBlock__checkVis::after {
    background-image: url(../img/check_wt.svg);
}

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


.trade {
    overflow: hidden;
    margin-bottom: min(5.6vw, 108px);
}

.trade__main {
    position: relative;
    justify-content: space-between;
    width: 100%;
    min-height: min(18vw, 350px);
    padding: min(2.4vw, 48px) min(12.7vw, 244px) 0 min(3vw, 60px);
    background-image: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Ftrade.jpg&f=webp&q=90&hash=f81e8a5b0837392e12bfc128fe16ce4e253b73c4a4c392a5227b2560176894a7");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trade__formBlock {
    max-width: min(22vw, 420px);
}

.trade__form {
    flex-direction: column;
    width: 95%;

    row-gap: min(.5vw, 10px);
}

.trade__formDescr {
    display: block;
    margin-top: min(.7vw, 14px);
    margin-bottom: min(2.3vw, 46px);
    font-size: min(1vw, 20px);
    font-weight: 400;
    line-height: min(1.3vw, 26px);
    color: rgb(255, 255, 255);
}

.trade__mob {
    position: absolute;
    right: min(-1.5vw, 30px);
    bottom: min(-.6vw, -12px);
    width: min(24.2vw, 465px);
    height: min(19.3vw, 370px);
    background-image: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Ftrade_mob.png&f=webp&q=90&hash=5fa175d802112c244409852ff13a2790939da53e809e214974830e11d410e447");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trade h2 {
    font-size: min(1.6vw, 32px);
    font-weight: 600;
    line-height: min(2.1vw, 42px);
    color: white;
}

.trade .checkBlock__descr,
.trade .checkBlock__descr a {
    color: rgb(255, 255, 255);
}

.trade .checkBlock__checkVis {
    border: 1px solid rgb(255 255 255);
}

.trade .checkBlock__checkVis::after {
    background-image: url(../img/check_wt.svg);
}

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

.trade_in {
    margin: 100px auto 0;
    background: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Ftrade_in_bg.jpg&f=webp&q=90&hash=ebe94a1233b6de988b597c2433bbcb626cf44a99ec08f7562aae3431487be36a") 50% 0 no-repeat;
    height: 592px;
}

.trade_in .container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.trade_in_cont {
    padding: 38px 8px 34px 42px;
    background: #000000a6;
    max-width: 518px;
}

.trade_in .trade_in_title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.trade_in .trade_in_comment {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
}

.trade_in form {
    margin-top: 20px;
}

.trade_in .checkBlock__descr,
.trade_in .checkBlock__descr a {
    color: rgb(255, 255, 255);
}

.trade_in .checkBlock__checkVis {
    border: 1px solid rgb(255 255 255);
}

.trade_in .checkBlock__checkVis::after {
    background-image: url(../img/check_wt.svg);
}

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

.rewievs {
    margin-top: 68px;
    padding: 53px 0 77px;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimg%2Frewievs_bg.jpg&f=webp&q=90&hash=f77f5177b0460f76af2b6ef72a4c6b25b2ebdac47ea4753efaa015370b018c6b) 50% 0 no-repeat;
    background-size: auto 100%;
}

.rewievs_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.rewievs_title br {
    display: none;
}

.rewievs_comment {
    font-size: 18px;
    font-weight: 400;
    color: #CCCCCC;
    margin-top: 12px;
}

.rewievs_rating_w {
    position: relative;
    margin-top: 20px;
}

.rewievs_rating_w:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.rewievs .rewievs_slider {
    margin-top: 18px;
    width: 102%;
    left: -1%;
}

.rewievs .rewievs_block {
    position: relative;
    padding: 24px 26px;
    background: #fff;
    margin: 0 14px;
    min-height: 329px;
}

.rewievs_name {
    font-size: 24px;
    font-weight: 700;
}

.rewievs_date {
    /* position: absolute; */
    top: 30px;
    right: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #00000066;
    margin-top: 8px;
}

.rewievs_rating {
    margin-top: 16px;
    display: flex;
    column-gap: 8px;
}

.rewievs_rating span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/rating_ico.svg) no-repeat;
}

.rewievs_text {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.rewievs .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    bottom: -18px;
    position: relative;
}

.rewievs .slick-dots li {
    width: 65px;
    height: 4px;
    background: #B3B3B3;
    opacity: 0.6;
    font-size: 0;
    cursor: pointer;
}

.rewievs .slick-dots li:hover,
.rewievs .slick-dots li.slick-active {
    background: #D7000F;
    opacity: 1;
}

.rewievs .slick-arrow {
    position: absolute;
    width: 96px;
    height: 13px;
    top: 50%;
    margin-top: -7px;
    font-size: 0;
}

.rewievs .slick-arrow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/btn_arrow.svg) no-repeat;
    background-size: contain;
}

.rewievs .slick-next {
    left: 102%;
}

.rewievs .slick-prev {
    right: 102%;
    /* transform: rotate(180deg); */
    left: unset;
}

.rewievs .slick-arrow {
    background: unset !important;
}

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

.map__title-text {
    padding: 3px 0;
}

.map__addr-text {
    background: url(../img/header_map.svg) 0 50% no-repeat;
    padding: 3px 0;
    padding-left: 20px;
}

.map__clock-text {
    background: url(../img/header_clock.svg) 0 50% no-repeat;
    padding: 3px 0;
    padding-left: 20px;
}

.map__phone-text {
    background: url(../img/header_tel.svg) 0 50% no-repeat;
    padding: 3px 0;
    padding-left: 20px;
    color: #000;
}

.form-logo.header__logo {
    max-width: 30%;
    margin: 0 auto;
}

.map {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    height: min(24.6vw, 472px);
    /* background-image: url("../phpThumb/phpThumb.php?src=..%2Fimg%2Fmap.jpg&f=webp&q=90&hash=20a694115c2be4208c1fa62a655e248f84e805ccfb5a33f1dfd624f8812c3b54");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.map__contact {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}

.map__contact div :has(picture) {
    align-items: center;

    -moz-column-gap: min(1.3vw, 26px);
    column-gap: min(1.3vw, 26px);
}

.map__container {
    position: relative;
    justify-content: space-between;
    padding-top: min(2vw, 40px);
    padding-bottom: min(2vw, 40px);
}

.map__container::after,
.map__container::before {
    content: "";
    position: absolute;
    top: 0;
    width: min(31.8vw, 611px);
    height: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.map__container::after {
    left: 0;
    background-image: url(../img/map_line_left.png);
}

.map__container::before {
    right: 0;
    background-image: url(../img/map_line_right.png);
}

.map__logoImg {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.map__logoImg_model {
    -o-object-fit: contain;
    object-fit: contain;
}

.map__logo:first-child {
    width: 116px;
    height: auto;
}

.map__logo:last-child {
    width: min(11vw, 208px);
    height: min(1.3vw, 26px);
}

.map__contactBlock {
    align-items: center;

    -moz-column-gap: min(.9vw, 19px);
    column-gap: min(.9vw, 19px);
}

.map__contactBlock a {
    position: relative;
    align-items: center;
    padding-left: min(1vw, 20px);
}

.map__contactBlock a:first-child::after,
.map__contactBlock a:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    width: min(.6vw, 12px);
    height: min(.8vw, 16px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.map__contactBlock a:first-child::after {
    background-image: url(../img/header_map.svg);
}

.map__contactBlock a:last-child::after {
    background-image: url(../img/header_tel.svg);
}

.map__contactBlock a:last-child {
    font-size: min(.8vw, 16px);
    font-weight: 700;
    line-height: min(1vw, 20px);
    color: #000000;
}

.map address {
    font-size: min(.8vw, 16px);
    font-weight: 400;
    line-height: min(1vw, 21px);
    color: #000000;
}

.map__btn {
    align-items: center;
    justify-content: center;
    width: min(13vw, 246px);
    padding: min(.6vw, 12px) min(1vw, 20px);
    background-color: #212121;
    transform: skewX(-30deg);
}

.map__btn span {
    display: block;
    font-size: min(.7vw, 14px);
    font-weight: 350;
    line-height: min(.9vw, 18px);
    color: #ffffff;
    transform: skewX(30deg);
}

.anim_right.map__container::before {
    animation: right_line 1.5s forwards;
}

.anim_left.map__container::after {
    animation: left_line 1.5s forwards;
}

.footer {
    padding-top: min(1.5vw, 30px);
    padding-bottom: min(1.5vw, 30px);
}

.footer__disclaimer {
    display: none;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 350;
    line-height: 18px;
    color: black;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.footer__container {
    align-items: center;
    justify-content: space-between;
}

.footer__yurInfo {
    max-width: min(23vw, 442px);
    font-size: min(.7vw, 14px);
    font-weight: 350;
    line-height: min(.9vw, 18px);
    color: black;
}

.footer__linkBlock {
    flex-direction: column;
}

.footer__link {
    font-size: min(.7vw, 14px);
    font-weight: 300;
    line-height: min(.9vw, 18px);
    color: black;
    text-align: start;
}

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

#instock {
    margin-top: 140px;
}

#instock .instock_item {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

#instock .main_title {
    margin-bottom: 40px;
}

#instock .compl_title br {
    display: none;
}

#filter_table {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

#filter_table .select_container {
    position: relative;
    width: 32.5%;
    display: inline-block;
}

#filter_table select {
    display: block;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    color: #000000;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border-radius: 0px;
    background: url("../img/ico_select.svg") 96% 50% no-repeat;
    border: 1px solid #212121;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}

.tb_complects {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 300;
}

.tb_complects.limit tr:nth-child(n + 5) {
    display: none;
}

.tb_complects tr {
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    background: #F8F8F8;
    margin-bottom: 60px;
}

.tb_complects tr:last-child {
    margin-bottom: 0;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr th {
}

.tb_complects tr td {
}

.tb_complects tr td.compl_name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 88px;
}

.tb_complects tr td.compl_name:before {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 97%;
    height: 100%;
    background: url(../img/compl_name_bg.png) no-repeat;
    background-size: cover;
}

.compl_props {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.compl_props b {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 20px 4px 10px;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
}

.compl_props b:before {
    content: '';
    position: absolute;
    left: auto;
    top: 0;
    width: 120%;
    height: 100%;
    background: #D7000F;
    z-index: -1;
    transform: skewX(-30deg);
    right: 12px;
}

.tb_complects .number_of_cars {
    position: absolute;
    left: 34%;
}

.tb_complects .number_of_cars b {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.tb_complects .number_of_cars span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.tb_complects [data-param1="empow"] .number_of_cars {
    display: none;
}

.tb_complects [data-param1="s7"] .number_of_cars {
    display: none;
}


.tb_complects tr td .param1 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

.tb_complects tr td .param1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    min-width: 120px;
    height: 65px;
    background: #D7000F;
    padding: 0 1.2vw;
}

.tb_complects tr td.compl_imgs {
    padding-left: 30px;
    width: 54%;
}

.tb_complects tr td.compl_imgs .compl_img {
    width: 100%;
}

.tb_complects tr td.compl_imgs .compl_img img {
    width: 100%;
}

.compl_tehs {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.compl_tehs b {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 31px;
    min-height: 24px;
}

.compl_tehs b:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background: url(../img/compl_tehs_before.svg) no-repeat;
}

.compl_specs {
    margin-top: 94px;
    display: grid;
    row-gap: 10px;
    max-width: 200px;
}

.compl_specs div {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding-left: 42px;
    min-height: 32px;
    line-height: 100%;
}

.compl_specs div b {
    display: contents;
    font-weight: 600;
}

.compl_specs div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}

.compl_specs div.ico1:before {
    background: url(../img/compl_specs_ico1.svg) no-repeat;
}

.compl_specs div.ico2:before {
    background: url(../img/compl_specs_ico2.svg) no-repeat;
}

.compl_specs div.ico3:before {
    background: url(../img/compl_specs_ico3.svg) no-repeat;
}

.compl_specs div.ico4:before {
    background: url(../img/compl_specs_ico4.svg) no-repeat;
}

.tb_complects_showmore {
    position: absolute;
    left: 50%;
    margin-left: -81px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    max-width: 100%;
    text-decoration: none;
    height: 26px;
    background: url(../img/showmore_ico.svg) 100% 50% no-repeat;
    color: #000000;
}

.tb_complects_showmore:after {
    display: none;
}

.tb_complects tr .last {
}

.tb_complects tr .btns {
    margin-top: 100px;
    width: 100%;
    max-width: 280px;
    padding-right: 44px;
    display: grid;
    justify-content: right;
    row-gap: 15px;
}

.tb_complects tr .btns .btn {
    display: flex;
    width: 100%;
    height: 50px;
}

.tb_complects tr .btns .btn:after {
    display: none;
}

.tb_complects tr .btns .btn:first-child {
    margin-bottom: 10px;
}

.tb_complects tr td .param2 {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    height: 36px;
    text-transform: uppercase;
    background: #b91b23;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 75%;
}

.tb_complects tr td .compl_specs {
    margin-top: 15px;
}

.tb_complects tr td .compl_specs div {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 10px;
}

.tb_complects tr td .compl_specs div.ico1 {
    background: url("../img/compl_ico1.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_specs div.ico2 {
    background: url("../img/compl_ico2.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_specs div.ico3 {
    background: url("../img/compl_ico3.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_profit {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tb_complects tr td .compl_profit .compl_profit_item {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.tb_complects tr td .compl_profit .compl_profit_item:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 2px;
    background-color: #b91b23;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0 8px 15px 10px rgba(0, 0, 0, 0.075);
    position: absolute;
    top: 0;
    left: 0;
}

.tb_complects tr td .compl_profit .compl_profit_item span {
    color: #b91b23;
    font-weight: 700;
}

.tb_complects tr td .compl_profit .compl_profit_item.profit1:before {
    background-image: url(../img/compl_profit_ico1.png);
}

.tb_complects tr td .compl_profit .compl_profit_item.profit2:before {
    background-image: url(../img/compl_profit_ico2.png);
}

.tb_complects tr td .compl_profit .compl_profit_item.profit3:before {
    background-image: url(../img/compl_profit_ico3.png);
}

.resp_table1 tr td:nth-child(1):before {
    display: none;
}

.resp_table1 tr td:nth-child(2):before {
    display: none;
}

.resp_table1 tr td:nth-child(3):before {
    display: none;
}

.resp_table1 tr td:nth-child(4):before {
    display: none;
}

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

.compl {
    /*display: none;*/
    flex-direction: column;
    justify-content: center;
}

.compl__selectBlock {
    position: relative;
    align-items: center;
}

.compl__selectArrowBlock {
    position: absolute;
    top: min(1.2vw, 23px);
    right: min(1.2vw, 23px);
    width: min(2vw, 40px);
    height: min(.35vw, 7px);
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image .2s ease-in-out;
}

.compl__choiceModel {
    justify-content: center;
    width: 100%;
    margin-top: -1.92vw;
    margin-bottom: min(5.3vw, 106px);

    -moz-column-gap: min(3vw, 60px);
    column-gap: min(3vw, 60px);
}

.compl__choiceBtn {
    font-size: min(1.6vw, 32px);
    font-weight: 350;
    line-height: min(2.1vw, 42px);
    color: #000000;
}

.compl__choice {
    border-bottom: 1px solid transparent;
    transition: border-bottom .3s ease-in-out;
}

.compl__choice:first-child {
    padding-left: min(1.4vw, 27px);
}

.compl__choice:last-child {
    padding-right: min(1.4vw, 27px);
}

.compl__btnModelChoice {
    align-items: center;
    justify-content: space-between;
    width: min(26vw, 495px);
    margin-bottom: min(2.1vw, 42px);
    padding: min(.8vw, 25px) min(1.2vw, 25px);
    border: 1px solid #c3c3c3;
    font-size: min(1vw, 20px);
    font-weight: 600;
    line-height: min(1vw, 20px);
    color: #212121;
    background-color: rgba(217, 217, 217, .5);
}

.compl__infoBlock {
    position: relative;
    padding-top: min(5vw, 95px);
}

.compl__charDescr {
    font-size: min(.7vw, 14px);
    font-weight: 350;
    line-height: min(1vw, 20px);
    color: black;
}

.compl__charIndicator {
    font-size: min(1.8vw, 36px);
    font-weight: 900;
    line-height: min(1vw, 20px);
    color: black;
}

.compl__charItem {
    align-items: center;
    justify-content: space-between;

    -moz-column-gap: min(.6vw, 12px);
    column-gap: min(.6vw, 12px);
}

.compl__charBlock {
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(26vw, 495px);
    margin-bottom: min(3.1vw, 62px);

    row-gap: min(1vw, 20px);
}

.compl__cardsBtn {
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(26vw, 495px);

    row-gap: min(.8vw, 17px);
}

.compl__line {
    width: 1px;
    height: min(2.7vw, 54px);
    background-color: #000000;
    transform: skewX(-20deg);
}

.compl__img {
    width: min(42vw, 811px);
    height: min(20.5vw, 394px);
}

.compl__imgBlock {
    padding-top: min(5vw, 95px);
}

.compl__container {
    flex-direction: row !important;
}

.compl__container_m8 {
    flex-direction: row-reverse !important;
}

.compl__imgDescrBlock {
    position: relative;
    align-items: center;
    justify-content: space-between;
    max-width: 85%;
    min-height: min(4.5vw, 90px);
    margin-bottom: min(1.5vw, 30px);
}

.compl__imgDescrBlock::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(24vw, 460px);
    height: min(4.5vw, 90px);
    background-color: rgba(215, 0, 15, .05);
}

.compl__imgDescrBlock_m8::after {
    left: min(4.5vw, 90px);
}

.compl__credElem {
    margin-left: min(7vw, 140px);
}

.compl__credElem_gs5 {
    margin-left: min(9vw, 180px);
}

.compl__modelName {
    position: relative;
    bottom: min(.25vw, 5px);
    margin-right: min(2.5vw, 50px);
    font-size: min(5vw, 96px);
    font-weight: 600;
    line-height: min(1vw, 20px);
    color: rgba(33, 33, 33, .8);
}

.compl__credDescr {
    display: block;
    margin-bottom: min(.7vw, 14px);
    font-size: min(1vw, 20px);
    font-weight: 350;
    line-height: min(1vw, 20px);
    color: black;
}

.compl__credSum {
    position: relative;
    display: flex;
    max-width: min(11.5vw, 230px);
    padding-right: min(3.3vw, 66px);
    font-size: min(2vw, 40px);
    font-weight: 400;
    line-height: min(1vw, 20px);
    color: black;
}

.compl__credSum::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(2.6vw, 52px);
    height: min(1.3vw, 26px);
    background-image: url(../img/elem.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.compl__credPrev {
    position: relative;
    display: flex;
    max-width: min(14vw, 230px);
    padding-right: min(3.3vw, 66px);
    font-size: min(1.1vw, 22px);
    font-weight: 600;
    line-height: min(1vw, 20px);
    color: black;
}

.compl__credPrev::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 25px;
    height: 24px;
    background-image: url(../img/diamond.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arrow_trans {
    background-image: url(../img/select_arrow_hover.png);
}

.modal {
    display: none;
    width: 30%;
    max-width: 430px;
}

.modal__formTel {
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border: 1px solid #231f20;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(35, 31, 32, .6);
    text-align: center;
}

.modal__form {
    flex-direction: column;
    width: 420px;
    max-width: 100%;

    row-gap: 1rem;
}

.modal__btn {
    display: block;
    width: 100%;
    margin-bottom: .4rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: white;
    text-align: center;
    background-color: rgb(33, 33, 33);
    transition: background-color .3s ease-in-out, color .3s ease-in-out,
    color .3s ease-in-out;
}

.modal__checkInput {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.modal__checkBlock {
    position: relative;
    display: flex !important;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding-left: 1.5rem !important;
    cursor: pointer;
}

.modal__check {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #8a8d8f;
    border-radius: 100%;
}

.modal__check::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 100%;
    opacity: 0;
    background-color: #8a8d8f;
    transition: opacity .3s ease-in-out;
}

.modal__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: black;
    text-align: center;
}

.cookie_text {
    position: fixed;
    bottom: 20px;
    width: 70%;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    font-size: 18px;
}

.cookie_text.hide {
    display: none;
}

.cookie_text a {
    color: #000;
    text-decoration: underline;
}

.cookie_text p {
    max-width: 86%;
}

.cookie_text button {
    width: 200px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: min(.7vw, 14px);
    font-size: min(.7vw, 14px);
    font-weight: 300;
    line-height: min(.7vw, 14px);
    color: white;
    background-color: rgb(33, 33, 33);
    transition: background-color .3s ease-in-out;
}

.cookie_text button:hover {
    background-color: #373737;
}


.policy_popup,
.policy_popup2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.policy_popup.fancybox-content,
.policy_popup2.fancybox-content {
    max-width: 94%;
    height: 87%;
    margin-top: 90px;
}

.policy_popup h1,
.policy_popup2 h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    position: relative;
    max-width: 100%;
    line-height: normal;
    color: #000000;

}

.policy_popup table.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
}

.policy_popup table.table,
.policy_popup table.iksweb td,
.policy_popup table.table th {
    border: 1px solid #595959;
}

.policy_popup table.table td,
.policy_popup table.table th {
    padding: 3px;
    width: 30px;
    height: 35px;
    border-bottom: 1px solid #000;
}

.policy_popup table.table td:nth-child(odd) {
    border-right: 1px solid #000;
}

.policy_popup table.table th {
    background: #347c99;
    color: #fff;
    font-weight: normal;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    transition: transform .5s ease-in-out;
}

.burger__line {
    position: relative;
    display: block;
    height: 1px;
    background-color: rgb(0, 0, 0);
    transition-duration: .25s;
}

.burger__line_1 {
    left: 5px;
    width: 100%;
}

.burger__line_2 {
    width: 100%;
}

.burger__line_3 {
    right: 5px;
    width: 100%;
}

.open {
    transform: rotateZ(180deg);
}

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

    100% {
        transform: translateX(0);
    }
}

@keyframes right_line {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.header__btn,
.hero__btn,
.form__btn,
.model__btn_cred,
.header__btn,
.model__btn_price,
.form__btn_credTrade,
.modal__btn {
    transition: background-color .3s ease-in-out;
}

.model__btn_last {
    transition: border .3s ease-in-out, background-color .3s ease-in-out;
}

.model__btn_last span {
    transition: color .3s ease-in-out;
}

@media (any-hover: hover) {
    .compl__choice:hover {
        border-bottom: 1px solid #d7000f;
    }

    .model__loop:hover {
        transform: scale(.8);
    }

    .hero li a:hover {
        font-size: min(1vw, 18px);
    }

    .advant ul li a:hover {
        transform: scale(1.1);
    }

    .model__sliderNav:hover {
        background-image: url(../img/arrow_swiper_model-hover.png);
    }

    .model__sliderNav_prev:hover {
        transform: rotate(180deg);
    }

    .model__sliderNav_next:hover {
        transform: rotate(0);
    }

    .header__btn:hover,
    .hero__btn:hover,
    .form__btn:hover,
    .model__btn_cred:hover,
    .header__btn:hover,
    .modal__btn:hover {
        background-color: #373737;
    }

    .model__btn_price:hover,
    .form__btn_credTrade:hover {
        background-color: #f02d3a;
    }

    .model__btn_last:hover {
        border: 1px solid #f02d3a;
        background-color: #f02d3a;
    }

    .model__btn_last:hover span {
        color: white;
    }

    .model__charItem:first-child:hover::after {
        background-image: url(../img/advant_hover.svg);
    }

    .model__charItem:nth-child(2):hover::after {
        background-image: url(../img/garant_hover.svg);
    }

    .model__charItem:nth-child(3):hover::after {
        background-image: url(../img/price_hover.svg);
    }

    .model__charItem:last-child:hover::after {
        background-image: url(../img/instal_hover.svg);
    }

    .aion_ico1:hover::after {
        background-image: url(../img/gift_hover.svg) !important;
    }

    .aion_ico3:hover::after {
        background-image: url(../img/advant_hover.svg) !important;
    }

    .aion_ico4:hover::after {
        background-image: url(../img/tech_ico_hover.svg) !important;
    }
}

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

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container .agree_field {
    font-size: 10px;
    color: black;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}

.popup_container .form_comment {
    padding-bottom: 15px;
    font-size: 20px;
    color: #d6001c;
    text-align: center;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    /* Aey IE */
    /* Aey Firefox */
    /* Aey Safari, Chrome, iOS */
    /* Aey Opera */
    transform: rotate(45deg);
}

.popup_container .close:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 34px;
    height: 1px;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    display: block;
    width: 1px;
    height: 34px;
    background-color: #a8a8a8;
}

.popup_container .form-group input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    line-height: 56px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: #f3f3f3;
}

.popup_container .form-group textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c0c6c9;
    font-family: "Montserrat";
    font-size: 16px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: none;
    resize: none;
}

.popup_container .form-group select {
    width: 100%;
    height: 50px;
    height: 38px;
    padding-left: 10px;
    border: 1px solid white;
    border: 1px solid #c0c6c9;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    color: #1d1f20;
    background-color: white;
}

.popup_container .form-group button {
    height: 38px;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

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

.agree_field {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 20px;
    font-size: 10px;
    line-height: 100%;
}

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

.popup_container .form-disclamer {
    padding-top: 10px;
    font-size: 10px;
    color: #b8b8b8;
    text-align: center;
}

.form_tel {
    margin-bottom: 20px;
}

.form_tel a {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */


/*******************************************************************
            FEED
********************************************************************/

.stock_cars {
    margin-top: 100px;
}

.stock_cars_title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
}

.stock_cars_filter {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.stock_cars_filter select {
    width: 32%;
    appearance: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #212121;
    background: url("../img/ico_down.svg") 96% 50% no-repeat;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    cursor: pointer;
}

.stock_cars_filter select[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.stock_cars_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 65px;
}

.stock_car {
    position: relative;
    padding: 20px;
    border-radius: 4px;
    background: rgba(220, 222, 221, 0.20);
}

.stock_car_name {
    font-size: 16px;
    color: #c0c0c0;
    text-transform: uppercase;
}

.stock_car_name b {
    font-size: 18px;
    display: block;
    color: #212121;
}

.stock_car_count {
    display: block;
    background: url("../img/stock_count.svg") 0 50% no-repeat;
    background-size: 100%;
    padding: 14px 10px 14px 60px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    margin-top: 10px;
}

.stock_car_count:before {
    content: '';
    position: absolute;
    top: calc(50% - 14px);
    left: 30px;
    width: 20px;
    height: 28px;
    background: url("../img/stock_ico.svg") 50% no-repeat;
}

.stock_car_count b {
    font-size: 25px;
    font-weight: 700;
}

.stock_car_slider {
    margin-top: 30px;
    padding-bottom: 12px !important;
}

.stock_car_slider .swiper-pagination {
    bottom: 0 !important;
    /*height: 8px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.stock_car_slider .swiper-pagination-bullet {
    width: 29px;
    height: 2px;
    background: #C0C0C0;
    opacity: 1;
    margin: 0 6px !important;
    transition: all .3s ease;
    border-radius: 0;
}

.stock_car_slider .swiper-pagination-bullet-active {
    background: #212121;
}

.stock_car_slider .swiper-slide {
    /*height: 255px;*/
    width: 100% !important;
}

.stock_car_slider .swiper-slide img {
    width: 100%;
}

.stock_car_text {
    margin-top: 30px;
}

.stock_car_techs {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.stock_car_techs > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.stock_car_techs > div span {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.stock_car_btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stock_car_btns .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 16px;
    transition: all .3s ease;
}

.stock_car_btns .btn.dark {
    background: #212121;
}

.stock_car_btns .btn.glass {
    border: 1px solid #212121;
    color: #212121;
}

.stock_car_btns .btn:hover {
    background: #373737;
    color: #ffffff;
}

#stock_showmore {
    margin-top: 30px;
    font-size: 16px;
}

#stock_showmore span {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 0 10px;
    align-items: center;
    cursor: pointer;
}

/* ===== Продажи уже начались ===== */
.sales_block {
  list-style: none;
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sales_block__head {
  text-align: center;
}

.sales_block__title {
  margin: 0 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: #0b0d0c;
  border: none;
  padding-left: 0;
}

.sales_block__subtitle {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: #1a1a1a;
}

.sales_block__grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.sales_block__item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid rgba(204, 204, 204, 0.36);
  text-decoration: none;
}

a.sales_block__item {
  cursor: pointer;
}

.sales_block__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.sales_block__item.is-sold {
  opacity: 0.5;
}

.sales_block__item.is-sold:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.sales_block__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: url(../img/sale_badge.svg) center / contain no-repeat;
  z-index: 2;
}

.sales_block__tooltip {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 14px;
  background: #d7000f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 3;
}

.sales_block__item:hover .sales_block__tooltip {
  opacity: 1;
  visibility: visible;
}

.sales_block__form {
  margin: 30px auto 0;
  max-width: 890px;
}

.sales_block__fields {
  display: flex;
  gap: 15px;
}

.sales_block__input,
.sales_block__btn {
  height: 48px;
  border-radius: 100px;
  font-size: 16px;
  flex: 1;
}

.sales_block__input {
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #c3c3c3;
  color: #1a1a1a;
}

.sales_block__input::placeholder {
  color: #cccccc;
}

.sales_block__btn {
  border: none;
  color: #ffffff;
  background: #212121;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.sales_block__btn:hover {
  background: #000000;
}

/* Состояние disabled, пока не отмечено согласие */
.sales_block__form.not_agree .sales_block__btn {
  background: #cccccc;
  cursor: default;
}

.sales_block__agree {
  margin-top: 16px;
}
