

/* Start:/local/templates/magnum/components/bitrix/news.list/progress/style.css?17440497403326*/
.gallery {
  margin: 80px 0;
}
.gallery__header .title {
  text-align: center;
}
.gallery__header .text {
  margin-bottom: 66px;
}
.gallery__wrapper {
  display: none !important;
  position: relative;
}
.gallery__wrapper.active {
  display: block !important;
}
.gallery__wrapper .gallery__wrapper-info {
  display: none;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 48px;
}
.gallery__wrapper.active .gallery__wrapper-info {
  display: block;
}
.gallery__wrapper .container {
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery__wrapper .swiper-slide img {
  width: 100%;
}
.gallery__wrapper .swiper-pagination {
  margin-bottom: 16px;
}
.gallery__wrapper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
.gallery__wrapper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.gallery__wrapper .swiper-pagination.fraction-pagination {
  display: none;
  left: 0;
  bottom: 54px;
  font-family: "PlayfairDisplay", sans-serif;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.gallery__wrapper .swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 54px;
  gap: 24px;
}
.gallery__wrapper .swiper-navigation .swiper-button-prev, .gallery__wrapper .swiper-navigation .swiper-button-next {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: auto;
  right: auto;
  border: none;
  outline: none;
}
.gallery__wrapper .swiper-navigation .swiper-button-prev:after, .gallery__wrapper .swiper-navigation .swiper-button-next:after {
  display: none;
}
.gallery__wrapper .swiper-navigation .swiper-button-prev {
  background-image: url("/images/icon-arrow-left.svg");
}
.gallery__wrapper .swiper-navigation .swiper-button-next {
  background-image: url("/images/icon-arrow-right.svg");
}
.gallery__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.gallery__nav-item {
  font-family: "PlayfairDisplay", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(80, 73, 75, 0.75);
  cursor: pointer;
  margin: 16px 0 32px;
}
.gallery__nav-item.active {
  font-weight: bold;
  color: #50494B;
}
.gallery__multiple .swiper:not(.active) {
  opacity: 0;
  display: none;
}

.progress__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.progress__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.progress__item .picture {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 54.4%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.progress__item .name {
  font-weight: bold;
}
@media (max-width: 768px) {
  .progress__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .progress__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .progress__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

/* End */
/* /local/templates/magnum/components/bitrix/news.list/progress/style.css?17440497403326 */
