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

html {
    overflow-x: hidden;
}

body {
    font-family: 'NotoSans', sans-serif;
    font-size: 16px;
    color: #2E2D2D;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: url("../img/bottom_bg.svg") 50% 100% no-repeat white;
}

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

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

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

.fancybox-content {
    overflow: hidden;
}


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


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


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: black;
    padding: 0;
}

.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: 10px;
    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: 55px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'NotoSans', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border: none;
    border-radius: 0px;
    /*background: url("../img/form_field.svg") 50% no-repeat;*/
    background-size: 100%;
    z-index: 1;
    position: relative;
    border: 1px solid #7C7979;
}

form .form_field {
    position: absolute;
    bottom: 0;
}

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

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

form .form-group button:hover {
}


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

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

.btn {
    box-sizing: border-box;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:before {
    content: '';
    height: 100%;
    width: 120%;
    display: block;
    position: absolute;
    left: -130%;
    background: #7C7979;
    transform: skewX(-25deg);
    transition: all 1s ease;
}

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

.btn.grey {
    background: #5E5871;
}

.btn.grey:before {
    background: #000000
}

.btn:hover {
    color: #ffffff;
}

.btn:hover:before {
    left: -10%;
}

.blocks_title {
    background: url("../img/item.svg") 0 50% no-repeat;
    font-size: 48px;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
    width: fit-content;
}

.blocks_title span {
    position: relative;
    z-index: 1;
}

.blocks_title.wt {
    color: #ffffff;
}

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

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

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #000000;
    padding: 20px 0;
    transition: all .5s linear;
}

header.show {
    top: 0;
}

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

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

.logo_wrap .logo1 {
    display: flex;
    align-items: center;
    gap: 0 13px;
}

.logo_wrap .logo_swap {
    position: relative;
    width: 122px;
    min-height: 45px;
    perspective: 800px;
    transform-style: preserve-3d;
}

.logo_wrap .logo_swap > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}

.logo_wrap .logo_swap > img.front {
    animation: flip 4s linear infinite;
}

.logo_wrap .logo_swap > img.back {
    transform: rotateX(180deg);
    animation: flip 4s linear infinite;
    animation-delay: -2s;
}

@keyframes flip {
    0%   { transform: rotateX(0deg); }
    50%  { transform: rotateX(180deg); }
    100% { transform: rotateX(360deg); }
}


.logo_wrap .logo2 {
    border-left: 1px solid #FFFFFF;
    padding-left: 20px;
    margin-left: 20px;
}

.top_addr {
    color: #ffffff;
    padding: 3px 0 3px 38px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
    color: #ffffff;
    padding: 3px 0 3px 38px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 235px;
}

header .btn.grey:before {
    background: #2E2D2D;
}

.menu {
    position: fixed;
    top: 90px; 
    left: 0;
    right: 0;
    z-index: 5;
    transition: all .5s linear;
    background: #2E2D2D;
}

.menu.show {
    top: 90px;
}

.menu .container {

}

.menu .menu_wrap {
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 0 48px;
}

.menu .menu_wrap a {
    color: #ffffff;
    transition: all .4s ease;
    position: relative;
    font-weight: 500;
}

.menu .menu_wrap a:hover {
    color: #7C7979;
}

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

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

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

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

.banner {
    margin-top: 130px;
}

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

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

.title_container .title_date {
    font-size: 28px;
    width: fit-content;
    padding: 10px 15px 11px 75px;
    margin: 0 auto;
    font-weight: 500;
    background: url("../img/title_ico.svg") 0 50% no-repeat;
    position: relative;
}

.title_container .title_date:before {
    content: '';
    position: absolute;
    top: calc(50% - 24px);
    left: 10px;
    width: 100%;
    height: 48px;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.title_container .title1 {
    font-size: 46px;
    font-weight: 700;
}

.title_container .title1 span {
    font-size: 54px;
    background: linear-gradient(90deg, #000 0%, #6A6A6A 50%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_container .title2 {
    font-size: 36px;
    font-weight: 500;
}

.timer_block {
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px;
    margin-top: -108px;
}

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

#timer_form {
    width: 300px;
    max-width: 100%;
}

#timer_form input[type=tel] {
    border-color: #FFFFFF;
    color: #ffffff;
}

#timer_form .agree_field {
    color: #ffffff;
    display: block;
}

#timer_form .btn.grey:before {
    background: #2E2D2D;
}

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

.cars_items {
    margin-top: 120px;
    position: relative;
}

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

.cars_menu a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    min-height: 115px;
    gap: 0 10px;
}

.cars_menu a .menu_name {
    /*width: 100%;*/
    transition: all .4s ease;
}

.cars_menu a .menu_name_hov {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
}

.cars_menu a > span {
    display: block;
}

.cars_menu a .menu_img {
    transition: all .4s ease;
    opacity: .5;
}

.cars_menu a .menu_img_hov {
    position: absolute;
    right: 0;
    transition: all .4s ease;
    opacity: 0;
}

.cars_menu a:hover .menu_name {
    /*transform: translateY(25px);*/
    opacity: 1;
}

.cars_menu a:hover .menu_img {
    opacity: 0;
}

.cars_menu a:hover .menu_img_hov {
    opacity: 1;
}

.cars_menu a:hover {
    background: #2E2D2D;
}

.cars_menu a:hover .menu_name {
    opacity: 0;
}

.cars_menu a:hover .menu_name_hov {
    opacity: 1;
}

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

.cars_list_bg {
    position: absolute;
    top: 670px;
    width: 100%;
    height: 2095px;
}

.cars_list_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 395px;
    background: url("../img/figure1.jpg") 50% 0 no-repeat;
}

.cars_list_bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 395px;
    background: url("../img/figure2.jpg") 50% 0 no-repeat;
}

.car_item {
    background: url("../img/car_bg.svg") 0 0 no-repeat;
    padding: 12px 34px 40px;
    position: relative;
    background-size: 100%;
}

.car_logo {
    position: absolute;
    bottom: 50px;
    right: -2px;
}

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

.car_image {
    position: relative;
    width: 48%;
}

.car_colors {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.car_colors > div {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    transition: all .4s ease;
    cursor: pointer;
}

.car_colors > div.active {

}

.car_colors > div.active:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -5px;
    left: -5px;
    border: 1px solid #D4D3D3;
    border-radius: 50%;
}

.car_img {
    position: relative;
    z-index: 1;
}

.car_image:before {
    content: url("../img/car_item_logo.svg");
    display: block;
    position: absolute;
    left: -45px;
    top: 10px;
}

.car_text {
    width: 31%;
    margin-top: 28px;
}

.car_name {
    font-size: 48px;
    color: #2E2D2D;
    margin-left: -2px;
    position: relative;
    z-index: 1;
}

.car_name b {
    font-weight: 500;
    color: #2E2D2D;
}

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

.car_props a {
    display: flex;
    align-items: center;
    padding-left: 70px;
    font-size: 20px;
    font-weight: 500;
    transition: all .4s ease;
    position: relative;
    min-height: 50px;
}

.car_props a:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #2E2D2D;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .4s ease;
}

.car_props a.ico1:before {
    background-image: url("../img/car_ico1.svg");
}

.car_props a.ico2:before {
    background-image: url("../img/car_ico2.svg");
}

.car_props a.ico3:before {
    background-image: url("../img/car_ico3.svg");
}

.car_props a.ico4:before {
    background-image: url("../img/car_ico4.svg");
}

.car_props a.ico5:before {
    background-image: url("../img/car_ico5.svg");
}

.car_props a:hover:before {
    background-color: #5E5871;
}

.car_gallery_wrap {
    height: 460px;
    margin-top: 58px;
    position: relative;
}

.car_gallery {
    width: 280px;
    height: 460px;
}

.car_gallery .swiper-wrapper {
    align-items: center;
}

.car_gallery .swiper-slide {
    width: 250px;
    height: 175px !important;
    transition: all .4s ease;
    opacity: .4;
    overflow: hidden;
}

.car_gallery .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.1) !important;
}

.car_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.car_gallery .swiper-slide:hover img {
    transform: scale(1.1);
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    width: 55px;
    height: 55px;
    background: url("../img/car_prev.svg") 50% no-repeat;
    opacity: 1;
    margin: 0;
    left: calc(50% - 27px);
    right: unset;
    transition: all .4s ease;
}

.car_gallery_wrap .swiper-button-prev {
    top: -28px;
}

.car_gallery_wrap .swiper-button-next {
    top: unset;
    bottom: -28px;
    background: url("../img/car_next.svg") 50% no-repeat;
}

.car_gallery_wrap .swiper-button-prev:hover {
    background: url("../img/car_prev_hov.svg") 50% no-repeat;
}

.car_gallery_wrap .swiper-button-next:hover {
    background: url("../img/car_next_hov.svg") 50% no-repeat;
}

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

.car_gallery .swiper-pagination {
    right: unset !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    transform: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.car_gallery .swiper-pagination-bullet {
    width: 2px;
    height: 8px;
    border-radius: 3px;
    background: #aaaaaa;
    transition: all .4s ease;
    margin: 3px 0 !important;
}

.car_gallery .swiper-pagination-bullet-active {
    width: 3px;
    height: 20px;
    background: #5E5871;
}

.car_btns {
    margin-top: -30px;
    display: flex;
    gap: 0 25px;
    width: 73.5%;
}

.car_btns .btn {
    width: 100%;
}

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

#instock {
    margin-top: 120px;
}

#filter_table {
    display: none;
}

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

.filter_quick_menu li {
    display: block;
    width: fit-content;
    position: relative;
    cursor: pointer;
}

.filter_quick_menu li img {
    transition: all .4s ease;
    z-index: 1;
    position: relative;
}

.filter_quick_menu li img.hov {
    opacity: 0;
    position: absolute;
    left: 0;
}

.filter_quick_menu li span {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 100%;
    height: 100%;
    position: relative;
}

.filter_quick_menu li span:before {
    content: '';
    box-sizing: border-box;
    width: 0;
    display: block;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    transition: all .4s ease;
    position: absolute;
    right: 65px;
    height: 55px;
    background: #2E2D2D;
}


.filter_quick_menu li:hover .menu_name,
.filter_quick_menu li.current .menu_name {
    opacity: 0;

}

.filter_quick_menu li:hover .menu_name.hov,
.filter_quick_menu li.current .menu_name.hov {
    opacity: 1;
}

.filter_quick_menu li:hover span:before,
.filter_quick_menu li.current span:before {
    width: 255px;
}

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

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

.tb_complects > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compl_image {
    position: relative;
    z-index: 1;
}

.compl_image:after {
    content: url("../img/compl_logo.svg");
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
}

.compl_image img {
    position: relative;
    z-index: 1;
}

.compl_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 950px;
    margin-left: -185px;
    padding: 40px 40px 40px 240px;
    background: #2E2D2D;
    gap: 0 80px;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    position: relative;
}

.compl_wrap:before {
    content: url("../img/complects/compl_logo.svg");
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: -1;
}

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

.compl_techs > div {
    color: #f2f2f2;
    padding: 2px 0 2px 60px;
    transition: all .4s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.compl_techs > div span {
    color: #d4d3d3;
    font-size: 16px;
    display: block;
}

.compl_techs > div.ico1 {
    padding-left: 60px;
    background: url("../img/compl_ico1.svg") 0 50% no-repeat;
}

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

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

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

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

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


.compl_text {
    width: 57%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.compl_name {
    color: #D4D3D3;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    gap: 0 20px;
    white-space: nowrap;
}

.compl_name span {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(94, 88, 113, 0.00) 0%, #5E5871 100%);
    min-width: 160px;
}

.compl_btns {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 35px;
    width: 100%;
}

.tb_complects_showmore {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 70px;
    font-size: 18px;
}

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

.credit {
    margin-top: 120px;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.credit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #D4D3D3;
    padding: 40px;
    position: relative;
}

.credit_wrap:after {
    content: url("../img/blocks_logo.svg");
    position: absolute;
    top: 40px;
    right: 470px;
}

.credit_comment {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}

#credit_form {
    width: 475px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

#credit_form input[type=tel] {
    background: #FFFFFF;
}

#credit_form .agree_field {
    display: block;
}

.credit_img {
    position: relative;
    height: 460px;
}

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

.credit_props {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.credit_props > div {
    background-color: #F2F2F2;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    padding: 20px 20px 20px 135px;
    color: #676767;
    transition: all .4s ease;
    cursor: pointer;
    background-position: 40px 23px;
    background-repeat: no-repeat;
}

.credit_props > div span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #2e2d2d;
    transition: all .4s ease;
    margin-bottom: 5px;
}

.credit_props > div:hover {
    background-color: #000000;
    color: #ffffff;
}

.credit_props > div:hover span {
    color: #ffffff;
}

.credit_props > div.ico1 {
    background-image: url("../img/credit_ico1.svg");
}

.credit_props > div.ico2 {
    background-image: url("../img/credit_ico2.svg");
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
    );
}

.credit_props > div.ico3 {
    background-image: url("../img/credit_ico3.svg");
}

/**********************
       TEST-DRIVE
**********************/

.test_drive {
    margin-top: 120px;
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
    );
    position: relative;
    display: flex;
    align-items: center;
}

.test_drive_img {
    height: 494px;
    width: 100%;
}

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

.test_drive_wrap {
    position: absolute;
    width: 100%;
    padding: 0 40px;
}

.test_drive_comment {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}

#test_drive_form {
    width: 475px;
    margin-top: 40px;
}

#test_drive_form input[type=tel] {
    background: #FFFFFF;
}

#test_drive_form .agree_field {
    display: block;
    color: #7c7979;
}

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

.tradein {
    margin-top: 120px;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.tradein_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #D4D3D3;
    padding: 40px;
    position: relative;
}

.tradein_wrap:after {
    content: url("../img/blocks_logo.svg");
    position: absolute;
    top: 40px;
    right: 470px;
}

.tradein_comment {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}

#tradein_form {
    width: 475px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

#tradein_form input[type=tel] {
    background: #FFFFFF;
}

#tradein_form .agree_field {
    display: block;
}

.tradein_img {
    position: relative;
    height: 460px;
}

.tradein_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tradein_props {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.tradein_props > div {
    background-color: #F2F2F2;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    padding: 20px 20px 20px 135px;
    color: #676767;
    transition: all .4s ease;
    cursor: pointer;
    background-position: 40px 23px;
    background-repeat: no-repeat;
}

.tradein_props > div span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #2e2d2d;
    transition: all .4s ease;
    margin-bottom: 5px;
}

.tradein_props > div:hover {
    background-color: #000000;
    color: #ffffff;
}

.tradein_props > div:hover span {
    color: #ffffff;
}

.tradein_props > div.ico1 {
    background-image: url("../img/tradein_ico1.svg");
}

.tradein_props > div.ico2 {
    background-image: url("../img/tradein_ico2.svg");
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
    );
}

.tradein_props > div.ico3 {
    background-image: url("../img/tradein_ico3.svg");
}

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

.contacts {
    margin-top: 120px;
}

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

#map1 {
    width: 50%;
    height: 460px;
    filter: grayscale();
    background: url("../img/map.jpg") 50% no-repeat;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    border: 1px solid #D4D3D3;
}

.contacts_text {
    width: 50%;
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
    );
    background: #2E2D2D;
    padding: 40px;
    position: relative;
}

.contacts_text:after {
    content: url("../img/cont_logo.svg");
    position: absolute;
    top: 140px;
    right: 40px;
    z-index: -1;
}

.contacts_text .logo_wrap {
    margin-top: 10px;
}

.bot_addr {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 70px;
    background: url("../img/ico_loc_bot.svg") 0 50% no-repeat;
    margin-top: 40px;
}

.bot_phone {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 70px;
    background: url("../img/ico_phone_bot.svg") 0 50% no-repeat;
    margin-top: 15px;
}

.worktime {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 70px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
    margin-top: 15px;
}

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

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

footer {
    padding: 70px 0;
}

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

.yurinfo {
    color: #ffffff;
}

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

.foot_links > a {
    color: #ffffff;
}

.sinoby {
    color: #ffffff;
}

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


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

@media (max-width: 1600px) {

}

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

    body {
        background: #FFFFFF;
    }

    .top_addr {
        display: none;
    }

    .blocks_title {
        font-size: 40px;
    }

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

    .banner picture img {
        height: 540px;
    }

    .title_container {
        top: 20px;
    }

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

    .title_container .title1 span {
        font-size: inherit;
    }

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

    .timer_block {
        padding: 10px 20px;
        gap: 0 30px;
    }

    .timer_title {
        font-size: 20px;
    }

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

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

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

    .cars_items {
        margin-top: 80px;
    }

    .cars_list_bg {
        display: none;
    }

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

    .cars_menu {
        margin-top: 10px;
        justify-content: center;
    }

    .car_item {
        background: #F2F2F2;
        clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    }

    .car_logo {
        right: 0;
    }

    .car_wrap {
        gap: 0 20px;
        align-items: center;
        flex-flow: wrap;
    }

    .car_image {
        width: 55%;
    }

    .car_image:before {
        top: 0;
        right: -30px;
    }

    .car_colors {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 10px;
    }

    .car_text {
        margin-top: 0;
        width: 40%;
    }

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

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

    .car_gallery_wrap {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .car_gallery {
        width: 90%;
        height: auto;
        padding-bottom: 20px !important;
        padding-left: 0 !important;
    }

    .car_gallery .swiper-wrapper {
        height: 180px;
    }

    .car_gallery .swiper-slide {
        width: unset;
        height: 150px !important;
        margin: 0 !important;
    }

    .car_gallery_wrap .swiper-button-prev {
        top: 30%;
        left: 0;
        transform: rotate(-90deg) scale(-1, 1);
    }

    .car_gallery_wrap .swiper-button-next {
        top: 30%;
        left: unset;
        right: 0;
        transform: rotate(90deg) scale(1, -1);
    }

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

    .filter_quick_menu {
        margin-top: 50px;
        justify-content: center;
    }

    .filter_quick_menu li span {
        padding-right: 10px;
    }

    .filter_quick_menu li img {
        display: none;
    }

    .filter_quick_menu li img.menu_name {
        display: block;
    }

    .filter_quick_menu li:hover span:before, .filter_quick_menu li.current span:before {
        width: 100%;
        right: 0;
    }

    .tb_complects > div {
        flex-direction: column;
    }

    .compl_wrap {
        width: 100%;
        padding: 100px 40px 40px;
        margin-left: 0;
        margin-top: -105px;
    }

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

    .credit {
        margin-top: 60px;
    }

    .credit_wrap {
        padding: 20px;
    }

    .credit_text {
        position: relative;
        z-index: 1;
    }

    #credit_form {
        width: 350px;
    }

    .credit_comment {
        margin-top: 20px;
        font-size: 18px;
    }

    .credit_props {
        top: 20px;
        right: 20px;
    }

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

    .test_drive {
        margin-top: 60px;
    }

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

    .tradein {
        margin-top: 60px;
    }

    .tradein_wrap {
        padding: 20px;
    }

    .tradein_text {
        position: relative;
        z-index: 1;
    }

    #tradein_form {
        width: 350px;
    }

    .tradein_comment {
        margin-top: 20px;
        font-size: 18px;
    }

    .tradein_props {
        top: 20px;
        left: 20px;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .bot_addr {
        font-size: 17px;
    }

    footer {
        padding: 30px 0;
        background: #000000;
        margin-top: 60px;
    }

}

/*IPAD PRO BEGIN*/

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

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

    header .btn {
        display: none;
    }

    header {
        padding: 10px 0;
    }

    .menu.show {
        top: 65px;
    }

    .menu .menu_wrap {
        gap: 0 30px;
    }

    .menu .menu_wrap a {
        font-size: 14px;
    }

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

    .banner {
        margin-top: 100px;
    }

    .banner picture img {
        height: 350px;
    }

    .title_container .title_date {
        font-size: 22px;
        display: none;
    }

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

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

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

    .timer_block {
        flex-flow: wrap;
        margin-top: -30px;
    }

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

    .timer_title br {
        display: none;
    }

    .timer_block .timer {
        width: 100%;
    }

    #timer_form {
        width: 100%;
    }

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

    .cars_menu {
        gap: 10px 0;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .cars_menu > a {
        width: 45%;
        min-height: unset;
    }

    .cars_menu > a:hover {
        background: transparent;
    }

    .cars_menu a .menu_name {
        opacity: 1 !important;
    }

    .cars_menu a .menu_name_hov {
        display: none;
    }

    .car_item {
        padding: 15px 20px;
    }

    .car_wrap {
        flex-flow: wrap;
        gap: 0;
    }

    .car_image {
        width: 60%;
    }

    .car_name {
        white-space: nowrap;
    }

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

    .compl_wrap {
        width: 100%;
    }

    .compl_btns {
        margin-top: 20px;
    }

    .compl_name {
        font-size: 30px;
    }

    .tb_complects_showmore {
        margin-top: 30px;
    }

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

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

    .credit_text {
        width: 100%;
    }

    #credit_form {
        width: 100%;
    }

    .credit_img {
        height: auto;
    }

    .credit_props {
        left: 20px;
    }

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

    .test_drive_wrap {
        left: 20px;
    }

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

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

    .tradein_text {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
    }

    .tradein_img {
        height: auto;
    }

    .tradein_props {
        right: 20px;
    }

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

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

    .contacts_text {
        width: 100%;
    }

    #map1 {
        width: 100%;
        background-size: cover;
    }

}

/*IPAD END*/

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

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

    .blocks_title {
        font-size: 7vw;
        padding-left: 25px;
        background-size: 20px;
    }

    .blocks_title:after {
        transform: scale(0.6);
        transform-origin: 10% 30%;
    }

    body {
        background: #FFFFFF;
    }

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

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 5px;
        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: #000000;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 10px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
    }

    .menu.show {
        top: unset;
    }

    .menu.active {
        right: 0;
    }

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

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

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

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

    header {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    header .btn {
        display: none;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        margin: 5px auto 0;
    }

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

    .banner {
        margin-top: 97px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
        transform: none;
        left: 0;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo2 {
        padding-left: 10px;
        margin-left: 10px;
    }

    .title_container {
        text-align: center;
        padding: 0 15px;
        left: 0;
        width: 100%;
        top: 30px;
    }

    .title_container .title_date {
        font-size: 4vw;
        margin: 0 auto;
        background-size: 40px;
        padding-left: 50px;
    }

    .title_container .title_date:before {
        height: 100%;
        top: 0;
    }

    .title_container .title1 {
        font-size: 6vw;
        margin-top: 10px;
    }

    .title_container .title1 span {
        font-size: 8vw;
        padding-left: 0;
    }

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

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

    .timer_block {
        flex-flow: wrap;
        padding: 10px 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
    }

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

    .timer_title br {
        display: none;
    }

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

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

    .timer_block .btn {
        width: 100%;
    }

    #timer_form {
        width: 100%;
    }

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

    .cars_items {
        margin-top: 60px;
    }

    .cars_menu {
        flex-flow: wrap;
        justify-content: space-between;
        gap: 20px 0;
        margin-top: 40px;
    }

    .cars_menu > a {
        width: 48%;
        flex-direction: column;
        align-items: flex-start;
    }

    .cars_menu a .menu_img {
        opacity: 0 !important;
        display: none;
    }

    .cars_menu a .menu_img_hov {
        opacity: 1 !important;
        position: relative;
    }

    .cars_menu a .menu_name {
        position: relative;
        opacity: 1;
        transform: unset;
        margin-top: -10px;
    }

    .cars_menu a .menu_name_hov {
        display: none;
    }

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

    .cars_list_bg {
        display: none;
    }

    .car_item {
        padding: 70px 15px 15px;
        background: #F2F2F2;
        clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    }

    .car_logo {
        display: none;
    }

    .car_wrap {
        flex-flow: wrap;
        gap: 10px 0;
    }

    .car_image {
        width: 100%;
        order: 1;
    }

    .car_image:before {
        top: 10px;
        left: 15px;
        transform: scale(0.6);
        transform-origin: 0 0;
    }

    .car_colors {
        position: relative;
        width: 100%;
        justify-content: center;
        bottom: 0;
        left: 0;
        margin-top: 10px;
    }

    .car_colors > span {
        display: none;
    }

    .car_text {
        width: 100%;
        margin-top: 10px;
        order: 3;
    }

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

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

    .car_props > a {
        font-size: 4vw;
        min-height: 35px;
        padding-left: 45px;
    }

    .car_props a:before {
        width: 35px;
        height: 35px;
        top: 0;
    }

    .car_gallery_wrap {
        width: 100%;
        height: auto;
        margin-top: 0;
        order: 2;
    }

    .car_gallery {
        width: 100%;
        height: auto;
        padding-bottom: 10px !important;
        padding-left: 0 !important;
    }

    .car_gallery .swiper-wrapper {
        height: 120px;
        align-items: center;
    }

    .car_gallery .swiper-slide {
        width: unset;
        margin: 0 !important;
        height: 80px !important;
    }

    .car_gallery .swiper-slide-active {
        transform: scale(1.2) !important;
    }

    .car_gallery .swiper-pagination {
        top: unset !important;
        bottom: 0 !important;
        flex-direction: row;
        height: auto;
        gap: 0 5px;
        display: flex;
    }

    .car_gallery .swiper-pagination-bullet {
        height: 4px;
        width: 10px;
    }

    .car_gallery .swiper-pagination-bullet-active {
        height: 6px;
        width: 26px;
    }

    .car_gallery_wrap .swiper-button-prev {
        top: 40%;
        left: 0;
        transform: rotate(-90deg) scale(-1, 1);
        display: none;
    }

    .car_gallery_wrap .swiper-button-next {
        top: 40%;
        left: unset;
        right: 0;
        transform: rotate(90deg) scale(1, -1);
        display: none;
    }

    .car_btns {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px 0;
        width: 100%;
    }

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

    #instock {
        margin-top: 60px;
    }

    .filter_quick_menu {
        margin-top: 30px;
        flex-flow: wrap;
        justify-content: space-between;
        gap: 10px 0;
    }

    .filter_quick_menu > li {
        width: 48%;
    }

    .filter_quick_menu > li img {
        display: none;
    }

    .filter_quick_menu > li img.menu_name {
        display: block;
    }

    .tb_complects {
        margin-top: 30px;
    }

    .tb_complects > div {
        flex-direction: column;
    }

    .filter_quick_menu li:hover span:before, .filter_quick_menu li.current span:before {
        right: 0;
        width: 100%;
    }

    .compl_wrap {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        position: relative;
        padding: 65px 15px 15px;
    }

    .compl_techs {
        width: 100%;
    }

    .compl_text {
        width: 100%;
    }

    .compl_name {
        position: absolute;
        top: 10px;
        display: flex;
        justify-content: center;
        gap: 0 10px;
        font-size: 7vw;
        width: 100%;
        left: 0;
    }

    .compl_name span {
        min-width: auto;
        padding: 0 10px;
    }

    .compl_image {
    }

    .compl_image:after {
        transform: scale(0.7);
        transform-origin: 100% 0;
    }

    .compl_btns {
        margin-top: 20px;
    }

    .tb_complects_showmore {
        font-size: 4vw;
        margin-top: 20px;
    }

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

    .credit_wrap {
        flex-direction: column;
        gap: 20px 0;
        padding: 15px;
    }

    .credit_text {
        width: 100%;
    }

    #credit_form {
        width: 100%;
    }

    .credit_img {
        height: auto;
    }

    .credit_props {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
        gap: 10px 0;
    }

    .credit_props > div {
        font-size: 3vw;
        padding: 10px 10px 10px 70px;
        background-size: 40px;
        background-position: 15px 50%;
    }

    .credit_props > div span {
        font-size: 4.5vw;
    }

    .credit_props > div br {
        display: none;
    }

    .credit_comment {
        font-size: 4vw;
        margin-top: 15px;
    }

    .credit_comment br {
        display: none;
    }

    .credit_img img {
        margin-top: 10px;
        height: 200px;
        object-position: 50% 100%;
    }

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

    .test_drive {
        margin-top: 60px;
        align-items: flex-start;
    }

    .test_drive_wrap {
        padding: 30px 15px;
    }

    .test_drive_comment {
        font-size: 4vw;
        margin-top: 15px;
    }

    .test_drive_img {
        height: 500px;
    }

    #test_drive_form {
        margin-top: 15px;
        width: 100%;
    }

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

    .tradein {
        margin-top: 60px;
    }

    .tradein_wrap {
        flex-direction: column;
        gap: 20px 0;
        padding: 15px;
    }

    .tradein_text {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
    }

    .tradein_img {
        height: auto;
    }

    .tradein_props {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 10px;
        gap: 10px 0;
    }

    .tradein_props > div {
        font-size: 3vw;
        padding: 10px 10px 10px 70px;
        background-size: 40px;
        background-position: 15px 50%;
    }

    .tradein_props > div span {
        font-size: 4.5vw;
    }

    .tradein_props > div br {
        display: none;
    }

    .tradein_comment {
        font-size: 4vw;
        margin-top: 15px;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_img img {
        margin-top: 10px;
        height: 200px;
        object-position: 50% 90%;
    }

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

    .contacts {
        margin-top: 60px;
    }

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

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

    #map1 {
        width: 100%;
        background-size: cover;
        height: 350px;
    }

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

    footer {
        background: #000000;
        padding: 20px 0;
        margin-top: 30px;
    }

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

    .yurinfo, .foot_links > a, .sinoby {
        font-size: 3vw;
    }

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

}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}