#t-breadcrumbs-wrapper {
    padding: 0 20px;   
}
#t-breadcrumbs { 
    max-width: 100%; 
    /*display: flex; */
    /*gap: 15px; */
    padding: 0px;
    display: inline;
}

#t-breadcrumbs .t-breadcrumb,
#t-breadcrumbs .t-breadcrumb-separator {
    display: inline;   
    vertical-align: text-top;
}

#t-breadcrumbs .t-breadcrumb-separator {
    margin: 0px 5px;
}

#t-breadcrumbs .t-breadcrumb-separator img {
}

#t-breadcrumbs .t-breadcrumb a {
    color: #7d7d7d;
    font-size: 16px;
    font-family: 'Golos Text',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: 500;
}

.js-store-prod-text a {
  background-color: #FFD600;
  color: #000 !important;
}

.js-store-prod-text a:last-of-type {
  background-color: #8EAF0C;
  color: #000 !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}

.t-store__prod-popup__info {
    text-align: left;
}

.t-store__filter__search .t-store__filter__input,
.t-store__sort-select {
    width: 260px !important;
    border-radius: 70px !important;
    height: 35px !important;
}

@media screen and (min-width:960px) {
.t-store__product-snippet .t-container>div:after, .t-store__product-popup>div:after {
    clear: unset !important;
}

.t-store .t-store__tabs {
    width: 100% !important;
    display: block!important;
    margin-top: 20px!important;
    max-width: calc(6 / 12 * 100% - 40px);
}
}

.t-name_xs {
    font-size: 20px;
    font-weight: 600 !important;
}

.t-store__tabs__list .t-store__tabs__item[data-tab-title="Где купить?"] .t-store__tabs__content[style*='display: block']{
    display: flex !important;
    gap: 20px;
}

.js-store-prod-sku {
    /*display: block !important;*/
    margin-top: 10px;
    font-family: 'Golos Text';
}

.t228 .t-btn {
    height: 45px;
    font-size: 20px;
}

.t177__img,
.t-slds__img,
.t823__bgimg,
.t390__img,
.t-popup__container {
    border-radius: 20px;
}

.t993__btn-text-wrapper {
    text-decoration: underline;
}

div.t1107__bgimg.t-margin_auto.t-bgimg {
    border-radius: 20px;
}


.t-store__prod-popup__price-value::before {
    content: "от";
    color: #08005e;
    font-weight: 600;
    /*font-size: 20px;*/
    line-height: 1.35;
    padding-right: 5px;
}

.t-store__prod-popup__price-value::after {
    content: "₽";
    color: #08005e;
    padding-left: 5px;
}

.t-store__card__price-value::before {
    content: "от";
    color: #08005e;
    font-weight: 600;
    /*font-size: 20px;*/
    line-height: 1.35;
    padding-right: 5px;
}

.t-store__card__price-value::after {
    content: "₽";
    color: #08005e;
    padding-left: 5px;
}

/*.t-store__prod-popup__text::before*/
.t-store__prod-popup__price-wrapper::after {
    content: "Выгодные условия оптом. Скидки!";
    display: block;
    margin-top: 20px !important;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    background: #1100C4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-family: 'Golos Text';
    max-width: 300px;
    text-align: center;
}

.t-store__prod-popup__price-currency,
.t-store__card__price-currency {
    display: none;
}

/*.t-store__tabs__list .t-store__tabs__item[data-tab-title="Где купить?"] .t-store__tabs__content {*/
/*    display: flex;*/
/*}*/

/*тест
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

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

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}*/