@charset "UTF-8";
/* stylelint-disable */
/* ---------- example ---------- */
/*
.selector {
  // только в промежутке tablet..desktop
  @include media-between(tablet, desktop) { ... }

  // ровно «только tablet» (1024..1239)
  @include media-only(tablet) { ... }

  // ≥ 1440
  @include for-desktop { ... }

  // ≤ 767
  @include small-tablet { ... }
}
*/
/* ---------- helpers ---------- */
/* Min-width */
/* Max-width */
/* stylelint-disable */
/* stylelint-disable */
@keyframes ticker-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc((var(--ticker-size, 100%) + var(--ticker-gap, 0px)) * -1));
  }
}
@keyframes ticker-right {
  from {
    transform: translateX(calc((var(--ticker-size, 100%) + var(--ticker-gap, 0px)) * -1));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes ticker-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc((var(--ticker-size, 100%) + var(--ticker-gap, 0px)) * -1));
  }
}
@keyframes ticker-bottom {
  from {
    transform: translateY(calc((var(--ticker-size, 100%) + var(--ticker-gap, 0px)) * -1));
  }
  to {
    transform: translateY(0);
  }
}
.section-team {
  padding: 8rem 0;
  background: var(--section-bg);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-team__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 3.659vw, 6rem);
}
.section-team__inner > .grid-cols {
  gap: 1.4rem;
  border-top: 0.1rem solid #e2e5e9;
  border-bottom: 0.1rem solid #e2e5e9;
  padding: 1.7rem 0;
}
.section-team__inner > .grid-cols .editor:has(.btn-accent) {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.6rem, 1.463vw, 2.4rem);
}
.section-team__inner > .grid-cols .editor:has(.btn-accent) .btn-accent {
  min-width: clamp(20rem, 15.061vw, 24.7rem);
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
  min-height: 6.8rem;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
}
.section-team__inner > .grid-cols .editor:has(.btn-accent) .btn-accent .sprite {
  padding: 1.4rem;
}
.section-team__inner > .grid-cols .editor:has(.btn-accent) .btn-accent .icon-wrapper {
  width: 3.8rem;
  height: 3.8rem;
}
.section-team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem;
}
.section-team__item {
  display: contents;
}
.section-team .logos-sliders {
  display: flex;
  align-items: center;
  flex-direction: column;
  --ticker-gap: 2rem;
  gap: var(--ticker-gap);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.section-team .logos-sliders:before, .section-team .logos-sliders:after {
  top: 0;
  bottom: 0;
  width: 8.5rem;
  display: flex;
  position: absolute;
  background: linear-gradient(90deg, var(--section-bg) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 10;
}
.section-team .logos-sliders:before {
  left: 0;
}
.section-team .logos-sliders:after {
  right: 0;
  transform: scaleX(-1);
}
.section-team .logos-sliders li {
  display: flex;
  align-items: center;
  width: 100%;
}
.section-team .logos-sliders li:nth-child(even) .logos-sliders__line {
  white-space: nowrap;
  animation: ticker-right 120s linear infinite;
}
.section-team .logos-sliders li:nth-child(odd) .logos-sliders__line {
  white-space: nowrap;
  animation: ticker-left 120s linear infinite;
}
.section-team .logos-sliders__line {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--ticker-gap);
}
.section-team .logos-sliders__line .logo-slide {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 100vw;
  max-width: none;
  flex: 0 0 100vw;
  padding-right: clamp(3.6rem, 3vw, 7.2rem);
  box-sizing: content-box;
}
.section-team .logos-sliders__line .logo-slide img {
  position: static;
  width: 100vw;
  max-width: none;
  flex: 0 0 100vw;
  padding-right: clamp(3.6rem, 3vw, 7.2rem);
  box-sizing: content-box;
}
.section-team .team-card {
  flex: 0 1 calc((100% - 5.4rem) / 4);
  max-width: calc((100% - 5.4rem) / 4);
  background: var(--cl-a);
  box-shadow: 0 0 0 0.1rem #eceff2 inset;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
}
.section-team .team-card__image {
  width: 100%;
  display: flex;
}
.section-team .team-card__image img, .section-team .team-card__image picture {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-team .team-card__body {
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.section-team .team-card__body p {
  line-height: 1.77;
}
@media (min-width: 1240px){
  .section-team__inner > .grid-cols .editor:has(.btn-accent) .h1, .section-team__inner > .grid-cols .editor:has(.btn-accent) .h2, .section-team__inner > .grid-cols .editor:has(.btn-accent) .h3, .section-team__inner > .grid-cols .editor:has(.btn-accent) .h4, .section-team__inner > .grid-cols .editor:has(.btn-accent) .h5, .section-team__inner > .grid-cols .editor:has(.btn-accent) .h6, .section-team__inner > .grid-cols .editor:has(.btn-accent) h1, .section-team__inner > .grid-cols .editor:has(.btn-accent) h2, .section-team__inner > .grid-cols .editor:has(.btn-accent) h3, .section-team__inner > .grid-cols .editor:has(.btn-accent) h4, .section-team__inner > .grid-cols .editor:has(.btn-accent) h5, .section-team__inner > .grid-cols .editor:has(.btn-accent) h6 {
    align-self: center;
    text-align: center;
  }
}
@media (max-width: 1439.98px){
  .section-team__inner > .grid-cols {
    grid-template-columns: 0.6fr 1fr;
  }
  .section-team__inner > .grid-cols .cols-6 {
    grid-column: initial;
  }
  .section-team .team-card {
    flex-basis: calc((100% - 3.6rem) / 3);
    max-width: calc((100% - 3.6rem) / 3);
  }
}
@media (max-width: 1239.98px){
  .section-team__inner > .grid-cols .editor:has(.btn-accent) .btn-accent {
    min-width: 24.7rem;
  }
  .section-team__inner > .grid-cols .editor:has(.btn-accent) {
    gap: 2.4rem;
    display: flex;
    flex-direction: column;
  }
  .section-team__inner > .grid-cols .cols-6 {
    grid-column: 1/-1;
  }
  .section-team .team-card {
    flex-basis: calc((100% - 1.8rem) / 2);
    max-width: calc((100% - 1.8rem) / 2);
  }
}
@media (max-width: 1023.98px){
  .section-team .team-card__body h3 {
    font-size: 2rem;
  }
  .section-team .team-card__body p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 766.98px){
  .section-team + .section-areas-service {
    padding: 20px 0 60px;
  }
  .section-team__inner > .grid-cols .editor:has(.btn-accent) .btn-accent {
    width: 100%;
    justify-content: center;
  }
  .section-team__inner {
    gap: 2.4rem;
  }
  .section-team__list {
    gap: 1.4rem;
  }
  .section-team .team-card__body {
    padding: 14px 14px 16px;
  }
  .section-team .team-card__body h3 {
    font-size: 18px;
  }
  .section-team .team-card__body p {
    font-size: 15px;
  }
  .section-team .team-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .section-team {
    padding: 4rem 0;
  }
}
/*# sourceMappingURL=section-team.css.map */