@media only screen and (max-width: 1199px) {
  /*  header  */
  .header {
    padding: 55px 0 80px;
    height: 110px;
  }
  .cross {
    margin-left: 59px;
  }
  .logo-link {
    margin-top: 10px;
  }
  .phone {
    margin: 0 25px;
  }
  .vertical {
    margin: 0 10px;
  }
  /*  footer  */
  .footer {
    min-height: 330px;
  }
  .footer-menu {
    width: 75%;
  }
  .footer .logo {
    margin-top: 10px;
  }
  .logo-img,
  .phone-img {
    display: none;
  }
  .logo-wrap,
  .footer .logo-wrap {
    margin-top: -50px;
  }
  .footer {
    height: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: -o-center;
    justify-content: center;
  }
  .phone__footer {
    margin: 80px 40px 20px;
  }
  .monitoring {
    bottom: 10px;
    left: 90%;
    z-index: 1;
  }
}

@media only screen and (max-width: 991px) {
  /*  header  */
  .logo-button {
    width: 170px;
    height: 40px;
    font-size: 12px;
    margin-right: 40px;
  }
  .logo-button img {
    margin-right: 5px;
  }
  .phone {
    margin: 0;
  }
  .phone-disription {
    line-height: 12px;
  }
  /*  footer  */
  .footer {
    height: 280px;
  }
  .footer-menu {
    width: 100%;
  }
  .footer .logo {
    margin-top: 10px;
  }
  .copyright-text {
    width: 625px;
    font-size: 11px;
  }
  .footer-menu {
    margin-right: -5px;
  }
  .cross {
    display: none;
  }
  .phone-img__footer {
    display: none;
  }
  .phone-link__wrap {
    right: 30px;
  }
  .phone__footer {
    margin: 75px auto 15px;
    width: 335px;
    height: 45px;
  }
  .footer-menu__item {
    white-space: normal;
  }
  .footer .logo-link {
    margin-left: 270px;
  }
  .footer .discription {
    margin-left: 250px;
  }
  .copyright {
    min-height: 60px;
  }
  .copyright-text {
    width: 600px;
    font-size: 11px;
  }
  .monitoring {
    bottom: 10px;
    left: 88%;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  /*  header  */
  .logo {
    margin-right: -25px;
  }
  .logo-button {
    width: 160px;
    height: 40px;
    font-size: 11px;
    margin-left: -20px;
  }
  .phone {
    margin: 0;
  }
  .media-xs {
    display: block;
  }
  .phone-link {
    margin-left: 10px;
  }
  .vertical {
    display: none;
  }

  /*  footer  */
  .phone__footer {
    margin: 15px auto;
  }
  .footer .logo-link {
    margin-left: 0px;
  }
  .footer .discription {
    margin-left: 0px;
  }
  .logo-item {
    text-align: center;
  }
  .copyright-text {
    width: 500px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 480px) {
  /*  footer  */
  .phone__footer {
    margin: 5px auto 5px;
  }
}
