body {
  margin: 0;
  width: 100%;
  min-width: 332px; }

header {
  width: 100%;
  margin: auto;
  background: #09095e;
  color: white; }
  header .logo {
    background: rgba(255, 255, 255, 0.404);
    text-align: center;
    width: 100%;
    padding: 16px auto; }
    header .logo a {
      text-decoration: none; }
      header .logo a:hover {
        color: rgba(45, 34, 204, 0.8); }
      header .logo a h4 {
        color: Black;
        text-transform: uppercase;
        font-size: 40px;
        margin: 0;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
        @media screen and (max-width: 664px) {
          header .logo a h4 {
            font-size: 24px; } }
  header .butMenu {
    background-Color: #c5ffc5;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 130;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
  header .menu {
    display: none;
    padding: 20px;
    width: calc(100% - 40px);
    margin: auto;
    position: fixed;
    background: #09095e;
    top: 0px;
    z-index: 120; }
    header .menu ul {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      header .menu ul li {
        padding: 8px;
        list-style: none; }
        header .menu ul li a {
          text-transform: uppercase;
          font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
          color: white;
          text-decoration: none;
          font-size: 14px; }
          header .menu ul li a:hover {
            color: rgba(45, 34, 204, 0.8); }
  header .menu.active {
    display: block; }

.title {
  max-width: 664px;
  width: 100%;
  margin: 16px auto;
  margin-top: 160px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
  .title h1 {
    color: black; }

.lead {
  max-width: 664px;
  width: 100%;
  margin: 16px auto; }

figure {
  max-width: 664px;
  width: 100%;
  margin: 16px auto; }

.neck {
  font-size: 12px;
  max-width: 664px;
  width: 100%;
  margin: 16px auto;
  opacity: 0.7;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }

.content {
  max-width: 664px;
  width: 100%;
  margin: 16px auto;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
  .content h2 {
    margin: 16px 0; }

.catalogContent {
  max-width: 664px;
  width: 100%;
  margin: 0px auto;
  margin-top: 160px; }
  .catalogContent a {
    text-decoration: none; }
  .catalogContent .article_preview {
    display: flex;
    align-items: flex-start;
    padding: 16px 0px; }
    .catalogContent .article_preview:hover {
      background-color: rgba(0, 0, 0, 0.096); }
      .catalogContent .article_preview:hover .text::before {
        box-shadow: inset 0px -20px 20px 0px #e7e7e7; }
    @media screen and (max-width: 664px) {
      .catalogContent .article_preview {
        flex-direction: column; } }
    .catalogContent .article_preview img {
      max-width: 332px;
      width: 100%;
      height: auto;
      margin-right: 8px; }
    .catalogContent .article_preview .text {
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      color: black;
      font-size: 14px;
      height: 221px;
      overflow: hidden;
      position: relative; }
      .catalogContent .article_preview .text::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: inset 0px -20px 20px 0px white;
        z-index: 1; }
      .catalogContent .article_preview .text h2 {
        margin-top: 0px;
        text-transform: uppercase; }
        @media screen and (max-width: 664px) {
          .catalogContent .article_preview .text h2 {
            margin-top: 12px;
            margin-bottom: 0px; } }
      .catalogContent .article_preview .text p {
        margin: 0px;
        margin-bottom: 4px; }
      .catalogContent .article_preview .text .dateTime {
        font-size: 12px;
        opacity: 0.7; }

.pagination ul {
  padding: 0;
  display: flex;
  justify-content: center; }
.pagination li {
  list-style: none;
  width: 32px;
  height: 32px;
  background: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
  text-align: center;
  border-radius: 5px; }
  .pagination li:hover {
    background: rgba(161, 161, 161, 0.8); }
  .pagination li.active {
    background: #09095e; }
    .pagination li.active a {
      color: white; }
  .pagination li a {
    color: black;
    text-decoration: none;
    width: 32px; }

.footer {
  width: 100%;
  margin: auto;
  background: #9c9cfd;
  color: white; }
  .footer .logo {
    background: rgba(45, 34, 204, 0.404);
    text-align: center;
    width: 100%;
    padding: 16px 0px; }
    .footer .logo a {
      text-decoration: none; }
      .footer .logo a:hover {
        color: rgba(45, 34, 204, 0.8); }
      .footer .logo a h4 {
        color: Black;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }

.sidebar .articles {
  position: absolute;
  top: 200px;
  right: 0;
  width: calc(50vw - 362px); }
  @media screen and (max-width: 1364px) {
    .sidebar .articles {
      position: static;
      width: 332px;
      margin: auto; } }
  .sidebar .articles h3 {
    width: 320px;
    border-bottom: 2px solid rgba(45, 34, 204, 0.404); }
  .sidebar .articles .article_preview {
    width: 320px;
    margin-bottom: 12px; }
    .sidebar .articles .article_preview:hover {
      background: rgba(161, 161, 161, 0.1); }
    .sidebar .articles .article_preview a {
      text-decoration: none;
      display: flex;
      color: black; }
      .sidebar .articles .article_preview a h2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 14px;
        margin: 0;
        margin-left: 4px;
        color: black; }

/*# sourceMappingURL=style.css.map */
