/* import fonts */


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

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

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

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

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

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


/* import fonts END */

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

/* css reset */

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

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

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

address {
    font-style: normal;
}

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

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

input::-moz-placeholder {
    color: #202020B8;
}

input::-webkit-input-placeholder {
    color: #202020B8;
}

input:-ms-input-placeholder {
    color: #202020B8;
}

input::placeholder {
    color: #202020B8;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    display: block;
    color: #202020B8;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 2px solid #202020;
}

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

.select:hover {
    border-color: #202020B8;
}

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

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

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

blockquote,
q {
    quotes: none;
}

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

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

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

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

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


/* common styles */



body {
    font-family: "TT Wellingtons", Arial, sans-serif;
    font-size: 16px;
    color: #202020;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.haval {
    font-family: "Haval", Arial, sans-serif;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
}


.form_title {
    color: inherit;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}

input,
textarea,
select,
button,
.btn {
    height: 42px;
}

form .form-group-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
}

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

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

form.form_white input::-moz-placeholder {
    color: #FAFAFA;
}

form.form_white input::-webkit-input-placeholder {
    color: #FAFAFA;
}

form.form_white input:-ms-input-placeholder {
    color: #FAFAFA;
}

form.form_white input::placeholder {
    color: #FAFAFA;
}

form.form_white input,
form.form_white select,
form.form_white textarea {
    border-color: #FAFAFA;
    color: #FAFAFA;
}

form.form_white input {}

form.form_white select {}

form.form_white textarea {}

.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 #c86461;
}

#form_popup {
    display: none;
}

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

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

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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    bottom: 6px;
}

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

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

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

.form_white .agree_field {
    color: #FAFAFA;
}

.main {}

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

section {
    margin-top: 90px;
}

.title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Haval", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.title_white {}

.subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Haval", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.logo-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {}

.logo2 {}

.logo-text {
    font-size: 18px;
    padding-left: 12px;
    border-left: 1px solid #636C70;
    line-height: 1;
}

.addr {
    font-size: 12px;
}

.phone {
    font-size: 14px;
}


.btn {
    background: transparent;
    color: #202020;
    text-align: center;
    width: 240px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    position: relative;
    text-decoration: none;
    transition: all .1s linear;
    font-family: "Haval", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn_arrow span {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: auto;
    white-space: nowrap;
}

.btn_arrow span:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/ico__arrow-btn.svg) 50% no-repeat;
}

.btn:hover {
    color: #00CABF;
}

.btn_arrow:hover span:after {
    background: url(../img/ico__btn-arrow_hover.svg) 50% no-repeat;
}

.btn_glass {
    border-color: #202020;
    color: #202020;
}

.btn_glass:hover {
    color: #00CABF;
    border-color: #00CABF;
}

.btn_glass_white {
    border-color: #fff;
    color: #fff;
}

.btn_glass_white span:after {
    background: url(../img/ico__btn-arrow_white.svg) 50% no-repeat;
}

.btn_glass_white:hover {
    border-color: #00CABF;
    color: #00CABF;
}

.btn_white {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}

.btn_white:hover {
    background-color: transparent;
    border-color: #00CABF;
    color: #00CABF;
}

.btn_white:hover span:after {
    background: url(../img/ico__btn-arrow_hover.svg) 50% no-repeat;
}

.btn_glass_white:hover span:after {
    background: url(../img/ico__btn-arrow_hover.svg) 50% no-repeat;
}

/* common styles END */



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




.header .mob-menu-btn {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 15;
}

.header__container {}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.header__logo-block {}

.header__logo {}

.header__logo img {}

.header__logo2 {}

.header__logo-text {}

.header__addr {}

.header__phone {}

.header__btn {}

.menu {
    background: #F5F5F5;
    padding: 15px 0;
}

.menu__container {}

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

.menu__item {
    transition: all .1s linear;
}

.menu__item:hover {
    text-shadow: .5px 0 0 #202020a6, -.5px 0 0 #202020a6, 0 .5px 0 #202020a6, 0 -.5px 0 #202020a6;
}


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


.intro {
    margin-top: 133px;
    overflow: hidden;
}

.intro__slider {
    position: relative;
}

.intro__content {
    position: absolute;
    width: 100%;
    top: 40px;
}

.intro__container {}

.intro__title-block {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.intro__title {
    text-align: center;
    /* font-size: 36px; */
    font-size: 24px;
    text-transform: uppercase;
}

.intro__btn {
    width: 357px;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 21px);
}

.intro__btn:hover {
    background-color: #00CABF;
    border-color: #00CABF;
    color: #fff;
}

.intro__btn:hover span:after {
    background: url(../img/ico__arrow-btn_white.svg) 50% no-repeat;
}

.intro__bg {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.intro__bg picture {}

.intro__bg img {}

.intro .swiper-wrapper {}

.intro .swiper-slide {}

.intro__pag {}

.intro__slider-arrows {}

.intro__slider-arrow-prev {}

.intro__slider-arrow-next {}


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


.timer {
    margin-top: -15px;
    position: relative;
}

.timer__container {}

.timer__content {
    background: #F5F5F5;
    padding: 20px 54px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.timer__main {}

.timer__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 12px;
}

.timer__timer {}

.timer__form {
    width: 616px;
    max-width: 100%;
}

.timer__form .form_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 12px;
    text-align: left;
}


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


.cars {}

.cars__container {}

.cars__title {}

.cars__menu {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.cars__menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: all .1s linear;
}

.cars__menu-item:hover {
    color: #00CABF;
}

.cars__menu-img {}

.cars__menu-img picture {}

.cars__menu-img img {}

.cars__menu-name {}

.cars__content {
    margin-top: 92px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.car {
    position: relative;
    width: calc(50% - 8px);
    background: #FAFAFA;
    padding: 40px;
    /* transform: translateY(1000px);
    transition: all .5s linear; */
}

.car_profit {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 16px 0 10px;
    font-family: "Haval", sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #202020;
    background: #00CABF;
}

.car_profit b {
    font-size: 16px;
}

.car_profit i {
    position: absolute;
    right: 100%;
    margin-right: 2px;
    display: block;
    min-width: 42px;
    height: 44px;
    background: url(../img/car_profit_ico.svg) 50% 50% no-repeat #00CABF;
}

/* .car.anim {
    transform: translateY(0px);
} */
.car__name {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.car__image-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.car__image {}

.car__image img {}

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

.car__color-dot {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.car__color-dot:hover,
.car__color-dot.active {
    box-shadow: inset 2px 2px 0px #fff, inset -2px -2px 0px #fff;
    border: 1px solid #000;
}

.car__props {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
}

.car__props-item {
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(../img/ico__car-props2.svg);
}

.car__props-item:hover {
    background-image: url(../img/ico__car-props2_hover.svg);
}

.car__props-item_ico1 {
    background-image: url(../img/ico__car-props1.svg);
}

.car__props-item_ico2 {
    background-image: url(../img/ico__car-props2.svg);
}

.car__props-item_ico3 {
    background-image: url(../img/ico__car-props3.svg);
    margin-left: 4px;
    padding-left: 32px;
}

.car__props-item_ico1:hover {
    background-image: url(../img/ico__car-props1_hover.svg);
}

.car__props-item_ico2:hover {
    background-image: url(../img/ico__car-props2_hover.svg);
}

.car__props-item_ico3:hover {
    background-image: url(../img/ico__car-props3_hover.svg);
}

.car__props-text {}

.car__gallery {
    margin-top: 12px;
}

.car__gallery .swiper {
    padding-bottom: 15px;
}

.car__gallery .swiper-wrapper {}

.car__gallery .swiper-slide {
    width: auto !important;
}

.car__gallery .swiper-pagination {
    height: auto;
    bottom: -5px !important;
}

.car__gallery .swiper-pagination-bullet {
    height: 4px;
    border-radius: unset;
    background: #CCCCCCCC;
    width: 20%;
    margin: 0;
    opacity: 1;
}

.car__gallery .swiper-pagination-bullet-active {
    background: #00CABF;
}

.car__gallery-item {}

.car__gallery-item picture {}

.car__gallery-item picture img {}

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

.car__btn {
    width: 100%;
}

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


.best-offer {
    width: calc(50% - 8px);
    position: relative;
    display: flex;
    align-items: flex-end;
}

.best-offer__content {
    position: absolute;
    padding: 40px;
}

.best-offer__title {
    color: #fff;
    text-align: left;
}

.best-offer__form {
    margin-top: 20px;
}

.best-offer__bg {}

.best-offer__bg picture {}

.best-offer__bg picture img {}


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


.instock {
    margin-top: 130px;
}

.instock__title {}

.instock #filter_table {
    margin-bottom: 45px;
    padding-top: 41px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    /* display: none; */
}

.instock #filter_table .select_container {
    position: relative;
    width: 48%;
    display: inline-block;
    margin-left: 10px;
}

.instock #filter_table select option {
    color: #202020B8;
    ;
}

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

.instock {}

.instock tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    width: 100%;
}

.instock tr {
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(33.333% - 11.4px);
}

.instock td {}

.instock .compl-image {}

.instock .compl-title {}

.instock .compl-name {
    color: #202020B8;
    font-size: 12px;
    text-transform: uppercase;
}

.instock .compl-compl {
    font-size: 18px;
    color: #202020;
    text-transform: uppercase;
    font-weight: 700;
}

.instock .compl-techs {
    display: flex;
    justify-content: space-between;
}

.instock .compl-tech {}

.instock .compl-tech__name {
    color: #202020B8;
    font-size: 12px;
}

.instock .compl-tech__val {
    font-size: 18px;
    color: #202020;
}

.instock .compl-btns {}

.instock .compl-btn {
    width: 100%;
}

.instock .tb_complects_showmore {
    color: inherit;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    display: block;
    width: fit-content;
    text-decoration: none;
    background: url(../img/ico_select.svg) 100% 50% no-repeat;
    padding-right: 30px;
}


/********** TRADE-IN **************/
.tradein {
    position: relative;
    overflow: hidden;
    min-height: 544px;
}

.tradein__container {
    position: relative;
    z-index: 5;
    height: 544px;
    display: flex;
    align-items: center;
}

.tradein__content {
    max-width: 445px;
    width: 100%;
    text-align: left;
    margin-top: -35px;
}

.tradein__title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #202020;
    text-align: left;
}

.tradein__subtitle {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #202020;
    text-align: left;
}

.tradein__form {
    width: 360px;
}

.tradein__row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tradein__field {
    margin-bottom: 10px;
    width: 100%;
}

.tradein__field input,
.tradein__field select {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    border: 2px solid #202020;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    outline: none;
    transition: .25s;
}


select.tradein__select {
    appearance: none;
    cursor: pointer;
    padding-right: 45px;
    background: url("../img/ico_select.svg") no-repeat right 14px center;
    background-size: 20px;
}

.tradein__range {
    margin: 5px 0;
}

.tradein__range label {
    display: block;
    margin-bottom: 14px;
    font-family: 'TT Wellingtons';
    font-size: 16px;
    font-weight: 500;
    color: #202020;
}

.tradein__range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    height: 8px;
    background: transparent;
    outline: none;
    cursor: pointer;
    border: 0;
}

/* дорожка */
.tradein__range input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: rgba(32, 32, 32, .35);
    border-radius: 20px;
}

/* бегунок */
.tradein__range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #202020;
    border: none;
    margin-top: -5px;
}

.tradein__range input[type="range"]::-moz-range-track {
    height: 2px;
    background: rgba(32, 32, 32, .35);
}

.tradein__range input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #202020;
}

.tradein__range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-family: 'TT Wellingtons';
    font-size: 16px;
    font-weight: 500;
    color: rgba(32, 32, 32, .72);
}

#tradeinRangeValue {
    font-weight: 700;
    color: #202020;
}

.tradein__btn {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #00cabf;
    color: #202020;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    transition: .25s;
}

.tradein__btn:hover {
    background: #00b3a92b;
    border: 1px solid;
}

.tradein__btn span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tradein__btn i {
    width: 18px;
    height: 18px;
    background: url("../img/ico__arrow-btn.svg") center/contain no-repeat;
}

.tradein .agree_field {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.3;
}

.tradein .agree_field input {
    margin-top: 2px;
}

.tradein .agree_field a {
    color: #202020;
    text-decoration: underline;
}

.tradein__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.tradein__bg picture,
.tradein__bg img {
    width: 100%;
    height: 100%;
}

.tradein__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    -webkit-mask-image: linear-gradient(to left, black 70%, transparent 80%);
    mask-image: linear-gradient(to left, black 70%, transparent 80%);
}

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

.credit {
    margin-top: 8px;
    overflow: hidden;
}

.credit__container {}

.credit__content {
    position: absolute;
    color: #fff;
    width: 440px;
    max-width: 100%;
    height: 480px;
    background: #20202066;
    backdrop-filter: blur(52px);
    padding: 40px;
    padding-top: 3%;
}

.credit__title {
    text-align: left;
}

.credit__subtitle {
    margin-top: 32px;
    text-align: left;
}

.credit__form {
    margin-top: 20px;
    width: 360px;
    justify-self: center;
    max-width: 100%;
}

.credit__bg {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.credit__form select.form-control {
    width: 100%;
    height: 48px;
    padding: 0 45px 0 18px;
    background: url("../img/ico_select2.svg") no-repeat right 18px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: .25s;
}

/* Выпадающий список */
.credit__form select.form-control option {
    background: #fff;
    color: #202020;
    padding: 10px;
}

.credit__bg picture {}

.credit__bg img {}


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

.testdrive {
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    min-height: 470px;
}

.testdrive__container {
    position: relative;
    z-index: 5;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.testdrive__content {
    max-width: 385px;
    width: 100%;
    text-align: left;
    margin-top: 75px;
}

.testdrive__title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #202020;
    text-align: left;
}

.testdrive__subtitle {
    margin-top: 32px;
}

.testdrive__subtitle {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #202020;
    text-align: left;
}

.testdrive__form {
    width: 360px;
}

.testdrive__row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.testdrive__field {
    margin-bottom: 10px;
    width: 100%;
}

.testdrive__field input,
.testdrive__field select {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    border: 2px solid #202020;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    outline: none;
    transition: .25s;
}

.testdrive__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.testdrive__bg picture {}

.testdrive__bg picture,
.testdrive__bg img {
    width: 100%;
    height: 100%;
}

.testdrive__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    -webkit-mask-image: linear-gradient(to right, black 60%, transparent 75%);
    mask-image: linear-gradient(to right, black 60%, transparent 75%);
}


/****** TABLET *****/
@media (max-width:1400px) {

    .tradein,
    .testdrive {
        min-height: 480px;
    }

    .tradein__container,
    .testdrive__container {
        height: 480px;
    }

    .tradein__content,
    .testdrive__content {
        margin-top: 0;
        max-width: 400px;
    }

    .tradein__title,
    .testdrive__title {
        font-size: 32px;
    }

    .tradein__subtitle,
    .testdrive__subtitle {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .credit__content {
        width: 400px;
        height: 440px;
        padding: 32px;
    }

    .credit__form,
    .tradein__form,
    .testdrive__form {
        width: 100%;
        max-width: 360px;
    }

    .tradein__bg img {
        object-position: 70% center;
    }

    .testdrive__bg img {
        object-position: 30% center;
    }
}

@media (max-width:1200px) {

    .tradein__container,
    .testdrive__container {
        padding: 0 40px;
    }

    .tradein__content,
    .testdrive__content {
        margin-left: 0;
        margin-right: 0;
    }

    .credit__content {
        left: 40px;
        width: 380px;
        padding: 28px;
    }

    .tradein__title {
        margin-bottom: -15px;
    }

    .tradein__title,
    .testdrive__title {
        font-size: 30px;
    }

    .tradein__subtitle,
    .testdrive__subtitle {
        font-size: 16px;
    }

    .tradein__bg img {
        -webkit-mask-image: linear-gradient(to left, black 45%, transparent 70%);
        mask-image: linear-gradient(to left, black 45%, transparent 70%);
    }

    .testdrive__bg img {
        -webkit-mask-image: linear-gradient(to right, black 45%, transparent 70%);
        mask-image: linear-gradient(to right, black 45%, transparent 70%);
    }

}

@media (max-width:767px) {

    /*********** Общие ***********/
    .tradein,
    .credit,
    .testdrive {
        padding: 15px 0;
        min-height: auto;
    }

    .tradein__container,
    .credit__container,
    .testdrive__container {
        height: auto;
        display: block;
        padding: 0;
    }

    .tradein__content,
    .credit__content,
    .testdrive__content {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 24px 20px;
        background: #fff;
    }

    .credit__content {
        background: rgba(32, 32, 32, .9);
        backdrop-filter: blur(24px);
        color: #fff;
        height: auto;
    }

    .tradein__title,
    .credit__title,
    .testdrive__title {
        font-size: 28px;
        line-height: 1.2;
    }

    .tradein__subtitle,
    .credit__subtitle,
    .testdrive__subtitle {
        margin: 10px 0 20px;
        font-size: 15px;
        line-height: 1.35;
    }

    .tradein__form,
    .credit__form,
    .testdrive__form {
        width: 100%;
        max-width: none;
    }

    .tradein__row,
    .testdrive__row {
        flex-direction: column;
        gap: 10px;
    }

    .tradein__bg,
    .credit__bg,
    .testdrive__bg {
        position: relative;
        left: auto;
        transform: none;
        width: 100%;
        height: 250px;
        margin-top: 25px;
        z-index: 1;
    }

    .tradein__bg img,
    .credit__bg img,
    .testdrive__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .tradein__bg img {
        object-position: right center;
    }

    .credit__bg img {
        object-position: center;
    }

    .testdrive__bg img {
        object-position: left center;
    }

}


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


.contacts {}

.contacts__container {}

.contacts__title {}

.contacts__content {}

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

.contacts__logo-block {}

.contacts__logo {}

.logo-text {}

.contacts__btn {}

.contacts__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #CCCCCCCC;
    padding-top: 5px;
    margin-top: 14px;
}

.contacts__addr {}

.contacts__phone {}

.contacts__openhours {}


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



#map1 {
    height: 352px;
    width: 100%;
    max-width: 100%;
    margin-top: 6px;
}


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



.footer {
    padding: 20px 0;
    color: #F3F3F3;
    font-size: 14px;
    background: #202020;
    margin-top: 40px;
}

.footer__container {}

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

.footer__comp-info {}

.contacts__openhours {}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__addr {}

.footer__phone {}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-transform: uppercase;
}

.footer__copyright {}

.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
}

.footer__madein {
    display: flex;
}

.footer__policy {
    color: inherit;
    text-decoration: none;
}

.footer__disclamer {
    font-size: 14px;
    display: none;
    text-align: left;
    padding-top: 35px;
}


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

/* media */


/* desktop and laptops */

@media only screen and (max-width: 1920px) {
    .header .mob-menu-btn {}

    .header {}

    .header__container {}

    .header__content {}

    .header__logo-block {}

    .header__logo {}

    .header__logo img {}

    .header__logo2 {}

    .header__logo-text {}

    .header__addr {}

    .header__phone {}

    .header__btn {}

    .menu {}

    .menu__container {}

    .menu__content {}

    .menu__item {}


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


    .intro {}

    .intro__slider {}

    .intro__content {}

    .intro__container {}

    .intro__title-block {}

    .intro__title {}

    .intro__bg {}

    .intro__bg picture {}

    .intro__bg img {}

    .intro .swiper-wrapper {}

    .intro .swiper-slide {}

    .intro__pag {}

    .intro__slider-arrows {}

    .intro__slider-arrow-prev {}

    .intro__slider-arrow-next {}


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


    .timer {}

    .timer__container {}

    .timer__content {}

    .timer__main {}

    .timer__title {}

    .timer__timer {}

    .timer__form {}

    .timer__form .form_title {}


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


    .cars {}

    .cars__container {}

    .cars__title {}

    .cars__menu {}

    .cars__menu-item {}

    .cars__menu-img {}

    .cars__menu-img picture {}

    .cars__menu-img img {}

    .cars__menu-name {}

    .cars__content {}

    .car {}

    .car__name {}

    .car__image-block {}

    .car__image {}

    .car__image img {}

    .car__colors {}

    .car__color-dot {}

    .car__props {}

    .car__props-item {}

    .car__props-item_ico1 {}

    .car__props-item_ico2 {}

    .car__props-item_ico3 {}

    .car__props-text {}

    .car__gallery {}

    .car__gallery .swiper {}

    .car__gallery .swiper-wrapper {}

    .car__gallery .swiper-slide {}

    .car__gallery .swiper-pagination {}

    .car__gallery-item {}

    .car__gallery-item picture {}

    .car__gallery-item picture img {}

    .car__btns {}

    .car__btn {}

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


    .best-offer {}

    .best-offer__content {}

    .best-offer__title {}

    .best-offer__form {}

    .best-offer__bg {}

    .best-offer__bg picture {}

    .best-offer__bg picture img {}


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


    .instock {}

    .instock__title {}

    .instock #filter_table {}

    .instock #filter_table .select_container {}

    .instock #filter_table select option {}

    .instock {}

    .instock tbody {}

    .instock tr {}

    .instock td {}

    .instock .compl-image {}

    .instock .compl-title {}

    .instock .compl-name {}

    .instock .compl-compl {}

    .instock .compl-techs {}

    .instock .compl-tech {}

    .instock .compl-tech__name {}

    .instock .compl-tech__val {}

    .instock .compl-btns {}

    .instock .compl-btn {}

    .instock .tb_complects_showmore {}


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


    .tradein {}

    .tradein__container {}

    .tradein__content {}

    .tradein__title {}

    .tradein__subtitle {}

    .tradein__form {}

    .tradein__bg {}

    .tradein__bg picture {}

    .tradein__bg img {}


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


    .credit {}

    .credit__container {}

    .credit__content {}

    .credit__title {}

    .credit__subtitle {}

    .credit__form {}

    .credit__bg {}

    .credit__bg picture {}

    .credit__bg img {}


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


    .testdrive {}

    .testdrive__container {}

    .testdrive__content {}

    .testdrive__title {}

    .testdrive__subtitle {}

    .testdrive__form {}

    .testdrive__bg {}

    .testdrive__bg picture {}

    .testdrive__bg img {}


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


    .contacts {}

    .contacts__container {}

    .contacts__title {}

    .contacts__content {}

    .contacts__about {}

    .contacts__logo-block {}

    .contacts__logo {}

    .logo-text {}

    .contacts__btn {}

    .contacts__info {}

    .contacts__addr {}

    .contacts__phone {}

    .contacts__openhours {}


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



    #map1 {}


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



    .footer {}

    .footer__container {}

    .footer__content {}

    .footer__comp-info {}

    .contacts__openhours {}

    .footer__contacts {}

    .footer__addr {}

    .footer__phone {}

    .footer__links {}

    .footer__copyright {}

    .footer__dislamer-btn {}

    .footer__madein {}

    .footer__policy {}

    .footer__disclamer {}
}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {

    .header .mob-menu-btn {}

    .header {}

    .header__container {}

    .header__content {}

    .header__logo-block {}

    .header__logo {}

    .header__logo img {}

    .header__logo2 {}

    .header__logo-text {}

    .header__addr {}

    .header__phone {}

    .header__btn {}

    .menu {}

    .menu__container {}

    .menu__content {}

    .menu__item {}


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


    .intro {}

    .intro__slider {}

    .intro__content {}

    .intro__container {}

    .intro__title-block {}

    .intro__title {}

    .intro__bg {}

    .intro__bg picture {}

    .intro__bg img {}

    .intro .swiper-wrapper {}

    .intro .swiper-slide {}

    .intro__pag {}

    .intro__slider-arrows {}

    .intro__slider-arrow-prev {}

    .intro__slider-arrow-next {}


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


    .timer {}

    .timer__container {}

    .timer__content {}

    .timer__main {}

    .timer__title {}

    .timer__timer {}

    .timer__form {}

    .timer__form .form_title {}


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


    .cars {}

    .cars__container {}

    .cars__title {}

    .cars__menu {}

    .cars__menu-item {}

    .cars__menu-img {}

    .cars__menu-img picture {}

    .cars__menu-img img {}

    .cars__menu-name {}

    .cars__content {}

    .car {}

    .car__name {}

    .car__image-block {}

    .car__image {}

    .car__image img {}

    .car__colors {}

    .car__color-dot {}

    .car__props {}

    .car__props-item {}

    .car__props-item_ico1 {}

    .car__props-item_ico2 {}

    .car__props-item_ico3 {}

    .car__props-text {}

    .car__gallery {}

    .car__gallery .swiper {}

    .car__gallery .swiper-wrapper {}

    .car__gallery .swiper-slide {}

    .car__gallery .swiper-pagination {}

    .car__gallery-item {}

    .car__gallery-item picture {}

    .car__gallery-item picture img {}

    .car__btns {}

    .car__btn {}

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


    .best-offer {}

    .best-offer__content {}

    .best-offer__title {}

    .best-offer__form {}

    .best-offer__bg {}

    .best-offer__bg picture {}

    .best-offer__bg picture img {}


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


    .instock {}

    .instock__title {}

    .instock #filter_table {}

    .instock #filter_table .select_container {}

    .instock #filter_table select option {}

    .instock {}

    .instock tbody {}

    .instock tr {}

    .instock td {}

    .instock .compl-image {}

    .instock .compl-title {}

    .instock .compl-name {}

    .instock .compl-compl {}

    .instock .compl-techs {}

    .instock .compl-tech {}

    .instock .compl-tech__name {}

    .instock .compl-tech__val {}

    .instock .compl-btns {}

    .instock .compl-btn {}

    .instock .tb_complects_showmore {}


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


    .tradein {}

    .tradein__container {}

    .tradein__content {}

    .tradein__title {}

    .tradein__subtitle {}

    .tradein__form {}

    .tradein__bg {}

    .tradein__bg picture {}

    .tradein__bg img {}


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


    .credit {}

    .credit__container {}

    .credit__content {}

    .credit__title {}

    .credit__subtitle {}

    .credit__form {}

    .credit__bg {}

    .credit__bg picture {}

    .credit__bg img {}


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


    .testdrive {}

    .testdrive__container {}

    .testdrive__content {}

    .testdrive__title {}

    .testdrive__subtitle {}

    .testdrive__form {}

    .testdrive__bg {}

    .testdrive__bg picture {}

    .testdrive__bg img {}


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


    .contacts {}

    .contacts__container {}

    .contacts__title {}

    .contacts__content {}

    .contacts__about {}

    .contacts__logo-block {}

    .contacts__logo {}

    .logo-text {}

    .contacts__btn {}

    .contacts__info {}

    .contacts__addr {}

    .contacts__phone {}

    .contacts__openhours {}


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



    #map1 {}


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



    .footer {}

    .footer__container {}

    .footer__content {}

    .footer__comp-info {}

    .contacts__openhours {}

    .footer__contacts {}

    .footer__addr {}

    .footer__phone {}

    .footer__links {}

    .footer__copyright {}

    .footer__dislamer-btn {}

    .footer__madein {}

    .footer__policy {}

    .footer__disclamer {}
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
    .car_profit {
        height: 34px;
    }

    .car_profit i {
        min-width: 34px;
        height: 34px;
        background-size: 58%;
    }

    .container {
        max-width: 1082px;
        padding: 0 15px;
    }

    .header .mob-menu-btn {}

    .header {}

    .header__container {}

    .header__content {}

    .header__logo-block {}

    .header__logo {}

    .header__logo img {}

    .header__logo2 {}

    .header__logo-text {}

    .header__addr {}

    .header__phone {}

    .header__btn {
        width: 200px;
    }

    .menu {}

    .menu__container {}

    .menu__content {}

    .menu__item {}


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


    .intro {}

    .intro__slider {}

    .intro__content {}

    .intro__container {}

    .intro__title-block {}

    .intro__title {}

    .intro__bg {}

    .intro__bg picture {}

    .intro__bg img {}

    .intro .swiper-wrapper {}

    .intro .swiper-slide {}

    .intro__pag {}

    .intro__slider-arrows {}

    .intro__slider-arrow-prev {}

    .intro__slider-arrow-next {}


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


    .timer {}

    .timer__container {}

    .timer__content {}

    .timer__main {}

    .timer__title {}

    .timer__timer {}

    .timer__form {}

    .timer__form .form_title {}


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


    .cars {}

    .cars__container {}

    .cars__title {}

    .cars__menu {}

    .cars__menu-item {}

    .cars__menu-img {}

    .cars__menu-img picture {}

    .cars__menu-img img {}

    .cars__menu-name {}

    .cars__content {}

    .car {}

    .car__name {}

    .car__image-block {}

    .car__image {}

    .car__image img {}

    .car__colors {}

    .car__color-dot {}

    .car__props {}

    .car__props-item {}

    .car__props-item_ico1 {}

    .car__props-item_ico2 {}

    .car__props-item_ico3 {}

    .car__props-text {}

    .car__gallery {}

    .car__gallery .swiper {}

    .car__gallery .swiper-wrapper {}

    .car__gallery .swiper-slide {}

    .car__gallery .swiper-pagination {}

    .car__gallery-item {}

    .car__gallery-item picture {}

    .car__gallery-item picture img {}

    .car__btns {}

    .car__btn {}

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


    .best-offer {}

    .best-offer__content {}

    .best-offer__title {
        font-size: 26px;
    }

    .best-offer__form {}

    .best-offer__bg {}

    .best-offer__bg picture {}

    .best-offer__bg picture img {}


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


    .instock {}

    .instock__title {}

    .instock #filter_table {}

    .instock #filter_table .select_container {}

    .instock #filter_table select option {}

    .instock {}

    .instock tbody {}

    .instock tr {}

    .instock td {}

    .instock .compl-image {}

    .instock .compl-title {}

    .instock .compl-name {}

    .instock .compl-compl {}

    .instock .compl-techs {}

    .instock .compl-tech {}

    .instock .compl-tech__name {}

    .instock .compl-tech__val {}

    .instock .compl-btns {}

    .instock .compl-btn {}

    .instock .tb_complects_showmore {}


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


    .tradein {}

    .tradein__container {}

    .tradein__content {}

    .tradein__title {}

    .tradein__subtitle {}

    .tradein__form {}

    .tradein__bg {}

    .tradein__bg picture {}

    .tradein__bg img {}


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


    .credit {}

    .credit__container {}

    .credit__content {}

    .credit__title {}

    .credit__subtitle {}

    .credit__form {}

    .credit__bg {}

    .credit__bg picture {}

    .credit__bg img {}


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


    .testdrive {}

    .testdrive__container {}

    .testdrive__content {}

    .testdrive__title {}

    .testdrive__subtitle {}

    .testdrive__form {}

    .testdrive__bg {}

    .testdrive__bg picture {}

    .testdrive__bg img {}


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


    .contacts {}

    .contacts__container {}

    .contacts__title {}

    .contacts__content {}

    .contacts__about {}

    .contacts__logo-block {}

    .contacts__logo {}

    .logo-text {}

    .contacts__btn {}

    .contacts__info {}

    .contacts__addr {}

    .contacts__phone {}

    .contacts__openhours {}


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



    #map1 {}


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



    .footer {}

    .footer__container {}

    .footer__content {}

    .footer__comp-info {}

    .contacts__openhours {}

    .footer__contacts {}

    .footer__addr {}

    .footer__phone {}

    .footer__links {}

    .footer__copyright {}

    .footer__dislamer-btn {}

    .footer__madein {}

    .footer__policy {}

    .footer__disclamer {}
}

/* tablets */

@media only screen and (max-width: 1112px) {
    .container {
        max-width: 930px;
    }

    .header .mob-menu-btn {}

    .header {}

    .header__container {}

    .header__content {}

    .header__logo-block {}

    .header__logo {}

    .header__logo img {}

    .header__logo2 {}

    .header__logo-text {}

    .header__addr {}

    .header__phone {}

    .header__btn {}

    .menu {}

    .menu__container {}

    .menu__content {}

    .menu__item {}


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


    .intro {}

    .intro__slider {}

    .intro__content {}

    .intro__container {}

    .intro__title-block {}

    .intro__title {}

    .intro__bg {}

    .intro__bg picture {}

    .intro__bg img {}

    .intro .swiper-wrapper {}

    .intro .swiper-slide {}

    .intro__pag {}

    .intro__slider-arrows {}

    .intro__slider-arrow-prev {}

    .intro__slider-arrow-next {}


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


    .timer {}

    .timer__container {}

    .timer__content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .timer__main {}

    .timer__title {}

    .timer__timer {}

    .timer__form {}

    .timer__form .form_title {}


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


    .cars {}

    .cars__container {}

    .cars__title {}

    .cars__menu {}

    .cars__menu-item {}

    .cars__menu-img {}

    .cars__menu-img picture {}

    .cars__menu-img img {}

    .cars__menu-name {}

    .cars__content {}

    .car {}

    .car__name {}

    .car__image-block {}

    .car__image {}

    .car__image img {}

    .car__colors {}

    .car__color-dot {}

    .car__props {}

    .car__props-item {}

    .car__props-item_ico1 {}

    .car__props-item_ico2 {}

    .car__props-item_ico3 {}

    .car__props-text {}

    .car__gallery {}

    .car__gallery .swiper {}

    .car__gallery .swiper-wrapper {}

    .car__gallery .swiper-slide {}

    .car__gallery .swiper-pagination {}

    .car__gallery-item {}

    .car__gallery-item picture {}

    .car__gallery-item picture img {}

    .car__btns {
        flex-direction: column;
    }

    .car__btn {}

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


    .best-offer {}

    .best-offer__content {}

    .best-offer__title {}

    .best-offer__form {}

    .best-offer__bg {}

    .best-offer__bg picture {}

    .best-offer__bg picture img {}


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


    .instock {}

    .instock__title {}

    .instock #filter_table {}

    .instock #filter_table .select_container {}

    .instock #filter_table select option {}

    .instock {}

    .instock tbody {}

    .instock tr {}

    .instock td {}

    .instock .compl-image {}

    .instock .compl-title {}

    .instock .compl-name {}

    .instock .compl-compl {}

    .instock .compl-techs {}

    .instock .compl-tech {}

    .instock .compl-tech__name {}

    .instock .compl-tech__val {}

    .instock .compl-btns {}

    .instock .compl-btn {}

    .instock .tb_complects_showmore {}


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


    .tradein {}

    .tradein__container {}

    .tradein__content {}

    .tradein__title {}

    .tradein__subtitle {}

    .tradein__form {}

    .tradein__bg {}

    .tradein__bg picture {}

    .tradein__bg img {}


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


    .credit {}

    .credit__container {}

    .credit__content {}

    .credit__title {}

    .credit__subtitle {}

    .credit__form {}

    .credit__bg {}

    .credit__bg picture {}

    .credit__bg img {}


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


    .testdrive {}

    .testdrive__container {}

    .testdrive__content {}

    .testdrive__title {}

    .testdrive__subtitle {}

    .testdrive__form {}

    .testdrive__bg {}

    .testdrive__bg picture {}

    .testdrive__bg img {}


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


    .contacts {}

    .contacts__container {}

    .contacts__title {}

    .contacts__content {}

    .contacts__about {}

    .contacts__logo-block {}

    .contacts__logo {}

    .logo-text {}

    .contacts__btn {}

    .contacts__info {}

    .contacts__addr {}

    .contacts__phone {}

    .contacts__openhours {}


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



    #map1 {}


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



    .footer {}

    .footer__container {}

    .footer__content {}

    .footer__comp-info {}

    .contacts__openhours {}

    .footer__contacts {}

    .footer__addr {}

    .footer__phone {}

    .footer__links {}

    .footer__copyright {}

    .footer__dislamer-btn {}

    .footer__madein {}

    .footer__policy {}

    .footer__disclamer {}
}

@media only screen and (max-width: 960px) {
    .container {
        max-width: 738px;
    }

    .header .mob-menu-btn {}

    .header {}

    .header__container {}

    .header__content {}

    .header__logo-block {}

    .header__logo {}

    .header__logo img {}

    .header__logo2 {}

    .header__logo-text {}

    .header__addr {
        display: none;
    }

    .header__phone {}

    .header__btn {}

    .menu {}

    .menu__container {}

    .menu__content {}

    .menu__item {}


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


    .intro {}

    .intro__slider {}

    .intro__content {}

    .intro__container {}

    .intro__title-block {}

    .intro__title {}

    .intro__bg {}

    .intro__bg picture {}

    .intro__bg img {}

    .intro .swiper-wrapper {}

    .intro .swiper-slide {}

    .intro__pag {}

    .intro__slider-arrows {}

    .intro__slider-arrow-prev {}

    .intro__slider-arrow-next {}


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


    .timer {}

    .timer__container {}

    .timer__content {}

    .timer__main {}

    .timer__title {}

    .timer__timer {}

    .timer__form {}

    .timer__form .form_title {}


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


    .cars {}

    .cars__container {}

    .cars__title {}

    .cars__menu {}

    .cars__menu-item {}

    .cars__menu-img {}

    .cars__menu-img picture {}

    .cars__menu-img img {}

    .cars__menu-name {}

    .cars__content {}

    .car {}

    .car__name {}

    .car__image-block {}

    .car__image {}

    .car__image img {}

    .car__colors {}

    .car__color-dot {}

    .car__props {}

    .car__props-item {}

    .car__props-item_ico1 {}

    .car__props-item_ico2 {}

    .car__props-item_ico3 {}

    .car__props-text {}

    .car__gallery {}

    .car__gallery .swiper {}

    .car__gallery .swiper-wrapper {}

    .car__gallery .swiper-slide {}

    .car__gallery .swiper-pagination {}

    .car__gallery-item {}

    .car__gallery-item picture {}

    .car__gallery-item picture img {}

    .car__btns {}

    .car__btn {}

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


    .best-offer {}

    .best-offer__content {}

    .best-offer__title {}

    .best-offer__form {}

    .best-offer__bg {}

    .best-offer__bg picture {}

    .best-offer__bg picture img {}


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


    .instock {}

    .instock__title {}

    .instock #filter_table {}

    .instock #filter_table .select_container {}

    .instock #filter_table select option {}

    .instock {}

    .instock tbody {}

    .instock tr {}

    .instock td {}

    .instock .compl-image {}

    .instock .compl-title {}

    .instock .compl-name {}

    .instock .compl-compl {}

    .instock .compl-techs {}

    .instock .compl-tech {}

    .instock .compl-tech__name {}

    .instock .compl-tech__val {}

    .instock .compl-btns {}

    .instock .compl-btn {}

    .instock .tb_complects_showmore {}


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


    .tradein {}

    .tradein__container {}

    .tradein__content {}

    .tradein__title {}

    .tradein__subtitle {}

    .tradein__form {}

    .tradein__bg {}

    .tradein__bg picture {}

    .tradein__bg img {}


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


    .credit {}

    .credit__container {}

    .credit__content {}

    .credit__title {}

    .credit__subtitle {}

    .credit__form {}

    .credit__bg {}

    .credit__bg picture {}

    .credit__bg img {}


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


    .testdrive {}

    .testdrive__container {}

    .testdrive__content {}

    .testdrive__title {}

    .testdrive__subtitle {}

    .testdrive__form {}

    .testdrive__bg {}

    .testdrive__bg picture {}

    .testdrive__bg img {}


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


    .contacts {}

    .contacts__container {}

    .contacts__title {}

    .contacts__content {}

    .contacts__about {}

    .contacts__logo-block {}

    .contacts__logo {}

    .logo-text {}

    .contacts__btn {}

    .contacts__info {}

    .contacts__addr {}

    .contacts__phone {}

    .contacts__openhours {}


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



    #map1 {}


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



    .footer {}

    .footer__container {}

    .footer__content {}

    .footer__comp-info {}

    .contacts__openhours {}

    .footer__contacts {}

    .footer__addr {}

    .footer__phone {}

    .footer__links {}

    .footer__copyright {}

    .footer__dislamer-btn {}

    .footer__madein {}

    .footer__policy {}

    .footer__disclamer {}
}

/* mobiles */

@media only screen and (max-width: 767px) {
    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    form .form-group-wrapper {
        flex-direction: column;
        gap: 0;
    }

    form.form_white input::-moz-placeholder {
        color: #cccccc;
    }

    form.form_white input::-webkit-input-placeholder {
        color: #cccccc;
    }

    form.form_white input:-ms-input-placeholder {
        color: #cccccc;
    }

    form.form_white input::placeholder {
        color: #cccccc;
    }

    form.form_white input,
    form.form_white select,
    form.form_white textarea {}

    form.form_white input {}

    form.form_white select {}

    form.form_white textarea {}

    section {
        margin-top: 50px;
    }

    .title {
        font-size: 6vw;
    }

    .title_white {}

    .subtitle {
        font-size: 3.8vw;
    }

    .logo-block {}

    .logo {}

    .addr {}

    .phone {}

    .btn {
        width: 100%;
    }

    .btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 44px;
        transform: translateY(-50%);
    }

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

    .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
        cursor: pointer;
    }

    .header .mob-menu-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%);
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #202020;
        transition: all .2s linear;
    }

    .header .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

    .header .mob-menu-btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .header .mob-menu-btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    .header .mob-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .header .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }


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

    .header .mob-menu-btn {}

    .header {}

    .header__container {}

    .header__content {
        flex-wrap: wrap;
        gap: 5px;
    }

    .header__logo-block {
        max-width: 70%;
        white-space: nowrap;
    }

    .header__logo {}

    .header__logo img {}

    .header__logo2 {}

    .header__logo-text {}

    .header__addr {}

    .header__phone {
        order: 1;
        margin: 0 auto;
        width: 50%;
        text-align: center;
        position: relative;
    }

    .header__phone::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 44px;
        transform: translate(-50%, -50%);
    }

    .header__btn {
        display: none;
    }

    .menu {
        position: absolute;
        left: 0;
        top: 99%;
        width: 100%;
        padding: 35px 15px;
        left: 100%;
        transition: all .2s linear;
    }

    .menu.active {
        left: 0;
    }

    .menu__container {}

    .menu__content {
        flex-direction: column;
        gap: 8px;
    }

    .menu__item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 44px;
    }


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


    .intro {
        margin-top: 70px;
    }

    .intro__slider {}

    .intro__content {}

    .intro__container {}

    .intro__title-block {}

    .intro__title {
        /* font-size: 5.3vw; */
        font-size: 3.7vw;
    }

    .intro__btn {
        width: calc(100% - 30px);
        top: 115%;
    }

    .intro__bg {
        width: 100%;
    }

    .intro__bg picture {}

    .intro__bg img {}

    .intro .swiper-wrapper {}

    .intro .swiper-slide {}

    .intro__pag {}

    .intro__slider-arrows {}

    .intro__slider-arrow-prev {}

    .intro__slider-arrow-next {}


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


    .timer {}

    .timer__container {}

    .timer__content {
        gap: 10px;
        padding: 25px 15px;
    }

    .timer__main {}

    .timer__title {
        text-align: center;
        font-size: 5vw;
    }

    .timer__timer {}

    .timer__form {}

    .timer__form .form_title {
        text-align: center;
        font-size: 3.3vw;
    }


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


    .cars {}

    .cars__container {}

    .cars__title {}

    .cars__menu {
        /* display: none; */
        flex-wrap: wrap;
        gap: 5%;
        row-gap: 1vw;
        justify-content: flex-start;
    }

    .cars__menu-item {
        font-size: 3vw;
        width: 30%;
    }

    .cars__menu-img {}

    .cars__menu-img picture {}

    .cars__menu-img img {}

    .cars__menu-name {}

    .cars__content {
        margin-top: 40px;
        gap: 40px;
    }

    .car {
        width: 100%;
        padding: 44px 15px 25px;
    }

    .car__name {
        font-size: 6vw;
    }

    .car_profit {
        font-size: 9px;
    }

    .car_profit b {
        font-size: 14px;
    }

    .car__image-block {
        flex-direction: column;
        gap: 0;
    }

    .car__image {}

    .car__image img {}

    .car__colors {
        flex-direction: row;
    }

    .car__color-dot {
        width: 20px;
        height: 20px;
    }

    .car__props {
        margin-top: 15px;
    }

    .car__props-item {}

    .car__props-item_ico1 {}

    .car__props-item_ico2 {}

    .car__props-item_ico3 {}

    .car__props-text {}

    .car__gallery {}

    .car__gallery .swiper {}

    .car__gallery .swiper-wrapper {}

    .car__gallery .swiper-slide {}

    .car__gallery .swiper-pagination {}

    .car__gallery-item {}

    .car__gallery-item picture {}

    .car__gallery-item picture img {}

    .car__btns {
        margin-top: 15px;
    }

    .car__btn {}

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


    .best-offer {
        width: 100%;
        background: #01131D;
        padding-bottom: 22vw;
    }

    .best-offer__content {
        padding: 25px 15px;
        bottom: 0;
    }

    .best-offer__title {}

    .best-offer__form {}

    .best-offer__bg {}

    .best-offer__bg picture {}

    .best-offer__bg picture img {}


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


    .instock {}

    .instock__title {}

    .instock #filter_table {
        padding-top: 40px;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }

    .instock #filter_table .select_container {
        width: 100%;
        margin: 0;
    }

    .instock #filter_table select option {}

    .instock {
        margin-top: 50px;
    }

    .instock tbody {}

    .instock tr {
        width: 100%;
        padding: 15px;
    }

    .instock td {}

    .instock .compl-image {}

    .instock .compl-title {}

    .instock .compl-name {}

    .instock .compl-compl {}

    .instock .compl-techs {}

    .instock .compl-tech {}

    .instock .compl-tech__name {}

    .instock .compl-tech__val {}

    .instock .compl-btns {}

    .instock .compl-btn {}

    .instock .tb_complects_showmore {}


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


    .credit {
        overflow: visible;
        margin-top: 50px;
    }

    .credit__container {}

    .credit__content {
        position: static;
        padding: 0;
        height: auto;
        background: unset;
        backdrop-filter: unset;
        color: inherit;
    }

    .credit__title {}

    .credit__subtitle {
        margin-top: 3vw;
    }

    .credit__form {
        width: 100%;
    }

    .credit__bg {
        width: 100%;
        margin-top: 15px;
    }

    .credit__bg picture {}

    .credit__bg img {}


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


    .contacts {}

    .contacts__container {}

    .contacts__title {}

    .contacts__content {
        margin-top: 40px;
    }

    .contacts__about {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .contacts__logo-block {}

    .contacts__logo {}

    .logo-text {
        font-size: 14px;
    }

    .contacts__btn {}

    .contacts__info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 25px;
    }

    .contacts__addr {}

    .contacts__phone {}

    .contacts__openhours {}


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



    #map1 {
        margin-top: 40px;
    }


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



    .footer {}

    .footer__container {}

    .footer__content {
        flex-wrap: wrap;
        gap: 25px;
    }

    .footer__comp-info {}

    .contacts__openhours {}

    .footer__contacts {}

    .footer__addr {}

    .footer__phone {}

    .footer__links {}

    .footer__copyright {}

    .footer__dislamer-btn {}

    .footer__madein {}

    .footer__policy {}

    .footer__disclamer {}

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


}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 592px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {}


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

/* media END*/
