* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: 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;
}

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: 1640px;
        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: 12px;
}

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

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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 15px;
    color: #7f7f7f;
}

.agree_field a {
    color: #7f7f7f;
}

.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input + a {
    color: black;
}

.agree_field input + span {
    width: 12px;
    height: 12px;
    background: url("../img/icons/checkbox.svg") 50% no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}

.agree_field input:checked + span {
    background: url("../img/icons/checkbox_hov.svg") 50% no-repeat;
}

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: 48px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 0px 20px;
    outline: none;
    background: #e6e6e6;
    border-radius: 80px;
    border: none;
}

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 #e6e6e6;
    font-family: Arial, sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: Arial, 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: #e60020;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #e60020;
    transition: all 0.3s;
    text-align: center;
    border-radius: 80px;
}

.btn.glass {
    color: #e60020;
    background: transparent;
}

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

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #000000;
    padding: 20px 0;
}

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

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

header .logo_wrap .logo2 {
    margin-left: 18px;
    padding-left: 18px;
    border-left: 2px solid #333333;
}

header .btn {
    width: 384px;
}

header .m_btn {
    display: none;
}

.menu {
    display: flex;
    justify-content: space-between;
    column-gap: 70px;
}

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

.menu > a:hover {
    color: #e60020;
}

.top_phone a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.top_phone a:hover {
    color: #e60020;
}

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

.banner {
    position: relative;
    margin-top: 75px;
}

.banner .container {
    position: initial;
}

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

.title_container {
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    padding: 35px 45px 30px;
    background: #ffffffcc;
    border-radius: 50px;
    z-index: 1;
}

.title_container .br_mob {
    display: none;
}

.title_container .title1 {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    color: #ffffff;
    background: #000000;
    border-radius: 50px;
    z-index: 2;
}

.title_container .title1:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/title1_ico_kalendar.svg) no-repeat;
}

.title_container .title1:after {
    content: "";
    position: absolute;
    top: -13%;
    left: -3%;
    width: 105%;
    height: 120%;
    border: 1px solid #e60020;
    border-radius: 50px;
}

.title_container .title2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #e60020;
    white-space: nowrap;
}

.title_container .title3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.title_container .title3 .bigger {
    font-size: 120%;
}

.title_container .title3:last-child {
    margin-bottom: 0;
}

.title_container .btn {
    position: absolute;
    margin-top: 0;
    width: 384px;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.timer_block {
    background: #000000;
    padding: 32px 0;
}

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

.timer_block .timer_wrap {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.timer_block .timer_title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

div[id^="timer"] {
    white-space: nowrap;
}

.timer_block .timer_form {
    width: 41%;
}

.timer_block .timer_form_title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
}

#timer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form-group {
    width: 49%;
}

#timer_form .agree_field,
#timer_form .agree_field a {
    color: #7f7f7f;
}

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

.cars_items {
    margin-top: 80px;
}

.car_menu {
    width: 100%;
}

.car_menu .car_types {
    width: 100%;
}

.car_menu .car_types a {
    display: grid;
    justify-content: center;
    height: 190px;
    text-decoration: none;
}

.car_menu .car_types a span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
    transition: all 0.2s linear;
}

.car_menu .car_types a:hover span {
    color: #e60020;
    font-weight: 700;
}

.car_menu .car_types a img {
    transition: all 0.2s linear;
}

.car_menu .car_types a:hover img {
    transform: scale(1.1);
}

.car_menu .car_types .slick-arrow {
    width: 42px;
    height: 42px;
    background: url(../img/btn_slide.svg) no-repeat;
    border: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -21px;
}

.car_menu .car_types .slick-arrow:hover {
    background: url(../img/btn_slide_hover.svg) no-repeat;
    transform: rotate(180deg);
}

.car_menu .car_types .slick-prev {
    left: -50px;
}

.car_menu .car_types .slick-next {
    right: -50px;
    transform: rotate(180deg);
}

.car_menu .car_types .slick-next:hover {
    transform: rotate(0);
}

.car_menu .slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    list-style-type: none;
}

.car_menu .slick-dots li button {
    display: none;
}

.car_menu .slick-dots li {
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 50px;
}

.car_menu .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
    background: #e60020;
}

.cars_items .cars_list {
    margin-top: 85px;
    display: flex;
    flex-direction: column;
    row-gap: 140px;
}

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

.car_item .car_image {
    position: relative;
    width: 49%;
}

.profit {
    position: absolute;
    left: 55px;
    top: -24px;
    height: 50px;
    background: #000000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    padding-left: 75px;
    padding-right: 30px;
    text-decoration: none;
}

.profit b {
    color: #e60020;
    font-weight: 700;
}

.profit:after {
    content: "";
    position: absolute;
    left: -2%;
    top: -14%;
    width: 104%;
    height: 124%;
    border: 1px solid #e60020;
    border-radius: 50px;
}

.profit:before {
    content: "";
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    background: url(../img/profit_ico.svg) no-repeat;
}

.car_item .car_text {
    width: 49.5%;
}

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

.car_item .car_title .car_name {
    font-size: 40px;
    font-weight: 700;
    color: #e60020;
}

.car_item .car_title .car_models {
    display: flex;
    justify-content: space-between;
    width: 85%;
    column-gap: 15px;
}

.car_item .car_title .car_models > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 1px solid #e6e6e6;
    height: 48px;
    font-size: 24px;
    color: #7f7f7f;
    transition: all 0.3s;
    cursor: pointer;
}

.car_item .car_title .car_models > div:hover {
    background: #e60020;
    color: #ffffff;
    border-color: #e6e6e6;
}

.car_item .car_title .car_models > div.active {
    background: #e6e6e6;
    color: #000000;
}

.car_item .car_techs {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.car_item .car_techs > div {
    color: #666666;
    font-size: 14px;
}

.car_item .car_techs > div b {
    color: #4d4d4d;
    display: block;
    font-size: 24px;
}

.car_item .car_props {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.car_item .car_props > a {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 16px 0 48px;
    position: relative;
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    background: #e60020;
    border-radius: 80px;
    transition: all 0.3s;
}

.car_item .car_props > a:hover {
    background: #4d4948;
    color: #ffffff;
}

.car_item .car_props > a b {
    color: #ffffff;
}

.car_item .car_props > a:hover b {
    color: #e60020;
    transition: all 0.3s;
}

.car_item .car_props > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s;
}

.car_item .car_props > a.ico1:before {
    background: url("../img/icons/car_ico1.svg") 50% no-repeat #ffffff;
}

.car_item .car_props > a.ico1:hover:before {
    background: url("../img/icons/car_ico1_hov.svg") 50% no-repeat #e60020;
}

.car_item .car_props > a.ico2:before {
    background: url("../img/icons/car_ico2.svg") 50% no-repeat #ffffff;
}

.car_item .car_props > a.ico2:hover:before {
    background: url("../img/icons/car_ico2_hov.svg") 50% no-repeat #e60020;
}

.car_item .car_props > a.ico3:before {
    background: url("../img/icons/car_ico3.svg") 50% no-repeat #ffffff;
}

.car_item .car_props > a.ico3:hover:before {
    background: url("../img/icons/car_ico3_hov.svg") 50% no-repeat #e60020;
}

.car_item .car_types {
    margin-top: 20px;
}

.car_item .car_types > span {
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.car_item .car_types .swiper-wrapper {
    flex-flow: wrap;
    row-gap: 20px;
    column-gap: 8px;
}

.car_item .car_types .swiper-slide {
    width: auto;
    flex-shrink: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 0 44px;
    font-size: 18px;
    color: #666666;
    border-radius: 60px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s;
    cursor: pointer;
}

.car_item .car_types .swiper-slide:hover {
    background: #e60020;
    color: #ffffff;
    border-color: #e6e6e6;
}

.car_item .car_types .swiper-slide.active {
    background: #e6e6e6;
    color: #000000;
}

.car_item .car_types .swiper-scrollbar {
    display: none;
}

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

.car_item .car_btns .btn {
    width: 49%;
}

/**********************
        LEASING
**********************/

.leasing_tradein {
    padding: 100px 0 140px;
    background: #e6e6e6;
    margin-top: 100px;
}

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

.leasing {
    width: 100%;
    /* background: url("../img/icons/leasing_ico.svg") 100% 50% no-repeat #B3B3B3; */
    background: url("../img/bg_leasing.jpg") 100% 50% no-repeat;
    height: 500px;
    padding-left: 65px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
}

.leasing.short {
    width: 23.73%;
    padding-left: 0;
    background: transparent;
    border: 8px solid #b3b3b3;
}

/* .leasing:before {
    content: url("../img/car.png");
    display: block;
    position: absolute;
    right: -285px;
    transition: all .6s;
} */

.leasing.short:before {
    opacity: 0;
}

.leasing:hover {
    width: 74.54%;
    background-position: 50% 50%;
}

.leasing:hover:before {
    right: 0;
}

.leasing_wrap {
    width: 344px;
    max-width: 100%;
}

.leasing_title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    transition: all 0.6s;
    position: relative;
    top: 0;
    left: 0;
}

.leasing.short .leasing_title {
    color: #b3b3b3;
    top: 90px;
    left: 110px;
}

.leasing_comment {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
    transition: all 0.6s;
}

.leasing.short .leasing_comment {
    opacity: 0;
    bottom: -100px;
    pointer-events: none;
}

#leasing_form {
    position: relative;
    bottom: 0;
    transition: all 0.6s;
}

.leasing.short #leasing_form {
    opacity: 0;
    bottom: -100px;
    pointer-events: none;
}

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

.tradein {
    width: 49.2%;
    background: url("../img/icons/tradein_ico.svg") 0 50% no-repeat #b3b3b3;
    height: 500px;
    padding-right: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
}

.tradein.short {
    width: 23.73%;
    padding-right: 0;
    background: transparent;
    border: 8px solid #b3b3b3;
}

.tradein:before {
    content: url("../img/car.png");
    display: block;
    position: absolute;
    left: -285px;
    transition: all 0.6s;
}

.tradein.short:before {
    opacity: 0;
}

.tradein:hover {
    width: 74.54%;
    background-position: 50% 50%;
}

.tradein:hover:before {
    left: 0;
}

.tradein_wrap {
    width: 344px;
    max-width: 100%;
}

.tradein_title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    transition: all 0.6s;
    position: relative;
    top: 0;
    right: 0;
}

.tradein.short .tradein_title {
    color: #b3b3b3;
    top: 90px;
    right: -70px;
}

.tradein_comment {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
    transition: all 0.6s;
}

.tradein.short .tradein_comment {
    opacity: 0;
    bottom: -100px;
    pointer-events: none;
}

#tradein_form {
    position: relative;
    bottom: 0;
    transition: all 0.6s;
}

.tradein.short #tradein_form {
    opacity: 0;
    bottom: -100px;
    pointer-events: none;
}

/**********************
       OFFER
**********************/

.offer {
    background: #000000;
    padding: 32px 0;
}

.offer .offer_wrap {
    width: 720px;
    max-width: 100%;
}

.offer_wrap .offer_title {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.offer_wrap .offer_title span {
    color: #e60020;
}

.offer_wrap .offer_comment {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.offer .offer_img {
    position: absolute;
    bottom: -45px;
    right: 0;
    width: 44%;
}

#offer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

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

#offer_form .agree_field,
#offer_form .agree_field a {
    color: #7f7f7f;
}

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

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

.contacts .cont_wrap {
    width: 384px;
    max-width: 100%;
}

.cont_wrap .cont_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cont_wrap .cont_logo_wrap {
    display: flex;
    align-items: center;
}

.cont_wrap .cont_logo_wrap .cont_logo1 {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #d1d7da;
}

.cont_wrap .bot_addr_wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.cont_wrap .bot_addr_wrap > span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.cont_wrap .bot_addr_wrap .bot_addr {
    color: #4d4d4d;
    transition: all 0.3s;
    cursor: pointer;
}

.cont_wrap .bot_addr_wrap .bot_addr b {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.cont_wrap .bot_addr_wrap .bot_phone a {
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 28px;
    cursor: pointer;
}

.cont_wrap .bot_addr_wrap .bot_phone a:hover {
    color: #e60020;
}

.cont_wrap .bot_addr_wrap .bot_addr span {
    display: block;
    padding-left: 25px;
    background: url("../img/icons/ico_loc.svg") 0 50% no-repeat;
}

.cont_wrap .bot_addr_wrap .bot_addr:hover {
    color: #e60020;
}

.cont_wrap .bot_addr_wrap .bot_addr:hover span {
    background: url("../img/icons/ico_loc_hov.svg") 0 50% no-repeat;
}

.cont_wrap .btn {
    margin-top: 30px;
}

#map1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
    background: url("../img/map.jpg") 50% no-repeat;
}

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

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

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

.foot_wrap .yurinfo {
    font-size: 14px;
    color: #999999;
}

.foot_wrap .yurinfo2 {
    font-size: 14px;
    color: #999999;
}

footer .switch {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

footer .switch:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.foot_wrap .sinoby_text {
    font-size: 14px;
    color: #999999;
}

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

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

@media (max-width: 1630px) {
    .banner {
        margin-top: 5vw;
    }

    header .logo_wrap {
        width: 30%;
    }

    header .btn {
        width: 300px;
    }

    .menu {
        column-gap: 50px;
    }

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

    /*******************************************************************/
    .timer_block .timer_form {
        width: 35%;
    }

    /*******************************************************************/
    .cars_menu .swiper-slide {
        font-size: 22px;
    }

    .cars_list .car_item {
        align-items: center;
    }

    .car_item .car_types .swiper-slide {
        padding: 0 20px;
    }

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

    /*******************************************************************/
    .leasing.short .leasing_title {
        top: 100px;
        left: 90px;
    }

    .tradein.short .tradein_title {
        top: 100px;
        /*left: 90px;*/
    }

    .leasing_comment {
        white-space: nowrap;
    }

    #leasing_form .agree_field,
    #timer_form .agree_field {
        white-space: nowrap;
    }
}

@media (max-width: 1550px) {
    .title_container .title2 {
        font-size: 26px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .title_container {
        padding: 35px 20px 30px;
    }

    header .btn {
        width: 250px;
    }

    .menu {
        column-gap: 20px;
    }

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

    /*******************************************************************/
    .timer_block .container {
        flex-direction: column;
        row-gap: 20px;
    }

    .timer_block .timer_form {
        width: 100%;
    }

    /*******************************************************************/
    .cars_menu .swiper-slide {
        font-size: 16px;
    }

    .cars_list .car_item {
        align-items: flex-start;
    }

    .car_item .car_image {
        width: 42%;
    }

    .car_item .car_text {
        width: 55%;
    }

    .car_item .car_title .car_models {
        width: 77%;
    }

    .car_item .car_title .car_models > div {
        font-size: 16px;
        height: 30px;
    }

    .car_item .car_techs > div b {
        font-size: 16px;
    }

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

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

    .car_item .car_types .swiper-slide {
        padding: 0 10px;
        font-size: 14px;
    }

    .car_item .car_btns .btn {
        font-size: 14px;
    }

    /*******************************************************************/
    .leasing_tradein {
        padding: 80px 0;
    }

    .leasing_tradein .container {
        flex-direction: column;
        row-gap: 50px;
    }

    .leasing {
        width: 100% !important;
        background-position: 50% !important;
    }

    .leasing:before {
        right: -150px !important;
    }

    .tradein {
        width: 100% !important;
        background-position: 50% !important;
    }

    .tradein:before {
        left: -150px !important;
    }

    /*******************************************************************/
    .offer .offer_img {
        display: none;
    }

    .offer .offer_wrap {
        width: 100%;
    }

    /*******************************************************************/
    #map1 {
        width: 50%;
    }

    .profit {
        height: 42px;
        font-size: 18px;
        padding-left: 58px;
        left: 20px;
        top: -18px;
    }

    .profit:before {
        left: 6px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .profit {
        top: 14px;
    }

    header .btn {
        display: none;
    }

    header .logo_wrap {
        width: 40%;
    }

    header .container {
        flex-wrap: wrap;
    }

    .top_phone {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .top_phone a {
    }

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

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

    .title_container {
        position: relative;
        top: 0;
        text-align: center;
        padding: 2vw 0;
    }

    .title_container .title1 {
        position: relative;
        width: fit-content;
        top: 0;
    }
    .title_container .title2 {
        margin-top: 2vw;
        font-size: 3vw;
    }
    .title_container .title3 {
        margin-top: 1vw;
        font-size: 3vw;
    }

    .title_container .btn {
        position: relative;
        bottom: 0;
        margin-top: 2vw;
    }

    .timer_block .timer_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }

    .timer_block .timer_title br {
        display: none;
    }

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

    .cars_menu .swiper-slide {
        font-size: 13px;
    }

    .cars_list .car_item {
        flex-direction: column;
        row-gap: 20px;
        position: relative;
        padding-top: 190px;
    }

    .car_item .car_image {
        width: 100%;
    }

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

    .car_item .car_title {
        order: 2;
    }

    .car_item .car_title .car_models {
        width: 100%;
    }

    .car_name {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .car_item .car_techs {
        order: 3;
    }

    .car_item .car_types {
        position: absolute;
        top: 60px;
        margin-top: 0;
        width: 100%;
    }

    .car_item .car_types .car_types_slider {
        padding-bottom: 20px;
    }

    .car_item .car_types .swiper-wrapper {
        flex-flow: unset;
        column-gap: 0;
    }

    .car_item .car_types .swiper-slide {
        padding: 0 30px;
        font-size: 16px;
        flex-shrink: 0;
        width: auto;
    }

    .car_item .car_types .swiper-scrollbar {
        width: 100%;
        left: 0;
        display: flex;
    }

    .car_item .car_types .swiper-scrollbar-drag {
        background: #e60020;
    }

    .car_item .car_props {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .car_item .car_props > a {
        width: 30%;
        font-size: 16px;
    }

    .car_item .car_btns {
        order: 4;
    }

    /*******************************************************************/
    .leasing {
        background-position: 100% 50% !important;
        padding-left: 30px;
    }

    .leasing:before {
        right: -275px !important;
    }

    .tradein {
        background-position: 0 50% !important;
        padding-right: 30px;
    }

    .tradein:before {
        left: -275px !important;
    }

    /*******************************************************************/
    .offer_wrap .offer_title {
        font-size: 34px;
    }

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

    .contacts .cont_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .cont_wrap .bot_addr_wrap {
        flex-flow: wrap;
    }

    .cont_wrap .bot_addr_wrap > span {
        width: 100%;
    }

    .cont_wrap .bot_addr {
        width: 50%;
    }

    #map1 {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

/*IPAD END*/

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

    .profit:after {
        top: -10%;
        width: 103%;
        height: 116%;
    }

    .profit:before {
        content: "";
        position: absolute;
        left: 4px;
        width: 30px;
        height: 30px;
    }

    .profit {
        left: 12px;
        top: 12px;
        height: 40px;
        padding-left: 50px;
    }

    .profit {
        font-size: 18px;
    }

    header .container {
        flex-wrap: wrap;
    }

    .top_phone {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .top_phone a {
    }

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/
    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 0;
        right: 15px;
    }

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

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

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

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

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

    .menu {
        display: flex;
        position: fixed;
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
        top: 107px;
        background: black;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all 0.3s linear;
        z-index: 2;
        padding: 20px 0;
    }

    .menu.active {
        right: 0;
    }

    /*******************************************************************/
    header .logo_wrap {
        width: 85%;
    }

    header .btn {
        display: none;
    }

    /*******************************************************************/
    .banner {
        margin-top: 110px;
    }

    .banner picture img {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
    }

    .title_container {
        position: absolute;
        top: 10vw;
        text-align: center;
        padding: 36px 2vw;
        border-radius: 15px;
    }

    .title_container .br_mob {
        display: block;
    }

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

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

    .title_container .title3 {
        margin-top: 1vw;
        font-size: 3vw;
    }

    .title_container .btn {
        bottom: -24px;
        position: absolute;
    }

    .timer_block .container {
        flex-direction: column;
        row-gap: 20px;
    }

    .timer_block .timer_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }

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

    .timer_block .timer_title br {
        display: none;
    }

    .timer {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div[id^="timer"] {
        transform: scale(0.55) !important;
    }

    .timer_block .timer_form {
        width: 100%;
    }

    .timer_block .timer_form_title {
        text-align: center;
        font-size: 7vw;
    }

    #timer_form .form-group {
        width: 100%;
    }

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

    .cars_menu {
        padding-bottom: 20px !important;
    }

    .cars_menu .swiper-slide {
        font-size: 14px;
        width: 40%;
    }

    .cars_menu .swiper-scrollbar {
        bottom: 0 !important;
    }

    .cars_menu .swiper-scrollbar-drag {
        background: #e60020;
    }

    .cars_items .cars_list {
        margin-top: 40px;
        row-gap: 50px;
    }

    .cars_list .car_item {
        flex-direction: column;
        row-gap: 10px;
        position: relative;
        padding-top: 170px;
    }

    .car_item .car_image {
        width: 100%;
    }

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

    .car_item .car_title {
        order: 2;
    }

    .car_item .car_title .car_models {
        width: 100%;
    }

    .car_name {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .car_item .car_techs {
        order: 3;
        row-gap: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .car_item .car_techs > div {
        font-size: 3vw;
    }

    .car_item .car_techs > div b {
        font-size: 4vw;
    }

    .car_item .car_types {
        position: absolute;
        top: 55px;
        margin-top: 0;
        width: 100%;
    }

    .car_item .car_types > span {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }

    .car_item .car_types .car_types_slider {
        padding-bottom: 20px;
    }

    .car_item .car_types .swiper-wrapper {
        flex-flow: unset;
        column-gap: 0;
    }

    .car_item .car_types .swiper-slide {
        padding: 0 10px;
        font-size: 3.5vw;
        flex-shrink: 0;
        width: auto;
        height: 40px;
    }

    .car_item .car_types .swiper-scrollbar {
        width: 100%;
        left: 0;
        display: flex;
    }

    .car_item .car_types .swiper-scrollbar-drag {
        background: #e60020;
    }

    .car_item .car_props {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
        flex-flow: wrap;
        row-gap: 5px;
    }

    .car_item .car_props > a {
        width: 32%;
        font-size: 2.67vw;
        padding-right: 0;
        padding-left: 22px;
        height: 23px;
    }

    .car_item .car_props > a:before {
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
    }

    .car_item .car_props > a.ico1:before {
        background: url("../img/car_ico1_mob.png") 50% no-repeat;
    }

    .car_item .car_props > a.ico2:before {
        background: url("../img/car_ico2_mob.png") 50% no-repeat;
    }

    .car_item .car_props > a.ico3:before {
        background: url("../img/car_ico3_mob.png") 50% no-repeat;
    }

    .car_item .car_title .car_models {
        column-gap: 10px;
    }

    .car_item .car_title .car_models > div {
        font-size: 3.5vw;
        height: 30px;
    }

    .car_item .car_btns {
        order: 4;
        flex-flow: wrap;
        row-gap: 5px;
        margin-top: 15px;
    }

    .car_item .car_btns .btn {
        width: 100%;
    }

    /*******************************************************************/
    .leasing_tradein {
        padding: 40px 0;
        margin-top: 40px;
    }

    .leasing_tradein .container {
        flex-direction: column;
        row-gap: 50px;
    }

    .leasing {
        background-position: 66% 0 !important;
        background-size: 180%;
        padding: 30px 15px;
        width: 100% !important;
        height: auto !important;
        border-radius: 20px;
        background-color: #fff;
        padding-top: 60%;
    }

    .leasing:before {
        display: none;
    }

    .leasing_title {
        font-size: 10vw;
    }

    .leasing_comment {
        white-space: normal;
        font-size: 4vw;
    }

    #leasing_form .agree_field {
        font-size: 10px;
        white-space: normal;
    }

    /*******************************************************************/
    .tradein {
        background-position: 100% 0 !important;
        background-size: 50%;
        padding: 30px 15px;
        width: 100% !important;
        height: auto !important;
        border-radius: 20px;
    }

    .tradein:before {
        display: none;
    }

    .tradein_title {
        font-size: 10vw;
    }

    .tradein_comment {
        white-space: normal;
        font-size: 4vw;
    }

    #tradein_form .agree_field {
        font-size: 10px;
        white-space: normal;
    }

    /*******************************************************************/
    .offer_wrap .offer_title {
        font-size: 7vw;
        text-align: center;
    }

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

    .offer .offer_img {
        display: none;
    }

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

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

    .contacts .cont_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .cont_wrap .bot_addr_wrap > span {
        width: 100%;
        margin-bottom: 10px;
    }

    #map1 {
        position: relative;
        width: 100%;
        height: 350px;
    }

    /*******************************************************************/
    .foot_wrap {
        flex-direction: column-reverse;
        row-gap: 15px;
    }

    .foot_wrap .yurinfo2 {
        text-align: center;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .car_menu .car_types a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 146px;
        text-decoration: none;
    }

    .car_menu .car_types a span {
        font-size: 14px;
    }

    .banner {
        margin-top: 96px;
    }

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

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

    .title_container .title3 {
        font-size: 3.4vw;
    }
}

@media (max-width: 390px) {
    .profit:before {
        content: "";
        position: absolute;
        left: 4px;
        width: 26px;
        height: 24px;
        background-size: contain;
    }

    .profit {
        left: 12px;
        top: -11px;
        height: 32px;
        padding-left: 50px;
        font-size: 14px;
        position: relative;
        width: fit-content;
    }
}

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

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