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

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', 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;
}

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

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

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


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    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: 10px;
    line-height: 100%;
    position: relative;
    display: 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;
}

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: 50px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #000000;
}

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: 'Montserrat', sans-serif;
    outline: none;
}

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

form .form-group button:hover {
}


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

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

.cookie_text {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    padding: 1.2rem 1.6rem;
    background-color: rgba(36, 30, 32, .8);
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    font-size: 14px;
    color: #fff;
}

.cookie_text.hide {
    display: none;
}

.cookie_text a {
    color: #fff;
    text-decoration: underline;
}

.cookie_text p {
    max-width: 86%;
}

.cookie_text button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: #e8e8e8;
    text-transform: none;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: #000000;
}


.btn {
    box-sizing: border-box;
    background: #DE1412;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 2px;
}

.btn:hover {
    background: #cb211f;
}

.btn.black {
    background: #000000;
}

.btn.black:hover {
    background: #232323;
}

.btn.grey {
    background: #414141;
}

.btn.grey:hover {
    background: #232323;
}

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

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

.anim {
    opacity: 0;
    transition: all .5s .3s;
}

.anim.animated {
    opacity: 1;
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

header .container {
    width: 1355px;
    max-width: 100%;
}

.head_wrap {
    background: rgba(255, 255, 255, 0.90);
    padding: 15px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

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

.logo_wrap .logo1 {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.logo_wrap .logo1:after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: #D7D7D7;
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
}

.top_addr {
    padding-left: 20px;
    background: url("../img/ico_loc.png") 0 30% no-repeat;
}

.top_addr b {
    font-weight: 500;
}

.top_addr span {
    font-size: 12px;
    display: block;
}

.top_phone {
    display: block;
    font-weight: 500;
    font-size: 20px;
}

.top_phone span {
    display: block;
    padding-left: 20px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.head_wrap .btn {
    width: 260px;
}

header .m_btn {
    display: none;
}

.menu {
    margin-top: -40px;
    border-radius: 0px 0px 30px 30px;
    background: rgba(255, 255, 255, 0.90);
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    transition: all .3s;
    opacity: 0;
}

.menu.show {
    margin-top: 10px;
    opacity: 1;
}

.menu > div {
    display: flex;
    gap: 0 30px;
}

.menu a {
    display: block;
    margin: 10px 0;
    transition: all .3s;
}

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


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

.big_banner .swiper .container {
    padding: 0;
}

.big_banner .item {
    overflow: hidden;
}

.banner picture img {
    max-width: none;
    height: 864px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}
/*
.banner .swiper-slide picture img {
    transform: none;
    left: 0;
}
*/

.title_container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 170px;
    z-index: 1;
    text-align: center;
}

.title_container .title1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.title_container .title2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.title_container .title2 .br_mob {
    display: none;
}

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

.slide3 .title_container .title1 {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}
.slide3 .title_container .title2 {
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    text-transform: initial;
}
.slide3 .title_container .btn {
    margin-top: 28px;
    margin-left: 0;
}

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

.run_row > div {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}

.run_row > div:after {
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}

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

    100% {
        left: 0;
    }
}

/**********************
         TIMER
**********************/

.timer_block {
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.timer_block:before {
    content: '';
    display: block;
    width: 690px;
    height: 38px;
    position: absolute;
    top: 35px;
    left: 67px;
    background: url("../img/timer_lines.png") 50% no-repeat;
}

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

#timer_form {
    width: 270px;
}

#timer_form .agree_field {
    font-size: 8px;
}

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

.cars_items {}

.car_item {
    padding-top: 65px;
}

.car_item#m3 {
    margin-top: 80px;
    background: url("../img/m3/car_bg.jpg") 50% 0 no-repeat;
}

.car_item#m6 {
    margin-top: 80px;
    background: url("../img/m6/car_bg.jpg") 50% 0 no-repeat;
}

.car_item#m3ru {
    background: url("../img/m3ru/car_bg.jpg") 50% 0 no-repeat;
}

.car_item .car_wrap {
    position: relative;
    padding-left: 70px;
}

.car_item .car_title {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 120px;
    left: -85px;
    gap: 0 10px;
    transform: rotate(-90deg) translateY(-100%);
}

.car_item .car_name {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.car_item .car_pag {
    display: flex;
    gap: 0 5px;
}

.car_item .car_pag a {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    transition: all .3s;
}

.car_item .car_pag a.active {
    width: 75px;
    background: #DE1412;
}

.car_item .car_price {
    font-size: 48px;
    color: #ffffff;
    display: inline-block;
}

.car_item .car_price b {
    font-weight: 600;
}

.car_item .car_price span {
    display: block;
    color: #2F2F2F;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 10px;
    background: url("../img/car_ico1.svg") 96% 50% no-repeat rgba(255, 255, 255, 0.80);
    padding: 5px 35px 5px 10px;
}

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

.car_props > div {
    font-weight: 500;
    color: #ffffff;
}

.car_props > div b {
    font-weight: 600;
}

.car_techs_wrap {
    margin-top: 50px;
    width: 216px;
    height: 165px;
    background: url("../img/car_techs_bg.png") 50% no-repeat;
    padding: 15px 11px 10px;
}

.car_techs_title {
    color: #ffffff;
    font-size: 12px;
    padding-left: 5px;
}

.car_techs {
    display: flex;
    justify-content: space-between;
    gap: 5px 0;
    margin-top: 45px;
}

.car_techs > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #5F5F5F;
    font-size: 8px;
    border-radius: 75px;
    background: rgba(240, 240, 240, 0.60);
    width: 42px;
    height: 81px;
    padding-top: 42px;
    position: relative;
    cursor: pointer;
}

.car_techs > div span {
    font-size: 14px;
    color: #515151;
}

.car_techs > div:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .3s;
}

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

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

.car_techs > div.ico3:before {
    background: url("../img/tech_ico3.svg") 50% no-repeat;
}

.car_techs > div.ico4:before {
    background: url("../img/tech_ico4.svg") 50% no-repeat;
}

.car_techs > div:hover:before {
    width: 34px;
    height: 34px;
    left: 4px;
}

.car_image {
    position: absolute;
    top: 0;
    right: 0;
}

.car_image .car_back_name {
    position: absolute;
    top: -20px;
    right: 0;
    color: rgba(255, 255, 255, 0.15);
    font-size: 400px;
    font-weight: 500;
    line-height: 80%;
}

.car_image .car_img {
    position: relative;
    top: 0;
    right: 75px;
}

#m6 .car_image .car_img {
    right: 110px;
    top: 30px;
}

.car_image .car_colors {
    position: absolute;
    bottom: 85px;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px 0;
}

#m6 .car_image .car_colors {
    bottom: 50px;
}

.car_image .car_colors > div {
    color: #939393;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
}

.car_image .car_colors > div.active {
    font-size: 32px;
    color: #ffffff;
}

.car_image .car_colors > div:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/color_p.svg") 50% no-repeat;
    right: -20px;
    top: calc(50% - 8px);
    opacity: 0;
    transition: all .3s;
}

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

.car_gallery_wrap {
    width: 1226px;
    margin-top: 45px;
    padding: 33px 33px 0;
    margin-left: -33px;
    border-radius: 30px 30px 0px 0px;
    background: #FFF;
    max-width: 106%;
}

.car_gallery .swiper-slide {
    overflow: hidden;
}

.car_gallery .swiper-slide:first-child {
    border-radius: 20px 0 0 0;
}

.car_gallery .swiper-slide:last-child {
    border-radius: 0 20px 0 0;
}

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

.car_btns .btn {
    width: 100%;
}

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

.car_info_img {
    width: 48.3%;
}

.car_info_wrap {
    width: 48.3%;
}

.car_info_slider {
    margin-top: 45px;
}

.info_toggle {
    width: 54px;
    height: 28px;
    position: absolute;
    top: 87px;
    cursor: pointer;
    transition: all .5s;
    z-index: 10;
    border-radius: 50px;
    background: url("../img/toggle_bg_r.png") 100% 50% no-repeat rgba(240, 240, 240, 0.60);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
}

.info_toggle.changed {
    background: url("../img/toggle_bg_l.png") 100% 50% no-repeat rgba(240, 240, 240, 0.60);
}

.info_toggle span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    background: url("../img/m3/toggle_ico1.svg") 50% no-repeat #FFFFFF;
    transition: all .3s;
    filter: drop-shadow(0px 1px 4.45px rgba(0, 0, 0, 0.15));
}

#m6 .info_toggle span {
    background: url("../img/m6/toggle_ico1.svg") 50% no-repeat #FFFFFF;
}

.info_toggle.changed span {
    left: 30px;
    background: url("../img/m3/toggle_ico2.svg") 50% no-repeat #FFFFFF;
}

#m6 .info_toggle.changed span {
    background: url("../img/m6/toggle_ico2.svg") 50% no-repeat #FFFFFF;
}

.car_info_slider .swiper-slide {
    display: flex;
    height: 203px;
    background: #FFFFFF;
    overflow: hidden;
}

.car_info_slider .info_slide_text {
    font-size: 12px;
    margin-top: 10px;
}

.car_info_slider .info_slide_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.car_info_slider .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    gap: 0 5px;
    bottom: 16px !important;
}

.car_info_slider .swiper-pagination-bullet {
    background: #D6D6D6;
    height: 2px;
    width: 19px;
    border-radius: 2px;
    opacity: 1;
    margin: 0 !important;
    transition: all .3s;
}

.car_info_slider .swiper-pagination-bullet-active {
    background: #DE1412;
    width: 75px;
}

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

#instock {
    margin-top: 110px;
}

.instock_title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    display: flex;
    gap: 0 40px;
    margin-bottom: 25px;
}

.filter_quick_menu > li {
    display: block;
    width: 31%;
    max-width: 100%;
    height: 50px;
    color: #ffffff;
    font-weight: 500;
    background: #D9D9D9;
    cursor: pointer;
    transition: all .3s;
}

.filter_quick_menu > li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.filter_quick_menu > li.current {
    background: #000;
}

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

.tb_complects {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 25px 0;
}

.tb_complects > div {
    width: 31%;
    background: rgba(228, 229, 231, 0.3);
    padding: 20px 30px 30px;
}

.compl_image {
    text-align: center;
}

.compl_name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.compl_price {
    color: #d6001c;
    font-weight: 700;
}

.compl_techs {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 13px 0;
}

.compl_techs > div {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
}

.compl_techs > div:before {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #DE1412;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.compl_techs > div b {
    font-weight: 600;
}

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

.tb_complects_showmore {
    display: block;
    margin-top: 40px;
    text-decoration: underline;
}

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

.tradein {
    margin-top: 100px;
}

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

.tradein .container:before {
    content: '';
    display: block;
    background: #F7F8F8;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 150%;
    height: 92%;
}

.tradein_img {
    position: relative;
    width: 60%;
}

.tradein_title {
    position: absolute;
    top: 40px;
    left: 50px;
    color: #ffffff;
    font-weight: 500;
}

.tradein_title b {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 48px;
}

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

#tradein_form select {
    font-weight: 500;
    background-color: transparent;
}

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

.credit {
    margin-top: -40px;
}

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

.credit .container:before {
    content: '';
    display: block;
    background: #F7F8F8;
    position: absolute;
    top: 0;
    right: 15px;
    width: 150%;
    height: 97%;
    z-index: -1;
}

.cred_wrap {
    width: 411px;
    max-width: 100%;
}

.cred_img {
    width: 58%;
    position: relative;
}

.cred_title {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
}

.cred_comment {
    width: 527px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding-right: 80px;
    border-radius: 0 80px 80px 0;
    background: linear-gradient(-90deg, rgba(247, 248, 248, 0.20) 0%, #F7F8F8 57.81%);
    position: absolute;
    bottom: 50px;
    right: 155px;
}

.cred_comment:before {
    content: '';
    border-radius: 0 80px 80px 0;
    background: linear-gradient(-90deg, rgba(205, 205, 205, 0.50) 0%, rgba(103, 103, 103, 0.00) 100%);
    width: 470px;
    height: 57px;
    position: absolute;
    top: 9px;
    right: 10px;
}

.cred_comment:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/credit_ico.svg") 50% no-repeat;
    position: absolute;
    top: 18px;
    right: 19px;
    z-index: 1;
    background-size: 100%;
    transition: all .3s;
}

.cred_comment span {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: 500;
}

.cred_comment:hover:after {
    width: 44px;
    height: 44px;
    top: 16px;
    right: 18px;
}

#cred_form .vznos b,
#cred_form .srok b {
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    font-family: "Montserrat";
    top: 0px !important;
    visibility: visible !important;
    background: none !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 700;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-family: "Montserrat";
    box-sizing: border-box;
    width: 98px !important;
    height: 32px !important;
    /* background: url("../img/tooltip.png") 50% 0 no-repeat !important; */
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
    padding-top: 10px !important;
    top: 37px !important;
    display: none;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none !important;
}

.irs--flat .irs-handle {
    width: 20px !important;
    height: 20px !important;
    background: #ED716F !important;
    border-radius: 50%;
    top: 13px !important;
    cursor: pointer;
    position: relative;
}

.irs--flat .irs-handle:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #DE1412;
    border-radius: 50%;
}

.irs--flat .irs-handle > i {
    display: none !important;
}

.irs--flat .irs-line {
    height: 3px !important;
    background: #BBB !important;
    border-radius: 0 !important;
}

.irs--flat .irs-bar {
    height: 3px !important;
    background: #DE1412 !important;
    border-radius: 0 !important;
}

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

.offer {
    margin-top: 70px;
}

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

.offer_title {
    color: #3D3D3D;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.offer_comment {
    font-weight: 500;
    color: #999;
}

#offer_form {
    width: 540px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

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

#offer_form .agree_field {
    width: 49%;
    margin-left: auto;
    font-size: 8px;
}

#offer_form .agree_field input {
    top: -3px;
}

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

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

.contacts {
    margin-top: 40px;
    position: relative;
}

.contacts:before {
    content: '';
    height: 675px;
    background: linear-gradient(3deg, rgba(217, 217, 217, 0.80) -13.39%, rgba(255, 255, 255, 0.80) 74.27%);
    filter: drop-shadow(18px -8px 43px rgba(212, 212, 212, 0.10)) drop-shadow(71px -33px 78px rgba(212, 212, 212, 0.09)) drop-shadow(159px -75px 105px rgba(212, 212, 212, 0.05)) drop-shadow(282px -133px 125px rgba(212, 212, 212, 0.01)) drop-shadow(441px -208px 137px rgba(212, 212, 212, 0.00));
    width: 45%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
    border-radius: 0 20px 20px 0;
}

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

.cont_logo_wrap {
    display: inline-block;
    text-align: center;
}

.cont_logo1 {
    padding-bottom: 18px;
    margin-bottom: 10px;
    position: relative;
}

.cont_logo1:after {
    content: '';
    height: 1px;
    width: 130px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 65px);
    background: #D7D7D7;;
}

.bot_addr {
    margin-top: 50px;
    padding-left: 30px;
    background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
    font-size: 24px;
}

.bot_addr span {
    font-weight: 500;
}

.bot_phone {
    display: block;
    margin-top: 18px;
    padding-left: 30px;
    background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
    font-size: 30px;
    font-weight: 500;
}

.bot_mail {
    margin-top: 14px;
    font-size: 24px;
    padding-left: 30px;
    background: url("../img/ico_mail.png") 0 50% no-repeat;
}

.worktime {
    margin-top: 10px;
    font-size: 24px;
    padding-left: 30px;
    background: url(../img/ico_clock.png) 0 1px no-repeat;
}

.worktime_wrap p {
    font-size: 16px;
}
.worktime_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.worktime_wrap > div {
    font-size: 14px;
}
.worktime_wrap span {
    min-width: 175px;
    display: inline-block;
}

.cont_wrap .btn {
    margin-top: 20px;
    width: 260px;
}

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

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


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

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


.foot_wrap > a,
.sinoby,
.yurinfo {
    color: #ffffff;
}

.yurwrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #ffffff;
}

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




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

@media (max-width: 1600px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .head_wrap {
        padding: 15px;
    }

    .head_wrap .btn {
        width: 200px;
    }

    .logo_wrap {
        width: 30%;
    }

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

    .banner picture img {
        height: 700px;
    }

    .title_container {
        top: 150px;
    }

    .timer_block {
        align-items: center;
    }

    .timer_block:before {
        display: none;
    }

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

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

    /*******************************************************************/
    .slide3 .title_container .title1 {
        font-size: 28px;
    }
    .slide3 .title_container .title2 {
        font-size: 24px;
    }
    /*******************************************************************/
    

    .car_image {
        width: 68%;
    }

    .car_image .car_img {
        right: 0;
    }

    #m6 .car_image .car_img {
        right: 0;
    }

    #m6 .car_image .car_colors {
        bottom: 10px;
    }

    .car_image .car_colors {
        bottom: 15px;
    }

    .car_btns {
        gap: 0 15px;
    }

    .car_info_slider .info_slide_img {
        width: 70%;
    }

    .car_info_slider {
        margin-top: 10px;
    }

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

    .tb_complects > div {
        padding: 15px;
    }

    .filter_quick_menu {
        gap: 0 33px;
    }

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

    .tradein_wrap {
        width: 320px;
    }

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

    .credit {
        margin-top: -20px;
    }

    .cred_comment {
        right: 15px;
        width: 450px;
    }

    #offer_form {
        width: 35%;
        margin-top: 0;
    }

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

    #offer_form .agree_field {
        width: 100%;
    }

}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1 !important;
    }

    .top_addr {
        display: none;
    }

    .logo_wrap {
        width: 35%;
    }

    .menu {
        padding: 0 15px;
    }

    .menu > div {
        gap: 0 16px;
    }

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

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

    .banner picture img {
        height: 550px;
    }

    .title_container .title1 {
        margin-bottom: 10px;
    }

    .title_container .btn {
        display: none;
    }

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

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

    .timer_title {
        width: 30%;
    }

    .timer {
        width: 70%;
    }

    #timer_form {
        width: 100%;
    }

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

    .car_item .car_title {
        position: relative;
        transform: unset;
        bottom: 0;
        left: 0;
    }

    .car_title .car_pag {
        display: none;
    }

    .car_item .car_wrap {
        padding-left: 0;
    }

    .car_image {
        top: unset;
    }

    .car_image .car_back_name {
        font-size: 300px;
    }

    .car_gallery_wrap {
        margin-top: 60px;
        width: 100%;
        margin-left: 0;
        padding: 15px 15px 0;
    }

    .car_btns {
        flex-flow: wrap;
        gap: 15px 0;
    }

    .car_btns .btn {
        width: 49%;
    }

    .car_info {
        flex-direction: column;
        margin-top: 30px;
        gap: 30px 0;
    }

    .car_info_img {
        width: 100%;
    }

    .car_info_img img {
        width: 100%;
    }

    .car_info_wrap {
        width: 100%;
    }

    .car_info_slider .info_slide_img {
        width: 58%;
    }

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

    .tb_complects > div {
        width: 49%;
    }

    .filter_quick_menu {
        gap: 0;
        justify-content: space-between;
    }

    .filter_quick_menu > li {
        width: 49%;
    }

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

    .tradein .container:before {
        display: none;
    }

    .tradein .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .tradein_wrap {
        width: 100%;
    }

    .tradein_img {
        width: 100%;
    }

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

    .credit {
        margin-top: 40px;
    }

    .credit .container {
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    .credit .container:before {
        display: none;
    }

    .cred_img {
        width: 100%;
    }

    .cred_comment {
        width: 100%;
    }

    .cred_comment span {
        color: #000000;
    }

    .cred_wrap {
        width: 100%;
    }

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

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

    #offer_form {
        width: 100%;
    }

    .offer_img {
        margin-top: 20px;
    }

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

    .bot_addr {
        font-size: 18px;
    }

    .worktime {
        font-size: 20px;
    }

    .foot_wrap > a, .sinoby, .yurinfo {
        font-size: 12px;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cookie_text {
        display: block;
        width: 89%; 
        text-align: center;
        border-radius: 20px;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }
    .cookie_text p span {
        display: none;
    }
    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 20px;
        font-size: 9px;
        justify-content: center;
    }

    .anim {
        opacity: 1 !important;
    }

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

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

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

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

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

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

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

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

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

    .menu.active {
        right: 0;
    }

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

    .menu > div {
        flex-direction: column;
        align-items: center;
    }

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

    header {
        background: #FFFFFF;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }

    .head_wrap {
        background: none;
        padding: 10px 0;
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo1 {
        margin-right: 15px;
        padding-right: 15px;
    }

    .top_addr {
        display: none;
    }

    .head_wrap .btn {
        display: none;
    }

    .top_phone {
        margin-top: 5px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

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

    .banner {
        margin-top: 100px;
    }

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

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

    .title_container .title1 {
        font-size: 5vw;
        margin-bottom: 10px;
    }

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

    .title_container .title2 .br_mob {
        display: block;
    }

    .title_container .btn {
        display: none;
    }

    .slide3 .title_container .title1 {
        font-size: 5vw;
        text-align: center;
        color: #000000;
    }
    .slide3 .title_container .title2 {
        font-size: 4vw;
        text-align: center;
        color: #000000;
    }

    .run_row {
        height: 50px;
    }

    .run_row > div {
        font-size: 16px;
        margin-right: 20px;
        padding-right: 20px;
    }

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

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

    .timer_block:before {
        display: none;
    }

    .timer_title {
        width: 100%;
        text-align: center;
        font-size: 5vw;
    }

    .timer_title br {
        display: none;
    }

    #timer_form {
        width: 100%;
    }

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

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

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

    .car_item {
        padding-top: 30px;
        background-size: 320% !important;
    }

    .car_item#m6 {
        margin-top: 40px;
    }

    .car_item .car_title {
        position: relative;
        left: 0;
        bottom: 0;
        transform: unset;
    }

    .car_item .car_pag {
        display: none;
    }

    .car_item .car_wrap {
        padding-left: 0;
    }

    .car_image {
        position: relative;
    }

    .car_item .car_price {
        font-size: 8vw;
    }

    .car_item .car_price span {
        font-size: 4vw;
        margin-top: 5px;
    }

    .car_image .car_back_name {
        font-size: 50vw;
    }

    .car_image .car_img {
        right: 0 !important;
        top: 0 !important;
    }

    .car_image .car_colors {
        position: relative;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
        right: 0;
        bottom: unset;
        top: 0;
        min-height: 40px;
        margin-top: -25px;
    }

    .car_image .car_colors > div {
        display: flex;
        flex-direction: row-reverse;
        gap: 0 5px;
    }

    .car_image .car_colors > div:before {
        position: relative;
        right: 0;
        top: 12px;
        display: none;
    }

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

    #m3ru .car_props {
        margin-top: 75vw;
    }

    .car_props > div {
        color: #000000;
        text-align: center;
    }

    .car_techs_wrap {
        margin-top: 15px;
        width: 100%;
        background: none;
        padding: 0;
        height: auto;
    }

    .car_techs {
        margin-top: 10px;
    }

    .car_techs > div {
        width: 24%;
        padding: 7px 0 7px 30px;
        height: auto;
    }

    .car_techs_title {
        color: #000000;
        padding-left: 0;
        font-size: 5vw;
        text-align: center;
    }

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

    .car_gallery_wrap {
        padding: 0;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .car_gallery {
        padding-bottom: 25px !important;
    }

    .car_gallery .swiper-slide {
        border-radius: 0 !important;
    }

    .car_gallery .swiper-pagination {
        bottom: 0 !important;
    }

    .swiper-pagination-bullet-active {
        background: #cb211f !important;
    }

    .car_btns {
        margin-top: 10px;
    }

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

    .car_info_img {
        width: 100%;
    }

    .car_info_wrap {
        width: 100%;
    }

    .car_info_text {
        font-size: 3.5vw;
    }

    .car_info_slider {
        margin-top: 10px;
    }

    .car_info_slider .info_slide_img {
        width: 65%;
    }

    .car_info_slider .info_slide_text {
        width: 100%;
    }

    .car_info_slider .info_slide_text br {
        display: none;
    }

    .car_info_slider .swiper-slide {
        height: 175px;
    }

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

    #instock {
        margin-top: 50px;
    }

    .instock_title {
        text-align: center;
        font-size: 8vw;
    }

    .filter_quick_menu {
        gap: 0;
        justify-content: space-between;
    }

    .filter_quick_menu > li {
        width: 49%;
    }

    .tb_complects > div {
        width: 100%;
        padding: 15px;
    }

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

    .tradein {
        margin-top: 50px;
    }

    .tradein .container:before {
        display: none;
    }

    .tradein .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .tradein_wrap {
        width: 100%;
    }

    .tradein_img {
        width: 100%;
    }

    .tradein_title {
        top: 15px;
        left: 15px;
        font-size: 4vw;
    }

    .tradein_title b {
        font-size: 8vw;
    }

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

    .credit {
        margin-top: 40px;
    }

    .credit .container {
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    .credit .container:before {
        display: none;
    }

    .cred_img {
        width: 100%;
    }

    .cred_comment {
        width: 100%;
    }

    .cred_wrap {
        width: 100%;
    }

    .cred_title {
        top: 15px;
        right: 15px;
        font-size: 10vw;
    }

    .cred_comment {
        width: 110%;
        right: 10px;
        bottom: 15px;
    }

    .cred_comment span {
        color: #000000;
        font-size: 4vw;
    }

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

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

    #offer_form {
        width: 100%;
        margin-top: 0;
    }

    .offer_img {
        margin-top: 20px;
    }

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

    #offer_form .agree_field {
        width: 100%;
    }
    
    .offer_text {
        text-align: center;
    }

    .offer_title {
        font-size: 6vw;
        margin-bottom: 10px;
    }

    .offer_comment {
        font-size: 4vw;
    }

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

    .cont_wrap {
        position: relative;
        top: 0;
        left: 0;
    }

    .contacts:before {
        display: none;
    }

    .cont_logo_wrap {
        display: flex;
    }

    .cont_logo1 {
        position: relative;
        margin-right: 15px;
        padding-right: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .cont_logo1:after {
        content: '';
        display: block;
        width: 1px;
        height: 22px;
        background: #D7D7D7;
        position: absolute;
        right: 0;
        top: calc(50% - 11px);
        bottom: unset;
        left: unset;
    }

    .bot_addr {
        margin-top: 20px;
        font-size: 5vw;
    }

    .bot_phone {
        margin-top: 20px;
        font-size: 6vw;
    }

    .bot_mail {
        margin-top: 20px;
        font-size: 5vw;
    }

    .worktime {
        font-size: 5vw;
    }

    .cont_wrap .btn {
        margin-top: 10px;
        width: 100%;
    }

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

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

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-direction: column;
        gap: 15px 0;
        align-items: flex-start;
    }

    .foot_wrap > a,
    .foot_wrap .sinoby,
    .yurinfo {
        font-size: 4vw;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */

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

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}