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

/*настройки цвета и фона первой кнопки*/
.js-store-prod-text a:first-of-type {
       background-color: #fff;
    color: #007B82 !important;
    
}

/*настройки цвета и фона второй кнопки*/
.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: #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 + br {
    display: none;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #fff;
    color: #24282B!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: #24282B;
  color: #ffffff !important;
  border:1px solid #24282B !important;
  
}

@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;
  }
  
}


.t706__cartwin_showed {
  z-index:9999999;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}

@media screen and (max-width: 640px) {
.t-name_xs {
    font-size: 16px;
  }
  
}

.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}

.t-store__filter__title {
    font-size: 12px;
    line-height: 1.55;
}

@media screen and (max-width: 480px) {
.t-store__filter__title {
    font-size: 12px;
    line-height: 1.55;
}

}

    .t-store__card__mark {
    width: 120px;
    height: 20px;
    color: #ffffff;important
    background-color: #015883;important
}

@media screen and (max-width: 480px) {
     .t-store__card__mark {
    width: 50px;
    height: 50px;
    font-size: 8px;
    color: #ffffff;
    background-color: #015883;
}

}

.t-uptitle_xxl {
    
    color: #24282B!important;
    font-size: 30px!important;
}

@media screen and (max-width: 480px) {
.t-uptitle_xxl {
    
    font-size: 22px!important;
}
}

.t-text_md {
    font-size: 16px;
    line-height: 1.55;
}


