.newsBlock {
  width: 796px;
}
.newsBlock > div {
  width: 100%;
  height: 400px;
}

.swiper-news {
  width: 796px;
  height: 400px;
}
.swiper-news .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.sliderLogo {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 5s;
  opacity: 0;
}

.playButtonSlider {
  position: absolute;
  right:  70px;
  bottom: -55px;
  display: block;
  height: 70px;
  width: 70px;
  background: url(../images/play-button.png) center no-repeat;
  border: 2px solid rgb(255 255 255 / 0.2);
  border-radius: 25px;
  transition: 1.5s;
}

.slider-title {
  position: absolute;
  left: 70px;
  bottom: -140px;
  font-size: 72px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0px;
  background: linear-gradient(to right, #f3f4f6, #8f96aa);
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 20px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
  transition: 1.5s;
  font-family: Albertus-Bold;
}
.swiper-slide span{
  font-size: 36px;
}
.swiper-slide-active .playButtonSlider {
  bottom:  55px;
}
.swiper-slide-active .slider-title {
  bottom: 40px;
}
