@media (max-width: 1400px) {
  .header__top {
    border-bottom: 1px solid #FFFFFF33
  }

  .header__nav {
    display: none;
  }

  .header__contact-info {
    display: none;
  }

  .header__info-link {
    display: none;
  }

  .hero__services {
    display: none;
  }

  .services {
    display: none;
  }

  .hero__content {
    margin-bottom: 150px;
  }

  .hero__progress {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 5;
    bottom: 33px;
    padding: 0 20px;
  }

  .header__info {
    display: none;
  }

  .header__info-scroll {
    display: flex;
  }
}

@media (max-width: 1024px) {

  .header__btn {
    display: none;
  }

  .header__social--telegram {
    margin-right: 0;
  }


}

@media (max-width: 991px) {
  .hero__heading-line::after {
    right: 0;
  }

  .header__top {
    height: auto;
    padding-top: 22px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(213, 175, 98, 0.2);
  }

  .header__logo-link {
    height: 56px;
    top: 51%;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 131px;
    padding-bottom: 202px;
  }

  .header__burger-text {
    display: none;
  }

  .hero__heading {
    font-size: 44px;
    margin: 0;
    text-wrap: balance;

    font-weight: 375;
    line-height: 84%;
    letter-spacing: -2%;
  }

  .hero__text {
    font-size: 16px;
    margin: 0;
    text-wrap: balance;
  }

  .hero__heading-line::after {
    width: 82px;
    height: 12px;
    bottom: -10px;
  }

  .header__social {
    width: 44px;
    height: 36px;
    border-radius: 90.48px;
  }

  .header__burger-menu {
    width: 44px;
    height: 36px;
    border-radius: 999px;
  }

  .rating__yandex-icon {
    width: 34px;
    height: 34px;
  }

  .hero__container {
    display: none;
  }

  .hero__slide {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;

    padding: 131px 20px 0px 20px;
  }

  .hero__media,
  .hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__video {
    max-height: 100%;
  }

  .hero__swiper {
    position: relative;
  }

  .hero {
    padding: 0;
  }

  .hero::before {
    display: none;
  }

  .hero__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(70, 50, 40, 0.3), rgba(70, 50, 40, 0.3)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }

  .hero__content {
    margin-bottom: 203px;
    gap: 24px;
  }

  .rating__info {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .rating {
    padding: 0 16px 0 0;
    gap: 10px;
  }

  .rating__value {
    font-size: 15px;
    letter-spacing: 3.4%;
  }

  .rating-reviews {
    font-size: 14px;
    letter-spacing: 4%;
  }

  .blur {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

  .hero__btn {
    padding: 10px 16px 12px 22px;
    gap: 23px;
  }

  .burger-contact__btn {
    padding: 16px 30px;
    max-width: 302px;
  }

  .btn-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .header__services {
    display: none;
  }

  .header--open .burger__nav {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding-top: 20px;
  }

  .header--open .burger__nav::-webkit-scrollbar {
    width: 0px;
  }

  .header--open .burger__nav {
    padding-bottom: 20px;
  }

  .header--scroll .header__top {
    padding-top: 22px;
  }

  .header--scroll.header--open .header__logo {
    max-width: 90px;
  }

  .swiper-wrapper {
    max-height: 568px;
  }
}

@media (max-width: 360px) {
  .header__logo-link {
    position: initial;
    transform: none;
  }

  .burger-contact__phone {
    font-size: 33px;
  }

  .swiper-wrapper {
    max-height: 660px;
  }
}