/* кнопка внизу в мобильной версии */
/* .uc-button-bottom-mobile */
.t943__buttonwrapper {
    width: 50%;
}

/* поднимаем хлеюные крошки на обложку */
.uc-breadcrumb-style {
    position: relative;
    z-index: 2;
    margin-top: -60px;
}
@media (max-width: 980px) {
    .uc-breadcrumb-style {
        margin-top: -52px;
      }
    }
    
@media screen and (max-width: 640px) {
/* отступы в карточках преимуществ */
    .t1206__card {
        padding: 20px;
    }
/* отступы снизу обложки на главной */
    .t338 {
        padding-bottom: 30px !important; 
    /*  padding-bottom: 60px;   - по умолчанию */
    }
/* отступы снизу описания обложки на главной */
    .t338__title {
        margin-bottom: 0px;
    }
/* отступы у описания обложки на главной */
    .t338__descr {
        margin-bottom: 15px;
        padding: 0px;
    }
}

/* внешние отступы иконки в карточках преимуществ */
.t1206__card-img {
    margin: 0px !important;
}