/* Каталог. Меню в виде табов */
.uc-flex-column .t976__wrapper {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.js-product .t-product__option-title_radio {
    white-space: normal;
}

#rec745063289 .t801__title {
    line-height: 1.0 !important;
}

@media screen and (max-width: 640px) {
    .t-store__card__mark {
        height: 20px;
        width: 20px;
        padding: 5px 5px;
    }
}