
/* Общие стили */
body .js-store-product.js-product.t-store__product-popup, 
body .t-store__product-snippet .t-container {
    min-height: 820px !important;
}

@media screen and (min-width: 960px) {
    body .js-store-product.js-product.t-store__product-popup,
    body .t-store__product-snippet .t-container {
        position: relative !important;
    }
    body .t-store__prod-popup__slider.js-store-prod-slider {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }  
    body .t-store__tabs.t-store__tabs_accordion {
        max-width: 440px !important;
    }
    body .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    body .t-store__tabs.t-store__tabs_accordion {
        margin-left: 490px !important;
    }
}

@media screen and (min-width: 1240px) {
    body .t-store__tabs.t-store__tabs_accordion {
        max-width: 560px !important;
        margin-top: 20px !important;
    }
    body .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    body .t-store__tabs.t-store__tabs_accordion {
        margin-left: 620px !important;
    }
}

@media screen and (max-width: 1240px) {
    body .js-store-product.js-product.t-store__product-popup, 
    body .t-store__product-snippet .t-container {
        min-height: 650px !important;
    }
}

body .t-tildalаbеl__wrapper {
    margin-top: 200px !important;
}
</style>