/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 13 2026 | 05:58:42 */
/* ========================================= */
/* Внутренние страницы: уменьшаем плашку hero */
/* ========================================= */

/* Сама полупрозрачная плашка */
body:not(.home) .head__section .offer {
  height: auto !important;
  min-height: auto !important;

  /* Бока не трогаем, только верх/низ */
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

/* Обертка плашки */
body:not(.home) .head__section .offer__wrap {
  height: auto !important;
  min-height: auto !important;
}

/* Заголовок внутри плашки */
body:not(.home) .head__section .offer .title_1,
body:not(.home) .head__section .offer h1 {
  margin-bottom: 0 !important;
}

/* Если есть кнопка, оставляем нормальный отступ */
body:not(.home) .head__section .offer .offer__btn {
  margin-top: 34px !important;
}

/* Мобилка */
@media screen and (max-width: 768px) {
  body:not(.home) .head__section .offer {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  body:not(.home) .head__section .offer .offer__btn {
    margin-top: 24px !important;
  }
}
