@charset "UTF-8";
:root {
  --grey: #a9a9a9;
  --color-placeholder: gray;
}

.dark-theme,
body {
  --theme-color-text: #FEFEFE;
  --theme-color-bg-main: #0E0F11;
  --theme-color-bg-top-menu-link: #212122;
  --theme-color-text-top-menu-link: #fff;
}

.light-theme,
body.light-theme {
  --theme-color-text: #0E0F11;
  --theme-color-bg-main: #FEFEFE;
  --theme-color-bg-top-menu-link: #F8F8F8;
  --theme-color-text-top-menu-link: #0E0F11;
}

/*
$type -- для условия
         1 -- только если ширина окна меньше контейнера
         2 -- только если ширина окна больше контейнера
         0 -- всегда
*/
.section-feedback-team {
  padding-top: calc(120rem / 16);
  padding-bottom: calc(105rem / 16);
  background-image: url("../images/section-feedback-team/bg.webp");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 1728px) {
  .section-feedback-team {
    padding-top: calc(55rem / 16 + 65 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-feedback-team {
    padding-bottom: calc(55rem / 16 + 50 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-feedback-team__wrapper {
  max-width: 1139px;
}
.section-feedback-team .section-title {
  font-size: calc(62rem / 16);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fefefe;
}
@media (max-width: 1728px) {
  .section-feedback-team .section-title {
    font-size: calc(32rem / 16 + 30 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .section-feedback-team .section-title {
    line-height: 1.07;
    color: #fcf9fe;
  }
}

.slider-feedback-team {
  margin-top: calc(40rem / 16);
}
@media (max-width: 1728px) {
  .slider-feedback-team {
    margin-top: calc(10rem / 16 + 30 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 575px) {
  .slider-feedback-team {
    max-width: 354px;
  }
}
.slider-feedback-team .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.slider-feedback-team__scrollbar {
  margin-top: calc(56rem / 16);
  width: 72%;
  max-width: 370px;
  margin-inline: auto;
  background-color: rgba(252, 249, 254, 0.3);
  height: 7px;
}
@media (max-width: 1728px) {
  .slider-feedback-team__scrollbar {
    margin-top: calc(32rem / 16 + 24 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.slider-feedback-team__scrollbar .swiper-scrollbar-drag {
  background-color: #FCF9FE;
  height: 100%;
}

.card-feedback-team {
  border-radius: calc(16rem / 16);
  column-gap: calc(44rem / 16);
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 8px;
  border: 1.13px solid rgba(255, 255, 255, 0.09);
  box-shadow: -37px 23px 100px 0 rgba(0, 0, 0, 0.2), inset 0 0 59px 0 rgba(255, 255, 255, 0.05), inset 0 0 23px 0 rgba(255, 255, 255, 0.02);
}
@media (max-width: 1728px) {
  .card-feedback-team {
    border-radius: calc(8rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-feedback-team {
    column-gap: calc(10rem / 16 + 34 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 576px) {
  .card-feedback-team {
    flex-direction: row;
    padding: 8px 15px 8px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .card-feedback-team {
    padding: 22px 24px;
  }
}
.card-feedback-team__bg {
  max-width: calc(389rem / 16);
  border-radius: calc(20rem / 16);
  aspect-ratio: 1/0.9768637532;
  width: 100%;
  background: #d9d9d9;
  overflow: hidden;
}
@media (max-width: 1728px) {
  .card-feedback-team__bg {
    max-width: calc(200rem / 16 + 189 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-feedback-team__bg {
    border-radius: calc(8rem / 16 + 12 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (max-width: 575px) {
  .card-feedback-team__bg {
    max-width: 336px;
    min-height: 324px;
  }
}
.card-feedback-team__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-feedback-team__wrap-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 29px;
  max-width: 546px;
  width: 100%;
  padding-inline: 16px;
  padding-block: 0 12px;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .card-feedback-team__wrap-text {
    padding-inline: 0;
    padding-block: 10px 5px;
  }
}
.card-feedback-team__quote {
  font-size: calc(35rem / 16);
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #fcf9fe;
}
@media (max-width: 1728px) {
  .card-feedback-team__quote {
    font-size: calc(18rem / 16 + 17 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .card-feedback-team__quote {
    line-height: normal;
  }
}
.card-feedback-team__name {
  font-size: calc(24rem / 16);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.02em;
  color: #fcf9fe;
  margin-bottom: 5px;
}
@media (max-width: 1728px) {
  .card-feedback-team__name {
    font-size: calc(16rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-feedback-team__job-title {
  font-size: calc(20rem / 16);
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #E5E7FF;
}
@media (max-width: 1728px) {
  .card-feedback-team__job-title {
    font-size: calc(12rem / 16 + 8 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .card-feedback-team__job-title {
    line-height: 1.34;
    letter-spacing: 0.02em;
  }
}
/*# sourceMappingURL=section-feedback-team.min.css.map */
