.t-store__prod-popup__text.t-descr.t-descr_xxs {
font-size: 16px!important;
}

.t-popup .t-typography__title {
text-transform: uppercase!important;
}
.t-popup .t-name_xl {
font-size: 20px!important;
}

.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
text-transform: uppercase!important;
font-size: 20px!important;

}


.js-store-prod-charcs {
    display:none;
}

.t-store .t-store__tabs__content img {
    max-widt: 100px!important;
}

.t390__wrapper {
    padding: 0px 45px;
}

.js-store-prod-price-old.t-store__prod-popup__price_old.t-store__prod-popup__price-item.t-name.t-name_md {
    color: #BCBCBC!important;
}


.t-store__relevants__title {
    margin: 20px 0 40px!important;
}

/* Актуально при использовании табов в карточке товара

.t-store .t-store__tabs__controls .t-store__tabs__button {
position: relative;
padding: 0;
padding-right: 20px;
overflow: visible;
justify-content: flex-start!important;
flex-shrink: 0;
}

.t-store .t-store__tabs__controls .t-store__tabs__button, .t-store .t-store__tabs__item {
    flex-grow: 0!important;
}
*/


/* Перенос аккордеона в карточке товара под описание */

.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

