.page {
    width: 65%;
}

.entry-content, .entry-content__empty, .wp-block-latest-posts__list li, .about_us .entry-content>.wp-block-group {
    position: relative;
    align-self: start;
    padding: 35px 30px;
    margin: 0 0 6px;

    background-image: url(../image/post_top@2x.png), url(../image/post_bottom@2x.png);
    background-repeat: no-repeat;
    background-size: contain, contain;
    background-position-y: 0, 100%, center;
}

.entry-content::after,
.entry-content__empty::after,
.wp-block-latest-posts__list li::after,
.about_us .entry-content>.wp-block-group::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../image/post_back.png);
    background-repeat: repeat;
    background-size: contain;
    z-index: -1;

}

.entry-content[data-height='big']::after,
.entry-content__empty[data-height='big']::after,
.wp-block-latest-posts__list li[data-height='big']::after,
.about_us .entry-content>.wp-block-group[data-height='big']::after {
    height: 99%;
}

.entry-content__empty {
    display: none;
    align-items: center;
    justify-content: center;
    background-size: contain, contain, 100% 70%;
}

.entry-content--main-page {
    padding-top: 23px;
    position: relative;
}

.entry-content--main-page::before {
    content: '';
    position: absolute;
    background-image: url(../image/dots.png);
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.btn__download {
    display: block;
    width: 100%;
    text-align: center;
}

.account-page .entry-content.content-page {
    background-image: none;
    padding: 0;
}

.account-page .entry-content.content-page::after {
    content: none;
}

/*блоки about - стили зависят от админки*/

.about_us h2, .about_us h3, .about_us h4 {
    color: #010101;
    font-weight: 500;
    margin-bottom: 16px;
}

.about_us h2 {
    font-size: 22px;
}

.about_us h3 {
    font-size: 20px;
}

.about_us h4 {
    font-size: 18px;
}

.about_us .entry-content {
    background-image: none;
    padding: 0;
}

.about_us .entry-content::after {
    content: none;
}

@media (max-width: 1024px) {
    .page {
        width: 100%;
    }
    .entry-content, .wp-block-latest-posts__list li, .about_us .entry-content>.wp-block-group {
        background-image: none;
        align-self: start;
        background-color: #ebdfc5;
        padding: 15px;
        margin: 0 0 6px;
    }
    .entry-content--main-page {
        padding-top: 0;
    }
    .entry-content--main-page::before {
        content: none;
    }
    .account-page {
        flex-direction: column;
    }
}