.js-store-prod-all-text video {
        border-radius: 15px; /*Радиус скругления границ видео*/
        border: 1px solid #23A77F; /*Цвет и толщина границ видео*/
        width: 100%; /*Ширина видео*/
        height: auto; /*Высота видео*/
    }
    @media screen and (max-width: 980px){
        .js-store-prod-all-text video {
        width: 100%;
        height: auto;
  
        }
    }
    .js-store-prod-all-text em {
        display: none !important;
    }
    .t-store__card__descr em {
        display: none !important;
    }

body {
    background-color: #21252B !important;
}
body::-webkit-scrollbar {
  width: 2px; 
}
body::-webkit-scrollbar-track {
  background: #21252B; 
}
body::-webkit-scrollbar-thumb {
  background-color: #23A880; 
}

.faq-container {
        user-select: none;
        padding: 0 20px;
      }
      .faq-wrapper {
        border-bottom: 1px solid #eaefff;
        padding-top: 20px;
      }
      .faq-title {
        font-family: "";
        font-size: 44px;
        font-weight: 700;
        color: black;
        padding-bottom: 40px;
        border-bottom: 1px solid #eaefff;
      }
      .faq-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: "";
        font-size: 20px;
        font-weight: 700;
        color: "";
      }

      .faq-button.rotate {
        transform: rotate(45deg);
      }
      .faq-answer {
        max-height: 0;
        overflow: hidden;
        margin-top: 20px;
        transition: max-height 0.6s ease, margin-bottom 0.6s ease;
        font-family: "";
        font-size: "";
        color: "";
        font-weight: "";
      }

      .faq-answer.show {
        max-height: 200px;
        margin-bottom: 20px;
      }
      .faq-button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: blue;
        border-radius: 50%;
        width: 24px !important;
        min-width: 24px; /* Минимальная ширина, чтобы элемент не сжимался */
        height: 24px !important;
        font-size: 20px !important;
        font-weight: 600;
        color: white;
        cursor: pointer;
        transition: transform 0.3s ease;
        flex-shrink: 0; /* Предотвращает сжатие в flex-контейнере */
        box-sizing: border-box;
      }
      
      
     
  /*ИКОНКА СКИДКИ ВНУТРИ ПОПАПА*/
.discount-icon {
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 20px;
  background-color: #23A77F; /*Фоновый цвет*/
  color: white; /*Цвет текста*/
  font-family: "TildaSans", Arial, sans-serif; /*Шрифт*/
  font-size: 14px; /*Размер шрифта*/
  font-weight: 700; /*Жирность*/
  padding: 5px; /*Внутренние отступы*/
  border-radius: 5px; /*Скругление углов*/
  box-shadow: none; /*Фоновая тень*/
  user-select: none;
  white-space: nowrap;
}


/*ИКОНКА СКИДКИ НА КАРТОЧКЕ*/
.t-store__card__price_old .discount-icon {
  font-size: 8px; /*Размер шрифта*/
  font-weight: 500; /*Жирность*/
  top: -12px; /*Регулировка полпжения (вверх или вниз)*/
  left: 30px;
  background-color: #23A77F; /*Фоновый цвет*/
  color: white; /*Цвет текста*/
  padding: 3px; /*Внутренние отступы*/
   border-radius: 5px; /*Скругление углов*/
  box-shadow: none; /*Фоновая тень*/
  user-select: none;
  white-space: nowrap;
}



/*СУММА СТАРЫХ ЦЕН*/ 
.sum-old-price {
  font-family: "TildaSans", Arial, sans-serif; /*Шрифт*/
  font-size: 16px; /* Размер шрифта */
  font-weight: 500; /* Жирность */
  color: black; /* Цвет текста */
  margin-bottom: 10px; /*Отступ снизу*/
    
}


/*СУММА СКИДКИ*/ 
.sum-discont {
  font-family: "TildaSans", Arial, sans-serif; /*Шрифт*/
  font-size: 16px; /* Размер шрифта */
  font-weight: 500; /* Жирность */
  color: black; /* Цвет текста */
  margin-bottom: 10px; /*Отступ снизу*/
}
.sum-discont span {
    color: #23A77F; /*Цвет самой скидки*/
}


/*ОБЩАЯ СУММА*/
.t706__cartwin-prodamount-wrap {
    font-size: 22px; /*Размер шрифта*/
    font-weight: 700; /*Жирность*/
}

/*НОВАЯ ЦЕНА В КОРЗИНЕ*/
.t706__cartwin-prodamount-price, .t706__cartwin-prodamount-currency {
    font-weight: 500; /*Жирность*/
}


/*СТАРАЯ ЦЕНА В КОРЗИНЕ*/
.t706__product-title a p {
    position: absolute;
    bottom:20px; /*Отступ от нижней границы контейнера товара*/
    right: 55px; /*Отступ справа от окна браузера*/
    font-size: 16px; /*Размер шрифта*/
    font-weight: 500; /*Жирность*/
    color: #23A77F; /*Цвет текста*/
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important; /* Толщина линии перечеркивания */
    text-decoration-color: #23A77F !important; /* Цвет линии перечеркивания */
}


/*СТАРАЯ ЦЕНА В КОРЗИНЕ НА МОБИЛЬНЫХ*/
@media screen and (max-width: 640px){
    .t706__product-title a p {
        bottom:0; /*Отступ от нижней границы контейнера товара*/
        right:0; /*Отступ справа от окна браузера*/
    }   
}
.sum-discont-container {
    align-items: flex-end;
}
.t706__product {
    position:relative;
}
.js-store-prod-name p {
    display: none;
}
.no-old-p {
    font-size:0 !important;
}
.deleted-title-h {
    display: none;
}
