.layout-block.gallery__block {
  height: 480px;
  margin: 10px 0;
  padding: 0 0 10px 0 !important;
}

section.gallery__block.row {
  margin-top: 10px;
  position: relative;
  padding: 0;
  margin: 0;
  height: 480px;
  z-index: 1;
}

.article.gallery__block__element {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  max-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article.gallery__block__element::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.article.gallery__block__element .gallery__block--text-holder {
  height: 480px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  width: inherit;
  justify-content: center;
}
.gallery__block--link {
  width: inherit;
}
.gallery__block--title {
  font-size: 32px;
  font-weight: 700;
  line-height: inherit;
  font-family: "DIN Pro";
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  width: auto;
}

.gallery__block--lead {
  display: none;
}

.gallery__block--img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__block--text-holder {
  width: 50%;
  margin: 0 auto;
}

.gallery__block__tags {
  display: none;
}

.gallery__block__object-title {
  background-color: #157efc;
  color: #fff;
  width: max-content;
  z-index: 999;
}

.gallery__block__gallery-icon {
  z-index: 999;
  width: 80px !important;
  height: 80px;
  min-height: 80px !important;
  margin-bottom: 30px;
  border-radius: 40px;
  background-color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery__block__gallery-icon .photo {
  fill: #157efc;
  width: 38px;
  height: 28px;
}
@media screen and (max-width: 1000px) {
  .gallery__block--title {
    font-size: 24px;
  }
  .gallery__block__gallery-icon {
    z-index: 999;
    width: 65px !important;
    height: 65px;
    min-height: 65px !important;
    margin-bottom: 35px;
    border-radius: 40px;
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
