.car-in-stock-lineup {
    padding-top: 28px;
}
.car-in-stock-lineup .model-image {
    max-width: none;
}
.car-in-stock-lineup .model-image img {
    height: auto;
}
.car-in-stock .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4A4F54;
    font-family: 'Conv_AvenirNextCyr-Demi';
    padding: 16px 16px 15px;
}
.btn-filter{
    border: none;
    max-width: 370px;
    margin: 0 auto;
    cursor: pointer;
}
.row-search-result{
    margin-bottom: 27px;
}
.search-result{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #898D90;
}


.search-result-filters select {
    width: auto;
    border: none!important;
    border-radius: 0;
    padding: 0px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    float: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: right!important;
    display: inline-block!important;
    text-transform: none;
    background: none!important;
    max-width: none;
    padding-left: 8px;
    text-align-last: right;
    max-width: 160px;
}
.search-result-filters select option {
    color: #0C121C;
}
.form__radio-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.form__radio-box *,
.form__radio-box label {
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.form__radio-box span {
    display: inline-block;
    width: 100%;
}
.form__radio-box label {
    display: inline-block;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    background-color: #0C121C;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    border: none!important;
    background-clip: inherit;
    margin: 0!important;
}
.form__radio-box [type=checkbox]:checked+label,
.form__radio-box [type=radio]:checked+label,
.form__radio-box label:hover {
    border: none;
    text-align: center;
    background: #4A4F54;
    border-radius: 0;
    color: #fff;
}
.form__checkbox-inline label,
.form__radio-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: .9375rem
}
.car-in-stock-oprions {
    line-height: 60px;
}
.car-in-stock-oprions label:before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #0C121C;
}
.car-in-stock-oprions [type=checkbox]:checked+label:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC9SURBVHgB7ZUhC8JAGIbfs4pgsVg0ChaDeTD8AS5bvOaP0KDguiurnpgVTKJl4B+ZyWIRxKx+B1rE8xy79j3lxsLz8JY7gV7zDocU4BgOcOA3fa+LdLaDkwDJ1SDE4rDJP/CST1Yxxus434Ct3BiQXoBysfTxP2h3rOWE+HYXpdEel9sVfij1SbRqDSSjOaLt0kpuXOBPpV6QDJU+s8iNC4h6pfqUKr2Avv+VGxcQx/PpvSSLnBD8HnCAA3gAwNNJyi3gwNAAAAAASUVORK5CYII=');
}
.car-in-stock-oprions label{
    margin: 0;
}
.car-in-stock-oprions span {
    font-family: 'Conv_AvenirNextCyr-Demi';
    cursor: pointer;
    vertical-align: super;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4A4F54;
}

.car-in-stock-lineup .car-title {
    margin: 4px 0 7px;
}
.car-in-stock-lineup .model-image{
    position: relative;
}
.car-stocks-palshka {
    display: none;
}
.car-stocks-palshka.active{
    font-family: 'Conv_AvenirNextCyr-Demi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 9px;
    width: 100%;
    max-width: 88px;
    display: block;
}
.car-stocks-palshka.approved{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #4A4F54;
}
.car-stocks-palshka.new{
    background: #0C121C;
    color: #FFFFFF;
}
/*.car-in-stock-lineup .car-name {*/
    /*margin: 0;*/
/*}*/
.car-in-stock-lineup .car-price {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 12px;
}
.car-in-stock-lineup .car-price-title {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;

    color: #0C121C;
    margin-bottom: 16px;
}
.car-in-stock-lineup .car-price-result {
    float: right;
    font-family: 'LandRover-Medium', sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    text-transform: uppercase;
    color: #0C121C;
}
.car-in-stock-lineup .car-price-result .old-price{
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    text-decoration-line: line-through;
    text-transform: uppercase;
    padding-right: 10px;
    color: #0C121C;
}
.table-car-in-stcks {
    margin-bottom: 16px;
    /*height: 144px;*/
    overflow: hidden;
}
.table-car-in-stcks tbody {
    display: inline-table;
    width: 100%;
}
.table.table-car-in-stcks tr td {
    border: none;
    padding: 0 0 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;

    color: #4A4F54;
}
.table.table-car-in-stcks tr td:last-child {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #0C121C;
}

.range-line-wrap{
    position: relative;
    margin-top: -10px;
}
.range-line{
    width: 100%;
    background: #0C121C;
    height: 2px;
    position: relative;
}
.range-circe{
    width: 12px;
    height: 12px;
    background: #0C121C;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -5px;
}
.range-circe.one{
    left: 0;
}
.range-circe.two{
    right: 0;
}




.range-title{
    font-family: 'Conv_AvenirNextCyr-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #898D90;

    margin-top: 12px;
    display: inline-block;
}
span.ui-slider-handle.ui-state-default.ui-corner-all:nth-child(1) {
    margin: 0!important;
}
/*RANGE*/
.car-in-stock .ui-slider-horizontal {
    height: 2px;
    background: #0C121C;
    margin: 0 auto;
    width: 98%;
}
.car-in-stock .ui-slider {
    position: relative;
}
.car-in-stock .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    background: #0C121C;
    height: 2px;
}

.car-in-stock .ui-slider .ui-slider-handle {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #0C121C;
    border: none;
    outline:none;
}
.car-in-stock .ui-slider a:focus {
    outline:none;
}

.car-in-stock #time-range {
    width: 100%;
    /*margin-bottom: 20px;*/
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.3em !important;
}

.modules__used-cars .modules__filter-car-img {
    background: transparent;
}
@media (min-width: 992px) {
    .modules__used-cars .modules__filter-car-img {
        height: 208px!important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .modules__used-cars .modules__filter-car-img {
        height: 191px!important;
    }
}
@media (min-width: 768px) {
    .car-in-stock  div#collapseFilter {
        display: flex;
    }
    .car-in-stock .btn-show-filters{
        display: none;
    }


}
@media (max-width: 767.98px) {
    .car-in-stock div#collapseFilter {
        margin-top: 20px;
    }
    .car-in-stock .icon-filter:before {
        font-size: 26px;
    }
    .car-in-stock .btn.btn-primary.btn-show-filters {
        background-color: transparent;
        color: #000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #000;
    }
    .btn.btn-primary.btn-show-filters:not(:disabled):not(.disabled):active, .btn-show-filters:focus {
        background: transparent;
        outline: none;
        box-shadow: none;
    }
}



/*COLOR*/
.modules__used-cars .btn-bg{
    background: #0C121C;
    border: 1px solid #0C121C;
}
.modules__used-cars .btn-bg:hover{
    color: #0C121C;
}
.modules__used-cars .btn-transparent-bg{
    color: #0C121C;
    border: 1px solid #0C121C;
}
.modules__used-cars .btn-transparent-bg:hover{
    background: #0C121C;
}
.modules__used-cars .btn-no-bg{
    color: #0C121C;
}
.modules__used-cars .btn-no-bg::after {
    border-color: #0C121C;
    border-style: solid;
}
.modules__used-cars .modules__filter-car-desc svg path{
    fill: #0C121C;
}
.modules__used-cars .modules__filter-car-desc .checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #0C121C;
}
.modules__used-cars .modules__used-cars-models-btn.radios__btn input:checked ~ span {
    color: #0C121C;
    border-bottom: 2px solid #0C121C;
}
.modules__used-cars .radios__btn input:checked ~ span {
    color: #0C121C;
}
.modules__used-cars .checkbox__btn .checkbox__item input:checked ~ .checkmark {
    background-color: #0C121C;
}
.modules__used-cars .first-price{
    color: #0C121C;
}
/*BTN*/
.modules__filter-car .btn-transparent-bg {
    border: 1px solid #C8C8C8;
    color: #7E7E7E;
}
.modules__filter-car .btn-transparent-bg:hover {
    background: #7E7E7E;
}
