/* общие стили */
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    font-family: Calibri, sans-serif;
    background: url(../images/bg.jpg);
}

a {
    text-decoration: none;
    color: #000000;
}

/* шрифты */
@font-face {
    font-family: "Casper";
    src: url("../fonts/Casper.ttf");
}

@font-face {
    font-family: "Exo 2.0 Thin";
    src: url("../fonts/Exo_2.0_Thin.ttf");
}

@font-face {
    font-family: "Exo 2.0 Medium";
    src: url("../fonts/Exo_2.0_Medium.ttf");
}

@font-face {
    font-family: "Exo 2.0 Semi Bold";
    src: url("../fonts/Exo_2.0_Semi_Bold.ttf");
}

h2,
h3,
h4 {
    font-family: "Exo 2.0 Semi Bold";
}

/* сетка */
.container {
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
}

.col-1-3,
.col-2-3 {
    display: inline-block;
    vertical-align: top;
}

.col-1-3 {
    width: 30%;
}

.col-2-3 {
    width: 70%;
}

/* шапка */
header {
    width: 100%;
    margin: 0;
    padding-top: 15px;
    background: rgba(189, 2, 4, 0.8);
}

/* логотип */
.logo {
	margin-bottom: 5px;
    padding-bottom: 5px;
    background-image: url(../images/arms.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.logo h1,
.logo h1 a,
.logo p {
    margin: 0;
    padding: 0;
    color: #F5F80B;
}

.logo h1,
.logo p {
    margin-left: 110px;
}

.logo h1 a {
    font-family: "Casper";
    font-size: 4.8rem;
    letter-spacing: 0.3em;
    font-weight: bold;
    color: #F5F80B;
}

.logo p {
    margin-top: -20px;
    font-family: "Exo 2.0 Thin";
    font-size: 1.0rem;
    letter-spacing: 0.2em;
    word-spacing: 0.5em;
    text-transform: uppercase;
}

/* навигация */
.navigation {

}

.navigation ul {
    display: table;
    width: 100%;
    list-style: none;
}

.navigation li {
    display: table-cell;
    width: 14.0%;
    vertical-align: middle;
}

.navigation a {
    display: block;
    padding: 5px 10px;
    font-family: "Exo 2.0 Medium";
    font-size: 1.0rem;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border-bottom: 3px solid rgba(136, 136, 136, 0.0);
}

.navigation a:hover {
    border-bottom: 3px solid #F5F80B;
    font-size: 1.1rem;
    color: #0064B4;
    text-shadow: rgb(245, 248, 11) 1px 1px 2px;
}

a.active {
    border-bottom: 3px solid #F5F80B;
    font-size: 1.1rem;
    color: #0064B4;
    text-shadow: rgb(245, 248, 11) 1px 1px 2px;
}

/* основной раздел */
/* типографика основного раздела */
section.col-2-3 h2 {
    margin: 10px 10px;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 0.2em;
    word-spacing: 0.5em;
    color: rgba(0, 100, 180, 1.0);
    border-bottom: 2px solid rgba(0, 100, 180, 0.5);
}

.main-text h3,
.main-text h4,
.main-text p,
.main-text dl,
.main-text ol,
.main-text ul {
    padding: 5px 10px;
    font-family: Calibri, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.8);
}

.main-text dd {
    margin-bottom: 6px;
}

.main-text h3 {
    font-size: 1.3rem;
    text-align: center;
}

.main-text h4 {
    text-align: left;
}

.main-text ul li {
    list-style: none;
    text-indent: 0.5em;
}

.main-text ul li::before {
    content: "-";
    padding-right: 5px;
}

.main-text ol li {
    margin-left: 30px;
}

/* стиль таблицы на главной странице */
table {
    width: 100%;
    margin-bottom: 10px;
    font-family: Calibri, sans-serif;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.8);
}

th,
td {
    padding: 3px;
}

th {
    border: 1px solid rgba(255, 255, 255, 0.6);
}

td {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
}

td:first-child {
    width: 40%;
    text-align: left;
}

section.col-2-3 article {
    background-color: rgba(255, 255, 255, 0.6);
}

.lenin {
    height: 200px;
    background-image: url(../images/Lenin_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.stalin {
    height: 200px;
    background-image: url(../images/stalin_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.hrushev {
    height: 200px;
    background-image: url(../images/hrushev_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.breznev {
    height: 200px;
    background-image: url(../images/breznev_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.andropov {
    height: 200px;
    background-image: url(../images/andropov_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.chernenko {
    height: 200px;
    background-image: url(../images/chernenko_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.gorbachev {
    height: 200px;
    background-image: url(../images/gorbachev_foto.jpg);
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.text {
    width: 60%;
}

.main-link {
    display: table;
    width: 100%;
    height: inherit;
}

.main-link h3 {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: bottom;
}

.main-link a {
    padding: 5px 0;
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 100, 180, 0.8);
}

span {
    text-decoration: underline;
    font-style: italic;
    color: #0064b4;
}

article {
    margin-bottom: 10px;
}

.foto {
    float: left;
    margin-right: 10px;
}

/* боковая панель */
aside {
    background-color: rgba(231, 235, 150, 0.4);
    padding: 0 5px;
}

.aside-text h2,
.aside-text h3,
.aside-text h4,
.aside-text p,
.aside-text dl,
.aside-text ul,
.aside-text ol {
    font-family: "Exo 2.0 Medium";
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: #000000;
}

.aside-text h2,
.aside-text h3 {
    padding: 0 5px;
}

.aside-text h2 {
    margin: 10px 10px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 1px 1px 2px #000000;
    background-color: rgba(0, 100, 180, 1.0);
}

.aside-text h3 {
    font-size: 1.0rem;
    text-align: right;
}

.aside-text dl {
    margin-top: 8px;
    padding-left: 5px;
}

.aside-text dt {
    margin-top: 8px;
    font-weight: bold;
    border-bottom: 1px solid #888888;
}

.aside-text dd {
    padding-top: 3px;
    padding-bottom: 5px;
    line-height: 1.3;
}

/* кнопка на верх */
#buttom_top {
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: 120px;
    font-family: "Exo 2.0 Medium";
    font-size: 1.0rem;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 100, 180, 0.6);
}

#buttom_top:hover {
    background-color: rgba(0, 100, 180, 1.0);
}

/* подвал */
footer {
    padding: 10px 5px;
    min-height: 100px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 100, 180, 1.0);
}



