/*Новости: Скругляем углы у картинок*/
.t-feed__post-bgimg {
    border-radius: 20px;
}
.t-feed__post-imgwrapper {
    transition: transform .2s;
}
.t-feed__post-imgwrapper:hover {
  transform: scale(1.05);
}
/*Главная → Новости: Кнопка*/
.t-feed__buttons-wrapper {
    margin-top: 40px !important;
}
/*Новости → Новость:Текст*/
.t-redactor__text {
    font-size: 18px;
}
/*Новости → Новость: Заголовок попапа*/
.t-descr_xxs {
    font-size: 18px;
}
/*Завершённые сборы: Вставляем надпись*/
[data-feed-recid="890952946"] .js-feed-post-title:before {
    content: "Сбор завершён ✔";
    display: block;
    clear: both;
    color: #00ace6;
    font-size: 14px;
    font-family: 'TildaSans';
    font-weight: 600;
    line-height: 3em;
}


/*КАТАЛОГ*/
.t776 .t-store__card__btns-wrapper {
    margin-top: 0px;
}
/*Окно товара*/
@media screen and (max-width: 640px) {
    .t-store__prod-popup__info .t-name_md {
        font-size: 20px;
        
    }
    .t-store__prod-popup__info .t-name_xl {
        font-size: 18px;
    }
    .uc-tovar .t-name_xs {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .t-store__prod-popup__info .t-name_md {
        font-size: 20px;
    }
    .t-store__prod-popup__info .t-name_xl {
        font-size: 20px;
    }
}
@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-top: 0px;
    }
}
.t-btn_sm {
    font-size: 18px;
}
.uc-tovar .t-btnflex_xs, .uc-tovar .t-btn.t-btnflex_xs, .uc-tovar .t-submit.t-btnflex_xs {
    font-size: 16px;
}

/*КОРЗИНА*/
@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 16px;
    }
}
.t-text_xs {
    font-size: 16px;
}
.t706__cartwin-top {
    border-bottom: none;
    padding: 0;
}
.t706__cartwin {
    background-color: hsl(200, 100%, 40%, 0.5);
}