.intro__banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: var(--green);
  background-color: var(--green);
  background-image: url(../img/banner-bg-1.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin: 0 -32px;
  padding: 32px;
  border-radius: 20px;
}

.intro__banner .intro__btn {
  margin-top: 24px;
}

.intro__banner .intro__image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.intro__banner .intro__image img {
  width: auto;
}

.gallery {
  padding-top: 0;
  margin-top: -32px;
}

.gallery__slider {
  padding-bottom: 64px;
}

.gallery__slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 447px;
}

.gallery__slider .gallery__image {
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.gallery__slider .gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__slider .slider-btns {
  top: auto;
  bottom: 0;
  z-index: 5;
}

.gallery__slider .swiper-pagination {
  height: 48px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.gallery__slider .swiper-pagination span {
  background-color: rgba(45, 65, 87, 0.2);
  opacity: 1;
}

.gallery__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--blue-green);
}

.c-popular__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.c-popular__grid .c-popular-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 320px;
}

.c-popular__grid .c-popular-card__content {
  padding-bottom: 80px;
}

.c-popular__grid .c-popular-card__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-popular__grid .c-popular-card__image img {
  display: block;
  max-width: 100%;
}

@media (max-width:1439px) {
  .intro__banner {
    margin: 0 -10px;
  }
}

@media (max-width:1023px) {
  .intro__banner {
    margin: 0 -8px;
  }
}

@media (max-width:767px) {
  .intro__banner .intro__btn {
    margin-top: 16px;
  }

  .intro__banner {
    padding: 16px;
  }
}