@charset "UTF-8";
body {
  overflow: visible !important;
}

.page_kids {
  font-family: Rubik;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.top-bar.top-bar--blue {
  background-color: #3F66BF;
}

.kids-btn {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  padding: 0.75em 2.5em;
  border-radius: 2em;
  width: auto;
}
@media (max-width: 1000px) {
  .kids-btn {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .kids-btn {
    font-size: 16px;
  }
}
.kids-btn_orange {
  background: #FDA729;
}
.kids-btn_green {
  background: #3CBB5F;
}

.page_kids .top-bar {
  padding: 0;
}
.page_kids .top-bar__container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}

.kids-hero {
  background-image: url(/templates/svg/new-main-landing/new-main-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #3F66BF;
}
.kids-hero__cnt {
  flex-wrap: nowrap;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .kids-hero__cnt {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 50px;
  }
}
.kids-hero__info {
  width: 100%;
  max-width: 630px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .kids-hero__info {
    max-width: 50%;
  }
}
@media (max-width: 750px) {
  .kids-hero__info {
    max-width: 100%;
  }
}
.kids-hero__label {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 4px 16px;
  border-radius: 20px;
  background: white;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .kids-hero__label {
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px 5px;
    margin-bottom: 17px;
  }
}
.kids-hero__label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 13px;
  border-radius: 15px;
  background: #3CBB5F;
}
@media (max-width: 750px) {
  .kids-hero__label::before {
    width: 10px;
    transform: translateY(1px);
  }
}
.kids-hero__label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-align: left;
  color: #3E59B9;
}
@media (max-width: 750px) {
  .kids-hero__label span {
    font-size: 12px;
    line-height: 1;
  }
}
.kids-hero__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1904761905;
  color: white;
  margin-bottom: 35px;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .kids-hero__title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 750px) {
  .kids-hero__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.kids-hero__descr {
  font-size: 22px;
  line-height: 1.2727272727;
  color: white;
}
@media (max-width: 1000px) {
  .kids-hero__descr {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .kids-hero__descr {
    font-size: 12px;
    text-align: center;
  }
}
.kids-hero__action {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .kids-hero__action {
    margin-top: 20px;
    text-align: center;
  }
}
.kids-hero__thumb {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .kids-hero__thumb {
    justify-content: center;
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .kids-hero__thumb img {
    max-width: 230px;
  }
}

.values__cnt {
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 85px;
  max-width: 1300px;
}
@media (max-width: 1000px) {
  .values__cnt {
    padding-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .values__cnt {
    padding-bottom: 25px;
  }
}
.values__title {
  width: 100%;
  text-align: center;
  font-size: 42px;
  color: #111111;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .values__title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .values__title {
    font-size: 28px;
  }
}
.values__subtitle {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #2E2D36;
  margin-top: 18px;
}
@media (max-width: 750px) {
  .values__subtitle {
    font-size: 16px;
  }
}
.values__items {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  align-items: stretch;
  margin-top: 35px;
}
.values__items .value-item__dig {
  font-family: "Rubik";
  font-weight: 600;
}
@media (max-width: 1000px) {
  .values__items {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .values__items {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

.value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  .value-item {
    flex: 37% 1 0;
  }
}
.value-item__dig {
  font-size: 64px;
  font-weight: 500;
  color: #3E59B9;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .value-item__dig {
    font-size: 48px;
  }
}
@media (max-width: 750px) {
  .value-item__dig {
    font-size: 32px;
  }
}
.value-item__text {
  font-size: 18px;
  color: #2E2D36;
  text-align: center;
}
.value-item__text p {
  line-height: 1.1;
}

.awards {
  background: #F3F7FC;
  padding: 45px 0 50px 0;
}
@media (max-width: 1000px) {
  .awards {
    padding: 35px 0;
  }
}
@media (max-width: 750px) {
  .awards {
    padding: 25px 0;
  }
}
.awards__list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .awards__list {
    gap: 5px;
  }
}
.award {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
}
.award_2 {
  max-width: 435px;
}
@media (max-width: 1000px) {
  .award_2 {
    order: 3;
    margin-top: 20px;
  }
}
.award_3 {
  max-width: 250px;
}
@media (max-width: 1000px) {
  .award_3 {
    order: 2;
  }
}
@media (max-width: 1000px) {
  .award {
    width: 45%;
    max-width: 40%;
  }
}
.award__img-wrpr {
  aspect-ratio: 210/245;
  width: 210px;
  position: relative;
  background: url("/img/kids/award.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1000px) {
  .award__img-wrpr {
    width: 150px;
  }
}
@media (max-width: 750px) {
  .award__img-wrpr {
    width: 83px;
  }
}
.award__date {
  position: absolute;
  color: #F15A29;
  font-size: 33px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  top: 35%;
}
@media (max-width: 1000px) {
  .award__date {
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  .award__date {
    font-size: 13px;
  }
}
.award__text {
  font-size: 29px;
  font-weight: 600;
  color: #3CBB5F;
  text-align: center;
  margin-top: 25px;
}
.award__text p {
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .award__text {
    font-size: 22px;
    margin-top: 19px;
  }
}
@media (max-width: 750px) {
  .award__text {
    font-size: 12px;
    margin-top: 12px;
  }
}

.kids-select-course {
  color: #111111;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .kids-select-course {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .kids-select-course {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.kids-select-course__title {
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1904761905;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .kids-select-course__title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .kids-select-course__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.kids-select-course__subtitle {
  width: 100%;
  font-size: 24px;
  line-height: 1.3333333333;
  text-align: center;
}
@media (max-width: 1000px) {
  .kids-select-course__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .kids-select-course__subtitle {
    font-size: 16px;
  }
}
.kids-select-course__viewport {
  width: 100%;
}
@media (max-width: 750px) {
  .kids-select-course__viewport {
    overflow: hidden;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
  }
}
.kids-select-course__courses {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .kids-select-course__courses {
    flex-direction: column;
    margin-top: 35px;
  }
}
@media (min-width: 750px) {
  .kids-select-course__courses .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.kids-select-course__action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.kids-course {
  display: flex;
  flex-direction: column;
  background: #F3F7FC;
  border-radius: 20px;
  padding: 30px 20px 30px 30px;
  width: 100%;
  max-width: 385px;
  position: relative;
}
@media (min-width: 750px) {
  .kids-course {
    flex: 26% 1 0;
  }
}
@media (max-width: 750px) {
  .kids-course {
    flex-shrink: 0;
    width: 385px;
  }
}
.kids-course__top {
  display: flex;
  gap: 15px;
}
.kids-course__img-wrpr {
  width: 123px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1000px) {
  .kids-course__img-wrpr {
    width: 115px;
  }
}
@media (max-width: 750px) {
  .kids-course__img-wrpr {
    width: 85px;
  }
}
.kids-course__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
}
.kids-course__age {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: white;
  padding: 6px 15px;
  border-radius: 30px;
  background: #3E59B9;
  position: absolute;
  transform: rotate(17deg);
  top: 3px;
  right: -25px;
  z-index: 2;
}
@media (max-width: 750px) {
  .kids-course__age {
    font-size: 14px;
    padding: 5px 12px;
    transform: rotate(0deg) translateX(50%);
    top: -12px;
    right: 50%;
    left: auto;
  }
}
.kids-course__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1764705882;
  color: #3E59B9;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .kids-course__title {
    font-size: 29px;
  }
}
@media (max-width: 750px) {
  .kids-course__title {
    font-size: 24px;
  }
}
.kids-course__description {
  margin-top: 14px;
  color: #504F4F;
  line-height: 1.35;
}
@media (max-width: 1000px) {
  .kids-course__description {
    width: calc(100% + 20px);
    font-size: 13px;
  }
}
@media (max-width: 750px) {
  .kids-course__description {
    width: calc(100% + 55px);
    font-size: 12px;
    margin-top: 17px;
  }
}
.kids-course__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .kids-course__list {
    margin-top: 20px;
    gap: 14px;
  }
}
.kids-course__list-item {
  position: relative;
  display: flex;
  gap: 5px;
}
.kids-course__list-item b {
  font-weight: 500;
}
@media (max-width: 750px) {
  .kids-course__list-item {
    font-size: 13px;
  }
}
.kids-course__list-item::before {
  content: "★";
  color: #FDA729;
  font-size: 20px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .kids-course__list-item::before {
    font-size: 16px;
  }
}
.kids-course__list-item p {
  flex-grow: 1;
  line-height: 1.2;
}
.kids-course__action {
  margin-top: auto;
}
.about-premium {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #F3F7FC;
}
.about-premium__top {
  display: flex;
  width: 100%;
}
.about-premium__top-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 650px;
}
.about-premium__top-title {
  font-size: 42px;
  font-weight: 500;
  color: #3E59B9;
  line-height: 1.15;
}
@media (min-width: 750px) {
  .about-premium__top-title b {
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media (max-width: 1000px) {
  .about-premium__top-title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .about-premium__top-title {
    font-size: 25px;
    text-align: center;
  }
}
.about-premium__top-text {
  color: black;
  font-size: 20px;
  line-height: 1.15;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .about-premium__top-text {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .about-premium__top-text {
    font-size: 16px;
    text-align: center;
  }
}
.about-premium__top-img-wrpr {
  margin-left: auto;
  flex-shrink: 0;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: -45px;
}
.about-premium__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .about-premium__content {
    margin-top: 30px;
  }
}
.about-premium__content-header {
  border-radius: 12px 12px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #3E59B9;
  color: white;
  padding: 30px 40px;
}
@media (max-width: 1000px) {
  .about-premium__content-header {
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .about-premium__content-header {
    padding: 30px 20px;
  }
}
.about-premium__content-header .p1 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .about-premium__content-header .p1 {
    font-size: 27px;
  }
}
@media (max-width: 750px) {
  .about-premium__content-header .p1 {
    font-size: 24px;
  }
}
.about-premium__content-header .p2 {
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .about-premium__content-header .p2 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .about-premium__content-header .p2 {
    font-size: 14px;
  }
}
.about-premium__content-body {
  display: flex;
  padding: 35px;
  gap: 20px;
  border-radius: 0 0 12px 12px;
  background: white;
}
@media (max-width: 1000px) {
  .about-premium__content-body {
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .about-premium__content-body {
    padding: 20px;
    flex-direction: column;
  }
}
.about-premium__content-col {
  display: flex;
  flex: 40% 1 0;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .about-premium__content-col {
    padding-right: 20px;
  }
}
@media (max-width: 750px) {
  .about-premium__content-col {
    padding-right: 0;
  }
}
.about-premium__content-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}
.about-premium__content-list li {
  font-size: 16px;
  position: relative;
  padding-left: 45px;
  line-height: 1.35;
}
.about-premium__content-list li:before {
  content: "";
  aspect-ratio: 29/26;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/kids/check-green.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 29px;
}
.about-premium__content-list li b {
  font-weight: 500;
}
.about-premium__action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.movies {
  background: #323435;
  color: white;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .movies {
    padding-top: 60px;
  }
}
.movies__row-1 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media (max-width: 750px) {
  .movies__row-1 {
    flex-direction: column;
  }
}
.movies__row-2 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  margin-top: 45px;
}
@media (max-width: 750px) {
  .movies__row-2 {
    flex-direction: column-reverse;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.movies__logo {
  flex-shrink: 0;
}
.movies__p1 {
  font-size: 20px;
  text-align: right;
  margin-left: auto;
  max-width: 740px;
}
@media (max-width: 750px) {
  .movies__p1 {
    text-align: center;
  }
}
.movies__info {
  width: 100%;
  max-width: 340px;
}
@media (max-width: 750px) {
  .movies__info {
    width: 100%;
    max-width: 100%;
  }
}
.movies__info ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .movies__info ul {
    font-size: 20px;
  }
}
.movies__info ul .check {
  color: rgb(240, 176, 11);
  margin-right: 7px;
  display: inline;
}
.movies__p2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .movies__p2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 750px) {
  .movies__p2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.about-program {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  .about-program {
    padding-top: 65px;
  }
}
@media (max-width: 750px) {
  .about-program {
    padding: 45px 0;
  }
}
.about-program__cnt {
  max-width: 100%;
}
.about-program__title {
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  color: #3E59B9;
}
@media (max-width: 1000px) {
  .about-program__title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .about-program__title {
    font-size: 28px;
  }
}
.about-program__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-top: 90px;
}
@media (max-width: 750px) {
  .about-program__list {
    margin-top: 65px;
  }
}
.about-program__action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.about-program-item {
  flex: 35% 1 0;
  max-width: 585px;
  background: #F3F7FC;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px 30px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .about-program-item {
    flex: 60% 1 0;
  }
}
.about-program-item__number {
  aspect-ratio: 1/1;
  width: 68px;
  text-align: center;
  background: #3E59B9;
  color: white;
  border-radius: 10px;
  margin-top: -34px;
  overflow: hidden;
}
.about-program-item__number span {
  font-size: 40px;
  font-weight: 500;
  display: block;
  transform: translateY(35%);
}
.about-program-item__text {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.choose-us {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .choose-us {
    padding-top: 40px;
  }
}
@media (max-width: 750px) {
  .choose-us {
    padding-top: 10px;
  }
}
.choose-us__cnt {
  gap: 20px;
}
.choose-us__title-wrpr {
  flex: 30% 1 0;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .choose-us__title-wrpr {
    flex: 100% 0 0;
  }
}
.choose-us__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2380952381;
}
@media (max-width: 1000px) {
  .choose-us__title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .choose-us__title {
    font-size: 28px;
    text-align: center;
    flex: 100% 0 0;
  }
}
.choose-us-item {
  flex: 30% 1 0;
  padding: 22px 26px 22px 26px;
  border-radius: 10px;
  background: #F3F7FC;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .choose-us-item {
    flex: 100% 0 0;
  }
}
.choose-us-item__number {
  aspect-ratio: 1/1;
  background: #3E59B9;
  width: 48px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.75em;
  text-align: center;
  color: white;
  overflow: hidden;
}
.choose-us-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-top: 30px;
}
.choose-us-item__title p {
  line-height: inherit;
}
.choose-us-item__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  color: #666666;
  margin-top: 15px;
}
@media (max-width: 750px) {
  .choose-us-item__description {
    font-size: 12px;
    margin-top: 10px;
  }
}
.choose-us__action {
  margin-top: 60px;
}
.choose-us__action p {
  text-align: center;
}
.kids-mentors {
  padding-top: 130px;
}
@media (min-width: 750px) {
  .kids-mentors {
    background: #F3F7FC;
  }
}
@media (max-width: 750px) {
  .kids-mentors {
    padding-top: 0;
  }
}
.kids-mentors__slider-wrpr {
  width: 100%;
}
.kids-mentors__viewport {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .kids-mentors__viewport {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .kids-mentors__viewport {
    width: 350px;
  }
}
.mentors-slide-wrpr {
  display: block;
}

.mentors-slide {
  display: flex;
}
@media (max-width: 1000px) {
  .mentors-slide {
    flex-direction: column-reverse;
    width: 700px;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .mentors-slide {
    width: 350px;
  }
}
.mentors-slide__info {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-top: 10px;
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .mentors-slide__info {
    width: 100%;
  }
}
.mentors-slide__top-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #3E59B9;
}
.mentors-slide__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1764705882;
  color: #3CBB5F;
  margin-top: 45px;
}
@media (max-width: 1000px) {
  .mentors-slide__title {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .mentors-slide__title {
    font-size: 22px;
  }
}
.mentors-slide__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 18px;
}
@media (max-width: 1000px) {
  .mentors-slide__description {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .mentors-slide__description {
    font-size: 14px;
  }
}
.mentors-slide__img-wrpr {
  width: 55%;
  max-width: 650px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #F3F7FC;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 35px 20px 0;
  background: #F3F7FC;
}
@media (max-width: 1000px) {
  .mentors-slide__img-wrpr {
    background: #3E59B9;
    width: 100%;
  }
}
.mentors-slide__arrows {
  margin-top: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
.mentors-slide__arrows span {
  font-size: 24px;
}
@media (max-width: 1000px) {
  .mentors-slide__arrows {
    margin-top: 15px;
  }
}
.mentors-slide__arrow {
  aspect-ratio: 1/1;
  width: 64px;
  background: url("/img/kids/metors-slider-arrow.svg") no-repeat center center/contain;
  border: none;
}
.mentors-slide__arrow_prev {
  transform: rotate(180deg);
}
.mentors-slide__arrow_disabled {
  opacity: 0.25;
}

.kids-advantages {
  padding-top: 170px;
}
@media (max-width: 750px) {
  .kids-advantages {
    padding-top: 75px;
  }
}
.kids-advantages__top {
  width: 100%;
  display: flex;
  align-items: center;
}
.kids-advantages__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-right: auto;
  color: #3E59B9;
}
@media (max-width: 1000px) {
  .kids-advantages__title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .kids-advantages__title {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
}
.kids-advantages__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}
@media (max-width: 750px) {
  .kids-advantages__list {
    flex-direction: column;
  }
}
.kids-advantages__action {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.kids-advantage-item {
  flex: 29% 1 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 20px 10px 20px 30px;
}
.kids-advantage-item_1 {
  background-color: #E4FFEB;
}
.kids-advantage-item_2 {
  background-color: #E4F5FF;
}
.kids-advantage-item_3 {
  background-color: #FFF4E4;
}
@media (max-width: 1000px) {
  .kids-advantage-item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.kids-advantage-item__icon {
  max-width: 50px;
}
.kids-advantage-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 25px;
}
@media (max-width: 1000px) {
  .kids-advantage-item__title {
    font-size: 18px;
    width: calc(100% - 65px);
    margin-left: 15px;
    margin-top: 0;
  }
}
.kids-advantage-item__description {
  font-size: 14px;
  line-height: 1.3571428571;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .kids-advantage-item__description {
    font-size: 16px;
    width: 100%;
  }
}
.kids-advantage-item p {
  line-height: inherit;
}

.kids-feedbacks {
  padding-top: 170px;
}
@media (max-width: 1000px) {
  .kids-feedbacks {
    padding-top: 120px;
  }
}
@media (max-width: 750px) {
  .kids-feedbacks {
    padding-top: 60px;
  }
}
.kids-feedbacks__title {
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1904761905;
  text-align: center;
  color: #3E59B9;
}
@media (max-width: 1000px) {
  .kids-feedbacks__title {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .kids-feedbacks__title {
    font-size: 28px;
  }
}
.kids-feedbacks__viewport {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 750px) {
  .kids-feedbacks__viewport {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.kids-feedbacks__list {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  .kids-feedbacks__list .swiper-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .kids-feedbacks__list .swiper-slide {
    height: auto;
  }
}
.kids-feedbacks__list-col {
  flex: 30% 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kids-feedbacks__action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

.kids-feedback-item {
  border: 1px solid #F3F7FC;
  border-radius: 10px;
  padding: 20px;
  color: #2E2D36;
}
@media (min-width: 750px) {
  .kids-feedback-item {
    flex: 30% 1 0;
  }
}
@media (max-width: 750px) {
  .kids-feedback-item {
    width: 340px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.kids-feedback-item__top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kids-feedback-item__photo-wrpr {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 48px;
  border-radius: 50px;
}
.kids-feedback-item__photo-wrpr_attention {
  width: 60px;
  margin-left: 10px;
  margin-top: 10px;
}
.kids-feedback-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kids-feedback-item__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
}
.kids-feedback-item__name_attention {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: #3CBB5F;
  margin-top: 55px;
}
.kids-feedback-item__course {
  font-size: 12px;
  line-height: 1.33;
}
.kids-feedback-item__course .sp-2 {
  font-weight: 500;
  color: #3E59B9;
}
.kids-feedback-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 30px;
}
.kids-feedback-item__text_attention {
  margin-top: 20px;
}
.kids-feedback-item p {
  line-height: inherit;
}

.hide-if-apple {
  display: block;
}

.hide-if-not-apple {
  display: none;
}

.ios .hide-if-apple, .macos .hide-if-apple {
  display: none;
}
.ios .hide-if-not-apple, .macos .hide-if-not-apple {
  display: block;
}

.app-banner__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.blgr-app-banner__hands {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .blgr-app-banner__hands {
    display: none;
  }
}

@media (max-width: 900px) {
  .app-banner__col-2 {
    background-image: none !important;
    color: white !important;
  }
}

.request {
  padding-top: 50px;
}
@media (max-width: 750px) {
  .request {
    padding-top: 0;
  }
}
.request__cnt {
  background: #F3F7FC;
  border-radius: 20px;
  padding: 40px 50px 100px;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
}
@media (max-width: 750px) {
  .request__cnt {
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}
.request__form-wrpr {
  width: 100%;
  max-width: 390px;
  padding-top: 15px;
  margin-right: auto;
}
@media (max-width: 750px) {
  .request__form-wrpr {
    margin-top: 15px;
    margin-left: auto;
  }
}
.request__form-wrpr span.ui-btn {
  background-color: #FDA729;
  font-size: 19px;
  font-weight: 500;
  padding: 0.75em 0.2em;
  border-radius: 4em;
  color: white;
}
@media (max-width: 1000px) {
  .request__form-wrpr span.ui-btn {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .request__form-wrpr span.ui-btn {
    font-size: 16px;
  }
}
.request__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2142857143;
  text-align: left;
  color: #3E59B9;
  margin-bottom: 20px;
}
.request__img-wrpr {
  margin-left: 20px;
}
@media (max-width: 750px) {
  .request__img-wrpr {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.request__img-qe {
  position: absolute;
  z-index: 1;
  right: -70px;
  bottom: -80px;
}
@media (max-width: 1000px) {
  .request__img-qe {
    width: 175px;
    right: -54px;
    bottom: -55px;
  }
}
@media (max-width: 750px) {
  .request__img-qe {
    width: 100px;
    right: -40px;
    bottom: -30px;
  }
}
.request .iti__error-label[for=phone] {
  display: none;
}
.request .iti__error-label[for=phone].phone-input-incorrect {
  display: block;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .hid-desk {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .hid-tab {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .hid-mob {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .vis-desk {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .vis-tab {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .vis-mob {
    display: none !important;
  }
}

.ui-popup__body {
  background: white;
  max-width: 400px;
  border-radius: 10px;
}
.ui-popup__body .ltres__form-title {
  color: #3E59B9;
}
.ui-popup__body .iti__error-label[for=phone] {
  display: none;
}

.ui-popup_kids-landing .ui-btn {
  font-size: 19px;
  font-weight: 400;
  padding: 0.75em 0.3em;
  border-radius: 4em;
}
@media (max-width: 1000px) {
  .ui-popup_kids-landing .ui-btn {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .ui-popup_kids-landing .ui-btn {
    font-size: 16px;
  }
}
.ui-popup_kids-landing .ltres__form {
  padding: 50px 30px;
}/*# sourceMappingURL=style.css.map */