/* Верхний отступ кнопки "Загрузить еще" в блоке блога на главной*/
.t-feed__buttons-wrapper {
    justify-content: left;
    margin-top: 50px;
    }
    
    
/* Параметры мобильной версии */
@media screen and (max-width: 640px) {
    .t-feed__buttons-wrapper {
        display: none;
        justify-content: left;
        margin-top: 50px;
    }
    
    .t-title_md {
        font-size: 42px;
    }
    
    .t995__inner-wrapper {
        padding: 40px 0;
    }
    
    .t995__descr {
        padding: 20px 0 24px !important;
    }
    
    .t649 .t649__title {
        margin-top: 16px;
    }
}

.t228 .t-btn {
    font-size:16px;
    padding-top: -6px;
}

.t995__wrapper {
    padding-top: 15px !important;
}

.t503__title {
    margin-top: 8px !important;
}

.t503__descr {
    margin-top: 10px !important;
}


/* Отступы меню услуг*/
.t976__list-item {
    padding: 0 6px 10px 0 !important;
}

/* Отступы текста в обложке главной*/
.t995__descr {
    padding: 20px 0 30px;
}