.description-with-text-slider {
  margin-bottom: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .description-with-text-slider {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider {
    margin-bottom: 120px;
  }
}
.description-with-text-slider__text-content {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .description-with-text-slider__text-content {
    flex: 0 0 calc(50% - 32px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__text-content {
    flex: 0 0 calc(50% - 40px);
  }
}
.description-with-text-slider__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .description-with-text-slider__title {
    margin-top: 14px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__title {
    margin-top: 32px;
  }
}
.description-with-text-slider__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__text {
    width: 80%;
  }
}
.description-with-text-slider__slide {
  background-color: var(--color-grey-2);
  padding: 32px 32px 72px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__slide {
    padding: 40px;
  }
}
.description-with-text-slider__slider-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .description-with-text-slider__slider-container {
    flex: 0 0 calc(50% - 32px);
    min-width: 0;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__slider-container {
    flex: 0 0 calc(50% - 40px);
  }
}
.description-with-text-slider__slider {
  position: relative;
  border-radius: 16px;
  z-index: 0;
}
.description-with-text-slider__slider-arrows {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100px;
}
.description-with-text-slider__slider-arrows._inside {
  bottom: 36px;
  right: 40px;
}
.description-with-text-slider__slider-arrows._outside {
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__slider-arrows._outside {
    bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__slider-arrows {
    display: flex;
    justify-content: space-between;
  }
}
.description-with-text-slider__pagination {
  position: absolute;
  z-index: 1;
  left: 32px !important;
  bottom: 32px !important;
}
.description-with-text-slider__slide-title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__slide-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__slide-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.description-with-text-slider__rating-title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__rating-title {
    font-size: 56px;
    line-height: 56px;
  }
}
.description-with-text-slider__rating-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__rating-text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__rating-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.description-with-text-slider__rating-block {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__rating-block {
    margin-bottom: 0;
    flex: 0 0 calc(50% - 12px);
  }
}
.description-with-text-slider__rating-blocks-container {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .description-with-text-slider__rating-blocks-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-text-slider__rating-blocks-container {
    margin-bottom: 126px;
  }
}
.description-with-text-slider .swiper-slide {
  height: auto;
}
