.stages .stages-gallery a.glightbox.video {
  grid-column: -1/1;
}
.stages {
  margin-top: 80px;
}
.stages h2 {
  text-align: center;
}
.stages-gallery a.glightbox img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.footer__content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background: #25392de0 0% 0% no-repeat padding-box;
}
.info-box {
  text-align: center;
}
.flat-list .sprzedane {
  font-weight: 600;
}
.reservation .form {
  border: 2px solid #D3B270;
  padding: 40px;
}
@media (max-width: 35.99em) {
  .reservation .form {
    padding: 20px;
  }
}
.footer__form_middle .options {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.article.extra {
  margin-top: 150px;
}
.article.extra img {
  height: 40vw;
  object-fit: cover;
  object-position: top;
}
.article.extra.right {
  flex-direction: row-reverse;
}
.article.extra.right .article__text {
  margin-left: 0;
  margin-right: 4vw;
}
@media (max-width: 93.74em) {
  .article.extra {
    margin-top: 120px;
  }
  .article.extra.right .article__text {
    margin-right: 3vw;
  }
}
@media (max-width: 74.99em) {
  .article.extra {
    margin-top: 100px;
    flex-direction: row;
    align-items: flex-start;
  }
  .article.extra .article__images {
    width: 40%;
  }
  .article.extra .article__images img {
    height: 100%;
  }
  .article.extra .article__text {
    padding-left: 0;
    margin-left: 3vw;
    width: 60%;
  }
}
@media (max-width: 47.99em) {
  .article.extra {
    margin-top: 90px;
  }
}
@media (max-width: 35.99em) {
  .article.extra {
    margin-top: 70px;
    flex-direction: column;
  }
  .article.extra .article__images {
    width: 100%;
  }
  .article.extra .article__images img {
    height: 100%;
  }
  .article.extra .article__text {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .article.extra.right {
    flex-direction: column;
  }
}
@media (max-width: 35.99em) {
  .article__text {
    margin-top: 20px;
  }
}
.projects {
  margin-top: 100px;
}
.projects h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4%;
  row-gap: 5vw;
}
.projects__list ul li {
  list-style: disc;
  margin-left: 20px;
}
.projects__header span {
  font-size: 19px;
}
.projects__image {
  margin-bottom: 25px;
  display: block;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.projects__image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .projects__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects__header span {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .projects h2 {
    margin-bottom: 20px;
  }
  .projects__list {
    row-gap: 35px;
    grid-template-columns: repeat(1, 1fr);
  }
  .projects__header span {
    font-size: 15px;
  }
}
