.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;
  display:none !important;
}

@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;
}
.adex-review-v2-text__content {
	position: relative;
	max-height: 220px;
	overflow: hidden;
}

.adex-review-v2-text:not(.is-expanded):not(.is-short) .adex-review-v2-text__content::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 64px;
	content: "";
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--black_bg_black, #fff));
}

.adex-review-v2-text.is-expanded .adex-review-v2-text__content {
	max-height: none;
}

.adex-review-v2-text__toggle {
	margin-top: 24px;
}

.adex-review-v2-text__toggle-close,
.adex-review-v2-text.is-short .adex-review-v2-text__toggle {
	display: none;
}

.adex-review-v2-text.is-expanded .adex-review-v2-text__toggle-open {
	display: none;
}

.adex-review-v2-text.is-expanded .adex-review-v2-text__toggle-close {
	display: inline;
}

.adex-review-v2-tizers .tizers-list--narrow {
	padding-bottom: 40px !important;
}

.adex-review-v2-tizers .tizers-list__item--images-position-LEFT {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
}

.adex-review-v2-tizers .tizers-list__item-image-wrapper--position-LEFT {
	width: 50px !important;
	min-width: 50px;
	margin-right: 16px !important;
	margin-bottom: 0 !important;
	flex: 0 0 50px;
}

.adex-review-v2-tizers .tizers-list__item-text-wrapper {
	display: flex !important;
	width: auto !important;
	min-width: 0;
	margin-top: 0 !important;
	margin-left: 0 !important;
	flex: 1 1 auto;
	flex-direction: column !important;
	align-items: flex-start;
	justify-content: center;
}

.adex-review-v2-tizers .tizers-list__item-name,
.adex-review-v2-tizers .tizers-list__item-descr {
	display: block !important;
}

@media (min-width: 768px) {
	.adex-review-v2-tizers .tizers-list > .maxwidth-theme {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
