.t978__arrow::after {
       color: #f5b12e;
    scale: 2;
    margin-left: 3px;
}

.t450__right_descr {
        color: black;
}

.t456__linewrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* bottom: 0; */
    /* left: 0; */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    z-index: 1;
}

.t456__imglogo {
    scale: 2;
}

.t456__imglogo {
  scale: 2;
}

@media (max-width: 1279px) {
  .t456__imglogo {
    margin-left: 40px !important;
  }
}

.tn-elem[data-elem-id="1753689985608"] .tn-atom, .tn-elem[data-elem-id="1753689985608"] .tn-atom, .tn-elem[data-elem-id="1753689951283"] .tn-atom, .tn-elem[data-elem-id="1753689972437"] .tn-atom, .tn-elem[data-elem-id="1753689605110"] .tn-atom {
    padding-left: 20px;
}

@media (max-width: 449px) {
.tn-elem[data-elem-id="1753689985608"] .tn-atom, .tn-elem[data-elem-id="1753689985608"] .tn-atom, .tn-elem[data-elem-id="1753689951283"] .tn-atom, .tn-elem[data-elem-id="1753689972437"] .tn-atom, .tn-elem[data-elem-id="1753689605110"] .tn-atom {
    padding-left: 5px;
}
}

.Hover-color:hover {
    opacity: 0.85;
}

.t-checkbox__indicator:after {
    border: solid #eba421;
    border-width: 0 2px 2px 0;
}


-----

.egedu-reviews-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.egedu-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.egedu-slider-track {
  display: flex;
  gap: 40px;
  transition: transform 0.3s ease;
}

/* по умолчанию 3 карточки */
.egedu-review-item {
  flex: 0 0 calc((100% - 80px) / 3); /* 3 карточки и 2 промежутка по 40px */
}

.egedu-review-card {
  background-color: #3f6f6b; /* твой зелёный */
  border-radius: 20px;
  padding: 32px 28px 32px 28px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

/* аватар */
.egedu-review-photo-wrap {
  margin-top: -80px;
  margin-bottom: 20px;
}

.egedu-review-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #f7f4ed; /* цвет фона секции */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* имя и текст */
.egedu-review-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111111;
}

.egedu-review-text {
  font-size: 16px;
  line-height: 1.5;
}

/* стрелки */
.egedu-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.egedu-arrow-left {
  left: -10px;
}

.egedu-arrow-right {
  right: -10px;
}

.egedu-slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* адаптив: планшет — 2 карточки */
@media (max-width: 1024px) {
  .egedu-review-item {
    flex: 0 0 calc((100% - 40px) / 2);
  }

  .egedu-reviews-slider {
    max-width: 1000px;
  }
}

/* адаптив: мобилка — 1 карточка */
@media (max-width: 640px) {
  .egedu-review-item {
    flex: 0 0 100%;
  }

  .egedu-slider-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    margin-top: 16px;
  }

  .egedu-arrow-left {
    left: calc(50% - 60px);
  }

  .egedu-arrow-right {
    right: calc(50% - 60px);
  }

  .egedu-review-photo-wrap {
    margin-top: -60px;
  }

  .egedu-review-photo {
    width: 110px;
    height: 110px;
  }
}
