/* преимущества FR308 отступ между описанием и пунктами */
.t1115__textwrapper+.t1115__features {
    margin-top: 20px !important;
}
@media screen and (max-width: 960px) {
    .t1115__textwrapper+.t1115__features {
        margin-top: 20px !important;
    }
}


/* преимущества FR205 отступы между пунктами мобилка */
@media screen and (max-width: 960px) {
    .t491__col {
        margin-top: 0;
        margin-bottom: 25px !important;
    }
}


/* кнопка BF101 расширение на весь контейнер в мобилке */
@media screen and (max-width: 640px) {
  .t142 .t-btn.t142__submit {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box;
    padding: 20px 0 !important; /* вертикально + горизонтально */
    text-align: center !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
  }
}


/* о проекте AB606 высота фото в мобилке */
@media screen and (max-width: 960px) {
.t477__blockimg {
        height: 260px !important;
}
}
/* о проекте AB606 расширение кнопки на весь контейнер в мобилке */
@media screen and (max-width: 960px) {
.t477__btn-wrapper {
  display: block !important;
  width: 100% !important;
}
.t477__btn-wrapper .t-btn {
  display: block !important;
  width: 100% !important;
  text-align: center;
}
}
/* о проекте AB606 устрание отступа между фото и контентом мобилка */
@media screen and (max-width: 960px) {
    .t477__top {
        margin-bottom: 0px !important;
    }
}


/* новости FD302 отступ сверху кнопка */
.t-feed__buttons-wrapper {
    margin-top: 40px !important;
}

/* новости FD302 рука отступ в мобилке */
@media screen and (max-width: 640px) {
    .t915__scroll-icon-wrapper {
        padding: 0 20px 0px 0 !important;
    }
}


/* замена шрифтов в потоках (новостях) */
.t-title {
    font-family: 'Unbounded', Arial, sans-serif;
}
.t-text {
    font-family: 'TildaSans', Arial, sans-serif;
}
/* страница новости "Дивіться також" скругление */
.t-feed__post-popup__relevants-bgimg {
    border-radius: 6px;
}
/* страница новости скругление фото (контент внутри) */
.t-feed__post-popup__content img {
        border-radius: 14px;
}


