.ce-quote-slider {
  color: #000;
  position: relative;
  margin-bottom: 56px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .ce-quote-slider {
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.ce-quote-slider__inner {
  position: relative;
  padding-bottom: 175px;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__inner {
    padding-top: 25px;
    padding-bottom: 150px;
  }
}
.ce-quote-slider__inner::before {
  content: "";
  position: absolute;
  background-image: url("/app/uploads/2026/06/vector-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 661px;
  width: 541px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 53px;
  left: -19px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__inner::before {
    height: 954px;
    width: 781px;
    right: -80px;
    top: -257px;
    left: auto;
  }
}
.ce-quote-slider__inner::after {
  content: "";
  position: absolute;
  background-image: url("/app/uploads/2026/06/vector-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 301px;
  width: 318px;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 112px;
  right: -53px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__inner::after {
    height: 419px;
    width: 443px;
    bottom: auto;
    top: -79px;
    right: -43px;
  }
}
.ce-quote-slider__quote {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__quote {
    flex-direction: row;
  }
}
.ce-quote-slider__text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
    padding-right: 30px;
  }
}
.ce-quote-slider__image-wrapper {
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
    padding-left: 15px;
  }
}
.ce-quote-slider__image-wrapper .ce-quote-slider__image {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 245px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__image-wrapper .ce-quote-slider__image {
    margin-top: -20px;
    margin-left: 15px;
    width: 347px;
    height: 358px;
  }
}
.ce-quote-slider__image-wrapper .ce-quote-slider__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 325px;
  height: 245px;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__image-wrapper .ce-quote-slider__image img {
    width: 100%;
    height: 100%;
  }
}
.ce-quote-slider__quote-text {
  margin-top: 0;
  border-style: none;
  border-width: 0;
  padding: 0;
  font-family: "robotoSlab";
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__quote-text {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 74px;
  }
}
.ce-quote-slider__author-name {
  font-weight: 700;
}
.ce-quote-slider__writer {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 26px;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__writer {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.ce-quote-slider .category-block {
  width: fit-content;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider .category-block {
    margin-bottom: 23px;
  }
}
.ce-quote-slider__slider {
  position: relative;
  overflow: visible;
  width: 100%;
  min-width: 0;
}
.ce-quote-slider__nav-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 20px;
  margin-top: 86px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__nav-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 362px;
  }
}
.ce-quote-slider__pbar-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 3px;
  background-color: #ccc;
  position: relative;
}
@media (max-width: 991px) {
  .ce-quote-slider__pbar-wrapper {
    display: flex;
    align-items: stretch;
  }
}
.ce-quote-slider__pbar {
  display: flex;
  position: absolute;
  top: 0;
  transform: translateX(0%);
  width: 0;
  height: 3px;
  background-color: var(--primary-1, #c7017f);
  transition: 300ms transform ease-in-out, 300ms width ease-in-out;
}
.ce-quote-slider__arrows {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider__arrows {
    justify-content: flex-start;
  }
}
.ce-quote-slider__arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.ce-quote-slider__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.ce-quote-slider__arrow svg {
  width: 30px;
  height: 30px;
}
.ce-quote-slider__arrow--next svg {
  transform: rotate(180deg);
}
.ce-quote-slider--active .ce-quote-slider__inner {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ce-quote-slider--active .ce-quote-slider__writer {
    margin-bottom: 58px;
  }
}
