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

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

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

.t-container {
}

.t-store__relevants__container.t-store__grid-cont_col-width_stretch {
    margin-top: 400px;
    margin-left: 0px;
    max-width: 1200px;
}

.t-store .t-store__tabs {
    box-sizing: border-box;
    margin-top: 70px;
    max-width: 50%;
    margin-left: 50%;
}

}

@media screen and (max-width:960px) {
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col {
    padding-left: 0px;
    padding-top: 0px;
}

.t-container {
    max-width: 960px;
}

.t-col {
    padding-left: 10px;
}

.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_6 {
    padding-left: 10px;
    margin-top: 70px;
}

.t-store__prod__quantity {
    border-radius: 0;
}
}