.team-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 370px;
  background-color: #01021E;
}
@media (max-width: 992px) {
  .team-section {
    padding-bottom: 250px;
  }
}
@media (max-width: 768px) {
  .team-section {
    padding-top: 50px;
  }
}
.team-section::before {
  content: "";
  position: absolute;
  width: 648px;
  height: 1210px;
  background-image: url("../../../src/img/circle_left_service.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0, -37%);
      -ms-transform: translate(0, -37%);
          transform: translate(0, -37%);
  left: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .team-section::before {
    width: 390px;
    top: 70%;
    left: -17%;
  }
}
.team-section .team_wave {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 0;
}
.team-section .faq_cross {
  position: absolute;
  bottom: -120px;
  left: 5%;
  z-index: 4;
}
@media (max-width: 768px) {
  .team-section .faq_cross {
    width: 124px;
    height: 151px;
    bottom: -60px;
  }
}
@media (max-width: 576px) {
  .team-section .faq_cross {
    bottom: -80px;
  }
}
.team-section .team-section__content {
  position: relative;
  z-index: 3;
}
.team-section .team-section__content .team-section__title {
  display: block;
  max-width: 586px;
  width: 100%;
  font-family: "ClashDisplay";
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 996px) {
  .team-section .team-section__content .team-section__title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .team-section .team-section__content .team-section__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.team-section .team-section__content .team-section__slider {
  margin-top: 68px;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto !important;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item {
  position: relative;
  min-height: auto;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider-description {
  padding-top: 90px;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 24px 40px 24px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.44%, #762EE9), color-stop(8.61%, #6324C7), color-stop(20.39%, #541CAD), color-stop(32.16%, #471597), color-stop(40.67%, #3E1187), color-stop(52.45%, #310A71), color-stop(122.45%, #110A17));
  background: linear-gradient(180deg, #762EE9 -6.44%, #6324C7 8.61%, #541CAD 20.39%, #471597 32.16%, #3E1187 40.67%, #310A71 52.45%, #110A17 122.45%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border: 1px solid rgba(150, 104, 224, 0.6);
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview .team-slider__title-preview {
  font-family: "ClashDisplay";
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview .team-slider__number-preview {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 576px) {
  .team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview {
    opacity: 0;
    display: none;
  }
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main {
  opacity: 0;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7EDCA;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main .team-slider__number {
  position: absolute;
  top: 24px;
  left: 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(80, 52, 19, 0.8);
  z-index: 1;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main .team-slider__title {
  font-family: "ClashDisplay";
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #503413;
}
@media (max-width: 576px) {
  .team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main .team-slider__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main .team-slider__description {
  margin-top: 16px;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main .team-slider__description p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #503413;
}
@media (max-width: 576px) {
  .team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item .team-slider__preview-main {
    opacity: 1;
    display: block;
  }
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item:hover .team-slider__preview {
  opacity: 0;
}
.team-section .team-section__content .team-section__slider .team-slider .swiper-wrapper .team-slider__item:hover .team-slider__preview-main {
  opacity: 1;
}
.team-section .team-section__content .team-section__slider .team-slider__navigation {
  position: absolute;
  bottom: -115px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 12px;
}
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-prev,
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-next {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #7119FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-prev:hover,
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-next:hover {
  background-color: rgba(113, 25, 255, 0.6);
}
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-prev::after,
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-next::after {
  opacity: 0;
  display: none;
  width: 0;
}
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-prev svg,
.team-section .team-section__content .team-section__slider .team-slider__navigation .swiper-button-next svg {
  width: 24px;
  height: 24px;
}