.js-catalog-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 600;
}
.js-catalog-prod-text a:first-of-type {
    background-color: #ef7f1a;
    color: #000000 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.js-catalog-prod-text a:first-of-type:hover {         /*Анимация первой кнопки в карточке товара*/
  background-color: #5b5b5b;
  color: #ffffff !important;
}
.js-catalog-prod-text a:last-of-type {
    background-color: #e7e7e7;
    color: #000000 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.js-catalog-prod-text a:last-of-type:hover {         /*Анимация второй кнопки в карточке товара*/
  background-color: #5b5b5b;
  color: #ffffff !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
.t-catalog__prod-popup__title-wrapper {     /*Размер шрифта заголовка в карточке товара*/
     font-size: 25px;
}
.t-catalog__prod-snippet__container {      /*Расстояние между шапкой и карточкой товара*/
    padding-top:30px !important;
}
.t-catalog__filter__title:hover {                /*Выделение фильтра*/
   background-color: #5b5b5b;
   color: #ffffff !important;
    padding: 2px 2px;
    border-radius: 5px;
}
.t706__bubble-container {
    display: none;
}
.t420__descr li:hover {                /*Выделение подвал*/
   color: #e85222 !important;
}
.t-catalog__prod-popup__btn-wrapper {
 margin-top: 0px !important;   
}