.slider-full {
  height: 377px;
  overflow: hidden;
}

@media (min-width: 0) and (max-width: 991px) {
  .slider-full {
    text-align: center;
  }
}

.slider-full__item {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  color: white;
}

.slider-full__item:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1c1c1c;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  z-index: -1;
}

.slider-full__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.slider-full__info-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: normal;
  height: 84px;
  line-height: 42px;
  overflow: hidden;
}

.slider-full__info-descr {
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
  height: 65px;
  line-height: 16px;
  overflow: hidden;
}

.slider-full__fake-button {
  height: 40px;
}

.slider-full__button {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ac6c82;
  border-radius: 3px;
  color: #f1f1f1;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.slider-full__button:hover {
  background-color: #685c79;
  color: #f1f1f1;
}
