#documents {
  max-width: 1597px;
  margin: 0px auto;
  padding: 0px 18px;
  box-sizing: border-box;
  padding-top: 171px;
}
#documents .location span {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2d5c10;
}
#documents .location h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #3d655f;
  margin: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-break: anywhere;
}
#documents .location a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
  padding: 2px 27px;
  background: rgba(123, 179, 87, 0.25);
  border-radius: 4px;
}
#documents .items {
  margin-top: 60px;
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 62px;
}
#documents .items .item {
  width: 462px;
  height: 301px;
  position: relative;
  box-shadow: 0px 20px 30px 0px;
  color: #282828;
  transition-duration: 1s;
}
#documents .items .item .document-image {
  width: 462px;
  height: 301px;
}
#documents .items .item .transparent-bg {
  opacity: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 21.81%, rgba(5, 5, 5, 0.73) 97.05%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#documents .items .item .transparent-bg .document-zoom-area {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: 25px;
  text-align: center;
}
#documents .items .item .transparent-bg .document-zoom-area .zoom-icon {
  width: 23px;
  height: 23px;
}
#documents .items .item .transparent-bg .document-zoom-area h6 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  margin-top: 12px;
}
#documents .items .item:hover .transparent-bg {
  transition-duration: 1s;
  opacity: 1;
}
#documents .slider {
  display: none;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0px 30px 40px 0px;
  color: #282828;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item .document-image {
  width: 100%;
  height: 100%;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item .transparent-bg {
  display: none;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 21.81%, rgba(5, 5, 5, 0.73) 97.05%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item .transparent-bg .document-zoom-area {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: 25px;
  text-align: center;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item .transparent-bg .document-zoom-area .zoom-icon {
  width: 23px;
  height: 23px;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item .transparent-bg .document-zoom-area h6 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  margin-top: 12px;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item:hover {
  transition-delay: 1s;
}
#documents .slider .swiper-container .swiper-wrapper .swiper-slide .item:hover .transparent-bg {
  display: block;
}

@media (max-width: 1450px) {
  #documents {
    max-width: 1200px;
  }
  #documents .items {
    justify-content: center;
    row-gap: 62px;
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  #documents {
    max-width: 992px;
  }
  #documents .items {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  #documents {
    max-width: 768px;
    padding: 0px 18px;
  }
  #documents .location {
    padding-top: 85px;
  }
  #documents .items {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 962px) {
  #documents {
    max-width: 768px;
    padding: 0px 18px;
    box-sizing: border-box;
  }
  #documents .location h3 {
    font-size: 38px;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 44px;
  }
  #documents .location a span {
    padding: 2px 18px;
    font-size: 16px;
    line-height: 16px;
  }
  #documents .items {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  #documents .slider {
    margin-top: 18px;
    display: none;
  }
  #documents .slider .swiper-container .swiper-wrapper {
    padding-bottom: 63px;
  }
  #documents .slider .swiper-container .swiper-pagination {
    bottom: 31px;
  }
  #documents .slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    background-color: #dadada;
    border-radius: 0px;
    width: 18.67px;
  }
  #documents .slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #598f37;
  }
}
@media (max-width: 576px) {
  #documents {
    padding: 0px;
    padding-top: 85px;
  }
  #documents .location {
    padding: 0px 18px;
    display: grid;
  }
  #documents .location span {
    order: 1;
  }
  #documents .location h3 {
    font-size: 16px;
    line-height: 32px;
    order: 3;
    margin: 0px;
  }
  #documents .location a {
    margin: 0px;
    margin: 14px 0px;
    order: 2;
  }
  #documents .location a span {
    padding: 2px 14px;
    font-size: 18px;
    line-height: 25px;
  }
  #documents .items {
    display: none;
    justify-content: center;
    gap: 20px;
  }
  #documents .items .item {
    width: 100%;
    height: 100%;
  }
  #documents .items .item .document-image {
    width: 100%;
    height: 100%;
  }
  #documents .slider {
    display: block;
  }
  #documents .slider .swiper-container .swiper-wrapper {
    padding-bottom: 43px;
  }
  #documents .slider .swiper-container .swiper-wrapper .swiper-slide {
    padding: 20px;
    box-sizing: border-box;
  }
  #documents .slider .swiper-container .swiper-wrapper .swiper-slide .item {
    box-shadow: 0px 40px 40px 0px;
    color: #6a6a6a;
  }
  #documents .slider .swiper-container .swiper-wrapper .swiper-slide .item .transparent-bg {
    display: block;
  }
}/*# sourceMappingURL=document.css.map */