/* Универсальный full-width */
#allrecords .uc-fullwidth {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    max-width: 100vw;
}
/* Убираем ограничения контейнера */
#allrecords .uc-fullwidth .t-container {
    max-width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

#allrecords .uc-fullwidth .t-col {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (max-width: 768px) {
    #allrecords .uc-fullwidth .t-container {
        padding: 0 20px !important;
        box-sizing: border-box;
    }
}
.t706__sidebar-heading.t-name.t-name_xl,
.t706__cartpage-heading.t-name.t-name_xl {
    display: none !important;
}
.t-card__descr {
  position: relative;
}
/* каждая строка */
.t-card__descr br {
  display: block;
  margin-bottom: 10px;
}
/* заменяем ✓ */
.t-card__descr {
  line-height: 1.5;
}
/* магия */
.t-card__descr {
  display: block;
}
/* превращаем текст в псевдо-список */
.t-card__descr {
  white-space: normal;
}
/* стилизация строк */
.t-card__descr {
  font-size: 16px;
}
/* заменяем ✓ через background */
.t-card__descr {
  padding-left: 0;
}
/* вот ключ */
.t-card__descr {
  --icon-size: 22px;
}
/* обрабатываем каждую строку */
.t-card__descr {
  background: none;
}
/* самый рабочий способ */
.t-card__descr {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* теперь каждая строка */
.t-card__descr::before {
  content: none;
}
.t-feed__slds-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

/* ВСЕ ССЫЛКИ, КРОМЕ ФОРМЫ И ОШИБОК */
:is(#rec2236689601, #rec2237090591, #rec2237132621, #rec2237242571, #rec2237831251) a:not(.t-form__errorbox-link) {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
    margin-right: 12px;
    margin-top: 8px;
    font-size: 16px;

    background: #a6e34a;
    color: #1a1a1a !important;
    box-shadow: 0 10px 25px rgba(166, 227, 74, 0.35);
    border: none;
}

/* hover */
:is(#rec2236689601, #rec2237090591, #rec2237132621, #rec2237242571, #rec2237831251) a:not(.t-form__errorbox-link):hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(166, 227, 74, 0.5);
}

/* ВТОРАЯ ССЫЛКА */
:is(#rec2236689601, #rec2237090591, #rec2237132621, #rec2237242571, #rec2237831251) a:not(.t-form__errorbox-link):nth-of-type(2) {
    background: #ffffff;
    border: 1.5px solid #e6dccf;
    box-shadow: none;
}