@media (min-width: 1900px) {
  .container {
    /* max-width: 1880px; */
    max-width: 90vw;
  }
}

@media (max-width: 1600px) {
  .header__bg {
    background-image: url(../img/bg1_1600.png);
  }
  .container {
    /* max-width: 1570px; */
  }
}

@media (max-width: 1400px) {
  .container {
    /* max-width: 1370px; */
  }
}

@media (max-width: 1200px) {
  .container {
    /* max-width: 1170px; */
  }

  .card__picture {
    max-height: 200px;
    max-width: 200px;
  }

  .header__bg {
    background-image: url(../img/bg_1024.png);
  }

  .night {
    background-image: url(../img/Art_ZZ_1024.png);
  }

  .footer {
    padding: 25px 50px;
  }

  .address__card {
    padding: 15px 25px;
    right: 0;
  }

  .list__items {
    font-size: 25px;
  }

  /* .qwest__bottom {
    padding: 0 15px 0 15px;
  } */
  .qwest__list {
    flex-direction: column;
  }

  .qwest__items {
    flex-direction: row;
    max-width: 100%;
  }
  .card__picture {
    max-height: 180px;
    max-width: 180px;
  }

  .card__descr {
    padding: 0 20px 0 20px;
  }

  .qwest__bottom {
    padding: 0 0 0 0;
  }

}

@media (max-width: 1024px) {
  /* .container {
    max-width: 994px;
  } */

  /* .qwest__list {
    flex-direction: column;
  }

  .qwest__items {
    flex-direction: row;
    max-width: 100%;
  }
  .card__picture {
    max-height: 180px;
    max-width: 180px;
  }

  .card__descr {
    padding: 0 20px 0 20px;
  }

  .qwest__bottom {
    padding: 0 0 0 0;
  } */
}

@media (max-width: 992px) {
  /* .container {
    max-width: 962px;
  } */

  .card__picture {
    max-height: 160px;
    max-width: 160px;
  }

  .list__items {
    font-size: 20px;
  }

  .card__descr {
    padding: 0 15px 0 15px;
  }

  .header__bg {
    min-height: 930px;
  }
}

@media (max-width: 765px) {
  /* .container {
    max-width: 735px;
  } */

  .header__container {
    /* min-height: 930px; */
    min-height: 100vh;
  }

  .night__center {
    /* min-height: 930px; */
    min-height: 100vh;
  }

  .night__container {
    /* min-height: 930px; */
    min-height: 100vh;
  }

  .card__picture {
    min-height: 120px;
    min-width: 120px;
  }

  .header__bg {
    min-height: 930px;
    /* background-image: url(/img/bg1_720.png); */
  }

  .footer__container {
    justify-content: center;
  }
  .address__card {
    display: none;
  }

  .section__address {
    display: block;
  }
  .night {
    background-image: url(../img/bg2_600.png);
  }
}

@media (max-width: 620px) {
  .header__bg {
    background-image: url(../img/bg1_824.png);
  }
}

@media (max-width: 600px) {
  /* .container {
    max-width: 560px;
  } */

  .header__bg {
    min-height: 930px;
    /* background-image: url(/img/bg1_720.png); */
  }

  .qwest__items {
    flex-direction: column;
  }
  .title__qwest {
    font-size: 40px;
    font-weight: 400;
  }

  .qwest__top__descr {
    font-size: 20px;
    font-weight: 200;
  }

  .card__title {
    font-size: 26px;
    font-weight: 400;
  }

  .card__descr {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
  }

  .night__descr {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
  }

  .night__center,
  .header__bg {
    max-width: 700px;
  }
}

/* @media (max-width: 500px){
  .container {
    max-width: 560px;
  }  
} */
