html {
    overflow-x: hidden;
}

body {
    font-family: "Dopis", sans-serif;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: 500;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: url(../img/bg1.jpg) 50% 145px no-repeat white;
}

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

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

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

.fancybox-content {
    overflow: hidden;
}

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

.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: 100%;
    width: 100%;
    display: block;
    width: 220px;
}

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

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

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

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

a:hover {
    text-decoration: none;
}

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

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

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

@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: 1270px;
        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, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 10px;
}

.popup_container .agree_field a {
    color: black;
}

.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: 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="text"] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.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: "Dopis", sans-serif;
    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: "Dopis", sans-serif;
    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;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

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

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

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

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

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

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
    height: 54px;
    width: 100%;
    color: #293337;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Dopis", sans-serif;
    padding: 0px 20px;
    outline: none;
    background: white;
    border-radius: 0px;
    border: 1px solid #293337;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: "Dopis", sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Dopis", sans-serif;
    outline: none;
}

form .form-group button:hover {
}

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

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

.btn {
    box-sizing: border-box;
    background: #00657b;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #00657b;
    transition: all 0.3s;
    text-align: center;
}

.btn i {
    width: 22px;
    height: 11px;
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
    margin-left: 15px;
}

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

.btn:hover i {
    background: url("../img/btn_arrow.png") 50% no-repeat;
}

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

.btn.white i {
    background: url("../img/btn_arrow.png") 50% no-repeat;
}

.btn.white:hover {
    background: #00657b;
    color: #ffffff;
    border-color: #00657b;
}

.btn.white:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

.btn.black {
    background: #000000;
    color: #ffffff;
}

.btn.black:hover {
    background: #00657b;
    color: #ffffff;
    border-color: #00657b;
}

.btn.black:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

.btn.glass {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

.btn.glass i {
    background: url("../img/btn_arrow.png") 50% no-repeat;
}

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

.btn.glass:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

.btn.glass.white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.glass.white i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

.btn.glass.white:hover {
    background: #ffffff;
    color: #000000;
}

.btn.glass.white:hover i {
    background: url("../img/btn_arrow.png") 50% no-repeat;
}

.btn.red {
    background-color: #d60000;
    border-color: #d60000;
}

.btn.red:hover {
    background-color: #b90303;
    border-color: #b90303;
    color: white;
}

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

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

header .m_btn {
    display: none;
}

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

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

.dealer {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #293337;
    margin-left: 20px;
    padding-left: 20px;
}

.top_addr {
    font-size: 14px;
    padding-left: 15px;
    background: url("../img/ico_loc_top.png") 0 50% no-repeat;
}

.top_phone {
    font-size: 18px;
    font-weight: 700;
    color: #2a3337;
    padding-left: 23px;
    background: url("../img/ico_phone_top.png") 0 50% no-repeat;
    text-decoration: none;
}

header .btn {
    width: 253px;
    height: 50px;
    font-size: 14px;
}

.menu {
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    background: #0d171a;
    z-index: 5;
    transition: all 0.3s;
}

.menu .container {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s;
}

.menu a:hover {
    text-shadow: -0.5px 0.5px #ffffff, 0.5px -0.5px #ffffff, 0.5px 0px #ffffff;
}

.menu.fixed {
    background: #0d171a;
}

.menu.fixed .container {
    border-bottom: none;
}

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

.banner .bg_mob {
    display: none;
}

.banner .container {
    display: grid;
    /* justify-content: center; */
}

.title_container {
    margin-top: 146px;
    padding: 60px 0px 20px;
    color: #ffffff;
    text-align: left;
    height: 487px;
}

.title_container .br_mob {
    display: none;
}

.title_container .title1 {
    width: fit-content;
    padding: 8px 16px 0px;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    background: #000000cc;
}

.title_container .title2 {
    margin-top: 18px;
    font-size: 30px;
    font-weight: 700;
}

.title_container .title3 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
}

.banner_props {
    display: flex;
    justify-content: center;
    column-gap: 16px;
}

.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 32px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.banner_props a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}

.banner_props a.ico1:before {
    background: url(../img/banner_props_ico1.svg) 50% 50% no-repeat;
}

.banner_props a.ico2:before {
    background: url(../img/banner_props_ico2.svg) 50% 50% no-repeat;
}

.banner_props a.ico3:before {
    background: url(../img/banner_props_ico3.svg) 50% 50% no-repeat;
}

.title_container .btn {
    margin-top: 25px;
    width: 364px;
}

.timer_block {
    background: #0d171a;
    padding: 45px 0;
    /* margin-top: 370px; */
}

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

.timer_block .timer_title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 120%;
}

.timer_block .timer_title sup {
    top: -12px;
    font-size: 62%;
}

.timer_block .timer_btns {
    width: 364px;
}

.timer_block .btn.mob {
    display: none;
}

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

.advantages {
    padding-top: 120px;
    padding-bottom: 80px;
    background: #0d171a;
}

.advantages_item {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.advantages_item .br_mob {
    display: none;
}

.advantages_cont {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.advantages_cont .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    width: 38px;
    height: 38px;
    border: 1px solid #ffffff;
}

.advantages_cont .slick-prev {
    right: 60px;
    left: auto;
    top: 0;
}

.advantages_cont .slick-next {
    right: 0;
    left: auto;
    top: 0;
}

.advantages_block {
    width: 24%;
    padding: 18px;
}

.advantages_block.ico1 {
    background: url(../img/advantages/advantages_block_bg1.png) 50% 0 no-repeat #ffffff;
}

.advantages_block.ico2 {
    background: url(../img/advantages/advantages_block_bg2.png) 50% 0 no-repeat #ffffff;
}

.advantages_block.ico3 {
    background: url(../img/advantages/advantages_block_bg3.png) 50% 0 no-repeat #ffffff;
}

.advantages_block.ico4 {
    background: url(../img/advantages/advantages_block_bg4.png) 50% 0 no-repeat #ffffff;
}

.advantages_block:before {
    content: "";
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 62px;
    height: 52px;
}

.advantages_block.ico1:before {
    background: url(../img/advantages/advantages_block_ico1.svg) no-repeat;
    background-size: contain;
}

.advantages_block.ico2:before {
    background: url(../img/advantages/advantages_block_ico2.svg) no-repeat;
    background-size: contain;
}

.advantages_block.ico3:before {
    background: url(../img/advantages/advantages_block_ico3.svg) no-repeat;
    background-size: contain;
}

.advantages_block.ico4:before {
    background: url(../img/advantages/advantages_block_ico4.svg) no-repeat;
    background-size: contain;
}

.advantages_title {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.advantages_text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/**********************
        TECH_DRIVE
**********************/

.tech_drive .container {
    margin-top: 25px;
    background-image: url("../img/tech_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 49px;
    color: #fff;
}

.tech_drive .btn {
    width: 100%;
    max-width: 370px;
}

.text {
    margin: 0;
    padding: 0;
}

.tech_drive__text {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
}

.tech_drive__date {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 24px;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
}

.tech_drive__title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

/**********************
        PRESENTATION
**********************/

.presentation {
    margin-top: 160px;
    margin-bottom: 100px;
}

.presentation__container {
    background-image: url("../img/presentation_bg.jpg");
    background-position: right bottom;
    background-size: cover;
    min-height: 440px;
}

.presentation__content {
    padding: 30px 34px;
}

.presentation__text {
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.presentation__btn {
    max-width: 364px;
}

/**********************
         ACTION
**********************/

.action {
    padding: 52px 0 78px;
    background: #00657b;
}

.action_title {
}

.action_title span {
    position: relative;
    display: block;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.action_title b {
    margin-top: 32px;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.action_title b .br_mob {
    display: none;
}

.action_cont {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.action_block {
    width: 30%;
    padding: 24px;
    background: #ffffff;
}

.action_block_img {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 230px;*/
}

.action_block_text {
    margin-top: 12px;
}

.action_block_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.action_block_tehs {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.action_block_props {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

.action_block_props b {
    font-size: 32px;
    font-weight: 700;
    color: #00657b;
}

.action .btn {
    margin-top: 20px;
    height: 46px;
}

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

.car_item {
    background: url("../img/car_item_bg.png") 50% 50% no-repeat;
    padding: 70px 0 80px;
    position: relative;
}

.car_title {
    text-align: left;
    margin-bottom: 30px;
}

.car_name {
    font-size: 52px;
    font-weight: 700;
}

.car_comment {
    font-size: 22px;
    margin-top: 0;
}

.car_comment br {
    display: none;
}

.car_props {
    position: absolute;
    top: 10px;
    left: 58.6%;
}

.car_props > a {
    display: block;
    font-size: 22px;
    padding-left: 32px;
    color: #000000;
    text-decoration: none;
}

.car_props > a b {
    color: #00657b;
}

.car_props > a.ico1 {
    background: url("../img/prop_ico1.png") 0 50% no-repeat;
    margin-bottom: 10px;
}

.car_props > a.ico2 {
    margin-top: 10px;
    background: url("../img/prop_ico2.png") 0 50% no-repeat;
}

.car_props > a.ico3 {
    background: url(../img/prop_ico3.svg) 0 50% no-repeat;
    padding: 5px 0;
    padding-left: 45px;
}

.car_props2 {
    display: flex;
    flex-direction: column;
    gap: 21px;
    background: #f6f6f6;
    border: 1px solid #00657b;
    padding: 26px 24px;
    margin-bottom: 43px;
}

.car_props2 > a {
    display: block;
    font-size: 18px;
    padding-left: 38px;
    color: #000000;
    text-decoration: none;
    position: relative;
}

.car_props2 > a span {
    color: #00657b;
}

.car_props2 > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.car_props2 > a.ico1::before {
    background: url("../img/prop2_ico1.svg") 0 50% no-repeat;
}

.car_props2 > a.ico2::before {
    background: url("../img/prop2_ico2.svg") 0 50% no-repeat;
}

.car_props2 > a.ico3::before {
    background: url("../img/prop2_ico3.svg") 0 50% no-repeat;
}

.car_props2 > a.ico4::before {
    background: url("../img/prop2_ico4.svg") 0 50% no-repeat;
}

.car_props2 > a.ico5::before {
    background: url("../img/prop2_ico5.svg") 0 50% no-repeat;
}

.car_props2 > a.ico6::before {
    background: url("../img/prop2_ico6.svg") 0 50% no-repeat;
}

.car_props2 > a.ico7::before {
    background: url("../img/prop2_ico7.svg") 0 50% no-repeat;
}

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

.car_image {
    width: 48%;
}

.car_text {
    width: 41%;
}

.car_techs {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.car_techs .techs_item {
    width: 40%;
    margin-bottom: 40px;
}

.car_techs .techs_item span {
    font-size: 14px;
    display: block;
    margin-bottom: -5px;
}

.car_techs .techs_item b {
    font-size: 72px;
}

.car_colors {
    display: flex;
}

.car_colors > div {
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.car_colors > div:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 13px;
    height: 11px;
    background: url("../img/check.png") 50% no-repeat;
    display: none;
}

.car_colors > div.active:before {
    display: block;
}

.car_colors > span {
    font-size: 14px;
    display: block;
    margin-right: 30px;
}

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

.car_btns .btn {
    width: 32.8%;
}

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

.car_btns .btn:last-child:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

.car_gallery {
    margin-top: 40px;
    margin-left: -4px;
}

.car_gallery a {
    margin: 0 4px;
}

.car_gallery .slick-prev {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/prev_bk.png") 50% no-repeat !important;
    left: -40px !important;
}

.car_gallery .slick-next {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/next_bk.png") 50% no-repeat !important;
    right: -40px !important;
}

.car_item:nth-child(even) .car_gallery .slick-prev {
    background: url("../img/prev.png") 50% no-repeat !important;
}

.car_item:nth-child(even) .car_gallery .slick-next {
    background: url("../img/next.png") 50% no-repeat !important;
}

.car_gallery .slick-prev:before,
.car_gallery .slick-next:before {
    display: none;
}

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

.techs {
    background: #0d1719;
    padding: 60px 0;
}

.techs_title {
    font-size: 48px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #ffffff;
}

.techs_title span {
    font-weight: 400;
}

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

.techs_text_wrap {
    width: 66%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    row-gap: 20px;
}

.techs_text_wrap > div {
    position: relative;
}

.techs_text_wrap > div a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-decoration: none;
    display: block;
}

.techs_img3 a {
    top: 30px;
    bottom: unset;
}

.techs_img1,
.techs_img3 {
    width: 49%;
    border-radius: 3px;
    overflow: hidden;
}

.techs_img1 img,
.techs_img3 img {
    height: 100%;
    object-fit: cover;
}

.techs_text {
    margin-bottom: 40px;
}

.techs_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.techs_text ul li {
    display: flex;
    flex-direction: column;
    font-size: 22px;
}

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

.techs_text ul li span {
    color: #b3b3b3;
}

.techs_text ul li b {
    color: #ffffff;
    margin-top: 3px;
}

.techs_btns {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.techs_btns .btn {
    width: 416px;
}

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

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

.techs_vid video {
    width: 100%;
}

/**********************
       EXTERIOR
**********************/

.exterior {
    /*margin-top: 100px;*/
    padding: 95px 0;
    /*background: #293337;*/
}

.ext_slider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.ext_item_wrap.item1 {
    background: url("../img/ext_img.jpg") 50% 0 no-repeat;
    background-position: 41% 0 !important;
}

.ext_item_wrap.item2 {
    background: url("../img/int_img.jpg") 50% 0 no-repeat;
    background-position: 33% 0 !important;
}

.ext_item_wrap {
    box-sizing: border-box;
    width: 24%;
    height: 600px;
    padding: 20px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    cursor: pointer;
}

.ext_item_wrap.active {
    padding: 45px;
    width: 75%;
    background-position: 50% 0 !important;
}

.ext_item_wrap.int {
    color: #ffffff;
}

.ext_title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    visibility: hidden;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
}

.ext_title_hidden {
    writing-mode: vertical-lr;
    transform: scale(-1);
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
    top: 25px;
    left: 20px;
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
}

.ext_item_wrap.active .ext_title_hidden {
    opacity: 0;
    visibility: hidden;
}

.ext_comment {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 180%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
}

.ext_item_wrap.active .ext_title,
.ext_item_wrap .ext_title_hidden,
.ext_item_wrap.active .ext_comment {
    opacity: 1;
    visibility: visible;
}

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

#instock {
    position: relative;
    background: #0d171a;
    padding: 90px 0;
}

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

#instock .models {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    width: 100%;
}

#instock .model_name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 360px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s;
    cursor: pointer;
    /* margin-right: 26px; */
    font-weight: 500;
}

#instock .model_name.active,
#instock .model_name:hover {
    background: #ffffff;
    color: #293337;
}

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

#instock .compl_items {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}

#instock .compl_items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 40px 50px 40px;
}

#instock .compl_items .item .item_wrap {
}

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

#instock .compl_items .compl_image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 195px;
}

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

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

#instock .compl_items .item .item_specs div {
    display: flex;
    align-items: center;
    font-size: 18px;
}

#instock .compl_items .item .item_specs div span {
    display: block;
    width: 90px;
    text-align: right;
    padding: 3px 30px 3px 0;
    margin-right: 30px;
    border-right: 1px solid #000000;
    font-size: 18px;
    color: #a6b7be;
}

#instock .compl_items .compl_btns {
    display: flex;
    flex-direction: column;
    width: 364px;
    row-gap: 15px;
}

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

#instock .compl_items .compl_btns .btn:last-child:hover {
    background: #000000;
    color: #ffffff;
}

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

.credit {
    padding: 195px 0;
    position: relative;
}

.credit_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.credit_bg img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.4s;
}

.credit.scrolled .credit_bg img {
    transform: scale(1);
}

.credit > img {
    display: none;
}

.cred_wrap {
    width: 363px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 150px;
}

.cred_title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cred_comment {
    margin-bottom: 30px;
}

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

.cred_wrap .btn:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

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

.tradein {
    padding: 110px 0;
    position: relative;
}

.tradein_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tradein_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.4s;
}

.tradein.scrolled .tradein_bg img {
    transform: scale(1);
}

.tradein > img {
    display: none;
}

.tradein_title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}

.tradein_list {
    margin: 0 0 50px;
    padding: 0;
}

.tradein_list li {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
}

.tradein_wrap .btn {
    width: 364px;
}

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

.tradein_wrap .btn:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

/**********************
        QUEST
**********************/

.quest {
    padding: 170px 0;
    position: relative;
}

.quest_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.quest_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.4s;
}

.quest.scrolled .quest_bg img {
    transform: scale(1);
}

.quest > img {
    display: none;
}

.quest_wrap {
    width: 363px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 150px;
}

.quest_title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.quest_comment {
    margin-bottom: 25px;
}

.quest_wrap .btn {
    width: 364px;
}

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

.quest_wrap .btn:hover i {
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
}

/**********************
      OFFERS
**********************/

.offers {
    height: 715px;
    background: url(../img/offers_bg.jpg) 50% 0 no-repeat;
}

.offers_cont {
    padding-top: 60px;
}

.offers_title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.offers_title span {
    display: block;
    margin-top: 16px;
    font-size: 24px;
    font-weight: 400;
    text-transform: initial;
}

.offers .btn {
    margin-top: 32px;
    width: 360px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

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

.contacts {
    position: relative;
}

.contacts:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url("../img/cont_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cont_wrap {
    position: absolute;
    top: 80px;
    z-index: 2;
}

.cont_title {
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cont_dealer {
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bot_phone {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    padding-left: 35px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    margin-bottom: 30px;
}

.bot_addr {
    color: #ffffff;
    padding-left: 35px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    margin-bottom: 30px;
}

.worktime {
    color: #ffffff;
    padding-left: 35px;
    background: url("../img/ico_time.png") 0 5% no-repeat;
    margin-bottom: 45px;
    line-height: 200%;
}

.cont_wrap .btn {
    width: 364px;
}

#map1 {
    width: 50%;
    height: 585px;
    margin-left: auto;
    background: url("../img/map.jpg") 100% 0 no-repeat;
}

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

footer {
    padding: 30px 0;
    background: #0d171a;
}

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

.foot_wrap a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.foot_wrap a:hover {
    text-decoration: underline;
}

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

footer .switch {
    color: #ffffff;
    font-size: 14px;
}

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

#cookies-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #30363a;
    color: #000000;
    padding: 24px 9%;
    text-align: center;
    z-index: 10000000000;
    font-size: 14px;
    color: #fff;
}

#cookies-banner.hidden {
    display: none;
}

.cookies {
    box-sizing: border-box;
    background: #30363a;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 5%;
    padding-bottom: 40px;
    z-index: 10;
}

.cookies_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

.cookies_text {
    text-align: left;
}

.cookies_text a {
    color: #00657b;
}

#cookies-banner .btn {
    padding: 12px 20px;
    cursor: pointer;
}

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

@media (max-width: 1280px) {
    .car_comment br {
        display: block;
    }

    .action_block {
        width: 26%;
        padding: 14px;
    }

    .action_title span {
        padding: 8px 18px;
        font-size: 28px;
    }

    .action_cont {
        justify-content: center;
    }

    .action_title b {
        font-size: 28px;
    }

    .action_block_props {
        font-size: 18px;
    }

    .action_block_props b {
        font-size: 26px;
    }

    .advantages_cont {
        margin-top: 20px;
        padding-top: 36px;
        width: 102%;
        left: -1%;
    }

    .advantages_block {
        margin: 0 10px;
    }

    .advantages_text {
        min-height: 72px;
    }

    .advantages_cont .slick-next {
        right: 10px;
    }

    .advantages_cont .slick-prev {
        right: 60px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .action_block_props b {
        font-size: 20px;
    }

    .top_addr {
        display: none;
    }

    .timer_block .timer_title {
        font-size: 28px;
    }

    .timer {
        display: flex;
        justify-content: center;
        width: 55%;
    }

    div[id^="timer"] {
        transform: scale(0.7) !important;
        white-space: nowrap;
    }

    .car_props {
        left: unset;
        right: 0;
    }

    .car_gallery .slick-prev {
        left: -20px !important;
    }

    .car_gallery .slick-next {
        right: -20px !important;
    }

    .ext_item_wrap .ext_title {
        font-size: 40px;
    }

    .ext_item_wrap .ext_comment br {
        display: none;
    }

    #instock .compl_items .item {
        padding-left: 30px;
        padding-right: 30px;
        column-gap: 30px;
    }

    .cred_wrap,
    .rass_wrap,
    .quest_wrap {
        margin-right: 0;
    }

    .credit_bg,
    .quest_bg {
        width: 57%;
    }

    #map1 {
        background-position: 79% 0;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .car_props > a {
        font-size: 18px;
    }

    .ico_tires {
        top: 130px;
    }

    header .btn {
        display: none;
    }

    .menu {
        top: 70px;
    }

    .timer_block .timer_btns {
        display: none;
    }

    .timer {
        width: auto;
    }

    .car_image_wrap {
        flex-direction: column;
    }

    .car_image {
        width: 100%;
        text-align: center;
    }

    .car_text {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }

    .car_colors {
        margin-bottom: 40px;
    }

    .car_techs {
        flex-flow: unset;
        width: 100%;
    }

    .car_techs .techs_item {
        width: auto;
    }

    .car_btns {
        margin-top: 0;
        flex-direction: column-reverse;
    }

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

    .ext_item_wrap {
        padding: 30px !important;
    }

    .ext_item_wrap .ext_title {
        font-size: 30px;
    }

    .credit {
        padding: 0;
    }

    .credit_bg {
        position: relative;
        width: 100%;
    }

    .cred_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    .tradein {
        padding: 0;
    }

    .tradein > img {
        display: block;
    }

    .tradein_bg {
        display: none;
    }

    .tradein_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    .tradein_title,
    .tradein_list li {
        color: #293337;
    }

    .tradein_wrap .btn {
        width: 100%;
    }

    .quest {
        padding: 0;
    }

    .quest_bg {
        position: relative;
        width: 100%;
    }

    .quest_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    .quest_title br {
        display: none;
    }

    .quest_wrap .btn {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        padding: 30px 0;
        width: 100%;
    }

    .contacts:before {
        width: 100%;
        height: 47%;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    #map1 {
        width: 100%;
    }

    .foot_wrap a {
        font-size: 12px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
    .title_container .title2 {
        margin-top: 10px;
        font-size: 24px;
        color: #000;
    }

    .title_container .title3 {
        margin-top: 10px;
        font-size: 20px;
        color: #000;
    }

    .title_container .btn {
        margin-top: 16px;
    }

    .action_block {
        width: 42%;
    }

    .action_cont {
        flex-wrap: wrap;
        row-gap: 24px;
    }

    .action_block_props b {
        font-size: 18px;
    }

    body {
        background-size: 100%;
        background-position: 50% 120px;
    }

    .title_container {
        padding: 31vw 0px 20px;
        height: initial;
    }

    .timer_block {
        /* margin-top: 26vw; */
    }

    .title_container .title1 {
        font-size: 20px;
        margin-bottom: 0;
        padding: 5px 10px 0px;
    }

    .banner_props a {
        font-size: 2vw;
    }

    .banner_props {
        display: grid;
        justify-content: left;
        column-gap: 16px;
        row-gap: 10px;
        position: absolute;
        top: 51vw;
    }

    .title_container .btn {
        bottom: auto;
        top: 12vw;
        width: auto;
        display: inline-flex;
        align-items: center;
        padding: 10px 30px;
    }

    .offers_title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .advantages {
        padding-top: 64px;
        padding-bottom: 32px;
    }

    .advantages_cont {
        margin-top: 40px;
    }

    .advantages_item {
        font-size: 28px;
    }

    .advantages_item .br_mob {
        display: block;
    }

    .action_title b .br_mob {
        display: block;
    }

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

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

    /* INSTOCK */
    /*******************************************************************/
    header {
        padding: 10px 0;
        box-shadow: 0px 0px 5px #b3b3b3;
    }

    .logo_wrap {
        width: 87%;
    }

    .logo1 {
        width: 48%;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .container {
        flex-flow: wrap;
    }

    .dealer {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 16px;
    }

    .top_phone {
        margin-top: 10px;
    }

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #293337;
        transition: all 0.3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: #293337 !important;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all 0.3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        border: none;
    }

    .menu a {
        padding: 10px 0;
    }

    /**************************************************************************************/
    body {
        background-position: 100% 46vw;
        background-size: 130%;
    }

    .title_container {
        margin-top: 18vw;
        padding: 0;
        padding-bottom: 24px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: black;
    }

    .title_container .br_mob {
        display: block;
    }

    .title_container .title1 {
        padding: 2vw 4vw;
        font-size: 4vw;
    }

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

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

    /*
      .banner .bg_mob {
        display: block;
        width: 100%;
        position: absolute;
        top: 180px;
        left: 0;
      }
      */
    .banner_props a {
        font-size: 3vw;
    }

    .banner_props a {
        padding-left: 24px;
    }

    .banner_props a:before {
        width: 1rem;
        height: 1rem;
        background-size: contain !important;
    }

    .title_container .btn {
        align-self: center;
        height: auto;
        margin-top: 2vw;
    }

    .title_container .btn i {
        background: url("../img/btn_arrow_wt.png") 50% no-repeat;
    }

    .timer_block {
        /* margin-top: 26vw; */
        padding: 30px 0;
    }

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

    .timer_block .timer_title br {
        display: none;
    }

    .timer_block .timer_title sup {
        top: -8px;
    }

    .timer_block .container {
        flex-direction: column;
    }

    .timer_block .timer {
        display: flex;
        justify-content: center;
    }

    div[id^="timer"] {
        white-space: nowrap;
        transform: scale(0.5) !important;
    }

    .timer_block .timer_btns {
        width: 100%;
    }

    .timer_block .btn.desctop {
        display: none;
    }

    .timer_block .btn.mob {
        display: flex;
    }

    /* --------------- */
    .tech_drive .container {
        margin-top: 40px;
        background-image: url("../img/tech_bg_mob.jpg");
        background-position: center;
        background-size: auto 100%;
        min-height: 390px;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        padding: 0px;
        padding-top: 29px;
    }

    .tech_drive .btn {
        max-width: 290px;
    }

    .text {
        text-align: center;
    }

    .tech_drive__text {
        margin-bottom: 12px;
    }

    .tech_drive__date {
        margin-bottom: 12px;
        padding: 3px 8px;
    }

    .tech_drive__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    /**************************************************************************************/
    .car_item {
        padding: 30px 0;
    }

    .car_image_wrap {
        flex-direction: column;
    }

    .car_title {
        text-align: center;
        margin-bottom: 10px;
    }

    .car_props {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

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

    .car_props2 {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
        padding: 15px;
    }

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

    .car_image {
        width: 100%;
    }

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

    .car_techs .techs_item {
        width: 47%;
    }

    .car_techs .techs_item span {
        font-size: 12px;
    }

    .car_techs .techs_item b {
        font-size: 60px;
    }

    .car_techs .techs_item {
        margin-bottom: 10px;
        text-align: center;
    }

    .car_colors {
        justify-content: center;
        margin-bottom: 30px;
    }

    .car_colors > span {
        display: none;
    }

    .car_btns {
        margin-top: 0;
        flex-direction: column;
    }

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

    .car_gallery .slick-prev {
        left: -15px !important;
    }

    .car_gallery .slick-next {
        right: -15px !important;
    }

    .car_gallery .slick-list {
        z-index: 1;
    }

    /**************************************************************************************/
    .techs {
        padding: 30px 0;
    }

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

    .techs_text ul {
        flex-flow: wrap;
        row-gap: 20px;
    }

    .techs_vid {
        display: none;
    }

    .techs_text_wrap {
        width: 100%;
        row-gap: 10px;
    }

    .techs_img1,
    .techs_img3 {
        width: 100%;
    }

    .techs_text_wrap > div a {
        font-size: 18px;
        top: 15px;
        left: 15px;
    }

    .techs_text_wrap .techs_img2 a {
        left: unset;
        top: unset;
        right: 15px;
        bottom: 15px;
    }

    .techs_btns {
        flex-direction: column;
        row-gap: 10px;
    }

    /**************************************************************************************/
    .presentation {
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .presentation__text {
        font-size: 5vw;
        color: #000;
        text-align: center;
    }

    .presentation__container {
        background-size: 420px;
        background-repeat: no-repeat;
        background-position: bottom center;
        min-height: unset;
        padding-bottom: 170px;
    }

    .presentation__content {
        padding: 0;
    }

    .presentation__btn {
        max-width: unset;
    }

    /**************************************************************************************/
    .exterior {
        margin-top: 20px;
        padding: 30px 0;
    }

    .ext_slider {
        flex-direction: column;
    }

    .ext_arrows {
        display: none;
    }

    .ext_item_wrap {
        width: 100%;
        padding: 0 !important;
        background-size: 100% !important;
        /*color: #293337 !important;*/
        height: 90px;
        margin-bottom: 5px;
    }

    .ext_item_wrap.item2,
    .ext_item_wrap.item3 {
        background-position: 33% 20% !important;
    }

    .ext_item_wrap.active {
        width: 100%;
        height: 380px;
        background-position: 50% 0 !important;
    }

    .ext_title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 215px;
        /*color: #293337;*/
        padding-left: 15px;
        padding-top: 15px;
    }

    .ext_item_wrap.int .ext_title {
        color: #ffffff;
    }

    .ext_comment {
        font-size: 18px;
        color: #000000;
        line-height: unset;
    }

    .ext_text {
        margin: 30px 0;
    }

    .ext_item_wrap ul {
        margin-top: 25px;
    }

    .ext_item_wrap .btn {
        margin-top: 30px;
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        border-color: #293337 !important;
        color: #293337 !important;
    }

    .ext_dots {
        display: none;
    }

    .ext_title_hidden {
        writing-mode: unset;
        transform: unset;
        white-space: normal;
        position: absolute;
        top: 17px;
        left: 15px;
        font-size: 16px;
    }

    .ext_item_wrap.int .ext_title_hidden {
        color: #ffffff;
    }

    /**************************************************************************************/
    #instock {
        padding: 30px 0;
    }

    #instock .compl_title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #instock .compl_items .item {
        padding: 20px 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    #instock .compl_items .compl_btns {
        width: 100%;
        row-gap: 10px;
        margin-top: 20px;
    }

    /**************************************************************************************/
    .credit {
        padding: 0;
        margin-top: 0;
    }

    .credit_bg {
        position: relative;
        width: 100%;
    }

    .credit_bg img {
        transform: unset;
        height: auto;
    }

    .cred_wrap {
        padding: 20px 0 30px;
        margin: 0;
        width: 100%;
    }

    /**************************************************************************************/
    .tradein {
        padding: 0;
    }

    .tradein > img {
        display: block;
    }

    .tradein_bg {
        display: none;
    }

    .tradein_wrap {
        padding: 20px 0 30px;
        margin: 0;
        width: 100%;
    }

    .tradein_title {
        font-size: 26px;
    }

    .tradein_title,
    .tradein_list li {
        color: #293337;
    }

    .tradein_wrap .btn {
        width: 100%;
    }

    /**************************************************************************************/
    .quest {
        padding: 0;
    }

    .quest_bg {
        position: relative;
        width: 100%;
    }

    .quest_wrap {
        padding: 20px 0 30px;
        margin: 0;
        width: 100%;
    }

    .quest_title {
        font-size: 26px;
    }

    .quest_title br {
        display: none;
    }

    .quest_wrap .btn {
        width: 100%;
    }

    /**************************************************************************************/
    .offers {
        height: 104vw;
        background: url(../img/offers_bg.jpg) 50% 0 no-repeat;
        background-size: 144%;
        background-position: 50% 100%;
    }

    .offers_cont {
        padding-top: 10vw;
    }

    .offers_title {
        font-size: 5vw;
        color: #000000;
    }

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

    /**************************************************************************************/
    .cont_wrap {
        position: relative;
        top: 0;
        padding: 20px 0;
        width: 100%;
    }

    .contacts:before {
        width: 100%;
        height: 58%;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    #map1 {
        width: 100%;
        height: 350px;
        background-position: 81% 45%;
    }

    .foot_wrap {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 10px;
    }

    .foot_logo {
        margin-bottom: 15px;
    }
}

@media (max-width: 680px) {
    .action_block {
        width: 66%;
    }

    .action_title span {
        font-size: 18px;
    }

    .action_title b {
        font-size: 18px;
    }

    .cookies_wrap {
        flex-wrap: wrap;
    }

    .cookies_text br {
        display: none;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 440px) {
    body {
        background-position: 100% 54.5vw;
    }

    .title_container {
        margin-top: 85px;
    }

    .title_container .title2 {
        font-size: 4.6vw;
    }

    .title_container .title3 {
        margin-top: 48vw;
    }

    .offers {
        height: 110vw;
    }

    .offers {
        background-position: 50% 60%;
    }

    .offers .btn {
        margin-top: 63vw;
    }
}

@media (max-width: 390px) {
    .action_block {
        width: 90%;
    }

    .action_cont {
        margin-top: 14px;
    }

    .banner_props {
        top: 48vw;
    }

    .ext_title {
        margin-bottom: 190px !important;
    }
}

@media (max-width: 360px) {
    .dealer {
        font-size: 12px;
    }

    .ext_title {
        font-size: 18px;
        margin-bottom: 160px !important;
    }

    .techs_title {
        font-size: 22px;
    }

    .ext_comment {
        font-size: 18px;
    }

    .ext_comment br {
        display: none;
    }

    .ext_text br {
        display: none;
    }

    .cred_comment br {
        display: none;
    }

    .tradein_title {
        font-size: 22px;
    }

    .tradein_list li br {
        display: none;
    }

    .cont_dealer {
        font-size: 20px;
    }
}

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