.swiper {
  position: relative;
  width: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps_B_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  height: 31%;
  transform: translateX(-50%);
  z-index: 2;
}

.ps_B_swiper .mySwiper_B,
.ps_B_swiper .swiper-wrapper,
.ps_B_swiper .swiper-slide {
  height: 100%;
}

.ps_C_swiper,
.ps_D_swiper {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  height: 22.5%;
  transform: translateX(-50%);
  z-index: 2;
}

.ps_D_swiper {
  z-index: 6;
}

.d_block .ps_D_swiper {
  z-index: 2;
  height: 25%;
}

.d_block .ps_full_text {
  z-index: 4;
}

.ps_C_swiper .mySwiper_C,
.ps_C_swiper .swiper-wrapper,
.ps_C_swiper .swiper-slide,
.ps_D_swiper .mySwiper_D,
.ps_D_swiper .swiper-wrapper,
.ps_D_swiper .swiper-slide {
  height: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #727171 !important;
}

.swiper-pagination[alt=mySwiper_C] {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.swiper-pagination[alt=mySwiper_C] .swiper-pagination-bullet {
  margin-top: 5px;
  background-color: #8f001a !important;
}

.swiper-pagination[alt=mySwiper_C] .swiper-pagination-bullet-active {
  background-color: #8f001a !important;
}
