.content-slider {
  background-color: #ffffff;
  padding: 42px 0;
  margin-bottom: 56px;
  min-width: 1246px;
  background-image: url("../../img/slider-background.png");
  background-size: cover;
}

.main-news {
  height: 451px;
}

.main-news .preview {
  display: flex;
  width: 910px;
  height: 450px;
  position: relative;
  z-index: 1;
}

.main-news .preview > a.fa {
  position: absolute;
  top: calc(50% - 20px);
  font-size: 40px;
  color: #ffffff;
  opacity: 0.2;
  transition: all .4s;
  z-index: 2;
}

.main-news .preview > a.fa.fa-chevron-left {
  left: 40px;
}

.main-news .preview > a.fa.fa-chevron-right {
  right: 35px;
}

.main-news .preview > a.fa:hover {
  color: #ff6d10;
  opacity: 1;
  cursor: pointer;
}

.main-news .preview-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-news .preview-image.resize {
  background-size: 910px 606px;
  background-position: 0 -75px;
}

.main-news .preview-title {
  padding: 30px 35px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 142px;
  background-color: rgba(47,44,46,.7);
  box-sizing: border-box;
}

.main-news .preview-title > span.date {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.main-news .preview-title .preview-title-cont {
  display: table;
}

.main-news .preview-title .preview-title-cont > span.text {
  display: table-cell;
  font-size: 18px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.main-news .preview-title:hover .preview-title-cont > span.text {
  color: #ff8207;
  transition: 0.2s;
}
