.reviews--static .reviews__title {
  margin-bottom: 3.75rem;
}
.reviews--static .reviews__wrapper::before {
  content: unset;
}
.reviews--static .reviews__column {
  -webkit-animation: unset;
  animation: unset;
}
.reviews__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 1.5rem;
  background-color: var(--white-002);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.reviews__label--center {
  margin: 0 auto !important;
}
.reviews__logo {
  width: 5.3125rem;
  height: 3rem;
  margin-right: 1rem;
}
.reviews__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews__evaluation {
  font-size: max(1.75rem, 12px);
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-right: 0.5rem;
}
.reviews__star {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
}
.reviews__star > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.reviews__text {
  max-width: 32.5rem;
  width: 100%;
  margin-left: 1.25rem;
  color: var(--white-07);
}
.reviews__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  overflow: hidden;
  max-height: 50rem;
  z-index: 2;
}
.reviews__wrapper::before, .reviews__wrapper::after {
  content: "";
  position: absolute;
  left: -50vw;
  width: 200vw;
  height: 9.375rem;
  z-index: 1;
  pointer-events: none;
}
.reviews__wrapper::before {
  top: -1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#09090a), color-stop(40%, #09090a), to(rgba(9, 9, 10, 0)));
  background: linear-gradient(360deg, #09090a 0%, #09090a 40%, rgba(9, 9, 10, 0) 100%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.reviews__wrapper::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#09090a), color-stop(40%, #09090a), to(rgba(9, 9, 10, 0)));
  background: linear-gradient(360deg, #09090a 0%, #09090a 40%, rgba(9, 9, 10, 0) 100%);
}
.reviews__wrapper > * {
  margin: 0 8px;
  width: calc(33.3333333333% - 16px);
}
.reviews__column {
  -webkit-animation: verticalScroll 30s linear infinite;
  animation: verticalScroll 30s linear infinite;
}
.reviews__column--reverse {
  -webkit-animation: verticalScrollReverse 30s linear infinite;
  animation: verticalScrollReverse 30s linear infinite;
}
@media (any-hover: hover) {
  .reviews__column:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
.reviews__card {
  position: relative;
  padding: 2rem;
  border-radius: 2rem;
}
.reviews__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.reviews__card-avatar {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}
.reviews__card-avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.reviews__card-name {
  font-weight: 700;
}
.reviews__card-course {
  position: relative;
  font-size: max(0.9375rem, 12px);
  line-height: 100%;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  margin-top: 1.5rem;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.reviews__card:not(:last-child) {
  margin-bottom: 1rem;
}
.reviews__card.empty {
  min-height: 21.875rem;
}
.reviews__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .reviews--static .reviews__title {
    margin-bottom: 32px;
  }
  .reviews__label {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(15, 15, 15, 0.2);
    margin-bottom: 32px;
  }
  .reviews__logo {
    width: 71px;
    height: 40px;
    margin-right: 8px;
  }
  .reviews__evaluation {
    font-size: 20px;
    margin-right: 6.5px;
  }
  .reviews__star {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .reviews__descr {
    font-size: 14px;
    line-height: 130%;
  }
  .reviews__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .reviews__text {
    margin-top: 22px;
    margin-left: unset;
    line-height: 140%;
  }
  .reviews__wrapper {
    margin: unset;
    max-height: 1205px;
  }
  .reviews__wrapper::before, .reviews__wrapper::after {
    height: 280px;
  }
  .reviews__wrapper::before {
    top: -66px;
  }
  .reviews__wrapper::after {
    bottom: -66px;
  }
  .reviews__wrapper > * {
    margin: unset;
    width: 100%;
  }
  .reviews__wrapper > *:not(:first-child) {
    display: none;
  }
  .reviews__card {
    padding: 24px;
  }
  .reviews__card-row {
    margin-bottom: 20px;
  }
  .reviews__card-avatar {
    width: 48px;
    height: 48px;
  }
  .reviews__card-text {
    font-size: 16px;
    line-height: 140%;
    color: var(--white-07);
  }
  .reviews__card-course {
    font-size: 14px;
    margin-top: 20px;
  }
  .reviews__button {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=reviews.css.map */
/*# sourceMappingURL=reviews.css.map */