.course {

}

.course-page {

}

.course__wrapper {

}

.course__block-leave-request .leave-request__background-img {
    background-position: 50%;
}

/*  course-age-groups   */

.course-age-groups {

}

.course-age-groups__wrapper {
    padding-top: 60px;
}

.course-age-groups__text-container {
    max-width: 793px;
    margin-bottom: 88px;
}

.course-age-groups__step-blocks .step-block__left {
    width: 22%;
    padding-right: 85px;
}

.course-age-groups__step-blocks .step-block__right {
    width: 78%;
    padding: 0 0 60px 60px;
}

.course-age-groups__step-content-block.--left {
    max-width: 367px;
    width: 100%;
    margin-right: 60px;
}

.course-age-groups__step-content-block.--right {
    max-width: 473px;
    width: 100%;
}

.course-age-groups__button {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #458AFB;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.course-age-groups__button span {
    margin-right: 3px;
}

course-age-groups__button span:last-of-type {
    margin-right: 0px;
}

.course-age-groups__button:after {
    content: url(../../img/icons/arrow-blue-down.svg);
    margin-left: 10px;
    transition: transform 0.3s;
}

.course-age-groups__button.--shown:after {
    transform: rotate(-180deg) translateY(5px);
}

@media (max-width: 991px) {
    .course-age-groups__wrapper {
        padding: 45px 0 15px;
    }

    .course-age-groups__text-container {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .course-age-groups__step-blocks .step-block__left {
        width: 100%;
        padding: 0;
        margin-bottom: 0px;
    }

    .course-age-groups__step-blocks .step-block__right {
        width: 100%;
        padding: 0;
    }

    .course-age-groups__step-blocks .step-block__description {
        margin-bottom: 30px;
    }

    .course-age-groups__step-content-block.--left {
        margin: 0 30px 20px 0;
    }

    .course-age-groups__step-blocks .step-block__left-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .course-age-groups__step-blocks .course-age-groups__step-year-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .course-age-groups__step-content-block.--left,
    .course-age-groups__step-content-block.--right {
        max-width: 100%;
    }

    .course-age-groups__button.--show-more {
        margin-top: 30px;
        font-size: 16px;
    }
}
/*  /course-age-groups   */

/*  course-what-we-teach    */

.course-what-we-teach {
    position: relative;
}

.course-what-we-teach__wrapper {
    padding: 0 0 60px;
}

.course-what-we-teach__main {
    position: relative;
    padding: 175px 0 340px;
}

.course-what-we-teach__text-container {
    max-width: 475px;
    width: 100%;
}

.course-what-we-teach__img {
    width: 100%;
    height: 100%;
}

.course-what-we-teach__img img {
    width: 100%;
    height: 100%;
}

.course-what-we-teach__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.course-what-we-teach__card {
    display: flex;
    align-items: center;
}

.course-what-we-teach__card-img {
    min-width: 170px;
    min-height: 170px;
    width: 170px;
    height: 170px;
    max-height: 170px;
    max-width: 170px;
    margin-right: 20px;
}

.course-what-we-teach__card-img img,
.course-what-we-teach__card-img svg {
    width: 100%;
    height: 100%;
}

.course-what-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;
}

.course-what-we-teach__project-activity {

}

.course-what-we-teach__project-activity .card__content {
    align-items: center;
}

.course-what-we-teach__project-activity .card__wrapper {
    padding: 30px;
}

.course-what-we-teach__project-activity .card__img {
    min-width: 170px;
    min-height: 170px;
    width: 170px;
    height: 170px;
    max-height: 170px;
    max-width: 170px;
    margin-right: 30px;
}

.course-what-we-teach__project-activity .card__img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .course-what-we-teach__wrapper {
        padding: 15px 0 45px;
    }

    .course-what-we-teach__main {
        display: flex;
        flex-direction: column-reverse;
        padding: 0px;
        margin-bottom: 30px;
    }

    .course-what-we-teach__text-container {
        max-width: 100%;
        margin-top: -70px;
    }

    .course-what-we-teach__cards {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }

    .course-what-we-teach__project-activity .card__content {
        align-items: flex-start;
    }

    .course-what-we-teach__project-activity .card__img {
        margin: 0 0 10px;
    }
}

@media (max-width: 768px) {
    .course-what-we-teach__card {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-what-we-teach__card-img {
        margin: 0 0 10px;
    }
}
/*  /course-what-we-teach    */

/*  course-watch-film   */

.course-watch-film {

}

.course-watch-film__wrapper {
    padding: 60px 0 120px;
}

.course-watch-film__text-container {
    max-width: 894px;
    margin-bottom: 30px;
}

.course-watch-film__video-block {
    display: block;
    position: relative;
    border-radius: 6px;
}

.course-watch-film__video-block video,
.course-watch-film__video-block img {
    width: 100%;
    height: 100%;
}

.course-watch-film__video-block svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 105px;
    height: 105px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .course-watch-film__wrapper {
        padding: 45px 0 90px;
    }
    .course-watch-film__video-block svg {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .course-watch-film__video-block svg {
        width: 49px;
        height: 49px;
    }
}
/*  /course-watch-film   */

/*  course-master-class   */

.course-master-class {
    position: relative;
}

.course-master-class__wrapper {
    padding: 120px 0;
}

.course-master-class__text-container {
    max-width: 567px;
    margin-left: auto;
}

.course-master-class__paragraph {
    margin-bottom: 30px;
}

.course-master-class__item {
    margin-bottom: 10px;
}

.course-master-class__item:last-child {
    margin-bottom: 0px;
}

.course-master-class__img {
    width: 100%;
    height: 100%;
}

.course-master-class__img img {
    width: 100%;
    height: 100%;
}

.course-master-class__bacgkround-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;
}

.course-master-class__form {
    margin-top: 170px;
}

.course-master-class__form .card__wrapper {
    padding: 16px 30px;
}

.course-master-class__form .card__paragraph {
    margin-bottom: 30px;
}

.course-master-class__form .card__description {
    max-width: 762px;
}

.course-master-class__form .card__img {
    min-width: 356px;
    min-height: 356px;
    width: 356px;
    height: 356px;
    max-width: 356px;
    max-height: 356px;
}

.course-master-class__form .card__img img {
    width: 100%;
    height: 100%;
}

.course-master-class__form-button {
    max-width: 180px;
}

@media (max-width: 991px) {
    .course-master-class {
        background-color: #F2F7FF;
    }

    .course-master-class__wrapper {
        padding: 90px 0;
    }

    .course-master-class__text-container {
        max-width: 100%;
    }

    .course-master-class__form {
        margin-top: 0px;
    }

    .course-master-class__form .card__wrapper {
        padding: 20px 20px 30px 20px;
    }

    .course-master-class__form .card__description {
        max-width: 100%;
    }

    .course-master-class__form .form-controls {
        flex-direction: column;
    }

    .course-master-class__form .form-control {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .course-master-class__form .form-control:last-child {
        margin-bottom: 0px;
    }

    .course-master-class__form .card__img {
        max-width: unset;
        max-height: unset;
        min-width: unset;
        min-height: unset;
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }

    .course-master-class__form-button {
        max-width: 100%;
    }

}

/*  /course-master-class    */

/*  course-child-get-better */

.course-child-get-better {

}

.course-child-get-better__wrapper {
    padding: 120px 0 60px;
}

.course-child-get-better__text-container {
    max-width: 894px;
    margin-bottom: 40px;
}

.course-child-get-better__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.course-child-get-better__card {
    display: flex;
    flex-direction: column;
}

.course-child-get-better__card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.course-child-get-better__card-title {
    margin-bottom: 0px;
}

.course-child-get-better__card-icon {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    margin-right: 10px;
}

.course-child-get-better__card-item {
    margin-bottom: 10px;
}

.course-child-get-better__card-item:last-of-type {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .course-child-get-better__wrapper {
        padding: 90px 0 45px;
    }
    .course-child-get-better__text-container {
        margin-bottom: 30px;
    }
    .course-child-get-better__cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .course-child-get-better__cards {
        grid-template-columns: 1fr;
        gap: 70px;
    }
}
/*  /course-child-get-better */

/*  course-who-our-teachers */

.course-who-our-teachers {

}

.course-who-our-teachers__wrapper {
    padding: 60px 0;
}

.course-who-our-teachers__text-container {
    max-width: 894px;
    margin-bottom: 30px;
}

.course-who-our-teachers__teachers {
    display: flex;
    flex-direction: column;
}

.course-who-our-teachers__teacher {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.course-who-our-teachers__teacher:last-of-type {
    margin-bottom: 0px;
}

.course-who-our-teachers__teacher-img {
    min-width: 367px;
    min-height: 367px;
    width: 367px;
    height: 367px;
    max-height: 367px;
    max-width: 367px;
    margin-right: 60px;
    border-radius: 6px;
}

.course-who-our-teachers__teacher-description {
    display: flex;
    flex-direction: column;
}

.course-who-our-teachers__teacher-skills {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -30px 0 0;
    max-width: 100%;
}

.course-who-our-teachers__teacher-skill {
    margin: 0 30px 10px 0;
}

@media (max-width: 991px) {
    .course-who-our-teachers__wrapper {
        padding: 45px 0;
    }

    .course-who-our-teachers__teacher-img {
        min-width: 335px;
        min-height: 335px;
        width: 335px;
        height: 335px;
        max-height: 335px;
        max-width: 335px;
        margin-right: 25px;
    }
}

@media (max-width: 768px) {
    .course-who-our-teachers__teacher {
        flex-direction: column;
    }

    .course-who-our-teachers__teacher-img {
        margin: 0 0 20px 0;
    }

    .course-who-our-teachers__teacher-skills {
        margin: 10px -20px 0 0;
    }

    .course-who-our-teachers__teacher-skill {
        margin: 0 20px 10px 0;
    }
}
/*  /course-who-our-teachers */

/*  course-reviews  */

.course-reviews {

}

.course-reviews__wrapper {
    padding: 60px 0 120px;
}

.course-reviews__swiper .swiper-slide {
    max-width: 800px;
    width: 100%;
}

.course-reviews__swiper-arrow {
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    margin: 0 10px;
    transition: opacity 0.3s;
}

.course-reviews__swiper-arrow.--disabled {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .course-reviews__wrapper {
        padding: 45px 0 120px;
    }

    .course-reviews__swiper .swiper-slide {
        max-width: 90%;
    }

    .course-reviews__swiper-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
}
/*  /course-reviews  */