.t-store__tabs__content {
    color: #242424;
    font-size: 17px;
    line-height: 1.8;
}
.t-store__tabs__item-title.t-name.t-name_xs,
h2.t-store__tabs__item-title.t-name.t-name_xs{
    font-size: 20px;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom:  1px solid #eee!important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button,
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active){
    border-top: 1px solid #eee!important;
}

/*
#allrecords .t-store.t-store__prod-snippet__container .t-container, 
#allrecords .t-store__prod-popup__container .js-store-product.js-product.t-store__product-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#allrecords .t-store.t-store__prod-snippet__container .t-container > div,
#allrecords .t-store__prod-popup__container .js-store-product.js-product.t-store__product-popup  > div{
    width: 45%;
    margin: 0;
}
.t-slds__main {
    border-radius: 20px;
    overflow: hidden;
}

#allrecords .t-store.t-store__prod-snippet__container .t-container > div:nth-child(1),
#allrecords .t-store__prod-popup__container .js-store-product.js-product.t-store__product-popup > div:nth-child(1){
    position: relative;
}
#allrecords .t-store.t-store__prod-snippet__container .t-container > div:nth-child(2),
#allrecords .t-store__prod-popup__container .js-store-product.js-product.t-store__product-popup > div:nth-child(2){
    padding-top: 80px;
}
.t-store__prod-popup__title-wrapper {
    position: absolute;
    top: 0;
    right: -120px;
}
.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs {
    display: none;
}
.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left {
    margin: 0;
}
.t-slds__thumbsbullet.t-slds__bullet {
    border-radius: 10px;
    overflow: hidden;
}
*/