.detail img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.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;
}


.banners-img-with-text-list__item-image {
    width: 100%;
    height: 200px;
}
.banners-img-with-text-list__item {
  position: relative;
  overflow: hidden;
}
/*image*/
.banners-img-with-text-list__item-image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banners-img-with-text-list__item-link {
  display: block;
  overflow: hidden;
}

.banners-img-with-text-list__item-link-hover-none:hover {
  color: #fff;
}

/*text*/
.banners-img-with-text-list__item-text--centered {
  text-align: center;
}

.banners-img-with-text-list__item-text--centered .banners-img-with-text-list__item-tags {
  justify-content: center;
}

.banners-img-with-text-list__item-text {
  max-height: 100%;
}
.banners-img-with-text-list__item-text.dark-block-after:after{
  top: 0;
}

.banners-img-with-text-list__item-title {
  font-weight: bold;
}

.banners-img-with-text-list__item-top-text {
  margin-bottom: 5px;
  opacity: 0.7;
}
/*inside-text*/
.banners-img-with-text-list__item-text--absolute {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
}

body .banners-img-with-text-list__item-text--absolute * {
  color: #fff;
}

.banners-img-with-text-list__item-text-scrollbar-wrapper {
  position: relative;
  z-index: 3;
  padding: 0px 24px;
}

/*tags*/
.banners-img-with-text-list__item-tags-title {
  padding-top: 12px;
}

.banners-img-with-text-list__item-tags-link {
  z-index: 3;
  position: relative;
  display: block;
}

.banners-img-with-text-list__item-tags-link:hover .banners-tags-title-stroke {
  background: #fff;
  color: #000;
  transition: color ease 0.3s, background ease 0.3s;
}

.banners-tags-title-stroke {
  transition: color ease 0.3s, background ease 0.3s;
  padding: 5px 10px 6px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 601px) {
  .grid-items-2 .banners-img-with-text-list__item-image {
    padding-top: 70.5%;
  }
  .grid-items-3 .banners-img-with-text-list__item-image {
    padding-top: 91%;
  }
  .grid-items-4 .banners-img-with-text-list__item-image {
    padding-top: 101%;
  }
}

@media (max-width: 768px) {
  .banners-img-with-text-list__wrapper .banners-img-with-text-list__item-image {
    padding-top: 137%;
  }
}

@media (max-width: 600px) {
  .banners-img-with-text-list__item-title.font_24 {
    font-size: 1.2em;
  }
  .banners-img-with-text-list__item-top-text {
    margin-bottom: 0px;
  }
  .banners-img-with-text-list__item-text--absolute {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .banners-img-with-text-list__item-text-scrollbar-wrapper {
    padding: 0px 16px;
  }
  .banners-tags-title-stroke{
    padding-top: 2px;
    padding-bottom: 4px;
  }
}
    .detail .grid-list__item {
        padding: 0;
    }
@media (max-width: 767px) {
    .slider-nav.swiper-button-next, .slider-nav.swiper-button-prev {
        width: 20px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
        display: none;
    }
    /*.swiper-wrapper {
        margin-left: 15px;
    }*/
    
}
.detail .main-image {
    margin-bottom: 30px;
    display: block;
}
.detail .main-image img {
    float: none;
    height: auto;
    width: 100%;
}
.detail .swiper-wrap {
    overflow: hidden;
}
/*.detail .swiper-button-next {
    right: -20px;
}
.detail .swiper-button-prev {
    left: -20px;
}*/