.t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 600 !important;
}

@media screen and (max-width: 960px) {
    .t-container {
        max-width: 100%;
    }
}


/* Настройка шрифта в sucsess формах */
@media screen and (max-width:1200px) {
    .t-text_md {
        font-size: 18px;
    }
}

/* Настройка шрифта в sucsess формах */
@media screen and (max-width:640px) {
    .t-text_md {
        font-size: 18px;
    }
}

/* Изменение цвета ссылки в подвале при наведении */
.uc-footer-link a {
    color: #010101 !important;
}

.uc-footer-link a:hover {
    color: #DD3D01 !important;
}