html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: 'TENET Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #615952;
    background: #FFFFFF;
    overflow-x: hidden;
}

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

* {
    box-sizing: border-box;
}

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

sup.note {font-size: 0.6em;font-weight: 400;}

input[type=file] {
    display: none;
}

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

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

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

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

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    outline: none;
}

a {
    text-decoration: none;
    color: #615952;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 760px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1180px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1310px;
        max-width: 100%;
    }
}

@media (min-width: 1570px) {
    .container {
        width: 1310px;
        max-width: 100%;
    }
}

input[type=text],
input[type=tel] {
    color: #939393;
}

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

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: #F7F0EB;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    font-size: 12px;
    color: #998E83;
}

.popup_container .agree_field a {
    color: #998E83;
}

.popup_container h2 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #615952;
    text-transform: uppercase;
}

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

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

.popup_container .form-group {
    margin-bottom: 8px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    font-family: "TENET Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #615952;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #FFFFFF;
    border: 1px solid #998E83;
    border-radius: 12px;
    outline: none;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #998E83;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #998E83;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #998E83;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #998E83;
}

.popup_container .form-group textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px;
    color: #615952;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background: #ffffff;
    border: 1px solid #998E83;
    border-radius: 12px;
    resize: none;
    box-sizing: border-box;
    outline: none;
}

.popup_container .form-group select {
    width: 100%;
    height: 54px;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #998E83;
    text-transform: uppercase;
    border: 1px solid #998E83;
    border-radius: 12px;
}

.popup_container .form-group button {
    cursor: pointer;
}

.fancybox-content {
    color: #615952;
    background: #ffffff;
}

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

.agree_field {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #998E83;
    cursor: pointer;
}
.agree_field a {
    color: #998E83;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #615952;
}

.agree_field input+span {
    width: 12px;
    height: 12px;
    border: 1px solid #3E3A39;
    background: transparent;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.agree_field input:checked+span {
    background: url("../img/check_ico.svg") 50% 50% no-repeat #3E3A39;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-family: "TENET Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #998E83;
    text-transform: uppercase;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #998E83;
    border-radius: 12px;
    outline: none;
}

select {
    display: block;
    width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 35px;
    font-family: "TENET Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #998E83;
    text-transform: uppercase;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #998E83;
    border-radius: 12px;
    outline: none;
}

form .form-group button {
    font-family: "TENET Sans", sans-serif;
    width: 100%;
    height: 56px;
    cursor: pointer;
    outline: none;
    border: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #998E83;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #998E83;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #998E83;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #998E83;
}

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #615952;
    font-size: 36px;
    text-align: center;
}

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


.btn {
    position: relative;
    width: 224px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #F7F0EB;
    text-decoration: none;
    background: #3E3A39;
    border: 1px solid #3E3A39;
    border-radius: 12px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.btn:hover {
    color: #3E3A39;
    background: #D8CEC5;
    border-color: #C7B9AB;
}
.btn:after {
    content: '';
    position: relative;
    display: block;
    min-width: 28px;
    height: 28px;
    background: url(../img/btn_arrow_wt.svg) no-repeat;
    transition: all 0.5s ease-in-out;
}
.btn:hover:after {
    background: url(../img/btn_arrow_bl.svg) no-repeat;
}

.btn.gray {
    color: #3E3A39;
    background: #D8CEC5;
    border-color: #C7B9AB;
}
.btn.gray:hover {
    background: #FFFFFF;
}
.btn.gray:after {
    background: url(../img/btn_arrow_bl.svg) no-repeat;
}

.btn.white {
    color: #3E3A39;
    background: #FFFFFF;
    border-color: #C7B9AB;
}
.btn.white:hover {
    background: #D8CEC5;
    border-color: #C7B9AB;
}
.btn.white:after {
    background: url(../img/btn_arrow_bl.svg) no-repeat;
}

.section_item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.section_item span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 22px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #998E83;
}
.section_item span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: #C30D23;
    border-radius: 50px;
}
.section_item b {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3E3A39;
}

.slick-dots {
    margin: 12px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    background: #F7F0EB;
    border: 1px solid #3E3A39;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active {
    background: #C30D23;
    border-color: #C30D23;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #F7F0EB;
    z-index: 8;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 22px;
    transition: all 0.2s linear;
}

.scroll .header .header_wrapper {
    padding: 6px 0 8px;
}

.header .logo_wrap {
    display: flex;
    align-items: center;
}

.header .logo1 {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
}
.header .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 54px;
    background: #80756B;
}
.header .logo2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0B0D0CCC;
}
.header .logo2 span {
    font-size: 12px;
    font-weight: 400;
    color: #80756B;
}

.header_wrap {
    display: flex;
    column-gap: 30px;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}

.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}
.header .top_phone a {
    font-size: 16px;
    font-weight: 400;
    color: #615952;
}

.header .btn {
    width: 230px;
}

.header .m_btn {
    display: none;
}

.menu {
    background: #3E3A39;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 15px;
    transition: all 0.2s linear;
}
.scroll .menu_wrap {
    padding: 14px 0 8px;
}
.menu_wrap > div {
    display: flex;
    column-gap: 40px;
}
.menu_wrap > div a {
    color: #F7F0EB;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}
.menu_wrap > div a:hover {
    color: #ffffff;
    border-color: #F7F0EB;
}
.menu_wrap .menu_car {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.menu_wrap .menu_item {
    font-size: 16px;
    font-weight: 400;
}

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

.banner {
    margin-top: 167px;
    border-radius: 0 0 30px 30px;
    overflow-x: hidden;
}

.banner .banner_item picture {
    display: flex;
    justify-content: center;
}
.banner .banner_item picture img {
    width: 100%;
}

.banner .slide1 {
    height: 705px;
    background: url("../img/bg1.jpg") 50% 0 no-repeat;
}

.banner .slide3 {
    height: 705px;
    background: url("../img/bg3.jpg") 50% 0 no-repeat;
}


.banner .title_container {
    position: relative;
    top: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 883px;
    padding: 16px 0 26px;
    background: #FFFFFF66;
    backdrop-filter: blur(12px);
    border-radius: 30px;
}

.banner .title_container sup.note {
    font-size: .4em;
}
.banner .title_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 40.61%, #FFFFFF 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.banner .title_container .title1 {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #3E3A39;
}
.banner .title_container .title2 {
    margin-top: 10px;
    font-family: "TENET Sans SE", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #3E3A39;
}
.banner .title_container .title2 span {
    font-size: 62px;
    color: #C30D23;
}

.banner_props {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.banner_props > a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    min-height: 40px;
    padding: 0 20px 0 24px;
    font-size: 18px;
    font-weight: 400;
    background: hwb(0deg 100% 0% / 70%);
    backdrop-filter: blur(12px);
    border: 1px solid #ffffff;
    border-radius: 50px;
}
.banner_props > a:before {
    content: '';
    position: relative;
    display: block;
    min-width: 24px;
    height: 24px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) no-repeat;
    width: 28px;
    height: 28px;
}
.banner_props > a:after {
    content: '';
    position: absolute;
    left: -2px;
    width: 36px;
    height: 100%;
    border-left: 6px solid #3E3A39;
    border-radius: 50px;
    z-index: 2;
}

.timer_block {
    position: relative;
    margin: -103px auto 0;
    max-width: 1360px;
    padding: 30px 40px;
    background: #F7F0EB;
    border-radius: 30px;
    z-index: 2;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
}
.timer {
    display: flex;
    align-items: center;
    column-gap: 58px;
}
.timer_title {
    font-size: 30px;
    font-weight: 400;
}
.timer div[id^="timer"] {}

#timer_form {
    width: 367px;
    display: flex;
    flex-direction: column;
}

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

.cars_menu {
    margin-top: 120px;
}
.cars_menu_list {
    margin-top: 60px;
    display: flex;
    column-gap: 25px;
}
.cars_menu_item {
    position: relative;
    padding-top: 23px;
    z-index: 3;
}
.cars_menu_item .cars_menu_title {
    position: absolute;
    top: 0;
    left: 25px;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3E3A39;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 50%, #D8CEC5 100%);
    border: 1px solid #C7B9AB;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
.cars_menu_item:hover .cars_menu_title {
    color: #ffffff;
}
.cars_menu_item .cars_menu_title span {
    position: relative;
    display: flex;
    column-gap: 10px;
    z-index: 2;
}
.cars_menu_item .cars_menu_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3E3A39;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.cars_menu_item:hover .cars_menu_title:before {
    opacity: 1;
}
.cars_menu_item .cars_menu_title b {
    display: flex;
    font-weight: 700;
}
.cars_menu_item .cars_menu_title b p {
    margin: 0;
    color: #C30D23;
    transition: all 0.5s ease-in-out;
}
.cars_menu_item:hover .cars_menu_title b p {
    color: #ffffff;
}
.cars_menu_item .cars_menu_img {
    position: relative;
    background: #F7F0EB;
    border: 1px solid #C7B9AB;
    border-radius: 30px;
    overflow: hidden;
}
.cars_menu_item:hover .cars_menu_img img {
    opacity: 0;
}
.cars_menu_item .cars_menu_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.cars_menu_item:hover .cars_menu_img:before {
    opacity: 1;
}
.cars_menu_item[href="#t4l"] .cars_menu_img:before {
    background: url(../img/cars_menu/t4l_hov.png) 50% 0 no-repeat;
}
.cars_menu_item[href="#t4"] .cars_menu_img:before {
    background: url(../img/cars_menu/t4_hov.png) 50% 0 no-repeat;
}
.cars_menu_item[href="#t7"] .cars_menu_img:before {
    background: url(../img/cars_menu/t7_hov.png) 50% 0 no-repeat;
}
.cars_menu_item[href="#t8"] .cars_menu_img:before {
    background: url(../img/cars_menu/t8_hov.png) 50% 0 no-repeat;
}

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

.car_item {
    position: relative;
    margin-top: 163px;
    margin-bottom: 28px;
}
.car_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 32px 40px 68px 40px;
    background: #F7F0EB;
    border-radius: 30px;
}
.car_head {
    position: absolute;
    top: -43px;
    left: 40px;
    display: flex;
    column-gap: 20px;
}
.car_name {
    padding: 10px 40px;
    font-size: 44px;
    font-weight: 400;
    color: #3E3A39;
    text-transform: uppercase;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 50%, #D8CEC5 100%);
    border: 1px solid #C7B9AB;
    border-radius: 20px;
}
.car_name b {
    font-weight: 700;
}
.car_name b span {
    color: #C30D23;
}

.car_profit {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
    height: 76px;
    padding: 0 30px;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(90deg, #3E3A39 0%, #746E68 50%, #3E3A39 100%);
    border: 1px solid #C7B9AB;
    border-radius: 20px;
    overflow: hidden;
}
.car_profit:before {
    content: '';
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}
.car_profit:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}
.car_profit:hover:after {
    animation: shine 1.5s ease-out infinite;
}
@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.car_new {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
    height: 76px;
    padding: 0 30px;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(90deg, #3E3A39 0%, #746E68 50%, #3E3A39 100%);
    border: 1px solid #C7B9AB;
    border-radius: 20px;
    overflow: hidden;
}
.car_new:before {
    content: '';
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    background: url(../img/car_new_ico.svg) no-repeat;
}
.car_new:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}
.car_new:hover:after {
    animation: shine 1.5s ease-out infinite;
}

.car_block {
    min-width: 372px;
}
.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.car_props > a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #3E3A39;
}
.car_props > a i {
    position: relative;
    min-width: 40px;
    height: 40px;
    background: #3E3A39;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
.car_props > a:hover i {
    background: #C30D23;
}
.car_props > a i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.car_props .ico1 i:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}
.car_props .ico2 i:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}
.car_props .ico3 i:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}
.car_props .ico4 i:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat;
}
.car_props .ico5 i:before {
    background: url(../img/car_props_ico5.svg) 50% 50% no-repeat;
}
.car_props .ico6 i:before {
    background: url(../img/car_props_ico6.svg) 50% 50% no-repeat;
}
.car_props > a div {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px 0 20px;
    background: #ffffff;
    border-left: 6px solid #3E3A39;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
.car_props > a:hover div {
    border-color: #C30D23;
}

.img_block {
    position: relative;
}
.dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 20px;
}
.dot_color {
    width: 50px;
    height: 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.dot_color.active {
    width: 80px;
    height: 20px;
}

.car_gallery {
    position: relative;
    top: 5px;
    width: 202px;
}
.car_gallery .slick-slide {
    min-height: 108px;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 12px;
}
.car_gallery .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/btn_arrows_bl.svg) 50% 50% no-repeat #ffffff;
    border: 1px solid #C7B9AB;
    border-radius: 12px;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
.car_gallery .slick-arrow:hover {
    background: url(../img/btn_arrows_wt.svg) 50% 50% no-repeat #3E3A39;
}
.car_gallery .slick-prev {
    top: -15px;
}
.car_gallery .slick-next {
    bottom: -15px;
    transform: rotate(180deg);
}

.car_btns {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -28px;
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}
.car_btns .btn {
    width: 32%;
}

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


#instock {
    margin-top: 120px;
}
.filter_quick_menu {
    display: none;
}
#filter_table {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
#filter_table .select_container {
    width: 32.2%;
}
#tb_complects {
    margin-top: 60px;
    width: 100%;
}
#tb_complects tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects .item {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 0 26px 20px;
    background: #F7F0EB;
    border-radius: 30px;
}
.compl_block {
    margin-top: -40px;
    padding-bottom: 25px;
    background: #FFFFFF;
    border: 1px solid #C7B9AB;
    border-radius: 30px;
}
.compl_wrap {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.compl_name {
    font-size: 24px;
    font-weight: 400;
    color: #3E3A39;
    text-transform: uppercase;
}
.compl_name b span {
    color: #C30D23;
}
.compl_title {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 25px;
    font-family: "TENET Sans SE", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #3E3A39 0%, #746E68 50%, #3E3A39 100%);
    border-radius: 50px;
}
.compl_info {
    margin-top: 25px;
}
.compl_tehs {
    display: flex;
    justify-content: space-between;
}
.compl_tehs > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
}
.compl_tehs > div span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #80756B;
}
.compl_tehs > div span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}
.compl_tehs .ico1 span:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
.compl_tehs .ico2 span:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
.compl_tehs .ico3 span:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}
.compl_tehs > div b {
    font-size: 20px;
    font-weight: 700;
    color: #3E3A39;
}

.compl_info .btns {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.compl_info .btns .btn {
    width: 100%;
}

.tb_complects_showmore {
    margin: 40px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    padding-right: 55px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.tb_complects_showmore:before {
    content: '';
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/btn_arrows_bl.svg) 50% 50% no-repeat #ffffff;
    border: 1px solid #C7B9AB;
    border-radius: 12px;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
.tb_complects_showmore:hover:before {
    background-color: #D8CEC5;
}

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

.tradein {
    margin-top: 120px;
}
.tradein .section_item span {
    color: #ffffff;
}
.tradein .section_item b {
    color: #ffffff;
}
.tradein_wrapper {
    position: relative;
    padding: 84px 0 52px 40px;
    background: url(../img/tradein_bg2.png) 100% 100% no-repeat;
    z-index: 2;
}
.tradein_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 279px;
    background: url(../img/tradein_bg1.png) 100% 100% no-repeat;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    z-index: -1;
}
.tradein_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 136%;
}
.tradein_form {
    padding: 40px;
    background: #F7F0EB;
    border-radius: 0 0 30px 30px;
}
#tradein_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#tradein_form .form-group:nth-child(7) {
    width: 49%;
}
#tradein_form .form-group:nth-child(8) {
    width: 49%;
}

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

.testdrive {
    margin-top: 120px;
}
.testdrive_wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
    padding: 48px 0;
    background: url(../img/testdrive_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.testdrive_imgs {
    width: 300px;
    height: 272px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.testdrive_imgs img {
    max-width: initial;
    height: 100%;
}
.testdrive_imgs:nth-child(1) {
    margin-left: -40px;
}
.testdrive_imgs:nth-child(3) {
    margin-right: -40px;
}
.testdrive_block {
    max-width: 710px;
    padding: 40px;
    background: #3E3A3980;
    border: 1px solid #C7B9AB;
    border-radius: 25px;
}
.testdrive .section_item {
    align-items: center;
}
.testdrive .section_item span {
    color: #ffffff;
}
.testdrive .section_item b {
    color: #ffffff;
}
.testdrive_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
#testdrive_form {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#testdrive_form .form-group:nth-child(7) {
    width: 48%;
}
#testdrive_form .form-group:nth-child(8) {
    width: 48%;
}

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

.credit {
    margin-top: 120px;
}
.credit .section_item span {
    color: #ffffff;
}
.credit .section_item b {
    color: #ffffff;
}
.credit_wrapper {
    position: relative;
    display: flex;
    justify-content: right;
    padding: 80px 50px 52px 0;
    background: url(../img/credit_bg2.png) 0 100% no-repeat;
    z-index: 2;
}
.credit_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 279px;
    background: url(../img/credit_bg1.png) 0 100% no-repeat;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    z-index: -1;
}
.credit_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 136%;
}
.credit_form {
    padding: 32px 40px 40px;
    background: #F7F0EB;
    border-radius: 0 0 30px 30px;
}
#credit_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#credit_form .form-group:nth-child(7) {
    width: 49%;
}
#credit_form .form-group:nth-child(8) {
    width: 49%;
}

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

.offers {
    margin-top: 177px;
}
.offers_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.offers_block {
    width: 49%;
}
.offers_wrap {
    margin-top: -30px;
    padding: 50px 26px 26px;
    background: #F7F0EB;
    border-radius: 0 0 30px 30px;
}
.offers_img {
    position: relative;
    padding-top: 57px;
}
.offers_img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.offers_img.offers_img1:before {
    background: url(../img/offers_img1_before.png) 0 100% no-repeat;
    background-size: 100%;
}
.offers_img.offers_img2:before {
    background: url(../img/offers_img2_before.png) 0 100% no-repeat;
    background-size: 100%;
}
.offers_img img {
    border-radius: 30px;
}
.offers .section_item {
    align-items: center;
    text-align: center;
}
.offers_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.offers_comment .br_mob {
    display: none;
}
.offers_form {
    margin-top: 20px;
}
.offers_form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.offers_form form .form-group:nth-child(7) {
    width: 49%;
}
.offers_form form .form-group:nth-child(8) {
    width: 49%;
}

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

.contacts {
    margin-top: 120px;
}
.contacts_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background: #F7F0EB;
    border-radius: 30px 30px 0 0;
}
.contacts .logo_wrap .logo3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts .logo_wrap .logo3 span {
    font-size: 12px;
    font-weight: 400;
    color: #80756B;
}

.contacts_wrap {
    display: flex;
    column-gap: 30px;
}
.contacts_wrap > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #3E3A39;
}
.contacts_wrap > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}
.contacts_wrap .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.contacts_wrap .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.contacts_wrap .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}

#map1 {
    position: relative;
    height: 525px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

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


.footer {
    margin-top: 120px;
    padding: 25px 0;
    font-size: 16px;
    color: #F7F0EB;
    background: #3E3A39;
    border-radius: 30px 30px 0 0;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.footer a {
    font-size: 16px;
    color: #F7F0EB;
}
.footer .footer_wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 4px;
}
.footer .disclamer {
    width: 100%;
    font-size: 12px;
    color: #F7F0EB;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1920px) {}

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

@media (max-width: 1570px) {
    .banner .title_container .title1 {
        font-size: 42px;
    }
    .banner .title_container .title2 {
        font-size: 44px;
    }
    
    .timer_title {
        font-size: 24px;
    }
    .timer_block {
        position: relative;
        margin: -102px auto 0;
        max-width: 1280px;
        width: 98%;
        padding: 16px 20px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        margin-left: -56px;
    }
    #timer_form {
        width: 300px;
    }
}

@media (max-width: 1441px) {}

@media (max-width: 1290px) {
    .header .logo1 {
        padding-right: 14px;
        margin-right: 14px;
        width: 140px;
    }
    .header_wrap {
        column-gap: 14px;
    }
    .header .top_addr {
        font-size: 14px;
    }
    .header .top_phone a {
        font-size: 14px;
    }
    .header .btn {
        width: 190px;
    }

    #tb_complects .item {
        width: 49%;
    }
    .compl_imgs {
        display: flex;
        justify-content: center;
    }

    .testdrive_imgs:nth-child(1) {
        margin-left: 28px;
    }
    .testdrive_imgs:nth-child(3) {
        margin-right: 28px;
    }

    .testdrive_block {
        padding: 20px;
    }
    .testdrive_comment {
        margin-top: 20px;
    }
    #testdrive_form {
        margin-top: 20px;
    }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .timer {
        align-items: start;
        flex-direction: column;
    }
    .timer_title br {
        display: none;
    }

    .car_wrapper {
        flex-wrap: wrap;
        padding-top: 34px;
    }
    .car_block {
        margin-top: 20px;
    }
    .img_block {
        width: 56%;
    }
    .car_gallery {
        margin-top: 20px;
        width: 102%;
        left: -1%;
    }
    .car_gallery .slick-slide {
        margin: 0 5px;
        min-height: initial;
    }
    .car_gallery .slick-slide img {
        width: 100%;
    }

    .contacts_wrapper {
        padding: 20px;
    }
    .contacts_wrap {
        flex-direction: column;
        row-gap: 8px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .header_wrap {
        flex-direction: column;
        row-gap: 12px;
    }
    .header .btn {
        display: none;
    }
    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }
    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #000000;
        transition: all .2s linear;
    }
    .header .m_btn span:nth-child(1) {
        top: 0;
    }
    .header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }
    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }
    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-47deg);
        top: 0;
    }
    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }
    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }
    .header .menu {
        position: fixed;
        width: 100%;
        top: 106px;
        left: 100%;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .scroll .header .menu {
        top: 86px;
    }
    .header .menu.active {
        left: 0;
    }
    .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }
    .menu_wrap > div {
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
    }

    .banner {
        margin-top: 108px;
    }
    .banner .banner_item {}
    .banner .slide1,
    .banner .slide3 {
        height: 50vw;
        background-size: 100%;
        background-position: 50% 100%;
    }
    .banner .title_container {
        top: 1vw;
        padding: 0;
        border-radius: 4vw;
    }
    .banner .title_container:before {
        border-radius: 4vw;
    }
    .banner .title_container .title1 {
        font-size: 4vw;
    }
    .banner .title_container .title2 {
        font-size: 4vw;
    }
    .banner .title_container .title2 span {
        font-size: 8vw;
    }
    .banner_props {
        flex-wrap: wrap;
        row-gap: 12px;
    }
    .timer_block {
        position: relative;
        max-width: 100%;
        width: fit-content;
        margin: 15px auto 0;
    }
    .timer_wrap {
        flex-direction: column;
    }
    .timer {
        align-items: center;
    }
    #timer_form {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .timer div[id^="timer"] {
        margin-left: 0;
        min-width: 600px !important;
    }

    .car_wrapper {
        padding: 4vw 20px 68px;
    }
    .car_head {
        top: -4vw;
        left: 4vw;
        column-gap: 2vw;
    }
    .car_name {
        display: flex;
        align-items: center;
        column-gap: 2vw;
        padding: 1vw 4vw;
        font-size: 4vw;
        border-radius: 2vw;
    }
    .car_profit {
        column-gap: 1vw;
        height: auto;
        padding: 1vw 2vw;
        font-size: 3vw;
        border-radius: 2vw;
    }
    .car_profit:before {
        min-width: 6vw;
        height: 6vw;
        background-size: 100%;
    }
    .car_new {
        column-gap: 1vw;
        height: auto;
        padding: 1vw 2vw;
        font-size: 3vw;
        border-radius: 2vw;
    }
    .car_new:before {
        min-width: 6vw;
        height: 6vw;
        background-size: 100%;
    }
    .img_block {
        margin-top: 20px;
        order: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dots {
        position: relative;
        margin-top: 8px;
    }
    .dot_color.active {
        width: 60px;
        height: 16px;
    }
    .dot_color {
        width: 40px;
        height: 12px;
    }
    .car_block {
        order: 2;
        min-width: initial;
    }
    .car_gallery {
        order: 3;
    }

    #tb_complects .item {
        width: 100%;
    }

    .tradein .section_item span {
        color: #998E83;
    }
    .tradein .section_item b {
        color: #3E3A39;
    }
    .tradein_comment {
        margin-top: 16px;
        color: #3E3A39;
    }
    .tradein_wrapper {
        position: relative;
        padding: 20px 0 40vw 0;
        background: url(../img/tradein_bg_mob.png) 50% 100% no-repeat;
        background-size: 100%;
        z-index: 2;
    }
    .tradein_wrapper:before {
        display: none;
    }
    .tradein_form {
        border-radius: 0 0 4vw 4vw;
    }

    .testdrive_wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 0;
        row-gap: 20px;
        padding: 30px 16px;
    }
    .testdrive_block {
        order: 1;
        width: 100%;
        max-width: initial;
    }
    .testdrive_imgs {
        width: 48%;
        height: 42vw;
    }
    .testdrive_imgs:nth-child(1) {
        order: 2;
        margin: 0;
    }
    .testdrive_imgs:nth-child(3) {
        order: 3;
        margin: 0;
    }
    #testdrive_form .form-group:nth-child(7) {
        width: 100%;
    }
    #testdrive_form .form-group:nth-child(8) {
        width: 100%;
    }

    .offers {
        margin-top: 60px;
    }
    .offers_img {
        padding-top: 6vw;
    }
    .offers_wrapper {
        flex-direction: column;
        row-gap: 40px;
    }
    .offers_wrap {
        padding: 50px 20px 20px;
        border-radius: 0 0 4vw 4vw;
    }
    .offers_block {
        width: 100%;
    }
    .offers_img img {
        width: 100%;
        border-radius: 4vw;
    }
    .offers_comment {
        margin-top: 20px;
        font-size: 16px;
    }
    .offers_comment .br_mob {
        display: block;
    }
    .offers_form {
        margin-top: 12px;
    }
    .offers_form form .form-group:nth-child(7) {
        width: 100%;
    }
    .offers_form form .form-group:nth-child(8) {
        width: 100%;
    }

    .credit .section_item span {
        color: #998E83;
    }
    .credit .section_item b {
        color: #3E3A39;
    }
    .credit_comment {
        margin-top: 16px;
        color: #3E3A39;
    }
    .credit_wrapper {
        position: relative;
        justify-content: left;
        padding: 20px 0 40vw 0;
        background: url(../img/credit_bg_mob.png) 50% 100% no-repeat;
        background-size: 100%;
        z-index: 2;
    }
    .credit_wrapper:before {
        display: none;
    }
    .credit_form {
        border-radius: 0 0 4vw 4vw;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .logo1 {
        width: 116px;
    }
    .header .logo1:before {
        height: 28px;
    }
    .header .logo2 {
        width: 100px;
    }
    .header .logo2 span {
        font-size: 10px;
    }
    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .header .top_addr {
        display: none;
    }
    .header_wrap {
        width: 100%;
        align-items: center;
    }
    .header .top_phone {
        width: fit-content;
        margin-top: 12px;
        display: flex;
        justify-content: center;
    }
    .header .m_btn {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .header .menu {
        top: 120px;
    }
    .scroll .header .menu {
        top: 100px;
    }

    .banner {
        margin-top: 120px;
    }
    .banner .banner_item {}
    .banner .slide1 {
        height: 98vw;
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

    .banner .slide3 {
        height: 98vw;
        background: url(../img/bg3_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

    .banner .title_container {
        top: 0;
        margin-top: 7vw;
        padding: 2vw 0;
    }
    .banner .title_container .title1 {
        font-size: 6vw;
    }
    .banner .title_container .title2 {
        font-size: 6vw;
    }
    .banner_props {
        margin-top: 4vw;
        flex-wrap: wrap;
        gap: 2vw;
    }
    .banner_props > a {
        column-gap: 2vw;
        min-height: 8vw;
        padding: 0 2vw 0 2vw;
        font-size: 4vw;
    }
    .banner_props > a:before {
        min-width: 4vw;
        height: 4vw;
        background-size: 100% !important;
    }
    .banner_props > a:after {
        left: -1vw;
        width: 8vw;
        height: 100%;
        border-left: 1.2vw solid #3E3A39;
    }

    .btn {
        font-size: 12px;
    }

    .section_item {
        row-gap: 4px;
    }
    .section_item span {
        font-size: 10px;
    }
    .section_item b {
        font-size: 28px;
    }

    .cars_menu {
        margin-top: 60px;
    }
    .cars_menu_list {
        margin-top: 40px;
        width: 102%;
        left: -1%;
        flex-direction: column;
    }
    .cars_menu_item {
        margin: 0 5px;
        padding-top: 4vw;
    }
    .cars_menu_item .cars_menu_title {
        left: 2vw;
        padding: 1vw 4vw;
        font-size: 4vw;
    }
    .cars_menu_item .cars_menu_title span {
        column-gap: 2vw;
    }
    .cars_menu_item .cars_menu_img {
        display: flex;
        justify-content: center;
        border-radius: 4vw;
    }

    .car_item {
        margin-top: 84px;
        margin-bottom: 0;
    }
    .car_wrapper {
        padding-bottom: 20px;
    }
    .car_props > a {
        font-size: 16px;
    }
    .car_btns {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 20px;
        flex-direction: column;
        row-gap: 10px;
        order: 4;
    }
    .car_btns .btn {
        width: 100%;
    }

    #instock {
        margin-top: 60px;
    }
    #filter_table {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 10px;
    }
    #filter_table .select_container {
        width: 100%;
    }
    #tb_complects {
        margin-top: 26px;
    }
    .tb_complects_showmore {
        margin: 26px auto 0;
    }

    .tradein {
        margin-top: 60px;
    }
    .tradein_comment {
        font-size: 16px;
    }
    .tradein_form {
        padding: 20px;
    }
    #tradein_form .form-group:nth-child(7) {
        width: 100%;
    }
    #tradein_form .form-group:nth-child(8) {
        width: 100%;
    }

    .testdrive {
        margin-top: 60px;
    }

    .credit {
        margin-top: 60px;
    }
    .credit_comment {
        font-size: 16px;
    }
    .credit_form {
        padding: 20px;
    }
    #credit_form .form-group:nth-child(7) {
        width: 100%;
    }
    #credit_form .form-group:nth-child(8) {
        width: 100%;
    }

    .contacts {
        margin-top: 60px;
    }
    .contacts_wrapper {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .contacts_wrap > div {
        font-size: 14px;
    }
    #map1 {
        height: 300px;
    }

    .footer {
        margin-top: 60px;
    }
    .footer .footer_wrap {
        align-items: start;
    }
	
	.banner_props .ico3:before {
		min-width: 4vw;
		height: 5vw;
		width: 5vw;
	}
}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .timer div[id^="timer"] {
        transform: scale(0.7) !important;
    }
}

@media (max-width: 520px) {}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }
    .car_props > a {
        font-size: 14px;
    }
    .car_props > a div {
        padding: 0 10px 0 14px;
        border-left: 4px solid #3E3A39;
    }

    .dot_color {
        width: 20px;
    }
    .dot_color.active {
        width: 50px;
    }

    #tb_complects .item {
        padding: 0 16px 20px;
    }

    .compl_block {
        padding-bottom: 14px;
    }
    .compl_wrap {
        padding: 0 12px;
    }
    .compl_name {
        font-size: 20px;
    }
    .compl_title {
        height: 36px;
        padding: 0 18px;
        font-size: 16px;
    }
    .compl_info {
        margin-top: 14px;
    }
    .compl_tehs > div span {
        font-size: 12px;
    }
    .compl_info .btns {
        margin-top: 14px;
    }
}

@media (max-width: 390px) {
    .timer_title {
        font-size: 20px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }

    .testdrive_comment {
        font-size: 16px;
    }
}


@media (max-width: 378px) {}

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

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