* {
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #212529;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f8f8f8;
}

a {
    color: #1b62c9;
    text-decoration: none;
    cursor: pointer;
}

a:active, a:hover {
    outline-width: 0;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #072944;
    margin: 10px auto;
}

h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    color: #11548a;
    text-align: center;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2073b5;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.header {
    width: 100%;
    height: 64px;
    margin: 16px 0;
    background-color: #9e0e13;
}

.logo {
    float: left;
    width: 320px;
    height: 64px;
    background: url(logo.png) center no-repeat;
    background-size: 320px 64px;
}

.header > .header-button {
    float: left;
    color: white;
    height: 64px;
    line-height: 30px;
    padding: 16px 22px;
    cursor: pointer;
    user-select: none;
}

.header > .header-button:hover {
    background-color: rgba(255, 255, 255, 0.10);
}

.header > .header-button[data-select] {
    background-color: rgba(255, 255, 255, 0.20);
}

.header > .header-button:active {
    background-color: rgba(255, 255, 255, 0.30);
}

.group {
    float: left;
    clear: both;
    width: 100%;
    margin: 16px 0;
}

.center {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.block {
    float: left;
    text-align: left;
    width: 380px;
    margin: 10px;
    border-radius: 5px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    cursor: default;
}

.padding-block {
    padding: 20px;
}

.full-block {
    float: left;
    text-align: left;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 5px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    cursor: default;
}

.footer {
    color: #9E9E9E;
    font-size: 12px;
    margin: 20px auto;
}

.group img {
    width: 100%;
    border-radius: 5px;
}

.group img.margin {
    margin-bottom: 10px;
}

.photo {
    text-align: center;
}

.photo img {
    max-width: 600px;
    margin-bottom: 10px;
}

.photo > span {
    color: rgb(107, 119, 140);
    font-size: 13px;
    font-style: italic;
}

a.link-button {
    color: #1b62c9;
    text-decoration: none;
    padding: 6px 20px 8px 20px;
    border-radius: 5px;
    line-height: 50px;
    background-color: #e9f2f9;
    transition: 150ms;
}

a.link-button:hover {
    text-decoration: none;
    background-color: #d2e0ea;
}

a.link-button:active {
    text-decoration: none;
    background-color: #bdd0de;
}

.news {
    padding: 0 20px 20px 20px;
    width: 720px;
    vertical-align: top;
}

.article {
    width: 100%;
}

.article-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-content img {
    margin: 10px 0;
}

.organizations {
    border-left: 40px solid #f0f0f0;
    padding: 20px;
    width: 340px;
    vertical-align: top;
}

.organizations-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.organization {
    margin-bottom: 10px;
}

.main {
    width: 1060px;
    margin: 20px auto;
    background-color: white;
    border-spacing: 0;
}

table.footer {
    height: 100%;
    width: 100%;
}

@media (max-width: 1220px) {
    .block {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    .block {
        width: calc(100% - 20px);
    }

    .padding-block {
        padding: 10px;
    }
}
