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

html {
    overflow-x: hidden;
}

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

.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: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1420px;
        padding: 0 30px;
    }
}

.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: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #0B0D0C;
    border-radius: 10px;
}


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
    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;
}

.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: 15px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=number],
form .form-group select {
    height: 56px;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    padding: 0px 20px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #A4A4A4;
    background: rgba(255, 255, 255, 0.30);
}

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

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.svg) 95% 50% no-repeat rgba(255, 255, 255, 0.30);
    font-family: 'PT Sans', sans-serif;
    outline: none;
}

form .form-group select option {
    background: #000000;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'PT Sans', 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;
    border-radius: 5px;
    background: #28AB9A;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border: none;
    transition: all .5s ease-in-out;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.btn:hover {
    background: #20534D;
}

.btn.white {
    background: #ffffff;
    color: #0B0D0C;
}

.btn.white:hover {
    background: #28AB9A;
    color: #FFFFFF;
}


.anim {
    opacity: 0;
    transform: translateY(100px);
    transition: all .7s .2s ease-in-out;
}

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

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #0B0D0C;
    padding: 15px 0;
    max-width: 1920px;
    margin: 0 auto;
}

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

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

.logo_wrap .logo1 {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #FFFFFF;
}

.top_addr {
    padding: 2px 0 2px 34px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
    display: block;
    padding: 2px 0 2px 34px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 230px;
}

.menu {
    position: fixed;
    top: 104px;
    left: 0;
    right: 0;
    z-index: 15;
    background: #232323;
    padding: 15px 0;
    max-width: 1920px;
    margin: 0 auto;
}

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

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

.menu a {
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

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

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

.banner {
    margin-top: 154px;
}

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

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

.title_container .title_wrap {
    background: linear-gradient(270deg, rgba(11, 13, 12, 0.00) 0%, #0B0D0C 50%, rgba(11, 13, 12, 0.00) 100%);
    padding: 35px 0 45px;
}

.title_container .title1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_container .title2 {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_container .btn {
    width: 280px;
    margin: -25px auto 0;
}

.timer_block {
    background: #232323;
    padding: 40px 0;
}

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

.timer_title {
    text-transform: uppercase;
    font-size: 32px;
}

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

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

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

.blocks_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 0 25px;
}

.blocks_title:before {
    content: '';
    height: 67px;
    background: url("../img/line1.svg") 100% 50% no-repeat;
    flex-grow: 1;
}

.blocks_title:after {
    content: '';
    height: 67px;
    background: url("../img/line2.svg") 0 50% no-repeat;
    flex-grow: 1;
}

.cars_items {
    margin-top: 120px;
}

.cars_list {
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

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

.car_image_wrap {
    width: 49%;
    position: relative;
    z-index: 1;
}

.car_comment {
    font-size: 20px;
    padding-left: 30px;
    background: url("../img/ico_star.svg") 0 50% no-repeat;
    margin-bottom: 15px;
}

.car_main_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.car_main_img:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url("../img/ico_zoom.svg") 50% no-repeat;
}

.car_thumb {
    margin-top: 10px;
    position: relative;
}

.car_thumb .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    /*opacity: .5;*/
    transition: all .5s ease-in-out;
    position: relative;
    height: 152px;
    cursor: pointer;
}

.car_thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car_thumb .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    transition: all .5s ease-in-out;
}

.car_thumb .swiper-slide-active:before {
    opacity: 0;
}

.car_thumb .swiper-button-prev,
.car_thumb .swiper-button-next {
    width: 45px;
    height: 45px;
    background: url("../img/arrow.svg") 50% no-repeat;
    transition: all .5s ease-in-out;
    right: -25px;
}

.car_thumb .swiper-button-prev {
    right: unset;
    left: -25px;
    transform: scale(-1);
}

.car_thumb .swiper-button-prev:after,
.car_thumb .swiper-button-next:after {
    display: none;
}

.car_thumb .swiper-button-prev:hover,
.car_thumb .swiper-button-next:hover {
    background: url("../img/arrow_hov.svg") 50% no-repeat;
}

.car_text {
    width: 55.4%;
    margin-left: -5%;
    padding: 40px 40px 40px 120px;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(90deg, #000 0%, #666 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    /*min-height: 654px;*/
    position: relative;
}

.car_back_name {
    position: absolute;
    top: 0;
    right: -160px;
}

.car_name {
    font-size: 48px;
    text-transform: uppercase;
}

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

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

.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("../img/car_ico_bg.svg") 50% no-repeat;
    transition: all .5s ease-in-out;
}

.car_props > a:hover:before {
    background: url("../img/car_ico_bg_hov.svg") 50% no-repeat;
}

.car_props > a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

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

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

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

.car_props > a.ico4:after {
    background: url("../img/car_ico4.svg") 50% no-repeat;
}

.car_props > a.ico5:after {
    background: url("../img/car_ico5.svg") 50% no-repeat;
}

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

.ext_int {}

.ext_int .tabs_head {
    display: flex;
    gap: 0 30px;
}

.ext_int .tabs_head > div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex: 1;
    height: 56px;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(to top, #000 0%, #666 100%) border-box;
    border: 1px solid transparent;
    background-size: 100%;
    border-radius: 10px;
    color: #666666;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.ext_int .tabs_head > div.active {
    color: #FFFFFF;
}

.ext_int .tabs_body {
    margin-top: 15px;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(to bottom, #000 0%, #666 100%) border-box;
    border: 1px solid transparent;
    padding: 40px;
    border-radius: 10px;
}

.ext_int .tabs_body > div {
    display: none;
    justify-content: space-between;
    gap: 0 50px;

}

.ext_int .tabs_body > div.active {
    display: flex;
}

.ext_int .tabs_body #tab_int {
    flex-direction: row-reverse;
}

.ext_int .tabs_body > div .tab_text {
    width: 47%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.ext_int .tabs_body > div .tab_img {
    border-radius: 10px;
    overflow: hidden;
    width: 49%;
    height: 335px;
}

.ext_int .tabs_body > div .tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.complects {
    margin-top: 120px;
}

.complects_card {
    margin-top: 170px;
    display: flex;
    align-items: flex-end;
    border: 1px solid transparent;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(90deg, #000 0%, #666 100%) border-box;
    border-radius: 10px;
    padding: 0 40px 40px;
    gap: 0 60px;
}

.complects_media {
    width: 60%;
    margin-top: -60px;
}

.complects_colors {
    display: flex;
    align-items: center;
    gap: 0 10px;
    min-height: 45px;
    margin-bottom: -40px;
    position: relative;
}

.complects_colors .colors_title {
    margin-right: 20px;
    font-size: 20px;
}

.complects_colors .color_item {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.complects_colors .color_item.active {
    width: 45px;
    height: 45px;
}

.complects_btns {
    display: flex;
    gap: 0 10px;
    margin-top: 15px;
}

.complects_btns .btn {
    flex: 1;
}

.complects_info {
    width: 35%;
}

.complects_name {
    font-size: 32px;
}

.complects_name b {
    color: #28AB9A;
}

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

.complects_props > a {
    display: flex;
    align-items: center;
    min-height: 32px;
    transition: all .5s ease-in-out;
    padding-left: 50px;
    font-size: 20px;
}

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

.complects_props > a.ico1:hover {
    background: url("../img/compl_ico1_hov.svg") 0 50% no-repeat;
}

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

.complects_props > a.ico2:hover {
    background: url("../img/compl_ico2_hov.svg") 0 50% no-repeat;
}

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

.complects_props > a.ico3:hover {
    background: url("../img/compl_ico3_hov.svg") 0 50% no-repeat;
}

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

.complects_props > a.ico4:hover {
    background: url("../img/compl_ico4_hov.svg") 0 50% no-repeat;
}

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

.complects_props > a.ico5:hover {
    background: url("../img/compl_ico5_hov.svg") 0 50% no-repeat;
}

.complects_specs {
    margin-top: 22px;
}

.complects_toggle {
    height: 56px;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(90deg, #000 0%, #666 100%) border-box;
    border-radius: 10px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.complects_toggle .toggle_icon {
    width: 24px;
    height: 24px;
    background: url("../img/plus.svg") 50% no-repeat;
    transition: all .5s ease-in-out;
}

.complects_toggle.active .toggle_icon {
    background: url("../img/minus.svg") 50% no-repeat;
}

.complects_specs_body {
    margin-top: -10px;
    padding: 35px 40px 40px;
    background: #121413;
    display: flex;
    justify-content: space-between;
}

.complects_specs_body .spec_item .spec_value {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
}

.complects_specs_body .spec_item.ico1 .spec_value {
    padding-left: 45px;
    background: url("../img/spec_ico1.svg") 0 50% no-repeat;
}

.complects_specs_body .spec_item.ico2 .spec_value {
    padding-left: 55px;
    background: url("../img/spec_ico2.svg") 0 50% no-repeat;
}

.complects_specs_body .spec_item.ico3 .spec_value {
    padding-left: 45px;
    background: url("../img/spec_ico3.svg") 0 50% no-repeat;
}

.complects_specs_body .spec_item.ico4 .spec_value {
    padding-left: 40px;
    background: url("../img/spec_ico4.svg") 0 50% no-repeat;
}

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

.tradein {
    margin-top: 120px;
    background: url("../img/logo_bg.svg") 50% 60% no-repeat;
    padding-bottom: 60px;
}

.tradein_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.tradein_img.mob {
    display: none;
}

.tradein_img {
    border-radius: 10px;
    overflow: hidden;
}

.tradein_text {
    width: 49%;
    position: relative;
}

.tradein_comment {
    font-size: 20px;
    padding-left: 30px;
    background: url(../img/ico_star.svg) 0 50% no-repeat;
    margin-bottom: 15px;
}

#tradein_form {
    padding: 40px;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(270deg, #000 0%, #666 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}

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

.tradein_img.img1 {
    width: 55.4%;
    margin-left: -5%;
}

.tradein_imgs {
    margin-top: 120px;
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
}

.tradein_imgs > div {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    transition: all .7s .3s ease-in-out;
    position: relative;
}

.tradein_imgs > div.img2 {
    top: 60px;
    left: -70%;
}

.tradein_imgs > div.img3 {
    right: -70%;
}

.tradein_imgs.animated > div.img2 {
    left: 0;
}

.tradein_imgs.animated > div.img3 {
    right: 0;
}

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

.credit {
    margin-top: 120px;
}

.credit_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.credit_img {
    border-radius: 10px;
    overflow: hidden;
}

.credit_img.mob {
    display: none;
}

.credit_text {
    width: 49%;
    position: relative;
}

.credit_comment {
    font-size: 20px;
    padding-left: 30px;
    background: url(../img/ico_star.svg) 0 50% no-repeat;
    margin-bottom: 15px;
    width: fit-content;
    margin-left: auto;
}

#credit_form {
    padding: 40px;
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(90deg, #000 0%, #666 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}

.credit_img.img1 {
    width: 55.4%;
    margin-right: -5%;
}

.credit_img.img2 {
    margin-top: 15px;
}

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

.contacts {
    margin-top: 120px;
}

.contacts_wrap {
    margin-top: 120px;
    display: flex;
    align-items: center;
}

.contacts_text {
    background:
            linear-gradient(#121413, #121413) padding-box,
            linear-gradient(270deg, #000 0%, #666 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    padding: 40px;
    z-index: 1;
    margin-right: -4%;
}

.contacts_text .contacts_logo_wrap {
    display: flex;
    align-items: center;
    padding-right: 17px;
}

.contacts_text .contacts_logo_wrap .logo2 {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF;
}

.bot_addr {
    margin-top: 30px;
    padding-left: 35px;
    font-size: 20px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.bot_phone {
    display: block;
    margin-top: 15px;
    padding-left: 35px;
    font-size: 20px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.worktime {
    margin-top: 15px;
    padding-left: 35px;
    font-size: 20px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
}

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

#map1 {
    filter: grayscale(100%);
    width: 64%;
    height: 470px;
    border-radius: 20px;
    overflow: hidden;
    background: url("../img/map.jpg") 50% 50% no-repeat;
}

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

footer {
    background: #121413;
    margin-top: 120px;
    padding: 25px 0;
}

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

.yurinfo {}

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

.foot_links > a {}

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) {

    .top_addr {
        display: none;
    }

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

    .title_container .title1 {
        font-size: 40px;
    }

    .timer_block .container {
        flex-direction: column;
        gap: 30px 0;
    }
    
    .timer_title {
        text-align: center;
    }

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

    .car_item {
        align-items: center;
    }

    .car_text {
        padding: 15px 15px 15px 90px;
        min-height: auto;
        /*background-size: 100%;*/
    }

    .car_props {
        margin-top: 20px;
    }

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

    .car_btns {
        margin-top: 20px;
    }

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

    .complects_card {
        gap: 0 30px;
        padding: 30px;
        margin-top: 120px;
    }

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

    .complects_colors {
        margin-bottom: -20px;
    }

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

    .tradein_wrap {
        align-items: center;
    }

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

    .credit_wrap {
        align-items: center;
    }

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

}

/*IPAD PRO BEGIN*/

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

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

    header .btn {
        display: none;
    }

    .banner picture img {
        height: 600px;
    }

    .title_container .title1 {
        font-size: 30px;
    }

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

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

    .blocks_title {
        font-size: 34px;
        gap: 0 10px;
    }

    .blocks_title:before {
        background-position: 100% 100%;
        height: 50px;
    }

    .blocks_title:after {
        height: 50px;
        background-position: 0 0;
    }

    .cars_items {
        margin-top: 60px;
    }

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

    .car_item {
        flex-direction: column;
        padding-top: 80px;
    }

    .car_image_wrap {
        width: 100%;
    }

    .car_text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 30px;
        position: unset;
    }

    .car_name {
        position: absolute;
        top: 0;
        left: 15px;
    }

    .car_props {
        margin-top: 0;
    }

    .ext_int .tabs_body {
        padding: 20px;
    }

    .ext_int .tabs_body > div {
        flex-direction: column-reverse !important;
        gap: 20px 0;
    }

    .ext_int .tabs_body > div .tab_img {
        width: 100%;
    }

    .ext_int .tabs_body > div .tab_text {
        width: 100%;
        gap: 20px 0;
    }

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

    .complects {
        margin-top: 60px;
    }

    .complects_card {
        margin-top: 60px;
        flex-direction: column;
        gap: 20px 0;
        padding-top: 80px;
        position: relative;
    }

    .complects_media {
        margin-top: 0;
        width: 100%;
    }

    .complects_info {
        width: 100%;
    }

    .complects_name {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .complects_specs_body .spec_item .spec_value {
        padding-left: 40px !important;
        font-size: 18px;
        background-size: contain !important;
    }

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

    .tradein {
        margin-top: 60px;
    }

    .tradein_wrap {
        margin-top: 60px;
        flex-direction: column;
    }

    .tradein_img.mob {
        display: block;
    }

    .tradein_text {
        width: 100%;
    }

    .tradein_img.img1 {
        display: none;
    }

    .tradein_imgs {
        display: none;
    }

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

    .credit {
        margin-top: 60px;
    }

    .credit_wrap {
        margin-top: 60px;
        flex-direction: column;
    }

    .credit_img.mob {
        display: block;
    }

    .credit_text {
        width: 100%;
    }

    .credit_comment {
        margin-left: 0;
    }

    .credit_img.img1 {
        display: none;
    }

    .credit_img.img2 img {
        width: 100%;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .contacts_wrap {
        margin-top: 60px;
        flex-direction: column;
        gap: 20px 0;
    }

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

    #map1 {
        width: 100%;
    }

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

    footer {
        margin-top: 60px;
    }

    .yurinfo {
        font-size: 14px;
    }

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


}

/*IPAD END*/

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

    .anim {
        opacity: 1 !important;
        transform: unset !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: #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: flex;
        flex-direction: column;
        position: fixed;
        top: 107px;
        background: #0B0D0C;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 10px;
    }

    .menu.active {
        right: 0;
    }

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

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

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

    header {
        padding: 5px 0;
    }


    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    header .logo_wrap {
        width: 85%;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        margin: 5px auto 0;
    }

    header .btn {
        display: none;
    }

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

    .banner {
        margin-top: 80px;
    }

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

    .title_container {
        top: 10px;
        padding: 0 15px;
    }

    .title_container .title_wrap {
        padding: 10px 0;
    }

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

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

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

    .timer_block {
        padding: 20px 0;
    }

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

    .timer_wrap {
        width: 100%;
    }

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

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

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

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


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

    .blocks_title {
        font-size: 8vw;
        gap: 0;
    }

    .blocks_title:before {
        background-position: 100% 100%;
        height: 50px;
    }

    .blocks_title:after {
        height: 50px;
        background-position: 0 0;
    }

    .cars_items {
        margin-top: 60px;
    }

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

    .car_item {
        flex-direction: column;
        padding-top: 60px;
    }

    .car_image_wrap {
        width: 100%;
    }

    .car_thumb .swiper-slide {
        height: 100px;
    }

    .car_thumb .swiper-button-prev, .car_thumb .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
        left: -10px;
        top: 60%;
    }

    .car_thumb .swiper-button-next {
        left: unset;
        right: -10px;
    }

    .car_text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        position: unset;
        padding: 20px 15px;
    }

    .car_name {
        position: absolute;
        top: 0;
        left: 15px;
        font-size: 8vw;
    }

    .car_props {
        margin-top: 0;
        gap: 10px 0;
    }

    .car_props > a:before {
        width: 40px;
        height: 40px;
        background-size: 100% !important;
    }

    .car_props > a:after {
        width: 40px;
        height: 40px;
        background-size: 70% !important;
    }

    .car_props > a {
        padding-left: 50px;
        font-size: 5vw;
    }

    .car_btns {
        margin-top: 20px;
    }

    .ext_int .tabs_head {
        gap: 0 15px;
    }

    .ext_int .tabs_body {
        padding: 15px;
    }

    .ext_int .tabs_body > div {
        flex-direction: column-reverse !important;
        gap: 20px 0;
    }

    .ext_int .tabs_body > div .tab_img {
        width: 100%;
        height: auto;
    }

    .ext_int .tabs_body > div .tab_text {
        width: 100%;
        gap: 20px 0;
        font-size: 4vw;
    }

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

    .complects {
        margin-top: 60px;
    }

    .complects_card {
        margin-top: 60px;
        flex-direction: column;
        gap: 20px 0;
        padding: 60px 15px 15px;
        position: relative;
    }

    .complects_media {
        margin-top: 0;
        width: 100%;
    }

    .complects_info {
        width: 100%;
    }

    .complects_name {
        position: absolute;
        top: 20px;
        left: 15px;
        font-size: 8vw;
    }

    .complects_media {
        margin-top: 20px;
    }

    .complects_colors {
        margin-bottom: 0;
    }

    .complects_colors .colors_title {
        margin-right: 10px;
    }

    .complects_colors .color_item {
        width: 25px;
        height: 25px;
    }

    .complects_colors .color_item.active {
        width: 30px;
        height: 30px;
    }

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

    .complects_btns .btn {
        flex: unset;
    }

    .complects_props {
        gap: 10px 0;
    }

    .complects_props > a {
        font-size: 4vw;
        padding-left: 35px;
    }

    .complects_props > a {
        background-size: 25px !important;
    }

    .complects_toggle {
        padding: 0 10px;
        font-size: 4vw;
    }

    .complects_specs_body {
        padding: 30px 15px;
        display: grid;
        gap: 20px 0;
        grid-template-columns: 1fr 2fr;
    }

    .complects_specs_body .spec_item .spec_label {
        font-size: 3vw;
    }

    .complects_specs_body .spec_item .spec_value {

        font-size: 4vw;
        background-size: contain !important;
    }

    .complects_specs_body .spec_item.ico1 .spec_value {
        padding-left: 25px;
    }

    .complects_specs_body .spec_item.ico2 .spec_value {
        padding-left: 40px;
    }

    .complects_specs_body .spec_item.ico3 .spec_value {
        padding-left: 30px;
    }

    .complects_specs_body .spec_item.ico4 .spec_value {
        padding-left: 30px;
    }

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

    .tradein {
        margin-top: 60px;
        padding-bottom: 0;
    }

    .tradein_wrap {
        margin-top: 60px;
        flex-direction: column;
    }

    .tradein_comment {
        font-size: 4vw;
    }

    .tradein_img.mob {
        display: block;
    }

    .tradein_text {
        width: 100%;
    }

    .tradein_img.img1 {
        display: none;
    }

    .tradein_imgs {
        display: none;
    }

    #tradein_form {
        padding: 15px;
    }

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

    .credit {
        margin-top: 60px;
    }

    .credit .blocks_title {
        font-size: 6.5vw;
    }

    .credit_wrap {
        margin-top: 60px;
        flex-direction: column;
    }

    .credit_img.mob {
        display: block;
    }

    .credit_text {
        width: 100%;
    }

    .credit_comment {
        margin-left: 0;
    }

    .credit_img.img1 {
        display: none;
    }

    .credit_img.img2 img {
        width: 100%;
    }

    #credit_form {
        padding: 15px;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .contacts_wrap {
        margin-top: 60px;
        flex-direction: column;
        gap: 20px 0;
    }

    .contacts_text {
        width: 100%;
        margin-right: 0;
        padding: 15px;
    }

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

    .bot_addr, .bot_phone, .worktime {
        font-size: 4.5vw;
    }

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

    footer {
        margin-top: 60px;
    }

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

    .foot_links {
        align-items: flex-start;
    }

    .yurinfo {
        font-size: 3.5vw;
    }

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

}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}