.why-popular__wrapper {
  position: relative;
}
.why-popular__item {
  display: flex;
}
.why-popular .ts-swiper-pagination {
  position: relative;
  right: unset;
  left: unset;
  text-align: left;
  bottom: 25px;
}
.why-popular #popularSlider .swiper-pagination-bullets {
  width: 400px;
}
.why-popular__nav-wrapper {
  display: flex;
  justify-content: end;
}
.why-popular__nav-item:nth-child(2) {
  justify-content: end;
  align-items: center;
  display: flex;
}

.slider-type-1 {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}
.slider-type-1__item {
  display: flex;
  align-items: center;
  gap: 125px;
  justify-content: space-between;
  width: 100%;
}
.slider-type-1__content {
  width: 400px;
}
.slider-type-1__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.slider-type-1__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .why-popular {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .why-popular .ts-swiper-pagination {
    display: none;
  }
  .why-popular .ts-swiper-navigation {
    display: none;
  }
  .slider-type-1__item {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .why-popular .ts-swiper-pagination {
    display: block;
    position: relative;
    right: unset;
    width: 100%;
    top: unset;
    bottom: unset;
    text-align: left;
  }
  .why-popular__nav-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    margin-top: 20px;
  }
  .why-popular .ts-swiper-navigation {
    position: relative;
    width: 66px;
    height: 32px;
    display: flex;
    justify-content: space-between;
  }
  .why-popular .ts-swiper-navigation .swiper-button {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-top: 0;
  }
  .why-popular .ts-swiper-navigation .swiper-button-next {
    right: 0;
  }
  .why-popular .ts-swiper-navigation .swiper-button-prev {
    left: 0;
  }
  .slider-type-1__item {
    flex-direction: column;
    gap: 32px;
  }
  .slider-type-1__content {
    width: 100%;
  }
  .slider-type-1__title {
    font-size: 16px;
  }
  .slider-type-1__description {
    font-size: 12px;
  }
  .slider-type-1__img img {
    width: 100%;
    height: auto;
  }
}
