.project-description {
  max-width: 800px;
  margin-bottom: 32px;
}

.additional-info-value {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.breadcrumb-item {
  text-decoration: none;
}

.breadcrumb {
  margin-top: 24px;
  margin-bottom: 40px;
}

h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.news-message {
  height: 120px;
  padding: 16px 24px;
}

.news-date {
  color: var(--text-secondary);
  white-space: nowrap;
  padding: 8px 0;
}

.zone-wrapper {
  padding-top: 80px;
  margin-top: 0;
  margin-bottom: 40px;
}

section {
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
}

h1 {
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 48px;
}

h1.project {
  margin-top: 0;
  margin-bottom: 32px;
}

.filters {
  padding: 8px;
  display: inline-flex;
  gap: 4px;
  border: 1px solid var(--neutral-60);
  height: 100%;
}

.filter-item {
  border: 0;
  background-color: #fff;
  color: var(--neutral-10);
  padding: 4px 16px;
  white-space: nowrap;
}

.mobile-dummy {
  height: 49px;
  width: 100%;
  display: none;
}

.filter-item:hover {
  background-color: var(--neutral-98);
}

.filter-item.active,
.filter-item.active:hover {
  color: #fff;
  background-color: var(--neutral-10);
}

.fslightbox-slide-btn.fslightbox-slide-btn {
  background: rgba(255, 255, 255, 0.8);
}

.fslightbox-slide-btn.fslightbox-slide-btn .fslightbox-svg-path,
.fslightbox-slide-btn-container:hover .fslightbox-svg-path.fslightbox-svg-path {
  fill: var(--neutral-10);
}

.filters-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.section-header {
  margin-top: 0;
  margin-bottom: 40px;
}

.filter-select-button::after {
  content: url("/assets/svg/angle-down.svg");
  border: 0;
}

.filter-select-button.show::after {
  content: url("/assets/svg/angle-down-white.svg");
  border: 0;
}

.news-post {
  border: 1px solid var(--neutral-80);
  margin-bottom: 24px;
}

.filter-select-button {
  --bs-btn-color: var(--neutral-10);
  --bs-btn-border-color: var(--neutral-60);
  border-radius: 0;
  --bs-btn-hover-bg: var(--neutral-98);
  --bs-btn-hover-color: var(--neutral-10);
  --bs-btn-hover-border-color: var(--neutral-60);
  --bs-btn-active-bg: var(--neutral-30);
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: var(--neutral-30);
}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 0px 4px 20px 0px rgba(48, 64, 80, 0.2);
  margin-top: 4px !important;
}

.dropdown-item {
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  min-width: 290px;
  --bs-dropdown-link-active-bg: var(--neutral-60);
}

.project-wrapper {
  cursor: pointer;
}

.project-type {
  padding: 4px 16px;
  border-radius: 100px;
  border: 1px solid var(--neutral-90);
}

.arrow-up-right {
  width: 40px;
  height: 40px;
}

.project-link {
  text-decoration: none;
  height: 100%;
}

.project-header {
  font-weight: 600;
  margin-bottom: 0;
}

.main-project-image {
  height: 500px;
  background-position: center;
  margin-bottom: 40px;
  position: relative;
}

.project-info {
  margin-bottom: 40px;
}

.side-navigation {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 20px 0px rgba(48, 64, 80, 0.2);
  padding: 1px;
  background-color: var(--neutral-80);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.side-navigation-item {
  height: 79px;
  width: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  gap: 8px;
}

.side-navigation-item img {
  z-index: 1;
}

.side-navigation-item-text {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  outline: 1px solid var(--neutral-80);
  display: flex;
  align-items: center;
  padding: 0 72px 0 16px;
  white-space: nowrap;
  background-color: var(--neutral-98);
}

.side-navigation-item:hover .side-navigation-item-text {
  visibility: visible;
  opacity: 1;
}

.zone {
  padding: 16px 20px 16px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  border: 1px solid var(--neutral-80);
  text-align: center;
  height: 132px;
  position: relative;
}

h2 {
  font-weight: 600;
  font-size: 2.25rem;
}

.stages-header {
  margin-top: 120px;
  margin-bottom: 48px;
}

.zone-header {
  margin-top: 0;
  margin-bottom: 24px;
}

.zone-description {
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 800px;
}

.zone:hover {
  background-color: var(--neutral-98);
}

.zone::after {
  content: url(/assets/svg/arrow-up-right.svg);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.zone:hover::after {
  opacity: 1;
}

.project-image {
  display: block;
  margin-top: 12px;
  height: 380px;
  background-position: center;
  margin-bottom: 40px;
}

.stage-image,
.zone-image {
  background-position: center;
  width: 100%;
  height: 400px;
  cursor: pointer;
  position: relative;
}

.stage-image.video::after,
.zone-image.video::after,
.main-project-image.video::after {
  content: url(/assets/svg/play-circle.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zone-images {
  margin-top: 40px;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.also-see-image {
  background-position: center;
  width: 100%;
  height: 248px;
}

.news-image {
  background-position: center;
  width: 100%;
  height: 260px;
}

.stages-wrapper {
  margin-bottom: 40px;
}

.stages {
  margin-top: 48px;
}

.project-image.big {
  width: 100%;
  height: 520px;
}

.project-info {
  --bs-gutter-x: 40px;
}

.show-more {
  width: 280px;
  margin-top: 48px;
  margin-bottom: 0;
}

.project-link:hover .project-image {
  box-shadow: 0px 10px 28px 0px rgba(48, 64, 80, 0.2);
}

.also-see,
.news {
  --bs-gutter-x: 40px;
}

.also-see a,
.news a {
  text-decoration: none;
}

.news {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .news-title {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1rem;
  }

  .also-see {
    --bs-gutter-x: 0;
  }

  .zone-images {
    margin-top: 32px;
  }

  .zone-description {
    margin-bottom: 32px;
  }

  .zone-wrapper {
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .stages {
    margin-top: 32px;
  }

  .stage-image,
  .zone-image {
    height: 200px;
  }

  .stages-header {
    margin-top: 80px;
    margin-bottom: 32px;
  }

  .project-description {
    margin-bottom: 24px;
  }

  .breadcrumb {
    margin-bottom: 32px;
  }

  .main-project-image {
    height: 320px;
    margin-bottom: 32px;
  }

  .project-header {
    font-size: 1rem;
  }

  .project-type {
    display: none;
  }

  .project-image,
  .project-image.big {
    height: 248px;
  }

  .project-info {
    --bs-gutter-x: 0px;
  }

  .show-more {
    width: 100%;
    margin-top: 32px;
  }

  .project-info {
    margin-bottom: 32px;
  }

  .project-image {
    margin-top: 4px;
    margin-bottom: 24px;
  }

  .filters-wrapper {
    margin-bottom: 32px;
  }

  h1 {
    font-size: 2.25rem;
    margin-top: 40px;
    margin-bottom: 32px;
  }

  h1.project {
    margin-top: 0;
    margin-bottom: 24px;
  }

  section {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .section-header {
    margin-bottom: 24px;
  }

  .news-image {
    height: 180px;
  }

  .side-navigation {
    right: 0;
    box-shadow: none;
  }

  .side-navigation-item {
    height: 59px;
    width: 59px;
  }

  .side-navigation-item:hover .side-navigation-item-text {
    visibility: hidden;
    opacity: 0;
  }
}
