.page__home_kids {
    background-image: url("/images/page_home/kids/background.png");
    background-color: #fff669;
    background-repeat: no-repeat;
    background-position: center top;
}
.page__home_kids .btn-primary{
    border-radius: 12px;
}
.page__home_kids .section__hero p{
    max-width: 80%;
}
.page__home_kids .section__hero .btn-primary{
    width: 50%;
    background-color: #966CEE;
    border-color: #966CEE;
    color: #fff;
}
.page__home_kids .section__how-helps .btn-primary{
    width: 100%;
    background-color: #FFF869;
    border-color: #FFF869;
    color: #615473;
}
.page__home_kids .header{
    position: relative;
    display: flex;
    height: 90px;
    align-items: end;
    background: transparent;
}
.page__home_kids .header__logo{
    width: auto;
    height: auto;
}
.page__home_kids .h1{
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
}
.page__home_kids .section__hero .h1, .page__home_kids .section__how-helps .h1{
    color: #615473;
}
.page__home_kids .section__universities .h1{
    color: #fff;
}
.page__home_kids .section__universities .btn-section{
    display: none;
}
.page__home_kids .section__how-helps .h1, .page__home_kids .section__universities .h1{
    font-size: 50px;
}
.page__home_kids .section__how-helps{
    padding-top: 100px;
}
.page__home_kids p{
    color: #615473;
    font-size: 18px;
    margin: 0;
}
.page__home_kids .section__hero{
    height: 750px;
    max-height: unset;
    align-items: center;
    padding-top: 0;
}
.university_stats__div{
    border-radius: 42px;
    padding: 40px 60px 20px 60px;
    background: #ffffff;
    min-height: 230px;
    max-width: 600px;
    margin-bottom: 10px;
    align-content: center;
}
.section__universities .university_stats__div .h1, .university_stats__div p, .university_stats__div hr{
    color: #966CEE;
}
.university_stats__div hr{
    margin: 10px 0;
    border: none;
    background-color: #966CEE;
    height: 3px;
    opacity: 1;
}
.how-helps__item h4{
    font-weight: 700;
}
.how-helps__item h4, .how-helps__item p{
    color: #ffffff;
}
.section__how-helps .how-helps__item{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
}
.how-helps__item svg{
    width: 70px;
    height: 70px;
}
.section__how-it-works .h1:first-child, .section__feedback .h1:first-child{
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.how-helps__list{
    margin-left: 40px;
}
.kids_feedback__swiper .courses__slide{
    height: auto;
}
.kids_feedback__card{
    padding: 20px;
    height: 100%;
}
.kids_feedback__card svg{
    height: 50px;
}
.kids_feedback__card h5{
    font-size: 1.1rem;
}
.kids_feedback__card p{
    font-size: 16px;
}
.swiper-wrapper {
    align-items: stretch;
}
.section__how-it-works img{
    max-width: 85%;
}
.section__how-it-works > .row{
    align-items: center;
    margin-bottom: 50px;
}
.section__fastRegForm_kids .section__form-img img{
    position: absolute;
    left: -200px;
    top: -150px;
    max-width: 750px;
}
.section__fastRegForm_kids .section__fastRegForm-text{
    position: relative;
}
.section__fastRegForm_kids .block{
    overflow: unset;
}
.section__fastRegForm_kids .trajectory__price{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.trajectory__price h2{
    color: #F3191980;
}
.logos-slider__wrapper {
    width: 120%;
    height: 100px;
    overflow: hidden;
    pointer-events: none;
    z-index: 10;
}

.logos-slider__wrapper .slider__track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.slider__track img {
    margin-right: 40px;
}

#viewport:has(.page__home_kids){
    padding-top: 0 !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.helps__item_header svg{
    display: none;
}
.section__how-it-works{
    counter-reset: h4;
    padding-top: 100px;
}
.section__how-it-works h4 {
    counter-increment: h4;
}
@media (max-width: 1620px) {
    .section__how-it-works{
        padding-top: 50px;
    }
    .section__how-helps .section__hero-bg{
        align-items: start;
    }
    .section__how-helps .section__hero-bg img{
        width: 600px;
    }
    .section__fastRegForm_kids .section__form-img img{
        max-width: 650px;
    }
    .section__fastRegForm_kids .form__wrap .h1, .section__fastRegForm_kids .form__wrap h2, .section__fastRegForm_kids .trajectory__price .h1{
        font-size: 26px;
    }
    .section__fastRegForm_kids .form__wrap p{
        line-height: 1.1;
        font-size: 16px;
    }
    .page__home_kids .section__hero .btn-primary{
        width: auto;
    }
}

@media (max-width: 1199.98px) {
    .logos-slider__wrapper {
        width: 100%;
    }
    .how-helps__list {
         margin-left: 0;
    }
    .page__home_kids .h1, .page__home_kids .section__how-helps .h1, .trajectory__price h2, .page__home_kids .section__universities .h1{
        font-size: 34px;
    }
    .page__home_kids .form__wrap p{
        font-size: 12px;
    }
    .section__feedback .h1:first-child{
        color: #615473;
    }
}


@media (max-width: 991.98px) {
    .page__home_kids .h1, .page__home_kids .section__how-helps .h1, .trajectory__price h2{
        font-size: 36px;
    }
    .section__form-img{
        display: none;
    }
    .page__home_kids .header{
        height: 20px;
        min-height: unset;
    }
    .page__home_kids .section__hero-bg{
        display: none;
    }
    .page__home_kids .section__hero > .row{
        align-items: start;
    }
    .page__home_kids .section__hero p{
        margin-bottom: 20px;
    }
    .page__home_kids .university_stats__div{
        padding: 20px 30px 20px 30px;
        min-height: 170px;
    }
    .section__how-helps .how-helps__list{
        margin: 30px 0;
    }
    .section__how-helps .how-helps__list .helps__item_content h4 {
        font-size: 20px;
    }
    .page__home_kids .section__how-helps .h1, .section__feedback .h1:first-child {
        text-align: center;
        color: #fff;
    }
    .page__home_kids .section__universities .h1{
        margin: 30px 0 50px 0;
    }
    .page__home_kids .section__universities .university_stats__div .h1{
        margin: 20px 0;
    }
    .section__universities, .section__how-helps{
        background-color: #956cee;
    }
}

@media (max-width: 750px) {
    .page__home_kids .section__how-helps .h1, .section__feedback .h1:first-child, .page__home_kids .section__universities .h1 {
        font-size: 24px;
    }
    .page__home_kids p{
        font-size: 16px;
    }
}
@media (max-width: 479.98px) {
    .page__home_kids .header__logo{
        height: 30px;
    }
    .page__home_kids .section__universities .h1 {
        font-size: 20px;
    }
    .page__home_kids{
        background-image: url("/images/page_home/kids/background-mob.png");
    }
    .page__home_kids .h1 {
        font-size: 22px;
    }

    .page__home_kids .section__hero {
        height: 550px;
    }
    .page__home_kids .section__hero .btn-primary{
        width: auto;
    }
    .university_stats__div{
        min-height: 170px;
    }
    .slider__track img{
        height: 70px;
    }
    .logos-slider__wrapper{
        height: 80px;
    }
    .page__home_kids .section__universities .row:first-child .h1{
        line-height: 1.3;
        margin: 20px 0 30px 0;
    }
    .page__home_kids .section__universities .btn-primary{
        background-color: #ffffff;
        border-color: #ffffff;
        color: #966cee;
    }
    .page__home_kids .section__how-helps{
        padding-top: 80px;
    }
    .section__how-helps .how-helps__item{
        flex-direction: column;
        gap: 15px;
    }
    .section__how-helps .how-helps__item .helps__item_img {
        display: none;
    }
    .section__how-helps .how-helps__item .helps__item_header{
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
    .section__how-helps .how-helps__item .helps__item_header svg, .page__home_kids .section__universities .btn-section{
        display: block;
    }
    .section__how-it-works > .row{
        gap: 20px;
    }
    .section__how-it-works h4::before{
        content: counter(h4) ". ";
    }
    .section__how-it-works h4{
        font-size: 20px;
        font-weight: 700;
    }
    .section__how-it-works{
        padding-top: 0;
    }
    .section__how-it-works img{
        max-width: 100%;
    }
    .section__feedback .h1:first-child{
        margin-bottom: 0;
    }
    .page__home_kids .form__wrap .h1{
        font-size: 24px;
    }
    .page__home_kids .trajectory__price .h1, .page__home_kids .trajectory__price h2{
        font-size: 32px;
    }
    .section__universities, .section__how-helps{
        background-color: unset;
    }
}
@media (max-width: 349.98px) {
    .page__home_kids .section__universities .row:first-child .h1{
        margin: 15px 0;
    }
    .page__home_kids p{
        font-size: 14px;
    }

}