

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 auto;
    /* padding: 40px 30px; */
    color: #000;
    background-color: #f5f5f0; /* Светло-бежевый фон */
    position: relative;
}

.content {
    position: relative;
    background-color: #fff; 
    text-align: center;
    /* padding: 30px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Легкая тень для объема */
}

.header {
    background: #FFFDED url(/img/header.webp) no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: relative;
    padding: 3px;
}

.header-inner {
    margin-left: 25%;
    padding-top: 0px;
    position: relative;
    display: block;
}


.header-inner-row2 {
    /* background: url(/img/books.webp) no-repeat;
    background-position: left 20px top 5px;
    background-size: 50%; */
}


.books {
    padding: 10px;
    position: relative;
    max-width: 400px;
    width: 80%;
    float: right; 
    margin-top: 10px;
    margin-right: 0;
}

.books img {
    width: 100%;
    text-align: left;
}


.left-column {
    display: none;
    float: left;
    width: 45%;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: right;
}

.right-column {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30%;
}

.clear {
    clear: both;
}

ul.header-topics {
    text-indent: 10px;
    color: #24553E;
    list-style-type: ' -';
    text-align: left;
    padding: 10px;
    width: 280px;
}


.website {
    display: inline-block;
    line-height: 0.7;
    margin-top: 20px;
    color: #F58634;

    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.website span {
    color: #373435;
}

.subtitle {
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
}

.author {
    display: none;
}

.author-text {
    padding-top: 30px;
    margin-right: 120px;
}

.author-photo {
    float: right;
}

.academy {
    font-style: italic;
}

.contact {
    margin: 15px 0 25px;
    text-align: center;
}

.notice {
    text-align: left;
    font-size: 10px;
    margin-top: -40px;
    padding: 10px;
    display: none;
}

.notice-2 {
    display: block;
    background-color: #004B29;
    padding: 10px;
    color: #FFFBD6;
    font-size: 12px;
    text-align: center;
}

.red {
    color: #9B2825;
    font-weight: bold;
}

.approval {
    line-height: 1.2;
    background-color: white;
    padding: 15px;
    color: black;
    border-top: 1px solid #004B29;
    border-bottom: 1px solid #004B29;
    margin: 15px;
    font-size: 10px;
}

.title {
    text-align: center;
    color: #333;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.genre {
    padding: 5px 7px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FEFEFE;
    background-color: #004B29;
    letter-spacing: 1px;
}

.genre span {
    color: #F9AA75;
}

.annotation {
    width: 100%;
    margin: 0;
    padding: 3px 7px;
    background-color: #E5EFE4; 
    font-weight: bold;
    font-size: 18px;

}

.annotation h2 {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #333;
}

.annotation p {
    margin-left: 40px;
    margin-bottom: 5px;
}

.annotation ul {
    margin-left: 60px;
    padding-left: 0;
}

.annotation li {
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
}

.annotation li:before {
    content: "-";
    position: absolute;
    left: -15px;
}

.footer {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

a {
    color: #0066cc;
    text-decoration: underline;
}

.right-column-content {
    margin-top: 50px;
}


.content-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    max-width: 100%;
}

.content-block-item {
    padding: 25px;
}

.content-block-item ul {
    margin-left: 0;
    padding-left: 0;
}

.footer-line {
    height: 40px;
    background-color: #E5EFE4;    
}

.author-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    justify-content: space-between;
    padding: 10px;
}

.author-2 .col {
    min-width: 280px;
}

.author-2 ul.header-topics {
    direction: ltr;
    text-align: left;
    font-size: 12px;
    padding: 10px 0 0 0;
    /* margin: 0 0 0 40px; */
}

.author-2 ul.header-topics li {
    text-align: left;
}

.author-2-card {
    display: flex; 
}

.author-2-photo {
    width: 80px;
}

.author-2-photo img {
    width: 100%;
}

.author-2-text {
    font-size: 12px;
    padding: 10px;
    align-self: center;
    text-align: left;
}

.download {
    text-align: center;
}

.download .arrow {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.download .arrow img {
    width: 100%;
}

.download .sign {
    padding-top: 15px;
    width: 50px;
    margin: 0 auto;
}

.download .sign img {
    width: 100%;
}

.download a {
    border: 1px solid #F58634;
    color: #F58634;
    display: inline-block;
    padding: 0px 25px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 2px;
}

.download a:hover {
    background-color: #F58634;
    color: #fff;
}

.site-login {
    text-align: left;
}


@media screen and (min-width: 780px) {
    .website {
        font-size: 24px;
        line-height: 0.7;
        margin-top: 40px;
    }

    
    .books {
        padding: 10px;
        position: relative;
        max-width: 400px;
        width: 80%;
        float: right; 
        margin-top: 30px;
        margin-right: 5%;
    }

    .subtitle {
        text-align: center;
        margin-bottom: 5px;
        font-size: 12px;
    }
}


@media screen and (min-width: 1024px) {

    ul.header-topics {
        padding-left: 10px;
        text-indent: 10px;
        color: #24553E;
        text-align: right;
        direction: rtl;
        list-style-type: ' -';
        font-size: 12x;
    }

    .author-2 {
        display: none;
    }

    .approval {
        line-height: 1.4;
        background-color: #004B29;
        padding: 15px;
        color: #FFFBD6;
        font-size: 14px;
    }

    .title {
        font-size: 16px;
        padding: 10px;
    }


    .books {
        display: none;
    }
        

    .header-inner-row2 {
        background: url(/img/books.webp) no-repeat;
        background-position: left 20% top 20px;
        background-size: 50%;
    }

    .notice {
        display: block;
        text-align: left;
        margin: 0px 0 0 0;
        padding-left: 40%;
    }

    .notice-2 {
        display: none;
    }

    

    .author {
        display: block;
        margin-top: 20px;
        line-height: 1.4;
        text-align: right;    
    }

    .subtitle {
        text-align: center;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .header {
        background: #FFFDED url(/img/header.webp) no-repeat;
        background-position: left bottom;
        background-size: contain;
        position: relative;
        padding: 20px;
    }

    .website {
        margin: 0;
        color: #F58634;
        font-size: 36px;
        text-align: center;
        font-weight: bold;
    }

    .header-inner {
        margin-left: 270px;
        padding-top: 30px;
        position: relative;
        display: block;
    }


    .left-column {
        width: 50%;
        padding-right: 20px;
        display: block;
        float: left;
        box-sizing: border-box;
        text-align: right;
    }

    .right-column {
        float: right;
        width: 50%;
        padding: 0;
    }

    body {
        font-size: 12px;
        line-height: 1.3;
        max-width: 1280px;
        padding: 40px 30px;
    }


    .annotation {
        width: 550px;
        margin: 10px auto;
        padding: 3px 7px;
        background-color: #E5EFE4; 
        font-weight: bold;
        font-size: 18px;
    
    }

    .genre {
        width: 550px;
        margin: 0 auto;
        font-size: 12px;
    }

    .content-block-item {
        padding: 25px;
        min-width: 300px;
    }


}

@media screen and (min-width: 1280px) {
    ul.header-topics {
        font-size: 14px;
    }

    .website {
        color: #F58634;
        font-size: 42px;
        text-align: center;
        font-weight: bold;
    }

    .header-inner {
        margin-left: 350px;
        padding-top: 30px;
    }

    .left-column {
        width: 45%;
        padding-right: 20px;
    }
    

    .right-column {
        width: 55%;
    }


    body {
        font-size: 14px;
        line-height: 1.3;
        max-width: 1280px;
        padding: 40px 30px;
    }
}
