@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
body {
    color: #000;
    font: 400 0.875em/1.5em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 740px;
    margin: 0.625rem auto;
    border: 2px solid #1C355A;
    overflow: hidden;
    background-color: #fff;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}
a.color2, .color2 {
    color: #1C355A;
}
a.link {
    color: #1C355A;
    text-decoration: underline;
}
h1 {
    margin: 1rem 0;
    font-size: 1.6em;
    line-height: 1.3;
    color: #1C355A;
}
h1 span {
    font-size: 0.7em;
}
h1 {
    text-align: center;
}
h2 {
    border-color: #0094db;
    margin: 0 0 0 -1.125rem;
    padding: 0.35rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    color: #fff;
    background: #0094db;
    display: inline-block;
    position: relative;
}
h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border-style: solid;
    border-width: 0 1.2em 1.2em 0;
    border-color: transparent;
    border-right-color: inherit;
    width: 0;
    height: 0;
}
p {
    margin-bottom: 1rem;
}
.big{
    text-align: center;
    font-size: 1.125em;
    line-height: 1.3;
    padding-bottom: 1.5rem;
}
.hl{
    color: #1C355A;
    display: block;
    line-height: 1.3;
    margin-top: 0.25rem;
}
.nopd{
    padding: 0;
}
.color {
    color: #1C355A !important;
    display: inline;
}
ul {
    margin: 0 0 15px;
    padding: 0.75rem;
    background: #E8E8E8;
    list-style: none;
}
.box {
    padding: 0.75rem;
    background: #e8e7e7;
    margin-bottom: 15px;
}
.box ul {
    padding: 0;
    background: none;
}
.box p {
    margin: 0;
}
ul li {
    padding-left: 1.25rem;
    margin-bottom: 3px;
}
ul li:before {
    content: "\25a0";
    color: #1C355A;
    float: left;
    font-size: 0.7rem;
    text-indent: -1.25rem;
    margin-top: -1px;
}
.logo {
    padding: 1rem;
    display: flex;
    justify-content: center;
}
:is(article, footer) {
    padding: 1.25rem 1.875rem;
}
footer {
    position: relative;
    background: #ebeaea;
    border-top: 2px solid #1C355A;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
@keyframes slidy {
0% { left: 0%; }
16.6% { left: 0%; }
33.2% { left: -100%; }
49.8% { left: -100%; }
66.4% { left: -200%; }
83% { left: -200%; }
100% { left: -300%; }
}
.slider { overflow: hidden; }
.slider figure img { width: 25%; float: left; }
.slider figure { 
  position: relative;
  width:400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation: 15s slidy infinite; 
}
.button{
    text-align: center;
}
.button a{
    background: gray;
    color: #fff;
    display: inline-block;
    padding: 0.625rem 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    border: 2px solid #1C355A;
}
@media (max-width:739px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    article {
        height: auto;
        width: auto;
        margin: 0;
    }
    :is(article, footer) {
        padding: 0.625rem 1.25rem;
    }
    br:not(footer br , article p:first-of-type br) {
        display: none;
    }
    span {
        display: inline-block;
    }
    p, li {
        hyphens: auto;
    }
}