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

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #323738;
}

.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 {
    color: inherit;
    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: 1310px;
        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: #000000;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 20px;
}

.popup_container .agree_field {
    color: #FFFFFF;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: #FFFFFF;
}


.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: #FFFFFF;
}

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

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: white;
    border-radius: 100px;
    border: 1px solid #FFF;
}

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: #FFFFFF;
    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: #000000;
    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 .4s ease-out;
    border-radius: 100px;
    position: relative;
}

.btn span {
    display: flex;
    align-items: center;
    position: relative;
}

.btn.glass {
    border: 1px solid #ffffff;
    background: transparent;
}

.btn.grey {
    background: #323738;
}

.btn.orange {
    background: #FF8000;
}

.btn span:before {
    content: '';
    display: block;
    width: 0;
    height: 24px;
    background: url("../img/btn_arrow.png") 50% no-repeat;
    transition: all .4s ease-out;
    opacity: 0;
    transform: translateX(-50%);
    margin-right: 10px;
}

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

.btn:hover span:before {
    width: 24px;
    opacity: 1;
    transform: translateX(0);
}

.btn span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/btn_arrow.png") 50% no-repeat;
    transition: all .4s ease-out;
    margin-right: 15px;
    opacity: 1;
    transform: translateX(0);
    margin-left: 10px;
}

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

.btn:hover span:after {
    width: 0;
    opacity: 0;
    transform: translateX(50%);
}

.anim {
    opacity: 0;
    transform: translateY(60px);
    transition: all .4s ease-out;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

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

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 15;
    padding: 20px 0;
}

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

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

.logo_wrap .logo1 {
    min-height: 40px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff;
    padding-right: 15px;
    margin-right: 15px;
}

.top_addr {
    color: #ffffff;
    padding: 2px 0 2px 35px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
    transition: all .4s ease-out;
}

.top_addr:hover {
    color: #ff8000;
    background: url("../img/ico_loc_hov.svg") 0 50% no-repeat;
}

.top_phone {
    color: #ffffff;
    padding: 2px 0 2px 35px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
    transition: all .4s ease-out;
}

.top_phone:hover {
    color: #ff8000;
    background: url("../img/ico_phone_hov.svg") 0 50% no-repeat;
}

header .btn {
    width: 230px;
}

header .m_btn {
    display: none;
}


.menu {
    position: fixed;
    top: 91px;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 20px 0;
    transition: all .4s ease-out;
}

.menu.scroll {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
}

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

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

.menu a {
    color: #ffffff;
    display: block;
    position: relative;
}

.menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: #FF8000;
    transition: all .4s ease-out;
}

.menu a.out:after {
    left: unset;
    right: 0;
}

.menu a:hover:after {
    width: 100%;
}

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

.banner {
    margin-top: 91px;
}

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

.title_container {
    position: absolute;
    top: 97px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
    left: 0;
    padding: 0 15px;
}

.title_wrap {
    padding: 30px 45px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(3.5px);
    color: #000000;
}

.title_wrap .title1 {
    font-size: 32px;
    font-weight: 600;
}

.title_wrap .title2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
}

.title_wrap .title2 b {
    font-weight: 800;
}

.title_wrap .title3 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 10px;
}

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

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

.timer_block .timer_title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
}

#timer_form {
    width: 300px;
}

#timer_form .agree_field {
    color: #ffffff;
}

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

.cars_items {
    margin-top: 120px;
}

.cars_items .container {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.car_title {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.20);
    position: relative;
    overflow: hidden;
}

.car_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 303px;
    height: 92px;
    background: url("../img/blur.png") 50% no-repeat;
    background-size: 100%;
}

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

.car_name b {
    color: #ff8000;
}

.car_date {
    display: flex;
    align-items: center;
    width: 375px;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #FF8000 0%, #AE5801 100%);
    padding-left: 38px;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.car_date:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.car_date:hover:before {
    animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}


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

.car_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: url("../img/car_bg.png") 50% no-repeat;
    overflow: hidden;
}

.car_text {
    width: 31%;
}

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

.car_props > a {
    display: flex;
    align-items: center;
    min-height: 45px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 53px;
    position: relative;
}

.car_props > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 100px;
    background-color: #000000 !important;
    transition: all .4s ease-out;
}

.car_props > a:hover:before {
    background-color: #FF8000 !important;
}

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

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

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

.car_techs {
    margin-top: 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 28px 0;
    background: url("../img/star.png") 50% no-repeat;
}

.car_techs > div {
    font-weight: 500;
    width: 40%;
}

.car_techs > div b {
    display: block;
    font-size: 24px;
    padding-left: 40px;
    margin-top: 10px;
}

.car_techs > div.ico1 b {
    background: url("../img/techs_ico1.png") 0 50% no-repeat;
}

.car_techs > div.ico2 b {
    background: url("../img/techs_ico2.png") 0 50% no-repeat;
}

.car_techs > div.ico3 b {
    background: url("../img/techs_ico3.png") 0 50% no-repeat;
}

.car_techs > div.ico4 b {
    background: url("../img/techs_ico4.png") 0 50% no-repeat;
}

.car_image_wrap {
    width: 52%;
}

.car_image {}

.car_colors {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-top: 15px;
}

.car_colors > div {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    transition: all .4s ease-out;
    cursor: pointer;
}

.car_colors > div.active {
    width: 100px;
}

.car_gallery_wrap {
    width: 16%;
    height: 374px;
    position: relative;
}

.car_gallery {
    width: 100%;
    height: 100%;
}

.car_gallery .swiper-slide {
    width: 100%;
    /*height: 120px !important;*/
    overflow: hidden;
}

.car_gallery a img {
    transition: all .4s ease-out;
}

.car_gallery a:hover img {
    transform: scale(1.05);
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    top: 5px;
    right: unset;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #000000;
    transition: all .4s ease-out;
    border-radius: 50%;
    transform: unset;
}

.car_gallery_wrap .swiper-button-next {
    top: unset;
    bottom: -15px;
}

.car_gallery_wrap .swiper-button-prev:hover,
.car_gallery_wrap .swiper-button-next:hover {
    background: #ff8000;
}

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/car_up.png") 50% no-repeat;
}

.car_gallery_wrap .swiper-button-next:after {
    transform: rotate(180deg);
}

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

.car_btns .btn {
    width: 32%;
}

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

#instock {
    margin-top: 120px;
    background: #000000;
    padding: 125px 0;
}

.instock_title {
    font-size: 48px;
    font-weight: 600;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    display: flex;
    gap: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.filter_quick_menu > li {
    border-radius: 100px;
    cursor: pointer;
    background: #323738;
    width: 210px;
    height: 56px;
    display: block;
    font-weight: 500;
    transition: all .4s ease-out;
}

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

.filter_quick_menu > li:hover {
    background: #FF8000;
}

.filter_quick_menu > li.current {
    border: 1px solid #FFF;
    background: #FF8000;
}

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

.tb_complects > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 80px;
    background: url("../img/compl_bg.png") 50% 100% no-repeat;
    padding: 0 30px 30px;
}

.compl_image {
    width: 48%;
}

.compl_name {
    font-size: 40px;
    font-weight: 500;
    margin-left: -30px;
    margin-bottom: 5px;
}

.compl_name span {
    font-weight: 700;
    color: #ff8000;
}

.compl_btns {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.compl_btns .btn {
    width: 49%;
}

.compl_text {
    width: 49%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.compl_date {
    display: flex;
    align-items: center;
    width: 375px;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #FF8000 0%, #AE5801 100%);
    padding-left: 38px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: -110px;
    right: -30px;
    overflow: hidden;
}

.compl_date:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.compl_date:hover:before {
    animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

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

.compl_techs {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    background: url("../img/lines.png") 0 50% no-repeat;
    padding-left: 50px;
}

.compl_techs > div {
    font-weight: 500;
}

.compl_techs > div b {
    display: block;
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.compl_techs > div.ico1 b {
    background: url("../img/techs_ico2.png") 0 50% no-repeat;
    padding-left: 28px;
}

.compl_techs > div.ico2 b {
    background: url("../img/techs_ico3.png") 0 50% no-repeat;
}

.compl_techs > div.ico3 b {
    background: url("../img/techs_ico5.png") 0 50% no-repeat;
}

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

.compl_props > a {
    display: flex;
    align-items: center;
    min-height: 45px;
    font-weight: 500;
    padding-left: 53px;
    position: relative;
}

.compl_props > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 100px;
    background-color: #000000 !important;
    transition: all .4s ease-out;
}

.compl_props > a:hover:before {
    background-color: #FF8000 !important;
}

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

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

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

.tb_complects_showmore {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    transition: all .4s ease-out;
}

.tb_complects_showmore span {
    display: block;
    padding-right: 34px;
    background: url("../img/ico_select.png") 100% 50% no-repeat;
}

.tb_complects_showmore:hover {
    color: #ff8000;
}

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

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

.tradein_text {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.tradein_wrap {
    width: 551px;
    max-width: 80%;
}

.tradein_title {
    font-size: 48px;
    font-weight: 600;
}

.tradein_comment {
    padding: 30px 0;
    font-size: 24px;
}

#tradein_form input[type="text"],
#tradein_form input[type="tel"],
#tradein_form select {
    background-color: transparent;
    color: #ffffff;
}

#tradein_form select option {
    color: #000000;
}

#tradein_form input[type="text"]::placeholder,
#tradein_form input[type="tel"]::placeholder {
    color: #ffffff;
}

.tradein_img {
    width: 50%;
    height: 731px;
}

.tradein_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.credit_text {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.credit_wrap {
    width: 551px;
    max-width: 80%;
}

.credit_title {
    font-size: 48px;
    font-weight: 600;
}

.credit_comment {
    padding: 30px 0;
    font-size: 24px;
}

#credit_form input[type="tel"] {
    background-color: transparent;
    color: #ffffff;
}

#credit_form input[type="tel"]::placeholder {
    color: #ffffff;
}

.credit_img {
    width: 50%;
    height: 601px;
}

.credit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********************
        SERVICES
**********************/

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

.services_text {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 115px;
}

.services_wrap {
    width: 80%;
    max-width: 551px;
}

.services_title {
    font-size: 48px;
    font-weight: 600;
    color: #FF7F00;
}

.services_comment {
    margin-top: 25px;
    font-size: 24px;
}

.services_comment .br_mob {
    display: none;
}

.services_comment b {
    color: #FF7F00;
}

.services .btn {
    margin-top: 40px;
}

.services_img {
    width: 50%;
    height: 601px;
}

.services_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.contacts {
    position: relative;
}

.cont_wrap {
    position: absolute;
    top: 60px;
    left: 15px;
    z-index: 1;
}

.cont_text {
    padding: 60px;
    background: #000000;
}

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

.cont_logo_wrap .cont_logo1 {
    min-height: 40px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff;
    padding-right: 15px;
    margin-right: 15px;
}

.bot_addr {
    padding: 3px 0 3px 35px;
    font-weight: 500;
    margin-top: 30px;
    background: url("../img/ico_loc_hov.svg") 0 50% no-repeat;
}

.bot_phone {
    display: block;
    padding: 3px 0 3px 35px;
    font-weight: 500;
    margin-top: 25px;
    background: url("../img/ico_phone_hov.svg") 0 50% no-repeat;
}

.worktime {
    padding: 3px 0 3px 35px;
    font-weight: 500;
    margin-top: 30px;
    background: url("../img/ico_time.png") 0 50% no-repeat;
}

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

#map1 {
    /*filter: grayscale();*/
    width: 100%;
    height: 833px;
    background: url("../img/map.jpg") 100% 50% no-repeat;
}

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


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

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

.foot_links {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    align-items: flex-end;
}

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


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

@media (max-width: 1600px) {

    .tradein_text {
        padding: 20px 0;
    }

    .tradein_img {
        height: 600px;
    }

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

    .credit_img {
        height: 520px;
    }

    .credit_text {
        padding: 70px 0;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr {
        display: none;
    }

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

    .banner picture img {
        height: 620px;
    }

    .title_container {
        top: 70px;
    }

    .title_wrap {
        padding: 15px 30px;
    }

    .title_wrap .title2 {
        font-size: 38px;
    }


    #timer_form {
        display: none;
    }


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

    .car_wrap {
        padding: 15px;
        align-items: center;
    }

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

    .car_techs {
        margin-top: 20px;
    }

    .car_techs > div {
        width: 45%;
        font-size: 12px;
    }

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

    .tb_complects > div {
        background-size: 100%;
    }

    .compl_name {
        font-size: 28px;
    }

    .compl_btns .btn {
        font-size: 14px;
    }

    .compl_techs {
        background: none;
        padding-left: 0;
        gap: 10px 0;
    }

    .compl_techs > div {
        font-size: 12px;
    }

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

    .compl_props {
        gap: 10px 0;
    }

    .compl_props > a {
        font-size: 14px;
    }

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

    .tradein_img {
        height: 520px;
        width: 59%;
    }

    .tradein_text {
        width: 40%;
    }

    .tradein_wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .tradein_title {
        font-size: 32px;
    }

    .tradein_comment {
        padding: 15px 0;
        font-size: 18px;
    }

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

    .credit_img {
        height: 450px;
        width: 59%;
    }

    .credit_text {
        width: 40%;
    }

    .credit_wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .credit_title {
        font-size: 32px;
    }

    .credit_comment {
        padding: 15px 0;
        font-size: 18px;
    }

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

    .services_img {
        height: 450px;
        width: 59%;
    }

    .services_text {
        width: 40%;
    }

    .services_wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .services_title {
        font-size: 32px;
    }

    .services_comment {
        padding: 15px 0;
        font-size: 18px;
    }

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

    .cont_wrap {
        width: 45%;
    }

    .cont_text {
        padding: 20px 15px;
    }

    #map1 {
        background-position: 60% 50%;
    }

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

    footer {
        padding: 30px 0;
    }
}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1;
        transform: unset;
    }

    .logo_wrap {
        width: 45%;
    }

    header .btn {
        display: none;
    }

    header {
        padding: 10px 0;
    }

    .menu {
        top: 60px;
    }

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

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

    .banner {
        margin-top: 60px;
    }

    .banner picture img {
        height: 460px;
    }

    .title_wrap .title1 {
        font-size: 20px;
    }

    .title_wrap .title2 {
        font-size: 28px;
    }

    .title_wrap .title3 {
        font-size: 20px;
        margin-top: 5px;
    }

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

    .timer_block .timer_title {
        margin-bottom: 20px;
    }

    .timer_block .timer_title br {
        display: none;
    }

    #timer_form {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

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

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

    .cars_items {
        margin-top: 60px;
        gap: 60px 0;
    }

    .car_title {

    }

    .car_name {
        font-size: 32px;
    }

    .car_date {
        width: 290px;
        font-size: 20px;
        padding-left: 20px;
    }

    .car_wrap {
        flex-direction: column;
        background-size: cover;
        gap: 30px 0;
    }

    .car_text {
        width: 100%;
        order: 2;
    }

    .car_props {
        gap: 10px 0;
    }

    .car_techs {
        flex-flow: unset;
        background: none;
    }

    .car_techs > div {
        width: auto;
    }

    .car_image_wrap {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .car_gallery_wrap {
        order: 3;
        height: auto;
        width: 100%;
    }

    .car_gallery a {
        width: 100%;
    }

    .car_gallery_wrap .swiper-button-prev {
        top: 58%;
        left: -15px;
        transform: rotate(-90deg);
    }

    .car_gallery_wrap .swiper-button-next {
        bottom: unset;
        left: unset;
        top: 58%;
        right: -15px;
        transform: rotate(-90deg);
    }

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

    .car_btns .btn {
        width: 100%;
    }

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

    #instock {
        margin-top: 60px;
        padding: 60px 0;
    }

    .filter_quick_menu {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .filter_quick_menu > li {
        width: 50%;
    }

    .tb_complects > div {
        flex-direction: column;
        gap: 30px;
        position: relative;
        background-position: 50% 52%;
    }

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

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

    .compl_text {
        position: unset;
        width: 100%;
    }

    .compl_date {
        top: -10px;
        width: 290px;
        font-size: 20px;
        padding-left: 20px;
    }

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

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

    .tradein_img {
        width: 100%;
        height: auto;
    }

    .tradein_text {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
    }

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

    .credit {
        flex-direction: column;
    }

    .credit_img {
        width: 100%;
        height: auto;
    }

    .credit_text {
        width: 100%;
        padding: 20px 0;
    }

    .credit_wrap {
        width: 100%;
    }

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

    .services {
        flex-direction: column;
    }

    .services_img {
        width: 100%;
        height: auto;
    }

    .services_text {
        width: 100%;
        padding: 20px 0;
    }

    .services_wrap {
        width: 100%;
    }

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

    .contacts {
        background: #000000;
    }

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

    .cont_img img {
        width: 100%;
    }

    #map1 {
        background-position: 84% 50%;
        height: 450px;
    }

}

/*IPAD END*/

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

    .anim {
        opacity: 1;
        transform: unset;
    }

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

    .btn {
        font-size: 14px;
    }

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

    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: #FFFFFF;
        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: #000000;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0 !important;
    }

    .menu.active {
        right: 0;
    }

    .menu .container,
    .menu .container > div {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

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

    header {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo1 {
        min-height: 30px;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        margin: 5px auto 0;
    }

    header .btn {
        display: none;
    }


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

    .banner {
        margin-top: 79px;
    }

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

    .title_container {
        top: 20px;
    }

    .title_wrap {
        padding: 20px 10px;
    }

    .title_wrap .title1 {
        font-size: 5vw;
    }

    .title_wrap .title2 {
        font-size: 5vw;
    }

    .title_wrap .title3 {
        font-size: 4.5vw;
        margin-top: 5px;
    }

    .timer_block {
        padding: 20px 0;
    }

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

    .timer_block .timer_title {
        margin-bottom: 20px;
        font-size: 6vw;
        text-align: center;
    }

    .timer_block .timer_title br {
        display: none;
    }

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

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

    #timer_form {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

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

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

    .cars_items {
        margin-top: 60px;
    }

    .cars_items .container {
        gap: 30px 0;
    }

    .car_title {
        flex-direction: column;
        gap: 10px 0;
        padding: 15px;
    }

    .car_title:after {
        display: none;
    }

    .car_name {
        font-size: 8vw;
    }

    .car_date {
        width: 100%;
        font-size: 20px;
        padding-left: 20px;
    }

    .car_wrap {
        flex-direction: column;
        background-size: cover;
        gap: 30px 0;
        padding: 20px 15px;
    }

    .car_text {
        width: 100%;
        order: 2;
    }

    .car_props {
        gap: 10px 0;
    }

    .car_props > a {
        font-size: 4vw;
    }

    .car_techs {
        background: none;
        gap: 20px 0;
        margin-top: 20px;
    }

    .car_techs > div {
        width: 50%;
        font-size: 3.5vw;
    }

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

    .car_image_wrap {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .car_gallery_wrap {
        order: 3;
        height: auto;
        width: 100%;
    }

    .car_gallery a {
        width: 100%;
    }

    .car_gallery_wrap .swiper-button-prev {
        top: 58%;
        left: -15px;
        transform: rotate(-90deg);
    }

    .car_gallery_wrap .swiper-button-next {
        bottom: unset;
        left: unset;
        top: 58%;
        right: -15px;
        transform: rotate(-90deg);
    }

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

    .car_btns .btn {
        width: 100%;
    }

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

    #instock {
        margin-top: 60px;
        padding: 30px 0;
    }

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

    .filter_quick_menu {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .filter_quick_menu > li {
        width: 50%;
    }

    .tb_complects > div {
        flex-direction: column;
        gap: 30px 0;
        position: relative;
        background: #323738;
        padding: 20px 15px;
        border-radius: 30px;
        margin-top: 60px;
    }

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

    .compl_name {
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 8vw;
        text-align: center;
    }

    .compl_name span {
        display: block;
    }

    .compl_text {
        position: unset;
        width: 100%;
    }

    .compl_date {
        top: 0;
        right: 0;
        width: 100%;
        font-size: 20px;
        padding-left: 20px;
        position: relative;
    }

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

    .compl_btns .btn {
        width: 100%;
    }

    .compl_text {
        gap: 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .compl_techs {
        display: none;
    }

    .compl_props {
        gap: 10px 0;
    }

    .compl_props > a {
        font-size: 4vw;
    }

    .tb_complects_showmore {
        margin-top: 30px;
    }

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

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

    .tradein_img {
        width: 100%;
        height: auto;
    }

    .tradein_text {
        width: 100%;
        padding: 20px 15px;
    }

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

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

    .tradein_title br {
        display: none;
    }

    .tradein_comment {
        text-align: center;
        font-size: 5vw;
        padding: 20px 0;
    }

    .tradein_comment br {
        display: none;
    }

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

    .credit {
        flex-direction: column;
    }

    .credit_img {
        width: 100%;
        height: auto;
    }

    .credit_text {
        width: 100%;
        padding: 20px 15px;
    }

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

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

    .credit_title br {
        display: none;
    }

    .credit_comment {
        text-align: center;
        font-size: 5vw;
        padding: 20px 0;
    }

    .credit_comment br {
        display: none;
    }

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

    .services {
        flex-direction: column;
    }

    .services_img {
        width: 100%;
        height: auto;
    }

    .services_text {
        width: 100%;
        padding: 20px 15px;
    }

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

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

    .services_comment {
        margin-top: 20px;
        text-align: center;
        font-size: 5vw;
    }

    .services_comment br {
        display: none;
    }

    .services_comment .br_mob {
        display: block;
    }

    .services .btn {
        margin-top: 20px;
    }

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

    .contacts {
        background: #000000;
    }

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

    .cont_text {
        padding: 20px 0;
    }

    .cont_img img {
        width: 100%;
    }

    #map1 {
        height: 350px;
    }

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

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
    }
    
    .yurinfo {
        text-align: center;
    }

    .foot_links {
        align-items: center;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}