/* 1320 1140 1080 1024 991 768 576 480 460 420 360 320 */

@media screen and (max-width: 1140px) {
  .about__wrap {
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    height: 500px;
  }
  .banner__wrap {
    gap: 90px;
  }
  .about__right {
    gap: 24px;
  }
  .about__right-name {
    font-size: 28px;
  }
}
@media screen and (max-width: 840px) {
  .about__right-desc {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    word-break: break-all;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    flex-direction: column;
    gap: 30px;
  }
  .banner__title {
    font-size: 30px;
  }
  .banner__call {
    font-size: 25px;
  }
  .about__wrap {
    flex-direction: column;
  }
  .about__left {
    max-width: 320px;
  }
  .about__right-name {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .header__nav-list {
    gap: 30px;
  }
  .banner {
    height: 450px;
  }
  .banner__wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 460px) {
  .header__nav {
    gap: 20px;
  }
  .header__nav-list_item-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .footer__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .header__nav-list {
    flex-direction: column;
    gap: 15px;
  }
  .footer__contacts {
    flex-wrap: wrap;
    gap: 20px 50px;
  }
}
