.post-slider {
  background-color: rgb(24, 28, 43);
  box-shadow: rgb(0 0 0 / 40%) 0px 50px 50px -50px inset;
  position: relative;
  padding: 150px 40px 120px;
  overflow: hidden;
  margin-top: -80px;
}

.post-slider:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 60px;
  bottom: 0px;
  left: 0px;
  box-shadow: rgb(0 0 0 / 40%) 0px -50px 50px -50px inset;
}

.post-slider #nav-slider-post {
  position: absolute;
  right: 40px;
  top: 230px;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
}

.post-slider #nav-slider-post .swiper-pagination-bullet {
  background-color: #F7C3DC;
  margin-left: 37px;
  opacity: 1;
  width: 6px;
  height: 6px;
  cursor: pointer;
}

.post-slider #nav-slider-post .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DD4C44;
}

.post-slider > h1 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.post-slider > p {
  font-size: 70px;
  line-height: 77px;
  font-weight: 400;
  margin: 20px 0 55px;
}

.post-slider > img {
  animation: 80s linear 0s infinite normal none running shadowRotate;
  position: absolute;
  width: 900px;
  height: 900px;
  bottom: -500px;
  right: -600px;
  z-index: 0;
  max-width: inherit;
}

.post-slider .swiper-slide {
  height: 410px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-slider .fake-nav {
  position: absolute;
  height: 100%;
  width: calc( 100% / 3 );
  top: 0;
  z-index: 2;
}

.post-slider .fake-nav.fake-nav-right {
  right: 0;
}

.post-slider .fake-nav.fake-nav-left {
  left: 0;
}

.post-slider .fake-nav.fake-show {
  right: calc( 100% / 3 );
}

.post-slider .fake-nav a {
  display: block;
  height: 100%;
  width: 100%;
}

.post-slider .swiper-slide .col-left {
  background-color: #EEBF45;
  box-sizing: border-box;
  padding: 60px 90px 60px 60px;
  width: 50%;
  position: relative;
}

.post-slider .swiper-slide .col-right {
  width: 50%;
  position: relative;
}

.post-slider .swiper-slide .col-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-slider .swiper-slide .col-left .slide-pretitle {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgb(24, 28, 43);
}

.post-slider .swiper-slide .col-left .slide-pretitle span,
.post-slider .swiper-slide .col-left p.categories span {
  margin: 0 10px;
}

.post-slider .swiper-slide .col-left h2.slide-title {
  margin-bottom: 25px;
  margin-top: 25px;
  color: rgb(24, 28, 43);
}

.post-slider .swiper-slide .col-left p.categories {
  margin-top: 40px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgb(221, 76, 68);
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .post-slider .swiper-slide {
    height: 100%;
  }
}

@media (max-width: 1194px) {
  .post-slider .fake-nav.fake-nav-left,
  .post-slider .fake-nav.fake-nav-right {
    display: none;
  }
  .post-slider .fake-nav.fake-show {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
  .post-slider .fake-nav.fake-show a {
    cursor: inherit !important;
  }
}

@media (max-width: 1024px) {
  .post-slider {
    padding: 130px 20px 60px;
  }

  .post-slider > p {
    margin: 20px 0 30px;
    font-size: 35px;
    line-height: 45px;
  }

  .post-slider > img {
    position: absolute;
    width: 900px;
    height: 900px;
    bottom: -500px;
    right: -600px;
    z-index: 0;
  }

  .post-slider .swiper-slide {
    height: 380px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .post-slider .swiper-slide .col-left {
    padding: 50px;
  }

  .post-slider .swiper-slide .col-left h2.slide-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .post-slider .swiper-slide .col-left p.categories {
    margin-top: 30px;
  }

  .post-slider .swiper-slide .col-right {
    width: 50%;
  }

  .post-slider #nav-slider-post {
    right: 20px;
    top: 185px;
  }
}

@media (max-width: 767px) {
  .post-slider {
    padding: 120px 20px 50px;
  }

  .post-slider > p {
    margin: 20px 0 60px;
  }

  .post-slider > img {
    bottom: -600px;
    right: -600px;
  }

  .post-slider .swiper-slide {
    height: 550px;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post-slider .fake-nav.fake-nav-left, .post-slider .fake-nav.fake-nav-right {
    display: none;
  }

  .post-slider .fake-nav.fake-show {
    width: 100%;
  }

  .post-slider .fake-nav.fake-show a {
    cursor: initial;
  }

  .post-slider .swiper-slide .col-left {
    width: 100%;
    height: 350px;
    padding: 40px 30px;
  }

  .post-slider .swiper-slide .col-right {
    height: 200px;
    width: 100%;
  }

  .post-slider #nav-slider-post {
    left: 20px;
    right: auto;
    top: 260px;
  }

  .post-slider #nav-slider-post .swiper-pagination-bullet {
    margin-right: 37px;
    margin-left: 0;
  }
}

@media (max-width: 389px) {
  .post-slider .swiper-slide {
    height: 100%;
  }
  .post-slider .swiper-slide .col-left {
    height: 100%;
  }
}

