@font-face {
  /*font-family: droid;*/
  /*src: url(../font/droid-sans-bold.ttf);*/
  font-weight: normal;
}

.banner_block {
  width: 100%;
  padding: 0 15px;
  max-width: 95%;
  margin: 0 auto;
}
.banner_block h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  /*font-family: droid;*/
  line-height: 36px;
  margin: 30px 0;
}
.banner_block .main {
  max-width: 1540px;
}
.banner_block .main img {
  width: 100%;
}
.banner_block .grid {
  max-width: 1540px;
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.banner_block .grid img {
  width: 100%;
  max-width: 500px;
}
.banner_block .line {
  max-width: 1540px;
  display: grid;
  grid-gap: 20px;
  margin-top: 20px;
  grid-template-columns: 1fr 1fr;
}
.banner_block .line img {
  width: 100%;
  max-width: 755px;
}

@media (max-width: 992px) {
  .banner_block .grid {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .banner_block .grid {
    margin-top: 10px;
  }
  .banner_block .grid,
  .banner_block .line {
    grid-template-columns: 1fr;
  }
  .banner_block .grid img,
  .banner_block .line img {
    margin: 0 auto;
  }
  .banner_block {
    max-width: 90%;
  }
  .banner_block h2 {
    font-size: 23px;
    margin: 30px 0 10px;
    line-height: unset;
  }
}
