.node-muzey .image-header {
  background: #416CA8;
  color: #fff;
  margin-bottom: 88px;
}
.node-muzey .image-header img.image {
  float: right;
  margin: 128px 0;
}
.node-muzey .image-header .info-wr {
  padding: 88px 0 228px 0;
  overflow: hidden;
}
.node-muzey .image-header h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 118px;
  max-width: 500px;
}
.node-muzey .image-header .text {
  font-weight: normal;
  color: #FFFFFF;
  max-width: 500px;
}
.node-muzey .images-gallery .line {
  margin-bottom: 30px;
}
.node-muzey .images-gallery .line.item-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
}

.node-muzey .images-gallery .line.item-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
}

.mfp-bottom-bar {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  margin-top: -40px;
  display: block;
}
.mfp-bottom-bar .mfp-title {
  color: #000;
  font-size: 24px;
  line-height: 41px;
}
.mfp-wrap.my-custom-class img.mfp-img {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.mfp-wrap.my-custom-class .mfp-close {
  background: #000;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mfp-counter {
  display: none;
}

@media screen and (max-width: 960px) {
  .node-muzey .image-header img.image {
    height: 300px;
    margin: 60px 0;
  }
  .node-muzey .image-header h1 {
    margin-bottom: 50px;
  }
  .node-muzey .image-header {
    padding: 0;
    margin-bottom: 60px;
  }
  .node-muzey .image-header .info-wr {
    padding: 88px 50px 88px 0;
  }
}
@media screen and (max-width: 760px) {
  .node-muzey .images-gallery .line.item-1,
  .node-muzey .images-gallery .line.item-2 {
    grid-gap: 18px;
  }
  .node-muzey .images-gallery .line {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 700px) {
  .node-muzey .image-header img.image {
    float: left;
  }
  .node-muzey .image-header .info-wr {
    overflow: inherit;
    clear: both;
    padding: 0 0 88px 0;
  }
  .node-muzey .image-header .text {
    max-width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .node-muzey .images-gallery .line.item-1,
  .node-muzey .images-gallery .line.item-2 {
    grid-template-columns: 1fr;
  }
  .node-muzey .image-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
