/*Раскрывающее меню*/
    .tmenu-mobile__menucontent_hidden {
        margin: 0 20px !important;
        width: -webkit-fill-available !important;
        border-radius: 10px !important;
    }
    
    .t228__rightcontainer {
        padding: 0 !important;
    }

/*Обложка*/
    .t997__card-title { /*убираем нижний отступ у карточек*/
        margin-bottom: 0px !important;
    }
    
    .t-cover__wrapper { /*z-index для облаков*/
        position: relative;
        z-index: 99;
    }
    
/*карточки техники*/   
    .t778__bgimg { /*отступы фотографии*/   
        margin: 20px;
    }
    
    .t-btn td { /*нижнее подчеркивание кнопки*/   
        text-decoration: underline;
    }
    
    .t-btn { /*отступ кнопки*/   
        margin: 0px !important;
    }
    
    .t778__content { /*высота контейнера с заголовком*/ 
        height: auto !important;
    }
    
/*партнеры*/    
    .t594__img { /*логотипы*/
        border-radius: 20px;
    }

@media screen and (min-width: 961px) {
/*Обложка*/
    .t997__cards-wrapper { /*убираем нижний отступ у карточек*/
        margin-bottom: 0px !important;
    }
    
    .t997__col { /*убираем нижний отступ у карточек*/
        margin-bottom: 0px !important;
    }
    
    .t997__descr { /*отступы у заголовка, описания и кнопки*/
        padding: 10px 0 40px !important;
    }

/*блок «аренда спецтехники»*/     
    .t492__blockimg { /*фотография*/    
        background-size: contain;
        background-position: top center;
    }
}

@media screen and (max-width: 980px) {
/*Мобильное меню*/
    .tmenu-mobile {
        background-color: transparent !important;
    }
    
/*аренда техники*/       
    .t492 {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .t492__textwrapper { /*отступы текстового контейнера*/ 
        margin: 120px 0 45px !important;
        max-width: 920px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .t492__blocktable { /*высота текстового контейнера*/ 
        height: auto !important;
    }
}

@media screen and (max-width: 960px) {
/*Обложка*/
    .t997__cards-wrapper { /*контейнер со всеми карточками*/
        margin-bottom: 0px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    .t997__col { /*карточки*/
        max-width: 50% !important;
        width: 50% !important;
    }
    
    .t997__col { /*нижний отступ у карточек*/
        margin-bottom: 20px !important;
    }
    
    .t997__descr { /*отступы у заголовка, описания и кнопки*/
        padding: 10px 0 30px !important;
    }
    
    .t997__header-wrapper { /*верхний отступ*/
        padding-top: 150px !important;
    }
/*О компании*/ 
    .uc-about {
        padding-bottom: 30px !important;
        padding-top: 0px !important;
    }
    
/*карточки техники*/   
    .t778 .mobile-two-columns .t778__col { /*ширина карточек*/  
        min-width: 50% !important;
        max-width: 50% !important;
    }
    
    .t778__content .t778__btn-wrapper { /*отступы кнопки*/  
        padding: 0 20px 15px;
    }

/*аренда техники*/       
    .t492__textwrapper { /*отступы текстового контейнера*/ 
        margin: 120px 0 45px !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

/*логотипы партнеров*/     
    .t594__container { /*боковые отступы*/
        max-width: 620px !important;
    }

/*контакты*/      
    .t1095 .t-list__item { /*отступ между иконками*/
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 640px) {
/*карточки техники*/  
    .t778__col { /*отступ внизу карточек*/  
        margin-bottom: 20px !important;
    }

/*блок с формой*/    
    .uc-form .t-form__inputsbox { /*ширина формы*/   
        width: -webkit-fill-available;
        margin: 0 20px !important;
    }
    
    .uc-form .t-submit { /*ширина кнопки*/  
        width: 100% !important;
    }

/*аренда техники*/        
    .t492__textwrapper { /*текстовый контейнер*/  
        width: -webkit-fill-available !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    
/*партнеры*/
    .t594__container {
        padding: 0 10px !important;
    }
    
/*карта*/    
    .map {
    width: -webkit-fill-available !important;
    margin: 0 20px !important;
    }
}

@media screen and (max-width: 480px) {
/*аренда техники*/     
    .t492__textwrapper { /*текстовый контейнер*/  
        margin: 105px 0 30px !important;
        width: -webkit-fill-available !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    
/*партнеры*/    
    .t594__img {
        border-radius: 10px;
    }
}