@charset "UTF-8";
@font-face {
  font-family: "Cambria";
  src: url(./cd3be2273bf33287cc4f51d7c3755328.woff2) format("woff2"), url(./b47d7f46430643c4a3a76891ba4cdfc2.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }

/**
 *  Colors
 */
/**
 *  Fonts
 */
/**
 *  Global elements
 */
/**
 *  Grids generator.
 *
 *  @author   Luke Kortunov
 *  @version  1.0
 */
.container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  padding: 0 0;
  max-width: 100%; }
  @media all and (max-width: 1200px) {
    .container {
      width: 1200px;
      padding: 0 10px; } }
  @media all and (max-width: 980px) {
    .container {
      width: -webkit-calc( 100% - 20px);
      width: calc( 100% - 20px);
      padding: 0 10px; } }
  .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 1200px;
    max-width: 100%; }
    @media all and (max-width: 1200px) {
      .container .row {
        width: 1180px; } }
    @media all and (max-width: 767px) {
      .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .container .row .col {
      width: 100px;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media all and (max-width: 1200px) {
        .container .row .col {
          width: 98.33333px;
          padding: 0 10px; } }
      @media all and (max-width: 980px) {
        .container .row .col {
          width: 100%;
          padding: 0 10px; } }
      .container .row .col.col-1 {
        width: 100px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-1 {
            width: 98.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-1 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-2 {
        width: 200px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-2 {
            width: 196.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-2 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-3 {
        width: 300px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-3 {
            width: 295px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-3 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-4 {
        width: 400px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-4 {
            width: 393.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-4 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-5 {
        width: 500px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-5 {
            width: 491.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-5 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-6 {
        width: 600px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-6 {
            width: 590px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-6 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-7 {
        width: 700px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-7 {
            width: 688.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-7 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-8 {
        width: 800px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-8 {
            width: 786.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-8 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-9 {
        width: 900px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-9 {
            width: 885px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-9 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-10 {
        width: 1000px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-10 {
            width: 983.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-10 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-11 {
        width: 1100px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-11 {
            width: 1081.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-11 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-12 {
        width: 1200px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-12 {
            width: 1180px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-12 {
            width: 100%;
            padding: 0 10px; } }

/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
/**
 *  Placeholder
 *
 *  Usage: append to input fields
 */
/**
 *  Reset defaults
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font: 15px "Roboto Condensed", sans-serif;
  min-width: 320px;
  height: 100%; }

a {
  color: #3387c4; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

main#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container-small {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.section {
  width: 100%; }
  .section--border-top {
    margin-top: 52px;
    position: relative;
    padding-top: 25px; }
    .section--border-top::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      width: 985px;
      max-width: 100%;
      height: 1px;
      background: #000; }
  .section__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px; }
  .section__subtitle {
    font: 20px "Roboto", sans-serif;
    font-weight: 700;
    color: #6d6d70;
    margin-bottom: 3px; }
  .section__title {
    margin-bottom: 20px;
    font-family: Cambria;
    font-size: 45px;
    color: #000; }
    @media (max-width: 768px) {
      .section__title {
        font-size: 31px; } }
  .section__before {
    display: block;
    max-width: 1030px;
    padding: 0 15px 16px;
    font-size: 20px;
    color: #6d6d70;
    text-align: center;
    margin: 0 auto 33px;
    border-bottom: 1px solid #000; }

.content {
  max-width: 1052px;
  padding: 0 15px;
  margin: 0 auto; }
  .content:after {
    content: '';
    display: block;
    clear: both; }

.error-page {
  padding-top: 1em;
  text-align: center;
  font-size: 40px; }
  @media (max-width: 768px) {
    .error-page {
      font-size: 20px; } }
  .error-page h1 {
    text-transform: uppercase;
    color: #6d6d70; }
  .error-page a {
    font-size: 25px;
    text-decoration: none; }
    .error-page a:hover {
      text-decoration: underline; }

.ov-hidden {
  overflow: hidden;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.page-top + .top-banner {
  margin-top: -20px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 1246px; }

.link_after_sidebar_title {
  margin-left: 15px;
  margin-bottom: 15px;
  display: inline-block; }

.top-banner__img {
  width: 100%;
  height: auto; }

.page-title {
  font-size: 45px;
  font-family: "Cambria", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 34px; }
  @media (max-width: 1024px) {
    .page-title {
      font-size: 45px;
      margin-bottom: 23px; } }
  @media (max-width: 768px) {
    .page-title {
      font-size: 32px;
      margin-bottom: 15px; } }

.page-descr {
  margin-bottom: 1.4em;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  line-height: 1.2; }
  .page-descr p {
    margin: 0 0 1.2em 0; }
    .page-descr p:last-child, .page-descr p:last-of-type {
      margin-bottom: 0; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.header {
  background: #fff;
  z-index: 999;
  width: 100%; }
  @media (max-width: 1024px) {
    .header {
      overflow-x: hidden; } }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1246px;
    padding: 0 15px;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .header__container {
        display: block;
        height: auto;
        padding: 15px; } }
  .header__logo {
    display: block;
    padding-top: 7px; }
    @media (max-width: 768px) {
      .header__logo {
        max-width: 75%; } }
    .header__logo img,
    .header__logo svg {
      max-width: 100%; }
  .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Roboto", sans-serif; }
    .header__menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 1024px) {
        .header__menu ul {
          display: none; } }
      .header__menu ul li {
        display: inline-block; }
        .header__menu ul li.current-menu-item a {
          font-weight: bold; }
        .header__menu ul li:not(:first-child) {
          margin-left: 11px; }
        .header__menu ul li a {
          color: #6d6d70;
          text-decoration: none; }
          .header__menu ul li a:hover {
            font-weight: bold; }
  .header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #6d6d70;
    margin-left: 3px;
    position: relative; }
    .header__search:after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 100%;
      background: transparent;
      right: 100%; }
    .header__search.hidden {
      display: none; }
    @media (max-width: 1024px) {
      .header__search {
        display: none; } }
    .header__search svg {
      width: 16px;
      height: 16px;
      fill: #6d6d70;
      margin-right: 2px; }
    .header__search:hover {
      font-weight: bold; }

.header__burger {
  width: 49px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 28px; }
  @media (max-width: 768px) {
    .header__burger {
      margin-left: 0;
      position: absolute;
      right: 15px;
      top: 28px; } }
  .header__burger:hover span {
    background: #005d92; }

@media (max-width: 1024px) {
  .mobile-active {
    position: fixed;
    width: 100%;
    background: #ffffff; } }

.header__burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #6d6d70;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.header__burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

.header__burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px; }

.header__burger span:nth-child(1), .header__burger span:nth-child(2) {
  top: 0; }

.header__burger span:nth-child(3), .header__burger span:nth-child(4) {
  top: 9px; }

.header__burger span:nth-child(5), .header__burger span:nth-child(6) {
  top: 18px; }

.header__burger.open span:nth-child(1), .header__burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.header__burger.open span:nth-child(2), .header__burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.header__burger.open span:nth-child(1) {
  left: 3px;
  top: 0; }

.header__burger.open span:nth-child(2) {
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  top: 0; }

.header__burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

.header__burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

.header__burger.open span:nth-child(5) {
  left: 4px;
  top: 18px; }

.header__burger.open span:nth-child(6) {
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  top: 18px; }

.head {
  min-height: 48.5vw;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1500px) {
    .head {
      min-height: 32.5vw; } }
  @media (max-width: 768px) {
    .head {
      min-height: 240px; } }
  .head__title {
    margin: 0;
    font-size: 75px;
    color: #fff;
    padding-top: 0.59em;
    font-family: 'Cambria', sans-serif;
    font-weight: 400;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.71); }
    @media (max-width: 1024px) {
      .head__title {
        font-size: 48px;
        padding-top: 0.29em; } }
    @media (max-width: 768px) {
      .head__title {
        font-size: 30px;
        padding-top: 0.79em; } }
  .head__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .head__align {
    position: absolute;
    bottom: 6.4vw;
    left: 0;
    width: 100%; }
    @media (min-width: 1500px) {
      .head__align {
        bottom: 4.4vw; } }
    @media (max-width: 768px) {
      .head__align {
        bottom: auto;
        top: 100%; } }
  .head__info {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
    .head__info--small {
      margin-top: 5px; }
      .head__info--small .head__list li {
        font-size: 20px; }
        @media (max-width: 768px) {
          .head__info--small .head__list li {
            text-align: center; } }
        .head__info--small .head__list li:not(:last-child) {
          margin-right: 24px; }
          @media (max-width: 768px) {
            .head__info--small .head__list li:not(:last-child) {
              margin-right: 0; } }
          .head__info--small .head__list li:not(:last-child):after {
            right: -14px;
            top: 5px;
            height: 18px; }
  .head__list {
    height: 48px;
    background: #005d92;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .head__list {
        display: block;
        height: auto;
        padding: 15px 0; } }
    .head__list li {
      position: relative;
      font: 25px "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1024px) {
        .head__list li {
          font-size: 19px; } }
      .head__list li:not(:last-child) {
        margin-right: 29px; }
        @media (max-width: 768px) {
          .head__list li:not(:last-child) {
            margin-right: 0; } }
        .head__list li:not(:last-child):after {
          content: '';
          display: block;
          position: absolute;
          width: 2px;
          height: 23px;
          background: #fff;
          right: -16px;
          top: 7px; }
          @media (max-width: 1024px) {
            .head__list li:not(:last-child):after {
              top: -1px; } }
          @media (max-width: 768px) {
            .head__list li:not(:last-child):after {
              display: none; } }

.numbers {
  background: #cccdc7;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 19px; }
  @media (max-width: 768px) {
    .numbers {
      padding-top: 8em; } }
  .numbers--full {
    max-width: 100%; }
    .numbers--full .numbers__descr {
      font-family: "Roboto Condensed", sans-serif; }
    .numbers--full .numbers__list li {
      padding: 15px 4px 3px; }
  .numbers__container {
    max-width: 1100px;
    padding: 16px 15px 18px;
    margin: 0 auto; }
  .numbers__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #6d6d70;
    border-right: 1px solid #6d6d70; }
    @media (max-width: 768px) {
      .numbers__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        border: 0; } }
    .numbers__list + .numbers__list {
      border-top: 1px solid #6d6d70; }
      @media (max-width: 768px) {
        .numbers__list + .numbers__list {
          border-top: 0; } }
    .numbers__list li {
      width: 25%;
      padding: 0 15px;
      color: #6d6d70;
      text-align: center; }
      .numbers__list li:not(:last-child) {
        border-right: 1px solid #6d6d70; }
        @media (max-width: 768px) {
          .numbers__list li:not(:last-child) {
            border: 0; } }
      @media (max-width: 768px) {
        .numbers__list li {
          width: 50%;
          float: left;
          margin-bottom: 25px; } }
  .numbers-about .numbers__container {
    padding-bottom: 8px; }
  @media (max-width: 768px) {
    .numbers-about {
      padding-top: 30px; } }
  @media (max-width: 1024px) {
    .numbers-about .numbers__list {
      display: block;
      border: 0; }
      .numbers-about .numbers__list:after {
        content: '';
        display: block;
        clear: both; } }
  .numbers-about li {
    padding: 0 4px; }
    @media (max-width: 1024px) {
      .numbers-about li {
        width: 33.33%;
        float: left;
        margin-bottom: 25px; }
        .numbers-about li:not(:last-child) {
          border: 0; } }
    @media (max-width: 768px) {
      .numbers-about li {
        width: 50%; }
        .numbers-about li:nth-child(odd) {
          clear: both; } }
    .numbers-about li .numbers__number {
      font-size: 30px; }
    .numbers-about li .numbers__descr {
      font-size: 15px;
      font-family: "Roboto Condensed", sans-serif; }
  .numbers__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 62px;
    margin-bottom: 12px; }
    .numbers__icon img {
      max-width: 54px;
      display: block;
      max-height: 49px; }
  .numbers__number {
    font-size: 45px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    margin-bottom: -2px; }
    @media (max-width: 1024px) {
      .numbers__number {
        font-size: 33px; } }
    .numbers__number .odometer-auto-theme,
    .numbers__number span {
      font-family: "Roboto", sans-serif;
      line-height: 35px;
      font-weight: 900; }
    .numbers__number--small {
      font-size: 30px; }
      .numbers__number--small + .numbers__descr {
        margin-top: 18px;
        font-size: 15px; }
  .numbers__descr {
    display: block;
    font-size: 20px;
    font-family: "Roboto", sans-serif; }
    @media (max-width: 768px) {
      .numbers__descr {
        font-size: 15px;
        margin-top: 5px; } }
  .numbers__title {
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #005d92;
    text-transform: uppercase; }
  .numbers__subtitle {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #6d6d70; }
  .numbers__text {
    font-size: 12px;
    font-style: italic;
    text-align: center; }

@media (max-width: 768px) {
  .home .numbers-about {
    padding-top: 8em; } }

.numbers--two-row {
  padding-top: 15px; }
  .numbers--two-row .numbers__number {
    font-size: 35px;
    margin-bottom: 10px; }
  .numbers--two-row .numbers__list li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 4px 10px;
    min-height: 135px; }

.inform {
  padding: 14px 15px 0; }
  .inform--small {
    margin-bottom: 0; }
    .inform--small + .head__title {
      padding-top: 3em;
      padding-bottom: 1.05em; }
    .inform--small .inform__title {
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .inform--small .inform__title {
          font-size: 14px; } }
      @media (max-width: 500px) {
        .inform--small .inform__title {
          font-size: 12px; } }
    @media (max-width: 768px) {
      .inform--small .inform__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .inform--small .inform__item {
      height: 47px; }
      @media (max-width: 768px) {
        .inform--small .inform__item {
          height: 28px;
          width: 31%;
          margin: 0 1%; } }
    .inform--small .inform__container {
      max-width: 992px;
      padding-bottom: 0; }
      .inform--small .inform__container:before {
        display: none; }
  .inform--bg-orange .inform__item {
    background-color: #f47920; }
    .inform--bg-orange .inform__item:hover {
      background-color: #e94b22; }
  .inform__container {
    max-width: 1042px;
    margin: 0 auto 32px;
    display: block;
    padding-bottom: 34px;
    position: relative; }
    .inform__container:after {
      content: '';
      display: block;
      clear: both; }
    .inform__container:before {
      content: '';
      display: block;
      clear: both;
      position: absolute;
      bottom: -1px;
      background: #6d6d70;
      left: 8px;
      width: -webkit-calc(100% - 16px);
      width: calc(100% - 16px);
      height: 1px; }
  .inform__item {
    width: -webkit-calc(33.33% - 16px);
    width: calc(33.33% - 16px);
    float: left;
    margin: 0 8px;
    height: 160px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #3387c4; }
    .inform__item--blue {
      background: #3387c4; }
      .inform__item--blue:hover {
        background: #005d92; }
    .inform__item--green {
      background: #81c241; }
      .inform__item--green:hover {
        background: #69a437; }
    .inform__item--orange {
      background: #f47920; }
      .inform__item--orange:hover {
        background: #e74b21; }
    @media (max-width: 768px) {
      .inform__item {
        width: 100%;
        height: auto;
        margin: 0 0 20px; } }
  .inform__title {
    font: 25px "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 900; }
    .inform__title a {
      color: #fff;
      text-decoration: none; }
  .inform__descr {
    font-size: 15px;
    color: #fff;
    text-align: center; }
    .inform__descr a {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
      .inform__descr a:hover {
        text-decoration: none; }

a.inform__item {
  text-decoration: none; }

.inform__item .inform__title {
  white-space: nowrap; }

.investors__fixed .inform__item {
  padding: 15px 0; }
  .investors__fixed .inform__item .inform__title {
    white-space: nowrap; }

.history {
  width: 100%;
  overflow: hidden; }
  .history__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px; }
  .history__subtitle {
    font: 20px "Roboto", sans-serif;
    color: #6d6d70;
    font-weight: 700;
    margin-bottom: 3px; }
  .history__title {
    margin-bottom: 20px;
    font-family: Cambria;
    font-size: 45px;
    color: #000; }
    @media (max-width: 768px) {
      .history__title {
        font-size: 31px; } }
  .history__width {
    width: 134%;
    margin-left: -17%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .history__width {
        width: 100%;
        margin-left: 0; } }
  .history__project-row {
    margin: 0 15px; }
    .history__project-row .swiper-button-next,
    .history__project-row .swiper-button-prev {
      display: none; }
    .history__project-row .swiper-slide {
      max-width: 337px; }
      @media (max-width: 768px) {
        .history__project-row .swiper-slide {
          max-width: 100%;
          margin: 0 0 15px; } }
    .history__project-row .swiper-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 768px) {
        .history__project-row .swiper-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .history__project-row, .history__slider {
    margin-bottom: 22px;
    margin-top: -6px;
    position: relative; }
    .history__project-row .swiper-button-next,
    .history__project-row .swiper-button-prev, .history__slider .swiper-button-next,
    .history__slider .swiper-button-prev {
      position: absolute;
      left: 20%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 0;
      background: transparent;
      outline: none;
      width: 23px;
      height: 32px; }
      @media (max-width: 1170px) {
        .history__project-row .swiper-button-next,
        .history__project-row .swiper-button-prev, .history__slider .swiper-button-next,
        .history__slider .swiper-button-prev {
          left: 13%; } }
      @media (max-width: 1024px) {
        .history__project-row .swiper-button-next,
        .history__project-row .swiper-button-prev, .history__slider .swiper-button-next,
        .history__slider .swiper-button-prev {
          left: 0;
          top: 70%; } }
      .history__project-row .swiper-button-next svg,
      .history__project-row .swiper-button-prev svg, .history__slider .swiper-button-next svg,
      .history__slider .swiper-button-prev svg {
        width: 100%;
        height: 100%; }
    .history__project-row .swiper-button-next, .history__slider .swiper-button-next {
      left: auto;
      right: 20%; }
      @media (max-width: 1170px) {
        .history__project-row .swiper-button-next, .history__slider .swiper-button-next {
          right: 13%; } }
      @media (max-width: 1024px) {
        .history__project-row .swiper-button-next, .history__slider .swiper-button-next {
          right: 0; } }
      .history__project-row .swiper-button-next svg, .history__slider .swiper-button-next svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .history__project-row .swiper-slide, .history__slider .swiper-slide {
      height: 256px;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 53px 41px;
      position: relative;
      text-align: left; }
      @media (max-width: 1170px) {
        .history__project-row .swiper-slide, .history__slider .swiper-slide {
          padding: 15px 16px; } }
      .history__project-row .swiper-slide:after, .history__slider .swiper-slide:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 93, 146, 0.5);
        width: 100%;
        height: 100%; }
      .history__project-row .swiper-slide:hover:after, .history__slider .swiper-slide:hover:after {
        background: rgba(155, 157, 145, 0.5); }
      .history__project-row .swiper-slide.swiper-slide-duplicate-prev .history__slider--title,
      .history__project-row .swiper-slide.swiper-slide-duplicate-prev .history__slider--description,
      .history__project-row .swiper-slide.swiper-slide-duplicate-prev .history__slider--view, .history__project-row .swiper-slide.swiper-slide-duplicate-active .history__slider--title,
      .history__project-row .swiper-slide.swiper-slide-duplicate-active .history__slider--description,
      .history__project-row .swiper-slide.swiper-slide-duplicate-active .history__slider--view, .history__project-row .swiper-slide.swiper-slide-duplicate-next .history__slider--title,
      .history__project-row .swiper-slide.swiper-slide-duplicate-next .history__slider--description,
      .history__project-row .swiper-slide.swiper-slide-duplicate-next .history__slider--view, .history__slider .swiper-slide.swiper-slide-duplicate-prev .history__slider--title,
      .history__slider .swiper-slide.swiper-slide-duplicate-prev .history__slider--description,
      .history__slider .swiper-slide.swiper-slide-duplicate-prev .history__slider--view, .history__slider .swiper-slide.swiper-slide-duplicate-active .history__slider--title,
      .history__slider .swiper-slide.swiper-slide-duplicate-active .history__slider--description,
      .history__slider .swiper-slide.swiper-slide-duplicate-active .history__slider--view, .history__slider .swiper-slide.swiper-slide-duplicate-next .history__slider--title,
      .history__slider .swiper-slide.swiper-slide-duplicate-next .history__slider--description,
      .history__slider .swiper-slide.swiper-slide-duplicate-next .history__slider--view {
        display: none; }
    .history__project-row--title, .history__slider--title {
      font: 25px "Roboto", sans-serif;
      color: #fff;
      position: relative;
      font-weight: 700;
      z-index: 1;
      margin-bottom: 15px;
      display: block;
      text-align: left; }
    .history__project-row--description, .history__slider--description {
      position: relative;
      z-index: 1;
      color: #fff;
      display: block;
      text-align: left; }
    .history__project-row--view, .history__slider--view {
      z-index: 1;
      position: absolute;
      left: 40px;
      bottom: 10px;
      background: #f47920;
      border: 1px solid #f47920;
      padding: 4px 19px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff; }
      .history__project-row--view:hover, .history__slider--view:hover {
        background: transparent;
        color: #f47920; }

.our-archive__heading {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #6d6d70;
  border-bottom: 1px solid #6d6d70;
  padding-bottom: 15px;
  margin-bottom: 35px; }

.our-archive__container {
  max-width: 1020px;
  margin: 0 auto; }

.our-archive__wrap {
  margin-bottom: 31px; }
  .our-archive__wrap:after {
    content: '';
    display: block;
    clear: both; }

.our-archive__item {
  width: 25%;
  float: left;
  padding: 0 8px;
  position: relative; }
  @media (max-width: 768px) {
    .our-archive__item {
      width: 100%;
      margin-bottom: 30px; } }
  .our-archive__item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 239px;
    left: 8px;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    background: #f1f1f0;
    z-index: -1; }

.our-archive__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 276px;
  margin-bottom: 17px; }
  .our-archive__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.37);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .our-archive__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.our-archive__link {
  display: block;
  text-align: center; }
  .our-archive__link a {
    font-weight: 700;
    color: #000;
    text-decoration: none; }
    .our-archive__link a:hover {
      text-decoration: underline; }

.our-archive__sra {
  text-align: center; }
  .our-archive__sra a,
  .our-archive__sra span {
    font-size: 20px;
    color: #6d6d70;
    text-decoration: none; }
  .our-archive__sra a:hover {
    text-decoration: underline; }

.organizations {
  margin-bottom: 31px; }
  .organizations .section__head {
    padding-bottom: 26px; }
  .organizations .section__title {
    line-height: 1;
    margin-top: -2px; }
  .organizations__title {
    font-family: 'Cambria', sans-serif;
    font-size: 45px;
    display: block;
    text-align: center;
    margin-bottom: 45px;
    border-top: 1px solid #000;
    padding-top: 23px;
    margin-top: 18px; }
    @media (max-width: 768px) {
      .organizations__title {
        font-size: 31px;
        padding: 23px 15px 0; } }
  .organizations__list {
    margin: 0 0 46px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: relative; }
    @media (max-width: 768px) {
      .organizations__list {
        display: block; } }
    @media (max-width: 768px) {
      .organizations__list li {
        display: block;
        text-align: center; }
        .organizations__list li:not(:last-child) {
          margin-bottom: 20px; } }
    .organizations__list li a img {
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      max-width: 100%; }
    .organizations__list li a:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .organizations__text {
    display: block;
    max-width: 1030px;
    padding: 0 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    margin: 0 auto 31px;
    white-space: nowrap; }
    @media (max-width: 1115px) {
      .organizations__text {
        white-space: normal;
        padding-left: 15px;
        display: block; } }
    @media (max-width: 768px) {
      .organizations__text {
        padding: 0 15px; } }
  .organizations__modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    max-width: 712px;
    width: 100%;
    padding: 34px 50px 39px 22px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 5; }
    .organizations__modal.open {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 768px) {
      .organizations__modal {
        font-size: 18px; } }
    .organizations__modal--close {
      position: absolute;
      right: 13px;
      top: 14px;
      width: 32px;
      height: 32px;
      background: #025d92;
      border: 0;
      display: block;
      padding: 0;
      border-radius: 50px;
      outline: none;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .organizations__modal--close:hover {
        opacity: .6; }
      .organizations__modal--close:after, .organizations__modal--close:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 1px;
        top: 16px;
        left: 3px;
        background: #fff;
        -webkit-transform: rotate(61deg);
            -ms-transform: rotate(61deg);
                transform: rotate(61deg); }
      .organizations__modal--close:before {
        left: auto;
        right: 3px;
        -webkit-transform: rotate(-61deg);
            -ms-transform: rotate(-61deg);
                transform: rotate(-61deg); }
    .organizations__modal--link {
      display: block;
      text-align: center; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .footer__head {
    width: 100%;
    background: #cccdc7;
    padding: 15px 0; }
  .footer__menu {
    width: 100%; }
    .footer__menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer__menu ul li {
        display: inline-block;
        position: relative; }
        @media (max-width: 768px) {
          .footer__menu ul li {
            display: block;
            text-align: center; } }
        .footer__menu ul li:not(:last-child) {
          margin-right: 14px; }
          @media (max-width: 768px) {
            .footer__menu ul li:not(:last-child) {
              margin-right: 0;
              margin-bottom: 15px; } }
          .footer__menu ul li:not(:last-child):after {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 13px;
            background: #000;
            right: -8px;
            top: 4px; }
            @media (max-width: 768px) {
              .footer__menu ul li:not(:last-child):after {
                display: none; } }
        .footer__menu ul li a {
          color: #000000; }
          .footer__menu ul li a:hover {
            text-decoration: none; }
  .footer__container {
    margin: 0 auto;
    max-width: 1246px;
    padding: 0 15px; }
  .footer__foot {
    width: 100%;
    background: #6d6d70;
    padding: 25px 0 5em; }
    .footer__foot .footer__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 768px) {
        .footer__foot .footer__container {
          display: block; } }
  .footer__right {
    margin-top: -5px; }
    .footer__right img {
      width: 250px; }
  .footer__left {
    font-size: 13px;
    color: #fff; }
  .footer__copy {
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px; }
  .footer__descr {
    max-width: 92%;
    display: block; }
    @media (max-width: 768px) {
      .footer__descr {
        max-width: 100%;
        margin-bottom: 30px; } }

.about-page {
  margin-top: 5px; }
  .about-page .head {
    min-height: 29.8vw; }
    @media (max-width: 768px) {
      .about-page .head {
        padding-bottom: 25px; } }
  .about-page__container {
    margin: 0 auto;
    max-width: 1026px;
    padding: 0 15px; }
  .about-page__head {
    margin: 0;
    padding: 10px 0 21px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1024px) {
      .about-page__head {
        display: block; } }
    .about-page__head li,
    .about-page__head a {
      font: 25px "Roboto", sans-serif;
      color: #000;
      text-decoration: none;
      position: relative; }
      @media (max-width: 1024px) {
        .about-page__head li,
        .about-page__head a {
          text-align: center; } }
      .about-page__head li:not(:last-child),
      .about-page__head a:not(:last-child) {
        margin-right: 42px; }
        @media (max-width: 1024px) {
          .about-page__head li:not(:last-child),
          .about-page__head a:not(:last-child) {
            margin: 0 0 20px; } }
        .about-page__head li:not(:last-child):after,
        .about-page__head a:not(:last-child):after {
          content: '';
          display: block;
          position: absolute;
          top: 4px;
          right: -22px;
          width: 2px;
          height: 21px;
          background: #000; }
          @media (max-width: 1024px) {
            .about-page__head li:not(:last-child):after,
            .about-page__head a:not(:last-child):after {
              display: none; } }
    .about-page__head a:hover {
      text-decoration: underline; }
  .about-page__container {
    max-width: 1050px;
    padding: 0 15px 15px; }
  .about-page__quote {
    border-bottom: 1px solid #6d6d70;
    border-top: 1px solid #6d6d70;
    padding: 50px 21px 61px;
    display: block;
    clear: both;
    font: 28px "Cambria", sans-serif;
    margin-bottom: 34px; }
    @media (max-width: 768px) {
      .about-page__quote {
        font-size: 22px; } }
  .about-page__body {
    font: 300 20px "Roboto Condensed", sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .about-page__body p {
      margin: 0 0 7px; }
    .about-page__body a {
      color: #3387c4; }
      .about-page__body a:hover {
        text-decoration: none; }
    .about-page__body ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .about-page__body ul li {
        position: relative;
        padding-left: 10px;
        margin-bottom: 7px; }
        .about-page__body ul li:before {
          content: '';
          display: block;
          position: absolute;
          width: 4px;
          height: 4px;
          left: -1px;
          top: 11px;
          border-radius: 50%;
          background: #000; }
  .about-page__foot {
    font: 300 13px "Roboto Condensed", sans-serif;
    display: block;
    line-height: 1.2;
    margin-bottom: 8px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .numbers__icon img {
    width: 100%;
    height: 100%; }
  .history__slider {
    cursor: pointer !important; }
  .footer__right svg {
    height: 10px; }
  .inform__descr {
    width: 100%; }
  .inform--small .inform__item {
    padding-top: 9px; } }

.investors {
  padding-top: 22px;
  padding-bottom: 34px; }
  .investors .content {
    margin-top: 26px; }
    @media (max-width: 768px) {
      .investors .content {
        margin-top: 0; } }
  .investors--blue, .investors--lightblue {
    background: #005d92;
    color: #fff;
    font-size: 20px;
    padding: 15px 22px 11px 20px;
    margin-top: 23px; }
  .investors__bottom-text {
    display: block;
    margin-top: 13px !important;
    padding-bottom: 2px; }
  .investors--lightblue {
    background: #3387c4; }
  .investors--big-text {
    font: 300 20px "Roboto Condensed", sans-serif !important; }
    @media (max-width: 768px) {
      .investors--big-text {
        font-size: 18px !important; } }
    .investors--big-text p {
      font: 300 20px "Roboto Condensed", sans-serif !important; }
  .investors__content {
    width: 62.8%;
    float: left;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .investors__content {
        width: 100%;
        float: none; } }
    .investors__content p {
      margin-top: 0;
      margin-bottom: 14px;
      font-size: 18px; }
      .investors__content p span {
        font: 300 25px "Roboto Condensed", sans-serif; }
    .investors__content h3 {
      margin: 0 0 10px;
      font: 700 20px "Roboto Condensed", sans-serif;
      text-transform: uppercase; }
    .investors__content h2 {
      font: 700 20px "Roboto Condensed", sans-serif;
      margin-top: -9px;
      margin-bottom: 8px; }
    .investors__content b {
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    .investors__content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .investors__content ul li {
        position: relative;
        font-size: 18px; }
        .investors__content ul li:not(:last-child) {
          margin-bottom: 7px; }
        .investors__content ul li:before {
          content: '\2022';
          display: inline-block;
          padding-left: 0;
          margin-right: 5px; }
        .investors__content ul li > ul {
          padding-left: 17px;
          margin-top: 10px;
          margin-bottom: 15px; }
          .investors__content ul li > ul li:before {
            content: '';
            display: inline-block;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            border: 1px solid #fff;
            position: relative;
            top: -7px; }
  .investors__title {
    display: block;
    margin: 0 0 -2px;
    font: 700 45px 'Cambria', sans-serif; }
    @media (max-width: 768px) {
      .investors__title {
        font-size: 40px; } }
  .investors__subtitle {
    font: 30px 'Cambria', sans-serif;
    display: block;
    margin-bottom: 19px; }
    @media (max-width: 768px) {
      .investors__subtitle {
        font-size: 30px; } }
  .investors__heading {
    font: 30px 'Cambria', sans-serif;
    margin: 26px 0 31px; }
    .investors__heading:not(:first-child) {
      border-top: 3px solid #000;
      margin: -13px 0 31px;
      padding-top: 26px; }
    @media (max-width: 768px) {
      .investors__heading {
        font-size: 26px; } }
  .investors__wrap {
    clear: both;
    width: 100%;
    border-top: 4px solid #000;
    margin-bottom: 20px; }
    .investors__wrap:last-child .investors__item:last-child {
      border-bottom: 4px solid #000; }
    .investors__wrap p {
      font-size: 15px;
      font-weight: 300;
      margin: 0 0 15px; }
    .investors__wrap:before {
      content: '';
      display: block;
      clear: both; }
  .investors__head {
    padding-top: 15px;
    margin-bottom: 19px; }
  .investors__ttl {
    display: block;
    font: 700 20px "Roboto", sans-serif;
    color: #000;
    text-transform: uppercase; }
  .investors__date {
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #000;
    font-weight: 300;
    margin-top: -3px; }
  .investors__graphic {
    margin-bottom: 39px; }
    .investors__graphic img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .investors__info {
    font-style: italic; }
    .investors__info p {
      margin: 0 0 10px; }
    .investors__info span {
      font: 300 20px "Roboto Condensed", sans-serif; }
    .investors__info ul {
      list-style: none;
      margin: 10px 0 10px;
      padding: 0; }
      .investors__info ul li {
        font: 300 20px "Roboto Condensed", sans-serif; }
        .investors__info ul li:before {
          content: '\2022';
          display: inline-block;
          padding-left: 0;
          margin-right: 5px; }
        .investors__info ul li:not(:last-child) {
          margin-bottom: 24px; }
  .investors__item {
    padding-bottom: 0;
    margin-bottom: 13px;
    border-bottom: 1px solid #000; }
    .investors__item:last-child {
      border-bottom: 0; }
    .investors__item--last {
      border-bottom: 0;
      padding-bottom: 0; }
      .investors__item--last .investors__graphic img {
        margin-top: 80px; }
  .investors__head-line {
    height: 25px;
    background: #005d92;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 13px; }
    .investors__head-line--bg-orange {
      background-color: #f47920; }
    .investors__head-line--bg-green {
      background-color: #81c241; }
  @media (max-width: 768px) {
    .investors__top .inform__container {
      display: block; } }
  .investors__top .inform__item {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px); }
    @media (max-width: 768px) {
      .investors__top .inform__item {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
        margin: 0 8px 20px;
        padding: 3px 0; } }
    @media (max-width: 500px) {
      .investors__top .inform__item {
        width: 100%;
        margin: 0 0 20px; } }
    .investors__top .inform__item span,
    .investors__top .inform__item a {
      font: 20px "Roboto", sans-serif;
      font-weight: 700; }
    .investors__top .inform__item a {
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 1; }
  .investors__top .inform__container {
    margin-bottom: 0; }
  .investors__charts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .investors__charts > div {
      min-width: 50%; }
  .investors__rm {
    padding-bottom: 23px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #fff;
    margin-top: -14px;
    padding-top: 14px; }
    .investors__rm:last-child {
      border-bottom: 4px solid #000; }
    .investors__rm--button {
      font: 300 30px "Roboto Condensed", sans-serif;
      text-decoration: none;
      color: #3387c4; }
      .investors__rm--button:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 14px 0 14px;
        border-color: #3387c4 transparent transparent transparent;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
        @media (max-width: 768px) {
          .investors__rm--button:before {
            position: relative;
            top: -2px;
            border-width: 13px 8px 0 8px; } }
      .investors__rm--button:after {
        content: 'More'; }
      .investors__rm--button.investors__rm--active:before {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .investors__rm--button.investors__rm--active:after {
        content: 'Close'; }
    .investors__rm--content {
      font-size: 18px;
      font-weight: 300;
      display: none; }
      .investors__rm--content p {
        padding-top: 18px;
        font: 300 20px "Roboto Condensed", sans-serif;
        margin-bottom: 24px; }
      .investors__rm--content ul {
        list-style: none;
        margin: 14px 0 10px;
        padding: 0; }
        .investors__rm--content ul li:before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #000;
          position: relative;
          top: -4px;
          margin-right: 5px; }
        .investors__rm--content ul li:not(:last-child) {
          margin-bottom: 24px; }
  .investors__estimate {
    background: #cccdc7;
    margin-bottom: 34px;
    position: relative; }
    .investors__estimate:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: 24vw;
      height: 100%;
      background: #3387c4;
      z-index: 0; }
      @media (max-width: 1024px) {
        .investors__estimate:before {
          display: none; } }
    .investors__estimate .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 114px;
      position: relative;
      z-index: 1; }
      @media (max-width: 1024px) {
        .investors__estimate .content {
          display: block;
          height: auto;
          padding: 25px 15px; } }
      .investors__estimate .content > div:not(:first-child) {
        position: relative; }
    .investors__estimate--left {
      font: 30px "Cambria", sans-serif;
      color: #fff;
      max-width: 33%;
      padding-right: 5%;
      height: 100%;
      background: #3387c4;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1024px) {
        .investors__estimate--left {
          max-width: 100%;
          background: #3387c4;
          text-align: center;
          margin-bottom: 20px;
          padding: 10px;
          display: block; } }
    .investors__estimate--center {
      font: 300 45px/1 "Roboto", sans-serif;
      letter-spacing: -3px;
      left: -18px; }
      @media (max-width: 1024px) {
        .investors__estimate--center {
          left: 0;
          text-align: center; } }
      .investors__estimate--center:before {
        content: '';
        display: block;
        position: absolute;
        left: -22px;
        top: -8px;
        width: 2px;
        height: 80px;
        background: #000; }
        @media (max-width: 1024px) {
          .investors__estimate--center:before {
            display: none; } }
      .investors__estimate--center span {
        letter-spacing: normal;
        display: block;
        font: 15px "Roboto", sans-serif;
        font-weight: 700; }
    .investors__estimate--right {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 45px;
      line-height: 1;
      letter-spacing: -4px;
      left: -21px; }
      @media (max-width: 1024px) {
        .investors__estimate--right {
          left: 0;
          top: 0;
          text-align: center;
          margin-top: 20px; } }
      .investors__estimate--right:before {
        content: '';
        display: block;
        position: absolute;
        left: -16px;
        top: -8px;
        width: 2px;
        height: 80px;
        background: #000; }
        @media (max-width: 1024px) {
          .investors__estimate--right:before {
            display: none; } }
      .investors__estimate--right span {
        letter-spacing: normal;
        font-size: 15px;
        display: block; }
  .investors__fixed {
    z-index: 99;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px; }
    .investors__fixed.fixed {
      position: fixed;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 5; }
    @media (max-width: 1024px) {
      .investors__fixed .inform__item {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
        margin-bottom: 20px; } }
    @media (max-width: 500px) {
      .investors__fixed .inform__item {
        width: 100%; } }

.sidebar {
  width: 34%;
  float: right;
  margin-bottom: 32px;
  padding-top: 110px; }
  @media (max-width: 768px) {
    .sidebar {
      width: 100%;
      float: none;
      padding-top: 0; } }
  .sidebar__estimate {
    font: 45px 'Cambria', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: #3387c4;
    color: #fff;
    padding: 5px 14px 10px;
    line-height: 1.1;
    margin-bottom: 47px; }
    .sidebar__estimate a {
      font: 15px "Roboto", sans-serif;
      color: #fff;
      text-decoration: underline;
      white-space: nowrap;
      margin-right: 19px;
      margin-bottom: 2px; }
      .sidebar__estimate a:hover {
        text-decoration: none; }
  .sidebar__info {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 47px 10px 39px 12px;
    margin-bottom: 46px; }
    .sidebar__info--heading {
      font: 700 20px "Roboto", sans-serif;
      color: #3387c4;
      display: block;
      margin-bottom: 10px; }
    .sidebar__info--name {
      display: block;
      font: 700 20px "Roboto Condensed", sans-serif;
      margin-bottom: -3px; }
    .sidebar__info--prof {
      display: block;
      font: italic 15px "Roboto Condensed", sans-serif;
      margin-bottom: 2px; }
    .sidebar__info--email {
      font: 400 20px "Roboto", sans-serif;
      color: #3387c4;
      text-decoration: none; }
      .sidebar__info--email:hover {
        text-decoration: underline; }
  .sidebar__item {
    background: #f1f1f0;
    position: relative;
    padding-bottom: 19px; }
    .sidebar__item--doc {
      display: block;
      background: #e0e0dd;
      position: relative;
      min-height: 87px;
      max-width: 93%;
      text-decoration: none;
      padding: 13px 57px 0 15px; }
      .sidebar__item--doc:not(:last-child) {
        margin-bottom: 20px; }
      .sidebar__item--doc span {
        display: block;
        font: 500 20px "Roboto", sans-serif;
        color: #000; }
    .sidebar__item--title {
      display: block;
      font: 30px "Cambria", sans-serif;
      padding: 8px 10px 5px 15px;
      line-height: 1;
      margin-bottom: 5px; }
    .sidebar__item--image {
      position: absolute;
      right: 19px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-height: 99px; }
  .sidebar__item-heading {
    background: transparent; }
    .sidebar__item-heading strong {
      display: block;
      color: #005d92;
      padding: 13px 0 8px;
      border-top: 1px solid #000; }
    .sidebar__item-heading .sidebar__foot {
      padding: 0 19px; }
  .sidebar__foot {
    padding: 15px 19px 0;
    font: 300 20px "Roboto Condensed", sans-serif; }
    .sidebar__foot--name {
      display: block;
      font: 700 20px "Roboto Condensed", sans-serif;
      margin-top: 8px; }
    .sidebar__foot--profession {
      display: block;
      font: italic 15px "Roboto Condensed", sans-serif; }
    .sidebar__foot--email {
      font: 300 20px "Roboto Condensed", sans-serif;
      color: #3387c4; }
      .sidebar__foot--email:hover {
        text-decoration: none; }

.project-profile__head {
  background: #3387c4;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  .project-profile__head .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 272px; }
    @media (max-width: 1024px) {
      .project-profile__head .content {
        height: auto;
        padding: 10px 15px 30px 15px;
        display: block;
        text-align: center; } }
    .project-profile__head .content:after {
      display: none; }
  .project-profile__head--right {
    padding-right: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .project-profile__head--right {
        padding-right: 0; } }
    .project-profile__head--right img {
      height: 272px;
      max-width: 330px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        .project-profile__head--right img {
          height: auto;
          max-width: 100%;
          max-height: 100%; } }
  .project-profile__head--left {
    padding-top: 30px; }
  .project-profile__head--title {
    display: block;
    font: 45px "Cambria", sans-serif;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 3px; }
    @media (max-width: 768px) {
      .project-profile__head--title {
        font-size: 40px; } }
  .project-profile__head--descr {
    display: block;
    font: 30px 'Cambria', sans-serif;
    color: #fff; }
    @media (max-width: 1024px) {
      .project-profile__head--descr {
        margin-bottom: 25px; } }
    @media (max-width: 768px) {
      .project-profile__head--descr {
        font-size: 30px; } }

.project-profile__quote {
  border-top: 1px solid #6d6d70;
  border-bottom: 1px solid #6d6d70;
  margin-top: 30px;
  padding-top: 21px;
  padding-bottom: 24px;
  margin-bottom: 43px; }
  .project-profile__quote--top {
    font: 30px 'Cambria', sans-serif;
    color: #3387c4;
    display: block;
    margin-bottom: 35px;
    text-align: center; }
  .project-profile__quote--name {
    font: 300 25px "Roboto Condensed", sans-serif;
    display: block; }
  .project-profile__quote--prof {
    font: 300 italic 20px "Roboto Condensed", sans-serif;
    display: block;
    margin-bottom: -1px; }

.project-profile__body {
  margin-top: 30px;
  font: 300 20px "Roboto Condensed", sans-serif; }
  .project-profile__body h3, .project-profile__body h2 {
    margin: 0 0 -3px;
    font: 700 25px "Roboto", sans-serif;
    color: #282828; }
  .project-profile__body p {
    margin: 0 0 26px; }

.project-profile__foot {
  display: block;
  padding-top: 22px;
  padding-bottom: 31px; }
  .project-profile__foot p {
    font: 300 italic 15px "Roboto Condensed", sans-serif;
    margin-top: 0;
    margin-bottom: 17px; }

.login-page {
  padding-top: 10px; }
  .login-page .content {
    max-width: 1005px;
    padding-bottom: 54px; }
  .login-page__title {
    margin-top: 0;
    font: 45px "Cambria", sans-serif;
    margin-bottom: 10px; }
  .login-page__descr {
    font: 300 20px "Roboto Condensed", sans-serif;
    margin-bottom: 29px;
    display: block; }
  .login-page__form {
    max-width: 405px;
    margin-bottom: 7.6em; }
    @media (max-width: 768px) {
      .login-page__form {
        margin-bottom: 3.6em; } }
    .login-page__form form:after {
      content: '';
      display: block;
      clear: both; }
    .login-page__form label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font: 300 20px "Roboto Condensed", sans-serif;
      margin-bottom: 9px; }
      .login-page__form label input[type="email"],
      .login-page__form label input[type="text"],
      .login-page__form label input[type="password"] {
        min-width: 300px;
        height: 33px;
        border: 1px solid #b8b9bc;
        outline: none;
        padding: 0 10px; }
        @media (max-width: 768px) {
          .login-page__form label input[type="email"],
          .login-page__form label input[type="text"],
          .login-page__form label input[type="password"] {
            min-width: 175px; } }
    .login-page__form input[type="submit"] {
      float: right;
      display: block;
      font: 300 14px "Roboto Condensed", sans-serif;
      border-radius: 2px;
      border: 1px solid #cdced0;
      background: transparent;
      padding: 1px 9px;
      margin-top: -2px;
      cursor: pointer; }
  .login-page__fmp {
    display: block;
    margin-top: 40px; }
    .login-page__fmp a {
      font: 300 20px "Roboto Condensed", sans-serif;
      color: #3387c4; }
      .login-page__fmp a:hover {
        text-decoration: none; }
  .login-page__foot {
    display: block;
    font: 300 20px "Roboto Condensed", sans-serif;
    color: #000000; }

.login__table {
  margin-top: -7px; }
  .login__table table {
    width: 100%; }
    .login__table table br {
      margin-bottom: 30px;
      display: block;
      clear: both; }
    .login__table table label {
      float: left;
      padding-top: 7px; }
    .login__table table input[type="text"],
    .login__table table input[type="password"] {
      width: 300px;
      float: right;
      height: 33px;
      border: 1px solid #cdced0;
      outline: none;
      padding: 0 15px;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .login__table table input[type="text"],
        .login__table table input[type="password"] {
          width: 100%;
          display: block; } }
    .login__table table tr:last-child td {
      padding-top: 11px; }
      .login__table table tr:last-child td a {
        font-size: 20px;
        font-weight: 300;
        text-decoration: none; }
        .login__table table tr:last-child td a:hover {
          text-decoration: underline; }
  .login__table .field-validation-valid {
    display: block;
    color: #b94a48;
    padding-left: 14px; }

.remember-password {
  width: 100%; }
  .remember-password .alert-info {
    width: 500px; }
  .remember-password input[type="text"] {
    width: 100% !important;
    display: block; }
  .remember-password input[type="submit"] {
    margin-left: 10px; }

.contacts-us {
  padding-top: 11px;
  padding-bottom: 12em; }
  .contacts-us__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 768px) {
      .contacts-us__row {
        display: block; } }
  .contacts-us__item {
    width: 66%;
    padding: 0 40px 0 0; }
    @media (max-width: 768px) {
      .contacts-us__item {
        width: 100%;
        padding: 0; } }
  .contacts-us .sidebar {
    width: 100%;
    padding-top: 0; }
    @media (max-width: 768px) {
      .contacts-us .sidebar {
        margin: 0; } }
    @media (max-width: 768px) {
      .contacts-us .sidebar__foot {
        padding: 0; } }
  .contacts-us__wrap {
    margin: 0 0 50px; }
    @media (max-width: 768px) {
      .contacts-us__wrap {
        margin: 0; } }
    .contacts-us__wrap:after {
      content: '';
      display: block;
      clear: both; }
  .contacts-us__col {
    width: 33.332%;
    float: left;
    font-size: 20px;
    font-weight: 300; }
    .contacts-us__col:not(:first-child) {
      padding-left: 10px; }
    @media (max-width: 768px) {
      .contacts-us__col:last-child {
        width: 100%; } }
    @media (max-width: 768px) {
      .contacts-us__col {
        width: 50%;
        margin-bottom: 25px;
        padding-left: 0 !important;
        padding-right: 10px; }
        .contacts-us__col:nth-child(odd) {
          clear: both; } }
    @media (max-width: 500px) {
      .contacts-us__col {
        width: 100%; } }
    .contacts-us__col--head {
      display: block;
      border-top: 2px solid #3f85ad;
      padding-top: 12px;
      font: 700 20px "Roboto", sans-serif;
      color: #3f85ad;
      position: relative;
      top: -15px;
      margin-bottom: -8px; }
    .contacts-us__col--name {
      display: block;
      font-weight: bold; }
    .contacts-us__col--prof {
      display: block; }
    .contacts-us__col--number {
      display: block; }
    .contacts-us__col--email {
      color: #3387c4;
      text-decoration: underline; }
      .contacts-us__col--email:hover {
        text-decoration: none; }
  .contacts-us .content {
    max-width: 1005px; }
  .contacts-us__title {
    font: 45px "Cambria", sans-serif;
    margin-top: 0;
    margin-bottom: 53px; }
  .contacts-us__heading {
    display: block;
    font-weight: bold; }
  .contacts-us form legend {
    font-size: 20px;
    padding: 0 0 5px; }
  .contacts-us form label {
    display: block;
    font-size: 20px; }
  .contacts-us form .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px 25px; }
    @media (max-width: 768px) {
      .contacts-us form .row {
        margin: 0 0 15px; } }
    @media (max-width: 480px) {
      .contacts-us form .row {
        display: block; } }
    .contacts-us form .row label {
      font-size: 14px; }
  .contacts-us form .col {
    width: 50%;
    padding: 0 5px; }
    @media (max-width: 480px) {
      .contacts-us form .col {
        width: 100%;
        padding: 0; } }
    .contacts-us form .col .wpcf7-form-control-wrap {
      padding: 0 0 5px; }
      @media (max-width: 480px) {
        .contacts-us form .col .wpcf7-form-control-wrap {
          padding: 5px 0; } }
  .contacts-us form .wpcf7-form-control-wrap {
    display: block;
    padding: 5px 0 0; }
  .contacts-us form p {
    margin: 0 0 25px; }
    @media (max-width: 768px) {
      .contacts-us form p {
        margin: 0 0 15px; } }
  .contacts-us form input[type="text"],
  .contacts-us form input[type="email"],
  .contacts-us form textarea {
    width: 100%;
    padding: 5px 10px;
    height: 42px;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #6d6d70;
    -webkit-transition: border-color linear .15s;
    -o-transition: border-color linear .15s;
    transition: border-color linear .15s; }
    .contacts-us form input[type="text"]:focus,
    .contacts-us form input[type="email"]:focus,
    .contacts-us form textarea:focus {
      border-color: #3387c4; }
  .contacts-us form textarea {
    height: 100px; }
  .contacts-us form input[type="submit"] {
    font-size: 14px;
    white-space: normal;
    color: #ffffff;
    background: #3387c4;
    border: none;
    outline: none;
    text-transform: uppercase;
    min-width: 140px;
    padding: 14px 12px;
    -webkit-transition: background linear .15s;
    -o-transition: background linear .15s;
    transition: background linear .15s; }
    .contacts-us form input[type="submit"]:hover {
      background: #005d92; }
  .contacts-us form div.wpcf7-response-output {
    margin: 15px 0; }
  .contacts-us form div.wpcf7-validation-errors,
  .contacts-us form div.wpcf7-acceptance-missing {
    border-color: #f00; }

.legaldisc {
  padding-top: 40px;
  padding-bottom: 11em; }
  .legaldisc .content {
    max-width: 1000px;
    font-size: 20px;
    font-weight: 300; }
  .legaldisc .contacts-us__title {
    margin-bottom: 12px; }
  .legaldisc p {
    margin-top: 0;
    margin-bottom: 15px; }
  .legaldisc__foot {
    padding-top: 41px; }
    .legaldisc__foot span {
      display: block;
      margin-bottom: 16px; }

.board-section {
  padding: 40px 0;
  overflow: hidden; }
  .board-section h1,
  .board-section h3,
  .board-section h5 {
    margin-top: 0; }
  .board-section p {
    margin: 0 0 7px; }
  .board-section .container {
    width: 975px; }
  .board-section__heading {
    font: 400 45px "Cambria", sans-serif;
    margin-bottom: 44px; }
    @media (max-width: 480px) {
      .board-section__heading {
        font-size: 38px;
        margin-bottom: 30px; } }
  .board-section__heading--single {
    font: 400 45px "Cambria", sans-serif;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .board-section__heading--single {
        font-size: 38px;
        margin-bottom: 30px; } }
  .board-section__subhead {
    font: 700 30px "Roboto", sans-serif;
    margin-bottom: 28px; }
    @media (max-width: 480px) {
      .board-section__subhead {
        font-size: 24px; } }
  .board-section__content {
    font-size: 24px;
    margin-bottom: 69px; }
    @media (max-width: 768px) {
      .board-section__content {
        font-size: 15px; } }
    .board-section__content p {
      margin-bottom: 35px; }
  .board-section__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -76px; }
    @media (max-width: 1024px) {
      .board-section__row {
        margin: 0 -30px; } }
    @media (max-width: 480px) {
      .board-section__row {
        margin: 0; } }
    .board-section__row--border-bottom {
      margin-bottom: 60px; }
      @media (max-width: 480px) {
        .board-section__row--border-bottom {
          margin-bottom: 50px; } }
      .board-section__row--border-bottom:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 76px;
        right: 76px;
        height: 1px;
        background: #000; }
        @media (max-width: 1024px) {
          .board-section__row--border-bottom:before {
            left: 30px;
            right: 30px; } }
        @media (max-width: 480px) {
          .board-section__row--border-bottom:before {
            left: 0;
            right: 0; } }
  .board-section__col {
    font: 15px "Roboto Condensed", sans-serif;
    padding: 0 76px 44px;
    width: 33.332%;
    color: #000; }
    @media (max-width: 1024px) {
      .board-section__col {
        padding: 0 30px 44px; } }
    @media (max-width: 768px) {
      .board-section__col {
        width: 50%; } }
    @media (max-width: 480px) {
      .board-section__col {
        width: 100%;
        padding: 0 0 30px; } }
  .board-section__img {
    display: block;
    width: 168px;
    height: 168px;
    text-decoration: none;
    margin: 0 0 17px; }
  .board-section__name {
    display: inline-block;
    vertical-align: middle;
    font: 700 17px "Roboto Condensed", sans-serif;
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer; }
    .board-section__name a {
      color: #000; }
  .board-section__title {
    display: block; }
  .board-section__slide-content {
    display: none;
    padding: 40px 0 76px;
    z-index: 5;
    text-align: left;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%; }
    @media (max-width: 1024px) {
      .board-section__slide-content {
        padding: 40px 20px 76px; } }
    @media (max-width: 768px) {
      .board-section__slide-content {
        padding: 40px 30px 50px; } }
    @media (max-width: 480px) {
      .board-section__slide-content {
        padding: 15px 0 40px; } }
    @media (max-width: 768px) {
      .board-section__slide-content .container {
        padding: 0; } }
  .board-section__info-text {
    font: 20px/1.2 "Roboto Condensed", sans-serif;
    margin: 0 0 13px; }
    @media (max-width: 1024px) {
      .board-section__info-text {
        font-size: 17px;
        padding: 0 35px 0 0; } }
    @media (max-width: 768px) {
      .board-section__info-text {
        font-size: 15px; } }
  .board-section__btn-close {
    font: 20px/1.2 "Roboto Condensed", sans-serif;
    text-decoration: none;
    -webkit-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    transition: opacity linear .15s; }
    @media (max-width: 768px) {
      .board-section__btn-close {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .board-section__btn-close {
        font-size: 16px; } }
    .board-section__btn-close:hover {
      opacity: .8; }
    .board-section__btn-close:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 19px 14px;
      border-color: transparent transparent #3387c4 transparent; }
      @media (max-width: 768px) {
        .board-section__btn-close:before {
          border-width: 0 10px 15px 10px; } }
  .board-section__single {
    padding-bottom: 50px;
    padding-top: 33px; }
  .board-section__single-headline {
    overflow: hidden;
    border-bottom: 1px solid #6d6d70;
    margin-bottom: 41px; }
    .board-section__single-headline p {
      font-family: "Cambria", sans-serif;
      font-weight: bold;
      font-size: 60px;
      line-height: 60px;
      margin: 0; }
    .board-section__single-headline .prev {
      float: right;
      margin: 0 0 11px; }
      .board-section__single-headline .prev a {
        font: 300 20px "Roboto Condensed", sans-serif;
        text-decoration: none;
        color: #3387c4; }
        .board-section__single-headline .prev a:before {
          content: '';
          position: relative;
          top: 5px;
          display: inline-block;
          margin-right: 16px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 14px 21px 14px 0;
          border-color: transparent #3387c4 transparent transparent;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
          @media (max-width: 768px) {
            .board-section__single-headline .prev a:before {
              border-width: 7px 14px 7px 0;
              top: 0;
              margin-right: 10px; } }
  .board-section__single-heading {
    margin-bottom: 15px; }
  .board-section__single-text {
    margin-top: 20px;
    font-size: 20px; }

.board-section-labor .board-section__col {
  padding-bottom: 96px; }
  @media (max-width: 768px) {
    .board-section-labor .board-section__col {
      text-align: center; } }
  @media (max-width: 768px) {
    .board-section-labor .board-section__col .board-section__img {
      margin-left: auto;
      margin-right: auto; } }

.news {
  margin-top: -13px;
  padding-bottom: 32px; }
  .news__bg {
    margin: 0 auto;
    max-width: 1246px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 400px; }
    @media (max-width: 1024px) {
      .news__bg {
        min-height: 260px; } }
  .news .container {
    padding-top: 34px;
    width: 1024px; }
  .news__heading {
    font-size: 60px;
    font-family: "Cambria", sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 34px; }
    @media (max-width: 1024px) {
      .news__heading {
        font-size: 45px;
        margin-bottom: 23px; } }
    @media (max-width: 768px) {
      .news__heading {
        font-size: 32px;
        margin-bottom: 15px; } }
  .news__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .news__col {
    position: relative;
    width: 62.7%;
    margin-top: -15px; }
    @media (max-width: 768px) {
      .news__col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        margin-top: 0; } }
  .news__sidebar {
    padding: 4px 22px;
    width: -webkit-calc(37.3% - 34px);
    width: calc(37.3% - 34px);
    background: #eeeeec;
    margin: 0 0 0 34px; }
    @media (max-width: 1024px) {
      .news__sidebar {
        padding: 4px 15px; } }
    @media (max-width: 768px) {
      .news__sidebar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        margin: 0 0 30px;
        padding: 15px 15px 0; } }
    .news__sidebar h3 {
      font-size: 40px;
      font-family: "Cambria", sans-serif;
      font-weight: 400;
      margin-top: 0; }
      @media (max-width: 1024px) {
        .news__sidebar h3 {
          font-size: 28px; } }
      @media (max-width: 768px) {
        .news__sidebar h3 {
          margin: 0 0 18px; } }
    .news__sidebar ul {
      font-size: 20px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      margin: 0 0 0 -22px;
      padding: 0;
      list-style-type: none; }
      @media (max-width: 1024px) {
        .news__sidebar ul {
          margin: 0 0 0 -15px; } }
      .news__sidebar ul li {
        margin: 0 0 24px; }
      .news__sidebar ul a {
        display: block;
        background: #d1d0ca;
        color: #000;
        padding: 10px 21px;
        text-decoration: none;
        -webkit-transition: background linear .15s;
        -o-transition: background linear .15s;
        transition: background linear .15s; }
        .news__sidebar ul a:hover {
          background: #b9b8af; }
  .news article {
    position: relative;
    font-size: 20px;
    padding-bottom: 19px;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 3px solid #231f20; }
    @media (max-width: 768px) {
      .news article {
        padding-bottom: 0; } }
    .news article:first-of-type {
      border-top: 3px solid #231f20; }
    .news article:last-child {
      border: none; }
    .news article time {
      font-size: 15px; }
    .news article h3 {
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      margin-top: 0;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .news article h3 {
          font-size: 18px; } }
      .news article h3 a {
        color: #276698;
        text-decoration: none;
        -webkit-transition: color linear .15s;
        -o-transition: color linear .15s;
        transition: color linear .15s; }
        .news article h3 a:hover {
          color: #3387c4; }
    .news article p {
      margin-top: 0; }
  .news__modal {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    max-width: 614px;
    width: 100%;
    padding: 42px 70px 25px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity linear .15s, visibility linear .15s;
    -o-transition: opacity linear .15s, visibility linear .15s;
    transition: opacity linear .15s, visibility linear .15s; }
    @media (max-width: 1024px) {
      .news__modal {
        padding: 60px 15px 25px; } }
    .news__modal.active {
      opacity: 1;
      visibility: visible; }
    .news__modal p {
      text-align: left;
      margin: 0 0 27px; }
    .news__modal--close {
      position: absolute;
      right: 10px;
      top: 20px;
      width: 32px;
      height: 32px;
      background: #025d92;
      border: 0;
      display: block;
      padding: 0;
      border-radius: 50px;
      outline: none;
      -webkit-transition: all .15s linear;
      -o-transition: all .15s linear;
      transition: all .15s linear; }
      .news__modal--close:hover {
        background: #3387c4; }
      .news__modal--close:before, .news__modal--close:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 1px;
        top: 16px;
        left: 3px;
        background: #fff;
        -webkit-transform: rotate(61deg);
            -ms-transform: rotate(61deg);
                transform: rotate(61deg); }
      .news__modal--close:after {
        left: auto;
        right: 3px;
        -webkit-transform: rotate(-61deg);
            -ms-transform: rotate(-61deg);
                transform: rotate(-61deg); }

.published {
  margin: 0 0 21px; }

.news-content {
  margin: 0 0 80px; }
  @media (max-width: 1024px) {
    .news-content {
      margin: 0 0 40px; } }
  .news-content h1 {
    font-family: "Cambria", sans-serif;
    font-size: 45px; }
    @media (max-width: 1024px) {
      .news-content h1 {
        font-size: 20px; } }
  .news-content p {
    font-size: 20px;
    magrin-bottom: 25px; }
    @media (max-width: 1024px) {
      .news-content p {
        font-size: 16px; } }

.news-bottom p {
  font-size: 20px; }
  @media (max-width: 1024px) {
    .news-bottom p {
      font-size: 16px; } }

.news-bottom .about-site {
  margin: 0 0 30px; }
  @media (max-width: 1024px) {
    .news-bottom .about-site {
      margin: 0 0 20px; } }

.news-bottom .offices .office {
  margin: 30px 0 30px; }
  @media (max-width: 1024px) {
    .news-bottom .offices .office {
      margin: 20px 0 20px; } }

.news-bottom .contacts-us__heading {
  font-size: 20px; }
  @media (max-width: 1024px) {
    .news-bottom .contacts-us__heading {
      font-size: 18px; } }

.header-menu {
  margin-bottom: 15px;
  padding: 15px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -10; }
  @media (max-width: 1024px) {
    .header-menu {
      z-index: 999;
      opacity: 1;
      visibility: visible; } }
  .header-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .header-menu ul li {
      position: relative; }
      .header-menu ul li .icon {
        position: absolute;
        right: 0;
        top: 2px;
        cursor: pointer; }
        .header-menu ul li .icon svg {
          width: 20px;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
        .header-menu ul li .icon.open svg {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      .header-menu ul li:not(:last-child) {
        margin-bottom: 15px; }
      .header-menu ul li a {
        font: 15px "Roboto", sans-serif;
        text-decoration: none;
        color: #000;
        font-weight: 700; }
        .header-menu ul li a:hover {
          color: orange; }
      .header-menu ul li ul {
        padding-left: 15px;
        margin-top: 15px;
        display: none; }
        .header-menu ul li ul li a {
          font: 400 15px "Roboto", sans-serif;
          text-transform: capitalize;
          color: #000; }
  .header-menu__link {
    vertical-align: middle;
    margin: 3rem auto 1rem;
    padding: .85rem 1.5rem;
    -webkit-appearance: none;
    border-radius: 2rem;
    max-width: 320px;
    font: 1rem "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #005d92;
    border: 2px solid #005d92;
    text-decoration: none;
    background: transparent; }
    .header-menu__link:hover {
      background: #005d92;
      color: #fff; }

.desktop-menu {
  position: absolute;
  right: 0;
  top: 20px;
  width: auto;
  padding: 50px 25px 40px;
  background: #f1f1f0;
  z-index: 2;
  min-width: 300px;
  display: none;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 3px 3px 7px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 7px -4px rgba(0, 0, 0, 0.75); }
  @media (max-width: 1024px) {
    .desktop-menu {
      display: none !important; } }
  .desktop-menu__close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer; }

@media (max-width: 1024px) {
  .header-menu .search-form {
    display: block;
    margin-top: 30px;
    text-align: center; }
    .header-menu .search-form input[type="search"] {
      display: inline-block; } }

.search-form {
  margin-left: 5px; }
  @media (max-width: 1024px) {
    .search-form {
      display: none; } }
  .search-form.active input[type="search"] {
    display: inline-block; }
  .search-form input[type="search"] {
    border: 1px solid #f1f1f0;
    outline: none;
    padding: 3px 10px;
    max-width: 200px;
    margin-left: 10px;
    display: none; }
    .search-form input[type="search"]::-ms-clear, .search-form input[type="search"]::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
  .search-form input[type="submit"] {
    padding: 0;
    margin: 0 0 0 5px;
    width: 16px;
    height: 16px;
    color: transparent;
    background: url(./1d984357815bb145b5032f175f7210fe.svg) no-repeat center center transparent;
    border: 0;
    outline: none; }

.top-arrow {
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  display: none;
  z-index: 9999; }
  .top-arrow:hover {
    opacity: .7; }
  .top-arrow svg {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover; }

.investments-archive-content {
  max-width: -webkit-calc(1024px + 30px);
  max-width: calc(1024px + 30px);
  width: 100%;
  margin: 60px auto 0;
  padding: 0 15px; }

.investments-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 35px; }

.investments-card {
  width: -webkit-calc((100% / 3) - (16px / 3));
  width: calc((100% / 3) - (16px / 3));
  height: 256px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 50px 25px 37px 25px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: left; }
  .investments-card:hover::after {
    background-color: rgba(154, 160, 165, 0.5); }
  @media (max-width: 768px) {
    .investments-card {
      width: -webkit-calc((100% / 2) - 4px);
      width: calc((100% / 2) - 4px); } }
  @media (max-width: 576px) {
    .investments-card {
      width: 100%;
      margin-right: 0; } }
  @media (min-width: 769px) {
    .investments-card:nth-child(3n) {
      margin-right: 0; } }
  @media (min-width: 577px) and (max-width: 768px) {
    .investments-card:nth-child(2n) {
      margin-right: 0; } }
  .investments-card > * {
    position: relative;
    z-index: 1; }
  .investments-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 93, 146, 0.5);
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .investments-card__title {
    display: block;
    max-width: 82%;
    margin-bottom: 25px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 1.2;
    font-weight: 900; }
    @media (max-width: 992px) and (min-width: 769px) {
      .investments-card__title {
        font-size: 22px; } }
  .investments-card__descr {
    display: block;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    line-height: 1.2; }
    @media (max-width: 992px) and (min-width: 769px) {
      .investments-card__descr {
        font-size: 12px; } }
  .investments-card__link {
    position: absolute;
    bottom: 7px;
    left: 35px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 20px 3px 20px;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f47920;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    border: 1px solid transparent; }
    .investments-card__link:hover {
      background-color: transparent;
      color: #f47920;
      border-color: #f47920; }

.project-page {
  margin-top: 80px;
  margin-bottom: 30px;
  min-height: 50vh; }
  @media (max-width: 768px) {
    .project-page {
      margin-top: 40px; } }
  .project-page .container {
    max-width: 1000px; }

.card-project {
  background: #efefed;
  padding: 20px 0 60px; }
  @media (max-width: 768px) {
    .card-project {
      padding-bottom: 40px; } }
  .card-project__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .card-project__item {
    padding: 0 20px 0 0;
    margin: 0 0 5px; }
  .card-project__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px 15px;
    background: #d1d0cb;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    @media (max-width: 576px) {
      .card-project__link {
        font-size: 16px; } }
    .card-project__link::after {
      content: "";
      display: block;
      width: 17px;
      height: 22px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 10px;
      background: no-repeat center;
      background-size: 99%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='35.548' width='28.477'%3E%3Cpath d='M3.25 0v4.778H0v7.646h3.25v18.92h4.396v-1.147h-3.25V12.424H17.2V4.778H4.396V1.146h15.29v7.646h7.644v21.405h-3.248v1.147h4.396V7.598L20.878 0zm17.582 1.576l6.07 6.069h-6.07z' fill='%23231f20'/%3E%3Cpath d='M11.945 18.73v9.173H8.122l7.74 7.645 7.741-7.645h-3.822v-9.174z' fill='%23e94b22'/%3E%3C/svg%3E"); }

.impact-investing-content .container {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.impact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0 27px; }
  @media (max-width: 768px) {
    .impact-row {
      padding: 12px 0 18px; } }
  .impact-row .story-block__content-col {
    width: 33%; }
    @media (max-width: 768px) {
      .impact-row .story-block__content-col {
        width: 100%; } }
    .impact-row .story-block__content-col:first-child {
      width: 65.5%; }
      @media (max-width: 768px) {
        .impact-row .story-block__content-col:first-child {
          width: 100%; } }
    .impact-row .story-block__content-col .our-archive__item {
      width: 100%;
      float: none;
      padding-top: 38px; }

.reports-page {
  padding: 60px 0 250px;
  border-top: 24px solid #005d92; }
  @media (max-width: 768px) {
    .reports-page {
      padding: 60px 0 150px; } }
  .reports-page .page-title {
    padding-left: 20px; }
  .reports-page .container {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
  .reports-page__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0; }
  .reports-page__item {
    width: 50%;
    padding: 0 10px; }
    @media (max-width: 768px) {
      .reports-page__item {
        width: 100%;
        margin: 0 0 20px; } }

.midwest-page__container {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.midwest-page .section__head {
  margin-bottom: 18px; }

.bio {
  padding: 65px 0; }
  @media (max-width: 768px) {
    .bio {
      padding: 25px 0; } }
  .bio .container {
    width: 975px; }
  .bio--center {
    text-align: center; }
  .bio__heading {
    overflow: hidden;
    border-bottom: 1px solid #6d6d70;
    margin-bottom: 41px; }
  .bio h1 {
    font-size: 60px;
    font-family: "Cambria", sans-serif;
    font-weight: 700;
    margin: 0; }
    @media (max-width: 1024px) {
      .bio h1 {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .bio h1 {
        font-size: 23px;
        margin: 0 0 10px; } }
  .bio .prev {
    position: relative;
    float: right;
    font: 300 20px "Roboto Condensed", sans-serif;
    text-decoration: none;
    margin: 0 0 11px; }
    .bio .prev:before {
      content: '';
      position: relative;
      top: 5px;
      display: inline-block;
      margin-right: 16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 21px 14px 0;
      border-color: transparent #3387c4 transparent transparent;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      @media (max-width: 768px) {
        .bio .prev:before {
          border-width: 10px 16px 10px 0;
          margin-right: 10px;
          top: 4px; } }
  .bio__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px 50px; }
    @media (max-width: 768px) {
      .bio__row {
        margin: 0 0 12px; } }
  .bio__col {
    padding: 0 15px;
    font-size: 20px;
    line-height: 1.7143;
    width: 50%; }
    @media (max-width: 768px) {
      .bio__col {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding: 0 0 15px; } }
    .bio__col:first-child {
      text-align: right; }
      @media (max-width: 768px) {
        .bio__col:first-child {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
  .bio blockquote {
    font-size: 20px;
    line-height: 1.5;
    font-family: "Cambria", sans-serif;
    color: #3387c4;
    margin: 30px 0 54px;
    padding: 0;
    font-style: italic; }
    @media (max-width: 1024px) {
      .bio blockquote {
        margin: 30px 0; } }
    @media (max-width: 768px) {
      .bio blockquote {
        margin: 15px 0; } }
  .bio h4 {
    font-size: 20px;
    font-family: "Cambria", sans-serif;
    margin: 0 0 5px;
    color: #373737; }
    .bio h4.color-green {
      color: #7fbca2; }
  .bio p {
    margin-top: 0;
    margin-bottom: 12px; }
  .bio img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .bio__year {
    display: block;
    font-size: 20px; }
  .bio__text {
    font-size: 20px;
    line-height: 1.75; }
  .bio .alignleft {
    float: left;
    width: 55%;
    margin: 0 15px 25px 0; }
    @media (max-width: 768px) {
      .bio .alignleft {
        width: 100%;
        margin: 0 0 15px;
        float: none; } }
  .bio__video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    overflow: hidden; }
    .bio__video:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .bio__video iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .bio__btn {
    position: relative;
    padding: 25px 0; }
    .bio__btn strong {
      display: block;
      margin: 0 0 12px; }
  .bio .btn {
    font-size: 20px;
    padding: 7px 25px;
    border: 3px solid #f47920;
    font-weight: 700;
    background: #f47920; }
    .bio .btn:hover, .bio .btn:focus {
      background: #fff;
      color: #f47920; }
    @media (max-width: 768px) {
      .bio .btn {
        font-size: 18px;
        padding: 5px 20px; } }

.bio-investors {
  padding: 35px 0 40px; }
  @media (max-width: 768px) {
    .bio-investors {
      padding: 15px 0 30px; } }
  .bio-investors .investors__title {
    margin-bottom: 16px; }
  .bio-investors .container {
    max-width: 1012px;
    width: 100%;
    padding: 0 15px; }
  .bio-investors__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .bio-investors__img {
    width: 17.5%; }
    @media (max-width: 1024px) {
      .bio-investors__img {
        width: 25%; } }
    @media (max-width: 768px) {
      .bio-investors__img {
        width: 100%;
        margin: 0 0 20px; } }
    .bio-investors__img img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 0 23px; }
      @media (max-width: 768px) {
        .bio-investors__img img {
          max-width: 360px;
          margin: 0 auto 15px; } }
    .bio-investors__img strong {
      display: block; }
  .bio-investors__name {
    font-size: 17px;
    margin: 0 0 2px; }
  .bio-investors__description {
    font-size: 14px;
    max-width: 164px; }
    @media (max-width: 768px) {
      .bio-investors__description {
        max-width: 100%; } }
  .bio-investors__text {
    width: 82.5%;
    font-size: 20px;
    padding: 2px 0 0 62px; }
    @media (max-width: 1024px) {
      .bio-investors__text {
        width: 75%;
        padding: 2px 0 0 35px; } }
    @media (max-width: 768px) {
      .bio-investors__text {
        width: 100%;
        padding: 0; } }
    .bio-investors__text p {
      margin: 0 0 8px; }

.inform--bg-green {
  padding-bottom: 24px; }
  .inform--bg-green .inform__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .inform--bg-green .inform__item {
    background: #81c241;
    height: auto;
    -webkit-transition: background linear .15s;
    -o-transition: background linear .15s;
    transition: background linear .15s; }
    .inform--bg-green .inform__item:hover {
      background: #659a40; }
    .inform--bg-green .inform__item a {
      height: auto; }
  .inform--bg-green .inform__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
    white-space: normal; }

.housing {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  overflow: hidden;
  padding: 0 0 90px; }
  .housing .container {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 15px; }
  .housing h1 {
    font-size: 45px;
    font-family: "Cambria", sans-serif;
    font-weight: 700;
    margin: 0 0 20px; }
    @media (max-width: 1024px) {
      .housing h1 {
        font-size: 42px;
        margin: 0 0 10px; } }
    @media (max-width: 768px) {
      .housing h1 {
        font-size: 36px; } }
  .housing h3 {
    font-size: 30px;
    font-family: "Cambria", sans-serif;
    font-weight: 400;
    margin: 0 0 26px; }
    @media (max-width: 1024px) {
      .housing h3 {
        margin: 0 0 13px; } }
    .housing h3.border-top {
      border-top: 1px solid #7d7d7d;
      margin-top: 65px;
      padding-top: 44px; }
      @media (max-width: 768px) {
        .housing h3.border-top {
          margin-top: 45px;
          padding-top: 20px; } }
  .housing__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .housing__text {
    width: 68.4%;
    padding: 0 25px 0 0; }
    @media (max-width: 768px) {
      .housing__text {
        width: 100%;
        padding: 0; } }
    .housing__text p {
      margin: 0 0 30px; }
      @media (max-width: 768px) {
        .housing__text p {
          margin: 0 0 18px; } }
  .housing__contact {
    width: 31.6%; }
    @media (max-width: 768px) {
      .housing__contact {
        width: 100%;
        margin: 0 0 25px; } }
    .housing__contact p {
      font: italic 15px "Roboto Condensed", sans-serif;
      margin: 0; }
    .housing__contact a {
      font: 300 20px "Roboto Condensed", sans-serif;
      color: #3387c4; }
      .housing__contact a:hover {
        color: #005d92; }
  .housing__contact-title {
    display: block;
    color: #005d92;
    padding: 13px 0 8px;
    border-top: 1px solid #000; }
  .housing__list {
    padding: 0;
    margin: 0 0 55px;
    list-style-type: none;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .housing__list {
        margin: 0 0 30px; } }
    @media (max-width: 768px) {
      .housing__list {
        margin: 0 0 15px; } }
    .housing__list li {
      position: relative;
      padding: 0 0 6px 12px; }
      .housing__list li:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 50%; }
        @media (max-width: 1024px) {
          .housing__list li:before {
            top: 8px; } }
  .housing__title {
    display: block;
    text-transform: uppercase;
    margin: 0 0 27px; }
  .housing .story-block {
    padding-top: 12px;
    padding-bottom: 17px;
    margin-bottom: 38px;
    border-bottom: 1px solid #7d7d7d; }
  .housing .story-block__item {
    margin-bottom: 21px; }
  .housing .story-block__contents {
    margin: 0; }
  .housing .story-block__contents--active {
    padding: 0; }
  .housing .card-story__title {
    font-size: 25px;
    font-weight: 900;
    font-family: "Roboto", sans-serif; }
    @media (max-width: 768px) {
      .housing .card-story__title {
        font-size: 20px; } }
  .housing .story-block__content-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 33px 0 27px; }
    @media (max-width: 768px) {
      .housing .story-block__content-row {
        padding: 12px 0 18px; } }
  .housing .story-block__content-col {
    width: 33%; }
    @media (max-width: 768px) {
      .housing .story-block__content-col {
        width: 100%; } }
    .housing .story-block__content-col:first-child {
      width: 65.5%; }
      @media (max-width: 768px) {
        .housing .story-block__content-col:first-child {
          width: 100%; } }
    .housing .story-block__content-col .our-archive__item {
      width: 100%;
      float: none;
      padding-top: 38px; }
  .housing .our-archive__link {
    font-size: 15px; }
  .housing .story-block__content-title {
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 23px; }
  .housing .story-block__content-descr p {
    margin: 0 0 24px; }
  .housing h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 4px; }
  .housing .financing-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .housing .financing-list__item {
      position: relative;
      padding: 0 0 5px 27px; }
      .housing .financing-list__item span {
        position: absolute;
        top: 2px;
        left: 0;
        width: 18px;
        height: 18px;
        background: #005d92; }
  .housing__wrap {
    position: relative;
    margin: 0 0 55px; }
    @media (max-width: 768px) {
      .housing__wrap {
        margin: 0 0 25px; } }
    .housing__wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #d1d0cb;
      margin: 0 0 0 -9999px;
      padding: 0 0 0 9999px; }
    .housing__wrap:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: #d1d0cb;
      margin: 0 -9999px 0 0;
      padding: 0 9999px 0 0; }
  .housing__wrap-text {
    padding: 38px 22px 60px 14px;
    font-size: 20px;
    line-height: 1.2;
    background: #81c241;
    color: #fff;
    height: 100%; }
    @media (max-width: 1024px) {
      .housing__wrap-text {
        padding: 22px 22px 20px 14px;
        font-size: 18px; } }
    .housing__wrap-text strong {
      display: block;
      font-size: 30px;
      line-height: 1;
      font-weight: 400;
      font-family: "Roboto Condensed", sans-serif;
      margin: 0 0 25px; }
      @media (max-width: 1024px) {
        .housing__wrap-text strong {
          font-size: 25px; } }
      @media (max-width: 768px) {
        .housing__wrap-text strong {
          margin: 0 0 15px; } }
    .housing__wrap-text p {
      margin: 0 0 19px; }
      @media (max-width: 768px) {
        .housing__wrap-text p {
          margin: 0 0 4px; } }
  .housing__wrap-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .housing__wrap-col {
    width: 49%;
    position: relative; }
    @media (max-width: 768px) {
      .housing__wrap-col {
        width: 100%; } }
    .housing__wrap-col:last-child {
      width: 51%; }
      @media (max-width: 768px) {
        .housing__wrap-col:last-child {
          width: 100%; } }
  .housing__wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .housing__wrap-bg {
        position: relative;
        height: 320px; } }
  .housing__area {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 30px; }
    .housing__area p {
      margin: 0 0 12px; }
  .housing__service h4 {
    font-size: 20px;
    margin: 0 0 24px; }
  .housing__service p {
    margin: 0 0 24px; }
  .housing__service ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .housing__service ul li {
      position: relative;
      padding: 0 0 24px 22px; }
      .housing__service ul li:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 2px;
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 50%; }

.program-list {
  padding: 0;
  margin: 0 0 34px;
  list-style-type: none;
  border-bottom: 1px solid #7d7d7d; }
  .program-list li {
    margin: 0 0 19px; }
    @media (max-width: 768px) {
      .program-list li {
        margin: 0 0 12px; } }
  .program-list .opener {
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #fff;
    border: none;
    padding: 18px 19px;
    text-decoration: none; }
    @media (max-width: 768px) {
      .program-list .opener {
        font-size: 16px;
        padding: 12px; } }
  .program-list .close {
    position: relative;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Roboto Condensed", sans-serif; }
    @media (max-width: 768px) {
      .program-list .close {
        font-size: 16px; } }
    .program-list .close:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      margin: 0 5px 0 0;
      border-width: 0 14px 19px 14px;
      border-color: transparent transparent #3387c4 transparent; }
      @media (max-width: 768px) {
        .program-list .close:before {
          border-width: 0 10px 15px 10px; } }
  .program-list .slide {
    padding: 40px 0 13px; }
    @media (max-width: 1024px) {
      .program-list .slide {
        padding: 25px 0 12px; } }
  .program-list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 25px; }
    @media (max-width: 1024px) {
      .program-list__row {
        margin: 0 0 12px; } }
  .program-list__text {
    font-size: 20px;
    line-height: 1.2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 25px 0 0; }
    @media (max-width: 768px) {
      .program-list__text {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto; } }
    .program-list__text h3 {
      font-size: 20px;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700; }
  .program-list__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 8px; }
    @media (max-width: 768px) {
      .program-list__col {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        width: 50%; } }
  .program-list__box {
    position: relative;
    text-align: center;
    padding-bottom: 12px; }
    .program-list__box:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 240px;
      background: #efefed; }
      @media (max-width: 768px) {
        .program-list__box:before {
          height: 140px; } }
    .program-list__box * {
      position: relative;
      z-index: 3; }
    .program-list__box img {
      display: block;
      width: auto;
      margin: 0 auto 25px;
      -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3); }
      @media (max-width: 1024px) {
        .program-list__box img {
          width: 100%;
          padding: 0 8px; } }
    .program-list__box strong {
      display: block;
      font-size: 15px;
      font-family: "Roboto Condensed", sans-serif; }
      @media (max-width: 768px) {
        .program-list__box strong {
          font-size: 13px; } }
  .program-list .bg--blue {
    background: #005d92; }
  .program-list .bg--light-blue {
    background: #25beef; }
  .program-list .bg--dark-cyan {
    background: #007787; }
  .program-list .bg--green {
    background: #659a40; }
  .program-list .bg--yellow {
    background: #dde227; }

.card-report {
  background: #efefed;
  padding: 10px 0 20px; }
  .card-report__title {
    margin: 0 0 10px;
    padding: 0 10px;
    font-family: "Cambria", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #000; }
    @media (max-width: 576px) {
      .card-report__title {
        font-size: 24px; } }
  .card-report__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .card-report__item {
    padding: 0 10px 0 0;
    margin: 0 0 5px; }
  .card-report__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    background: #d1d0cb;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    @media (max-width: 576px) {
      .card-report__link {
        font-size: 16px; } }
    .card-report__link::after {
      content: "";
      display: block;
      width: 29px;
      height: 36px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 10px;
      background: no-repeat center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='35.548' width='28.477'%3E%3Cpath d='M3.25 0v4.778H0v7.646h3.25v18.92h4.396v-1.147h-3.25V12.424H17.2V4.778H4.396V1.146h15.29v7.646h7.644v21.405h-3.248v1.147h4.396V7.598L20.878 0zm17.582 1.576l6.07 6.069h-6.07z' fill='%23231f20'/%3E%3Cpath d='M11.945 18.73v9.173H8.122l7.74 7.645 7.741-7.645h-3.822v-9.174z' fill='%23e94b22'/%3E%3C/svg%3E"); }

.info-block {
  margin: 50px 0; }
  .info-block__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .info-block__img-wrapper {
    width: 50%; }
    @media (max-width: 640px) {
      .info-block__img-wrapper {
        width: 100%;
        margin: 0 0 30px; } }
  .info-block__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000; }
    @media (max-width: 640px) {
      .info-block__text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        font-size: 16px; } }
  .info-block__img {
    max-width: 100%;
    height: auto; }

.hit-slider {
  margin: 0 0 5px;
  background: #cccdc7; }
  .hit-slider .swiper-container {
    position: relative; }
  .hit-slider__container {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px; }
  .hit-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 30px;
    padding: 0;
    background: transparent no-repeat center / 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='39' viewBox='0 0 28 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2462 0.771088V38.3185L0.742188 18.1524L27.2462 0.771088Z' fill='%23FEFEFE'/%3E%3C/svg%3E");
    z-index: 5;
    border: none;
    outline: none; }
    .hit-slider__arrow--prev {
      left: 0; }
    .hit-slider__arrow--next {
      right: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .hit-slider.city-slider {
    margin-top: -14px; }
    .hit-slider.city-slider .hit-slider__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .hit-slider.city-slider .city-swiper {
      width: -webkit-calc(100% - 265px);
      width: calc(100% - 265px); }
      @media (max-width: 640px) {
        .hit-slider.city-slider .city-swiper {
          width: 100%; } }
    .hit-slider.city-slider .card-hit {
      height: 100%; }
    .hit-slider.city-slider .card-hit__title {
      text-align: center; }
    .hit-slider.city-slider .card-hit__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hit-slider.city-slider .card-hit__img-wrapper {
      height: 100%; }

.card-hit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 640px) {
    .card-hit {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .card-hit__img-wrpper {
    position: relative; }
  .card-hit__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-hit__info {
    width: 265px;
    max-width: 100%;
    padding: 37px 20px 30px;
    background: #f47920; }
    @media (max-width: 640px) {
      .card-hit__info {
        width: 100%; } }
  .card-hit__title {
    margin: 0 0 25px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    color: #f4f9fd; }
    @media (max-width: 576px) {
      .card-hit__title {
        font-size: 40px;
        line-height: 1.2; } }
  .card-hit__subtitle {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.5em; }
  .card-hit__descr {
    margin: 0 0 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #fff; }
    @media (max-width: 576px) {
      .card-hit__descr {
        font-size: 18px; } }

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 10px;
  background: #3387c4;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .btn:hover, .btn:focus {
    background: #286b9c; }

.note-block {
  margin: 42px 0 30px; }
  @media (max-width: 768px) {
    .note-block {
      margin: 32px 0 30px; } }
  .note-block .container-small {
    padding-top: 37px;
    border-top: 1px solid #000; }
  .note-block__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #000; }
    @media (max-width: 640px) {
      .note-block__holder {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .note-block__info {
    width: 70%;
    max-width: 652px;
    padding: 13px 20px 0 0; }
    @media (max-width: 640px) {
      .note-block__info {
        width: 100%;
        max-width: 100%;
        padding-top: 0; } }
  .note-block__quote {
    margin: 0 0 30px;
    padding: 0;
    font-family: "Cambria", sans-serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1.2;
    color: #000;
    border-bottom: 1px solid #000; }
    .note-block__quote:last-child {
      border: none; }
    @media (max-width: 640px) {
      .note-block__quote {
        font-size: 22px; } }
    .note-block__quote p {
      margin: 0 0 1em; }
      .note-block__quote p:last-child {
        margin-bottom: 0; }
      .note-block__quote p::before {
        content: "\201C"; }
  .note-block__author {
    display: block;
    margin: 20px 0 35px;
    font-size: 0.7em; }
  .note-block__img-wrapper {
    margin: 0;
    padding: 0; }
  .note-block__img {
    max-width: 100%;
    height: auto; }
  .note-block__link-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .note-block .our-archive__item {
    width: 100%; }

.simple-text {
  margin: 30px 0 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.28;
  color: #000; }
  .simple-text--large {
    font-size: 28px; }
  .simple-text--font-cambria {
    font-family: "Cambria", sans-serif; }
  .simple-text__container {
    max-width: 1015px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
  .simple-text p {
    margin: 0 0 1.3em; }
    .simple-text p:last-child {
      margin-bottom: 0; }

.page-top {
  min-height: 95px;
  margin: 0 0 20px;
  padding: 20px 0 20px;
  background: #6d6e71;
  border-top: 26px solid #f47920; }
  @media (max-width: 768px) {
    .page-top {
      padding-top: 40px; } }
  .page-top .container-small {
    position: relative; }
  .page-top__title {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .page-top__title {
        font-size: 32px; } }
    @media (max-width: 576px) {
      .page-top__title {
        font-size: 25px; } }
  .page-top__subtitle {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
  .page-top a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: color linear .15s;
    -o-transition: color linear .15s;
    transition: color linear .15s; }
    .page-top a:hover {
      color: #005d92; }
    @media (max-width: 1024px) {
      .page-top a {
        right: 15px; } }
    @media (max-width: 768px) {
      .page-top a {
        right: 15px;
        bottom: auto;
        top: -27px;
        right: auto;
        left: 15px;
        font-size: 16px; } }

.diagram-slider {
  margin: 0 0 5px;
  background: #005d92; }
  .diagram-slider .swiper-container {
    position: relative; }
  .diagram-slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .diagram-slider .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .diagram-slider__container {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px; }
  .diagram-slider__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 35px !important;
    width: 63% !important;
    z-index: 1; }
    @media (max-width: 900px) {
      .diagram-slider__pagination {
        width: 100% !important; } }
    @media (max-width: 576px) {
      .diagram-slider__pagination {
        display: none; } }
    .diagram-slider__pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background: #a2a2a1;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .diagram-slider__pagination .swiper-pagination-bullet-active {
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .diagram-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 30px;
    padding: 0;
    background: transparent no-repeat center / 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='39' viewBox='0 0 28 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2462 0.771088V38.3185L0.742188 18.1524L27.2462 0.771088Z' fill='%23FEFEFE'/%3E%3C/svg%3E");
    z-index: 4;
    border: none;
    outline: none; }
    .diagram-slider__arrow--prev {
      left: 0; }
    .diagram-slider__arrow--next {
      right: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }

.card-diagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #005d92; }
  @media (max-width: 900px) {
    .card-diagram {
      padding-top: 30px; } }
  .card-diagram__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 900px) {
      .card-diagram__holder {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .card-diagram__info {
    padding-left: 30px;
    color: #fff; }
    @media (max-width: 900px) {
      .card-diagram__info {
        margin: 0 0 40px; } }
  .card-diagram__title {
    margin: 0 0 15px;
    font-size: 45px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400; }
    @media (max-width: 576px) {
      .card-diagram__title {
        font-size: 35px; } }
  .card-diagram__descr {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400; }
    @media (max-width: 576px) {
      .card-diagram__descr {
        font-size: 16px; } }
  .card-diagram__img-wrapper {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 63%; }
    @media (max-width: 900px) {
      .card-diagram__img-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-top: auto; } }
  .card-diagram__info {
    width: 37%; }
    @media (max-width: 900px) {
      .card-diagram__info {
        width: 100%; } }
  .card-diagram__img {
    display: block;
    max-width: 100%;
    height: auto; }

.story-block {
  margin-bottom: 72px; }
  .story-block__title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    color: #000;
    font-family: Cambria; }
  .story-block__subtitle {
    margin: 0 0 22px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000; }
  .story-block__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px; }
  .story-block__item {
    width: 50%;
    padding: 0 7px;
    margin: 0 0 15px; }
  .story-block__contents {
    margin-bottom: 15px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .story-block__contents--active {
      padding: 13px 0 20px; }
      .story-block__contents--active .story-block__close-btn {
        display: block; }
  .story-block__content {
    margin-bottom: 15px;
    display: none; }
  .story-block__content-title {
    margin: 0 0 18px;
    font-size: 25px;
    font-weight: 800;
    color: #000; }
  .story-block__content-descr {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000; }
    .story-block__content-descr p {
      margin: 0 0 1.4em; }
      .story-block__content-descr p:last-child {
        margin-bottom: 0; }
  .story-block__close-btn {
    position: relative;
    padding: 0 0 0 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #3288c5;
    border: none;
    background: transparent;
    cursor: pointer;
    display: none; }
    .story-block__close-btn::before {
      content: "";
      position: absolute;
      bottom: 3px;
      left: 0;
      width: 29px;
      height: 21px;
      background: url(./79d47179e81394087baaecaeb89ff1b2.png) no-repeat center; }
  .story-block a {
    text-decoration: none; }

.card-story {
  position: relative;
  min-height: 259px;
  padding: 20px 10px;
  cursor: pointer; }
  @media (max-width: 576px) {
    .card-story {
      min-height: 180px; } }
  .card-story::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 136, 197, 0.5);
    z-index: 1; }
  .card-story:hover::before {
    background-color: rgba(154, 160, 165, 0.5); }
  .card-story.active::before {
    background-color: rgba(154, 160, 165, 0.5); }
  .card-story__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-story__title {
    position: relative;
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    z-index: 2; }
    @media (max-width: 576px) {
      .card-story__title {
        font-size: 18px; } }

.key-market {
  margin-bottom: 38px; }
  .key-market .container-small {
    padding-top: 27px;
    padding-bottom: 42px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .key-market__title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    color: #000;
    font-family: Cambria; }
  .key-market__subtitle {
    margin: 0 0 22px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000; }
  .key-market__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -7px;
    padding: 0;
    list-style: none; }
  .key-market__item {
    width: 33.3333%;
    padding: 0 7px;
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      .key-market__item {
        width: 50%; } }
  .key-market a {
    text-decoration: none; }

.card-city {
  position: relative;
  min-height: 259px;
  padding: 20px 10px;
  cursor: pointer; }
  @media (max-width: 576px) {
    .card-city {
      min-height: 120px; } }
  .card-city::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 93, 146, 0.5);
    z-index: 1; }
  .card-city:hover::before {
    background-color: rgba(154, 160, 165, 0.5); }
  .card-city__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-city__title {
    position: relative;
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    z-index: 2; }
    @media (max-width: 576px) {
      .card-city__title {
        font-size: 18px; } }

.investment-block__title {
  margin: 0 0 0.4em;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  font-family: Cambria; }
  @media (max-width: 576px) {
    .investment-block__title {
      font-size: 35px; } }

.investment-block__descr {
  margin: 0 0 33px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #000; }
  .investment-block__descr p {
    margin-bottom: 1em; }
    .investment-block__descr p:last-child {
      margin: 0; }

.investment-block__footer {
  padding: 33px 0 22px;
  border-top: 1px solid #000; }

.investment-block__footer-title {
  margin: 0 0 0.9em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #000; }

.investment-block__footer-note {
  margin: 0 0 1.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 300;
  color: #000; }
  .investment-block__footer-note:last-child {
    margin-bottom: 0; }

.investment-block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px;
  padding: 0;
  list-style: none; }

.investment-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 7px;
  margin: 0 0 25px; }
  @media (max-width: 576px) {
    .investment-block__item {
      width: 100%; } }

.card-investment {
  display: block;
  width: 100%;
  min-height: 147px;
  padding: 15px 30px;
  border: 7px solid #f47920;
  text-decoration: none;
  color: #000;
  background: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .card-investment:hover {
    background: #cccdc7; }
  .card-investment__title {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.01em; }
    @media (max-width: 768px) {
      .card-investment__title {
        font-size: 22px; } }
  .card-investment__year {
    margin: 0;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic; }
    @media (max-width: 768px) {
      .card-investment__year {
        font-size: 18px; } }

.notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  background: #f47920; }
  .notification h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 34px;
    font-family: Cambria;
    color: #fff;
    margin: 0;
    padding: 0 20px 0 35px;
    text-transform: uppercase;
    background: #e74b21; }
    @media (max-width: 1023px) {
      .notification h3 {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .notification h3 {
        font-size: 24px;
        -webkit-writing-mode: tb-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        padding: 10px 15px; } }
  .notification p {
    margin: 0; }
  .notification__text {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 140px 10px 25px; }
    @media (max-width: 1023px) {
      .notification__text {
        font-size: 20px;
        padding: 10px 50px 10px 25px; } }
    @media (max-width: 767px) {
      .notification__text {
        font-size: 18px;
        padding: 10px 15px; } }
    .notification__text a {
      font-weight: 400;
      text-transform: uppercase;
      color: #fff; }

.notification__modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  max-width: 614px;
  width: 100%;
  padding: 42px 70px 25px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity linear .15s, visibility linear .15s;
  -o-transition: opacity linear .15s, visibility linear .15s;
  transition: opacity linear .15s, visibility linear .15s; }
  @media (max-width: 1024px) {
    .notification__modal {
      padding: 60px 15px 25px; } }
  .notification__modal.active {
    opacity: 1;
    visibility: visible; }
  .notification__modal p {
    text-align: left;
    margin: 0 0 27px; }
  .notification__modal--close {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #025d92;
    border: 0;
    display: block;
    padding: 0;
    border-radius: 50px;
    outline: none;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear; }
    .notification__modal--close:hover {
      background: #3387c4; }
    .notification__modal--close:before, .notification__modal--close:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 1px;
      top: 16px;
      left: 3px;
      background: #fff;
      -webkit-transform: rotate(61deg);
          -ms-transform: rotate(61deg);
              transform: rotate(61deg); }
    .notification__modal--close:after {
      left: auto;
      right: 3px;
      -webkit-transform: rotate(-61deg);
          -ms-transform: rotate(-61deg);
              transform: rotate(-61deg); }

.section-width {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.no-margin {
  margin-bottom: 0 !important; }

.inform + .section .section-width,
.section--slider .section-width {
  overflow: hidden; }

.search .legaldisc ul {
  font-size: 18px;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .search .legaldisc ul li {
    margin-bottom: 18px; }
  .search .legaldisc ul strong {
    font-size: 20px;
    display: block;
    margin: 0 0 5px; }
  .search .legaldisc ul p {
    margin: 0; }

.modal-popup__url {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  max-width: 614px;
  width: 100%;
  padding: 42px 70px 25px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  -webkit-transition: opacity linear .15s, visibility linear .15s;
  -o-transition: opacity linear .15s, visibility linear .15s;
  transition: opacity linear .15s, visibility linear .15s; }
  @media (max-width: 1024px) {
    .modal-popup__url {
      padding: 60px 15px 25px; } }
  .modal-popup__url.active {
    opacity: 1;
    visibility: visible; }
  .modal-popup__url p {
    text-align: left;
    margin: 0 0 27px; }
  .modal-popup__url-close {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #025d92;
    border: 0;
    display: block;
    padding: 0;
    border-radius: 50px;
    outline: none;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear; }
    .modal-popup__url-close:hover {
      background: #3387c4; }
    .modal-popup__url-close:before, .modal-popup__url-close:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 1px;
      top: 16px;
      left: 3px;
      background: #fff;
      -webkit-transform: rotate(61deg);
          -ms-transform: rotate(61deg);
              transform: rotate(61deg); }
    .modal-popup__url-close:after {
      left: auto;
      right: 3px;
      -webkit-transform: rotate(-61deg);
          -ms-transform: rotate(-61deg);
              transform: rotate(-61deg); }
