@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1199px) {
  .main-banner-description ul {
    max-width: fit-content;
    padding-right: 24px;
  }

  ul.advantage-list {
    max-width: fit-content;

  }
}

@media only screen and (max-width: 992px) {

  .main-banner {
    background-image: url(../img/main-banner.jpg);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: bottom right -150px;
  }

  .main-banner::after {
    z-index: 1;
    content: "";
    width: 100%;
    height: 70%;
    background: rgb(140, 137, 131);
    background: linear-gradient(180deg, #8C8983 0%, #8C8983 80%, rgba(142, 143, 138, 0.00) 100%);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    display: inline-block;
  }


  .front-kontacts .phone-home {
    display: none;
  }

  .contacts {
    justify-content: left;
    margin-left: -15px;
  }

  .main-banner img.logo {
    height: 56px;
    margin-right: 14px;
  }

  .logo-wrap {
    margin-left: 24px;
    margin-bottom: 83px;
  }

  .logo-text {
    font-size: 36px;
  }

  .main-banner-description h1 {
    font-size: 64px;
    margin-left: 24px;
  }

  .main-banner-description ul {
    margin-left: 48px;
  }

  .main-banner-description ul li {
    margin-bottom: 24px;
  }

  ul.advantage-list {
    margin-left: 32px;
    flex-direction: column;
  }

  ul.advantage-list li {

    margin-bottom: 33px;
  }

  .main-banner-button {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 576px) {
  .adress-wrap img {
    height: 18px;
  }

  .phone img {
    height: 16px;
  }
.front-kontacts .container  {
  padding-right: 11px;
  padding-left: 11px;
}
  .front-kontacts .adress-wrap {
    margin-right: 2px;
  }

  .contacts {
    justify-content: space-between;
    margin-left: 0;
    font-size: 12px;
  }

  .main-banner {
   background-image: url(../img/main-banner2.jpg);
   background-size: auto 700px;
   background-repeat: no-repeat;
   background-position: bottom right -215px;
  }

  .main-banner::after {
    z-index: 1;
    content: "";
    width: 100%;
    height: 75%;
    background: rgb(140, 137, 131);
    background: linear-gradient(180deg, #8C8983 83%, #8C8983 84%, rgba(142, 143, 138, 0.00) 94%);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    display: inline-block;
  }

  .main-banner img.logo {
    height: 40px;
    margin-right: 7px;
  }

  .logo-text {
    font-size: 32px;
  }

  .logo-wrap {
    margin-left: 16px;
    margin-bottom: 76px;
  }


  .main-banner-description h1 {
    font-size: 47px;
    margin-left: 16px;
    margin-bottom: 40px;
  }

  .main-banner-description ul {
    margin-left: 38px;
  }

  ul.advantage-list {
    margin-left: 24px;

  }

  ul.advantage-list li {
    font-size: 24px;
    margin-bottom: 24px;
  }

  ul.advantage-list li img {
    max-width: 22px;
    margin-right: 16px;
  }

  .main-banner-button {
    margin-left: auto;
    text-align: center;
  }

  .main-banner-button .btn span {
    display: none;
  }

  .btn {
    font-size: 28px;
    padding: 18px 32px;
  }

  .call-popup {
    padding: 46px 15px 38px 15px;
  }
}