/* Смещаем аккардион в карточке товара влево от галереи в десктопах*/

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

.t-store .t-store__tabs {
    width: 48% !important;
    margin-left: 51%;
}

.js-store-product.js-product.t-store__product-snippet {
    position: relative;
}

.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col {
    position: absolute;
    top: 0;
    left: 0;
}

.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col {
    width: 48%;
    margin-left: 51%;
}

}

.t-store__prod-popup__link.t-descr.t-descr_xxs {
    font-weight: 600;
    font-size: 20 !important;
    color: #53232f
}