.P-header-project {
  position: sticky;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
}

@media (max-width: 767px) {
  .P-section-index-slider {
    height: calc((var(--vh, 1vh) * 100) - 350px);
  }
}

.P-section-index-slider .wrapper-container {
  width: 100%;
  height: 100%;
}

.P-section-index-slider .splide__track {
  height: 100%;
}

.P-section-index-slider .splide__slide {
  height: 100%;
}

.P-section-index-slider .splide-index-slider {
  height: 100%;
}

.P-section-index-slider .splide-index-slider .splide-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.P-section-index-slider .splide-index-slider .list-advantages-label {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}

@media (max-width: 767px) {
  .P-section-index-slider .splide-index-slider .list-advantages-label {
    top: 24px;
    bottom: auto;
  }
}

.P-section-index-slider .splide-index-slider .list-advantages-label .G-container {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 5px;
  align-items: center;
}

.P-section-index-slider .splide-index-slider .list-advantages-label .item-label {
  background-color: rgba(215, 215, 215, 0.12);
  padding: 12px 25px;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .P-section-index-slider .splide-index-slider .list-advantages-label .item-label {
    font-size: 14px;
  }
}

.P-section-index-slider .splide-index-slider .splide__arrows-container {
  position: absolute;
  bottom: 46px;
  right: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .P-section-index-slider .splide-index-slider .splide__arrows-container {
    bottom: 24px;
  }
}

.P-section-index-slider .splide-index-slider .splide__arrows-container .G-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.P-section-index-slider .splide-index-slider .splide__arrows-container .G-container .splide__arrow {
  transform: translateY(-50%);
}
