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

html {
    overflow-x: hidden;
}

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

.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;
    max-width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1800px;
        padding: 0 30px;
    }
}

.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: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: white;
}


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

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

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

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

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

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

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

.agree_field {
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.agree_field input[type="checkbox"] {
    display: none;
}

.agree_field span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border: 1px solid #DBAD76;
    background: transparent;
    transition: all .4s ease-in;
}

.agree_field input[type="checkbox"]:checked + span {
    background: #DBAD76;
}

.agree_field a {
    text-decoration: underline;
    font-weight: 700;
}

.agree_field div {
    width: 95%;
}

.popup_container .agree_field {
    align-items: flex-start;
}

.popup_container .agree_field span {
    margin-top: 7px;
}

form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=number],
form .form-group select {
    height: 55px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 15px;
    border: 1px solid #666;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.svg) 95% 50% no-repeat transparent;
    font-family: 'Manrope', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Manrope', 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;
}

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

.cookie_text.hide {
    display: none;
}

.cookie_content {
    flex: 1;
    margin-right: 20px;
}

.cookie_text p {
    padding: 0;
    line-height: 1.4;
}

.cookie_text .agree_field {
    font-size: 16px;
}

/* .cookie_text .agree_field {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    line-height: 1.4;
}

.cookie_text .agree_field input {
    margin-right: 10px;
    margin-top: 3px;
}

.cookie_text .agree_text {
    display: inline-block;
} */

.cookie_btn {
    width: 356px;
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_btn span {
    display: inline-block;
}

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

.checkmark {
    display: none; /* Стилизация чекбокса при необходимости */
}

.btn {
    box-sizing: border-box;
    background: #1D1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s ease-in;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.btn.blur {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
}

.btn.blur:hover {
    background: rgba(255, 255, 255, 0.69);
    border-color: #FFFFFF;
}

.btn.glass {
    border: 1px solid #1D1D1D;
    background: transparent;
    color: #1D1D1D;
}

.btn:hover {
    background: #002D28;
    color: #ffffff;
    border-color: #002D28;
}

.btn.wt:hover {
    background: #FFFFFF;
    color: #1d1d1d;
}

.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}


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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 13.94%, rgba(0, 0, 0, 0.11) 100%);
    backdrop-filter: blur(8px);
    max-width: 1920px;
    margin: 0 auto;
}

header .head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header .head_wrap .head_text {
    display: flex;
    align-items: center;
    gap: 0 40px;
    color: #ffffff;
}

header .head_date {
	margin-left: auto;
	background: #1D1D1D;
	margin-right: 39px;
	border-radius: 15px;
	color: white;
	display: flex;
	padding: 7px 15px;
	align-items: center;
}

header .head_date .text1 {
    font-size: 14px;
    font-weight: 500;
}

header .head_date:before {
	content:'';
	display: block;
	width:2px;
	height:27px;
	background:white;
	margin-left:14px;
	margin-right:14px;
	order:2
}

header .head_date .text2 {
    font-size: 26px;
    font-weight: bold;
    order:3;
    text-transform: uppercase;
}

.top_addr {
    font-size: 14px;
}

.top_phone {
    font-size: 14px;
}

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

.logo_wrap .logo1 {
    margin-right: 17px;
    padding-right: 17px;
    border-right: 1px solid #FFFFFF;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 260px;
}

.menu {
    border-top: 1px solid #666;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.menu a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    transition: all .4s ease-in;
    position: relative;
}

.menu a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: all .4s ease-in;
}

.menu a:hover {
    text-shadow: 1px 1px 1px #ffffff;
}

.menu a:hover:before {
    width: 100%;
}

/**********************
        BANNER
**********************/

.banner {
    margin-top: 0px;
}

.banner picture img {
    max-width: none;
    height: 875px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    z-index: 2;
    top: 146px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    text-align: center;
    padding: 26px 20px 10px;
    color: #1D1D1D;
    background-color: #FFFFFF57;
    max-width: 1288px;
    backdrop-filter: blur(6px);
    border-radius: 12px;
}

.title_container .br_mob {
    display: none;
}

.title_container .title1 {
    font-size: 42px;
    font-weight: 700;
    white-space: nowrap;
}

.title_container .title2 {
    margin-top: 20px;
    font-size: 32px;
}

.title_container .btn {
    margin: 20px auto;
    width: 223px;
}

.banner_props {
    /*max-width: 740px;*/
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 12px;
}
.banner_props > a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 4px 20px 4px 4px;
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1D;
    text-align: left;
    line-height: 100%;
    background: #FFFFFF33;
    border-radius: 10px;
    transition: all 0.2s linear;
}
.banner_props > a:hover {
    background: #DBAD76;
}

.banner_props > a:before {
    content: '';
    position: relative;
    display: block;
    min-width: 38px;
    height: 38px;
    border-radius: 6px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) 50% 50% no-repeat #DBAD76;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) 50% 50% no-repeat #DBAD76;
}
.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) 50% 50% no-repeat #DBAD76;
}

.banner_props a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(93.69deg, rgba(255, 255, 255, 0) 70.61%, #FFFFFF 100%);
    z-index: -1;
    transition: all 0.2s linear;
}
.banner_props a:hover:after {
    opacity: 0;
}

.banner_props .br {
	flex-basis: 100%;
}

.offer_block {
    margin-top: -35px;
    border-radius: 10px;
    background: #E8E8E8;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    position: relative;
}

.offer_wrap {
    width: 740px;
    position: relative;
    z-index: 1;
}

.offer_title {
    font-size: 35px;
    font-weight: 700;
}

.offer_comment {
    font-size: 23px;
    margin-top: 10px;
}

#offer_form {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 20px;
}

#offer_form .form-group {
    width: 35%;
}

#offer_form .form-group.wide {
    width: 63%;
}

.offer_img {
    position: absolute;
    top: 35px;
    right: 0;
    width: 57%;
}

/**********************
         CARS
**********************/

.blocks_title {
    font-size: 46px;
    padding-left: 27px;
    border-left: 3px solid #1D1D1D;
    line-height: 122%;
    margin: 0 auto;
    width: fit-content;
}

.cars_items {
    margin-top: 120px;
}


.cars_menu {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 25px;
    height: 285px;
}

.cars_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/cars_menu_bg.jpg") 50% 50% no-repeat;
    border-radius: 10px;
    flex-grow: 1;
    padding: 13px 0 10px;
    transition: all .4s ease-in;
    opacity: .5;
}

.cars_menu a img {
    width: 66%;
    transition: all .4s ease-in;
}

.cars_menu a span {
    margin-top: -15px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.cars_menu a:hover {
    opacity: 1;
}

.cars_menu a:hover img {
    width: 78%;
}

.car_item {
    margin-top: 90px;
    background: url("../img/corner.png") 0 0 no-repeat;
}

.car_wrap {
    padding: 40px 0 0 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.car_text {
    position: relative;
    z-index: 1;
}

.car_title {
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
}

.car_name {
    font-size: 35px;
    font-weight: 500;
}

.car_name img {
    margin-bottom: 6px;
}

.car_offer {
    font-size: 23px;
    padding: 0 20px 6px 20px;
    position: relative;
}

.car_offer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%);
}

.car_profit {
    display: block;
    width: fit-content;
    margin-top: 40px;
    padding: 0 50px;
    border-radius: 50px;
    background: #FFF;
    font-size: 23px;
    position: relative;
    overflow: hidden;
}

.car_profit span {
    display: block;
    padding: 12px 0 12px 53px;
    background: url("../img/profit_ico.svg") 0 50% no-repeat;
    position: relative;
    z-index: 1;
}

.car_profit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 110px;
    transition: all .4s ease-in;
}

.car_profit:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: url("../img/blick.png") 0 50% no-repeat;
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.car_profit:hover:before {
    left: 100%;
}

.car_stock {
    margin-top: 40px;
    color: #666666;
    font-size: 20px;
    text-transform: uppercase;
}

.car_stock span {
    font-size: 23px;
    display: block;
    color: #1d1d1d;
    text-transform: none;
    padding: 10px 0 10px 57px;
    background: url("../img/stock_ico.svg") 0 50% no-repeat;
}

.car_props {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.car_props > a {
    display: flex;
    align-items: center;
    min-height: 25px;
    padding-left: 30px;
}

.car_props > a.ico1 {
    background: url("../img/prop_ico1.svg") 0 50% no-repeat;
}
.car_props > a.ico2 {
    background: url("../img/prop_ico2.svg") 0 50% no-repeat;
}
.car_props > a.ico3 {
    background: url("../img/prop_ico3.svg") 0 50% no-repeat;
}
.car_props > a.ico4 {
    background: url("../img/prop_ico4.svg") 0 50% no-repeat;
}

.car_image {
    position: absolute;
    right: 195px;
    top: 30px;
    width: 70%;
}

.car_colors {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-top: -35px;
    margin-left: -100px;
}

.car_colors > div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.car_colors > div:before {
    content: '';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 36px;
    height: 36px;
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    transition: all .4s ease-in;
    opacity: 0;
}

.car_colors > div.active:before {
    opacity: 1;
}

.car_gallery_wrap {
    position: relative;
    width: 245px;
}

.car_gallery {
    width: 100%;
    height: 460px;
}

.car_gallery .swiper-slide {
    height: 140px !important;
    border-radius: 10px;
    overflow: hidden;
}

.car_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    top: unset;
    left: calc(50% - 20px);
    right: unset;
    background: url("../img/arrow.svg") 50% no-repeat;
    margin: 0 !important;
}

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
    display: none;
}

.car_gallery_wrap .swiper-button-prev {
    top: -20px;
}

.car_gallery_wrap .swiper-button-next {
    bottom: -20px;
    transform: rotate(-180deg);
}

.car_btns {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 32.5%;
}


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

#instock {
    margin-top: 120px;
}

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

#filter_table .select_container {
    width: 32%;
}

#filter_table select {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Manrope";
    color: #666666;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #666;
    height: 55px;
    background: url("../img/ico_select.svg") 95% 50% no-repeat transparent;
    padding-left: 20px;
    cursor: pointer;
}

.tb_complects > div {
    margin-top: 75px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.tb_complects > div:after {
    content: '';
    width: 100%;
    height: 170px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(-91deg, #E8E8E8 30.03%, rgba(232, 232, 232, 0.00) 68.72%);
}

.tb_complects > div:first-child {
    display: none;
}

.compl_image {
    width: 31%;
    background: url("../img/compl_bg.png") 50% no-repeat;
}

.compl_wrap {
    width: 69%;
    position: relative;
    z-index: 1;
}

.compl_name {
    font-size: 35px;
    padding-left: 20px;
}

.compl_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.compl_techs {
    display: flex;
    justify-content: space-between;
    width: 65%;
    padding-left: 35px;
}

.compl_techs > div {
    color: #666666;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
}

.compl_techs > div b {
    display: block;
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 400;
    padding-left: 50px;
}

.compl_techs > div.ico1 b {
    background: url("../img/tech_ico1.svg") 0 50% no-repeat;
}

.compl_techs > div.ico2 b {
    background: url("../img/tech_ico2.svg") 0 50% no-repeat;
}

.compl_techs > div.ico3 b {
    padding-left: 37px;
    background: url("../img/tech_ico3.svg") 0 50% no-repeat;
}

.compl_techs > div.ico4 b {
    padding-left: 39px;
    background: url("../img/tech_ico4.svg") 0 50% no-repeat;
}

.compl_btns {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.tb_complects_showmore {
    display: block;
    margin-top: 40px;
    color: #1D1D1D;
    font-weight: 700;
    text-decoration: underline;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
    margin-top: 120px;
}

.ags_wrap {
    padding: 80px 0 530px;
    background: url("../img/ags_bg.jpg") 50% no-repeat;
    overflow: hidden;
    border-radius: 10px;
}

.ags_title {
    color: #ffffff;
    font-size: 46px;
    text-align: center;
}

.ags_list {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    margin-top: 40px;
    padding: 0 80px;
}

.ags_list a {
    display: flex;
    align-items: center;
    min-height: 75px;
    padding: 0 15px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(94deg, rgba(255, 255, 255, 0.20) 1.21%, rgba(153, 153, 153, 0.20) 98.29%);
    position: relative;
}

.ags_list a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 78px;
    background: url("../img/ags_corner.svg") 50% no-repeat;
}

.ags_list a span {
    display: block;
    padding: 15px 0 15px 60px;
}

.ags_list a.ico1 span {
    background: url("../img/ags_ico1.svg") 0 50% no-repeat;
}

.ags_list a.ico2 span {
    background: url("../img/ags_ico2.svg") 0 50% no-repeat;
}

.ags_list a.ico3 span {
    background: url("../img/ags_ico3.svg") 0 50% no-repeat;
}

.ags_list a.ico4 span {
    background: url("../img/ags_ico4.svg") 0 50% no-repeat;
}

.ags_list a.ico5 span {
    background: url("../img/ags_ico5.svg") 0 50% no-repeat;
}

/**********************
       CREDIT
**********************/

.credit {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
}

.credit_img {
    border-radius: 10px;
    overflow: hidden;
}

.credit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.credit_img.img1 {
    width: 66%;
    height: 700px;
}

.credit_wrap {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-top: 7px;
}

.credit .blocks_title {
    width: 100%;
}

.credit_comment {
    margin-top: 30px;
    font-size: 20px;
}

#credit_form {
    margin-top: 20px;
}

#credit_form .form-group {
    margin-bottom: 15px;
}

.credit_img.img2 {
    height: 262px;
    margin-top: auto;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
}

.tradein_imgs_wrap {
    width: 66%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 40px 0;
}

.tradein_img {
    border-radius: 10px;
    overflow: hidden;
}

.tradein_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tradein_img.img1 {
    width: 48%;
    height: 550px;
}

.tradein_wrap {
    width: 49%;
}

.tradein .blocks_title {
    width: 100%;
}

.tradein_comment {
    font-size: 20px;
    margin-top: 35px;
}

#tradein_form {
    margin-top: 20px;
}

#tradein_form .form-group {
    margin-bottom: 20px;
}

/*#tradein_form .agree_field {
    display: block;
}*/

.tradein_img.img2 {
    width: 100%;
    height: 170px;
}

.tradein_img.img3 {
    width: 32%;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
}

.test_drive_wrap {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.test_drive .blocks_title {
    width: 100%;
}

.test_drive_comment {
    margin-top: 35px;
    font-size: 20px;
}

#test_drive_form {
    margin-top: 20px;
}

#test_drive_form .form-group {
    margin-bottom: 20px;
}

/*
#test_drive_form .agree_field {
    display: block;
}
*/

.test_drive_img {
    margin-top: auto;
    width: 100%;
    height: 284px;
    border-radius: 10px;
    overflow: hidden;
}

.test_drive_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test_drive_video {
    width: 66%;
    height: 700px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.test_drive_video .play_btn {
    position: absolute;
    width: 70px;
    height: 80px;
    top: calc(50% - 35px);
    left: calc(50% - 40px);
    background: url("../img/btn_play.svg") 50% no-repeat;
    cursor: pointer;
    z-index: 1;
}

.test_drive_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 120px;
}

.contacts_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    border-radius: 10px;
    background: #1D1D1D;
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
}

.contacts_logo_wrap {
    display: flex;
}

.contacts_logo_wrap .logo1 {
    margin-right: 35px;
    padding-right: 35px;
    position: relative;
}

.contacts_logo_wrap .logo1:before {
    content: '';
    position: absolute;
    top: calc(50% - 21px);
    right: 0;
    height: 42px;
    width: 1px;
    background: #FFFFFF;
}

.bot_addr {
    color: #ffffff;
    font-size: 20px;
}

.bot_phone {
    color: #ffffff;
    font-size: 20px;
}

.worktime {
    color: #ffffff;
    font-size: 20px;
}

.contacts_wrap .btn {
    width: 280px;
}

#map1 {
    background: url("../img/map.jpg") 50% no-repeat;
    height: 585px;
    filter: grayscale(100%);
}

/**********************
        FOOTER
**********************/

footer {
    padding: 50px 0;
    background: #002D28;
}

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

.yurinfo {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.foot_links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_links > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

footer .disclamer {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


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

@media (max-width: 1600px) {

    .offer_block {
        padding: 20px;
    }

    .offer_wrap {
        width: 600px;
    }

    .offer_img {
        width: 55%;
    }

    .offer_title {
        font-size: 30px;
    }

    .offer_comment {
        font-size: 18px;
    }

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

    .car_image {
        top: 130px;
        right: 170px;
    }

    .car_stock {
        font-size: 18px;
    }

    .car_stock span {
        font-size: 20px;
    }

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

    .compl_techs {
        padding-left: 0;
    }

    .compl_text {
        gap: 0 20px;
    }

    .compl_btns {
        width: 300px;
    }

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

    .ags_list {
        flex-flow: wrap;
        justify-content: center;
        gap: 20px;
    }

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

    .credit_comment {
        font-size: 16px;
    }

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

    .tradein_comment {
        font-size: 16px;
    }

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

    .test_drive_comment {
        font-size: 16px;
    }

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

    .bot_addr,
    .bot_phone,
    .worktime {
        font-size: 16px;
    }

    .contacts_wrap .btn {
        width: 200px;
    }
}

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

    .menu {
        padding: 10px 0;
    }

    .menu a {
        font-size: 16px;
    }

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

    .banner picture img {
        height: 610px;
    }

    .title_container {
        top: 130px;
    }

    .title_container .title1 {
        font-size: 38px;
    }

    .title_container .title2 {
        margin-top: 4px;
        font-size: 30px;
    }

    .banner_props > a {
        font-size: 16px;
    }

    .offer_img {
        width: 45%;
        top: 55px;
    }

    .offer_wrap {
        width: 540px;
    }

    .offer_title {
        font-size: 26px;
    }

    .offer_comment {
        font-size: 16px;
    }

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

    .cars_menu {
        height: 190px;
    }

    .car_wrap {
        flex-flow: wrap;
        padding: 20px 0 0 20px;
    }

    .car_image {
        top: 80px;
        right: -50px;
    }

    .car_colors {
        margin-top: -10px;
    }

    .car_gallery_wrap {
        width: 100%;
    }

    .car_gallery {
        margin: 30px auto 0;
        height: auto;
        width: 95%;
    }

    .car_gallery_wrap .swiper-button-prev {
        left: 0;
        top: 45%;
        transform: rotate(-90deg);
    }

    .car_gallery_wrap .swiper-button-next {
        right: 0;
        left: unset;
        top: 45%;
        transform: rotate(90deg);
    }

    .car_btns {
        margin-top: 30px;
    }

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

    #filter_table {
        margin-top: 50px;
    }

    .compl_text {
        flex-direction: column;
    }

    .compl_techs {
        width: 100%;
    }

    .compl_btns {
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .compl_btns .btn {
        width: 49%;
    }

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

    .ags_wrap {
        padding: 80px 0 310px;
    }

    .ags_list {
        padding: 0 40px;
    }

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

    .credit {
        gap: 0 20px;
    }

    .credit_img.img1 {
        width: 53%;
    }

    .credit_img.img1 img {
        object-position: 80% 50%;
    }

    .credit_wrap {
        width: 45%;
    }

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

    .tradein_imgs_wrap {
        width: 100%;
    }

    .tradein_img.img3 {
        display: none;
    }

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

    .test_drive {
        gap: 0 20px;
    }

    .test_drive_wrap {
        width: 45%;
    }

    .test_drive_video {
        width: 53%;
    }

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

    .contacts_wrap .btn {
        display: none;
    }

    .contacts_logo_wrap {
        width: 30%;
    }

}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    header .btn {
        display: none;
    }

    .menu a {
        font-size: 14px;
    }

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

    .banner picture img {
        height: 460px;
    }

    .title_container .title1 {
        font-size: 28px;
    }

    .title_container .title2 {
        font-size: 24px;
    }

    .title_container .btn {
        display: none;
    }

    .banner_props > a {
        font-size: 14px;
    }

    .offer_block {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        gap: 20px 0;
    }

    .offer_wrap {
        width: 100%;
    }

    .offer_title,
    .offer_comment {
        text-align: center;
    }

    .offer_img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

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

    .cars_menu {
        height: auto;
    }

    .cars_menu a span {
        font-size: 24px;
        margin-top: -5px;
    }

    .car_wrap {
        flex-direction: column;
    }

    .car_image {
        order: 1;
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
        margin-top: 40px;
    }

    .car_colors {
        margin-left: 0;
    }

    .car_text {
        order: 2;
        position: unset;
    }

    .car_title {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .car_gallery_wrap {
        order: 3;
    }

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

    .tb_complects > div {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-top: 50px;
    }

    .compl_wrap {
        width: 100%;
        position: unset;
    }

    .compl_name {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
    }

    .compl_techs > div {
        font-size: 10px;
    }

    .compl_techs > div b {
        font-size: 16px;
        padding: 5px 0 5px 50px;
    }

    .compl_image {
        width: 100%;
        text-align: center;
        background-size: cover;
    }

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

    .advantages {
        margin-top: 60px;
    }

    .ags_title {
        font-size: 36px;
    }

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

    .credit {
        margin-top: 60px;
    }

    .credit_img.img1 {
        display: none;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_img.img2 {
        margin-top: 20px;
    }

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

    .tradein {
        margin-top: 60px;
    }

    .tradein_img.img1 {
        display: none;
    }

    .tradein_wrap {
        width: 100%;
    }

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

    .test_drive_img {
        display: none;
    }

    .test_drive {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 60px;
    }

    .test_drive_wrap {
        width: 100%;
    }

    .test_drive_video {
        width: 100%;
        height: 350px;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .contacts_wrap {
        flex-flow: wrap;
        padding: 20px;
        gap: 20px 0;
    }

    .contacts_logo_wrap {
        width: 49%;
    }

    .contacts_wrap .btn {
        display: flex;
    }

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

    footer {
        padding: 30px 0;
    }

    .foot_links a {
        font-size: 14px;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .cookie_text {
        display: block;
        width: 89%; 
        text-align: center;
        border-radius: 20px;
        padding: 10px 20px;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }
    .cookie_text .agree_field {
               font-size: 12px; 
    }
    .cookie_text p span {
        display: none;
    }
    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 20px;
        font-size: 9px;
        justify-content: center;
    }


    .anim {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .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%;
    }

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

    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: #FFFFFF;
        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;
        position: fixed;
        align-items: center;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 10px;
    }

    .menu.active {
        right: 0;
    }

    .menu > div {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .menu a {
        padding: 0;
        color: #000000;
    }

    .menu a:before {
        display: none;
    }

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

	header .head_date {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: 82px;
    margin: 0;
    transform: translateX(-50%);
    justify-content: center;
    width: max-content;
}

	.banner {
		margin-top: 55px;
	}
	
	header .head_date .text1 {}
	header .head_date .text2 {}

    .head_wrap {
        flex-flow: wrap;
        position: relative;
    }

    .head_text {
        width: 100%;
    }

    .top_phone {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

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

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        top: 82px;
        width: 96%;
        padding: 2vw;
    }

    .title_container .br_mob {
        display: block;
    }

    .title_container .title1 {
        font-size: 6vw;
    }

    .title_container .title2 {
        margin-top: 8px;
        font-size: 3.5vw;
        line-height: 100%;
    }

    .title_container .btn {
        display: none;
    }

    .banner_props {
        margin-top: 8px;
        flex-wrap: wrap;
        column-gap: 1%;
        row-gap: 2vw;
    }
    .banner_props > a {
        column-gap: 1vw;
        padding: 1vw;
        font-size: 2.3vw;
        border-radius: 1.6vw;
    }
    .banner_props > a:nth-child(2),
    .banner_props > a:nth-child(3) {
        width: 40%;
    }
    .banner_props > a:before {
        min-width: 6vw;
        height: 6vw;
        border-radius: 1vw;
        background-size: 76% !important;
    }
    .banner_props a:after {
        border-radius: 1vw;
    }

    .banner_props > a:hover {
        background: #FFFFFF33;
    }
    .banner_props > a:hover:after {
        opacity: 1;
    }

    .offer_block {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
        margin-top: 20px;
        padding: 10px;
    }

    .offer_wrap {
        width: 100%;
    }

    .offer_title {
        font-size: 6vw;
        text-align: center;
    }

    .offer_comment {
        font-size: 4vw;
        text-align: center;
    }

    #offer_form .form-group {
        width: 100% !important;
    }

    .offer_img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

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

    .cars_items {
        margin-top: 60px;
    }

    .blocks_title {
        font-size: 8vw;
    }

    .cars_menu {
        height: auto;
        gap: 0 10px;
    }

    .cars_menu a {
        height: auto !important;
        opacity: 1;
        padding: 15px 0 10px;
    }

    .cars_menu a span {
        font-size: 4vw;
        margin-top: 0;
    }

    .cars_menu a img {
        width: 90% !important;
    }

    .car_item {
        margin-top: 60px;
    }

    .car_wrap {
        flex-direction: column;
        padding: 20px 0 0 15px;
    }

    .car_image {
        order: 1;
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
        margin-top: 80px;
    }

    .car_colors {
        margin-left: 0;
        margin-top: 0;
    }

    .car_profit {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
        font-size: 6vw;
    }

    .car_profit span {
        padding-left: 45px;
    }

    .car_stock {
        font-size: 4vw;
        margin-top: 20px;
    }

    .car_stock span {
        text-align: left;
        font-size: 5vw;
    }

    .car_props {
        margin-top: 20px;
    }

    .car_text {
        order: 2;
        position: unset;
    }

    .car_title {
        position: absolute;
        top: 20px;
        left: 20px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-right: 20px;
    }

    .car_offer {
        font-size: 5vw;
        padding: 0;
    }

    .car_gallery_wrap {
        order: 3;
    }

    .car_gallery_wrap {
        width: 100%;
        margin-left: -7px;
    }

    .car_gallery {
        margin: 30px auto 0;
        height: auto;
        width: 95%;
    }

    .car_gallery .swiper-slide {
        height: auto !important;
    }

    .car_gallery_wrap .swiper-button-prev {
        left: -10px;
        top: 52%;
        transform: rotate(-90deg);
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .car_gallery_wrap .swiper-button-next {
        right: -10px;
        left: unset;
        top: 52%;
        transform: rotate(90deg);
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .car_btns {
        flex-direction: column;
        gap: 10px 0;
        margin-top: 20px;
    }

    .car_btns .btn {
        width: 100%;
    }

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

    #instock {
        margin-top: 60px;
    }

    #filter_table {
        margin-top: 30px;
        flex-direction: column;
        gap: 10px 0;
    }

    #filter_table .select_container {
        width: 100%;
    }

    .tb_complects > div {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-top: 50px;
        margin-top: 40px;
    }

    .compl_wrap {
        width: 100%;
        position: unset;
    }

    .compl_name {
	font-size:23px;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
    }

    .compl_text {
        flex-direction: column;
    }

    .compl_techs {
        width: 100%;
        flex-flow: wrap;
        gap: 10px 0;
    }

    .compl_techs > div {
        font-size: 10px;
        width: 49%;
    }

    .compl_techs > div b {
        font-size: 16px;
        padding: 5px 0 5px 50px;
    }

    .compl_image {
        width: 100%;
        text-align: center;
        background-size: cover;
    }

    .compl_btns {
        margin-top: 40px;
    }

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

    .advantages {
        margin-top: 60px;
    }

    .ags_wrap {
        background-size: cover;
        padding: 40px 15px;
        border-radius: 0;
    }

    .ags_wrap .container {
        padding: 0;
    }

    .ags_title {
        font-size: 7vw;
    }

    .ags_list {
        padding: 0;
    }

    .ags_list a {
        width: 100%;
        font-size: 4vw;
    }

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

    .credit {
        margin-top: 60px;
    }

    .credit_img.img1 {
        display: none;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_comment {
        font-size: 4vw;
    }

    .credit_comment br {
        display: none;
    }

    .credit_img.img2 {
        margin-top: 20px;
    }

    #credit_form .form-group {
        margin-bottom: 10px;
    }

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

    .tradein {
        margin-top: 60px;
    }

    .tradein_img.img1 {
        display: none;
    }

    .tradein_wrap {
        width: 100%;
    }

    .tradein_comment {
        font-size: 4vw;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_img.img3 {
        display: none;
    }

    .tradein_imgs_wrap {
        width: 100%;
    }

    #tradein_form .form-group {
        margin-bottom: 10px;
    }

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

    .test_drive_img {
        display: none;
    }

    .test_drive {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 60px;
    }

    .test_drive_comment {
        font-size: 4vw;
    }

    .test_drive_wrap {
        width: 100%;
    }

    .test_drive_video {
        width: 100%;
        height: 350px;
    }

    #test_drive_form .form-group {
        margin-bottom: 10px;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .contacts_wrap {
        flex-direction: column;
        padding: 20px;
        gap: 20px 0;
    }

    .contacts_logo_wrap {
    }

    .contacts_wrap .btn {
        display: flex;
        width: 100%;
    }

    #map1 {
        height: 450px;
    }

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

    footer {
        padding: 20px 0;
    }

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

    .foot_links a {
        font-size: 14px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}



