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

.t-name, .t-descr {
    font-family: 'Arsenal', Arial, sans-serif;
}

@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;
}
.t-descr_xxs {
    font-size: 18px !important;
}
}

@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;
}
}

/*КНОПКА В КАРТОЧКЕ ТОВАРА*/
.js-store-prod-text a {
    display: inline-block;
    padding: 7px 24px;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 100px;
    font-weight: 100;
}
.js-store-prod-text a:first-of-type {
    background-color: #000000;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
}

/*.js-store-prod-text a:first-of-type:before {*/
/*    content: "\1F50D";*/
/*    margin-right: 10px;*/
/*}*/

/*.js-store-prod-text a:last-of-type:before {*/
/*    content: "\1F5B9";*/
/*    margin-right: 10px;*/
/*}*/
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__card__price-item, .t-store__prod-popup__price-item {
    font-weight: 600 !important;
}
.t-name_xl {
    font-weight: 600 !important;
}

.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 600 !important;
}