@font-face {
    font-family: 'RotondaC';
    src: url('../fonts/RotondaC/RotondaC.eot');
    src: local('?'), url('../fonts/RotondaC/RotondaC.woff') format('woff'),
    url('../fonts/RotondaC/RotondaC.ttf') format('truetype'),
    url('../fonts/RotondaC/RotondaC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-size: 18px;
    line-height: 1.4;
}

.width-wrap {
    margin: 0 auto;
    padding-left: 2.22rem;
    padding-right: 2.22rem;
    max-width: 1260px;
}

.image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.shadow {
    width: 100%;
    height: auto;
    border-radius: 11px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}

.page-block {
    color: #000;
    font-family: 'RotondaC', Helvetica, Arial, sans-serif;
}

.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-block h1, .page-block h2 {
    font-size: 2.4em;
}

.page-block img, .page-block iframe {
    max-width: 100%;
}

.page-block img {
    height: auto;
}

.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-orange {
    background: #FEEABC;
}

.text-orange, .page-block-orange h3 {
    color: #FF8616;
}

.page-block-blue {
    background: #BDE2F3;
}

.text-blue, .page-block-blue h3 {
    color: #249DD6;
}

.page-block-green {
    background: #E3F0C4;
}

.text-green, .page-block-green h3 {
    color: #76B61A;
}

.page-block-purple {
    background: #FFC3E3;
}

.text-purple, .page-block-purple h3 {
    color: #D90375;
}

.page-block-lilac {
    background: #E5C3F4;
}

.text-lilac, .page-block-lilac h3 {
    color: #A42CEC;
}

.page-block-01 {
    padding-top: 165px;
    background: left top url(/file/site/page/advanced-reader/bg-stars.webp) #8ec647;
}

.page-block-01 h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 0 4px 4px #00000040;
}

.news-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5em;

    margin-bottom: 2em;
}

.news-block, .news-item {
    float: none;
    margin: 0;
    padding: 1em;
    color: #303030;
    hyphens: auto;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
}

.news-block > * {
    display: block;
}

.news-block > * + * {
    margin-top: 1em;
}

.news-block--title {
    color: #303030;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.news-block--anons {
    font-size: .8em;
}

.news-block--img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 284/145;
}

.page_nav, .news_years {
    margin-top: 1.5em;
    font-size: 1.1em;
}

.page_nav span, .news_years span {
    padding: .2em .4em;
    font-weight: normal;
    color: #303030;
    background: #fff;
    border-radius: .25em;
}

.page_nav a, .news_years a {
    padding: .2em .4em;
    font-weight: normal;
    color: #303030;
    text-decoration: none;
    background: rgba(255, 255, 255, .5);
    border-radius: .25em;
}

.news-item {
    padding: 1.5em;
}

.news-item--content p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.news-item--all {
    margin-top: 1.5em;
    text-align: center;
}

.page-block-08 {
    background: left top url(/file/site/page/first-steps/bg-stars.webp) #833a89;
}

.page-block-08 h2 {
    color: #fff;
    font-size: 2.11em;
    text-align: center;
}

@media (max-width: 992px) {
    .page-block > .width-wrap {
        padding: 2.5em .5em;
    }
}

@media (max-width: 767px) {
    .width-wrap {
        padding-left: .8rem;
        padding-right: .8rem;
    }

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

    .news-blocks {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .news-item {
        padding: 1em;
    }
}
