/*!
Theme Name: antac2016
Theme URI: https://demch.co
Author: Demch.co
Author URI: https://demch.co
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: antac2016
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

antac2016 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@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-ExtraBold";
  src: url("fonts/Montserrat-ExtraBold.eot");
  src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-ExtraBold.woff") format("woff"),
    url("fonts/Montserrat-ExtraBold.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;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 954px) {
  .social-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
  }
}


.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_telegram {
  width: 14px;
  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 0px 40px;
}
@media (max-width: 767px) {
  .header-logo {
    padding: 7px 14px 0 12px;
  }
  .header-logo.en {
    padding: 7px 10px 0 10px;
  }
}

.header-logo .logo-uk {
  width: 98px;
  height: 24px;
}
@media (max-width: 767px) {
  .header-logo .logo-uk {
    width: 61px;
    height: 15px;
  }
}

.header-logo .logo-en {
  width: 134px;
  height: 24px;
}
@media (max-width: 767px) {
  .header-logo .logo-en {
    width: 67px;
    height: 12px;
  }
}

.header-menu {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  max-width: 100%;
  transition: transform 0.3s ease 0.5s, max-width 0s ease 0.5s;
}
.search-opened .header-menu {
  transform: translateY(-72px);
  max-width: 0;
  transition: transform 0.3s ease, max-width 0s ease 0.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 0.5s;
}
.search-opened .search-form-wrap {
  flex: 1;
  max-width: 100%;
  transition: all 0s ease 0.3s;
}

.search-form {
  display: flex;
  width: 100%;
  height: 34px;
  z-index: 1;
  background-color: transparent;
  transform: translateX(101%);
  transition: all 0.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 0.5s ease 0.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: #f39507;
  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 0.3s ease 0.5s, background-color 0.3s linear;
}
.header-donate a {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-donate:hover,
.header-donate:active {
  background-color: #feb649;
}
@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 0.3s ease 0.5s;
  }
  .search-opened .transform-wrap {
    max-width: 0;
    transition: max-width 0.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;
}

html[lang="en-US"] .results-item:nth-child(2) {
  min-height: 200px;
}
html[lang="en-US"]
  .results-item:nth-child(2)
  .results-item__wrap:hover
  .results-item__content,
html[lang="en-US"]
  .results-item:nth-child(2)
  .results-item__wrap:active
  .results-item__content {
  height: 290px;
}
html[lang="en-US"]
  .results-item:nth-child(2)
  .results-item__wrap:hover
  .results-item__text,
html[lang="en-US"]
  .results-item:nth-child(2)
  .results-item__wrap:active
  .results-item__text {
  height: 250px;
}

@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;
  z-index: -2;
  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%);
}
@media (max-width: 767px) {
  .results-item__content {
    display: flex;
    width: 100%;
    height: auto;
    opacity: 1;
    overflow: hidden;
    position: static;
    transform: translate(0%, 0%);
    background-color: #093042;
    padding: 15px;
    margin-top: 10px;
  }
}
.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 0.7s ease, opacity 0.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 0.3s ease 0.7s;
}
@media (max-width: 1279px) {
  .results-item__text {
    width: 242px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .results-item__text {
    height: auto;
  }
}
.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;
  }
}

.results-item__text a {
  color: #f39507;
  font-weight: bold;
}

.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: 53px auto 0 auto;
  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: 0.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;
}
.filters-list--cases {
  justify-content: space-between;
}
.cases-filters-type {
  margin-top: 40px;
  background-color: #fff;
  padding: 31px 34px;
  display: none;
  z-index: 27;
  column-gap: 27px;
}
.cases-filters-type .filters-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #030f15;
}
.cases-filters-type .cases-filter_type {
  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: 0px;
  margin-top: 0px;
  border-bottom: none;
}
.cases-filters-type .cases-filter_type.active {
  background: #093042;
  color: #ffffff;
  border-bottom: none;
}
.cases-filters-type .filters-list--cases-type {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: none;
}
.cases-filters-type .cases-filter_type:hover,
.cases-filters-type .cases-filter_type:active {
  background-color: #093042;
  color: #fff;
}
.article-none {
  margin: 0 auto;
}
.content-section.content-top-cases {
  margin-bottom: 0;
}
.heading-section_search-cases {
  padding: 50px 0 30px;
}
.heading-section_search-cases .heading-section__title {
  margin-top: 0px;
}
@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;
  }
  .cases-filters-type {
    margin-top: 15px;
    padding: 0;
    height: 56px;
  }
  .cases-filters-type .filters-list--cases-type {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 0;
  }
  .cases-filters-type
    .filters-list--cases-type
    .cases-filter_type:first-of-type {
    margin-top: 18px;
  }
  .cases-filters-type .filters-list--cases-type .cases-filter_type {
    background-color: transparent;
    padding: 0;
  }
  .cases-filters-type .cases-filter_type:hover,
  .cases-filters-type .cases-filter_type:active {
    color: #093042;
    font-weight: 700;
  }
  .cases-filters-type .cases-filter_type.active {
    color: #093042;
    font-weight: 700;
  }
}

.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;
  }
  .cases-filters-type .filters-name {
    display: 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 auto;
  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;
}
.single-cases-info {
  padding: 30px 0 60px;
}
.num__label,
.judges__label {
  width: calc(100% / 12 * 3);
}
.num__value,
.judges__value {
  width: calc(100% / 12 * 9);
}
.single-cases-num,
.single-cases-judges {
  padding: 16px 0;
  border-bottom: 2px solid #dfe1eb;
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #030f15;
}
.archive-news.last-news {
  padding-bottom: 80px;
}
.last-news .archive-news-title {
  max-width: 790px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #030f15;
  margin: 0 auto;
}
.last-news .archive-news-wrap {
  margin: 40px auto 0;
  max-width: 790px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last-news .archive-news-wrap .news-item {
  width: calc(100% / 12 * 6 - 15px);
  margin: 0;
}
.single-cases-description {
  padding-bottom: 50px;
}
.cases-tags__list {
  max-width: 790px;
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 2px solid #f39507;
  padding: 16px 24px 18px;
  margin-bottom: 128px;
}
.cases-tag__item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #4e5f67;
  opacity: 0.6;
  margin-right: 34px;
}
.archive-news .archive-news-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #030f15;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article-content p {
    margin: 12px auto;
  }
  .last-news .archive-news-wrap .news-item {
    width: 100%;
    margin: 0;
  }
}
.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: 0.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;
}

.special-projects-item[data-done="1"]:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  width: calc(100% + 22px);
  height: calc(100% + 20px);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
@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: 0.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: 0.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: 0.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: 0.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: 0.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 0.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;
  opacity: 0;
}
.donate-popup.active {
  transform: translateY(0);
  opacity: 1;
}

.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: 0.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;
}
.donate-section--home {
  margin-top: 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;
  }
}

.page-template-page-home .donate-section {
  margin-top: 0;
}

.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: 20px;
  }
}
.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;
}
.donate-details__item--patreon {
  margin-top: 40px;
  /* margin-bottom: -66px !important; */
}
@media (max-width: 1365px) {
  .donate-details__item--patreon {
    margin-top: 0px;
    margin-bottom: 16px !important;
  }
}
@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: 0.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;
  }
}
.audits {
  background-color: #f5f8fa;
  padding: 64px 0;
}
.declarations {
  background-color: #f5f8fa;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .declarations,
  .audits {
    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,
.audits-wrap {
  margin: 48px -34px 0;
}
@media (max-width: 1279px) {
  .declarations-wrap,
  .audits-wrap {
    margin: 48px -10px 0;
  }
}
@media (max-width: 767px) {
  .declarations-wrap,
  .audits-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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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;
}

@media (max-width: 1365px) {
  .apexcharts-legend {
    justify-content: flex-start !important;
  }
  /*display: block;
  width: 350px;*/
}

/* Alex Demchco 27/05/2020 fix pdf on content */
.article-content iframe {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /*height: 80vh;*/
}

.article-content figure.wp-block-embed-youtube div {
  transform: translateX(0%);
  right: -50%;
  overflow: inherit;
}

.unsubscribe_block {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}

/* Alex Demchco 03/07/2020 fix twitter on content */
.twitter-tweet.twitter-tweet-rendered iframe {
  transform: none;
}

/*statistic link*/
.statistic {
  display: block;
  position: fixed;
  padding: 6px 10px;
  right: 20px;
  bottom: 20px;
  height: 50px;
  background-color: #093042;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  z-index: 10;

  font-family: Montserrat-Black;
  font-size: 20px;
  color: #f39507;
  text-align: center;
  -webkit-text-fill-color: #f39507;
  -webkit-text-stroke: 0.5px #093042;
  transition: all 0.3s linear;
}

.statistic:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.statistic::after {
  content: "";
  display: flex;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 10px solid #f39507;
  transition: all 0.3s linear;
  animation: arrowmove 1s linear infinite;
}

.statistic:hover::after {
  border-top-color: #fff;
}

@keyframes arrowmove {
  0% {
    margin-top: 2px;
  }
  50% {
    margin-top: 5px;
  }
  100% {
    margin-top: 2px;
  }
}

body.page-template-page-support .report-btn {
  margin: 0 auto;
}

/* Alex Demch.co 03/02/2021 */
.main-targets-wrap
  .targets-card__item.targets-item
  .targets-item__description
  a {
  color: #f39507;
  font-weight: bold;
}
.main-targets-wrap
  .targets-card__item.targets-item
  .targets-item__description
  a:hover {
  color: #feb649;
}

/* Alex Demch.co 27/05/2021 */
.page-template-page-support .chart-section .arrow-navigation-year {
  display: none;
}
@media (max-width: 767px) {
  /* declarations */
  .page-template-page-support .declarations .wrapper {
    overflow: hidden;
  }
  /* chart-section */
  .page-template-page-support .chart-section .main-news-filters {
    margin-top: 0px;
  }

  .page-template-page-support .chart-section div#chart {
    margin-bottom: 10px;
    padding-top: 100px;
  }
  .page-template-page-support .chart-section .filters-list {
    max-height: max-content;
    height: 80px;
    display: flex;
    padding: 0;
    margin-top: 10px;
  }
  .page-template-page-support .chart-section .filters-item {
    margin: 0 15px 0 0;
  }
  .page-template-page-support .chart-section .filters-item span {
    padding: 5px 5px;
    border: 1px solid #dfe1eb;
    border-radius: 1px;
  }
  .page-template-page-support .chart-section .arrow-navigation-year {
    display: block;
  }
  .page-template-page-support
    .chart-section
    .arrow-navigation
    svg.declarations-slider-nav__icon {
    margin-right: 8px;
    margin-left: 8px;
  }
  .page-template-page-support .chart-section .arrow-navigation {
    display: flex;
    justify-content: center;
    /* margin-top: 12px; */
  }
}

/* #chart legend */
@media (max-width: 767px) {
  .page-template-page-support
    #chart
    .apexcharts-legend
    .apexcharts-legend-series {
    min-width: 100%;
  }
}

#chart .apexcharts-legend .apexcharts-legend-series {
  margin-bottom: 15px !important;
}

#chart .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-marker {
  min-width: 16px;
  margin-right: 6px;
}

#chart .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
  margin-left: 10px;
  display: flex;
}

#chart .apexcharts-legend .apexcharts-legend-series {
  display: flex;
  align-items: center;
}

.audits .declarations-item__year {
  font-size: 30px;
  line-height: 35px;
}

/* intro image */
@media (max-width: 1430px) {
  .header-menu .menu-top .menu-item {
    margin-right: 20px;
  }
  .header-menu .menu-top .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .header-menu .menu-top .menu-item {
    margin-right: 15px;
  }
  .header-menu .menu-top .menu-item a {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .header-menu .menu-top .menu-item {
    margin-right: 15px;
  }
  .header-menu .menu-top .menu-item a {
    font-size: 13px;
  }
}

/* Donate popup */
.dp {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 77px;
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  overflow: hidden;
}

.dp.show {
  display: flex;
}

.dp__overlay {
  background: #0d6893a3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dp__content {
  position: relative;
  z-index: 10;
  width: 370px;
  border-radius: 4px;
  /* border: 1px solid #000; */
  background-color: #f39507;
  padding: 30px 40px 40px;
}

.dp.show .dp__content {
  animation: show_popup 1s ease-in-out forwards;
}

.dp__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  display: flex;
}

.dp__close svg {
  stroke: #000;
  width: 15px;
  height: 15px;
}

.dp__content p {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  line-height: 28.6px;
  letter-spacing: 0.01em;
  text-align: left;
  /* color: #fff;
  text-transform: uppercase; */
  margin-bottom: 16px;
}

.dp__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.dp__link {
  width: 100%;
  height: 50px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.dp__link:hover {
  background-color: #303030;
}

.dp__link--parteon {
  font-family: Montserrat-SemiBold;
  letter-spacing: 0;
}

/* Donate platform links - Support page */
.donate-details__donate {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.donate-details__donate a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.donate-details__parteon {
  background-color: #ff424d;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: left;
  transition: 0.3s all;
}
.donate-details__parteon:hover {
  background-color: #ff1825;
}
.donate-details__bmac {
  background-color: #ffdd00;
}
.donate-details__bmac:hover {
  background-color: #ffea61;
}
.donate-details__description--last {
  margin-top: 80px;
  margin-bottom: 30px;
}
@keyframes show_popup {
  to {
    right: 0;
  }
}

/**** Monitoring ****/

.monitoring-section {
  background-color: #f6f8fa;
  padding: 80px 0;
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .monitoring-section {
    background-color: #f6f8fa;
    padding: 64px 0 32px;
    margin: 0;
  }
}

/* .monitoring-section .wrapper {
  max-width: 1600px;
} */

.monitoring-section h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
}

.monitoring-section__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

.monitoring-section__col {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.monitoring-section__desc {
  margin-bottom: 80px;
  max-width: 600px;
  width: 100%;
}

.monitoring-section__desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 16px;
}

.monitoring-section a.main-btn {
  max-width: max-content;
  margin-top: auto;
}

.monitoring-section__desc p:last-child {
  margin-bottom: 0;
}

.monitoring-section__message {
  background-color: #003144;
  max-width: 500px;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  padding: 40px 30px 30px;
  border-radius: 20px 20px 20px 0;
}

.monitoring-section__message:before {
  top: calc(100% - 1px);
  left: 0;
  width: 36px;
  height: 32px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 32L35.849 0.605896H0V32Z' fill='%23003144'/%3E%3C/svg%3E%0A");
  background-size: 36px 32px;
  background-repeat: no-repeat;
  background-position: left top;
}

.monitoring-section__message h3,
h4,
h5,
h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: #f29512;
  text-align: left;
  margin-bottom: 20px;
}

.monitoring-section__message p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.monitoring-section__message p:last-child {
  margin-bottom: 0;
}

.monitoring-section__message a {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #f29512;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  gap: 10px;
  align-items: flex-end;
}

.monitoring-section__message a svg {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .monitoring-section__row {
    flex-direction: column;
    gap: 80px;
  }
  .monitoring-section__desc,
  .monitoring-section__message {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .monitoring-section h2 {
    margin-bottom: 40px;
  }
  .monitoring-section__desc {
    margin-bottom: 30px;
  }
  .monitoring-section__col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .monitoring-section__desc p {
    font-size: 16px;
  }
}

/**** END Monitoring ****/

.page-template-page-home .chart-section {
  margin-bottom: 200px;
}

.page-template-page-support .chart-section {
  margin: 100px 0;
}

.chart-section__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.last-videos {
  padding-bottom: 100px;
}

/*** Serpom Home ***/

.first-screen {
  background-color: #051d28;
  padding: 100px 0;
  margin-bottom: 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.first-screen .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.first-screen__image.first-screen__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 100%;
  width: 600px;
  z-index: 9001;
  margin-top: -15px;
}

.first-screen .first-screen-block {
  max-width: 700px;
  width: 100%;
}

.first-screen .first-screen-block h2 {
  color: #f39507;
  margin-bottom: 20px;
}

.first-screen .first-screen-block__description {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  padding-right: 70px;
}

.first-screen .first-screen-block__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 160.1%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.first-screen .first-screen-block__link:after {
  -webkit-box-sizing: inherit;
  position: relative;
  box-sizing: inherit;
  border: solid #ffffff;
  border-width: 0px 1px 1px 0px;
  content: "";
  height: 4px;
  width: 4px;
  right: -11px;
  top: 11px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.first-screen .first-screen-block__link:hover {
  color: #f77638;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.first-screen .first-screen-block__link:hover:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #f77638;
}

.first-screen .first-screen-block__block-button {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 0 52px 0;
}

@media screen and (max-width: 991px) {
  .first-screen .first-screen-block__block-button {
    justify-content: center;
  }
  .first-screen .first-screen-block__description {
    font-size: 16px;
  }
}

.intro-statistic {
  padding-left: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-statistic__item {
  margin-bottom: 36px;
}

.intro-statistic__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
}

.intro-statistic__value {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .first-screen .first-screen-block__description {
    padding-right: 40px;
  }
  .intro-statistic {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .first-screen .wrapper {
    flex-direction: column;
  }
  .first-screen .first-screen-block__description {
    padding-right: 0px;
  }
  .intro-statistic {
    padding-left: 0px;
    border: none;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  .intro-statistic__value {
    font-size: 40px;
  }
  .first-screen__image.first-screen__item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .first-screen {
    padding: 60px 0;
  }
  .intro-statistic {
    flex-direction: column;
  }
  .intro-statistic__item {
    text-align: center;
  }
}
/*** END Serpom Home ***/

/***  Our honors ***/
.honors-content {
  padding: 64px 0;
  background-color: #f5f8fa;
}
.base-title {
  text-align: center;
}
.honors-content-wrap {
  display: flex;
  gap: 64px;
  margin-top: 64px;
}
.honors-content-text {
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: 0.4;
}
.honors-content-img {
  flex: 0 0 450px;
}
.honors-content-img img {
  width: 100%;
  height: auto;
}

/*** Slider years ***/
.honors-slider {
  overflow: hidden;
}
.years-slider {
  margin: 30px 0 25px;
  border-bottom: 1px solid #dfe1eb;
}
.years-slider .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 135px;
}
.years-slider .swiper-slide {
  position: relative;
  width: fit-content;
  padding-bottom: 25px;
  font-family: "Montserrat-Bold";
  font-weight: 900;
  font-size: 2rem;
  color: #667f8a;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #667f8a;
  transition: all 0.3s ease;
  cursor: pointer;
}
.years-slider .swiper-slide:hover {
  -webkit-text-stroke-color: #f39507;
}
.years-slider .swiper-slide:after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #667f8a;
  transition: background-color 0.3s ease;
}
.years-slider .swiper-slide-thumb-active {
  font-weight: 900;
  font-size: 5.8125rem;
  padding-bottom: 40px;
  color: #f39507;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #f39507;
}
.years-slider .swiper-slide-thumb-active::after {
  background-color: #f39507;
  width: 20px;
  height: 20px;
  bottom: -10px;
}

/*** Slider body ***/
.achievements-slider {
  overflow: hidden;
}
.achievements-slider .swiper-slide {
  padding: 30px 60px;
  background-color: #f5f8fa;
}
.achievements-slider .swiper-slide p {
  position: relative;
  font-size: 1rem;
  line-height: 135%;
  margin-top: 16px;
  padding-left: 27px;
}
.achievements-slider .swiper-slide p::after {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  height: 7px;
  width: 7px;
  background-color: #f39507;
}
.achievements-slider .swiper-slide p:first-child {
  margin-top: unset;
}
.achievements-slider .swiper-slide a {
  font-weight: 700;
  color: #f39507;
  transition: color 0.2s ease;
}
.achievements-slider .swiper-slide a:hover {
  color: #feb649;
}
.achievements-slider .swiper-slide ul {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 135%;
  margin-top: 16px;
  list-style-position: inside;
}
.achievements-slider .swiper-slide ul li::marker {
  color: #f39507;
}

@media (max-width: 1024px) {
  .honors-content-wrap {
    margin-top: 48px;
    gap: 40px;
  }
  .honors-content-img {
    flex: 0 0 300px;
  }
  .years-slider .swiper-slide {
    min-width: 100px;
    width: 100px;
  }
  .years-slider .swiper-slide:last-child {
    margin-right: 120px;
  }
  .years-slider .swiper-slide-thumb-active {
    min-width: 239px;
    width: 239px;
  }
}
@media (max-width: 768px) {
  .honors-content-wrap {
    flex-direction: column;
  }
  .honors-content-text {
    text-align: center;
  }
  .honors-content-img {
    flex: 0 0 auto;
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
  }

  .achievements-slider .swiper-slide {
    padding: 30px 20px;
  }

  .achievements-slider .swiper-slide:after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .honors-content {
    padding: 40px 0;
  }
  .honors-content-wrap {
    margin-top: 32px;
    gap: 30px;
  }
  .honors-content-text {
    font-size: 1rem;
  }
  .honors-content-img {
    width: 100%;
  }

  .years-slider .swiper-wrapper {
    min-height: 108px;
  }
  .years-slider .swiper-slide {
    min-width: 57px;
    width: 57px;
    font-size: 1.375rem;
    touch-action: none;
  }
  .years-slider .swiper-slide:last-child {
    margin-right: 50px;
  }
  .years-slider .swiper-slide-thumb-active {
    min-width: 106px;
    width: 106px;
    padding-bottom: 65px;
    font-size: 2.5rem;
  }

  .achievements-slider .swiper-slide p {
    padding-left: 15px;
    font-size: 0.75rem;
  }
  .achievements-slider .swiper-slide p::after {
    top: 6px;
    width: 4px;
    height: 4px;
  }
  .achievements-slider .swiper-slide ul {
    font-size: 0.75rem;
  }
}

/******** Our awards ********/
.our-awards {
  background-color: #f5f8fa;
  padding: 64px 0;
}
.our-awards-headline {
  margin-bottom: 48px;
  text-align: center;
}
.our-awards-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 28px;
}
.our-awards-card {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  width: calc(25% - 21px);
}
.our-awards-img {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 1 / 1;
  padding: 17px;
  background-color: #fff;
  border: 1px solid var(--black, #051d28);
}
.our-awards-img img {
  width: 100%;
  height: auto;
}
.our-awards-year {
  position: absolute;
  left: 20px;
  bottom: 0;
  transform: translateY(50%);
  z-index: 3;
  font-family: "Montserrat-Bold";
  font-weight: 900;
  font-size: 2.5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f39507;
  transition: all 0.3s ease;
  cursor: pointer;
}
.our-awards-title {
  margin-top: 45px;
  margin-bottom: unset;
}
.our-awards-title p,
.our-awards-title li {
  text-align: center;
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
.our-awards-title a {
  color: #F39507;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.our-awards-title a:hover {
  color: #feb649;
}

@media (max-width: 1024px) {
  .our-awards-cards {
    justify-content: center;
  }
  .our-awards-card {
    width: calc(33.333% - 22px);
  }
}
@media (max-width: 768px) {
  .our-awards-card {
    width: calc(50% - 14px);
  }
}
@media (max-width: 576px) {
  .our-awards-headline {
    margin-bottom: 32px;
  }
  .our-awards-card {
    width: 100%;
  }
  .our-awards-img {
    width: 200px;
    margin: 0 auto;
  }
  .our-awards-year {
    font-style: 1.875rem;
  }
  .our-awards-title {
    margin-top: 40px;
  }
}


/******* home-attacks *******/
.home-attacks {
  margin-top: 100px;
}
.home-attacks-content {
  text-align: center;
  padding: 64px 30px;
  border-radius: 10px;
  background-image: url(./img/home-attacks-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #093042;
}
.home-attacks-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #fff;
}
.home-attacks-text {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.home-attacks-text p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}
.home-attacks-text p:last-child {
  margin-bottom: unset;
}
.home-attacks-link {
  width: 240px;
  height: 72px;
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #F39507;
  color: #fff;
  font-size: 18px;
  transition: color 0.2s ease;
}
.home-attacks-link:hover {
  background-color: #feb649;
}

@media (max-width: 768px) {
  .home-attacks {
    margin-top: 32px;
  }
  .home-attacks-content {
    padding: 40px 30px;
  }
  .home-attacks-title {
    font-size: 20px;
  }
  .home-attacks-text p {
    font-size: 16px;
  }
  .home-attacks-link {
    width: 200px;
    height: 56px;
    margin-top: 34px;
    font-size: 16px;
  }
}
