.gems-block + .gems-block {
  margin-top: -30px;
}

.gems-block {
  display: none;
  min-height: 320px;
  gap: 15px;
}

.gems-block__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  flex: 213px 0 0;
}

.gems-block__details h3,
.gems-block__details--mobile h3 {
  color: #d13c29;
  font-weight: 700;
  font-size: 36px;
  line-height: 39.6px;
}

.gems-block__details p,
.gems-block__details--mobile p {
  color: black;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
}

.gems-block__details a,
.gems-block__actions--mobile a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 42px;
  background-color: #3c885d;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 42px;
  border-radius: 21px;
}

.gems-block__content {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex: 1 1 0;
  margin: 0;
}

.gems-block__details a:hover {
  background-color: #225438;
  color: white;
}

.gems-block__item::before,
.gems-block--mobile .fb-carousel-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 54.99%
  );
  border-radius: 9px;
}

.gems-block__item,
.gems-block--mobile .fb-carousel-item a {
  display: block;
  position: relative;
  max-width: 256px;
  border-radius: 9px;
  flex: 1 1 0;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.gems-block--mobile .fb-carousel-item a {
  height: 320px;
  width: 261px;
}

.gems-block__item h4,
.gems-block--mobile .fb-carousel-item h4 {
  position: absolute;
  width: calc(100% - 44px);
  bottom: 100px;
  left: 22px;
  font-weight: 700;
  font-size: 22px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gems-block__item h4:hover {
  -webkit-line-clamp: unset;
}

.gems-block__item .gems-block__item-title,
.gems-block--mobile .fb-carousel-item .gems-block__item-title {
  position: absolute;
  bottom: 75px;
  left: 22px;
  font-weight: 900;
  font-size: 0.875rem;
  color: #efac57;
}

.gems-block__item-facility-icons {
  position: absolute;
  bottom: 15px;
  left: 22px;
  right: 12px;
}

.gems-block__item-icon_wrapper {
  float: left;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;

  .gems-block__item-icons_tooltip {
    display: none;
  }

  &:hover {
    .gems-block__item-icons_tooltip {
      display: block;
      border: 1px solid #000000;
      background-color: #ffffff;
      font-size: 12px;
      line-height: 18px;
      top: -30px;
      color: #000000;
      position: absolute;
      z-index: 10;
      border-radius: 10px;
      text-align: center;
      padding: 7px;
      font-weight: 400;
      white-space: nowrap;
      text-decoration: none;
    }
  }
}

.gems-block__item:hover span {
  color: #ee704e;
  text-decoration: underline;
}

.gems-block--mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.gems-block__details--mobile {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  width: 100%;
}

.gems-block__details--mobile h3 {
  font-size: 1.25rem;
  line-height: 110%;
  margin: 0;
}

.gems-block__details--mobile p {
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  margin: 0;
}

.gems-block__actions--mobile {
  display: flex;
  gap: 0.8125rem;
}

.gems-block__actions--mobile a {
  margin: 0;
  width: 16.25rem;
}

.gems-block--mobile .fb-carousel {
  width: 100vw;
  margin-left: -0.9375rem;
  padding-left: 0.9375rem;
}

.gems-block--mobile .fb-carousel-inner {
  display: flex;
  width: 100%;
  gap: 0.9375rem;
  overflow-x: hidden;
}

.gems-block--mobile .fb-carousel-item:last-child {
  margin-right: calc(100vw - 261px - 1.875rem);
}

.fb-carousel-actions {
  display: flex;
  gap: 6px;
}

.fb-carousel-button {
  width: 42px;
  height: 42px;
  border: none;
  background-color: #3c885d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-carousel-button:disabled {
  opacity: 0.25;
}

@media screen and (min-width: 768px) {
  .gems-block {
    display: flex;
  }

  .gems-block--mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .gems-block {
    gap: 90px;
  }
}
