:root {
  --kmnd-body-background-tertiary: #fff;
}

.container--row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 370px);
  grid-gap: 15px;
}
@media screen and (max-width: 991px) {
  .container--row {
    grid-template-columns: minmax(0, 1fr);
  }
}

.article-promotion {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .article-promotion {
    padding-bottom: 30px;
  }
}

.promotion-head__date {
  padding: 13px 20px;
  border-radius: 16px;
  background: #EFF6FD;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 171%;
  display: inline-block;
}
.promotion-head__img {
  line-height: 0;
  height: 455px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .promotion-head__img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .promotion-head__img {
    height: 300px;
  }
}
.promotion-head__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.promotion-head__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-head__label {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 700;
}
.promotion-head__label:first-child {
  border-radius: 16px 0 12px 0;
}
.promotion-head__title {
  font-size: 34px;
  font-weight: 600;
  line-height: 123%;
  flex-grow: 1;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .promotion-head__title {
    font-size: 26px;
  }
}
.promotion-head__row {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .promotion-head__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.promotion-head__btn {
  white-space: nowrap;
}
.promotion-head__description {
  margin-top: 30px;
}

/*# sourceMappingURL=single-promotion.css.map */
