/* кнопка в попапе товара */
@media screen and (max-width: 561px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
            background: #00000000 !important;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .07);
    }
}

/* отображение цены товара в карточке */
.t-store__card__price-wrapper {
    margin-top: 0px; /* отступ div обнулен */
    visibility: hidden; /* скрыто */
    height: 0; /* высота div обнулена */
}

/* изменение попапа с подпсикой в тг-канал в мобильной вёрстке */
@media screen and (max-width: 961px) {
    .t945__content {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #ffffff;
        padding: 10px 20px 20px;
        margin: -20px;
        border-radius: 0px 0px 10px 10px;
    }
    .t945 .t-popup {
        background-color: #ffffff00;
    }
}

/* дополнительный отступ снизу в мобильном меню */
.t280__bottom__item, .t280 .t-sociallinks {
    margin-bottom: 30px;
}