/**/

.swiper-button {
  background-repeat: no-repeat;
  background-position: center;
  width: 2.75rem;
  height: 2.75rem;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button:before,
.swiper-button:after {
  display: none;
}

.swiper-button+.swiper-button {
  margin-right: 1.5rem;
}

.swiper-button-prev {
  background-image: url(../img/icons/prev.svg);
}

.swiper-button-next {
  background-image: url(../img/icons/next.svg);
}

.swiper-pagination {
  position: relative;
  text-align: center;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 2.25rem 0 0 0;
  width: 100%;
}

.swiper-pagination-bullet {
  background: #918D9E;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background: #F90079;
}

/**/

.mySwiper--workflow {
  margin-bottom: 5rem;
  position: relative;
  overflow: visible;
}

.mySwiper--workflow:before {
  content: "";
  position: absolute;
  width: 1925PX;
  height: 63Px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 36Px;
  background: url(../../../assets/img/workflow/line.svg) repeat-x;
}

.mySwiper--workflow .swiper-slide {
  /* height: auto; */
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mySwiper--workflow .swiper-slide.swiper-slide-active .workflow-text {
  max-height: 1000px;
  transition: all 2s ease-out;

}

.mySwiper--workflow .swiper-slide.swiper-slide-next,
.mySwiper--workflow .swiper-slide.swiper-slide-next+.swiper-slide .workflow,
.mySwiper--workflow .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .workflow,
.mySwiper--workflow .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .workflow{
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mySwiper--workflow .swiper-slide.swiper-slide-next .workflow {
  width: 140px;
}

.workflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
}

.workflow-img {
  width: 139.14px;
  height: 120px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .workflow-img {
    height: 70px;
    margin-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.workflow-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workflow h3,
.workflow .h3 {
  margin: 0;
}

.workflow-text {
  padding-top: 1.5rem;
  max-height: 0;
  overflow: hidden;
}

.workflow-count {
  background: url(../../../assets/img/workflow/number.svg) no-repeat center;
  width: 60px;
  height: 52px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.875rem;
}

.feedback {
  margin-top: 4.25rem;
  padding: 3.75rem 5rem;
  background: #20275B;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

@media (max-width: 992px) {
  .feedback {
    margin-top: 10.25rem;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

/*@media (max-width: 767px) {
    .feedback {
        margin-top: 8.25rem;
    }
}*/
.feedback-info {
  width: 26.875rem;
  max-width: 100%;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .feedback-info {
    margin: 0 auto;
    float: none;
  }
}

.feedback-info__img {
  position: relative;
  height: 12.25rem;
}

.feedback-info__img img {
  /*width: 23.75rem;
  max-height: 23.75rem;*/
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  max-width: 50%;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 15px 20px rgba(32, 39, 91, 0.08));
  filter: drop-shadow(0px 15px 20px rgba(32, 39, 91, 0.08));
}

.feedback-info__author {
  background: #20275B;
  border: 2px solid #BEC2EB;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
  padding: 1.75rem;
  text-align: center;
  position: relative;
}

@media (max-width: 992px) {
  .feedback-info__img {
    height: auto;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .feedback-info__img img {bottom: -5%;}
  .feedback-info__author {
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 16px;
  }
}

.feedback-info__author_decor {
  position: absolute;
  top: -6.125rem;
  left: -1.75rem;
  z-index: 1;
  width: 7.25rem;
}

@media (max-width: 1199px) {
  .feedback-info__author_decor {
    width: 95px;
  }
}

.feedback-info__author h3,
.feedback-info__author .h3 {
  margin-bottom: 0.5rem;
}

.feedback-info__author h5,
.feedback-info__author .h5 {
  color: #848BBF;
}

.feedback-info__circle {
  position: absolute;
  pointer-events: none;
  top: -9rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .feedback-info__circle {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    top: -191px;
  }
}
@media (max-width: 992px) {
  .feedback-info__circle {
    -webkit-transform: scale(0.38);
    -moz-transform: scale(0.38);
    -ms-transform: scale(0.38);
    -o-transform: scale(0.38);
    transform: scale(0.38);
    top: -10rem;
  }
}

.feedback-info__circle_i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.feedback-info__circle_i:nth-child(1) {
  width: 31.25rem;
  height: 31.25rem;
  background: rgba(249, 0, 121, 0.2);
}

.feedback-info__circle_i:nth-child(2) {
  width: 28.75rem;
  height: 28.75rem;
  background: rgba(249, 0, 121, 0.6);
}

.feedback-info__circle_i:nth-child(3) {
  width: 26.25rem;
  height: 26.25rem;
  background: #F90079;
}