.popular_block__wrapper {
  background: #3c885d;
  position: relative;
  margin: 0 -50vw;
  width: 100vw;
  left: 50%;
  right: 50%;
  padding: 2.875rem 0.9375rem 2.375rem;
}

.popular_block__title {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.006rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
}

.popular_block__description {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.019rem;
  color: #ffffff;
  margin: 0;
}

.popular_block__images__wrapper {
  display: flex;
  gap: 13px;
  margin-top: 1.5rem;
  width: calc(100% + 0.9375rem);
  overflow-x: hidden;
}

.popular_block__images__wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popular_block__image__container {
  position: relative;
  height: 100%;
  width: 325px;
}

.popular_block__image__container:hover .popular_block__image__content__link {
  text-decoration: underline;
  color: #ee704e;
}

.popular_block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14.7521px;
}

.popular_block__image__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.334rem 1.413rem;
  border-radius: 14.7521px;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 54.99%
  );
}

.popular_block__image__content h2 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: 0.005em;
  color: #ffffff;
  margin-bottom: 0.311rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular_block__image__content h2:hover {
  -webkit-line-clamp: unset;
}

.popular_block__image__content p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  line-height: 1.313rem;
  letter-spacing: 0.019rem;
  color: #ffffff;
  margin-bottom: 0;
}

.popular_block__image__content .popular_block__image__content__link {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.313rem;
  letter-spacing: 0.006rem;
  color: #efac57;
  text-decoration: none;
}

.popular_block__slider-actions {
  margin-top: 16.5px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.popular_block__slider-actions button {
  border: none;
  background: none;
  padding: 0;
  width: 42px;
  height: 42px;
}

.popular_block__slider-actions button:disabled {
  opacity: 0.25;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .popular_block__image__content h2 {
    font-size: 1rem;
  }

  .popular_block__image__content p {
    font-size: 0.875rem;
  }

  .popular_block__image__content a {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 576px) {
  .popular_block__wrapper {
    --max-width: 540px;
    padding: 76.13px
      calc(calc(100vw - var(--max-width)) / 2 + var(--bs-gutter-x) / 2);
  }
  .popular_block__images__wrapper {
    width: calc(
      100% + calc(calc(100vw - var(--max-width)) / 2 + var(--bs-gutter-x) / 2)
    );
  }
}

@media screen and (min-width: 768px) {
  .popular_block__wrapper {
    --max-width: 720px;
  }
  .popular_block__images__wrapper {
    display: grid;
    padding-top: 2.556rem;
    grid-gap: 0.881rem;
    width: unset;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 260px 260px;
  }
  .popular_block__image__container {
    width: unset;
  }
  .popular_block__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .popular_block__slider-actions {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .popular_block__wrapper {
    --max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .popular_block__wrapper {
    --max-width: 1125px;
  }
}
