/* полоски в слайдерах*/
.t-slds__bullet_body {
    width: 20px !important;
}


.t-store__tabs {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1240px) {
  .t-store__tabs.t-store__tabs_accordion {
    /* max-width: 560px; */
    max-width: initial !important;
  }
  
  
}
@media screen and (min-width: 680px) {
    /*размер шрифта заголовка в десктопе*/
.t-store__prod-popup__info .js-store-prod-name{
    font-size: 26px;
}
.t-store__prod-popup__info [href="#order"] {
  padding: 0 65px;
}
  .t786 .js-store-product.js-product.t-store__product-popup {
  min-height: 700px ;
}
/*прокрутка*/








[data-col-gap="20"] .t-store__stretch-col {
  margin-bottom: 50px;
}
.t-store__tabs__list,
.t-store__tabs__controls-wrap  {
  flex: 1 1 50%;
}
.t-store__tabs__list{
  padding-right: 25px;
}
}
.t-store__tabs__list {
  width: 100%;
}
/*стрелки в табах*/
.t-store .t-store__tabs__close::before {
content: '';
  position: absolute;
  top: -12px;
  font-weight: bold;
  /*background: #fff;*/
  width: 36px;
  height: 100%;
  left: -10px;
  border-radius: 50%;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://optim.tildacdn.com/tild3432-3135-4162-b338-626364333862/-/resize/64x/-/format/webp/Frame_1.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 8px 15px;
}
@media screen and (min-width: 680px) {
    .t-store .t-store__tabs__close::before {
          left: -8px;
            top: -10px;
    }
}


path{
    stroke: #fff;
}
.t-store__tabs__close:hover path {
  stroke: #eee !important;
}

.t-store__tabs__item-button.js-store-tab-button:hover  path{
      stroke: #eee !important;
}




.t-store__prod-popup__info{
  display: flex;
  flex-direction: column;
}
.t-store__prod-popup__btn-wrapper.js-store-buttons-wrapper {
  order: 1;
}

/*карточка*/
.t-store__card__textwrapper {
  display: flex;
  justify-content: space-between;
}
.t-store__card__textwrapper > div{
  margin: 0;
}



.t-store .t-store__tabs__item_active .t-store__tabs__close {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg)!important;

}











