.intensives {

}

.intensive-how-is-going-group__button {
    display: block;
    max-width: 286px;
    margin: 60px auto 0;
}

.intensives__block-leave-request .leave-request__background-img {
    background-size: contain;
    background-position: left;
}

@media (max-width: 991px) {
    .intensive-how-is-going-group__button {
        max-width: 100%;
    }
}


/*  intensives-child-receive  */

.intensives-child-receive {

}

.intensives-child-receive__wrapper {
    padding: 60px 0 60px;
}

.intensives-child-receive__text-container {
    max-width: 894px;
    margin-bottom: 30px;
}

.intensives-child-receive__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
    margin-bottom: 60px;
}

.intensives-child-receive__card {
    display: flex;
    align-items: center;
}

.intensives-child-receive__card-img {
    min-width: 153px;
    min-height: 153px;
    max-width: 153px;
    max-height: 153px;
    width: 153px;
    height: 153px;
    margin-right: 20px;
}

.intensives-child-receive__card-description {
    display: flex;
    flex-direction: column;
}

.intensives-child-receive__video-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.intensives-child-receive__video-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 105px;
    min-height: 105px;
    max-width: 105px;
    max-height: 105px;
    width: 105px;
    height: 105px;
    cursor: pointer;
}

.intensives-child-receive__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 991px) {
    .intensives-child-receive__wrapper {

    }

    .intensives-child-receive__text-container {
        max-width: 100%;
    }

    .intensives-child-receive__cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .intensives-child-receive__card {
        flex-direction: column;
        align-items: flex-start;
    }

    .intensives-child-receive__card-img {
        margin: 0 0 10px;
    }

    .intensives-child-receive__card-title {
        margin-bottom: 16px;
    }

    .intensives-child-receive__video-wrapper {
        height: calc(250px + (700 - 250) * ((100vw - 375px) / (991 - 375)));;
        border-radius: 4px;
    }

    .intensives-child-receive__video-wrapper svg {
        min-width: 49px;
        min-height: 49px;
        max-width: 49px;
        max-height: 49px;
        width: 49px;
        height: 49px;
    }

}
/*  /intensives-child-receive  */

/*  intensives-sign-up   */

.intensives-sign-up {
    position: relative;
}

.intensives-sign-up__wrapper {
    padding-bottom: 60px;
}

.intensives-sign-up__content {
    padding-top: 265px;
}

.intensives-sign-up__text-container {
    max-width: 580px;
    margin-bottom: 358px;
}

.intensives-sign-up__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}
.intensives-sign-up__form .card__wrapper {
    padding: 20px 30px 13px 0px;
}

.intensives-sign-up__form .card__img {
    min-width: 356px;
    min-height: 356px;
    width: 356px;
    height: 356px;
    max-width: 356px;
    max-height: 356px;
    margin-right: 70px;
}

.intensives-sign-up__form .card__img img {
    width: 100%;
    height: 100%;
}

.intensives-sign-up__form .card__paragraph {
    margin-bottom: 30px;
}

.intensives-sign-up__form-button {
    max-width: 180px;
}

@media (max-width: 991px) {
    .intensives-sign-up__content {
        padding: 0px;
    }

    .intensives-sign-up__text-container {
        max-width: 100%;
        margin: 0;
    }

    .intensives-sign-up__wrapper {
        padding: 45px 0;
    }

    .intensives-sign-up__img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .intensives-sign-up__img img {
        width: 100%;
        height: 100%;
    }

    .intensives-sign-up__form {
        margin-top: -125px;
    }

    .intensives-sign-up__form .card__wrapper {
        padding: 20px;
    }

    .intensives-sign-up__form .card__content {
        flex-direction: column-reverse;
    }

    .intensives-sign-up__form .form-controls {
        flex-direction: column;
    }

    .intensives-sign-up__form .form-control {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .intensives-sign-up__form .form-control:last-of-type {
        margin-bottom: 0px;
    }

    .intensives-sign-up__form-button {
        max-width: 100%;
    }

    .intensives-sign-up__form .card__img {
        max-width: unset;
        max-height: unset;
        min-width: unset;
        min-height: unset;
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
}

/*  /intensives-sign-up   */

/*  intensives-in-summer    */

.intensives-in-summer {

}

.intensives-in-summer__wrapper {
    padding: 60px 0;
}

.intensives-in-summer__text-container {
    max-width: 894px;
    margin-bottom: 65px;
}

.intensives-in-summer__step-blocks .step-block__left {
    width: 31%;
    padding-right: 46px;
}

.intensives-in-summer__step-blocks .step-block__right {
    padding-left: 57px;
}

.intensives-in-summer__step-blocks .step-block__title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .intensives-in-summer__wrapper {
        padding: 45px 0;
    }

    .intensives-in-summer__step-blocks .step-block__left,
    .intensives-in-summer__step-blocks .step-block__right {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
}

/*  /intensives-in-summer    */

/*  intensives-children-like  */

.intensives-children-like {
    position: relative;
}

.intensives-children-like__wrapper {
    padding: 45px 0;
}

.intensives-children-like__content {
    padding: 155px 0 235px;
}

.intensives-children-like__text-container {
    max-width: 580px;
    margin-bottom: 60px;
}

.intensives-children-like__info {
    max-width: 580px;
}

.intensives-children-like__img {
    width: 100%;
    height: 100%;
}

.intensives-children-like__img img {
    width: 100%;
    height: 100%;
}

.intensives-children-like__bg {
    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) {
    .intensives-children-like__wrapper {
        padding: 45px 0 0;
    }

    .intensives-children-like__content {
        padding: 0;
    }

    .intensives-children-like__text-container {
        margin-bottom: 30px;
    }

    .intensives-children-like__text-container,
    .intensives-children-like__info {
        max-width: 100%;
    }
}

/*  /intensives-children-like  */
