/*Растягиваем страндартные блоки по ширине экрана: хлеб крошки, заголовок и описание, табы с категориями каталога*/
.t015 .t-container, .t758 .t-container, #rec884003563 .t-container  {
    margin-left: 30px!important;
    max-width: none!important;
}

@media screen and (max-width: 960px) {
.t015 .t-container, .t758 .t-container, #rec884003563 .t-container {
    margin-left: 0px!important;
}}

/*табы с категориями товаров, расстягиваем на всю ширину окна*/
#rec884003563 .t-col_12 {
    max-width: none!important;
}

/*Страница товара*/
.t-store__prod-snippet__container {
    padding-top: 40px
}

h1.t-store__prod-popup__name {
    font-size: 44px;
    letter-spacing: -0.8px;
    line-height: 1.0;
}

.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}
@media screen and (max-width: 480px) {
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    display: block;
    align-items: flex-start;
    margin-top: 20px;
}}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple { 
    min-height: 50px;
    min-width: 80px;
    border-radius: 7px;
}

.t-store .t-product__option {
    margin-bottom: 20px;
    margin-top: 20px;
}

.t-store__prod-popup__price {
    font-size: 24px;
    letter-spacing: -0.8px;
}
.t-store__prod-popup__text {
    margin-bottom: 40px;
}
.t-store__tabs__content {
    font-weight: 400;
}
.t-store__prod-popup__text, h2.t-store__tabs__item-title, .t-store__tabs__content {
    font-size: 16px;
}

/*СТР ТОВАРА: блок Вам можем понравится*/
.t-store__relevants__title.t-uptitle {
    font-size: 36px !important;
    letter-spacing: -0.8px;
    line-height: 1.0;
}
@media screen and (min-width: 961px) {
.t-store__relevants-grid-cont {
    justify-content: space-between;
}
.t-store__relevants__container .t-container {
    max-width: none;
}