h2 {
    margin-bottom: 1em;
}

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

.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) #8ec647;
}

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

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

.page-block-01 h1 + p {
    color: #282828;
    font-size: 1.5em;
    font-weight: normal;
}

.page-block-02 {
    position: relative;
    font-size: .85em;
}

.page-block-02:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 231px;
    height: 386px;
    background: right center no-repeat url(/files/page/prepare-school/block2-horse.webp);
    transform: translateY(-50%);
    opacity: .85;
}

.page-block-02 .color-block {
    padding: 1rem 1rem 2rem;
    font-size: .92em;
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

.page-block-02 .color-block > * {
    position: relative;
    z-index: 1;
}

.page-block-02 .color-block:nth-child(1) {
    background-image: url(/files/page/prepare-school/block2-img1.webp);
}

.page-block-02 .color-block:nth-child(2) {
    background-image: url(/files/page/prepare-school/block2-img2.webp);
}

.page-block-02 .color-block:nth-child(3) {
    background-image: url(/files/page/prepare-school/block2-img3.webp);
}

.page-block-02 .color-block:nth-child(4) {
    background-image: url(/files/page/prepare-school/block2-img4.webp);
    background-position: 98% 95%;
}

.page-block-02 .color-block:nth-child(5) {
    background-image: url(/files/page/prepare-school/block2-img5.webp);
}

.page-block-02 .color-block:nth-child(6) {
    background-image: url(/files/page/prepare-school/block2-img6.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;
    }
}

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