/* ===== CATALOG DARK STYLE ONLY ===== */

.uc-catalog-dark {
  background: #0d0d0d !important;
}

/* ===== CARDS ===== */

.uc-catalog-dark .t-store__card {
  background: #151515 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
  padding: 14px !important;
  transition: 0.3s ease !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35) !important;
}

.uc-catalog-dark .t-store__card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255,106,0,0.55) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.5) !important;
}

/* ===== CARD IMAGES ===== */

.uc-catalog-dark .t-store__card__imgwrapper {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.uc-catalog-dark .t-store__card__img {
  filter: brightness(0.88) contrast(1.05) !important;
  transition: 0.35s ease !important;
}

.uc-catalog-dark .t-store__card:hover .t-store__card__img {
  transform: scale(1.02) !important;
}

/* ===== CARD TEXT ===== */

.uc-catalog-dark .t-store__card__title {
  color: #ffffff !important;
  font-size: 21px !important;
  line-height: 1.15 !important;
  margin-top: 14px !important;
}

.uc-catalog-dark .t-store__card__descr {
  color: rgba(255,255,255,0.68) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.uc-catalog-dark .t-store__card__price {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-top: 14px !important;
}

/* ===== CARD BUTTONS ONLY ===== */

.uc-catalog-dark .t-store__card .t-btn {
  background: #ff6a00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  height: 44px !important;
  padding: 0 26px !important;
  font-weight: 600 !important;
  transition: 0.25s ease !important;
}

.uc-catalog-dark .t-store__card .t-btn:hover {
  background: #ff7a1a !important;
  box-shadow: 0 0 18px rgba(255,106,0,0.35) !important;
}

/* ===== FILTER PANEL ===== */

.uc-catalog-dark .t-store__filter,
.uc-catalog-dark .js-store-filter-form {
  background: #151515 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 18px !important;
  padding: 22px !important;
}

/* ===== FILTER TEXT ONLY ===== */

.uc-catalog-dark .t-store__filter__title,
.uc-catalog-dark .t-store__filter__item-title {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.uc-catalog-dark .t-checkbox__labeltext {
  color: rgba(255,255,255,0.85) !important;
}

.uc-catalog-dark .t-store__filter__item-count {
  color: rgba(255,255,255,0.45) !important;
}

/* ===== CHECKBOXES ===== */

.uc-catalog-dark .t-checkbox__indicator {
  background: #1f1f1f !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 4px !important;
  transition: 0.2s ease !important;
}

.uc-catalog-dark .t-checkbox__indicator:hover {
  border-color: #ff6a00 !important;
  box-shadow: 0 0 10px rgba(255,106,0,0.35) !important;
}

.uc-catalog-dark input:checked + .t-checkbox__indicator {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
}

.uc-catalog-dark input:checked ~ .t-checkbox__labeltext {
  color: #ff7a00 !important;
  font-weight: 600 !important;
}

/* ===== FILTER HOVER ===== */

.uc-catalog-dark .t-checkbox__control {
  transition: 0.2s ease !important;
  border-radius: 8px !important;
}

.uc-catalog-dark .t-checkbox__control:hover {
  background: rgba(255,106,0,0.12) !important;
}

.uc-catalog-dark .t-checkbox__control:hover .t-checkbox__labeltext {
  color: #ff7a00 !important;
}

/* ===== SEARCH & SORT ===== */

.uc-catalog-dark .t-store__search input,
.uc-catalog-dark .t-store__sort-select {
  background: #151515 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 10px !important;
}

/* ===== SERVICE TEXT ===== */

.uc-catalog-dark .t-store__search-count,
.uc-catalog-dark .t-store__sort,
.uc-catalog-dark .t-store__filter__reset {
  color: rgba(255,255,255,0.75) !important;
}
/* ===== MOBILE FILTER BUTTON FIX ===== */

.js-store-filter-mob-btn {
  color: #ffffff !important;
}

/* SVG иконка */
.js-store-filter-mob-btn svg path {
  fill: #ffffff !important;
}

/* На случай inline-стилей */
.js-store-filter-mob-btn * {
  color: #ffffff !important;
  opacity: 1 !important;
}
/* ===== PRODUCT CARD ALIGNMENT FIX ===== */

.uc-catalog-dark .t-store__card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 560px !important;
}

.uc-catalog-dark .t-store__card__content {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.uc-catalog-dark .t-store__card__title {
  min-height: 115px !important;
}

.uc-catalog-dark .t-store__card__descr {
  min-height: 155px !important;
}

.uc-catalog-dark .t-store__card__price {
  margin-top: auto !important;
}

.uc-catalog-dark .t-store__card .t-btn {
  margin-top: 20px !important;
}

/* Desktop чуть компактнее */
@media screen and (min-width: 961px) {
  .uc-catalog-dark .t-store__card {
    min-height: 610px !important;
  }

  .uc-catalog-dark .t-store__card__title {
    min-height: 72px !important;
  }

  .uc-catalog-dark .t-store__card__descr {
    min-height: 135px !important;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .uc-catalog-dark .t-store__card {
    min-height: 560px !important;
  }

  .uc-catalog-dark .t-store__card__title {
    min-height: 120px !important;
  }

  .uc-catalog-dark .t-store__card__descr {
    min-height: 155px !important;
  }
}
/* ===== PRODUCT IMAGE PREMIUM FILTER ===== */

/* Обычное состояние фото */
.uc-catalog-dark .t-store__card__img {
  filter: brightness(0.78) contrast(1.08) saturate(0.88) !important;
  transition: filter 0.35s ease, transform 0.35s ease !important;
}

/* При наведении */
.uc-catalog-dark .t-store__card:hover .t-store__card__img {
  filter: brightness(0.88) contrast(1.12) saturate(0.95) !important;
  transform: scale(1.025) !important;
}
filter: brightness(0.68) contrast(1.12) saturate(0.82) !important;




/* ===== PAYMENT BLOCK SV102 — DARK PREMIUM CLEAN ===== */

#rec1690796351 {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,106,0,0.12), transparent 28%),
    #050505 !important;
  padding: 90px 0 100px !important;
}

/* Общие контейнеры */
#rec1690796351 .t-container,
#rec1690796351 .t-row {
  background: transparent !important;
}

/* Заголовок */
#rec1690796351 .t-section__title,
#rec1690796351 .t-title {
  color: #ffffff !important;
  font-size: 64px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-shadow: 0 8px 28px rgba(0,0,0,0.45) !important;
}

#rec1690796351 .t-section__title:after,
#rec1690796351 .t-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #ff6a00;
  margin: 24px auto 0;
  border-radius: 20px;
}

/* Подзаголовок */
#rec1690796351 .t-section__descr,
#rec1690796351 .t-descr {
  color: rgba(255,255,255,0.78) !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
}

#rec1690796351 b,
#rec1690796351 strong {
  color: #ff6a00 !important;
}

/* Карточки */
#rec1690796351 .t-col {
  background: rgba(18,18,18,0.92) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 28px !important;
  padding: 34px !important;
  box-shadow: 0 22px 55px rgba(0,0,0,0.45) !important;
}

/* Картинки */
#rec1690796351 img {
  border-radius: 22px !important;
  filter: brightness(0.9) contrast(1.05) saturate(0.95) !important;
}

/* Заголовки внутри карточек */
#rec1690796351 h2,
#rec1690796351 h3,
#rec1690796351 .t-name,
#rec1690796351 .t-heading {
  color: #ffffff !important;
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

/* Текст внутри карточек */
#rec1690796351 p,
#rec1690796351 li,
#rec1690796351 .t-text,
#rec1690796351 .t-descr,
#rec1690796351 .t-name_xs,
#rec1690796351 .t-name_sm {
  color: rgba(255,255,255,0.78) !important;
  font-size: 19px !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
}

/* Нумерация списка */
#rec1690796351 ol,
#rec1690796351 ul {
  color: rgba(255,255,255,0.78) !important;
}

/* Кнопка */
#rec1690796351 .t-btn {
  background: linear-gradient(180deg, #ff7a1a 0%, #ff5a00 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 18px !important;
  height: 68px !important;
  padding: 0 46px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  box-shadow: 0 14px 40px rgba(255,106,0,0.35) !important;
  transition: 0.25s ease !important;
}

#rec1690796351 .t-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 50px rgba(255,106,0,0.5) !important;
}

/* Mobile */
@media screen and (max-width: 640px) {
  #rec1690796351 {
    padding: 60px 0 70px !important;
  }

  #rec1690796351 .t-section__title,
  #rec1690796351 .t-title {
    font-size: 42px !important;
  }

  #rec1690796351 .t-section__descr,
  #rec1690796351 .t-descr {
    font-size: 18px !important;
  }

  #rec1690796351 .t-col {
    padding: 22px !important;
    border-radius: 22px !important;
    margin-bottom: 22px !important;
  }

  #rec1690796351 h2,
  #rec1690796351 h3,
  #rec1690796351 .t-name,
  #rec1690796351 .t-heading {
    font-size: 28px !important;
  }

  #rec1690796351 p,
  #rec1690796351 li,
  #rec1690796351 .t-text,
  #rec1690796351 .t-name_xs,
  #rec1690796351 .t-name_sm {
    font-size: 16px !important;
  }

  #rec1690796351 .t-btn {
    width: 100% !important;
    height: 64px !important;
    font-size: 18px !important;
  }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}


/* ===== КОНТЕЙНЕР АККОРДЕОНА ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}


/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}


/* ===== ЭФФЕКТ ПРИ НАВЕДЕНИИ ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}


/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}


/* ===== ТЕКСТ В КАРТОЧКАХ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}


/* ===== АКТИВНЫЕ СЛОВА ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}


/* ===== ИКОНКИ + / × ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}


/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}


/* ===== ОТСТУПЫ ВНУТРИ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding:
        0 40px 36px 40px !important;
}


/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding:
            0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}


/* ===== КОНТЕЙНЕР АККОРДЕОНА ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}


/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}


/* ===== ЭФФЕКТ ПРИ НАВЕДЕНИИ ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}


/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}


/* ===== ТЕКСТ В КАРТОЧКАХ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}


/* ===== АКТИВНЫЕ СЛОВА ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}


/* ===== ИКОНКИ + / × ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}


/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}


/* ===== ОТСТУПЫ ВНУТРИ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding:
        0 40px 36px 40px !important;
}


/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding:
            0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}


/* ===== КОНТЕЙНЕР АККОРДЕОНА ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}


/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}


/* ===== ЭФФЕКТ ПРИ НАВЕДЕНИИ ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}


/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}


/* ===== ТЕКСТ В КАРТОЧКАХ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}


/* ===== АКТИВНЫЕ СЛОВА ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}


/* ===== ИКОНКИ + / × ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}


/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}


/* ===== ОТСТУПЫ ВНУТРИ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding:
        0 40px 36px 40px !important;
}


/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding:
            0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}

/* ===== КОНТЕЙНЕР ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}

/* ===== ХОВЕР ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}

/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}

/* ===== ТЕКСТ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ===== ВЫДЕЛЕНИЯ ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}

/* ===== ИКОНКИ ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}

/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}

/* ===== ОТСТУПЫ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding: 0 40px 36px 40px !important;
}

/* ===== МОБИЛКА ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding: 0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}

/* ===== КОНТЕЙНЕР ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}

/* ===== ХОВЕР ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}

/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}

/* ===== ТЕКСТ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ===== ВЫДЕЛЕНИЯ ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}

/* ===== ИКОНКИ ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}

/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}

/* ===== ОТСТУПЫ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding: 0 40px 36px 40px !important;
}

/* ===== МОБИЛКА ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding: 0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}

/* ===== КОНТЕЙНЕР ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}

/* ===== ХОВЕР ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}

/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}

/* ===== ТЕКСТ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ===== ВЫДЕЛЕНИЯ ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}

/* ===== ИКОНКИ ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}

/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}

/* ===== ОТСТУПЫ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding: 0 40px 36px 40px !important;
}

/* ===== МОБИЛКА ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding: 0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}

/* ===== КОНТЕЙНЕР ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}

/* ===== ХОВЕР ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}

/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}

/* ===== ТЕКСТ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ===== ВЫДЕЛЕНИЯ ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}

/* ===== ИКОНКИ ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}

/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}

/* ===== ОТСТУПЫ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding: 0 40px 36px 40px !important;
}

/* ===== МОБИЛКА ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding: 0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}



/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}

/* ===== КОНТЕЙНЕР ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}

/* ===== ХОВЕР ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}

/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}

/* ===== ТЕКСТ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ===== ВЫДЕЛЕНИЯ ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}

/* ===== ИКОНКИ ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}

/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}

/* ===== ОТСТУПЫ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding: 0 40px 36px 40px !important;
}

/* ===== МОБИЛКА ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding: 0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}





/* ===== ОСНОВНОЙ ФОН БЛОКА ===== */

#rec1753117401 {
    background:
        radial-gradient(circle at top, rgba(255,120,0,0.08), transparent 40%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%) !important;
}

/* ===== КОНТЕЙНЕР ===== */

#rec1753117401 .t668__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* ===== КАРТОЧКИ ===== */

#rec1753117401 .t668__card {
    background: rgba(12,12,12,0.88) !important;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px !important;

    margin-bottom: 22px !important;

    overflow: hidden;

    backdrop-filter: blur(12px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.03);

    transition: 0.35s ease;
}

/* ===== ХОВЕР ===== */

#rec1753117401 .t668__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,120,0,0.45);

    box-shadow:
        0 18px 50px rgba(0,0,0,0.6),
        0 0 25px rgba(255,120,0,0.08);
}

/* ===== ЗАГОЛОВКИ ===== */

#rec1753117401 .t668__title {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 800 !important;

    letter-spacing: -1px;
}

/* ===== ТЕКСТ ===== */

#rec1753117401 .t668__content,
#rec1753117401 .t668__text {
    color: rgba(255,255,255,0.72) !important;

    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* ===== ВЫДЕЛЕНИЯ ===== */

#rec1753117401 strong,
#rec1753117401 b {
    color: #ff6a00 !important;
    font-weight: 700;
}

/* ===== ИКОНКИ ===== */

#rec1753117401 .t668__icon {
    color: #ff6a00 !important;
    opacity: 1 !important;

    transform: scale(1.2);
}

/* ===== ЛИНИИ ===== */

#rec1753117401 .t668__border {
    border-color: rgba(255,255,255,0.05) !important;
}

/* ===== ОТСТУПЫ ===== */

#rec1753117401 .t668__title-wrapper {
    padding: 34px 40px !important;
}

#rec1753117401 .t668__content {
    padding: 0 40px 36px 40px !important;
}

/* ===== МОБИЛКА ===== */

@media screen and (max-width: 640px) {

    #rec1753117401 .t668__title {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    #rec1753117401 .t668__content,
    #rec1753117401 .t668__text {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    #rec1753117401 .t668__title-wrapper {
        padding: 24px 22px !important;
    }

    #rec1753117401 .t668__content {
        padding: 0 22px 24px 22px !important;
    }

    #rec1753117401 .t668__card {
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
}

/* ===== DELIVERY BLOCK / T668 DARK PREMIUM FIXED ===== */

#rec1753117401 {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,106,0,0.12), transparent 32%),
    #050505 !important;
  padding: 90px 0 100px !important;
}

/* Заголовок блока */
#rec1753117401 .t-title {
  color: #ffffff !important;
  font-size: 58px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

#rec1753117401 .t-descr {
  color: rgba(255,255,255,0.72) !important;
}

/* Акцент */
#rec1753117401 strong,
#rec1753117401 b {
  color: #ff6a00 !important;
  font-weight: 800 !important;
}

/* Обертки */
#rec1753117401 .t668__accordion,
#rec1753117401 .t668__wrapper,
#rec1753117401 .t668__item {
  background: transparent !important;
}

/* Закрытая плашка */
#rec1753117401 .t668__header {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 22px !important;
  margin-bottom: 16px !important;
  padding: 28px 34px !important;
  box-shadow: 0 16px 42px rgba(0,0,0,0.42) !important;
  overflow: hidden !important;
}

/* Заголовки пунктов */
#rec1753117401 .t668__title {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

/* ВАЖНО: сам скрываемый контейнер без фона, чтобы не торчал */
#rec1753117401 .t668__content {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Оформляем только текст внутри раскрытого блока */
#rec1753117401 .t668__text {
  background: #101010 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 18px !important;
  padding: 26px 34px !important;
  margin: -8px 0 18px !important;
  color: rgba(255,255,255,0.78) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  opacity: 1 !important;
}

#rec1753117401 .t668__text p,
#rec1753117401 .t668__text div,
#rec1753117401 .t668__text span {
  color: rgba(255,255,255,0.78) !important;
}

/* Иконка */
#rec1753117401 .t668__circle {
  background: rgba(255,106,0,0.13) !important;
}

#rec1753117401 .t668__icon,
#rec1753117401 .t668__icon *,
#rec1753117401 svg,
#rec1753117401 svg * {
  color: #ff6a00 !important;
  stroke: #ff6a00 !important;
}

/* Линии */
#rec1753117401 .t668__border {
  border-color: transparent !important;
}

/* Mobile */
@media screen and (max-width: 640px) {
  #rec1753117401 {
    padding: 60px 0 70px !important;
  }

  #rec1753117401 .t-title {
    font-size: 40px !important;
  }

  #rec1753117401 .t668__header {
    border-radius: 18px !important;
    padding: 22px !important;
  }

  #rec1753117401 .t668__title {
    font-size: 23px !important;
  }

  #rec1753117401 .t668__text {
    border-radius: 16px !important;
    padding: 20px 22px !important;
    margin: -6px 0 16px !important;
    font-size: 16px !important;
  }
}



/* ===== WARRANTY / RETURN BLOCK DARK PREMIUM — FINAL ===== */

#rec1753145241 {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,106,0,0.12), transparent 32%),
    #050505 !important;
  padding: 100px 0 120px !important;
}

#rec1753145241 .t-title,
#rec1753145241 .t-descr {
  text-align: center !important;
}

#rec1753145241 .t-title {
  color: #ffffff !important;
  font-size: 58px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

#rec1753145241 .t-descr {
  color: rgba(255,255,255,0.72) !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#rec1753145241 b,
#rec1753145241 strong {
  color: #ff6a00 !important;
  font-weight: 800 !important;
}

#rec1753145241 .t-col {
  position: relative !important;
  overflow: hidden !important;
  backdrop-filter: blur(12px) !important;
  background:
    linear-gradient(180deg, rgba(24,24,24,0.96), rgba(10,10,10,0.96)) !important;
  border: 1px solid rgba(255,255,255,0.09) !important;
  border-radius: 26px !important;
  padding: 38px 44px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.38) !important;
  margin-top: 42px !important;
}

#rec1753145241 .t-col:first-child {
  margin-top: 70px !important;
}

#rec1753145241 .t-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #ff6a00, transparent);
  opacity: 0.9;
}

#rec1753145241 .t-col:hover {
  transform: translateY(-6px);
  border-color: rgba(255,106,0,0.28) !important;
  box-shadow:
    0 22px 55px rgba(0,0,0,0.55),
    0 0 30px rgba(255,106,0,0.08) !important;
}

#rec1753145241 h2,
#rec1753145241 h3,
#rec1753145241 .t-heading,
#rec1753145241 .t-name {
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  position: relative !important;
  padding-bottom: 16px !important;
  margin-bottom: 24px !important;
}

#rec1753145241 h2::after,
#rec1753145241 h3::after,
#rec1753145241 .t-heading::after,
#rec1753145241 .t-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  border-radius: 10px;
  background: #ff6a00;
}

#rec1753145241 .t-text,
#rec1753145241 p,
#rec1753145241 li,
#rec1753145241 .t-card__descr {
  color: rgba(255,255,255,0.76) !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
}

#rec1753145241 ul {
  padding-left: 22px !important;
}

#rec1753145241 li {
  margin-bottom: 10px !important;
}

#rec1753145241 li::marker {
  color: #ff6a00 !important;
}

#rec1753145241 .t-descr::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  border-radius: 10px;
  background: #ff6a00;
  margin: 34px auto 0;
}

@media screen and (max-width: 640px) {
  #rec1753145241 {
    padding: 70px 0 80px !important;
  }

  #rec1753145241 .t-title {
    font-size: 40px !important;
  }

  #rec1753145241 .t-descr {
    font-size: 18px !important;
  }

  #rec1753145241 .t-col {
    padding: 24px 22px !important;
    border-radius: 20px !important;
    margin-top: 26px !important;
  }

  #rec1753145241 .t-col:first-child {
    margin-top: 44px !important;
  }

  #rec1753145241 h2,
  #rec1753145241 h3,
  #rec1753145241 .t-heading,
  #rec1753145241 .t-name {
    font-size: 24px !important;
  }

  #rec1753145241 .t-text,
  #rec1753145241 p,
  #rec1753145241 li,
  #rec1753145241 .t-card__descr {
    font-size: 16px !important;
  }
}



/* ===== ABOUT BLOCK — PREMIUM DARK ORANGE FINAL ===== */

#rec1689549071 {
  background:
    radial-gradient(circle at top center, rgba(255,106,0,0.20), transparent 50%),
    #050505 !important;
  padding: 90px 0 !important;
}

#rec1689549071 .t-container {
  background: linear-gradient(145deg,#101114,#070707) !important;
  border: 1px solid rgba(255,106,0,0.18) !important;
  border-radius: 34px !important;
  padding: 55px !important;
  box-shadow:
    0 0 0 1px rgba(255,106,0,0.10),
    0 0 35px rgba(255,106,0,0.10),
    0 0 80px rgba(255,106,0,0.10),
    0 0 140px rgba(255,106,0,0.06),
    0 35px 80px rgba(0,0,0,0.65),
    inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

#rec1689549071 .t-title,
#rec1689549071 .t-name,
#rec1689549071 h1,
#rec1689549071 h2 {
  color: #ffffff !important;
  font-size: 64px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin-bottom: 40px !important;
}

#rec1689549071 .t-title:after,
#rec1689549071 .t-name:after {
  content: "";
  display: block;
  width: 95px;
  height: 4px;
  border-radius: 20px;
  background: #ff6a00;
  margin-top: 24px;
  box-shadow:
    0 0 18px rgba(255,106,0,0.65),
    0 0 45px rgba(255,106,0,0.22);
}

#rec1689549071 .t-text,
#rec1689549071 .t-descr,
#rec1689549071 .t-descr *,
#rec1689549071 .t-card__descr,
#rec1689549071 p,
#rec1689549071 span {
  color: rgba(255,255,255,0.78) !important;
  font-size: 24px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

#rec1689549071 strong,
#rec1689549071 b {
  color: #ff6a00 !important;
  font-weight: 800 !important;
}

#rec1689549071 img,
#rec1689549071 .t-img {
  border-radius: 28px !important;
  border: 2px solid rgba(255,106,0,0.45) !important;
  box-shadow:
    0 0 0 1px rgba(255,106,0,0.15),
    0 0 30px rgba(255,106,0,0.24),
    0 0 80px rgba(255,106,0,0.12),
    0 28px 60px rgba(0,0,0,0.65) !important;
  transition: all 0.45s ease !important;
}

#rec1689549071 img:hover,
#rec1689549071 .t-img:hover {
  transform: scale(1.02);
  border-color: rgba(255,106,0,0.9) !important;
  box-shadow:
    0 0 0 1px rgba(255,106,0,0.35),
    0 0 45px rgba(255,106,0,0.38),
    0 0 120px rgba(255,106,0,0.18),
    0 35px 70px rgba(0,0,0,0.75) !important;
}

@media screen and (max-width: 980px) {
  #rec1689549071 .t-container {
    padding: 32px 24px !important;
    border-radius: 24px !important;
  }

  #rec1689549071 .t-title,
  #rec1689549071 .t-name,
  #rec1689549071 h1,
  #rec1689549071 h2 {
    font-size: 42px !important;
  }

  #rec1689549071 .t-text,
  #rec1689549071 .t-descr,
  #rec1689549071 .t-descr *,
  #rec1689549071 .t-card__descr,
  #rec1689549071 p,
  #rec1689549071 span {
    font-size: 18px !important;
  }

  #rec1689549071 img,
  #rec1689549071 .t-img {
    margin-top: 30px !important;
    border-radius: 22px !important;
  }
}


/* ===== ABOUT IMAGE BACKGROUND GLOW ===== */

#rec1689549071 .t478__blockimg {
  border-radius: 28px !important;
  border: 2px solid rgba(255,106,0,0.45) !important;
  box-shadow:
    0 0 0 1px rgba(255,106,0,0.15),
    0 0 35px rgba(255,106,0,0.28),
    0 0 95px rgba(255,106,0,0.14),
    0 30px 65px rgba(0,0,0,0.7) !important;
  overflow: hidden !important;
  transition: all 0.45s ease !important;
}

#rec1689549071 .t478__blockimg:hover {
  transform: scale(1.02);
  border-color: rgba(255,106,0,0.9) !important;
  box-shadow:
    0 0 0 1px rgba(255,106,0,0.35),
    0 0 50px rgba(255,106,0,0.42),
    0 0 130px rgba(255,106,0,0.2),
    0 38px 80px rgba(0,0,0,0.8) !important;
}







/* ===== ADVANTAGES BLOCK — CLEAN PREMIUM FINAL ===== */

#rec1689565141 {
  background:
    radial-gradient(circle at top center, rgba(255,106,0,0.18), transparent 48%),
    #050505 !important;
  padding: 75px 0 85px !important;
  overflow: hidden !important;
}

/* убираем подложки с t-container, чтобы они не наслаивались */
#rec1689565141 .t-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* заголовок */
#rec1689565141 .t-title {
  color: #fff !important;
  font-size: 50px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  margin: 0 0 42px !important;
}

#rec1689565141 .t-title:after {
  content: "";
  display: block;
  width: 95px;
  height: 4px;
  margin: 22px auto 0;
  border-radius: 30px;
  background: #ff6a00;
  box-shadow:
    0 0 18px rgba(255,106,0,0.55),
    0 0 42px rgba(255,106,0,0.22);
}

/* единая аккуратная панель под список */
#rec1689565141 .t508__container {
  width: calc(100% - 40px) !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 38px 42px !important;
  box-sizing: border-box !important;

  background: linear-gradient(145deg,#101114,#070707) !important;
  border: 1px solid rgba(255,106,0,0.18) !important;
  border-radius: 30px !important;

  box-shadow:
    0 0 0 1px rgba(255,106,0,0.08),
    0 0 55px rgba(255,106,0,0.09),
    0 28px 70px rgba(0,0,0,0.62),
    inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

/* строки */
#rec1689565141 .t508__col {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;

  display: grid !important;
  grid-template-columns: 52px 1fr !important;
  column-gap: 22px !important;
  align-items: center !important;

  margin: 0 0 18px !important;
  padding: 20px 22px !important;

  background: rgba(255,255,255,0.022) !important;
  border: 1px solid rgba(255,106,0,0.10) !important;
  border-radius: 20px !important;

  transition: all .35s ease !important;
}

#rec1689565141 .t508__col:last-child {
  margin-bottom: 0 !important;
}

#rec1689565141 .t508__col:hover {
  transform: translateY(-3px);
  border-color: rgba(255,106,0,0.34) !important;
  background: rgba(255,255,255,0.035) !important;
}

/* иконки */
#rec1689565141 .t508__imgwrapper {
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  grid-column: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  filter: drop-shadow(0 0 10px rgba(255,106,0,0.25)) !important;
}

#rec1689565141 svg,
#rec1689565141 svg path {
  stroke: #ff6a00 !important;
}

/* текст */
#rec1689565141 .t508__textwrapper {
  grid-column: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#rec1689565141 .t508__bottommargin,
#rec1689565141 .t508__title,
#rec1689565141 .t-name,
#rec1689565141 .t508__textwrapper .t-name {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  margin: 0 0 7px !important;
  opacity: 1 !important;
}

#rec1689565141 .t508__descr,
#rec1689565141 .t-descr {
  color: rgba(255,255,255,0.74) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  border-left: none !important;
  opacity: 1 !important;
}

/* mobile */
@media screen and (max-width: 640px) {
  #rec1689565141 {
    padding: 55px 0 65px !important;
  }

  #rec1689565141 .t-title {
    font-size: 34px !important;
    margin-bottom: 30px !important;
  }

  #rec1689565141 .t508__container {
    width: calc(100% - 24px) !important;
    padding: 22px 16px !important;
    border-radius: 22px !important;
  }

  #rec1689565141 .t508__col {
    grid-template-columns: 42px 1fr !important;
    column-gap: 14px !important;
    padding: 17px !important;
    border-radius: 18px !important;
  }

  #rec1689565141 .t508__imgwrapper {
    width: 42px !important;
    height: 42px !important;
  }

  #rec1689565141 .t508__bottommargin,
  #rec1689565141 .t508__title,
  #rec1689565141 .t-name,
  #rec1689565141 .t508__textwrapper .t-name {
    font-size: 20px !important;
  }

  #rec1689565141 .t508__descr,
  #rec1689565141 .t-descr {
    font-size: 15px !important;
  }
}



/* ===== FAQ PREMIUM DARK — CLEAN FINAL ===== */

#rec1689755361 {
  background:
    radial-gradient(circle at top center, rgba(255,106,0,0.12), transparent 42%),
    #050505 !important;
  padding: 55px 0 70px !important;
  overflow: hidden !important;
}

/* убираем отдельные огромные подложки */
#rec1689755361 .t-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* общий компактный контейнер */
#rec1689755361 .t665 {
  width: calc(100% - 40px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 42px 52px !important;
  box-sizing: border-box !important;

  background: linear-gradient(145deg,#0f1013,#060606) !important;
  border: 1px solid rgba(255,106,0,0.18) !important;
  border-radius: 30px !important;

  box-shadow:
    0 0 0 1px rgba(255,106,0,0.08),
    0 0 45px rgba(255,106,0,0.09),
    0 25px 65px rgba(0,0,0,0.62),
    inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

/* заголовок */
#rec1689755361 .t-title,
#rec1689755361 .t-section__title,
#rec1689755361 h2 {
  color: #fff !important;
  font-size: 54px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  margin: 0 0 18px !important;
}

#rec1689755361 .t-title:after,
#rec1689755361 .t-section__title:after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: #ff6a00;
  box-shadow: 0 0 18px rgba(255,106,0,0.55);
}

#rec1689755361 .t-descr,
#rec1689755361 .t-section__descr {
  color: rgba(255,255,255,0.76) !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  text-align: center !important;
  margin-bottom: 32px !important;
}

#rec1689755361 a {
  color: #ff7a1a !important;
}

/* вопрос */
#rec1689755361 .t665__question {
  background: linear-gradient(145deg,#1c1d22,#101114) !important;
  border: 1px solid rgba(255,106,0,0.55) !important;
  border-radius: 26px !important;
  padding: 28px 36px !important;

  box-shadow:
    0 0 30px rgba(255,106,0,0.18),
    0 0 90px rgba(255,106,0,0.10),
    inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

#rec1689755361 .t665__question .t665__question-text {
  color: #ff7a1a !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.3px !important;
  text-shadow:
    0 0 10px rgba(255,106,0,0.38),
    0 0 25px rgba(255,106,0,0.20);
}

/* ответ */
#rec1689755361 .t665__answer {
  background: linear-gradient(145deg,#101114,#070707) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 26px !important;
  padding: 32px 36px !important;
  margin-top: 16px !important;

  box-shadow:
    0 0 30px rgba(0,0,0,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.02) !important;
}

#rec1689755361 .t665__answer .t665__question-text {
  color: rgba(255,255,255,0.78) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  text-shadow: none !important;
}

/* полностью убираем кривые хвостики */
#rec1689755361 .t665__tail {
  display: none !important;
}

#rec1689755361 .t665__wrapper {
  margin-bottom: 34px !important;
}

#rec1689755361 .t665__wrapper:last-child {
  margin-bottom: 0 !important;
}

/* mobile */
@media screen and (max-width: 640px) {
  #rec1689755361 {
    padding: 45px 0 60px !important;
  }

  #rec1689755361 .t665 {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    padding: 24px 18px !important;
    border-radius: 22px !important;
  }

  #rec1689755361 .t-title,
  #rec1689755361 .t-section__title,
  #rec1689755361 h2 {
    font-size: 36px !important;
  }

  #rec1689755361 .t-descr,
  #rec1689755361 .t-section__descr {
    font-size: 17px !important;
    margin-bottom: 26px !important;
  }

  #rec1689755361 .t665__question,
  #rec1689755361 .t665__answer {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  #rec1689755361 .t665__question .t665__question-text {
    font-size: 22px !important;
  }

  #rec1689755361 .t665__answer .t665__question-text {
    font-size: 17px !important;
  }
}

/* ===== GLOBAL MOBILE FIX FOR PREMIUM BLOCKS ===== */

@media screen and (max-width: 640px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  #rec1689755361,
  #rec1689565141,
  #rec1689549071,
  #rec1753145241 {
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #rec1689755361 .t-container,
  #rec1689565141 .t-container,
  #rec1689549071 .t-container,
  #rec1753145241 .t-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 28px 18px !important;
    border-radius: 22px !important;
    box-sizing: border-box !important;
  }

  #rec1689755361 .t-title,
  #rec1689565141 .t-title,
  #rec1689549071 .t-title,
  #rec1753145241 .t-title {
    font-size: 36px !important;
    line-height: 1.1 !important;
    word-break: normal !important;
  }

  #rec1689755361 .t665__question,
  #rec1689755361 .t665__answer,
  #rec1689565141 .t508__col,
  #rec1753145241 .t-col {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
  }

  #rec1689755361 .t665__question-text,
  #rec1689755361 .t665__answer .t665__question-text {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  #rec1689565141 .t508__col {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    gap: 14px !important;
  }

  #rec1689565141 .t508__title,
  #rec1689565141 .t-name {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  #rec1689565141 .t508__descr,
  #rec1689565141 .t-descr {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* ===== FAQ REMOVE TILDA OFFSET ===== */

#rec1689755361 .t-prefix_2 {
    margin-left: 0 !important;
}

#rec1689755361 .t-col_8 {
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* ===== REVIEWS T525 — PREMIUM GRID FINAL ===== */

#rec1689777101 {
  background:
    radial-gradient(circle at top center, rgba(255,106,0,0.18), transparent 48%),
    #050505 !important;
  padding: 80px 0 90px !important;
  overflow: hidden !important;
}

/* убираем подложку с заголовочного контейнера */
#rec1689777101 .t-section__container,
#rec1689777101 .t-container_flex {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* заголовок */
#rec1689777101 .t-section__title,
#rec1689777101 .t-title {
  color: #ffffff !important;
  font-size: 64px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  margin-bottom: 48px !important;
  text-shadow: 0 0 28px rgba(255,255,255,0.08);
}

#rec1689777101 .t-section__title:after,
#rec1689777101 .t-title:after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: #ff6a00;
  box-shadow:
    0 0 22px rgba(255,106,0,0.75),
    0 0 55px rgba(255,106,0,0.32);
}

/* общая подложка списка */
#rec1689777101 .t525__container {
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 46px !important;
  box-sizing: border-box !important;

  background: linear-gradient(145deg,#101114,#060606) !important;
  border: 1px solid rgba(255,106,0,0.22) !important;
  border-radius: 34px !important;

  box-shadow:
    0 0 0 1px rgba(255,106,0,0.10),
    0 0 60px rgba(255,106,0,0.16),
    0 0 150px rgba(255,106,0,0.08),
    0 35px 90px rgba(0,0,0,0.72),
    inset 0 0 0 1px rgba(255,255,255,0.03) !important;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

/* карточка */
#rec1689777101 .t525__col {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 30px !important;
  box-sizing: border-box !important;

  background: linear-gradient(145deg,#15161a,#090909) !important;
  border: 1px solid rgba(255,106,0,0.22) !important;
  border-radius: 28px !important;

  box-shadow:
    0 0 28px rgba(255,106,0,0.10),
    0 0 70px rgba(255,106,0,0.05),
    0 22px 48px rgba(0,0,0,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.025) !important;

  transition: all .35s ease !important;
}

#rec1689777101 .t525__col:hover {
  transform: translateY(-5px);
  border-color: rgba(255,106,0,0.58) !important;
  box-shadow:
    0 0 38px rgba(255,106,0,0.22),
    0 0 100px rgba(255,106,0,0.10),
    0 28px 60px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.04) !important;
}

/* аватар */
#rec1689777101 .t525__bgimg {
  border-radius: 50% !important;
  border: 2px solid rgba(255,106,0,0.55) !important;
  box-shadow:
    0 0 22px rgba(255,106,0,0.35),
    0 0 55px rgba(255,106,0,0.14) !important;
}

/* текст */
#rec1689777101 .t525__text {
  color: rgba(255,255,255,0.78) !important;
  font-size: 20px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

/* имя */
#rec1689777101 .t525__title {
  color: #ff7a1a !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  margin-top: 22px !important;
  text-shadow:
    0 0 14px rgba(255,106,0,0.38),
    0 0 30px rgba(255,106,0,0.16);
}

/* mobile */
@media screen and (max-width: 980px) {
  #rec1689777101 {
    padding: 60px 0 70px !important;
  }

  #rec1689777101 .t-section__title,
  #rec1689777101 .t-title {
    font-size: 38px !important;
    margin-bottom: 34px !important;
  }

  #rec1689777101 .t525__container {
    width: calc(100% - 24px) !important;
    grid-template-columns: 1fr !important;
    padding: 24px 18px !important;
    border-radius: 24px !important;
    gap: 20px !important;
  }

  #rec1689777101 .t525__col {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  #rec1689777101 .t525__text {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  #rec1689777101 .t525__title {
    font-size: 22px !important;
  }

  #rec1689777101 .t525__bgimg {
    width: 72px !important;
    height: 72px !important;
  }
}

/* ===== REVIEWS PERFECT GRID FIX ===== */

#rec1689777101 .t-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: stretch !important;
}

/* убираем тилдовские колонки */
#rec1689777101 .t-col,
#rec1689777101 .t525__col {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* сама карточка */
#rec1689777101 .t525__col {
    display: flex !important;
    align-items: center !important;
    gap: 34px !important;
    min-height: 320px !important;
    padding: 42px !important;

    background: linear-gradient(145deg,#101114,#060606) !important;
    border-radius: 34px !important;
    border: 1px solid rgba(255,106,0,0.35) !important;

    box-shadow:
    0 0 45px rgba(255,106,0,0.18),
    0 0 110px rgba(255,106,0,0.10),
    0 0 180px rgba(255,106,0,0.05),
    inset 0 0 0 1px rgba(255,255,255,0.02) !important;
}

/* аватар */
#rec1689777101 .t525__bgimg {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    border-radius: 50% !important;

    box-shadow:
    0 0 18px rgba(255,106,0,0.35),
    0 0 40px rgba(255,106,0,0.18) !important;
}

/* текст */
#rec1689777101 .t525__textwrapper {
    width: 100% !important;
}

#rec1689777101 .t525__text {
    font-size: 22px !important;
    line-height: 1.8 !important;
}

/* mobile */
@media screen and (max-width: 980px) {

    #rec1689777101 .t-container {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    #rec1689777101 .t525__col {
        min-height: auto !important;
        padding: 28px !important;
        gap: 22px !important;
    }

    #rec1689777101 .t525__bgimg {
        width: 74px !important;
        height: 74px !important;
        min-width: 74px !important;
    }

    #rec1689777101 .t525__text {
        font-size: 18px !important;
        line-height: 1.7 !important;
    }
}