.stopbgmusic {
  -webkit-tap-highlight-color: transparent;
}
.playbgmusic {
  -webkit-tap-highlight-color: transparent;
}
.buttom_c1 {
    transition: 1s; /* Время эффекта */
    -webkit-tap-highlight-color: transparent;
}

.buttom_c1:hover {
    transform: scale(0.95); /* Увеличиваем масштаб */
}

.t-store__card .t-typography__title {
    letter-spacing: 1.5px !important; /* В каталоге межбуквенное расстояние заголовков */
    
}
   
.t-store__card .t-typography__descr {
    letter-spacing: 1.5px !important; /* В каталоге межбуквенное расстояние описания */
    
}
   
.t-store__card__descr {
    margin-top: 0px !important;;  
}


.t-store__card__price-wrapper {
    margin-top: 0px !important;  /* В каталоге межстрочное расстояние */
}


.t-store__card__textwrapper {
    padding-top: 10px !important;
}

.t-store__card__btn-text {
    letter-spacing: 1.5px !important; /* В каталоге межбуквенное расстояние кнопки */
    
}

.t-store__card__btn {
    width: 50% !important;
}

.t754 .t-store__card__btns-wrapper {
    margin-top: 7px !important;
}

