@font-face {
  font-family: 'Arial-Regular';
  src: url("fonts/Arial-Regular.eot");
  src: url("fonts/Arial-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Arial-Regular.woff") format("woff"), url("fonts/Arial-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Formular-Bold';
  src: url("fonts/Formular-Bold.eot");
  src: url("fonts/Formular-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Formular-Bold.woff") format("woff"), url("fonts/Formular-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("fonts/Montserrat-Bold.eot");
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Black';
  src: url("fonts/Montserrat-Black.eot");
  src: url("fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("fonts/Montserrat-Regular.eot");
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype"); }

/* Color variables*/
.bg-gray {
  background-color: #F5F8FA; }

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }
  @media (max-width: 1279px) {
    .wrapper {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .wrapper {
      padding: 0 12px; } }

#primary {
  flex: 1 0 auto; }

#main {
  overflow: hidden; }

body {
  font-family: Montserrat-Regular;
  color: #030F15;
  font-size: 16px;
  display: flex;
  flex-direction: column; }

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.section-title {
  font-family: Montserrat-Bold;
  font-size: 32px;
  line-height: 140%; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 20px; } }

.section-orange-title {
  font-family: Montserrat-Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  color: #F39507;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-orange-title {
      font-size: 13px;
      line-height: 16px; } }

.social-list {
  display: flex; }

.social-list-item {
  padding: 5px;
  display: flex;
  align-items: center; }
  .social-list-item .social-icon {
    fill: #030F15;
    transition: all 0.3s linear; }
    .social-list-item .social-icon_twitter {
      width: 16px;
      height: 14px; }
    .social-list-item .social-icon_facebook {
      width: 8px;
      height: 16px; }
    .social-list-item .social-icon_instagram {
      width: 14px;
      height: 14px; }
    .social-list-item .social-icon_youtube {
      width: 16px;
      height: 12px; }
  .social-list-item:hover .social-icon,
  .social-list-item:active .social-icon {
    fill: #093042; }

.items-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19; }

.main-btn {
  display: block;
  height: 72px;
  min-width: 240px;
  padding: 0 24px;
  background-color: #093042;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s linear; }
  @media (max-width: 767px) {
    .main-btn {
      height: 56px;
      min-width: 200px; } }
  .main-btn:hover, .main-btn:active {
    background-color: #105575; }
  .main-btn_orange {
    background-color: #F39507;
    border: 1px solid #F39507; }
    .main-btn_orange:hover, .main-btn_orange:active {
      background-color: #FEB649;
      border: 1px solid #FEB649; }
    .main-btn_orange.disable {
      pointer-events: none;
      background-color: #F3DFC1;
      border: 1px solid #F3DFC1; }

.fixed-zero-logo {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #000;
  width: 50px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 29; }
  @media (max-width: 1919px) {
    .fixed-zero-logo {
      width: 36px;
      height: 121px; } }
  @media (max-width: 767px) {
    .fixed-zero-logo {
      display: none; } }
  .fixed-zero-logo__icon {
    width: 21px;
    height: 108px; }

.header {
  width: 100%;
  height: 72px;
  background-color: #fff;
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  @media (max-width: 767px) {
    .header {
      height: 56px; } }
  .header.menu-opened {
    position: fixed; }

.header-wrap {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  background-color: #fff; }
  .menu-opened .header-wrap:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DFE1EB;
    position: absolute;
    left: 0;
    top: 100%; }

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 10px 0 40px; }
  @media (max-width: 767px) {
    .header-logo {
      padding: 7px 14px 0 12px; } }

.header-logo .logo-ua {
  width: 180px;
  height: 24px; }
  @media (max-width: 767px) {
    .header-logo .logo-ua {
      width: 110px;
      height: 15px; } }

.header-menu {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  max-width: 100%;
  transition: transform .3s ease .5s, max-width 0s ease .5s; }
  .search-opened .header-menu {
    transform: translateY(-72px);
    max-width: 0;
    transition: transform .3s ease, max-width 0s ease .3s; }
  @media (max-width: 1279px) {
    .header-menu {
      display: none; } }

.menu-top {
  display: flex;
  list-style: none; }
  .menu-top .menu-item {
    margin-right: 24px; }
    .menu-top .menu-item a {
      display: block;
      padding: 5px 0;
      font-size: 16px;
      line-height: 150%;
      transition: all 0.3s linear; }
      .menu-top .menu-item a:hover {
        color: #4E5F67; }
      .menu-top .menu-item a:active {
        color: #093042; }
  .search-opened .menu-top {
    position: absolute;
    width: 100vw; }

.header-search {
  height: 34px;
  padding: 0 20px;
  border-left: 1px solid #DFE1EB;
  display: flex;
  align-items: center;
  margin-left: auto; }
  @media (max-width: 767px) {
    .header-search {
      height: 32px;
      padding: 0 12px; } }
  .header-search .header-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer; }
    .header-search .header-search-button .search-icon {
      fill: #030F15;
      width: 16px;
      height: 16px;
      transition: all 0.3s linear; }
    .header-search .header-search-button .search-icon-close {
      fill: #030F15;
      display: none;
      width: 16px;
      height: 16px;
      transition: all 0.3s linear; }
    .header-search .header-search-button:hover .search-icon,
    .header-search .header-search-button:hover .search-icon-close, .header-search .header-search-button:active .search-icon,
    .header-search .header-search-button:active .search-icon-close {
      fill: #093042; }
    .header-search .header-search-button.active .search-icon {
      display: none; }
    .header-search .header-search-button.active .search-icon-close {
      display: block; }

.search-form-wrap {
  overflow: hidden;
  position: relative;
  max-width: 0;
  transition: all 0s ease .5s; }
  .search-opened .search-form-wrap {
    flex: 1;
    max-width: 100%;
    transition: all 0s ease .3s; }

.search-form {
  display: flex;
  width: 100%;
  height: 34px;
  z-index: 1;
  background-color: transparent;
  transform: translateX(101%);
  transition: all .5s ease; }
  @media (max-width: 767px) {
    .search-form {
      height: 32px; } }
  .search-form__input {
    flex: 1;
    height: 100%;
    border: none;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 150%;
    background-color: transparent;
    color: #030F15;
    padding: 5px 10px 5px 32px;
    border-left: 1px solid #DFE1EB; }
    @media (max-width: 767px) {
      .search-form__input {
        font-size: 14px;
        padding: 5px 10px 5px 20px; } }
    .search-form__input::-webkit-input-placeholder {
      color: #4E5F67; }
    .search-form__input:-moz-placeholder {
      color: #4E5F67; }
    .search-form__input::-moz-placeholder {
      color: #4E5F67; }
    .search-form__input:-ms-input-placeholder {
      color: #4E5F67; }
    .search-form__input::-ms-input-placeholder {
      color: #4E5F67; }
    .search-form__input:placeholder {
      color: #4E5F67; }
  .search-form__submit {
    border: none;
    height: 100%;
    width: 50px;
    background-color: transparent; }
  .search-form__icon {
    fill: #030F15;
    width: 16px;
    height: 16px;
    transform: translateY(1px);
    transition: all 0.3s linear; }
  .search-opened .search-form {
    transform: translateX(0);
    transition: all .5s ease .3s; }

.header-lang-wrap {
  height: 34px;
  width: 104px;
  border-left: 1px solid #DFE1EB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  position: relative; }
  @media (max-width: 767px) {
    .header-lang-wrap {
      width: 46px;
      height: 32px; } }

.header-lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .header-lang {
      padding: 10px 0; } }
  .header-lang__title {
    font-size: 16px; }
    @media (max-width: 767px) {
      .header-lang__title {
        font-size: 12px; } }
  .header-lang__icon {
    fill: #030F15;
    width: 11px;
    height: 7px;
    margin-left: 14px;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .header-lang__icon {
        display: none; } }
  .header-lang__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 0 24px;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 4px 44px rgba(116, 116, 160, 0.09);
    border-radius: 8px;
    cursor: default;
    z-index: 99; }
    @media (max-width: 767px) {
      .header-lang__list {
        border-radius: 4px;
        padding: 0 12px; } }
    .header-lang__list a {
      display: block;
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 150%;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .header-lang__list a {
          font-size: 12px;
          margin-bottom: 12px; } }
      .header-lang__list a:last-child {
        margin-bottom: 0; }
      .header-lang__list a.selected {
        pointer-events: none;
        color: #DFE1EB; }
      .header-lang__list a:hover, .header-lang__list a:active {
        color: #093042; }
  .header-lang:hover .header-lang__list {
    height: auto;
    padding: 16px 24px;
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    @media (max-width: 767px) {
      .header-lang:hover .header-lang__list {
        padding: 10px 12px; } }
  .header-lang:hover .header-lang__icon {
    transform: rotate(-180deg); }

@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; } }

@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; } }

.header-social-list {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 30px;
  border-left: 1px solid #DFE1EB; }
  .header-social-list .social-list-item {
    margin: 0 5px; }
  @media (max-width: 1279px) {
    .header-social-list {
      display: none; } }

.header-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 92px;
  border-left: 1px solid #DFE1EB; }
  @media (max-width: 1279px) {
    .header-menu-toggle {
      display: flex; } }
  @media (max-width: 767px) {
    .header-menu-toggle {
      width: 48px;
      height: 32px; } }

.menu-toggle-button {
  width: 32px;
  height: 32px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s linear; }
  .menu-toggle-button.open {
    transform: rotate(-45deg); }
  .menu-toggle-button__line {
    background-color: #030F15;
    width: 100%;
    height: 2px; }
    .menu-toggle-button__line_1 {
      width: 50%;
      align-self: center;
      transition: transform 0.3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: right; }
      .menu-toggle-button.open .menu-toggle-button__line_1 {
        transform: rotate(-90deg) translate(1px, -4px); }
    .menu-toggle-button__line_3 {
      width: 50%;
      align-self: center;
      transition: transform 0.3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: left; }
      .menu-toggle-button.open .menu-toggle-button__line_3 {
        transform: rotate(-90deg) translate(-1px, 4px); }

.header-donate {
  background-color: #030F15;
  color: #fff;
  width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
  transition: transform .3s ease .5s, background-color .3s linear; }
  .header-donate:hover, .header-donate:active {
    background-color: #4E5F67; }
  @media (max-width: 767px) {
    .header-donate {
      width: 90px;
      font-size: 12px;
      line-height: 15px; } }

.transform-wrap {
  display: flex;
  align-items: center;
  height: 100%; }
  @media (max-width: 1279px) {
    .transform-wrap {
      max-width: 376px;
      transition: max-width .3s ease .5s; }
      .search-opened .transform-wrap {
        max-width: 0;
        transition: max-width .3s ease;
        overflow: hidden; } }
  @media (max-width: 767px) {
    .transform-wrap {
      max-width: 184px; } }

.mobile-menu-block {
  display: none; }
  @media (max-width: 1279px) {
    .mobile-menu-block {
      display: block;
      height: calc(100vh - 72px);
      background-color: #fff;
      transform: translateY(-101%);
      position: relative;
      transition: all 0.3s linear;
      z-index: 97; }
      .menu-opened .mobile-menu-block {
        transform: translateY(0); } }
  @media (max-width: 767px) {
    .mobile-menu-block {
      height: calc(100vh - 56px); } }

.mobile-menu-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  overflow-y: auto; }
  @media (max-width: 767px) {
    .mobile-menu-wrap {
      padding: 0 20px; } }

.mobile-menu {
  padding-top: 120px;
  text-align: center; }
  @media (max-width: 767px) {
    .mobile-menu {
      padding-top: 48px; } }
  .mobile-menu ul {
    list-style: none; }
    .mobile-menu ul li {
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .mobile-menu ul li {
          margin-bottom: 32px; } }
      .mobile-menu ul li:last-child {
        margin-bottom: 0; }
      .mobile-menu ul li a {
        font-family: Montserrat-Black;
        font-size: 60px;
        line-height: 73px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #030F15;
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 1px #030F15;
        transition: all 0.3s linear; }
        @media (max-width: 767px) {
          .mobile-menu ul li a {
            font-size: 30px;
            line-height: 37px; } }
      .mobile-menu ul li.current-menu-item a {
        color: #093042;
        -webkit-text-fill-color: unset;
        -webkit-text-stroke: unset; }

.mobile-menu-social-list {
  margin: 150px auto 0;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .mobile-menu-social-list {
      margin: 70px auto 0;
      padding-bottom: 64px; } }
  .mobile-menu-social-list .social-list-item {
    margin: 0 24px; }

.main-first-screen {
  height: 100vh;
  max-height: 1080px;
  padding-top: 242px;
  padding-bottom: 50px;
  background-color: #093042;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1919px) {
    .main-first-screen {
      padding-top: 282px;
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .main-first-screen {
      padding-top: 104px;
      padding-bottom: 48px; } }
  .main-first-screen__line {
    width: 50%;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: calc(50% + 28px); }
    @media (max-width: 767px) {
      .main-first-screen__line {
        display: none; } }
    .main-first-screen__line_left {
      right: calc(100% - 143px); }
      @media (max-width: 1279px) {
        .main-first-screen__line_left {
          right: calc(100% - 82px); } }
    .main-first-screen__line_right {
      left: calc(100% - 143px); }
      @media (max-width: 1279px) {
        .main-first-screen__line_right {
          left: calc(100% - 82px); } }
  .main-first-screen__content {
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1919px) {
      .main-first-screen__content {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%; } }
    @media (max-width: 1279px) {
      .main-first-screen__content {
        width: calc(100% - 200px); } }
    @media (max-width: 767px) {
      .main-first-screen__content {
        width: calc(100% - 120px); } }
  .main-first-screen__title {
    width: 100%;
    font-family: Montserrat-Black;
    font-size: 68px;
    line-height: 140%;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
    @media (max-width: 1919px) {
      .main-first-screen__title {
        font-size: 40px;
        margin: auto; } }
    @media (max-width: 767px) {
      .main-first-screen__title {
        text-align: left;
        font-size: 25px; } }
  .main-first-screen__buttons-block {
    margin-top: 48px;
    display: flex; }
    @media (max-width: 767px) {
      .main-first-screen__buttons-block {
        display: block; } }
  .main-first-screen__button {
    margin: 0 10px; }
    @media (max-width: 767px) {
      .main-first-screen__button {
        margin: 0 0 12px 0; } }
    @media (max-width: 767px) {
      .main-first-screen__button:last-child {
        margin-bottom: 0; } }

.main-results {
  background-color: #fff;
  padding: 100px 0 75px; }
  @media (max-width: 767px) {
    .main-results {
      padding: 64px 0 44px; } }
  .main-results__title {
    text-align: center; }
  .main-results__subtitle {
    text-align: center;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .main-results__subtitle {
        margin-top: 16px; } }

.main-results-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .main-results-wrap {
      margin-top: 20px;
      align-items: center; } }

.results-item {
  min-height: 114px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .results-item {
      min-height: unset;
      margin: 20px 0; } }
  .results-item__wrap {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    cursor: pointer;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .results-item__wrap {
        position: static;
        transform: translate(0, 0);
        pointer-events: none;
        display: block;
        text-align: center; } }
    .results-item__wrap:after {
      display: none;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: calc(100% + 500px);
      height: 210px;
      transform: translateY(-50%); }
      @media (max-width: 1279px) {
        .results-item__wrap:after {
          width: calc(100% + 300px); } }
      @media (max-width: 767px) {
        .results-item__wrap:after {
          display: none; } }
    .results-item__wrap:hover, .results-item__wrap:active {
      right: 510px;
      transform: translate(0, -50%); }
      @media (max-width: 1279px) {
        .results-item__wrap:hover, .results-item__wrap:active {
          right: 342px; } }
      @media (max-width: 767px) {
        .results-item__wrap:hover, .results-item__wrap:active {
          transform: translate(0, 0); } }
      .results-item__wrap:hover:after, .results-item__wrap:active:after {
        display: block; }
  .results-item__count {
    font-family: Montserrat-Black;
    font-size: 93px;
    line-height: 72px;
    color: #fff;
    color: #F39507;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #093042;
    margin-right: 12px;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .results-item__count {
        width: 100%;
        font-size: 60px;
        line-height: 73px;
        margin-bottom: 16px;
        margin-right: 0; } }
    .results-item__wrap:hover .results-item__count,
    .results-item__wrap:active .results-item__count {
      -webkit-text-fill-color: unset;
      -webkit-text-stroke: unset; }
  .results-item__title_top {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #093042;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .results-item__title_top {
        font-size: 13px;
        line-height: 16px; } }
    .results-item__wrap:hover .results-item__title_top,
    .results-item__wrap:active .results-item__title_top {
      color: #F39507; }
  .results-item__title_bottom {
    margin-top: 13px;
    position: relative;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .results-item__title_bottom {
        font-size: 15px; } }
    .results-item__wrap:hover .results-item__title_bottom,
    .results-item__wrap:active .results-item__title_bottom {
      color: #F39507; }
    .results-item__title_bottom:after {
      display: block;
      content: '';
      position: absolute;
      top: -7px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #030F15;
      transition: all 0.3s linear; }
      .results-item__wrap:hover .results-item__title_bottom:after,
      .results-item__wrap:active .results-item__title_bottom:after {
        background-color: #FF6A4C; }
  .results-item__icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 100%;
    top: -15px;
    margin-left: 8px;
    opacity: 1;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .results-item__icon {
        display: none; } }
    .results-item__wrap:hover .results-item__icon,
    .results-item__wrap:active .results-item__icon {
      opacity: 0; }
  .results-item__content {
    display: flex;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%); }
    .results-item__wrap:hover .results-item__content,
    .results-item__wrap:active .results-item__content {
      height: 210px;
      padding: 22px 40px;
      width: calc(85% + 510px);
      left: 15%;
      transform: translate(0, -50%);
      background-color: #093042;
      z-index: -1;
      opacity: 1;
      transition: transform .7s ease, opacity .7s ease; }
      @media (max-width: 1279px) {
        .results-item__wrap:hover .results-item__content,
        .results-item__wrap:active .results-item__content {
          padding: 20px 30px;
          width: calc(85% + 342px); } }
      @media (max-width: 767px) {
        .results-item__wrap:hover .results-item__content,
        .results-item__wrap:active .results-item__content {
          display: none; } }
  .results-item__text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    width: 342px;
    height: 0;
    overflow: hidden;
    margin-left: auto;
    transition: height .3s ease .7s; }
    @media (max-width: 1279px) {
      .results-item__text {
        width: 242px;
        font-size: 12px; } }
    .results-item__wrap:hover .results-item__text,
    .results-item__wrap:active .results-item__text {
      height: 166px; }
      @media (max-width: 1279px) {
        .results-item__wrap:hover .results-item__text,
        .results-item__wrap:active .results-item__text {
          height: 170px; } }

.more-items {
  display: flex;
  justify-content: center; }
  .more-items .more-items-button {
    display: flex;
    align-items: center;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #F39507;
    cursor: pointer;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .more-items .more-items-button {
        font-size: 15px; } }
    .more-items .more-items-button.blocked {
      pointer-events: none; }
    .more-items .more-items-button__icon {
      width: 11px;
      height: 7px;
      margin-left: 8px;
      fill: #F39507;
      transition: all 0.3s linear; }
    .more-items .more-items-button:hover, .more-items .more-items-button:active {
      color: #FEB649; }
      .more-items .more-items-button:hover .more-items-button__icon, .more-items .more-items-button:active .more-items-button__icon {
        fill: #FEB649; }
    .more-items .more-items-button.disable {
      color: #F3DFC1; }
      .more-items .more-items-button.disable .more-items-button__icon {
        fill: #F3DFC1; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 43px; }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 24px; } }

.page-numbers {
  list-style: none;
  display: flex;
  align-items: center; }
  .page-numbers a,
  .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 150%;
    color: #4E5F67;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .page-numbers a,
      .page-numbers span {
        font-size: 15px; } }
    .page-numbers a.current,
    .page-numbers span.current {
      font-family: Montserrat-SemiBold;
      color: #F39507; }
  .page-numbers a:hover,
  .page-numbers a:active {
    color: #F39507; }
  .page-numbers__icon {
    width: 33px;
    height: 11px;
    fill: #093042;
    transition: all 0.3s linear; }
  .page-numbers .next,
  .page-numbers .prev {
    margin: 0 20px; }
    @media (max-width: 767px) {
      .page-numbers .next,
      .page-numbers .prev {
        margin: 0 5px; } }
    .page-numbers .next:hover .page-numbers__icon,
    .page-numbers .next:active .page-numbers__icon,
    .page-numbers .prev:hover .page-numbers__icon,
    .page-numbers .prev:active .page-numbers__icon {
      fill: #F39507; }

.heading-section {
  padding: 102px 0 57px;
  position: relative; }
  @media (max-width: 1279px) {
    .heading-section {
      padding: 102px 0 32px; } }
  @media (max-width: 767px) {
    .heading-section {
      padding: 80px 0 32px; } }
  .heading-section_white:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DFE1EB;
    position: absolute;
    top: 72px;
    left: 0; }
    @media (max-width: 767px) {
      .heading-section_white:before {
        top: 56px; } }
  .heading-section_archive-news, .heading-section_archive-cases, .heading-section_single-cases, .heading-section_search {
    padding-bottom: 32px; }
    @media (max-width: 767px) {
      .heading-section_archive-news, .heading-section_archive-cases, .heading-section_single-cases, .heading-section_search {
        padding-bottom: 24px; } }
  .heading-section_contacts {
    padding-bottom: 48px; }
    @media (max-width: 1279px) {
      .heading-section_contacts {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .heading-section_contacts {
        padding-bottom: 18px; } }
  .heading-section_single {
    padding-bottom: 48px; }
    @media (max-width: 767px) {
      .heading-section_single {
        padding-bottom: 32px; } }
  .heading-section__title {
    margin-top: 53px;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #030F15; }
    @media (max-width: 1279px) {
      .heading-section__title {
        margin-top: 12px; } }
    @media (max-width: 767px) {
      .heading-section__title {
        font-size: 24px;
        margin-top: 16px; } }
    @media (max-width: 1279px) {
      .heading-section__title_left {
        text-align: left; } }
    .heading-section_single .heading-section__title {
      max-width: 790px;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      text-align: left; }
    .heading-section_single-cases .heading-section__title {
      max-width: 790px;
      width: 100%;
      text-align: left; }

.single-post-heading {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .heading-section_single-news .single-post-heading {
    margin: 38px auto 0; }
    @media (max-width: 767px) {
      .heading-section_single-news .single-post-heading {
        margin: 12px auto 0; } }
  .single-post-heading__date {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.3em;
    color: #030F15;
    margin-top: 6px;
    margin-left: 4px;
    position: relative;
    z-index: 1;
    flex: none; }
    @media (max-width: 767px) {
      .single-post-heading__date {
        font-size: 13px;
        line-height: 24px;
        margin-left: 7px; } }
    .single-post-heading__date:before {
      display: block;
      content: '';
      width: calc(100% + 5px);
      height: 7px;
      background-color: #F39507;
      position: absolute;
      top: 50%;
      left: -4px;
      transform: translateY(-4px);
      z-index: -1; }
      @media (max-width: 767px) {
        .single-post-heading__date:before {
          width: calc(100% + 12px);
          left: -7px;
          transform: translateY(-3px); } }
  .single-post-heading__preview {
    max-width: 996px;
    width: 100%;
    margin: 18px auto 0;
    position: relative;
    overflow: hidden; }
    .heading-section_single-vacancies .single-post-heading__preview {
      margin: 44px auto 0; }
      @media (max-width: 1279px) {
        .heading-section_single-vacancies .single-post-heading__preview {
          margin: 40px auto 0; } }
      @media (max-width: 767px) {
        .heading-section_single-vacancies .single-post-heading__preview {
          margin: 18px auto 0; } }
  .single-post-heading__img {
    display: block;
    width: 100%; }

.single-post-terms {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .single-post-terms__category {
    margin-top: 6px;
    margin-right: 64px; }
    @media (max-width: 767px) {
      .single-post-terms__category {
        margin-right: 12px; } }
    .single-post-terms__category a {
      display: block;
      font-family: Arial-Regular;
      font-size: 16px;
      line-height: 28px;
      color: #4E5F67; }
      @media (max-width: 767px) {
        .single-post-terms__category a {
          font-size: 14px;
          line-height: 24px; } }
  .single-post-terms__authorities {
    margin-top: 6px;
    margin-right: 12px; }
    @media (max-width: 767px) {
      .single-post-terms__authorities {
        margin-right: 10px; } }
    .single-post-terms__authorities a {
      display: flex;
      align-items: center;
      height: 28px;
      padding: 0 12px;
      background-color: #F9FCFD;
      color: #4E5F67;
      opacity: .6;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .single-post-terms__authorities a {
          font-size: 14px;
          height: 24px;
          padding: 0 10px; } }
      .single-post-terms__authorities a:hover, .single-post-terms__authorities a:active {
        color: #093042; }

@media (max-width: 767px) {
  .filters {
    position: relative;
    z-index: 29; } }

.filters.open .filters-button {
  border-radius: 1px 1px 0 0; }
  .filters.open .filters-button:after {
    display: block;
    content: '';
    width: calc(100% - 24px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 12px;
    bottom: 0; }

@media (max-width: 767px) {
  .filters.open .filters-button__icon {
    transform: rotate(-180deg); } }

@media (max-width: 767px) {
  .filters.open .filters-list {
    max-height: 500px; } }

.filters-button {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  background-color: #fff;
  border-radius: 1px; }
  @media (max-width: 767px) {
    .filters-button {
      display: flex;
      cursor: pointer; } }
  .filters-button__value {
    color: #093042;
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px; }
  .filters-button__icon {
    width: 11px;
    height: 7px;
    fill: #CDD6E4;
    transition: all 0.3s linear; }

.filters-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFE1EB; }
  @media (max-width: 767px) {
    .filters-list {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      display: block;
      border-bottom: none;
      max-height: 0;
      padding: 0 12px;
      overflow: hidden;
      border-radius: 0 0 1px 1px;
      transition: all 0.3s linear; } }

.filters-item {
  font-family: Montserrat-Bold;
  color: transparent;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-right: 48px;
  cursor: pointer;
  transition: all 0.3s linear;
  border-bottom: 3px solid transparent;
  position: relative;
  white-space: nowrap;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .filters-item {
      padding: 0;
      margin: 18px 0;
      border-bottom: none; } }
  .filters-item:last-child {
    margin-right: 0; }
  .filters-item span {
    color: #4E5F67;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Montserrat-Regular; }
    @media (max-width: 767px) {
      .filters-item span {
        padding: 0; } }
  .filters-item.active {
    border-bottom: 3px solid #093042; }
    @media (max-width: 767px) {
      .filters-item.active {
        border-bottom: none; } }
  .filters-item.active span {
    font-family: Montserrat-Bold;
    color: #093042; }

.news-filters_authorities {
  margin-top: 40px;
  background-color: #fff;
  padding: 10px 12px 30px 32px;
  display: flex;
  z-index: 27; }
  @media (max-width: 1279px) {
    .news-filters_authorities {
      margin-top: 26px; } }
  @media (max-width: 767px) {
    .news-filters_authorities {
      margin-top: 20px;
      padding: 0; } }
  .news-filters_authorities .filters-name {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    color: #030F15;
    margin: 20px 20px 20px 0; }
    @media (max-width: 767px) {
      .news-filters_authorities .filters-name {
        display: none; } }
  .news-filters_authorities .filters-list {
    border-bottom: none; }
    @media (max-width: 767px) {
      .news-filters_authorities .filters-list {
        overflow-y: auto; } }
  .news-filters_authorities .filters-item {
    display: flex;
    align-items: center;
    height: 28px;
    background-color: #F9FCFD;
    font-family: Arial-Regular;
    color: rgba(78, 95, 103, 0.6);
    font-size: 16px;
    line-height: 18px;
    padding: 0 12px;
    margin-right: 20px;
    margin-top: 20px;
    border-bottom: none; }
    @media (max-width: 767px) {
      .news-filters_authorities .filters-item {
        padding: 0;
        height: unset;
        margin: 18px 0;
        background-color: transparent;
        color: #4E5F67;
        line-height: 20px;
        font-family: Montserrat-Regular; } }
    .news-filters_authorities .filters-item:hover, .news-filters_authorities .filters-item:active {
      background-color: #093042;
      color: #fff; }
      @media (max-width: 767px) {
        .news-filters_authorities .filters-item:hover, .news-filters_authorities .filters-item:active {
          background-color: transparent;
          color: #093042; } }
    .news-filters_authorities .filters-item.active {
      background-color: #093042;
      color: #fff; }
      @media (max-width: 767px) {
        .news-filters_authorities .filters-item.active {
          background-color: transparent;
          font-family: Montserrat-Bold;
          color: #093042; } }

.content-section {
  margin-bottom: 184px; }
  .content-section:after {
    display: block;
    content: '';
    clear: both; }

.article-content {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #030F15;
  max-width: 996px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767px) {
    .article-content {
      font-size: 15px; } }
  .single-cases-description .article-content {
    max-width: 790px;
    margin: 0;
    color: #4E5F67; }
  .article-content:after {
    display: block;
    content: '';
    clear: both; }
  .article-content * {
    margin-left: auto;
    margin-right: auto; }
  .article-content p {
    width: 100%;
    max-width: 790px;
    margin: 24px auto; }
    @media (max-width: 767px) {
      .article-content p {
        margin: 12px auto; } }
    .article-content p:first-child {
      margin-top: 0; }
    .article-content p:last-child {
      margin-bottom: 0; }
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    width: 100%;
    max-width: 790px;
    margin: 48px auto 24px; }
    @media (max-width: 767px) {
      .article-content h1,
      .article-content h2,
      .article-content h3,
      .article-content h4,
      .article-content h5,
      .article-content h6 {
        margin: 32px 0 16px; } }
    .article-content h1:first-child,
    .article-content h2:first-child,
    .article-content h3:first-child,
    .article-content h4:first-child,
    .article-content h5:first-child,
    .article-content h6:first-child {
      margin-top: 0; }
  .article-content h1 {
    font-family: Montserrat-Regular;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .article-content h1 {
        font-size: 24px; } }
  .article-content h2 {
    font-family: Montserrat-Bold;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .article-content h2 {
        font-size: 20px; } }
  .article-content h3 {
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .article-content h3 {
        font-size: 18px; } }
  .article-content h4 {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em; }
    @media (max-width: 767px) {
      .article-content h4 {
        font-size: 16px; } }
  .article-content h5,
  .article-content h6 {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em; }
    @media (max-width: 767px) {
      .article-content h5,
      .article-content h6 {
        font-size: 15px; } }
  .article-content ul,
  .article-content ol {
    color: #4E5F67;
    list-style: none;
    width: 100%;
    max-width: 790px;
    margin: 24px auto; }
    @media (max-width: 767px) {
      .article-content ul,
      .article-content ol {
        margin: 16px auto; } }
    .article-content ul:first-child,
    .article-content ol:first-child {
      margin-top: 0; }
    .article-content ul:last-child,
    .article-content ol:last-child {
      margin-bottom: 0; }
  .article-content ul li,
  .article-content ol li {
    margin: 16px 0;
    position: relative;
    padding-left: 65px; }
    @media (max-width: 767px) {
      .article-content ul li,
      .article-content ol li {
        margin: 12px 0;
        padding-left: 28px; } }
    .article-content ul li:first-child,
    .article-content ol li:first-child {
      margin-top: 0; }
    .article-content ul li:last-child,
    .article-content ol li:last-child {
      margin-bottom: 0; }
  .article-content ul li:before {
    display: block;
    content: "";
    width: 16px;
    height: 4px;
    background-color: #F39507;
    position: absolute;
    top: 10px;
    left: 30px; }
    @media (max-width: 767px) {
      .article-content ul li:before {
        left: 0; } }
  .article-content ol {
    counter-reset: myCounter; }
  .article-content ol li:before {
    font-family: Montserrat-SemiBold;
    counter-increment: myCounter;
    content: counter(myCounter, decimal-leading-zero) ".";
    color: #F39507;
    position: absolute;
    top: 0;
    left: 30px; }
    @media (max-width: 767px) {
      .article-content ol li:before {
        left: 0; } }
  .article-content a {
    color: #F39507;
    text-decoration: underline;
    transition: all 0.3s linear; }
    .article-content a:hover, .article-content a:active {
      color: #FEB649; }
  .article-content blockquote {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin: 60px auto 48px;
    padding: 32px 23px 32px 67px;
    border: 1px solid #093042;
    border-radius: 2px;
    max-width: 780px;
    transform: translateX(5px);
    position: relative; }
    @media (max-width: 767px) {
      .article-content blockquote {
        font-size: 15px;
        padding: 35px 16px 24px 16px;
        margin: 40px 0 32px 12px;
        max-width: unset;
        width: calc(100% - 12px);
        transform: translateX(0); } }
    .article-content blockquote p {
      margin: 0; }
    .article-content blockquote cite {
      font-family: Montserrat-Regular;
      font-style: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.01em;
      color: #F39507;
      margin-top: 16px;
      display: block; }
      @media (max-width: 767px) {
        .article-content blockquote cite {
          font-size: 15px; } }
    .article-content blockquote:after {
      display: block;
      content: '';
      width: 68px;
      height: 46px;
      background-image: url("img/quotes.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -14px;
      left: -10px; }
      @media (max-width: 767px) {
        .article-content blockquote:after {
          width: 40px;
          height: 27px;
          top: -6px;
          left: -12px; } }
  .article-content figure {
    max-width: 100%;
    margin: 48px 0; }
    @media (max-width: 767px) {
      .article-content figure {
        margin: 32px 0; } }
    .article-content figure figcaption {
      font-size: 16px;
      line-height: 150%;
      margin-top: 24px;
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .article-content figure figcaption {
          font-size: 15px;
          margin-top: 12px;
          margin-bottom: 32px; } }
    .article-content figure .fb_iframe_widget {
      display: flex; }
      .article-content figure .fb_iframe_widget span,
      .article-content figure .fb_iframe_widget iframe {
        width: 100% !important; }
    .article-content figure.wp-block-image, .article-content figure.wp-block-embed-youtube {
      margin: 48px 0; }
      @media (max-width: 767px) {
        .article-content figure.wp-block-image, .article-content figure.wp-block-embed-youtube {
          margin: 32px 0; } }
    .article-content figure.wp-block-table {
      margin: 24px 0; }
    .article-content figure img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .article-content figure img {
          margin-bottom: 12px; } }
    .article-content figure.wp-block-embed-youtube {
      width: 100%; }
      .article-content figure.wp-block-embed-youtube div {
        padding-bottom: 56%;
        height: 0;
        position: relative;
        overflow: hidden; }
        .article-content figure.wp-block-embed-youtube div iframe {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
    .article-content figure table {
      width: 100%;
      max-width: 790px;
      margin: 24px auto;
      border-collapse: collapse;
      text-align: left; }
      .article-content figure table thead tr {
        border-bottom: 1px solid #4E5F67; }
      .article-content figure table thead th {
        font-family: Montserrat-Regular;
        color: #4E5F67;
        font-weight: normal;
        padding: 10px 20px 10px 0;
        vertical-align: text-top; }
      .article-content figure table tbody tr {
        border-bottom: 1px solid #DFE1EB; }
      .article-content figure table tbody td {
        padding: 16px 20px 16px 0;
        vertical-align: text-top; }
  .article-content > figure:first-child {
    margin-top: 0; }

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

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

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.content-sharing {
  margin-top: 48px; }

.content-sharing-wrap {
  display: flex;
  align-items: center;
  max-width: 790px;
  margin: 0 auto; }

.content-sharing-title {
  font-size: 14px;
  line-height: 17px;
  color: #093042;
  margin-right: 30px; }

.content-sharing-list {
  display: flex;
  align-items: center; }

.content-sharing-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid #093042;
  margin-right: 14px; }
  .content-sharing-item:last-child {
    margin-right: 0; }
  .content-sharing-item__icon {
    fill: #093042;
    transition: all 0.3s linear; }
    .content-sharing-item__icon_facebook {
      width: 8px;
      height: 16px; }
    .content-sharing-item__icon_twitter {
      width: 16px;
      height: 16px; }
  .content-sharing-item:hover, .content-sharing-item:active {
    background-color: #093042; }
  .content-sharing-item:hover .content-sharing-item__icon,
  .content-sharing-item:active .content-sharing-item__icon {
    fill: #fff; }

.content-news {
  margin-top: 88px; }
  @media (max-width: 767px) {
    .content-news {
      margin: 64px -10px 0; } }

.main-news {
  padding: 64px 0 44px;
  background-color: #F5F8FA; }
  @media (max-width: 767px) {
    .main-news {
      padding: 32px 0 20px; } }

.archive-news {
  padding-bottom: 184px; }

.main-news-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .main-news-heading {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .content-news .main-news-heading {
      padding: 0 10px; } }
  .main-news-heading__link {
    display: block;
    line-height: 44px;
    margin-left: 40px;
    padding-right: 8px;
    position: relative;
    flex: none;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .main-news-heading__link {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .main-news-heading__link {
        line-height: 16px;
        margin-left: 0;
        margin-top: 16px; } }
    .main-news-heading__link:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-3px);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #F39507;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .main-news-heading__link:after {
          transform: translateY(-2px); } }
    .main-news-heading__link:hover, .main-news-heading__link:active {
      color: #FEB649; }
      .main-news-heading__link:hover:after, .main-news-heading__link:active:after {
        background-color: #FEB649; }

.main-news-filters {
  margin-top: 22px; }
  @media (max-width: 767px) {
    .main-news-filters {
      margin-top: 24px; } }

.news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0; }
  @media (max-width: 1279px) {
    .news-wrap {
      margin: 40px -10px 0; } }
  @media (max-width: 767px) {
    .news-wrap {
      max-width: 380px;
      width: 100%;
      margin: 32px auto 0; } }
  .search-section .news-wrap {
    margin-top: 0; }
  .news-wrap .no-post {
    width: 100%;
    text-align: center;
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 150%; }
    @media (max-width: 767px) {
      .news-wrap .no-post {
        font-size: 18px; } }

.archive-news-wrap {
  margin-bottom: 28px; }
  @media (max-width: 767px) {
    .archive-news-wrap {
      margin-bottom: 4px; } }

.news-item {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1279px) {
    .news-item {
      width: calc(50% - 20px);
      margin: 0 10px 20px; } }
  @media (max-width: 767px) {
    .news-item {
      width: 100%;
      margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .news-slider .news-item {
      margin: 0 10px 20px; } }
  @media (max-width: 1279px) {
    .news-slider .news-item:last-child {
      display: none; } }
  @media (max-width: 767px) {
    .news-slider .news-item:last-child {
      display: flex; } }
  .news-item__preview {
    padding-bottom: 67%;
    height: 0;
    overflow: hidden;
    position: relative;
    flex: none; }
  .news-item__img {
    background: no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .news-item__date {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    color: #fff;
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1; }
    @media (max-width: 767px) {
      .news-item__date {
        font-size: 13px;
        line-height: 16px;
        left: 26px; } }
    .news-item__date:before {
      display: block;
      content: '';
      width: calc(100% + 5px);
      height: 7px;
      background-color: #F39507;
      position: absolute;
      top: 50%;
      left: -4px;
      transform: translateY(-4px);
      z-index: -1; }
      @media (max-width: 767px) {
        .news-item__date:before {
          width: calc(100% + 12px);
          left: -7px;
          transform: translateY(-3px); } }
  .news-item__content {
    padding: 16px 16px 19px;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .news-item__category {
    margin-bottom: 12px;
    display: flex; }
    .news-item__category a {
      display: block;
      font-family: Arial-Regular;
      font-size: 16px;
      line-height: 18px;
      color: #4E5F67;
      position: relative;
      z-index: 21; }
      @media (max-width: 767px) {
        .news-item__category a {
          font-size: 14px;
          line-height: 16px; } }
  .news-item__title {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    max-height: 120px;
    overflow: hidden;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .news-item__title {
        font-size: 15px;
        max-height: 110px; } }
  .news-item__authorities {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: auto; }
    .news-item__authorities li {
      margin-top: 6px;
      margin-right: 12px; }
      @media (max-width: 767px) {
        .news-item__authorities li {
          margin-top: 5px;
          margin-right: 10px; } }
      .news-item__authorities li:first-child {
        margin-top: 16px; }
      .news-item__authorities li a {
        display: flex;
        align-items: center;
        height: 28px;
        padding: 0 12px;
        background-color: #F9FCFD;
        color: #4E5F67;
        opacity: .6;
        position: relative;
        z-index: 21;
        transition: all 0.3s linear; }
        @media (max-width: 767px) {
          .news-item__authorities li a {
            font-size: 14px;
            height: 24px;
            padding: 0 10px; } }
        .news-item__authorities li a:hover, .news-item__authorities li a:active {
          color: #093042; }
  .news-item:hover .news-item__title,
  .news-item:active .news-item__title {
    text-decoration: underline;
    color: #0A3B53; }

.news-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  .news-slider-nav__item {
    cursor: pointer;
    fill: #093042; }
    .news-slider-nav__item_right {
      order: 3; }
  .news-slider-nav__icon {
    width: 33px;
    height: 11px; }
  .news-slider-nav .slick-dots {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 24px; }
    .news-slider-nav .slick-dots li {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      transform: translateY(-1px); }
      .news-slider-nav .slick-dots li button {
        width: 100%;
        height: 100%;
        background-color: #DFE1EB;
        border: none;
        padding: 0;
        text-indent: -9999px; }
      .news-slider-nav .slick-dots li.slick-active {
        height: 16px; }
        .news-slider-nav .slick-dots li.slick-active button {
          background-color: #F39507; }

.special-projects-slider {
  padding: 100px 0  ; }
  @media (max-width: 767px) {
    .special-projects-slider {
      padding-top: 64px; } }
  .special-projects-slider__title {
    text-align: center; }
  .special-projects-slider__subtitle {
    text-align: center;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .special-projects-slider__subtitle {
        margin-top: 16px; } }

.special-projects-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -34px 14px; }
  @media (max-width: 1279px) {
    .special-projects-wrap {
      margin: 0 -10px 44px; } }
  @media (max-width: 480px) {
    .special-projects-wrap {
      margin: 0 0 44px; } }

.special-projects-item {
  width: calc(25% - 68px);
  height: auto;
  min-height: 202px;
  margin: 0 34px 80px;
  padding: 48px 24px 58px;
  position: relative;
  background-color: #fff;
  border: 1px solid #030F15;
  display: flex !important;
  align-items: flex-end;
  transition: all 0.3s linear; }
  @media (max-width: 1279px) {
    .special-projects-item {
      width: calc(25% - 20px);
      margin: 0 10px 44px; } }
  @media (max-width: 1024px) {
    .special-projects-item {
      width: calc(33.33% - 20px); } }
  @media (max-width: 767px) {
    .special-projects-item {
      width: calc(50% - 20px); } }
  @media (max-width: 480px) {
    .special-projects-item {
      width: 100%;
      margin: 0 0 44px; } }
  .special-projects-item:before {
    display: block;
    content: '';
    width: 24px;
    height: 1px;
    background-color: #093042;
    position: absolute;
    top: 57px;
    left: -11px;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .special-projects-item:before {
        display: none; } }
  .special-projects-item:hover, .special-projects-item:active {
    border: 1px solid #F39507;
    box-shadow: 0px 4px 10px rgba(243, 116, 7, 0.1); }
    .special-projects-item:hover:before, .special-projects-item:active:before {
      background-color: #F39507; }
  .special-projects-item__count {
    font-family: Montserrat-Black;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #F39507;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #F39507;
    position: absolute;
    left: 24px;
    bottom: 0;
    transform: translateY(50%); }

	.special-projects-item__done-check {
	position: absolute;
    top: 25px;
    font-size: 14px;
    line-height: 17px;
    color: #4E5F67;
	}
  .special-projects-item__title {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em; }
    @media (max-width: 767px) {
      .special-projects-item__title {
        font-size: 15px; } }
  .special-projects-item__icon {
    fill: #F39507;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px; }
  .special-projects-item__bg-icon {
    width: 90px;
    height: 102px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke: #093042;
    opacity: .1; }

.special-projects-slider-list {
  margin: 48px -34px 0;
  padding-right: 36px; }
  @media (max-width: 1279px) {
    .special-projects-slider-list {
      margin: 48px -10px 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .special-projects-slider-list {
      margin: 32px -150px 0 -5px; } }
  .special-projects-slider-list .slick-track {
    display: flex; }
  .special-projects-slider-list .special-projects-item {
    margin: 0 34px 110px; }
    @media (max-width: 1279px) {
      .special-projects-slider-list .special-projects-item {
        margin: 0 10px 88px; } }
    @media (max-width: 767px) {
      .special-projects-slider-list .special-projects-item {
        margin: 0 5px 88px; } }
    .special-projects-slider-list .special-projects-item_bottom-slide {
      margin: 57px 34px 53px; }
      @media (max-width: 1279px) {
        .special-projects-slider-list .special-projects-item_bottom-slide {
          margin: 32px 10px 56px; } }
      @media (max-width: 767px) {
        .special-projects-slider-list .special-projects-item_bottom-slide {
          margin: 32px 5px 56px; } }

.special-projects-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  .special-projects-slider-nav__item {
    cursor: pointer;
    fill: #093042; }
    .special-projects-slider-nav__item_right {
      order: 3; }
  .special-projects-slider-nav__icon {
    width: 33px;
    height: 11px; }
  .special-projects-slider-nav .slick-dots {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 24px; }
    .special-projects-slider-nav .slick-dots > li {
      display: inline-block; }
    .special-projects-slider-nav .slick-dots > li:only-child {
      display: none; }
    .special-projects-slider-nav .slick-dots li {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      transform: translateY(-1px); }
      .special-projects-slider-nav .slick-dots li button {
        width: 100%;
        height: 100%;
        background-color: #DFE1EB;
        border: none;
        padding: 0;
        text-indent: -9999px; }
      .special-projects-slider-nav .slick-dots li.slick-active {
        height: 16px; }
        .special-projects-slider-nav .slick-dots li.slick-active button {
          background-color: #F39507; }

.other-projects {
  background-color: #051D28;
  padding: 72px 0 192px; }
  @media (max-width: 1279px) {
    .other-projects {
      padding: 48px 0 160px; } }
  @media (max-width: 767px) {
    .other-projects {
      padding: 40px 0 153px; } }

.other-projects-heading {
  display: flex;
  align-items: center;
  padding-left: 100px; }
  @media (max-width: 1279px) {
    .other-projects-heading {
      padding-left: 120px;
      display: block; } }
  @media (max-width: 767px) {
    .other-projects-heading {
      padding-left: 0; } }
  .other-projects-heading__title {
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.02em; }
    @media (max-width: 1279px) {
      .other-projects-heading__title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .other-projects-heading__title {
        font-size: 18px; } }
  .other-projects-heading__description {
    color: #fff;
    opacity: .6;
    font-size: 14px;
    line-height: 17px;
    width: 460px;
    margin-left: 100px;
    flex: none; }
    @media (max-width: 1279px) {
      .other-projects-heading__description {
        width: auto;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .other-projects-heading__description {
        font-size: 12px;
        line-height: 15px; } }

.other-projects-slider {
  position: relative; }
  .other-projects-slider:before {
    display: block;
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #D60812; }

.other-projects-slider-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 64px;
  position: relative; }
  @media (max-width: 1400px) {
    .other-projects-slider-wrap {
      max-width: 1280px; } }
  @media (max-width: 1279px) {
    .other-projects-slider-wrap {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .other-projects-slider-wrap {
      margin-top: 27px; } }

.other-projects-slider-logo {
  position: absolute;
  top: 0;
  left: 80px;
  background-color: #051D28;
  padding: 0 19px 0 17px; }
  @media (max-width: 1400px) {
    .other-projects-slider-logo {
      left: 23px; } }
  @media (max-width: 767px) {
    .other-projects-slider-logo {
      top: unset;
      left: 7px;
      bottom: 56px;
      padding: 0 6px 0 5px; } }
  .other-projects-slider-logo__icon {
    width: 63px;
    height: 202px; }
    @media (max-width: 767px) {
      .other-projects-slider-logo__icon {
        width: 38px;
        height: 122px; } }

.other-projects-slider-list {
  margin: 0 -15px;
  padding-left: 200px; }
  @media (max-width: 1400px) {
    .other-projects-slider-list {
      margin: 0 -60px 0 0;
      padding-left: 130px; } }
  @media (max-width: 1279px) {
    .other-projects-slider-list {
      margin: 0 -100px 0 0; } }
  @media (max-width: 767px) {
    .other-projects-slider-list {
      padding-left: 63px;
      margin: 0 -200px 0 0; } }
  .other-projects-slider-list .slick-track {
    display: flex; }

.other-projects-item {
  width: calc(25% - 30px);
  height: auto;
  min-height: 202px;
  margin: 0 15px 40px;
  padding: 32px 24px 24px;
  position: relative;
  background-color: #fff;
  border: 1px solid #030F15;
  transition: all 0.3s linear; }
  @media (max-width: 1279px) {
    .other-projects-item {
      width: calc(33.33% - 20px);
      margin: 0 10px 40px; } }
  @media (max-width: 767px) {
    .other-projects-item {
      width: calc(50% - 10px);
      margin: 0 5px 40px; } }
  .other-projects-item__logo {
    width: 100%;
    height: 50px;
    margin-bottom: 38px;
    display: flex;
    align-items: center; }
    .other-projects-item__logo img {
      display: block;
      max-height: 100%;
      max-width: 100%; }
  .other-projects-item__title {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em; }
  .other-projects-item__icon {
    fill: #D60812;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px; }

.other-projects-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  .other-projects-slider-nav__item {
    cursor: pointer;
    fill: #fff; }
    .other-projects-slider-nav__item_right {
      order: 3; }
  .other-projects-slider-nav__icon {
    width: 33px;
    height: 11px; }
  .other-projects-slider-nav .slick-dots {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 24px; }
    .other-projects-slider-nav .slick-dots > li {
      display: inline-block; }
    .other-projects-slider-nav .slick-dots > li:only-child {
      display: none; }
    .other-projects-slider-nav .slick-dots li {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      transform: translateY(-1px); }
      .other-projects-slider-nav .slick-dots li button {
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: none;
        padding: 0;
        text-indent: -9999px; }
      .other-projects-slider-nav .slick-dots li.slick-active {
        height: 16px; }
        .other-projects-slider-nav .slick-dots li.slick-active button {
          background-color: #D60812; }

.main-targets {
  padding-top: 140px; }
  @media (max-width: 767px) {
    .main-targets {
      padding: 64px 0 32px; } }

.main-targets-wrap {
  display: flex;
  position: relative; }
  .main-targets-wrap__icon {
    position: absolute;
    top: -150px;
    left: -160px;
    width: 425px;
    height: 469px;
    stroke: #DFE1EB;
    z-index: -1; }
    @media (max-width: 767px) {
      .main-targets-wrap__icon {
        display: none; } }

.groups-targets {
  width: 50%;
  margin-top: 50px;
  padding: 0 140px;
  list-style: none; }
  @media (max-width: 1279px) {
    .groups-targets {
      width: 44%;
      margin-top: 44px;
      padding: 0 20px 0 0; } }
  @media (max-width: 767px) {
    .groups-targets {
      width: 100%;
      margin-top: 32px;
      padding: 0;
      display: none; } }
  .groups-targets_mobile {
    display: none; }
    @media (max-width: 767px) {
      .groups-targets_mobile {
        display: block;
        width: 100%;
        margin-top: 32px;
        padding: 0;
        list-style: none; } }

.groups-targets-item-wrap {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .groups-targets-item-wrap {
      margin-bottom: 34px; } }

.groups-targets-item {
  display: flex;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #093042;
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear; }
  @media (max-width: 767px) {
    .groups-targets-item {
      font-size: 15px;
      padding-right: 23px; } }
  .groups-targets-item span {
    width: 76px;
    flex: none;
    font-family: Montserrat-Black;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #fff;
    color: #093042;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #093042;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .groups-targets-item span {
        width: 73px; } }
  .groups-targets-item__icon {
    display: none; }
    @media (max-width: 767px) {
      .groups-targets-item__icon {
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        fill: #093042;
        width: 11px;
        height: 7px;
        transition: all 0.3s linear; } }
  .groups-targets-item:before {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #F39507;
    position: absolute;
    top: 20px;
    right: 100%;
    margin-right: 24px;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .groups-targets-item:before {
        display: none; } }
  .groups-targets-item.active {
    color: #F39507;
    pointer-events: none; }
    @media (max-width: 767px) {
      .groups-targets-item.active {
        pointer-events: auto; } }
    .groups-targets-item.active span {
      color: #F39507;
      -webkit-text-fill-color: #fff;
      -webkit-text-stroke: 1px #F39507; }
    .groups-targets-item.active .groups-targets-item__icon {
      fill: #F39507;
      transform: rotate(-180deg); }
    .groups-targets-item.active:before {
      width: 48px; }
  .groups-targets-item:hover:before, .groups-targets-item:active:before {
    width: 48px; }

.targets-card-wrap {
  width: 50%;
  margin-top: 16px; }
  @media (max-width: 1279px) {
    .targets-card-wrap {
      width: 56%; } }
  @media (max-width: 767px) {
    .targets-card-wrap {
      display: none; } }

.targets-card {
  padding: 40px 50px 40px 64px;
  background-color: #093042;
  position: relative;
  transition: all 0.3s linear;
  display: none; }
  @media (max-width: 1279px) {
    .targets-card {
      padding: 40px 32px 47px; } }
  @media (max-width: 767px) {
    .targets-card {
      display: block;
      max-height: 0;
      padding: 0 10px;
      overflow: hidden; } }
  .targets-card.active {
    display: block; }
    @media (max-width: 767px) {
      .targets-card.active {
        padding: 22px 10px 30px;
        margin-top: 26px; } }
  .targets-card__icon {
    width: 302px;
    height: 333px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke: #fff;
    opacity: .2; }
  .targets-card__list.hide {
    display: none; }
  .targets-card__button {
    margin-top: 38px;
    display: flex;
    align-items: center;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    color: #F39507;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .targets-card__button {
        margin-top: 55px; } }
    @media (max-width: 767px) {
      .targets-card__button {
        margin-top: 38px; } }
    .targets-card__button:hover, .targets-card__button:active {
      color: #FEB649; }
      .targets-card__button:hover .targets-card__button-icon, .targets-card__button:active .targets-card__button-icon {
        fill: #FEB649; }
    .targets-card__button.open .targets-card__button-icon {
      transform: rotate(-180deg); }
  .targets-card__button-icon {
    fill: #F39507;
    width: 11px;
    height: 7px;
    margin-left: 10px;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .targets-card__button-icon {
        margin-left: 8px; } }

.targets-item {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    .targets-item {
      padding-top: 28px; } }
  @media (max-width: 767px) {
    .targets-item {
      padding-top: 20px; } }
  .targets-card__list > .targets-item:first-child {
    padding-top: 0; }
  .targets-item__title {
    display: flex;
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: #fff;
    border-bottom: 1px solid #fff; }
    @media (max-width: 767px) {
      .targets-item__title {
        font-size: 13px;
        line-height: 16px; } }
  .targets-item__description {
    margin-top: 5px;
    font-size: 16px;
    line-height: 150%;
    color: #fff; }
    @media (max-width: 767px) {
      .targets-item__description {
        font-size: 15px; } }
  .targets-item__range {
    width: 100%;
    height: 10px;
    margin-top: 10px;
    background-color: rgba(10, 59, 83, 0.7);
    position: relative;
    flex: none;
    overflow: hidden; }
    @media (max-width: 767px) {
      .targets-item__range {
        margin-top: 8px; } }
  .targets-item__range-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #F39507;
    transform: translateX(-100%); }

.targets-item-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear; }
  .targets-item-dropdown .targets-item__range-active {
    transform: translateX(-100%); }

.cases-section {
  padding-bottom: 154px; }
  @media (max-width: 1279px) {
    .cases-section {
      padding-bottom: 164px; } }

.cases-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0 -15px; }
  @media (max-width: 1279px) {
    .cases-wrap {
      margin: 0; } }
  @media (max-width: 767px) {
    .cases-wrap {
      padding-top: 20px; } }

.cases-item {
  display: flex;
  width: calc(50% - 30px);
  height: 150px;
  margin: 0 15px 30px;
  background-color: #fff;
  position: relative; }
  @media (max-width: 1279px) {
    .cases-item {
      width: 100%;
      height: 187px;
      margin: 0 0 20px; } }
  @media (max-width: 580px) {
    .cases-item {
      flex-wrap: wrap;
      height: unset; } }
  .cases-item__content {
    padding: 18px 26px 22px;
    width: calc(100% - 222px); }
    @media (max-width: 1279px) {
      .cases-item__content {
        padding: 18px 26px 35px;
        width: calc(100% - 276px); } }
    @media (max-width: 767px) {
      .cases-item__content {
        padding: 20px 16px; } }
    @media (max-width: 580px) {
      .cases-item__content {
        width: 100%; } }
  .cases-item__update {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
  .cases-item__update-text {
    font-size: 14px;
    line-height: 17px;
    color: #4E5F67;
    margin-right: 24px; }
    @media (max-width: 767px) {
      .cases-item__update-text {
        font-size: 12px;
        line-height: 15px;
        margin-right: 20px; } }
  .cases-item__update-date {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    color: #030F15;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .cases-item__update-date {
        font-size: 13px;
        line-height: 16px; } }
    .cases-item__update-date:before {
      display: block;
      content: '';
      width: calc(100% + 5px);
      height: 11px;
      background-color: #F39507;
      position: absolute;
      top: 50%;
      left: -4px;
      transform: translateY(-6px);
      z-index: -1; }
      @media (max-width: 767px) {
        .cases-item__update-date:before {
          width: calc(100% + 12px);
          height: 7px;
          left: -7px;
          transform: translateY(-3px); } }
  .cases-item__title {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #030F15;
    max-height: 72px;
    overflow: hidden;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .cases-item__title {
        max-height: 96px; } }
    @media (max-width: 767px) {
      .cases-item__title {
        font-size: 15px;
        max-height: 88px; } }
  .cases-item__preview {
    flex: none;
    width: 222px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .cases-item__preview {
        width: 276px; } }
    @media (max-width: 580px) {
      .cases-item__preview {
        width: 100%; } }
  .cases-item__img {
    padding-bottom: 68%;
    display: block;
    background: no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 580px) {
      .cases-item__img {
        position: static;
        height: unset; } }
  .cases-item:hover .cases-item__title,
  .cases-item:active .cases-item__title {
    text-decoration: underline;
    color: #0A3B53; }

.archive-vacancies {
  padding-bottom: 184px; }

.vacancies-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 18px; }
  @media (max-width: 1279px) {
    .vacancies-wrap {
      margin: 0 -10px 28px; } }
  @media (max-width: 767px) {
    .vacancies-wrap {
      width: 100%;
      margin: 0 auto 4px; } }

.vacancies-item {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  padding: 38px 16px 46px;
  background-color: #fff; }
  @media (max-width: 1279px) {
    .vacancies-item {
      width: calc(50% - 20px);
      margin: 0 10px 20px; } }
  @media (max-width: 767px) {
    .vacancies-item {
      width: 100%;
      padding: 24px 16px 26px;
      margin: 0 0 20px; } }
  .vacancies-item.disable {
    pointer-events: none; }
  .vacancies-item__date {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    color: #093042;
    display: inline-block;
    margin-bottom: 28px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .vacancies-item__date {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 18px;
        margin-left: 7px; } }
    .vacancies-item__date:before {
      display: block;
      content: '';
      width: calc(100% + 5px);
      height: 11px;
      background-color: #F39507;
      position: absolute;
      top: 50%;
      left: -4px;
      transform: translateY(-6px);
      z-index: -1; }
      @media (max-width: 767px) {
        .vacancies-item__date:before {
          width: calc(100% + 12px);
          height: 7px;
          left: -7px;
          transform: translateY(-3px); } }
    .vacancies-item.disable .vacancies-item__date {
      opacity: .1; }
  .vacancies-item__title {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    overflow: hidden;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .vacancies-item__title {
        font-size: 15px;
        max-height: 110px; } }
    .vacancies-item.disable .vacancies-item__title {
      opacity: .3; }
  .vacancies-item:hover .vacancies-item__title,
  .vacancies-item:active .vacancies-item__title {
    text-decoration: underline;
    color: #0A3B53; }

.typed-cursor {
  color: #189cd9;
  font-size: calc(100% + 10px); }

.targets-card-wrap {
  position: relative; }
  .targets-card-wrap.aos-animate .targets-card.active .targets-item__range-active {
    transform: translateX(0);
    transition: transform 1.2s ease .6s; }
  .targets-card-wrap.aos-animate .targets-card.active .targets-item-dropdown .targets-item__range-active {
    transform: translateX(-100%);
    transition: transform 1.2s ease 0s; }
  .targets-card-wrap.aos-animate .targets-card.active .targets-item-dropdown.open .targets-item__range-active {
    transform: translateX(0); }

.groups-targets-item-wrap .targets-card.active .targets-item__range-active {
  transform: translateX(0);
  transition: transform 1.2s ease 0S; }

.groups-targets-item-wrap .targets-card.active .targets-item-dropdown .targets-item__range-active {
  transform: translateX(-100%); }

.groups-targets-item-wrap .targets-card.active .targets-item-dropdown.open .targets-item__range-active {
  transform: translateX(0); }

.targets-card {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  animation: flipper 1s ease;
  animation-fill-mode: forwards;
  transform: translate(0, 0) rotate(0); }
  @media (max-width: 767px) {
    .targets-card {
      position: relative;
      animation: none; } }

.targets-card.active {
  position: relative;
  animation: flipperUp 1s ease; }
  @media (max-width: 767px) {
    .targets-card.active {
      animation: none; } }

@keyframes flipperUp {
  0% {
    transform: scale(0.8);
    z-index: 1; }
  100% {
    transform: scale(1);
    z-index: 10; } }

@keyframes flipper {
  0% {
    transform: translate(0, 0) rotate(0);
    z-index: 10; }
  100% {
    transform: translateY(100%) translateX(50%) rotate(35deg) scale(0.5);
    opacity: 0;
    z-index: 1; } }

.content-wrap::before,
.content-wrap::after {
  animation: lines-xl 2s ease; }

@media (max-width: 1279px) {
  .content-wrap::before,
  .content-wrap::after {
    animation: lines-sm 2s ease; } }

@media (max-width: 767px) {
  .content-wrap::before,
  .content-wrap::after {
    animation: lines-xs 2s ease; } }

@keyframes lines-xl {
  0% {
    width: 50%; }
  100% {
    width: 143px; } }

@keyframes lines-sm {
  0% {
    width: 50%; }
  100% {
    width: 82px; } }

@keyframes lines-xs {
  0% {
    width: 50%; }
  100% {
    width: 20px; } }

@media (max-width: 1279px) {
  .finance-list {
    display: flex;
    flex-wrap: wrap;
    column-count: unset; } }

@media (max-width: 1279px) {
  .finance-list-item {
    width: 50%; } }

@media (max-width: 767px) {
  .finance-list-item {
    width: 100%; } }

.donate-popup {
  width: 100%;
  height: 100%;
  background-color: #051D28;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 299;
  transform: translateY(-101%);
  transition: all 0.3s linear; }
  .donate-popup.active {
    transform: translateY(0); }

.donate-popup-wrap {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0;
  position: relative; }
  @media (max-width: 1279px) {
    .donate-popup-wrap {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .donate-popup-wrap {
      padding: 40px 0; } }

.donate-popup-container {
  width: 100%;
  height: 100%;
  padding: 0 88px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow-y: auto; }
  @media (max-width: 1279px) {
    .donate-popup-container {
      padding: 0 82px; } }
  @media (max-width: 767px) {
    .donate-popup-container {
      padding: 0 24px; } }

.donate-popup-close {
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .donate-popup-close {
      top: 7px;
      right: 7px; } }
  .donate-popup-close svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    transition: all 0.3s linear; }
  .donate-popup-close:hover svg, .donate-popup-close:active svg {
    opacity: .5; }

.thanks-section {
  padding: 142px 0 120px;
  position: relative; }
  @media (max-width: 1279px) {
    .thanks-section {
      padding: 112px 0 120px; } }
  @media (max-width: 767px) {
    .thanks-section {
      padding: 80px 0 120px; } }
  .thanks-section:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DFE1EB;
    position: absolute;
    top: 72px;
    left: 0; }
    @media (max-width: 767px) {
      .thanks-section:before {
        top: 56px; } }

.thanks-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 112px; }
  @media (max-width: 1279px) {
    .thanks-wrapper {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .thanks-wrapper {
      padding: 0 12px; } }

.thanks-block {
  width: 100%;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #093042;
  padding: 0 100px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 767px) {
    .thanks-block {
      height: 160px;
      padding: 0 32px; } }
  .thanks-block__title {
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff; }
    @media (max-width: 767px) {
      .thanks-block__title {
        font-size: 24px; } }
  .thanks-block:after, .thanks-block:before {
    display: block;
    content: '';
    width: 82px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .thanks-block:after, .thanks-block:before {
        width: 20px;
        height: 8px; } }
  .thanks-block:before {
    left: 0; }
  .thanks-block:after {
    right: 0; }

.breadcrumbs-wrap {
  display: flex;
  align-items: flex-end; }

.breadcrumbs-item {
  font-size: 14px;
  line-height: 17px;
  color: #4E5F67;
  flex: none;
  white-space: nowrap; }

.breadcrumbs-item.current {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: unset; }

.breadcrumbs-item:not(.current) {
  cursor: pointer; }

.breadcrumbs-item.home {
  color: #030F15; }

.breadcrumbs-separator {
  height: 0px;
  width: 10px;
  margin: 0 14px;
  border-top: 3px solid #4E5F67;
  flex: none; }

.breadcrumbs-wrap.light .breadcrumbs-item {
  color: #E1EFF5; }

.breadcrumbs-wrap.light .breadcrumbs-item.home {
  color: #FFF; }

.breadcrumbs-wrap .breadcrumbs-item:not(.current):hover {
  color: #F39507; }

.breadcrumbs-wrap.light .breadcrumbs-item:not(.current):hover {
  color: #FEB649; }

.breadcrumbs-wrap.light .breadcrumbs-separator {
  border-color: #E1EFF5; }

/* ======== BASE STYLES ======== */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-up {
  text-transform: uppercase; }

.text-up {
  text-transform: uppercase; }

.white-color {
  color: #FFF; }

.orange-btn {
  background-color: #F39507; }

.orange-btn:hover {
  background-color: #FEB649; }

.blue-btn {
  background-color: #093042; }

.blue-btn:hover {
  background-color: #105575; }

.black-btn {
  background-color: #030F15; }

.black-btn:hover {
  background-color: #4E5F67; }

/* ---------------------- */
.spec-title {
  margin-bottom: 24px;
  font-family: Montserrat-Bold;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #F39507; }

.base-wrap {
  margin-top: 100px;
  position: relative; }

.base-content {
  margin-top: 48px;
  position: relative; }

.base-title {
  font-family: Montserrat-Bold;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #030F15;
  width: 100%; }

.base-subtitle {
  font-family: Montserrat-Bold;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  color: #093042; }

.base-text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #030F15; }

/* ======== FIRST SECTION ======== */
.first-section {
  position: relative;
  min-height: 620px;
  padding: 100px 0 250px;
  background-color: #093042;
  display: flex;
  flex-direction: column; }

.content-wrap {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1; }

.content-wrap::before,
.content-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  width: 143px;
  height: 16px;
  background-color: #fff; }

.content-wrap::before {
  left: 0; }

.content-wrap::after {
  right: 0; }

.main-title {
  font-size: 40px;
  letter-spacing: 0.02em;
  text-transform: unset;
  line-height: 140%;
  max-width: 840px;
  color: #030F15; }

.main-title.light {
  color: #FFF; }

/* ======== WHAT WE DO SECTION ======== */
.wwd-wrap {
  position: relative;
  padding: 64px 90px 64px 48px;
  max-width: 1200px;
  width: 100%;
  margin: -180px auto 0; }

.wwd-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 283px;
  height: 312px;
  stroke: #DFE1EB; }

.top-list {
  flex-direction: row;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -36px 0;
  justify-content: space-between; }

.top-list .we-do {
  margin: 38px 36px 0;
  padding-left: 30px;
  position: relative;
  width: calc(50% - 72px); }

.top-list .we-do:before {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  /*calc(50% - 2px);*/
  content: "";
  width: 16px;
  height: 4px;
  background-color: #F39507; }

/* ======== VALUES SECTION ======== */
.base-title.values {
  text-align: center; }

.values-items-wrap {
  display: flex;
  justify-content: space-between; }

.values-item {
  position: relative;
  width: 358px;
  height: 170px; }

.values-item-ico {
  width: 170px;
  height: 170px; }

.values-item-text-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 268px;
  width: 100%; }

.values-item-text {
  text-transform: uppercase;
  color: #030F15;
  border-bottom: 1px solid #030F15;
  padding-bottom: 12px;
  margin-bottom: 12px; }

/* ======== FINANCE SECTION ======== */
.base-title.sources {
  text-align: center; }

.base-content.finance {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 70px; }

.finance-bg {
  position: absolute;
  left: -230px;
  top: -100px;
  width: 421px;
  height: 473px;
  stroke: #DFE1EB;
  z-index: -1; }

.finance-list-item {
  display: flex;
  align-items: center;
  padding: 18px 0; }

.finance-list .item-num {
  width: 64px;
  margin-right: 26px;
  font-family: Montserrat-Black;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #F39507;
  transition: all 0.3s linear;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke: 1px #F39507; }

.finance-list .item-text {
  display: flex;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #093042;
  position: relative;
  transition: all 0.3s linear;
  max-width: 260px; }

.finance-card {
  position: relative;
  width: 690px;
  padding: 60px;
  background-color: #F39507; }

.finance-card-bg {
  position: absolute;
  width: 252px;
  height: 200px;
  right: 0;
  bottom: 0;
  stroke: #fff; }

.finance-card-text {
  font-weight: 600;
  color: #FFFFFF; }

.finance-btn-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 40px -10px 0; }

.about-finance-btn {
  display: block;
  height: 72px;
  min-width: 230px;
  padding: 24px;
  margin: 0 10px;
  font-family: Montserrat-Regular;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #FFF;
  transition: all 0.3s linear; }

.about-finance-btn:not(.black-btn):not(.blue-btn) {
  border: 1px solid #FFF; }

.about-finance-btn.free {
  width: 100%; }

/* ======== RADA ======== */
.wrapper.rada {
  padding: 64px 40px 0; }

.about-rada-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px -15px 0; }

.rada-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 36px 60px;
  max-width: 380px;
  background-color: #FFF;
  margin: 0 15px 78px; }

.rada-item:nth-child(3n-1):not(:last-child) {
  position: relative;
  top: 30px; }

.rada-item-photo {
  width: 190px;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.rada-item-name {
  margin-top: 22px;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #030F15; }

.rada-item-position {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #F39507; }

/* ======== TEAM ======== */
.base-title.team-section {
  max-width: 860px;
  margin: 0 auto;
  text-align: center; }

.about_team_photo {
  width: 100%;
  height: 0;
  padding-top: 46%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.rada-item-description {
  margin-top: 24px; }

/* ======== MANAGEMENT ======== */
.wrapper.man {
  padding: 0 40px 0 144px; }

.man-wrap-bg {
  position: absolute;
  right: -40px;
  top: -700px;
  width: 1009px;
  height: 1006px;
  z-index: -1; }

.about-man-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.man-item {
  position: relative;
  width: 484px;
  height: 572px;
  margin-bottom: 100px; }

.man-item:nth-child(2n) {
  top: 160px; }

.man-item:last-child {
  margin-bottom: unset; }

.man-item-photo {
  width: 306px;
  height: 440px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.man-item-content {
  position: absolute;
  right: 0;
  bottom: 16px;
  padding: 24px 30px;
  width: 308px;
  background-color: #FFF; }

.man-bg:before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 196px;
  height: 196px;
  background-image: url(img/man_bg.png);
  z-index: -1; }

/* ======== HOW IT WAS ======== */
.base-wrap.how-it-was {
  background: -webkit-linear-gradient(#F5F8FA 64%, transparent 0%);
  background: -o-linear-gradient(#F5F8FA 64%, transparent 0%);
  background: linear-gradient(#F5F8FA 64%, transparent 0%); }

.wrapper.how-it-was {
  padding: 64px 40px 0; }

.event-date {
  position: absolute;
  top: 48px;
  right: 48px;
  color: #FFF;
  font-weight: 600; }

.event-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.event-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 29, 40, 0.6); }

.event-title {
  color: #FFF;
  text-align: center;
  max-width: 600px; }

.event-text {
  margin-top: 14px;
  max-width: 600px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF; }

/*navigation*/
.event-projects-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  position: absolute;
  left: calc(50% - 101px); }

.event-projects-slider-nav__item {
  cursor: pointer;
  fill: #fff;
  z-index: 1; }

.event-projects-slider-nav__item_right {
  order: 3; }

.event-projects-slider-nav__icon {
  width: 33px;
  height: 11px; }

.event-projects-slider-nav .slick-dots {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 24px; }

.event-projects-slider-nav .slick-dots li {
  margin: 0 8px;
  width: 6px;
  height: 6px;
  transform: translateY(-1px); }

.event-projects-slider-nav .slick-dots > li {
  display: inline-block; }

.event-projects-slider-nav .slick-dots > li:only-child {
  display: none; }

.event-projects-slider-nav .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  padding: 0;
  text-indent: -9999px; }

.event-projects-slider-nav .slick-dots li.slick-active {
  height: 16px; }

.event-projects-slider-nav .slick-dots li.slick-active button {
  background-color: #D60812; }

/*
==================================================
  1279 - 768
==================================================
*/
@media (max-width: 1279px) {
  /* ======== BASE STYLES ======== */
  .wrapper {
    padding: 0 20px; }
  /* ======== FIRST SECTION ======== */
  .content-wrap::before,
  .content-wrap::after {
    width: 82px; }
  .main-title {
    max-width: 584px; }
  /* ======== WHAT WE DO SECTION ======== */
  .wwd-wrap {
    padding: 40px 20px 50px;
    width: unset;
    margin: -170px 20px 0; }
  .base-title.wwt-title {
    text-align: center; }
  .top-list {
    margin: 10px -10px 0; }
  .top-list .we-do {
    margin: 20px 10px 0;
    width: calc(50% - 20px); }
  /* ======== VALUES SECTION ======== */
  .values-items-wrap {
    flex-direction: column;
    align-items: center; }
  .values-item:not(:first-child) {
    margin-top: 32px; }
  .values-item-ico {
    width: 170px;
    height: 170px; }
  .values-item-text-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 268px;
    width: 100%; }
  .values-item-text {
    font-family: Montserrat-Bold;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #030F15;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border: none; }
  /* ======== FINANCE SECTION ======== */
  .base-title.sources {
    text-align: center; }
  .finance-bg {
    left: -140px;
    top: -180px; }
  .base-content.finance {
    flex-direction: column;
    justify-content: unset;
    margin-left: unset; }
  .finance-list {
    column-count: 2;
    margin-bottom: 48px; }
  .finance-list .item-text {
    max-width: unset; }
  .finance-card {
    padding: 60px;
    width: 100%; }
  /* ======== RADA ======== */
  .wrapper.rada {
    padding: 64px 20px 44px; }
  .about-rada-wrap {
    margin: 40px -10px 0;
    justify-content: center; }
  .rada-item {
    padding: 40px 20px 60px;
    max-width: 354px;
    margin: 0 10px 20px; }
  .rada-item:nth-child(3n-1):not(:last-child) {
    top: unset; }
  /* ======== MANAGEMENT ======== */
  .wrapper.man {
    padding: 0 20px;
    max-width: 768px; }
  .man-wrap-bg {
    right: -280px;
    top: -470px;
    width: 761px;
    height: 759px; }
  .man-item {
    position: relative;
    max-width: 296px;
    margin-bottom: 48px; }
  .man-item:nth-child(2n) {
    top: 100px; }
  .man-item-photo {
    width: 292px;
    height: 418px; }
  .man-item-content {
    width: calc(100% - 16px); }
  /* ======== HOW IT WAS ======== */
  .wrapper.how-it-was {
    padding: 64px 20px 0; }
  .event-item {
    height: 334px; }
  .event-date {
    top: 28px; } }

/*
==================================================
  767 - 320
==================================================
*/
@media (max-width: 767px) {
  /* ======== BASE STYLES ======== */
  .wrapper {
    padding: 0 12px; }
  .spec-title {
    margin-bottom: 16px; }
  .base-wrap {
    margin-top: 64px; }
  .base-content {
    margin-top: 32px; }
  .base-title {
    font-size: 20px; }
  .base-subtitle {
    font-size: 13px;
    line-height: 16px; }
  .base-text {
    font-size: 15px; }
  /* ======== FIRST SECTION ======== */
  .first-section {
    padding: 78px 0 280px; }
  .content-wrap {
    margin-top: 32px; }
  .content-wrap::before,
  .content-wrap::after {
    width: 20px;
    height: 8px;
    top: calc(50% - 4px); }
  .main-title {
    font-size: 24px;
    max-width: 280px; }
  .breadcrumbs-item {
    font-size: 12px;
    line-height: 15px; }
  /* ======== WHAT WE DO SECTION ======== */
  .wwd-wrap {
    padding: 40px 0;
    margin: -240px 12px 0; }
  .wwd-bg {
    width: 159px;
    height: 175px; }
  .top-list {
    display: block;
    margin: 0;
    padding: 16px 10px 0; }
  .top-list .we-do {
    margin: 16px 0 0;
    padding-left: 30px;
    width: 100%; }
  .top-list .we-do:before {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    /*calc(50% - 2px);*/
    content: "";
    width: 16px;
    height: 4px;
    background-color: #F39507; }
  /* ======== VALUES SECTION ======== */
  .base-title.values {
    text-align: left; }
  .values-item:not(:first-child) {
    margin-top: 24px; }
  .values-item {
    position: relative;
    width: 296px;
    height: 134px; }
  .values-item-ico {
    width: 82px;
    height: 82px; }
  .values-item-text-wrap {
    max-width: 260px; }
  .values-item-text-wrap .base-text {
    margin-top: 16px; }
  /* ======== FINANCE SECTION ======== */
  .base-title.sources {
    text-align: left; }
  .finance-bg {
    display: none; }
  .finance-list {
    column-count: unset; }
  .finance-list .item-text {
    font-size: 15px; }
  .finance-card {
    width: 100%;
    padding: 40px 20px; }
  .finance-btn-wrap {
    display: block;
    justify-content: unset;
    margin-top: 40px; }
  .about-finance-btn {
    font-size: 14px;
    padding: 18px 16px;
    height: unset; }
  .about-finance-btn.free {
    width: unset;
    margin-top: 16px; }
  /* ======== RADA ======== */
  .wrapper.rada {
    padding: 40px 12px; }
  .about-rada-wrap {
    margin-left: unset;
    margin-right: unset;
    justify-content: center; }
  .rada-item {
    padding: 40px 20px 60px;
    max-width: 354px;
    margin: 0 0 20px; }
  .rada-item-name {
    font-size: 18px;
    margin-top: 24px; }
  .rada-item-position {
    font-size: 12px; }
  .rada-item-description {
    margin-top: 16px; }
  /* ======== TEAM ======== */
  /* ======== MANAGEMENT ======== */
  .wrapper.man {
    padding: 0 12px; }
  .about-man-wrap {
    justify-content: space-around; }
  .man-wrap-bg {
    display: none; }
  .man-item {
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 20px; }
  .man-item:nth-child(2n) {
    top: unset; }
  .man-item-photo {
    width: 100%;
    height: 425px; }
  /* ======== HOW IT WAS ======== */
  .wrapper.how-it-was {
    padding: 40px 0;
    background: #F5F8FA; }
  .event-item {
    height: 310px; }
  .event-date {
    top: 24px;
    right: unset;
    width: 100%;
    text-align: center; } }

.donate-section {
  margin: -180px 0 100px; }
  @media (max-width: 1279px) {
    .donate-section {
      margin: -170px 0 100px; } }
  @media (max-width: 767px) {
    .donate-section {
      margin: -240px 0 100px; } }
  .donate-section__title {
    width: 100%;
    font-family: Montserrat-Bold;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-bottom: 48px;
    text-align: center; }
    @media (max-width: 1279px) {
      .donate-section__title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .donate-section__title {
        font-size: 20px;
        margin-bottom: 24px; } }

.donate-section-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 64px 48px;
  background-color: #F5F8FA;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .donate-section-wrap {
      padding: 40px 62px 64px; } }
  @media (max-width: 767px) {
    .donate-section-wrap {
      padding: 40px 12px 24px; } }
  .donate-section-wrap__icon {
    position: absolute;
    left: -160px;
    bottom: -220px;
    width: 425px;
    height: 469px;
    stroke: #DFE1EB;
    z-index: -1; }
    @media (max-width: 767px) {
      .donate-section-wrap__icon {
        display: none; } }

.donate-details {
  width: calc(100% - 585px);
  padding-right: 20px;
  margin-top: 48px; }
  @media (max-width: 1279px) {
    .donate-details {
      width: 100%;
      max-width: 514px;
      padding-right: 0;
      order: 2;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .donate-details {
      margin-bottom: 24px;
      text-align: center; } }
  .donate-popup .donate-details {
    margin-top: 0; }
    @media (max-width: 1279px) {
      .donate-popup .donate-details {
        margin-bottom: 50px; } }
  .donate-details__title {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #F39507; }
    @media (max-width: 767px) {
      .donate-details__title {
        font-size: 13px;
        line-height: 16px; } }
  .donate-details__description {
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #030F15; }
    @media (max-width: 767px) {
      .donate-details__description {
        font-size: 18px; } }
    .donate-popup .donate-details__description {
      margin-top: 28px;
      color: #fff; }
      @media (max-width: 767px) {
        .donate-popup .donate-details__description {
          margin-top: 16px; } }
  .donate-details__list {
    margin-top: 32px;
    list-style: none; }
    @media (max-width: 767px) {
      .donate-details__list {
        margin-top: 24px; } }
  .donate-details__item {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
    color: #4E5F67; }
    @media (max-width: 767px) {
      .donate-details__item {
        font-size: 15px;
        margin-bottom: 24px; } }
    .donate-popup .donate-details__item {
      color: #E1EFF5; }
    .donate-details__item span {
      font-family: Montserrat-SemiBold;
      color: #030F15; }
      @media (max-width: 767px) {
        .donate-details__item span {
          display: block; } }
      .donate-popup .donate-details__item span {
        color: #fff; }
    .donate-details__item:last-child {
      margin-bottom: 0; }
  .donate-details__button {
    height: 72px;
    margin-top: 152px;
    padding: 0 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 140%;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .donate-details__button {
        margin-top: 48px; } }
    @media (max-width: 767px) {
      .donate-details__button {
        font-size: 14px;
        height: 56px;
        margin-top: 32px;
        padding: 0 18px; } }
    .donate-details__button:hover, .donate-details__button:active {
      background-color: #fff;
      color: #093042; }

.donate-form {
  width: 585px;
  background-color: #fff;
  padding: 48px; }
  @media (max-width: 1279px) {
    .donate-form {
      width: 100%;
      order: 1;
      padding: 48px 63px;
      margin-bottom: 48px; } }
  @media (max-width: 767px) {
    .donate-form {
      margin-bottom: 32px;
      padding: 24px 16px; } }
  @media (max-width: 1279px) {
    .donate-popup .donate-form {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .donate-popup .donate-form {
      margin-top: 24px; } }
  .donate-form__title {
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #030F15;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .donate-form__title {
        font-size: 18px;
        margin-bottom: 24px; } }
  .donate-form__input {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding: 18px 30px;
    margin-bottom: 14px;
    border: 1px solid #DFE1EB;
    border-radius: 1px; }
    @media (max-width: 767px) {
      .donate-form__input {
        font-size: 15px;
        padding: 16px 12px;
        margin-bottom: 18px; } }
    .donate-form__input::-webkit-input-placeholder {
      color: #4E5F67; }
    .donate-form__input:-moz-placeholder {
      color: #4E5F67; }
    .donate-form__input::-moz-placeholder {
      color: #4E5F67; }
    .donate-form__input:-ms-input-placeholder {
      color: #4E5F67; }
    .donate-form__input::-ms-input-placeholder {
      color: #4E5F67; }
    .donate-form__input:placeholder {
      color: #4E5F67; }
  .donate-form__lable {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #030F15;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 12px; }
    @media (max-width: 767px) {
      .donate-form__lable {
        font-size: 15px;
        margin-top: 24px; } }
    .donate-form__lable:first-of-type {
      margin-top: 36px; }
      @media (max-width: 767px) {
        .donate-form__lable:first-of-type {
          margin-top: 24px; } }
    .donate-form__lable input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .donate-form__lable input:checked {
        pointer-events: none; }
      .donate-form__lable input:checked ~ .checkmark:after {
        display: block; }
    .donate-form__lable a {
      text-decoration: underline; }
    .donate-form__lable .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      background-color: transparent;
      border: 1px solid #030F15;
      box-sizing: border-box;
      border-radius: 1px; }
      .donate-form__lable .checkmark:after {
        display: none;
        content: '';
        position: absolute;
        left: 8px;
        top: 4px;
        width: 6px;
        height: 10px;
        border: solid #030F15;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s linear; }
    .donate-form__lable:hover input:not(:checked) ~ .checkmark:after, .donate-form__lable:active input:not(:checked) ~ .checkmark:after {
      display: block;
      opacity: .2; }
  .donate-form__button {
    margin-top: 32px;
    font-size: 18px;
    line-height: 140%; }
    @media (max-width: 767px) {
      .donate-form__button {
        font-size: 14px;
        margin-top: 24px; } }

.declarations {
  background-color: #F5F8FA;
  padding: 64px 0; }
  @media (max-width: 767px) {
    .declarations {
      padding: 40px 0; } }

.declarations-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .declarations-heading {
      flex-direction: column; } }

.declarations-person {
  display: flex;
  align-items: center;
  font-family: Montserrat-Bold;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 0.02em;
  margin-left: 40px;
  color: #F39507;
  position: relative;
  flex: none;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 9; }
  @media (max-width: 767px) {
    .declarations-person {
      font-size: 18px;
      line-height: 140%;
      margin-left: 0;
      margin-top: 24px; } }
  .declarations-person__icon {
    width: 12px;
    height: 8px;
    margin-left: 18px;
    transition: all 0.3s linear;
    fill: #F39507; }
    @media (max-width: 767px) {
      .declarations-person__icon {
        width: 11px;
        height: 7px;
        margin-left: 10px; } }
  .declarations-person__list {
    list-style: none;
    position: absolute;
    width: 310px;
    top: 100%;
    right: -35px;
    background: #FFFFFF;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 4px 44px rgba(116, 116, 160, 0.09);
    border-radius: 8px;
    cursor: default;
    z-index: 9; }
    @media (max-width: 767px) {
      .declarations-person__list {
        padding: 0 12px;
        width: 290px;
        left: 0;
        right: unset; } }
    .declarations-person__list.active {
      height: auto;
      padding: 24px 20px 20px;
      -webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
      @media (max-width: 767px) {
        .declarations-person__list.active {
          padding: 18px 12px 14px; } }
  .declarations-person__item {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
    cursor: pointer;
    color: #030F15;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .declarations-person__item {
        font-size: 15px;
        margin-bottom: 12px; } }
    .declarations-person__item:last-child {
      margin-bottom: 0; }
    .declarations-person__item:hover, .declarations-person__item:active {
      color: #F39507; }
    .declarations-person__item.selected {
      color: #DFE1EB;
      pointer-events: none; }
  .declarations-person:hover, .declarations-person:active {
    color: #FEB649; }
    .declarations-person:hover .declarations-person__icon, .declarations-person:active .declarations-person__icon {
      fill: #FEB649;
      transform: rotate(-180deg); }

.declarations-wrap {
  margin: 48px -34px 0; }
  @media (max-width: 1279px) {
    .declarations-wrap {
      margin: 48px -10px 0; } }
  @media (max-width: 767px) {
    .declarations-wrap {
      margin: 16px -150px 0 -5px; } }
  .declarations-wrap .slick-track {
    display: flex; }

.declarations-item {
  height: 160px;
  margin: 0 34px 72px;
  position: relative;
  border: 1px solid #030F15;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear; }
  @media (max-width: 1279px) {
    .declarations-item {
      margin: 0 10px 57px; } }
  @media (max-width: 767px) {
    .declarations-item {
      margin: 0 5px 57px; } }
  .declarations-item:before {
    display: block;
    content: '';
    width: 24px;
    height: 1px;
    background-color: #093042;
    position: absolute;
    top: 57px;
    left: -11px;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .declarations-item:before {
        display: none; } }
  .declarations-item__year {
    font-family: Montserrat-Black;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #F39507;
    -webkit-text-fill-color: #F5F8FA;
    -webkit-text-stroke: 1px #F39507;
    position: absolute;
    left: 24px;
    bottom: 0;
    transform: translateY(50%); }
  .declarations-item__icon {
    fill: #093042;
    width: 46px;
    height: 60px;
    transition: all 0.3s linear; }
  .declarations-item__bg-icon {
    width: 90px;
    height: 102px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke: #093042;
    opacity: .1; }
  .declarations-item:hover, .declarations-item:active {
    border: 1px solid #F39507;
    box-shadow: 0px 4px 10px rgba(243, 116, 7, 0.1); }
    .declarations-item:hover:before, .declarations-item:active:before {
      background-color: #F39507; }
    .declarations-item:hover .declarations-item__icon, .declarations-item:active .declarations-item__icon {
      fill: #F39507; }

.declarations-slider-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .declarations-slider-nav__item {
    cursor: pointer;
    fill: #093042;
    margin-bottom: 48px; }
    .declarations-slider-nav__item_right {
      order: 3; }
  .declarations-slider-nav__icon {
    width: 33px;
    height: 11px; }
  .declarations-slider-nav .slick-dots {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 24px; }
    .declarations-slider-nav .slick-dots > li {
      display: inline-block; }
    .declarations-slider-nav .slick-dots > li:only-child {
      display: none; }
    .declarations-slider-nav .slick-dots li {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      transform: translateY(-1px); }
      .declarations-slider-nav .slick-dots li button {
        width: 100%;
        height: 100%;
        background-color: #DFE1EB;
        border: none;
        padding: 0;
        text-indent: -9999px; }
      .declarations-slider-nav .slick-dots li.slick-active {
        height: 16px; }
        .declarations-slider-nav .slick-dots li.slick-active button {
          background-color: #F39507; }

.declarations-site {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 150%; }
  @media (max-width: 767px) {
    .declarations-site {
      display: block;
      font-size: 15px;
      text-align: center; } }
  .declarations-site a {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #F39507;
    text-decoration: underline;
    margin-left: 20px;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .declarations-site a {
        margin-left: 0;
        margin-top: 4px; } }
    .declarations-site a:hover, .declarations-site a:active {
      color: #FEB649; }

.support-video {
  padding: 100px 0 220px; }
  @media (max-width: 767px) {
    .support-video {
      padding: 64px 0 184px; } }

.support-video-wrap {
  padding-bottom: 56%;
  height: 0;
  position: relative;
  overflow: hidden; }
  .support-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.main-support {
  margin-bottom: 140px; }
  @media (max-width: 1279px) {
    .main-support {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .main-support {
      margin-bottom: 64px; } }

.support-white-bottom {
  margin-bottom: 220px; }
  @media (max-width: 767px) {
    .support-white-bottom {
      margin-bottom: 184px; } }

.support-block {
  background-color: #F39507;
  padding: 64px 48px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .support-block {
      padding: 48px 20px; } }
  @media (max-width: 767px) {
    .support-block {
      padding: 40px 20px; } }
  .support-block__icon {
    position: absolute;
    stroke: #fff;
    opacity: .4; }
    .support-block__icon_left {
      width: 425px;
      height: 469px;
      left: -120px;
      bottom: -300px; }
    .support-block__icon_right {
      width: 302px;
      height: 333px;
      right: -25px;
      bottom: -150px; }
      @media (max-width: 1279px) {
        .support-block__icon_right {
          display: none; } }
  .support-block__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media (max-width: 1279px) {
      .support-block__content {
        flex-wrap: wrap;
        align-items: flex-start; } }
  .support-block__title {
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-right: 64px;
    width: 260px;
    flex: none; }
    @media (max-width: 1279px) {
      .support-block__title {
        width: calc(43% - 24px);
        margin-right: 24px; } }
    @media (max-width: 767px) {
      .support-block__title {
        width: 100%;
        font-size: 18px;
        line-height: 140%;
        margin-right: 0;
        margin-bottom: 16px; } }
  .support-block__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-right: 64px; }
    @media (max-width: 1279px) {
      .support-block__description {
        width: 57%;
        margin-right: 0;
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .support-block__description {
        width: 100%;
        font-size: 15px;
        line-height: 150%; } }
  .support-block__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    min-width: 230px;
    height: 72px;
    padding: 0 24px;
    background-color: #030F15;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .support-block__button {
        margin-left: 43%; } }
    @media (max-width: 767px) {
      .support-block__button {
        height: 56px;
        font-size: 14px;
        margin-left: 0; } }
    .support-block__button:hover, .support-block__button:active {
      background-color: #4E5F67; }

.subscription-section {
  background-color: #F5F8FA; }

.subscription-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 112px; }
  @media (max-width: 1279px) {
    .subscription-wrapper {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .subscription-wrapper {
      padding: 0 12px; } }

.subscription {
  width: 100%;
  background-color: #093042;
  padding: 64px 133px;
  margin-top: -120px;
  position: relative; }
  @media (max-width: 1279px) {
    .subscription {
      padding: 64px 42px; } }
  @media (max-width: 767px) {
    .subscription {
      padding: 32px 20px 40px; } }
  .subscription:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    width: calc(100% - 20px);
    height: 15px;
    background-color: #E1EFF5;
    border-radius: 2px; }
    @media (max-width: 767px) {
      .subscription:after {
        height: 12px; } }
  .subscription:before {
    display: block;
    content: '';
    position: absolute;
    top: calc(100% + 15px);
    left: 20px;
    width: calc(100% - 40px);
    height: 12px;
    background-color: #EBF4F9;
    border-radius: 2px; }
    @media (max-width: 767px) {
      .subscription:before {
        top: calc(100% + 12px); } }
  .subscription__icon {
    width: 302px;
    height: 333px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke: #fff;
    opacity: .2; }
  .subscription__title {
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .subscription__title {
        margin-bottom: 16px; } }
  .subscription__description {
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center; }
    @media (max-width: 767px) {
      .subscription__description {
        font-size: 20px; } }
  .subscription__text {
    text-align: center;
    color: #E1EFF5;
    opacity: .6;
    font-size: 14px;
    line-height: 17px;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .subscription__text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px; } }
    .subscription__text a {
      color: #E1EFF5;
      font-size: 14px;
      line-height: 17px;
      text-decoration: underline;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .subscription__text a {
          font-size: 12px;
          line-height: 15px; } }

.subscription-form {
  width: 100%;
  position: relative;
  z-index: 1; }
  .subscription-form__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px; }
    @media (max-width: 767px) {
      .subscription-form__list {
        display: block;
        margin-top: 24px; } }
  .subscription-form__list-item {
    display: block;
    margin-right: 40px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 1279px) {
      .subscription-form__list-item {
        margin-right: 27px; } }
    @media (max-width: 767px) {
      .subscription-form__list-item {
        margin-right: 0;
        margin-bottom: 18px;
        font-size: 15px; } }
    .subscription-form__list-item:last-child {
      margin-right: 0; }
      @media (max-width: 767px) {
        .subscription-form__list-item:last-child {
          margin-bottom: 0; } }
    .subscription-form__list-item input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .subscription-form__list-item input:checked {
        pointer-events: none; }
      .subscription-form__list-item input:checked ~ .checkmark:after {
        display: block; }
    .subscription-form__list-item .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      background-color: transparent;
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 1px; }
      .subscription-form__list-item .checkmark:after {
        display: none;
        content: '';
        position: absolute;
        left: 8px;
        top: 4px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s linear; }
    .subscription-form__list-item:hover input:not(:checked) ~ .checkmark:after, .subscription-form__list-item:active input:not(:checked) ~ .checkmark:after {
      display: block;
      opacity: .2; }
  .subscription-form__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #093042;
    width: 100%;
    height: 64px;
    border: 1px solid #E1EFF5;
    border-radius: 1px;
    margin-top: 33px;
    padding: 19px 32px 19px 55px; }
    @media (max-width: 1279px) {
      .subscription-form__inputs {
        margin-top: 30px;
        padding: 19px 20px; } }
    @media (max-width: 767px) {
      .subscription-form__inputs {
        margin-top: 18px;
        padding: 19px 12px; } }
    .subscription-form__inputs input[type="submit"] {
      display: none; }
  .subscription-form__email {
    flex: 1;
    background-color: #093042;
    border: none;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #E1EFF5; }
    @media (max-width: 767px) {
      .subscription-form__email {
        font-size: 15px; } }
    .subscription-form__email::-webkit-input-placeholder {
      color: #E1EFF5; }
    .subscription-form__email:-moz-placeholder {
      color: #E1EFF5; }
    .subscription-form__email::-moz-placeholder {
      color: #E1EFF5; }
    .subscription-form__email:-ms-input-placeholder {
      color: #E1EFF5; }
    .subscription-form__email::-ms-input-placeholder {
      color: #E1EFF5; }
    .subscription-form__email:placeholder {
      color: #E1EFF5; }
  .subscription-form__button {
    display: flex;
    align-items: center;
    flex: none;
    margin-left: 32px;
    cursor: pointer; }
    @media (max-width: 1279px) {
      .subscription-form__button {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .subscription-form__button {
        margin-left: 12px; } }
    .subscription-form__button span {
      color: #F39507;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .subscription-form__button span {
          display: none; } }
    .subscription-form__button svg {
      width: 16px;
      height: 17px;
      fill: #F39507;
      transition: all 0.3s linear;
      margin-left: 8px; }
      @media (max-width: 767px) {
        .subscription-form__button svg {
          margin-left: 0; } }
    .subscription-form__button:hover span, .subscription-form__button:active span {
      color: #FEB649; }
    .subscription-form__button:hover svg, .subscription-form__button:active svg {
      fill: #FEB649; }

.contacts-wrap {
  display: flex;
  margin: 0 -27px; }
  @media (max-width: 1279px) {
    .contacts-wrap {
      margin: 0 -10px; } }
  @media (max-width: 767px) {
    .contacts-wrap {
      flex-wrap: wrap;
      margin: 0; } }

.contacts-item {
  width: calc(33.33% - 54px);
  height: auto;
  min-height: 160px;
  margin: 0 27px 57px;
  padding: 36px 48px 24px;
  position: relative;
  border: 1px solid #030F15;
  transition: all 0.3s linear; }
  @media (max-width: 1279px) {
    .contacts-item {
      width: calc(33.33% - 20px);
      height: auto;
      min-height: unset;
      margin: 0 10px 20px;
      padding: 36px 28px 24px; } }
  @media (max-width: 767px) {
    .contacts-item {
      width: 100%;
      margin: 0 0 24px;
      padding: 0;
      border: none; } }
  .contacts-item:nth-child(2) {
    margin: 57px 27px 0; }
    @media (max-width: 1279px) {
      .contacts-item:nth-child(2) {
        margin: 20px 10px 0; } }
    @media (max-width: 767px) {
      .contacts-item:nth-child(2) {
        margin: 0 0 24px; } }
  @media (max-width: 767px) {
    .contacts-item:last-child {
      margin: 0; } }
  .contacts-item:before {
    display: block;
    content: '';
    width: 24px;
    height: 1px;
    background-color: #093042;
    position: absolute;
    top: 48px;
    left: -11px;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .contacts-item:before {
        display: none; } }
  .contacts-item__name {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #4E5F67;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .contacts-item__name {
        font-size: 15px;
        margin-bottom: 4px; } }
  .contacts-item__value {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em; }
    @media (max-width: 1279px) {
      .contacts-item__value {
        font-size: 16px;
        line-height: 150%; } }
    @media (max-width: 767px) {
      .contacts-item__value {
        font-size: 15px; } }
  @media (max-width: 767px) {
    .contacts-item__social-list {
      margin-top: 11px; } }
  .contacts-item__social-list .social-list-item {
    margin-right: 20px; }
    .contacts-item__social-list .social-list-item:last-child {
      margin-right: 0; }
    .contacts-item__social-list .social-list-item .social-icon {
      fill: #4E5F67; }
  .contacts-item__icon {
    width: 90px;
    height: 102px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke: #093042;
    opacity: .1; }
    @media (max-width: 767px) {
      .contacts-item__icon {
        display: none; } }

.search-section {
  padding-bottom: 184px; }

.search-text {
  margin-top: 14px;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  line-height: 150%;
  text-align: center; }
  @media (max-width: 1279px) {
    .search-text {
      margin-top: 12px;
      text-align: left; } }
  @media (max-width: 767px) {
    .search-text {
      font-size: 15px; } }
  .search-text__count {
    color: #F39507; }

.error-404 {
  padding: 72px 0 120px;
  position: relative; }
  .error-404:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DFE1EB;
    position: absolute;
    top: 72px;
    left: 0; }
    @media (max-width: 767px) {
      .error-404:before {
        top: 56px; } }
  .error-404__content {
    max-width: 630px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .error-404__title {
    font-family: Montserrat-Bold;
    font-size: 80px;
    line-height: 140%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #093042;
    margin-bottom: 28px;
    position: relative; }
    @media (max-width: 767px) {
      .error-404__title {
        margin-bottom: 24px; } }
    .error-404__title:after {
      display: block;
      content: '';
      width: 32px;
      height: 7px;
      background-color: #189CD9;
      position: absolute;
      left: 100%;
      bottom: 10px; }
  .error-404__text {
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .error-404__text {
        font-size: 24px;
        margin-bottom: 24px; } }
  .error-404__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #F39507;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .error-404__link {
        display: block;
        width: 270px;
        font-size: 15px;
        text-align: center; } }
    .error-404__link svg {
      width: 16px;
      height: 17px;
      fill: #F39507;
      transition: all 0.3s linear;
      margin-left: 8px; }
      @media (max-width: 767px) {
        .error-404__link svg {
          margin-left: 0;
          display: inline-block;
          transform: translate(5px, 5px); } }
    .error-404__link:hover span, .error-404__link:active span {
      color: #FEB649; }
    .error-404__link:hover svg, .error-404__link:active svg {
      fill: #FEB649; }

.error-404-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  height: 648px; }
  @media (max-width: 1279px) {
    .error-404-wrap {
      height: 556px; } }
  @media (max-width: 1279px) {
    .error-404-wrap {
      height: unset; } }

.footer {
  padding-top: 92px;
  background-color: #F5F8FA; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 56px; } }

.footer-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 112px; }
  @media (max-width: 1279px) {
    .footer-wrapper {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .footer-wrapper {
      padding: 0 12px; } }

.footer-top {
  display: flex;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .footer-top {
      flex-wrap: wrap;
      padding-bottom: 50px; } }

.footer-menu {
  width: 33.33%;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .footer-menu {
      width: 100%;
      padding-right: 0;
      margin-bottom: 24px; } }

.footer-contacts {
  width: 270px;
  flex: none;
  margin-left: auto; }
  @media (max-width: 767px) {
    .footer-contacts {
      width: 100%;
      margin-top: 20px;
      margin-left: 0;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .footer-contacts__title {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .footer-contacts__title {
        font-size: 13px;
        height: 16px;
        margin-bottom: 24px; } }
  .footer-contacts__email {
    display: block;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .footer-contacts__email {
        font-size: 15px; } }
  @media (max-width: 767px) {
    .footer-contacts__social-list {
      justify-content: center; } }
  .footer-contacts__social-list .social-list-item {
    margin-right: 15px; }
    .footer-contacts__social-list .social-list-item:last-child {
      margin-right: 0; }

.menu-bottom {
  list-style: none; }
  @media (max-width: 767px) {
    .menu-bottom {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .menu-bottom .menu-item {
    margin-bottom: 24px; }
    .menu-bottom .menu-item:last-child {
      margin-bottom: 0; }
    .menu-bottom .menu-item a {
      display: block;
      padding: 0;
      font-size: 16px;
      line-height: 150%;
      transition: all 0.3s linear; }
      .menu-bottom .menu-item a:hover {
        color: #4E5F67; }
      .menu-bottom .menu-item a:active {
        color: #093042; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 50px;
  border-top: 1px solid #DFE1EB; }
  @media (max-width: 767px) {
    .footer-bottom {
      display: block;
      padding: 35px 0; } }

.footer-copyright {
  color: #4E5F67;
  font-size: 14px;
  line-height: 17px;
  margin-right: 40px; }
  @media (max-width: 767px) {
    .footer-copyright {
      font-size: 12px;
      line-height: 15px;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center; } }

.footer-dev {
  width: 270px;
  flex: none; }
  @media (max-width: 767px) {
    .footer-dev {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .footer-dev a {
    display: block;
    color: #4E5F67;
    font-size: 14px;
    line-height: 17px;
    margin-top: 14px; }
    @media (max-width: 767px) {
      .footer-dev a {
        font-size: 12px;
        line-height: 15px;
        margin-top: 20px; } }
    .footer-dev a:first-child {
      margin-top: 0; }
  .footer-dev__icon {
    fill: #4E5F67;
    margin-left: 5px; }
    @media (max-width: 767px) {
      .footer-dev__icon {
        margin-left: 8px; } }
  .footer-dev .developed-icon {
    width: 75px;
    height: 13px; }
  .footer-dev .designed-icon {
    width: 11px;
    height: 15px; }
