        .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: #E9530E;
    color: #ffffff !important;
    border: 1px solid #E9530E;
    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;
  }
  
}


.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
    display: none;
}



.t-store__parts-switch-wrapper {
    margin-bottom: 1px!important;
}

.t-name {
    font-family: 'Deltafont', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}
