<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 959px) {
.t-store__prod-snippet__container {
    padding-top: 30px;
}
}

@media screen and (max-width: 959px) {

.t-store__prod-snippet__container {
    padding-top: 30px;
}
}


@media screen and (max-width: 959px) {
  
.t-name_xs {
font-size: 14px;
line-height: 1.35;
}
    
.t-descr_xxs {
font-size: 14px;
line-height: 1.4;
}

    .t-store__relevants__title {
    margin: 50px 0 30px;
    letter-spacing: inherit;
    padding-left: 0;
}

.t-name_md {
    font-size: 16px;
    line-height: 1.35;
}


}

@media screen and (min-width: 959px) {
    .t-store__relevants__title {
    margin: 50px 0 30px;
    letter-spacing: inherit;
    padding-left: 0;
}

/*.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1920px;
    adding: 0;
}*/

.t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    position: relative;
    padding-left: 50;
    justify-content: space-between;
}

.t-store__relevants__title{
      padding-left: 50;
}
}


@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 16px;
    }
}


@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap='10'] {
        padding: 0 5px 0 5px;
    }
}</pre></body></html>