.about {
  margin-bottom: 80px;
}
.about > .h1 {
  margin-bottom: 32px;
}
.about .about-documents__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .about .about-documents__items {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.about-desc {
  margin-bottom: 64px;
}
.about-desc > p:not(:last-child) {
  margin-bottom: 12px;
}

.about-documents__wrap {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}

.about-documents__button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup--document {
  width: 848px;
  max-width: 100%;
  max-height: 100%;
  height: 749px;
  padding: 24px;
}
.popup--document .js-popup-close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

.document-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.about-documents__img {
  width: 100%;
}

@media (hover: hover) {
  .about-documents__wrap:hover .about-documents__button {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .about {
    margin-bottom: 64px;
  }
  .about > .h1 {
    margin-bottom: 24px;
  }
  .about-desc {
    margin-bottom: 32px;
  }
  .popup--document {
    width: 708px;
    height: 623px;
  }
}
@media screen and (max-width: 767px) {
  .popup--document {
    width: 100%;
    height: 100%;
    padding-top: 70px;
  }
  .document-image {
    object-position: top center;
  }
}

/*# sourceMappingURL=about.css.map */
