h2 {
    margin-bottom: 1em;
}

.page-block {
    color: #000;
    line-height: 1.226;
    overflow: hidden;
}

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

.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-top: 3.5em;
    background: left bottom no-repeat url(/files/page/mental/block1-img1.webp);
}

.page-block-01 h1, .page-block-01 .g-h7 {
    color: #fff;
}

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

.page-block-01 .g-h7 p {
    font-size: 1.5em;
    font-weight: normal;
}

.page-block-02 .color-block {
    padding: 1.5rem;
    font-size: 1.12em;
}

/* ==========================================================================
   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;
    align-self: flex-start;
}

.text-bigger {
    font-size: 1.35em;
}

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

@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;
    }
}
