.awards_25__wrpap {
  background-color: #f2f6fd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.awards-swiper__card {
  padding-bottom: 67%;
  background-color: #fff;
  box-shadow: 0 9px 25px 0 rgba(4, 35, 69, 0.07),
    0 3.76px 9.755px 0 rgba(4, 35, 69, 0.05),
    0 2.01px 4.502px 0 rgba(4, 35, 69, 0.03),
    0 1.127px 2.006px 0 rgba(4, 35, 69, 0.02),
    0 0.599px 0.742px 0 rgba(4, 35, 69, 0.01),
    0 0.249px 0.159px 0 rgba(4, 35, 69, 0);
}
.awards-swiper__card .inner {
  padding: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.awards-swiper__card img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.awards-swiper .swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.awards-swiper__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.awards-swiper__nav .awards-swiper-button-next {
  transition: width ease-in-out 0.3s, height ease-in-out 0.3s;
  height: 40px;
  width: 40px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/public/arrow-white.svg);
  border: 0;
  font-size: 0;
  background-color: #2c66bc;
  opacity: 1;
  outline: none;
  border-radius: 50%;
}
.awards-swiper__nav .awards-swiper-button-prev {
  transition: width ease-in-out 0.3s, height ease-in-out 0.3s;
  height: 40px;
  width: 40px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/public/arrow-white.svg);
  border: 0;
  font-size: 0;
  background-color: #2c66bc;
  opacity: 1;
  outline: none;
  border-radius: 50%;
  transform: rotate(180deg);
}
.awards-swiper__foot .btn-v {
  margin: 0 auto;
}

.awards-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.awards-lightbox img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.awards-lightbox.is-active {
  display: flex;
}
