.gallery-list__item--has-additional-text:hover
  .gallery-list__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}
.gallery-list__item--has-additional-text .gallery-list__item-text-top-part {
  position: relative;  
  font-size: 0.9em;
}
.gallery-list__item-text-top-part:before {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.2;
}
.gallery-list__item-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 600px) {
  .mobile-offset .gallery-list__item-title {
    font-size: 0.9em;
  }
.gallery-list__item-additional-text-wrapper { /* онд бнопнянл*/
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.item-wrapper {
  padding-bottom: 32px;
}
@media (max-width: 1200px) and (min-width: 601px) {
  .drag-block.container .content_wrapper_block .row-3 .gallery-list__item-text-top-part {
      display: none;
  }
  .drag-block.container .content_wrapper_block .row-4 .gallery-list__item-text-top-part {
    display: none;
  }
}
.drag-block.container .content_wrapper_block .row-4 .with-text-block-wrapper .gallery-list__item-text-top-part {
  display: none;
}
.drag-block.container .content_wrapper_block .row-3 .with-text-block-wrapper .gallery-list__item-text-top-part {
  display: none;
}
@media (max-width: 600px) {
  .drag-block.container .item-views .mobile-overflow {
      padding-bottom: 16px;
  }
}
@media (min-width: 277px) and (max-width: 1200px) {
  .with_left_block .drag-block.container .row-3 .gallery-list__item-text-top-part {
    display: none;
  }
  .gallery-list__item-title {
    font-size: 0.9em;
  }
}
.with_left_block .drag-block.container .row-4 .gallery-list__item-text-top-part {
  display: none;
}
@media (max-width: 600px) {
  .mobile-offset .gallery-list__item {
    width: 277px;
  }
}
/* item */
.gallery-list__item.gallery-list__item--has-additional-text {
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}
/* text */
.gallery-list__item--has-additional-text .gallery-list__item-text-wrapper {
  visibility: hidden;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
/* image */
.gallery-list__item-image-wrapper--BG {
  padding-top: 67%;
  width: 100%;
  position: relative;
}
/* titles */
.gallery-list__item-photos-count {
  font-size: 0.9em;
  line-height: 1.692em;  
  opacity: 0.7;
  color: #fff;
  margin: 0 0 7px 0;
}
.gallery-list__item .gallery-list__item-text-wrapper .dark_link {
  color: #fff !important;
}
.gallery-list__item-link--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
}
@media (max-width: 600px) {
  .mobile-offset.mobile-overflow>div {
    flex-shrink: unset !important;
    box-sizing: content-box;
  }
  .mobile-offset .gallery-list__item {
    width: 277px;
  }
}
.col-md-6 .gallery-list__item-text-top-part {
  padding: 30px 30px 30px;
}
.col-md-4 .gallery-list__item-text-top-part,
.col-md-3 .gallery-list__item-text-top-part {
  padding: 20px 20px 20px;
}
.gallery-list__item-additional-text-wrapper {
  position: absolute;
  z-index: 11;
  bottom: 30px;
  left: 30px;
  right: 30px;
  overflow: hidden;
  height: auto;
  font-size: 0.9em;
}
.col-md-6 .gallery-list__item-additional-text-wrapper {
  bottom: 30px;
  left: 30px;
  right: 30px;
}
/* title */
.gallery-list__item-title {
  position: relative;
  color: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.454em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 601px) and (max-width: 1299px){
  .gallery-list__item--has-additional-text .gallery-list__item-text-top-part {
    display: none;
  }
}