@charset "UTF-8";
@import url(../libs/fancybox/jquery.fancybox.min.css);

/* CSS змінні для синхронізації відступів хедера та Hero елементів */
:root {
  --header-padding-left: 55px;
  --header-padding-right: 330px;
  --content-max-width: var(--nl-max-width, 1224px);
  /* Hero inset aligned with header/container edges - matches layout-tokens.css */
  --nl-hero-inset: max(var(--nl-gutter), calc((100vw - var(--nl-max-width, 1224px)) / 2 + var(--nl-gutter)));
  /* Backward-compatible alias until legacy vars are removed */
  --hero-element-inset: var(--nl-hero-inset);
  /* Безпечна зона під хедером */
  --header-safe-zone: 110px;
  --hero-controls-bottom: 22px;
  --hero-controls-height: 40px;
}

/* Default main safe offset when JS is disabled; JS will override when necessary */
main {
  padding-top: 10px;
}

/* Hero Elements Container - повна ширина для фото, елементи вирівнюються через --nl-hero-inset */
.hero-elements-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Hero Element - базовий клас для елементів hero */
.hero-element {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Hero Element Container - контейнер для елементів hero */
.hero-element.-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@font-face {
  font-family: "FuturaBookC";
  src: url("../fonts/futura/FuturaBookC.woff2") format("woff2"), url("../fonts/futura/FuturaBookC.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FuturaDemiC";
  src: url("../fonts/futura/FuturaDemiC.woff2") format("woff2"), url("../fonts/futura/FuturaDemiC.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FuturaLightC";
  src: url("../fonts/futura/FuturaLightC.woff2") format("woff2"), url("../fonts/futura/FuturaLightC.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FuturaMediumC";
  src: url("../fonts/futura/FuturaMediumC.woff2") format("woff2"), url("../fonts/futura/FuturaMediumC.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Souvenir";
  src: url("../fonts/souvenir/Souvenir.woff2") format("woff2"), url("../fonts/souvenir/Souvenir.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "SouvenirBold";
  src: url("../fonts/souvenir/Souvenir-bold.woff2") format("woff2"), url("../fonts/souvenir/Souvenir-bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Century";
  src: url("../fonts/Century/Century.woff2") format("woff2"), url("../fonts/Century/Century.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic/CenturyGothic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "CenturyGothicBold";
  src: url("../fonts/CenturyGothicBold/CenturyGothicBold.woff2") format("woff2"), url("../fonts/CenturyGothicBold/CenturyGothicBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "CenturyGothicItalic";
  src: url("../fonts/CenturyGothicItalic/CenturyGothicItalic.woff2") format("woff2"), url("../fonts/CenturyGothicItalic/CenturyGothicItalic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


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

/* Remove extra gap between hero and first heading on page */
.nl-hero+main h3:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

html {
  height: 100%;
  font-size: 100%;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select::-ms-expand {
  display: none;
}

label,
button,
input,
select {
  cursor: pointer;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #666;
  padding: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #000;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #000;
}

body {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
}

.no-shadow:after {
  content: none !important;
}

section {
  position: relative;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

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

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

section .container,
.container {
  position: relative;
  padding: 0 var(--nl-gutter, 15px);
  width: 100%;
  max-width: var(--nl-max-width, 1224px);
  margin: 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.header__wrap {
  position: relative;
  padding: 26px 330px 44px 55px;
  width: 100%;
  z-index: 3;
  background-color: transparent;
}

.header__wrap.scroll-active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
}

.header__lang {
  position: absolute;
  top: 37px;
  right: 55px;
}

.header__lang a {
  position: relative;
  font: 400 24px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #393939;
}

.header__lang a:hover {
  text-decoration: underline;
}

.header__lang a {
  margin-right: 10px;
}

.header__lang a:last-child {
  margin-right: 0;
}

.header__lang a:after {
  content: '';
  right: -9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  width: 3px;
  background-color: #393939;
}

.header__lang a:last-child:after {
  content: initial;
}

.burger-menu {
  margin-top: 6px;
}

.burger-menu,
.close-burger-menu {
  display: none;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 40px;
  height: 36px;
  border: 0;
}

.close-burger-menu {
  z-index: 20;
}

.burger-menu span,
.close-burger-menu span {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #4b4b4b;
  height: 6px;
}

.burger-menu span:nth-child(1),
.close-burger-menu span:nth-child(1) {
  top: 0;
}

.burger-menu span:nth-child(2),
.close-burger-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.burger-menu span:nth-child(3),
.close-burger-menu span:nth-child(3) {
  bottom: 0;
}

.close-burger-menu span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-burger-menu span:nth-child(2) {
  opacity: 0;
}

.close-burger-menu span:nth-child(3) {
  bottom: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-burger-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.logo {
  position: relative;
  max-width: 240px;
  width: 100%;
}

.logo-link {
  position: absolute;
  left: 54px;
  top: calc(50% - 11px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

nav.nav {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: -30px;
}

.nav__list li {
  position: relative;
}

.nav__list li:hover .header__sub-menu {
  display: block;
}

.nav__list>li.active>a {
  text-decoration: underline;
}

.nav__list>li.active>a:hover {
  text-decoration: none;
}

.nav__list>li>a:hover {
  text-decoration: underline;
}

.nav__list>li.active>a:hover {
  text-decoration: underline;
}

.nav__list>li:not(:last-child) {
  margin-right: 90px;
}

.nav__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 2px solid transparent;
  font: 700 18px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  text-transform: uppercase;
  -webkit-transition: border .1s linear;
  -o-transition: border .1s linear;
  transition: border .1s linear;
  white-space: nowrap;
}

.nav__list a.active-donate {
  position: relative;
  padding: 11px 84px 11px 50px;
  border-radius: 30px;
  border: 2px solid #a52b2b;
  background-color: rgba(238, 238, 238, .47);
  transition: opacity .3s linear;
}

.nav__list a.active-donate:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 28px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/general/icon-volunteering.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.nav__list a.active-donate:hover {
  opacity: .7;
}

.nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 240px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(103, 63, 63, .1);
  z-index: 3;
}

.header__sub-menu li {
  margin: 0;
}

ul.header__sub-menu a {
  padding: 6px 8px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  border-bottom: 1px solid rgba(103, 63, 63, .1);
  white-space: inherit;
}

ul.header__sub-menu li:last-child a {
  border-bottom: 0;
}

ul.header__sub-menu li.active a {
  text-decoration: underline;
}

ul.header__sub-menu a:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  background-color: #fff;
  /*min-height: 920px;*/
  min-height: auto;
}

@media only screen and (min-width: 769px) {
  .hero {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 480px;
    /* Reduced base min-height */
  }

  .hero-elements-container {
    height: 100%;
  }
}

.news-one-hero .header__wrap:after,
.about-us-hero .header__wrap:after,
.hero .header__wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -20%;
  background-image: linear-gradient(rgba(224, 224, 224, 1), rgba(224, 224, 224, 0));
  pointer-events: none;
  z-index: -1;
}

.hero__content {
  position: absolute;
  top: 180px;
  right: 220px;
  left: 220px;
  z-index: 1;
}

.hero__content h1 {
  margin-bottom: 14px;
}

.hero__content h1 span {
  display: block;
}

.hero__content h1 span:nth-child(1) {
  font: 400 100px/100px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.hero__content h1 span:nth-child(2) {
  font: italic 300 44px/44px "FuturaLightC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.hero__content p {
  margin-bottom: 8px;
  font: 400 19px/26px "Souvenir", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.hero-title {
  position: absolute;
  top: calc(50% + 30px);
  /* Нижче центру щоб не перекривало хедер */
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70vw;
  max-width: none;
  margin: 0 auto;
  padding: 20px;
  padding-inline: clamp(16px, 4vw, 32px);
  padding-top: 30px;
  padding-bottom: 30px;
  /* Щоб не перекривало dots */
}

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

.hero-title--align-right {
  text-align: right;
}

.hero-title--align-center {
  text-align: center;
}

.hero-title[data-shape-side="left"] {
  text-align: right;
}

.hero-title[data-shape-side="right"] {
  text-align: left;
}

.hero-title[data-shape-side="center"],
.hero-title[data-shape-side=""] {
  text-align: center;
}

.hero-title[data-shape-side="center"] .hero-title__content,
.hero-title[data-shape-side=""] .hero-title__content {
  width: 100%;
  text-align: center;
}

.hero-title[data-shape-side="center"] h1,
.hero-title[data-shape-side="center"] h2,
.hero-title[data-shape-side="center"] p,
.hero-title[data-shape-side=""] h1,
.hero-title[data-shape-side=""] h2,
.hero-title[data-shape-side=""] p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-title[data-shape-side="center"] .hero-title__shape,
.hero-title[data-shape-side=""] .hero-title__shape {
  display: none;
}

.hero-title__content {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  text-align: inherit;
}

.hero-title__shape {
  float: var(--hero-shape-float, right);
  width: var(--hero-shape-size, 160px);
  height: var(--hero-shape-size, 160px);
  margin-left: var(--hero-shape-margin-left, 12px);
  margin-right: var(--hero-shape-margin-right, 0);
  shape-outside: var(--hero-shape-polygon, var(--hero-shape-url));
  shape-image-threshold: 0.1;
  shape-margin: var(--hero-shape-margin, 12px);
  background-image: var(--hero-shape-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

.hero-title__shape[data-shape-side="left"] {
  float: left;
  margin-left: 0;
  margin-right: 12px;
}

.hero-title__shape[data-shape-side="right"] {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}

.hero-title h1,
.hero-title h2 {
  margin-bottom: 18px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 82px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: inherit;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  width: auto;
}

.hero-title--shrink-1 h1,
.hero-title--shrink-1 h2 {
  font-size: clamp(2rem, 4.6vw, 70px);
}

.hero-title--shrink-1 p {
  font-size: clamp(0.75rem, 1.6vw, 1.05rem);
}

.hero-title--shrink-2 h1,
.hero-title--shrink-2 h2 {
  font-size: clamp(1.7rem, 4vw, 60px);
}

.hero-title--shrink-2 p {
  font-size: clamp(0.7rem, 1.4vw, 0.95rem);
}

@media (max-width: 576px) {
  .hero-title[data-shape-side-mobile="left"] {
    text-align: right;
  }

  .hero-title[data-shape-side-mobile="right"] {
    text-align: left;
  }

  .hero-title[data-shape-side-mobile="center"],
  .hero-title[data-shape-side-mobile=""] {
    text-align: center;
  }

  .hero-title[data-shape-side-mobile="center"] .hero-title__content,
  .hero-title[data-shape-side-mobile=""] .hero-title__content {
    width: 100%;
    text-align: center;
  }

  .hero-title[data-shape-side-mobile="center"] h1,
  .hero-title[data-shape-side-mobile="center"] h2,
  .hero-title[data-shape-side-mobile="center"] p,
  .hero-title[data-shape-side-mobile=""] h1,
  .hero-title[data-shape-side-mobile=""] h2,
  .hero-title[data-shape-side-mobile=""] p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-title[data-shape-side-mobile="center"] .hero-title__shape,
  .hero-title[data-shape-side-mobile=""] .hero-title__shape {
    display: none;
  }

  .hero-title__shape {
    float: var(--hero-shape-float-mobile, left);
    width: var(--hero-shape-size-mobile, 120px);
    height: var(--hero-shape-size-mobile, 120px);
    margin-right: var(--hero-shape-margin-right-mobile, 10px);
    margin-left: var(--hero-shape-margin-left-mobile, 0);
    shape-outside: var(--hero-shape-polygon-mobile, var(--hero-shape-polygon, var(--hero-shape-url-mobile, var(--hero-shape-url))));
    background-image: var(--hero-shape-url-mobile, var(--hero-shape-url));
  }

  .hero-title__shape[data-shape-side-mobile="left"] {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .hero-title__shape[data-shape-side-mobile="right"] {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
}

.hero-title p {
  padding-left: 0;
  margin-bottom: 1px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  text-align: inherit;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-shadow:
    3px 3px 8px rgba(0, 0, 0, 0.75),
    0 6px 12px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  width: auto;
}

/* .hero-title__buttons wrapper replaces absolute positioning of individual buttons */
.hero-title__buttons {
  position: absolute;
  bottom: var(--hero-controls-bottom);
  right: var(--nl-hero-inset);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.hero-title__btn {
  /* Position removed, handled by wrapper */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  min-width: auto;
  border-radius: 24px;
  background: rgba(180, 40, 40, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-title__btn:hover {
  background: #173750;
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.hero-title__btn--secondary {
  background: rgba(30, 140, 90, 0.9);
}

.hero-title__btn--secondary:hover {
  background: #15803d;
}

.hero-title__btn:active {
  transform: translateY(0);
}

.hero-quote__wrap {
  display: flex;
  /*height: calc(100vh / 2.99);*/
}

.hero-quote {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: nowrap column;
  padding: 25px 80px 10px;
  margin: 0 0 0 auto;
  background: #fff;
  width: 60%;
  height: 100%;
}

.hero-quote h3 {
  margin-bottom: 10px;
  font: 400 64px/60px "Century", Arial, Tahoma, sans-serif;
  color: #333;
}

.hero-quote p {
  font: 400 18px/28px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #333;
}

.hero-quote a {
  font: 400 24px/30px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #306081;
  text-decoration: underline;
}

.hero-quote a:hover {
  text-decoration: none;
}

.hero .header__wrap {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/* Base desktop styles - ensure controls stay within viewport */
.hero__slider-wrap {
  position: relative;
  overflow: hidden;
  /* Full viewport height */
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
}

.hero__slider {
  z-index: 0;
  height: 100%;
  overflow: visible;
  /* Allows controls to be positioned below */
}

.hero__slider .slick-track,
.hero__slider .slick-list {
  height: 100%;
}

.hero__slider .slick-slide {
  outline: none !important;
  background-repeat: no-repeat;
}

.hero__slider .slick-arrow {
  position: absolute;
  top: calc(var(--header-safe-zone) + (100% - var(--header-safe-zone) - (var(--hero-controls-bottom) + var(--hero-controls-height))) / 2);
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero__slider .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.hero__slider .slick-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.hero__slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2L8 6L4 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Стрілки з фіксованим відступом від країв видимої області */
.hero__slider .slick-next {
  right: var(--nl-hero-inset);
}

.hero__slider .slick-prev {
  left: var(--nl-hero-inset);
}

.hero__slider .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L4 6L8 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Hero Slider Dots - Glassmorphism style, внизу зліва */
.hero__slider .slick-dots {
  position: absolute;
  bottom: var(--hero-controls-bottom);
  left: var(--nl-hero-inset);
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  z-index: 10;
  width: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero__slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.hero__slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.hero__slider .slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero__slider .slick-dots li.slick-active button:before {
  background: #ffffff;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.hero__slider .slick-dots li button:hover:before {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}

/* Адаптивні стилі - оновлюємо тільки CSS змінну для синхронізації всіх елементів */
@media only screen and (max-width: 1440px) {
  :root {
    --nl-hero-inset: max(45px, calc((100vw - var(--content-max-width)) / 2 + 45px));
  }
}

@media only screen and (max-width: 1200px) {
  :root {
    --nl-hero-inset: 35px;
  }
}

/* Tablet tweaks */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .hero__slider-wrap {
    height: 100%;
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero__slider {
    height: 100%;
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero-title {
    top: 48%;
    padding-top: clamp(8px, 2vw, 18px);
  }

  .hero-title p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  :root {
    --nl-hero-inset: 25px;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --header-safe-zone: 106px;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --nl-hero-inset: 20px;
    --header-safe-zone: 110px;
  }

  .hero__slider-wrap {
    height: 100vh;
    height: 100dvh;
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero-elements-container .hero__slider .slick-dots {
    bottom: 22px;
    padding: 5px 10px;
    gap: 6px;
  }

  .our-become:not(.impact-stats) {
    margin-top: calc(-90vh / 2.99);
  }

  .impact-stats {
    padding-top: 10px;
  }

  .hero-elements-container .hero__slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 80px;
    transform: none;
  }

  .hero-elements-container .hero-title {
    top: calc(50% + 30px);
    padding-bottom: 60px;
  }

  .hero-elements-container .hero-title p {
    max-width: 100%;
  }

  .hero-elements-container .hero-title__buttons {
    bottom: 22px;
    /* padding: 5px 10px; removed padding from wrapper, kept gap */
  }

  .hero-elements-container .hero-title__btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .hero-elements-container {
    height: 100%;
    max-height: 900px;
  }

  .hero__slider-wrap {
    height: 100%;
    max-height: 900px;
  }

  .hero-elements-container .hero__slider {
    height: 100%;
    max-height: 900px;
  }

  .hero-elements-container .hero__slider .slick-arrow {
    top: calc(var(--header-safe-zone) + (100vh - var(--header-safe-zone) - (var(--hero-controls-bottom) + var(--hero-controls-height))) / 2);
    bottom: auto;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) and (min-height: 720px) {
  .hero-elements-container {
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero__slider-wrap {
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero-elements-container .hero__slider {
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }
}

@media only screen and (max-width: 576px) {
  :root {
    --nl-hero-inset: 15px;
    --header-safe-zone: 80px;
  }

  .hero__slider {
    height: 100vh !important;
    height: 100dvh !important;
    min-height: auto;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .our-become:not(.impact-stats) {
    margin-top: calc(-75vh / 2.99);
  }

  .impact-stats {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  /* Additional mobile fixes for impact-stats positioning */
  .impact-stats__header {
    margin-top: 10px !important;
  }

  .impact-stats__header--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .impact-stats__eyebrow {
    font-size: 18px;
    line-height: 1.2;
  }

  .impact-stats__desc {
    font-size: 14px;
    line-height: 1.3;
  }

  .hero__slider .slick-arrow {
    display: none !important;
  }

  .hero__slider .slick-dots {
    bottom: 16px;
  }

  .hero-title__buttons {
    bottom: 16px;
  }

  /*
  .hero-title__btn {
    bottom: 16px;
  }
  */

  .hero-title {
    width: 70vw;
    max-width: none;
    padding-inline: 16px;
    padding-top: clamp(12px, 5vw, 28px);
    max-height: calc(100% - var(--header-safe-zone) - 80px);
    overflow: hidden;
  }

  .hero-title h1,
  .hero-title h2 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .hero-title p {
    font-size: clamp(0.9rem, 2.4vw, 1.05rem);
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }

  .hero__slider .slick-dots {
    bottom: 22px;
  }

  .hero-title__buttons {
    bottom: 48px;
    /* Stack buttons on mobile? User said "в моб версіїї одне над одним" ONLY for admin form! 
       For slider: "А на слайдері додай ще 1 кнопку зліва від існуючої (так щоб існуючу не зсувати)."
       Assume side-by-side on mobile too unless too wide.
       If vertical needed: flex-direction: column;
       Let's keep row for now, check width.
    */
  }
}

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

  .hero-elements-container .hero__slider .slick-dots,
  .hero-elements-container .hero-title__buttons {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .hero-elements-container .hero-title__btn {
    padding: 6px 14px;
    font-size: 12px;
    min-width: 140px;
  }

  .hero-elements-container .hero-title__buttons {
    bottom: 50px;
  }

  .impact-stats {
    padding-top: 30px;
  }

  /* Ultra mobile fixes */
  .impact-stats__header--split {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .impact-stats__eyebrow {
    font-size: 16px;
    line-height: 1.2;
  }

  .impact-stats__desc {
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-elements-container .hero__slider .slick-dots {
    bottom: 24px;
    gap: 6px;
    padding: 6px 12px;
  }
}

/* Final mobile overrides to avoid earlier media rules overriding sizes */
@media only screen and (max-width: 576px) {
  .hero-title p {
    font-size: clamp(0.9rem, 2.6vw, 1.05rem) !important;
    line-height: 1.35 !important;
  }

  .hero-title h1,
  .hero-title h2 {
    margin-top: 0;
  }

  .hero-title__btn {
    margin-top: 8px;
  }
}

.hero__slider-img {
  position: relative;
  width: 100%;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  box-shadow: inset -3px 0 24px rgba(0, 0, 0, 0.35);
}

.hero__slider-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero__slider-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.hero__slider:before,
.hero__slider:after {
  content: none;
  /* Прибрано декоративні білі фігури */
}

.hero__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -6px;
  width: 100px;
  height: 100px;
  border: 1px solid #a52b2b;
  border-radius: 50%;
  background-color: #a52b2b;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
  z-index: 1;
}

.hero__scroll:before {
  content: '';
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  opacity: .4;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.hero__scroll:hover {
  border: 2px solid #fff;
}

.hero__scroll:hover:before {
  opacity: 1;
}

.impact-stats {
  padding: 1px 0 1px !important;
  background-color: transparent;
  position: relative;
  z-index: 2;
  height: fit-content;
}

.impact-stats__header {
  text-align: center;
  margin: 35px auto 30px;
  padding-top: 10px;
  max-width: 960px;
}

.impact-stats__header--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
  text-align: left;
}

/* TEMPORARY FIX: Override for mobile - TODO: Refactor CSS structure */
@media only screen and (max-width: 480px) {
  .impact-stats__header--split {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
}

.impact-stats__header--split .impact-stats__eyebrow {
  margin: 0;
}

.impact-stats__header--split .impact-stats__desc {
  margin: 0;
}

.impact-stats__eyebrow {
  margin: 0 0 10px;
  font: 700 22px/1.4 FuturaDemiC, Arial, Tahoma, sans-serif;
  color: #0f3e66;
}

.impact-stats__desc {
  margin: 0;
  font: 400 17px/1.6 FuturaBookC, Arial, Tahoma, sans-serif;
  color: #2c536f;
}

.impact-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 400px) {
  .impact-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .impact-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.impact-stats__item {
  text-align: center;
  padding: 20px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e1e8f0;
  transition: transform .2s ease, box-shadow .2s ease;
}

.impact-stats__value {
  margin-bottom: 4px;
  font: 700 34px/1.1 FuturaDemiC, Arial, Tahoma, sans-serif;
  color: #0f3e66;
}

.impact-stats__label {
  margin: 0;
  font: 400 15px/1.5 FuturaBookC, Arial, Tahoma, sans-serif;
  color: #3f5d73;
  letter-spacing: 0.2px;
}

.impact-stats__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(0, 48, 93, 0.12);
}

.cta-cards {
  padding: 50px 0 10px;
}

.cta-cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.cta-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #d8e3ee;
  box-shadow: 0 12px 30px rgba(0, 46, 93, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cta-card__media {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform .25s ease, filter .25s ease;
  filter: saturate(1);
}

.cta-card__media:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 159, 227, 0.08) 0%, rgba(0, 46, 93, 0.55) 100%);
  transition: opacity .25s ease;
}

.cta-card__icon {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 46, 93, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.cta-card__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cta-card__body {
  padding: 18px 16px 18px;
  background: linear-gradient(180deg, #f9fbff 0%, #eaf2fb 100%);
  border-top: 1px solid #e3edf6;
  flex: 1;
  display: flex;
  align-items: center;
}

.cta-card__title {
  display: inline-block;
  margin: 0;
  font: 700 20px/1.4 FuturaDemiC, Arial, Tahoma, sans-serif;
  color: #0f3e66;
  letter-spacing: 0.2px;
  padding-right: 26px;
  position: relative;
}

.cta-card__title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #009fe3;
  border-top: 2px solid #009fe3;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .25s ease, border-color .25s ease;
}

.cta-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 46, 93, 0.18);
  border-color: rgba(0, 159, 227, 0.45);
}

.cta-card:hover .cta-card__title {
  color: #0b3150;
}

.cta-card:hover .cta-card__title:after {
  transform: translateY(-50%) rotate(45deg) translateX(2px);
  border-color: #0b3150;
}

.cta-card:hover .cta-card__media:after {
  opacity: 0.9;
}

.cta-card:hover .cta-card__media {
  transform: scale(1.02);
  filter: saturate(1.12);
}

.our-become {
  margin-top: 1px;
}

/* ===============================================
   IMPACT-STATS + OUR-BECOME: OVERRIDE NEGATIVE MARGINS
   Коли impact-stats використовує клас our-become,
   не потрібні від'ємні margin-top — секція має бути
   нижче hero slider, а не накладатися на нього.
   =============================================== */
.impact-stats.our-become {
  margin-top: 0 !important;
}

/* Fix overlap with impact-stats - only for standalone our-become without impact-stats */
@media (max-width: 768px) {
  .our-become:not(.impact-stats) {
    margin-top: calc(-65vh / 2.99) !important;
  }
}

@media (max-width: 576px) {
  .our-become:not(.impact-stats) {
    margin-top: calc(-60vh / 2.99) !important;
  }
}

/* Fix for impact-stats overlapping slider on mobile */
@media only screen and (max-width: 768px) {
  .our-become:not(.impact-stats) {
    margin-top: calc(-90vh / 2.99);
  }
}

@media only screen and (max-width: 576px) {
  .our-become:not(.impact-stats) {
    margin-top: calc(-85vh / 2.99);
  }
}

.our-become__top,
.our-become__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  width: 100%;
}

.our-become__right,
.our-become__left {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 1000px;
}

.our-become__top .our-become__left-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  opacity: 1;
}

.our-become__top .our-become__left-hover h3 {
  margin-bottom: 20px;
  font: 400 30px/34px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #eee;
  text-align: center;
}

.our-become__top .our-become__left {
  position: relative;
  width: 40%;
  background-image: url(../img/general/book_mission.jpg);
  overflow: hidden;
}

.our-become__top .our-become__left:before {
  content: '';
  position: absolute;
  right: -96px;
  top: 0;
  width: 160px;
  height: 400px;
  background: #fff;
  transform: skew(18deg);
  z-index: 1;
  pointer-events: none;
}

.our-become__top .our-become__left .link-book {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  border: transparent;
  z-index: 1;
}

.our-become__top .our-become__left:hover .link-book {
  opacity: 1;
}

.our-become__top .our-become__left:hover .our-become__left-hover {
  opacity: 1;
}

.our-become__top .our-become__left .our-become__hover {
  padding: 26% 10% 15% 10%;
}

.our-become__top .our-become__right {
  display: flex;
  width: 60%;
}

.our-become__top .our-become__right .our-become__hover {
  position: relative;
  margin-top: auto;
  padding: 4% 7%;
  background-image: url(../img/general/become-bg-10.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-become__top .our-become__right .our-become__hover:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  pointer-events: none;
  z-index: 1;
}

.our-become__top a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
  height: 80px;
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #fff;
  border-radius: 40px;
  border: 1px solid transparent;
  background-color: #a52b2b;
  -webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, border .3s linear, background-color .3s linear;
  transition: color .3s linear, border .3s linear, background-color .3s linear;
  z-index: 2;
}

.our-become__top .our-become__hover-btn--book {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 90px 0 50px;
  width: auto;
  height: 80px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #eee;
  font: 700 30px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  text-transform: uppercase;
  transition: all .2s linear;
}

.our-become__top .our-become__hover-btn--book:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-color: transparent;
  background-image: url(../img/general/icon-magazine-filled.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.our-become__top a:hover {
  border: 2px solid #a52b2b;
  color: #a52b2b;
  background-color: rgba(255, 255, 255, .6);
}

.our-become__bottom {
  height: 640px;
}

.our-become__bottom .our-become__left {
  background-image: url(../img/general/become-bg-3.jpg);
}

.our-become__bottom .our-become__left a {
  background-color: transparent;
  border: 2px solid #306081;
  color: #306081;
}

.our-become__bottom .our-become__left a:hover {
  border: 2px solid #306081;
  color: #fff;
  background-color: #306081;
}

.our-become__bottom .our-become__left .our-become__hover {
  padding: 10% 6% 8% 6%;
}

.our-become__bottom .our-become__right {
  width: 50%;
  background-image: url(../img/general/become-bg-4.jpg);
}

.our-become__bottom .our-become__right a {
  background-color: transparent;
  border: 2px solid #306081;
  color: #306081;
}

.our-become__bottom .our-become__right a:hover {
  border: 2px solid #306081;
  color: #fff;
  background-color: #306081;
}

.our-become__bottom .our-become__right .our-become__hover {
  padding: 10% 6% 8% 6%;
}

.our-become__bottom a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: 100px;
  min-height: 100px;
  border-radius: 50px;
  font: 400 30px/36px "FuturaMediumC", Arial, Tahoma, sans-serif;
  -webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, border .3s linear, background-color .3s linear;
  transition: color .3s linear, border .3s linear, background-color .3s linear;
  z-index: 2;
}

.our-become__hover {
  height: 60%;
}

.our-become__hover h3 {
  position: relative;
  margin-bottom: 32px;
  font: 700 70px/70px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #eee;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.our-become__hover p {
  position: relative;
  padding-left: 28px;
  margin-bottom: 50px;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  font: 400 24px/36px "Century", Arial, Tahoma, sans-serif;
  color: #eee;
  z-index: 2;
}

.our-become__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  height: 50%;
}

.our-become__bottom-block__item {
  position: relative;
  padding: 90px 60px;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.our-become__bottom-block__item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.7);
}

.our-become__bottom-block__item h3 {
  position: relative;
  margin-bottom: 44px;
  font: 700 48px/40px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #393938;
  letter-spacing: -0.48px;
}

.our-become__bottom-block__item p {
  position: relative;
  margin-bottom: 40px;
  font: 700 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #393938;
  letter-spacing: -0.18px;
}

.our-become__bottom-block__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #a52b2b;
  font: 400 16px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.our-become__bottom-block__item a:hover {
  border: 2px solid #a52b2b;
  color: #fff;
  background-color: #a52b2b;
}

.our-become__bottom-block__decor {
  position: relative;
  margin-bottom: 24px;
  height: 120px;
}

.our-become__bottom-block__decor img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.counters {
  padding: 90px 0 80px;
}

.counters__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counters__item {
  max-width: 230px;
  width: 100%;
  text-align: center;
}

.counters__item:nth-child(even) {
  margin-top: 100px;
}

.counters__item:not(:last-child) {
  margin-right: 100px;
}

.counters__item span {
  display: block;
  margin-bottom: 10px;
  font: 700 60px/60px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.counters__item p {
  margin-bottom: 60px;
  font: 400 24px/30px "Century", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.counters__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #a52b2b;
  font: 400 18px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  -webkit-transition: border-radius .3s linear, border .3s linear, background-color .3s linear, color .3s linear;
  -o-transition: border-radius .3s linear, border .3s linear, background-color .3s linear, color .3s linear;
  -webkit-transition: border .3s linear, background-color .3s linear, color .3s linear, -webkit-border-radius .3s linear;
  transition: border-radius .3s linear, border .3s linear, background-color .3s linear, color .3s linear;
}

.counters__item a:hover {
  border: 4px solid #a52b2b;
  background-color: #a52b2b;
  color: #fff;
}

.counters__item:nth-child(1) .counters__img,
.counters__item:nth-child(4) .counters__img {
  max-width: 98px;
}

.counters__img {
  margin: 0 auto 40px;
  max-width: 120px;
}

.counters__img img {
  display: block;
  width: 100%;
  height: auto;
}

.articles {
  padding: 15px 0 30px;
}

.articles .container {
  padding: 0 10px;
}

.articles__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
}

.articles__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  -o-transition: box-shadow .3s linear;
}

.category-news .articles__col--right .articles__item:nth-child(odd),
.category-news .articles__col--left .articles__item:nth-child(odd),
.category-news .articles__col--middle .articles__item:nth-child(even) {
  background-color: #02416a;
}

.category-news .articles__col--left .articles__item:nth-child(4n) {
  background-color: #6c6c6c !important;
}

.category-news .articles__col--right .articles__item:nth-child(odd),
.category-news .articles__col--left .articles__item:nth-child(even) {
  background-color: #770301;
}

.category-news .articles__col--right .articles__item:nth-child(even),
.category-news .articles__col--middle .articles__item:nth-child(odd) {
  background-color: #6c6c6c;
}

.articles__col--left .articles__item>a,
.articles__col--middle .articles__item>a {
  display: block;
  padding: 36px 70px 10px;
}

.articles__col--left time,
.articles__col--middle time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

.articles__col--left time span,
.articles__col--middle time span {
  font: 400 24px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #fff;
  opacity: 0.87;
}

.articles__col--left time img,
.articles__col--middle time img {
  width: 36px;
  height: auto;
  margin: 0 0 6px 30px;
}

.articles__col--left h3,
.articles__col--middle h3,
.articles__col--right h3 {
  margin-bottom: 22px;
  font: 400 38px/38px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #fff;
  letter-spacing: -1.5px;
}

.articles__col--left p,
.articles__col--middle p,
.articles__col--right p {
  margin-bottom: 18px;
  font: 400 24px/28px "Century", Arial, Tahoma, sans-serif;
  color: #fff;
  opacity: 0.73;
  word-break: break-word;
}

.articles__col--left .articles__item-link,
.articles__col--middle .articles__item-link {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 90px 0 50px;
  width: auto;
  height: 80px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #eee;
  font: 700 30px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  text-transform: uppercase;
  transition: opacity .3s linear;
  opacity: 0;
}

.articles__item:hover .articles__item-link,
.articles__item:hover .articles__item-link {
  opacity: 1;
}

.articles__col--left .articles__item-link:after,
.articles__col--middle .articles__item-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-color: transparent;
  background-image: url(../img/general/icon-magazine-filled.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.articles__col--left .articles__item-link:hover,
.articles__col--middle .articles__item-link:hover {
  opacity: .8;
}

.articles__col--right .articles__item {
  padding: 32px 0 0;
}

.articles__col--right .articles__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #d8d5c5;
  font: 400 24px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #d8d5c5;
  -webkit-transition: border-radius .3s linear, border .3s linear;
  -o-transition: border-radius .3s linear, border .3s linear;
  -webkit-transition: border .3s linear, -webkit-border-radius .3s linear;
  transition: border-radius .3s linear, border .3s linear;
}

.articles__col--right .articles__item-link:hover {
  border-radius: 6px;
  border: 2px solid #d8d5c5;
}

.articles__item {
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: background-size .3s linear;
  -o-transition: background-size .3s linear;
  -webkit-transition: -webkit-background-size .3s linear;
  transition: background-size .3s linear;
}

.articles__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px 10px;
}

.articles__item-title img {
  width: 44px;
  height: auto;
}

.articles__item-img {
  position: relative;
}

.articles__item-img img {
  display: block;
  width: 100%;
}

.articles__item-all {
  display: flex;
  padding: 50px 0;
  background-color: rgba(188, 188, 188, .3);
}

.articles__item-all a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 60px 0 30px;
  width: auto;
  height: 80px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
  border: 1px solid transparent;
  background-color: #eee;
  font: 700 20px/18px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  text-align: center;
  transition: opacity .3s linear;
}

.articles__item-all a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 22px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/general/triangle-decor.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.articles__item-all a:hover {
  opacity: .7;
}

.articles__item-all--last {
  padding: 50px 0;
  background-color: rgba(188, 188, 188, .3);
}

.progress {
  overflow: hidden;
  padding: 30px 0 50px;
}

.progress__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress__item {
  max-width: 780px;
  width: 100%;
}

.progress__item:not(:last-child) {
  margin-right: 170px;
}

.progress__item:nth-child(odd) {
  margin-top: 120px;
}

.progress__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  margin-bottom: 34px;
}

.progress__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 220px;
  border-radius: 50%;
  box-shadow: -1px 0px 24px 0 rgba(0, 0, 0, 0.4);
  border: 8px solid #ddd;
  background-color: #ddd;
}

.progress__img-wrap {
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.progress__img-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 12px;
  background-color: #ddd;
  z-index: 1;
}

.progress__progressbar {
  position: relative;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 30px;
  border: 5px solid #ddd;
  box-shadow: -1px 0px 24px 0 rgba(0, 0, 0, 0.4);
  background-size: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ddd, #ddd);
  background-color: #ebebeb;
}

.progress__progressbar-info {
  position: absolute;
  right: 0;
  bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 2px 2px 10px;
  height: 95px;
  max-width: 240px;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  border-left: 2px solid #a52b2b;
  font: 400 16px/22px "CenturyGothic", Arial, Tahoma, sans-serif;
  z-index: 1;
}

.progress__progressbar-info:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  background-color: #a52b2b;
}

.progress__progressbar-info.active-mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.progress__progressbar-info.active-mirror span {
  text-align: right;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.progress__progressbar .deadline-info {
  color: #171e26;
}

.progress__progressbar .progress-info {
  color: #a52b2b;
}

.progress__bottom {
  padding-left: 70px;
}

.progress__bottom h3 {
  margin-bottom: 16px;
  font: 400 36px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.progress__bottom p {
  margin-bottom: 44px;
  font: 400 24px/36px "Century", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.progress__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.progress__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  max-width: 170px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font: 400 18px/18px "CenturyGothic", Arial, Tahoma, sans-serif;
  text-align: center;
  -webkit-transition: background-color .3s linear, color .3s linear, border .3s linear;
  -o-transition: background-color .3s linear, color .3s linear, border .3s linear;
  transition: background-color .3s linear, color .3s linear, border .3s linear;
}

.progress__links a:nth-child(1) {
  margin-right: 20px;
  border: 2px solid #a52b2b;
  background-color: transparent;
  color: #a52b2b;
}

.progress__links a:nth-child(1):hover {
  background-color: #a52b2b;
  color: #fff;
}

.progress__links a:nth-child(2) {
  border: 2px solid #a52b2b;
  background-color: #a52b2b;
  color: #fff;
}

.progress__links a:nth-child(2):hover {
  border: 2px solid #a52b2b;
  background-color: transparent;
  color: #a52b2b;
}

.testimonials {
  padding: 50px 0 20px;
}

.testimonials__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials__items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials__item {
  width: calc(33% - 74px);
}

.testimonials__item:nth-child(1),
.testimonials__item:nth-child(4) {
  background-color: #02416a;
}

.testimonials__item:nth-child(2) {
  margin-top: 100px;
  background-color: #770301;
}

.testimonials__item:nth-child(3) {
  margin-top: 50px;
  background-color: #6c6c6c;
}

.testimonials__img img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonials__main {
  padding: 36px 90px;
}

.testimonials__main h3 {
  margin-bottom: 20px;
  font: 700 36px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #fff;
  letter-spacing: -0.36px;
}

.testimonials__main p {
  margin-bottom: 26px;
  font: 400 24px/32px "Century", Arial, Tahoma, sans-serif;
  color: #fff;
  opacity: 0.83;
}

.testimonials__details {
  color: #fff;
  font: 700 22px/26px "CenturyGothic", Arial, Tahoma, sans-serif;
  text-decoration: underline;
}

.testimonials__details:hover {
  text-decoration: none;
}

.testimonials__all {
  align-self: center;
}

.testimonials__all a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 80px;
  width: 80px;
  height: 266px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24), 0 0 6px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
  background-color: #eee;
  border: 2px solid transparent;
  transition: border .3s linear;
}

.testimonials__all a:hover {
  border: 2px solid #a52b2b;
}

.testimonials__all a:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/general/triangle-decor.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 22px;
}

.testimonials__all span {
  display: inline-block;
  transform: rotate(90deg);
  white-space: nowrap;
  color: #a52b2b;
  font: 700 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
}

.partners {
  padding: 100px 200px 100px;
  max-width: 2560px;
  margin: 0 auto;
}

.partners .container {
  padding: 0 10px;
}

.partners__wrap {}

.partners__slider {
  position: inherit;
}

.partners__slider .slick-slide {
  outline: none !important;
}


.partners__slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.partners__slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 96px;
  border: 2px solid #a52b2b;
  border-radius: 50%;
}

.partners__slider .slick-arrow:hover {
  opacity: .7;
}

.partners__slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 27px;
  background-color: transparent;
  background-image: url(../img/general/triangle-decor-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}

.partners__slider .slick-next:before {
  background-image: url(../img/general/triangle-decor.png);
}

.partners__slider .slick-next {
  right: 70px;
}

.partners__slider .slick-prev {
  left: 70px;
}

.partners__item {
  display: block;
}

.partners__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}

.help .container {
  padding: 0;
}

.help__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  height: 740px;
}

.help__left {
  height: 100%;
  width: 50%;
  background-image: url(../img/content/help-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.help__right {
  padding: 60px 40px 60px 90px;
  height: 100%;
  width: 50%;
}

.help__right h2 {
  margin-bottom: 60px;
  font: italic 700 36px/36px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
}

.help__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  margin-bottom: 20px;
}

.help__item-left {
  max-width: 160px;
  width: 100%;
  font: italic 100 24px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
}

.help__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  font: 300 24px/30px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #000;
}

.help__item-right--phone a {
  color: #000;
}

.help__item-right--phone a:hover {
  text-decoration: underline;
}

.help__item-right--email a {
  color: #306081;
  text-decoration: underline;
}

.help__item-right--email a:hover {
  text-decoration: none;
}

.help__item-right--requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
}

.help__item-right-requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
}

.help__item-right-requisites--left {
  padding-right: 50px;
  border-right: 1px solid #000;
}

.help__item-right-requisites--right {
  padding-left: 50px;
}

.donation-page .container {
  padding: 0;
}

.donation-page__full_name .input-wrap {
  margin-right: 0 !important;
}

.donation-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  min-height: 740px;
}

.donation-page__left {
  height: 100%;
  width: 50%;
  /*background-image: url(../img/content/help-bg.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: center right;*/
  padding: 40px;

}

.donation-page__right {
  padding: 40px 40px 40px 90px;
  height: 100%;
  width: 50%;
}

.donation-page__right h2 {
  margin-bottom: 30px;
  font: 700 36px/36px "CenturyGothicItalic", Arial, Tahoma, sans-serif;
  color: #484848;
}

.donation-page__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donation-page__fio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.donation-page__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.donation-page__form {
  max-width: 800px;
  width: 100%;
}

.donation-page__form .input-wrap {
  max-width: 300px;
  margin-right: 6px;
}

.donation-page__form .input-wrap input {
  padding: 0 15px;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #bf6666;
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  -moz-appearance: textfield;
}

.donation-page__form .input-wrap input::-webkit-outer-spin-button,
.donation-page__form .input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.donation-page__form .input-wrap input::-webkit-input-placeholder {
  font: 400 18px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__form .input-wrap input:-moz-placeholder {
  font: 400 18px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__form .input-wrap input::-moz-placeholder {
  font: 400 18px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__form .input-wrap input:-ms-input-placeholder {
  font: 400 18px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__form .input-radio-wrap {
  width: 50%;
  margin-bottom: 10px;
}

.donation-page__form .input-radio-wrap input {
  display: none;
}

.donation-page__form .input-radio-wrap input:checked+label:before {
  background-color: #a52b2b;
}

.donation-page__form .input-radio-wrap label {
  position: relative;
  padding-left: 60px;
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.donation-page__form .input-radio-wrap label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  border: 5px solid #b5b5b5;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.donation-page__comments {
  margin-bottom: 30px;
}

.donation-page__comments textarea {
  padding: 30px 40px;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #bf6666;
  font: 400 24px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  resize: none;
}

.donation-page__comments textarea::-webkit-input-placeholder {
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
}

.donation-page__comments textarea:-moz-placeholder {
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__comments textarea::-moz-placeholder {
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__comments textarea:-ms-input-placeholder {
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
}

.donation-page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #a52b2b;
  font: 400 18px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.donation-page__btn:hover {
  border: 1px solid #a52b2b;
  background-color: transparent;
  color: #a52b2b;
}

.videos-page {
  padding: 20px 0 100px;
}

.videos-page .container {
  padding: 0 5px;
}

.videos-page__wrap h1 {
  margin-bottom: 90px;
  font: 700 60px/60px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.videos-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.videos-page__item {
  margin: 0 10px 50px;
  width: calc(33.333333333333336% - 20px);
}

.videos-page__item-bottom {
  padding: 30px 30px;
  background-color: #d4d4d4;
}

.videos-page__item-bottom h2 {
  margin-bottom: 20px;
  font: 700 38px/38px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.videos-page__item-bottom p {
  font: 400 22px/34px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #484848;
}

.article-embed-video,
.videos-page__item-video {
  position: relative;
  padding-bottom: 60.25%;
  height: 0;
}

.article-embed-video:after,
.videos-page__item-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.article-embed-video:hover:after,
.videos-page__item-video:hover:after {
  content: none;
}

.article-embed-video iframe,
.videos-page__item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-page__btn {
  display: block;
  margin: 0 auto 0;
  max-width: 250px;
  width: 100%;
  height: 60px;
  font: 400 24px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #306081;
  border-radius: 30px;
  border: 2px solid #306081;
  -webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, border .3s linear, background-color .3s linear;
  transition: color .3s linear, border .3s linear, background-color .3s linear;
}

.videos-page__btn:hover {
  color: #fff;
  background-color: #306081;
  border: 2px solid #fff;
}

.testimonials-page {
  padding: 20px 0 100px;
}

.testimonials-page__wrap h1 {
  margin-bottom: 90px;
  font: 700 60px/60px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.testimonials-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.testimonials-page__item {
  margin: 0 10px 50px;
  width: calc(50% - 20px);
}

.testimonials-page__item:nth-child(3n+1) {
  background-color: #02416a;
}

.testimonials-page__item:nth-child(3n+2) {
  background-color: #6c6c6c;
}

.testimonials-page__item:nth-child(3n) {
  background-color: #770301;
}

.testimonials-page__item-bottom {
  padding: 50px 70px;
}

.testimonials-page__item-bottom h3 {
  margin-bottom: 40px;
  font: 400 30px/34px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #fff;
}

.testimonials-page__item-bottom p {
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #fff;
  opacity: .73;
}

.testimonials-page__item-helped {
  position: relative;
  display: block;
  margin: 60px auto 0;
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  cursor: initial;
}

.testimonials-page__item-helped:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  padding: 12px 0 0 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  pointer-events: none;
}

.testimonials-page__btn {
  display: block;
  margin: 0 auto 0;
  max-width: 250px;
  width: 100%;
  height: 60px;
  font: 400 24px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #306081;
  border-radius: 30px;
  border: 2px solid #306081;
  -webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, border .3s linear, background-color .3s linear;
  transition: color .3s linear, border .3s linear, background-color .3s linear;
}

.testimonials-page__btn:hover {
  color: #fff;
  background-color: #306081;
  border: 2px solid #fff;
}

.partners-page {
  padding: 20px 0 100px;
}

.partners-page__wrap h1 {
  margin-bottom: 90px;
  font: 700 60px/60px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.partners-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.partners-page__item {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 10px 40px;
  width: calc(33.333333333333336% - 20px);
  background-color: transparent;
}

.partners-page__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 0;
  background-color: #eee;
}

.partners-page__item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: auto;
}

.partners-page__item-body {
  padding: 40px 80px;
  background-color: #eee;
  background-image: linear-gradient(rgba(224, 224, 224, .55), rgba(224, 224, 224, .55));
}

.partners-page__item-body h2 {
  margin-bottom: 26px;
  font: 700 48px/48px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #a52b2b;
}

.partners-page__item-body p {
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #484848;
}

.partners-page__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  margin-top: 50px;
}

.partners-page__item-links a {
  position: relative;
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 74px;
  margin-bottom: 27px;
  font: 400 24px/36px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #9c9c9c;
}

.partners-page__item-links a:hover {
  text-decoration: underline;
}

.partners-page__item-links a:hover:before {
  -webkit-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}

.partners-page__item-links span {
  font: 400 24px/36px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #a52b2b;
}

.partners-page__icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.partners-page__icon-task:before {
  height: 46px;
  background-image: url(../img/general/task-icon.png);
}

.partners-page__icon-new:before {
  height: 42px;
  background-image: url(../img/general/news-icon.png);
}

.partners-page__icon-folder:before {
  height: 36px;
  background-image: url(../img/general/internet-folder-icon.png);
}

.partners-page__btn {
  display: block;
  margin: 0 auto 0;
  max-width: 250px;
  width: 100%;
  height: 60px;
  font: 400 24px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #306081;
  border-radius: 30px;
  border: 2px solid #306081;
  -webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, border .3s linear, background-color .3s linear;
  transition: color .3s linear, border .3s linear, background-color .3s linear;
}

.partners-page__btn:hover {
  color: #fff;
  background-color: #306081;
  border: 2px solid #fff;
}

.news-hero {
  position: relative;
  min-height: 100vh;
  background-color: #fff;
}

.news-hero .header {
  background-color: transparent;
}

.news-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-hero__slider {
  min-height: 100vh;
  width: 100%;
}

.news-hero__slider .slick-slide {
  outline: none;
}

.news-hero__slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #306081;
  border-radius: 50%;
  border: 1px solid #306081;
  z-index: 1;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.news-hero__slider .slick-arrow:hover {
  border: 2px solid #fff;
}

.news-hero__slider .slick-arrow:before {
  content: '';
  display: inline-block;
  padding: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.news-hero__slider .slick-prev {
  left: 90px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-hero__slider .slick-next {
  right: 90px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-hero__slider-item {
  position: relative;
  height: 100vh;
}

.news-hero__slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-hero__slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  z-index: 99;
  text-align: center;
  font: 400 28px/34px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.news-hero__slider-content time {
  display: block;
  margin-bottom: 10px;
  font: italic 400 30px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.news-hero__slider-content h2 {
  margin-bottom: 20px;
  font: italic 400 52px/46px "Souvenir", Arial, Tahoma, sans-serif;
  color: #171e26;
  letter-spacing: -1.5px;
}

.news-hero__slider-content p {
  font: 400 28px/34px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.news-hero__slider-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 140px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #a52b2b;
  background-color: #a52b2b;
  font: 400 24px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.news-hero__slider-content a:hover {
  background-color: transparent;
  border: 2px solid #a52b2b;
  color: #a52b2b;
}

.news-page {
  padding-bottom: 100px;
}

.news-page__filter-news {
  position: relative;
}

.news-page__filter-news-form-wrap {
  display: none;
}

.news-page__filter-btn-news {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 120px;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 0 solid #a52b2b;
  background-color: #a52b2b;
  font: 400 22px/22px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
  z-index: 2;
}

.news-page__filter-news-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 34px 30px;
  background-color: #eee;
}

.news-page__filter-news-form .input-wrap {
  position: relative;
  max-width: 220px;
  width: 100%;
}

.news-page__filter-news-form .input-wrap:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.news-page__filter-news-form select {
  padding: 0 16px 0 4px;
  height: 38px;
  width: 100%;
  border: 1px solid #4b4b4b;
  font: 400 24px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.news-page__filter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  padding: 34px 30px;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.15);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.15);
}

.news-page__filter-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  padding: 12px 14px;
  background-color: #306081;
}

.news-page__filter-middle-wrap {
  display: none;
}

.news-page__filter-middle .news-page__filter-item label {
  color: #d4ccb6;
}

.news-page__filter-middle .news-page__filter-item label:before {
  background-color: #306081;
}

.news-page__filter-item {
  margin: 5px 40px 5px 0;
}

.news-page__filter-item input {
  display: none;
}

.news-page__filter-item input:checked+label:before {
  background-color: #a52b2b;
}

.news-page__filter-item label {
  position: relative;
  padding-left: 60px;
  font: 400 24px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.news-page__filter-item label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  border: 5px solid #b5b5b5;
  background-color: #d8d8d8;
  border-radius: 50%;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.news-page__filter-bottom {
  position: relative;
  height: 66px;
  border-top: 12px solid #306081;
}

.news-page__filter-bottom-decor {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 280px;
  height: 66px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  background-color: #306081;
}

.news-page__filter-bottom-decor:after,
.news-page__filter-bottom-decor:before {
  content: '';
  position: absolute;
  top: 0;
  width: 37px;
  height: 52px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../img/general/decor-triangle.png);
  background-size: contain;
  pointer-events: none;
}

.news-page__filter-bottom-decor:after {
  left: 100%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.news-page__filter-bottom-decor:before {
  right: 100%;
}

.news-page__filter-bottom button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  max-width: 180px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #a52b2b;
  border: 1px solid #a52b2b;
  font: 400 24px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
  z-index: 2;
}

.news-page__filter-bottom button:hover {
  border: 1px solid #a52b2b;
  color: #a52b2b;
  background-color: #fff;
}

.news-page__filter-bottom button:hover:after {
  border-top: 5px solid #a52b2b;
}

.news-page__filter-bottom button:after {
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.news-page__wrap .articles__col--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-page__wrap .articles__col--left:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-page__wrap .articles__item {
  width: 33.333333333333336%;
}

.news-page__wrap .articles__item:nth-child(1) {
  margin-top: 34px;
}

.news-page__wrap .articles__item:nth-child(2) {
  margin-top: 180px;
}

.news-page__wrap .articles__item:nth-child(3) {
  margin-top: 100px;
}

.news-page__wrap .articles__item:hover {
  -webkit-box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
}

.news-page .articles__item:nth-child(3n + 2) {
  background-color: #02416a;
}

.news-page .articles__item:nth-child(3n + 4) {
  background-color: #6c6c6c;
}

.news-page .articles__item:nth-child(3n + 3) {
  background-color: #770301;
}

.news-one-hero {
  position: relative;
  min-height: 100vh;
}

.news-one-hero .header {
  background-color: transparent;
}

.news-one-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-one-info {
  position: relative;
  margin: -36% auto 0;
  padding: 42px 160px 80px;
  max-width: 1260px;
  width: 100%;
  -webkit-box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  background-color: #fff;
}

.category-article {
  overflow: hidden;
}

.category-article p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-article img {
  display: block;
  margin: 3px;
  max-width: 100%;
  height: auto !important;
}

.news-one-info time {
  display: block;
  margin: 0 auto 24px;
  font: 400 30px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
  text-align: center;
}

.news-one-info h1 {
  margin: 0 auto 40px;
  font: 700 50px/50px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #171e26;
  letter-spacing: -1.5px;
  text-align: center;
}

.news-one-info p {
  font: 400 28px/36px "Century", Arial, Tahoma, sans-serif;
  color: #171e26;
  letter-spacing: -0.75px;
  text-align: justify;
}

.news-one-slider {
  max-height: 450px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .news-one-slider .slick-slide img {
    max-width: 676px;
  }
}

.news-one-slider .slick-slide {
  outline: none;
}

.news-one-slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #306081;
  border-radius: 50%;
  border: 1px solid #306081;
  z-index: 1;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.news-one-slider .slick-arrow:hover {
  border: 2px solid #fff;
}

.news-one-slider .slick-arrow:before {
  content: '';
  display: inline-block;
  padding: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.news-one-slider .slick-prev {
  left: 90px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-one-slider .slick-next {
  right: 90px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-one-progress .progress__item {
  margin: 100px auto;
}

.news-one-news .articles__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-one-news .articles__col:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-one-news .articles__item {
  width: 33.333333333333336%;
}

.news-one-news .articles__item:hover {
  -webkit-box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
}

.news-one-supported {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 68px;
}

.news-one-supported h3 {
  font: 400 120px/100px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.news-one-supported-item {
  margin: 0 10px;
}

.news-one-supported-item img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.projects-page-hero {
  position: relative;
  min-height: 100vh;
  background-color: #fff;
}

.projects-page-hero .header {
  background-color: transparent;
}

.projects-page-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.projects-page-hero__slider {
  min-height: 100vh;
  width: 100%;
}

.projects-page-hero__slider .slick-slide {
  outline: none;
}

.projects-page-hero__slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #306081;
  border-radius: 50%;
  border: 1px solid #306081;
  z-index: 10;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.projects-page-hero__slider .slick-arrow:hover {
  border: 2px solid #fff;
}

.projects-page-hero__slider .slick-arrow:before {
  content: '';
  display: inline-block;
  padding: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.projects-page-hero__slider .slick-prev {
  left: 90px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.projects-page-hero__slider .slick-next {
  right: 90px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.projects-page-hero__slider-item {
  position: relative;
  height: 100vh;
}

.projects-page-hero__slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects-page-hero__slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  z-index: 99;
  text-align: center;
  font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.projects-page-hero__slider-content__progress {
  margin-bottom: 26px;
  font: 400 36px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #a52b2b;
}

.projects-page-hero__slider-content__info {
  margin: 0 auto;
  max-width: 450px;
  font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
}

.projects-page-hero__slider-content h2 {
  margin-bottom: 40px;
  font: italic 400 52px/46px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
  letter-spacing: -1.5px;
}

.projects-page-hero__slider-content__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.projects-page-hero__slider-content__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0;
  max-width: 140px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid #a52b2b;
  font: 400 24px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.projects-page-hero__slider-content__details:hover {
  background-color: #a52b2b;
  border: 2px solid transparent;
  color: #fff;
}

.projects-page-hero__slider-content__help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0;
  max-width: 140px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #a52b2b;
  border: 2px solid #a52b2b;
  font: 400 24px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  text-align: center;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.projects-page-hero__slider-content__help:hover {
  background-color: transparent;
  border: 2px solid #a52b2b;
  color: #a52b2b;
}

.projects-page-filter {
  padding-bottom: 60px;
}

.projects-page-projects {
  padding-bottom: 40px;
}

.projects-page-projects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 90px;
}

.projects-page-projects-wrap .progress__item {
  margin-bottom: 120px;
  width: calc(50% - 20px);
}

.projects-page-projects-wrap .progress__item:not(:last-child) {
  margin-right: 0;
}

.projects-page-projects-wrap .progress__item:nth-child(odd) {
  margin: 0;
}

.projects-page-projects-wrap .progress__item:nth-child(2n+1) {
  margin-right: 20px;
}

.projects-one {
  padding: 40px 0 80px;
  overflow: hidden;
}

.projects-one-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.projects-one-left {
  margin-top: 40px;
  max-width: 540px;
  width: 100%;
}

.projects-one-left h3 {
  position: relative;
  padding: 50px 0 50px 80px;
  font: 400 48px/48px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #d8d5c5;
}

.projects-one-care {
  background-color: #225273;
}

.projects-one-care__list {
  max-height: 540px;
  overflow-y: auto;
  background-color: #225273;
}

.projects-one-care__item {
  position: relative;
  padding: 18px 0 18px 80px;
  border-left: 1px solid #306081;
  border-top: 1px solid #306081;
}

.projects-one-care__item:last-of-type {
  border-bottom: 1px solid #306081;
}

.projects-one-care__item:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 100%;
  width: 300%;
  background-color: #306081;
  z-index: -1;
  pointer-events: initial;
}

.projects-one-care__item-name {
  margin-bottom: 10px;
  font: italic 400 36px/40px "Souvenir", Arial, Tahoma, sans-serif;
  color: #d9d5c6;
  letter-spacing: -0.9px;
  word-break: break-word;
}

.projects-one-care__item-donate {
  font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #d9d5c6;
}

.projects-one-care__item-donate span {
  font: 600 18px/20px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  text-transform: uppercase;
}

.projects-one-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  margin-bottom: 50px;
  padding-left: 50px;
}

.projects-one-info__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  border: 8px solid #eee;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.projects-one-info__right {
  padding-right: 15px;
  margin-left: 20px;
  width: calc(100% - 560px);
}

.projects-one-info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
}

.projects-one-info__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  padding: 0 20px;
  height: 60px;
  border-radius: 30px;
  font: 400 20px/20px "CenturyGothic", Arial, Tahoma, sans-serif;
  text-align: center;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.projects-one-info__links-more {
  background-color: #fff;
  border: 2px solid #a52b2b;
  color: #a52b2b;
}

.projects-one-info__links-more:hover {
  background-color: #a52b2b;
  border: 2px solid #a52b2b;
  color: #fff;
}

.projects-one-info__links-help {
  background-color: #a52b2b;
  border: 2px solid #a52b2b;
  color: #fff;
}

.projects-one-info__links-help:hover {
  background-color: transparent;
  border: 2px solid #a52b2b;
  color: #a52b2b;
}

.projects-one-info__progress {
  padding-top: 110px;
  margin-bottom: 40px;
  max-width: 570px;
}

.projects-one-info__progress .progress__progressbar {
  border-radius: 15px;
}

.projects-one-info__text {
  padding-left: 60px;
}

.projects-one-info__text h1 {
  margin-bottom: 22px;
  font: 400 36px/36px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.projects-one-info__text p {
  font: 400 24px/30px "Souvenir", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.projects-one-right {
  padding: 40px 0 0 0;
}

.projects-one-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.projects-one-other--partners {
  width: 38%;
}

.projects-one-other--news {
  width: 62%;
}

.projects-one-other__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-size .3s linear;
  -o-transition: background-size .3s linear;
  -webkit-transition: -webkit-background-size .3s linear;
  transition: background-size .3s linear;
  width: 100%;
}

.projects-one-other__article:hover {
  -webkit-box-shadow: 0 3px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 0 3px 35px 3px rgba(23, 30, 38, 0.35);
}

.projects-one-other__article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
}

.projects-one-other__article a {
  display: block;
  padding: 44px 70px;
  color: #000;
  text-decoration: none;
}

.projects-one-other__article:nth-child(odd) a {
  background-color: #02416a;
}

.projects-one-other__article:nth-child(even) a {
  background-color: #6c6c6c;
}

.projects-one-other__article:nth-child(3n+3) a {
  background-color: #770301;
}

.projects-one-other__article time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  font: 400 24px/30px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #fff;
  opacity: 0.87;
}

.projects-one-other__article time img {
  display: none;
  margin-left: 10px;
  max-width: 30px;
  width: 100%;
}

.projects-one-other__article h4 {
  margin-bottom: 24px;
  font: 400 38px/38px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #fff;
  letter-spacing: -1.5px;
}

.projects-one-other__article p {
  margin-bottom: 14px;
  font: 400 24px/28px "Century", Arial, Tahoma, sans-serif;
  color: #fff;
  opacity: 0.73;
}

.projects-one-other__article button {
  display: block;
  padding: 0;
  border: 0;
  font: 400 24px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.projects-one-other__partners {
  background-color: #e0e0e08c;
}

.projects-one-other__partners h3 {
  padding: 36px 0;
  text-align: center;
  font: italic 400 60px/60px "Souvenir", Arial, Tahoma, sans-serif;
  color: #171e26;
  letter-spacing: -1.5px;
}

.projects-one-other__partners-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
  height: 170px;
}

.projects-one-other__partners-img:hover {
  -webkit-box-shadow: 0 3px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 0 3px 35px 3px rgba(23, 30, 38, 0.35);
}

.projects-one-other__partners-img img {
  display: block;
  width: 100%;
  max-width: 250px;
}

.projects-one-other__report-wrap {
  margin-bottom: 40px;
}

.projects-one-other__report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 15px 40px;
  background-color: #efc94c;
  border-bottom: 1px solid #fff;
}

.projects-one-other__report img {
  display: block;
  margin-bottom: 44px;
  width: auto;
}

.projects-one-other__report a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  font: 400 18px/18px "FuturaBookC", Arial, Tahoma, sans-serif;
  text-align: center;
  -webkit-transition: color .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, background-color .3s linear;
  transition: color .3s linear, background-color .3s linear;
}

.projects-one-other__report a:hover {
  background-color: #fff;
  color: #efc94c;
}

.albulm-hero {
  position: relative;
  min-height: 100vh;
  background-color: #fff;
}

.albulm-hero .header {
  background-color: transparent;
}

.albulm-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.albulm-hero__slider {
  min-height: 100vh;
  width: 100%;
}

.albulm-hero__slider .slick-slide {
  outline: none;
}

.albulm-hero__slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #306081;
  border-radius: 50%;
  border: 1px solid #306081;
  z-index: 1;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.albulm-hero__slider .slick-arrow:hover {
  border: 2px solid #fff;
}

.albulm-hero__slider .slick-arrow:before {
  content: '';
  display: inline-block;
  padding: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.albulm-hero__slider .slick-prev {
  left: 90px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.albulm-hero__slider .slick-next {
  right: 90px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.albulm-hero__slider-item {
  position: relative;
  height: 100vh;
}

.albulm-hero__slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.albulm-hero__slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.albulm-hero__slider-content time {
  display: block;
  margin-bottom: 54px;
  font: italic 400 30px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.albulm-hero__slider-content h2 {
  margin-bottom: 22px;
  font: 400 48px/36px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #171e26;
  letter-spacing: -1.5px;
}

.albulm-hero__slider-content p {
  margin-bottom: 110px;
  font: 700 24px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.albulm-hero__slider-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 140px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #bf6666;
  background-color: #bf6666;
  font: 400 24px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #d9d5c6;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.albulm-hero__slider-content a:hover {
  background-color: transparent;
  border: 2px solid #bf6666;
  color: #bf6666;
}

.albulm-page {
  padding: 80px 0;
}

.albulm-page .container {
  padding: 0 7px;
}

.albulm-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.albulm-page__item {
  margin: 0 10px 40px;
  width: calc(25% - 20px);
}

.albulm-page__item>a {
  display: block;
}

.albulm-page__item>a:hover .albulm-page__img {
  opacity: .4;
}

.albulm-page__img {
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.albulm-page__img img {
  display: block;
  width: 100%;
}

.albulm-page__info {
  padding: 30px 40px 40px;
  background-color: #cdc7b7;
}

.albulm-page__info time {
  display: block;
  margin-bottom: 10px;
  font: 400 30px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.albulm-page__info p {
  font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.photos-page {
  padding: 80px 0;
}

.photos-page .container {
  padding: 0 10px;
}

.photos-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photos-page__item {
  margin: 0 5px 10px;
  width: calc(25% - 10px);
}

.photos-page__item>a {
  position: relative;
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.photos-page__item>a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.photos-page__item>a:hover {
  opacity: .4;
}

.photos-page__item img {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}

.photos-page__desc h1 {
  font: 400 30px/30px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #fff;
}

.photos-page__desc p {
  font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #fff;
}

.contact-page {
  padding-top: 0px;
}

.contact-page .news-page__filter {
  margin-bottom: 34px;
}

.contact-page .news-page__filter-top {
  padding: 20px 30px;
}

.contact-page .news-page__filter-top .input-wrap-select {
  position: relative;
}

.contact-page .news-page__filter-top .input-wrap-select:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.contact-page .news-page__filter-top .input-wrap-select select {
  padding: 0 16px 0 4px;
  height: 34px;
  width: 140px;
  border: 1px solid #4b4b4b;
}

.contact-page__slider {
  padding: 0 60px;
}

.contact-page__slider-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.contact-page__slider .slick-slide {
  outline: none;
}

.contact-page__slider .slick-arrow {
  top: 100px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 60px;
  height: 60px;
  background-color: #306081;
  border-radius: 50%;
  border: 1px solid #306081;
  z-index: 1;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.contact-page__slider .slick-arrow:hover {
  border: 2px solid #fff;
}

.contact-page__slider .slick-arrow:before {
  content: '';
  display: inline-block;
  padding: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.contact-page__slider .slick-prev {
  left: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.contact-page__slider .slick-next {
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-page__item {
  position: relative;
  padding: 44px 6px 20px;
  margin: 40px 20px 20px;
  width: 20%;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.15);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.15);
  border-radius: 10px;
  border: 5px solid #d4d4d4;
  background-color: #eee;
}

.contact-page__item h2 {
  word-break: break-all;
  margin-bottom: 10px;
  font: 600 16px/16px "Souvenir", Arial, Tahoma, sans-serif;
  color: #bf6666;
  text-align: center;
}

.contact-page__item h3 {
  margin-bottom: 10px;
  font: 700 18px/18px "FuturaMediumC", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
  text-align: center;
  text-transform: uppercase;
}

.contact-page__item-expand {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #d4d4d4;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.contact-page__item-expand:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.contact-page__item-expand:hover {
  border: 2px solid #fff;
}

.contact-page__item-expand.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.contact-page__item-details {
  display: none;
  padding: 16px 14px 10px;
}

.contact-page__item-details h4 {
  margin-bottom: 4px;
  font: 400 16px/16px "FuturaMediumC", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.contact-page__item-details span,
.contact-page__item-details p {
  word-break: break-all;
  display: block;
  font: 400 16px/16px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #484848;
}

.contact-page__item-details-services,
.contact-page__item-details-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap column;
  flex-flow: nowrap column;
}

.contact-page__item-details-services {
  margin-bottom: 20px;
}

.contact-page__item-details-contacts {
  margin-bottom: 30px;
}

.contact-page__item-contact-btn,
.contact-page__item-details button {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 90px;
  height: 40px;
  border-radius: 20px;
  background-color: #a52b2b;
  font: 400 16px/16px "FuturaBookC", Arial, Tahoma, sans-serif;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.contact-page__item-contact-btn {
  width: 134px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
}

.contact-page__item-contact-btn:hover,
.contact-page__item-details button:hover {
  background-color: transparent;
  color: #a52b2b;
  border: 1px solid #a52b2b;
}

.contact-page__img {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #d4d4d4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eee;
}

.contact-page__map-wrap {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  padding: 0 15px;
  margin-top: 240px;
}

.contact-page__map img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
}

.contact-page__map-mark {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #306081;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.contact-page__map-mark:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  background-color: #a52b2b;
}

.contact-page__map-mark:before {
  content: attr(data-country-name);
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font: 400 12px/12px "FuturaMediumC", Arial, Tahoma, sans-serif;
  color: #a52b2b;
  text-transform: uppercase;
  -webkit-transition: backgorund-color .3s linear;
  -o-transition: backgorund-color .3s linear;
  transition: backgorund-color .3s linear;
}

.contact-page__map-mark--bottom:before {
  top: calc(100% + 5px);
}

.contact-page__map-mark--left:before {
  bottom: calc(25% + 5px);
  right: 15%;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.contact-popup-details {
  position: relative;
  margin: 100px auto 40px;
  padding: 100px 80px 40px;
  max-width: 960px;
  width: 100%;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  border-radius: 10px 100px 10px 10px;
  border: 5px solid #d4d4d4;
  background-color: #eee;
  cursor: auto;
}

.contact-popup-details-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 12px;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  z-index: 11;
  background-color: rgba(72, 72, 72, 0.75);
  cursor: pointer;
}

.contact-popup-details-overlay.show {
  display: block;
}

.popup-document__close,
.contact-popup-details__close {
  position: absolute;
  right: -20px;
  top: -20px;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #d4d4d4;
  background-color: #eee;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.popup-document__close:hover,
.contact-popup-details__close:hover {
  border: 4px solid #fff;
}

.popup-document__close:after,
.popup-document__close:before,
.contact-popup-details__close:after,
.contact-popup-details__close:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.54);
  border: 1px solid red;
}

.popup-document__close:after,
.contact-popup-details__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-document__close:before,
.contact-popup-details__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-popup-details__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-position: center center;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  border: 6px solid #d4d4d4;
}

.contact-popup-details__img img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 50%;
}

.contact-popup-details__title {
  margin-bottom: 10px;
  font: 700 48px/40px "Souvenir", Arial, Tahoma, sans-serif;
  color: #4b4b4b;
  text-align: center;
}

.contact-popup-details__subtitle {
  margin-bottom: 40px;
  font: 400 28px/28px "FuturaMediumC", Arial, Tahoma, sans-serif;
  color: #bf6666;
  text-align: center;
  text-transform: uppercase;
}

.contact-popup-details__desc {
  margin-bottom: 40px;
  font: 400 24px/30px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.contact-popup-details__info,
.contact-popup-details__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  margin-bottom: 40px;
}

.contact-popup-details__info h4,
.contact-popup-details__links h4 {
  margin-right: 10px;
  font: 400 32px/36px "FuturaMediumC", Arial, Tahoma, sans-serif;
  color: #484848;
}

.contact-popup-details__info span,
.contact-popup-details__info p,
.contact-popup-details__links span,
.contact-popup-details__links p {
  display: block;
  font: 400 26px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #484848;
}

.contact-popup-details__services,
.contact-popup-details__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  width: 50%;
}

.contact-popup-details__services {
  padding-right: 10px;
}

.contact-popup-details__links h4 {
  white-space: nowrap;
}

.contact-popup-details__links a {
  font: 400 28px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #306081;
  text-decoration: underline;
}

.contact-popup-details__links a:hover {
  text-decoration: none;
}

.contact-popup-details__news,
.contact-popup-details__projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
}

.contact-popup-details__news {
  width: 55%;
}

.contact-popup-details__projects {
  width: 45%;
}

.contact-popup-details__projects {
  padding-right: 10px;
}

.about-page-hero .header {
  background-color: rgba(255, 255, 255, 0.47);
}

.about-page-info {
  margin: -36% auto 0;
  padding: 42px 160px 120px;
  background-color: #fff;
}

.news-one-info,
.about-page-info {
  position: relative;
  overflow: hidden;
}

.news-one-info:after,
.about-page-info:after {
  content: '';
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -26px;
  width: calc(100% + 20%);
  height: 26px;
  background-color: #fff;
}

/*.about-page-info {*/
/*margin-bottom: 10px!important;*/
/*}*/

.about-page-info p {
  font-size: 24px;
  line-height: 30px;
  text-indent: 60px;
}

.about-page-story {
  padding: 86px 0;
}

.about-page-story h2 {
  margin-bottom: 80px;
  text-align: center;
  font: 700 60px/60px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  color: #171e26;
  letter-spacing: -1.5px;
}

.about-page-story__list {
  position: relative;
}

.about-page-story__list:before {
  content: '';
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  border: 5px solid #ffffff;
  border-radius: 30px;
  background-color: #ececec;
}

.about-page-story__item {
  position: relative;
  left: 0;
  padding: 30px 70px;
  margin-bottom: -30px;
  width: calc(50% - 130px);
  -webkit-box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  background-color: #fff;
}

.about-page-story__item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 115px);
  right: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 1px 1px 22px 2px rgba(45, 45, 45, 0.28);
  background-color: #a52b2b;
}

.about-page-story__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #a52b2b;
  width: 130px;
}

.about-page-story__item:nth-child(odd) {
  left: 50%;
  margin-left: 130px;
}

.about-page-story__item:nth-child(odd):before {
  right: 100%;
  left: auto;
}

.about-page-story__item:nth-child(odd):after {
  right: calc(100% + 115px);
  left: auto;
}

.about-page-story span {
  font: 600 16px/24px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #a52b2b;
}

.about-page-story-inner__item {
  font: 400 16px/24px "CenturyGothic", Arial, Tahoma, sans-serif;
  color: #0d101b;
}

.about-page-story-inner__item:before {
  content: '-';
  margin-right: 4px;
}

.about-page-diploma-slider {
  max-height: none !important;
}

.about-page-diploma-slider-wrap {
  margin-bottom: 10px;
}

.about-page-diploma-slider .news-one-slider-item img {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: auto;
}

.pagination {
  margin-top: 20px;
  width: 100%;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.pagination__list.current,
.pagination__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  margin: 0 3px;
  background: #306081;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  font: 400 18px/18px 'Open Sans', sans-serif, Arial;
}

.pagination__list a {
  -webkit-transition: border .3s linear, background .3s linear, color .3s linear;
  -o-transition: border .3s linear, background .3s linear, color .3s linear;
  transition: border .3s linear, background .3s linear, color .3s linear;
}

.pagination__list .current a,
.pagination__list a:hover {
  border: 1px solid #306081;
  background: #fff;
  color: #306081;
}

.pagination__list .disabled a:hover {
  background: #306081;
  color: #fff;
}

.pagination__list .arrow {
  padding-bottom: 5px;
  font-size: 24px;
}

.footer {
  padding: 40px 180px;
  background-color: #306081;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__wrap .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #d9d5c6;
  font: 400 24px/30px "FuturaMediumC", Arial, Tahoma, sans-serif;
  color: #e5e1d3;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color .3s linear, color .3s linear, border .3s linear;
  -o-transition: background-color .3s linear, color .3s linear, border .3s linear;
  transition: background-color .3s linear, color .3s linear, border .3s linear;
}

.footer__wrap .contact-us:hover {
  background-color: #d9d5c6;
  border: 2px solid #306081;
  color: #306081;
}

.footer__wrap h4 {
  color: #fff;
  font: 700 16px/24px Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}

.footer__wrap a {
  font: 300 16px/24px Arial, Tahoma, sans-serif;
  color: #fff;
}

.footer__payment {
  display: flex;
  flex-flow: nowrap row;
  padding: 0 10px;
}

.footer__payment-img {
  display: flex;
  flex-flow: nowrap row;
}

.footer__payment-item:nth-child(1) {
  max-width: 150px;
}

.footer__payment-item:nth-child(2) {
  max-width: 82px;
  margin-top: -4px;
  margin-left: 20px;
}

.footer__payment-item img {
  display: block;
  width: 100%;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials h4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 50px;
}

.footer__socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: background-color .3s linear, color .3s linear, border .3s linear, fill .3s linear;
  -o-transition: background-color .3s linear, color .3s linear, border .3s linear, fill .3s linear;
  transition: background-color .3s linear, color .3s linear, border .3s linear, fill .3s linear;
}

.footer__socials a:first-of-type svg {
  margin: 17px 0 0 9px;
}

/*.footer__socials a:not(:last-child) {*/
.footer__socials a {
  margin-right: 15px;
}

.footer__rss:hover,
.footer__socials a:hover {
  background-color: #fff;
  border: 2px solid #306081;
  color: #306081;
}

.footer__rss:hover svg path,
.footer__socials a:hover svg path {
  fill: #306081;
}

.footer__socials .footer__rss:first-of-type svg {
  margin: 0;
  margin-left: 3px;
  margin-bottom: 3px;
}

.contact-popup-contact-overlay--js {
  z-index: 30;
}

.contact-popup-contact h4 {
  margin-bottom: 36px;
  font: 400 24px/30px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #bf6666;
}

.contact-popup-contact h3 {
  margin-bottom: 10px;
  font: italic 700 36px/36px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
}

.contact-popup-contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}

.contact-popup-contact__top .input-wrap:nth-child(1) {
  width: calc(55% - 20px);
  margin-right: 20px;
}

.contact-popup-contact__top .input-wrap:nth-child(2) {
  width: 45%;
}

.contact-popup-contact__top--captcha .input-wrap:nth-child(1) {
  width: calc(80% - 20px);
  margin-right: 20px;
}

.contact-popup-contact__top--captcha img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.contact-popup-contact__top--captcha .input-wrap:nth-child(2) {
  width: 20%;
}

.contact-popup-contact .input-wrap {
  margin-bottom: 36px;
}

.contact-popup-contact textarea,
.contact-popup-contact input {
  padding: 0 40px;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #bf6666;
  color: #484848;
  font: 400 24px/36px "FuturaLightC", Arial, Tahoma, sans-serif;
}

.contact-popup-contact textarea {
  padding-top: 30px;
  height: 200px;
}

.contact-popup-contact textarea::-webkit-input-placeholder,
.contact-popup-contact input::-webkit-input-placeholder {
  font: 400 24px/36px "FuturaLightC", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
}

.contact-popup-contact textarea:-moz-placeholder,
.contact-popup-contact input:-moz-placeholder {
  font: 400 24px/36px "FuturaLightC", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
}

.contact-popup-contact textarea::-moz-placeholder,
.contact-popup-contact input::-moz-placeholder {
  font: 400 24px/36px "FuturaLightC", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
}

.contact-popup-contact textarea:-ms-input-placeholder,
.contact-popup-contact input:-ms-input-placeholder {
  font: 400 24px/36px "FuturaLightC", Arial, Tahoma, sans-serif;
  color: #484848;
  text-transform: uppercase;
}

.contact-popup-details__btn {
  display: block;
  margin: 0 auto;
  border: 1px solid transparent;
  max-width: 200px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #a52b2b;
  font: 400 24px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear, background-color .3s linear;
  -o-transition: color .3s linear, border .3s linear, background-color .3s linear;
  transition: color .3s linear, border .3s linear, background-color .3s linear;
}

.contact-popup-details__btn:hover {
  border: 1px solid #a52b2b;
  background-color: #fff;
  color: #a52b2b;
}

.contact-popup-details__prev,
.contact-popup-details__next {
  display: block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 200px;
}

.contact-popup-details__prev:hover:after,
.contact-popup-details__next:hover:after {
  opacity: .8;
}

.contact-popup-details__prev:after,
.contact-popup-details__next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 8px;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.contact-popup-details__next {
  left: calc(100% + 50px);
}

.contact-popup-details__next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-popup-details__prev {
  right: calc(100% + 50px);
}

.contact-popup-details__prev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.payment__cash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 15px 0;
}

.payment__cash h2 {
  font: 400 46px/56px "FuturaDemiC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.payment__cash p {
  font: 400 32px/32px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
}

.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 22px 180px 22px 190px !important;
  width: 100%;
  z-index: 66;
  background-color: transparent;
  /*transition: all .3s linear;*/
}

.category__title {
  margin-bottom: 24px;
  font: 400 30px/36px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #171e26;
  text-align: center;
}

.category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  justify-content: center;
}

.category__wrap .articles__item {
  width: 33.333333333333336%;
}

.category__wrap .articles__item:hover {
  -webkit-box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
}

.category-article {
  padding-bottom: 60px;
}

.category__wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.category__btn {
  margin: 50px auto 0;
}

.category-news {
  padding-bottom: 60px;
  background-color: #fff;
}

.responsive-embed {
  position: relative;
  display: block;
  padding-bottom: 60.25%;
  height: 0;
}

.responsive-embed:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.responsive-embed:hover:after {
  content: none;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.projects-one-other__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 10px;
  width: 150px;
  height: 50px;
  border: 2px solid #fff;
  background-color: transparent;
  font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: color .3s linear, background-color .3s linear, border .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, border .3s linear;
  transition: color .3s linear, background-color .3s linear, border .3s linear;
}

.projects-one-other__btn:hover {
  border: 2px solid #efc94c;
  background-color: #fff;
  color: #efc94c;
}

.popup-document__close {}

.popup-document__overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 12px;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  z-index: 11;
  background-color: rgba(72, 72, 72, 0.75);
  cursor: pointer;
}

.popup-document__overlay.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.popup-document {
  position: absolute;
  top: 20px;
  bottom: 20px;
  margin: 50px auto;
  padding: 30px 50px;
  max-width: 1100px;
  width: 100%;
  -webkit-box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  box-shadow: 0 1px 22px 2px rgba(45, 45, 45, 0.28);
  border-radius: 30px;
  border: 5px solid #d4ccb6;
  background-color: #d9d5c6;
  cursor: auto;
}

.popup-document .slick-list {
  height: 100%;
}

.popup-document .slick-track {
  height: 100%;
}

.popup-document__slider {
  height: 100%;
}

.popup-document__slider .slick-arrow {
  top: 100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #306081;
  border: 1px solid #306081;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
  z-index: 1;
}

.popup-document__slider .slick-arrow:hover {
  border: 2px solid #fff;
}

.popup-document__slider .slick-arrow:before {
  content: '';
  display: inline-block;
  padding: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  pointer-events: none;
}

.popup-document__slider .slick-next {
  right: -45px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-document__slider .slick-prev {
  left: -45px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.popup-document__item {
  position: relative;
  overflow-y: auto;
}

.popup-document__item iframe {
  width: 100%;
  height: 100%;
}

.popup-document__img img {
  display: block;
  width: 100%;
  height: auto;
}

.comparison__wrap {
  margin-top: 14px;
  text-align: center;
}

#comparison__slider {
  margin-top: 10px;
}

.comparison__wrap img {
  height: auto;
  max-height: 600px;
}

.news__author-link {
  font: 400 22px/22px "FuturaBookC", Arial, Tahoma, sans-serif;
}

.news__author-link:hover {
  text-decoration: underline;
}

.news__author {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-top: 20px;
}

.about-us__info {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  max-width: 900px;
  width: 100%;
  -webkit-box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  box-shadow: 3px 2px 35px 3px rgba(23, 30, 38, 0.35);
  z-index: 2;
  border: 5px solid #d4d4d4;
  background-color: #eee;
}

.about-us__info.show {
  display: block;
}

.about-us__info-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.about-us__info-close:hover {
  opacity: .6;
}

.about-us__info-close:after,
.about-us__info-close:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.54);
  border: 1px solid red;
}

.about-us__info-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-us__info-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.about-us__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
}

.about-us__info-row span {
  display: block;
  max-width: 94px;
  width: 100%;
  margin-right: 5px;
  white-space: nowrap;
  font: 700 18px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
}

.about-us__info-row a:hover {
  text-decoration: underline;
}

.about-us__info-row p {
  font: 400 18px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
}

.news-one-slider-item {
  cursor: pointer;
}

.payment-bank {
  margin: 80px auto 40px;
  max-width: 820px;
  text-align: center;
}

.payment-bank h3 {
  margin-bottom: 12px;
  font: 700 36px/36px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
}

.payment-bank h2 {
  margin-bottom: 16px;
  font: italic 600 28px/28px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
}

.payment-bank h5 {
  margin: 0 auto 6px;
  font: 600 24px/24px "Souvenir", Arial, Tahoma, sans-serif;
  color: #484848;
  text-align: center;
}

.payment-bank p {
  font: 300 24px/28px "FuturaBookC", Arial, Tahoma, sans-serif;
  color: #000;
}

.payment-bank__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.payment-bank__desc h5 {
  text-align: center;
  margin: 0 auto;
  font-size: 1.3em;
}

.payment-bank__desc-row {
  display: flex;
  flex-flow: nowrap row;
  width: 100%;
}

.payment-bank__desc-row p:nth-child(1) {
  width: 36%;
  border-right: 1px solid #000;
  padding-right: 6px;
}

.payment-bank__desc-row p:nth-child(2) {
  padding-left: 6px;
  width: 64%;
}

.articles__item {
  position: relative;
  overflow: hidden;
}

.hero-quote__wrap--mobile {
  display: none;
}

.header__lang--mobile {
  display: none;
}

.liqpay-section .responsive-embed {
  min-height: 900px;
  padding-bottom: inherit;
  overflow-y: auto;
}

.liqpay-section .responsive-embed iframe {
  position: relative;
  top: auto;
}

@media only screen and (max-width: 2560px) {
  .testimonials__item:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 1900px) {
  .testimonials-page__item-bottom {
    padding: 50px 60px;
  }

  .projects-page-projects-wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 1800px) {
  .our-projects__book {
    margin-left: 40px;
  }

  .articles__col--right .articles__item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .articles__col--right .articles__item-title {
    padding: 0 30px;
  }

  .help__right {
    padding: 60px 40px 60px 50px;
  }

  .footer__socials h4 {
    margin-right: 12px;
  }

  .projects-one-right {
    padding: 60px 0 0 0;
  }

  .projects-one-info {
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .projects-one-info__img {
    width: 400px;
    height: 400px;
  }

  .projects-one-info__right {
    width: calc(100% - 420px);
  }

  .projects-one-left h3 {
    padding: 20px 0 20px 40px;
    font: 400 32px/32px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-one-care__item {
    padding: 12px 0 12px 40px;
    border-left: 0;
  }

  .projects-one-care__item-name {
    font: 400 22px/22px "Souvenir", Arial, Tahoma, sans-serif;
  }
}

@media only screen and (max-width: 1680px) {
  .our-become__top .our-become__left .our-become__hover {
    padding: 8% 6% 4% 6%;
  }

  .our-become__bottom .our-become__right .our-become__hover {
    padding: 6% 6% 6% 6%;
  }

  .our-become__bottom a {
    max-width: 250px;
    height: 60px;
    min-height: 60px;
    font-size: 24px;
  }

  .our-become__hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: hidden;
  }

  .our-become__hover h3 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 46px;
  }

  .our-become__hover p {
    margin-bottom: 40px;
  }

  .our-projects__book {
    margin-right: 80px;
  }

  .partners__wrap {
    padding: 0 15px;
  }

  .partners__item:not(:last-child) {
    margin: 0 10px;
  }

  .help__item-right--requisites {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .help__item-right-requisites--left {
    padding-right: 0;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #000;
  }

  .help__item-right-requisites--right {
    padding-top: 10px;
    padding-left: 0;
  }

  .partners-page__item-top {
    padding: 60px 0;
  }

  .partners-page__item-body {
    padding: 40px 60px;
  }

  .projects-one-other__article a {
    padding: 30px 50px;
  }

  .projects-one-other__article time {
    margin-bottom: 10px;
    font: 400 20px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-one-other__article h4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .projects-one-other__article p {
    font-size: 20px;
    line-height: 26px;
  }

  .projects-one-other__partners h3 {
    font: italic 400 40px/40px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-one-other__partners-img {
    height: 120px;
  }

  .projects-one-other__partners-img img {
    max-width: 190px;
  }
}

@media only screen and (max-width: 1700px) {
  .header__wrap {
    padding: 26px 230px 44px 55px;
  }

  .nav__list>li:not(:last-child) {
    margin-right: 70px;
  }
}

@media only screen and (max-width: 1560px) {
  .hero-title h2 {
    font-size: 76px;
    line-height: 76px;
  }

  .hero-quote {
    padding: 25px 40px 10px;
  }

  .testimonials__main {
    padding: 44px 50px;
  }

  .testimonials h3 {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .testimonials p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .footer {
    padding: 40px 90px;
  }

  .our-become__bottom-block__item {
    padding: 80px 20px;
  }

  .donation-page__right {
    padding: 40px 40px;
  }

  .donation-page__form .input-radio-wrap label {
    padding-left: 40px;
  }

  .donation-page__form .input-wrap {
    max-width: 250px;
  }

  .donation-page__form .input-wrap input {
    padding: 0 10px;
  }

  .testimonials-page__item-bottom {
    padding: 40px 40px;
  }

  .testimonials-page__item-bottom h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .testimonials-page__item-bottom p {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-popup-details__img {
    width: 150px;
    height: 150px;
  }

  .contact-popup-details {
    padding: 90px 60px 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer__email {
    margin-right: 10px;
  }

  .our-become__hover {
    height: 50%;
  }

  .testimonials__item {
    width: calc(33% - 55px);
  }

  .articles__col--left .articles__item-link,
  .articles__col--middle .articles__item-link {
    padding: 0 76px 0 30px;
    height: 60px;
    font-size: 22px;
  }

  .articles__item-all a {
    height: 60px;
  }

  .partners__slider .slick-next {
    right: 30px;
  }

  .partners__slider .slick-prev {
    left: 30px;
  }

  .partners {
    padding: 100px 120px 100px;
  }

  .hero-quote h3 {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-quote p {
    line-height: 26px;
  }

  .hero-quote {
    padding: 15px 40px 10px;
    justify-content: flex-start;
  }

  .hero__slider:before {
    bottom: -54px;
  }

  .our-become__right,
  .our-become__left {
    height: 730px;
  }

  .our-become__top .our-become__left:before {
    height: 365px;
    transform: skew(19deg);
  }

  .our-become__bottom-block__decor {
    height: 90px;
  }

  .projects-one-left {
    max-width: 400px;
  }

  .projects-one-info__img {
    width: 350px;
    height: 350px;
  }

  .nav__list>li:not(:last-child) {
    margin-right: 26px;
  }

  .nav__list a.active-donate {
    padding: 11px 65px 11px 22px;
  }

  .hero__content {
    top: 180px;
    right: 150px;
    left: 150px;
    z-index: 1;
  }

  .hero__content p {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .our-projects__book {
    margin-top: -410px;
    padding: 100px 60px 100px 70px;
    max-width: 440px;
    height: 585px;
  }

  .our-projects__book h3 {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 50px;
  }

  .our-projects__book p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 21px;
  }

  .our-projects__book .button {
    max-width: 210px;
    height: 50px;
  }

  .our-become__bottom-block__item {
    padding: 80px 20px;
  }

  .our-become__bottom-block__item h3 {
    font-size: 27px;
  }

  .our-become__bottom-block__item p {
    font-size: 16px;
    line-height: 20px;
  }

  .our-become__bottom-block__decor {
    margin: 0 auto 10px;
    max-width: 80px;
  }

  .our-become__bottom-block__decor img {
    width: 100%;
  }

  .our-projects__right h3 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .our-projects__right p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .our-become__top a {
    max-width: 200px;
    height: 60px !important;
    min-height: 60px;
  }

  .our-become__bottom {
    height: 400px;
  }

  .our-become__bottom a {
    max-width: 200px;
    height: 50px;
    min-height: 50px;
  }

  .our-become__top .our-become__right .our-become__hover {
    padding: 5% 7%;
  }

  .our-become__hover h3 {
    font-size: 38px;
    line-height: 36px;
  }

  .our-become__hover p {
    font-size: 22px;
    line-height: 26px;
  }

  .counters__item:not(:last-child) {
    margin-right: 70px;
  }

  .articles__col--right .articles__item {
    padding: 38px 0 0;
  }

  .articles__col--left .articles__item>a,
  .articles__col--middle .articles__item>a {
    padding: 36px 50px 10px;
  }

  .articles__col--left time,
  .articles__col--middle time {
    margin-bottom: 8px;
  }

  .articles__col--left time span,
  .articles__col--middle time span {
    font-size: 18px;
    line-height: 20px;
  }

  .testimonials__all a {
    margin: 0 50px;
  }

  .articles__col--right h3,
  .articles__col--left h3,
  .articles__col--middle h3 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 32px;
  }

  .articles__col--left p,
  .articles__col--middle p {
    font-size: 20px;
    line-height: 26px;
  }

  .articles__col--right p {
    margin-bottom: 18px;
  }

  .articles__col--right .articles__item-link {
    max-width: 130px;
    height: 44px;
    font-size: 20px;
  }

  .progress__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    margin-top: 80px;
  }

  .progress__item:not(:last-child) {
    margin: 0 0 120px 0;
  }

  .progress__item:nth-child(2) {
    margin-left: auto;
  }

  .footer {
    padding: 40px 40px;
  }

  .hero__slider {
    height: 100vh;
  }

  .hero-title h2 {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 70px;
  }

  .hero-title p {
    font-size: 24px;
    line-height: 30px;
  }

  .donation-page__comments textarea::-webkit-input-placeholder,
  .donation-page__form .input-wrap input::-webkit-input-placeholder {
    font: 400 16px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__comments textarea:-moz-placeholder,
  .donation-page__form .input-wrap input:-moz-placeholder {
    font: 400 16px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__comments textarea::-moz-placeholder,
  .donation-page__form .input-wrap input::-moz-placeholder {
    font: 400 16px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__comments textarea:-ms-input-placeholder,
  .donation-page__form .input-wrap input:-ms-input-placeholder {
    font: 400 16px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__form .input-wrap input {
    padding: 0 6px;
  }

  .videos-page__wrap h1 {
    margin-bottom: 60px;
  }

  .videos-page__item-bottom {
    padding: 20px 20px;
  }

  .videos-page__item {
    margin: 0 10px 20px;
  }

  .videos-page__item-bottom h2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .videos-page__item-bottom p {
    font-size: 18px;
    line-height: 24px;
  }

  .partners-page__wrap h1 {
    margin-bottom: 60px;
  }

  .partners-page__item-top {
    padding: 40px 0;
  }

  .partners-page__item-body {
    padding: 40px 40px;
  }

  .partners-page__item-body h2 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .partners-page__item-body p {
    font-size: 22px;
    line-height: 30px;
  }

  .partners-page__item-img img {
    max-width: 200px;
  }

  .testimonials-page__wrap h1 {
    margin-bottom: 60px;
  }

  .testimonials-page__item-helped {
    margin: 30px auto 0;
    max-width: 200px;
    height: 46px;
  }

  .testimonials-page__item-helped:before {
    left: 16px;
  }

  .testimonials-page__item-bottom h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 28px;
  }

  .testimonials-page__item-bottom p {
    font-size: 16px;
    line-height: 23px;
  }

  .news-hero .slick-next {
    right: 30px;
  }

  .news-hero .slick-prev {
    left: 30px;
  }

  .news-hero__slider-content {
    max-width: 830px;
    font: 400 23px/27px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content time {
    font: italic 400 26px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content h2 {
    font: italic 400 40px/40px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content p {
    font: 400 23px/27px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero .slick-next {
    right: 30px;
  }

  .albulm-hero .slick-prev {
    left: 30px;
  }

  .albulm-hero__slider-content {
    max-width: 600px;
  }

  .albulm-hero__slider-content time {
    margin-bottom: 20px;
    font: italic 400 26px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content h2 {
    font: 700 40px/36px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content p {
    margin-bottom: 60px;
  }

  .news-one-info {
    margin: -32% auto 0;
    padding: 42px 90px 80px;
    max-width: 960px;
  }

  .news-one-slider .slick-prev {
    left: 30px;
  }

  .news-one-slider .slick-next {
    right: 30px;
  }

  .news-one-supported {
    padding: 50px 28px;
  }

  .news-one-supported h3 {
    margin-right: 20px;
    font: 400 70px/70px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero .slick-next {
    right: 30px;
  }

  .projects-page-hero .slick-prev {
    left: 30px;
  }

  .projects-page-hero__slider-content {
    max-width: 830px;
    font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__progress {
    margin-bottom: 16px;
    font: 400 30px/30px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__info {
    font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content h2 {
    margin-bottom: 20px;
    font: italic 400 46px/40px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-projects .progress__top {
    margin-bottom: 20px;
  }

  .projects-page-projects .progress__bottom {
    padding-left: 40px;
  }

  .projects-page-hero__slider-content__links {
    margin-top: 20px;
  }

  .projects-page-projects .progress__bottom h3 {
    margin-bottom: 10px;
    font: 400 30px/30px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-projects .progress__bottom p {
    margin-bottom: 20px;
    font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-projects .progress__links a {
    max-width: 120px;
    height: 50px;
    font: 400 20px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-one-right {
    padding: 20px 0 0 0;
  }

  .projects-one-info {
    padding-left: 20px;
  }

  .projects-one-info__text {
    padding-left: 0;
  }

  .projects-one-info__text h1 {
    margin-bottom: 10px;
    font: 400 30px/30px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-one-info__text p {
    font: 400 18px/25px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-one-other__article a {
    padding: 30px 30px;
  }

  .about-page-info {
    margin: -34% auto 0;
  }

  .contact-page__item h2 {
    font: 600 16px/16px "Souvenir", Arial, Tahoma, sans-serif
  }

  .contact-page__item {
    margin: 40px 16px 20px;
  }

  .contact-page__item-details {
    padding: 10px 0 4px;
  }

  .contact-popup-details__title {
    font: 700 30px/36px "Souvenir", Arial, Tahoma, sans-serif
  }

  .contact-popup-details__info h4,
  .contact-popup-details__links h4 {
    font: 400 28px/34px "FuturaMediumC", Arial, Tahoma, sans-serif
  }

  .contact-popup-details__links a,
  .contact-popup-details__info span,
  .contact-popup-details__info p,
  .contact-popup-details__links span,
  .contact-popup-details__links p {
    margin-top: 2px;
    font: 400 22px/28px "FuturaBookC", Arial, Tahoma, sans-serif
  }

  .contact-popup-contact {
    padding-top: 40px;
  }

  .contact-popup-contact textarea,
  .contact-popup-contact input {
    padding: 0 20px;
    height: 50px;
  }

  .contact-popup-contact textarea {
    padding-top: 20px;
    height: 150px;
  }

  .contact-popup-contact textarea::-webkit-input-placeholder,
  .contact-popup-contact input::-webkit-input-placeholder {
    font: 400 16px/16px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact textarea:-moz-placeholder,
  .contact-popup-contact input:-moz-placeholder {
    font: 400 16px/16px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact textarea::-moz-placeholder,
  .contact-popup-contact input::-moz-placeholder {
    font: 400 16px/16px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact textarea:-ms-input-placeholder,
  .contact-popup-contact input:-ms-input-placeholder {
    font: 400 16px/16px "FuturaLightC", Arial, Tahoma, sans-serif;
  }
}

@media only screen and (max-width: 1200px) {
  .partners__item img {
    max-width: 160px;
  }

  .hero-title h2 {
    font-size: 64px;
    line-height: 64px;
  }

  .testimonials__details {
    font-size: 16px;
    width: 130px;
    height: 45px;
  }

  .testimonials__all a {
    margin: 0 30px;
  }

  .hero__slider:before {
    width: 530px;
  }

  .header__lang {
    top: 37px;
    right: 10px;
  }

  .header__lang a {
    font-size: 22px;
  }

  .logo-link {
    left: 10px;
  }

  .header__wrap {
    padding: 26px 130px 44px 55px;
  }

  .nav__list>li:not(:last-child) {
    margin-right: 20px;
  }

  .nav__list a.active-donate {
    padding: 11px 64px 11px 23px;
  }

  .nav__list a {
    font-size: 16px;
  }

  .our-become {
    height: auto;
  }

  .donation-page__form .input-radio-wrap {
    margin-bottom: 14px;
  }

  .projects-one-other--news h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .projects-one-other--news p,
  .projects-one-other--news time,
  .projects-one-other--news button {
    font-size: 16px;
    line-height: 16px;
  }

  .popup-document__close {
    right: 0;
    top: 0;
    border-color: #a52b2b;
  }

  .hero__content {
    top: 240px;
  }

  .hero__content h1 span {
    display: block;
  }

  .hero__content h1 span:nth-child(1) {
    font-size: 70px;
    line-height: 70px;
  }

  .hero__content h1 span:nth-child(2) {
    font-size: 38px;
    line-height: 44px;
  }

  .hero__scroll {
    bottom: 50px;
    width: 70px;
    height: 70px;
  }

  .our-projects {
    padding: 100px 0 100px;
  }

  .our-projects .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .our-projects__left,
  .our-projects__right {
    width: 50%;
  }

  .our-projects__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .our-projects__book {
    margin: 0 20px 0 10px;
  }

  .our-become__bottom {
    height: 340px;
  }

  .our-become__hover h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 26px;
  }

  .our-become__hover p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .our-become__bottom a,
  .our-become__top a {
    max-width: 140px;
    height: 38px;
    min-height: 38px;
    font-size: 16px;
  }

  .our-become__bottom-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .our-become__bottom-block__item {
    padding: 40px 30px;
    width: 50%;
  }

  .counters__item:not(:last-child) {
    margin-right: 20px;
  }

  .counters__item span {
    font-size: 46px;
    line-height: 46px;
  }

  .counters__item p {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 26px;
  }

  .donation-page__comments textarea::-webkit-input-placeholder,
  .donation-page__form .input-wrap input::-webkit-input-placeholder {
    font: 400 15px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__comments textarea:-moz-placeholder,
  .donation-page__form .input-wrap input:-moz-placeholder {
    font: 400 15px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__comments textarea::-moz-placeholder,
  .donation-page__form .input-wrap input::-moz-placeholder {
    font: 400 15px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .donation-page__comments textarea:-ms-input-placeholder,
  .donation-page__form .input-wrap input:-ms-input-placeholder {
    font: 400 15px/30px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .articles__col--left time,
  .articles__col--middle time {
    margin-bottom: 8px;
  }

  .articles__col--left time span,
  .articles__col--middle time span {
    font-size: 18px;
    line-height: 18px;
  }

  .articles__col--right h3,
  .articles__col--left h3,
  .articles__col--middle h3 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 23px;
  }

  .articles__col--left p,
  .articles__col--middle p {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .articles__col--left .articles__item-link,
  .articles__col--middle .articles__item-link {
    font-size: 18px;
    line-height: 18px;
  }

  .articles__col--right .articles__item {
    padding: 24px 0 0;
  }

  .articles__col--right p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .articles__col--right .articles__item-link {
    max-width: 130px;
    height: 44px;
    font-size: 20px;
  }

  .articles__item-all {
    padding: 30px 15px;
  }

  .articles__item-all a {
    max-width: 200px;
    height: 44px;
    font-size: 20px;
    line-height: 20px;
  }

  .help__wrap {
    height: 580px;
  }

  .help__right h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
  }

  .help__item-left,
  .help__item-right {
    font-size: 18px;
    line-height: 24px;
  }

  .help__item-left {
    max-width: 120px;
  }

  .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .footer__wrap {
    flex-flow: wrap row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__wrap h4 {
    margin: 0 auto 6px;
  }

  .footer__wrap .contact-us {
    max-width: 160px;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer__socials--rss {
    margin-top: auto;
    margin-left: 10px;
  }

  .footer__phones,
  .footer__email {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer .contact-us,
  .footer .footer__email,
  .footer .footer__payment,
  .footer .footer__phones,
  .footer .footer__socials {
    padding: 0;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer .footer__payment {
    width: 100%;
    margin-top: 30px;
  }

  .footer__socials {
    order: -1;
  }

  .footer__payment-img {
    margin: 0 auto;
  }

  .testimonials__main {
    padding: 30px 20px;
  }

  .hero-quote h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-quote {
    justify-content: center;
  }

  .hero-quote p {
    font-size: 16px;
    line-height: 24px;
  }

  .donation-page__right {
    padding: 30px 20px;
  }

  .donation-page__right h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .donation-page__form .input-wrap {
    max-width: 200px;
  }

  .donation-page__form .input-wrap input {
    height: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .donation-page__form .input-radio-wrap label {
    font-size: 20px;
    line-height: 24px;
  }

  .donation-page__form textarea {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .donation-page__form textarea::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 36px;
  }

  .donation-page__form textarea:-moz-placeholder {
    font-size: 17px;
    line-height: 36px;
  }

  .donation-page__form textarea::-moz-placeholder {
    font-size: 17px;
    line-height: 36px;
  }

  .donation-page__form textarea:-ms-input-placeholder {
    font-size: 17px;
    line-height: 36px;
  }

  .partners-page__item-body {
    padding: 40px 30px;
  }

  .partners-page__item-body h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .partners-page__item-body p {
    font-size: 18px;
    line-height: 26px;
  }

  .partners-page__item-img img {
    max-width: 170px;
  }

  .testimonials-page__item-bottom {
    padding: 30px 24px;
  }

  .projects-page-projects-wrap .progress__item {
    margin-bottom: 80px;
    width: 100%;
  }

  .projects-page-projects-wrap .progress__item:not(:last-child) {
    margin-right: 0;
  }

  .projects-page-projects-wrap .progress__item:nth-child(odd) {
    margin: 0 0 80px 0;
  }

  .projects-page-projects-wrap .progress__item:nth-child(even) {
    margin-left: auto;
  }

  .projects-page-projects-wrap .progress__item:nth-child(2n+1) {
    margin-right: 0;
  }

  .projects-page-projects-wrap .progress__bottom p {
    margin-bottom: 10px;
  }

  .videos-page__item-bottom {
    padding: 15px 20px;
  }

  .videos-page__item-bottom h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .videos-page__item-bottom p {
    font-size: 17px;
    line-height: 23px;
  }

  .albulm-page {
    padding: 40px 0;
  }

  .albulm-page__item {
    width: calc(33.333333333333336% - 20px);
  }

  .about-page-story__item {
    padding: 20px 30px;
  }

  .contact-popup-details {
    padding: 90px 36px 30px;
  }

  .contact-page__slider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .contact-page__item-details-contacts {
    margin-bottom: 20px;
  }

  .contact-popup-details__title {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-popup-details__subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-popup-details__info h4,
  .contact-popup-details__links h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .contact-popup-details__links a,
  .contact-popup-details__info span,
  .contact-popup-details__info p,
  .contact-popup-details__links span,
  .contact-popup-details__links p {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-popup-details__desc {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-popup-details__info,
  .contact-popup-details__links {
    margin-bottom: 20px;
  }

  .contact-popup-details__subtitle {
    margin-bottom: 24px;
  }

  .contact-popup-details__close {
    right: -4px;
    top: -26px;
  }

  .contact-popup-contact {
    padding-top: 40px;
  }

  .contact-popup-details__prev,
  .contact-popup-details__next {
    top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-popup-details__prev:after,
  .contact-popup-details__next:after {
    border-color: #a52b2b;
  }

  .contact-popup-details__prev {
    left: 90px;
    right: auto;
  }

  .contact-popup-details__next {
    right: 90px;
    left: auto;
  }

  .projects-one-info__right {
    width: calc(100% - 350px);
  }

  .projects-one-info__img {
    width: 330px;
    height: 330px;
  }

  .projects-one-left {
    max-width: 330px;
  }

  .projects-one-left {
    margin-top: 20px;
  }

  .projects-one-other__report-wrap,
  .projects-one-left {
    margin-bottom: 20px;
  }

  .projects-one-other--news {
    width: 60%;
  }

  .projects-one-other--partners {
    width: 40%;
  }

  .projects-one-left h3 {
    padding: 10px 0 10px 20px;
    font: 400 24px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-one-care__list {
    max-height: 300px;
  }

  .projects-one-care__item {
    padding: 4px 0 4px 20px;
  }

  .projects-one-care__item-name {
    margin-bottom: 4px;
    font: italic 400 16px/18px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-one-care__item-donate {
    font: 400 14px/16px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-one-care__item-donate span {
    font: 400 14px/16px "FuturaBookC", Arial, Tahoma, sans-serif;
  }
}

@media only screen and (max-width: 1024px) {
  .hero__slider:before {
    bottom: -80px;
  }

  .hero__slider {
    height: 100vh;
  }

  .hero-quote__wrap {
    height: calc(100vh / 2.67);
  }

  .our-become {
    margin-top: calc(-100vh / 2.67);
  }

  .impact-stats {
    padding-top: 120px;
  }

  .our-become__top .our-become__right .our-become__hover {
    height: 54.5%;
  }

  .our-become__hover {
    height: 45%;
  }

  .hero-quote h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .hero-quote {
    width: 60%;
    padding: 0 20px 10px 30px;
  }

  .testimonials__item {
    width: calc(33% - 30px);
  }

  .partners {
    padding: 80px 0 100px;
  }

  .partners__slider .slick-arrow {
    width: 60px;
    height: 60px;
    top: auto;
    transform: none;
    bottom: 10%;
  }

  .testimonials__all a {
    width: 60px;
    margin: 0 20px;
  }

  .testimonials__all span {
    font-size: 18px;
  }

  .articles__col--left .articles__item>a,
  .articles__col--middle .articles__item>a {
    padding: 26px 24px 10px;
  }

  .our-become__top .our-become__left:before {
    height: 332px;
    transform: skew(21deg);
  }

  .our-become__right,
  .our-become__left {
    height: 730px;
  }

  .our-become__hover h3,
  .hero-quote h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .hero-quote p {
    font-size: 14px;
    line-height: 22px;
  }

  .our-become__top a {
    width: 120px;
    height: 44px !important;
    min-height: 44px !important;
  }

  .our-become__top .our-become__hover-btn--book {
    font-size: 16px;
  }

  .our-become__hover p {
    font-size: 18px;
    line-height: 24px;
  }

  .our-become__top .our-become__left {
    width: 44%;
  }

  .nav__list a.active-donate {
    padding: 11px 56px 11px 15px;
  }

  .nav__list a.active-donate:after {
    right: 15px;
  }

  .header__wrap {
    padding: 26px 90px 44px 55px;
  }

  .header__lang {
    top: 25px;
    right: 10px;
  }

  .hero-elements-container .hero__slider .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .hero-title h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-title p {
    font-size: 18px;
    line-height: 25px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer__socials a:not(:last-child) {
    margin-right: 6px;
  }

  .about-us__info {
    max-width: none;
    width: calc(100% - 30px);
  }

  .popup-document__slider .slick-arrow {
    top: -42px;
  }

  .popup-document__slider .slick-next {
    right: 35px;
  }

  .popup-document__slider .slick-prev {
    left: 35px;
  }

  .popup-document {
    padding: 40px 15px;
  }

  .logo {
    max-width: 170px;
  }

  .header__sub-menu {
    width: 200px;
  }

  .header__lang a {
    font-size: 18px;
  }

  .header__lang a:nth-child(1):after {
    height: 16px;
  }

  .nav__list li:not(:last-child) {
    margin-right: 0;
  }

  .nav__list li:last-of-type {
    margin-right: 25px;
  }

  .nav__list a {
    padding: 8px 8px;
    font-size: 13px;
    line-height: 13px;
  }

  .hero__content {
    top: 190px;
    right: 100px;
    left: 100px;
  }

  .hero-elements-container .hero__slider .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .hero__scroll:before {
    margin-top: -5px;
  }

  .donation-page__amount,
  .donation-page__email,
  .donation-page__full_name {
    width: 33%;
  }

  .donation-page__email {
    margin-right: 6px;
  }

  .donation-page__form .input-wrap {
    max-width: 100% !important;
    width: 100%;
  }

  .our-projects {
    padding: 80px 0;
  }

  .our-projects .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .our-projects__left,
  .our-projects__right {
    width: 100%;
  }

  .our-projects__right,
  .our-projects__book {
    margin: 0 auto;
  }

  .our-projects__book {
    margin-bottom: 30px;
  }

  .our-projects__right h3 {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 40px;
  }

  .our-projects__right p {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }

  .our-projects__right a {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
    line-height: 20px;
  }

  .counters {
    padding-top: 80px;
  }

  .counters__img {
    margin-bottom: 30px;
    max-width: 90px !important;
  }

  .counters__item:not(:last-child) {
    margin-right: 20px;
  }

  .counters__item span {
    font-size: 34px;
    line-height: 38px;
  }

  .counters__item p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .articles__col--right .articles__item {
    padding: 20px 0 0;
  }

  .articles__col--right .articles__item-title {
    padding: 0 14px;
  }

  .articles__col--left time,
  .articles__col--middle time {
    margin-bottom: 4px;
  }

  .articles__col--left time span,
  .articles__col--middle time span {
    font-size: 14px;
    line-height: 14px;
  }

  .articles__col--left time img,
  .articles__col--middle time img {
    width: 26px;
    margin: 0 0 6px 10px;
  }

  .articles__col--left h3,
  .articles__col--middle h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .articles__col--left p,
  .articles__col--middle p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .articles__col--left .articles__item-link,
  .articles__col--middle .articles__item-link {
    font-size: 14px;
    line-height: 18px;
    height: 42px;
    width: 120px;
    padding: 0 65px 0 28px;
    bottom: 10px;
  }

  .articles__col--left .articles__item-link:after,
  .articles__col--middle .articles__item-link:after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .articles__col--right h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .articles__col--right p {
    font-size: 14px;
    line-height: 18px;
  }

  .articles__col--right .articles__item-link {
    max-width: 110px;
    height: 30px;
    font-size: 14px;
  }

  .articles__item-all {
    padding: 30px 20px;
  }

  .articles__item-all a {
    font-size: 16px;
    max-width: 200px;
    height: 50px;
  }

  .articles .articles__item-title img {
    width: 30px;
  }

  .progress__wrap {
    margin-top: 60px;
  }

  .progress__item:not(:last-child) {
    margin: 0 auto 120px;
  }

  .progress__item:nth-child(2) {
    margin: 0 auto;
  }

  .progress__bottom h3 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 28px;
  }

  .progress__bottom p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 22px;
  }

  .progress__links a {
    max-width: 130px;
    height: 50px;
    font-size: 16px;
  }

  .progress__progressbar-info {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonials__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .testimonials__items-wrap {
    width: 100%;
  }

  .testimonials__main {
    padding: 22px 16px;
  }

  .testimonials__item:nth-child(2) {
    margin-top: 50px;
  }

  .testimonials__item:nth-child(3) {
    margin-top: 30px;
  }

  .testimonials h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .testimonials p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .help__wrap {
    height: 550px;
  }

  .help__right {
    padding: 30px 20px;
  }

  .help__item-left {
    max-width: 90px;
    font-size: 16px;
  }

  .help__item-right {
    font-size: 16px;
  }

  .our-become__top .our-become__left-hover {
    padding: 60px 20px;
  }

  .our-become__top .our-become__left-hover h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .donation-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    height: auto;
  }

  .donation-page__left,
  .donation-page__right {
    width: 100%;
  }

  .donation-page__left {
    /*height: 300px;*/
  }

  .donation-page__form {
    margin: 0 auto;
    max-width: 100%;
  }

  .donation-page__method {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .donation-page__fio {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .videos-page {
    padding: 20px 0 60px;
  }

  .videos-page__wrap h1 {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  .videos-page__item {
    width: calc(50% - 20px);
  }

  .videos-page__item-bottom h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .videos-page__item-bottom p {
    font-size: 16px;
    line-height: 22px;
  }

  .partners-page {
    padding: 20px 0 60px;
  }

  .partners-page__wrap h1 {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  .partners-page__item {
    width: calc(50% - 20px);
  }

  .partners-page__item-img img {
    max-width: 200px;
  }

  .partners-page__item-links {
    margin-top: 30px;
  }

  .partners-page__item-links span {
    font: 400 18px/18px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .partners-page__item-links a {
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 18px;
    line-height: 18px;
  }

  .partners-page__icon:before {
    width: 30px;
  }

  .testimonials-page {
    padding: 20px 0 60px;
  }

  .testimonials-page__wrap h1 {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  .testimonials-page__item {
    width: calc(50% - 20px);
  }

  .testimonials-page__item-bottom {
    padding: 30px 24px;
  }

  .testimonials-page__item-bottom h3 {
    font: 400 20px/24px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .news-page__filter-news-form select {
    font-size: 18px;
    line-height: 18px;
  }

  .news-page__filter-news-form {
    padding: 20px 15px;
  }

  .news-hero__slider-content {
    font: 400 18px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content time {
    font: italic 400 20px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content h2 {
    font: italic 400 26px/28px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content p {
    font: 400 18px/24px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content a {
    max-width: 120px;
    height: 46px;
  }

  .news-page__filter-item label {
    padding-left: 30px;
    font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-page__filter-item label:before {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }

  .news-page__filter-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 14px 0;
  }

  .news-page__filter-top {
    padding: 14px 30px;
  }

  .news-page__filter-bottom {
    border-top: 6px solid #306081;
  }

  .news-page__filter-bottom button {
    top: 6px;
    max-width: 140px;
    height: 46px;
    font: 400 16px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-page__filter-bottom-decor {
    width: 260px;
    height: 30px;
  }

  .news-page__filter-bottom-decor:after,
  .news-page__filter-bottom-decor:before {
    width: 20px;
    height: 30px;
  }

  .news-page__filter-bottom-decor:after {
    left: calc(100% - 4px);
  }

  .news-page__filter-bottom-decor:before {
    right: calc(100% - 4px);
  }

  .news-page__wrap .articles__item {
    width: 50%;
  }

  .news-page__wrap .articles__item:nth-child(1) {
    margin-top: 34px;
  }

  .news-page__wrap .articles__item:nth-child(2) {
    margin-top: 80px;
  }

  .news-page__wrap .articles__item:nth-child(3) {
    margin-top: 0;
  }

  .news-one-info {
    margin: -44% 15px 0;
    padding: 42px 90px 80px;
    max-width: calc(100% - 30px);
  }

  .news-one-info time {
    margin-bottom: 10px;
    font: 400 26px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-one-info h1 {
    margin: 0 auto 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .news-one-info p {
    font-size: 22px;
    line-height: 26px;
  }

  .news-one-supported h3 {
    font: 400 46px/40px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .news-one-supported-item img {
    max-width: 180px;
  }

  .news-one-slider {
    width: auto;
  }

  .news-one-slider img {
    display: block;
    width: 100%;
  }

  .news-one-news .articles__col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .news-one-news .articles__item {
    width: 50%;
  }

  .news-one-progress .progress__item {
    margin: 90px auto 40px;
  }

  .projects-page-hero__slider-content__progress {
    margin-bottom: 10px;
    font: 400 22px/22px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__info {
    font: 400 16px/20px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content {
    font: 400 16px/20px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content h2 {
    margin-bottom: 15px;
    font: italic 400 30px/27px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content a {
    max-width: 120px;
    height: 46px;
    font: 400 18px/18px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__links {
    margin-top: 30px;
  }

  .projects-page-filter {
    padding-bottom: 30px;
  }

  .projects-page-projects-wrap .progress__item {
    margin-bottom: 60px;
    width: 100%;
  }

  .projects-page-projects-wrap .progress__item:not(:last-child) {
    margin-right: 0;
  }

  .projects-page-projects-wrap .progress__item:nth-child(odd) {
    margin: 0 0 60px 0;
  }

  .projects-page-projects-wrap .progress__item:nth-child(even) {
    margin-left: auto;
  }

  .projects-page-projects-wrap .progress__item:nth-child(2n+1) {
    margin-right: 0;
  }

  .projects-page-projects-wrap .progress__bottom h3 {
    margin-bottom: 0;
    font: 400 26px/30px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-projects-wrap .progress__bottom p {
    margin-bottom: 10px;
    font: 400 17px/22px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-one {
    padding: 40px 0;
  }

  .projects-one-right {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .projects-one-info {
    padding-left: 15px;
  }

  .projects-one-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
  }

  .projects-one-left {
    max-width: 280px;
    overflow: hidden;
  }

  .projects-one-info__right {
    width: calc(100% - 300px);
  }

  .projects-one-other--item {
    width: 50%;
  }

  .projects-one-info__img {
    width: 280px;
    height: 280px;
  }

  .projects-one-info__text h1 {
    font: 400 26px/26px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-one-info__text p {
    font: 400 16px/24px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-one-info__links a {
    max-width: 100px;
    height: 46px;
    font-size: 16px;
    line-height: 16px;
  }

  .projects-one-other__partners h3 {
    padding: 20px 0;
  }

  .projects-one-other__partners-img {
    height: 100px;
  }

  .projects-one-other__partners-img img {
    max-width: 140px;
  }

  .projects-one-other__report img {
    margin-bottom: 20px;
    width: 45px;
  }

  .news-hero__slider-content {
    max-width: 100%;
    padding: 0 100px;
  }

  .projects-page-hero__slider-content {
    max-width: 100%;
    padding: 0 100px;
  }

  .albulm-hero__slider-content time {
    font: italic 400 20px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content h2 {
    font: 400 36px/30px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content p {
    font: 700 20px/26px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content a {
    max-width: 120px;
    height: 46px;
  }

  .albulm-page__item {
    margin: 0 7px 40px;
    width: calc(33.333333333333336% - 14px);
  }

  .albulm-page__info {
    padding: 24px 20px 30px;
  }

  .albulm-page__info time {
    font: 400 24px/30px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .albulm-page__info p {
    font: 400 18px/24px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .photos-page__desc h1 {
    font: 400 22px/22px "FuturaDemiC", Arial, Tahoma, sans-serif;
    color: #fff;
  }

  .photos-page__desc p {
    font: 400 15px/16px "Souvenir", Arial, Tahoma, sans-serif;
    color: #fff;
  }

  .about-page-info {
    margin: -44% auto 0;
  }

  .about-page-story {
    padding: 60px 0;
  }

  .about-page-story h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .about-page-story__item {
    padding: 14px 20px;
    width: calc(50% - 60px);
  }

  .about-page-story__item:nth-child(odd) {
    margin-left: 60px;
  }

  .about-page-story__item:nth-child(odd):after {
    right: calc(100% + 45px);
  }

  .about-page-story__item:before {
    width: 70px;
  }

  .about-page-story__item:after {
    left: calc(100% + 45px);
  }

  .about-page-story-inner__item {
    font-size: 16px;
    line-height: 22px;
  }

  .about-page-diploma-slider .news-one-slider-item img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .contact-page__item h2 {
    margin-bottom: 4px;
    font: 700 14px/14px "Souvenir", Arial, Tahoma, sans-serif
  }

  .contact-page__item h3 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 15px;
  }

  .contact-page__item-details h4 {
    width: 54px;
    font-size: 14px;
    line-height: 17px;
  }

  .contact-page__item-details span,
  .contact-page__item-details p {
    font-size: 14px;
    line-height: 17px;
  }

  .contact-page__item-details-contacts,
  .contact-page__item-details-services {
    margin-bottom: 8px;
  }

  .contact-page__slider {
    padding: 0 40px;
  }

  .contact-page__slider .slick-next {
    right: 5px;
  }

  .contact-page__slider .slick-prev {
    left: 5px;
  }

  .contact-page__item-details-contacts,
  .contact-page__item-details-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-page__item-details-services-right,
  .contact-page__item-details-services-left,
  .contact-popup-details__news,
  .contact-popup-details__projects,
  .contact-popup-details__services,
  .contact-popup-details__contacts {
    width: 100%;
  }

  .contact-page__item-details-contacts-left h4,
  .contact-page__item-details-services-left h4 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .contact-popup-contact textarea,
  .contact-popup-contact input {
    padding: 0 20px;
    height: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .contact-popup-contact .input-wrap {
    margin-bottom: 16px;
  }

  .contact-popup-contact textarea {
    padding-top: 10px;
    height: 100px;
  }

  .contact-popup-contact textarea::-webkit-input-placeholder,
  .contact-popup-contact input::-webkit-input-placeholder {
    font: 400 14px/14px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact textarea:-moz-placeholder,
  .contact-popup-contact input:-moz-placeholder {
    font: 400 14px/14px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact textarea::-moz-placeholder,
  .contact-popup-contact input::-moz-placeholder {
    font: 400 14px/14px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact textarea:-ms-input-placeholder,
  .contact-popup-contact input:-ms-input-placeholder {
    font: 400 14px/14px "FuturaLightC", Arial, Tahoma, sans-serif;
  }

  .contact-popup-contact h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .contact-popup-contact h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .contact-popup-details__btn {
    width: 120px;
    height: 50px;
    font-size: 22px;
    line-height: 22px;
  }

  .contact-popup-contact {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .category__title {
    margin-bottom: 10px;
    font: 400 22px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  ul.header__sub-menu a {
    font-size: 15px;
    line-height: 18px;
  }

  ul.header__sub-menu li {
    margin: 0 !important;
  }

  .about-page-info p {
    text-indent: 30px;
  }

  .header.fixed-header {
    padding: 22px 86px 22px 190px !important;
  }
}

@media only screen and (max-width: 768px) {
  .header__lang a:nth-child(1):after {
    transform: none;
    top: 6px;
  }

  .header__lang--desktop {
    display: none;
  }

  .header__lang--mobile {
    display: block;
    position: static;
  }

  .header__lang--mobile a {
    padding: 2px 10px;
    border: 1px solid black;
  }

  .header__lang--mobile a.active {
    color: #a52b2b;
    border: 1px solid #a52b2b;
  }

  .header__lang--mobile a:nth-child(1):after {
    content: initial
  }

  /* Impact-stats tablet spacing (768px) */
  .impact-stats__header {
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .impact-stats__header--split {
    gap: 15px;
  }

  .impact-stats__eyebrow {
    font-size: 20px;
    line-height: 1.3;
  }

  .impact-stats__desc {
    font-size: 16px;
    line-height: 1.4;
  }

  .nav-wrap {
    display: flex;
    flex-flow: nowrap column;
    justify-content: center;
    padding: 36px 0 0 0;
    position: absolute;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    height: calc(100% - 20px);
    width: 100%;
    text-align: center;
  }

  .hero-quote__wrap--mobile {
    display: block;
  }

  .hero-quote__wrap--desktop {
    display: none;
  }

  .our-become {
    margin-top: auto;
  }

  .testimonials__details {
    margin: 0 auto;
  }

  .our-become__top .our-become__left:before {
    content: none;
  }

  .testimonials__all {
    margin-bottom: 30px;
    width: 100%;
  }

  .testimonials__all a {
    margin: 0 auto;
    width: 266px;
    height: 60px;
  }

  .testimonials__all a:before {
    right: 22px;
  }

  .testimonials__all span {
    transform: none;
  }

  .articles__col--left .articles__item>a,
  .articles__col--middle .articles__item>a {
    padding: 40px 15px 10px;
  }

  .our-become__top .our-become__right {
    height: auto;
    width: 100% !important;
  }

  .our-become__hover h3 {
    text-align: center;
  }

  .our-become__bottom a,
  .our-become__top a {
    margin: 0 auto;
  }

  .our-become__hover,
  .hero-quote {
    padding: 15px 10px 10px;
    height: auto;
    width: 100%;
    justify-content: flex-start;
  }

  .our-become__top .our-become__left {
    height: 600px;
    background-position: center top -100px;
  }

  .our-become__top {
    display: flex;
    flex-flow: nowrap column;
  }

  .our-become__top .our-become__left {
    width: 100% !important;
    height: 500px;
  }

  .hero-quote__wrap {
    height: auto;
  }

  .hero {
    min-height: auto;
    height: auto;
  }

  .hero-elements-container .hero-title {
    width: 90%;
    max-width: 400px;
  }

  .hero .header__wrap:after,
  .hero__slider:before,
  .hero__slider:after {
    content: none;
  }

  .footer__socials-wrap {
    flex-flow: wrap row;
    justify-content: center;
  }

  .footer a {
    margin: 0 4px 6px;
  }

  .footer__socials--rss {
    margin-top: inherit;
  }

  .projects-one-left,
  .projects-one-other--partners,
  .projects-one-other--news {
    width: 96%;
    margin: 0 auto;
  }

  .projects-one-left {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }

  .projects-one-other__report-wrap {
    width: 35%;
  }

  .projects-one-care {
    width: calc(65% - 15px);
  }

  .projects-one-other--news {
    margin-bottom: 20px;
  }

  .contact-page__item-contact-btn {
    padding: 0 4px;
    width: 100px;
    height: 42px;
    font-size: 16px;
    line-height: 16px;
  }

  .nav__list li:last-of-type {
    margin-right: 0;
  }

  .about-us__info {
    padding: 20px 10px;
    width: calc(100% - 20px);
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .about-us__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    margin-bottom: 10px;
  }

  .about-us__info-row p {
    font: 400 16px/22px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .about-us__info-row a {
    font-size: 16px;
  }

  .about-us__info-row span {
    max-width: 100%;
    font: 700 16px/22px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .hero .header__wrap {
    position: static;
  }

  .header__wrap {
    padding: 30px 20px 20px !important;
  }

  .header__lang {
    top: -1px;
  }

  nav.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: #cacaca;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
  }

  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    margin: 0;
  }

  .nav__list li {
    margin-bottom: 5px;
  }

  .nav__list li:last-of-type {
    margin: 0;
  }

  .nav__list a {
    font-size: 21px;
    line-height: 18px;
    font-weight: 600;
    color: #4b4b4b;
  }

  .nav__list a.active-contact {
    border-color: #4b4b4b;
  }

  .nav__list a.active-contact:hover {
    color: #4b4b4b;
    border-color: #4b4b4b;
    background-color: transparent;
    text-decoration: underline;
  }

  .logo-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 20px;
  }

  .burger-menu,
  .close-burger-menu {
    display: block;
  }

  .burger-menu {
    margin: -10px 0 0 0;
  }

  .hero__scroll {
    position: static;
    margin: 20px auto 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero__slider {
    height: 100%;
  }

  .hero__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-elements-container .hero__slider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .hero__content {
    position: static;
    padding: 140px 15px 80px;
  }

  .hero__content h1 span {
    display: block;
  }

  .hero__content h1 span:nth-child(1) {
    font-size: 36px;
    line-height: 42px;
  }

  .hero__content h1 span:nth-child(2) {
    font-size: 18px;
    line-height: 22px;
  }

  .hero__content p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-title h2 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  .hero-title p {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-title a {
    width: 100px;
    min-height: 40px;
    font-size: 18px;
  }

  .hero-quote h3 {
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .hero-quote a {
    font-size: 20px;
    line-height: 24px;
  }

  .about-us-hero {
    min-height: 350px;
  }

  .our-become__bottom-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .our-become__bottom-block__item {
    width: 100%;
  }

  .our-become__bottom-block__item h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .our-become__bottom-block__item p {
    font-size: 14px;
  }

  .our-become__bottom-block__item a {
    width: 140px;
    height: 54px;
    font-size: 14px;
  }

  .our-projects {
    padding: 60px 0;
  }

  .our-projects__right h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .our-projects__right p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .our-projects__right a {
    font-size: 16px;
    line-height: 18px;
  }

  .our-projects__book {
    max-width: 288px;
    height: 382px;
    padding: 30px 40px 50px 36px;
  }

  .our-projects__book h3 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 34px;
  }

  .our-projects__book p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .our-projects__book .button {
    max-width: 140px;
    height: 40px;
    font-size: 16px;
  }

  .hero__content {
    text-align: center;
  }

  .our-become__top .our-become__left,
  .our-become__top .our-become__right {
    width: 50%;
  }

  .our-become__bottom {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .our-become__bottom .our-become__left,
  .our-become__bottom .our-become__right {
    width: 100%;
    height: 340px;
  }

  .our-become__top .our-become__left .our-become__hover,
  .our-become__top .our-become__right .our-become__hover {
    padding: 7% 15px 7%;
  }

  .our-become__bottom .our-become__left .our-become__hover {
    padding: 10% 15px 8%;
  }

  .our-become__hover {
    opacity: 1;
  }

  .our-become__hover h3 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 22px;
  }

  .our-become__hover p {
    padding: 0;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }

  .our-become__bottom a,
  .our-become__top a {
    max-width: 140px;
    height: 38px;
    min-height: 38px;
    font-size: 16px;
  }

  .counters__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .counters__item {
    max-width: none;
    width: calc(50% - 10px);
  }

  .counters__item:not(:last-child) {
    margin: 0 0 40px 0;
  }

  .counters__item:nth-child(even) {
    margin-top: 0;
  }

  .counters__item span {
    font-size: 28px;
    line-height: 28px;
  }

  .counters__item p {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .counters__item a {
    max-width: 100px;
    height: 40px;
    font-size: 15px;
  }

  .articles__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .articles__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    margin: 0 auto 20px;
  }

  .articles__col--right .articles__item {
    padding: 20px 0 0;
  }

  .articles__col--left h3,
  .articles__col--middle h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .articles__col--right h3 {
    margin-bottom: 20px;
  }

  .articles__col--left p,
  .articles__col--middle p,
  .articles__col--right p {
    font-size: 17px;
    line-height: 19px;
  }

  .partners {
    padding: 0 0 90px;
  }

  .partners__item--img-last {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .partners__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .progress__bottom h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .progress__bottom p {
    font-size: 16px;
    line-height: 18px;
  }

  .progress__links a {
    padding: 0 10px;
    max-width: 110px;
    height: 50px;
    font-size: 14px;
  }

  .progress__img {
    max-width: 130px;
    height: 130px;
  }

  .progress__img-wrap:after {
    height: 20px;
  }

  .progress__progressbar {
    height: 20px;
  }

  .progress__progressbar-info {
    max-width: 180px;
    font-size: 14px;
    bottom: 15px;
    padding-left: 4px;
  }

  .progress__progressbar-info:before {
    width: 20px;
    height: 20px;
  }

  .testimonials {
    padding-bottom: 20px;
  }

  .testimonials__items-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .testimonials__item {
    margin: 0 auto 30px !important;
    width: 80%;
  }

  .help__wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .help__left {
    height: 300px;
    width: 100%;
  }

  .help__right {
    width: 100%;
    padding: 30px 15px;
  }

  .help__right h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .help__item {
    margin-bottom: 10px;
  }

  .footer {
    padding: 30px 15px;
  }

  .our-become__top .our-become__left .link-book,
  .our-become__top .our-become__left-hover {
    opacity: 1;
  }

  .donation-page__right {
    padding: 30px 15px;
  }

  .donation-page__right h2 {
    margin-bottom: 34px;
    font-size: 21px;
    line-height: 21px;
  }

  .donation-page__fio {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .donation-page__method {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    margin-bottom: 22px;
  }

  .donation-page__amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .donation-page__amount .input-wrap input {
    height: 60px;
    font-size: 16px;
  }

  .donation-page__form .input-wrap {
    margin-right: 0;
  }

  .donation-page__amount,
  .donation-page__email,
  .donation-page__full_name {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .donation-page__fio {
    margin-bottom: 20px;
  }

  .donation-page__full_name {
    margin-bottom: 0;
  }

  .donation-page__fio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .donation-page__form .input-radio-wrap label {
    padding-left: 29px;
    font-size: 16px;
    line-height: 16px;
  }

  .donation-page__form .input-radio-wrap label:before {
    width: 24px;
    height: 24px;
    border: 3px solid #d3ccb6;
  }

  .donation-page__comments {
    margin-bottom: 20px;
  }

  .donation-page__comments textarea {
    padding: 8px 10px;
    height: 120px;
    font-size: 16px;
    line-height: 22px;
  }

  .donation-page__btn {
    max-width: 140px;
    height: 50px;
    font-size: 16px;
  }

  .videos-page {
    padding: 20px 0 40px;
  }

  .videos-page__list {
    margin-bottom: 0;
  }

  .videos-page__wrap h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .videos-page__item {
    margin: 0 0 30px;
    width: 100%;
  }

  .videos-page__item-bottom {
    padding: 20px 14px;
  }

  .videos-page__item-bottom p {
    font: 400 16px/22px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .videos-page__btn {
    font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
    max-width: 180px;
    height: 50px;
  }

  .partners-page {
    padding: 20px 0 40px;
  }

  .partners-page__wrap h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .partners-page__item {
    margin: 0 0 40px;
    width: calc(100%);
  }

  .partners-page__item-img img {
    max-width: 110px;
  }

  .partners-page__item-top {
    padding: 20px 0;
  }

  .partners-page__item-body {
    padding: 20px 14px;
  }

  .partners-page__item-body h2 {
    margin-bottom: 12px;
    font: 700 24px/24px "CenturyGothicBold", Arial, Tahoma, sans-serif;
  }

  .partners-page__item-body p {
    font: 400 16px/20px "CenturyGothic", Arial, Tahoma, sans-serif;
  }

  .partners-page__item-links {
    margin-top: 20px;
  }

  .partners-page__item-links span {
    font: 400 16px/16px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .partners-page__item-links a {
    margin-bottom: 16px;
    padding-left: 42px;
    font: 400 16px/16px "CenturyGothic", Arial, Tahoma, sans-serif;
  }

  .partners-page__icon:before {
    width: 24px;
  }

  .partners-page__btn {
    font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
    max-width: 180px;
    height: 50px;
  }

  .testimonials-page {
    padding: 20px 0 40px;
  }

  .testimonials-page__wrap h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
  }

  .testimonials-page__btn {
    font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
    max-width: 180px;
    height: 50px;
  }

  .testimonials-page__list {
    margin-bottom: 0;
  }

  .testimonials-page__item {
    margin: 0 auto 20px;
    width: 100%;
  }

  .testimonials-page__item-bottom {
    padding: 20px 14px;
  }

  .testimonials-page__item-bottom h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 22px;
  }

  .testimonials-page__item-bottom p {
    font-size: 16px;
    line-height: 20px;
  }

  .news-page__filter-news-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
  }

  .news-page__filter-news-form .input-wrap:not(:last-child) {
    margin-bottom: 8px;
  }

  .news-page__filter-news-form .input-wrap {
    max-width: 420px;
    width: 100%;
  }

  .news-page__filter-news-form select {
    height: 30px;
  }

  .news-hero__slider .slick-next {
    right: 15px;
  }

  .news-hero__slider .slick-prev {
    left: 15px;
  }

  .news-hero__slider .slick-arrow {
    top: auto;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .news-hero__slider-content {
    padding: 0 15px;
    font: 400 16px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content time {
    margin-bottom: 6px;
    font: italic 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content h2 {
    margin-bottom: 10px;
    font: italic 400 20px/20px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content p {
    font: 400 16px/18px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-hero__slider-content a {
    margin-top: 20px;
  }

  .news-page {
    padding-bottom: 40px;
  }

  .news-page__filter-item label {
    padding-left: 24px;
    font: 400 16px/16px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-page__filter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 0;
  }

  .news-page__filter-middle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 14px 4px;
  }

  .news-page__filter-middle .news-page__filter-item {
    font-size: 14px;
    line-height: 14px;
  }

  .news-page__filter-item {
    width: auto;
    margin: 0 3px 10px;
  }

  .news-page__filter-bottom {
    border-top: 6px solid #306081;
  }

  .news-page__filter-bottom button {
    top: 6px;
    max-width: 140px;
    height: 46px;
    font: 400 16px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-page__filter-bottom-decor {
    width: 260px;
    height: 30px;
  }

  .news-page__filter-bottom-decor:after,
  .news-page__filter-bottom-decor:before {
    width: 20px;
    height: 30px;
  }

  .news-page__filter-bottom-decor:after {
    left: calc(100% - 4px);
  }

  .news-page__filter-bottom-decor:before {
    right: calc(100% - 4px);
  }

  .news-page__wrap .articles__item {
    margin: 0 10px 0;
    width: calc(100% - 20px);
  }

  .news-page__wrap .articles__item:nth-child(1) {
    margin-top: 0;
  }

  .news-page__wrap .articles__item:nth-child(2) {
    margin-top: 0;
  }

  .news-page__wrap .articles__item:nth-child(3) {
    margin-top: 0;
  }

  .news-one-hero {
    min-height: 350px;
  }

  .news-one-info {
    margin: -140px 10px 0;
    padding: 32px 10px;
    max-width: calc(100% - 20px);
  }

  .news-one-info time {
    margin-bottom: 10px;
    font: 400 20px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .news-one-info h1 {
    margin: 0 auto 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .news-one-info p {
    font-size: 16px;
    line-height: 20px;
  }

  .news-one-news .articles__item {
    width: 70%;
  }

  .news-one-slider .slick-arrow {
    top: auto;
    bottom: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }

  .news-one-slider .slick-prev {
    left: 15px;
  }

  .news-one-slider .slick-next {
    right: 15px;
  }

  .news-one-supported {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    padding: 20px 15px;
  }

  .news-one-supported h3 {
    margin-right: 0;
    margin-bottom: 40px;
    font: 400 50px/50px "FuturaDemiC", Arial, Tahoma, sans-serif;
    text-align: center;
  }

  .news-one-supported-item {
    margin-bottom: 20px;
  }

  .projects-page-hero .slick-next {
    right: 15px;
  }

  .projects-page-hero .slick-prev {
    left: 15px;
  }

  .projects-page-hero .slick-arrow {
    top: auto;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .projects-page-hero__slider {
    min-height: auto;
  }

  .projects-page-hero__slider-content {
    padding: 0 15px;
    font: 400 14px/16px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__progress {
    margin-bottom: 4px;
    font: 400 16px/16px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__info {
    font: 400 14px/16px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content h2 {
    margin-bottom: 6px;
    font: italic 400 20px/20px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-hero__slider-content__links {
    margin-top: 20px;
  }

  .projects-page-filter {
    padding-bottom: 70px;
  }

  .projects-page-projects-wrap .progress__item {
    margin-bottom: 100px;
  }

  .projects-page-projects-wrap .progress__item:not(:last-child) {
    margin-right: 0;
  }

  .projects-page-projects-wrap .progress__item:nth-child(odd) {
    margin: 0 0 100px 0;
  }

  .projects-page-projects-wrap .progress__item:nth-child(even) {
    margin-left: auto;
  }

  .projects-page-projects-wrap .progress__item:nth-child(2n+1) {
    margin-right: 0;
  }

  .projects-page-projects-wrap .progress__item:last-of-type {
    margin-bottom: 20px;
  }

  .projects-page-projects-wrap .progress__bottom {
    padding: 0;
  }

  .projects-page-projects-wrap .progress__bottom h3 {
    margin-bottom: 0;
    font: 400 20px/24px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .projects-page-projects-wrap .progress__bottom p {
    margin-bottom: 10px;
    font: 400 15px/18px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .projects-page-projects-wrap .progress__links a {
    max-width: 100px;
    height: 44px;
    font: 400 15px/18px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .projects-one {
    padding: 40px 0 20px;
  }

  .projects-one-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .projects-one-info__text h1 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .projects-one-info__text p {
    font-size: 14px;
    line-height: 22px;
  }

  .projects-one-info__links {
    margin-top: 10px;
  }

  .projects-one-info__links a {
    max-width: 100px;
    height: 50px;
    font-size: 14px;
    line-height: 14px;
  }

  .projects-one-info__img {
    margin: 0 auto;
    width: 260px;
    height: 260px;
  }

  .projects-one-info__right {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .projects-one-info__progress {
    max-width: 90%;
    margin: 0 auto 30px;
  }

  .projects-one-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
  }

  .projects-one-other__article time {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 6px;
  }

  .projects-one-other__article time img {
    max-width: 20px;
  }

  .projects-one-other__article h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .projects-one-other--item {
    margin: 0 auto 20px;
    width: 94%;
  }

  .albulm-hero__slider .slick-next {
    right: 15px;
  }

  .albulm-hero__slider .slick-prev {
    left: 15px;
  }

  .albulm-hero__slider .slick-arrow {
    top: auto;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .albulm-hero__slider-content {
    padding: 0 15px;
  }

  .albulm-hero__slider-content time {
    margin-bottom: 6px;
    font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content h2 {
    margin-bottom: 10px;
    font: 700 30px/30px "FuturaDemiC", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content p {
    margin-bottom: 14px;
    font: 700 16px/20px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .albulm-hero__slider-content a {
    margin-top: 14px;
  }

  .albulm-page__item {
    width: calc(50% - 14px);
  }

  .albulm-page__info {
    padding: 14px 14px 20px;
  }

  .albulm-page__info time {
    margin-bottom: 6px;
    font: 400 20px/26px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .albulm-page__info p {
    font: 400 15px/20px "Souvenir", Arial, Tahoma, sans-serif;
  }

  .photos-page .container {
    padding: 0 5px;
  }

  .photos-page__item {
    margin: 3px;
    width: calc(50% - 6px);
  }

  .about-page-story span {
    font-size: 16px;
    line-height: 22px;
  }

  .about-page-story__list:before {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 16px;
    border: 3px solid #fff;
  }

  .about-page-story__item {
    padding: 14px 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    width: calc(100% - 40px);
  }

  .about-page-story__item:nth-child(odd) {
    left: 0;
    margin-left: 40px;
  }

  .about-page-story__item:nth-child(odd):after {
    right: calc(100% + 24px);
  }

  .about-page-story__item:after {
    width: 16px;
    height: 16px;
    left: auto;
    right: calc(100% + 24px);
  }

  .about-page-story__item:before {
    right: 100%;
    left: auto;
    width: 40px;
  }

  .about-page-story-inner__item {
    font-size: 14px;
    line-height: 20px;
  }

  .about-page-diploma-slider .news-one-slider-item img {
    max-width: 90%;
  }

  .contact-page .news-page__filter {
    margin-bottom: 20px;
  }

  .contact-page__slider-wrap {
    position: static;
  }

  .contact-page__slider {
    padding: 0;
  }

  .contact-page__slider .slick-arrow {
    display: none !important;
  }

  .contact-page__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .contact-page__slider .slick-slide {
    margin: 38px 8px 38px;
    width: calc(50% - 16px) !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 calc(50% - 16px) !important;
    flex: 1 1 33% !important;
  }

  .news-page__filter-item:first-child,
  .contact-page .news-page__filter-top .input-wrap-select select {
    width: 100%;
  }

  .contact-page .news-page__filter-top {
    padding: 10px 12px;
  }

  .contact-page__map-wrap {
    display: none;
  }

  .contact-popup-details {
    padding: 54px 10px 0px;
  }

  .contact-popup-details__img {
    width: 100px;
    height: 100px;
  }

  .contact-popup-details__title {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
  }

  .contact-popup-details__subtitle {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 18px;
  }

  .contact-popup-details__info h4,
  .contact-popup-details__links h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-popup-details__links,
  .contact-popup-details__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    margin-bottom: 10px;
  }

  .contact-popup-details__desc {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 10px;
  }

  .contact-popup-details__links a,
  .contact-popup-details__info span,
  .contact-popup-details__info p,
  .contact-popup-details__links span,
  .contact-popup-details__links p {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .contact-page__item-details button {
    width: 80px;
    height: 34px;
    font-size: 14px;
    line-height: 14px;
  }

  .contact-page__item-details-services-right,
  .contact-page__item-details-services-left,
  .contact-popup-details__news,
  .contact-popup-details__projects,
  .contact-popup-details__services,
  .contact-popup-details__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }

  .contact-popup-details__news-list,
  .contact-popup-details__projects-list {
    font-size: 0;
    line-height: 0;
  }

  .contact-popup-contact {
    padding: 26px 10px 10px;
  }

  .contact-popup-contact h3 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 20px;
  }

  .contact-popup-contact h4 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .contact-popup-contact .input-wrap {
    margin-bottom: 10px;
  }

  .contact-popup-details__btn {
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
  }

  .contact-popup-contact__top .input-wrap:nth-child(1) {
    margin-right: 0;
    width: 100%;
  }

  .contact-popup-contact__top .input-wrap:nth-child(2) {
    width: 100%;
  }

  .contact-popup-contact textarea,
  .contact-popup-contact input {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .contact-popup-details__prev {
    left: 62px;
  }

  .contact-popup-details__next {
    right: 83px;
  }

  .payment__cash h2 {
    font: 400 26px/26px "FuturaDemiC", Arial, Tahoma, sans-serif;
    text-align: center;
  }

  .payment__cash p {
    font: 400 18px/18px "FuturaBookC", Arial, Tahoma, sans-serif;
    text-align: center;
  }

  .category__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0;
  }

  .category__wrap .articles__item {
    width: 90%;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .category-news {
    padding-bottom: 40px;
  }

  .category__title {
    font: 400 18px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .videos-page .container {
    padding: 0 15px;
  }

  .projects-page-hero__slider-content a {
    max-width: 100px;
    height: 40px;
    margin: 0 4px 0;
  }

  .news-hero__slider,
  .news-hero,
  .projects-page-hero {
    min-height: auto;
  }

  .news-hero__wrap,
  .projects-page-hero__wrap {
    position: static;
    padding: 15px 0 15px;
  }

  .news-hero__slider-content,
  .projects-page-hero__slider-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .news-hero__slider-item,
  .projects-page-hero__slider-item {
    height: auto;
  }

  .news-hero__slider-content a {
    max-width: 100px;
    height: 40px;
    font: 400 20px/20px "FuturaBookC", Arial, Tahoma, sans-serif;
  }

  .header__sub-menu {
    display: block;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    border: 0;
  }

  ul.header__sub-menu a {
    padding: 3px 8px;
    font-size: 15px;
    line-height: 17px;
    border: 0;
  }

  .header__lang a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .hero-elements-container .hero-title {
    width: 95%;
    padding: 10px;
  }

  .our-become__top .our-become__left {
    width: 100% !important;
    height: 480px;
    background-position: center center;
  }

  .donation-page__form .input-radio-wrap {
    width: 100%;
  }

  .our-become__top,
  .our-become__bottom {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
  }

  .articles__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .progress__bottom {
    padding-left: 10px;
  }

  .progress__top {
    margin-bottom: 14px;
  }

  .progress__img {
    max-width: 110px;
    height: 110px;
  }

  .testimonials__item {
    width: 100%;
  }

  .footer .contact-us,
  .footer .footer__email,
  .footer .footer__phones,
  .footer .footer__socials {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer .footer__socials {
    margin-bottom: 0;
  }

  .news-one-news .articles__item {
    width: 100%;
  }

  .projects-one-info__progress {
    max-width: 100%;
  }

  .albulm-page__item {
    width: calc(100% - 14px);
  }

  .category__wrap .articles__item {
    width: calc(100% - 20px);
  }

  .projects-one-left {
    flex-flow: wrap column;
  }

  .projects-one-other__report-wrap {
    width: 98%;
  }

  .projects-one-care {
    margin-bottom: 10px;
    width: 98%;
  }

  section.donation-page .donation-page__left {
    padding: 20px;
  }

  section.donation-page .payment-bank__desc .payment-bank__desc-row {
    display: block;
    border-bottom: 1px solid #ccc;
  }

  section.donation-page .payment-bank__desc .payment-bank__desc-row p:nth-child(1),
  section.donation-page .payment-bank__desc .payment-bank__desc-row p:nth-child(2) {
    width: 100%;
    border-right: none;

  }

  section.donation-page .donation-page__right {
    text-align: center;
  }
}

@media only screen and (min-width: 2000px) {
  .hero-elements-container .hero-title {
    width: 1300px;
  }

  .hero-title h2 {
    font-size: 7.4rem;
    line-height: 6.4rem;
  }

  .hero-title p {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 2500px) {
  .hero-elements-container .hero-title {
    width: 66vw !important;
  }

  .hero-title h2 {
    font-size: 6.5vw !important;
    line-height: 6vw !important;
  }

  .hero-title p {
    font-size: 2.7vw !important;
    line-height: 3vw !important;
  }
}

.less-font h2 {
  font-size: 5.4rem;
  line-height: 6.4rem;
  width: 500px;
}

.less-font p {
  font-size: 2.3rem;
  line-height: 2.3rem;
  width: 100%;
}

.more-font h2 {
  font-size: 7.4rem;
  line-height: 6.4rem;
}

.more-font p {
  font-size: 2.5rem;
  line-height: 2.6rem;
}

.no-padding {
  padding: 0 !important;
}

table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}

table td,
table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}

@media only screen and (max-width: 690px) {
  table {
    display: block;
    overflow-x: scroll;
  }
}

@media only screen and (min-width: 1200px) {
  .hero__slider:after {
    width: 45%;
  }
}

@media only screen and (min-width: 1025px) and (max-width:1200px) {
  .hero__slider:after {
    width: 45%;
  }
}

@media only screen and (min-width: 2200px) {
  .hero-quote__wrap {
    height: calc(100vh / 4.2);
  }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
  .hero__slider:after {
    content: none;
  }
}

.paypal-section input {
  border: none;
}

.paypal-section {
  width: 100%;
  text-align: center;
}

/*before after slider*/
img {
  max-width: 100%
}

.comparison {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 1
}

.comparison li:last-child {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0
}

.comparison li img {
  display: block
}

.comparison.horizontal {
  cursor: n-resize
}

.comparison.vertical {
  cursor: w-resize
}

.comparison.horizontal li:last-child img {
  height: auto;
  width: 100%
}

.comparison.vertical li:last-child img {
  height: 100%;
  max-width: inherit
}

/*! nouislider - 13.1.4 - 3/20/2019 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #3FB8AF
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #CCC
}

.noUi-marker-sub {
  background: #AAA
}

.noUi-marker-large {
  background: #AAA
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.social-network {
  color: #fff;
}

.social-network a {
  color: #fff;
}

.our-team-title {
  font-size: 40px;
}

.user-h2 {
  width: 100%;
  font-size: 28px;
}

.user-text {
  margin-top: 20px;
}

.user__socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.user__socials-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-transition: background-color .3s linear, color .3s linear, border .3s linear, fill .3s linear;
  -o-transition: background-color .3s linear, color .3s linear, border .3s linear, fill .3s linear;
  transition: background-color .3s linear, color .3s linear, border .3s linear, fill .3s linear;
}

.user__socials a:first-of-type svg {
  margin: 17px 0 0 9px;
}

/*.footer__socials a:not(:last-child) {*/
.user__socials a {
  margin-right: 15px;
}


/* Hero title завжди центрований - не перевизначати позицію */

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .hero {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }
}

@media only screen and (max-width: 576px) {
  .hero-title {
    width: 86vw;
    max-width: 520px;
    padding-inline: 14px;
  }

  .hero-title h1,
  .hero-title h2 {
    font-size: clamp(2.1rem, 8.6vw, 3.1rem);
  }

  .hero-title p {
    font-size: clamp(1rem, 3.2vw, 1.25rem);
    line-height: 1.3;
  }
}

@media only screen and (min-width: 769px) {
  .hero-elements-container .hero-title p {
    font-size: 20px;
    line-height: 1.35;
  }
}
