@media (min-width: 1200px){
    .container {
        max-width: 1199px!important;
    }
}
@media (min-width: 1300px){
    .container {
        padding: 0;
    }
}
body {
    font-family: 'Circe-Regular', sans-serif;
}
.btn{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /*color: #FFFFFF;*/
    padding: 12px 15px;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
.btn-primary{
    background: #E40C25;
    border: 1px solid #E40C25;
    border-radius: 3px;
}
.btn-primary:hover{
    border: 1px solid #E40C25;
    background: #FFFFFF;
    color: #E40C25;
}
.button-block a.btn.btn-primary{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 15px;
    background: #E40C25;
    border: 1px solid #E40C25;
    border-radius: 3px;
}
.button-block a.btn.btn-primary:hover{
    border: 1px solid #E40C25;
    background: #FFFFFF;
    color: #E40C25;
}
.bg{
    background: #F7F7F7;
}
.dark_bg{
    background: #333333;
}
.section_padd{
    padding-top: 40px;
    padding-bottom: 40px;
}
.section_title{
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #333333;
    margin-bottom: 24px;
}
.section_title h1{
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #333333;
    margin-bottom: 0;
}
.section_title h2{
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #333333;
    margin-bottom: 0;
}
.form-group{
    margin-bottom: 24px;
}
.form-group label{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 8px;
}
.form-control{
    /*border: 1px solid #fff;*/
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 8px 16px;
    height: auto!important;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
select.form-control{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC4SURBVHgBjdCxDcIwEAXQ2LdA2iRNRrCSBVxSZgRKRqADRqCkAjq2CPS2YQNEY9dswL/CUmQpJpasSN/3cvYJpZSWUrbOuUuxYKG+xKeURDQKIc5d1+0WIIX6N/aTmqYRyDSwrqqqCCE8Mmjkbtgn8t7f/+EEXa21G+KDHE7QkRHnFP/KGOALuIq4rusWg7sxQnYA2sZ6kb4FQ1rzsKYZI2PMfppRCnHFF7p9UDzMoezq+37g7nPnPy6HQ/vRMU9gAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    padding-right: 30px;
}
.selected_cars{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #828282;
    padding-left: 14px;
}




.breadcrumb {
    background: transparent;
    padding: 12px 0;
    margin-bottom: 12px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    margin-right: 8px;
    content: "";
    background: url(../../img/new-catalog/breadcrumb.svg) no-repeat;
    width: 8px;
    height: 12px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}
.breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #BDBDBD;
    text-transform: uppercase;
}
.breadcrumb li.breadcrumb-item a:hover{
    text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
    
    color: #E40C25;
}


.posts .date-box-ico {
    display: block;
    float: left;
    width: 21px;
    height: 16px;
    margin-right: 10px;
    background: url(../../img/calendar.png)no-repeat;
}



.category_cars{
    margin-bottom: 24px;
}
.category_cars-item{
    position: relative;
    height: 80px;
    width: 100%;
    max-width: 213px;
    display: inline-block;
    text-align: center;
    margin-right: 22px;
}
.category_cars-item img {
    width: 100%;
}
.category_cars-item:hover{
    cursor: pointer;
}
.category_cars-item:last-child{
    margin-right: 0;
}
.category_cars-title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;

    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}





.filters_top hr{
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #E0E0E0;
}
.filters_top{
    padding-top: 24px;
    padding-bottom: 24px;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), #E0292B;
    margin-bottom: 24px;
}
.filters_top-input-small{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filters_top-input-small .form-control{
    max-width: 162px;
}
.filters_top-show-more{
    text-align: center;
    display: flex;
    justify-content: center;
}
.filters_top button.btn.btn-primary {
    margin-top: 38px;
    padding: 11px 15px;
}
.filters_top-show-more button{
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #4F4F4F;
    background: transparent;
    cursor: pointer;
}
.filters_top-show-more button:focus{
    outline: none;
    box-shadow: none;
}
.filters_top-show-more button svg{
    transform: rotate(0deg);
}
.filters_top-show-more button.collapsed svg{
    transform: rotate(180deg);
}
.filters_top-show-more svg{
    margin-left: 14px;
}
.filters_top-row-title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    display: block;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 16px;
}
/*.filters_top-checkbox-btn .checkbox__item:nth-child(3){*/
    /*margin-right: 0;*/
/*}*/
/*.filters_top-bottom{*/
    /*padding-bottom: 24px;*/
    /*box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.13);*/
/*}*/
.filters_top-btn{
    margin-bottom: 24px;
}
.filters_top-btn a{
    display: inline-block;
    min-width: 120px;
    border-radius: 32px;
    border: 1px solid #BDBDBD;
    padding: 7px 8px;
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #828282;
    background: transparent;
}
.filters_top-btn a.active{
    transition: color 0.5s;
    background: transparent;
    border: 1px solid #E0292B;
    color: #E0292B;
}
.filters_top-btn a.active:hover{
    color: #E0292B;
}
.filters_top-btn a:hover{
    transition: color 0.5s;
    background: transparent;
    border: 1px solid #E0292B;
    color: #E0292B;
    text-decoration: none;
}

.main_filters{
    margin-bottom: 64px;
}
.filters_left{
    padding: 24px;
}
.filters_left-item{
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 14px;
    margin-bottom: 16px;
}
.filters_left-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.filters_left-top-category{
    margin-top: 9px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.filters_left-top-category a{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #B0B0B0;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}
.filters_left-top-category a:hover{
    color: #E40C25;
    border-bottom: 2px solid #E40C25;
    text-decoration: none;
}
.filters_left-top-category a.active{
    color: #E40C25;
    border-bottom: 2px solid #E40C25;
}
.btn_filters{
    padding: 0;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 6px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.btn_filters.btn_filters-arrow:after{
    content: '';
    width: 16px;
    height: 10px;
    background: url(../../img/new-catalog/catalog-left-arrow.svg) no-repeat;
    display: inline-block;
    float: right;
    margin-top: 7px;
    transform: rotate(180deg);
}
.btn_filters.btn_filters-arrow.collapsed:after{
    transform: rotate(0deg);
}
.btn_filters:focus{
    outline: none;
    box-shadow: none;
}
.filters_left-item .checkbox__btn .checkbox__item{
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
}
.filters_left-input-small{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.filters_left-input-small .form-control{
    border: 1px solid #E0E0E0;
    max-width: 100px;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 16px;
}
.checkbox__btn-radio span.checkmark {
    background: #FFFFFF;
    border-radius: 15px;
}
.checkbox__btn-radio .checkbox__item .checkmark:after{
    border: none!important;
    width: 0!important;
    height: 0!important;
}
.checkbox__btn-radio .checkbox__item input:checked ~ .checkmark {
    background-color: #fff!important;
    border: 4px solid #E40C25;
}

.catalog_card{
    border: 1px solid #E0E0E0;
    max-width: 270px;
    margin: 0 auto 30px;
}
.catalog_card-img{
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 191px;
    margin-bottom: 12px;
}
.catalog_card-img img {
    width: 100%;
}
.catalog_card-img-btn{
    position: absolute;
    top: 16px;
}
.catalog_card-compare{
    left: 21px;
}
.catalog_card-favorite{
    right: 21px;
}
.catalog_card-info{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
}
.catalog_card-name{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    
    color: #333333;
    display: block;
    margin-bottom: 4px;
    height: 24px;
    overflow: hidden;
}
.catalog_card-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    
    color: #828282;
    display: block;
    height: 38px;
    overflow: hidden;
}
.catalog_card-info-body{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_car-title{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #4CB30F;
    margin-right: 26px;
}
.used_car-title{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #E40C25;
    margin-right: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.used_car-title svg{
    margin-right: 6px;
    vertical-align: bottom;
}
.catalog_card-less-info{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.catalog_card-less-info span{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    
    color: #333333;
}
.catalog_card-less-info-img{
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.catalog_card-price{
    margin-bottom: 20px;
}
.catalog_card-price .catalog_card-price-text{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    letter-spacing: 0.01em;
    
    color: #BDBDBD;
}
.catalog_card-price b{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333333;
}







.filters_result{
    margin-bottom: 16px;
    text-align: right;
}
.filters_result-sort-title{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    
    color: #333333;
}
.carret_catalog-icon:after{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACNSURBVHgBdY9BCsJADEV/DBFhXMwBFOpixGWP4BU8gXoTj+JN6g10r9BBZu9GoVAkzhS6GLVvlfy8BEL1ZFUADRaN9/hDbQsbx3bE0pZjlioYV/5I8Yi0cmaWdRckKUzdI5jltpf67G7cLvWUbfO7IqKjKjygByXdz5+3UyZmcqwV2Mxe1wuGSHL3wBcfQxctgwlH55MAAAAASUVORK5CYII=');
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
}
.filters_result-sort-select{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #E40C25;
    /*max-width: 122px!important;*/
    width: auto!important;
    background: none;
    background-position: 100% 50%;
    cursor: pointer;
    display: inline-block;
    border-color: #8e8e8e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    border: none;
    border-radius: 0;
    text-align: left!important;
    padding: 0px;
    outline: none;
    text-transform: lowercase;
}
.filters_result-sort-select option {
    color: #939393;
    width: auto!important;
}
.view_card-sort {
    margin-left: 40px;
}
.switch-list-view {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}
.switch-list-view.active svg rect, .switch-list-view.active svg line{
    stroke: #333333;
}
.switch-list-view:focus{
    outline: none;
    box-shadow: none;
}
.view_card-sort .switch-list-view:first-child {
    margin-right: 16px;
}





.stars .star {
    display: inline-block;
    margin-right: 2px;
}
.stars .star label{
    margin-bottom: 0;
    cursor: pointer;
}
.stars .star input[type=checkbox] {
    display: none;
}
.stars .star input[type=checkbox] + label:before {
    display: inline-block;
}
.stars .star input[type=checkbox] + label:before {
    content: "";
    background: url(../../img/new-catalog/star.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 12px;
}
.stars .star input[type=checkbox]:checked + label:before {
    content: "";
    background: url(../../img/new-catalog/fullstar.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 12px;

}




.catalog_pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_arrow {
    padding: 10px;
}
.catalog_page{
    margin: 0 10px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 43px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #828282;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 8px 0;
}
.catalog_page.active, .catalog_page:hover{
    text-decoration: none;
    background: #E40C25;
    color: #fff!important;
    border: 1px solid #E40C25;
}


.bottom_leads-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_leads-title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: block;
}
.bottom_leads-subtitle{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #828282;
    display: block;
}
.bottom_leads-tel{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 60px;
}
.bottom_leads-tel svg{
    display: none;
}
.bottom_leads-tel:hover{
    color: #fff;
    text-decoration: none;
}
.bottom_leads-btn{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    padding: 14px 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E40C25;
    cursor: pointer;
}
.bottom_leads-btn:hover{
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

























/*CHECKBOX BTN*/
.checkbox__btn{
    display: flex;
    flex-wrap: wrap;
}
.checkbox__btn .checkbox__item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #333333;


    text-align: left;
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 40px;
}
.checkbox__btn .checkbox__item:last-child {
    margin-right: 0;
}
.checkbox__btn .checkbox__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox__btn .checkmark {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox__btn .checkbox__item:hover input ~ .checkmark {
    background-color: #cccccc26;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #E40C25;
}
.checkbox__btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox__btn .checkbox__item input:checked ~ .checkmark:after {
    display: block;
}
.checkbox__btn .checkbox__item .checkmark:after {
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0px 1.8px 1.9px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*END CHECKBOX BTN*/
/*RADIO BTN*/
.radios__btn.radios__btn-catalog {
    display: flex;
    margin-bottom: 24px;
}
.radios__btn.radios__btn-catalog label {
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #828282;

    background: transparent;


    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.radios__btn.radios__btn-catalog input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radios__btn.radios__btn-catalog label span {
    display: inline-block;
    min-width: 120px;
    border-radius: 32px;
    border: 1px solid #BDBDBD;
    padding: 7px 8px;
}
.radios__btn.radios__btn-catalog input:checked ~ span {
    transition: color 0.5s;
    background: transparent;
    border: 1px solid #E0292B;
    color: #E0292B;
}
.radios__btn.radios__btn-catalog label:hover span {
    transition: color 0.5s;
    background: transparent;
    border: 1px solid #E0292B;
    color: #E0292B;
}
/*END RADIO BTN*/



.base_harakteristick-wrap {
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.base_harakteristick-title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #333333;
}
.harakteristick-wrap-item{
    display: flex;
    position: relative;
}

.harakteristick-wrap-item:before {
    content: '';
    border-left: 1px solid #BDBDBD;
    display: inline-block;
    width: 1px;
    height: 31px;
    position: absolute;
    left: -40px;
}
.harakteristick-wrap-item.harakteristick-wrap-item-first:before {
    border: none;
    display: none;
}
.harakteristick-wrap-desc{
    margin-left: 8px;
}
.harakteristick-wrap-desc-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}
.harakteristick-wrap-desc-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.harakteristick-wrap-desc-list li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #828282;
    display: block;
}






.selection_car-wrap{
    display: flex;
    flex-wrap: wrap;

}
.selection_car-item{
    margin-right: 25px;
    min-width: 160px;
    margin-bottom: 20px;
    flex: 0 0 23%;
}
.selection_car-item:last-child{
    margin-right: 0;
}
.selection_car-item:nth-child(4n) {
    margin-right: 0;
}
.selection_car-title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
    display: block;
    margin-bottom: 8px;
}
.selection_car-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.selection_car-list li{
    margin-bottom: 8px;
}
.selection_car-list li a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #828282;
}
.selection_car-list li a:hover{
    text-decoration: none;
    color: #828282;
}






.catalog_salon-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.catalog_salon-img{
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 8px;
}
.catalog_salon-img img{
    width: 100%;
}
.catalog_salon-title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 8px;
    display: block;
}
.catalog_salon-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #828282;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.catalog_salon-link svg{
    min-width: 12px;
    margin-right: 4px;
}
.catalog_salon-link:hover{
    color: #828282;
    text-decoration: none;
}
.catalog_contitions{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #2F80ED;
}
.catalog_contitions:hover{
    text-decoration: none;
}
/*MAIN PAGE*/
.navbar-col-logo{
    margin-right: 60px;
    flex: 0 0 238px;
    max-width: 238px;
}
#header .center-header nav {
    padding: 0;
    justify-content: initial;
}
#header .top-header {
    background: transparent;
}
#header a.navbar-brand {
    padding: 0;
    margin: 0;
}
#header .top-header .navbar-nav li a{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.02em;
    padding: 9px 0;
    color: #333333!important;
}
#header .top-header .col-8 .nav-item {
    padding: 0px 14px;
}
.header-bottom.menu-header, .header-bottom .collapse {
    background: #333333;
}
header .top-header .lang {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #BDBDBD;
}
#header .dropdown-menu.show {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #333333;
}
.header_search-phone{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    color: #333333;
    padding-top: 8px;
}
a.header_search-phone span {
    margin-top: -5px;
}
.header_search-phone:hover{
    color: #333333;
    text-decoration: none;
}
.header_search-phone svg{
    margin-right: 5px;
}
a.btn.header_icon {
    position: relative;
    padding: 0 11px;
}
.header_icon-title{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333;
    display: block;
    margin-top: 5px;
}
header .center-header .navbar-brand img {
    max-width: 238px;
}
.navbar .search-icon {
    background-position-y: 50%;
}
.center-header .search-mobile form {
    min-width: 320px;
    margin-right: 110px;
}
.center-header .input-group {
    max-width: 320px;
    width: 100%;
    margin: 0;
}

.center-header .input-group input {
    border: 1px solid #BDBDBD!important;
    border-radius: 3px 0 0px 3px!important;
    line-height: 17px;
}
header .center-header form button {
    border: 1px solid #BDBDBD;
    background: #BDBDBD;
    border-radius: 0px 3px 3px 0px;
    max-width: 80px;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .center-header form button:hover{
    background: #bdbdbdbf;
    cursor: pointer;
    color: #fff;
}
header .center-header .search-mobile {
    display: flex;
    align-items: center;
    flex: 0 0 53.333333%;
    max-width: 53.333333%;
}
.header_col-icons{
    flex: 0 0 21%;
    max-width: 21%;
}
header .menu-header ul .nav-item a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;

    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
header .menu-header ul .nav-item .icon-menu:after {
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABPSURBVHgBhY/RCQAgCEQbpREaoRHaoEZog9y4Eez8EEyMDg7O8yGYmLnCIz2EXYGzBNUKoAZvsQwUwcjd9KTlBYeQuWDhGDLw/ELugeH7A91zi3goCYYmAAAAAElFTkSuQmCC') no-repeat;

    border: 0;
    margin: 0 0 0px 6px;
    width: 10px;
    height: 7px;
    display: inline-block;
    transform: none;
    vertical-align: middle;
}



.car-block .nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.car-block .nav .nav-item {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 40px;
}
.car-block .nav-pills .nav-link.active{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E40C25;
}
.car-block .nav-pills .nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #828282;
    display: flex;
    align-items: center;
}
.car-block .nav-pills .nav-link span {
    border-bottom: 1px solid transparent;
}
.car-block .nav-pills .nav-link.active span {
    border-bottom: 1px solid #E40C25;
    padding: 0;
}
.car-block .nav .nav-item svg {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
}







.slogan{
    padding-top: 50px;
    padding-bottom: 50px;
}
.slogan-title{
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #333333;
    display: block;
}
.slogan-title span{
    color: #E0292B;
    text-transform: uppercase;
}
.slogan-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #333333;
    display: block;
}
.slogan-text-red{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #E0292B;
    display: block;
    margin-bottom: 2px;
}
.slogan-desc_under{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #828282;
    text-align: center;
    display: block;
}

.list_leads .col-md-2{
    border-right: 1px solid #4F4F4F;
}
.list_leads .col-md-2:hover {
    background: #8e8e8e59;
}
.list_leads .col-md-2:last-child{
    border-right: none;
}
.list_leads-item{
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
}
.list_leads-item:hover {
    text-decoration: none;
}
.list_leads-img{
    margin-bottom: 16px;
}
.list_leads-img svg {
    margin: 0 auto;
    display: block;
}
.list_leads-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #FFFFFF;
    max-width: 136px;
    margin: 0 auto;
    display: block;
}



.site_tabs {
    justify-content: center;
    border: none;
    margin-bottom: 24px;
}
.nav-tabs .nav-item {
    margin: 0 12px;
    min-width: 140px;
    text-align: center;
}
.site_tabs.nav-tabs .nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    
    color: #828282;
    border: 1px solid #828282;
    border-radius: 32px;
}
.site_tabs.nav-tabs .nav-link.active {
    color: #E40C25;
    border-color: #E40C25;
    background: transparent;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #header .center-header nav {
        justify-content: space-between;
    }
    .center-header .search-mobile form {
        min-width: 260px;
        margin-right: 30px;
    }
    .navbar-col-logo img {
        width: 100%;
    }
    .navbar-col-logo {
        margin-right: 45px;
        flex: 0 0 190px;
        max-width: 190px;
    }
    header .center-header .search-mobile {
        flex: 0 0 51.333333%;
        max-width: 51.333333%;
    }
    a.btn.header_icon {
        padding: 0 8px;
    }
    a.btn.header_icon svg {
        width: 20px;
    }
    header .menu-header ul .nav-item a {
        font-size: 13px;
    }
    .dropdown-menu span.dropdown__list-title, .dropdown-menu a.dropdown__list-title {
        font-size: 16px!important;
    }
}
@media (max-width: 991.98px) {
    .catalog_card {
        max-width: none;
    }
    .catalog_card-img {
        max-width: 270px;
        margin: 0 auto 12px;
    }
    /*MODAL*/
    .modal-fw.log-reg-modal.modal  ~ .modal-backdrop {
        display: none;
    }
    .modal-fw.log-reg-modal.modal {
        position: fixed;
        top: 56px;
        height: 100%;
    }
    .log-reg-modal.modal .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .log-reg-modal.modal button.close {
        right: 10px;
    }
    .log-reg-modal.modal ~ .modal-backdrop {
        display: none;
    }
    div#searchPortal .form-control {
        padding: 12px 15px 10px!important;
    }
    /*END MODAL*/
    div#mainNav {
        height: 100vh;
        overflow: auto;
    }
    header#header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .c-hamburger span::after, .c-hamburger span::before, .c-hamburger span {
        background-color: #fff;
    }
    header#header {
        background: #333333;
        height: 56px;
    }
    .top-header.header-top {
        display: none;
    }
    .header-bottom.menu-header {
        margin-top: 56px;
        background: #FFFFFF;
    }
    header .menu-header ul .nav-item a {
        font-style: normal;
        font-weight: normal!important;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.01em;
        text-transform: none;
        color: #333333;
    }
    #header .dropdown-menu.show {
        background: #fff;
        padding-bottom: 0!important;
    }
    .col-2.navbar-col-logo {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 50%;
        margin-right: 0px!important;
        max-width: none;
        justify-content: center;
    }
    span.search-icon-mobile {
        display: none;
    }
    a.btn.header_icon svg path {
        fill: #fff;
    }
    #header a.navbar-brand {
        position: initial;
    }
    .c-hamburger.c-hamburger--htx {
        left: 0;
        top: 15px;
    }
    .c-hamburger span::before {
        top: -18px;
    }
    .c-hamburger span::after {
        bottom: -18px;
    }
    .logo-mobile {
        width: 103px;
    }
    .center-header nav .col-3 {
        max-width: none;
    }
    .list-item-comparison{
        display: none;
    }
    .list-item-featured{
        position: absolute;
        right: 35px;
        top: 15px;
    }
    .list-item-enter{
        position: absolute;
        right: 0;
        top: 14px;
    }
    span.header_icon-title {
        display: none;
    }
    .header_search-phone {
        padding-top: 0;
    }
    .center-header .col-7 {
        top: 0;
        left: 0;
        height: auto;
    }
    .center-header .search-mobile form {
        display: none;
    }
    a.header_search-phone span {
        display: none;
    }
    a.header_search-phone {
        position: absolute;
        top: 18px;
        left: 50px;
    }
    a.header_search-phone svg path {
        fill: #fff;
    }
    .list-item-enter svg path, .list-item-enter svg circle {
        fill: none!important;
        stroke: #fff;
    }


    .header-menu-block{
        background: #F2F2F2;
        padding: 17px 0 12px;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    .header-menu-block-lang{
        margin: 0 28px;
        width: 100%;
        max-width: 84px!important;
    }
    .header-menu-block .text-center {
        width: 100%;
        max-width: 100px;
    }
    .header-menu-block .text-center a {
        width: 100%;
    }
    .header-menu-block .header_icon svg path {
        fill: transparent!important;
    }
    .header-menu-block .header_icon-last svg path {
        fill: #333333!important;
    }

    .header-menu-block .header_icon-title {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.02em;
        color: #828282;
        text-transform: none;
    }
    .header-bottom.menu-header span.header_icon-title {
        text-overflow: inherit;
        overflow: inherit;
        max-width: none;
    }
    .header_icon-last .header_icon-title{
        margin-top: 7px;
    }
    .header-menu-block .lang.active {
        color: #BDBDBD!important;
    }
    .header-menu-block .lang {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        letter-spacing: 0.02em;
        color: #595959!important;
        margin-bottom: 7px;
        padding: 0 6px;
    }
    .header-menu .nav {
        padding-bottom: 100px;
    }


    svg.icon-featured {
        max-width: 50px!important;
        margin-bottom: 15px!important;
        height: auto;
    }
}
.header-menu-block {
    display: none;
}
.icon-numbr {
    position: absolute;
    color: #fff;
    font-size: 10px;
    background: #e0292b;
    border-radius: 50%;
    width: 15px;
    height: 14px;
    top: -6px;
    margin-left: -4px;
    line-height: 16px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .section_title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.01em;
    }
    #lead-magnets.static {
        background: #333333;
    }

    .modal-fw.log-reg-modal.modal {
        height: calc(100% - 96px);
    }

    .car-block ul#pills-tab {
        /*justify-content: center;*/
    }
    .car-block .nav .nav-item {
        min-width: auto;
        margin: 0;
    }
    .car-block .nav .nav-item svg {
        display: none;
    }
    .car-block .nav .nav-item:last-child {
        margin: 0;
    }
    .car-block .nav .nav-item {
        margin-right: 12px;
    }
    .car-block .nav-pills .nav-link span {
        font-size: 14px;
        margin-top: 0!important;
        line-height: 12px;
    }

    div#new-car-tab.active {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .list_leads .col-md-2 {
        width: 50%;
        border-bottom: 1px solid #4F4F4F;
    }
    span.list_leads-title {
        font-size: 14px;
        line-height: 16px;
    }
    .list_leads .col-md-2:nth-child(even) {
        border-right: none;
    }


    .slogan-title {
        font-size: 24px;
        line-height: 36px;
    }
    .slogan-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .slogan-desc:after, .slogan-desc_under:after{
        content: '';
        border-bottom: 1px solid #E0E0E0;
        width: 100%;
        max-width: 100px;
        display: block;
        margin: 12px auto;
    }
    .slogan-desc_under-last:after{
        margin: 0;
        border: none;
    }
    .slogan-title, .slogan-desc {
        text-align: center;
    }
    .slogan-text-red {
        font-size: 20px;
        line-height: 22px;
    }
    .slogan-desc_under {
        line-height: 24px;
    }

    .bottom_leads-wrap {
        flex-direction: column;
    }
    .bottom_leads-desc {
        margin-bottom: 14px;
    }
    a.bottom_leads-tel {
        margin: 0 0 20px;
        display: flex;
        align-self: center;
    }
    .bottom_leads-tel svg{
        display: inline-block;
        margin-right: 6px;
    }
}




.filters_left-btn-apply{
    position: sticky;
    bottom: 0;
    display: flex;
}
.filters_left-btn-apply button{
    padding: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    flex: 1 1 50%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.filters_left-btn-apply .btn-cancel{
    background: #FFFFFF;
    color: #BDBDBD;
    border: 1px solid #E0E0E0;
}
.filters_left-btn-apply .btn-cancel:hover {
    background: #BDBDBD;
    color: #fff;
    border: 1px solid #BDBDBD;
}
.filters_left-btn-apply .btn-apply{
    background: #E40C25;
    color: #fff;
    border: 1px solid #E40C25;
}
.filters_left-btn-apply .btn-apply:hover{
    background: #e40c258f;
    border: 1px solid #e40c258f;
}




.catalog_info{
    padding: 30px 0 16px;
    margin-bottom: 34px;
}
.catalog_info-choose{
    margin-bottom: 6px;
}
.catalog_info-choose-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-right: 16px;
    display: inline-block;
    white-space: nowrap;
    margin-top: -10px;
}
.catalog_info-choose, .catalog_info-choose-wrap{
    display: flex;
    align-items: center;
}
.catalog_info-choose-wrap {
    flex-wrap: wrap;
}
.choose_item{
    padding: 6px 12px 6px 16px;
    background: #FFFFFF;
    border-radius: 32px;
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 10px;
}
.choose_item-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #333333;
    padding-right: 15px;
}
.choose_item-del{
    background: transparent;
    border: none;
}
.choose_item-del:focus{
    outline: none;
    box-shadow: none;
}
.catalog_info-model {
    display: flex;
    align-items: center;
}
.catalog_info-model-title{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #828282;
    margin-right: 24px;
    display: inline-block;
}
.catalog_info-model-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.catalog_info-model-list li{
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 4px;
}
.catalog_info-model-list li a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #828282;
}
.catalog_info-model-list li a:hover{
    color: #828282;
    text-decoration: none;
}
.catalog_mobile-wrap-btn{
    display: block;
}
.catalog_mobile-btn{
    background: #FFFFFF;
    border: 1px solid #828282;
    border-radius: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #828282;
    padding: 10px;
    display: none;
}



@media (min-width: 992px) {





    .filters_left-wrap {
        display: block!important;
    }


}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .category_cars-item:nth-child(4) {
        margin-right: 0;
    }
    .category_cars-item {
        margin-bottom: 20px;
    }

    .selection_car-item {
        flex: 1 1 25%;
        margin: 0 0 15px;
    }

    .base_harakteristick-title {
        font-size: 18px;
    }

}

@media (min-width: 767px) and (max-width: 991.98px) {
    .car-block .nav .nav-item {
        min-width: auto;
        margin: 0 15px;
    }

    .selection_car-item {
        flex: 1 1 33%;
        margin: 0 0 15px;
    }
    .filters_left-item-custom {
        width: 30%;
        display: inline-block;
        margin-right: 20px;
        border: none;
        margin-bottom: 0;
    }
    .filters_left-item-custom-last{
        margin-right: 0;
    }
}
@media (max-width: 1199.98px) {
    .catalog_info-model {
        margin-bottom: 15px;
    }


    .catalog_salon-link {
        align-items: baseline;
    }
    .selection_car-wrap {
        flex-direction: column;
        padding: 0 0 15px;
        flex-flow: wrap;
    }

    .filters_top-input-small span, .filters_left-input-small span {
        margin: 0 10px;
    }


    .harakteristick-wrap-item:before {
        border: none;
        width: 0;
        left: auto;
        height: 0;
    }
}
@media (max-width: 991.98px) {
    .new-mobile-scroll {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
    }

    section#card-car-head {
        margin-top: 56px;
    }

    .breadcrumbs_block{
        margin-top: 56px;
    }
    .filters_left-wrap {
        display: none;
    }


    header .menu-header ul .nav-item .icon-menu:after {
        content: '';
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgBbY+9EQIhEIVv2cQWDpIrgQEKIDS0A+3EM7QKDe1CzRnsAlKtAB+OBMfczuwsvPfN/pDW2gshphjjdVgJ+BrlLZj5TkQXY8yxh6y1u+ojX6yUImgesB/Hccg5P//QHuWG3MA7c0rp0cNSygn/3yrQTiGEmdoY59xcSlmMb1B9cxNrZ3T7wNz20GrUA3DYode/v64s2O+0dtQAAAAASUVORK5CYII=') no-repeat;

        border: 0;
        margin: 0 0 0 6px;
        width: 12px;
        height: 7px;
        display: inline-block;
        transform: none;
        vertical-align: middle;
    }


    .catalog_mobile-wrap-btn{
        margin-bottom: 20px;
        display: block;
    }
    .catalog_mobile-btn{
        width: 100%;
        display: block;
    }


    .filters_left-wrap.collapse.show {
        display: block;
        background: #F7F7F7;
        position: fixed;
        z-index: 12;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
        border: none;
        height: 100%;
        overflow-y: scroll;
    }




    .filters_top button.btn.btn-primary {
        margin-top: 20px;
    }
    .filters_top-show-more {
        margin-top: 15px;
    }
    .filters_top-input-small span {
        margin: 0 15px;
    }



    .filters_left-input-small input.form-control{
        max-width: none;
    }


    .base_harakteristick-title {
        margin-bottom: 15px;
        flex: 100%;
    }
    .base_harakteristick-wrap {
        background: transparent;
        padding: 0;
        flex-direction: column;
        flex-flow: wrap;
    }

    .harakteristick-wrap-item {
        flex: 1 1 50%;
        margin-bottom: 24px;
    }


    .filters_left-top-category {
        justify-content: start;
    }
    .filters_left-top-category a {
        margin-right: 15px;
    }
    .filters_left-top-category {
        padding: 24px 0 14px;
        border-bottom: 1px solid #E0E0E0;
        margin: 0 15px;
    }
}
@media (max-width: 767.98px) {
    section.card-car.new-card-car.section-padding.pt-3 {
        margin-top: 65px;
    }


    .slider .specification-box .car-name {
        font-size: 20px;
        line-height: 23px;
        margin-top: 8px;
    }


    .catalog_info-choose, .catalog_info-model {
        flex-direction: column;
        align-items: baseline;
    }
    .catalog_info-choose-title, .catalog_info-model-title {
        margin-bottom: 10px;
    }


    .selection_car-item {
        flex: 1 1 50%;
        margin: 0 0 15px;
    }


    .filters_top-btn a {
        color: #828282!important;
        font-size: 14px;
        border: none!important;
        border-radius: 0;
        border-bottom: 1px solid transparent!important;
        text-transform: uppercase;
        min-width: auto;
        padding: 0;
    }
    .filters_top-btn a.active {
        color: #E0292B!important;
        border: none!important;
        border-bottom: 1px solid #E0292B!important;
    }



    .filters_top-input-small input.form-control{
        max-width: none;
    }





}
.row.catalog_cars-row .col-md-6 {
    width: 50%;
}
.row.catalog_cars-row {
    align-items: center;
}
@media (max-width: 575.98px) {
    .heading_title .d-flex {
        flex-direction: column;
        align-items: baseline!important;
    }
    .selected_cars {
        padding: 0;
    }


    .car-block .nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        margin-bottom: 20px!important;
        padding-top: 5px;
    }
    .car-block .nav .nav-item {
        margin-right: 15px;
    }


    .filters_result {
        text-align: left;
    }
    .filters_result-sort {
        width: 100%;
        display: flex!important;
        justify-content: space-between;
    }


    .site_tabs {
        flex-wrap: nowrap;
        height: auto;
        min-height: auto;
        overflow-x: scroll;
        display: -webkit-box;
        justify-content: space-evenly;
        align-items: center;
    }
}
@media (max-width: 478.98px) {
    .filters_left-top-category {
        justify-content: space-between;
    }
}
@media (max-width: 991.98px) {
    .vidi_breadcrumbs {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
    }
    span.bc_title {
        display: inline-block;
        white-space: nowrap;
    }
}
/*CATALOG FIX FILTER*/
@media (min-width: 992px){
    .filters_left-item-title {
        max-width: 205px;
        display: inline-block;
    }
}
@media (max-width: 767.98px) {
    .filters_top-corporate .form-group-corporate-filter {
        margin-top: 0;
    }
    .filters_top-corporate.filters_top button.btn.btn-primary {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .filters_top-corporate .filters_top-top button.btn.btn-primary {
        max-width: 320px;
        margin: 0 auto 20px;
        display: block;
    }
}
@media (min-width: 767px) and (max-width: 991.98px) {
    .filters_top-corporate .filters_top-top button.btn.btn-primary {
        margin-top: 38px !important;
    }
    .filters_top-corporate .filters_top-top .form-group {
        margin-bottom: 0;
    }
    .filters_top-corporate .filters_top-show-more {
        margin-top: 25px;
    }
}
.filters_catalog-dropdown .filters_left-input-small .form-control {
    max-width: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 4px 16px;
    height: auto!important;
}
.filters_catalog-dropdown .filters_left-input-small span {
    margin: 0 10px;
}