.cars_wp{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    color: #2A282D;
}
.cars_top_wp .back_btn{
    position: static;
    height: auto;
    font-size: 0.93vw;
    font-weight: 400;
    color: #2A282D;
    margin-left: 1.5vw;
}
.cars_top_wp .back_btn img{
    margin-left: 0.5vw;
    margin-top: 0.06vw;
}
.cars_top_logo {
    position: relative;
}
.cars_top_logo img{
    width: 2.6vw;
    height: auto;
}
.cars_content{
    width: 83%;
    margin: 0 auto;
}
.cars_title{
    font-size: 2.3vw;
    letter-spacing: -0.02vw;
    text-transform: uppercase;
    font-weight: 700;
}
.cars_title span{
    font-size: 1.55vw;
    font-weight: 500;
    margin-left: 1.5vw;
    color: #A1A1A1;
}
.cars_center{
    padding-top: 1.3vw;
    padding-bottom: 1.1vw;
}
.cars_text{
    font-size: 1.08vw;
    margin-top: 0.35vw;
}
.cars_att{
    font-size: 0.66vw;
    font-weight: 300;
    color: #B3B3B3;
    margin-top: 0.3vw;
}
.cars_att span{
    color: #0099D8;
}
.cars_tabs{
    margin-top: 2.8vw;
    border-radius: 1.5vw;
    border: 1px solid #D3D3D3;
    position: relative;
}
.cars_tabs_active{
    width: calc(50% - 0.2vw);
    height: calc(100% - 0.2vw);
    border-radius: 1.5vw;
    background: #F2F2F2;
    position: absolute;
    top: 0.1vw;
    left: 0.1vw;
    transition: 0.2s all ease;
}
.cars_tabs[data-id="m3"] .cars_tabs_active {
    left: calc(50% + 0.1vw);
    transition: 0.2s all ease;
}


.cars_tabs a{
    width: 50%;
    height: 3vw;
    font-size: 0.9vw;
    font-weight: 500;
    color: #2A282D;
    position: relative;
    z-index: 100;
}
.cars_tabs a .mob_text{
    display: none;
}
.cars_tabs a img{
    margin-right: 0;
}
.car_table{
    width: 100%;
    font-size: 0.9vw;
    border-spacing: 0;
    border-collapse: collapse;
}
.car_table a{
    color: #2A282D;
}
.car_table p{
    font-size: 0.93vw;
    letter-spacing: -0.02vw;
}
.car_table th{
    width: 14.4%;
    font-size: 0.93vw;
    letter-spacing: -0.02vw;
    background: #F2F2F2;
    padding: 1.4vw 1vw;
    text-align: left;
    font-weight: 500;
}
.car_table tr th:nth-child(1){
    width: 28%;
}
@media only screen and (min-width: 1023px) {
    .cir_dop_info {
        margin-top: 2vw;
    }
}
@media only screen and (max-width: 1023px) {
    .cir_dop_info {
        margin-top: 20px;
    }
}
.car_table tr td{
    cursor: pointer;
}
.car_table td{
    width: 14.4%;
    padding: 1.3vw 1vw;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.car_table tr td:nth-child(1){
    width: 28%;
}
.car_tab_wp{
    margin-top: 0;
    position: relative;
}
.td_price{
    font-size: 1.15vw;
    font-weight: 500;
}
.td_title{
    font-size: 0.97vw;
    padding-left: 0.5vw;
}
.td_title span{
    display: block;
    font-size: 1.1vw;
    font-weight: 500;
    margin-bottom: 0.5vw;
}
.th_info{
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background: url("../images/ico-info.svg") no-repeat center center;
    background-size: 100%;
    margin-left: 0.6vw;
    position: relative;
    top: -0.1vw;
    cursor: pointer;
}
.ci_toggle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.card_wp{
    background: #fff;
    padding: 1.5625vw;
    position: relative;
}
.card_title{
    text-align: center;
    padding-top: 1.6vw;
}
.card_title h1{
    font-size: 2.5vw;
    margin-top: 0;
    color: #fff;
}
.card_back_btn{
    margin-top: 0.3vw;
}
.card_back_btn a{
    padding-left: 1.5vw;
    font-size: 0.9vw;
    background: url("../images/ico-arrow-btn.svg") no-repeat 0 center;
}
.card_slider{
    width: 49%;
    margin: 2.5vw auto 0 auto;
}
.card_item{
    width: 23%;
    text-align: center;
    position: relative;
}
.card_item:before{
    content: '';
    width: 1px;
    height: 2.2vw;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 50%;
    margin-top: -1.1vw;
    right: 0;
}
.card_item>div:first-child{
    font-size: 0.95vw;
    font-weight: 400;
    color: #594F3C;
}
.card_item>div:last-child{
    font-size: 1.5vw;
    font-weight: 500;
    margin-top: 0.3vw;
}
.card_line{
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
}
.card_line .card_item:last-child{
    border: none;
}
.card_line .card_item:last-child:before{
    display: none;
}
.card_info_wp{
    background: #fff;
}
.card_info_content{
    width: 81%;
    margin: 0 auto;
}
.cil_title{
    width: 16.3vw;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 1;
}
.cil_right{
    width: calc(100% - 16.3vw);
}
.cil_right p{
    font-size: 0.95vw;
    line-height: 1.3;
    color: #2A282D;
}
.card_info_left{
    width: calc(100% - 21vw);
    padding-bottom: 2vw;
}
.card_info_right{
    width: 20vw;
    margin-left: auto;
    padding-top: 2.3vw;
}
.cil_item{
    padding: 1.9vw 2vw 0.7vw 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cim_item{
    width: 50%;
    font-size: 0.9vw;
    font-weight: 300;
    color: #5E5E5E;
    margin-bottom: 1.1vw;
    padding-right: 2vw;
}
.cim_item span{
    display: block;
    font-size: 1.3vw;
    font-weight: 500;
    color: #2A282D;
    margin-top: 0.4vw;
    line-height: 1.2;
}
.card_info_list{
    column-count: 2;
    padding-bottom: 0.5vw;
}
.card_info_list li{
    list-style: none;
    font-size: 0.95vw;
    position: relative;
    padding-left: 0.8vw;
    color: #2A282D;
    margin-bottom: 0.55vw;
}
.card_info_list li:before{
    content: '•';
    font-size: 1.2vw;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    top: -0.1vw;
    left: 0;

}
.card_info_desc p{
    font-size: 0.78vw;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 2vw;
    margin-bottom: 0.55vw;
}
.card_info_left .cil_item:last-child{
    border-bottom: none;
}
.cir_title{
    font-size: 1.75vw;
    font-weight: 500;
    line-height: 1;
}
.cir_sign{
    margin-top: 2vw;
}
.cir_text{
    padding-top: 1.3vw;
}
.cir_text p{
    font-size: 0.85vw;
    font-weight: 300;
    margin-bottom: 0.3vw;
}
.cir_text p span{
    font-size: 0.93vw;
    font-weight: 500;
    display: block;
    line-height: 1.2;
}
.seller_info{
    padding: 0.5vw;
    background: #EFEFEF;
    margin-top: 2vw;
}
.seller_info_img{
    width: 6.8vw;
}
.sir_title{
    font-size: 0.71vw;
    font-weight: 300;
}
.sir_title span{
    display: block;
    font-size: 0.92vw;
    font-weight: 500;
}
.sir_link{
    margin-top: 0.3vw;
    margin-bottom: 0.8vw;
}
.sir_link a{
    font-size: 0.95vw;
    font-weight: 500;
    color: #0099D8;
}
.sir_btn{
    font-size: 0.83vw;
    padding-left: 1.5vw;
    background: url("../images/ico-arrow-btn.svg") no-repeat 0 center;
    color: #2A282D;
}
.cir_btn{
    font-weight: 500;
    border-radius: 1.5vw;
    font-size: 0.9vw;
    color: #2A282D;
    margin-top: 0.9vw;
    display: flex;
    align-items: center;
}
.cir_btn img{
    width: 1.3vw;
    height: auto;
    margin-right: 0.5vw;
}
.card_bottom{
    padding-top: 3vw;
    position: relative;
    overflow: hidden;
}
.card_bottom h2{
    font-size: 2vw;
    font-weight: 500;
    text-transform: inherit;
}
.card_bottom_slider{
    position: relative;
    padding-top: 1.5vw;
}
.cbs_title{
    font-size: 1.06vw;
    margin-top: 1.2vw;
}
.cbs_title span{
    font-size: 1.18vw;
    display: block;
    font-weight: 700;
    margin-bottom: 0.3vw;
}
.cbs_item{
    text-align: center;
    width: 33.333%;
    font-size: 0.79vw;
    font-weight: 300;
    color: #676767;
}
.cbs_item span{
    display: block;
    font-size: 1vw;
    font-weight: 500;
    margin-top: 0.27vw;
    color: #242424;
    margin-top: 0.2vw;
}
.cbs_line{
    padding: 1vw;
    background: #FAFAFA;
    border-radius: 5px;
}
.cbs_line .cbs_item:last-child{
    border: none;
}
.card_bottom .dream_btn_item{
    background: #1B1B1B;
}
.card_bottom .dream_btn_wp:before{
    width: 100%;
    background: rgba(255,255,255,0.2);
}
.card_bottom .dream_btn_wp{
    margin-top: 2.8vw;
    padding-right: 0;
}
.card_bottom  .dream_btn{
    width: 22vw;
    height: 3vw;
    background: #1B1B1B;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}
.cbs_final{
    padding: 1vw 1vw 1.5vw 1vw;
}
.cbs_final div{
    font-size: 0.8vw;
    color: #7F7F7F;
}
.prev2{
    position: absolute;
    top: 50%;
    margin-top: -1.4vw;
    left: 0.5vw;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFF555 0%, #E8C185 100%);
    z-index: 7900;
    transition: .2s;
    cursor: pointer;
}
.prev2:hover{
    background: linear-gradient(180deg, #201D17 0%, #46433D 100%);
}
.prev2:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/ico-arrow-left.svg") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
.prev2:hover:before{
    filter: brightness(1000%);
}
.next2{
    position: absolute;
    top: 50%;
    margin-top: -1.4vw;
    right: 0.5vw;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFF555 0%, #E8C185 100%);
    z-index: 7900;
    cursor: pointer;
}
.next2:hover{
    background: linear-gradient(180deg, #201D17 0%, #46433D 100%);
}
.next2:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/ico-arrow-left.svg") no-repeat center center;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.next2:hover:before{
    filter: brightness(1000%);
}
.prev3{
    position: absolute;
    top: 53%;
    left: 1vw;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFF555 0%, #E8C185 100%);
    z-index: 7900;
    transition: .2s;
    cursor: pointer;
}
.prev3:hover{
    background: linear-gradient(180deg, #201D17 0%, #46433D 100%);
}
.prev3:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/ico-arrow-left.svg") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
.prev3:hover:before{
    filter: brightness(1000%);
}
.next3{
    position: absolute;
    top: 53%;
    right: 1vw;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFF555 0%, #E8C185 100%);
    z-index: 7900;
    cursor: pointer;
}
.next3:hover{
    background: linear-gradient(180deg, #201D17 0%, #46433D 100%);
}
.next3:before{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/ico-arrow-left.svg") no-repeat center center;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.next3:hover:before{
    filter: brightness(1000%);
}
.card_bottom_slider .swiper-slide-prev{
    opacity: 0.1;
}
.card_bottom_slider .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide{
    opacity: 0.1;
}

.cars_outer {
    width: 100%;
}
.card_inner_block {
    width: 100%;
    background: #fff;
}
.opened .card_inner_block {
    right: 0;
    visibility: visible;
    will-change: transform;
}
.mob_table_info{
    display: none;
}
.td_price .th_info{
    display: none;
}
.card_bottom .dream_btn_item{
    background: #1B1B1B;
}
.card_bottom .dream_btn_wp:before{
    width: 100%;
    background: rgba(255,255,255,0.2);
}
.card_bottom .dream_btn_wp{
    margin-top: 2.8vw;
    padding-right: 0;
}
.card_bottom  .dream_btn{
    width: 22vw;
    height: 3vw;
    background: #1B1B1B;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}
.card_slide img {
    height: 35.7vw;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5vw;
}
.card_bottom_slide img {
    width: 100%;
    height: 14.2vw;
    object-fit: cover;
}
.card_bottom_slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#swiper3 .swiper-slide {
    height: auto;
}
#swiper3 .swiper-wrapper {
    align-items: stretch;
}
.cbs_line {
    margin-top: 0.5vw;
}
.seller_info_right{
    padding-left: 0.5vw;
}
.back_btn_rr span{
    white-space: nowrap;
    margin-left: 0.5vw;
    display: flex;
    align-items: center;
    opacity: 0;
}
.back_btn_rr {
    height: 2.6vw;
    position: absolute;
    left: 0.9vw;
    top: -0.01vw;
    width: 10.9vw;
    transition: 0.2s all ease;
    flex-wrap: nowrap;
}
.back_btn_mob{
    display: none;
}
.car_table tr.visible_string {
    display: table-row;
}
.cars_table_btn .btn:after{
    display: none;
}
.cars_table_btn .btn:hover:after {
    visibility: visible;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translate(0.82031vw, -50%);
    display: block;
}
.card_btn:after{
    display: none !important;
}
.card_btn:hover{
    background: linear-gradient(180deg, #201D17 0%, #46433D 100%);
}
.card_btn:hover span:first-child{
    color: #fff;
}
.card_btn:hover span:last-child{
    background: #FFF555;
}
.card_btn:hover span:last-child svg{
    fill: #201D17;
    stroke: #201D17;
}

.card_item .info_toggle {
    text-align: left;
    top: -5.5vw;
    right: -1vw;
}
.back_btn_fl {
    display: flex;
}
.back_btn_fl_mobile {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .back_btn:hover .back_btn_rr span {
        opacity: 1;
        transition: 0.2s all ease;
    }
    .back_btn:hover .back_btn_rr {
        left: 2.6vw;
        transition: 0.2s all ease;
    }
}
@media only screen and (max-width: 1199px) {
    .back_btn_rr {
        width: auto;
        position: static;
        height: auto;
    }
    .back_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 1180px) {
    .dream_title{
        font-size: 26px;
    }
    .dream_subtitle p{
        font-size: 15px;
    }
    .dream_subtitle p:nth-child(2){
        font-size: 15px;
    }
    .dream_text p{
        font-size: 14px;
        margin-top: 10px;
    }
    .s_final_wp{
        padding: 0 0 30px 0;
    }
    .dream_text{
        margin-top: 20px;
    }
    .dream_btn_wp{
        padding-right: 0;
        margin-top: 25px;
    }
    .dream_btn_item{
        padding: 0 15px;
    }
    .dream_btn img{
        width: 15px;
        height: auto;
        margin-right: 10px;
    }

    .td_price {
        position: relative;
    }
    .td_price .info_toggle {
        width: 240px;
        height: 87px;
        font-size: 11px;
        padding: 10px;
        top: -88px;
        right: -3px;
    }
    .card_item .info_toggle {
        width: 235px;
        height: 87px;
        font-size: 11px;
        padding: 10px;
        top: -97px;
        right: -30px;
    }
}
@media only screen and (max-width: 1023px) {
    .dream_img{
        width: 152%;
        position: relative;
        left: -26%;
    }
    .dream_text p{
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    .dream_right{
        display: none;
    }
    .dream_logo{
        position: static;
        padding-top: 50px;
    }
    .dream_logo img{
        width: 45px;
        height: auto;
    }
    .dream_title{
        margin-top: 15px;
    }
    .dream_subtitle p{
        margin-top: 10px;
    }
    .dream_subtitle p br{
        display: none;
    }
    .dream_btn{
        width: 260px;
        height: 41px;
        border-radius: 21px;
        font-size: 15px;
    }
    .dream_btn_wp{
        padding-right: 0;
        margin-top: 25px;
    }
    .dream_btn_item{
        padding: 0 15px;
    }
    .dream_btn img{
        width: 15px;
        height: auto;
        margin-right: 10px;
    }
    .dream_btn_wp:before{
        width: 100%;
    }
    .page_wp{
        padding-bottom: 0 !important;
    }
    .final_screen{
        background-size: auto 280px;
    }
    .s2_final{
        padding-bottom: 20px !important;
    }
    .cars_top_logo img{
        width: 45px;
        height: auto;
    }
    .cars_top_wp .back_btn{
        display: flex;
        font-size: 13px;
        border-radius: 18px;
    }
    .cars_top_wp .back_btn img{
        width: 13px;
        height: auto;
        margin-right: 6px;
    }
    .cars_title{
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    .cars_title span{
        display: block;
        font-size: 20px;
        margin-top: 17px;
        margin-left: 0;
    }
    .cars_wp{
        padding: 20px;
    }
    .cars_content{
        width: 100%;
        padding: 0;
    }
    .cars_center{
        padding-top: 18px;
    }
    .cars_text{
        font-size: 16px;
        margin-top: 13px;
    }
    .cars_att{
        font-size: 13px;
    }
    .cars_tabs a{
        height: 76px;
        font-size: 14px;
        text-align: center;
    }
    .cars_tabs a div{
        display: flex;
    }
    .cars_tabs a span{
        display: none;
    }
    .cars_tabs a .mob_text{
        display: block;
    }
    .cars_tabs a img{
        width: 34px;
        height: auto;
        border-right: 0;
        margin-right: 0;
    }
    .cars_tabs{
        margin-top: 20px;
        border-radius: 38px;
    }
    .cars_tabs_active{
        border-radius: 38px;
        width: calc(50% - 6px);
        height: calc(100% - 6px);
        top: 3px;
        left: 3px;
    }
    .cars_tabs[data-id="m3"] .cars_tabs_active {
        left: calc(50% + 3px);
    }
    .car_tab_wp{
        margin-top: 0;
    }
    .car_table{
        font-size: 13px;
        display: block;
    }
    .car_table tbody{
        display: block;
    }
    .car_table tbody tr:nth-child(1){
        display: none;
    }
    .car_tab_inner .car_table tbody tr:nth-child(1){
        display: flex;
    }
    .car_table tr {
        display: none;
    }
    .car_table tr:nth-child(1), .car_table tr:nth-child(2), .car_table tr:nth-child(3), .car_table tr:nth-child(4), .car_table tr:nth-child(5), .car_table tr:nth-child(6), .car_table tr:nth-child(7), .car_table tr:nth-child(8), .car_table tr:nth-child(9), .car_table tr:nth-child(10) {
        display: flex;
    }
    .car_table tr.visible_string {
        display: flex!important;
    }
    .car_table tr{
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding-bottom: 7px;
        margin-bottom: 10px;
    }
    .car_table th{
        display: none !important;
    }
    .car_table td{
        display: block;
        border: none;
        padding: 0;
    }
    .car_table p{
        font-size: 13px;
    }
    .td_price{
        font-size: 15px;
    }
    .td_title{
        font-size: 15px;
    }
    .car_table tr td:nth-child(1){
        width: 100%;
        padding-bottom: 5px;
    }
    .car_table tr td:nth-child(2){
        display: none;
    }
    .car_table tr td:nth-child(3){
        width: 41%;
    }
    .car_table tr td:nth-child(3)>p{
        display: none;
    }
    .car_table tr td:nth-child(4){
        display: none;
    }
    .car_table tr td:nth-child(5){
        display: none;
    }
    .car_table tr td:nth-child(6){
        width: 41%;
        margin-left: auto;
    }
    .mob_table_info{
        display: flex;
        flex-wrap: wrap;
    }
    .mob_table_info p{
        margin-right: 3px;
        margin-bottom: 3px;
    }
    .mob_table_info + p{
        display: none;
    }
    .divider{
        width: 100%;
        height: 1px;
    }
    .td_price{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding-top: 5px;
    }
    .td_price .th_info{
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 5px;
        margin-top: -2px;
    }
    .car_tab {
        height: calc(100vh - 276px);
    }
    .card_wp{
        padding: 20px;
    }
    .card_title h1{
        font-size: 24px;
        text-align: left;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    /*
    .cars_top_inner .back_btn{
        display: flex;
        border: 1px solid rgba(255,255,255,0.2);
        color: #fff;
    }
    */
    .card_back_btn{
        display: none;
    }
    .card_title{
        padding-top: 20px;
        width: 50%;
    }
    .card_slider{
        width: 99%;
        margin-top: 20px;
    }
    .prev2{
        width: 35px;
        height: 35px;
        margin-top: -18px;
        background-size: 13px auto;
        left: -13px;
    }
    .next2{
        width: 35px;
        height: 35px;
        margin-top: -18px;
        background-size: 13px auto;
        right: -13px;
    }
    .card_item{
        width: 49%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .card_item > div:first-child{
        font-size: 13px;
        color: #B3B3B3;
    }
    .card_item > div:last-child{
        font-size: 18px;
    }
    .card_line{
        padding: 17px 0 0 0;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .cll3 .card_item:last-child{
        width: 100%;
    }
    .th_info{
        width: 14px;
        height: 14px;
    }
    .card_item  .th_info{
        margin-left: 5px;
    }
    .card_info_left{
        width: 100%;
        border-right: none;
    }
    .card_info_right{
        width: 100%;
        margin: 0;
    }
    .card_info_content{
        width: 100%;
        padding: 20px;
    }
    .cil_title{
        width: 100%;
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    .cil_right{
        width: 100%;
    }
    .cim_item{
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .cim_item span{
        font-size: 16px;
    }
    .cil_item{
        padding: 0 0 15px 0;
        margin-bottom: 30px;
    }
    .card_info_wp{
        padding-top: 10px;
    }
    .card_info_list{
        padding-bottom: 0;
        margin-top: 10px;
    }
    .card_info_list li{
        font-size: 14px;
    }
    .card_info_list li{
        padding-left: 18px;
    }
    .card_info_list li:before{
        font-size: 12px;
    }
    .card_info_list li{
        margin-bottom: 7px;
    }
    .card_info_desc p{
        font-size: 14px;
        padding-right: 0;
    }
    .card_info_desc{
        padding-top: 10px;
    }
    .cir_title{
        font-size: 24px;
        letter-spacing: -0.02em;
    }
    .card_info_left .cil_item:last-child{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .cir_text p{
        font-size: 13px;
        color: #5E5E5E;
    }
    .cir_text p:first-child{
        margin-bottom: 10px;
    }
    .cir_text p span{
        font-size: 15px;
        color: #2A282D;
    }
    .cir_sign{
        margin-top: 15px;
    }
    .cir_text{
        padding-top: 10px;
    }
    .seller_info_img{
        width: 88px;
    }
    .seller_info{
        padding: 10px;
    }
    .sir_title{
        font-size: 13px;
    }
    .sir_title span{
        font-size: 15px;
    }
    .sir_link a{
        font-size: 16px;
    }
    .sir_link{
        margin: 5px 0 0 0;
    }
    .sir_btn{
        display: inline-block;
        font-size: 14px;
        padding-left: 25px;
        background-size: 14px auto;
        margin-top: 10px;
    }
    .cir_btn{
        width: 261px;
        height: 45px;
        font-size: 15px;
        border-radius: 25px;
        margin: 20px auto 0 auto;
    }
    .cir_btn img{
        margin-right: 10px;
    }
    .card_bottom h2{
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-top: 0;
    }
    .card_bottom_slider{
        width: 95%;
        margin: 0 auto;
    }
    .prev3{
        width: 35px;
        height: 35px;
        margin-top: -70px;
        left: 5px;
    }
    .next3{
        width: 35px;
        height: 35px;
        margin-top: -70px;
        right: 5px;
    }
    .cbs_title{
        font-size: 16px;
        margin-top: 19px;
        padding-right: 45px;
    }
    .cbs_item{
        font-size: 13px;
        text-align: left;
        border-right: none;
        position: relative;
    }
    .cbs_item:before{
        content: '';
        width: 1px;
        height: 100%;
        background: rgba(255,255,255,0.2);
        position: absolute;
        top: 0;
        right: 16px;
    }
    .cbs_item span{
        font-size: 18px;
    }
    .card_bottom .dream_btn{
        width: 261px;
        height: 45px;
    }
    .card_bottom .dream_btn_wp{
        margin-top: 38px;
    }
    .cbs_line{
        margin-top: 10px;
    }
    .cbs_line .cbs_item:last-child:before{
        display: none;
    }
    .cbs_final{
        padding: 0;
        text-align: center;
        display: block;
    }
    .card_bottom + .cbs_final{
        padding-bottom: 15px;
    }
    .mob_text_m3 {
        margin-top: 3px;
    }
    .cbs_final div {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .car_tab {
        height: auto!important;
    }
    .cars_wp {
        overflow: auto;
    }
    .card_slide img {
        height: 284px;
        width: 100%;
        object-fit: cover;
    }
    .card_bottom_slide img {
        width: 100%;
        height: 246px;
        object-fit: cover;
    }
}



/*24.03*/
.calc_top_block{
    padding-top: 2vw;
}
.calc_top_block h1{
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 0.9;
}
.calc_top_block h2{
    font-size: 2vw;
    letter-spacing: -0.02vw;
    font-weight: 500;
}
.calc_top_block p{
    font-size: 1.23vw;
    margin-top: 1.8vw;
}
.calc_top_block .container_min p:last-child{
    font-size: 1.03vw;
    margin-top: 1.23vw;
}
.calc_popular_block{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.1vw;
}
.calc_popular_item_wp{
    width: 25%;
    text-align: center;
}
.calc_popular_item{
    padding: 0 1.5vw 1.5vw 1.5vw;
    border-radius: 11px;
    transition: .2s;
    margin-bottom: 0.3vw;
    cursor: pointer;
}
.calc_popular_item:hover{
    background: #F8F8F8;
}
.calc_popular_img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 9.5vw;
}
.calc_popular_title{
    font-size: 1.05vw;
    margin-top: -1.2vw;
}
.calc_popular_title span{
    font-weight: 600;
}
.calc_popular_price{
    font-size: 0.91vw;
    margin-top: 0.5vw;
}
.calc_popular_btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*
    width: 11.3vw;
    */
    width: 7.3vw;
    height: 1.3vw;
    margin: 0.5vw auto 0 auto;
    padding-left: 1.4vw;
    background: url("../images/ico-arrow-btn-yellow.svg") no-repeat 0 center;
    font-size: 0.8vw;
    cursor: pointer;
    transition: .2s;
    font-weight: 500;
}
.calc_popular_btn span {

}
.calc_popular_item:hover .calc_popular_btn {
    background: url("../images/ico-arrow-btn-black.svg") no-repeat 0 center;
}
@media only screen and (min-width: 1181px) {
    .calc_popular_btn{
        background-size: auto 1.1vw;
    }
    .calc_popular_item:hover .calc_popular_btn {
        background-size: auto 1.1vw;
    }
}
.calc_line{
    display: flex;
    flex-wrap: wrap;
}
.price__inner-redesign{
    width: 98%;
    border-radius: 1vw;
    background: #F5F5F5;
    margin: 2.7vw auto 2vw auto;
    padding-top: 3.58vw;
    padding-bottom: 3vw;
}
.price__inner-redesign .title-ultra-small{
    font-size: 2vw;
}
.calc_line_left{
    width: 43%;
}
.calc_line_right{
    width: 49.3%;
    margin-left: auto;
    padding-top: 0.7vw;
}
.price__inner-redesign .price__right{
    width: 100%;
}
.price__inner-redesign .price__calc-text{
    font-size: 1vw;
    margin-top: 1vw;
    line-height: 1.3;
    margin-bottom: 0;
}
.calc_att{
    padding-left: 1.2vw;
    position: relative;
    margin-top: 2.6vw;
}
.calc_att:before{
    content: '*';
    font-size: 2.1vw;
    position: absolute;
    top: -0.8vw;
    left: 0;
}
.calc_att p{
    font-size: 0.78vw;
    font-weight: 400;
    line-height: 1.3;
    color: #594F3C;
    margin-top: 0.5vw;
}
.calc_att p:first-child{
    margin-top: 0;
}
.price__inner-redesign .price__calc-input textarea{
    padding: 1vw;
    height: 10vw;
    border-radius: 5px;
    border: 2px solid rgba(36,36,36,0.2);
    font-size: 0.93vw;
}
.price__inner-redesign .price__right .price__buttons-col{
    width: 51%;
}
.price__inner-redesign .price__buttons{
    margin-top: 1vw;
}
.price__inner-redesign .price__buttons .btn{
    padding-top: 0.65vw;
    padding-bottom: 0.65vw;
}
.price__inner-redesign .btn span:nth-child(2){
    width: 1.8vw;
    height: 1.8vw;
    flex: 0 0 1.8vw;
}
.faq-redesign .faq__item:first-child{
    border-top: none;
}
.faq-redesign  .faq__info{
    width: 100%;
    margin-top: 1vw;
}
.faq-redesign{
    margin-bottom: 2.5vw;
}
.cars_top_logo{
    font-size: 3.4vw;
    font-weight: 500;
}
.cars_top_wp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.9vw;
}
.cars_main_img{
    width: 59%;
    margin: -4.5vw auto 0 auto;
}
.cars_main_img.no_image {
    margin-top: 0;
}
.cars_main_img img{
    width: 100%;
    height: auto;
}
.info_toggle{
    position: absolute;
    top: -4vw;
    right: 1.5vw;
    width: 13.3vw;
    padding: 0.5vw;
    font-size: 0.6vw;
    z-index: 8900;
    background: rgba(0,0,0,0.7);
    border-radius: 0.2vw;
    line-height: 1.3;
    color: #fff;
    display: none;
}
.ct_right_btns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cars_table_btn{
    padding-top: 2vw;
}
.cars_table_btn .btn{
    width: 100%;
    justify-content: center;
    position: relative;
    font-weight: 500;
    padding-top: 1.1vw;
    padding-bottom: 1.1vw;
}
/* тут */
.cars_table_btn .btn span:nth-child(2){
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    margin-top: -0.9vw;
    right: 0.8vw;
    width: 1.8vw;
    height: 1.8vw;
}
.cars_top_logo h1{
    font-size: 1.83vw;
    font-weight: 500;
    color: #7D7D7D;
}
.cars_top_logo h1 span{
    color: #201d17;
}
.cars_top_logo h1 span{
    display: block;
    font-size: 3.4vw;
    margin-bottom: 0.4vw
}
.card_line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.5vw;
    margin-top: 1vw;
}
.card_info_content{
    display: flex;
    flex-wrap: wrap;
}
.cil_item{
    display: flex;
    flex-wrap: wrap;
}
.card_info_main{
    display: flex;
    flex-wrap: wrap;
}
.dealer_link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.card_info_content_bottom{
    display: block;
}
.card_info_content_bottom h2{
    color: #000;
}
.card_bottom{
    border-top: 1px solid #000;
    padding-bottom: 2.3vw;
}
.cbs_line{
    display: flex;
    flex-wrap: wrap;
}
.cir_inner{
    padding: 2.2vw;
    background: #F8F8F8;
    border-radius: 0.5vw;
}
.dealer_address_1{
    margin-top: 1.1vw;
}
.card_btn{
    background: linear-gradient(180deg, #FFF555 0%, #E8C185 100%);
    /*
    margin-top: 1.5vw;
    */
    border: 1px dotted #201D17;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.card_btn span:first-child{
    color: #201D17;
    position: relative;
    top: 0.1vw;
}
.card_btn span:nth-child(2){
    background: #201D17;
}
.card_btn span:nth-child(2) svg{
    fill: #FFF555;
    stroke: #FFF555;
}
.cil_item .cir_btn{
    margin-bottom: 1vw;
}
.calc_att_mob{
    display: none;
}
.calc_popular_img img {
    height: 62%;
    width: auto;
}
.calc_popular_item_wp[data-item="bmw-manual"] .calc_popular_img img {
    height: 83%;
    position: relative;
    top: -1%;
    left: -4%;
}
.card_slider_wp{
    position: relative;
}
.card_slider_wp:before{
    content: '';
    width: 9vw;
    height: 100%;
    background: linear-gradient(270deg, rgba(36, 36, 36, 0) 0%, #242424 100%);
    position: absolute;
    top: 0;
    left: -1.5625vw;
    z-index: 10;
}
.card_slider_wp:after{
    content: '';
    width: 9vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 36, 36, 0) 0%, #242424 100%);
    position: absolute;
    top: 0;
    right: -1.5625vw;
    z-index: 10;
}
.cars_top_wp .back_btn img{
    width: 1vw;
    height: auto;
}
.car_table th .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card_info_list a {
    color: rgb(42, 40, 45);
    cursor: text;
}
.car_table_pagination{
    padding-top: 1vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.car_table_pagination a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 2.6vw;
    height: 2.6vw;
    border: 1px solid rgba(0,0,0,0.2);
    margin-right: 0.9vw;
    border-radius: 5px;
    font-size: 1vw;
    font-weight: 500;
    line-height: calc(2.6vw + 2px);
    margin-bottom: 0.5vw;
    color: #2A282D;
}
.car_table_pagination a:last-child{
    margin-right: 0;
}
.car_table_pagination a.active{
    background: #2A282D;
    color: #fff;
}
.calc_top_block .container_min p.cars_main_description:last-child {
    position: static;
    height: auto;
    font-size: 0.93vw;
    font-weight: 400;
    color: #2A282D;
    opacity: 0.7;
}
.cars_outer_popular .calc_top_block {
    padding-top: 0!important;
}
.car_table tr th:nth-child(1) span {
    padding-left: 0.5vw;
}
.cars_main_description {
    margin-top: 1.5vw;
}

@media only screen and (max-width: 1599px) {
    .calc_popular_title{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1180px) {
    .cars_outer_popular .calc_top_block .container {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .cars_main_description {
        display: flex;
        font-size: 13px;
    }
    .calc_top_block h1{
        font-size: 42px;
    }
    .cars_top_wp .back_btn img{
        width: 15px;
        height: auto;
    }
    .calc_top_block h2{
        font-size: 28px;
    }
    .calc_top_block p{
        font-size: 18px;
    }
    .calc_top_block .container_min p:last-child{
        font-size: 16px!important;
    }
    .calc_popular_img{
        height: 130px;
    }
    .calc_popular_title{
        font-size: 18px;
    }
    .calc_popular_price{
        font-size: 15px;
    }
    .calc_popular_btn{
        width: 100%;
        height: 25px;
        font-size: 13px;
        padding-left: 30px;
    }
    .calc_popular_item .calc_popular_btn{
        width: 130px;
    }
    .calc_popular_img img{
        width: auto;
        height: 100px;
    }
    .price__inner-redesign .title-ultra-small{
        font-size: 32px;
    }
    .price__inner-redesign .price__calc-text{
        font-size: 16px;
    }
    .price__inner-redesign .price__calc-text br{
        display: none;
    }
    .calc_att p{
        font-size: 13px;
    }
    .container_med{
        max-width: 100%;
    }
    .cars_content{
        width: 100%;
    }
    .card_btn span:first-child{
        font-size: 13px;
    }
    .cir_btn img{
        width: 20px;
        height: auto;
    }
    .s2_final{
        padding-bottom: 20px !important;
    }
    .cars_top_logo img{
        width: 45px;
        height: auto;
    }
    .cars_top_wp .back_btn{
        display: flex;
        font-size: 13px;
    }
    .car_table th{
        font-size: 14px;
    }
    .cars_top_wp .back_btn img{
        width: 13px;
        height: auto;
        margin-right: 6px;
    }
    .cars_title{
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    .cars_title span{
        display: block;
        font-size: 20px;
        margin-top: 17px;
        margin-left: 0;
    }
    .cars_table_btn .btn{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cars_table_btn .btn span:nth-child(2){
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .cars_wp{
        padding: 20px;
    }
    .cars_center{
        padding-top: 18px;
    }
    .cars_text{
        font-size: 16px;
        margin-top: 13px;
    }
    .cars_att{
        font-size: 13px;
    }
    .cars_tabs a{
        font-size: 14px;
        text-align: center;
    }
    .cars_tabs a img{
        width: 34px;
        height: auto;
        border-right: 0;
        margin-right: 0;
    }
    .cars_tabs{
        margin-top: 20px;
        border-radius: 38px;
    }
    .cars_tabs_active{
        border-radius: 38px;
        width: calc(50% - 6px);
        height: calc(100% - 6px);
        top: 3px;
        left: 3px;
    }
    .cars_tabs[data-id="m3"] .cars_tabs_active {
        left: calc(50% + 3px);
    }
    .car_tab_wp{
        margin-top: 0;
    }
    .car_table{
        font-size: 13px;
    }
    .car_table p{
        font-size: 13px;
    }
    .td_price{
        font-size: 15px;
    }
    .td_title{
        font-size: 15px;
    }
    .mob_table_info p{
        margin-right: 3px;
        margin-bottom: 3px;
    }
    .card_wp{
        padding: 20px;
    }
    .card_title h1{
        font-size: 24px;
        letter-spacing: -0.02em;
    }
    .card_title{
        padding-top: 20px;
    }
    .prev2{
        width: 35px;
        height: 35px;
        margin-top: -18px;
        background-size: 13px auto;
        left: -13px;
    }
    .next2{
        width: 35px;
        height: 35px;
        margin-top: -18px;
        background-size: 13px auto;
        right: -13px;
    }
    .card_item > div:first-child{
        font-size: 13px;
        color: #B3B3B3;
    }
    .card_item > div:last-child{
        font-size: 18px;
    }
    .th_info{
        width: 14px;
        height: 14px;
    }
    .card_item  .th_info{
        margin-left: 5px;
    }

    .cil_title{
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    .cim_item{
        font-size: 13px;
    }
    .cim_item span{
        font-size: 16px;
    }
    .cil_item{
        padding: 0 0 15px 0;
        margin-bottom: 30px;
    }
    .card_info_wp{
        padding-top: 10px;
    }
    .card_info_list{
        padding-bottom: 0;
        margin-top: 10px;
    }
    .card_info_list li{
        font-size: 14px;
    }
    .card_info_list li{
        padding-left: 18px;
    }
    .card_info_list li:before{
        font-size: 12px;
    }
    .card_info_list li{
        margin-bottom: 7px;
    }
    .card_info_desc p{
        font-size: 14px;
    }
    .card_info_desc{
        padding-top: 10px;
    }
    .cir_title{
        font-size: 24px;
        letter-spacing: -0.02em;
    }
    .cir_text p{
        font-size: 13px;
        color: #5E5E5E;
    }
    .cir_text p:first-child{
        margin-bottom: 10px;
    }
    .cir_text p span{
        font-size: 15px;
        color: #2A282D;
    }
    .cir_sign{
        margin-top: 15px;
    }
    .cir_text{
        padding-top: 10px;
    }
    .seller_info_img{
        width: 88px;
    }
    .seller_info{
        padding: 10px;
    }
    .sir_title{
        font-size: 13px;
    }
    .sir_title span{
        font-size: 15px;
    }
    .sir_link a{
        font-size: 16px;
    }
    .sir_link{
        margin: 5px 0 0 0;
    }
    .sir_btn{
        display: inline-block;
        font-size: 14px;
        padding-left: 25px;
        background-size: 14px auto;
        margin-top: 10px;
    }
    .cir_btn{
        width: 100%;
        height: 45px;
        font-size: 13px;
        border-radius: 25px;
        margin: 20px auto 0 auto;
    }
    .cir_btn img{
        margin-right: 10px;
    }
    .price__inner-redesign .price__calc-input textarea{
        font-size: 14px;
    }
    .price__inner-redesign .price__buttons .btn{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .card_bottom h2{
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-top: 0;
    }
    .card_slider_wp:before{
        left: -30px;
    }
    .card_slider_wp:after{
        right: -30px;
    }
    .prev3{
        width: 35px;
        height: 35px;
        margin-top: -70px;
        left: 5px;
    }
    .next3{
        width: 35px;
        height: 35px;
        margin-top: -70px;
        right: 5px;
    }
    .cbs_title{
        font-size: 16px;
        margin-top: 19px;
        padding-right: 0;
    }
    .cbs_item{
        font-size: 11px;
        text-align: left;
        border-right: none;
        position: relative;
    }
    .cbs_item span{
        font-size: 15px;
    }
    .card_bottom .dream_btn{
        width: 261px;
        height: 45px;
    }
    .card_bottom .dream_btn_wp{
        margin-top: 38px;
    }
    .cbs_line{
        margin-top: 10px;
    }
    .card_bottom + .cbs_final{
        padding-bottom: 15px;
    }
    .mob_text_m3 {
        margin-top: 3px;
    }
    .cbs_final div {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .car_table_pagination{
        padding-top: 20px;
    }
    .car_table_pagination a{
        width: 38px;
        height: 38px;
        margin-right: 10px;
        line-height: 36px;
        font-size: 16px;
    }
    .back_btn_fl_mobile {
        display: none!important;
        margin-bottom: 14px;
    }
    .calc_popular_item_wp[data-item="universal"] .calc_popular_img img, .calc_popular_item_wp[data-item="kabriolet"] .calc_popular_img img {
        width: 90%;
        height: auto;
    }
    .cars_main_description {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .calc_popular_item_wp{
        width: 33.333%;
    }
    .price__inner-redesign .price__calc-input textarea{
        padding: 15px;
        font-size: 16px;
        height: 100px;
    }
    .price__inner-redesign .price__right .price__buttons-col{
        width: 100%;
    }
    .price__inner-redesign .price__buttons .btn{
        padding: 0 10px 0 20px;
        height: 50px;
    }
    .price__inner-redesign .btn span:nth-child(1){
        position: relative;
        top: 3px;
    }
    .price__inner-redesign .btn span:nth-child(2){
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin-top: 0;
        right: 0;
    }
    .price__inner-redesign .title-ultra-small{
        margin-top: 0;
    }
    .cars_top_logo{
        font-size: 40px;
    }
    .cars_top_wp .back_btn{
        width: auto;
        border: none;
    }
    .cars_main_img{
        width: 70%;
    }
    .td_title{
        padding-left: 0;
    }
    .td_title span{
        font-size: 16px;
    }
    .cil_right p{
        font-size: 15px;
        margin-top: 10px;
    }
    .card_btn span:first-child{
        font-size: 16px;
    }
    .card_btn{
        width: 100%;
        height: 50px;
        padding: 0 20px;
        margin-top: 20px;
    }
    .card_btn span:nth-child(2){
        width: 30px;
        height: 30px;
        margin-top: 0;
        max-width: 30px;
        right: 0 !important;
    }
    .card_item:before{
        height: 36px;
        margin-top: -18px;
    }
    .card_line .card_item:nth-child(2):before{
        display: none;
    }
    .cil_item .cir_btn img{
        width: 20px;
        height: auto;
    }
    .cil_item .cir_btn{
        margin: 0;
    }
    .cbs_title span{
        font-size: 18px;
    }
    .cars_top_logo h1{
        font-size: 22px;
    }
    .cars_top_logo h1 span{
        font-size: 40px;
    }
    .cbs_line{
        padding: 10px;
    }
    .card_slider_wp:before{
        display: none;
    }
    .card_slider_wp:after{
        display: none;
    }
    .ct_right_btns{
        width: 100%;
        justify-content: space-between;
    }
    .cars_top_wp .back_btn{
        margin-left: 0;
    }
    .prev2:before{
        background-size: 13px auto;
    }
    .next2:before{
        background-size: 13px auto;
    }
    .prev3:before{
        background-size: 13px auto;
    }
    .next3:before{
        background-size: 13px auto;
    }
    .back_btn_fl_mobile {
        display: none!important;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .calc_popular_item_wp{
        width: 50%;
    }
    .calc_line_left{
        width: 100%;
    }
    .calc_line_right{
        width: 100%;
        margin-top: 15px;
    }
    .price__inner-redesign{
        margin: 20px auto;
        padding: 20px 0;
    }
    .price__inner-redesign .price__buttons{
        margin-top: 20px;
    }
    .cars_top_logo{
        width: 100%;
    }
    .cars_top_wp .back_btn{
        height: auto;
    }
    .cars_main_img{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .car_table_pagination{
        padding-top: 10px;
    }
    .car_table_pagination a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        font-size: 15px;
        padding-top: 0;
    }

    .back_btn_fl {
        display: none!important;
    }
    .back_btn_fl_mobile {
        display: flex!important;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 479px) {
    .calc_top_block{
        padding-top: 25px;
    }
    .calc_top_block h1{
        font-size: 40px;
    }
    .calc_top_block h2{
        font-size: 24px;
    }
    .calc_top_block p{
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.3;
    }
    .calc_top_block .container_min p:last-child{
        font-size: 14px!important;
        margin-top: 13px;
    }
    .calc_popular_img{
        height: 92px;
        padding: 5px;
    }
    .calc_popular_title{
        padding-top: 10px;
    }
    .calc_popular_price{
        font-size: 14px;
    }
    .calc_popular_btn{
        font-size: 14px;
        width: 110px;
        margin: 10px auto 0 auto;
    }
    .calc_popular_item{
        padding: 10px 0;
        margin-bottom: 0;
    }
    .price__inner-redesign .title-ultra-small{
        font-size: 24px;
    }
    .price__inner-redesign{
        width: 100%;
        padding: 38px 0 30px 0;
    }
    .calc_att{
        display: none;
    }
    .calc_att_mob{
        display: block;
        margin-top: 37px;
    }
    .price__inner-redesign .price__calc-input textarea{
        font-size: 14px;
        height: 103px;
    }
    .price__inner-redesign .btn span:nth-child(1){
        font-size: 16px;
    }
    .price__inner-redesign .price__buttons{
        margin-top: 10px;
    }
    .calc_att{
        padding-left: 23px;
    }
    .calc_att p{
        line-height: 1.4;
        margin-top: 10px;
    }
    .calc_att:before{
        font-size: 41px;
        top: -13px;
    }
    .cars_top_wp .back_btn{
        font-size: 14px;
        margin-top: 5px;
    }
    .cars_top_wp .back_btn img{
        margin-right: 0;
        margin-left: 10px;
        margin-top: -2px;
    }
    .cars_main_img{
        margin-top: 10px;
    }
    .cars_center{
        padding-top: 10px;
    }
    .td_title span{
        font-size: 18px;
    }
    .car_table tr td:nth-child(3){
        width: 59%;
    }
    .mob_table_info p{
        font-size: 14px;
    }
    .td_title span{
        margin-bottom: 5px;
    }
    .car_table tr{
        padding-bottom: 13px;
    }
    .cars_table_btn .btn{
        justify-content: flex-start;
    }
    .cars_table_btn .btn span:first-child{
        font-size: 16px;
        height: auto;
    }
    .cars_table_btn .btn{
        height: 50px;
        padding: 0 15px;
    }
    .cars_table_btn .btn span:nth-child(2){
        width: 30px;
        height: 30px;
        margin-top: -15px;
        right: 10px;
    }
    .cars_wp{
        padding-bottom: 10px;
    }
    .faq-redesign{
        margin-bottom: 30px;
    }
    .back_btn_mob{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .cars_top_inner .back_btn{
        color: #201D17;
        margin-top: 15px;
    }
    .card_line{
        border: none;
    }
    .card_item > div:first-child{
        font-size: 14px;
        color: #4D4D4D;
    }
    .card_item > div:last-child{
        margin-top: 10px;
    }
   .card_item{
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
       padding-bottom: 10px;
    }
    .card_item:before{
        display: none;
    }
    .cil_title{
        font-size: 22px;
    }
    .cil_title br{
        display: none;
    }
    .card_wp{
        padding-bottom: 0;
    }
    .card_info_wp{
        padding-top: 0;
    }
    .cim_item{
        font-size: 14px;
    }
    .cil_item{
        margin-bottom: 20px;
    }
    .card_info_list li:before{
        font-size: 16px;
    }
    .card_info_list li{
        margin-bottom: 10px;
    }
    .cir_inner{
        padding: 30px 0;
        position: relative;
    }
    .cir_inner:before{
        content: '';
        width: 150px;
        height: 100%;
        background: #F8F8F8;
        position: absolute;
        top: 0;
        left: -150px;
    }
    .cir_inner:after{
        content: '';
        width: 150px;
        height: 100%;
        background: #F8F8F8;
        position: absolute;
        top: 0;
        right: -150px;
    }
    .cir_title{
        font-size: 22px;
    }
    .cir_text{
        padding-top: 20px;
    }
    .cir_btn img{
        width: 20px;
        height: auto;
    }
    .cir_btn{
        height: auto;
        font-size: 14px;
        margin: 0;
        margin-top: 15px;
    }
    .cil_item .cir_btn{
        margin-top: 20px;
    }
    .card_btn span:first-child{
        height: auto;
        top: 3px;
    }
    .card_btn span:nth-child(2){
        right: 10px;
    }
    .card_bottom{
        border-top: none;
        padding-top: 0;
    }
    .card_info_content_bottom{
        padding-top: 5px;
    }
    .card_bottom_slider{
        padding-top: 20px;
    }
    .cbs_title{
        font-size: 15px;
    }
    .cbs_item span{
        margin-top: 5px;
    }
    .calc_popular_img img {
        width: auto;
        height: 70px;
    }
    .calc_popular_item .calc_popular_btn {
        width: 138px;
    }
    .card_info_wp .card_btn span:first-child {
        height: 48px;
        line-height: 48px;
        top: 1px!important;
    }
    .price__inner-redesign .price__buttons .btn span:first-child {
        height: 50px;
        line-height: 50px;
        top: 0px!important;
    }
    /*
    .price__inner-redesign .calc_line_right{
        display: none;
    }
    .price__inner-redesign.for_att .calc_line_right{
        display: none;
    }
    
     */
    .price__inner-redesign .calc_att.calc_att_mob {
        display: none!important;
    }
    .price__inner-redesign .calc_result_block {
        padding-left: 0;
        padding-right: 0;
    }
}

.car_tab_inner tr {
    display: none;
}
.car_tab_inner tr:nth-child(1), .car_tab_inner tr:nth-child(2), .car_tab_inner tr:nth-child(3), .car_tab_inner tr:nth-child(4), .car_tab_inner tr:nth-child(5), .car_tab_inner tr:nth-child(6), .car_tab_inner tr:nth-child(7), .car_tab_inner tr:nth-child(8), .car_tab_inner tr:nth-child(9), .car_tab_inner tr:nth-child(10), .car_tab_inner tr:nth-child(11), .car_tab_inner tr:nth-child(12), .car_tab_inner tr:nth-child(13), .car_tab_inner tr:nth-child(14) {
    display: table-row;
}

@media (min-width: 1181px) {
    .car_tab_inner tr:hover td {
        background: #f2f2f2;
        border-bottom: 1px solid #2a282d;
    }
}
@media (max-width: 1023px) {
    .car_tab_inner tr {
        display: none;
    }
    .car_tab_inner tr:nth-child(1), .car_tab_inner tr:nth-child(2), .car_tab_inner tr:nth-child(3), .car_tab_inner tr:nth-child(4), .car_tab_inner tr:nth-child(5), .car_tab_inner tr:nth-child(6), .car_tab_inner tr:nth-child(7), .car_tab_inner tr:nth-child(8), .car_tab_inner tr:nth-child(9), .car_tab_inner tr:nth-child(10), .car_tab_inner tr:nth-child(11), .car_tab_inner tr:nth-child(12), .car_tab_inner tr:nth-child(13), .car_tab_inner tr:nth-child(14) {
        display: flex;
    }
}
