html,

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img, fieldset, a img {
  border: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  overflow: auto; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

ul, ol {
  list-style-type: none; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

html {
  box-sizing: border-box; }

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel {
  display: block;
  margin: 0 auto; }

.owl-item img{
  display: block;
  margin: 0 auto;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


  

body,
input,
button,
textarea,
select {
  font-family: 'PT Sans', sans-serif; }

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  color: #373E57;
  line-height: 1.334; }

a {
  color: #373E57;
  text-decoration: none; }
  a[href^="mailto:"], a[href^="tel:"] {
    color: inherit; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.center {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px; }
  @media only screen and (max-width: 767px) {
    .center {
      padding: 0 20px; } }

.right{
  margin: 0 auto;
  padding: 0 0 0 80px; 
}
@media only screen and (max-width: 767px) {
  .right {
    padding: 0 20px; } }


.owl-dots button {
  display: block;
  width: 26px;
  height: 26px;
  font-size: 0; }
  .owl-dots button.active:before {
    background: #084077; }
  .owl-dots button:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #CECFEA;
    border-radius: 50%;
    transition: background .2s;
    vertical-align: middle; }

  @font-face {
      font-family: "e-Ukraine";
      src:
        url("/font/e-Ukraine-Bold.otf") format("otf"),
        url("/font/e-Ukraine-Regular.otf") format("otf");
    }
.button {
  display: inline-block;
  padding: 14px 56px;
  background: #084077;
  font-size: 18px;
  color: white;
  text-align: center;
  transition: background .2s; }
  .button:hover {
    background: #004594; }

.header_first {
  position: relative;
  padding: 0;
  background: #ffffff;
  font-size: 14px;
  z-index: 20; }

@media only screen and (max-width: 767px) {
  .header_first {
    padding: 15px 0;
  }}

  .header__center {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .header__center {
        flex-wrap: wrap; } }
  .header .burger {
    width: 20px;
    height: 20px;
    margin: 0 -5px 0 24px; 
    display: none;
  }

    @media only screen and (max-width: 1240px) {
      .header .burger {
        position: absolute;
        right: 10px;
        width: 100px;
        margin: 0; 
        display: block;
      } }
    
    @media only screen and (max-width: 767px) {
      .header .burger {
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0; 
        display: block;
      } }

 .header_second {
          position: relative;
          background: #084077;
          font-size: 16px;
          z-index: 2; }

.header {
  position: relative;
  padding: 0;
  background: #fff;
  font-size: 16px;
  z-index: 20; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 0; } }
  .header__center {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .header__center {
        flex-wrap: wrap; } }
  
 /*.header .burger {
    width: 30px;
    height: 30px;
    margin: 0 -5px 0 24px; }

    @media only screen and (max-width: 1024px) {
      .header .burger {
        position: absolute;
        top: 0px;
        right: 15px;
        width: 80px;
        height: 20px;
        margin: 0 -5px 0 24px; } }

    @media only screen and (max-width: 767px) {
      .header .burger {
        position: absolute;
        top: 0px;
        right: 15px;
        margin: 0; } }*/

.logo {
  margin-right: 24px;
  width: 220px; 
  padding: 5px;
}
  @media only screen and (max-width: 1259px) {
    .logo {
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .logo {
      margin: 20px 0 20px;
      flex: 0 0 calc(100% - 60px); } }

.nav {
  display: flex;
  margin-left: auto; }
  @media only screen and (max-width: 1259px) {
    .nav {
      display: none; } }
  .nav a {
    display: block;
    padding: 10px 12px;
    color: #373E57;
    transition: color .2s; }

.nav_second{
      display: flex;
      margin: auto; 
      overflow: hidden;}

      @media only screen and (max-width: 767px) {
        .nav_second {
          display: none; } }

      .nav_second a {
        display: block;
        padding: 10px 12px;
        color: #fff;
        transition: color .2s;}

.submenu{
  display: none;
  width: 100%;
  position: absolute;
}

.nav_second li:hover .submenu 
{display: flex;}

.search {
  position: relative;
  margin-left: 24px;
  flex: 0 0 180px; }
  @media only screen and (max-width: 767px) {
    .search {
      margin: 0;
      flex: 0 0 calc(100% - 180px); } }
  .search input {
    width: 100%;
    height: 20px;
    padding: 0 20px 0 10px;
    background: #E7EFF9;
    font-size: 12px; }
    .search input::-webkit-input-placeholder {
      color: #373E57; }
    .search input::-moz-placeholder {
      color: #373E57; }
    .search input:-ms-input-placeholder {
      color: #373E57; }
    .search input::-ms-input-placeholder {
      color: #373E57; }
    .search input::placeholder {
      color: #373E57; }
  .search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: none;
    font-size: 0; }

.docs_button{
    background: #084077;
    padding: 8px 15px;
    margin-left: 10px;
  }


.language {
  position: relative;
  margin: 0 -10px 0 20px; }
  @media only screen and (max-width: 767px) {
    .language {
      margin: 0 0 0 20px;
      flex: 0 0 60px; } 
    
      .docs_button{
        margin-left: 0px;
        width: 60px;
        margin-top: 20px;
      }
    }
  .language:hover .language__list {
    display: block; }
    @media only screen and (max-width: 1259px) {
      .language:hover .language__list {
        display: none; } }
  .language__head {
    display: flex;
    padding: 10px;
    align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default; }
    @media only screen and (max-width: 1259px) {
      .language__head {
        cursor: pointer; } }
    .language__head:after {
      content: '';
      width: 8px;
      height: 8px;
      margin: 0 0 4px 5px;
      border: solid #373E57;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .language__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #E7EFF9; }
    .language__list a {
      display: block;
      padding: 10px;
      color: #373E57;
      transition: background .2s; }
      .language__list a:hover {
        background: #d3e1f4; }
  @media only screen and (max-width: 1259px) {
    .language.open .language__list {
      display: block; } }

.burger {
  position: relative;
  background: none;
  font-size: 0;
  z-index: 10; }
  .burger.active rect {
    fill: black; }
    .burger.active rect:nth-child(1), .burger.active rect:nth-child(3) {
      y: 8; }
    .burger.active rect:nth-child(1), .burger.active rect:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .burger.active rect:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .burger svg {
    width: 140px;
    height: 16px;
    overflow: visible; }
  
  @media only screen and (max-width: 767px) {
    .burger svg {
        width: 15px;
        margin-left: 10px; } }

  .burger rect {
    fill: black;
    transition: all .2s;
    -webkit-transform-origin: center;
            transform-origin: center; }

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(19, 25, 175, 0.5);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }
  .menu.visible {
    opacity: 1;
    pointer-events: all;
    z-index:3;
   }
  .menu__inner {
    min-height: 785px;
    margin-left: calc(50vw - 400px);
    padding: 110px 100px;
    background: white;
    border: 1px solid #D3DEED;
    overflow: auto; }
    @media only screen and (max-width: 1023px) {
      .menu__inner {
        margin: 0;
        padding: 110px 40px 40px; } }
    @media only screen and (max-width: 767px) {
      .menu__inner {
        padding: 40px 20px; } }
  .menu__row {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .menu__row {
        display: block;
        margin: 20px; } }
  .menu__col {
    flex-grow: 1; }
    .menu__col:not(:last-child) {
      margin-right: 40px; }
      @media only screen and (max-width: 767px) {
        .menu__col:not(:last-child) {
          margin: 0 0 40px; } }
  .menu__category {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .menu__list {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .menu__list {
        margin-top: 20px; } }
    .menu__list > li {
      min-height: 10px;
      margin-bottom: 4px; }
      .menu__list > li > a {
        font-size: 18px;
        font-weight: 700; }
      .menu__list > li > ul {
        padding: 4px 0 0 30px; }
        @media only screen and (max-width: 767px) {
          .menu__list > li > ul {
            padding-left: 10px; } }
        .menu__list > li > ul li {
          margin-bottom: 4px; }
        .menu__list > li > ul a {
          font-size: 16px; }
  .menu a {
    color: #373E57;
    transition: color .2s; }
    .menu a:hover {
      color: #084077; }

.main__slide {
  display: flex;
  position: relative;
  height: 410px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .main__slide {
      min-height: 480px; } }

.dropdown_block{
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
   .dropdown_block{
    flex-wrap: wrap; } }

.main__inner {
  margin-top: auto;
  padding: 140px 0 90px;
  background: linear-gradient(transparent, black); }
  @media only screen and (max-width: 767px) {
    .main__inner {
      padding-bottom: 60px; } }

 .last_inner {
        margin-top: auto;
        padding: 30px 20px 90px;
        width:33%; }
        @media only screen and (max-width: 767px) {
          .last__inner {
            padding-bottom: 60px;
            width:100%; } }

.main__title {
  max-width: 980px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.25;
  color: white; }

  .academy_today .section__carousel{
    display: none;
  }

  .academy_today .section__inner__gallery{
    display: block;
  }

  @media only screen and (max-width: 1259px) {
    .main__title {
      max-width: 880px; } }
  @media only screen and (max-width: 767px) {
    .main__title {
      font-size: 32px;
    }
    .academy_today .section__carousel{
      display: block;
    }

    .academy_today .section__inner__gallery{
      display: none;
    }
  }

.last__title{
  max-width: 980px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.25;
  color: white;
  text-transform:uppercase;
}
.main__slide__article {
  display: flex;
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .main__slide {
      min-height: 480px; } }

.main__more {
  border-bottom: 1px solid;
  color: white;
  transition: border-color .2s; }
  .main__more:hover {
    border-color: transparent; }

.main .owl-dots {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (max-width: 1259px) {
    .main .owl-dots {
      right: 40px; } }
  @media only screen and (max-width: 1023px) {
    .main .owl-dots {
      top: auto;
      left: 40px;
      bottom: 40px;
      display: flex;
      justify-content: center;
      -webkit-transform: none;
              transform: none; } }
  @media only screen and (max-width: 767px) {
    .main .owl-dots {
      bottom: 20px; } }
.owl-dots{
  display:flex;
  justify-content: center;
}
.section {
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 2px 0; } }

.section__main_top{
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .section__main_top {
      padding: 20px 0; } }

  .section__head, .section__more, .section__more__short, .section__more__second, .section__head__news {
    display: flex; }
  .section__head {
    margin: 20px 0;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section__head {
        margin-bottom: 30px; } }
  .section__title {
    font-size: 24px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .section__title {
        font-size: 24px; } }
  .section__more {
    color: #373E57;
    transition: color .2s; 
    margin-top: 4px;
  }
    .section__more:before {
      content: '';
      width: 1px;
      margin: 0 28px;
      background: #373E57; }
      @media only screen and (max-width: 767px) {
        .section__more:before {
          margin: 0 20px; } }
    .section__more:hover {
      color: #084077; }
  
  .section__head__news{
    padding: 20px 0;
  }
  .section__more__short{
    color: #373E57;
    transition: color .2s; 
    margin-bottom: 20px;}
  .section__more__short:hover {
   color: #084077; }

  .section__inner {
    padding: 0 5px 40px; }
    @media only screen and (max-width: 767px) {
      .section__inner {
        margin: 0 auto;
        padding: 0 20px;
        overflow: hidden; } }
      
  .section__inner__top {
   padding: 0 5px; }
   @media only screen and (max-width: 767px) {
    .section__inner__top {
      margin: 0 auto;
      padding: 0 20px;
      overflow: hidden; } }

  .section_blue {
    background: #F3F7FC; }
  .section_pt0 {
    padding-top: 0; }
  @media only screen and (max-width: 767px) {
    .section .owl-stage-outer {
      overflow: hidden; } }

  .section .owl-prev,
  .section .owl-next,
  .section_blue .owl-prev span,
  .section_blue .owl-next span,
  .section__main_top .owl-prev,
  .section__main_top .owl-next
   {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px; }
    .section .owl-prev:hover span,
    .section .owl-next:hover span {
      border-color: #084077; }
    .section .owl-prev span,
    .section .owl-next span,
    .section_blue .owl-prev span,
    .section_blue .owl-next span,
    .section__main_top .owl-prev span,
    .section__main_top .owl-next span
     {
      display: inline-block;
      position: relative;
      top: -2px;
      left: -2px;
      width: 16px;
      height: 16px;
      border: solid #373E57;
      border-width: 4px 4px 0 0;
      font-size: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: border-color .2s;
      vertical-align: middle; }
  
  .section .owl-prev, .section__main_top .owl-prev, .section_blue .owl-prev {
    left: -55px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .section .owl-next, .section__main_top .owl-next, .section_blue .owl-next {
    right: -55px; }
    
  .section .owl-dots {
    display: flex;
    margin-top: 20px;
    justify-content: center; }
  

.post__preview {
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid #acacac;
  
 }

 .post__preview__publications{
  display: block;
  width: 100%;
  overflow: hidden;
 }

 .post__preview__publications img{
  display: inline;
 }

 .post__preview__n{
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 158px;
 }

 .vyd__preview{
  display: flex;
  margin-bottom: 20px;
  max-width: 200px;
 }

.post__preview + .post__title {
  margin-top: 30px; }

.post__date {
  margin-bottom: 20px;
  font-weight: 700;
  color: #787D85;
  margin-top:10px;
 }

.ev__date {
margin-bottom: 20px;
font-weight: 800;
color: #787D85; 
font-size: 20px;
}

.post__title {
  line-height: 1.5; }
  .post__title a {
    display: block;
    color: #373E57;
    transition: color .2s;
    font-size: 16px;
   }
    .post__title a:hover {
      color: #084077; }


.post__title__docs {
  line-height: 1.5; 
  margin-right: 10px;
  display: flex;
}

.docs_number{
  width: 60px;
  font-weight: 400;
}

.docs_date{
  width: 100px;
  font-weight: 400;
}

.docs_title{
  max-width: 1050px;
}

@media only screen and (max-width: 767px) {
  .docs_title{
    width: 220px;
  }
}


  .post__title__docs a {
    display: block;
    color: #373E57;
    transition: color .2s;
    font-size: 16px;
    display: flex;
   }

   .post__title__docs a:visited {
    color: #ABB0C2; }
    .post__title__docs a:hover {
      color: #084077; }

.ev__title a{
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
  color: black;
  margin: 0 !important;
  padding: 0 !important;
}

.news_list .post {
  overflow: hidden;
  position: relative;
  height: 400px;
}

.news_list .border_post {
  position: absolute;
  width: 100%;
  top: 180px;
  background: #fff;
}

.news_list .post__desc {
  display: none;
}

.post__desc {
  margin-top: 20px;
  font-size: 14px;
 }

.post_docs {
  display: flex;
}

.footer {
  padding: 80px 0;
  background: #084077;
  color: white; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 40px 0; } }
  .footer__center {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .footer__center {
        display: block; } }
  .footer__section:first-child {
    padding-right: 20px;
    flex: 0 0 25%; }
    @media only screen and (max-width: 1259px) {
      .footer__section:first-child {
        padding-right: 20px; } }
    @media only screen and (max-width: 1023px) {
      .footer__section:first-child {
        padding: 0 0 80px;
        border-width: 0 0 1px; } }
    @media only screen and (max-width: 767px) {
      .footer__section:first-child {
        padding: 0 20px 40px; } }
  .footer__section:last-child {
    padding-left: 80px;
    flex: 0 0 75%; }
    @media only screen and (max-width: 1259px) {
      .footer__section:last-child {
        padding-left: 60px; } }
    @media only screen and (max-width: 1023px) {
      .footer__section:last-child {
        padding: 80px 0 0; } }
    @media only screen and (max-width: 767px) {
      .footer__section:last-child {
        padding: 40px 20px 0; } }
  .footer__head {
    display: flex;
    margin-bottom: 80px;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer__head {
        margin-bottom: 40px; } }
  .footer__logo:not(:last-child) {
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      .footer__logo:not(:last-child) {
        margin-right: 30px; 
        
      } }
      .footer__content, .footer__links {
        margin-bottom: 40px;
        line-height: 1.5; }
        .footer__content a {
          border-bottom: 1px solid transparent;
          color: white;
          transition: border-color .2s; }
          .footer__content a:hover {
            border-color: white; }
      .footer__socials {
        display: flex;
        margin: 0 -40px 40px 0;
        flex-wrap: wrap; }
        @media only screen and (max-width: 767px) {
          .footer__socials {
            margin: 0 -20px 20px 0; } }
        .footer__socials a {
          margin: 0 20px 20px 0;
          transition: opacity .2s;
          flex: 0 0 40px; }
          @media only screen and (max-width: 767px) {
            .footer__socials a {
              margin: 0 20px 20px 0; } }
          .footer__socials a:hover {
            opacity: .7; }
      .footer__row {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .footer__row {
            display: block;
            margin:0 auto; }
          }
    
.footer__links a {
  border-bottom: 1px solid transparent;
  color: white;
  transition: border-color .2s;
  font-size: 16px;
  margin-bottom: 3px;
   }
  .footer__links a:hover {
    border-color: white; }
  
  .footer__col {
    flex: 1; }
    .footer__col:not(:last-child) {
      margin-right: 80px; }
      @media only screen and (max-width: 767px) {
        .footer__col:not(:last-child) {
          margin-right: 32px; } }
  .footer__title {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase; }
  .footer__nav li {
    min-height: 1px;
    margin-bottom: 14px; }
  .footer__nav a {
    border-bottom: 1px solid transparent;
    font-size: 16px;
    color: white;
    transition: border-color .2s; }
    .footer__nav a:hover {
      border-color: white; }

.head {
  padding: 30px 0 10px; }
  .head__center {
    align-items: center;
    flex-wrap: wrap; }
  .head__breadcrumbs {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ABB0C2;
    flex-wrap: wrap;
    flex: 0 0 100%; }
    .head__breadcrumbs li:not(:last-child):after {
      content: '/';
      margin: 0 24px; }
      @media only screen and (max-width: 767px) {
        .head__breadcrumbs li:not(:last-child):after {
          margin: 0 8px; } }
    .head__breadcrumbs a {
      border-bottom: 1px solid transparent;
      transition: border-color .2s; }
      .head__breadcrumbs a:hover {
        border-color: #084077; }
  .head__back {
    display: flex;
    margin-right: 30px;
    padding: 10px 10px 10px 16px;
    background: #F3F7FC;
    font-size: 16px;
    color: #9CA4C0;
    transition: color .2s;
    align-items: center; }
    .head__back:hover {
      color: #606c96; }
      .head__back:hover:before {
        border-color: #606c96; }
    @media only screen and (max-width: 767px) {
      .head__back {
        margin: -16px 0 16px; } }
    .head__back:before {
      content: '';
      width: 10px;
      height: 10px;
      margin-right: 16px;
      border: solid #9CA4C0;
      border-width: 0 0 3px 3px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: border-color .2s; }
  .head__title {
    font-size: 30px;
    margin: 20px 30px 20px 0;
   }
    @media only screen and (max-width: 767px) {
      .head__title {
        margin: 0;
        margin-bottom: 20px;
        font-size: 24px;
        flex: 0 0 100%; } }
  .head__date {
    margin-top: 8px;
    color: #787D85;
    font-weight: 700; }

.head__background, .head__department__background{
  color: #fff;
  background-position: right;
}
  
.head__background__inner {
    margin-top: auto;
    padding: 180px 0 90px;
    background: linear-gradient(transparent, black);
}

.unit__background__inner {
  margin-top: auto;
  padding: 40px 0 40px;
  background: linear-gradient(transparent, black);
}

.head__background__text{
  margin-top: 10px;
  color: #fff;
}

.inner_news{
  min-height: 380px;
}

.border_news{
  padding-top: 20px;
  border-top: 1px solid #808080;
}

@media only screen and (max-width: 767px) {
  .head__background{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 60px 20px 20px;
    background-position: center;
  } }



.layout {
  display: flex;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1259px) {
    .layout {
      display: block; } }
  .layout__sidebar {
    position: relative;
    margin-right: 40px;
    flex: 0 0 400px;
    z-index: 10; }
    @media only screen and (max-width: 1259px) {
      .layout__sidebar {
        margin: 0 0 24px; } }
  .layout__head {
    display: none;
    padding: 10px 16px;
    background: #F3F7FC;
    border: 1px solid #D3DEED;
    align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media only screen and (max-width: 1259px) {
      .layout__head {
        display: flex; } }
    .layout__head .burger {
      margin-right: 16px; }
  .layout__nav {
    padding: 32px 20px;
    border-right: 1px solid #D3DEED; }
    .layout__nav.fixed {
      position: fixed;
      top: 0; }
      @media only screen and (max-width: 1259px) {
        .layout__nav.fixed {
          position: absolute; } }
    .layout__nav.absolute {
      position: absolute;
      top: auto;
      bottom: 0; }
      @media only screen and (max-width: 1259px) {
        .layout__nav.absolute {
          top: calc(100% + 4px);
          bottom: auto;
          width: 100% !important; } }
    @media only screen and (max-width: 1259px) {
      .layout__nav {
        display: none;
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        width: 100%; }
        .layout__nav.visible {
          background: #fff;
          display: block; } }
    .layout__nav > li:not(:last-child) {
      margin-bottom: 20px; }
    .layout__nav > li li {
      margin: 10px 0 0 30px;
      font-size: 16px; }
      .layout__nav > li li a.active:before {
        display: none; }
    .layout__nav a {
      color: #373E57; }
      .layout__nav a.active {
        font-weight: 700; }
        .layout__nav a.active:before {
          content: "";
          display: inline-block;
          position: relative;
          top: -2px;
          width: 10px;
          height: 10px;
          margin-right: 14px;
          border: solid #373E57;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          vertical-align: middle; }
  .layout__container {
    flex: 0 0 calc(100% - 440px); }
  .layout_mb0 {
    margin-bottom: 0; }

.article p:not(:last-child),
.article ul:not(:last-child),
.article ol:not(:last-child),
.article table:not(:last-child),
.article blockquote:not(:last-child) {
  margin-bottom: 30px; }

.article figure {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .article figure {
      margin-bottom: 40px; } }
  .article figure:not(:first-child) {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .article figure:not(:first-child) {
        margin-top: 40px; } }

.article figcaption {
  margin-top: 10px;
  font-size: 16px;
  color: #ABB0C2; }

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 30px;
  text-transform: uppercase; }
  .article h2:not(:first-child),
  .article h3:not(:first-child),
  .article h4:not(:first-child),
  .article h5:not(:first-child),
  .article h6:not(:first-child) {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .article h2:not(:first-child),
      .article h3:not(:first-child),
      .article h4:not(:first-child),
      .article h5:not(:first-child),
      .article h6:not(:first-child) {
        margin-top: 40px; } }

.article h2 {
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    .article h2 {
      font-size: 22px; } }

.article h3 {
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    .article h3 {
      font-size: 20px; } }

.article h4 {
  font-size: 22px; }
  @media only screen and (max-width: 767px) {
    .article h4 {
      font-size: 18px; } }

.article h5 {
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .article h5 {
      font-size: 18px; } }

.article h6 {
  font-size: 18px; }

.article li {
  position: relative;
  padding-left: 16px; }
  .article li:not(:last-child) {
    margin-bottom: 16px; }

.article ol {
  counter-reset: numbers; }
  .article ol li:before {
    counter-increment: numbers;
    content: counter(numbers) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #084077; }

.article ul {
    list-style-type: disc;
    list-style-position: inside;
  }
    
.article ul li::marker {
  color: #084077; 
}
    
.article ul li {
      color: black;
    }

.article a {
  border-bottom: 1px solid;
  transition: border-color .2s; }
  .article a[href^="tel:"], .article a[href^="mailto:"] {
    border: none; }
  .article a:hover {
    border-color: transparent; }

.article iframe {
  display: block;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .article iframe {
      height: calc(56.25vw + 40px); } }

.article img {
  height: auto;
  margin-right: 20px;
 }

.article table th,
.article table td {
  padding: 10px;
  border: 1px solid #D2D3D5; }
  @media only screen and (max-width: 767px) {
    .article table th,
    .article table td {
      padding: 5px; } }

.list_article.article_department {
 margin: 0;
}

.article blockquote.js-data-toggle, .list_article blockquote.js-data-toggle, .article div.js-data-toggle, .list_article div.js-data-toggle {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 16px 50px 16px 0;
  cursor: pointer; }
  .article blockquote.js-data-toggle.open:after, .list_article blockquote.js-data-toggle.open:after, .article div.js-data-toggle.open:after, .list_article div.js-data-toggle.open:after{
    top: 24px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .article blockquote.js-data-toggle:after, .list_article blockquote.js-data-toggle:after, .article div.js-data-toggle:after, .list_article div.js-data-toggle:after{
    content: "";
    position: absolute;
    top: 20px;
    right: 4px;
    width: 10px;
    height: 10px;
    border: solid #373E57;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.article blockquote.js-data-toggle + .fr-text-spaced, .list_article blockquote.js-data-toggle + .fr-text-spaced, .article div.js-data-toggle + .fr-text-spaced, .list_article div.js-data-toggle + .fr-text-spaced  {
  display: none;
  max-width: 100%;
  margin: 0;
 }

.article .fr-text-line {
  max-width: 100%;
  height: 1px;
  background: #D2D3D5; }

.article .fr-text-line + p:not(.fr-text-spaced) {
  margin-top: 30px; }

.article_results {
  margin-bottom: 60px; }
  .article_results h2 {
    margin-bottom: 40px;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .article_results h2 {
        font-size: 24px; } }
  .article_results h3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #D2D3D5; }
    @media only screen and (max-width: 767px) {
      .article_results h3 {
        margin-bottom: 20px; } }
    .article_results h3:not(:first-child) {
      margin-top: 40px; }

.article_page {
  margin: 30px 0 60px;
  min-height: 360px;
 }
  @media only screen and (max-width: 1023px) {
    .article_page {
      margin-top: 0; } }
  .article_page .group {
    padding: 40px 0;
    box-shadow: -800px 0 0 0 #F3F7FC, 800px 0 0 0 #F3F7FC; }
    @media only screen and (max-width: 767px) {
      .article_page .group {
        padding: 30px 20px; } }
  
.article_list_department {
          margin: 0;
          border-bottom: 1px solid #D2D3D5;
         }
          @media only screen and (max-width: 1023px) {
            .article_list_department {
              margin-top: 0; } }

 .article_department {
  margin: 30px 0 5px; }
  @media only screen and (max-width: 1023px) {
   .article_department {
    margin-top: 0; } }


.video_department {
  margin: 30px 0 5px;
  text-align: center }
   @media only screen and (max-width: 1023px) {
    .article_department {
     margin-top: 0; } }
.group {
  margin-bottom: 60px;
  padding: 40px 30px;
  background: #F3F7FC;
  box-shadow: 400px 0 0 0 #F3F7FC; }
  @media only screen and (max-width: 767px) {
    .group {
      margin: 0 -20px 40px;
      padding: 30px 20px; } }

.accordion {
  max-width: 740px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .accordion {
      margin-bottom: 40px; } }
  .accordion:not(:first-child) {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .accordion:not(:first-child) {
        margin-top: 40px; } }
  .accordion__item:not(:last-child) {
    border-bottom: 1px solid #D2D3D5; }
  .accordion__head {
    position: relative;
    padding: 16px 50px 16px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .accordion__head.open:after {
      top: 24px;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
    .accordion__head:after {
      content: "";
      position: absolute;
      top: 20px;
      right: 4px;
      width: 10px;
      height: 10px;
      border: solid #373E57;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .accordion__body {
    display: none;
    padding-bottom: 24px;
    color: #9195A5; }

.people {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0 12px;
 }
  @media only screen and (max-width: 767px) {
    .people {
      margin: 0 -12px 12px;
      display:block; } }
  .people__item {
    max-width: 270px;
    margin: 0 20px 18px;
    flex: 0 0 calc(25% - 30px); }
    @media only screen and (max-width: 1259px) {
      .people__item {
        max-width: calc(25% - 30px);
        margin: 0 10px 24px;
        flex: 0 0 calc(25% - 30px); } }
    @media only screen and (max-width: 1023px) {
      .people__item {
        max-width: calc(33.33% - 40px);
        flex: 0 0 calc(33.33% - 40px); } }
    @media only screen and (max-width: 767px) {
      .people__item {
        max-width: 100%;
        margin: 0 12px 24px;
        flex: 0 0 calc(50% - 24px); } }
    
        .people__item__news {
          margin: 0 20px 18px 0;
          flex: 0 0 calc(25% - 30px); }
          @media only screen and (max-width: 1259px) {
            .people__item {
              max-width: calc(25% - 30px);
              margin: 0 10px 24px 0;
              flex: 0 0 calc(25% - 30px); } }
          @media only screen and (max-width: 1023px) {
            .people__item {
              max-width: calc(33.33% - 40px);
              flex: 0 0 calc(33.33% - 40px); } }
          @media only screen and (max-width: 767px) {
            .people__item {
              max-width: 100%;
              margin: 0 12px 24px;
              flex: 0 0 calc(50% - 24px); } }
  
   .people__item__department {
          margin: 0 10px 18px;
          flex: 0 0 calc(25% - 20px);
          display:flex; }
          @media only screen and (max-width: 1259px) {
            .people__item__department {
              margin: 0 10px 18px;
              flex: 0 0 calc(25% - 20px); } }
          @media only screen and (max-width: 1023px) {
            .people__item__department {
              max-width: calc(33.33% - 40px);
              flex: 0 0 calc(33.33% - 40px); } }
          @media only screen and (max-width: 767px) {
            .people__item__department {
              max-width: 100%;
              margin: 0 12px 24px;
              display: block;
              } }
  .management__item__department {
    max-width: calc(33.33% - 40px);
    margin: 0 0 48px;
    flex: 0 0 calc(33.33% - 40px);
    display:flex; }
    @media only screen and (max-width: 1259px) {
      .people__item__department {
        max-width: calc(33.33% - 40px);
        margin: 0 20px 48px;
        flex: 0 0 calc(33% - 40px); } }
    @media only screen and (max-width: 1023px) {
      .people__item__department {
        max-width: calc(33.33% - 40px);
        flex: 0 0 calc(33.33% - 40px); } }
    @media only screen and (max-width: 767px) {
      .people__item__department {
        max-width: 100%;
        margin: 0 12px 24px;
        display: block;
      } }    
  .people__preview {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 20px 0; }
    .people__preview:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .people__preview img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .people__position {
    font-weight: 700;
    color: #084077; }
  .people__position {
    margin-bottom: 10px;
    font-size: 16px;
    color: #646B81; }

     .people__name {
      color: #084077;
      font-size: 16px; }

    .people__item a:hover{
     font-weight: 800;
    }

    .institution__item a:hover{
      font-weight: 800;
     }
 

    .employee__department__col a:hover{
      font-weight: 800;
     }

     .unit__content a:hover{
      font-weight: 800;
     }
  
  .people__additional {
    line-height: 1.6;
    font-size: 16px;
    color:#373E57;
   }

  .people__additional a{
    color: #084077;
  }
  .people__additional a:hover{
    font-weight: 600;
  }
  .people__contacts {
    line-height: 1.6;
    font-size: 16px;
    word-break: break-word; }
  .people__date {
    font-size: 16px;
    word-break: break-word; }
  
  .people__orcid{
    line-height: 5;
    font-size: 16px;
    color: #ABB0C2;
    font-weight: 800;
  }
  
.unit__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700; }

.unit__number {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700; }

.unit__section {
  display: flex;
  margin: 20px 0;
  padding: 20px 0;
  border: solid #D2D3D5;
  border-width: 1px 0; }
  @media only screen and (max-width: 767px) {
    .unit__section {
      display: block; } }

.unit__label {
  margin-right: 40px;
  flex: 0 0 150px; 
  font-weight: 800;
  margin-bottom: 20px;
}   
  
  @media only screen and (max-width: 767px) {
    .unit__label {
      margin: 0 0 10px; } }

.unit__content{
  display: block;
  margin-left: 20px;
  font-size: 18px;
}

.unit__content h3 {
  font-size: 18px; }

.unit__content p {
  font-size: 16px;
  color: #646B81; }

.director__name a{
  color: #084077;
  font-size: 16px;
}

.unit__article {
  margin-bottom: 20px; }

.unit__subtitle {
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #D2D3D5;
  font-weight: 700; }

.unit__table tr:first-child td {
  padding-top: 0; }

.unit__table tr:last-child td {
  padding-bottom: 0; }

.unit__table tr:not(:last-child) td {
  border-bottom: 1px solid #D2D3D5; }

.unit__table td {
  padding: 10px 20px; }
  .unit__table td:first-child {
    padding-left: 0; }
  .unit__table td:last-child {
    padding-right: 0;
    font-size: 16px; }
  .unit__table td:not(:last-child) {
    border-right: 1px solid #D2D3D5; }

.unit__row {
  display: flex;
 }
  @media only screen and (max-width: 1023px) {
    .unit__row {
      display: block; } }

.unit__col:first-child {
      padding: 20px 20px 20px 20px; }
        @media only screen and (max-width: 767px) {
          .unit__col:first-child {
            width:100%; } }

.unit__col:last-child {
    padding: 20px 0px 20px 20px; }
     @media only screen and (max-width: 767px) {
       .unit__col:last-child {
        width:100%; } }
            
.unit__background{

}

.dep__col:first-child {
  width:48%;
  padding: 20px 20px 20px 0px; }
    @media only screen and (max-width: 787px) {
      .dep__col {
        width:100%; } }

.dep__col:last-child {
width:48%;
padding: 20px 00px 20px 0px; }
 @media only screen and (max-width: 787px) {
   .dep__col {
    width:100%; } }

/*.unit__col:first-child {
  flex: 0 0 calc(100% - 550px); }
  @media only screen and (max-width: 1259px) {
    .unit__col:first-child {
      flex: 0 0 calc(100% - 340px); } }

.unit__col:last-child {
  margin-left: 40px;
  flex: 0 0 510px; }
  @media only screen and (max-width: 1259px) {
    .unit__col:last-child {
      flex: 0 0 300px; } }
  @media only screen and (max-width: 1023px) {
    .unit__col:last-child {
      margin: 40px 0 0; } }
*/

.unit_page {
  margin-bottom: 5px; }

  .unit__col:first-child {

}

.unit__preview{
  width: 100px;
  margin: 10px 0;
}

.dep__preview{
  margin: 10px 0px 10px 0px;
}

.unit_page .unit__section,
.unit_page .unit__article {
  border: none; }

.unit_page .unit__section {
  margin-top: 0;
  padding: 0 0 10px; }

.unit__sub__col{
  margin-right:10px;
  margin-top:20px;
  border-left: 1px solid #fff;
}

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


.book {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .book {
      display: block; } }
  .book__preview {
    margin-right: 24px;
    flex: 0 0 200px; }
    @media only screen and (max-width: 767px) {
      .book__preview {
        width: 200px;
        margin: 0 0 24px; } }
  .book__container {
    flex-grow: 1; }
    .book__container h5 {
      margin-bottom: 40px;
      font-size: 18px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .book__container h5 {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .book__container tr {
        display: block;
        margin-bottom: 20px; } }
    .book__container td {
      padding-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .book__container td {
          display: block;
          padding: 0; } }
      .book__container td:not(:last-child) {
        padding-right: 30px; }
        @media only screen and (max-width: 767px) {
          .book__container td:not(:last-child) {
            padding: 0; } }
      .book__container td a {
        color: #373E57; }

.posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px; }
  @media only screen and (max-width: 1259px) {
    .posts {
      margin: 0 -20px;
      grid-template-columns: repeat(3, 1fr);
     } }

    @media only screen and (max-width: 1024px) {
      .posts {
        margin: 0;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 -20px;
       } }

    @media only screen and (max-width: 860px) {
      .posts {
        display: block;
        margin: 0;
        grid-template-columns: repeat(2, 1fr);
      } }

      .posts_academy {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px; }
        @media only screen and (max-width: 1259px) {
          .posts_academy {
            margin: 0 -20px;
            grid-template-columns: repeat(3, 1fr);
           } }
      
          @media only screen and (max-width: 1024px) {
            .posts_academy {
              margin: 0;
              grid-template-columns: repeat(3, 1fr);
              margin: 0 -20px;
             } }
      
          @media only screen and (max-width: 860px) {
            .posts_academy {
              display: block;
              margin: 0;
              grid-template-columns: repeat(2, 1fr);
            } }

     .posts_section {
        display: flex;
        margin: 0 -10px;
        flex-wrap: wrap; }
        @media only screen and (max-width: 1259px) {
          .posts_section {
            margin: 0 -20px; } }
        @media only screen and (max-width: 767px) {
          .posts_section {
            display: block;
            margin: 20px 0; } }

  .posts_academy .post {
    margin: 0 16px 40px 0px;
    border: solid 1px #bfbfbf;
    overflow: hidden; 
    width:400px;
  }
    @media only screen and (max-width: 1259px) {
      .posts_academy .post {
        margin: 0 20px 60px;
        flex: 0 0 calc(100% - 40px); } }
    @media only screen and (max-width: 1024px) {
      .posts_academy .post {
        flex: 0 0 calc(100% - 40px); 
        width:280px;}
       }
    @media only screen and (max-width: 767px) {
      .posts_academy .post {
        margin: 0 auto;
        margin-bottom: 40px;
       } }

       .posts .post {
        margin: 0 16px 40px 0px;
        border: solid 1px #bfbfbf;
        overflow: hidden; 
        width:306px;
      }
        @media only screen and (max-width: 1259px) {
          .posts .post {
            margin: 0 20px 60px;
            flex: 0 0 calc(100% - 40px); } }
        @media only screen and (max-width: 1024px) {
          .posts .post {
            flex: 0 0 calc(100% - 40px); 
            width:280px;}
           }
        @media only screen and (max-width: 767px) {
          .posts .post {
            margin: 0 auto;
            margin-bottom: 40px;
           } }

  .title_academy{
    padding: 10px;
    font-size: 16px;
  }

  .img-long-academy{
    width: 400px;
    height: 210px;
  }
  
  .posts .post__news {
    margin: 0 16px 40px 0px;
    border: solid 1px #bfbfbf;
    overflow: hidden; 
    width:300px;
    height: 420px;
  }
  @media only screen and (max-width: 1259px) {
     .posts .post__news {
      margin: 0 20px 60px;
      flex: 0 0 calc(100% - 40px); } }
  @media only screen and (max-width: 1023px) {
     .posts .post__news {
     flex: 0 0 calc(100% - 40px); } }
  @media only screen and (max-width: 767px) {
     .posts .post__news{
      margin: 0 auto; } }


  .posts_publish {
    margin-left: 0; }
    @media only screen and (max-width: 1259px) {
      .posts_publish {
        margin: 0 -20px; } }
    @media only screen and (max-width: 767px) {
      .posts_publish {
        margin: 0; } }
    .posts_publish .post {
      flex: 0 0 calc(50% - 60px); }
      @media only screen and (max-width: 1259px) {
        .posts_publish .post {
          flex: 0 0 calc(33.33% - 40px); } }
      @media only screen and (max-width: 1023px) {
        .posts_publish .post {
          flex: 0 0 calc(50% - 40px); } }

.posts .post :last-child{
  margin-right: 0px; 
}
  
.posts_section .post {
            margin: 0 0px 40px 16px;
            flex: 0 0 calc(53% - 40px); }
            @media only screen and (max-width: 1259px) {
              .posts_section .post {
                margin: 0 20px 60px;
                flex: 0 0 calc(100% - 40px); } }
            @media only screen and (max-width: 1023px) {
              .posts_section .post {
                flex: 0 0 60px; } }
            @media only screen and (max-width: 767px) {
              .posts_section .post {
                margin: 0 0 60px; } }

.pagination { 
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.page-item.disabled {
  display: none; }

.page-item.active {
  font-weight: 700; }

.page-link {
  display: block;
  padding: 10px;
  color: #373E57;
  transition: color .2s; }
  .page-link:hover {
    color: #084077; }
  .page-link[rel="prev"], .page-link[rel="next"] {
    font-size: 0; }
    .page-link[rel="prev"]:hover:before, .page-link[rel="next"]:hover:before {
      border-color: #084077; }
    .page-link[rel="prev"]:before, .page-link[rel="next"]:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border: solid #373E57;
      border-width: 4px 4px 0 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: border-color .2s; }
  .page-link[rel="prev"]:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.field,
.field_docs
 {
  display: block;
  margin-bottom: 36px;
  margin-left: 10px;
 }
  .field__title, .field__inner, .field__inner__form {
    display: block; }
  .field__title {
    margin-bottom: 4px;
    font-size: 16px;
    margin-right: 10px;
   }
  .field__inner {
    position: relative; 
    width: 200px;
  }

  .field__inner__form{
    width: 360px;
  }
  .field_docs {
    display: flex;
  }
  @media only screen and (max-width: 767px) {
    .field__inner, .field__inner__form {
      margin-bottom:20px;
      width: 100%;
    }
    .field_docs {
      display: block;
    }
   }
  
    .field__inner svg {
      position: absolute;
      top: 13px;
      right: 13px;
      pointer-events: none; }

   .field_search  {
        position: relative;
        width: 600px;
        display: block;
       }

       .field_search svg {
        position: absolute;
        top: 13px;
        right: 13px;
        pointer-events: none; }
    
  .field input,
  .field textarea,
  .field select {
    display: block;
    width: 100%;
    border: 1px solid #D2D3D5;
    font-size: 16px;
    border-radius:3px;
    border-color: #084077;
    color: #084077;
    transition: border-color .2s; }
    .field input:focus,
    .field textarea:focus,
    .field select:focus {
      border-color: #222080z; }
  .field input,
  .field select,
  .field_docs input {
    height: 40px;
    padding: 0 10px; }
  .field textarea {
    height: 120px;
    padding: 8px 10px; }
  .field select {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' fill='none' viewBox='0 0 13 8'%3E%3Cpath d='M.073 2.049l5.88 5.881c.094.094.26.094.353 0l5.881-5.881a.25.25 0 0 0 0-.353L10.565.073A.25.25 0 0 0 10.389 0a.25.25 0 0 0-.177.073L6.13 4.155 2.049.073c-.094-.094-.26-.094-.353 0L.073 1.696a.25.25 0 0 0 0 .353z' fill='%23373e57'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px 8px;
    background-position: calc(100% - 10px) 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .field_inline, .field_sort, .field_search  {
    display: flex;
    align-items: center; }
  .field_inline .field__title .field_sort .field_search {
    margin: 0 16px 0 0; }
  @media only screen and (max-width: 767px) {
    .field_inline .field__inner .field_sort .field_search  {
      flex-grow: 1; } }

.field_docs input {
  border-bottom: 1px solid #373E57;
  font-size: 16px;
  color: #084077;
  transition: border-color .2s;
  background: #F3F7FC;
}

.contacts {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .contacts {
      display: block; } }
  .contacts__col {
    flex: 1; }
    .contacts__col:first-child {
      margin-right: 120px;
      padding-right: 120px;
      border: solid #D2D3D5;
      border-width: 0 1px 0 0; }
      @media only screen and (max-width: 1259px) {
        .contacts__col:first-child {
          margin-right: 60px;
          padding-right: 60px; } }
      @media only screen and (max-width: 1023px) {
        .contacts__col:first-child {
          margin-right: 40px;
          padding-right: 40px; } }
      @media only screen and (max-width: 767px) {
        .contacts__col:first-child {
          margin: 0 0 40px;
          padding: 0 0 40px;
          border-width: 0 0 1px; } }
  .contacts__title {
    margin-bottom: 28px;
    font-size: 18px;
    text-transform: uppercase; }
  .contacts__content a[href^="#"] {
    border-bottom: 1px dashed; }
  .contacts .button {
    margin-top: 14px; }

.results {
  margin-bottom: 40px; }
  .results__form {
    max-width: 540px;
    margin-bottom: 40px; }
  .results__value {
    padding-bottom: 10px;
    border-bottom: 1px solid #D2D3D5; }

.filters {
  display: flex;
  margin-bottom: 14px;
  margin-top: 20px;
 }
  @media only screen and (max-width: 1023px) {
    .filters {
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .filters {
      display: block; } }
  .filters__cell:first-child {
    flex-grow: 0.5; }
    @media only screen and (max-width: 1023px) {
      .filters__cell:first-child {
        flex: 0 0 100%; } }
  .filters__cell:not(:last-child) {
    margin-right: 60px; }
    @media only screen and (max-width: 1259px) {
      .filters__cell:not(:last-child) {
        margin-right: 40px; } }
    @media only screen and (max-width: 1023px) {
      .filters__cell:not(:last-child):first-child {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .filters__cell:not(:last-child) {
        margin: 0; } }
  
   .filters__cell__second {
          margin-right: 20px; }
          @media only screen and (max-width: 767px) {
            .filters__cell__second {
              margin: 0; } }
.employee {
  font-size: 14px; }
  .employee__item {
    display: flex;
    /*align-items: center;*/ }
    @media only screen and (max-width: 767px) {
      .employee__item {
        display: block; } }
    .employee__item:not(:last-child) {
      margin-bottom: 64px; }
  .employee__col:first-child {
    margin-right: 0px;
    /*flex: 0 0 200px;*/ }
    @media only screen and (max-width: 1259px) {
      .employee__col:first-child {
        margin-right: 0px; } }
    @media only screen and (max-width: 1023px) {
      .employee__col:first-child {
        margin-right: 0px; } }
    @media only screen and (max-width: 767px) {
      .employee__col:first-child {
        margin: 0px;
        margin-right: 0px;
       } }
  .employee__preview {
    display: block;
    max-width: 310px; }
    .employee__preview img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .employee__preview{
      width: 100%;
      padding: 0 10px;
    }
  }

  .employee__preview__in {
    display: block;
    width: 312px; }
    .employee__preview img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .employee__preview{
      width: 100%;
      padding: 0 10px;
    }
    .employee__preview__in{
      width:100%;
    }
  }

  .employee__preview__in img{
    width: 100%;
  }

  

  @media only screen and (max-width: 767px) {
    .ico{
      display: flex;
    }
  }
  .employee_first{
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
  @media only screen and (max-width: 767px) {
  .employee_first{
    padding: 0;
    }
  }
  
  .employee__position {
    margin-bottom: 20px;
    font-weight: 700;
    color: #646B81; }
    @media only screen and (max-width: 767px) {
      .employee__position {
        margin-bottom: 10px; } }
  .employee__name {
    margin: 20px 0 10px;
    font-size: 18px;
    color:#084077;
     }
  .employee_mb {
    margin-bottom: 64px; }

  .employee__name__inside {
      margin: 5px 0 10px;
      font-size: 24px;
      color:#084077;
       }
    @media only screen and (max-width: 767px) {
      .employee__name__inside {
        margin: 0;
        padding: 20px 0;
      }
    }
    



.employee__department__col:first-child {
      margin-right: 20px;
      /*flex: 0 0 120px;*/ }
      @media only screen and (max-width: 1259px) {
        .employee__department__col:first-child {
          margin-right: 60px; } }
      @media only screen and (max-width: 1023px) {
        .employee__department__col:first-child {
          margin-right: 40px; } }
      @media only screen and (max-width: 767px) {
        .employee__department__col:first-child {
          margin: 0 10px 20px 0; 
          flex: 0 0 180px;
        } }

.manegment__department__col:first-child {
  margin-right: 0px;
  width: 120px;
  /*flex: 0 0 120px;*/ }
  @media only screen and (max-width: 1259px) {
    .employee__department__col:first-child {
      margin-right: 60px; } }
  @media only screen and (max-width: 1023px) {
    .employee__department__col:first-child {
      margin-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .employee__department__col:first-child {
      margin: 0 10px 20px 0; 
      flex: 0 0 180px;
    } }
  
.employee__department__col{
  margin-bottom: 10px;
}

.employee__col{
  max-width: 70%;
}

@media only screen and (max-width: 767px) {
  .employee__col{
    max-width:100%;
    margin-right:5px;
  }
}
.section_bottom_main{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
  }
  @media only screen and (max-width: 767px) {
    .section_bottom_main{
      display: block;
    }
  }
  .section__bottom{
    width: 33%;
    text-align:center;
  }
  @media only screen and (max-width: 767px) {
    .section__bottom {
      padding: 10px;
      width:100%;
     } 

     .section__bottom_title{
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 auto;
      text-align: center;
      margin-bottom:10px;
     }
    }

    .section__bottom_title{
      font-weight: 600;
      margin: 0 auto;
      text-align: center;
     }

     .section__bottom_title a{
      font-size: 28px;
     }


     .section__bottom_text{
        font-size: 18px;
        font-weight: 600;
        margin: 0 auto;
        text-align: center;
     }


     .section__evnts{
      max-width: 1360px;
      margin: 0 auto;
      padding: 0 40px;
      display: flex;
    }

    .section__evnts__buttons{
      max-width: 1360px;
      margin: 0 auto;
      padding: 0 40px;
      display: flex;
    }

    @media only screen and (max-width: 767px) {
      .section__evnts__buttons {
        display: none;
       } 
    }


    .section_first, .section_main{
      border-right: 1px solid grey;
      padding-right: 20px;
    }

    @media only screen and (max-width: 1023px) {
      .section__evnts{
        display: block;
      }
      .section_first, .section_main{
        width: 100% !important;
        margin-bottom: 20px;
        border-right:0px;
      }
  
      .section_last{
        width: 100% !important;
        padding-left: 0px !important;
      }

      .post__title__event{
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 12px;
      }

      .posts_section{
        margin: 0 -20px;
        flex-wrap: wrap;
      }
      .posts_section .post {
        margin: 0 0px 10px 10px;
        flex: 0 0 calc(100% - 20px);
    }
    }

    .section_main{
      width: 50%;
      margin-right: 20px;
    }
    
    @media only screen and (max-width: 767px) {
    .section_main, .section_last{
      margin-top: 60px;
      padding-top: 20px;
      border-top: 1px solid;
    }
    .posts_section .post {
      margin-top: 20px;
  }

  }

    .section_last, .section_first{
      width: 25%;
      margin-right: 20px;
    }

    .section_last{
      padding-right: 21px;
    }

    .event__title{
      line-height: 1.5;
      font-size: 16px;
    }
    .event__desc{
      margin-top: 20px;
      margin-bottom:20px;
      font-size: 14px;
      overflow: hidden;
    }

    .section__bottom_title img {
      transition: filter .7s ease-in-out;
      -webkit-filter: grayscale(99%);  
      filter: grayscale(99%);  
      height: 80px;
    }
    
    .section__bottom_title img:hover {
      -webkit-filter: grayscale(0%);  
      filter: grayscale(0%);  
    }


    .event_post{
      display: flex;
    }
    .event_post img {
      width: 25%;
    }
    .event_text{
      width:75%;
    }

    .post__date__news{
      font-size: 14px;
      color: #647181;
      font-weight: 200;
      margin-bottom: 20px;
    }
    .post__event{
      display: flex;
    }

    .event_text{
      display: block;
    }
    
    .post__preview__event {
      display: flex;
      margin: 0 10px 20px 0;
      width: 20%;
    }

    .post__title__event{
      text-transform: uppercase;
      line-height: 1.5;
      font-size: 16px;
    }

    .post__title_developing{
      background-size: cover;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      height: 400px;
      width: 300px;
      margin: 0 auto;
      text-align: center;
      padding-top: 290px;
      padding-left: 15px;
      padding-right: 15px;
      text-transform: uppercase;
      line-height: 1.5;
    }

    .post__title_developing a{
      color: #fff;
    }

    .sort {
      display: flex;
      margin: 0 0 16px;
      align-items: center;
      flex-wrap: wrap;
      background: #F3F7FC;
      border-bottom:1px solid #084077;

  }

  .sort a.selected {
    padding: 8px 16px;
    background: #084077;
    border-color: transparent;
    color: #fff;
    font-size: 16px;
  }

.sort a {
  padding: 8px 16px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
  color: black;
  background: #F3F7FC;
  font-size: 16px;
}

.sort a:hover{
  padding: 8px 16px;
  background: #084077;
  border-color: transparent;
  color: #fff;
}

.sort_docs {
  display: flex;
  margin: 0 0 16px;
  align-items: center;
  flex-wrap: wrap;
  background: #F3F7FC;
}

.sort_docs a.selected {
padding: 8px 16px;
background: #084077;
border-color: transparent;
color: #fff;
font-size: 16px;
}

.sort_docs a {
padding: 8px 16px;
border-bottom: 1px solid transparent;
transition: border-color .2s, color .2s;
color: black;
background: #F3F7FC;
font-size: 16px;
}

.sort_docs a:hover{
padding: 8px 16px;
background: #084077;
border-color: transparent;
color: #fff;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  margin-left: 100px;
}
@media only screen and (max-width: 1360px) {
  .navbar {
    margin-left: 20px; } }

@media only screen and (max-width: 1240px) {
  .navbar {
    display: none; } }

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 1px;
  text-decoration: none;
  display: flex;
}
.navbar .close a:after{
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background-image: url(../img/arrow-select-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    margin-left: 10px;
    margin-top: 5px;
}

.open a:after{
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background-image: url(../img/arrow-select-white-active.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  margin-left: 10px;
  margin-top: 5px;
}

.column a:after{
  content: "";
  display: none;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  margin-left: 10px;
  margin-top: 5px;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 30px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: #084077;
  width: 100%;
  color: #fff;
  left: 0;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  border-top: #fff 1px solid;
  z-index: 1;
  height: 410px;
}


/* Show the dropdown menu on hover */
.dropdown.open .dropdown-content {
  display: block;
}

.dropdown a:hover{
  color:#ccc;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  padding: 5px;
  background-color: #084077;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  color: #ccc;
}

.row{
  display: grid;
  padding: 0 0 5px;
  grid-template-columns: repeat(5, 1fr);
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

@media only screen and (max-width: 767px) {
  .sticky {
  display: none;
  }
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.tabs-nav__item :hover{
  width: 250px;
  padding:10px;
  background-color: #ccc;
  border-radius: 50px 50px 0px 0px;
  color:#0d4ba0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.tabs-nav__item.is-active {
  width: 400px;
    padding: 10px;
    background-color: #ccc;
    border-radius: 5px 5px 0px 0px;
    color: #0d4ba0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}
.tab{
  display: none;
}

.tab.is-active{
  display: block;
}

.section__title__second {
  font-size: 22px;
  text-transform: uppercase;
}

.section__more__second{
  font-size: 16px;
  color: #373E57;
  transition: color .2s; }
  .section__more__second:before {
    content: '';
    width: 1px;
    margin: 0 20px;
    background: #373E57; }
    @media only screen and (max-width: 767px) {
      .section__more__second:before {
        margin: 0 12px; } }
  .section__more__second:hover {
    color: #084077; }

  
  .img-short{
    max-width: 180px;
    height: 180px;
  }

  .img-long{
    max-width: 320px;
    height: 180px;
  }

  .row span{
    margin-right: 5px;
  }

  .row span:last-child{
    margin-right: 0px;
  }

  .section__inner__gallery {
    padding: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .section__inner {
        margin: 0 auto;
        padding: 0 20px;
        overflow: hidden; } }

  .employee__awards {
    margin-top:40px;
    display: grid;
    padding: 0 0 5px;
    grid-template-columns: repeat(4, 1fr);
  }
  .section h2, .section_blue h2{
    text-transform: uppercase;
    font-size: 24px;
  }

  .employee__award{
    display: block;
    margin-bottom: 20px;
  }
.text__award{
  width: 200px;
}

.text__award:hover{
  font-weight:600;
  color: #084077;
}

.text__award__col{
  font-size: 14px;
  width: 75%;
 }

  .date__award{
    font-weight: 800;
    font-size: 16px;
    color:#084077;
  }

  .desc__award{
    display:flex;
    margin-top: 10px;
  }

  .picture__award{
    margin-right: 10px;
    width: 100px;
  }
  .desc__award h3 a{
    font-size: 16px;
    margin-bottom:5px;
  }

  .field__search {
    display:flex;
    width: 780px;
  }

  
  @media only screen and (max-width: 767px) {
    .field__search{
    width: 100%;
    margin-bottom: 20px;
  }}

  .field__search svg{
    margin-left: -25px;
    margin-top:14px;
  }

  .field_sort {
    width: 270px;
    margin-left: 10px;
  }
  @media only screen and (max-width: 767px) {
    .field_sort   {
     width: 100%;
     margin-left: 0px;
     } }

  .awards{
    display:flex;
    padding-bottom: 20px;
  }
  @media only screen and (max-width: 767px) {
    .awards {
      display:block; } }
  

  .awards__preview {
    display: block;
    margin-right:20px;
    width: 100px;
  }

  .field_sort_awards{
    width: 310px;
    display: flex;
    align-items: center;
  }

  .field__search__awards{
    display: flex;
    width: 440px;
  }

  @media only screen and (max-width: 767px) {
    .field__search__awards{
      margin-bottom: 20px;
      width: 310px;
    }
  }

  .field__search__awards svg {
    margin-left: -25px;
    margin-top: 14px;
}

.row_structure{
  display: flex;
}

.column_menu{
  width: 58%;
  display: grid;
  padding: 0 0 5px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-top:5px;
  height: 380px;
}
.column_menu:first-child{
  width: 27%;
  display: block;
}

.column_sub a {
  float: none;
  color: #fff;
  padding: 5px;
  padding-left:15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}
.column{
  max-height: 100px;
}

.column_menu:last-child{
  border-left: #fff 1px solid;
}

.column_menu:last-child .column{
  width: 310px;
}


.awards__inner{
  display:flex;
  height: 300px;
}

.column_awards{
  width: 50%;
  height: 100%;
  padding: 220px 20px 0;
}

.column_awards h3{
  color:#fff;
  margin-left: 58px;
}

.award_item{
  display:flex;
  margin: 0 10px 20px;
}

.employee__awards__vidznaky {
  margin-top:40px;
  display: grid;
  padding: 0 0 5px;
  grid-template-columns: repeat(6, 1fr);
}

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

.employee__awards__vidznaky, .employee__awards {
  margin-top:20px;
  padding: 0 0 5px;
  display: block;
}
.awards__inner {
  height: 100%;
  display: block;
}
.column_awards{
  width:100%;
  height:210px;
  background-size: cover;
  background-position: right;
  margin-bottom: 5px;
  padding: 140px 20px 0;
}
}
.section__center h3{
  margin-bottom: 40px;
  margin-top:20px;
}

.employee__contacts{
  font-size: 16px;
  margin-bottom: 10px;
}

.awards_page{
  margin: 60px 60px 40px;
  width:75%;
}
.awards__img{
  width: 320px;
  height: 285px;
  margin-right: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .awards__img{
    width: 320px;
    margin: 0 auto;
  }
}

.awards__img img{
  height:285px;
}

.management__department{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 5px 0;
}
@media only screen and (max-width: 767px){
  .management__department{
  display: block;
}}


.people__birth__date{
  margin-bottom:30px;
  font-weight: 800;
  font-size: 16px;
  font-family: e-Ukraine;
}

.vidznaka_item{
  text-align: center;
  margin-bottom: 20px;
}

.vidznaka__preview{
  width: 300px;
  margin: 10px;

}

.post__desc ul{
  list-style-type:disc;
  margin-left: 20px;
}

.post__desc ol{
  list-style-type:decimal;
  margin-left: 20px;
}
.more {
  margin-top:10px;
}

.post__desc ul, .event__desc ul{
  list-style-type:disc;
  margin-left: 20px;
}

.post__desc ol, .event__desc ol{
  list-style-type:decimal;
  margin-left: 20px;
}

.sub_title{
  font-size:22px;
}
.space{
  margin-bottom: 10px;
}

.icon_employee{
  height:30px;
  margin-right: 10px;
}

.employee__col ul{
  list-style-type: disc;
  color:#084077;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .employee__col ul {
    margin-left: 20px;
    padding-bottom: 20px;
  } }

  .promote__v ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 10px;
}
.text__award h3 {
  margin-bottom: 5px;
}
.unit__col__first {
  margin-right: 30px;
}

.unit__col{
  margin-right: 30px;
  margin-top: 20px;
  width: 450px;
}

.more__news, .more__scientist{
  border: 1px solid;
  width: 150px;
  text-align: center;
  padding: 8px;
  margin-top: 30px;
}
.more__news__mobile{
  display: none;
}

.more__scientist{
  border: 1px solid;
  width: 250px;
  text-align: center;
  padding: 8px;
  margin-top: 30px;
}

.more__scientist a{
  border-bottom: none;
}


@media only screen and (max-width: 767px){
  .more__news__mobile{
    display: block;
    border: 1px solid;
    width: 150px;
    text-align: center;
    padding: 8px;
    margin-top: 30px;
  }
}

.border_post{
  position: relative;
  padding: 10px;
  height: 330px;
}
.border_post.hover_block {
  background: #084077;
  color: #fff;
}

.border_post.hover_block .post__title a, .border_post.hover_block .post__date__news{
  color: #fff;
}

.border_media{
  position: relative;
  padding: 10px;
  overflow: hidden;
  height: 260px;
  background-color: #fff;
}

.post__top{
    height: 160px;
    position: relative;
    overflow: hidden;
}

.block {
  display: block;
}

.block .image {
  display: inline-block;
  vertical-align: middle;
}

.block.object-fit img {
  width: 100%; 
  height: 200px; 
  object-fit: cover; /* Всю, выше указанную, облась заполнить картинкой */
}

.name__awards {
  padding-top: 40px;
  text-transform: uppercase;
}

.employee__name___awards{
display: flex;
padding: 0 0 5px;
margin-top: 40px;
}


.desc__name__award{
  display: flex;
  margin-right: 10px;
}
.employee__name__award{
  width:50%;
}
.picture__name__award{
  margin-right: 15px;
}

.text__name___award__col{
  width:550px;
}

.text__name___award h3{
  margin-bottom:15px;
  margin-top:20px;
}

@media only screen and (max-width: 767px){
  .employee__name___awards{
    display: block;
    }
  
  .desc__name__award{
    display: block;
  }
  .employee__name__award{
    width:100%;
    margin:20px 0;
  }
  .text__name___award__col{
    width:100%;
  }
  .picture__name__award{
    margin-right: 0px;
    margin-bottom: 10px;
  }
 
}
.section_darkblue{
  background: #084077;
  color: #fff;
}
.section_darkblue a{
  color: #fff;
}

.header__department{
  border-top: 400px solid #084077;
  border-right: 400px solid transparent;
  height: 0;
  width: 55%;
}

.header__socials{
  margin: 0px 10px;
}

@media only screen and (max-width: 767px){
  .header__socials{
    margin: 0px;
  }
}

.soc_ico{
  width: 20px;
  margin: 0 5px;
}

.inner__department{
padding: 150px 0 90px;
background: linear-gradient(transparent, black);
margin-top: -358px;
position: absolute;
width: 100%;
}

@media only screen and (max-width: 767px){
  .header__department{
    border-top: 300px solid transparent;
    border-right: 200px solid transparent;
    height: 0;
    width: 70%;
  }
  .inner__department{
    padding: 200px 0 40px;
    background: linear-gradient(transparent, black);
    margin-top: -358px;
    position: absolute;
    width: 100%;
  }
  .head__department__background{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    background-position: right;
  }
}

.post__vydannya__preview {
  display: flex;
  width: 100%;
  overflow: hidden;
 }

 .posts .post__vydannya {
  margin: 0 16px 40px 0px;
  overflow: hidden; 
  width:306px;
}
  @media only screen and (max-width: 1259px) {
    .posts .post__vydannya, .posts .post_zasidannya{
      margin: 0 20px 60px;
      flex: 0 0 calc(100% - 40px); } }
  @media only screen and (max-width: 1023px) {
    .posts .post__vydannya, .posts .post_zasidannya {
      flex: 0 0 calc(100% - 40px); } }
  @media only screen and (max-width: 767px) {
    .posts .post__vydannya, .posts .post_zasidannya {
      margin: 0 0 60px; } }

.text__vidznaka{
    width: 200px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 20px;
}

.text__vidznaka:hover{
  color: #084077;
}

.employee_ico{
  display: block;
  margin: 0 10px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .employee_ico {
    display: block;} }


.employee__second__col{
 width: 100%;
 background: #F3F7FC;
 margin-left: 0px;
 padding: 0 20px;
}

.employee_row{
  display: flex;
}

@media only screen and (max-width: 767px) {
  .employee_row {
    display: block;} }

.category_direction h3{
  font-size: 18px;
  margin-top: 15px;
}

.fr-text-gray ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-top: 10px;
}

.section__more__center{
  margin: 0 auto;
  width: 200px;
  padding: 0 0 20px;
}

.fr-draggable {
  margin: 0 auto;
}

.fr-dib {

}

.fr-dib img{
  margin: 0 auto;
}

.fr-dii {

}

.fr-fil {
  float: left;
}

.fr-fir{
  float: right;
  margin-left: 10px;
}

.fr-video{
  float: left;
  padding-right: 20px;
}

.filter__news select{
  width: 100%;
  border: 1px solid #084077;
  font-size: 16px;
  border-radius: 3px;
  color: #084077;
}

.ui-widget-header {
  border: 0 !important;
  background:#fff !important;
}

.ui-state-default{
  border: 0 !important;
  background: #fff !important;
  text-align: center !important;
  padding: 6px 0 !important;
}

.ui-state-highlight{
  border: 0 !important;
  background: #084077 !important;
  color: #fff !important ;
  border-radius: 30px !important;
}

.select_department{
  border: 1px solid #ccc;
	padding: 6px;
  font-size: 16px;
  border-radius: 5px;
  width: 500px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px){
  .select_department{
    width: 100%;
    margin: 10px 0;
  }
}

.ui-state-active{
  border: 0 !important;
  background:#4687e6 !important;
  color: #fff !important ;
  border-radius: 30px !important;
}
.zasidannya{
  display: flex;
}

.column_zas_first{
  display:flex;
  margin-bottom: 20px;
}
.date_zas{
  background-image: url(../img/calendar.svg) ;
  background-repeat: no-repeat;
  background-size:cover;
  width: 54px;
  height: 60px;
  margin-right: 20px;
}

.mon{
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-size: 10px;
}
.date_zas .date{
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 3px;
  font-weight: 800;
}
.text_zas{
  width:75%;
}

.text_zas h2{
  font-weight: 800;
  font-size: 20px;
  text-transform: none;
  border-bottom: 2px solid #084077;
  line-height: 2;
  margin-bottom: 16px;
}
.text_zas p{
  font-size: 14px;
}

.column_zas{
  display: flex;
  max-width: 660px;
}

@media only screen and (max-width: 767px){
  .column_zas, .zasidannya{
    display: block;
  }
}

.dopovid{
  margin: 0 16px 10px 0px;
  border: solid 1px #bfbfbf;
  overflow: hidden;
  width: 620px;
  height: 300px;
  display: flex;
  background: #fff
}

@media only screen and (max-width: 767px){
  .dopovid{
    margin: 0 16px 5px;
    width:300px;
    display: block;
    height: 100%;
  }
}


.dopovid_photo{
  width: 240px;
  height: 320px;
  overflow: hidden;
}

@media only screen and (max-width: 767px){
  .dopovid_photo{
    width: 300px;
    height: 100%;
  }
}


.dopovid a{
  color: #084077
}

.dopovid .text{
  font-size: 14px;
  margin: 10px;
  margin-top: 15px;
  width: 380px;
}

@media only screen and (max-width: 767px){
  .dopovid .text{
    width: 300px;
    height: 100%;
  }
}


.dopovid .text h2{
  font-size: 22px;
  text-transform: none;
  margin-bottom: 15px;
  border-bottom: 2px solid #084077;
  padding-bottom: 15px;
  color: #084077;
}

.years_sort {
  display: flex;
  font-size: 18px;
  font-weight: 800;
  color: #787D85;
}

.years_sort a{
  color: #787D85;
  margin-right: 30px;
}

.years_sort a.selected{
  color: #084077;
}

.year_sort{
  margin-right: 20px;
}

 .post_z .post_zasidannya {
   display: flex;
   margin-top: 20px; 
   font-size: 16px;
 }

 .mon_z{
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-size: 10px;
  padding-top: 10px;
 }

 .text_z{
   margin-top: 10px;
   font-size: 16px;
 }

 .text_z, .text_dopovid a:hover{
   color: #084077;
 }

 .text_dopovid{
   margin-left: 20px;
 }

 .institution__item{
  margin: 0 20px 18px 0;
 }
 @media only screen and (max-width: 1023px) {
  .institution__item {
    max-width: calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px); } }
@media only screen and (max-width: 767px) {
  .institution__item {
    max-width: 100%;
    margin: 0 12px 24px;
    flex: 0 0 calc(50% - 24px); } }

.sub__title__unit a{
  font-size: 18px;
  font-weight: 400;
  color: #084077; 
}

.sub__title__unit a:hover{
  font-weight: 800;
}

.unit__article {
  font-size: 16px;
}

.people__unit{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 5px 0 12px;
}

.employee__unit__col{
  margin-right: 60px;
  margin-bottom: 10px;
}

.unit__title{
  margin: 5px 0 10px;
  font-size: 24px;
  color: #084077; 
  text-transform: none;
}

.website a{
  color: #084077;
  border-bottom: none;
}
.website a:hover{
  font-weight: 800;
}

.website img{
margin-right: 5px;
}

.institution a{
  color: #084077;
}
.institution a:hover{
  font-weight: 800;
}

.article_list_department a{
  color: #084077;
}
.article_list_department a:hover{
  font-weight: 800;
}

.people_employees_v{
    flex-wrap: wrap; 
}

.promote__v{
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.emploee_v{
  width: 210px;
}
@media (max-width: 768px) {
  .emploee_v{
    width: 100%;
  }
}
.employee__department__col__v {
  flex: 0 0 calc(48% - 10px); 
  display: flex;
  padding: 20px; 
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .employee__department__col__v {
      flex: 0 0 100%;
      display: block;
      background-color: transparent;
      padding: 0px;
      margin-bottom: 0px;
      margin-right: 0px;
  }
}

.employee__preview_v{
  width: 210px;
  margin-bottom: 20px;
}

.people__name__v{
  color: #084077;
  font-size: 18px;
  font-weight: 800;
}

.people__additional__v{
  line-height: 1.6;
  font-size: 16px;
  color: #373E57;
}

.program__v{
  margin: 20px 0;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .employee__preview_v{
    width: 100%;
  }
  .people__name__v{
    font-size: 20px;
    margin-top: 20px;
  }

  .promote__v{
    margin-left: 0px;
  }

  .people__additional__v{
    font-size: 18px;
  }
  
  .program__v{
    font-size: 18px;
  }
}

.atributes{
display: flex;
}

.atributes p {
margin-right: 10px;
}

.inner h3{
font-size: 18px;
margin-bottom: 10px;
}

.file img {
    width: 20px;
    margin-right: 10px;
}

.file a{
text-decoration:underline;
}

.file a:hover{
text-decoration: none;
}

.executor {
margin-bottom: 30px;
display: flex;
}

.executor h3 {
  margin-right: 10px;
  }

.files {
margin-bottom: 30px;
}

.documents_related{
margin-bottom: 30px;
}

.logo_block{
  padding 5px;
}

.section_logos_text{
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}

.section__logos{
  display: grid;
  grid-template-columns: repeat(5, 1fr);

}

@media (max-width: 768px) {
  .section__logos{
    display: block;
  }
}

.button_cabinet {
  margin-left: 40px;
  text-align: center;
  padding: 8px;
  margin-top: 2px;
  position: relative;
}

.button_cabinet a::after {
  content: "";
  background: url('../img/exit_black.svg') no-repeat center;
  position: absolute;
  margin: 0 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.button_cabinet:hover a {
  color: #084077;
}

.button_cabinet:hover a:after {
  background-image: url('../img/exit_blue.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  margin: 0 10px;
  width: 24px;
  height: 24px;
}

.button_my {
  margin: 0 5px;
  text-align: center;
  padding: 8px;
  margin-top: 2px;
  position: relative;
}


.button_my a::after {
  content: "";
  background: url('../img/my_page.svg') no-repeat center;
  position: absolute;
  margin: 0 10px;
  width: 22px;
  height: 22px;
  background-size: contain;
}

.button_cabinet:hover a {
  color: #084077;
}

.all_buttons{
 display:flex;
 margin-left: 65%;
 font-size: 16px;
}

@media (max-width: 768px) {
  .section__logos{
    margin-left: 0 auto;;
  }
  .all_buttons{
    margin-left: 0;
  }
}
.presidia_table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #084077;
}

.presidia_table td {
  padding: 12px 16px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.presidia_table tr:last-child td {
  border-bottom: none;
}

.presidia_table .posada {
  font-weight: 600;
  color: #1f2d4d;
}

.presidia_table .pname {
  font-size: 16px;
  color: #1f2d4d;
}

.presidia_table .people__additional {
  margin-top: 4px;
  font-size: 15.5px;
  color: #666;
}

.presidia_table .phone {
  font-size: 16px;
  color: #1f2d4d;
  white-space: normal;
}

.presidiia_item {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .presidia_table,
  .presidia_table tbody,
  .presidia_table tr,
  .presidia_table td {
    display: block;
    width: 100%;
  }

  .presidia_table tr {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
  }

  .presidia_table td {
    padding: 6px 0;
    border-bottom: none;
  }

  .presidia_table .posada {
    margin-bottom: 8px;
  }

  .presidia_table tr:last-child {
    border-bottom: none;
  }
}
.share a {
  text-decoration: none;
  border-bottom: none;
  margin:0 10px;
}