/*Оформление заголовков*/
@media screen and (max-width: 640px) {
    .t050__title .t-title .t-title_xxl {
        font-size: 24px;
    }
}

.t050__uptitle {
    padding-bottom: 0;
}

/*Скругление уголков у попап*/
.t-popup__container.t-popup__container-static {
    border-radius: 24px;
}

/*Оформление кнопок с иконками в первом экране*/
#rec484008346 .tn-elem[data-elem-id="1662707578529"] .tn-atom {
    background-repeat: no-repeat;
    background-position: 21px 30px !important;
    text-align: left;
    padding: 15px 5px 15px 50px;
}

/* Оформление карточек новостей */

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    border-radius: 20px;
    background-color: #4D5FD3;
}

.t-feed__post-bgimg {
    border-radius: 20px;
    mix-blend-mode: overlay;
}

/* Оформление подписки */

.t1015__content {
    border-radius: 20px;
}

.t-input {
    height: 40px;
}

.t1015 .t-submit {
    height: 40px;
}

/* Исправление отображение сетки в мобильных */

@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }
}
