
.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsBlock {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
.newsBlock > div {
  width: 50%;
  height: 315px;
}

.swiper-news {
  width: 294px;
  height: 380px;
  box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 0.6);
}
.swiper-news .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsPagination {
  position: absolute;
  right: 90px;
  bottom: 30px;
  width: 120px;
  height: 35px;
  z-index: 9;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  margin-top: -7px;
  filter: brightness(3) grayscale(1);
}

.swiper-news .swiper-pagination {
  color: #d0dce0;
  font-size: 15px;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.sliderLogo {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 5s;
  opacity: 0;
}

.playButtonSlider {
  position: absolute;
  left: 40px;
  top: -20px;
  transition: 1s;
  font-style: italic;
  font-size: 35px;
  text-transform: uppercase;
}

.slider-title {
  position: absolute;
  left: 70px;
  bottom: 80px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 50px;
  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: 1s;
  font-size: 35px;
}

.swiper-slide-active .sliderLogo {
  opacity: 1;
}
.swiper-slide-active .playButtonSlider {
  top: 40px;
}
.swiper-slide-active .slider-title {
  bottom: 40px;
}
