.page-block {
    color: #000;
}

.page-block > .width-wrap {
    padding: 3.5em 1em 4.5em;
}

.page-block h1, .page-block h2, .page-block h3, .page-block h6 {
    margin-top: 0;
}

.page-tests-reading {
    background: linear-gradient(90.23deg, #FFE39B 24.42%, #FBD26A 87.57%);
}

.page-tests-reading > .width-wrap {
    background: left top no-repeat url(/files/page/reading/block-tests_img-01.webp), right top no-repeat url(/files/page/reading/block-tests_img-02.webp);
}

.page-block-01 {
    background: left top url(/files/page/reading/bg-science.webp) #24B1E9;
}

.page-block-01 > .width-wrap {
    padding-bottom: 7em;
    background: left bottom no-repeat url(/files/page/reading/block-01_img-01.webp);
}

.page-block-01 h1 {
    color: #fff;
    font-size: 2.15em;
}

.page-block-02 {
    font-size: .85em;
    background: left top url(/files/page/reading/bg-stars.webp) #833a89;
}

.page-block-02 > .width-wrap {
    background: center bottom no-repeat url(/files/page/reading/block-02_img-01.webp);
}

/* ==========================================================================
   Other styles
   ========================================================================== */

.page-block-white-box {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
}

.page-block-white-box > div > :first-child {
    margin-top: 0;
}

.page-block-white-box > div > :last-child {
    margin-bottom: 0;
}

.page-block-white-box2 {
    margin-bottom: 1.25em;
    padding: 1em 1.5em;
    font-size: 1.11em;
    font-weight: bold;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
}

.page-block-white-box2 > div > :first-child {
    margin-top: 0;
}

.page-block-white-box2 > div > :last-child {
    margin-bottom: 0;
}

.page-block--img-left {
    display: flex;
    align-items: center;
    gap: 1em;
}

.page-block--img-left > img {
    flex: none;
}

.page-block-other-courses h2 {
    text-align: center;
}

.page-block-other-courses .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.page-block-other-courses .owl-carousel .owl-nav button.owl-prev, .page-block-other-courses .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -22px;
    padding: .5em !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
    pointer-events: all;
}

.page-block-other-courses .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.page-block-other-courses .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

@media (min-width: 993px) {
    .page-tests-reading > .width-wrap, .page-tests-reading > .width-wrap > .g {
        height: 72px;
    }

    .page-block-02_white-box-01 {
        position: relative;
        left: 50px;
    }

    .page-block-02_white-box-03 {
        margin-left: -50px;
    }
}

@media (max-width: 992px) {
    .page-tests-reading > .width-wrap {
        padding-top: 1em;
        padding-bottom: 1em;
        background: none;
    }

    .page-block > .width-wrap {
        padding: 2.5em 1em;
    }

    .page-block--img-left, .page-block-04-program {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-block-01 > .width-wrap, .page-block-02 > .width-wrap {
        background: none;
    }

    .page-block-03-box {
        padding: 1em;
    }

    .page-block-03_img-01 {
        display: none;
    }
}
