.w_80p{
    width: 80%!important;;
}
.lh15{
    line-height: 1.5!important;
}
body,html{
    margin: 0;
    background:white;
    font-style: normal;
    color: #000;
    padding: 0;
    font-family: 'Hyundai Sans Text Office';
    font-weight: normal;
}
body{
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
}
.flex{
    display: flex;
    align-items: center;
}
.header_top{
    background: #FCFCFC;
    height: 40px;
    justify-content: flex-end;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.phone img{
    width:7px;
    margin-right: 20px;
    margin-bottom: 4px;
}
.phone{
    margin-right: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 0.6;
    letter-spacing: 0.02em;
    color: #000000;
}
.phone:hover{
    color: #494A4A;
}
.phone:hover img{
    transform: rotate(-15deg);
}
.top_menu .menu_item_top{
    background: #E4DCD3;
    min-width: 168px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 0.6;
    letter-spacing: 0.02em;
    text-align: center;
    color: #494A4A;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.top_menu .menu_item_top:hover{
    opacity: 0.8;
}
.top_menu .menu_item_top:nth-child(2){
    margin: 0 2px;
}
.logo{
    max-width: 149px;
    margin-right: 25px;
}
.logo img{
    width: 100%;
    margin-bottom: 3px;
}
.logo:hover{
    opacity: 0.8;
}
.menu_item{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #494A4A;
    margin: 0 15px;
    position: relative;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.menu_item:before{
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #002C5F;
    bottom: 0px;
    position: absolute;
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -moz-transition: transform 0.4s;
    pointer-events: none;
}
.menu_item:hover{
    color:#002C5F;
    webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.menu_item:hover:before{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}
.bottom_menu{
   /* margin-right: 58px;*/
    position: relative;
    z-index: 1;
}
.header_bottom{
    justify-content: center;
    padding-top: 23px;
    padding-bottom: 19px;
    border-bottom: 1px solid #E4DCD3;
    position: relative;
    z-index: 1000;
    background: white;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}

.lang_item{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    align-items: center;
   justify-content: center;
    color: #494A4A;
    height: 18px;
    width: 25px;
    padding: 4px 2px 0;
}
.lang_active{
    background: #E4DCD4;
}
.lang_item:hover{
    background: #E4DCD4;
}
.block_languages span{
    width: 1px;
    background:#494A4A;
   height: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
.block_languages{
    display: flex;
    align-items: center;
    margin-right: 72px;
    position: relative;
    z-index: 1;
}
.search{
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    z-index: 3;
}
.search img{
    width: 18px;
    height: 18px;
}
.slider_car{
    /*max-width: 1210px*/
    max-width: 1120px;
    margin: 0 auto;
}
.top_header{
    background: #E4DCD3;
    padding: 27px 0 26px 0;
    width: 100%;
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
    color: #555555;
    margin-top: 72px;
    margin-bottom: 84px;
}
.top_header div{
    max-width: 1120px;
    margin: 0 auto;
}
.slider_car .owl-nav button{
    height: 42px;
    width: 23px;
    top: 50%;
    margin-top: -21px;
}
.slider_car .owl-nav button img{
    width: 100%;
}
.slider_car .owl-nav .owl-prev{
    left: -50px;
    position: absolute;
    transition-duration: 0.3s;
}
.slider_car .owl-nav .owl-prev:hover{
    opacity: 0.5;
}
.slider_car .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    transition-duration: 0.3s;
}
.slider_car .owl-nav .owl-next:hover{
    opacity: 0.5;
}
.car_name{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 2px;
    text-align: center;
    cursor: pointer;
}
.car_name:hover{
    opacity: 0.8;
}
/*.slider_car .car_item{*/
/*    max-width: 180px;*/
/*    width: 100%;*/
/*}*/
.car_label{
    position: absolute;
    top:0 ;
    left: 50%;
    transform: translateX(100%);
    width: 40px;
    height: 40px;
}
.car_label.selected{
    background-image: url("../img/ok.svg");
    background-position: center;
    background-size: cover;
}
.car_label img{
    width: 100%;
}
.car_item{
    padding-top: 40px;
    position: relative;
    display: block;
}
.slider_car .owl-item img {
    width:auto;
    max-width: 100%;
    height: auto;
    max-height: 109px;
}
.slider_car .car_item_img{
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}
.slider_car button.owl-dot,.block_carusel button.owl-dot {
    background: #FFFFFF;
    border: 1px solid #999999;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 12px;
    transition-duration: 0.3s;
}
.slider_car .owl-dot:last-child,.block_carusel .owl-dot:last-child{
    margin-right: 0;
}
.slider_car button.owl-dot:hover,.block_carusel button.owl-dot:hover{
    background: #4D9CB8;
    border-color: #4D9CB8;
}
.slider_car .owl-dots,.block_carusel .owl-dots{
    position: absolute;
    bottom: -47px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_carusel .owl-dots{
    bottom: 0;
}
.slider_car .owl-dot.active,.block_carusel .owl-dot.active{
    background: #4D9CB8;
    border-color: #4D9CB8;
}
sidebar{
    background: #E4DCD3;
    border: 1px solid #E4DCD3;
    box-sizing: border-box;
    padding-bottom:  66px;
    max-width: 295px;
    width: 100%;
    margin-right: 10px;
}
.new_label{
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
.color_name:before{
    content: '';
    position: absolute;
    top: 98%;
    left: 0;
    width: 6px;
    height: 6px;
    background-image: url(../img/triangle.svg);
    background-position: left;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.color_name{
    position: absolute;
    left: 20%;
    margin-bottom: 5px;
    bottom: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    color: #002C5F;
    font-weight: 500;
    letter-spacing: 0.02em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transform: translateY(-5px);
    white-space: nowrap;
    display: block;
    z-index: 11;
}
.color_label:hover .color_name{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    transform: translateY(0);
}
.sidebar_item_title{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height:1.6;
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    box-sizing: border-box;
}
.sidebar_item_title:hover{
    opacity: 0.8;
}
.sidebar_item_title img{
    position: absolute;
    right:23px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    transition-duration: 0.3s;
}

.sidebar_item.active .sidebar_item_title img{
    transform: translateY(-50%) rotate(180deg);
}
.new_label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.label_text{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #000000;
}
.new_label .check{
    position: absolute;
    top: 50%;
    transform: translateY(-64%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #999999;
    box-sizing: border-box;
}
.new_label input:checked ~ .check {
    background: #002C5F;
    background-image: url("../img/Vector.svg");
    border-color: #002C5F;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.new_label .check:after {
    content: "";
    position: absolute;
    display: none;
}
.new_label input:checked ~ .new_label .check:after {
    display: block;
}
.sidebar_option{
    opacity: 0;
    position: absolute;
    visibility: hidden;
    height: 0;
    overflow-y: auto;
}
.sidebar_item{
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}

.sidebar_item.active .sidebar_option{
    opacity: 1;
    visibility: visible;
    position: relative;
   /* margin-top: 15px;*/
    padding: 0 23px;
    padding-bottom: 25px;
    height: 100%;
}
.sidebar_option .new_label:last-child{
    margin-bottom: 0;
}
.sidebar_item:first-child .sidebar_option{
    padding-bottom: 65px;
}
.sidebar_option_fix .new_label .check{
    width: 30px;
    height: 30px;
    border: none;
}
.sidebar_option_fix .new_label{
    padding-left: 37px;
    margin-bottom: 37px;
}
.sidebar_option_fix .new_label:last-child{
    margin-bottom: 37px;
}
.sidebar_option_fix{
    display: flex;
    flex-wrap: wrap;
}
.sidebar_option_fix .new_label .check{
    transform: translateY(0);
    top: 0;
}
.sidebar_option_fix .new_label input:checked ~ .check {
    opacity: 0.5;
    border-color:transparent;
    width:30px;
    height: 30px;
    border: none;
}
.sidebar_label_1 .check{
 /* background-color: #faa31d;
  border-color: #faa31d;*/
}
.sidebar_label_2 .check{
 /*   background-color: #1e284c;
    border-color: #1e284c;*/
}
.sidebar_label_3 .check{
 /*   background-color: #293036;
    border-color: #293036;*/
}
.sidebar_label_4 .check{
  /*  background-color: #a1271d;
    border-color: #a1271d;*/
}
.sidebar_label_5 .check{
  /*  background-color: #050507;
    border-color: #050507;*/
}
.sidebar_label_6 .check{
 /*   background-color: #d6d6d6;
    border-color: #d6d6d6;*/
}
.sidebar_label_7 .check{
 /*   background-color: #ffffff;
    border-color: #999999;*/
}
.sidebar_label_8 .check{
  /*  background-color: #626570;
    border-color: #626570;*/
}
.sidebar_label_9 .check{
 /*   background-color: #1a3445;
    border-color:  #1a3445;*/
}
.sidebar_option_title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 14px;
}
.sidebar_option_new{
    max-height: 475px;
    /*max-height: 100%;*/
    overflow-y: scroll;
    margin-right: 4px;
}
.sidebar_item.active .sidebar_option_new{
    padding-bottom: 10px;
}
.sidebar_option_new::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
}
.sidebar_option_new::-webkit-scrollbar {
    width:4px;
}
.btn{
    background: #002C5E;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 255px;
    width: 100%;
    height: 51px;
    margin: 0 auto;
    /*margin-top: 66px;*/
}
.btn:hover{
    opacity: 0.8;
}
.sidebar_item_fix .new_label{
    margin-bottom: 0;
}
.sidebar_item_fix .label_text{
    font-size: 18px;
    line-height: 1.6;
}
.sidebar_item_fix .new_label{
    padding-left: 26px;
}
.sidebar_item_fix .sidebar_item_title{
    padding-right: 21px;
}
.sidebar_item_fix .new_label .check{
    transform: translateY(-61%);
}
.sort img{
    margin-right: 5px;
}
.sort img:last-child{
    transform: rotate(-180deg);
    margin: 0;
}
.abs_sort.sort img:nth-last-child(2){
    opacity: 1;
}
.sort.desc_sort img:last-child{
    opacity: 1;
}
.sort img{
    opacity: 0.4;
}
.sort{
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.sort:hover{
    opacity: 0.8;
}
.content{
    align-items: flex-start;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 97px;
}
.products_content{
    width: 100%;
}
.content_top{
    background: #002C5E;
    padding: 13px 21px;
    color: white;
    letter-spacing: 0.02em;
    font-style: normal;
    font-weight:normal;
    justify-content: space-between;
    margin-bottom: 10px;
}
.selected_info{
    font-size: 16px;
    line-height: 1.7;
}
.car_count{
    font-weight: bold;
}
.sort{
    font-size: 14px;
    line-height: 2;
    color: white;
}
.sort span{
    margin-right: 10px;
}
.selected_filters{
    border: 1px solid #E4DCD3;
    box-sizing: border-box;
    padding: 11px 21px;
    min-height: 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.choose{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #999999;
    padding: 0 8px;
    background: transparent;
    height: 22px;
    border: 1px solid #999999;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
}
.choose span{
    height: 15px;
}
.choose img{
    margin-left: 14px;
}
.choose img:hover{
    filter: invert(100%);
}
.choose:hover{
    color: black;
}
.delete{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
    background: transparent;
    padding: 0;
    position: absolute;
    right:0;
    bottom: 0;
}
.block_delete{
    width: 100%;
    position: relative;
    height: 28px;
}
.delete:hover{
    color: black;
}
.delete:before{
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 5px;
    background: #999999;
    content: '';
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.delete:hover:before{
    right: 0;
    left: 100%;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.part_left{
    width: 50%;
}
.part_left a img{
    width: 100%;
}
.part_left .address{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /*line-height: 2;*/
    letter-spacing: 0.02em;
    color: #002C5F;
    margin-bottom: 6px;
    padding-right: 10px;
}
.part_left .address img{
    margin-right: 12px;
    margin-bottom: 3px;
}
.part_left_label{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 2.3;
    letter-spacing: 0.02em;
    color: #000000;

}
.part_left_label_fix{
    padding-left: 32px;
}
.part_left_label img{
    margin-right: 8px;
    margin-bottom: 3px;
}
.block_info{
    border-top: 1px solid #E4DCD3;
    padding: 11px 0;
}
.block_info li{
    margin-right: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #000000;
}
.block_info li:last-child{
    margin-right: 0;
}
.block_info li img{
    margin-right: 8px;
    margin-bottom: 3px;
}
.block_color span{
    width: 15px;
    height: 15px;
    margin-right: 9px;
    margin-bottom: 3px;
}
.block_color{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    color: #000000;
}
.car_title, .car_year{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #000000;
}
.car_year{
    margin: 4px 0 8px 0;
}
.car_title:hover{
    color: #002C5E;
}
.product_cart{
    border: 1px solid #E4DCD3;
    box-sizing: border-box;
    padding: 30px 18px 30px 46px;
    align-items: stretch;
    margin-bottom: 10px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.product_cart:hover{
    border-color: rgba(0, 44, 95, 0.4);
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.car_img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 177px;
}
.block_price{
    margin-top: 23px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    display: flex;
    align-items: baseline;
    letter-spacing: 0.02em;
    flex-direction: column;
    color: #000000;
}
.block_price span{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}
.car_credit span{
    font-size: 14px;
    line-height: 2;
}
.car_credit, .car_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.part_right{
    width: 50%;
}
button.btn_all{
    height: 39px;
    margin-top: 77px;
    max-width: 188px;
}
.pagination{
    margin-top: 4px;
    display: inline-flex;
    width: auto;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}
.pagination li a{
    color: #999999;
    font-weight: 400;
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.02em;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.pagination li{
    margin-right: 10px;
    cursor: pointer;
}
.pagination li:last-child{
    margin-right: 0;
}
.pagination li.active a{
    font-weight: bold;
    color: #FFFFFF;
}
.pagination li.active{
    background: #002C5F;
}
.pagination li:hover a{
    font-weight: bold;
    color: #FFFFFF;
}
.pagination li:hover{
    background: #002C5F;
}
.pagination_block{
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 90px;
}
footer{
    /*margin-top: 336px;*/
    background: #1C1B1B;
    padding: 32px 0 29px 0;
    position: relative;
}
.wrapper{
    max-width: 1120px;
    margin: 0 auto;
}
.block_social{
    display: flex;
    align-items: center;
}
.block_social a{
    width: 28px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_social img{
    width: auto;
    height: auto;
    max-height: 22px;
}
.footer_nav a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
    margin-right: 33px;
}
.footer_nav a:last-child{
    margin-right: 0;
}
.footer_nav a:hover{
    color: white;
}
.block_social a:first-child{
    margin-right: 16px;
}
.block_social a:hover{
    filter: brightness(3) contrast(238%);
}
.footer_block_title{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
    margin-right: 22px;
}
footer form input{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /*line-height: 2;*/
    letter-spacing: 0.02em;
    color: #999999;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 6px 0 4px 0;
    padding-left: 14px;
    width: 156px;
    background: transparent;
    height: 28px;

}
footer form input::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
}
.btn_footer{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: none;
    height: 28px;
    padding: 0 10px;
}
.btn_footer:hover{
    opacity: 0.8;
}
footer form{
    display: flex;
    align-items: center;
    position: relative;
}
.licence_text{
    margin-top: 29px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #999999;
    margin-bottom: 11px;
}
.footer_menu{
    margin-bottom: 4px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.footer_text{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #999999;
}
.logo_footer{
    margin-right: 87px;
    display: block;
}
.logo_footer:hover{
    opacity: 0.8;
}
.logo_footer img{
    width: 58px;
}
.btn_top{
    position: absolute;
    width: 60px;
    height: 58px;
    right: 0;
    z-index: 10;
    top: -58px;
}
.btn_top:hover{
    opacity: 0.9;
    cursor: pointer;
}
.animation{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.owl-thumbs{
    position: relative;
    /*bottom: -85px;*/
    /*left: 0;*/
    display:flex;
    width: 100%;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.owl-thumb-item{
    /*display: table-cell;*/
    border: none;
    background: none;
    padding: 0;
    width: auto;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-thumb-item img {
    width:auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slide{
    height: 328px;
    /*max-width: 603px;*/
    /*width: 100%;*/
    width: 600px;
}
.slider_car_item{
    max-width: 603px;
    width: 100%;
    margin-bottom: 110px;
}
.slider_car_item .slide img{
    display: none;
}
.slide{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.owl-thumb-item.active{
    display: none;
}
.info_block{
    background: #E4DCD3;
    max-width: 505px;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 39px;
    margin-left: 6px;
}
.part_right_fix{
    width: 100%;
}
.part_right_fix .block_info{
    flex-wrap: wrap;
    border-top: 1px solid #FFFFFF;

    padding: 11px 50px;
    padding-bottom: 0;
}
.part_right_fix .block_info li{
    padding-bottom: 20px;
    font-family: 'Hyundai Sans Head Office';
    font-size: 16px;
    line-height: 1.7;
}
.part_right_fix .block_info li:first-child, .part_right_fix .block_info li:nth-child(2){
    width: 50%;
    margin-right: 0;
}
.part_right_fix .car_title{
    font-size: 24px;
    padding: 0 50px;
}
.part_right_fix .block_color, .part_right_fix .block_price,
.part_right_fix .block_address,.part_right_fix .car_year {
    padding: 0 50px;
}
.part_right_fix .block_color{
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
}
.part_right_fix .block_color span{
    margin-bottom: 2px;
}
.part_right_fix .block_price{
    margin-top: 50px;
    font-family: 'Hyundai Sans Head Office';
    margin-bottom: 25px;
}
.part_right_fix .block_price span{
    font-size: 36px;
}
.part_right_fix .car_credit span{
    font-size:24px;
}
.block_address ,.block_address a{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 2.3;
    letter-spacing: 0.02em;
    color: #002C5F;
}
a.map{
    color: #999999;
    position: relative;
}
.map:before{
    content: '';
    position: absolute;
    bottom:3px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #999999;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.flex_map{
    justify-content: space-between;
}
.flex_map img{
    margin-bottom: 3px;
}
.part_right_fix button.btn{
    margin-top: 25px;
    max-width: 100%;
}
.slider_car_item .owl-nav{
    position: absolute;
    top:147px;
    /*transform: translateY(-50%);*/
    width: 100%;
}
.slider_car_item button.owl-next{
    position: absolute;
    right: 0;
}
.slider_car_item button.owl-prev{
    position: absolute;
    left: 0;
}
.back_to{
    font-family:'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height:1.4;
    display:inline-flex;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 112px;
    margin-bottom: 15px;
}
.back_to:hover{
    opacity: 0.8;
}
.back_to img{
    margin-right: 12px;
}
.options_block{
    margin-top: 55px;
    margin-bottom: 75px;
}
.option_header{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 32px;
}
.option_title{
    font-family:'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    padding: 18px 35px;
    color: #74716C;
    border: 1px solid #E7DBD3;
    border-top: none;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.option_title:hover{
    color: black;
}
.options li:first-child .option_title {
    border-top: 1px solid #E7DBD3;
}
.option_title img{
    width: 12px;
}
.option_table th{
    background: #002C5F;
    font-family:"Hyundai Sans Head Office";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.3;
    padding: 17px 0;
    text-align: center;
    width: 50%;
    color: #FFFFFF;
}
.option_table th:first-child{
    border-right:  1px solid #FFFFFF;
}
.option_table{
    width: 100%;
    border-spacing: 0;
}
.option_table td{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #74716C;
    padding: 11px 16px 11px 35px;
    height: auto!important;
}
.option_table tr td:first-child{
    background: #E4DCD3;
    width: 55%;
    border-left: 1px solid #E7DBD3;
    border-bottom: 1px solid #FFFFFF;
}
.option_table tr td:last-child{
    text-align: center;
    border-right:  1px solid #E7DBD3;
    border-bottom: 1px solid #E7DBD3;
}
.option_table tr:last-child td{
    border-bottom: 1px solid #E7DBD3;
}
.option_description{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow-y: hidden;
}
.options li.active .option_description{
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.options li.active .option_title img{
    transform: rotate(180deg);
}
.flex_fix{
    justify-content: space-between;
}

.block_address a:hover{
    opacity: 0.8;
}
a.map:hover:before{
    right: 0;
    left: 100%;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.burger{
    height: 14px;
    width: 27px;
    position: relative;
    margin-left: 10px;
    display: none;
    cursor: pointer;
    z-index:999;
}
.line1, .line2, .line3 {
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background-color: black;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.line1 {
    top: 0;
}
.line2 {
    top: 50%;
    transform: translateY(-50%);
}
.line3 {
    bottom: 0;
}
.mob_menu{
    position: fixed;
    right: -400px;
    top: 0px;
    padding: 20px;
    padding-top: 90px;
    height: 100%;
    z-index: 900;
    width: 320px;
    box-sizing: border-box;
    background: white;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    box-sizing: border-box;
    padding-left: 30px;
}
.mob_menu.active{
    right: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.mob_menu .menu_item {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
}
.filter{
    display: none;
    cursor: pointer;
}
.filter:hover{
    opacity: 0.8;
}
.sidebar_close{
    display: none;
    cursor: pointer;
}
.sidebar_close:hover:before, .sidebar_close:hover:after{
    background: black;
}
footer .wrapper {
    align-items: flex-start;
}
.filter span{
    height: 27px;
}
.option_table tr td:last-child{
    padding-left: 16px;
}
header.active{
padding: 0;
}
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    z-index: 1000;
    box-sizing: border-box;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    padding: 0 20px;
    width: 100%;
}
header.active .block_languages{
    /*left: 10px;*/
}
header.active .search{
    /*right: 55px;*/
}
header.active .header_top{
    height: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    visibility: hidden;
}
.flex_new{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.height_block{
    height: 112px;
}
.serch_forma {
    position: absolute;
    display: flex;
    width: 0;
    align-items: center;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    top: 50%;
    height: 40px;
    margin-top: -20px;
}
.serch_forma.active{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    right: 0;
    z-index: 1;
    opacity: 1;
    border:1px solid #E4DCD3;
}
.search_input{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #999999;
}
.serch_forma form{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}
.search_ico{
    z-index: 2;
    width: 18px;
    height: 18px;
    background-image: url(../img/button_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    background-color: transparent;
}
.search.active .close_form{
    display: block;
}
.close_form{
    display: none;
    z-index: 2;
    position: absolute;
    left: 100%;
    width: 18px;
    height: 18px;
    background-image: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    background-color: transparent;
    margin-left: 10px;
}

.page_title{
    width:100%;
    margin: 0 auto;
    padding: 60px 60px 0;
    background: url(../img/sky.jpg) no-repeat center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page_text,.page_text_new{
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}
.page_text>div {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page_text>div:nth-child(2n+1) {
    background: #e1e0e0;
}

.page_text>div * {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
.page_text p,.page_text_new p {
    margin-bottom: 20px;
}
.page_title h1{
    font-size: 60px;
    padding: 100px 0;
    background: rgba(100%,100%,100%,0.7);
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: #555555;
    text-align: center;
}
.page_text h3,.page_text_new h3 {
    font-size: 38px;
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: #555555;
    margin-bottom: 35px;
}
.page_text_new h4{
    font-size: 22px;
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    color: #555555;
    margin-bottom: 35px;
}
.page_text a,.page_text_new a{
    color: #004b8e;
}
.center_content{
    max-width: 1120px;
    margin: 0 auto;
    width: 90%;
}
.flex_news{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news_item{
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}
.pagination li.disabled{
    display: none;
}
.image_news img{
    max-width: 100%;
    display: block;
}
.image_news{
    display: block;
    width: 100%;
    margin-bottom:30px;
}
.data_news{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-weight: normal;
}
.new_name{
    font-size: 20px;
    color: #666;
    font-family: 'Hyundai Sans Head Office';
    font-weight: 500;
    line-height: 1.3;
}
.line_new{
    width: 100%;
    height: 1px;
    background-color:#666;
    margin-top: 30px;
    margin-bottom: 30px;
}
.new_page{
    padding-top: 60px;
}
.new_descript a{
    color: #004b8e;
}
.new_descript img{
    width: 100%;
    display: block;
    padding-bottom: 15px;
}
.new_descript p{
    padding-bottom: 15px;
}
.new_descript{
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}
.button_container{
    margin:30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sharebut:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/face.svg);
}
.sharebut {
    white-space: nowrap;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #002C5E;
    color: #fff;
    display: block;
    font-weight: bold;
    position: relative;
    padding-left: 36px;
}
.prodazi_page h1{
    position: absolute;
    width: 100%;
    left: 0;
    background-color: transparent;
}
.prodazi_page img{
    width: 100%;
    display: block;
}
.prodazi_page{
    position: relative;
}
.page_text_new{
    padding-top: 50px;
    padding-bottom: 50px;
}
.flex_blocks{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.flex_block img{
    max-height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.flex_block{
    width: 33.33%;
    margin-top: 30px;
}
.block_name{
   text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 auto;
    max-width: 300px;
}
.center_text{
    text-align: center;
}
.page_text_new .options li .option_description{
    padding: 10px;
}
.page_text_new .option_title{
    border-top: 1px solid #E7DBD3;
}
.text_height{
    height: 40px;
}
.dopmiddle2{
    min-height: calc(100vh - 345px);
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_404{
    font-size: 200px;
    text-align: center;
    font-family: 'Hyundai Sans Head Office';
    font-weight: bold;
}
.text_all{
    text-align: center;
    font-size: 16px;
    font-family: 'Hyundai Sans Text Office';
    max-width: 710px;
    width: 90%;
    margin: 0 auto;
}
.contact_form .form-group input,.contact_form .form-group select,.contact_form .form-group textarea{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    color: #848484;
    padding: 15px;
    box-sizing: border-box;
}
.contact_form .form-group textarea{
    height:160px;
}
.contact_form .form-group label{
    width: 280px;
    flex-shrink: 0;
    font-size: 16px;
    font-family: 'Hyundai Sans Head Office';
    font-weight: 500;
}
.contact_form .form-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
select:hover,select:focus{
    border: none;
    outline: none;
}
.all_model_flex{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.all_cars{
    width: 25%;
    webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    padding: 20px 0;
}
.all_cars .car_item_img img{
    max-width: 100%;
    max-height: 100%;
}
.all_cars .car_item_img{
    width: 100%;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all_cars:hover{
    box-shadow: 0px 1px 50px 1px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    z-index: 1;
}
.page_text_new .option_title:before{
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px; 
    background-image: url(../img/arrow_drop.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.page_text_new .option_title{
    position: relative;
}
.page_text_new li.active .option_title:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.sub_menu_item:hover .sub_menu{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 1;
    visibility: visible;
}
.sub_menu{
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: #fff;
    padding:10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.block_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_text{
    width: 50%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block_image img{
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
}
.block_image{
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.height_page{
    height: 50px;
}
.sub_menu a {
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}
.new_list_page li:before{
    content: '';
    width: 15px;
    height: 1px;
    background-color: #555555;
    left: 0;
    top: 12px;
    position: absolute;
}
.new_list_page li{
    position: relative;
    padding-left: 30px;

}
.new_list_page ul{
    list-style-type: none;
    margin-bottom: 20px;
}
.asistant_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.asistant_flex img{
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}
.asistant_name{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}
.asistant_item{
    width: 48%;
}
.page_image img{
    max-width: 100%;
}
.asist_flex{
    justify-content: space-between;
}
.choose {
    position: relative;
}
.choose input {
    position: absolute;
    width: 100%;
    border: none;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    outline: none;
    opacity: 0;
}
sidebar .btn{
    margin-top: 66px;
}
.option_flex_new th{
    width: 50%;
}
.option_flex_new{
    width: 100%;
}
.sub_menu_mob a{
    display: block;
}
.sub_menu_mob {
    margin-left: 20px;
    margin-bottom: 15px;
}
.left_sub_submenu{
    margin-left: 20px;
    margin-top: 15px;
}
.option_table table{
    table-layout: fixed;
    height: auto!important;
}
.option_table tr{
    height: auto!important;
}

.contact_form .help-block {
    top: 100%;
    position: absolute;
    left: 280px;
    color: red;
    font-size: 12px;
    margin-top: 2px;
    font-weight: normal;
}
.no_overflow{
    overflow-y: visible;
}
.about_menu.active .top_sub_menu{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
    -ms-transition:100ms linear;
    -o-transition:100ms linear;
    transition: 100ms linear;
    transform: translateX(0) translateY(0);
}
.top_sub_menu{
    position: absolute;
    background-color: #fff;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 11;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
    -ms-transition:100ms linear;
    -o-transition:100ms linear;
    transition: 100ms linear;
    transform: translateX(0) translateY(-15px);
    box-shadow: 0px 3px 11px -8px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.top_sub_style{
    font-family: 'Hyundai Sans Head Office';
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #494A4A;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
.arr_right:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background-image: url(../img/arr_right.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.arr_right{
    position: relative;
    width: 200px;
    margin-right: 50px;
    cursor: pointer;
}
.center_sub_menu{
    max-width: 889px;
    margin: 0 auto;
    position: relative;
}
.flex_about_menu{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.close_menu img{
    width: 100%;
}
.close_menu{
    position: absolute;
    right: 0;
    width: 20px;
    z-index: 11;
    cursor: pointer;
}
.sub_about {
    display: none;
}
.active_sub .sub_about_first{
    display: block;
}
.active_sub_sec .sub_about_second{
    display: block;
}
.active_sub .first_arr.arr_right:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.active_sub_sec .second_arr.arr_right:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.phone_flex a:last-child:after{
    display: none
}
.phone_flex a:after{
    content: ',';
}
.phone_flex a{
    margin-right: 10px;
}
.phone_flex {
    display: flex;
}
.small_litter{
    text-transform: lowercase;
    padding-left: 5px;
}
.color_span{
    position: relative;
    display: block;
}
.roof_color{
    position: absolute;
    top: 0;
    height: 4px;
    left: 0;
    right: 0;
}
.filter_roof{
    height: 7px;
}
.more_button{
    height: 45px;
    margin: 0;
}
.button_flex{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.car_card .part_left{
    position: relative;
    padding-bottom: 30px;
}
.car_card .part_left_label{
    position: absolute;
    bottom: 0;
}
.error_label{
    position: absolute;
    top: 100%;
    left: 0;
    color: red;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-top: 3px;
}
.lazyl{
    background-image: none!important;
}