@media (max-width: 1200px) {
    .cal_car_info_row {flex-wrap: wrap;}
    .car_info_prices {width: 100%; }
    .cci_price, .cci_price_old {width: 45%;}
    .cci_desc {width: 100%; margin-top: 10px;}
}

@media (max-width: 1024px) {
    
    .rsm_calc .require-block__title { font-size: 2rem!important; }
    
    .calc__price { flex-direction: column;}
    .rsm_sm_6 {width: 100%;}
    
    
    .rsm_form_field {width: 48%; }
}


@media (max-width: 768px) {
    .calc_first_block { flex-direction: column-reverse;}
    .calc_first_block .calc, 
    .calc_first_block .credit-calc__auto { width: 100%;}
    
    .calc_second_block {display: flex; flex-direction: column-reverse;}
    .rsm_sm_6 { width: 100%; }
    
    .rsm_calc .require-block { width: 100%; max-width: 100%; margin-bottom: 20px; }
    
    .rsm_form_field {width: 100%; }
    
    .sale-wrap.taxi-sale-wrap {
        max-height: unset !important;
        background: #fab50f !important;
    }
    .sale-content__price span {margin-top: 0px!important;}    
    
}