.section-gallery {
  margin-left: -20px;
  margin-right: -20px;
  background-color: white;
}
.section-gallery .gallery-item {
  margin-bottom: 40px;
}
.section-gallery .gallery-item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 39px 32px 22px 41px;
}
.section-gallery .gallery-item-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #005677;
  margin-bottom: 17px;
}
.section-gallery .gallery-item-info {
  font-weight: 600;
  font-size: 12px;
  line-height: 176.88%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8C8C8C;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.section-gallery .gallery-item-date {
  margin-right: 23px;
}
.section-gallery .gallery-item-right {
  margin-left: auto;
  margin-right: 28px;
}
.section-gallery .swiper-container {
  width: 100%;
  height: 454px;
  z-index: 3;
  position: relative;
}
.section-gallery .swiper-controller {
  top: 6px;
  right: 52px;
  position: absolute;
  height: 437px;
  z-index: 10;
}
@media (max-width: 992px) {
  .section-gallery .swiper-controller {
    right: 25px;
    height: initial;
    top: initial;
    bottom: 40px;
    left: 25px;
  }
}
.section-gallery .swiper-counter {
  bottom: 14px;
  right: 74px;
  position: absolute;
  background-color: #005677;
  z-index: 10;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 14px;
  border-radius: 13px;
}
@media (max-width: 992px) {
  .section-gallery .swiper-counter {
    bottom: initial;
    top: 16px;
    left: 42px;
    right: initial;
  }
}
.section-gallery .swiper-fullsize {
  top: 15px;
  right: 74px;
  position: absolute;
  z-index: 10;
  background-color: white;
  padding: 9px;
  border-radius: 13px;
  transition: 0.2s ease all;
  cursor: pointer;
}
.section-gallery .swiper-fullsize:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  .section-gallery .swiper-fullsize {
    right: 42px;
  }
}
/*# sourceMappingURL=_gallery.css.map */