.t951 .t-store__parts-switch-btn.t-active {
        font-weight: 400;
    }


/*общие настройки у кнопок*/
.js-store-prod-text a {
  display: inline-block;
  margin-right: 15px; /*отступ от второй до третьей кнопки, если третьей нет, то не работает*/
  margin-top: 10px; /*отступ от текста*/
  border-radius: 4px; /*скругление углов*/
  font-weight: 500; /*толщина шрифта*/
  font-size: 14px; /*размер шрифта*/
}

/*настройки цвета и фона первой кнопки*/
.js-store-prod-text a:first-of-type {
     background-color: #ffffff;
    color: #000000 !important;
    border: 1px solid #000000;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;
    
}

/*настройки цвета и фона второй кнопки*/
.js-store-prod-text a:nth-of-type(2) {
          background-color: #ffffff;
    color: #24282B !important;
    border: 1px solid #24282B;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;

}

/*настройки цвета и фона третьей кнопки*/
.js-store-prod-text a:nth-of-type(3) {
         background-color: #007B82;
    color: #ffffff !important;
    border: 1px solid #007B82;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;
}


/*настройки цвета и фона последней кнопки*/
.js-store-prod-text a:last-of-type {
      background-color: #FFE000;
    color: #000000 !important;
    border: 1px solid #FFE000;
    display: block;
    width: 200px;
    height: 42px;
    align-content: center;
    text-align: center;
    display: grid;
}

.js-store-prod-text a + br {
    display: none;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #000000;
    color: #ffffff!important;
    border:1px solid #000000 !important;
   
}
.js-store-prod-text a:nth-of-type(2):hover {
  background: #24282B;
  color: #ffffff !important;
  border:1px solid #24282B !important;
  
}
.js-store-prod-text a:nth-of-type(3):hover {
  background: #24282B;
  color: #ffffff !important;
  border:1px solid #24282B !important;
  
}

.js-store-prod-text a:last-of-type:hover {
  background: #000000;
  color: #ffffff !important;
  border:1px solid #000000 !important;
  
}
@media screen and (max-width: 640px) {
.js-store-prod-text a:first-of-type  {
    width: 226px;
    height: 48px;
  }
  
}

@media screen and (max-width: 640px) {
.js-store-prod-text a:nth-of-type(2) {
    width: 226px;
    height: 48px;
  }
  
}

@media screen and (max-width: 640px) {
.js-store-prod-text a:nth-of-type(3) {
    width: 226px;
    height: 48px;
  }
  
}

@media screen and (max-width: 640px) {
.js-store-prod-text a:last-of-type {
    width: 226px;
    height: 48px;
  }
  
}

.t585__text {
    padding: 20px;
    background-color: #F6F6F6;
}

.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    border-radius: 6px;
}

.t-slds__bgimg, .t-bgimg, .js-product-img loaded {
    border-radius: 8px;
}
.t-slds__imgwrapper, .t-zoomable{
    background: white;
}

.t-typography__characteristics:nth-child(8),
.t-typography__characteristics:nth-child(9),
.t-typography__characteristics:nth-child(10),
.t-typography__characteristics:nth-child(11){
    display: none;
}

.t-store__filter__custom-sel.active {
    background-color: #ffe000!important;
}

@media screen and (min-width: 960px) {
    .t-store__filter__custom-sel:hover {
        background-color: #ffe000!important;
    }
}

@media screen and (min-width: 961px) {
    .t951__sidebar .t-store__filter__custom-sel {
        padding-left: 5px;
    }
}

#allrecords b, #allrecords strong {
    font-weight: 900;
}

.t-store .t-store__tabs__content {
    margin: 0 0 25px 0;
    max-width: 1200px!important;
    overflow: hidden;
}