.page-typeglavnaya {
  background: #FBB033;
}
.node-glavnaya .info h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
  margin-top: 0;
}
.node-glavnaya .info .post-title {
  color: #FFFFFF;
}
.node-glavnaya .sections-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 110px;
}
.node-glavnaya .sections-wrap .section {
  border-radius: 18px;
  overflow: hidden;
}
.node-glavnaya .section a {
  position: relative;
  display: block;
  overflow: hidden;
}
.node-glavnaya .section a .title {
  position: absolute;
  top: 8px;
  left:36px;
  font-weight: 600;
  font-size: 23px;
  line-height: 53px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.node-glavnaya .section a img {
  transition: transform .2s;
}
.node-glavnaya .section a:hover img {
  transform: scale(1.1);
}
.info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 48px;
  margin-top: 88px;
}
.info-grid div.video-link {
  background: url("../img/video/main.jpg") no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.info-grid div.video-link .video-bg {
  display: inline-block;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 990px) {
  .info-grid,
  .node-glavnaya .sections-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .node-glavnaya .info h1 {
    font-weight: bold;
    font-size: 29px;
    line-height: 46px;
  }
}
@media screen and (max-width: 900px) {
  .node-glavnaya .section a .title {
    font-size: 26px;
    line-height: 43px;
    top: 20px;
    left:26px;
  }
}
@media screen and (max-width: 600px) {
  .info-grid,
  .node-glavnaya .sections-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .info-grid {
     margin-top: 30px; 
  }
  .node-glavnaya .info h1 {
    font-size: 35px;
    line-height: 47px;
  }
}
