@media only screen and (max-width: 1600px) {
  .hero__right img {
    transform: translateX(45%);
  }
}

@media only screen and (max-width: 1400px) {
  .main-header__nav-list {
    gap: 20px;
  }

  #gift {
    height: 490px;
    overflow-x: clip;
  }

  .gift__image img {
    width: 700px;
    flex-shrink: 0;
  }

  .faq__button-container {
    width: 85%;
  }

  .faq__accordion {
    width: 85%;
  }

  .footer__sections {
    width: 100%;
  }
  .footer__section-wrapper {
    width: 60%;
  }

  .content__block-img img {
    width: 90%;
  }
}

@media only screen and (max-width: 1300px) {
  .mobile-menu-btn {
    display: block;
  }

  .main-header__nav-list {
    visibility: hidden;
    pointer-events: none;
  }
}

@media only screen and (max-width: 1000px) {
  h1,
  h2 {
    text-align: center;
  }

  .main-header__nav-list {
    display: none;
    width: 0;
  }

  .main-header__navigation {
    display: none;
  }

  .main-header__actions {
    margin: auto;
  }
  .hero {
    height: auto;
  }
  .hero-wrapper {
    margin-top: 0;
    flex-direction: column;
  }

  .hero__left,
  .hero__right {
    width: 100%;
  }

  .hero__left div {
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }

  .hero__right {
    justify-content: center;
    position: relative;
    overflow: visible;
    flex-shrink: 0;
  }

  .row-1000 {
    flex-direction: row;
  }

  .column-1000 {
    flex-direction: column;
  }

  .column-rev-1000 {
    flex-direction: column-reverse;
  }

  .hero__right img {
    transform: translateX(10%);
    width: 500px;
    height: auto;
    flex-shrink: 0;
  }

  .timetable__header {
    text-align: center;
  }
  #benefits {
    height: auto;
  }

  .benefits__image {
    min-height: 500px;
    background: url(../img/beres-alexandra-benefits-bg.jpg) top / cover
      no-repeat;
  }

  .benefits__content {
    padding: 50px 0;
  }

  .benefits__content > * {
    margin: auto;
  }

  .benefits__content h2 {
    width: 100%;
  }

  .benefits__list {
    padding: 100px 15px;
    gap: 20px;
  }

  .benefits__list-elem {
    gap: 25px;
  }

  .benefits__image,
  .benefits__content {
    width: 100%;
  }

  .content__block-img,
  .content__block-content {
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .content__block-img img {
    width: 300px;
  }

  #gift {
    height: auto;
    padding: 50px 0px 0px 0px;
    margin: 0 0 75px 0;
  }
  .gift__wrapper {
    flex-direction: column;
  }

  .gift__content button {
    margin: auto;
  }

    .gift__content a {
    margin: auto;
  }

  .offer:nth-child(2) {
    transform: scale(1);
  }

  .gift__image {
    margin-bottom: -150px;
  }
  .faq__button-container {
    width: 95%;
  }

  .faq__accordion {
    width: 95%;
  }

  .footer__section {
    width: 100%;
  }
  .footer__section-wrapper {
    width: 80%;
  }

  .heading_secondary,
  h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {
  :root {
    --text-heading-sm: 20px;
    --text-heading-lg: 48px;
    --text-body-lg: 18px;
  }

  h2 {
    text-align: center;
  }

  .main-header__actions {
    display: none;
  }

  .benefits__list {
    padding: 75px 15px;
  }

  .gift__image img {
    width: 500px;
  }

  #offers p.offers__description {
    width: 90%;
  }

  .footer__sections {
    flex: unset;
    width: 100%;
    gap: 5px;
  }
  .footer__section-wrapper.column650 {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 500px) {
  .faq__button-container {
    flex-direction: column;
  }

  .faq__tab {
    padding: 10px;
  }

  button.faq__tab {
    width: 100%;
  }

  .offer {
    width: 90%;
  }

  .faq__tab:hover {
    animation: none;
    transform: scale(1);
  }

  #mobile__menu-cont.active {
    height: 100vh;
  }
}

@media only screen and (max-width: 450px) {
  .gift__image img {
    width: 400px;
  }
}

@media only screen and (max-width: 450px) {
  :root {
    --text-heading-sm: 20px;
    --text-heading-lg: 42px;
  }
}
