/* Каталог. Меню в виде табов */
.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;
}