html {
    overflow-x: hidden;

    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Grandis";
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    /*background:#0D1719 url("../img/bg1.jpg") center 96px no-repeat;*/
    background: #0d1719;
}

* {
    box-sizing: border-box;
}

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

.fancybox-button svg {
    top: 40px;
    right: 40px;
    transform: scale(2);;
}

.alert .fancybox-button svg {
    top: 5px;
    right: 5px;
}

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

.fancybox-content {
    overflow: hidden;
}

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

.resp_table {
    width: 100%;
}

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

sup {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 80%;
    vertical-align: top;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: middle;
}

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

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

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    top: -25px !important;
    right: -25px !important;
    width: 22px !important;
    height: 22px !important;
    color: black;
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
}

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

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

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

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

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

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

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 710px;
    max-width: 100%;
    height: 470px;
    padding: 80px 60px 110px 40px;
    padding-bottom: 30px;
    text-align: center;

    /* border: 2px solid black; */
    background: url("../img/popup_bg.png") 50% no-repeat #0d1719;
}

.popup_container .agree_field {
    display: block;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}

.agree_field a {
    color: #ffffff;
}

.popup_container h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}

.popup_container .form_comment {
    padding-bottom: 30px;
    font-size: 20px;
    text-align: left;
}

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

.popup_container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;

    /* Aey IE */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);

    /* Aey Firefox */
    -ms-transform: rotate(45deg);

    /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg);

    /* Aey Opera */
    transform: rotate(45deg);
}

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

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

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

.popup_container .form-group input[type=text] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 56px;

    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    line-height: 56px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: #f3f3f3;
}

.popup_container .form-group textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;

    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c0c6c9;
    font-family: "Grandis";
    font-size: 16px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: none;
    resize: none;
}

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

.popup_container .form-group button {
    margin-top: 40px;
    font-size: 16px;
    cursor: pointer;
}

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

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

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

.agree_field {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 20px;
    font-size: 10px;
    line-height: 100%;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0;
    margin: -0;
}

.agree_field span {
    display: inline-block;
    padding-left: 25px;
}

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

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: "Grandis";
    font-size: 16px;
    font-weight: 400;
    color: #b3b3b3;
    text-transform: uppercase;
    outline: none;
    background: transparent;
}

form .form-group input[type=tel]::placeholder,
form .form-group input[type=text]::placeholder {
    color: #b3b3b3;
}

form .form-group select {
    font-family: "Grandis";
    outline: none;

    /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat transparent;

    appearance: none;
    -moz-appearance: none;

    /* Firefox */
    -webkit-appearance: none;
}

form .form-group button {
    width: 100%;
    font-family: "Grandis";
    outline: none;
    cursor: pointer;
}

.form_title {
    margin: 0;

    /* text-transform: uppercase; */
    padding: 0;
    padding-bottom: 47px;
    font-size: 36px;
    color: black;
    text-align: center;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    height: 50px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    background: transparent;
    transition: all .3s;
}

.btn.grey {
    border-color: #00647b;
    background: #00647b;
}

.btn.white {
    background: #FFFFFF;
    color: #0D1719;
}


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

.btn.white:hover {
    background: #00647b;
    color: #ffffff;
}

.btn:hover span {
    color: #000000;
}

.anim {
    opacity: 0;
}

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

header {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 30px;
    background: #0d1719;
}

.head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #6d6d6d;
}

.logo_wrap {
    display: flex;
    align-items: center;
    max-width: 500px;
    /* margin-right: 100px; */
}

.logo1 {
    margin-right: 20px;
}

.logo2 {
    max-width: 40%;
    padding-left: 20px;
    border-left: solid #6d6d6d 1px;
}

.top_addr {
    font-size: 14px;
    font-weight: 500;
}

.top_phone {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.head_wrap .btn {
    width: 203px;
}

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

.banner {
    /*background: url("../img/bg1.png") 99% 10px no-repeat;*/
    margin-top: 96px;
}

.banner .banner_item1 {
    background: url("../img/bg4.jpg?v=4") 50% 0 no-repeat;
}

.banner .banner_item2 {
    background: url("../img/bg2.jpg") 50% 0 no-repeat;
}

.banner_mob {
    display: none;
}

.title_container {
    box-sizing: border-box;
    height: 665px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: #000000;
}

.title_wrap {
    position: relative;
    width: 100%;
    padding-top: 26px;
}

.title1 {
    font-size: 32px;
    font-weight: 500;
}
.title1 b {
    color: #00647B;
}

.title2 {
    font-size: 45px;
    font-weight: 700;
}

.title2 .br_mob {
    display: none;
}

.title3 {
    font-size: 32px;
    font-weight: 500;
}
.title3 b {
    color: #00647B;
}

.title_bottom {
    margin-top: 14px !important;
}

.title3 span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 41px;
    padding: 7px 40px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(0, 100, 123, 1);
    background: white;
}

/* .title3 span:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: rgba(0, 100, 123, 1);
} */

.title_container .btn {
    width: 426px;
    height: 50px;
    margin: 25px auto 0;
}

.banner_item2 .title3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.banner_item2 .title3 span {
    padding: 7px 6px;
    margin-bottom: 12px;
}

.banner_item2 .title3 p {
    margin-top: 15px;
}


.run_row {
    position: relative;
    left: -1110px;
    display: flex;
    align-items: center;
    width: 3800px;
    height: 73px;
    background: #ffffff;
    animation: text 60s linear infinite;
}

.run_row div {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 48px;
    font-weight: 500;
    color: #000000;
}

.run_row div span {
    display: block;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    margin-left: 30px;
    border-radius: 50%;
    background: #0d1719;
}

@keyframes text {
    0% {
        left: -1110px;
    }

    100% {
        left: 0;
    }
}

/**********************
        MODELS
 *********************/

.models_items {
    padding-top: 30px;
}

.models_items .models_item {
    padding-bottom: 23px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;;
}

.model_menu {
    display: flex;
    margin-top: 23px;
}

.model_menu span {
    font-size: 34px;
    font-weight: 500;
}

.model_menu ul {
    display: flex;
    margin: 0;
    margin-top: 5px;
    margin-left: 46px;
    padding: 0;
    list-style-type: none;
}

.model_menu ul li a {
    border-bottom: 1px solid transparent;
    font-family: "Dopis";
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s linear;
}

.model_menu ul li a.active {
    border-bottom: 1px solid #ffffff;
}

.model_menu ul li {
    margin-right: 46px;
}

.model_menu ul li:last-child {
    margin-right: 0;
}

.model_menu ul li:hover {
    border-bottom: 1px solid #ffffff;
}

.models_items .items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 44px;
}

.models_items .items .item .panel {
    position: relative;
    width: 60%;
}

.models_items .items .item .panel .best-car {
    position: absolute;
    top: 40px;
    right: 80px;
    color: #fff;
    background: rgba(0 100 123 / 20%);
    backdrop-filter: blur(15px);
    border-right: 2px solid #00647B;
    padding: 13px;
    font-size: 14px;
}

.models_items .items .item .panel .best-car:before, .models_items .items .item .panel .best-car:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 100, 123, 0) -4.17%, #00647B 100%);
}
.models_items .items .item .panel .best-car:before {bottom: 100%;}
.models_items .items .item .panel .best-car:after {top: 100%;}
.models_items .items .item .panel .best-car__img {
    padding-bottom: 10px;
}
.models_items .items .item .panel .best-car__img img {}
.models_items .items .item .panel .best-car__img sup {}
.models_items .items .item .panel .best-car__text {}

.models_items .items .item .panel .pl_triumph {
    position: absolute;
    top: 44px;
    right: 17%;
}

.models_items .items .item .panel .title {
    width: 100%;
    margin-bottom: 3px;
    font-size: 52px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.models_items .items .item .panel .comment {
    width: 100%;
    font-size: 22px;
    color: #666666;
}

.models_items .items .item .panel .image {
    position: relative;
    display: flex;
    align-items: end;
    height: 100%;
}

.models_items .items .item#j6 .panel .image {
    background: url(../img/models/j6/bg_img1.png) 14% 6.5vw no-repeat;
}

.models_items .items .item#j7_le .panel .image {
    background: url(../img/models/j7_le/bg_img.png) 14% 6.5vw no-repeat;
}

.models_items .items .item#j7 .panel .image {
    background: url(../img/models/j7/bg_img.png) 14% 6.5vw no-repeat;
}

.models_items .items .item#j8 .panel .image {
    background: url(../img/models/j8/bg_img.png) 17% 4.5vw no-repeat;
}

.models_items .items .item .panel .image img {
    margin-top: auto;
    width: 150%;
    position: relative;
    bottom: -50px;
}

.models_items .items .item .colors_container {
    display: flex;
    align-items: end;

    position: absolute;
    top: 87px;
    right: 35px;
}

.models_items .items .item .colors {
    display: grid;
    margin-bottom: 16px;
}

.models_items .items .item .colors div {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-bottom: 27px;
    border-radius: 100px;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.models_items .items .item .colors div:before {
    content: "";
}

.models_items .items .item .colors div:hover:before,
.models_items .items .item .colors div.current:before {
    display: block;
    width: 13px;
    height: 11px;
    opacity: 1;
    background: url(../img/check.png) 50% 50% no-repeat;
}

.models_items .items .item .text_container {
    width: 100%;
    margin-top: 41px;
    max-width: 510px;
}

.models_items .items .item .text_container .title {
    font-family: Dopis;
    font-size: 48px;
    font-weight: 400;
}

.models_items .items .item#j7_le .text_container .title {
    white-space: nowrap;
}

.models_items .items .item .text_container .car_profit {
    margin-top: 13px;
    margin-bottom: 9px;
    font-size: 26px;
    color: #ffffff;
    text-decoration: none;
}

.car_props {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: space-between;
}

#j7_le .car_props {
    margin-top: 60px;
}

.car_props a {
    color: #FFFFFF;
    font-size: 22px;
    padding-left: 37px;
    text-decoration: none;
}
.car_props a.ico1 {
    background: url(../img/car_props_ico1.png) 0 50% no-repeat;
}
.car_props a.ico2 {
    background: url(../img/car_props_ico2.png) 0 50% no-repeat;
}
.car_props a.ico3 {
    background: url(../img/car_props_ico3.png) 0 50% no-repeat;
}
.car_props a.ico4 {
    background: url(../img/car_props_ico4.png) 0 50% no-repeat;
}
.car_props a.ico4 {
    background: url(../img/car_props_ico4.png) 0 50% no-repeat;
}
.car_props a.ico5 {
    background: url(../img/car_props_ico5.png) 0 50% no-repeat;
}



.models_items .items_teh {
    margin-top: 38px;
    margin-bottom: 40px;
}

.models_items .items_teh div {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-right: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #6d6d6d;
    font-family: "Dopis";
}

.models_items .items_teh div span {
    font-weight: 700;
}

.models_items .items .item .specs {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.models_items .items .item .specs a {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 28px;
    color: white;
    text-decoration: none;
    transition: .5s;
}

.models_items .items .item .specs a b {
    display: contents;
    font-size: 28px;
}

.models_items .items .item .specs a span {
    display: flex;
    font-size: 28px;
}

.models_items .items .item .specs a:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-size: contain !important;
}

.models_items .items .item .specs a.ico1:before {
    background: url(../img/ico1.svg) 50% 50% no-repeat;
}

.models_items .items .item .specs a.ico2:before {
    background: url(../img/ico2.svg) 50% 50% no-repeat;
}

.models_items .items .item .specs a:after {
    content: "";
}

.models_items .items .item .btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 37px;
    gap: 19px;
}

.models_items .items .item .btns .btn {
    width: 100%;
}

.models_items .items .item .btns .btn strong {
    font-size: 20px;
}

.models_items .items .item .vigoda {
    display: flex;
    align-items: center;
    margin-top: 46px;
    border: 1px solid #00657b;
    font-size: 36px;
}

.models_items .items .item .vigoda:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 72px;
    height: 70px;
    margin-right: 27px;
    background: url(../img/ico_vigoda.png) 50% 50% no-repeat #00657b;
}

.models_items .items .item .gallery {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.models_items .items .item .gallery .swiper .swiper-slide {
    overflow: hidden;
}

.models_items .items .item .gallery .swiper .swiper-slide a {
    display: block;
}

.models_items .items .item .gallery .swiper .swiper-slide a:hover img {
    transform: scale(1.05);
}

.models_items .items .item .gallery .swiper .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100%;
    transition: .5s;
}

.models_items .items .item .gallery .swiper-button-next,
.models_items .items .item .gallery .swiper-button-prev {
    top: 50%;
    bottom: 10px;
    width: 32px;
    height: 12px;
    margin: 0;
    transform: translateY(-50%);
}

.models_items .items .item .gallery .swiper-button-next {
    right: -30px;
}

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

.models_items .items .item .gallery .swiper-button-next:after,
.models_items .items .item .gallery .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    font-size: 0;
    background: url(../img/arrow2.svg) 50% 50% no-repeat;
}

.models_items .items .item .gallery .swiper-button-prev:after {
    transform: rotate(180deg);
}

.models_items .items .item .gallery .swiper-pagination {
    display: none;
}

.models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fd9549;
    border-color: #fd9549;
}

.models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active {
    background: #fd9549;
}

.models_show_des {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 34px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.models_show_des span {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.models_show_des span:before {
    content: "";
    position: absolute;
    right: 0;
    width: 19px;
    height: 19px;
    background: url(../img/models_show_des_ico.svg);
    transition: all .2s linear;
    transform: rotate(180deg);
}

.model_des {
    display: none;
    width: 100%;
    margin-top: 53px;
}

.model_des.active {
    display: block;
}

.models_show_des.active span:before {
    transform: rotate(360deg);
}

.model_des_item {
    padding-bottom: 14px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
    font-weight: 500;;
}

.model_des_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.model_des_teh {
    width: 66%;
    max-width: 851px;
}

.model_des_teh div {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
    font-weight: 300;
    color: #b3b3b3;
}

.model_des_teh div:nth-child(1) {
    margin-top: 0;
}

.model_des_teh div span {
    width: 50%;
    font-weight: 400;
    color: #ffffff;
}

.model_des_teh div:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.model_des_teh .model_des_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 0;

    gap: 18px;
}

.model_des_btn .btn {
    width: 50%;
}

.model_des_img {
    width: 420px;
    margin-left: 20px;
}

.model_des_img img {
    height: 100%;
}

/**********************
      CAR_TECHS
**********************/

.car_techs {
    margin-top: 100px;
}

.car_techs_title {
    margin-bottom: 55px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;
}

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

.car_techs_text_wrap {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    justify-content: space-between;
    width: 66%;

    row-gap: 20px;
}

.car_techs_img1 {
    overflow: hidden;
    width: 49%;
    border-radius: 3px;
}

.car_techs_img1 img {
    height: 100%;

    object-fit: cover;
}

.car_techs_text {
    width: 49%;
}

.car_techs_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.car_techs_text ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
}

.car_techs_text ul li:first-child {
    padding-top: 0;
}

.car_techs_text ul li span {
    font-weight: 300;
    color: #b3b3b3;
}

.car_techs_text ul li b {
    font-weight: 400;
}

.car_techs_btns {
    margin-top: 30px;
}

.car_techs_btns .btn {
    margin-top: 19px;
}

.car_techs_img2 {
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
}

.car_techs_vid {
    overflow: hidden;
    width: 32.35%;
    border-radius: 3px;
}

.car_techs_vid video {
    width: 100%;
}

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

#instock {
    position: relative;
    margin-top: 130px;
    background: #0d171a;
    /*padding-top: 123px;*/
}

#instock .title {
    padding-bottom: 23px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;;
}

#instock .title b {
    font-weight: 500;
}

#instock .models_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

#instock .models {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

#instock .models b {
    font-size: 34px;
    font-weight: 500;
}

#instock .model_name {
    margin-left: 46px;
    cursor: pointer;
}

#instock .model_name img {
    position: relative;
    top: 3px;
    left: 40px;;
}

#instock .model_name span {
    border-bottom: 1px solid transparent;
    font-family: "Dopis";
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s linear;
}

#instock .model_name.active span,
#instock .model_name:hover span {
    border-bottom: 1px solid #ffffff;
}

#instock .compl_title {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

#instock .compl_items {
    display: flex;
    flex-direction: column;

    row-gap: 45px;
}

#instock .slick-track {
    display: grid !important;
    width: 100% !important;
}

#instock .compl_items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    height: fit-content;
    margin-bottom: 40px;
    padding: 36px 0;
}

#instock .compl_items .item .item_wrap {
    width: 320px;
    padding-bottom: 20px;
    padding-left: 18px;
    background: #192325;
}

#instock .compl_items .item.show {
    display: flex;
}

#instock .compl_items .compl_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36%;
    min-height: 195px;
    padding-left: 50px;
    text-align: center;
}

#instock .compl_items .compl_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 396px;
    height: 160px;
    background: url(../img/decor_compl.svg) no-repeat;
    background-size: contain;
}

#instock .compl_image span {
    position: absolute;
    top: 26px;
    left: 26px;
    font-size: 40px;
    font-weight: 400;
}

#instock .compl_image img {
    position: relative;
    top: 58px;
}

#instock .compl_items .item .item_compl {
    margin-bottom: 25px;
    font-size: 20px;
}

#instock .compl_items .item .item_compl span {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
}

#instock .compl_items .item .item_compl span b {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

#instock .compl_items .item .item_specs div {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 20px;
    text-align: center;
}

#instock .compl_items .item .item_specs div:before {
    content: "";
    position: absolute;
    left: 20px;
}

#instock .compl_items .item .item_specs .specs_ico1:before {
    width: 47px;
    height: 32px;
    background: url(../img/specs_ico1.svg) no-repeat;
}

#instock .compl_items .item .item_specs .specs_ico2:before {
    width: 39px;
    height: 39px;
    background: url(../img/specs_ico2.svg) no-repeat;
}

#instock .compl_items .item .item_specs div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 77px;
    height: 1px;
    margin-left: -38px;
    background: #6d6d6d;
}

#instock .compl_items .item .item_specs div:last-child::after {
    display: none;
}

#instock .compl_items .item .item_specs div span {
    display: block;
    font-size: 14px;
    color: #a9a9a9;
}

#instock .compl_items .compl_btns {
    display: flex;
    flex-direction: column;
    width: 410px;

    row-gap: 15px;
}

#instock .compl_items .compl_btns .btn {
    height: 50px;
}

/**********************
       CAR_ENGINE
**********************/

.car_engine {
    /*margin-top: 190px;*/
}

.car_engine_title {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
    font-weight: 500;
}

.car_engine_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.car_engine_text {
    width: 66%;
}

.car_engine_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.car_engine_text ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 10px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
}

.car_engine_text ul li:first-child {
    padding-top: 0;
}

.car_engine_text ul li span {
    width: 49%;
    font-weight: 300;
    color: #b3b3b3;
}

.car_engine_text ul li b {
    width: 49%;
    font-weight: 400;
}

.car_engine_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.car_engine_btns .btn {
    width: 49%;
}

.car_engine_vid {
    overflow: hidden;
    width: 32.35%;
    height: 626px;
    border-radius: 3px;
}

.car_engine_vid video {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/**********************
     CAR_COMPLECT
**********************/

.car_complect {
    margin-top: 250px;
}

.car_complect_title {
    margin-bottom: 55px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;
}

.car_complect_bg {
    overflow: hidden;
    border-radius: 3px;
}

.car_complect_text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}

.car_complect_list {
    width: 66.2%;
}

.car_complect_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.car_complect_list ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;
}

.car_complect_list ul li:first-child {
    margin-bottom: 40px;
}

.car_complect_list ul li:nth-child(2) {
    margin-bottom: 20px;
}

.car_complect_list ul li span {
    display: flex;
    align-items: center;
    width: 25%;

    column-gap: 3px;
}

.car_complect_list ul li span:first-child {
    width: 50%;
}

.car_complect_list ul li span i {
    font-size: 20px;
    font-style: normal;
}

.car_complect_btns {
    width: 32.5%;
}

.car_complect_btns .btn:first-child {
    margin-bottom: 25px;
}

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

.tradein {
    margin-top: 150px;
}

.tradein_title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;
}

.tradein_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tradein_gallery {
    display: flex;
    width: 66.2%;

    column-gap: 15px;
}

.tradein_gallery .column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.tradein_gallery .column {
    padding-top: 75px;
}

.tradein_img1,
.tradein_img2 {
    overflow: hidden;
    border-radius: 3px;
}

.tradein_vid {
    overflow: hidden;
    width: 24%;
    height: 391px;
    border-radius: 3px;
}

.tradein_vid video {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

#tradein_form {
    width: 32.5%;
}

.tradein_form_title {
    margin-bottom: 40px;
}

#tradein_form .form-group {
    margin-top: 30px;
}

#tradein_form .btn {
    margin-top: 75px;
}

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

.credit {
    margin-top: 200px;
    margin-bottom: 170px;
}

.credit_title {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;
}

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

.credit_text {
    width: 49.2%;
}

.credit_ags div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 500;
}

.credit_ags div span {
    display: flex;
    margin-right: 20px;
    font-size: 32px;
    font-weight: 400;

    column-gap: 3px;
}

.credit_ags div span i {
    font-style: normal;
}

#credit_form input[type=tel] {
    height: 55px;
}

#credit_form .btn {
    margin-top: 40px;
}

.credit_bg {
    overflow: hidden;
    width: 49%;
    border-radius: 3px;
}

.credit_bg img {
    height: 100%;

    object-fit: cover;
}

/**********************
        REVIEWS
**********************/

.reviews {
    margin-top: 170px;
    margin-bottom: 164px;
}

.reviews_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 48px;
    font-weight: 500;
}

.reviews_content {
    padding-top: 40px;
    width: 102%;
    left: -1%;
}

.reviews .reviews_block {
    position: relative;
    margin: 0 10px;
    padding: 30px;
    background: #192325;
}
.reviews .reviews_block:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(25, 35, 37, 0) 16%, #192325 65%);
    z-index: 2;
}

.reviews_head {
    display: flex;
    justify-content: space-between;
}
.reviews_name {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.reviews_date {
    font-size: 20px;
    font-weight: 400;
    color: #A9A9A9;
}
.reviews_rating {
    margin-top: 16px;
    display: flex;
    column-gap: 4px;
}
.reviews_rating span {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../img/reviews_rating_ico.svg) no-repeat;
}
.reviews_text {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    height: 200px;
    overflow-y: auto;
    padding-bottom: 20px;
}
.reviews_text::-webkit-scrollbar {
    display: none;
}
.reviews_content .slick-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid #00657B;
    background: url(../img/btn_arrow.svg) 50% 50% no-repeat;
    transition: all 0.2s linear;
}
.reviews_content .slick-arrow:hover,
.reviews_content .slick-arrow:focus {
    background: url(../img/btn_arrow.svg) 50% 50% no-repeat #00657B;
}
.reviews_content .slick-arrow:before {
    display: none;
}
.reviews_content .slick-prev {
    left: -50px;
    transform: rotate(180deg);
}
.reviews_content .slick-next {
    right: -50px;
}

.reviews_content .slick-dots li button{
    display: none;
}
.reviews_content .slick-dots li {
    width: 50px;
    height: 5px;
    background: #00647B75;
}
.reviews_content .slick-dots li.slick-active {
    background: #00647B;
}

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

.contacts {
    margin-top: 50px;
    padding-bottom: 30px;
}

.cont_title {
    margin-bottom: 35px;
    font-size: 42px;
}

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

#map1 {
    width: 49%;
    height: 400px;
    background: url("../img/map.jpg") 50% no-repeat;
}

.cont_text {
    width: 49%;
}

.cont_text .logo_wrap {
    margin-bottom: 50px;
}

.bot_addr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
    font-weight: 500;
}

.bot_addr span {
    font-size: 14px;
    color: #6d6d6d;
    text-transform: uppercase;
}

.bot_phone {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.bot_phone span {
    font-size: 14px;
    color: #6d6d6d;
    text-transform: uppercase;
}

.quest {
    margin-bottom: 50px;
    font-size: 20px;
}

.cont_text .btn {
    width: 426px;
}

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

footer {
    padding-top: 15px;
    padding-bottom: 25px;
}

footer .switch {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

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

.copyright {
    font-size: 12px;
    font-weight: 400;
}

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

/* @media (max-width: . title3 p76761500px) {
} */

@media (max-width: 1440px) {
    .reviews_content .slick-next {
        right: 14px;
        top: -67px;
        transform: none;
    }

    .reviews_content .slick-prev {
        left: auto;
        right: 80px;
        top: -67px;
        transform: rotate(180deg) translate(0);
    }
}

@media (max-width: 1300px) {
    .models_items .items .item .text_container {
        max-width: 330px;
    }

    body {
        background-position: right 81px;
        background-size: 1300px;
    }

    .title1 {
        font-size: 28px;
    }
    .title2 {
        font-size: 36px;
    }
    .title3 {
        font-size: 28px;
    }


}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    #instock .compl_items .item {
        flex-wrap: wrap;
    }

    #instock .compl_items .compl_image {
        width: 60%;
    }

    #instock .compl_items .compl_btns {
        flex-direction: inherit;
        justify-content: space-between;
        width: 100%;
        margin-top: 80px;
    }

    #instock .compl_items .compl_btns .btn {
        width: 32%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .logo_wrap {
        margin-right: 0;
    }

    .top_addr {
        display: none;
    }

    /***********************************************************************/
    .banner {
        background-position: 98% 10px;
        background-size: 50%;
    }

    .title_container {
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .title2 {
        font-size: 32px;
    }

    body {
        background-size: 1200px;
    }

    .title_wrap {
        width: 100%;
        max-width: none;
        padding-top: 22px;
        padding-bottom: 290px;
    }

    .title3 span {
    }

    .title_container {
        /*height:876px;*/
        margin-bottom: 0;
    }

    /***********************************************************************/
    .car_techs_text_wrap {
        align-items: normal;
    }

    .car_techs_vid video {
        height: 100%;

        object-fit: cover;
    }

    /***********************************************************************/
    .car_engine_wrap {
        align-items: normal;
    }

    .car_engine_text ul li {
        font-size: 14px;
    }

    .car_engine_vid {
        height: 100%;
    }

    /***********************************************************************/
    .tradein_title {
        font-size: 36px;
    }

    .tradein_img2 {
        height: 100%;
    }

    .tradein_img2 img {
        height: 100%;

        object-fit: cover;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .anim {
        opacity: 1;
    }

    header .logo_wrap {
        width: 35%;
    }

    /************************************************************/
    .banner {
        background: none;
    }

    .banner_mob {
        display: block;
        margin: 20px 0;
    }

    .title_wrap {
        /*padding: 10px 0;*/
        width: 100%;
    }

    /************************************************************/
    .car_techs_img1 {
        display: none;
    }

    .car_techs_text {
        width: 100%;
    }

    /************************************************************/
    .car_engine {
        /*margin-top: 100px;*/
    }

    /************************************************************/
    .car_complect {
        margin-top: 100px;
    }

    /************************************************************/
    .tradein_wrap {
        flex-direction: column;
    }

    .tradein_title {
        font-size: 28px;
    }

    .tradein_gallery {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
        margin-top: 30px;
    }

    /************************************************************/
    .credit {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .credit_wrap {
        flex-direction: column-reverse;
    }

    .credit_text {
        width: 100%;
        margin-top: 30px;
    }

    .credit_bg {
        width: 100%;
    }

    .credit_bg img {
        width: 100%;
    }

    /************************************************************/
    .cont_wrap {
        flex-direction: column-reverse;
    }

    .cont_text {
        width: 100%;
    }

    #map1 {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    #instock {
        margin-top: 90px;
    }

    #instock .compl_items .compl_image {
        width: 48%;
    }

    #instock .compl_items .item {
        align-items: start;
    }

    #instock .compl_items .compl_image:before {
        width: 100%;
    }

    .models_items .items .item .text_container {
        max-width: 100%;
    }

    .models_items .items .item .panel .best-car {
    top: 0;
    right: unset;
    left: 0;
}
.models_items .items .item .panel .best-car__img {}
.models_items .items .item .panel .best-car__img img {}
.models_items .items .item .panel .best-car__img sup {}
.models_items .items .item .panel .best-car__text {}

    .models_items .items .item .panel {
        order: 2;
        width: 92%;
    }

    .models_items .items .item .panel .pl_triumph {
        position: relative;
        top: 0;
        right: 0;
    }

    .models_items .items .item .colors_container {
        position: relative;
        top: 0;
        right: 0;
    }

    .models_items .items .item .btns {
        flex-wrap: wrap;
        order: 3;
        gap: 0;
        padding: 0;
    }

    .models_items .items .item .btns .btn {
        margin-bottom: 10px;
    }

    .models_items .items .item .btns .btn:last-child {
        margin-bottom: 0;
    }

    .models_items .items .item .gallery {
        order: 4;
    }

    .models_show_des {
        order: 6;
    }

    .model_des {
        order: 7;
    }

    .model_des_img {
        display: none;
    }

    .model_des_teh {
        width: 100%;
        max-width: 100%;
    }

    .model_des_teh div {
        font-size: 16px;
    }

    .model_des_teh div span {
        text-align: right;
    }

    .model_des_teh .model_des_btn {
        display: block;
    }

    .model_des_btn .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .model_des_btn .btn:last-child {
        margin-bottom: 0;
    }

    .model_des_btn .btn span {
        width: 100%;
        text-align: center;
    }

    .model_des {
        margin-top: 36px;
    }

    .models_items {
        padding-top: 0;
    }
}

/*IPAD END*/


/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .reviews {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .reviews_title {
        font-size: 24px;
    }
    .reviews .reviews_block {
        padding: 20px;
    }
    .reviews .reviews_block:before {
        height: 50px;
    }
    .reviews_text {
        font-size: 14px;
        padding: 0;
        height: 160px;
    }
    .reviews_content .slick-dots {
        bottom: -30px;
    }
    .reviews_content .slick-dots li {
        width: 24px;
        height: 4px;
    }
    .model_des_teh div {
        font-size: 14px;
    }

    .logo2 {
        max-width: 48%;
    }

    .banner .banner_item1 {
        background: url(../img/bg3_mob.jpg?v=3) 50% 0 no-repeat !important;
    }

    .title3 p {
        font-size: 16px;
        margin: 5px;
        line-height: 20px;
    }

    .title_bottom {
        margin: 0 !important;
    }

    .title_wrap {
        padding-top: 0 !important;
    }

    .banner_item2 .title3 p {
        margin: 2px;
    }
    .banner_item2 .title3 span {
        margin: 2px;
    }

    .car_engine_text ul li b {
        text-align: right;
    }

    .models_items {
        padding-top: 140px;
    }

    .models_items .items .item .text_container {
        margin-top: 40px;
    }

    .models_items .items .item .panel .best-car {
    position: relative;
    max-width: 285px;
    top: unset;
    right: unset;
    margin-bottom: -55px;
}

.models_items .items .item .panel .image {
    height: auto;
}
    .models_items .items .item .panel .best-car__img {}
    .models_items .items .item .panel .best-car__img img {}
    .models_items .items .item .panel .best-car__img sup {}
    .models_items .items .item .panel .best-car__text {}

    .models_items .items .item .panel .image img {
        bottom: 0;
        margin-top: 15px;
    }

    #instock {
        margin-top: 40px;
    }

    #instock .compl_items .item {
        margin-bottom: 0;
    }

    #instock .compl_items .compl_image {
        width: 100%;
    }

    #instock .compl_items .item .item_wrap {
        width: 100%;
        margin-top: 70px;
        padding-bottom: 0;
    }

    #instock .compl_items .compl_btns {
        display: block;
        margin-top: 24px;
    }

    #instock .compl_items .compl_btns .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    #instock .compl_items .compl_btns .btn:last-child {
        margin-bottom: 0;
    }

    .anim {
        opacity: 1;
    }

    .fancybox-button svg {
        right: 0;
    }

    .fancybox-type-image {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .fancybox-close {
        top: 9px !important;
        right: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .fancybox-wrap {
        top: 20px !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
        padding: 110px 30px;
    }

    .popup_container h2 {
        font-size: 26px;
    }

    /*******************************************************************/
    header {
        padding-top: 10px;
    }

    .head_wrap {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .logo_wrap {
        width: 100%;
        margin-right: 0;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    /************************************************************/
    .banner {
        height: 100vw;
        margin-top: 60px;
        background: none;
    }


    .banner_item2 {
        height: 90vw !important;
        background-position: center bottom !important;
    }

    .banner .banner_item1 {
        height: 124vw !important;
        background-image: url(../img/bg3_mob.jpg?v=2) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .banner .banner_item2 {
        height: 124vw !important;
        background-image: url(../img/bg2_mob.jpg?v=1) !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .banner_mob {
        display: block;
        margin: 20px 0;
    }

    .title_wrap {
        max-width: 100%;

        /*padding: 0;
                width: 100%;*/
        padding-top: 45px;
        padding-bottom: 0;
        text-align: center;
    }

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

    .title_container {
        padding-top: 16vw;
        height: auto;
        text-align: center;
    }

    .title1 {
        font-size: 4vw;
    }
    .title2 {
        margin-top: 2vw;
        font-size: 4vw;
    }

    .title2 .br_mob {
        display: block;
    }

    .title3 {
        margin-top: 2vw;
        font-size: 4vw;
    }

    .title3 span {
        margin-bottom: 19px;
        font-size: inherit;
    }

    .title_container .btn {
        width: 100%;
        margin-top: 6vw;
    }

    .run_row {
        height: 50px;
    }

    .run_row div {
        margin-left: 20px;
        font-size: 22px;
    }

    .run_row div span {
        width: 18px;
        height: 18px;
        margin-left: 20px;
    }

    .run_row img {
        margin: 0 20px;
    }

    /************************************************************/
    .car_techs {
        display: none;
        margin-top: 40px;
    }

    .car_techs_title {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }

    .car_techs_text_wrap {
        flex-direction: column-reverse;
        width: 100%;
    }

    .car_techs_img1 {
        display: none;
    }

    .car_techs_text {
        width: 100%;
    }

    .car_techs_vid {
        display: none;
    }

    /************************************************************/
    .car_engine {
        /*margin-top: 50px;*/
        /*display: none;*/
    }

    .car_engine_text {
        width: 100%;
    }

    .car_engine_text ul li {
        font-size: 14px;
    }

    .car_engine_vid {
        display: none;
    }

    .car_engine_btns {
        flex-direction: column;
        margin-top: 20px;

        row-gap: 10px;
    }

    .car_engine_btns .btn {
        width: 100%;
    }

    /************************************************************/
    .car_complect {
        margin-top: 50px;
    }

    .car_complect_title {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }

    .car_complect_text {
        flex-direction: column;
    }

    .car_complect_list {
        width: 100%;
    }

    .car_complect_list ul li {
        font-size: 14px;
    }

    .car_complect_list ul li span:first-child {
        width: 40%;
    }

    .car_complect_btns {
        width: 100%;
        margin-top: 20px;
    }

    .car_complect_btns .btn:first-child {
        margin-bottom: 10px;
    }

    /************************************************************/
    .tradein {
        margin-top: 50px;
    }

    .tradein_wrap {
        flex-direction: column;
    }

    .tradein_title {
        font-size: 24px;
        text-align: center;
    }

    .tradein_gallery {
        width: 100%;
    }

    .tradein_gallery .column {
        padding-top: 40px;
    }

    .tradein_vid {
        display: none;
    }

    .tradein_form_title {
        margin-bottom: 20px;
    }

    #tradein_form {
        width: 100%;
        margin-top: 30px;
    }

    #tradein_form .btn {
        margin-top: 20px;
    }

    /************************************************************/
    .credit {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .credit_wrap {
        flex-direction: column-reverse;
    }

    .credit_title {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }

    .credit_text {
        width: 100%;
        margin-top: 30px;
    }

    .credit_bg {
        width: 100%;
    }

    .credit_bg img {
        width: 100%;
    }

    #credit_form .btn {
        margin-top: 20px;
    }

    /************************************************************/
    .contacts {
        padding-bottom: 50px;
    }

    .cont_title {
        font-size: 24px;
    }

    .cont_wrap {
        flex-direction: column-reverse;
    }

    .cont_text {
        width: 100%;
    }

    .bot_phone {
        margin-bottom: 30px;
    }

    .bot_addr {
        font-size: 16px;
    }

    .bot_phone {
        font-size: 16px;
    }

    .quest {
        margin-bottom: 20px;
        text-align: center;
    }

    #map1 {
        width: 100%;
        height: 350px;
        margin-top: 30px;
    }
}

/*MOBILE END*/

@media (max-width: 650px) {
    .models_items .models_item,
    #instock .title {
        font-size: 26px;
    }

    .model_menu span {
        font-size: 24px;
    }

    .model_menu ul li a {
        font-size: 24px;
    }

    .models_items .items .item .text_container .title {
        font-size: 40px;
    }

    .models_items .items .item#j7_le .text_container .title {
        white-space: normal;
    }

    .models_items .items .item .text_container .car_profit {
        font-size: 5vw;
    }

    #j7_le .car_props {
        margin-top: 10px;
    }

    .car_props a {
        font-size: 5vw;  
    }

    .models_items .models_item,
    #instock .title {
        font-size: 36px;
    }

    #instock .models b {
        font-size: 24px;
    }

    #instock .model_name span {
        font-size: 24px;
    }

    #instock .model_name {
        margin-left: 26px;
        cursor: pointer;
    }
}

@media (max-width: 500px) {
    .title3 span {
        padding: 7px 30px;
        font-size: 19px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .title_container {
        padding-top: 12vw;
    }
    .title1 {
        font-size: 5vw;
    }
    .title2 {
        font-size: 6vw;
    }
    .title3 {
        font-size: 4.8vw;
    }

    .models_items {
        padding-top: 80px;
    }

    .models_items .models_item,
    #instock .title {
        font-size: 24px;
    }

    .model_menu ul {
        margin-left: 12px;
    }

    .model_menu ul li {
        margin-right: 12px;
    }

    #instock .compl_image span {
        top: 8px;
        left: 0;
        font-size: 32px;
    }

    #instock .compl_image img {
        top: 12px;
    }

    #instock .compl_items .item .item_wrap {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 360px) {
    .title1 {
        /* padding-bottom: 180px; */
    }

    .car_techs_title {
        font-size: 22px;
    }

    .car_complect_title {
        font-size: 22px;
    }
}

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


















