/*  INDEX COMMONS*/

.index {

}

.index__wrapper {

}

.index-page-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index-unique-program-background {
    position: relative;
    min-height: 1081px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.index__block-unique-program {
    padding-bottom: 240px;
}

.index__block-sign-up-lesson {
    padding-bottom: 120px;
}

.index__block-step-cards .step-block__left {
    width: 37%;
    text-align: right;
    padding: 50px 82px 0px 0px;
}

.index__block-step-cards .step-block__right {
    width: 63%;
    padding: 50px 0 38px 81px;
}

.index__block-getting-skills {
    padding-bottom: 114px;
}

.index__block-leave-request .leave-request__background-img {
    background-position: 30%;
}

@media (max-width: 991px) {
    .index__block-unique-program {
        padding-bottom: 362px;
    }

    .index__block-sign-up-lesson {
        padding-bottom: 90px;
    }

    .index__block-step-cards .step-block__left,
    .index__block-step-cards .step-block__right {
        text-align: left;
        width: 100%;
        padding: 0px;
    }

    .index__block-getting-skills {
        padding-bottom: 90px;
    }
}

/*  /INDEX COMMONS*/

/*  index-unique-program block  */

.index-unique-program {
    position: relative;
}

.index-unique-program__container {
    max-width: 748px;
}

.index-unique-program__title {
    margin-bottom: 10px;
}

.index-unique-program__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 60px 0;
    gap: 30px 44px;
}

.index-unique-program__card {
    display: flex;
    align-items: center;
}

.index-unique-program__card-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.index-unique-program__card-img img {
    width: 100%;
    height: 100%;
}

.index-unique-program__card-text {
    white-space: nowrap;
}

.index-unique-program__button {
    padding: 25px;
    max-width: 340px;
    width: 100%;
    font-size: 16px;
}

.index-unique-program__background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px)  {
    .index-unique-program-background {
        margin-top: 400px;
        background-position:top right 20%;
        min-height: 693px;
        height: 693px;
    }
    
    .index-unique-program__cards {
        margin: 30px 0;
        grid-template-columns: 1fr;
    }
}

/*  /index-unique-program block  */

/*  index-sign-up-lesson  */

.index-sign-up-lesson {

}

.index-sign-up-lesson__wrapper {
    padding: 16px 30px 16px 20px;
    background-color: #F2F7FF;
    border: 2px solid #E2EDFF;
    border-radius: 6px;
    overflow: hidden;
}

.index-sign-up-lesson__content {
    display: flex;
    align-items: center;
}

.index-sign-up-lesson__img {
    max-width: 356px;
    max-height: 356px;
    margin-right: 50px;
}

.index-sign-up-lesson__img img {
    width: 100%;
    height: 100%;
}

.index-sign-up-lesson__title {
    margin-bottom: 10px;
}

.index-sign-up-lesson__form {
    padding-top: 30px;
}

.index-sign-up-lesson__form-controls {
    margin-bottom: 30px;
}

.index-sign-up-lesson__form-control {
    max-width: 47%;
    width: 100%;
}

.index-sign-up-lesson__form-input {
    width: 100%;
}

.index-sign-up-lesson__form-text-agree {
    color: #A8A8A8;
}

.index-sign-up-lesson__form-button {
    display: block;
    max-width: 180px;
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .index-sign-up-lesson__wrapper {
        padding: 20px;
    }

    .index-sign-up-lesson__img {
        max-width: 275px;
        max-height: 275px;
        margin: 30px 0 0;
    }

    .index-sign-up-lesson__content {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .index-sign-up-lesson__form-controls {
        flex-direction: column;
    }

    .index-sign-up-lesson__form-control {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .index-sign-up-lesson__form-control:last-child {
        margin-bottom: 0px;
    }

    .index-sign-up-lesson__img {
        max-width: 275px;
        max-height: 275px;
    }

    .index-sign-up-lesson__form-button {
        max-width: 100%;
    }
}

/*  /index-sign-up-lesson  */


/*  index-statistics */
.index-statistics {

}

.index-statistics__text-container {
    display: flex;

}

.index-statistics__title {
    font-size: calc(25px + (33 - 25) * ((100vw - 375px) / (1920 - 375)));
    line-height: 1.3;
    margin-right: 60px;
    font-weight: 500;
    max-width: 687px;
}

.index-statistics__subtitle {
    font-size: calc(16px + (19 - 16) * ((100vw - 375px) / (1920 - 375)));
    line-height: 1.3;
    max-width: 473px;
}

.index-statistics__img {
    width: 100%;
    height: 100%;
}

.index-statistics__img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .index-statistics__text-container {
        flex-direction: column;
    }

    .index-statistics__title {
        margin: 0 0 30px;
        max-width: 100%;
    }

    .index-statistics__subtitle {
        max-width: 100%;
    }
}

/*  /index-statistics */

/*  index-direction */

.index-direction {
}

.index-direction__wrapper {
    padding: 120px 0;
    background-color: #F2F7FF;
}

.index-direction__cards {
    display: flex;
    flex-direction: column;
}

.index-direction__card {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 60px;
    margin-bottom: 30px;
}

.index-direction__card:last-child {
    margin-bottom: 0px;
}

.index-direction__card.--left-to-right {

}

.index-direction__card.--right-to-left .index-direction__card-content{
    grid-column: 2;
    grid-row: 1;
}

.index-direction__card.--right-to-left .index-direction__card-img {
    grid-column: 1;
    grid-row: 1;
}

.index-direction__card-img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

/* .index-direction__card-img img {
    width: 100%;
    height: 100%;
} */

.index-direction__card-description {
    margin-bottom: 30px;
}

.index-direction__card-link {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #458AFB;
    transition: 0.3s color;
}

.index-direction__card-link:hover.index-direction__card-link:after {
    padding-left: 20px;
}

.index-direction__card-link:after {
    content: url(../../img/icons/arrow-blue-right.svg);
    width: 28px;
    height: 11px;
    padding-left: 10px;
    transition: padding-left 0.3s;
}


@media (max-width: 768px) {
    .index-direction__wrapper {
        padding: 90px 0;
    }

    .index-direction__card {
        grid-template-columns: 1fr;
        grid-template-rows: max-content;
        gap: 30px;
        margin-bottom: 30px;
    }

    .index-direction__card:last-child {
        margin-bottom: 0px;
    }

    .index-direction__card.--left-to-right .index-direction__card-content,
    .index-direction__card.--right-to-left .index-direction__card-content {
        grid-row: 1;
        grid-column: 1;
    }

    .index-direction__card.--left-to-right .index-direction__card-img,
    .index-direction__card.--right-to-left .index-direction__card-img {
        grid-row: 2;
        grid-column: 1;
    }

    .index-direction__card-link {
        font-size: 16px;
    }
}

/*  /index-direction */

/*  index-index-getting-skills */

.index-getting-skills__wrapper {
    padding: 120px 0 0;
}

.index-getting-skills__block-when-start {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
}

.index-getting-skills__text-container {
    max-width: 65%;
    padding-bottom: 15px;
}

.index-getting-skills__age {
    background-color: #163E57;
    border-radius: 6px;
}

.index-getting-skills__age-wrapper {
    display: flex;
    align-items: center;
    padding: 20px;
}

.index-getting-skills__age-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 20px;
}

.index-getting-skills__age-img img {
    width: 30px;
    height: 30px;
}

.index-getting-skills__age-text {
    color: #ffffff;
}

.index-getting-skills__button-sign-up-wrapper {
    max-width: 366px;
    margin: 60px auto 0;
}

@media (max-width: 991px) {
    .index-getting-skills__wrapper {
        padding: 90px 0 0;
    }

    .index-getting-skills__block-when-start {
        flex-direction: column;
        align-items: unset;
        margin-bottom: 60px;
    }

    .index-getting-skills__text-container {
        max-width: 100%;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }
}

/*  /index-index-getting-skills */

/*  index-why-in-childhood */

.index-why-in-childhood {
    position: relative;
}

.index-why-in-childhood__wrapper {
    padding-bottom: 207px;
}

.index-why-in-childhood__background-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}

.index-why-in-childhood__title {
    max-width: 687px;
}

.index-why-in-childhood__description {
    max-width: 473px;
}

.index-why-in-childhood__text {
    margin-bottom: 60px;
}

.index-why-in-childhood__img img {
    width: 100%;
    height: 100%;
}


@media (max-width: 991px) {
    .index-why-in-childhood__wrapper {
        padding-bottom: 0;
    }

    .index-why-in-childhood__title,
    .index-why-in-childhood__description {
        max-width: 100%;
    }

    .index-why-in-childhood__text {
        margin-bottom: 30px;
    }
}
/*  /index-why-in-childhood */

/*  index-delight-in-work */

.index-delight-in-work {
    position: relative;
}

.index-delight-in-work__wrapper {
    padding: 120px 0 60px;
}

.index-delight-in-work__background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left 50%;
    z-index: -1;
}

.index-delight-in-work__content {
    max-width: 580px;
    margin-left: auto;
}

.index-delight-in-work__cards {
    display: flex;
    flex-direction: column;
}

.index-delight-in-work__card {
    margin-bottom: 30px;
}

.index-delight-in-work__card:last-child {
    margin-bottom: 0px;
}

.index-delight-in-work__card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.index-delight-in-work__card-title {
    margin-bottom: 0px;
}

.index-delight-in-work__card-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.index-delight-in-work__card-img img {
    width: 100%;
    height: 100%;
}

.index-delight-in-work__img {
    width: 100%;
    height: 100%;
}

.index-delight-in-work__img img {
    width: 100%;
    height: 100%;
}

.index-delight-in-work__answer-block-wrapper {
    padding-top: 174px;
}

.index-delight-in-work__answer-block-wrapper .card__img {
    max-width: 314px;
}

.index-delight-in-work__answer-block-wrapper .card__button {
    margin-top: 30px;
    max-width: 180px;
}

@media (max-width: 991px) {
    .index-delight-in-work {
        background-color: #F2F7FF;
    }

    .index-delight-in-work__wrapper {
        padding: 80px 0;
    }

    .index-delight-in-work__content {
        max-width: 100%;
        margin-left: 0px;
    }

    .index-delight-in-work__card-img {
        width: 34px;
        height: 34px;
    }

    .index-delight-in-work__answer-block-wrapper {
        padding-top: 0px;
    }

    .index-delight-in-work__answer-block-wrapper .card__img {
        max-width: 100%;
    }

    .index-delight-in-work__answer-block-wrapper .card__button {
        margin-bottom: 20px;
        max-width: 100%;
    }
}

/*  /index-delight-in-work  */

/*  index-knowledge-children-get    */

.index-knowledge-children-get {
    position: relative;
    background-color: #F2F7FF;
}

.index-knowledge-children-get__wrapper {
    padding-top: 60px;
}

.index-knowledge-children-get__text-container {
    max-width: 903px;
}

.index-knowledge-children-get__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    min-height: 932px;
    max-height: 932px;
}

.index-knowledge-children-get__img-wrapper img {
    width: 100%;
    height: 100%;
}

.index-knowledge-children-get__img-professions {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1091px;
    padding: 0 20px;
    margin: 0 auto;
}

.index-knowledge-children-get__img-professions-cards {
    display: flex;
    justify-content: space-between;
}

.index-knowledge-children-get__img-professions-card {
    display: flex;
    align-items: center;
}

.index-knowledge-children-get__img-professions-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #9ECB45;
    border-radius: 100%;
    margin-right: 20px;
}

.index-knowledge-children-get__img-professions-icon img {
    width: 30px;
    height: 30px;
}

.index-knowledge-children-get__img-professions-text {
    margin-bottom: 0px;
}

.index-knowledge-children-get__legends {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    margin: 0 auto;
}

.index-knowledge-children-get__legend {
    position: absolute;
    display: inline-block;
    padding: 7px 11px 8px 12px;
    font-size: 19px;
    line-height: 1.3;
    color: #FFFFFF;
    background-color: #458AFB;
    border-radius: 6px;
}

.index-knowledge-children-get__legend.--1 {
    top: 20%;
    left: 20%;
}

.index-knowledge-children-get__legend.--2 {
    top: 20%;
    right: 10%;
}

.index-knowledge-children-get__legend.--3 {
    top: 35%;
    left: 2%;
}

.index-knowledge-children-get__legend.--4 {
    top: 35%;
    right: 0%;
}

.index-knowledge-children-get__legend.--5 {
    top: 48%;
    left: 10%;
}

.index-knowledge-children-get__legend.--6 {
    top: 48%;
    right: 5%;
}

.index-knowledge-children-get__legend.--7 {
    top: 62%;
    left: 0%;
}

.index-knowledge-children-get__legend.--8 {
    top: 62%;
    right: 2%;
}

@media (max-width: 991px) {
    .index-knowledge-children-get__wrapper {
        padding-top: 45px;
    }

    .index-knowledge-children-get__img-wrapper {
        background-size: cover;
        min-height: 725px;
        max-height: 725px;
    }

    .index-knowledge-children-get__img-professions {
        top: 204px;
    }

    .index-knowledge-children-get__img-professions-icon {
        display: none;
    }

    .index-knowledge-children-get__img-professions-card {
        max-width: 150px;
        text-align: left;
    }

    .index-knowledge-children-get__img-professions-card:nth-child(2n) {
        text-align: right;
    }

    .index-knowledge-children-get__legends {
        top: 200px;
    }

    .index-knowledge-children-get__legend {
        padding: 2px 5px 3px;
        font-size: 16px;
        border-radius: 4px;
    }

    .index-knowledge-children-get__legend:nth-child(odd) {
        left: 20px;
    }

    .index-knowledge-children-get__legend:nth-child(even) {
        right: 20px;
    }
}

/*  /index-knowledge-children-get    */

/*  index-kids-wont-bored   */
.index-kids-wont-bored {

}

.index-kids-wont-bored__wrapper {
    padding: 120px 0 60px;
}

.index-kids-wont-bored__text-container {
    max-width: 900px;
    margin-bottom: 80px;
}

.index-kids-wont-bored__cards {
    display: flex;
    flex-direction: column;
}

.index-kids-wont-bored__card {
    margin-bottom: 50px;
}

.index-kids-wont-bored__card:last-child {
    margin-bottom: 0px;
}

.index-kids-wont-bored__card-wrapper {
    display: flex;
    align-items: center;
}

.index-kids-wont-bored__card.--left .index-kids-wont-bored__card-wrapper {
    justify-content: flex-start;
}

.index-kids-wont-bored__card.--right .index-kids-wont-bored__card-wrapper {
    justify-content: flex-end
}

.index-kids-wont-bored__card-img {
    margin-right: 60px;
}

.index-kids-wont-bored__description {
    max-width: 476px;
}

.index-kids-wont-bored__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .index-kids-wont-bored__wrapper {
        padding: 90px 0 45px;
    }

    .index-kids-wont-bored__card.--left .index-kids-wont-bored__card-wrapper,
    .index-kids-wont-bored__card.--right .index-kids-wont-bored__card-wrapper {
        justify-content: center;
    }

    .index-kids-wont-bored__text-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .index-kids-wont-bored__card.--left .index-kids-wont-bored__card-wrapper,
    .index-kids-wont-bored__card.--right .index-kids-wont-bored__card-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .index-kids-wont-bored__card-img {
        margin: 0 0 10px;
    }

    .index-kids-wont-bored__card {
        margin-bottom: 30px;
    }

    .index-kids-wont-bored__card:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .index-kids-wont-bored__description {
        max-width: 100%;
    }
}
/*  /index-kids-wont-bored   */

/*  index-why-we-teach    */

.index-why-we-teach {
    position: relative;
}

.index-why-we-teach__wrapper {
    padding: 60px 0 30px;
}

.index-why-we-teach__title {
    max-width: 900px;
}

.index-why-we-teach__description {
    max-width: 473px;
}

.index-why-we-teach__text {
    margin-bottom: 60px;
}

.index-why-we-teach__img {
    width: 100%;
    height: 100%;
}


.index-why-we-teach__img img {
    width: 100%;
    height: 100%;
}

.index-why-we-teach__background-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}

@media (max-width: 991px) {
    .index-why-we-teach__wrapper {
        padding: 45px 0;
    }

    .index-why-we-teach__title,
    .index-why-we-teach__description {
        max-width: 100%;
    }

    .index-why-we-teach__text {
        margin-bottom: 30px;
    }
}

/*  /index-why-we-teach    */

/*  index-relevance-of-professions  */

.index-relevance-of-professions {

}

.index-relevance-of-professions__wrapper {
    padding: 65px 0 120px;
}

.index-relevance-of-professions__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-relevance-of-professions__title {
    width: 58%;
}

.index-relevance-of-professions__paragraph {
    width: 39%;
}

@media (max-width: 991px) {
    .index-relevance-of-professions__wrapper {
        padding: 45px 0 90px;
    }

    .index-relevance-of-professions__content {
        flex-direction: column;
    }

    .index-relevance-of-professions__title,
    .index-relevance-of-professions__paragraph {
        width: 100%;
    }
}

/*  /index-relevance-of-professions  */

.index-direction__card-img-bg {
    width: 100%;
    height: 450px;
    border-radius: 6px;
}

@media (max-width: 991px) {
  .index-direction__card-img-bg {
      width: 100%;
      height: 400px;
      border-radius: 6px;
  }
}

@media (max-width: 500px) {
  .index-direction__card-img-bg {
      width: 100%;
      height: 300px;
      border-radius: 6px;
  }
}