.section__block {
  margin: 10rem auto;
}
.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
  width: 85%;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

.home-news {
  margin-top: 5em;
}

.home-news-item {
  display: flex;
}

.home-news-item a:hover time {
  text-decoration: none;
}

.home-news-item time {
  flex-shrink: 0;
  width: 200px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
}

.home-news-item h3 {
  margin: 0;
}

.home-news__wrap {
  display: flex;
  align-items: center;
}

.home-news__wrap img {
  flex-shrink: 0;
  width: 150px;
  margin: 0 15px 0 0;
}

.home-links {
  display: flex;
}

.home-links-item {
  flex: 1;
}

.home-links-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.home-links-item a::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home-links-item h3 {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.home-links-item span {
  display: block;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.home-links-item a:hover {
  opacity: 1;
}

.home-links-item a:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .section__block {
    margin: 6em 0;
  }
  .home-links {
    display: block;
  }
  .home-links-item a::before {
  	padding-top: 67.5%;
  }
  .home-news {
  	margin-top: 4rem;
  }
  .home-news-item {
    display: block;
  }
  .home-news-item time {
    display: block;
    width: 100%;
    margin-bottom: 5.5px;
  }
}
/*
@media (min-width: 980px) and (max-width: 1281px) {
  .product-list__unit {
    width: 21.09vw !important;
    left: 3.13vw;
  }
}
*/