.posts-more {
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .posts-more {
    padding: 30px 0;
  }
}
.posts-more__title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 991px) {
  .posts-more__title {
    font-size: 20px;
  }
}
.posts-more__wrapper {
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .posts-more__wrapper {
    margin-top: 15px;
  }
}
.posts-more__slider {
  max-width: calc(100% - 32px - 32px - 10px - 10px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .posts-more__slider {
    max-width: 100%;
  }
}
.posts-more__slider .slick-track {
  display: flex;
}
.posts-more__slider--default {
  max-width: 100%;
}
.posts-more__btns {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .posts-more__btns {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 20px;
    justify-content: center;
    gap: 15px;
  }
}
.posts-more__btn {
  cursor: pointer;
}

.promotion-preview {
  border-radius: 16px;
  overflow: hidden;
  background: #EFF6FD;
  display: flex !important;
  justify-content: stretch;
  flex-direction: column;
  height: revert;
}
.promotion-preview:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .promotion-preview:not(:last-child) {
    margin-right: 0;
  }
}
.promotion-preview__img {
  line-height: 0;
  min-height: 235px;
  position: relative;
  overflow: hidden;
}
.promotion-preview__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.promotion-preview__labels {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
.promotion-preview__label--price {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
  background-color: #FF3434;
  color: #fff;
  border-radius: 16px 0 12px 0;
}
.promotion-preview__label--special {
  margin-top: 20px;
  padding: 7px;
  background: #EFAC75;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-start;
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  line-height: 142%;
}
.promotion-preview__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  flex-grow: 1;
}
.promotion-preview__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promotion-preview__description {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 142%;
}
.promotion-preview__btn {
  margin-top: auto;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
