html, body {
    height:100%;
}

body {
    background-color: #D9B88D; /* mobile */
    height: 100%;
    min-height: 590px;
    padding: 20px;
}

ul.menu a:link,
ul.menu a:visited,
ul.menu a:hover,
ul.menu a:active,
ul.menu a:focus {
    color: #65625D;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    line-height: 29px;
}

div.center .top {
    text-align: right;
}

div.content {
    color: #503813;
}

a.lang {
    color: #503813;
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
    display: none;
}

.content a:link {
    text-decoration: underline;
    color: #503813;
}

.content a:visited {
    text-decoration: underline;
    color: #503813;
}

.content a:hover {
    text-decoration: underline;
    color: #503813;
}

.content a:active, .content a:focus {
    text-decoration: underline;
    color: #503813;
}

.counter {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-height: 590px) and (min-width: 760px) {
    body {
        background-color: #36312D;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-height: 590px;
    }

    /* область с фоном */
    div.page {
        width: 729px;
        height: 590px;
        background: #D9B88D url('../img/bg.jpg') 0 0 no-repeat;
        padding: 0;
        display: grid;
        grid-template-columns: 255px 375px;
    }

    /* левое меню */
    div.left {
        width: 255px;
        height: 590px;
    }

    ul.menu {
        margin-top: 231px;
    }

    ul.menu li {
        height: 29px
    }

    /* центральная часть */
    div.center {
        width: 375px;
    }

    div.center .top {
        height: 91px;
        display: flex;
        justify-content: end;
        align-items: end;
    }

    div.center .top a {
        margin-bottom: 20px;
    }

    div.content {
        height: 386px;
        background-color: #D9B88D;
        overflow: auto;
        color: #503813;
    }

    a.printver {
    }

    /* правая часть */
    div.right {
        width: 1px;
        height: 590px
    }

    /* общие стили */
    .style1 {
        color: #65625D;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .style7 {
        color: #503813
    }


}


