@media screen and (max-width: 1360px) {
  header {
    padding: 12px 0;
  }
  header .header__inner-content {
    width: auto;
    border: none;
  }
  header .header__inner-content .header__inner-content__nav {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    width: 100vw;
    background-color: #f0f0f2;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
  }
  header .header__inner-content .header__inner-content__nav a {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  header .header__inner-content .header__inner-content__nav.active {
    top: 84px;
    opacity: 1;
    pointer-events: all;
    padding-top: 25px;
  }
  header .header__inner-burger {
    display: flex;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  header {
    box-shadow: none !important;
  }
  header .header__inner-logo {
    flex-direction: column;
    width: 70px;
  }
  header .header__inner-logo .header__inner-logo__icon {
    width: 35px;
  }
  header .header__inner-logo .header__inner-logo__text {
    margin: 0;
  }
  header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon {
    display: none;
  }
  header .header__inner-content .header__inner-content__phone a {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }
  header .header__inner-content .header__inner-content__nav.active {
    top: 76px;
  }
  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer__wrap .footer__logo {
    order: 3;
    margin-top: 20px;
  }
  .footer__wrap .footer__logo img {
    margin: 0 auto;
  }
  .footer__wrap .footer__logo p {
    text-align: center;
    margin-top: 10px;
  }
  .footer__wrap .footer__list a {
    text-align: center;
  }
  .footer__wrap .footer__contacts {
    align-items: center;
    width: 85vw;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  .footer__wrap .footer__contacts a {
    width: 225px;
  }
  #callback-modal .modal__container {
    max-width: 92vw;
    height: auto;
  }
  .callback-modal__wrap {
    padding: 30px 10px;
  }
  .callback-modal__wrap h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .callback-modal__wrap .input__wrap {
    flex-direction: column;
    align-items: center;
  }
  .callback-modal__wrap .input__wrap .input {
    width: 240px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 568px) {
  input[type=text],
input[type=tel],
input[type=email] {
    font-size: 16px;
    line-height: 22px;
  }
  .callback-modal__wrap .input__wrap .input {
    width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 340px) {
  header .header__inner-content .header__inner-content__phone a {
    font-size: 18px;
    line-height: 24px;
    margin-left: 5px;
  }
}/*# sourceMappingURL=media-global.css.map */