.certificate-slider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3333333333;
  background-color: rgba(33, 33, 33, 0.8);
  width: 100%;
  height: 100%;
  min-height: 667px;
  overflow: scroll;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.certificate-slider .cross {
  font-size: 44px;
  font-weight: 700;
  color: #5ab464;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  z-index: 33;
  cursor: pointer;
}
.certificate-slider .swiper {
  width: 100%;
  height: 100%;
}
.certificate-slider .swiper .swiper-button-next, .certificate-slider .swiper .swiper-button-prev {
  color: #5ab464;
}
.certificate-slider .swiper .swiper-pagination-bullet-active {
  background: #5ab464;
}
.certificate-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.certificate-slider .swiper-slide .double-slide {
  display: flex;
  column-gap: 10px;
}
.certificate-slider .swiper-slide .double-slide img {
  max-height: 700px;
}
.certificate-slider .swiper-slide img {
  display: block;
  width: auto;
  max-height: 680px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .certificate-slider .swiper-slide .double-slide img {
    max-height: 500px;
  }
}
@media (max-width: 800px) {
  .certificate-slider .cross {
    top: 40px;
  }
  .certificate-slider .swiper-slide img {
    max-height: 382px;
  }
  .certificate-slider .swiper-slide .double-slide img {
    max-height: 200px;
  }
}

/*# sourceMappingURL=swiper-slider.css.map */
