.main-page .slider-team {
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
}
.main-page .slider-team__outer {
  position: relative;
  border-radius: 64px;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 960px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .main-page .slider-team__outer {
    height: auto;
    min-height: 0;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
}
.main-page .slider-team__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 990px) {
  .main-page .slider-team__bg {
    display: none;
  }
}
.main-page .slider-team__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  background: #1E1E1E;
  border-radius: 64px;
  box-sizing: border-box;
  padding: 45px;
  color: #fff;
}
@media (max-width: 990px) {
  .main-page .slider-team__panel {
    max-width: 100%;
  }
}
.main-page .slider-team__viewport {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.main-page .slider-team__slide {
  height: auto;
}
.main-page .slider-team__slide-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.main-page .slider-team__quote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}
.main-page .slider-team__quote p {
  margin: 0 0 12px;
  color: inherit;
}
.main-page .slider-team__quote p:last-child {
  margin-bottom: 0;
}
.main-page .slider-team__meta {
  display: flex;
  align-items: flex-end;
  margin-top: 90px;
  padding-right: 150px;
  min-height: 32px;
}
@media (max-width: 1440px) {
  .main-page .slider-team__meta {
    padding-right: 140px;
  }
}
@media (max-width: 990px) {
  .main-page .slider-team__meta {
    margin-top: 90px;
    padding-right: 0;
  }
}
.main-page .slider-team__author {
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}
.main-page .slider-team__controls {
  position: absolute;
  right: 55px;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .main-page .slider-team__controls {
    right: 45px;
    bottom: 50px;
  }
}
@media (max-width: 990px) {
  .main-page .slider-team__controls {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .main-page .slider-team__controls {
    margin-top: 16px;
    gap: 12px;
  }
}
.main-page .slider-team__arrow-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.main-page .slider-team__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 24px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "TT Hoves", sans-serif;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.main-page .slider-team__arrow:hover {
  opacity: 0.7;
}
.main-page .slider-team__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 576px) {
  .main-page .slider-team__arrow {
    font-size: 18px;
  }
}
.main-page .slider-team__counter, .main-page .slider-team__counter-current, .main-page .slider-team__counter-sep, .main-page .slider-team__counter-total {
  margin: 0;
  padding: 0;
  font-family: "TT Hoves", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}
.main-page .slider-team__counter {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 576px) {
  .main-page .slider-team__counter, .main-page .slider-team__counter-current, .main-page .slider-team__counter-sep, .main-page .slider-team__counter-total {
    font-size: 14px;
  }
}

.slider-team__viewport.swiper-fade .swiper-slide {
  pointer-events: none;
}

.slider-team__viewport.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

/*# sourceMappingURL=slider-team.css.map */
