.main-page-top {
  max-width: 1124px;
  display: grid;
  grid-template-columns: 60% 40%;
}

.main-page-top__title {
  text-align: left;
}

.main-page-top__request {
  width:280px;
  padding:20px;
  background:rgba(0,0,0,.7);
  border-radius: 6px;
  margin-left: auto;
  text-align: left;
  box-sizing: border-box;
}

.main-page-top__title_head {
  text-align: left;
  color:#FFF;
  font-size:42px;
  text-shadow: -3px 1px 2px rgba(0, 0, 0, .7);
  padding:0 0 30px 0;
  margin:0px;
  text-transform:none;
}

.main-page-top__title_descr {
  color:#FFF;
  font-size:24px;
  text-shadow: -3px 1px 2px rgba(0, 0, 0, .7);
  padding:0px;
  margin:0px;
}

.slide-content {
  position:absolute;
  width:100%;
  left:0;
  top:120px;
}

.cause-choise {
  max-width: 1124px;
  margin: 0 auto;
  padding: 30px 0;
}

.cause-choise_title {
  font-size: 30px;
  text-align: center;
  color: #008DD2;
  font-weight: bold;
  text-transform: uppercase;
}

.cause-choise__layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  flex-wrap: wrap;
}

.cause-choise__layout__block {
  width: 230px;
  text-align: center;
}

.statistic-layout {
  background-image: url('http://ceramic3d.ru/img/bg1.png');
  min-height: 174px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background-size: cover;
}

.statistic-layout__info {
  max-width: 1124px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 174px;
  flex-wrap: wrap;
}

.statistic-layout__info__static-block {
  width: 218px;
  text-align: center;
}

.statistic-layout__info__static-block_img
{
  width: 50px;
  height: 50px;
}

.statistic-layout__info__static-block_title
{
  font-size: 34px;
  color: #fff;
  padding: 0;
}

.home-mention {
  margin-top:50px;
  padding:30px;
  background:#EBECEC;
  font-size:20px;
  text-align: center;
}

.home-mention__block {
  margin: 0 auto;
  max-width: 1124px;
}

.home-mention__block_name,
.home-mention__block_link {
  margin-top: 15px;
  font-size: 16px;
}

.home-news {
  max-width: 1124px;
  margin: 0 auto;
  padding: 40px 0;
}

.home-gallery__title {
  max-width: 1124px;
  text-align: left;
  margin-top:50px;
}

.main-page-top__btn-download {
  width: 35%;
  height: 20%;
  background: #e5ce00;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 27%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}

.main-page-top__btn-download:hover {
  text-decoration: none;
  color: #fff;
}

.main-page-top__btn-text {
  margin: auto;
}

.main-page-top__btn-subtext {
  margin: auto;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .layout-question {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main-page-top {
    display: block;
  }

  .main-page-top__title_head {
    text-align: center;
    font-size: 26px;
  }

  .main-page-top__title_descr {
    font-size: 20px;
  }

  .main-page-top__title {
    text-align: center;
  }
  .main-page-top__request {
    display: none;
  }

  #slider {
    max-height: 400px !important;
    min-height: 400px !important;
  }

  #slider-wrap h1 {
    color:#FFF;
    font-size:28px;
    text-shadow: -3px 1px 2px rgba(0, 0, 0, .7);
    padding:0 0 30px 0;
    margin:0px;
    text-transform:none;
  }

  .slide-content {
    top:50px;
  }

  .cause-choise__layout {
    justify-content: space-around;
  }

  .statistic-layout__info {
    justify-content: space-around;
    padding: 40px 0;
  }

  .home-gallery,
  .index_gal1 {
    display: none;
  }

  .layout-question {
    display: none;
  }

  .home-mention {
    padding: 50px 0;
    margin: 0;
  }

  .main-page-top__btn-download {
    display: none;
  }
}