﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'TacticSans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #181B1D;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1350px;
        max-width: 100%;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: #000000;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: #FFFFFF;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: #FFFFFF;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color:#FFFFFF;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .cont_logo_wrap {
        margin-top: 15px;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-family: 'NunitoSans';
}

.agree_field a {
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 46px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'TacticSans', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border: 1px solid #ffffff;
}

form .form-group input[type=tel]::placeholder,
form .form-group input[type=text]::placeholder {
    color: #ffffff;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'TacticSans', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'TacticSans', sans-serif;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn b {
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn:hover {
    /*background: #C78E66;*/
    color: #ffffff;
}

.btn.glass {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.btn.glass:hover {
    /*background: #C78E66;*/
    border-color: #C78E66;
}

.btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #C78E66;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.btn:hover span {
    width: 225%;
    height: 560%;
}

.btn.green:hover {
    background-color: #C78E66;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    z-index: 15;
    transform: translateY(-118px);
    transition: all .4s ease;
}

header.show {
    transform: translateY(0);
}

.head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 10px;
}

.logo_wrap {
    display: flex;
    align-items: center;
}

.logo_wrap .logo1 {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #919191;
}

.top_addr {
    font-family: 'NunitoSans';
    font-size: 14px;
    color: #ffffff;
    padding: 1px 0 1px 32px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
    font-family: 'NunitoSans';
    font-weight: 700;
    display: block;
    padding-left: 32px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.head_wrap .btn {
    width: 238px;
    font-size: 14px;
}

header .m_btn {
    display: none;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #919191;
}

.menu a {
    font-family: 'NunitoSans';
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(#c78e66, #c78e66) left no-repeat, #FFFFFF;
    background-size: 0% 100%;
    color: #000;
    font-size: .8em;
    padding: 5px 10px;
}

.menu a:hover {
    background-size: 100% 100%;
}

/**********************
        BANNER
**********************/

.banner {
    margin-top: 118px;
}

.banner picture img {
    max-width: none;
    height: 746px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.title_wrap {
    width: 1134px;
    background: url("../img/title_bg.png") 50% 0 no-repeat;
    text-align: center;
    padding: 20px 15px 50px;
}

.title_wrap .title1 {
    font-size: 22px;
}

.title_wrap .title2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.title_props {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
}

.title_props > div {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
    min-height: 38px;
    display: flex;
    align-items: center;
}

.title_props > div br {
    display: none;
}

.title_props > div b {
    color: #c78e66;
}

.title_props > div.ico1 {
    background: url("../img/title_ico1.svg") 0 50% no-repeat;
}

.title_props > div.ico2 {
    background: url("../img/title_ico2.svg") 0 50% no-repeat;
}

.title_container .btn {
    width: 346px;
    margin-top: -23px;
}

.timer_block {
    margin-top: -130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#timer_form {
    width: 535px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form_comment {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

#timer_form .form-group {
    width: 49%;
}

.advantages {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advantages > a {
    font-family: 'NunitoSans';
    display: flex;
    align-items: center;
    width: 49%;
    min-height: 94px;
    font-size: 18px;
    background: url("../img/ags_bg.svg") 50% no-repeat;
    padding-left: 30px;
    position: relative;
}

.advantages > a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/ags_bg_hov.svg") 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease;
}

.advantages > a:hover:before {
    opacity: 1;
}

.advantages > a span {
    padding: 15px 0 15px 70px;
    position: relative;
}

.advantages > a.ico1 span {
    background: url("../img/ags_ico1.svg") 0 50% no-repeat;
}

.advantages > a.ico2 span {
    background: url("../img/ags_ico2.svg") 0 50% no-repeat;
}

.advantages > a.ico3 span {
    background: url("../img/ags_ico2.svg") 0 50% no-repeat;
}

/**********************
         CARS
**********************/

.cars_items {
    margin-top: 120px;
}

.cars_items_title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.cars_menu {
    margin-top: 50px;
}

.cars_menu .swiper-wrapper {
    justify-content: center;
    gap: 0 33px;
}

.cars_menu.swiper .swiper-slide {
    width: fit-content;
}

.cars_menu .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    transition: all .4s ease;
}

.cars_menu .swiper-slide span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.cars_menu .swiper-slide a:hover {
    opacity: 1;
}

.car_item {
    margin-top: 80px;
    background: url("../img/car_bg.jpg") 50% 0 no-repeat;
    position: relative;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    /*align-items: flex-end;*/
}

.car_text {
    width: 32.5%;
}

.car_name {
    position: relative;
    width: fit-content;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.car_name i {
    position: absolute;
    top: -12px;
    left: 102%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: url(../img/car_info_ico.svg) no-repeat;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_name i:hover,
.car_name i.active {
    background: url(../img/car_info_ico_hov.svg) no-repeat #ffffff;
}
.car_info {
    display: none;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1030px;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    z-index: 3;
}
.car_info.active {
    display: block;
}

.car_info_close {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}
.car_info_close:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    background: #000000;
}
.car_info_close:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #000000;
}

.car_profit {
    display: flex;
    align-items: center;
    margin-top: 22px;
    width: 406px;
    height: 50px;
    background: url("../img/car_profit_bg.svg") 50% no-repeat;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    transition: all .4s ease;
}

.new {
    background-image: url("../img/car_new.svg") !important;
}

.car_profit:hover {
    background: url("../img/car_profit_bg_hov.svg") 50% no-repeat;
}

.car_profit span {
    padding: 7px 0 5px 45px;
    background: url("../img/ico_profit.svg") 0 50% no-repeat;
}

.car_props {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px 0;
}

.car_props > a {
    display: flex;
    min-height: 36px;
    align-items: center;
    font-family: 'NunitoSans';
    font-size: 22px;
    padding-left: 43px;
}

.car_props > a.ico1 {
    background: url("../img/car_ico1.svg") 0 50% no-repeat;
}

.car_props > a.ico2 {
    background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.car_btns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

#et .car_btns {
    margin-top: 130px;
}

#es .car_btns {
    margin-top: 130px;
}

.car_image_wrap {
    width: 43%;
    position: relative;
}

#rx .car_image {
    position: relative;
    top: 20px;
}

.car_stock {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 20px;
}

.car_stock b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 35px;
    font-size: 30px;
    color: #c78e66;
    font-weight: 700;
    background: url("../img/square.svg") 50% no-repeat;
    line-height: 0.5;
}

.car_colors {
    display: flex;
    gap: 0 10px;
    align-items: center;
    margin-left: 20px;
}

.car_colors > span {
    font-family: 'NunitoSans';
    font-size: 18px;
    margin-right: 8px;
}

.car_colors > div {
    width: 40px;
    height: 10px;
    cursor: pointer;
}

.car_gallery_wrap {
    width: 13%;
}

.car_gallery {
    height: 410px;
}

.car_gallery .swiper-slide {
    overflow: hidden;
}

/**********************
      COMPLECTS
**********************/

#instock {
    margin-top: 120px;
}

.instock_title {
    font-size: 40px;
    font-weight: 700;
}


#filter_table {
    display: none;
}

.filter_quick_menu {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.filter_quick_menu .swiper-slide {
    /*height: 39px !important;*/
}

.filter_quick_menu li {
    display: block;
    height: 39px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: all .4s ease;
}

.filter_quick_menu li.current {
    background: #C78E66;
    border-color: #C78E66;
}

.filter_quick_menu li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tb_complects_container {
    padding-top: 20px;
}

.tb_complects > div:first-child {
    display: none;
}

.tb_complects > div {
    margin-top: 66px;
    padding: 32px;
    border: 3px solid #30363A;
    background: #25292B;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.compl_image {
    width: 41%;
}

.compl_image > img {
    display: block;
    margin-top: -77px;
}

.compl_props {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.compl_props > a {
    display: block;
    font-family: 'NunitoSans';
    padding-left: 35px;
    font-size: 18px;
}

.compl_props > a.ico1 {
    background: url("../img/compl_ico1.svg") 0 50% no-repeat;
}

.compl_props > a.ico2 {
    background: url("../img/compl_ico2.svg") 0 50% no-repeat;
}

.compl_props > a.ico3 {
    background: url("../img/car_new.svg") 0 50% no-repeat;
    font-size: 22px;
    font-weight: 700;
}

.compl_props > a.ico3 span {
    position: relative;
    top: 2px;
}

.es {
    display: flex;
    justify-content: center;
}

.compl_wrap {
    width: 56%;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.compl_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compl_name {
    font-size: 22px;
}

.compl_text .line {
    width: 1px;
    height: 60px;
    background: #919191;
}

.compl_name span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}

.compl_techs {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}

.compl_techs > div {
    font-family: 'NunitoSans';
    font-size: 14px;
}

.compl_techs > div b {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-family:"TacticSans";
    text-transform: uppercase;
    font-weight: 700;
}


.compl_btns {
    display: flex;
    justify-content: space-between;
}

.compl_btns .btn {
    width: 49%;
}

.tb_complects_showmore {
    display: block;
    margin-top: 50px;
    text-decoration: underline;
}

/**********************
      CONDITIONS
**********************/

.conditions {
    margin-top: 120px;
    padding: 120px 0;
    background: #25292B;
}

.conds_title {
    font-size: 40px;
    font-weight: 700;
}

.conds_pick {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conds_pick > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 32%;
    height: 96px;
    background: url("../img/conds_pick_bg.svg") 50% no-repeat;
    padding-left: 32px;
    font-size: 24px;
    font-weight: 700;
    transition: all .4s ease;
    cursor: pointer;
}

.conds_pick > div:hover {
    background: url("../img/conds_pick_bg_hov.svg") 50% no-repeat;
}


.conds_slider {
    margin-top: 40px;
}

.conds_slider .conds_item {
    display: flex;
    justify-content: space-between;
}

.conds_item .item_text {
    width: 40.5%;
}

.conds_item .item_img {
    width: 57%;
}

.conds_item .item_num {
    font-size: 32px;
    color: #919191;
    font-weight: 700;
}

.conds_item .item_title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}

.conds_item .item_props {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.conds_item .item_props > div {
    padding-left: 21px;
    position: relative;
    font-size: 20px;
    font-family: 'NunitoSans';
}

.conds_item .item_props > div:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    background: #C78E66;
    border-radius: 50%;
}

.conds_form {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.conds_form .form-group {
    width: 49%;
}



.cred__form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.cred__form .form-group select {
    font-family: "Nunito Sans", sans-serif;
    background: url(../img/ico_select_wt.svg) 95% 50% no-repeat transparent;
}
.cred__form .form-group select option {
    color: #000000;
}
.form-group_wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.form-group_wrap .form-group {
    width: 49%;
}
.range .form-group .range_bottom {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF99;
}
.range .form-group .range_bottom span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.range__value {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.range__value.value1 div {
    position: relative;
    min-width: 192px;
    height: 46px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    z-index: 3;
}
.range__value div i {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-left: 6px;
}
.range__value.value2 div {
    position: relative;
    min-width: 192px;
    height: 46px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    z-index: 3;
}
#js_result {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-left: 6px;
}
.range .form-group::placeholder {
    color: #fff;
}
.form__tel_cred::-moz-placeholder {
    font-size: 14px;
}
.form__tel_cred::placeholder {
    font-size: 14px;
}
.range .form-group span {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.range .range__slider {
    width: 100%;
}
.range__slider label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #c5c6c6;
}
.range__slider [type="range"] {
    width: 100%;
    left: 0;
    -webkit-appearance: none;
    height: 3px;
    outline: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    padding-bottom: 4px;
    border-radius: 5px;
}
.range #range__slider1 [type="range"] {
    position: relative;
}
.range #range__slider1 [type="range"]:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 5px;
    background: #DFE7EF;
    border-radius: 5px;
}
.range #range__slider2 [type="range"] {
    position: relative;
}
.range #range__slider2 [type="range"]:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 5px;
    background: #DFE7EF;
    border-radius: 5px;
}
.range__slider [type="range"]::-webkit-slider-thumb {
    position: relative;
    top: 2px;
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #c5c6c6;
    border: 2px solid #25292B;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.range__slider [type="range"]::-webkit-slider-thumb:hover {
    opacity: 1;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
    margin-top: 120px;
    margin-bottom: 125px;
    display: flex;
    justify-content: space-between;
}

.test_drive_text {
    width: 40%;
}

.test_drive_title {
    font-size: 40px;
    font-weight: 700;
}

.test_drive_comment {
    margin-top: 50px;
    font-size: 22px;
    font-family: 'NunitoSans';
    line-height: 1.4;
}

#test_drive_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

#test_drive_form .form-group {
    width: 49%;
}

.test_drive_video {
    width: 57.5%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.test_drive_video .test_drive_img1 {
    width: 497px;
    height: 260px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.test_drive_img {
    position: absolute;
    top: 0;
    right: 0;
}

/**********************
        REVIEWS
**********************/

.reviews {
    padding: 50px 0;
    background: url(../img/reviews_bg.jpg) 50% 0 no-repeat;
}
.reviews_title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}
.reviews_slider {
    margin-top: 40px;
    overflow: hidden;
}
.reviews_block {
    min-height: 445px;
    padding: 40px;
    background: #FFFFFFCC;
}
.reviews_head {
    display: flex;
    justify-content: space-between;
}
.reviews_name {
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}
.reviews_date {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #757575;
}
.reviews_rating {
    margin-top: 5px;
}
.reviews_text {
    margin-top: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.reviews .reviews_slider .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.reviews .reviews_slider .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 5px;
    background: #A8A8A8;
    border-radius: 0;
    opacity: 1;
    margin: 0 8px;
    transition: all 0.2s linear;
}
.reviews .reviews_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

/**********************
          QUEST
**********************/

.quest {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
}

.quest_text {
    width: 42.6%;
    border: 2px solid #30363A;
    background: #25292B;
    padding: 32px;
}

.quest_title {
    font-size: 36px;
    font-weight: 700;
}

.quest_comment {
    margin-top: 35px;
    font-size: 22px;
    font-family: 'NunitoSans';
    line-height: 1.4;
}

#quest_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 28px;
}

#quest_form .form-group {
    width: 49%;
}

.quest_img {
    width: 57.4%;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 120px;
}

.cont_wrap {
    border: 2px solid #30363A;
    background: #181B1D;
    padding: 32px;
    width: 509px;
    max-width: 100%;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 1;
}

.cont_logo_wrap {
    display: flex;
}

.cont_logo_wrap .cont_logo1 {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #919191;
}

.bot_phone {
    font-family: 'NunitoSans';
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 30px;
    padding-left: 32px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.bot_addr {
    font-family: 'NunitoSans';
    margin-top: 17px;
    padding-left: 32px;
    font-size: 18px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.worktime {
    font-family: 'NunitoSans';
    margin-top: 17px;
    padding-left: 32px;
    font-size: 18px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
}

.cont_quest {
    font-family: 'NunitoSans';
    font-size: 22px;
    margin-top: 20px;
}

.cont_wrap .btn {
    margin-top: 20px;
}

#map1 {
    width: 100%;
    background: url("../img/map.jpg") 50% no-repeat;
    height: 440px;
}

#map1 .bot_phone, 
#map1 .bot_addr, 
#map1 .worktime {
    margin-top: 10px;
} 



/**********************
        FOOTER
**********************/


footer {
    padding: 40px 0;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_wrap > a {
    font-family: 'NunitoSans';
    font-size: 14px;
}

footer .disclamer {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

footer .your_info {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  padding: 15px 3%;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.cookies_text {
  text-align: left;
}

.cookies_text a{
  color: #000000;
  text-decoration: underline;
}

#cookies-banner .btn {
  max-width: 262px;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 99999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgba(0,0,0,0.5); 
}

html.noscroll {
  overflow: hidden;
}

.modal-content {
  color: #000000;
  background-color: #fff;
  margin: 4% auto;
  padding: 20px;
  border-radius: 8px;
  width: 95%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(-30px) scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal.show {
  display: block;
}

.modal.show .modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.modal.hide .modal-content {
  opacity: 0;
  transform: translateY(-30px) scale(0.95);
}

.legal-info-detail__text ul {
    margin-left: 40px;
}
/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .reviews_block {
        padding: 24px;
        min-height: 410px;
    }

    .btn {
        font-size: 14px;
    }

    /*******************************************************************/

    .top_addr {
        display: none;
    }

    /*******************************************************************/

    .banner picture img {
        height: 650px;
    }

    .title_wrap {
        width: 100%;
    }

    .advantages > a {
        background-size: 100%;
        font-size: 14px;
        padding-left: 15px;
    }

    .advantages > a span {
        padding-left: 50px;
        background-size: 40px !important;
    }

    .advantages > a:before {
        background-size: 100%;
    }

    /*******************************************************************/

    .cars_menu .swiper-slide span {
        font-size: 14px;
    }

    .car_item {
        align-items: flex-end;
        /*flex-flow: wrap;*/
    }

    .car_stock {
        left: unset;
        right: 0;
    }

    .car_text {
        width: 34%;
    }

    /*******************************************************************/

    .tb_complects > div {

    }

    .compl_props {
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_wrap {

    }

    .compl_text {
        flex-direction: column;
    }

    .compl_name {
        padding-right: 0;
        margin-right: 0;
        border: none;
        width: 100%;
    }

    .compl_name span {
        display: inline-block;
    }

    .compl_techs {
        width: 100%;
        margin-top: 20px;
    }

    .filter_quick_menu li {
        font-size: 14px;
    }

    /*******************************************************************/

    .conds_pick > div {
        background-size: 100% !important;
        font-size: 18px;
    }

    .conds_pick > div img {
        width: 28%
    }

    .conds_item {
        align-items: center;
    }

    .conds_item .item_text {
        width: 49%;
    }

    .conds_item .item_img {
        width: 49%;
    }

    /*******************************************************************/

    .test_drive_comment {
        font-size: 18px;
    }

    #test_drive_form .form-group {
        width: 100%;
    }

    /*******************************************************************/

    .quest_text {
        padding: 15px;
    }

    .quest_title {
        font-size: 28px;
    }

    .quest_comment br {
        display: none;
    }

    .quest_comment {
        font-size: 16px;
        margin-top: 10px;
    }

    #quest_form .form-group {
        width: 100%;
    }

    .quest_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*******************************************************************/

    .cont_wrap {
        width: 400px;
        padding: 20px 15px;
    }

    .cont_quest {
        font-size: 18px;
    }

    /*******************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .reviews_block {
    }

    .head_wrap .btn {
        display: none;
    }

    /*******************************************************************/

    .banner picture img {
        height: 480px;
    }

    .title_wrap {
        padding-bottom: 20px;
    }

    .title_wrap .title2 {
        margin-top: 10px;
        font-size: 18px;
    }

    .title_props > div {
        font-size: 18px;
        min-height: auto;
        background-size: 30px !important;
        padding: 5px 0 5px 40px;
    }

    .title_container .btn {
        display: none;
    }

    .title_props {
        margin-top: 10px;
        gap: 10px 0;
    }

    .timer_block {
        margin-top: -90px;
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    #timer_form {
        width: 100%;
    }

    .advantages {
        margin-top: 30px;
    }

    .advantages > a span {
        padding-left: 40px;
        background-size: 30px !important;
    }

    /*******************************************************************/

    .cars_items {
        margin-top: 60px;
    }

    .cars_menu .swiper-slide span {
        font-size: 11px;
    }

    .car_item {
        flex-direction: column;
        background: #25292B;
        border: 2px solid #30363A;
        background-size: 100%;
        position: relative;
        padding: 100px 15px 15px;
    }

    .car_image_wrap {
        order: 1;
        width: 100%;
    }
    
    .car_image {
        text-align: center;
    }

    .car_text {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }

    .car_title {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .car_props {
        flex-direction: row;
        justify-content: space-between;
    }

    #et .car_btns {
        margin-top: 0px;
    }

    #es .car_btns {
        margin-top: 0px;
    }

    .car_gallery_wrap {
        order: 3;
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    .car_gallery {
        height: auto;
    }

    /*******************************************************************/

    .filter_quick_menu {
        padding-bottom: 20px !important;
    }

    .filter_quick_menu li {
        font-size: 12px;
    }

    .filter_quick_menu .swiper-scrollbar {
        bottom: 0 !important;
    }

    .filter_quick_menu .swiper-scrollbar-horizontal {
        background: #30363A;
    }

    .filter_quick_menu .swiper-scrollbar-drag {
        background: #C78E66;
    }

    .tb_complects_container {
        padding-top: 0;
    }

    .tb_complects > div {
        flex-direction: column;
        padding: 60px 15px 15px;
        position: relative;
        margin-top: 30px;
    }

    .compl_image {
        width: 100%;
    }

    .compl_image img {
        margin: 0 auto;
    }

    .compl_props {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }

    .compl_wrap {
        width: 100%;
        margin-top: 10px;
    }

    .compl_name {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    /*******************************************************************/

    .conditions {
        margin-top: 60px;
        padding: 30px 0;
    }

    .conds_pick {
        flex-direction: column;
        gap: 10px 0;
    }

    .conds_pick > div {
        width: 100%;
        background: #181B1D;
        border: 2px solid #30363A;
    }

    .conds_pick > div img {
        width: auto;
    }

    .conds_item {
        flex-direction: column;
        gap: 20px 0;
    }

    .conds_item .item_text {
        width: 100%;
    }

    .conds_item .item_img {
        width: 100%;
    }

    /*******************************************************************/

    .test_drive {
        flex-direction: column;
        margin-top: 60px;
        gap: 30px 0;
    }

    .test_drive_text {
        width: 100%;
    }

    .test_drive_video {
        width: 100%;
    }

    .test_drive_video .test_drive_img1 {
        width: 100%;
        height: 400px;
    }

    /*******************************************************************/

    .quest {
        flex-direction: column;
        margin-top: 60px;
    }

    .quest_text {
        width: 100%;
    }

    .quest_img {
        width: 100%;
    }

    /*******************************************************************/

    .contacts {
        margin-top: 60px;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    #map1 {
        background-position: 75% 50%;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .reviews_block {
        min-height: initial;
        padding: 20px;
    }
    .reviews .reviews_slider .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
        margin: 0 4px;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    .btn {
        font-size: 14px;
    }

    form .form-group input[type=tel], form .form-group input[type=text], form .form-group select {
        font-size: 14px;
    }

    .agree_field input {
        top: -2px;
    }

    /*******************************************************************/

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #C78E66;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    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;
    }

    .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 107px;
        background: #000000;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 15px 0;
        row-gap: 15px;
    }

    .menu.active {
        right: 0;
    }

    /*******************************************************************/

    .head_wrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }

    .logo {
        width: 85%;
    }

    .top_phone {
        margin: 5px auto;
    }

    .top_addr {
        display: none;
    }

    .head_wrap .btn {
        display: none;
    }

    /*******************************************************************/

    .banner {
        margin-top: 0;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        top: 85px;
    }

    .title_wrap {
        width: 100%;
        padding-bottom: 10px;
    }

    .title_wrap .title1 {
        font-size: 4vw;
    }

    .title_wrap .title2 {
        margin-top: 10px;
        font-size: 4vw;
    }

    .title_props {
        /*align-items: flex-start;*/
    }

    .title_props > div {
        font-size: 4vw;
        min-height: auto;
        background-size: 30px !important;
        padding: 5px 0 5px 40px;
    }

    .title_props > div br {
        display: block;
    }

    .title_container .btn {
        display: none;
    }

    .title_props {
        margin-top: 10px;
        gap: 0;
    }

    .title_props > div {
        text-align: left;
    }

    /*.title_props > div b {
        white-space: nowrap;
    }*/

    .timer_block {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 10px 0;
    }

    div[id^=timer] {
        white-space: nowrap;
        transform: scale(.85) !important;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form-group {
        width: 100%;
    }

    #timer_form .form_comment {
        font-size: 5vw;
        text-align: center;
    }

    .advantages {
        margin-top: 30px;
        flex-direction: column;
        gap: 0;
    }

    .advantages > a {
        width: 100%;
        background-size: 100%;
        padding-left: 0;
        font-size: 4vw;
        min-height: 16vw;
        justify-content: center;
    }

    .advantages > a span {
        padding-left: 40px;
        background-size: 30px !important;
    }

    /*******************************************************************/

    .cars_items {
        margin-top: 60px;
    }

    .cars_items_title {
        text-align: center;
        font-size: 7vw;
    }

    .cars_menu {
        padding-bottom: 20px !important;
    }

    .cars_menu .swiper-wrapper {
        justify-content: unset;
        gap: unset;
    }

    .cars_menu .swiper-slide {

    }

    .cars_menu .swiper-slide a {
        opacity: 1;
    }

    .cars_menu .swiper-slide span {
        font-size: 11px;
    }

    .cars_menu .swiper-scrollbar {
        bottom: 0 !important;
    }

    .cars_menu .swiper-scrollbar-horizontal {
        background: #30363A;
    }

    .cars_menu .swiper-scrollbar-drag {
        background: #C78E66;
    }

    .car_item {
        flex-direction: column;
        background: #25292B;
        border: 2px solid #30363A;
        background-size: 100%;
        position: relative;
        padding: 100px 15px 15px;
        margin-top: 60px;
    }

    .car_image_wrap {
        order: 1;
        width: 100%;
    }

    .car_image {
        top: 0 !important;
    }

    .car_stock {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 15px;
    }

    .car_image {
        text-align: center;
        margin-top: -20px;
    }

    .car_colors {
        margin-left: 0;
        justify-content: center;
    }

    .car_colors > span {
        display: none;
    }

    .car_text {
        order: 2;
        width: 100%;
        margin-top: 10px;
    }

    .car_title {
        position: absolute;
        top: 15px;
        left: 0;
        padding: 0 15px;
        width: 100%;
    }

    .car_name {
        font-size: 6.5vw;
        text-align: center;
    }

    .car_profit {
        margin-top: 10px;
        width: 100%;
        background-size: 100%;
        font-size: 4vw;
        padding-left: 15px;
    }

    .car_profit span {
        padding-left: 35px;
        background-size: 7vw !important;
    }

    .car_props > a {
        font-size: 5vw;
    }

    .car_btns {
        margin-top: 10px;
    }

    #et .car_btns {
        margin-top: 0px;
    }

    #es .car_btns {
        margin-top: 0px;
    }

    .car_gallery_wrap {
        order: 3;
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    .car_gallery {
        height: auto;
        padding-bottom: 20px !important;
    }

    .car_gallery .swiper-scrollbar {
        bottom: 0 !important;
    }

    .car_gallery .swiper-scrollbar-horizontal {
        background: #30363A;
    }

    .car_gallery .swiper-scrollbar-drag {
        background: #C78E66;
    }

    /*******************************************************************/

    #instock {
        margin-top: 60px;
    }
    
    .instock_title {
        font-size: 7vw;
        text-align: center;
    }

    .filter_quick_menu {
        margin-top: 20px;
        padding-bottom: 20px !important;
    }

    .filter_quick_menu li {
        font-size: 12px;
    }

    .filter_quick_menu .swiper-scrollbar {
        bottom: 0 !important;
    }

    .filter_quick_menu .swiper-scrollbar-horizontal {
        background: #30363A;
    }

    .filter_quick_menu .swiper-scrollbar-drag {
        background: #C78E66;
    }

    .tb_complects_container {
        padding-top: 0;
    }

    .tb_complects > div {
        flex-direction: column;
        padding: 90px 15px 15px;
        position: relative;
        margin-top: 30px;
    }

    .compl_image {
        width: 100%;
    }

    .compl_image img {
        margin: 0 auto;
    }

    .compl_props {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 10px;
        gap: 10px 0;
    }

    .compl_wrap {
        width: 100%;
        margin-top: 10px;
    }

    .compl_name {
        position: absolute;
        top: 15px;
        left: 15px;
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    .compl_text .line {
        display: none;
    }

    .compl_techs {
        gap: 0 10px;
        width: 100%;
        margin-top: 10px;
    }

    .compl_techs > div {
        font-size: 3vw;
    }

    .compl_techs > div b {
        font-size: 3vw;
    }

    .compl_btns {
        flex-direction: column;
        gap: 10px;
    }

    .compl_btns .btn {
        width: 100%;
    }

    /*******************************************************************/

    .conditions {
        margin-top: 60px;
        padding: 30px 0;
    }

    .conds_title {
        text-align: center;
        font-size: 7vw;
    }

    .range__slider label {
        font-size: 16px;
    }

    .range__value.value1 div {
        min-width: 140px;
        height: 38px;
    }
    .range__value.value2 div {
        min-width: 140px;
        height: 38px;
    }
    .form-group_wrap {
        flex-direction: column;
    }
    .form-group_wrap .form-group {
        width: 100%;
    }

    .conds_pick {
        flex-direction: column;
        gap: 10px 0;
    }

    .conds_pick > div {
        width: 100%;
        /*background: #181B1D;*/
        /*border: 2px solid #30363A;*/
        background-size: 100% !important;
        padding-left: 15px;
        font-size: 5vw;
        height: 20vw;
    }

    .conds_pick > div img {
        width: 21.5vw;
    }

    .conds_item {
        flex-direction: column;
        gap: 20px 0;
    }

    .conds_item .item_text {
        width: 100%;
    }

    .conds_item .item_title {
        font-size: 7vw;
    }

    .conds_item .item_props > div {
        font-size: 5vw;
    }

    .conds_item .item_img {
        width: 100%;
    }

    .conds_form .form-group {
        width: 100%;
    }

    /*******************************************************************/

    .test_drive {
        flex-direction: column;
        margin-top: 60px;
        gap: 30px 0;
    }

    .test_drive_text {
        width: 100%;
    }

    .test_drive_title {
        text-align: center;
        font-size: 7vw;
    }

    .test_drive_comment {
        /*text-align: center;*/
        font-size: 5vw;
        margin-top: 20px;
    }

    .test_drive_video {
        width: 100%;
    }

    .test_drive_video .test_drive_img1 {
        width: 100%;
        height: 250px;
    }

    #test_drive_form .form-group {
        width: 100%;
    }

    /*******************************************************************/

    .quest {
        flex-direction: column;
        margin-top: 60px;
    }

    .quest_text {
        width: 100%;
        padding: 15px;
    }

    .quest_title {
        font-size: 6vw;
        text-align: center;
    }

    .quest_comment {
        /*text-align: center;*/
        font-size: 5vw;
        margin-top: 20px;
    }

    .quest_comment br {
        display: none;
    }

    .quest_img {
        width: 100%;
        margin-top: 20px;
    }

    #quest_form .form-group {
        width: 100%;
    }

    /*******************************************************************/

    .contacts {
        margin-top: 60px;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }

    .bot_phone {
        font-size: 5vw;
    }

    .bot_addr {
        font-size: 4vw;
    }

    .worktime {
        font-size: 4vw;
    }

    .cont_quest {
        font-size: 6vw;
    }

    #map1 {
        height: 350px;
        background-position: 69% 50%;
    }

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-direction: column;
        align-items: center;
        gap: 10px 0;
    }

    .car_info {
        font-size: 16px;
    }
    .cookies_wrap {
        flex-wrap: wrap;
    }
    .modal-content {
        font-size: 12px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}