.detail-info-wrapper {
  margin-bottom: 40px;
}
.detail-info-wrapper--wide-img {
  margin-top: -40px;
}
.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__date {
  margin-bottom: 8px;
}
.detail-info__chars {
  margin-top: 26px;
}

.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: 600px) {
  .detail-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .detail-info-wrapper--with-img {
    margin-top: 0px;
  }
}

.top-info {
  margin-bottom: 40px;
  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: -40px 0px 40px;
}

.gallery,.big_gallery {
    position: relative
}

.gallery img,.big_gallery img {
    cursor: zoom-in
}

.gallery-view_switch {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    background: #fff;
    background: var(--black_bg_black)
}

.gallery-view_switch__count-wrapper {
    display: flex;
    flex-direction: row
}

.gallery-view_switch__count-value {
    padding-right: 3px;
    padding-left: 3px
}

.gallery-view_switch__count-separate {
    color: #cecece;
    padding: 0 15px
}

.gallery-view_switch__icons {
    transition: opacity .3s ease
}

.gallery-view_switch__icons path {
    fill: var(--white_text_black)
}

.gallery-view_switch__icons.gallery-view_switch__icons--big {
    margin-right: 6px
}

.gallery-view_switch__icons:not(.active) {
    opacity: .35;
    cursor: pointer
}

.gallery-view_switch .gallery-view_switch__icons:hover {
    opacity: 1
}

.big-bottom-slider__item {
    max-height: 600px;
    min-height: 300px
}

.big-bottom-slider__item-link {
    padding-top: 50%;
    display: block
}

.big-bottom-slider .big-bottom-slider__item-img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.gallery-small .grid-list {
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr))
}

@media (max-width: 620px) {
    #main .gallery-small .grid-list:not(.mobile-scrolled) {
        grid-template-columns:1fr 1fr
    }
}

.gallery-small .item {
    padding-top: 67%;
    transition: opacity .3s ease;
    overflow: hidden;
    position: relative
}

.gallery-small .item:hover {
    opacity: .7
}

.gallery-small .item>a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    cursor: zoom-in;
    text-align: center
}


@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;
  }
}