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 .owl-item img {
  display: block;
  width: 100%; }

.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: #1319AF;
  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; } }

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

.button {
  display: inline-block;
  padding: 14px 56px;
  background: #002147;
  font-size: 18px;
  color: white;
  text-align: center;
  transition: background .2s; }
  .button:hover {
    background: #004594; }

.header {
  position: relative;
  padding: 42px 0;
  background: #F3F7FC;
  font-size: 15px;
  z-index: 20; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 20px 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: 767px) {
      .header .burger {
        position: absolute;
        top: 20px;
        right: 15px;
        margin: 0; } }

.logo {
  margin-right: 24px; }
  @media only screen and (max-width: 1259px) {
    .logo {
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .logo {
      margin: 0 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; }

.search {
  position: relative;
  margin-left: 24px;
  flex: 0 0 212px; }
  @media only screen and (max-width: 767px) {
    .search {
      margin: 0;
      flex: 0 0 calc(100% - 80px); } }
  .search input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    background: #E7EFF9;
    font-size: 16px; }
    .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: 40px;
    height: 40px;
    background: none;
    font-size: 0; }

.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; } }
  .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: 20px;
    height: 16px;
    overflow: visible; }
  .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; }
  .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; } }
  .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: #1319AF; }

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

.main__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 180px 0 90px;
  background: linear-gradient(transparent, black); }
  @media only screen and (max-width: 767px) {
    .main__inner {
      padding-bottom: 60px; } }

.main__title {
  max-width: 980px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.25;
  color: white; }
  @media only screen and (max-width: 1259px) {
    .main__title {
      max-width: 880px; } }
  @media only screen and (max-width: 767px) {
    .main__title {
      font-size: 32px; } }

.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; } }

.section {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 40px 0; } }
  .section__head, .section__more {
    display: flex; }
  .section__head {
    margin-bottom: 40px;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section__head {
        margin-bottom: 30px; } }
  .section__title {
    font-size: 30px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .section__title {
        font-size: 24px; } }
  .section__more {
    color: #373E57;
    transition: color .2s; }
    .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: #1319AF; }
  .section__inner {
    padding: 0 55px; }
    @media only screen and (max-width: 767px) {
      .section__inner {
        margin: 0 -20px;
        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: visible; } }
  .section .owl-prev,
  .section .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    width: 40px;
    height: 40px; }
    .section .owl-prev:hover span,
    .section .owl-next:hover span {
      border-color: #1319AF; }
    .section .owl-prev span,
    .section .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 {
    left: -55px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .section .owl-next {
    right: -55px; }
  .section .owl-dots {
    display: flex;
    margin-top: 20px;
    justify-content: center; }

.post__preview {
  display: flex;
  margin-bottom: 20px; }

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

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

.post__title {
  text-transform: uppercase;
  line-height: 1.5; }
  .post__title a {
    display: block;
    color: #373E57;
    transition: color .2s; }
    .post__title a:hover {
      color: #1319AF; }

.post__desc {
  margin-top: 20px; }

.footer {
  padding: 80px 0;
  background: #002147;
  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 {
    max-width: 44%;
    padding-right: 80px;
    border: solid #647181;
    border-width: 0 1px 0 0;
    flex: 0 0 44%; }
    @media only screen and (max-width: 1259px) {
      .footer__section:first-child {
        padding-right: 60px; } }
    @media only screen and (max-width: 1023px) {
      .footer__section:first-child {
        max-width: 100%;
        padding: 0 0 80px;
        border-width: 0 0 1px; } }
    @media only screen and (max-width: 767px) {
      .footer__section:first-child {
        padding-bottom: 40px; } }
  .footer__section:last-child {
    max-width: 56%;
    padding-left: 80px;
    flex: 0 0 56%; }
    @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 {
        max-width: 100%;
        padding: 80px 0 0; } }
    @media only screen and (max-width: 767px) {
      .footer__section:last-child {
        padding-top: 40px; } }
  .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 {
    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 40px 40px 0;
      transition: opacity .2s;
      flex: 0 0 50px; }
      @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; }
  .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 24px; }
  .head__center {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .head__breadcrumbs {
    display: flex;
    margin-bottom: 40px;
    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: #1319AF; }
  .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 {
    margin-right: 30px;
    font-size: 30px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .head__title {
        margin: 0;
        font-size: 24px;
        flex: 0 0 100%; } }
  .head__date {
    margin-top: 8px;
    color: #787D85;
    font-weight: 700; }

.layout {
  display: flex;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1259px) {
    .layout {
      display: block; } }
  .layout__sidebar {
    position: relative;
    max-width: 400px;
    margin-right: 40px;
    flex: 0 0 400px;
    z-index: 10; }
    @media only screen and (max-width: 1259px) {
      .layout__sidebar {
        max-width: 100%;
        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;
    background: #F3F7FC;
    border: 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 {
          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 {
    width: calc(100% - 440px);
    flex: 0 0 calc(100% - 440px); }
    @media only screen and (max-width: 1259px) {
      .layout__container {
        width: 100%; } }
  .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: 28px; }
  .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: #1319AF; }

.article ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1319AF;
  border-radius: 50%; }

.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; }

.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; } }

.article blockquote.js-data-toggle {
  display: block;
  position: relative;
  max-width: 740px;
  margin: 0;
  padding: 16px 50px 16px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .article blockquote.js-data-toggle.open:after {
    top: 24px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .article blockquote.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 {
  display: none;
  max-width: 740px;
  margin: 0;
  padding-bottom: 24px;
  color: #9195A5; }

.article .fr-text-line {
  max-width: 740px;
  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; }
  @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; } }

.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: flex;
  margin: 0 -20px 12px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .people {
      margin: 0 -12px 12px; } }
  .people__item {
    max-width: calc(20% - 40px);
    margin: 0 20px 48px;
    flex: 0 0 calc(20% - 40px); }
    @media only screen and (max-width: 1259px) {
      .people__item {
        max-width: calc(25% - 40px);
        margin: 0 20px 48px;
        flex: 0 0 calc(25% - 40px); } }
    @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: calc(50% - 24px);
        margin: 0 12px 24px;
        flex: 0 0 calc(50% - 24px); } }
  .people__preview {
    display: block;
    position: relative;
    max-width: 200px;
    margin-bottom: 20px; }
    .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, .people__name {
    font-weight: 700;
    color: #1319AF; }
  .people__position {
    margin-bottom: 10px;
    font-size: 16px;
    color: #646B81; }
  .people__name {
    text-transform: uppercase; }
  .people__additional {
    margin-top: 5px;
    font-size: 15px; }
  .people__contacts {
    margin-top: 20px;
    font-size: 15px;
    word-break: break-word; }

.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; }
  @media only screen and (max-width: 767px) {
    .unit__label {
      margin: 0 0 10px; } }

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

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

.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 {
  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: 70px; }

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

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

.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: flex;
  margin: 0 -30px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1259px) {
    .posts {
      margin: 0 -20px; } }
  @media only screen and (max-width: 767px) {
    .posts {
      display: block;
      margin: 0; } }
  .posts .post {
    width: calc(33.33% - 60px);
    margin: 0 30px 60px;
    flex: 0 0 calc(33.33% - 60px); }
    @media only screen and (max-width: 1259px) {
      .posts .post {
        width: calc(33.33% - 40px);
        margin: 0 20px 60px;
        flex: 0 0 calc(33.33% - 40px); } }
    @media only screen and (max-width: 1023px) {
      .posts .post {
        width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px); } }
    @media only screen and (max-width: 767px) {
      .posts .post {
        width: 100%;
        margin: 0 0 60px; } }
  .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 {
      width: calc(50% - 60px);
      flex: 0 0 calc(50% - 60px); }
      @media only screen and (max-width: 1259px) {
        .posts_publish .post {
          width: calc(33.33% - 40px);
          flex: 0 0 calc(33.33% - 40px); } }
      @media only screen and (max-width: 1023px) {
        .posts_publish .post {
          width: calc(50% - 40px);
          flex: 0 0 calc(50% - 40px); } }
      @media only screen and (max-width: 767px) {
        .posts_publish .post {
          width: 100%; } }

.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: #1319AF; }
  .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: #1319AF; }
    .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 {
  display: block;
  margin-bottom: 16px; }
  .field__title, .field__inner {
    display: block; }
  .field__title {
    margin-bottom: 4px;
    font-size: 16px; }
  .field__inner {
    position: relative; }
    .field__inner 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: 18px;
    transition: border-color .2s; }
    .field input:focus,
    .field textarea:focus,
    .field select:focus {
      border-color: #002147; }
  .field input,
  .field select {
    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 select::-ms-expand {
      display: none; }
    .field select:-moz-focusring {
      color: transparent; }
  .field_inline {
    display: flex;
    align-items: center; }
  .field_inline .field__title {
    margin: 0 16px 0 0; }
  @media only screen and (max-width: 767px) {
    .field_inline .field__inner {
      flex-grow: 1; } }

.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: 44px; }
  @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: 1; }
    @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; } }

.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: 100px;
    flex: 0 0 200px; }
    @media only screen and (max-width: 1259px) {
      .employee__col:first-child {
        margin-right: 60px; } }
    @media only screen and (max-width: 1023px) {
      .employee__col:first-child {
        margin-right: 40px; } }
    @media only screen and (max-width: 767px) {
      .employee__col:first-child {
        margin: 0 0 20px; } }
  .employee__preview {
    display: block; }
    .employee__preview img {
      width: 100%; }
  .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-bottom: 16px;
    font-size: 20px;
    color: #1319AF;
    text-transform: uppercase; }
  .employee_mb {
    margin-bottom: 64px; }

.sort {
  display: flex;
  margin: 0 -16px 16px;
  align-items: center;
  flex-wrap: wrap;
}
.sort a {
  margin: 0 16px 16px 16px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
}
.sort a:hover {
  border-color: #1319AF;
}
.sort a.selected {
  padding: 8px 16px;
  background: #F4F7FB;
  border-color: transparent;
  color: black;
}

.fr-draggable {
  float:left;
  padding-right: 15px;
}

