.overflow_hid{
    overflow: hidden;
}

.model_top-element{
    width: 256px;
    display: block;
    float: left;
    margin: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #444;
}
.model_top-element .model-col {
    position: absolute;
    font-weight: 700;
    font-size: 4.8rem;
    color: rgb(238, 238, 238);
}
.model_top-element:hover .model-col{
    color: #000;
}
.model_top-element .title{
    font-weight: 400;
    font-size: 1.6rem;
}

.model_top-element .price{
    font-weight: 700;
    font-size: 2rem;
    color: rgb(218, 55, 56);
}
.model_top-element .selector_check{
    display: none;
}
.model_top-element.active .selector_check{
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    background: rgb(218, 55, 56);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    margin-left: 200px;
}
.u109-00__head{
    color: #222;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.u109-00__head span.atm{
    color: #da3738;
    float: right;
}

.content_cars .search__label-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content_cars .search__label-checkbox .search__checkbox {
    position: absolute;
    opacity: 0;
}

.content_cars .search__label-checkbox .search__checkbox:checked + .search__checkbox-title::before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 4px;
    z-index: 10;
}
.content_cars .search__label-checkbox .search__checkbox-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0;
    top: 4px;
}

.content_cars .search__label-checkbox .search__checkbox:checked + .search__checkbox-title::after {
    background: red;
    border-color: red;
}
.content_cars .search__label-checkbox .search__checkbox-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
}

.brazzers-daddy {
    height: 320px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .brazzers-daddy{
        height: 210px;
    }
}
/*
@media (max-width:750px) {
    .brazzers-daddy{
        height: 280px;
    }
}
*/


.car_item{
    display: block;
    color:#333;
    text-decoration: none;
    margin: 5px;
}

.car_item .brazzers-daddy .image-wrap{
    /*margin-top: -40px;*/
}
.car_item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2rem 1rem 0px;
}
.car_content{
    padding: 10px;
    font-size: 1.2rem;
}
.car_content .car_vin{
    padding-bottom: 10px;
}
.car_content .name{
    font-size: 2rem;
    font-weight: bold;
    margin: 5px 0;
}
.car_content .car_vin{
    text-align: right;
}
.car_content .line{
    font-weight: 400;
    padding: 4px 0;
}
.car_content .line span{
    display: inline-block;
}
.car_content .line svg{
    margin-bottom: -4px;
    margin-left: -2px;
}
.car_content .available{
    padding: 10px 0;
    color: rgb(102, 102, 102);
}
.car_content .available span{
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(61, 176, 20);
}
.car_content .price{
    display: inline-flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    font-size: 2.4rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.car_page .car_content{
    padding: 2.4rem 2.4rem 1.6rem;
    background: rgb(248, 248, 248);
}

.prop_element{
    border-bottom: 1px solid #ccc;
}
.prop_element .u109-00__head {
    padding: 2rem 1.6rem;
    cursor: pointer;
}
.prop_element .base-typo{
    margin: 0 0 30px 30px;
}

.car_content .mk_request_car a{
    margin-top: 20px;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    padding: 0rem 2.4rem;
    border: none;
    border-radius: 0px;
    background-color: rgb(218, 55, 56);
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    transition: background-color 0.25s ease 0s;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
}
.car_content .mk_request_car a:hover {
    background-color: rgb(185, 49, 49);
    color: rgb(255, 255, 255);
}

.old_price{
    text-decoration: line-through;
    font-size: 18px;
    float: right;
}

.discount_tradein_credit strong{
    color: rgb(218, 55, 56);
}