.detail-info-wrapper {
  margin-bottom: 48px;
}
.detail-info-wrapper--with-img {
  margin-top: -48px;
}
.has-top-banner .detail-info-wrapper--with-img {
  margin-top: -64px;
}
.detail-info-wrapper--with-img .maxwidth-theme > .detail-info {
  padding-left: 0px;
  padding-right: 0px;
}
.detail-info {
  padding: 47px;
}
.detail-info__inner {
  margin-top: -6px;
}
.detail-info__date {
  margin-bottom: 8px;
}
.detail-info__chars {
  margin-top: 26px;
}
.detail-info__chars-inner {
  margin-bottom: -20px;
}
.detail-info__chars-item {
  margin-bottom: 20px;
}
.detail-info__chars .line-block {
  flex-wrap: wrap;
}
.detail-info .more-char-link {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .detail-info__btns {
    width: 289px;
  }
}
@media (max-width: 767px) {
  .detail-info .line-block {
    display: block;
  }
  .detail-info__btns {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .detail-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .detail-info-wrapper--with-img {
    margin-top: 0px;
  }
}

.top-info {
  margin-bottom: 48px;
  overflow: hidden;
}

.top-info__picture {
  width: 50%;
}
.top-info__picture .owl-carousel:not(.owl-loaded) {
  min-height: 500px;
}
.top-info__picture-item {
  padding-top: 67%;
}
.top-info__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
}
.top-info__img {
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.top-info__text-inner {
  padding: 49px 55px 56px;
}
.top-info__task-value {
  margin-top: 8px;
}
.top-info__task + .top-info__bottom {
  margin-top: 40px;
}
.top-info__bottom .properties {
  margin-top: -5px;
}
.top-info__bottom .properties__item {
  margin-bottom: 14px;
}
.buttons-block > div + div {
  margin-top: 12px;
}

.tizers-top-side {
  margin: -49px 0px 48px;
}
@media (max-width: 991px) {
  .top-info .flexbox {
    flex-wrap: wrap;
  }
  body .top-info__picture,
  body .top-info__text {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 600px) {
  .top-info__bottom {
    flex-wrap: wrap;
  }
  .top-info__bottom .line-block__item {
    width: 100%;
    flex: auto;
  }
  .top-info__text-inner {
    padding: 25px;
  }
}

.top-meta {
  margin-bottom: 33px;
}
.top-meta__section {
  background-color: #fafafa;
  background-color: var(--darkerblack_bg_black);
  padding: 1px 8px 2px;
}
.top-meta__date .svg-inline-sale {
  margin-right: 6px;
}

.read-also-art {
  background: #5dafcf33;
}
.read-also-art p {
  display: block;
  padding: 20px;
}
.rating-art {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

/* .rating-art .bx_stars_container {
  width: auto !important;
  margin-inline-start: inherit !important;
  margin-inline-end: inherit !important;
} */

.articles .items-list-inner__item-preview {
  display: -webkit-box;         /* создаёт флекс-контейнер с ограничениями */
  -webkit-line-clamp: 2;        /* ограничение двумя строками */
  -webkit-box-orient: vertical; /* вертикальная ориентация контейнера */
  overflow: hidden;             /* скрыть остальной текст */
  text-overflow: ellipsis;       /* добавить многоточие */
}
.fastlinks ol {
  padding-left: 26 !important;
}


/* <!-- sevez-article-card --> */


.sevez-article-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.sevez-article-card__image-link {
  display: block;
  flex: 0 0 220px;
  max-width: 220px;
}

.sevez-article-card__image {
  display: block;
  /* width: 100%; */
  height: 150px;
  object-fit: cover;
  border-radius: 10px;

  aspect-ratio: 1 / 1;


}

.sevez-article-card__content {
  flex: 1 1 auto;
  min-width: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.sevez-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #8b8f96;
}

.sevez-article-card__rubric {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #6d727a;
}

.sevez-article-card__date {
  opacity: 0.9;
}

.sevez-article-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2933;
}

.sevez-article-card__title a {
  color: inherit;
  text-decoration: none;
}

.sevez-article-card__title a:hover {
  color: #0f766e;
}

.sevez-article-card__excerpt {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.sevez-article-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0f766e;
  text-decoration: none;
}

.sevez-article-card__more:hover {
  color: #0b4f49;
  text-decoration: underline;
}

/* Адаптив */
@media (max-width: 768px) {
  .sevez-article-card {
    flex-direction: column;
  }

  .sevez-article-card__image-link {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .sevez-article-card__image {
    width: 100%;
    height: auto;
  }
}
