.about-text {
  font-family: var(--t-text-font);
  font-size: 1rem;
  line-height: 1.65;
  color: #8B6914;
  font-weight: 600;
}

/* Стили для карточки */
.hp-about__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 3px solid #D4AF37;
  transition: box-shadow 0.3s ease, border-left-color 0.3s ease;
}

.hp-about__card:hover {
  box-shadow: 0 8px 30px rgba(183, 134, 11, 0.1);
  border-left-color: rgba(212, 175, 55, 0.4);
}

.hp-about__card-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #D4AF37;
  line-height: 1;
}

.hp-about__card-text {
  font-family: var(--t-text-font);
  font-size: 1rem;
  line-height: 1.65;
  color: #8B6914;
  margin: 0;
  font-weight: 600;
}

.hp-scroll-fade {
    position: relative;
    z-index: 1;
    background: linear-gradient(
        180deg,
        #1a1a1a 0%,
        #3d3425 30%,
        #f6f4ef 70%,
        #faf7f0 100%
    );
    min-height: 100vh;
}

/* ==========================================
   НОВЫЕ ОТСТУПЫ ДЛЯ ОБЫЧНЫХ БЛОКОВ
   Отступ сверху до заголовка: 20px
   От заголовка до контента: 30px
   От контента до нижней границы: 70px
   ========================================== */

/* ===== 1. ОБЫЧНЫЙ БЛОК "ВИДЕО" (#rec1436797201) ===== */
#rec1436797201 {
  padding: 20px 20px 70px !important;
}
#rec1436797201 .t1061 {
  padding-top: 0 !important;
}
#rec1436797201 .t-section__title {
  margin-bottom: 30px !important;
}

/* ===== 2. ОБЫЧНЫЙ БЛОК "КОНТАКТЫ" (#rec2425556781) ===== */
#rec2425556781 {
  padding: 20px 20px 70px !important;
}
#rec2425556781 .t-container {
  padding-top: 0 !important;
}
#rec2425556781 .t578__title {
  margin-bottom: 30px !important;
}

/* ==========================================
   АДАПТИВ ДЛЯ МОБИЛЬНЫХ
   ========================================== */

@media (max-width: 640px) {
  #rec1436797201,
  #rec2425556781 {
    padding: 15px 16px 40px !important;
  }
  
  #rec1436797201 .t-section__title,
  #rec2425556781 .t578__title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
}


/* ==========================================
   ФИКС ДЛЯ НОТ В БЛОКЕ "О НАС" — НЕ ВЫЛЕЗАЮТ ЗА БЛОК
   ========================================== */

/* 1. Обрезаем всё, что выходит за блок */
.hp-about {
  overflow: hidden !important;
}

/* 2. Уменьшаем размер нот и сдвигаем их внутрь */
.hp-about__note {
  font-size: 1.2rem !important;
}

.hp-about__note--1 { left: 5% !important; font-size: 1.4rem !important; }
.hp-about__note--2 { left: 14% !important; font-size: 1rem !important; }
.hp-about__note--3 { left: 24% !important; font-size: 1.6rem !important; }
.hp-about__note--4 { left: 44% !important; font-size: 1.2rem !important; }
.hp-about__note--5 { left: 59% !important; font-size: 1.5rem !important; }
.hp-about__note--6 { left: 76% !important; font-size: 1.2rem !important; }
.hp-about__note--7 { left: 88% !important; font-size: 0.9rem !important; }
.hp-about__note--8 { left: 6% !important; font-size: 1.2rem !important; }
.hp-about__note--9 { left: 20% !important; font-size: 1.5rem !important; }
.hp-about__note--10 { left: 39% !important; font-size: 1rem !important; }
.hp-about__note--11 { left: 56% !important; font-size: 1.4rem !important; }
.hp-about__note--12 { left: 75% !important; font-size: 1.2rem !important; }
.hp-about__note--13 { left: 88% !important; font-size: 0.9rem !important; }
.hp-about__note--14 { left: 4% !important; font-size: 1.2rem !important; }
.hp-about__note--15 { left: 15% !important; font-size: 0.9rem !important; }
.hp-about__note--16 { left: 86% !important; font-size: 1.4rem !important; }
.hp-about__note--17 { left: 88% !important; font-size: 1rem !important; }
.hp-about__note--18 { left: 4% !important; font-size: 1.2rem !important; }
.hp-about__note--19 { left: 88% !important; font-size: 1.2rem !important; }
.hp-about__note--20 { left: 5% !important; font-size: 1rem !important; }
.hp-about__note--21 { left: 86% !important; font-size: 1.4rem !important; }
.hp-about__note--22 { left: 9% !important; font-size: 0.9rem !important; }
.hp-about__note--23 { left: 81% !important; font-size: 1.2rem !important; }
.hp-about__note--24 { left: 49% !important; font-size: 1rem !important; }