﻿html {
    overflow-x: hidden;
}

body {
    font-family: "Corporate S";
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
}

* {
    box-sizing:border-box;
}

:root {
    --swiper-theme-color: #00adef;
}

.hidden {display:none;}

.mgallery {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.mgallery > * {
    width: 100%;
    height: 100%;
    display: inline-flex;
}

.mgallery > *:nth-child(n+5) {
    display: none;
}

.mgallery > * img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.mgallery > *:after {
    content: '';
    opacity: 1;
    width: calc(100% - 6px);
    height: 4px;
    background: #f8f9ff;
    display: block;
    margin-top: auto;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

/*.mgallery._init > *:after {opacity:1;}*/
.mgallery > *:hover:after, .mgallery > *.current:after {
    background: #313943;
}

.mgallery > *:first-child img, .mgallery > *:hover img, .mgallery > *.current img {
    z-index: 1;
}


.video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_container .poster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.video_container .poster picture {
    display: block;
    width: 100%;
    height: 100%;
}

.video_container .poster img {
    width: 100%;
    height: 100%;
}

.video_container .poster:after {
    content: '';
    width: 97px;
    height: 87px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/youtube.png) 50% 50% no-repeat;
    transform: translate(-50%, -50%);
}


.mvideo_container {
    position: relative;
}

.mvideo_container .thumbnail {
    position: relative;
}

.mvideo_container.init .thumbnail {
}

.mvideo_container .thumbnail picture {
    display: block;
}

.mvideo_container .thumbnail img {
    width: 100% !important;
}

.mvideo_container video {
    display: block;
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    height: 100%;
}


.mvideo_container button {
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    transition: 0.5s;
    cursor: pointer;
    pointer-events: none;
    z-index: 2;
    background: none;
}


.mvideo_container.play button {
    opacity: 0;
}

.mvideo_container button:before {
    content: '';
    width: 97px;
    height: 87px;
    display: block;
    background: url(../img/youtube.png) 50% 50% no-repeat;
    display: block;
}


img.lazyload {
    width: auto !important;
}


.disclamer {
    font-size: 10px;
    display: none;
    text-align: left;
    color: white;
}


font {
    display: block;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
    pointer-events: none;
}

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

.fancybox-content {
    overflow: hidden;
}


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

input::placeholder {
    color: #556370;
    font-family: inherit;
	font-size:14px;
}


.resp_table {
    width: 100%;
}

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

.resp_table img {
    display: block;
}


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

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

a:hover {
    text-decoration: none;
    color: inherit;
}

.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: 1406px;
    position: relative;
}


.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: 460px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .fancybox-close-small {
    color: black;
}

.popup_container .agree_field {
    color: #0c121c;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    padding-bottom: 32px;
    color: black;
}

.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 .form-group input[type=tel] {
    height: 60px;
}

.popup_container .form-group input[type=tel]::placeholder {
}


.popup_container .agree_field .check_ex {
    border-color: inherit;
}

.popup_container .agree_field .check_ex i {
    /* background: #0c121c; */
}
.popup_container .agree_field .check_ex i:before {filter:none;}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

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

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: block;
    top: 0px;
    margin-bottom: 0px;
}

.agree_field a {
    color: inherit;
}

.agree_field input {
    opacity: 0;
    position: absolute;
}

.agree_field .check_ex {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    top: -2px;
    margin-right: 5px;
    border: 1px solid white;
    border-radius: 0px;
    box-sizing: content-box;
}

.agree_field .check_ex input {
    margin: 0px;
}

.agree_field .check_ex i {
    /* background: url(../img/check.svg) 50% 50% no-repeat; */
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: none;
    position: relative;
    top: -1px;
    left: 0px;
    background-size: contain;
}

.agree_field .check_ex i:before {
    content: '';
    background: url(../img/check.svg) 50% 50% no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(248deg) brightness(110%) contrast(101%);
    background-size: contain;
}

.agree_field .check_ex input:checked + i {
    display: block;
}

.agree_field .check_ex input:checked + i:before {
}


.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 54px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-family: inherit;
    padding: 0px 30px;
    outline: none;
    background: none;
    border-radius: 100px;
    border: 1px solid #e3e6e8;
    /* text-align: center; */
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
    margin: 0px auto;
    font-size: 16px;
}

form .form-group button:hover {
}


.form_title {
    font-size: 40px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 16px;
    font-weight: 700;
}

.form_title span {
}

.btn {
    box-sizing: border-box;
    background: #00adef;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 54px;
    color: white;
    text-decoration: none;
    outline: none;
    border: 1px solid #00adef;
    transition: all .3s;
    text-align: center;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
}

.btn span {
    display: inline-flex;
    line-height: 100%;
}

.btn:hover {
    background: #0088c6;
    border-color: #0088c6;
    color: white;
}

.btn.black {
    border-color: #313131;
    background: #313131;
    color: white;
}

.btn.black:hover {
    border-color: black;
    background: none;
    color: black;
}

.btn.glass {
    border-color: #ebebeb;
    background: none;
    color: #ebebeb;
}

.btn.glass:hover {
    background: #ebebeb;
    border-color: #ebebeb;
    color: #121515;
}


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

.btn.whiteglass:hover {
    background: white;
    border-color: white;
    color: black;
}

.btn.blackglass {
    border-color: black;
    background: none;
    color: black;
}

.btn.blackglass:hover {
    background: #313131;
    border-color: #313131;
    color: white;
}


.menu_container {
    margin: 0px auto;
    flex-grow: 1;
}

.menu_container .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0px;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    height: 44px;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    width: 886px;
}

.menu a {
    text-decoration: none;
    color: #8c8b8b;
    position: relative;
}

.menu .sep {
    background: white;
    height: 18px;
    display: inline-block;
    width: 1px;
}


.menu a.current, .menu a:hover {
    text-shadow: 0px 0px 0px white;
}

.title1 {
    font-size: 60px;
    /* text-align: center; */
    /* text-transform: uppercase; */
    padding-bottom: 54px;
    font-family: 'Corporate A Condensed';
}

/* .big_banner .slide12 .item .title_contianer .container .text_container {
    padding-top: 26px;
} */


.text_container .exclusive {
    max-width: max-content;
}

.exclusive {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: 
  linear-gradient(to right, #01142B 0%, #009BF1 48%, #006DC2 75%) padding-box,
  linear-gradient(to right, #E0E0E0 23%, #A0A0A0 71%) border-box;
  color: white;
  box-sizing: border-box;
}

.exclusive span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
}

.car_profit3 .exclusive span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.car_profit3 .exclusive {
    padding: 5px;
}

.car_profit3 .exclusive img{
    width: 24px;
    height: 24px;
}

.car_profit4 {
    position: absolute;
    top: 30px;
    left: 34px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px 10px 44px;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, #01142B 0%, #009BF1 48%, #006DC2 75%) padding-box, linear-gradient(to right, #E0E0E0 23%, #A0A0A0 71%) border-box;
    color: white;
    box-sizing: border-box;
    z-index: 2;
}
.car_profit4:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 24px;
    height: 24px;
    background: url(../img/car_profit4_ico.svg) no-repeat;
}

.car_profit5 {
    position: absolute;
    top: 86px;
    left: 54px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px 10px 44px;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, #01142B 0%, #009BF1 48%, #006DC2 75%) padding-box, linear-gradient(to right, #E0E0E0 23%, #A0A0A0 71%) border-box;
    color: white;
    box-sizing: border-box;
    z-index: 2;
}
.car_profit5:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 54px;
    height: 54px;
    background: url(../img/car_profit5_ico.svg) no-repeat;
}


/* .slide12 .title1 {
    width: fit-content;
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 67px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff;
}
.slide12 .title2 {
    margin-top: 16px;
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
} */

/* .big_banner .slide13 .item .title_contianer .container .text_container {
    padding-top: 24px;
} */
/* .slide13 .title1 {
    width: fit-content;
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 67px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff;
}
.slide13 .title2 {
    margin-top: 16px;
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
.slide13 .title2 span {
    font-size: 80px;
} */

.burger {
    display: none;
}

header {
    position: absolute;
    background: black;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

header .container {
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 19px;
}


header .container:first-child {
    display: flex;
    justify-content: space-between;
}

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

.logo1 {
}

.logo1 img {
}

.logo2 {
    position: relative;
    font-size: 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}

.logo2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 33px;
    background-color: #666666;
}

header .addr {
    font-size: 16px;
    margin-left: 6%;
    align-self: flex-end;
    color: white;
}

header .addr:first-child {
    margin-top: 0px;
}

header .addr:before {
    content: '';
    display: inline-block;
    background: url(../img/addr.svg) 50% 50% no-repeat;
    width: 11px;
    height: 15px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(42deg) brightness(109%) contrast(101%);
    background-size: cover;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

header .phone {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    margin-left: auto;
    margin-right: 3%;
    color: white;
    white-space: nowrap;
}

header .phone:before {
    content: '';
    background: url(../img/ico_phone.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

header .btn {
    height: 31px;
    width: 170px;
}


header .menu_container {
    border-top: 1px solid #666666;
}

header .menu_container .container {
}

header .menu {
}

header .menu a {
}


.big_banner {
    max-width: 1920px;
    margin: 0px auto;
    margin-top: 112px;
}


.big_banner .swiper-pagination {
    text-align: left;
    bottom: auto !important;
    flex-direction: column;
    display: inline-flex;
    align-items: center;
    top: 50% !important;
    width: auto !important;
    transform: translateY(-50%);
    left: 6% !important;
}

.big_banner .swiper-pagination-bullet {
    background: white;
    width: 6px;
    height: 6px;
    border-radius: 14px;
    opacity: 0.45;
    margin: 11px 0px !important;
}

.big_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #00adef;
    opacity: 1;
}


.big_banner .item {
    position: relative;
    overflow: hidden;
}

.big_banner .item picture {
    display: block;
    text-align: center;
}

.big_banner .item picture img {
}


.big_banner .item .title_contianer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.big_banner .item .title_contianer .br_mob {
    display: none;
}

.big_banner .item .title_contianer .container {
}
.big_banner .slide1 .item .title_contianer .container .text_container {
    padding-top: 42px;
}
.big_banner .slide1 .item .title_contianer .container .text_container .title {
    display: flex;
    flex-direction: column;
}
.big_banner .item.item3 .title_contianer .container .text_container {
    padding-top: 64px;
}

.big_banner .item .title_contianer .container .text_container .title {
    font-size: 59px;
    /* text-transform: uppercase; */
    font-family: 'Corporate A Condensed';
    color: white;
}
.big_banner .item.wt .title_contianer .container .text_container .title {
    color: #000;
}
.big_banner .item.wt + .swiper-button-next {
    border: 1px solid rgb(0, 0, 0);
}
.big_banner .item .title_contianer .container .text_container .title span {
    font-size: 36px;
}
.big_banner .item .title_contianer .container .text_container .comment1 {
    font-size: 23px;
    padding-bottom: 32px;
    color: white;
}

.big_banner .slide8 .item.wt .title_contianer .text_container {
    padding-top: 512px;
}
.big_banner .slide8 .item.wt .title_contianer {
    text-align: center;
}
.big_banner .slide8 .item.wt .title_contianer .title1 {
    padding: 0;
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Corporate A Condensed', sans-serif;
}
.big_banner .slide8 .item.wt .title_contianer .title2 {
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Corporate A Condensed', sans-serif;
}
.big_banner .slide8 .item.wt .title_contianer .title2 .br_mob {
    display: none;
}
.big_banner .slide8 .item.wt .title_contianer .title3 {
    display: flex;
    justify-content: center;
}
.big_banner .slide8 .item.wt .title_contianer .title3 span {
    position: relative;
    display: flex;
    align-items: start;
    padding: 0 20px;
    font-size: 36px;
    color: #00adef;
}
.big_banner .slide8 .item.wt .title_contianer .title3 span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    top: 9px;
    right: 0;
    background: #00adef;
}
.big_banner .slide8 .item.wt .title_contianer .title3 span:last-child:before {
    display: none;
}

/* .big_banner .slide11 .item.wt .title_contianer .text_container {
    padding-top: 15px;
}
.big_banner .slide11 .item.wt .title_contianer .title1 {
    padding: 0;
    font-size: 59px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    backdrop-filter: blur(20px);
    background: #00000080;
    padding: 15px 37px;
} */
/* .big_banner .slide11 .item.wt .title_contianer .title2 {
    margin-top: 22px;
    padding: 9px 24px;
    font-family: 'Corporate A Condensed';
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    background: #000000B2;
    border: 1px solid #FFFFFF;
    width: fit-content;
    color: #ffffff;
} */
/* .big_banner .slide11 .item.wt .title_contianer .title3 {
    margin-top: 38px;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
} */

.big_banner .item .title_contianer .container .text_container {
    padding-top: 52px;
}

.big_banner .item .title_contianer .container .text_container .title1 {
    padding: 0;
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
.big_banner .item .title_contianer .container .text_container .title1 span {
    margin-top: 28px;
    font-size: 40px;
    text-transform: none;
    display: block;
}

.big_banner .item .title_contianer .container .text_container .title1 sup {
    font-size: 60%;
}

.big_banner .item .title_contianer .container .text_container .title2 {
    font-family: 'Corporate A Condensed';
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.big_banner .item .title_contianer .container .text_container .btn{
    margin-top: 20px;
}

.big_banner .item .title_contianer .container .text_container .comment2 {
    font-size: 23px;
    padding-top: 26px;
}


.big_banner .item .title_contianer .container .btn {
    margin-top: 16px;
    width: 328px;
    max-width: 100%;
    font-size: 20px;
}

.big_banner .slide16 .item .title_contianer .container .text_container,
.big_banner .slide17 .item .title_contianer .container .text_container {
    padding-top: 46px;
}
.big_banner .slide16 .item .title_contianer .container .text_container .title1,
.big_banner .slide17 .item .title_contianer .container .text_container .title1 {
    font-family: "Corporate S", sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.big_banner .slide16 .item .title_contianer .container .text_container .title2,
.big_banner .slide17 .item .title_contianer .container .text_container .title2 {
    margin-top: 540px;
    font-family: "Corporate S", sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.big_banner .btn {
    border: unset;
    background-color: unset;
    border-radius: 0px;
}

.hero__btn {
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 0.8vw 0.6vw;
  border-radius: 0.26vw;
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1vw;
  /* color: rgb(3, 17, 112); */
  color: #00adef;
  letter-spacing: 0;
  background-color: transparent;
  -moz-column-gap: 1vw;
  column-gap: 1vw;
  margin-top: 1rem;
  text-transform: none;
}

.hero__btnBorder {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: opacity 0.3s ease-in-out;
  transform: translateX(50%);
  animation: rotate 2s infinite linear;
  filter: blur(0.8vw);
}
.hero__btnBorder2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 212, 244, 0.7);
  transition: opacity 0.3s ease-in-out;
  transform: translateX(50%) translateY(50%);
  animation: rotate 2s infinite linear;
  filter: blur(2vw);
}
.hero__btnBorder1 {
  position: absolute;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 98%;
  height: 90%;
  border-radius: 0.26vw;
  background-color: rgb(240, 240, 240);
}
.hero__btnBorder1::after {
  content: "";
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  border-radius: 0.26vw;
  background-color: rgb(199, 212, 244);
  transition: transform 0.3s ease-in-out;
  transform: translateX(150%);
}

.hero__btnBorder1_blue {
  /* background-color: rgb(3, 17, 112); */
  background-color: #00adef;
}

.hero__btnTxt {
  z-index: 1001;
}

.hero__btnTxt_white {
  color: #fff;
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.hero__arrow {
    z-index: 1001;
    transition: transform 0.3s ease-in-out;
}
.hero__btn:hover .hero__arrow {
  transform: translateX(1vw);
}
  .hero__btn:hover .hero__btnBorder1::after {
    transform: translateX(0);
  }
  .hero__btn:hover .hero__btnBorder,
  .hero__btn:hover .hero__btnBorder2 {
    opacity: 0;
  }

.swiper-button-next, .swiper-button-prev {
    border: 1px solid white;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    bottom: 58px;
    top: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    font-size: 13px;
}

.swiper-button-next {
    left: 72px;
}

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

.timer_block {
    padding: 25px 0;
    background: #010101;
}
.timer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_title {
    display: flex;
    flex-direction: column;
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #ffffff;
}
.timer_title span {
    font-family: "Corporate S", sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.timer_block .btn {
    margin-top: 20px;
}

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

.hit_sales {
    margin-top: 100px;
}
.hit_sales_item {
    position: relative;
    left: -27px;
    height: 86px;
    display: flex;
    align-items: center;
    padding: 0 144px 0 30px;
    width: fit-content;
    background: linear-gradient(90deg, #313131 38.52%, rgba(49, 49, 49, 0) 97.27%);
    border-radius: 15px;
}
.hit_sales_item span {
    position: relative;
    width: fit-content;
    font-family: 'Corporate A Condensed';
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    color: #ffffff;
}
.hit_sales_item span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 35px;
    height: 35px;
    background: url("../img/hit_sales_item_before.svg") no-repeat;
}

.hit_sales_wrap {
    margin-top: 60px;
}
.hit_sales_wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /*gap: 30px;*/
}
.hit_sales_block {
    position: relative;
    padding: 20px 0;
    background: #F8F8F8;
}
.hit_sales_block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 87px;
    height: 87px;
    background: url("../img/hit_sale_before.png") no-repeat;
}
.hit_sales_block:nth-child(2):after {
    content: '';
    position: absolute;
    top: 92px;
    left: 0;
    width: 154px;
    height: 34px;
    background: url(../img/hit_sales_plachka.png) no-repeat;
}
.hit_sales_block_name {
    font-family: 'Corporate A Condensed';
    font-size: 24px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 140%;
}
.hit_sales_block_name span {
    font-size: 40px;
}

.hit_sales_block_img {
    margin-top: 14px;
}

.hit_sales_block .hit_sales_btns {
    margin-top: 10px;
    padding: 0 20px;
}

.hit_sales .hit_sales_nav {
    display: none;
}

#models .swiper-slide {
    display: flex;
    justify-content: center;
}
.tabs_models_container {
    background: #f8f8f8;
    padding-bottom: 30px;
}

.tabs_models_container .title1 {
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
}

.tabs_models_container .tabs {
    display: flex;
    justify-content: center;
}

.tabs_models_container .tabs a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    margin: 0px 20px;
}

.tabs_models_container .tabs a:hover, .tabs_models_container .tabs a.current {
    border-bottom: 2px solid black;
}

.tabs_models_container .tabs a span {
}

.tabs_models_container .tabs_models {
    display: flex;
    flex-wrap: wrap;
    padding-top: 51px;
    padding-bottom: 40px;
}

.tabs_models_container .tabs_models a {
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.tabs_models_container .tabs_models img {
}

.tabs_models_container .tabs_models span {
    display: block;
    margin-top: 6px;
}


.tabs_models_container .tabs_models_hide {
    display: none;
}


.tabs_models_slider .swiper-button-next, .tabs_models_slider .swiper-button-prev {
    border: none;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0px;
    opacity: 0.5;
}

.tabs_models_slider .swiper-button-next:hover, .tabs_models_slider .swiper-button-prev:hover {
    opacity: 1;
}

.tabs_models_slider .swiper-button-next:after, .tabs_models_slider .swiper-button-prev:after {
    color: #a2a2a2;
    font-size: 28px;
}

.tabs_models_slider .swiper-button-next {
    right: -10px;
    left: auto;
}

.tabs_models_slider .swiper-button-prev {
    right: auto;
    left: -10px;
}

.tabs_models_slider {
    position: relative;
}


.models_items {
    padding-top: 88px;
    padding-bottom: 140px;
}

.models_items .container {
}

.models_items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #313131;
    padding: 46px 0px;
}

.models_items .item#amg_gle_coupe,
.models_items .item#g_class_cross,
.models_items .item#gls_63amg_fl,
.models_items .item#amg_s_class,
.models_items .item#glb_cross {
    padding-top: 110px;
}

.models_items .container .item:first-child {
    margin-top: 0px;
}

.models_items .item .text_container {
    width: 32%;
    flex-shrink: 0;
}

.models_items .item .text_container .title_container {
}

.models_items .item .text_container .title_container .title {
    font-family: 'Corporate A Condensed';
    font-size: min(3vw, 40px);
    white-space: nowrap;
}

.models_items .item .text_container .title_container .car_profit {
    position: relative;
    margin-top: 10px;
    padding-left: 54px;
    min-height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #313131 38.4%, rgba(49, 49, 49, 0) 96%);
}
.models_items .item .text_container .title_container .car_profit:before {
    content: '';
    position: absolute;
    left: 14px;
    width: 29px;
    height: 29px;
    background: url(../img/car_profit_ico.svg) 50% 50% no-repeat;
}
.models_items .item .text_container .title_container .car_profit span {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
}

.models_items .item .text_container .title_container .car_profit2 {
    margin-top: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 86px;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    height: 55px;
    background: url(../img/car_profit2_bg.png) no-repeat;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}
.models_items .item .text_container .title_container .car_profit2 .br_mob {
    display: none;
}
.models_items .item .text_container .title_container .car_profit2:before {
    content: '';
    position: absolute;
    left: 54px;
    width: 29px;
    height: 29px;
    background: url(../img/car_profit2_ico.svg) no-repeat;
}

.models_items .item .text_container .title_container .comment {
    display: inline-flex;
    background: #f8f8f8;
    align-items: center;
    font-family: 'Corporate A Condensed';
    font-size: 26px;
    border-radius: 100px;
    margin-top: 21px;
    padding: 7px 17px;
}

.models_items .item .text_container .title_container .comment:before {
    content: '';
    background: url(../img/ico_comment.svg) 50% 50% no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    margin-right: 18px;
    flex-shrink: 0;
}

.models_items .item .text_container .title_container .comment.star:before {
    background: url(../img/ico_star.png) 50% 50% no-repeat;
}

.models_items .item .text_container .btns {
    margin-top: 48px;
}

.models_items .item .text_container .btns .btn {
    margin-top: 19px;
}

.models_items .item .text_container .btns .btn:first-child {
    margin-top: 0px;
}

.models_items .item .btn_instock {
    background: linear-gradient(85.96deg, #1A9CCD -10.08%, #4AC2F0 26.46%, #179FD3 59.39%, #59C7F1 103.17%);
    color: white;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 32px;
    padding: 0px 14px 0px 58px;
    text-align: center;
    /* width: 170px; */
    z-index: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 50px;
}
.models_items .item .btn_instock:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 18px;
    background: url(../img/btn_instock_ico.svg) no-repeat;
    background-size: contain;
}
.models_items .item .btn_leasing {
    background: linear-gradient(85.96deg, #1A9CCD -10.08%, #4AC2F0 26.46%, #179FD3 59.39%, #59C7F1 103.17%);
    color: white;
    border-radius: 10px;
    position: absolute;
    top: -64px;
    right: 0;
    padding: 0px 14px 0px 58px;
    text-align: center;
    /* width: 170px; */
    z-index: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 50px;
}
.models_items .item .btn_leasing:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 18px;
    background: url(../img/btn_leasing_ico.svg) no-repeat;
    background-size: contain;
}
.models_items .item .btn_limited {
    background: linear-gradient(85.96deg, #1A9CCD -10.08%, #4AC2F0 26.46%, #179FD3 59.39%, #59C7F1 103.17%);
    color: white;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 32px;
    padding: 0px 14px 0px 58px;
    text-align: center;
    /* width: 170px; */
    z-index: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 50px;
}
.models_items .item .btn_limited:before {
    content: '';
    width: 29px;
    height: 21px;
    position: absolute;
    left: 18px;
    background: url(../img/btn_limited_ico.svg) no-repeat;
    background-size: contain;
}

.models_items .item .btn_limited.cup:before {
    background: url(../img/ico_cup.png) no-repeat;
}

.models_items .item .btn_instock i {
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
}
.models_items .item .btn_instock i b {
    font-size: 34px;
}
.models_items .item .btn_leasing i {
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}
.models_items .item .btn_limited i {
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}
.models_items .item .warranty {
    height: 50px;
    color: white;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px 14px 0px 58px;
    text-align: center;
    z-index: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: linear-gradient(88.27deg, #3D3D3D 3.58%, #5F5F5F 60.35%, #111111 99.61%);
    font-size: 24px;
    text-transform: uppercase;
}
.models_items .item .warranty:before {
    content: '';
    position: absolute;
    left: 22px;
    width: 28px;
    height: 28px;
    background: url(../img/warranty_ico.svg) no-repeat;
    background-size: contain;
}
.models_items .item .props {
    position: absolute;
    right: 4px;
    top: 0px;
    display: flex;
    z-index: 2;
    border-radius: 10px;
    height: 50px;
    background: linear-gradient(88.27deg, #3D3D3D 3.58%, #5F5F5F 60.35%, #111111 99.61%);
    text-transform: uppercase;
    color: #fff;
}

.models_items .item .props div {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0px 20px;
}

.models_items .item .props div:first-child {
    margin-top: 0px;
}

.models_items .item .props div:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.models_items .item .props .props_ico1:before {
    background: url(../img/props_ico1.svg) no-repeat;
    background-size: contain;
}
.models_items .item .props .props_ico2:before {
    background: url(../img/props_ico2.svg) no-repeat;
    background-size: contain;
}
/*
.models_items .item .props div:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    margin-top: 2px;
}
*/
.models_items .item .gallery {
    position: relative;
    width: 57%;
}

.car_profit3 {
    position: absolute;
    top: 30px;
    left: 34px;
    z-index: 2;
}
.car_garanty {
    position: absolute;
    top: 73px;
    left: 34px;
    z-index: 2;
    max-width: 130px;

}
.car_hit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.car_props {
    position: absolute;
    right: 0;
    top: -64px;
    height: 50px;
    display: flex;
    align-items: center;
    column-gap: 34px;
    padding: 0 14px 0 20px;
    border-radius: 10px;
    background: linear-gradient(89.8deg, #3D3D3D 3.58%, #5F5F5F 60.35%, #111111 99.61%);
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}

.models_items .item > .btns {
    display: none;
}

.models_items .item .gallery .swiper {
    /*margin-top: 64px;*/
}
.models_items .item .gallery .swiper:first-child {margin-top:0px;}

.models_items .item .gallery .swiper-button-next, .models_items .item .gallery .swiper-button-prev {
    border: none;
    top: 50%;
    bottom: auto;
    transform: translateY(25%);
    margin: 0px;
    opacity: 0.5;
}

.models_items .item .gallery .swiper-button-next:hover, .models_items .item .gallery .swiper-button-prev:hover {
    opacity: 1;
}

.models_items .item .gallery .swiper-button-next:after, .models_items .item .gallery .swiper-button-prev:after {
    color: #a2a2a2;
    font-size: 28px;
}

.models_items .item .gallery .swiper-button-next {
    right: -40px;
    left: auto;
}

.models_items .item .gallery .swiper-button-prev {
    right: auto;
    left: -40px;
}

.models_items .item .gallery .swiper-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}

.models_items .item .gallery .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0px 10px;
}

.models_items .item .gallery .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
}


#showroom {
    background: #ffffff;
    padding-bottom: 100px;
    padding-top: 116px;
}

#showroom .title1 {
    padding-bottom: 47px;
    text-align: center;
}

#showroom .filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#showroom .filter ._control {
    width: 32%;
}

#showroom .filter ._control select {
    background: url(../img/ico_select.png) 97% 50% no-repeat #F8F8F8;
    border: none;
    border: 1px solid #9A9A9A;
    padding: 10px 16px;
    width: 100%;
    font-family: "Corporate S";
    font-size: 16px;
}

#showroom .filter_result {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

#showroom .filter_result .item {
    width: calc(33% - 16px);
    margin: 0px 10px;
    position: relative;
    padding-bottom: 80px;
    background: #F8F8F8;
    margin-bottom: 40px;
}

#showroom .filter_result .item .images {
    height: 231px;
}

#showroom .filter_result .item .count {
    background: #00adef;
    color: white;
    border-radius: 100px;
    padding: 0px 5px;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    height: auto;
    width: auto;
}

#showroom .filter_result .item .count strong {
    font-style: normal;
    margin-right: 3px;
}

#showroom .filter_result .item .count:after {
    display: none;
}

#showroom .filter_result .item .images img {
    height: 100%;
    object-fit: cover;
    width: 100% !important;
}

#showroom .filter_result .item .text_container {
    margin: 15px 20px;
}

#showroom .filter_result .item .text_container .title {
    font-weight: 600;
    font-size: 34px;
}

#showroom .filter_result .item .text_container .price {
    margin-top: 16px;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../img/price_bg.png) no-repeat;
    background-size: contain;
    height: 56px;
    padding-left: 78px;
    font-size: 20px;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
}

#showroom .filter_result .item .text_container .price:before {
    content: '';
    position: absolute;
    left: 30px;
    width: 36px;
    height: 36px;
    background: url(../img/price_ico.svg) no-repeat;
}

#showroom .filter_result .item .text_container .price b {
    font-size: 30px;
    font-weight: 600;
}

#showroom .filter_result .item .text_container .tehs {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 18px 16px;
    background: #ffffff;
}
#showroom .filter_result .item .text_container .tehs > div {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    align-items: end;
    column-gap: 10px;
    white-space: nowrap
}

#showroom .filter_result .item .text_container .tehs > div:before {
    content: '';
    position: relative;
    bottom: 5px;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D9D9D9;
    order: 2;
}
#showroom .filter_result .item .text_container .tehs > div b {
    order: 3;
}
#showroom .filter_result .item .btns {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
}

#showroom .filter_result .item .btns .btn {
    margin-top: 14px;
}

#showroom .filter_result .item .btns .btn:first-child {
    margin-top: 0px;
}

#showroom .filter_more {
    display: block;
    width: 115px;
    text-align: center;
    margin: 0px auto;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid black;
}


#credit {
    background: url(../img/bg_credit.jpg) 50% 0% no-repeat;
    padding-bottom: 126px;
}

#credit .container {
}

#credit .container > .title1 {
    color: white;
    padding-top: 121px;
    padding-bottom: 13px;
}

#credit .container > .comment {
    color: white;
    font-size: 18px;
}

#credit .container > .btn {
    width: 325px;
    margin-top: 48px;
}

#credit .items {
    display: flex;
    padding-top: 84px;
}

#credit .items .item {
    display: inline-block;
    width: 33.3333333%;
    color: white;
    text-decoration: none;
    padding: 35px 30px;
    box-sizing: border-box;
    border: 1px solid hwb(0deg 100% 0% / 0%);
}

#credit .items .item:hover {
    border-color: white;
}

#credit .items .item i {
    display: block;
    margin-bottom: 15px;
}

#credit .items .item i.ico1 {
    background: url(../img/ico1.png) 50% 50% no-repeat;
    width: 41px;
    height: 41px;
}

#credit .items .item i.ico2 {
    background: url(../img/ico2.png) 50% 50% no-repeat;
    width: 41px;
    height: 41px;
}

#credit .items .item i.ico3 {
    background: url(../img/ico3.png) 50% 50% no-repeat;
    width: 41px;
    height: 41px;
}

#credit .items .item .title {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}

#credit .items .item .text {
    display: block;
    padding-top: 15px;
}


#leasing {
    margin: 100px 0;
    background: url(../img/leasing_bg.jpg) 50% 0 no-repeat;
    height: 535px;
}
.leasing_wrapper {
    padding: 34px 0 0;
    display: flex;
    align-items: center;
    column-gap: 102px;
}
.leasing_item {
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
}
.leasing_list {
    margin-top: 10px;
}
.leasing_list_title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
.leasing_list ul {
    margin-top: 36px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    list-style-type: none;
}
.leasing_list ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    min-height: 35px;
}
.leasing_list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 30px;
    background: url(../img/leasing_list_ico.svg) no-repeat;
}
.leasing_form_item {
    font-family: 'Corporate A Condensed', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
}
.leasing_form_title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.leasing_form form {
    margin-top: 52px;
}
.leasing_form form .form-group input[type=tel],
.leasing_form form .form-group input[type=text],
.leasing_form form .form-group select {
    border-radius: 0;
    background: #ffffff;
    height: 55px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #556370;
}
.leasing_form form .btn {
    width: 100%;
}
.leasing_form form .agree_field {
    margin-top: 10px;
    color: #ffffff;
}


#morequestions {
    background: url(../img/bg_morequestions.jpg) 50% 50% no-repeat;
    color: white;
    padding-bottom: 170px;
}

#morequestions .container {
}

#morequestions .title1 {
    padding-top: 134px;
    padding-bottom: 38px;
}

#morequestions .items {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    width: 1076px;
    max-width: 100%;
}

#morequestions .items div {
    width: 32%;
    position: relative;
    padding-left: 36px;
    box-sizing: border-box;
}

#morequestions .items div:before {
    content: '';
    display: inline-block;
    background-size: contain;
    /*filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(248deg) brightness(110%) contrast(101%);*/
    position: absolute;
    top: -1px;
    left: 0px;
}
#morequestions .items .more_ico1:before {
    width: 42px;
    height: 35px;
    background: url(../img/more_ico1.svg) 50% 50% no-repeat;
}
#morequestions .items .more_ico2:before {
    width: 42px;
    height: 28px;
    background: url(../img/more_ico2.svg) 50% 50% no-repeat;
}
#morequestions .items .more_ico3:before {
    width: 33px;
    height: 30px;
    background: url(../img/more_ico3.svg) 50% 50% no-repeat;
}
#morequestions .items .more_ico1 {
    padding-left: 52px;
}
#morequestions .items .more_ico2 {
    padding-left: 50px;
}
#morequestions .items .more_ico3 {
    padding-left: 40px;
}
#morequestions .title1 {
}


#morequestions form {
    width: 32%;
    flex-shrink: 0;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 52px;
    box-sizing: border-box;
    border: 1px solid white;
    margin-top: 82px;
    width: 927px;
    max-width: 100%;
}

#morequestions form .form_title {
    color: white;
    font-family: 'Corporate A Condensed';
    font-weight: 400;
    padding-bottom: 13px;
    text-align: left;
}

#morequestions form .form_comment {
    color: white;
    padding-bottom: 27px;
}

#morequestions form .fields {
    width: 663px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

#morequestions form .fields .form-group {
    width: 49%;
    flex-shrink: 0;
    margin-bottom: 0px;
}

#morequestions form .fields .form-group input {
    background: white;
    border-radius: 0px;
}

#morequestions form .fields button {
    width: 100%;
}

#morequestions form .agree_field {
    margin-top: 10px;
    color: white;
    width: 59%;
    margin-left: auto;
}

#morequestions form .agree_field a {
}


#contacts {
    padding-top: 126px;
    padding-bottom: 146px;
}

#contacts .container {
    display: flex;
    justify-content: space-between;
}

#contacts .centers {
    width: calc(34% - 36px);
    margin-left: 36px;
    flex-shrink: 0;
}

#contacts .centers .item {
    padding: 41px 37px;
    box-sizing: border-box;
    border: 1px solid hwb(0deg 0% 100% / 0%);
    margin-top: 5px;
    padding-bottom: 28px;
    cursor: pointer;
}

#contacts .centers .item .btn {
    margin-top: 15px;
}

#contacts .centers .item:hover {
    border-color: black;
}

#contacts .centers .item:first-child {
    margin-top: 0px;
}

#contacts .centers .item .image {
}

#contacts .centers .item .image img {
}

#contacts .centers .item .title {
    font-family: 'Corporate A Condensed';
    font-size: 28px;
    padding-top: 19px;
}

#contacts .centers .item .phone {
    color: inherit;
    text-decoration: none;
    display: flex;
    margin-top: 15px;
}

#contacts .centers .item .phone:before {
    content: '';
    background: url(../img/phone.svg) 50% 50% no-repeat;
    display: inline-block;
    flex-shrink: 0;
    width: 22px;
    height: 21px;
    margin-right: 8px;
}

#contacts .centers .item .worktime {
    display: flex;
    margin-top: 12px;
}

#contacts .centers .item .worktime:before {
    content: '';
    background: url(../img/worktime.svg) 50% 50% no-repeat;
    display: inline-block;
    flex-shrink: 0;
    width: 23px;
    height: 22px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

#contacts .centers .item .addr {
    display: flex;
    margin-top: 9px;
}

#contacts .centers .item .addr:before {
    content: '';
    background: url(../img/addr.svg) 50% 50% no-repeat;
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 23px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}


#map1 {
    /* background: url(../img/map.jpg) 50% 0% no-repeat; */
    overflow: hidden;
    width: 66%;
    order: -1;
    flex-shrink: 0;
}

footer {
    background: black;
    padding-top: 26px;
    padding-bottom: 26px;
    color: white;
    font-size: 13px;
}

footer .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

footer .disclamer_switch {
    color: inherit;
    text-decoration: none;
}

footer .logo {
    left: 50%;
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
}

footer .logo img {
    height: 100%;
}

footer .info {
    color: inherit;
    text-decoration: none;
    margin-left: 6%;
}

footer .yurinfo {
    font-size: 14px;
    color: #ffffff;
    margin-left: 6%;
}

footer .copyright {
    margin-left: auto;
    margin-right: 5%;
}

footer .btn {
    height: 38px;
    width: 171px;
}

footer .disclamer {
}


/*------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {
    .big_banner .slide8 .item.wt .title_contianer .text_container {
        padding-top: 27vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title1 {
        font-size: 3.6vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title2 {
        font-size: 3.6vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span {
        font-size: 2vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span:before {
        top: 0.4vw;
    }

    .big_banner .slide16 .item .title_contianer .container .text_container .title1,
    .big_banner .slide17 .item .title_contianer .container .text_container .title1 {
        font-size: 2.2vw;
    }
    .big_banner .slide16 .item .title_contianer .container .text_container .title2,
    .big_banner .slide17 .item .title_contianer .container .text_container .title2 {
        margin-top: 28vw;
        font-size: 1.8vw;
    }
}
@media (max-width: 1600px) {
    .big_banner .item .title_contianer .container .text_container {
        padding-top: 20px;
        /*padding-left: 50px;*/
    }

    .big_banner .slide16 .item .title_contianer .container .text_container,
    .big_banner .slide17 .item .title_contianer .container .text_container {
        padding-top: 2vw;
        padding-bottom: 0;
    }

    .big_banner .swiper-pagination {
        left: 2% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        bottom: 10px;
    }

    /* .big_banner .slide11 .item.wt .title_contianer .title1 {
        font-size: 42px;
    }
    .big_banner .slide11 .item.wt .title_contianer .title2 {
        margin-top: 20px;
        padding: 6px 16px;
        font-size: 34px;
    }
    .big_banner .slide11 .item.wt .title_contianer .title3 {
        margin-top: 24px;
        font-size: 26px;
    } */

    /* .slide12 .title1 {
        font-size: 38px;
        padding-right: 46px;
        padding-bottom: 10px;
    }
    .slide12 .title2 {
        margin-top: 16px;
        font-size: 26px;
    } */

    /* .slide13 .title1 {
        font-size: 38px;
        padding-right: 46px;
        padding-bottom: 10px;
    }
    .slide13 .title2 {
        margin-top: 16px;
        font-size: 26px;
    }
    .slide13 .title2 span {
        font-size: 32px;
    } */


}

@media (max-width: 1300px) {
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: 690px !important;
    }
    .timer_title {
        font-size: 36px;
    }
    .timer_title span {
        font-size: 18px;
    }

    .models_items .item .props {
        top: 37px;
    }
    .models_items .item .btn_limited {
        left: auto;
        right: 10px;
        top: -20px;
    }
    .models_items .item .btn_leasing i {
        font-size: 18px;
    }

    .car_profit3 {
        top: 2vw;
        left: 2vw;
        max-width: 50%;
    }
    .car_profit4 {
        top: 2vw;
        left: 2vw;
    }
    .car_profit5 {
        top: 8vw;
        left: 4vw;
    }
    .car_garanty {
        top: 8vw;
        left: 2vw;
        max-width: 26%;
    }
    .car_hit {
        max-width: 20%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .big_banner .slide16 .item .title_contianer .container .text_container .title2,
    .big_banner .slide17 .item .title_contianer .container .text_container .title2 {
        margin-top: 31vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .text_container {
        padding-top: 30vw;
    }

    header .container:first-child {
    }

    header .addr {
        align-self: center;
    }

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

    .big_banner .item .title_contianer .container .text_container {
        padding-top: 25px;
        padding-left: 0;
    }

    .big_banner .item .title_contianer .container .text_container .title {
        font-size: 40px;
    }

    .big_banner .slide1 .item .title_contianer .container .text_container {
        padding-top:10px;
    }

    .big_banner .slide16 .item .title_contianer .container .text_container .title2,
    .big_banner .slide17 .item .title_contianer .container .text_container .title2 {
        margin-top: 372px;
    }

    .big_banner .item .title_contianer .container .text_container .comment1 {
        padding-bottom: 15px;
    }

    .big_banner .item .title_contianer .container .text_container .comment2 {
        padding-top: 15px;
    }

    .big_banner .item .title_contianer .container .btn {
        margin-top: 15px;
    }

    .big_banner .swiper-button-next, .big_banner .swiper-button-prev {
    }

    .big_banner .swiper-button-next {
        left: auto;
        right: 40px;
    }

    .big_banner .swiper-button-prev {
        left: auto;
        right: 100px;
    }

    .big_banner .swiper-pagination {
        flex-direction: row;
        bottom: 15px !important;
        top: auto !important;
        width: 100% !important;
        left: 0px !important;
        justify-content: center;
    }

    .big_banner .swiper-pagination-bullet {
        margin: 0px 15px !important;
    }

    .big_banner .item .title_contianer .container .text_container .title1 {
        padding: 0;
        font-size: 32px;
    }

    .big_banner .item .title_contianer .container .text_container .title2 {
        font-size: 32px;
    }

    #contacts .container {
        flex-wrap: wrap;
    }

    #contacts .centers {
        display: flex;
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }

    #contacts .centers .item {
        width: 50%;
        border-color: black;
        margin: 0px;
    }

    #map1 {
        order: 1;
        width: calc(100% + 30px);
        margin: 0px -15px;
        height: 380px;
    }

    #contacts {
        padding: 0px;
    }

    #contacts .centers .item .image img {
        width: 100% !important;
    }

    #showroom .filter_result .item {
        width: calc(50% - 20px);
    }


    .models_items {
        margin:0;
        padding:0;
    }
    
    .models_items .item .btn_instock {
        /*width: 150px;*/
    }
    .models_items .item .btn_instock i {
        font-size: 22px;
    }
    .models_items .item .btn_instock i b {
        font-size: 28px;
    }
    .models_items .item .warranty {
        font-size: 22px;
        top: -55px;
    }
    .models_items .item .text_container .title_container .comment {
        font-size: 18px;
    }
    .models_items .item .props {
    }

    .models_items .item .props div {
        margin: 0px 10px;
    }

    .models_items .item {
        align-items: unset;
    }

    .models_items .item .text_container {
    display: flex;
    flex-direction: column;
    height: auto;
    /* flex-shrink: 1; */
    }

    .models_items .item .text_container .title_container {
        margin-bottom:auto;
    }
    
    .models_items .item .text_container .title_container .title {
        margin-bottom: auto;
    }
    
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .models_items .item .text_container .title_container .car_profit2 {
        font-size: 2.2vw;
    }
    .models_items .item .text_container .title_container .car_profit2 .br_mob {
        display: block;
    }
    /* .big_banner .slide11 .item.wt .title_contianer .title1 {
        font-size: 4vw;
    }
    .big_banner .slide11 .item.wt .title_contianer .title2 {
        margin-top: 2vw;
        padding: 1vw 3vw;
        font-size: 4vw;
    }
    .big_banner .slide11 .item.wt .title_contianer .title3 {
        margin-top: 4vw;
        font-size: 3vw;
    } */
    .big_banner .slide8 .item.wt .title_contianer .text_container {
        padding-top: 340px;
    }
    .big_banner {
        margin-top: 68px;
    }
    .models_items .item .btn_limited {
        top: -63px;
    }
    html {
        overflow-x: hidden;
    }

    .timer_wrapper {
        position: relative;
        flex-direction: column-reverse;
    }
    .timer_title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .timer {
        margin-top: 58px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }
    .timer_block .btn {
        margin-top: 0;
        width: 340px;
    }


    .menuopen .menu_container {
        right: 0px;
    }

    .menu_container .container {
        padding: 0px;
    }

    .menu_container {
        position: absolute;
        top: 100%;
        right: -320px;
        left: auto;
        transition: 0.2s;
        background: white;
        height: auto;
        z-index: 2;
        width: 320px;
    }

    .menu {
        background: white;
        display: block;
        text-align: center;
        height: auto;
    }

    .menu a {
        padding: 5px 10px;
        display: block;
        color: black;
    }

    .burger {
        display: block;
    }


    .burger {
        width: 45px;
        height: 44px;
        border-radius: 100px;
        line-height: 44px;
        text-align: center;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .burger:before {
        content: '';
        display: block;
        height: 4px;
        background: white;
        transition: 0.2s;
        transform-origin: 5px 6px;
    }

    .burger:after {
        content: '';
        display: block;
        height: 4px;
        background: white;
        transition: 0.2s;
        transform-origin: 5px -2px;
    }

    .burger span {
        pointer-events: none;
        display: block;
        height: 4px;
        background: white;
        margin: 9px 0px;
    }

    .menuopen .burger span {
        opacity: 0;
    }

    .menuopen .burger:before {
        transform: rotate(45deg);
    }

    .menuopen .burger:after {
        transform: rotate(-45deg);
    }

    header .btn {
        display: none;
    }

    header .phone {
        margin-right: 60px;
    }

    header .addr {
        margin-left: 15px;
    }

    .big_banner .item picture {
        overflow: hidden;
    }

    .big_banner .item picture img {
        height: 500px;
        max-width: none;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    .big_banner .item .title_contianer .container .text_container {
        padding-top: 80px;
    }

    .hit_sales_wrap {
        flex-wrap: wrap;
    }
    .hit_sales_block {
    }

    .models_items {
        padding-top: 0px;
    }

    .models_items .item .btn_instock {
        top: -61px;
    }

    .models_items .item .props {
        top: -5px;
    }

    .models_items .item {
        /* align-items: flex-end; */
    }

    .models_items .item .gallery {
        margin-top: 61px;
    }

    .models_items .item .gallery .swiper {
    margin-top: 0;
    }

    .models_items .item .text_container .title_container .comment {
        margin-top: 5px;
    }

    .models_items .item .text_container .btns {
        margin-top: 15px;
    }

    .models_items .item .text_container .btns .btn {
        margin-top: 10px;
    }

    #showroom .filter_result .item .text_container .price b {
        font-size: 24px;
    }

    #credit .container > .title1 {
        padding-top: 30px;
    }

    #credit .items .item {
    }

    #credit .items {
        padding-top: 204px;
    }

    #credit .container > .btn {
        margin-top: 0px;
        position: relative;
        top: -72px;
    }

    #leasing  {
        margin: 100px 0;
        background-position: 100% 100%;
        height: auto;
        background-size: 1220px;
        background-color: #7c7c7c;
        padding: 0;
    }
    .leasing_wrapper {
        flex-direction: column;
        align-items: start;
        padding-bottom: 34px;
    }
    .leasing_item {
        color: #ffffff;
    }
    .leasing_form {
        margin-top: 90px;
    }
    .leasing_form form {
        margin-top: 16px;
    }
    .leasing_list_title {
        color: #ffffff;
    }
    .leasing_list ul {
        margin-top: 14px;
        row-gap: 10px;
    }
    .leasing_list ul li {
        padding-left: 34px;
        color: #ffffff;
    }
    .leasing_list ul li:before {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .big_banner .slide16 .item .title_contianer .container .text_container .title1,
    .big_banner .slide17 .item .title_contianer .container .text_container .title1 {
        font-size: 3vw;
        color: #000000;
    }
    .big_banner .slide16 .item .title_contianer .container .text_container .title2, .big_banner .slide17 .item .title_contianer .container .text_container .title2 {
        margin-top: 2vw;
        font-size: 3vw;
        color: #000000;
    }

    .timer_wrapper {
        position: relative;
        flex-direction: column-reverse;
    }
    .timer_title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .timer {
        margin-top: 58px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }
    .timer_block .btn {
        margin-top: 0;
        width: 340px;
    }

    .car_props {
        top: -114px;
    }
    .car_garanty {
        top: 60px;
    }
    
    .models_items .item .text_container .title_container .car_profit2:before {
        left: 41px;
    }
    .models_items .item .text_container .title_container .car_profit2 {
        padding: 0 20px 0 78px;
        font-size: 20px;
    }
    /* .big_banner .slide11 .item.wt .title_contianer .title1 {
        font-size: 6vw;
        color: #000000;
        text-align: center;
        background: transparent;
        padding: 0;
    }
    .big_banner .slide11 .item.wt .title_contianer .title2 {
        margin: 2vw auto;
        padding: 1vw 2vw;
        font-size: 5vw;
        text-align: center;
    }
    .big_banner .slide11 .item.wt .title_contianer .title3 {
        margin-top: 2vw;
        font-size: 4vw;
        color: #000000;
    } */
    .big_banner .slide8 .item.wt .title_contianer .title1 {
        color: #000000;
    }
    .big_banner .slide8 .item.wt .title_contianer .title2 {
        color: #000000;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span {
        padding: 0 14px;
        font-size: 4vw;
        justify-content: left;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span:nth-child(1) {
        padding-left: 0;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span:nth-child(3) {
        padding-left: 0;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span:before {
        top: 0.4vw;
        height: 70%;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span {

    }
    .big_banner .slide8 .item.wt .title_contianer {
        text-align: left;
    }
    .big_banner .slide8 .item.wt .title_contianer .title1 {
        font-size: 5.6vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title2 {
        font-size: 4.6vw;
    }

    .big_banner .item .title_contianer .container .text_container .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        margin-top: 3vw;
        width: 100%;
        max-width: 336px;
    }

    /* .slide12 .title1 {
        width: fit-content;
        margin: 0 auto;
        font-size: 5vw;
        color: #000000;
        padding-right: 0;
        padding-bottom: 1vw;
        text-align: center;
        border-color: #000000;
    }
    .slide12 .title2 {
        font-size: 4vw;
        color: #000000;
    } */

    /* .slide13 .title1 {
        width: fit-content;
        margin: 0 auto;
        font-size: 5vw;
        color: #000000;
        padding-right: 0;
        padding-bottom: 1vw;
        text-align: center;
        border-color: #000000;
    }
    .slide13 .title2 {
        font-size: 4vw;
        color: #000000;
    }
    .slide13 .title2 span {
        font-size: 5vw;
    } */

    .big_banner .item .title_contianer .br_mob {
        display: block;
    }

    .big_banner .item .title_contianer .container .text_container .title1 {
        font-size: 7vw;
        color: #ffffff;
    }

    .big_banner .item .title_contianer .container .text_container .title1 span {
        margin-top: 1vw;
        font-size: 5.4vw;
    }

    .big_banner .item .title_contianer .container .text_container .title2 {
        display: none;
    }

    .car_profit3 .exclusive span {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
    }
    .hit_sales {
        margin-top: 50px;
        margin-bottom: 32px;
    }

    .hit_sales_wrap {
        margin-top: 30px;
    }

    .hit_sales_item {
        position: relative;
        left: 0;
        height: 60px;
    }

    .hit_sales_item span {
        font-size: 34px;
        font-weight: 400;
        line-height: normal;
    }
    .hit_sales_item span:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .hit_sales_block:nth-child(2):after {
        top: 0;
    }
    .hit_sales_block {
        padding-top: 38px;
        width: auto;
    }

    .hit_sales_wrap .swiper-wrapper {
        display: flex;
        flex-wrap: initial;
        padding-bottom: 50px;
    }

    .hit_sales_block_name {
        font-size: 18px;
    }
    .hit_sales_block_name span {
        font-size: 30px;
    }

    .hit_sales .hit_sales_nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 37px;
        height: 37px;
        border: 1px solid #00adef;
        z-index: 6;
        bottom: 0;
        top: auto;
    }

    .hit_sales_nav.swiper-button-prev {
        left: 14px;
    }
    .hit_sales_nav.swiper-button-next {
        right: 14px;
        left: auto;
    }
    .hit_sales_nav.swiper-button-next:after,
    .hit_sales_nav.swiper-button-prev:after {
        color: #00adef;
        font-size: 16px;
    }

    .models_items .item .btn_leasing {
        top: 2px;
        /* right: 6px; */
        left: auto;
    }
    .models_items .item .btn_leasing i {
        font-size: 18px;
    }
    .models_items .item .warranty {
        font-size: 18px;
    }

    .car_profit5 {
        top: 12vw;
        left: 5vw;
    }

    footer .yurinfo {
        margin-left: 0;
        text-align: center;
    }


    html {
        overflow-x: hidden;
    }

    .menuopen .menu_container {
        right: 0px;
    }

    .menu_container .container {
        padding: 0px;
    }

    .menu_container {
        position: absolute;
        top: 100%;
        right: -420px;
        left: auto;
        transition: 0.2s;
        background: white;
        height: auto;
        z-index: 2;
        width: 420px;
        max-width: 100%;
    }

    .menu {
        background: white;
        display: block;
        text-align: center;
        height: auto;
    }

    .menu a {
        padding: 5px 10px;
        display: block;
        color: black;
    }

    .burger {
        display: block;
    }


    .burger {
        width: 45px;
        height: 44px;
        border-radius: 100px;
        line-height: 44px;
        text-align: center;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .burger:before {
        content: '';
        display: block;
        height: 4px;
        background: white;
        transition: 0.2s;
        transform-origin: 5px 6px;
    }

    .burger:after {
        content: '';
        display: block;
        height: 4px;
        background: white;
        transition: 0.2s;
        transform-origin: 5px -2px;
    }

    .burger span {
        pointer-events: none;
        display: block;
        height: 4px;
        background: white;
        margin: 9px 0px;
    }

    .menuopen .burger span {
        opacity: 0;
    }

    .menuopen .burger:before {
        transform: rotate(45deg);
    }

    .menuopen .burger:after {
        transform: rotate(-45deg);
    }

    header {
    }

    header .container {
        flex-wrap: wrap;
        padding-bottom: 12px;
    }



    header .container:first-child {
    }

    .logo1 {
    }

    .logo1 img {
    }

    header .addr {
        display: none;
    }

    header .addr:first-child {
    }

    header .addr:before {
    }

    header .phone  {
        position: relative;
        bottom: 0;
        margin: 0;
        margin-top: 2vw;
        width: 100%;
    }


    header .phone:before {
    }

    header .btn {
        display: none;
    }


    header .menu_container {
    }

    header .menu_container .container {
    }

    header .menu {
    }

    header .menu a {
    }


    .big_banner {
        margin-top: 100px;
    }


    .big_banner .swiper-pagination {
    }

    .big_banner .swiper-pagination-bullet {
    }

    .big_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    }


    .big_banner .item {
    }

    .big_banner .item picture {
    }

    .big_banner .item picture img {
    }


    .big_banner .item .title_contianer {
        position: absolute;
        top: 2vw;
    }

    .big_banner .item .title_contianer .container {
    }

    .big_banner .item .title_contianer .container .text_container {
        margin-top: 4vw;
        padding: 2vw 1vw;
        text-align: center;
        background: #00000033;
    }

    .big_banner .item .title_contianer .container .text_container .title {
        font-size: 5vw;
        /* text-transform: uppercase; */
        font-family: 'Corporate A Condensed';
        color: black;
        text-align: center;
    }

    .big_banner .item .title_contianer .container .text_container .title br {
        display:none;
    }

    .big_banner .slide1 .item .title_contianer .container .text_container .title {
        font-size: 4vw;
    }

    .big_banner .slide1 .item .title_contianer .container .text_container .title span {
        margin-top: 7px;
    }

    .big_banner .item .title_contianer .container .text_container .comment1 {
        color: black;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .big_banner .item .title_contianer .container .text_container .comment2 {
        color: black;
        padding-top: 5px;
        font-size: 18px;
    }


    .big_banner .item .title_contianer .container .btn {
        margin-top: 15px;
        width: 100%;
    }


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

    .swiper-button-next:after, .swiper-button-prev:after {
    }

    .swiper-button-next {
    }



    .tabs_models_container {
    }

    .tabs_models_container .title1 {
    }

    .tabs_models_container .tabs {
        justify-content: left;
        white-space: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0px -10px;
    }

    .tabs_models_container .tabs a {
    }

    .tabs_models_container .tabs a:hover, .tabs_models_container .tabs a.current {
    margin: 0px 10px;
    }

    .tabs_models_container .tabs a span {
    font-size: clamp( 16px, 3vw, 30px );
    }

    .tabs_models_container .tabs_models {
    }

    .tabs_models_container .tabs_models a {
        width: 50%;
        padding: 0px;
    }

    .tabs_models_container .tabs_models img {
    }

    .tabs_models_container .tabs_models span {
    font-size: clamp( 16px, 3vw, 30px );
    margin-top: 12px;
    margin-bottom: 12px;
    }


    .models_items {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .models_items .container {
    }

    .models_items .item {
        display: block;
        border: 0;
    }

    .models_items .container .item:first-child {
    }

    .models_items .item .text_container {
        width: 100%;
        margin-bottom: 3px;
        z-index: 2;
        position: relative;
    }

    .models_items .item .text_container .title_container {
    position: relative;
    }

    .models_items .item .text_container .title_container .title {
        font-size: clamp(18px, 6.0vw, 60px);
    }

    .models_items .item .text_container .title_container .comment {
        font-size: 18px;
        margin-top: 5px;
        /*width: 48%;*/
        box-sizing: border-box;
        font-size: 14px;
        white-space: nowrap;
        position: absolute;
        top: 66px;
        left: 250px;
        -webkit-box-shadow: 0px 0px 6px 3px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 6px 3px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 6px 3px rgba(34, 60, 80, 0.2);
    }

    .models_items .item .text_container .title_container .comment:before {
    margin-right: 5px;
    }

    .models_items .item .text_container .btns {
        margin-top: 10px;
        display: none;
    }

    .models_items .item .text_container .btns .btn {
    }

    .models_items .item .text_container .btns .btn:first-child {
    }

    .models_items .item .btn_instock {
        position: absolute;
        top: -47px;
        left: 0;
        box-sizing: border-box;
        line-height: 37px;
        font-size: 14px;
    }
    .models_items .item .btn_instock i {
        font-size: 18px;
    }
    .models_items .item .btn_instock i b {
        font-size: 26px;
    }
    .models_items .item .warranty {
        top: -50px;
    }
    .models_items .item .props {
        position: relative;
        top: 0px;
        right: 0;
        left: auto;
        bottom: auto;
        width: auto;
        display: inline-flex;
        margin: 0;
        margin-left: auto;
        display: grid;
        height: 80px;
        width: fit-content;
    }
    .models_items .item .btn_limited {
        top: 0px;
        right: auto;
    }
    .models_items .item .props div {
    }

    .models_items .item .props div:first-child {
    }

    .models_items .item .props div:before {
    }

    .models_items .item .props div:after {
    }

    .models_items .item .gallery {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .models_items .item .gallery .swiper {
    margin-top: 0px;
    /*position: fixed;*/
	max-width:100%;
    }

    #models .swiper-slide {
        /*margin-bottom: 26px;
        margin-bottom: 0;
        margin-right: 0 !important;*/
    }

    #models .swiper-slide img {
    }

    .models_items .item .gallery .swiper-button-next, .models_items .item .gallery .swiper-button-prev {
    }

    .models_items .item .gallery .swiper-button-next:hover, .models_items .item .gallery .swiper-button-prev:hover {
    }

    .models_items .item .gallery .swiper-button-next:after, .models_items .item .gallery .swiper-button-prev:after {
    }

    .models_items .item .gallery .swiper-button-next {
    }

    .models_items .item .gallery .swiper-button-prev {
    }

    .models_items .item .gallery .swiper-pagination {
    }

    .models_items .item .gallery .swiper-pagination .swiper-pagination-bullet {
    }

    .models_items .item .gallery .swiper-pagination .swiper-pagination-bullet-active {
    }

	/*.warr .comment .leasing .props*/
	.models_items .item.comment .text_container .title_container .comment {
		left:10px;
	}

	/*comm+leasing*/
	.models_items .item.comment.leasing .text_container {
		margin-bottom:57px;
	}
	.models_items .item.comment.leasing .btn_leasing {
		top:-43px;
	}
	.models_items .item.comment.leasing .text_container .title_container .comment {
		top: 60px;
		right: 0%;
		left:auto;
		/*transform: translateX(-50%);*/
	}
	.models_items .item.comment.leasing .warranty {
		top: -107px;
	}

    .models_items .item .text_container .title_container .car_profit {
        margin-bottom: 20px;
    }


    #showroom {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #showroom .title1 {
        padding-bottom: 15px;
    }

    #showroom .filter {
        display: flex;
        margin-bottom: 15px;
        gap: 16px;
    }

    #showroom .filter ._control {
        width: 100%;
        margin-bottom: 10px;
    }

    #showroom .filter ._control select {
    }

    #showroom .filter_result {
        /* margin: 0px -15px; */
        justify-content: space-between;
        margin: 0;
    }

    #showroom .filter_result .item {
        width: calc(100% + 30px);
        margin: 0px;
        margin-bottom: 30px;
        width: 49%;
    }

    #showroom .filter_result .item .images {
        height: 300px;
        padding: 0px;
        margin-bottom: 15px;
    }

    #showroom .filter_result .item .images img {
    }

    #showroom .filter_result .item .mgallery {
        margin-bottom:15px;
    }

    #showroom .filter_result .item .text_container {
    margin: 0px 15px;
    margin-top: 0px;
    margin-bottom: 6px;
    }

    #showroom .filter_result .item .text_container .title {
    }

    #showroom .filter_result .item .text_container .color {
    }

    #showroom .filter_result .item .text_container .props {
    }

    #showroom .filter_result .item .text_container .props div {
    font-size: 18px;
    }

    #showroom .filter_result .item .text_container .props div:before {
    }

    #showroom .filter_result .item .text_container .props div.engine:before {
    }

    #showroom .filter_result .item .text_container .props div.kpp:before {
    }

    #showroom .filter_result .item .text_container .props div.privod:before {
    }

    #showroom .filter_result .item .btns {
    width: calc(100% - 30px);
    }

    #showroom .filter_result .item .btns .btn {
    margin-top: 5px;
    }

    #showroom .filter_result .item .btns .btn:first-child {
    }

    #showroom .filter_more {
    }

    #showroom .filter_result .item .text_container .title {
        font-size: 24px;
    }
    #showroom .filter_result .item .text_container .price:before {
        left: 14px;
        width: 28px;
        height: 28px;
        background-size: contain;
    }
    #showroom .filter_result .item .text_container .price {
        background-size: 100% 100%;
        padding-left: 54px;
        font-size: 18px;
    }
    #showroom .filter_result .item .text_container .price b {
        font-size: 24px;
    }
    #showroom .filter_result .item .text_container .tehs {
        margin-top: 16px;
        row-gap: 12px;
        padding: 10px 14px;
    }
    #showroom .filter_result .item .text_container .tehs > div {
        font-size: 14px;
    }


    #credit {
        background-size: cover;
        padding-bottom: 30px;
        padding-top: 250px;
    }

    #credit .container {
    }

    #credit .container > .title1 {
        padding-top: 15px;
    }

    #credit .container > .comment {
    margin-bottom: 25px;
    }

    #credit .container > .btn {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #credit .items {
        flex-direction: column;
        background: hwb(0deg 0% 100% / 50%);
        padding: 15px;
        margin-top: 15px;
    }

    #credit .items .item {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }

    #credit .items .item:hover {
    }

    #credit .items .item i {
    }

    #credit .items .item i.ico1 {
    }

    #credit .items .item i.ico2 {
    }

    #credit .items .item i.ico3 {
    }

    #credit .items .item .title {
    }

    #credit .items .item .text {
    }


    #morequestions {
        background-size: cover;
        padding-bottom: 30px;
        /* background: none; */
        margin-bottom: 50px;
    }

    #morequestions .container {
    }

    #morequestions .title1 {
    }

    #morequestions .items {
        flex-direction: column;
    }

    #morequestions .items div {
        width: 100%;
        margin-bottom: 15px;
    }

    #morequestions .items div:before {
        top: 0px;
    }

    #morequestions .title1 {
        padding-top: 30px;
        font-size: 32px;
    }


    #morequestions form {
        margin-top: 30px;
        padding: 15px;
    }

    #morequestions form .form_title {
        font-size: 30px;
    }

    #morequestions form .form_comment {
    }

    #morequestions form .fields {
        flex-direction: column;
    }

    #morequestions form .fields .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    #morequestions form .fields .form-group input {
    }

    #morequestions form .fields button {
    }

    #morequestions form .agree_field {
        margin-left: 0px;
        width: 100%;
        margin-top: 0px;
    }

    #morequestions form .agree_field a {
    }


    #contacts {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #contacts .container {
        flex-direction: column;
    }

    #contacts .centers {
        width: 100%;
        margin: 0px;
        /* margin-left: -15px; */
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    #contacts .centers .item {
        padding: 0px;
        margin: 0;
        width: 49%;
    }

    #contacts .centers .item:hover {
    }

    #contacts .centers .item:first-child {
    }

    #contacts .centers .item .image {
    }

    #contacts .centers .item .image img {
    width: 100%;
    }

    #contacts .centers .item .title {
    font-size: clamp( 20px, 5vw, 120px );
    }

    #contacts .centers .item .phone {
    }

    #contacts .centers .item .phone:before {
    }

    #contacts .centers .item .worktime {
    }

    #contacts .centers .item .worktime:before {
    }

    #contacts .centers .item .addr {
    }

    #contacts .centers .item .addr:before {
    }


    #map1 {
        order: 1;
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 380px;
    }

    footer {
    }

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

    footer .disclamer_switch {
    }

    footer .logo {
        position: relative;
        transform: none;
        left: auto;
        padding: 10px 0px;
    }

    footer .logo img {
    }

    footer .info {
        margin: 0px;
        margin-top: 5px;
    }

    footer .copyright {
        margin: 0px;
        margin-bottom: 5px;
    }

    footer .btn {
    }

    footer .disclamer {
    }


    .big_banner .swiper-pagination {
        flex-direction: row;
        bottom: 5px !important;
        top: auto !important;
        width: 100% !important;
        left: 0px !important;
        justify-content: center;
    }

    .big_banner .swiper-pagination-bullet {
        margin: 0px 15px !important;
        background: #ccc;
    }

    .big_banner .swiper {
        /*padding-bottom: 41px;*/
    }

    .title1 {
        font-size: 7vw;
        font-size: clamp(18px, 7vw, 60px);
    }

    .big_banner .item .title_contianer .container .text_container .title font {
        display: inline;
    }

    .models_items .item > .btns {
        display: block;
        margin-top: 10px;
    }

    .models_items .item > .btns .btn {
        margin-top: 5px;
    }

    .models_items .item > .btns .btn:first-child {
        margin-top: 0px;
    }

    .tabs_models_container .tabs::-webkit-scrollbar {
        display: none;
    }
	
	#showroom .filter_result .item .swiper {
    /* padding-bottom: 30px; */
}
	#showroom .filter_result .item .swiper .swiper-pagination {bottom: -3px;}
	#showroom .filter_result .item .swiper .swiper-wrapper {
    padding-bottom: 15px;
}

	.big_banner .item .title_contianer .container .text_container .title span {font-size: 5vw;}

    #leasing {
        margin: 100px 0;
        background-position: 100% 100%;
        height: auto;
        background-size: 198%;
        background-color: #7c7c7c;
        padding: 0;
        padding-bottom: 54vw;
    }
    .leasing_wrapper {
        flex-direction: column;
        align-items: start;
        padding-bottom: 34px;
    }
    
    .leasing_item {
        color: #ffffff;
    }
    .leasing_form {
        margin-top: 42px;
    }
    .leasing_form form {
        margin-top: 16px;
    }
    .leasing_list_title {
        color: #ffffff;
    }
    .leasing_list ul {
        margin-top: 14px;
        row-gap: 10px;
    }
    .leasing_list ul li {
        padding-left: 34px;
        color: #ffffff;
    }
    .leasing_list ul li:before {
        width: 20px;
        height: 20px;
        background-size: contain;
    }

}

/*MOBILE END*/


@media (max-width: 600px) {
    #showroom .filter {
        flex-direction:column;
        gap: 5px;
    }

    .models_items .item.comment.leasing .text_container {
        margin-bottom: 61px;
    }
    .models_items .item.comment.leasing .btn_leasing {
    }
    .models_items .item.comment.leasing .warranty {
    }
    .models_items .item.comment.leasing .text_container .title_container .comment {
    }

}



/* Portrait phones and smaller */
@media (max-width: 560px) {
    .models_items .item#amg_gle_coupe,
    .models_items .item#g_class_cross,
    .models_items .item#gls_63amg_fl,
    .models_items .item#amg_s_class,
    .models_items .item#glb_cross {
        padding-top: 74px;
    }
    .car_props {
        top: -86px;
        padding: 0 12px;
    }
    .car_props {
        height: 38px;
        column-gap: 8px;
    }
    .car_props a {
        font-size: 12px;
    }
    .models_items .item .warranty {
        top: 2px;
        /* left: 0; */
        /* right: auto; */
        width: 100%;
        position: static;
    }
    .models_items .item .text_container .title_container .title {
        font-size:8vw;
    }
    .models_items .item.comment .text_container .title_container .comment {
        position:static;
        width: 100%;
        margin-bottom: 5px;
    }
    .models_items .item .btn_leasing {
        width: 100%;
        top: 58px;
    }
    .models_items .item .btn_leasing {
        position:static;
        margin-bottom:5px;
    }
    #glb_cross .car_profit3 {
        top: 66px;
    }
    #glb_cross .car_garanty {
        top: 116px;
    }
    .models_items .item.comment.leasing .text_container {
        margin-bottom:0;
    }
    .models_items .item .gallery .swiper {
        padding-bottom: 27px;
    }
    .models_items .item .props {
        display: grid;
        height: 80px;
        width: fit-content;
        width: 100%;
        position: static;
    }
    .models_items .item .btn_limited {
        position:static;
        margin-bottom: 5px;
    }

    .models_items .item.comment.leasing .warranty {
        top: -43px;
    }
    .models_items .item.comment.leasing .text_container .title_container .comment {
        top: 112px;
    }

    #showroom .filter_result .item {
        width: 100%;
    }

    #showroom .filter_result .item .text_container .props {
        display:flex;
        justify-content:space-between;
    }

    .big_banner .slide8 .item.wt .title_contianer .title1 {
        font-size: 8vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title2 {
        font-size: 7vw;
    }
    .big_banner .slide8 .item.wt .title_contianer .title2 .br_mob {
        display: block;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span {
        padding: 0px 10px;
        font-size: 6vw;
        justify-content: left;
    }
    .big_banner .slide8 .item.wt .title_contianer .title3 span:before {
        top: 0.6vw;
    }

    .big_banner .slide8 .item.wt .title_contianer .title3 span:last-child {
        padding-left: 0;
    }

    /* .slide12 .title1 {
        font-size: 6vw;
    }
    .slide12 .title2 {
        font-size: 5vw;
    } */

    /* .slide13 .title1 {
        font-size: 6vw;
    }
    .slide13 .title2 {
        font-size: 5vw;
    } */

    #contacts .centers {
        flex-direction:column;
        gap: 50px;
    }

    #contacts .centers .item {
        width:100%;
    }


}
@media (max-width: 460px) {
    .timer_title {
        font-size: 28px;
    }
    .timer_title span {
        font-size: 14px;
    }
    .timer {
        margin-top: 38px;
    }
    .car_profit5 {
        top: 16vw;
        left: 8vw;
    }
    #showroom .filter_result .item .images {
        height: 200px;
    }
}
@media (max-width: 390px) {
    .big_banner .slide16 .item .title_contianer .container .text_container .title1,
    .big_banner .slide17 .item .title_contianer .container .text_container .title1 {
        font-size: 3.6vw;
    }
    .big_banner .slide16 .item .title_contianer .container .text_container .title2,
    .big_banner .slide17 .item .title_contianer .container .text_container .title2 {
        font-size: 3.2vw;
    }

    .models_items .item .btn_leasing i {
        font-size: 14px;
    }
    .models_items .item .warranty {
        font-size: 14px;
    }

    .hit_sales_item span {
        font-size: 26px;
    }
    .hit_sales_item {
        position: relative;
        left: 0;
        height: 52px;
        padding: 0 118px 0 20px;
    }
}

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

@media (max-width: 320px) {

}

#car_bc268c02c530e1220fe95d9e07cb3d65 {
    display: none;
}

#car_8cf4db9c15914ad8cd9cfbdc9912546f {
    display: none;
}

#car_f981006b7f108bf6b605e7ca8de7a1e9 {
    display: none;
}

#car_66d6e7ee3afc2fc60871c6ae4dd3dd93 {
    display: none;
}

#car_d9caccbbdb06730112586130c8e3b5fb {
    display: none;
}

#car_305b9147a51ff3a5065539a78dd03fe0 {
    display: none;
}

#car_53d3cc225fb56f817cb12678a4f7dd45 {
    display: none;
}

#car_be6fbc174621871455e5ad0e666ad9c1 {
    display: none;
}

#car_ab141e8201f34930c6503f5de99e4870 {
    display: none;
}

#car_515e930b39f42115089310851d00eab4 {
    display: none;
}

#car_c194c07dc4bf16e32dbdab5670c8f9a8 {
    display: none;
}

#car_d4425cd23bf43bd9aa16b0cffb809c03 {
    display: none;
}

#car_3da8ce7b2ffaaa78722c061e515d7e11 {
    display: none;
}

#car_be2e1bbe2ad3fddbb34dbbe0f691f586 {
    display: none;
}


#car_b6341effb5c60c2bc73e673cb67f70cf {
    display: none;
}












