.home-future {
  position: relative;
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 0;
}

.home-future__bg {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.home-future__bg-in {
  height: 100%;
}

.home-future__bg-img {
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-future__info {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100%;
}

.home-future__title {
  background-color: #FF002E;
  font-size: 64px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: -10px;
  position: relative;
  z-index: 110;
}

.home-future__text {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding: 19px 20px;
  line-height: 1;
  background-color: #040072;
}

.home-future__date {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 14px 20px;
}

.home-future__btn {
  margin-left: 20px;
  font-size: 15px;
  color: #040072;
  background-color: #fff;
  height: 49px;
  width: 176px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-future__btn:hover {
  background-color: #eee;
}

#banner_w100 .advert_add_open {
  cursor: pointer;
}
#banner_w100 .advert_add_conts {
  margin-top: 10px;
}
#banner_w100 .advert_add_close {
  margin: 10px 20px;
  cursor: pointer;
}


@media (max-width: 580px) {
  .home-future__title {
    font-size: 40px;
  }
  .home-future__text {
    font-size: 20px;
    line-height: 1.2;
  }
  .home-future__date {
    font-size: 20px;
  }
}
