/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus,
:active {
    /*outline: none;*/
}

a:focus,
a:active {
    /* outline: none;*/
}

/* Links */

a, a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

#page {
    max-width: 600px;
    margin: 30px auto;
}

#logo {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    padding: 45px 0 45px 0;
}

#logo>span {
    display: block;
    padding: 10px 0;
    background: rgba(29, 50, 141, .7);
    border-radius: 5px;
}

#logo img {
    width: 442px;
    max-width: 80%;
    height: auto;
}

body, html {
    background: #1b1f49;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body::before {
    content:  "";
    position: fixed;
    background: #1b1f49 url("/bg_6.jpg") center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: .5em;
}

p {
    margin-bottom: .5em;
}

ul li {
    text-indent: 0;
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 .5em 1em;
}

#page-wrapper {
    position: relative;
    z-index: 10;
}

.home-page__line {
    display: flex;
    align-items: stretch;
    margin: 30px 0;
}

.home-page_logo {
    text-align: center;
    flex-basis: 33.3%;
}

.home-page_logo__ct {
    flex-basis: 100%;
}

.home-page_logo__dk {
    flex-basis: 50%;
}

.home-page_logo__pbd {
    flex-basis: 50%;
}

.home-page_logo__lapki-long {
    flex-basis: 100%;
}


.home-page_logo a {
    text-align: center;
    background: rgba(29, 50, 141, .7);
    padding: 10px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.home-page_logo a img {

}

.home-page_logo a img {
    display: block;
    max-width: 80%;
    width: 80%;
    height: auto;
    margin: 0;
}

.home-page_logo__ct a img {
    margin: 0;
}

.home-page_logo__dk a img {
    max-width: 60%;
}

.home-page_logo__pbd a img {
    max-width: 60%;
}

.home-page_logo__dkp a img {
    max-width: 95%;
}

.home-page_logo__tcf a img {
    max-width: 50%;
}

.home-page_logo__vre a img {
    max-width: 95%;
}

.home-page_logo__muz1 a img {
    max-width: 95%;
}

.home-page_logo__bbr a img {
    max-width: 50%;
}

.home-page_logo__phe a img {
    max-width: 90%;
}

.home-page_logo__krs a img {
    max-width: 95%;
}

.home-page_logo__kat a img {
    max-width: 50%;
}

.home-page_logo__o a img {
    max-width: 60%;
}

.home-page_logo__lapki-long a img {
    max-width: 40%;
}

.persdata-page {
    background: #fff;
    padding: 15px;
    margin: 30px 15px;
}


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

}
