* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:active,
a:link,
a:visited,
a:hover,
a:-webkit-any-link {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-image: url("../images/bg.gif");
  font-family: Arial, Helvetica, sans-serif;
}

.header--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  background-color: #0016a6;
  color: #fff;
  white-space: nowrap;
}

.header--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.header--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 770px;
  background-color: #0016a6;
  color: #fff;
  white-space: nowrap;
}

.header--main--home-logo {
  font-size: 40px;
  font-weight: bold !important;
  cursor: pointer;
}

.header--main--home-logo span {
  color: #5fc1f9;
  font-size: 35px;
}

.header--main--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header--main--text {
  font-size: 11px;
}

.header--main--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--main--home-logo img {
  vertical-align: middle;
}

.header--main--info {
  font-size: 10px;
}

.header--main--info a h1, .header--main--info a h2 {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
}

.header--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.header--search--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 11px;
}

@media only screen and (max-width: 550px) {
  .header--search--links {
    display: none;
  }
}

.header--search--links--item {
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.header--search--links--item-br {
  width: 1px;
  height: 12px;
  border-right: 1px solid #cfd1e2;
}

.header--search--form-input {
  border: 1px solid #000;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 470px) {
  .header--search--form-input {
    width: 30vw;
  }
}

.header--search--form-button {
  padding: 1px 6px;
  border-radius: 2px;
  border-style: none;
}

.header--search--form-button img {
  vertical-align: middle;
}

.header--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  color: #fff;
  font-size: 10px;
  border-top: 1px solid #cfd1e2;
  border-bottom: 1px solid #cfd1e2;
}

.header--info--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 770px;
  margin: 5px auto;
}

.main--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 115px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0 0 4px;
  background-color: #0016a6;
  list-style: none;
}

@media only screen and (max-width: 500px) {
  .main--menu {
    display: none;
  }
}

.main--menu--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  width: 100%;
  max-width: 110px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.main--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 650px;
}

.main--content--card:not(:first-child) {
  margin-top: 5px;
}

.main--content--card--title {
  padding: 2px;
  color: #fff;
  background-color: #0016a6;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.main--content--card--text {
  padding: 2px;
  font-size: 14px;
  background-color: #e6e6e6;
  line-height: 18px;
  font-weight: bold;
  color: #0016a6;
}

.main--article {
  width: 100%;
  max-width: 650px;
  padding: 5px;
  background-color: #e6e6e6;
}

.main--article--title {
  padding: 2px 5px 5px;
  border-bottom: 4px dotted #fff;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  color: #0016a6;
}

.main--article--info {
  margin-bottom: 10px;
}

.main--article--info--item {
  font-size: 12px;
  color: #999;
}

.main--article--text p {
  margin: 10px 0;
}

.main--article--text a {
  color: -webkit-link;
}

.main--article--text a:active {
  color: -webkit-activelink;
}

.main--archive {
  max-width: 650px;
  width: 100%;
}

.main--archive--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}

.main--archive--nav a {
  color: #fff;
  font-size: 12px;
  background-color: #0016a6;
  width: 156px;
  height: 19px;
  text-decoration: none;
  white-space: nowrap;
}

.main--archive--days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  font-size: 12px;
  margin: 5px 0 10px;
  row-gap: 5px;
  -webkit-column-gap: 11px;
          column-gap: 11px;
}

.main--archive--days a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  max-width: 154px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0016a6;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.5;
  height: 40px;
}

.main--archive--date-select {
  display: block;
  padding: 6px;
  margin-top: 5px;
  background-color: #0016a6;
}

.main--archive--date-select--text {
  color: #fff;
  font-size: 12px;
}

.main--archive--date-select--input {
  height: 22px;
  font-family: roboto, sans-serif;
}

@media only screen and (max-width: 770px) {
  .main--archive--nav {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main--archive--nav a {
    margin: 0 11px 5px;
    max-width: 44%;
    width: 100%;
  }
  .main--archive--days {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: unset;
            column-gap: unset;
  }
  .main--archive--days a {
    margin: 0 11px;
    max-width: 44%;
  }
}

@media only screen and (max-width: 380px) {
  .main--archive--nav a {
    max-width: 42%;
  }
  .main--archive--days a {
    max-width: 42%;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.content--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  width: 100%;
  background-color: #0016a6;
}

@media only screen and (max-width: 1280px) {
  .content--menu {
    display: none;
  }
}

.content--menu--item {
  font-size: 11px;
  color: #cee5f8;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.content--menu--item a:hover {
  color: #fff;
}

.content--menu--item--active {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}

.content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  background-color: #fff;
}

@media only screen and (max-width: 500px) {
  .content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content--articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 5px;
  font-size: 18px;
}

.content--articles--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
}

.content--articles--item--title {
  padding: 2px;
  color: #0016a6;
  font-weight: 700;
  font-size: 16px;
}

.content--articles--item--text {
  padding: 2px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.content--articles--item--date {
  padding: 2px;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
}

.content--news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 315px;
  margin: 5px;
}

@media only screen and (max-width: 500px) {
  .content--news-list {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
}

.content--news-list--title {
  text-align: center;
  color: #09488f;
}

.content--news-list--list--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cfd1e2;
}

.content--news-list--list--item-time {
  padding: 4px;
  margin: 1px 5px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #09488f;
}

.content--news-list--list--item-text {
  padding: 4px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 15px;
  max-width: 770px;
  background-color: #0016a6;
  font-size: 11px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.footer--container {
  max-width: 655px;
  width: 100%;
}

.footer--element {
  margin: 8px 0;
  font-size: 11px;
}

.footer--element-date {
  font-weight: 700;
}

.footer--element-date a:hover {
  text-decoration: underline;
}

.footer--element--link {
  text-decoration: underline;
}

.footer--element--link:not(:first-child) {
  margin-top: 2px;
}

.TXT_HP_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
  margin: 10px auto;
}

#TXT_HP_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
}

#M_TXT_HP_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
}

#TXT_M_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
}

#M_TXT_M_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
}
/*# sourceMappingURL=style.css.map */