/* import fonts */
@import url("./fonts.css");
/* import fonts END */

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

/* css reset */
:root {
    --AudiType-extended: "AudiType extended", Arial, sans-serif;
}

he {
    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: #000;
}

button {
    border: none;
}

input,
button,
select {
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

input,
select {
    padding: 11px 32px;
}

input,
select {
    color: black;
    border: 1px solid #474450;
    min-width: 250px;
    font-size: 16px;
    background: #ffffff4d;
    backdrop-filter: blur(5px);
}

select option {
    color: #000;
    font-size: 16px;
}

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

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

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

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

input::placeholder {
    color: #474450;
}

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: calc(100% - 22px) 50%;
    display: block;
    width: 100%;
    padding-right: 35px;
}

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

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

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

.select option {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

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

blockquote,
q {
    quotes: none;
}

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

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

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

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

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

/* common styles */

body {
    font-family: "AudiType", Arial, sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    margin: 0 auto;
    min-height: 100vh;
    line-height: 1.3;
    /* color: #fff;
    background-color: #000; */
}

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

.resp_table {
    width: 100%;
}

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

.resp_table img {
    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: 50px; */
    box-sizing: border-box;
}

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

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

#form_popup {
    display: none;
}

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

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

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

.not_agree button::after {
    background-color: #000;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: block;
    display: inline-block;
    top: 0px;
    font-weight: 300;
    cursor: pointer;
}

.agree_field span {
    display: block;
    text-align: start;
    /* padding-top: 3px; */
}

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

.form_checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.custom-checkbox {
    position: absolute;
    top: -2px;
    left: 0px;
    margin: -0px;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: "";
    margin-top: -2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox:checked + label::before {
    /* border-color: #0b76ef;
    background-color: #0b76ef; */
    background-image: url("../img/ico_check-gray.svg");
    background-position: center;
    background-size: cover;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ ÐºÑƒÑ€ÑÐ¾Ñ€Ð° Ð½Ð° checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #dde1e6;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ° (Ð¿Ñ€Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ð¸ Ð½Ð° Ð½ÐµÐ³Ð¾) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: #dde1e6;
    border-color: #dde1e6;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² Ñ„Ð¾ÐºÑƒÑÐµ */
.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² Ñ„Ð¾ÐºÑƒÑÐµ Ð¸ Ð½Ðµ Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ checked */
.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #acacac;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

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

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

.raw {
    display: flex;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.333%;
}

.column-4 {
    width: 25%;
}

.bg_color1 {
}

.title {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--AudiType-extended);
}

.subtitle {
}

.text {
}

.desc {
}

.comment {
}

.text_color1 {
}

.block-title_white {
}

.text_thn {
}

.text_bld {
}

.text_left {
}

.text_right {
}

.text_upp {
}

.yellow-text {
    color: #f6a723;
}

.red-text {
    color: #bb0a30;
    position: relative;
}

.red-text sup {
    font-size: 60%;
    top: 0px;
    position: absolute;
}

.btn {
    position: relative;
    background: #474450;
    border: 1px solid #474450;
    color: #fff;
    min-width: 260px;
    min-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s linear;
    overflow: hidden;
}

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

.btn:hover {
    background: #73707a;
    border-color: #73707a;
}

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

.btn.transporent:hover {
    background: transparent;
    border-color: #73707a;
    color: #73707a;
}

.btn.gray {
    background: #dcdbe1;
    border-color: #dcdbe1;
    color: #474450;
}

.btn.gray:hover {
    background: #73707a;
    border-color: #73707a;
    color: #fff;
}

.btn.white {border-color:white;background:none;color:white;}

.btn.white:hover {
    background: #73707a;
    border-color: #73707a;
}








.addr-info {
}

.addr-info__current {
    padding: 5px 20px;
    background: url("../img/ico_select.svg") 99% 50% no-repeat;
    background-size: 4%;
}

.addr-info__list {
    position: absolute;
    top: 100%;
    z-index: 10;
    white-space: nowrap;
    background: #f2f2f2;
    padding: 10px 0;
    display: none;
}

.addr-info__list.hover {
    display: block;
}

.addr-info__list-item {
    padding: 5px 20px;
    background: #f2f2f2;
    cursor: pointer;
}

.addr-info__list-item:hover {
    background: #fff;
}

.addr-info__phone-current {
}

/* common styles END */

/* HEADER ************************************************************************************************************************/

.header {
    position: fixed;
    width: 100%;
    z-index: 15;
    top: 0;
    background-color: #fff;
    transition: border 0.1s linear;
}

._scroll.header {
    border-bottom: 1px solid #999999;
}

.header__top {
    border-bottom: 1px solid #999999;
}

.nav {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    transition: padding 0.1s linear;
}

._scroll .nav {
    padding: 10px 0;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 15px;
    transition: padding 0.1s linear;
}

._scroll .header__content {
    padding: 5px 0;
}

.header__logo-block {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__logo {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header__logo1 picture {
    min-width: 50px;
}

.logo-stick {
    height: 25px;
    width: 1px;
    border-radius: 10px;
    background-color: #000;
}

.logo__text {
    white-space: nowrap;
}

.header__addr {
    position: relative;
    z-index: 11;
}

.header-menu {
}

.header__bottom {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 5;
}

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

.nav__list {
    display: flex;
    gap: 20px 10px;
    width: 100%;
    justify-content: space-between;
}

.nav__list.mob {
    display: none;
}

.nav__link {
    color: #474450;
    transition: opacity 0.3s linear;
}

.nav__link:hover {
    opacity: 0.7;
}

.header__contacts {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    height: 100%;
    gap: 10px 20px;
}

.header__btn {
    /* font-size: 12px; */
}

/* burger */
.header .burger {
    position: relative;
    display: none;
    width: 33px;
    min-width: unset;
    height: 24px;
    background-color: transparent;
    padding: 0;
}

.header .burger span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    transition: all 0.2s linear;
}

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

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

.header .burger span:nth-child(3) {
    bottom: 0;
}

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

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

.header .burger.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: 0px;
}

/* burger  end*/

.contacts_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.contacts_wrap .salon {
    display: flex;
    gap: 0 15px;
    font-size: 18px;
}

.contacts_wrap .salon_name {
    width: 140px;
}

.contacts_wrap .salon_phone {
    display: block;
    padding-left: 30px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.contacts_wrap .salon_addr {
    padding-left: 30px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
    width: 260px;
}

/* BANNER *************************************************************************************************************/
.banner {
    position: relative;
    margin-top: 160px;
}

.banner__slide {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner__slide1 {
    background-image: url("../img/banner_slider/banner1.jpg");
}

.banner__slide2 {
    background-image: url("../img/banner_slider/banner2.jpg");
}

.banner__slide3 {
    background-image: url("../img/banner_slider/banner3.jpg");
    overflow: hidden;
}

.banner__slide4 {
    background-image: url("../img/banner_slider/banner4.jpg");
    overflow: hidden;
}

.banner__container {
    height: 100%;
}

.banner_description {
    position: absolute;
    bottom: auto;
    top: 20px;
    right: 20px;
    color: #000000;
}

.banner__content {
    background-size: 100% 300px;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.banner__slide2 .banner__content {
    padding-top: 62px;
}

.banner__title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin-bottom: auto;
    position: relative;
    padding-top: 31px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner__title-block:before {content:'';position: absolute;top: 0px;left: 50%;width: 100vw;height: 100%;backdrop-filter: blur(5px);background: #F2F8FF73;transform: translateX(-50%);}

.banner__title {
    font-family: var(--AudiType-extended);
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(2px);
}

.banner__title-top {
    font-size: 24px;
}

.banner__title1 {
    font-size: 48px;
    font-weight: 700;
}

.banner__title1 .br_mob {
    display: none;
}

.banner__title2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 7px;
}

.banner__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner__bottom-list {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.banner-list-standalone .banner__bottom-list {
    display: none;
}

.banner__advantage-link {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    color: white;
    display: flex;
    align-items: center;
}

.banner__advantage-link span {
    transition: opacity 0.3s linear;
}

.banner__advantage-link:hover span {
    opacity: 0.8;
}

.banner__advantage-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #474450;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.3s linear;
}

.banner__advantage-link:hover::before {
    background-color: #73707a;
}

.banner__advantage-link.ico1::before {
    background-image: url("../img/ico1.svg");
}

.banner__advantage-link.ico2::before {
    background-image: url("../img/ico2.svg");
}

.banner__advantage-link.ico3::before {
    background-image: url("../img/ico3.svg");
}

.banner__advantage-link.ico4::before {
    background-image: url("../img/ico4.svg");
}

.banner__advantage-link.ico5::before {
    background-image: url("../img/ico5.svg");
}

.banner__advantage-link.ico6::before {
    background-image: url("../img/ico6.svg");
}

.banner__advantage-link.ico7::before {
    background-image: url("../img/ico7.svg");
}

.banner__advantage-link.ico8::before {
    background-image: url("../img/ico8.svg");
}

.banner__bottom-list {
    width: 100%;
    padding: 30px 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

    .openhours-ny {
        background-color: #bb0a30;
        padding: 40px 0;
        color: #fff;
    }
    .openhours-ny__container {}
    .openhours-ny__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        text-align: center;
    }
    .openhours-ny__title {
        font-size: 32px;
        font-weight: 700;
    }
    .openhours-ny__text {
        font-size: 22px;
    }

/*timer*************************************************************************************************************/
.timer {
    margin-bottom: 100px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.timer__content {
    position: relative;
    padding: 50px 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.timer__left {
    display: flex;
    gap: 28px;
}

.timer__text {
    font-family: var(--AudiType-extended);
    font-size: 24px;
    font-weight: 400;
    line-height: 35.97px;
}

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

.timer .form-group {
    display: flex;
    gap: 15px;
}

.timer__input {
    display: block;
    /* width: 334px; */
}

.timer__btn {
    width: 416px;
    margin: 0 auto;
}

/* Cars *************************************************************************************************************/

.cars {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 120px;
    overflow: hidden;
}

.cars__title {
    text-align: center;
    margin-bottom: 50px;
}

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

.cars__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 177px;
    font-size: 24px;
    font-weight: 400;
    background-position: top center;
    background-size: 90%;
    background-repeat: no-repeat;
    transition: background linear 0.3s;
}

.cars__link.q5 {
    background-image: url("../img/cars_menu/bg_q5.svg");
}
.cars__link.q5_sportback {
    background-image: url("../img/cars_menu/bg_q5.svg");
}

.cars__link.a6 {
    background-image: url("../img/cars_menu/bg_a6.svg");
}

.cars__link.a7 {
    background-image: url("../img/cars_menu/bg_a7.svg");
}

.cars__link.q7 {
    background-image: url("../img/cars_menu/bg_q7.svg");
}

.cars__link.q8 {
    background-image: url("../img/cars_menu/bg_q8.svg");
}

.cars__link.q6 {
    background-image: url("../img/cars_menu/bg_q6.svg");
}


.cars__link.q5:hover {
    background-image: url("../img/cars_menu/bg_q5_hover.svg");
}
.cars__link.q5_sportback:hover {
    background-image: url("../img/cars_menu/bg_q5_hover.svg");
}

.cars__link:hover.a6 {
    background-image: url("../img/cars_menu/bg_a6_hover.svg");
}

.cars__link:hover.a7 {
    background-image: url("../img/cars_menu/bg_a7_hover.svg");
}

.cars__link:hover.q7 {
    background-image: url("../img/cars_menu/bg_q7_hover.svg");
}

.cars__link:hover.q8 {
    background-image: url("../img/cars_menu/bg_q8_hover.svg");
}

.cars__link:hover.q6 {
    background-image: url("../img/cars_menu/bg_q6_hover.svg?v=2");
}

.cars__list {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.cars__link .link__car-img {
    margin-top: auto;
}

.cars__item {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.item__title {
    white-space: nowrap;
}

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

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

.item__top-text {
    display: flex;
    gap: 10px 35px;
    position: relative;
    max-width: 220px;
}

.item__benefits {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 700;
    background-color: #f2f2f2;
    border-radius: 100px;
    padding: 5px 20px 5px 63px;
    position: absolute;
    left: 100%;
}

.item__benefits::before {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    content: "";
    background-color: #bb0a30;
    background-image: url("../img/ico-hand.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.item__presents-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item__presents-link {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    color: #000;
    display: flex;
    align-items: center;

    font-size: 24px;
}

.item__presents-link span {
    transition: opacity 0.3s linear;
}

.item__presents-link:hover span {
    opacity: 0.8;
}

.item__presents-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #474450;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.3s linear;
}

.item__presents-link:hover::before {
    background-color: #73707a;
}

.item__presents-link.ico1::before {
    background-image: url("../img/ico9.svg");
}

.item__presents-link.ico2::before {
    background-image: url("../img/ico8.svg");
}

.item__presents-link.ico3::before {
    background-image: url("../img/ico7.svg");
}

.item__presents-link.ico4::before {
    background-image: url("../img/ico3.svg");
}

.item__presents-link.ico5::before {
    background-image: url("../img/ico10.svg");
}

.item__right {
    display: flex;
    gap: 20px;
}

.item__car-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url("../img/cars/a6/bg.png");
    background-position: center 41%;
    background-repeat: no-repeat;
    max-width: 690px;
}

#a7 .item__car-img {
    background-image: url("../img/cars/a7/bg.png");
}

#q7 .item__car-img {
    background-image: url("../img/cars/q7/bg.png");
}

#q8 .item__car-img {
    background-image: url("../img/cars/q8/bg.png");
}

.item__gallery {
    width: 164px;
    height: 437px;
}

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

/* .slick-track {
  gap: 8px;
  display: flex;
  flex-direction: column;
} */

/* slick start*/
.cars .slick-arrow {
    background-image: url("../img/gallery-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    left: calc(50% - 15);
    width: 15px;
    margin: 0 -7px;
}

.cars .slick-arrow:hover {
    background-image: url("../img/gallery-arrow-gray.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.cars .slick-prev,
.cars .slick-next {
    left: 50%;
}

.cars .slick-prev {
    top: -16px;
}

.cars .slick-next {
    bottom: -16px;
    right: unset;
    top: unset;
    rotate: 180deg;
}

.cars .slick-prev:before,
.cars .slick-next:before {
    content: "";
}

/* slick end*/

.car__gallery-link {
    max-height: 98px;
    width: 164px;
    overflow: hidden;
    margin: 7px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.car__gallery-link:hover .car__gallery-img {
    scale: 1.1;
}

.car__gallery-img {
    position: relative;
    overflow: hidden;
    height: 98px;
    width: 164px;
    transition: scale 0.3s linear;
}

.item__car-gallery-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 98px;
    width: 164px;
    object-fit: cover;
}

.item__buttons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.item__buttons .btn {
    width: 100%;
    font-size: 14px;
}

/*uni-block*************************************************************************************************************/

.uni_block {
    margin-top: 81px;
}

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

.used_video {
    width: 47%;
    height: 338px;
    overflow: hidden;
}

.used_video video {
    display: block;
    width: auto;
    height: 100%;
}

.used_block {
    /* padding-top: 14px; */
    width: 48%;
}

.uni-block__title {
    font-size: 28px;
    font-weight: 400;
}

.uni-block__descr {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}

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

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

.used_img {
    position: relative;
    height: 307px;
    margin-top: 20px;
    overflow: hidden;
}

.used_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: initial;
}

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

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

.instock {
    margin-top: 100px;
    position: relative;
    margin-bottom: 104px;
}

.instock .select_container {
    width: 100%;
}

.instock__title {
    margin-bottom: 50px;
    text-align: center;
}

.instock #filter_table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 50px;
    gap: 10px 20px;
    background-color: #f2f2f2;
}

.instock .card {
    display: none;
}

.instock .changed {
    display: flex;
    gap: 16px;
    background-color: #f2f2f2;
    /* flex-wrap: wrap; */
    justify-content: center;
    padding: 50px;
    margin-top: 80px;
    /* max-height: 284px; */
}

.instock .left_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 29px;
    min-width: 50%;
}

.instock__car-image {
    margin-top: -90px;
}

.instock__preferences {
    display: flex;
    gap: 14px;
}

.instock__presents-link {
    font-size: 16px;
    padding-left: 34px;
    background-position: left center;
    background-repeat: no-repeat;
    transition: opacity 0.3s linear;
}

.instock__presents-link:hover {
    opacity: 0.8;
}

.instock__presents-link.hand {
    background-image: url("../img/ico-hand.svg");
}

.instock__presents-link.car {
    background-image: url("../img/ico4.svg");
}

.instock__presents-link {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.instock__presents-link span {
    transition: opacity 0.3s linear;
}

.instock__presents-link:hover span {
    opacity: 0.8;
}

.instock__presents-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #474450;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.3s linear;
}

.instock__presents-link:hover::before {
    background-color: #73707a;
}

.instock__presents-link.hand::before {
    background-image: url("../img/ico-hand.svg");
}

.instock__presents-link.precent::before {
    background-image: url("../img/ico4.svg");
}

.instock .param_name {
    font-family: var(--AudiType-extended);
    font-size: 24px;
}

.instock .param_wrap {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.instock .param_wrap .stick {
    height: 57px;
    width: 1px;
    background-color: #000;
}

.instock .param {
    text-align: center;
}

.instock .param .value {
    font-size: 24px;
    font-weight: 700;
}

.instock .param .name {
    font-size: 16px;
    font-weight: 400;
}

.instock .right_block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.instock .btns {
    display: flex;
    gap: 20px;
}

.instock .tb_complects_showmore {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instock .tb_complects_showmore span {
    display: block;
    margin-top: 50px;
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url("../img/arrow-black.svg");
}

.instock .tb_complects_showmore:hover span {
    color: #73707a;
    display: block;
    margin-top: 50px;
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url("../img/arrow-gray.svg");
}

/*CREDIN TRADEIN*************************************************************************************************************/
.finans {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.finans__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.finans__image-block {
    height: 472px;
    background-image: url("../img/img-block.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.finans__part {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
}

.finans__img-side {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#credit .finans__img-side {
    background-image: url("../img/credit-img.jpg");
}

#tradein .finans__img-side {
    background-image: url("../img/tradein-img.jpg");
    background-position: bottom;
    background-size: 101%;
}

.finans__block {
    max-width: 547px;
    display: flex;
    flex-direction: column;
    width: 100%;

    gap: 20px;
}

.finans__content {
    /* margin-top: auto; */
    gap: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.finans__tatle {
    margin-bottom: 8px;
}

.finans__descr {
    font-size: 20px;
    /* margin-bottom: 20px; */
}

.finans .form-group {
    gap: 10px 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.finans__form .form-group input {
}

/* buyout****************************************** */

.buyout {
    margin-bottom: 100px;
}

.buyout .container {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../img/bg-byuout.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buyout__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 695px;
    min-height: 590px;
}

.buyout__descr {
    font-size: 20px;
}

.buyout__form {
    width: 100%;
}

.buyout .form-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
}

.buyout .btn {
    /* grid-column: span 2; */
}

/*order*************************************************************************************************************/

#order {
    padding-top: 60px;
    height: 733px;
    background: url(../img/order_bg.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}

#order .uni-block__title {
    font-size: 40px;
    text-align: center;
}

#order .uni-block__descr {
    margin-top: 30px;
    text-align: center;
}

#order .uni-block__btn {
    max-width: 416px;
    margin: 0 auto;
    margin-top: 30px;
}

#order form {
    margin-top: 30px;
    max-width: 620px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

#order .form-group {
    width: 100%;
    display: flex;
    column-gap: 15px;
}

/* Reviews****************************************************************/

.reviews {
    margin-top: 122px;
    position: relative;
    margin-bottom: 71px;
}

.reviews::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../img/bg-reviews-left.png");
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 0;
}

.reviews::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../img/bg-reviews-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    z-index: -1;
}

.reviews__container {
    /* margin: 0 300px; */
    width: calc(100% - 520px);
}

.reviews__title {
    text-align: center;
    margin-bottom: 100px;
}

.reviews .slick-track {
    display: flex;
    gap: 20px;
}

.reviews__slide {
    min-height: 308px;
}

.reviews__slider {
    /* width: 70%; */
}

/* slick start*/
.reviews .slick-arrow {
    background-color: #474450;
    background-image: url("../img/review-arrow-p.svg");
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    width: 50px;
    height: 50px;
}

.reviews .slick-arrow:hover {
    opacity: 0.7;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews .slick-prev {
    left: -72px;
}

.reviews .slick-next {
    background-image: url("../img/review-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    right: -72px;
}

.reviews .slick-prev:before,
.reviews .slick-next:before {
    content: "";
}

.reviews .slick-initialized .slick-slide {
    height: unset;
}

/* slick end*/

.reviews .card {
    padding: 30px 30px 40px 30px;
    background-color: #f2f2f2;
    border: 1px solid transparent;
    border-image: none;
    border-radius: 5px;
    transition: border linear 0.3s, box-shadow linear 0.3s;
    min-height: 308px;
    height: 100%;
    position: relative;
}

.reviews .card::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: linear-gradient(90deg, #f2f2f2, transparent);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 4px;
}

.reviews .slick-active .card {
    box-shadow: 4px 4px 10px 0px #b0b0b040;
}

.reviews .card:hover {
    /* border-image: linear-gradient(270deg, #bb0a30, transparent) 30; */
    border-color: #bb0a30;
}

.reviews .card__date {
    margin-bottom: 10px;
    color: #474450;
    position: relative;
    z-index: 1;
}

.reviews .card__name {
    font-family: var(--AudiType-extended);
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.reviews .card__names {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.reviews .card__stars {
    display: flex;
    max-height: 25px;
    position: relative;
    z-index: 1;
}

.reviews .card__text {
    position: relative;
    z-index: 1;
}

/* Contacts *************************************************************************************************************/
.contacts {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #999;
}

.contacts__content {
    padding: 65px 0;
    z-index: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts__left {
    display: flex;
    gap: 25px;
}

.contacts__addr {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts__descr {
    font-size: 24px;
    font-weight: 400;
    color: #858585;
}

#map1 {
    height: 526px;
    width: 100%;
    max-width: 100%;
    /* background: url("../img/map.jpg") 50% 0% no-repeat; */
}

/* .webp #map1 {
  background: url("../img/map.webp") 50% 0% no-repeat;
} */

/**footer************************************************************************************************************/

.footer {
    background-color: #f2f2f2;
    color: #000;
}

.footer__logos {
    padding: 27px 0;
    background-color: #fff;
    border-bottom: 1px solid #999;
}

.footer__logos-block,
.footer__logo-block {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.footer__logos-block {
    gap: 30px;
}

.footer__text {
    font-size: 14px;
    font-weight: 400;
    /* color: #d6d6d6; */
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    align-items: center;
}

.sinoby {
    height: 8px;
}

.footer__container {
}

.footer__content {
}

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

.footer__right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 5px;
}

.footer__dislamer-btn {
    font-size: 14px;
    text-decoration: none;
}

.footer__disclamer {
    display: none;
    text-align: left;
    padding: 35px 0;
}

.copyright {
    font-size: 12px;
}


.banner__btn {
    margin-bottom: -37px;
}



.banner__slide4 .banner__container {
    max-width: 100%;
}
.banner__slide4 .banner__content {
    padding-top: 48px;
}
.banner__slide4 .banner__title-block {
    padding-top: 0px;
}
.banner__slide4 .banner__title-block:before {
    opacity: 0;
}
.banner__slide4 .banner__title {
    color: white;
}
.banner__slide4 .banner__title .banner__title-top {}
.banner__slide4 .banner__title .banner__title1 {}
.banner__slide4 .banner__btn {}

.banner__slide4 .banner__title2 {
    padding-top: 0px;
}

.banner__slide4 .banner_description {color:#787878;}


.banner__content .red-text {font-size:48px;}

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

@media only screen and (max-width: 1600px) {
    /* .reviews__container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .reviews__slider {
      width: 80%;
    } */
}

@media only screen and (max-width: 1439px) {
    .timer__text {
        font-size: 24px;
        text-align: center;
    }

    .openhours-ny {}
    .openhours-ny__container {}
    .openhours-ny__content {}
    .openhours-ny__title {}
    .openhours-ny__text {}

    .reviews .card {
        padding: 15px;
    }

    .reviews .card__name,
    .reviews .card__date {
        text-align: center;
    }

    .reviews .card__names {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media only screen and (max-width: 1279px) {
    .banner__title1 {
        font-size: 32px;
    }

    .timer__content {
        flex-direction: column;
    }

    .header__contacts .logo-stick {
        display: none;
    }

    .item__right {
        flex-direction: column;
        align-items: center;
    }

    .item__car-img {
        background-position: top;
        padding-top: 50px;
        max-width: 550px;
    }

    .item__gallery {
        width: 600px;
        /* max-width: 100%; */
        height: 109px;
    }

    /* slick start*/
    .cars .slick-arrow {
        left: unset;
        width: 15px;
        margin: 0 -7px;
    }

    .cars .slick-prev,
    .cars .slick-next {
        top: calc(50% - 10px);
    }

    .cars .slick-prev {
        left: -16px;
        rotate: 270deg;
    }

    .cars .slick-next {
        right: -16px;
        rotate: 90deg;
    }

    .cars .slick-prev:before,
    .cars .slick-next:before {
        content: "";
    }

    /* slick end*/
    .car__gallery-link {
        margin: 0 5px;
    }

    .cars .item__top-text {
        flex-direction: column;
    }

    .cars .item__benefits {
        position: relative;
        left: unset;
        font-size: 19px;
        padding: 2px 12px 2px 46px;
    }

    .item__benefits::before {
        width: 33px;
        height: 33px;
        background-size: 25px;
    }

    .instock .changed {
        flex-direction: column;
        align-items: center;
    }

    .instock .left_block {
        max-width: 620px;
        align-items: center;
    }

    .instock .right_block {
        align-items: center;
    }

    #tradein .finans__img-side {
        background-size: cover;
    }

    .reviews {
        margin-bottom: 40px;
    }

    .reviews__title {
        margin-bottom: 30px;
    }

    .reviews .slick-initialized .slick-slide {
        height: 100%;
    }

    .used_video {
        height: 394px;
    }

    .contacts_wrap .salon_addr {
        display: none;
    }

    .header__btn {
        display: none;
    }
}

@media only screen and (max-width: 1149px) {
    .item__top {
        flex-direction: column;
        align-items: center;
        gap: 33px;
    }

    .item__left {
        gap: 30px;
        align-items: center;
    }

    .cars .item__top-text {
        align-items: center;
    }

    .banner__content {
        padding-top: 40px;
    }

    .item__presents-list {
        align-items: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .contacts__content {
        justify-content: space-around;
    }

    .finans {
        overflow: hidden;
    }

    .finans__image-block {
        height: 35vw;
        background-size: cover;
        background-position: center;
    }
	
	.banner__container {padding:0px;}
	.banner__title1 {
    font-size: 23px;
}
	.banner__content .red-text {
    font-size: 32px;
}
}
}

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

    header .contacts_wrap {
        /* display: none; */
        position: fixed;
        width: 100%;
        z-index: 10;
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 10px 15px;
    }

.contacts_wrap .salon {flex-direction: column;align-items: center;text-align: center;}

    #order {
        padding-top: 30px;
        height: 86vw;
        background-size: 140%;
        background-position: 50% 100%;
    }

    #order .uni-block__descr {
        margin-top: 12px;
    }

    #order form {
        margin-top: 12px;
        max-width: 488px;
    }

    #order .form-group {
        row-gap: 14px;
    }

    .used_content {
        flex-wrap: wrap;
    }

    .used_video {
        width: 100%;
        height: 380px;
    }

    .used_video video {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .used_block {
        width: 100%;
    }

    .header .burger {
        display: block;
    }

    .burger-menu {
        width: 100%;
        max-width: 375px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f2f2f2;
        box-shadow: 4px 4px 10px 0px #b0b0b040;
    }

    .header__nav,
    .nav__list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .nav__list.mob {
        display: flex;
    }

    .nav__link {
        font-size: 16px;
    }

    .nav__link.no-mob {
        display: none;
    }

    .burger-menu {
        display: none;
    }

    .active {
        display: block;
    }

    .banner {
        margin-top: 50px;
    }

    .btn,
    select,
    input {
        max-width: 500px;
        min-width: 300px;
        width: 100%;
    }

    .header__btn.btn {
        max-width: 200px;
        min-width: unset;
    }

    .banner__slide {
        background-size: 1350px;
        background-position: center 0px;
        background-color: #f2f2f2;
        height: 778px;
    }

    .banner__title-block {
        align-items: center;
        gap: 15px;
    }

    .banner__title-top {
        font-size: 20px;
        padding-right: 27px;
        margin-bottom: 15px;
    }

    .banner__title-top::after {
        right: -30px;
        width: 48px;
        clip-path: polygon(
                calc(0% + 30px) 0%,
                100% 0%,
                calc(100% - 30px) 100%,
                0% 100%
        );
    }

    .banner__title1 {
        text-align: center;
        font-size: 23px;
    }

    .banner__bottom {
        background-color: #fff;
    }

    .banner__bottom-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        justify-content: center;
        background-color: #fff;
    }

    .banner__advantage-link {
        color: #000;
    }

    .cars__menu {
        margin-bottom: 40px;
        display: none;
    }

    .cars__link {
        min-height: 130px;
    }

    .item__buttons {
        flex-direction: column;
        align-items: center;
    }

    .instock #filter_table {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .instock .btns {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .finans__container {
        display: flex;
        flex-direction: column;
        gap: 29px;
    }

    .finans__container {
        flex-direction: column;
    }

    .finans__part {
        padding: 0;
    }

    .finans__img-side {
        height: 250px;
    }

    .finans__content {
        flex-direction: column-reverse;
        gap: 10px;
    }

    #tradein .finans__content {
        flex-direction: column;
    }

    .uni-block {
        padding-top: 20px;
        min-height: 650px;
    }

    .buyout {
        margin-bottom: 40px;
    }

    .buyout .container {
        padding-top: 30px;
    }

    .buyout__content {
        text-align: center;
    }

    .buyout .btn {
        max-width: unset;
    }

    .contacts__content {
        padding: 40px 0;
        flex-direction: column;
        align-items: center;
    }

    .reviews__container {
        width: calc(100% - 120px);
    }

    .reviews::before,
    .reviews::after {
        display: none;
    }

    .contacts__left {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 10px;
    }

    .contacts .logo-stick {
        width: 25px;
        height: 1px;
    }

    .finans__block {
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .finans .form-group {
        flex-direction: column;
    }

    .footer {
    }

    .footer__top {
        flex-direction: column;
        gap: 30px;
    }

    .footer__right {
        align-items: center;
    }

    .footer__text {
        text-align: center;
    }
	
	.banner__title1 {}
	.banner__title1 .br_mob {}
	.banner__content .red-text {}
	
}

/* mobiles */

@media only screen and (max-width: 767px) {
    .banner_description {
        font-size: 10px;
        top: auto;
        bottom: 8px;
    }

    #order {
        height: 104vw;
    }

    #order .uni-block__title {
        font-size: 7vw;
    }

    #order .uni-block__descr {
        font-size: 3.6vw;
    }

    .used_img {
        height: 244px;
    }

    .wide-container {
        padding: 0 15px;
        width: 100%;
    }

.header__bottom {
    display: none;
}

._scroll .nav {
    flex-wrap: wrap;
}

.nav__list {
    flex-wrap: wrap;
}

    .container {
        padding: 0 15px;
    }

    .title {
        font-size: 30px;
        text-align: center;
    }

.reviews .slick-next {
    right: 0;
}

.reviews .slick-prev {
    left: 0;
    z-index: 1;
}

    ._scroll.header {
        border-bottom: none;
    }

* {
    box-sizing: border-box;
}

.instock .btns {
    flex-wrap: wrap;
}

    .header__content {
        padding: 10px 0;
    }

    .header__top {
        /*min-height: 74px;*/
        display: flex;
        align-items: center;
    }

    .header__logo-block {
        gap: 4px;
        font-size: 14px;
        width: 85%;
    }

    .header__logo {
        gap: 5px;
    }

    .header__logo2 {
        width: 45%;
    }

    .header__logo1 picture {
        width: 32px;
    }

    .logo-stick {
        /*display: none;*/
        margin: 0 5px;
    }

    .header__addr {
        font-size: 14px;
    }

    .header__btn {
        display: none;
    }

    .banner {
    margin-top: 96px;
    }

    .banner__slide {
        height: 104vw;
        background-size: 110% auto !important;
        background-position: 50% 100% !important;
    }

    .banner__content {
        padding-top: 15px;
    }

    .banner__title-top {
        font-size: 16px;
    }

    .banner__title1 {
        font-size: 4vw;
    }
    .banner__title2 {
        margin-top: 2vw;
        font-size: 3vw;
    }

    .banner__title1 .br_mob {
        display: block;
    }

    .banner__bottom-list {
        grid-template-columns: 1fr;
        padding: 20px 0;
    }

    .banner-list-standalone.banner__bottom {
        background-color: #f2f2f2;
    }

    .banner-list-standalone .banner__bottom-list {
        display: grid;
        padding: 20px;
        margin-bottom: 40px;
        background-color: unset;
    }

    .banner__bottom {
        background-color: unset;
    }

    .banner .banner__bottom-list {
        display: none;
    }

    .openhours-ny {
    padding: 20px 0;
}
    .openhours-ny__container {}
    .openhours-ny__content {
    gap: 12px;
}
    .openhours-ny__title {
        font-size: 5vw;
    }
    .openhours-ny__text {
        font-size: 4vw;
    }

    .timer {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .timer__content {
        padding: 0;
    }

    .timer__form {
    }

    .timer .form-group {
        flex-direction: column;
    }

    .timer__btn {
        width: unset;
    }

    .timer__megatimer div {
        transform: scale(0.55) !important;
        position: relative;
        left: 0;
        min-width: 320px !important;
        margin-left: -320px;
        left: 160px;
    }

    .cars {
        margin-bottom: 40px;
    }

    .cars__item {
        gap: 30px;
    }

    .item__top {
        padding-top: 20px;
        position: relative;
    }

    .item__right {
        align-items: center;
        /* margin-right: -15px; */
    }

.item__buttons {
    flex-wrap: wrap;
    width: 100%;
}

.item__buttons .btn {
}

    .item__car-img img {
        /* height: 237px; */
        background-size: cover;
    }

    .item__gallery-slider {
        width: 330px;
    }

    .item__label1 {
        position: absolute;
        top: 0;
        right: 48px;
        font-size: 16px;
        padding: 0 24px;
    }

    .item__label1::after {
        right: -30px;
        width: 48px;
        clip-path: polygon(
                calc(0% + 30px) 0%,
                100% 0%,
                calc(100% - 30px) 100%,
                0% 100%
        );
    }

    .item__presents-list {
        gap: 17px;
    }

    .item__presents-link {
        font-size: 16px;
    }

    .item__colors {
        position: absolute;
        top: 490px;
    }

    .item__right {
        gap: 10px;
    }

    .item__gallery {
        width: 330px;
    }

    .instock {
        margin-bottom: 40px;
    }

    .instock__title {
        margin-bottom: 30px;
    }

    .instock #tb_complects tbody {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .instock #filter_table {
        margin-bottom: 30px;
        padding: 15px;
        flex-wrap: wrap;
        display: flex;
    }

    .instock .changed {
        padding: 15px;
        margin-top: 37px;
    }

    .instock__car-image {
        margin-top: -52px;
    }

    .instock .card {
        position: relative;
    }

    .instock__preferences {
        flex-direction: column;
        gap: 5px;
        position: absolute;
        bottom: 155px;
    }

    .instock .right_block {
        gap: 30px;
    }

    .instock .param_wrap {
        flex-direction: column;
        align-items: center;
        padding-bottom: 100px;
    }

    .instock .param_wrap .stick {
        height: 1px;
        width: 57px;
    }

    .finans {
        gap: 15px;
        margin-bottom: 40px;
    }

    .finans__part {
        padding-bottom: 0;
    }

    .finans__descr {
        font-size: 16px;
    }

    .finans__image-block {
        /* margin-bottom: 34px; */
    }

    .uni-block {
        background-position: top;
        background-size: 500px;
        padding-top: 210px;
        min-height: unset;
        margin-bottom: 40px;
    }

    .uni-block .container {
        gap: 20px;
    }

    .uni-block .form-group {
        flex-direction: column;
        width: 100%;
    }

    .buyout .container {
        background-size: 500px;
        background-position: center -100px;
        padding-top: 150px;
    }

    .buyout__content {
        min-height: unset;
    }

    .buyout__form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buyout .form-group {
        display: flex;
        flex-direction: column;
        max-width: 350px;
        align-items: center;
        width: 100%;
    }

    .reviews__container {
        width: unset;
    }

    .reviews .card__date,
    .reviews .card__names,
    .reviews .card__name {
        align-items: start;
        text-align: start;
    }

    .contacts__content {
        padding: 30px 0;
        align-items: start;
        gap: 15px;
    }

    .contacts__title {
        align-self: center;
        margin-bottom: 15px;
    }

    .contacts__addr {
        font-size: 16px;
        text-align: start;
        text-align: center;
    }

    .contacts #map1 {
        height: 330px;
        background-position: center;
    }

    .contacts_wrap .salon_addr {
        /* display: block; */
    }

    .contacts_wrap {
        width: 100%;
        gap: 5px;
    }

    .contacts_wrap .salon {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .contacts_wrap .salon_name,
    .contacts_wrap .salon_addr,
    .contacts_wrap .salon_phone {
        width: auto;
        font-size: 12px;
    }
	
	
	.banner__btn {}


.banner__container {
    padding: 0px;
}
.banner__content {}
.banner__title-block {
    padding: 0;
}
.banner__title-block:before {
    display: none;
}
.banner__title {}
.banner__title .banner__title-top {font-size: 4vw;}
.banner__title .banner__title1 {}
.banner__btn {}

.banner__title2 {
    margin-top: 0px;
}

.banner_description {}


.banner__content .red-text {}



.banner__slide4 .banner__container {}
.banner__slide4 .banner__content {}
.banner__slide4 .banner__title-block {}
.banner__slide4 .banner__title-block:before {}
.banner__slide4 .banner__title {
    color: inherit;
}
.banner__slide4 .banner__title .banner__title-top {}
.banner__slide4 .banner__title .banner__title1 {}
.banner__slide4 .banner__btn {
    background: #474450;
    border: 1px solid #474450;
}

.banner__slide4 .banner__title2 {}

.banner__slide4 .banner_description {}


.banner__content .red-text {
    font-size: 24px;
}

}

@media only screen and (max-width: 500px) {
    #order {
        height: 120vw;
        background-size: 114%;
    }

    .cars .item__benefits {
        font-size: 15px;
        padding: 2px 10px 2px 30px;
    }

    .item__benefits::before {
        width: 27px;
        height: 27px;
        background-size: 20px;
    }

    .item__presents-list {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 420px) {
    .burger-menu {
        max-width: unset;
    }
}
