.section-courses-why-learn-english {
    background-color: #EDF2FF;
}

.section-learn-what-interesting {
    background-color: #F3F9FA;
}

.section-teacher {
    background-image: url(/templates/svg/courses-landing/bg.svg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-deal {
    background-color: #EDF2FF;
}

.bg-puzzle1 {
    position: absolute;
    top: -70px;
    left: 20px;
}

.bg-puzzle2 {
    position: absolute;
    top: -40px;
    right: 0;
}

.bg-puzzle3 {
    position: absolute;
    top: -65px;
    left: 40%;
}

.bg-puzzle4 {
    position: absolute;
    top: -65px;
    right: -60px;
}

.bg-puzzle5 {
    position: absolute;
    top: -32px;
    left: -52px;
}


.courses-eng-online {
    display: grid;
    grid-template-columns: 36% 1fr;
    grid-gap: 97px;
    align-items: center;
    margin-bottom: 60px;
}

.courses-eng-online__img {
    width: 100%;
    max-width: 338px;
    margin-left: 90px;
}

.courses-eng-online__desc-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #475FC0;
    max-width: 500px;
    margin-bottom: 15px;
}

.courses-eng-online__desc-subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.courses-why-learn-english {
    padding: 110px 0 90px 0;
}

.courses-why-learn-english__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}


.courses-why-learn-english__subtitle {
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
}

.courses-why-learn-english__list {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(270px, 1fr));
    grid-gap: 50px;
}

.courses-why-learn-english__item {
    display: grid;
    grid-template-columns: 68px 1fr;
    grid-gap: 28px;
    margin-top: 80px;
    align-items: center;
}

.courses-why-learn-english__num {
    background-color: #475FC0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
}

.courses-why-learn-english__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}

.courses-why-learn-english__bottom {
    text-align: center;
    margin-top: 80px;

}

.courses-learn-what-interesting {
    padding: 90px 0px 125px 0px;
    display: grid;
    grid-template-columns: 48% 1fr;
    grid-gap: 50px;
    align-items: center;
}

.courses-learn-what-interesting__img {
    max-width: 560px;
    width: 100%;
    border-radius: 8px;
}

.courses-learn-what-interesting__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    color: #34BE5B;
    margin-bottom: 15px;
}

.courses-learn-what-interesting__subtitle {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.courses-travel {
    padding: 75px 0 50px 0;
    display: grid;
    grid-template-columns: 58% 1fr;
    align-items: center;
}

.courses-travel__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #475FC0;
    margin-bottom: 25px;
}

.courses-travel__img {
    max-width: 501px;
    width: 100%;
}

.product-landing .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #475FC0;
    margin-bottom: 25px;
}

.product-landing .title_blue {
    color: #475FC0;
}

.product-landing .title_green {
    color: #34BE5B;
}

.product-landing .subtitle  {
    font-size: 19px;
    line-height: 1.2;

}

.product-landing .subtitle_1 {
    margin-bottom: 20px;
}

.product-landing .subtitle_2 {
    margin-bottom: 25px;
}

.product-landing .list__item::before {
    background: url("/templates/svg/courses-landing/disc.svg") center no-repeat;
    background-size: contain;
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    margin-right: 5px;
    flex-shrink: 0;
}

.product-landing .list__item {
    font-size: 16px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.product-landing .list__item:last-child {
    margin-bottom: 0;
}


.courses-attention {
    grid-column: 1 / -1;
    border-radius: 20px;
    max-width: 790px;
    width: 100%;
    margin: 40px auto 0;
    padding: 30px 20px 12px;
    text-align: center;
}

.courses-attention_blue {
    background-color: #435BBA;
    color: #fff;
}

.courses-attention_white {
    background-color: #fff;
    color: #475FC0;
}

.courses-attention__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
}

.courses-attention__bottom {
    margin-top: 15px;
    font-size: 12px;
}

.courses-deal {
    display: grid;
    grid-template-columns: 43.4% 1fr;
    align-items: center;
    padding: 65px 0px 50px 0px;
}

.courses-deal__img {
    max-width: 470px;
    width: 100%;
}

.courses-method-teacher {
    display: grid;
    grid-template-columns: 52% 1fr;
    align-items: center;
    padding-top: 75px;
}

.courses-method-teacher_beginner {
    display: grid;
    grid-template-columns: 44% 1fr;
    align-items: center;
    grid-gap: 60px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 35px;
}

.courses-method-teacher__img {
    max-width: 421px;
    width: 100%;
}

.courses-method-teacher__img_2 {
    max-width: 351px;
    width: 100%;
    margin-left: 25px;
}

.courses-method-teacher__img-container {
    text-align: center;
}

.courses-method-teacher_beginner .courses-method-teacher__desc {
    margin-right: 20px;
}

.section-chose__desc {
    max-width: 893px;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 991px) {
    .section__container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .courses-eng-online {
        grid-template-columns: 43.4% 1fr;
        grid-gap: 0;
    }

    .courses-eng-online__img {
        margin: 0 auto;
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .courses-eng-online {
        grid-template-columns: 1fr;
        margin-bottom: 25px;
        grid-gap: 25px;
    }

    .courses-eng-online__img {
        margin: 0 auto;
        width: 71%;
    }

    .courses-eng-online__desc {
        text-align: center;
    }

    .courses-eng-online__desc-title {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        max-width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .courses-eng-online__desc-subtitle {
        text-align: left;
    }

    .product-landing__btn {
        padding: 16px 50px;
    }

    .bg-puzzle1, .bg-puzzle2, .bg-puzzle3, .bg-puzzle4, .bg-puzzle5 {
        display: none;
    }

    .courses-why-learn-english {
        padding: 35px 0 48px 0;
    }

    .courses-why-learn-english__title {
        font-size: 26px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: left;
    }

    .courses-why-learn-english__subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        max-width: 100%;
    }

    .courses-why-learn-english__item {
        grid-gap: 28px;
        margin-top: 24px;
    }

    .courses-why-learn-english__list {
        grid-gap: 0;
        grid-template-columns: repeat( auto-fill, minmax(100%, 1fr))

    }

    .courses-why-learn-english__item:first-child {
        margin-top: 34px;
    }

    .courses-why-learn-english__bottom {
        margin-top: 50px;
    }

    .courses-learn-what-interesting {
        padding: 35px 0px 33px 0px;
        grid-template-columns: 1fr;
        grid-gap: 33px;
    }

    .courses-learn-what-interesting__img {
        margin: 0 auto;
    }

    .product-landing .title {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 10px;
    }

    .courses-learn-what-interesting__desc {
        text-align: center;
    }

    .courses-learn-what-interesting__subtitle {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .courses-travel {
        grid-template-columns: 1fr;
        padding: 17px 0 50px 0;
    }

    .courses-travel__img {
        order: 1;
        margin: 0 auto;
        width: 70%;
    }

    .courses-travel__desc {
        order: 2;
    }

    .courses-attention {
        order: 3;
        margin-top: 35px;
        padding: 33px 15px;
    }

    .product-landing .subtitle {
        font-size: 16px;
        line-height: 1.3;
    }

    .product-landing .subtitle_1 {
        margin-bottom: 10px;
    }

    .product-landing .subtitle_2 {
        margin-bottom: 15px;
    }

    .product-landing .list__item {
        margin-bottom: 15px;
    }

    .courses-deal {
        grid-template-columns: 1fr;
        padding: 30px 0px 50px 0px;
    }

    .courses-deal__img {
        margin: 0 auto;
        width: 70%;
    }


    .courses-method-teacher {
        grid-template-columns: 1fr;
        padding-top: 45px;
    }

    .courses-method-teacher__img-container {
        order: -1;
        text-align: center;
        margin-bottom: 25px;
    }

    .courses-method-teacher__img {
        margin: 0 auto;
        width: 70%;
    }


    .courses-method-teacher_beginner .courses-method-teacher__desc {
        margin-right: 0;
    }

    .section-teacher {
        background-position: -800px 0px;
    }

    .courses-method-teacher_beginner {
        padding-top: 0;
    }
}
