@media (max-width: 768px) {
    .t-store__card__mark {
        position: relative;
        left: 5px; /* Смещаем элемент на 5 пикселей вправо */
        opacity: 0.7; /* Полупрозрачность 70% */
    }
}

.t-container_100 {
    display: none !important;
}

