/* slider-1 main page */
@media (min-width:767px){
	.desc_hide{
		display:none
	}
	.main-slider__slide-description.spec_slide1_descr{
		margin-top: -40px;width: 600px;max-width: 100%; display:inline-block;
	}
	.main-slider__slide-more-btn.btn.spec_slide1_btn{
		vertical-align:middle;
		margin-top:-50px;
		margin-left:-110px;
		padding: 16px 35px;
		text-transform:uppercase
	}
}
@media (max-width:960px) and (min-width:767px){
	.main-slider__slide-description.spec_slide1_descr{
		width:550px;
	}
	.main-slider__slide-more-btn.btn.spec_slide1_btn{
		margin-top:-90px;
	}
}
@media (max-width:480px){
	.main-slider__slide-description.spec_slide1_descr{
		display:none;
	}
	.desc_hide{
		display:block;
		margin-bottom:100px;
	}
	.main-slider__slide-title.lined_title{
		font-size:16px;
		border-bottom: 1px solid #D23634
	}
}
/* page /about/blagodarstvennye-pisma/ */
.otz-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25px;
}
.otz-block a {
    width: 300px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
}
.otz-block a img{
    max-height: 375px;
    width: 100%;
    border: 1px solid #F2F2F2;
    margin-bottom:15px;
}
.otz-block a p{
    font-weight: 600;
    display: block;
}
.btn.otz_cont_toggle {
    margin: 25px auto;
    display: block;
    width: 200px;
    text-transform: uppercase;
}
.btn.otz_cont_toggle.hide_btn{
    display: none;
}
.otz-block.hide_cont a {
    display: none;
}
.otz-block.hide_cont a:nth-child(-n+12) {
    display: block;
}
@media (max-width: 960px){
    .otz-block a {
        width: 230px;
    }
    .otz-block a img {
        max-height: 300px;
    }
}
@media (max-width: 768px){
    .otz-block.hide_cont a:nth-child(-n+12) {
        display: none;
    }
    .otz-block.hide_cont a:nth-child(-n+9) {
        display: block;
    }    
}
@media (max-width: 640px){
    .otz-block.hide_cont a:nth-child(-n+9) {
        display: none;
    }
    .otz-block.hide_cont a:nth-child(-n+6) {
        display: block;
    }    
}
@media (max-width: 320px){
    .title {
        font-size: 26px;
    }
}
.leasing-item.link_click:hover {
    opacity: 0.6;
}
.leasing-item.link_click:hover .leasing-item__title {
    color: var(--color-black);
}
.trucks__list .leasing-item.link_click {
    pointer-events: all;
}
.trucks__list .leasing-item.link_click:after {
    display: none;
}

/* page /about/blagodarstvennye-pisma/ 6878321 */
.tl_main_block {
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
    gap: 2%; 
    margin: 50px 0;
}
.tl_item {
    width: 49%;
    margin-bottom: 20px;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
}
.tl_content{
    display: flex;
    flex-direction: column;
    align-self: stretch; 
    width: calc(100% - 190px);
    justify-content: space-between;
}
.tl_img{
    width: 165px;
}
.tl_img img{
    width: 165px;
    height: 205px;
}
.tl_title{
    font-size: 18px;
    font-weight: 600;
}
.tl_text{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.tl_fio{
    font-size: 16px;
    font-weight: 700; 
}
.tl_job{
    color: #B8B8B8;
    font-size: 14px;
    font-weight: 400;
}
.tl_main_block.hide_cont .tl_item {
    display: none;
}
.tl_main_block.hide_cont .tl_item:nth-child(-n+8) {
    display: flex;
}
@media (max-width: 1024px){
    .tl_main_block{
        gap:0;
    }
    .tl_item{
        width: 100%;
    }
    .tl_main_block.hide_cont .tl_item:nth-child(-n+8) {
        display: none;
    }
    .tl_main_block.hide_cont .tl_item:nth-child(-n+6) {
        display: flex;
    }    
}
@media (max-width: 480px){
    .tl_item{
        padding: 10px;
    }
    .tl_img{
        width: 100%;
        display: block;
    }    
    .tl_img img{
        margin: auto;
    }
    .tl_content{
        width: 100%;
    }
    .tl_title, .tl_text{
        margin-bottom: 15px;
    }
    .tl_fio{
        margin-bottom: 5px;
    }
}
/*----------*/
.special-offers .splide{
    overflow: hidden;
}
@media (max-width: 960px){
    .leave-request__form__wrapper-input-block{
        display: block;
    }
    .leave-request__form__wrapper-input-block__input-block {
        margin-bottom: 16px;
    }    
}
.subscription_offers_table{
    overflow: auto;
    margin-bottom: 80px;
}
.subscription_offers_top {
    margin-bottom: 35px;
}    
.subscription_offers_table table{
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}
.subscription_offers_table table td, .subscription_offers_table table th{
    padding: 12px 15px;
}
.subscription_offers_table table td{
    font-size: 16px;
}
.subscription_offers_table table th{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #000;
    color: #fff;
}
.subscription_offers_table table tr {
    border-bottom: 1px solid #F9F9F9;
}
.under_tbl{
    font-size: 14px;
    margin: 15px 0;
} 
.conditions__form-block__form__row .conditions__form-block__form__col:nth-child(2) label {
    width: 100%;
}

/*-------------*/
@media (min-width: 927px){
    .conditions__form-block__form__col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .conditions__form-block {
        padding: 65px 170px 55px;
    }
    .conditions__form-block form{
        position: relative;
    }
    .conditions__form-block__title {
        text-align: center;
    }
    .conditions__form-block__form .checkbox{
        margin-top: 25px;
    }
    .conditions__form-block__form__btn {
        position: absolute;
        right: 0;
        bottom: -10px;
    }
    .conditions__form-block__form__label {
        width: 32%;
    }
}
.subscription_offers {
    margin: 60px auto;
}
.about_special {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
}
.about_special > div {
    width: 49%;
}
.steps_list, .subs_serv_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.steps_item {
    width: 240px;
    padding: 43px 20px 43px 20px;
    border: 1px solid #F2F2F2;
    margin-bottom:15px;
}
.steps_item div{
    font-size: 14px;
    color:#585858;
}
.steps_item div.steps_title {
    margin: 15px 0;
    font-size: 16px;
    color: #000;
}
.subs_serv_item {
    width: 49%;
    padding: 30px 28px 30px 28px;
    margin-bottom: 20px;
    background: #F9F9F9;
}
.subs_serv_title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.subs_serv_list{
    column-count: 2;
}
.subs_serv_list li {
    margin-bottom: 8px;
}
.subs_serv_list li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(/upload/img/list_check.png);
    margin-right: 5px;
}
.subs_serv_blocks > p {
    width: 100%;
    font-size: 13px;
}
@media (max-width:815px){
        .subs_serv_item{
        width:100%
    }
    .steps_list, .subs_serv_blocks{
        justify-content: space-around;
    }

    .about_special{
       justify-content: space-around; 
    } 
    .about_special > div {
        width: 100%;
        margin: 15px auto;
    }  
    .about_special img {
       margin: auto;
    }
    .steps_item:nth-last-child(-n+2) {
        width: 49%;
    } 
    .steps_item:nth-last-child(n+3) {
        width: 32%;
    }          
}
@media (max-width: 640px){
    .steps_list .steps_item{
        width: 100%;
    }
    .subs_serv_list{
        column-count: 1;
    }    
}

/*-------------*/
.our_serv_main{
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
    margin: 40px 0;
    justify-content: space-between;
}
.our_serv_main_item{
    border: 1px solid #999; 
    width: 32%;
    flex-shrink: 0;  
    display: flex;
    flex-wrap:wrap; 
    align-items: center;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 2%;    
}
.our_serv_main_item > div{
    margin: 15px;
}
.our_serv_main_item > div:first-child{
    width: 50px;
}
.our_serv_main_item > div:last-child{
    width: calc(100% - 120px);
    min-height: 130px;
}
.our_serv_main_item img{
    height: 100%;
}
.our_serv_main_item .serv_m_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 1200px){
    .our_serv_main_item{
         min-height: 165px;
    }
    .our_serv_main_item > div:last-child {
        min-height: 150px;
    }    
}
@media (max-width: 1024px){
    .our_serv_main_item > div:last-child {
        min-height: 220px;
    }     
}
@media (max-width: 815px){
    .our_serv_main_item{
        width: 49%;
    }
    .our_serv_main_item > div:last-child {
        min-height: 165px;
    }     
}
@media (max-width: 750px){
    .our_serv_main_item{
        width: 100%;
    } 
    .our_serv_main_item, .our_serv_main_item > div:last-child {
        min-height: initial;
    }       
}
@media (max-width: 415px){
    .intro__top__list__item b{
        word-wrap: anywhere;
    }
    .our_serv_main_item{
        display: block;
        padding: 10px;
    }
    .our_serv_main_item > div:first-child {
        width: 100%;
        display: block;
        margin: 15px auto;
    }
    .our_serv_main_item img {
        margin: auto;
    }
    .our_serv_main_item > div:last-child {
        width: 100%;
        margin: 15px auto;
        text-align: center;
    }   
}
.container.wide-100 .is-style.wrap-65{
    max-width: 100%;
}
.service_sages, .trad-in-adv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.trade_in_list .service_sages_item{
    width: 49%;
    margin-bottom: 25px;
    background: #F2F2F2;
    padding: 20px 40px 20px 85px;
    font-weight: 600;
}
.service_sages_num{
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
}
.service_sages.trade_in_list p, .trad-in-adv-item .trad-in-adv-descr {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
.trade_in_list .service_sages_item:hover, .trade_in_list .service_sages_item:hover div, .trade_in_list .service_sages_item:hover p, .trade_in_list .service_sages_item:hover .service_sages_num{
    color: #fff;
    background: #000;
}
.trad-in-adv-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49%;
    margin-bottom: 25px;
}
.trad-in-adv-item img{
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
}
.trad-in-adv-item > div{
    width: calc(100% - 66px);
}
.trad-in-adv-item .trad-in-adv-title{
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
@media (max-width: 768px){
    .vozv_conditions{
        justify-content: space-around;
    }
    .service_sages_item{
        width: 360px;
    }
}
@media (max-width: 415px){
    .trade_in_list .service_sages_item{
        width: 100%;
    }
    .is-style h2{
        font-size: 20px;
        line-height: 28px;
    }
    .trad-in-adv-item > div{
        width: 100%;
    }
    .trad-in-adv-item {
        justify-content:center;
        text-align: center;
        width: 100%;
    }
}
.main-banner-section--block2 .main-banner-section__info {
    position: relative;
    z-index: 3;
    width: 100%;
    left: 0;
}
.vozv_block_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin: 50px 0;
}
.vozv_block_item {
    width: 48%;
    max-width: 100%;
    position: relative;
    padding-left: 75px;
    margin-bottom: 25px;
}
.vozv_block_item::before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    margin-left: -75px;
}
.vozv_block_item_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.vozv_block_item.itv1::before{
    background: url(/upload/img/1_vozv.png) no-repeat;
}
.vozv_block_item.itv2::before{
    background: url(/upload/img/2_vozv.png) no-repeat;
}
.vozv_block_item.itv3::before{
    background: url(/upload/img/3_vozv.png) no-repeat;
}
.vozv_block_item.itv4::before{
    background: url(/upload/img/4_vozv.png) no-repeat;
}
@media (max-width: 750px){
    .vozv_block_item{
        width: 100%;
    }
}

.vozv_conditions, .vozv_conditions_item, .service_sages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vozv_conditions, .service_sages{
    margin: 50px 0;
}
.vozv_conditions_item{
    width: 300px;
    max-width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.vozv_conditions_item > img{
    width: 67px;
}
.vozv_conditions_item > div{
    width: calc(100% - 77px);
    padding: 10px;
}
.vozv_conditions_item .vozv_conditions_title{
    font-size: 14px;
    font-weight: 600; 
    color: #666;  
}
.service_sages_item{
    width: 416px;
    max-width: 100%;
    margin-bottom: 25px;
    background: #F2F2F2;
    padding: 20px 40px 20px 85px;
    font-weight: 600;
}
.service_sages_num{
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 500;
}
.redmark{
    margin-bottom: 50px;
    font-size: 16px;
}
.redmark:before{
    content: '';
    display:inline-block;
    vertical-align: middle;
    background: url(/upload/img/redmark.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.new_auto_disc{
    padding: 50px 25px 1px 25px;
    background: url(/upload/img/skidka_nov_avt.jpg) no-repeat;
    margin-bottom: 40px;
    display: block;
}
.new_auto_disc:hover{
    text-decoration: none;
}
.new_auto_disc_title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}
.new_auto_disc_cont.redmark {
    margin-bottom: 40px;
    color: #ccc;
}
@media (max-width: 768px){
    .vozv_conditions{
        justify-content: space-around;
    }
    .service_sages_item{
        width: 360px;
    }
}
@media (max-width: 415px){
    .is-style h2{
        font-size: 20px;
        line-height: 28px;
    } 
    .main-slider__slide-title.disc_slider{
        font-size: 27px;
        margin-bottom: -20px;
        text-align: center;
    } 
    .main-slider__slide-description.disc_slider{
        margin-bottom: -20px;
    }
    .redmark{
        margin: 25px 0 25px 0;
        padding-left: 34px;
    }
    .redmark:before{
        margin-left: -34px;
    } 
    .main-slider__slide-description.disc_slider .btn{
        display: block;
        margin: auto;
    } 
    .new_auto_disc_title {
        font-size: 18px;
    }  
    .new_auto_disc{
        padding: 20px 20px 20px 20px;
        background: url(/upload/img/skidka_nov_avt_sm.jpg) no-repeat;
        background-size: cover;
    }
    .new_auto_disc_cont.redmark{
        font-size: 14px;
    }
    .new_auto_disc_cont.redmark{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .new_auto_disc_cont.redmark:before{
        margin-bottom: -15px;
    }    

}
@media (max-width: 320px){
    .new_auto_disc{
        background-size: contain;
    }
}

.main-banner-section--block2 {
    margin-bottom: 0;
}
.catalog__catalog__item__img-link, .info-section .info-section__img-block {
    position: relative;
}
.profit_sign, .nds_sign{
    position: absolute;
    z-index: 15;
}
.profit_sign{
    top: 0;
    left: 0;
    background: var(--color-red);
    padding:5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}
.nds_sign{
    top: 45px;
    left: 0;
    font-size: 12px;
    font-weight: 600;    
    background: #000;
    color: #fff;
    padding: 5px 10px 5px 35px;
}
.nds_sign:before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    margin-left: -25px;
    background: url(/upload/img/nds_sign.png) no-repeat;
    background-size: contain; 
    margin-top: 3px;
}
.info-section__img-block .nds_sign, .info-section__img-block .profit_sign{
    font-size: 16px;
    line-height: 22px;
}
.detailed-block__btn-block__list__item__btn {
    font-size: 16px;
}