body
{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background: url("../images/svg/bg-4072c1a64b444f8599c5d670bdf249f8.svg") no-repeat 50vw 50vw, url("../images/svg/bg_2-97f0666623c834ea3e00442bb9a42774.svg") no-repeat ;
}

strong
{
    font-weight: 700;
}

.container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.center
{
    text-align: center;
}

#top
{
    padding: 40px 0;
}

#top_in
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#a_logo img
{
    width: 250px;
}

#login
{
    max-width: 300px;
    text-align: center;
}

#main
{
    padding: 30px 0;
}

#bottom
{
    padding: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    background-color: #27556f;
    color: #fff;
}

h1, h2, h3, h4, h5, h6
{
    color: #000066;
    padding: 20px 0;
    font-weight: 600;
    line-height: 1.4;
}

h1
{
    font-size: 32px;
    padding: 20px 0 20px;
}

h1.entry-headline
{
    font-size: 34px;
    font-weight: 500;
    padding: 20px 0 10px;
    text-align: center;
}

h2
{
    font-size: 32px;
}

h3
{
    font-size: 26px;
}

h4
{
    font-size: 21px;
}

h5
{
    font-size: 16px
}

h6
{
    font-size: 15px
}

#top_menu
{
    flex: 1;
    padding-left: 30px;
}

nav a
{
    display: inline-block;
    text-decoration: none;
    color: #101010;
    font-weight: 600;
    margin: 10px;
}

nav a:hover,
nav a.active
{
    color: #528ac8;
}


.text_header,
.text_content
{
    line-height: 1.4;
}

.text_content
{
    margin-bottom: 30px;
}

.text_header p,
.text_content p
{
    line-height: 1.7;
    padding-bottom: 16px;
}

.text_header p
{
    font-size: 20px;
    font-weight: 600;
}

.text_content p
{
    font-size: 16px;
}

.text_content a
{
    color: #000066;
}

.text_header ol,
.text_content ol
{
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 20px;
}

.text_header ol ol,
.text_content ol ol
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_header ul,
.text_content ul
{
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

.text_header ul ul,
.text_content ul ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_content li
{
    line-height: 1.4;
    margin-bottom: 10px;
}

.text_content li p
{
    padding-bottom: 0;
}

.text_content li li
{
    margin-bottom: 5px;
}

.text_header h6,
.text_content h6
{
    font-size: 17px;
    color: #000066;
    padding-bottom: 15px;
}

.paginator
{
    padding: 50px 0;
    text-align: center;
}

.paginator span
{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 5px 5px;
    transition: .1s;
    border: 1px solid #27556f;
    font-size: 16px;
    color: #27556f;
    font-weight: 400;
}

.paginator span.current,
.paginator span:hover
{
    background: #27556f;
    border-color: #27556f;
    color: #fff;
}

.paginator span a
{
    color: #27556f;
    text-decoration: none;
    display: block;
}

.paginator span:hover a
{
    color: #fff;
}
