@import url("../section-form/assets/styles.css");
@import url("../section-reviews/assets/styles.css");

.page-template-page-contact .header-bottom {
  background: #e1dcd7 !important;
}
.page-template-page-contact .header-navigation__item-link,
.page-template-page-contact .header-search__button {
  color: #2e2e2e !important;
}

@media screen and (max-width: 639.98px) {
  .header .header-top {
    background: #fff !important;
  }

  .header-logo img {
    filter: initial !important;
  }

  .header-top__right-mb__text {
    color: rgba(46, 46, 46, 0.8) !important;
  }

  .menu-icon .line {
    stroke: #630f3f !important;
  }

  .header .header-top__left-mb {
    background: #630f3f !important;
  }

  .header .header-top__left-mb img {
    filter: brightness(0) invert(1) !important;
  }

  main {
    background: url(/wp-content/uploads/2026/01/form-input-bg-150x150.png);
  }

  .reviews-wrapper,
  .reviews {
    background: transparent;
  }

  .reviews-background-decor {
    display: none;
  }

  .reviews__title {
    align-items: center;
    justify-content: center;
  }

  .reviews__title-heading {
    color: var(--Text-tm, var(--Tm, #630f3f));

    /* MB/H1/22 - italic - MB */
    font-family: var(--Title---Italic, "BHN TAN - MEMORIES");
    font-size: 1.375rem;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 1.65rem */
    letter-spacing: 0.0825rem;
    margin-top: 1rem;
  }
}
