.t-store__parts-switch-wrapper {
    margin-bottom: 20px;
}


.t-store__prod-snippet__container {
    padding-bottom: 40px;
    padding-top: 30px;
}


    .js-product .t-store__card__imgwrapper,.t-store__prod-popup__slider .t-slds__container {  
        border-radius: 20px !important;   
        overflow: hidden; 
    }

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

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

@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    #rec1096281171 .t-store__card .t-typography__descr {
        font-size: 14px !important;
    }
}


.t-store__card__mark {
 
    font-family: 'Golos Text'!important;
    font-weight: 600;
 
}

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

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

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

}

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


/*настройки цвета и фона последней кнопки*/
.js-store-prod-text a:last-of-type {
        background-color: #ffffff;
    color: #3362AB !important;
    border: 1px solid #3362AB;
    display: block;
    width: 250px;
    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: #3362AB;
    color: #ffffff!important;
    border:1px solid #3362AB !important;
   
}
.js-store-prod-text a:nth-of-type(2):hover {
   background-color: #3362AB;
    color: #ffffff!important;
    border:1px solid #3362AB !important;
    
}
.js-store-prod-text a:nth-of-type(3):hover {
   background-color: #3362AB;
    color: #ffffff!important;
    border:1px solid #3362AB !important;
  
}

.js-store-prod-text a:last-of-type:hover {
  background-color: #3362AB;
    color: #ffffff!important;
    border:1px solid #3362AB !important;
  
}

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

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

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

.t-store__prod-popup__btn-wrapper {
    margin-bottom: 2px;
  
}