/* Страница «Проекты» */
.projects-page-hero {
  background-image: url("../img/hero-atm-bg.png");
  background-position: center 48%;
  background-size: cover;
}

.projects-page-hero .inner-hero__overlay {
  background: linear-gradient(90deg, rgba(22, 32, 51, .94), rgba(22, 32, 51, .58));
}

body.projects-page .projects-catalog-section {
  padding: 80px 0 88px;
}

.projects-catalog-section .section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.projects-pagination {
  margin-top: 48px;
}

.projects-pagination .pagination {
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.projects-pagination .page-link,
.projects-pagination a,
.projects-pagination span {
  border-radius: 12px;
}

.projects-pagination .projects-pagination__prev .page-link {
  border-radius: 12px 0 0 12px;
}

.projects-pagination .projects-pagination__next .page-link {
  border-radius: 0 12px 12px 0;
}

body.projects-page .project-detail-section {
  padding: 80px 0 88px;
}

.project-detail__back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  color: #ef7d00;
  font-weight: 800;
}

.project-detail__back:hover {
  color: #d96f00;
}

.project-detail-gallery {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(22, 31, 48, .12);
}

.project-detail__image {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.project-detail-gallery__prev,
.project-detail-gallery__next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(239, 125, 0, .94);
  box-shadow: 0 8px 22px rgba(22, 31, 48, .2);
  transform: translateY(-50%);
}

.project-detail-gallery__prev {
  left: 18px;
}

.project-detail-gallery__next {
  right: 18px;
}

.project-detail-gallery__pagination {
  position: absolute;
  bottom: 16px !important;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.project-detail-gallery__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: .6;
}

.project-detail-gallery__pagination .swiper-pagination-bullet-active {
  background: #ef7d00;
  opacity: 1;
}

.project-detail-gallery .swiper-button-lock,
.project-detail-gallery .swiper-pagination-lock {
  display: none;
}

.project-detail__date {
  margin: 0 0 20px;
  color: #ef7d00;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.project-detail__text {
  color: #53657a;
  font-size: 17px;
  line-height: 1.75;
}

.project-detail__text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  body.projects-page .projects-catalog-section,
  body.projects-page .project-detail-section {
    padding: 54px 0;
  }

  .projects-catalog-section .section-heading {
    margin-bottom: 30px;
  }

  .projects-pagination {
    margin-top: 36px;
  }

  .project-detail__back {
    margin-bottom: 22px;
  }

  .project-detail__image {
    height: 320px;
  }

  .project-detail-gallery__prev,
  .project-detail-gallery__next {
    width: 40px;
    height: 40px;
  }
}
