body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem;
    color: #202020;
    background-color: #FFFFFF;
}

.center {
    text-align: center;
}

nav {
    margin: 0;
}

nav div {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #29130A;
    padding: 3px 0;
}

nav a {
    display: inline-block;
    padding-right: 3px;
}

header {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #654132;
    background-image: linear-gradient(180deg, rgba(63, 40, 31, 1) 16%, rgba(101, 65, 50, 1) 51%, rgba(154, 98, 75, 1) 100%);
    box-shadow: 0 0px 8px black;
    border-bottom: 3px #98614A ridge;
}
.displayed img,
.lang-ru {
    vertical-align: middle;
}
strong {font-weight: 600;}
.lang-ru {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 25px;
    background-color: #6c757d;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #545b62;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
.lang-ru:hover {
    background-color: #454A50;
}
h1 {
    color: #E2A635;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 1px navajowhite, 0 -1px black;
}

header span {
    color: wheat;
    font-size: 2rem;
    margin-bottom: 2rem;
}

blockquote {
    font-style: italic;
    border: .1em solid #407DAD;
    padding: .6em;
}

blockquote p {
    font-size: 1em;
}

blockquote footer {
    font-size: 1em;
    text-align: right;
}



nav.center ul {
    text-align: center;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
main {
    max-width: 950px;

    box-sizing: border-box;
}

main div {
    background-color: #FFFFFF !important;
    padding: 5px 15px 15px 15px;
    box-shadow: 0 0 20px #8DA7B4;
    border-radius: 10px;
    margin-bottom: 15px;
}


article {
}

aside {
    width: 350px;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 .5em;
    box-sizing: border-box;
    height: 100%;
}

.displayed {
    display: block;
    margin: 0 auto;
    text-align: center;
}


.icd ul {
    margin-left: -23px;
}

.icd span {
}

.black {
    color: #000000 !important;
}

h2 {
    color: #1C6900;
    text-decoration: underline;
}

h2 span {
    color: red;
}

h3 {
}

p {
    text-align: justify;
    line-height: 130%;
}

.citat {
    border: 1px solid gray;
    margin: 0;
    padding: 0 1em 0 1em;
    background-color: #EEEEE8;
}

/*ul {
padding:0;
}
li {
list-style-type: none;
} */
li span {
    font-weight: bold;
}

.otazka {
    background-color: #D0E1EE;
    padding: .4em .5em;
    color: #202020;
    border-radius: .9em;
    line-height: 130%;
/ / width: 22 px;
}

.p_symptom {
    line-height: 0px;
}

.navrcholu {
    clear: both;
    border: none;
    float: none;
    text-align: center;
    padding-top: 5em;
}

input[type="radio"] {
    display: block;
    float: left;
    clear: both;
    padding: 0;
}

.odeslat {
    text-align: center;
    padding: 2em 0;
}

input[type="submit"] {
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 1.1em;
    text-shadow: 1px -1px 0px #000000;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 10px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #1C6900;
    background: #63B8EE;
    background: linear-gradient(top, #92EE6B, #075C15);
    background: -ms-linear-gradient(top, #92EE6B, #075C15);
    background: -webkit-gradient(linear, left top, left bottom, from(#92EE6B), to(#075C15));
    background: -moz-linear-gradient(top, #92EE6B, #075C15);
}

input[type="submit"]:hover {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 0px #000000;
    background: #468CCF;
    background: linear-gradient(top, #075C15, #92EE6B);
    background: -ms-linear-gradient(top, #075C15, #92EE6B);
    background: -webkit-gradient(linear, left top, left bottom, from(#075C15), to(#92EE6B));
    background: -moz-linear-gradient(top, #075C15, #92EE6B);
}

.spustit_test {
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 1.1em;
    text-shadow: 1px -1px 0px #000000;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 10px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #1C6900;
    background: #63B8EE;
    background: linear-gradient(top, #92EE6B, #075C15);
    background: -ms-linear-gradient(top, #92EE6B, #075C15);
    background: -webkit-gradient(linear, left top, left bottom, from(#92EE6B), to(#075C15));
    background: -moz-linear-gradient(top, #92EE6B, #075C15);
    text-decoration: none;
}

.spustit_test:hover {
    color: #FFFFFF !important;
    text-shadow: 1px 1px 0px #000000;
    background: #468CCF;
    background: linear-gradient(top, #075C15, #92EE6B);
    background: -ms-linear-gradient(top, #075C15, #92EE6B);
    background: -webkit-gradient(linear, left top, left bottom, from(#075C15), to(#92EE6B));
    background: -moz-linear-gradient(top, #075C15, #92EE6B);
    text-decoration: none;
}

form span {
    padding-left: 2em;
}

form p {
    padding: 0 0 0 1.4em;
    margin: .2em 0;
}

.reklama {
    margin: 0 auto;
    clear: both;
    text-align: center;
    padding: 2px 0 10px 0;
}

.adsbygoogle {
    display: block;
}

.black {
    color: #000000;
}

.green {
    color: #1C6900;
}

.blue {
    color: #1A83BB;
}

.red {
    color: red;
}

.darkred {
    color: #C10000;
}

.brown {
    color: #A57505;
}

.bg_blue {
    background-color: #1A83BB;
    color: #fff;
}

.bg_green {
    background-color: #005C00;
    color: #fff;
}

.bg_orange {
    background-color: #AF7800;
    color: #fff;
}

.bg_red {
    background-color: #8B0000;
    color: #fff;
    text-align: center;
    height: 15px;
}

.td_middle {
    height: 5px;
}

.p_table {
    margin: 4px;
    padding: 0px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    font-size: .8em;
}

.table1 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

.table1 td {
    width: 100%;
}

.icd_table {
max-width: 100%;
    border-collapse: collapse;
    border: 1px solid #1A83BB;
}

.icd_table td {
    border: 1px solid #1A83BB;
    padding-left: 2px;
    font-size: 0.9em;
}

.icd_table p {
    text-align: left;
    padding-left: 2px;
}

.table_interpretation {

    border-collapse: collapse;
    border: 0px solid #1A83BB;
    margin-bottom: 15px;
}

.table_interpretation tr {
    border-top: 1px solid #1A83BB;
    border-bottom: 1px solid #1A83BB;
}

.table2 {
/ / border-collapse: collapse;
}

.table2 td {
/ / width: 100 %;
    padding: 5px 15px 5px 15px;
    font-size: .9em;
    border-collapse: collapse;
    border-bottom: 1px dotted #1A83BB;
}

.table3 {
    width: 100%;
}

.table3 td {
    line-height: 0;
    padding-top: 15px;
}

.height_total {
    height: 35px;
}

.border_left {
    border-left: 2px solid #8B0000;
}

. {
    box-shadow: 1px 1px 7px #C7C7C7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CFCFCF;
    padding: 0px 10px 15px 10px;
    margin-bottom: 30px;
}
.see-also {
    font-weight: bold;
    line-height: 100%;
}

/* -----------------------*/
@media screen and (max-width: 800px) {

}

@media screen and (max-width: 520px) {
    form p {
        padding: 0;
        margin: .2em 0;
    }

    form span {
        padding-left: .5em;
    }



    /* адаптивное меню справа */
    nav.right ul {
        left: auto;
        right: 0;
    }

    /* адаптивное меню по центру */
    nav.center ul {
        left: 50%;
        margin-left: -90px;
    }




    aside {
        width: 350px;
        float: right;
        box-sizing: border-box;
        padding: 0 0 0 0.8em;
    }

}

@media screen and (max-width: 400px) {
    . {
        padding: 0px 5px 15px 5px;
        margin: 0 -3px;
    }

    p {
        text-align: left;
    }

    .table2 {
        max-width: 320px;
    }

    .table2 td {
    / / width: 100 %;
        padding: 5px;
    / / font-size: .8 em;
        border-collapse: collapse;
        border-bottom: 1px dotted #1A83BB;
    }
}
