/* reset */

/* main variables */

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow-back:before {
  content: "\e901";
}

.icon-arrow-short:before {
  content: "\e902";
}

.icon-calendar:before {
  content: "\e903";
}

.icon-caret:before {
  content: "\e904";
}

.icon-case:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-chevron:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-crown:before {
  content: "\e909";
}

.icon-crown-2:before {
  content: "\e90a";
}

.icon-down:before {
  content: "\e90b";
}

.icon-download:before {
  content: "\e90c";
}

.icon-edit:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e90e";
}

.icon-load:before {
  content: "\e90f";
}

.icon-location:before {
  content: "\e910";
}

.icon-login:before {
  content: "\e911";
}

.icon-look:before {
  content: "\e912";
}

.icon-look_close:before {
  content: "\e913";
}

.icon-minus:before {
  content: "\e914";
}

.icon-next:before {
  content: "\e915";
}

.icon-next-1:before {
  content: "\e916";
}

.icon-place:before {
  content: "\e917";
}

.icon-plus:before {
  content: "\e918";
}

.icon-prev:before {
  content: "\e919";
}

.icon-prev-1:before {
  content: "\e91a";
}

.icon-project:before {
  content: "\e91b";
}

.icon-quotes:before {
  content: "\e91c";
}

.icon-remove:before {
  content: "\e91d";
}

.icon-tel:before {
  content: "\e91e";
}

.icon-up:before {
  content: "\e91f";
}

.icon-warning:before {
  content: "\e920";
}

.icon-warning-square:before {
  content: "\e921";
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  vertical-align: top;
}

.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 {
  background: transparent;
  z-index: 10;
  transition: color .5s ease,border-color .5s ease;
  width: 7rem;
  height: 7rem;
  padding: 0;
  font-size: 15px;
  border: 0;
  color: #838EA4;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2rem;
}

.slick-arrow svg {
  width: 2.4rem;
  height: 4.3rem;
  fill: #039;
}

.web .slick-arrow:hover svg {
  fill: #FC0;
}

.slick-prev {
  left: -5rem;
}

.slick-next {
  right: -5rem;
}

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

.slick-dots {
  text-align: center;
  list-style: none;
  margin: 16px 0 0;
}

.slick-dots li {
  display: inline-flex;
  margin: 5px;
  position: relative;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
}

.slick-dots button {
  text-indent: -99999px;
  font-size: 0;
  padding: 0;
  background: #039;
  width: 6px;
  height: 6px;
  vertical-align: top;
  border-radius: 50%;
  border: 0;
}

.slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  background: #FC0;
}

.slick-disabled,
.slick-disabled:hover {
  color: #D1D9E0;
  cursor: default;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(0, 51, 153, 0.4);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button--zoom {
  display: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 1.4rem;
  overflow: visible;
  position: relative;
  width: 1.4rem;
}

.fancybox-button:hover svg {
  fill: #FC0;
}

.fancybox-button svg path {
  fill: currentColor;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  border: 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  background: transparent;
  border: 0;
  right: 1.1rem;
  top: 1.1rem;
  height: auto;
  width: auto;
  z-index: 401;
  font-size: 23px;
  transition: color .3s ease-in;
}

.fancybox-close-small:hover {
  color: #FC0;
}

.fancybox-close-small_2 {
  padding: 1rem;
  border-radius: 50%;
  position: fixed;
  transition: background .7s ease;
}

.fancybox-close-small_2 svg {
  vertical-align: top;
}

.fancybox-close-small_2 svg path {
  stroke: #fff;
}

.fancybox-close-small_2:hover {
  background: #039;
}

.fancybox-slide--html .fancybox-content {
  padding: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-slide {
  opacity: 0;
  transition: all 0.01s ease;
}

.fancybox-slide.fancybox-slide--complete {
  opacity: 1 !important;
  transition: all 0.4s ease;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Styling for Small-Screen Devices */

.fancybox-slide--html {
  min-width: 320px;
}

.fancybox-slide--video {
  transition: transform 2s ease-in;
  display: block;
}

.fancybox-slide--video .fancybox-content {
  transform-origin: 50% 50%;
}

.fancybox-slide--video.fancybox-slide--complete .fancybox-content {
  transition: transform .5s ease-in !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.fade {
  opacity: 0;
  transition: opacity .5s linear 0s;
}

.modal.fade.show {
  opacity: 1;
  transition: opacity .5s linear .3s;
}

.modal-dialog {
  position: relative;
  max-width: none;
  width: auto;
  margin: 0;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: opacity .5s linear 0s;
}

.modal-backdrop.fade {
  opacity: 0;
  z-index: 999;
}

.modal-backdrop.fade.show {
  opacity: 1;
  z-index: 999;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-wrap {
  position: relative;
}

.modal-close {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  position: fixed;
  right: 15px;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #F1F6FC;
  z-index: 20;
  transition: background .5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close svg {
  display: block;
  fill: #039;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
}

.modal-close:hover {
  background: #FC0;
}

.modal-loading {
  background-image: url(../img/loader/main.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.modal-base.modal-loading {
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-theme-base .modal-backdrop {
  display: none;
  background-color: transparent;
  transition: opacity 0s linear 0s;
}

.modal .latest-news__head:after {
  display: none !important;
}

.modal-core {
  max-width: 846px;
  margin: 0 auto;
}

.modal-open-next .header__center {
  max-width: 100%;
}

.modal-open-next .modal-backdrop {
  opacity: 1;
}

.modal-theme-primary .modal-backdrop {
  background-color: #ffffff;
}

/* reset */

/* main variables */

body {
  margin: 0px;
  padding: 0px;
  font-family: Quicksand, arial, sans-serif;
  font-size: 1.6rem !important;
  background-color: #fff;
  height: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: relative;
  scroll-behavior: smooth;
  line-height: 1.5;
}

/*@media screen and (min-width: 1600px) {
	html {
		font-size: 11px !important;
	}
}*/

/*MAIN*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  font-size: 10px !important;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea,
select,
button {
  font-family: Quicksand, arial, sans-serif;
}

input,
textarea {
  color: #000;
  font-family: Quicksand, arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #039;
  transition: all 0.3s ease-in;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

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

strong {
  font-weight: 700;
}

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'Quicksand';
  src: url("../font/Quicksand/Quicksand-Regular.eot");
  src: url("../font/Quicksand/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand/Quicksand-Regular.woff2") format("woff2"), url("../font/Quicksand/Quicksand-Regular.woff") format("woff"), url("../font/Quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url("../font/Quicksand/Quicksand-Medium.eot");
  src: url("../font/Quicksand/Quicksand-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand/Quicksand-Medium.woff2") format("woff2"), url("../font/Quicksand/Quicksand-Medium.woff") format("woff"), url("../font/Quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url("../font/Quicksand/Quicksand-SemiBold.eot");
  src: url("../font/Quicksand/Quicksand-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand/Quicksand-SemiBold.woff2") format("woff2"), url("../font/Quicksand/Quicksand-SemiBold.woff") format("woff"), url("../font/Quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url("../font/Quicksand/Quicksand-Bold.eot");
  src: url("../font/Quicksand/Quicksand-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand/Quicksand-Bold.woff2") format("woff2"), url("../font/Quicksand/Quicksand-Bold.woff") format("woff"), url("../font/Quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: 'icomoon';
  font-display: block;
  src:  url('../fonts/icomoon/fonts/icomoon.eot?ihyadm');
  src:  url('../fonts/icomoon/fonts/icomoon.eot?ihyadm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.ttf?ihyadm') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?ihyadm') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?ihyadm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*/

.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: filter .3s ease-out;
  z-index: 1;
}

.wrapper {
  min-width: 320px;
  max-width: 1280px;
  padding-right: 5rem;
  padding-left: 5rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

footer {
  order: 3;
}

/* titles */

p {
  padding: 1.3rem 0;
}

h1,
.h1 {
  color: #000;
  font-family: Quicksand, arial, sans-serif;
  font-size: 7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 134.615%;
}

h1:not(.aos-animate) span,
.h1:not(.aos-animate) span {
  background: transparent !important;
  color: inherit !important;
}

/*.content-loaded {

	h1,
	.h1 {
		span {
			transform: translateY(0);
			transition: transform .6s ease
		}
	}
}*/

body:not(.content-loaded) .wow:not(.anim-2) {
  opacity: 0;
  animation: none;
}

.h1 {
  margin-bottom: 3rem;
  max-width: 77%;
  position: relative;
}

.h1-md {
  font-size: 5.2rem;
  max-width: 100%;
  margin-top: 0;
}

h2,
.h2,
h2.h1 {
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.3;
  padding: 0;
  margin: 4rem 0 1.8rem;
  padding-bottom: 2px;
}

.h2 span,
h2.h1 span,
.h1-md span {
  background-image: linear-gradient(transparent 65%, var(--color-border, rgba(255, 204, 0, 0.4)) 96%);
  background-position: 0 100%;
  background-size: 100% 500%;
  transition: none;
}

.anim-yet.h1-md span {
  transition: background-size 2s ease .5s;
  background-size: 100% 100%;
}

.aos-animate.h2 span,
.aos-animate.h1 span {
  transition: background-size 2s ease .5s;
  background-size: 100% 100%;
}

h3,
.h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 2rem 0 2rem;
}

h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

h5 {
  font-weight: 600;
  line-height: 100%;
  padding-top: 1.6rem;
  padding-bottom: 1.8rem;
}

h6 {
  font-weight: 600;
  font-size: 1.4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.8rem;
}

/* text position */

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

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

.center {
  text-align: center;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/

.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  order: 2;
  flex-grow: 1;
  position: relative;
}

@keyframes smoothbounceball {
  from {
    transform: translate3d(0, 0, 0);
  }

  30% {
    transform: translate3d(-2rem, 0, 0);
  }

  60% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes smoothbounceball2 {
  from {
    transform: translate3d(0, 0, 0);
  }

  30% {
    transform: translate3d(2rem, 0, 0);
  }

  60% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.btn {
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 1.5rem 1.8rem;
  vertical-align: top;
  text-align: center;
  line-height: 1.1;
  font-size: 1.6rem;
  background: #039;
  border-radius: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:disabled {
  pointer-event: none;
  background: #E3E3E3;
}

.btn:hover {
  background: #FC0;
}

.btn-2 {
  background: #F1F6FC;
  color: #039;
}

.btn-3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.btn-3__decor {
  margin: 0 -15px 0 0;
  width: 3rem;
  height: 2rem;
  display: inline-block;
  vertical-align: top;
  background: #039;
  border-radius: 20px;
  transition: background 0.6s ease;
}

.btn-3__text {
  max-width: 0;
  display: inline-block;
  overflow: hidden;
  transition: max-width 0.6s ease;
  position: relative;
  z-index: 0;
  white-space: nowrap;
}

.btn-3:hover .btn-3__decor {
  background: #FC0;
}

.btn-3:hover .btn-3__text {
  max-width: 100%;
}

.btn-3_1 .btn-3__decor {
  margin-right: 15px;
  background: #FC0;
  width: 2.4rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-3_1 .btn-3__decor svg {
  width: 2.4rem;
  height: 1.6rem;
  margin-top: -.5rem;
  display: inline-block;
  fill: #039;
}

.btn-3_2 .btn-3__decor {
  background: #FC0;
  position: relative;
  transition: margin-right .6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-3_2 .btn-3__decor svg {
  width: 1.9rem;
  height: 1.5rem;
  transform: translate(0%, 0%);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
}

.btn-3_2 .btn-3__text {
  max-width: none;
}

.btn-3_2:hover .btn-3__decor {
  margin-right: 1.2rem;
}

.btn-3_2:hover .btn-3__decor svg {
  transform: translate(70%, 0);
  opacity: 1;
}

.btn-3_3 .btn-3__decor {
  margin: 0 0 0 -1.5rem;
  background: #FC0;
  transition: margin-left .6s ease;
}

.btn-3_3 .btn-3__text {
  max-width: none;
}

.btn-3_3 svg {
  width: 1.9rem;
  height: 1.5rem;
  margin-top: 0.3rem;
  transform: translate(0%, 0%);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
}

.btn-3_3:hover .btn-3__decor {
  margin-left: 1.2rem;
}

.btn-3_3:hover .btn-3__decor svg {
  transform: translate(-70%, 0);
  opacity: 1;
}

.btn-4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1.4px;
}

.btn-4__decor {
  margin: 0 0 0 -1.5rem;
  width: 3rem;
  height: 2rem;
  display: inline-block;
  vertical-align: top;
  background: #FC0;
  border-radius: 2rem;
  transition: margin-right 0.6s ease;
}

.btn-4__text {
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.btn-4:hover .btn-4__decor {
  margin-right: 0;
}

.btn-5 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 1.8rem 2.5rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.4px;
  color: #000;
  background: #FC0;
  border-radius: 3rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  transition: color .6s ease;
}

.btn-5:hover {
  background: #FC0 !important;
  color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

[type="text"],
[type="tel"],
[type="email"],
[type="password"],
textarea {
  height: 6.4rem;
  position: relative;
  border: 1px solid #F5F5F6;
  border-radius: 0;
  color: #000;
  background: #FCFCFC;
  font-size: 1.6rem;
  z-index: 1;
  padding: 0 3.6rem;
  font-weight: 400;
  width: 100%;
}

[type="text"].error,
[type="tel"].error,
[type="email"].error,
[type="password"].error,
textarea.error {
  border-color: #FF5050;
}

[type="text"].error::-webkit-input-placeholder,
[type="tel"].error::-webkit-input-placeholder,
[type="email"].error::-webkit-input-placeholder,
[type="password"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #FF5050;
}

[type="text"].error::-moz-placeholder,
[type="tel"].error::-moz-placeholder,
[type="email"].error::-moz-placeholder,
[type="password"].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: #FF5050;
}

[type="text"].error:-moz-placeholder,
[type="tel"].error:-moz-placeholder,
[type="email"].error:-moz-placeholder,
[type="password"].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #FF5050;
}

[type="text"].error:-ms-input-placeholder,
[type="tel"].error:-ms-input-placeholder,
[type="email"].error:-ms-input-placeholder,
[type="password"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #FF5050;
}

[type="text"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
[type="password"]:focus,
textarea:focus {
  border-color: #000;
}

::-webkit-input-placeholder {
  color: #003399;
}

::-moz-placeholder {
  color: #003399;
}

:-moz-placeholder {
  color: #003399;
}

:-ms-input-placeholder {
  color: #003399;
}

textarea {
  padding-top: 1.6rem;
  width: 100%;
  height: 11.2rem;
}

label.error,
.help-block {
  color: #FF5050;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  display: block;
}

.scroll-wrapper {
  overflow: auto;
}

.scroll-content {
  padding-bottom: 1px;
}

.box-field {
  position: relative;
  margin-bottom: 3.5rem;
}

.box-field__input {
  position: relative;
}

.box-field__input label.error {
  position: absolute;
  left: 0;
  top: 100%;
}

.box-field__checkbox {
  margin-top: 15px;
}

.box-field__btn {
  margin-top: 25px;
}

.box-field__label {
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.form-checkbox {
  margin: 47px 0 28px;
}

.scrollDisabled {
  overflow: hidden;
  position: fixed !important;
  margin-top: 0;
  width: 100%;
  z-index: 0;
}

.scrollDisabled.web,
.scrollDisabled.web.compensate-for-scrollbar {
  padding-right: 17px;
}

.scrollDisabled .main-wrapper {
  overflow: visible;
}

.hide {
  display: none;
}

.color-decor {
  color: #29A690;
}

.decor-wrap {
  overflow: hidden;
  height: 21rem;
  z-index: 1;
  width: 100%;
  position: relative;
  margin-top: 8rem;
}

.decor-wrap_2 {
  margin-top: 11rem;
}

.socials__item {
  margin-right: 3rem;
  display: inline-block;
}

.checkbox-el {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.checkbox-el label {
  position: relative;
  cursor: pointer;
}

.checkbox-el input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox-el__txt {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000;
  display: inline-flex;
  align-items: center;
  color: #039;
}

.checkbox-el .check {
  display: block;
  border: 1px solid #D0D5DD;
  background: transparent;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin: 0 1.2rem 0 0;
  position: relative;
  border-radius: .7rem;
}

.checkbox-el .check:after {
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  margin-top: -1rem;
  width: 100%;
  height: 100%;
}

.checkbox-el input:checked ~ .checkbox-el__txt .check {
  background: #039;
  border-color: #039;
  transition: border-color .2s ease, background .2s ease;
}

.checkbox-el input:checked ~ .checkbox-el__txt .check:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjgzMzMyIDEuMjVMMy44NzQ5OSA3LjIwODMzTDEuMTY2NjYgNC41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-size: 1.1rem .8rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.checkbox-el .decor {
  border-bottom: 1px solid;
}

.web .checkbox-el__txt:hover:before {
  transition: border-color .4s ease;
  border-color: #FC0;
}

.radio-el {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.radio-el label {
  position: relative;
  cursor: pointer;
}

.radio-el input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.radio-el__txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000;
  display: inline-flex;
  align-items: center;
  color: #039;
}

.radio-el .check {
  display: block;
  border: 1px solid #D0D5DD;
  background: transparent;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin: 0 1.2rem 0 0;
  border-radius: 50%;
  position: relative;
}

.radio-el .check:after {
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  transition: background .2s ease;
}

.radio-el input:checked ~ .radio-el__txt .check {
  background: #039;
  border-color: #039;
  transition: border-color .2s ease, background .2s ease;
}

.radio-el input:checked ~ .radio-el__txt .check:after {
  background: #fff;
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  z-index: 0;
}

.link-accordion {
  display: none;
}

.tab.shown {
  height: auto;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.accordion-body {
  display: none;
}

.alert-form {
  margin-top: 10px;
  background: #5EB29C;
  padding: 8px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*	position: absolute;
	left: 0;
	top: 100%;
	right: 0;*/
  margin-bottom: 1.5rem;
}

.alert-form__text {
  display: flex;
  align-items: center;
}

.alert-form__text svg {
  flex-shrink: 0;
  margin-right: 15px;
  fill: #fff;
  width: 2.4rem;
  height: 2.4rem;
}

.alert-form__icon {
  padding: 5px;
  flex-shrink: 0;
  margin-left: 15px;
  cursor: pointer;
}

.alert-form__icon svg {
  stroke: #fff;
  width: 2.4rem;
  height: 2.4rem;
}

.alert-form__icon:hover {
  stroke: #FC0;
}

.alert-form_error {
  background: #ED4C5C;
}

.js-text-anim {
  display: inline-block;
  overflow: hidden;
}

.header-new {
  z-index: 10;
  position: relative;
  flex-shrink: 0;
  background: #fff;
  color: #000;
}

.header-new .wrapper {
  padding-top: 3.4rem;
}

.header-new .wrapper:after {
  display: none;
}

.header-new__right {
  display: flex;
  align-items: center;
}

.header-new__btn-menu {
  height: 3rem;
}

.header-new.fixed .header-new__btn-menu {
  transform: translateY(0);
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-top {
  margin-right: 5.3rem;
  position: relative;
}

.search-top__input {
  display: block;
  width: 100%;
  border-width: 0;
  background: 0 0;
  padding: 0 1.2rem;
  font-weight: 400;
  font-size: 1rem;
  background: #F1F6FC;
  color: #000;
  height: 3.2rem;
  width: 13.6rem;
  border-radius: 1rem;
}

.search-top__field {
  position: relative;
  z-index: 0;
}

.search-top__btn {
  margin-left: 1.2rem;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: 0 0;
  position: absolute;
  top: 3px;
  top: 50%;
  transform: translateY(-50%);
  fill: #000;
  right: 0;
  z-index: 1;
}

.search-top__btn svg {
  width: 1.7rem;
}

.search-top__btn:hover {
  background: #FC0;
}

.search-top__btn-icon {
  display: block;
  width: 32px;
  height: 32px;
  fill: #000;
}

.logo__link img {
  vertical-align: top;
}

.menu-box {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.menu-box.active {
  pointer-events: auto;
}

.menu-box.active:before {
  left: 0;
}

.menu-box.active .menu-box-wrapper {
  transform: translateX(0);
  transition-delay: 0.3s;
}

.menu-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  transition: left 0.85s cubic-bezier(0.5, 0.06, 0.01, 0.99) 0.1s;
  will-change: left;
}

.nav-inner {
  margin: 0 -40px;
  width: calc(100% + 80px);
}

.nav-inner > ul {
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.nav-inner > ul > li {
  padding: 0 40px;
  margin-bottom: 3.7rem;
  position: relative;
  width: 50%;
}

.nav-inner > ul > li.menu-2col {
  width: 100%;
}

.nav-inner > ul > li:hover .menu-dropdown {
  display: block;
}

.nav-inner > ul > li i {
  font-size: 50%;
  display: inline-block;
  margin-left: 5px;
  margin-top: 4px;
}

.menu-main {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 2.6rem;
}

.menu-main ul {
  list-style: none;
}

.menu-main > ul > li {
  margin-left: 4.3rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.menu-main > ul > li a {
  color: #000;
}

.menu-main > ul > li a:hover {
  color: #039;
}

.menu-main a {
  color: #039;
}

.menu-main a:hover {
  color: #FC0;
}

.menu-main a.current {
  color: #000;
}

.menu-main a.current:hover {
  color: #FC0;
}

.menu-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 1.8px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.menu-title a {
  color: inherit;
}

.menu-title a:hover {
  color: #FC0;
}

.flag-menu {
  display: flex;
  position: relative;
}

.flag-menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.flag-menu:before {
  content: '';
  display: block;
  position: absolute;
  right: -.3rem;
  top: 0;
  width: 200vw;
  border-radius: 0 15px 15px 0;
  bottom: 1px;
  background-color: #F1F6FC;
}

.flag-menu__item {
  padding: 0;
  margin: 0 1.2rem 0 0;
}

.flag-menu__item:last-child {
  margin-right: 0;
}

.flag-menu__btn {
  border-radius: 11px;
  padding: 1px 3px;
  border-width: 1px;
}

.flag-menu__icon {
  width: 16px;
  height: 16px;
}

.menu-dropdown__col {
  padding: 0 1.5rem;
}

.menu-dropdown__title {
  margin-bottom: .9rem;
  opacity: 0.5;
  text-transform: uppercase;
}

.menu-dropdown ul {
  display: block;
  list-style: none;
}

.menu-dropdown li {
  width: 100%;
  padding: .4rem 0;
  margin-bottom: .4rem;
}

.menu-dropdown ul a {
  color: #050505;
  display: inline-flex;
  line-height: 120%;
  align-items: center;
  display: block;
  vertical-align: top;
  justify-content: flex-end;
  transition: color .5s ease, background .5s ease;
}

.menu-dropdown ul a span {
  position: relative;
}

.menu-dropdown ul a:hover {
  color: #039;
}

.menu-dropdown ul a:hover span:before {
  opacity: 1;
}

.menu-dropdown ul a:hover span span {
  border-bottom-color: #FC0;
}

.menu-dropdown ul a:before {
  font-family: icomoon;
  margin-left: 1rem;
  opacity: 0;
  font-size: 76%;
}

.menu-dropdown ul a li {
  margin: 0 0 1px;
}

.menu-dropdown ul a:hover:before {
  opacity: 1;
}

.menu-dropdown ul .current-menu-item a {
  font-weight: 700;
}

.header-new__btn-menu {
  position: fixed;
  top: 3rem;
  z-index: 101;
  right: 5rem;
  transform: translateY(-20rem);
  transition: transform .9s ease;
}

.bars-mob {
  width: 5.6rem;
  height: 5.6rem;
  display: block;
  cursor: pointer;
  background: #039;
  border-radius: .9rem;
  position: relative;
  transition: background .7s ease;
}

.bars-mob .hamburger {
  position: absolute;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  transform: translate(-50%, -50%);
}

.bars-mob .hamburger span {
  display: block;
  width: 100%;
  height: .2rem;
  position: relative;
  background: #fff;
  border-radius: 4px;
  top: 0;
  left: 0;
  margin: 0 0 .8rem;
  transition: .7s ease-in-out;
}

.bars-mob .hamburger span:nth-child(2) {
  width: 1.8rem;
}

.bars-mob:hover {
  background: #FC0;
}

.bars-mob:hover .hamburger span:nth-child(2) {
  width: 100%;
}

.bars-mob.active {
  background: #F1F6FC;
  border-radius: 50%;
}

.ios .bars-mob .hamburger:hover span:nth-child(2) {
  width: 100%;
  transition-delay: 0s;
}

.bars-mob .cross {
  position: absolute;
  top: 0;
  height: 2.4rem;
  width: 2.4rem;
  margin: 1.5rem 0 0 1.5rem;
  transform-origin: center center;
  transform: rotate(45deg);
  border-radius: 4px;
}

.bars-mob .cross span {
  display: block;
  background: #039;
  transition: .25s ease-in-out;
}

.bars-mob .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}

.bars-mob .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-delay: .25s;
}

.bars-mob.active .hamburger span {
  width: 0%;
}

.bars-mob.active .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.bars-mob.active .hamburger span:nth-child(2) {
  transition-delay: .125s;
}

.bars-mob.active .cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}

.bars-mob.active .cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}

.open-header .bars-mob {
  z-index: 101;
}

.open-header .hamburger {
  opacity: 0;
}

.open-header .nav-logo {
  z-index: 101;
}

.menu-box-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 7.6rem 10.3rem 3rem 5rem;
  overflow: auto;
  max-width: 100%;
  width: 66.7rem;
  background-color: #fff;
  box-shadow: -20px 0px 44px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  transform: translateX(110%);
  transition: transform 0.85s cubic-bezier(0.5, 0.06, 0.01, 0.99) 0s;
}

.header-saits__title {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.header-saits .flags-inline__link.active .flags-inline__text,
.header-saits .flags-inline__link:hover .flags-inline__text {
  max-width: 300px;
}

.header-saits .flags-inline__item {
  margin: 0 1.5rem 1rem 0;
}

.header-saits .flags-inline__item:last-child {
  margin-right: 0;
}

.header-email {
  margin-top: 7.2rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.header-email__title {
  font-weight: 500;
  margin-right: 1.2rem;
}

.header-email a {
  font-weight: 700;
  color: #000;
}

.header-email a:hover {
  color: #039;
}

.search-base {
  position: relative;
  border: 2px solid #FC0;
  border-radius: 6px;
}

.search-base__input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1.6rem;
  border-right: none;
  background: none;
  font-weight: 400;
  color: #039;
  height: 4.8rem;
  padding: .5rem 4rem .5rem 10px;
}

.search-base__input::-webkit-input-placeholder {
  color: #999;
}

.search-base__input::-moz-placeholder {
  color: #999;
}

.search-base__input:-moz-placeholder {
  color: #999;
}

.search-base__input:-ms-input-placeholder {
  color: #999;
}

.search-base form {
  display: flex;
}

.search-base__field {
  flex-grow: 10;
}

.search-base .easy-autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1.2rem;
  text-align: left;
  font-weight: 600;
}

.search-base .easy-autocomplete li {
  font-size: 1.6rem;
  padding: 0 .4rem;
  margin: 0;
  line-height: 1.3;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.search-base .easy-autocomplete li:hover,
.search-base .easy-autocomplete li.selected {
  background-image: url(../img/decor/arrow-left.svg);
  background-position: 100% 50%;
  background-size: 1.9rem 1.4rem;
}

.search-base .easy-autocomplete li:hover a,
.search-base .easy-autocomplete li.selected a {
  background: #F1F6FC;
  text-decoration: none;
}

.search-base .easy-autocomplete a {
  color: #039;
  display: block;
  padding: 1.1rem 1rem;
  text-decoration: none;
  transition: color .5s ease 0s;
}

.search-base .easy-autocomplete a:hover {
  color: #000000;
}

.search-base .easy-autocomplete b {
  font-weight: 600;
}

.search-top_desktop .search-top__btn {
  position: static;
  transform: none;
  padding: .3rem .5rem .4rem;
  height: 3.8rem;
  width: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 20px 20px;
  background: #fff;
  width: 74rem;
  max-width: calc(100% - 1rem);
  z-index: 100;
  transform: translateY(-150%);
  transition: transform .8s ease;
}

.modal-search.show {
  transform: translateY(0);
}

.modal-close-search {
  padding: .4rem;
  right: .7rem;
  top: .7rem;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  transition: background .8s ease;
}

.modal-close-search svg {
  width: 2.6rem;
  height: 2.6rem;
  vertical-align: top;
}

.modal-close-search:hover {
  background: #FC0;
}

.menu-main > ul > li:hover .main-menu__dropdown {
  margin-left: -999999px;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}

.main-menu__dropdown {
  width: 27.6rem;
  position: absolute;
  top: 100%;
  padding-top: 1.9rem;
  left: -1.8rem;
  margin-left: -999999px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease 0s, margin-left 0s ease .5s, z-index 0s ease .5s, visibility 0s ease .5s;
}

.main-menu__dropdown-wrap {
  border-radius: 0 2.8rem 0 0;
  border: 1px solid #F1F6FC;
  background: #FFF;
  padding: 2px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.main-menu__dropdown-link {
  padding: 1.1rem 1.2rem 1rem;
  color: #039;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
  transition: background .6s ease;
  font-weight: 400;
}

.main-menu__dropdown-link:before {
  content: '';
  display: block;
  left: 1.2rem;
  top: 0;
  right: 1.2;
  height: 1px;
  background: #F1F6FC;
  position: absolute;
}

.main-menu__dropdown-link svg {
  fill: #FC0;
  width: 1.9rem;
  height: 1.4rem;
  flex-shrink: 0;
  margin-left: 1.2rem;
  display: inline-block;
  opacity: 0;
  transition: opacity .6s ease;
}

.main-menu__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: .8rem 1.2rem 1rem;
  font-weight: 500;
}

.main-menu__category:hover .main-menu__category-icon {
  background: #FC0;
}

.main-menu__category:hover .main-menu__category-icon svg {
  transform: rotateY(180deg);
}

.main-menu__category-icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #F5F5F6;
  transition: border-color 1s ease, background 1s ease;
}

.main-menu__category-icon svg {
  width: 18px;
  fill: #039;
  transition: transform 1s ease;
}

.main-menu__dropdown-item {
  width: 100%;
}

.main-menu__dropdown-item:hover .main-menu__dropdown-link {
  border-radius: .6rem;
  background: #F1F6FC;
  color: #039;
}

.main-menu__dropdown-item:hover .main-menu__dropdown-link svg {
  opacity: 1;
}

.logo__link-main img {
  max-width: 18.5rem;
  vertical-align: top;
}

.footer {
  margin-top: 11.3rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #039;
}

.footer .wrapper:after {
  display: none;
}

.footer a {
  color: inherit;
}

.footer .form-set__row {
  margin-bottom: 3rem;
}

.footer-top {
  padding: 8.2rem 0 40px;
}

.footer-saits-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-title {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 1.2px;
}

.footer-title svg {
  fill: #FC0;
  margin-left: 1.1rem;
  width: 1.2rem;
  height: 1.7rem;
}

.foorter-saits {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.foorter-saits__item {
  margin: 0 1.5rem;
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 2.4rem;
  padding: 0.5rem 1.6rem 0.8rem 0.8rem;
  transition: background .6s ease, color 0.6s ease, border-color 0.6s ease;
}

.foorter-saits__item img {
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  object-position: 50% 50%;
  object-fit: cover;
  border-radius: 50%;
}

.foorter-saits__item:hover {
  background: #FC0;
  border-color: #FC0;
  color: #000;
}

.foorter-saits__item:first-child {
  margin-left: 0;
}

.foorter-saits__item + .foorter-saits__item {
  position: relative;
}

.foorter-saits__divider {
  display: block;
  height: 4rem;
  margin: 0 1.5rem;
  width: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -2.5%, rgba(255, 255, 255, 0.2) 47.68%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}

.foorter-saits__divider:last-child {
  display: none;
}

.footer-bottom {
  font-size: 1.4rem;
  padding: 3.4rem 0 3.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-wrapper {
  margin: 8.3rem -3rem 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-wrapper__left {
  padding: 0 3rem;
  width: 48.5%;
}

.footer-wrapper__right {
  padding: 0 3rem 0 12.5%;
  width: 51.5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-wrapper__title {
  color: #F1F6FC;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-right: 2rem;
  opacity: .7;
}

.footer-privacy-links {
  display: flex;
  align-items: center;
}

.footer-privacy-links__item {
  margin-left: 30px;
}

.footer-privacy-links__item a {
  border-bottom: 1px solid transparent;
}

.footer-privacy-links__item a:hover {
  border-color: #fff;
}

.decor-footer {
  margin-left: 2.1rem;
  display: flex;
  align-items: center;
}

.decor-footer svg {
  width: 1.2rem;
  height: 1.7rem;
  fill: #FC0;
}

.footer-contacts-email {
  margin-top: 4.4rem;
  display: flex;
  align-items: center;
}

.footer-email {
  color: #F1F6FC;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-right: 1.3rem;
}

.footer-description {
  font-size: 1.4rem;
  line-height: 2rem;
}

.footer-description p:first-child {
  padding-top: 0;
}

.footer-description p:last-child {
  padding-bottom: 0;
}

.footer-form-label {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.footer-note {
  font-size: 1.2rem;
  margin-top: 10px;
}

.footer-form {
  position: relative;
}

.footer-form .box-field {
  display: flex;
  margin-bottom: 2.5rem;
}

.footer-form .box-field .box-field__input {
  flex-grow: 10;
}

.footer-form input[type="email"] {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  height: 5rem;
  padding: 0 15rem 0 1.5rem;
  flex-shrink: 0;
  border-radius: .6rem;
  color: #039;
}

.footer-form .form-submit {
  background: none;
  flex-shrink: 0;
  padding: 0.5rem 1.6rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  border: 0;
}

.footer-form .checkbox-el__txt {
  color: #fff;
}

.footer-form .checkbox-el__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.footer-form .checkbox-el input:checked ~ .checkbox-el__txt .check {
  background: #FC0;
  border-color: #FC0;
}

.footer-form .checkbox-el .check {
  border-color: #FC0;
}

.footer-form .checkbox-el input:checked ~ .checkbox-el__txt .check:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8332 3.25L4.87484 9.20833L2.1665 6.5' stroke='%23003399' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 1.5rem 1.5rem;
  margin-top: -0.9rem;
}

.footer-logos {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.footer-logos a {
  margin-right: 6.3rem;
}

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

.copyright {
  margin-right: 2rem;
}

.button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #fff;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background .3s ease;
}

.button-arrow svg {
  width: 2.8rem;
  height: 2.8rem;
  stroke: #039;
}

.button-arrow:hover {
  background: #FC0;
}

.arrow-scroll-top {
  position: fixed;
  bottom: 3rem;
  right: 5rem;
  z-index: 210;
  transform: scale(0);
  will-change: transform;
  transition: all .2s linear;
}

.arrow-scroll-top.shown {
  transform: scale(1);
}

@keyframes fadeToggle {
  from {
    opacity: 0;
  }

  49.99% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeToggle2 {
  from {
    opacity: 1;
  }

  49.99% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

.breadcrumbs-wrap {
  margin: 5.4rem 0 6rem;
  opacity: 0;
}

.content-loaded .breadcrumbs-wrap {
  opacity: 1;
  transition: opacity 1s ease .1s;
}

.breadcrumbs {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
  /*    display: flex;
    align-items: center;
    flex-wrap: wrap;*/
  margin-right: -1.6rem;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__link {
  margin-right: 1.4rem;
  display: inline;
  vertical-align: top;
  align-items: center;
}

.breadcrumbs__link:first-child:before {
  display: none;
}

.breadcrumbs__link:first-child a {
  color: #FC0;
}

.breadcrumbs__link:first-child a:hover {
  color: #000;
}

.breadcrumbs__link:before {
  content: '';
  margin: 0 20px 0 .5rem;
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: #039;
  border-radius: 10px;
}

.breadcrumbs__link:last-child:before {
  background: #D9D9D9;
}

.breadcrumbs a {
  color: #039;
}

.breadcrumbs a:hover {
  color: #FC0;
  opacity: 1;
}

.head-page {
  margin-bottom: 5rem;
  width: 100%;
}

.head-page.section-info {
  overflow: visible;
}

.head-page__wrapper {
  position: relative;
  display: flex;
}

.head-page_short .head-page__wrapper {
  justify-content: space-between;
}

.head-page_short .decor-1 {
  width: 7.7rem;
  height: 5.6rem;
}

.head-page_short .decor-3 {
  position: static;
  flex-shrink: 0;
  flex-grow: 10;
  margin: 0 0 4.5rem 3rem;
  padding-left: 4rem;
  max-width: 84.3rem;
}

.head-page_short .h1 {
  flex-shrink: 10;
}

.head-page_3 .h1 {
  max-width: 61%;
}

.head-page_3_3 .head-page__wrapper {
  align-items: flex-start;
  justify-content: space-between;
}

.head-page_3_3 .head-page__title {
  padding-right: 4rem;
  width: calc(100% - 44.5rem);
  max-width: 47rem;
}

.head-page_3_3 .decor-4 {
  margin-top: 8.5rem;
  width: 100%;
  max-width: 26.7rem;
}

.head-page_4 .h1 {
  max-width: 55%;
  font-size: 8.6rem;
  line-height: 1.2;
  padding-right: 4rem;
}

.head-page_4 .head-page__wrapper {
  justify-content: space-between;
}

.head-page_4 .decor-1 {
  margin-bottom: 1.8rem;
}

.decor-1 {
  width: 6.5rem;
  height: 4.7rem;
  fill: #FC0;
  margin-bottom: 2.8rem;
}

.decor-1_1 {
  fill: #039;
}

.decor-1_sm {
  width: 5.5rem;
  height: 4rem;
}

.decor-2 {
  width: 5.3rem;
  height: 3.8rem;
  position: absolute;
  fill: #FC0;
  top: 28%;
  left: 61.5%;
}

.decor-3 {
  width: 17.8%;
  position: absolute;
  top: 1.8rem;
  right: 0;
}

.decor-3 svg {
  display: block;
  margin: 5.9rem auto 0;
  width: 8.7rem;
  height: 6.3rem;
  fill: #039;
}

.decor-4 div {
  background: #F1F6FC;
  height: 1.8rem;
  border-radius: 30px;
}

.decor-4 div + div {
  margin-top: 1.9rem;
}

.decor-4_colored div {
  background: #FC0;
  opacity: .2;
}

.decor-6 {
  margin-top: -2.6rem;
  margin-left: 13.5%;
  width: 25.5%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.decor-7 {
  width: 54%;
  padding-right: 10px;
}

.decor-7 .decor-inner {
  display: inline-block;
  vertical-align: top;
  border-radius: 0 4.6rem;
  vertical-align: top;
  width: 15rem;
  height: 17.9rem;
  background: #4F2279;
}

.decor-8 {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.decor-8 svg {
  max-width: 100%;
  width: 100%;
  height: 9.9rem;
  vertical-align: top;
}

.decor-9 {
  margin-top: 2.5rem;
  text-align: center;
  width: 100%;
  padding-right: 10%;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}

.decor-9 .decor-inner {
  display: inline-block;
  max-width: calc(100% - 8rem);
  width: 19.1rem;
  height: 13.3rem;
  background: #E2853A;
  border-radius: 4.6rem 0;
  vertical-align: top;
}

.decor-10 {
  fill: #FC0;
  width: 4.3rem;
  height: 3rem;
  margin: -1rem 1.5rem 0 -2.2rem;
}

.decor-11 {
  margin: -1.5rem 0 0 .9rem;
  fill: #039;
  width: 3.1rem;
  height: 2.2rem;
  position: relative;
  z-index: 1;
}

.decor-12 {
  position: relative;
  display: flex;
}

.decor-12_1 {
  padding: 2.5rem 0 1.2rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.decor-13 {
  display: inline-block;
}

.decor-13 svg {
  width: 7.5rem;
  height: 7.5rem;
}

#sliderVertical {
  min-height: 100vh;
}

.decor-14 {
  margin: 2.2rem .4rem 0 -1rem;
  text-align: center;
  transform: translate();
}

.decor-14 svg {
  transition: transform .5s ease, opacity .5s ease;
  transform: translateY(15px);
  opacity: 0;
  fill: #FC0;
  width: 2.8rem;
  height: 2rem;
}

.slick-current .decor-14 svg {
  transition: transform 1s ease .5s, opacity 1s ease .5s;
  transform: translateY(0);
  opacity: 1;
}

.decor-15 {
  position: relative;
}

.decor-15:before {
  content: '';
  border: 2px solid #039;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 4.6rem 0;
  transition: background .8s ease;
}

.decor-15 img {
  height: 16rem;
  width: 16rem;
  border-radius: 4.6rem 0;
  vertical-align: top;
  object-fit: cover;
  object-position: 50% 50%;
  position: relative;
  z-index: 1;
}

.decor-16 {
  margin-bottom: 1.4rem;
  display: inline-block;
  width: 7.2rem;
  background: #F1F6FC;
  border-radius: 2.4rem 0 2.4rem 2.4rem;
}

.decor-16:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.decor-18 {
  padding: 1.9rem 0 3.6rem;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.decor-19 {
  width: 3.7rem;
  height: 5.2rem;
  fill: #FC0;
  margin: 0 0 0.7rem -2rem;
}

.decor-20 {
  width: 7.2rem;
  margin-bottom: 1rem;
  border-radius: 2.4rem 0 2.4rem 2.4rem;
  background: #F1F6FC;
}

.decor-20:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.decor-21 {
  width: 3.2rem;
  height: 2.3rem;
  fill: #039;
  margin-bottom: -1.4rem;
}

.decor-22 img,
.decor-22:before {
  border-radius: 12rem;
}

.decor-23 {
  position: relative;
}

.decor-24 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  margin-top: -2.5em;
}

.decor-24 svg {
  width: 3.5rem;
  height: 2.5rem;
  fill: #039;
}

.decor-24_2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  margin-bottom: -2.5em;
}

.decor-24_2 svg {
  width: 3.5rem;
  height: 2.5rem;
  fill: #FC0;
}

.decor-25 {
  position: absolute;
  left: 0;
  top: 27%;
  transform: translateX(-79%);
}

.decor-25 svg {
  width: 2.1rem;
  height: 2.8rem;
  fill: #FC0;
}

.decor-26 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
}

.decor-26 svg {
  width: 4.1rem;
  height: 2.9rem;
  fill: #FC0;
}

.decor-27 {
  margin-top: 2.4rem;
  width: 44.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.decor-28 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
}

.decor-29 {
  margin-right: 16px;
  display: flex;
  align-items: flex-start;
}

.decor-30 svg {
  width: 7.2rem;
  height: 7.2rem;
}

.decor-31 svg {
  width: 2rem;
  height: 2.7rem;
  fill: #FC0;
}

.decor-32 img {
  max-width: 16rem;
  width: 100%;
  border-radius: 5.2rem 0px;
  vertical-align: top;
}

.decor-33 {
  display: flex;
  align-items: flex-end;
}

.decor-34 {
  align-items: flex-start;
  display: flex;
  margin-right: 16px;
}

.decor-35 svg {
  width: 8rem;
  height: 8rem;
}

.decor-36 svg {
  width: 2.7rem;
  height: 2rem;
  fill: #FC0;
}

.decor-37 {
  margin-right: 16px;
}

.decor-37 img {
  max-width: 16rem;
  width: 100%;
  border-radius: 5.2rem 0px;
  vertical-align: top;
}

.decor-38 img {
  max-width: 16rem;
  width: 100%;
  border-radius: 0px 5.2rem;
  vertical-align: top;
}

.decor-39 {
  position: absolute;
  left: 0;
  top: 0;
}

.decor-39 svg {
  width: 7.2rem;
  height: 10rem;
  fill: #F1F6FC;
}

.decor-40 {
  width: 22rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.decor-40.hovered .decor-53 {
  transform: translateY(5px);
}

.decor-40.hovered .decor-54 {
  transform: translate(-5px, 5px);
}

.decor-40.hovered .decor-51 img {
  transform: rotate(360deg);
}

.decor-40.hovered .decor-56 {
  transform: translateX(-5px);
}

.decor-40.hovered .decor-50:last-child {
  transform: translateY(-5px);
}

.decor-41 {
  display: flex;
  align-items: flex-end;
}

.decor-42 {
  flex-shrink: 0;
}

.decor-42 img {
  max-width: 16rem;
  width: 100%;
  border-radius: 0 4.2rem;
  vertical-align: top;
}

.decor-43 svg {
  margin-left: 16px;
  width: 8rem;
  height: 8rem;
}

.decor-44 {
  position: relative;
  margin-top: 16px;
}

.decor-45 img {
  width: 100%;
  border-radius: 4.2rem 0 4.2rem 4.2rem;
  vertical-align: top;
}

.decor-46 {
  position: absolute;
  left: -100px;
  bottom: 0;
}

.decor-46 img {
  width: 8rem;
  height: auto;
  vertical-align: top;
}

.decor-47 {
  position: absolute;
  left: -4.1rem;
  bottom: 7.1rem;
}

.decor-47 svg {
  vertical-align: top;
  width: 4.8rem;
  height: 2rem;
  fill: #FC0;
}

.decor-48 {
  position: absolute;
  left: 1.9rem;
  margin-top: -3.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.decor-48 svg {
  width: 7.3rem;
  height: 10rem;
  fill: #F1F6FC;
}

.decor-49 {
  width: 4.8rem;
  height: 6.7rem;
  fill: #FC0;
  margin-left: 2.8rem;
}

.decor-50 {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.decor-50 + .decor-50 {
  margin-top: 1.3rem;
  align-items: flex-start;
}

.decor-50:last-child {
  transition: transform .7s ease;
}

.decor-51 {
  width: 55%;
  padding-right: 1rem;
  text-align: right;
}

.decor-51 img {
  vertical-align: top;
  display: inline-block;
  transition: transform .7s ease;
}

.decor-52 {
  width: 45%;
  padding-left: 1rem;
}

.decor-53 {
  background: #F1F6FC;
  max-width: 11.3rem;
  border-radius: 0 3rem;
  transition: transform .7s ease;
}

.decor-53:before {
  content: '';
  display: block;
  padding-top: 73%;
}

.decor-54 {
  background: #F1F6FC;
  width: 61%;
  border-radius: 3.1rem 3.5rem 3.1rem 0;
  transition: transform .7s ease;
}

.decor-54:before {
  content: '';
  display: block;
  padding-top: 113%;
}

.decor-56 {
  background: #F1F6FC;
  width: 100%;
  border-radius: 0 4.1rem 4.1rem 4.6rem;
  transition: transform .7s ease;
}

.decor-56:before {
  content: '';
  display: block;
  padding-top: 86%;
}

.decor-57 {
  width: 50%;
  text-align: right;
  margin-top: 3.9rem;
  padding-right: 1.5rem;
}

.decor-57 svg {
  fill: #039;
  width: 3.4rem;
  height: 2.4rem;
}

.decor-59 {
  margin-left: 2rem;
  flex-shrink: 0;
}

.decor-59 svg {
  width: 6.6rem;
  height: 9rem;
  fill: #F1F6FC;
}

.decor-60 {
  margin-left: -1.7rem;
}

.decor-60 svg {
  fill: #FC0;
  width: 3.8rem;
  height: 2rem;
}

.decor-61 {
  position: relative;
}

.decor-61 img {
  vertical-align: top;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.decor-61:before {
  position: static !important;
  padding-top: 70%;
}

.decor-61:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
  background: url(../img/loading.svg) 50% 50% no-repeat;
  background-size: contain;
  animation: spin 4000ms linear infinite;
  transform-origin: 0% 0%;
}

.decor-61 video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  object-position: 50% 50%;
  object-fit: cover;
}

.decor-61 img,
.decor-61:before,
.decor-61 video {
  border-radius: 10rem 0 10rem 10rem;
}

.decor-61:before {
  content: '';
  display: block;
  left: 2px;
  top: -2px;
  width: 100%;
  height: 100%;
  background: #039;
  border: 2px solid #039;
  z-index: 0;
  position: absolute;
}

.decor-61.loaded:after {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

.decor-62 {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.decor-63 {
  margin-top: 1.6rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.decor-64 {
  width: 50%;
  padding-right: .8rem;
  text-align: right;
  display: flex;
  align-items: flex-end;
}

.decor-65 {
  padding-left: .8rem;
  width: 50%;
  position: relative;
}

.decor-65 img {
  border-radius: 10.2rem 0;
}

.decor-66 {
  width: 50%;
  padding-right: .8rem;
  justify-content: flex-end;
  display: flex;
}

.decor-66 img {
  border-radius: 10.2rem 0;
}

.decor-62 {
  width: 100%;
}

.decor-63 {
  width: 100%;
}

.decor-64 {
  position: relative;
  justify-content: flex-end;
}

.decor-65 img {
  border-radius: 4.2rem 0;
}

.decor-67 {
  padding-left: .8rem;
  width: 50%;
}

.decor-68 {
  position: absolute;
  right: -.8rem;
  top: 0;
}

.decor-68 svg {
  width: 2.2rem;
  height: 1.6rem;
  fill: #039;
}

.decor-70 {
  width: 50%;
}

.decor-70 svg {
  width: 12.7rem;
  height: 11.2rem;
}

.decor-71 svg {
  width: 11.6rem;
  height: 10.9rem;
}

.decor-72 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.decor-72 svg {
  width: 3.1rem;
  height: 2.2rem;
  fill: #FC0;
}

.decor-73 {
  margin-top: 2.4rem;
  width: 38.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.decor-74 {
  margin-top: 2.8rem;
  text-align: center;
  margin-right: 9.3rem;
}

.decor-74 svg {
  width: 5.1rem;
  height: 3.6rem;
  fill: #039;
}

.decor-75 svg {
  width: 7rem;
  height: 5.1rem;
  fill: #fff;
}

.decor-76 svg {
  fill: #fff;
  width: 5.1rem;
  height: 7rem;
}

.decor-77 svg {
  width: 2.8rem;
  height: 2rem;
  fill: #FC0;
}

.decor-78 {
  position: absolute;
  right: 1em;
  top: -10px;
}

.decor-78 svg {
  width: 2.1rem;
  height: 2.8rem;
  fill: #FC0;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.content-wrapper_decor {
  padding-top: 8.3rem;
  position: relative;
}

.content-wrapper_decor:before {
  content: '';
  display: block;
  background: #F1F6FC;
  border-radius: 10px;
  height: .4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.aside-fixed {
  width: 32%;
  padding-right: 5%;
}

.content-aside {
  width: 68%;
}

.catalog-check__item + .catalog-check__item {
  margin-top: 1.8rem;
}

.partners {
  margin: 0 -2rem;
  display: flex;
  flex-wrap: wrap;
}

.partners__item {
  padding: 2.4rem 4.1rem .8rem 2.4rem;
  margin: 0 2rem 4rem;
  width: calc(33.333% - 4rem);
  border-radius: 0 0 2.4rem 0;
  min-height: 15.2rem;
  border: 1px solid #F1F6FC;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .6s ease-out;
}

.partners__item:hover {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.partners__item:hover .partners__icon {
  background: #FC0;
}

.partners__item:hover .partners__icon svg {
  transform: rotate(45deg);
}

.partners__item:hover .partners__title {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.partners__title {
  font-size: 1.6rem;
  line-height: 124%;
  color: #039;
  font-weight: 600;
}

.partners__bottom {
  margin-top: -1.1rem;
  text-align: right;
}

.partners__icon {
  width: 5rem;
  height: 5rem;
  margin-right: -3.1rem;
  border-radius: 50%;
  border: 1px solid #F1F6FC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .6s ease-out;
}

.partners__icon svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: none;
  display: inline-block;
  transition: transform 1s ease-out;
}

.catalog-check {
  list-style: none;
}

.filter-block {
  margin-bottom: 3.8rem;
  overflow: hidden;
}

.filter-block:last-child {
  margin-bottom: 0;
}

.filter-title {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}

.catalog-check-2 {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: -1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.catalog-check-2__item {
  margin-bottom: 10px;
  display: block;
  margin-right: 1.2rem;
  width: calc(50% - 1.2rem);
}

.catalog-check-2__item.inactive .catalog-check-2__link {
  pointer-events: none;
  background: #6F6F6F;
  color: #fff;
}

.catalog-check-2__link {
  border-radius: 2.4rem;
  padding: .5rem 1.6rem .8rem .8rem;
  border: 1px solid #F1F6FC;
  display: inline-flex;
  align-items: center;
  color: #039;
  transition: background .6s ease, color 0.6s ease, border-color 0.6s ease;
}

.catalog-check-2__link:hover {
  background: #FC0;
  border-color: #FC0;
}

.catalog-check-2__link.active {
  color: #fff;
  background: #039;
  border-color: #039;
}

.catalog-check-2__link.active [src*="globe"] {
  filter: brightness(0) invert(1);
}

.catalog-check-2__icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 12px;
}

.catalog-check-2_inline {
  margin-right: -1.2rem;
}

.catalog-check-2_inline .catalog-check-2__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.2rem;
  width: calc(33.333% - 1.2rem);
}

.catalog-check-2_inline .catalog-check-2__link {
  min-width: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
  width: 100%;
}

.content-main_2 {
  margin-top: 9.2rem;
}

.flags img {
  vertical-align: top;
}

.news {
  margin: 0 -4rem;
  display: flex;
  flex-wrap: wrap;
}

.news__item {
  padding: 3.8rem 4rem 30px;
  width: calc(50% - 8rem);
  margin: 0 4rem 8rem;
  border-radius: 4rem 0 5.2rem 0;
  border: 1px solid #F1F6FC;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.6s ease;
}

.news__item:hover {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.news__item:hover .btn-3__decor {
  background: #FC0;
}

.news__item:hover .btn-3__text {
  max-width: 100%;
}

.news__item:hover .news__flags .flags:before {
  left: 2.2rem;
  background: #d6e0ec;
}

.news__top {
  margin-right: -4rem;
  display: flex;
}

.news__flags {
  width: 12.6rem;
  margin-top: -3.8rem;
  position: relative;
  z-index: 0;
}

.news__flags .flags {
  position: relative;
  padding: 4.4rem 3.6rem 4.6rem 4rem;
  text-align: right;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news__flags .flags:before {
  content: '';
  display: block;
  border-radius: 0 0 0 3.9rem;
  background: #F1F6FC;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: background 1s ease, left 1s ease;
}

.news__flags .flags__item {
  margin: 4px 0;
  display: block;
  position: relative;
  z-index: 1;
}

.news__img {
  margin: 0 -4rem 0 0;
  width: calc(100% - 8.6rem);
  position: relative;
  z-index: 1;
}

.news__img img {
  border-radius: 24px 0px 25px 25px;
}

.news__more {
  margin-top: 3.3rem;
}

.news__title {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #039;
}

.news__title a {
  color: inherit;
}

.news__title a:hover {
  color: #FC0;
}

.news__date {
  margin-top: 1px;
  color: #A4A4A4;
  font-size: 1.6rem;
  font-weight: 500;
}

.media__wrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 24px 0px 25px 25px;
  background: #D9D9D9;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.media__preview {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity .5s ease 0s, visibility 0s ease 0s;
}

.media.media-loaded .media__preview {
  opacity: 1;
  visibility: visible;
}

.media__player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease 0s, visibility 0s ease 0s;
}

.media__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.media-play .media__link {
  display: none;
}

.media__button {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  width: 60px;
  height: 43px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .5s ease 0s, visibility 0s ease 0s;
}

.media__button-icon {
  display: block;
  width: inherit;
  height: inherit;
  fill: #129CD8;
}

.media-play.media.media-loaded .media__preview {
  opacity: 0;
}

.media-play.media.media-loaded .media__player {
  opacity: 1;
  visibility: visible;
}

.stories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3rem;
}

.stories__item {
  padding: 3.8rem 4rem 4.1rem;
  width: calc(50% - 6rem);
  margin: 0 3rem 8rem;
  border-radius: 1.2rem;
  border: 1px solid #F1F6FC;
  background: #fff;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.6s ease;
  position: relative;
}

.stories__item:hover {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.stories__item:hover .btn-3__decor {
  background: #FC0;
}

.stories__item:hover .btn-3__text {
  max-width: 100%;
}

.stories__item:hover .stories__img:before {
  top: 69%;
  background: #d6e0ec;
}

.stories__img {
  position: relative;
  z-index: 1;
}

.stories__img img {
  border-radius: 0 0px 25px 25px;
  vertical-align: top;
}

.stories__img picture {
  position: relative;
  z-index: 1;
}

.stories__img:before {
  content: '';
  border-radius: 0px 0px 0px 39px;
  background: #F1F6FC;
  position: absolute;
  right: -4rem;
  left: -1.6rem;
  top: 50%;
  z-index: 0;
  bottom: -2.6rem;
  display: block;
  transition: background 1s ease, top 1s ease;
}

.stories__title {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #039;
}

.stories__title a {
  color: inherit;
}

.stories__title a:hover {
  color: #FC0;
}

.stories .flags {
  display: flex;
}

.stories .flags__item {
  margin-left: 1.2rem;
}

.stories .flags__item img {
  height: 1.6rem;
  width: 1.6rem;
}

.stories__bottom {
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stories__decor {
  position: absolute;
  bottom: 0;
  left: 4rem;
  fill: #F1F6FC;
  height: 2.3rem;
  width: 3.3rem;
}

.stories__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 10;
}

.stories-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4rem;
}

.stories-2__item {
  padding: 3.8rem 4rem 4.1rem;
  width: calc(50% - 8rem);
  margin: 0 4rem 8rem;
  border-radius: 1.2rem 0 1.2rem 1.2rem;
  border: 1px solid #F1F6FC;
  background: #fff;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.6s ease;
  position: relative;
}

.stories-2__item:hover {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.stories-2__item:hover .btn-3__decor {
  background: #FC0;
}

.stories-2__item:hover .btn-3__text {
  max-width: 100%;
}

.stories-2__item:hover .stories-2__img:before {
  top: 69%;
  background: #d6e0ec;
}

.stories-2__item:hover .stories-2__decor {
  fill: #d6e0ec;
}

.stories-2__img {
  position: relative;
  z-index: 1;
}

.stories-2__img img {
  border-radius: 0 0px 25px 25px;
  vertical-align: top;
}

.stories-2__img picture {
  position: relative;
  z-index: 1;
}

.stories-2__img:before {
  content: '';
  border-radius: 0px 0px 0px 39px;
  background: #F1F6FC;
  position: absolute;
  right: -4rem;
  left: -1.6rem;
  top: 50%;
  z-index: 0;
  bottom: -2.6rem;
  display: block;
  transition: background 1s ease, top 1s ease;
}

.stories-2__title {
  margin-bottom: 2.9rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #039;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stories-2__title a {
  color: inherit;
}

.stories-2__title a:hover {
  color: #FC0;
}

.stories-2 .flags {
  display: flex;
}

.stories-2 .flags__item {
  margin-left: 1.2rem;
}

.stories-2 .flags__item img {
  height: 2rem;
  width: 2rem;
}

.stories-2__bottom {
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stories-2__decor {
  position: absolute;
  bottom: -1.1rem;
  left: -0.9rem;
  fill: #F1F6FC;
  height: 2.3rem;
  width: 3.3rem;
  transition: fill 1s ease;
  z-index: 1;
}

.stories-2__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 10;
}

.decor-3 .decor-5 {
  position: absolute;
  left: 50%;
  margin-left: -11rem;
  width: 5.2rem;
  height: 3.7rem;
  bottom: 4rem;
  fill: #FC0;
}

.content-wrapper-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-aside-right {
  padding-right: 5rem;
  width: calc(100% - 27rem);
  max-width: 82rem;
}

.aside-right {
  width: 27rem;
}

.aside-right__block_share {
  margin-bottom: 7.4rem;
}

.aside-right__block_share:last-child {
  margin-bottom: 0;
}

.article-top {
  padding: 2rem 0 2rem;
  margin-bottom: 5.3rem;
  border-top: 1px solid #F5F5F6;
  border-bottom: 1px solid #F5F5F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-date {
  margin-right: 2rem;
  color: #000;
  font-size: 1.8rem;
}

.article_flags {
  display: flex;
  align-items: center;
}

.article_flags img {
  margin-left: 1.4rem;
}

.article-flag {
  width: 2.4rem;
  height: 2.4rem;
}

.article-main {
  margin-bottom: 4rem;
  display: block;
}

.article-main img {
  width: 100%;
  border-radius: 0 4.4rem;
}

.article ul {
  margin-bottom: 20px;
  list-style: none;
}

.article ul li {
  position: relative;
  padding-left: 5rem;
}

.article ul li:before {
  content: '';
  display: block;
  height: 1.2rem;
  width: 1.7rem;
  position: absolute;
  left: 1.2rem;
  top: .8rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDguMjM2OTdMNS44ODk0NCAtMi41NzQzNWUtMDdMNS44ODk0NCA2LjI3ODQ0TDMuNjAwNWUtMDcgOC4yMzY5N0w1Ljg4OTQ0IDEwLjI5NUw1Ljg4OTQ0IDE2LjU3MTRMMTIgOC4yMzY5N1oiIGZpbGw9IiMwMDMzOTkiLz4KPC9zdmc+Cg==);
  background-size: 2.2rem 1.7rem;
  background-position: center;
  background-repeat: no-repeat;
}

.article ul li + li {
  margin-top: 2.4rem;
}

.article li + li {
  margin-top: 10px;
}

.article ol {
  margin-left: 3.1rem;
}

.article ol li + li {
  margin-top: 2.3rem;
}

.article p:first-child {
  padding-top: 0;
}

.article p a,
.article blockquote a,
.article li a {
  border-bottom: 1px solid;
}

.article p a:hover,
.article blockquote a:hover,
.article li a:hover {
  border-bottom-color: transparent;
}

.article blockquote {
  margin: 1.7rem 0 1.8rem;
}

.article blockquote p:first-child {
  padding-top: 0;
}

.article-media {
  margin: 5.5rem 0;
}

.article-media .media__wrap {
  border-radius: 0;
}

.article-media .media__button-icon {
  width: 10.2rem;
  height: 6.7rem;
}

blockquote {
  padding: 3rem 3rem;
  border-radius: 0 4.4rem;
  background: #F1F6FC;
  font-size: 1.6rem;
  color: #039;
}

blockquote footer {
  margin-top: .4rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

blockquote footer svg {
  height: 1.2rem;
  width: 1.7rem;
  fill: #FC0;
}

.head-page_article {
  margin-bottom: 1rem;
  min-height: 30rem;
}

.head-page_article-short {
  min-height: 0;
}

.head-page_article-short .decor-3 svg {
  display: none;
}

.head-page_project {
  min-height: 0;
  margin-bottom: 5rem;
}

.aside-article-title {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  line-height: 1;
}

.share {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.2rem;
}

.share__item {
  border: 2px solid #F1F6FC;
  margin: 0 1.2rem 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  transition: background .7s ease, border-color .7s ease;
}

.share__item:hover {
  background: #FC0;
  border-color: #FC0;
}

.share__date {
  color: #A4A4A4;
  font-size: 1.6rem;
  font-weight: 500;
}

.aside-right__block + .aside-right__block {
  margin-top: 7.4rem;
}

.latest-new__wrap {
  margin-top: 4.5rem;
}

.latest-new__top {
  margin-bottom: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.latest-new .flags {
  display: flex;
  flex-wrap: wrap;
}

.latest-new .flags__item {
  margin-right: 1.4rem;
}

.latest-new .flags img {
  width: 2rem;
  height: 2rem;
}

.latest-new__more {
  margin-top: 2.5rem;
}

.latest-new__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.7s ease .latest-new__title;
}

.latest-new__title :hover {
  color: #000;
}

.latest-new__wrap + .latest-new__wrap {
  border-top: 1px solid #F5F5F6;
  margin-top: 3.1rem;
  padding-top: 4.7rem;
}

.article-gallery {
  margin: 3.5rem -2.7rem 0;
  display: flex;
  flex-wrap: wrap;
}

.article-gallery__img {
  display: block;
}

.article-gallery img {
  border-radius: 0 4.4rem 4.4rem 4.4rem;
}

.article-gallery__img + .article-gallery__img {
  margin-top: 4rem;
}

.article-gallery__col {
  padding: 2.7rem;
  width: 50%;
}

.article-gallery__col-2 img {
  border-radius: 0 4.4rem 0 4.4rem;
}

.article-gallery__col-2__img + .article-gallery__col-2__img img {
  border-radius: 0 0 4.4rem 0;
}

.pages-links {
  margin-top: 8.7rem;
}

.pages-links__item {
  padding: 3.2rem 3.1rem 3.1rem 4rem;
  border-radius: 0 0 3.5rem 0;
  border: 1px solid #F1F6FC;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 122.222%;
  background: #FFF;
  transition: box-shadow .6s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pages-links__item[data-aos^=fade][data-aos^=fade] {
  transition-property: opacity, transform, box-shadow;
}

.pages-links__item:hover {
  font-weight: 600;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.pages-links__item:hover .pages-links__icon {
  background: #FC0;
  border-color: #FC0;
}

.pages-links__item + .pages-links__item {
  margin-top: 4rem;
}

.pages-links__icon {
  height: 5.8rem;
  width: 5.8rem;
  border-radius: 50%;
  border: 1px solid #F1F6FC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .6s ease, background .6s ease;
  flex-shrink: 0;
}

.pages-links__icon svg {
  fill: none;
  height: 2.4rem;
  width: 2.4rem;
}

.reports picture {
  display: inline-block;
  vertical-align: top;
  max-width: 61%;
  flex-shrink: 0;
}

.reports .stories__img {
  display: flex;
  justify-content: space-between;
}

.reports .stories__img:after {
  margin-left: 5%;
  content: '';
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  flex-shrink: 0;
  border-radius: 3.6rem 0;
  background: #F1F6FC;
}

.reports .stories__img:before {
  right: 0;
  border-radius: 0 0 3.9rem 0;
  left: -4rem;
  top: 62%;
}

.reports .stories__img img {
  border-radius: 0 0 0 2.4rem;
  border: 1px solid #F1F6FC;
  height: 26rem;
  width: auto;
  object-fit: cover;
}

.reports .stories__bottom {
  margin-top: 3.4rem;
}

.materials .stories__bottom {
  margin-top: 6.2rem;
}

.height-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-county-main {
  min-height: 0;
}

.section-info {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 0;
}

.js-parallax {
  position: relative;
  z-index: 9 !important;
  transform: translate(0, 0);
}

.pin-spacer,
.section-info {
  overflow: hidden;
}

.pin-spacer {
  z-index: 0 !important;
  overflow: hidden !important;
}

.section-colored {
  background: #F1F6FC;
}

.section-colored .stories__item {
  background: #fff;
}

.section-colored .decor-4 div {
  background: #FC0;
  opacity: .2;
}

[class*="section-"] {
  position: relative;
  z-index: 1;
}

.subhead-page {
  position: relative;
}

.subhead-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subhead-page-decor_dark {
  fill: #039;
}

.subhead-page .btn-3 {
  margin-top: .4rem;
}

.subhead-page .h1,
.subhead-page .h2 {
  margin-top: 0;
}

.slider-3 {
  margin-right: -4.2rem;
  display: block;
}

.slider-3 .slick-track {
  display: flex;
}

.slider-3 .slick-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.slider-3 .news__item {
  margin: 0 4.2rem 1px 0;
}

.slider-3.library {
  margin-right: -5rem;
}

.slider-3 .library__item {
  margin: 0 5rem 1px 0;
}

.slider-3 .stories__item,
.slider-3 .stories-2__item {
  margin: 0 2rem;
}

.slider-3.stories {
  margin: 0 -2rem;
}

.anchor-list {
  margin-right: -.2rem;
  padding: 1.2rem 0;
  border-top: 1px solid #F1F6FC;
  border-bottom: 1px solid #F1F6FC;
  white-space: nowrap;
  overflow: auto;
}

.anchor-list__item {
  margin-right: .2rem;
  padding: 1rem 2.4rem;
  border-radius: 2.6rem;
  border: 1px solid #F1F6FC;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
}

.anchor-list__item.active,
.anchor-list__item:hover {
  color: #fff;
  background: #039;
}

.onepage-wrapper {
  position: relative;
}

.library__item {
  padding: 3.5rem 3.6rem 4.3rem;
  border-radius: 0 8rem 8rem 8rem;
  background: #FFF;
}

.library__item:nth-child(3) {
  border-radius: 8rem 8rem 8rem 0;
}

.library__item_photos {
  display: flex !important;
  flex-direction: column-reverse !important;
  border-radius: 8rem 8rem 0 8rem;
}

.library__item_photos .library__title {
  margin: 0;
  flex-direction: row-reverse;
}

.library__item_photos .library__title svg {
  margin: 0 2rem 0 0;
}

.library__item:hover .library__title {
  color: #039;
}

.library__item:hover .library__title svg {
  opacity: 1;
}

.library__title {
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1.7rem;
  color: #000;
  line-height: 1.39;
  transition: color .7s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.library__title svg {
  opacity: 0;
  height: 3.4rem;
  width: 2.4rem;
  fill: #FC0;
  margin-left: 2rem;
  flex-shrink: 0;
  transition: opacity .7s ease;
}

.library img {
  display: inline-block;
  transform-origin: 50% 50%;
  transition: transform 1s ease;
}

.section-invites {
  padding: 3.9rem 0 7.5rem;
}

.invites {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.invites__title {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.invites__description {
  width: 64.6%;
  padding-right: 16%;
}

.invites__img {
  width: 35.4%;
  display: flex;
}

.invites__text {
  margin-top: 4rem;
  line-height: 162.5%;
}

.invites__text p:first-child {
  padding-top: 0;
}

.invites__text p:last-child {
  padding-bottom: 0;
}

.invites__btn {
  margin-top: 3.7rem;
}

.onepage-wrapper:last-child {
  margin-bottom: -11.3rem;
}

.pdf-viewer {
  margin: 49px 0 0;
}

.pdf-viewer__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pdf-viewer__btn {
  margin-top: 6.5rem;
  text-align: center;
}

.pdf-viewer__wrap {
  position: relative;
  min-height: 5rem;
}

.pdf-viewer__wrap p {
  font-weight: 600;
}

.is-desktop .pdf-viewer__wrap {
  margin: 0 auto 30px auto;
  padding-bottom: 116%;
  position: relative;
}

.access-finance-head {
  margin-top: 2.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.access-finance-head__left {
  width: 59%;
  margin-top: -.2rem;
  padding-right: 5%;
}

.access-finance-head__left .h1 {
  max-width: none;
}

.access-finance-head__right {
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.access-finance-head ul {
  margin-top: 5rem;
  list-style: none;
}

.access-finance-head ul li {
  position: relative;
  padding-left: 4.2rem;
}

.access-finance-head ul li:before {
  content: '';
  display: block;
  height: 1.2rem;
  width: 1.7rem;
  position: absolute;
  left: 1.2rem;
  top: .8rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDguMjM2OTdMNS44ODk0NCAtMi41NzQzNWUtMDdMNS44ODk0NCA2LjI3ODQ0TDMuNjAwNWUtMDcgOC4yMzY5N0w1Ljg4OTQ0IDEwLjI5NUw1Ljg4OTQ0IDE2LjU3MTRMMTIgOC4yMzY5N1oiIGZpbGw9IiMwMDMzOTkiLz4KPC9zdmc+Cg==);
  background-size: 2.2rem 1.7rem;
  background-position: center;
  background-repeat: no-repeat;
}

.access-finance-head ul li + li {
  margin-top: 2.4rem;
}

.access-finance-head .video-link {
  display: block;
  border-radius: 5.9rem 0;
  background: #F1F6FC;
  position: relative;
}

.access-finance-head .video-link picture {
  display: block;
  position: relative;
  z-index: 0;
}

.access-finance-head .video-link picture:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.access-finance-head .video-link img {
  border-radius: 5.9rem 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.access-finance-head .decor-3 {
  width: 33.8%;
  margin-left: auto;
  position: static;
}

.decor-198 {
  position: absolute;
  left: 23%;
  top: -.2rem;
  z-index: 1;
}

.decor-198 svg {
  fill: #FC0;
  width: 4.3rem;
  height: 3rem;
}

.video-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.video-link picture {
  display: inline-block;
  vertical-align: top;
}

.video-link img {
  border-radius: 4.4rem 0 4.4rem 0;
  vertical-align: top;
}

.video-link__icon {
  height: 7.5rem;
  width: 7.5rem;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
  transition: transform .7s ease;
}

.video-link__icon i {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC0;
  padding-left: .5rem;
}

.video-link__icon i:before {
  content: '';
  display: block;
  line-height: 0;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 11px solid transparent;
}

.video-link:hover .video-link__icon {
  transform: translate(-50%, -50%) scale(0.8);
}

.section-results {
  margin-top: 11.8rem;
  padding: 6.3rem 0 7.2rem;
  background-size: auto 83%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section-results .h1 {
  max-width: 54%;
}

.menu-navs {
  margin-top: 3.4rem;
  position: relative;
}

.menu-navs-inner {
  display: flex;
  align-items: center;
}

.menu-navs .menu-navs__list {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.menu-navs__link {
  color: #000;
  font-size: 1.6rem;
  padding: .5rem 1.6rem .5rem .8rem;
  border-radius: 2.4rem;
  font-weight: 600;
  background: #F1F6FC;
  display: inline-flex;
  align-items: center;
  transition: background .6s ease, color 0.6s ease;
  flex-shrink: 0;
}

.menu-navs__link:hover,
.menu-navs__link.active {
  color: #fff;
  background: #039;
}

.menu-navs__link:hover [src*="globe"],
.menu-navs__link.active [src*="globe"] {
  filter: brightness(0) invert(1);
}

.menu-navs__link.active {
  font-weight: 600;
}

.menu-navs__link + .menu-navs__link {
  margin-left: 40px;
  position: relative;
}

.menu-navs__link + .menu-navs__link:before {
  content: '';
  display: block;
  height: 4rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.5%, rgba(0, 0, 0, 0.2) 47.68%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}

.menu-navs__icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
}

.menu-navs_dark .menu-navs__link {
  background: #fff;
}

.menu-navs_dark .menu-navs__link.active,
.menu-navs_dark .menu-navs__link:hover {
  background: #039;
}

.menu-navs__note {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-right: 3.2rem;
  color: #039;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  flex-shrink: 10;
  min-width: 15%;
}

.menu-navs__note svg {
  fill: #FC0;
  width: 1.2rem;
  height: 1.7em;
  margin-left: 1rem;
}

.results {
  margin: 9.5rem -2rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.results__item {
  padding: 2rem;
  width: 50%;
}

.results__item-wrap {
  padding: 3.9rem 4.7rem;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  transition: color .8s ease;
}

.results__item-wrap:before,
.results__item-wrap:after,
.results__item-wrap .anim-l-wrap {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 0 4.4rem 0 4.4rem;
  transition: background .8s ease;
}

.results__item-wrap:after {
  display: none;
  z-index: 0;
  left: 2px;
  top: 2px;
  background: #039;
  border: 2px solid #039;
}

.results__item-wrap:hover:before {
  background: #039;
}

.results__item-wrap:hover .results__value,
.results__item-wrap:hover .results__label {
  color: #fff;
}

.results__item-wrap.effect-2 {
  overflow: visible;
}

.results__item-wrap.effect-2 .anim-l {
  background: #FC0;
}

.results__item-wrap.effect-2 .anim-l-wrap {
  z-index: 2;
  overflow: hidden;
  background: transparent;
}

.results__item-wrap.effect-2:hover .anim-l {
  width: 305%;
  height: 305%;
}

.results__item:nth-child(odd) {
  text-align: right;
}

.results__item:nth-child(2) .results__item-wrap:before,
.results__item:nth-child(2) .results__item-wrap:after,
.results__item:nth-child(2) .results__item-wrap .anim-l-wrap,
.results__item:nth-child(3) .results__item-wrap:before,
.results__item:nth-child(3) .results__item-wrap:after,
.results__item:nth-child(3) .results__item-wrap .anim-l-wrap {
  border-radius: 4.4rem 0 4.4rem 0;
}

.results__value {
  font-size: 4.6rem;
  position: relative;
  z-index: 3;
  color: #000;
  line-height: 1.1;
  transition: color .8s ease;
}

.results__value_lg {
  font-size: 7.6rem;
  margin-right: 6px;
}

.results__value_lg:last-child {
  margin-right: 0;
}

.results__value-sm {
  font-size: 5.6rem;
}

.results__label {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 8px;
  position: relative;
  z-index: 3;
  transition: color .8s ease;
}

.results-btn {
  margin-top: 10px;
  text-align: right;
  position: relative;
  z-index: 4;
}

.results-btn__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.results-btn__link:hover {
  color: #FC0;
}

.results-btn__link:hover .decor-106 {
  transform: translateY(-1.5rem);
}

.aside-right__blocks {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.aside-right__title {
  margin-bottom: .5rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
}

.aside-right__item {
  margin: 0 0 2.2rem;
  padding: 0 15px;
}

.aside-right__item-half {
  width: 50%;
}

.aside-right__value_countries {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
}

.aside-right__value_countries .aside-right__value-2 {
  margin-bottom: 1.5rem;
  margin-right: 2rem;
  width: calc(50% - 2rem);
}

.aside-right__value + .aside-right__value {
  margin-top: .6rem;
}

.aside-right__value-2 {
  font-size: 1.6rem;
  color: #039;
  display: inline-flex;
  margin-top: .4rem;
}

.aside-right__value-2:hover span {
  text-decoration: underline;
}

.aside-right__country-icon {
  margin-right: 1.2rem;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.aside-right__icon-icon {
  margin-right: .8rem;
  flex-shrink: 0;
  fill: none;
  width: 2.4rem;
  height: 2.4rem;
}

.projects__info {
  border-top: 1px solid #F5F5F6;
  border-bottom: 1px solid #F5F5F6;
  padding: 1.3rem 0;
  margin-bottom: 2.2rem;
  display: flex;
  align-items: center;
}

.projects__info-caption {
  color: #979797;
  margin-right: .2rem;
}

.projects__info-date {
  color: #000;
}

.projects__info-col + .projects__info-col {
  margin-left: 10%;
}

.projects__flags {
  margin-left: auto;
  padding-left: 3rem;
  display: flex;
  align-items: center;
}

.projects__flags .flags__item {
  margin-left: 1.3rem;
}

.projects__date {
  font-size: 2.2rem;
  color: #979797;
}

.projects__flag {
  width: 2rem;
  height: 2rem;
}

.projects__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.projects__title a {
  color: #039;
}

.projects__title a:hover {
  color: #FC0;
}

.projects__item + .projects__item {
  margin-top: 5.5rem;
}

.projects__text {
  line-height: 160%;
  margin-top: 1.5rem;
}

.projects__text p:first-child {
  padding-top: 0;
}

.projects__text p:last-child {
  padding-bottom: 0;
}

.projects__more {
  margin-top: 2.2rem;
}

.projects__picture {
  position: relative;
}

.projects__picture img {
  vertical-align: top;
  position: relative;
  border-radius: 4.8rem 0;
  z-index: 1;
}

.projects__picture:before {
  content: '';
  display: block;
  position: absolute;
  left: -.4rem;
  top: .4rem;
  width: 100%;
  height: 100%;
  background: #039;
  z-index: 1;
  border-radius: 4.8rem 0;
  transition: background .8s ease;
}

.projects__body {
  align-items: flex-start;
}

.catalog-radio {
  list-style: none;
}

.catalog-radio li + li {
  margin-top: 1.8rem;
}

.switched {
  padding: .4rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  background: #F1F6FC;
  display: flex;
  text-align: center;
  position: relative;
}

.switched input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.switched input:nth-child(2):checked ~ .catalog-switched__decor {
  left: 50%;
}

.switched input:nth-child(1):checked ~ .switched-el:nth-child(3) {
  color: #fff;
  pointer-events: none;
}

.switched input:nth-child(2):checked ~ .switched-el:nth-child(4) {
  color: #fff;
  pointer-events: none;
}

.switched-el {
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 2.4rem;
  width: 50%;
  display: flex;
  color: #039;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: color .6s ease;
}

.switched-el:hover {
  color: #000;
}

.switched-el:checked {
  color: #fff;
}

.catalog-switched__decor {
  background: #039;
  border-radius: 2.4rem;
  height: calc(100% - .8rem);
  width: calc(50% - .4rem);
  position: absolute;
  z-index: 0;
  top: .4rem;
  left: .4rem;
  transition: left .6s ease .05s;
  color: #fff;
}

.results-head-page .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.results-head {
  display: block;
}

.results-info {
  margin: 0 0 0 -1rem;
  padding: 0 5%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.results-info__item {
  padding: 2rem 2rem 2.2rem;
  position: relative;
}

.results-info__item-wrap {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.results-info__value {
  font-size: 3.2rem;
  position: relative;
  line-height: 1.2;
  z-index: 2;
  color: #039;
}

.results-info__value_lg {
  font-size: 4.6rem;
  margin-right: 6px;
}

.results-info__value_lg:last-child {
  margin-right: 0;
}

.results-info__value-sm {
  font-size: 5.6rem;
}

.results-info__label {
  margin-top: .4rem;
  color: #6F6F6F;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 8px;
  position: relative;
  z-index: 2;
  max-width: 18.3rem;
  margin: 0 auto;
}

.results-info:before,
.results-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F1F6FC;
  z-index: 1;
  border-radius: 4.4rem 0 4.4rem 0;
}

.results-info:after {
  display: none;
  background: #039;
  left: -2px;
  top: 2px;
  z-index: 0;
}

.results-top {
  margin: -21rem -1rem 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.results-top__item {
  padding: 1rem;
  width: 18.6rem;
  position: relative;
}

.results-top__item-wrap {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.results-top__item:nth-child(odd) {
  text-align: right;
}

.results-top__item:nth-child(1) img {
  border-radius: 0 5.6rem;
  width: 25.8rem;
}

.results-top__item:nth-child(2) img {
  border-radius: 8rem 8rem 8rem 0;
}

.results-top__item:nth-child(1),
.results-top__item:nth-child(3) {
  width: calc(100% - 18.6rem);
}

.results-top__item:nth-child(4) img {
  width: 12.6rem;
  border-radius: 0 5.6rem 5.6rem 5.6rem;
}

.results-top__item:nth-child(2) .results__item-wrap:before,
.results-top__item:nth-child(2) .results__item-wrap:after,
.results-top__item:nth-child(3) .results__item-wrap:before,
.results-top__item:nth-child(3) .results__item-wrap:after {
  border-radius: 4.4rem 0 4.4rem 0;
}

.results-top__item:nth-child(4) {
  align-self: self-start;
}

.results-top__value {
  font-size: 4.6rem;
  position: relative;
  color: #039;
  font-weight: 500;
  z-index: 2;
  color: #000;
}

.results-top__value_lg {
  font-size: 7.6rem;
  margin-right: 6px;
}

.results-top__value_lg:last-child {
  margin-right: 0;
}

.results-top__value-sm {
  font-size: 5.6rem;
}

.results-top__label {
  color: #6F6F6F;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.results-top .results-info {
  align-items: flex-start;
}

.results-top .results-info:after {
  display: none;
}

.section-main-results {
  margin-top: 10.9rem;
  padding: 6.2rem 0 12rem;
}

.navs-panel {
  z-index: 11;
  top: 0;
}

.navs-panel.shown {
  position: fixed;
  top: 0;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.navs-panel.shown .menu-navs-2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 5rem 0;
  border-radius: 0 0 5rem 5rem;
}

.navs-panel.shown .menu-navs-2__note {
  transform: translate(-50%, 0);
  font-size: 1rem;
  line-height: 77.333%;
}

.menu-navs-2 {
  margin: 5rem 0 6rem;
  padding: 4.1rem 5rem 3.7rem;
  border-radius: 4.4rem 0px;
  background: #FFF;
  white-space: nowrap;
  text-align: center;
  overflow: auto;
  font-weight: 600;
}

.menu-navs-2__link {
  margin: .4rem;
  display: inline-block;
  color: #039;
  font-size: 1.6rem;
  padding: 1rem 2.3rem;
  border-radius: 20px;
  border: 1px solid #F5F5F6;
}

.menu-navs-2__link.active {
  font-weight: 700;
}

.menu-navs-2__link.active,
.menu-navs-2__link:hover {
  color: #fff;
  background: #039;
}

.menu-navs-2__note {
  background: #039;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  max-width: 100%;
  padding: 8px 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 2.4rem;
  transform: translate(-50%, -50%);
}

.navs-panel-wrap {
  min-height: 13.2rem;
  padding: 0 0 20px;
}

.chart-container {
  overflow: auto;
}

.chart-container__inner {
  min-width: 61rem;
}

.section-main-portfolio {
  padding: 10rem 0 10rem;
}

.head-page_5 .head-page__wrapper {
  align-items: flex-start;
  justify-content: space-between;
}

.head-page_5 .h1 {
  max-width: 52.5rem;
}

.head-page_5 .decor-4 {
  margin-top: 20px;
}

.results__item-wrap-img {
  padding: 0;
}

.results__item-wrap-img:before,
.results__item-wrap-img:after {
  display: none;
}

.results__item-date {
  color: #6F6F6F;
  text-align: right;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.slider-4 {
  margin-right: -1.2rem;
}

.slider-4__item {
  margin-right: 1.1rem;
}

.slider-4__item_sm {
  margin: 0 -1.1rem 0 -1.1rem;
}

.slider-4__item:last-child {
  margin-right: 0;
}

.slider-4 img {
  vertical-align: top;
}

.slider-4 a img {
  max-width: 16rem;
}

.slider-4 .slick-track {
  display: flex;
  align-items: flex-end;
}

.slider-4_auto-width {
  margin-right: -1.8rem;
}

.slider-4_auto-width a img {
  max-width: none;
}

.slider-4_auto-width .slider-4__item {
  margin-right: 1.8rem;
}

.border-1 img {
  border-radius: 0 6.4rem;
}

.border-2 img {
  border-radius: 10rem;
}

.border-3 img {
  border-radius: 6.4rem 0 6.4rem 6.4rem;
}

.space-el {
  min-height: 2rem;
}

.onepage-wrapper {
  position: relative;
}

.head-page_3_4 {
  padding: 2.7rem 0 6rem;
}

.head-page_3_4 .head-page__wrapper {
  justify-content: space-between;
}

.head-page_3_4 .head-page__title {
  padding-right: 4rem;
  width: calc(100% - 44.5rem);
  max-width: 58.5rem;
}

.head-page_3_5 {
  padding: 0;
}

.head-page_3_5 .head-page__wrapper {
  justify-content: space-between;
}

.head-page_3_5 .head-page__title {
  padding-right: 4rem;
  width: calc(100% - 22rem);
  max-width: 79.5rem;
}

.head-page__title-top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-page__title-top .h1 {
  margin-bottom: 0;
}

.head-page__title-top .decor-49 {
  flex-shrink: 0;
}

.country-links-text {
  font-size: 3.6rem;
  line-height: 1.239;
  font-weight: 600;
}

.link-sait {
  margin-top: 6.8rem;
}

.about-country {
  padding: 0 0 5rem;
}

.about-country .subhead-page__title {
  flex-shrink: 10;
}

.about-country .subhead-page__results {
  flex-grow: 10;
  min-width: 62%;
  display: flex;
  justify-content: flex-end;
}

.about-country .head-description {
  margin-top: 3rem;
}

.about-country .subhead-page__wrapper {
  align-items: flex-start;
}

.results_2 {
  margin-top: -1rem;
  align-items: stretch;
  flex-wrap: nowrap;
}

.results_2 .results__item {
  padding: 1.2rem;
}

.results_2 .results__item-wrap:before,
.results_2 .results-info:before {
  background: #fff;
}

.results_2 .results-btn {
  margin-top: -1.7rem;
  padding-left: 20px;
  max-width: 15.5rem;
  text-align: left;
}

.results_2 .results-btn__link {
  color: #039;
  display: flex;
  font-weight: 600;
}

.results_2 .results-btn__link:hover {
  color: #FC0;
}

.results_2 .results-btn__link:hover svg {
  transform: translateX(-1rem);
}

.results_2 .results-btn__link svg {
  fill: #fff;
  flex-shrink: 0;
  transition: transform .7s ease;
  width: 6.6rem;
  height: 9rem;
  display: inline-block;
  vertical-align: bottom;
}

.results_2 .results-btn__link span {
  margin: 7rem 0 0 -1.8rem;
  display: inline-block;
}

.results_2 .results__value {
  color: #039;
  font-size: 2.6rem;
}

.results_2 .results__label {
  margin-top: .4rem;
}

.results_2 .decor-24 {
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-top: 1rem;
}

.results_2 .decor-24 svg {
  fill: #FC0;
}

.results_2 .results-info {
  padding: .7rem 2rem 1rem 1.5rem;
  margin: 0;
}

.results_2 .results-info__item {
  padding: 1.6rem 2.3rem;
}

.results_2 .results-info__label {
  max-width: 7.3rem;
  margin-top: .3rem;
  color: #000;
}

.results_2 .results__item-wrap {
  padding: 5.1rem 2.7rem 4.4rem;
}

.results_2 .results__col:first-child .results__item-wr:first-child .results__item {
  min-height: 22.7rem;
}

.results_2 .results__item {
  width: 100%;
  text-align: right;
}

.results_2 .results__item-wr {
  height: 50%;
  display: flex;
}

.results_2 .results__item-wr:first-child:first-child .results__item {
  display: flex;
  align-self: flex-end;
}

.results_2 .results__item-wrap:before,
.results_2 .results__item-wrap:after,
.results_2 .results__item-wrap .anim-l-wrap {
  border-radius: 9.4rem 9.4rem 0 9.4rem;
}

.results_2 .results__col:first-child .results__item-wr:last-child .results__item-wrap:after {
  left: 2px;
  top: -2px;
}

.results_2 .results__col:first-child .results__item-wr:last-child .results__item-wrap:before,
.results_2 .results__col:first-child .results__item-wr:last-child .results__item-wrap:after,
.results_2 .results__col:first-child .results__item-wr:last-child .results__item-wrap .anim-l-wrap {
  border-radius: 7.4rem 0 7.4rem 7.4rem;
}

.results_2 .results__col:first-child .results__item-wr:last-child .results__item-wrap {
  padding: 2.1rem 3.9rem 2.4rem;
}

.results_2 .results-info .anim-l-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.results_2 .results-info:before,
.results_2 .anim-l-wrap {
  border-radius: 7.4rem 7.4rem 7.4rem 0;
}

.results_2 .anim-l:before,
.results_2 .anim-l:after {
  background: #FC0 !important;
}

.results_2 .results__item_2_1 {
  align-items: center !important;
  justify-content: space-between !important;
}

.results_2 .results__item_2_1 .results__item-wrap {
  padding: 2.5rem 4.2rem 2.7rem;
}

.results_2 .results__item_2_1 .results__item-wrap:after {
  left: -2px;
  top: -2px;
}

.results_2 .results__item_2_1 .results__item-wrap:before,
.results_2 .results__item_2_1 .results__item-wrap:after,
.results_2 .results__item_2_1 .results__item-wrap .anim-l-wrap {
  border-radius: 0 7.4rem 7.4rem 7.4rem;
}

.results_2 .results__item_2_1 .results__label {
  max-width: 19.2rem;
}

.results_2 .results__col:last-child .results__item-wr {
  width: 100%;
}

.results_2 .results__item-wrap:hover .results__value {
  color: #039;
}

.results_2 .results__item-wrap:hover .results__label {
  color: #000;
}

.results_2 .results__item-wr {
  transform: translateY(0);
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  opacity: 1;
}

.results_2:not(.aos-animate) .results__col:first-child .results__item-wr:first-child {
  transform: translate(20px, 20px);
  opacity: 0;
  transition: none;
}

.results_2:not(.aos-animate) .results__col:last-child .results__item-wr:first-child {
  transform: translate(-20px, 20px);
  opacity: 0;
  transition: none;
}

.results_2:not(.aos-animate) .results__col:first-child .results__item-wr:nth-child(2) {
  transform: translate(20px, -20px);
  opacity: 0;
  transition: none;
}

.results_2:not(.aos-animate) .results__col:last-child .results__item-wr:nth-child(2) {
  transform: translate(-20px, -20px);
  opacity: 0;
  transition: none;
}

.results__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.results__col .results__item {
  width: 100%;
  text-align: right;
}

.results__col .results__item-wrap {
  text-align: center;
}

.results__col + .results__col {
  max-width: 75%;
  align-items: flex-start;
}

.results__col + .results__col .results__item {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.results__col + .results__col .results__item-wrap {
  text-align: center;
}

.results__col + .results__col .results__item:nth-child(2) .results__item-wrap:before,
.results__col + .results__col .results__item:nth-child(2) .results__item-wrap:after {
  border-radius: 0 4.4rem;
}

.results__col + .results__col .results__item:nth-child(2) .results__item-wrap:after {
  left: -2px;
}

.results__col .results__label {
  font-size: 1.2rem;
  max-width: 16.2rem;
}

.results__col:first-child .results__item:nth-child(2) .results__item-wrap {
  padding: 2.3rem 4.2rem 2.9rem;
}

.head-page__title-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.results__item_2_1 {
  display: flex;
}

.search-results {
  margin: 0 auto;
  max-width: 77rem;
}

.search-results__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}

.search-results__info {
  border-top: 1px solid #F5F5F6;
  border-bottom: 1px solid #F5F5F6;
  padding: 1.4rem 0;
  margin-bottom: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-results-date {
  color: #000;
}

.search-results__category {
  color: #039;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}

.search-results__category a {
  color: inherit;
}

.search-results__category a:hover {
  color: #FC0;
}

.search-results__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}

.search-results__title a {
  color: #039;
}

.search-results__title a:hover {
  color: #FC0;
}

.search-results__text {
  color: #000;
  font-size: 1.6rem;
  line-height: 145%;
  margin-top: 2.2rem;
}

.search-results__text p:first-child {
  padding-top: 0;
}

.search-results__text p:last-child {
  padding-bottom: 0;
}

.search-results__more {
  margin-top: 3.4rem;
}

.main-head {
  margin-top: 3.4rem;
  padding: 8.9rem 0 6.7rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.main-head__title {
  width: 71.5%;
  padding-right: 7%;
}

.main-head > * {
  position: relative;
  z-index: 1;
}

.main-head:before {
  content: '';
  background: #F1F6FC;
  position: absolute;
  left: -10.7rem;
  top: 0;
  bottom: 0;
  border-radius: 0px 22rem;
  z-index: 0;
  right: 21%;
}

.h1-main {
  color: #039;
  font-size: 8.6rem;
  font-weight: 500;
  margin: 0;
  line-height: 120%;
}

.h1-main span {
  font-weight: 700;
  padding: 0;
  margin: 0;
  background: none !important;
  color: inherit !important;
}

.main-decor {
  width: 28.5%;
}

.main-decor__img {
  padding-top: 2.1rem;
}

.main-decor__decor {
  margin-top: 6.6REM;
  position: relative;
}

.main-decor .decor-3 {
  position: relative;
  max-width: 21rem;
  width: 100%;
  margin: 0 auto 0;
}

.main-decor .decor-4 div {
  background: rgba(255, 204, 0, 0.2);
}

.main-decor .decor-2 {
  top: 29%;
  left: -32.5%;
}

.main-head-description {
  width: 71.5%;
  margin: 7.8rem 0 0 0;
  padding: 0 12% 0 9.2%;
}

.main-head-text {
  font-size: 1.8rem;
  line-height: 1.67;
  position: relative;
  color: #000;
  padding-left: 5rem;
}

.main-head-text:before {
  content: '';
  display: block;
  background: #fff;
  width: 2rem;
  position: absolute;
  left: 0;
  top: -1.8rem;
  bottom: -1.8rem;
  border-radius: 2rem;
}

.spacer {
  height: 5px;
}

.discover-head {
  align-items: flex-start;
}

.discover-head .h1 {
  width: 100%;
}

.discover-head__title {
  width: 53.5%;
  padding-right: 10%;
  max-width: 56rem;
}

.discover-head__desctiption {
  width: 43.5%;
}

.discover-head__text {
  line-height: 1.62;
}

.discover-head__more {
  margin-top: 1.8rem;
}

.discover-head.subhead-page .btn-3 {
  margin-top: 0;
}

.discover {
  margin: 8.6rem -5rem 0;
  display: flex;
  flex-wrap: wrap;
}

.discover__item {
  padding: 0 5rem;
  width: 24.8%;
  display: flex;
  flex-direction: column;
}

.discover__item:nth-child(2) {
  width: 27%;
}

.discover__item:nth-child(3) {
  width: 48.2%;
}

.discover__title {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  color: #039;
}

.discover__count {
  color: #000;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.discover__count-label {
  font-size: 3.2rem;
}

.discover__count span {
  position: relative;
  z-index: 1;
}

.discover__count:before {
  content: '';
  display: block;
  height: 1.9rem;
  border-radius: 40px;
  background: rgba(255, 204, 0, 0.4);
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.discover__text {
  margin-top: 3rem;
  line-height: 162.5%;
  max-width: 53%;
}

.discover__description {
  width: 45%;
}

.discover__more {
  margin-top: 2.5rem;
}

.discover__item-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: space-between;
}

.section-about-head .h1 {
  font-size: 7rem;
}

.section-about-head .head-page_3_4 .head-page__title {
  max-width: 61.5rem;
  margin-top: 5.7rem;
}

.slider-vertical {
  margin-bottom: -11.3rem;
}

.slider-vertical .slick-dots {
  z-index: 10;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-vertical .slick-dots li {
  margin: 12px 0;
}

.slider-vertical .slick-dots button {
  height: 1.6rem;
  width: 2.4rem;
}

.slider-vertical .height-full {
  display: flex;
  align-items: center;
}

.section-key-updates .projects__title {
  font-size: 2.4rem;
  line-height: 133.333%;
}

.section-key-updates .projects__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.h1_3 {
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 160.714%;
  margin: 0;
}

.section-stories-2,
.section-news-2,
.section-reports-2,
.section-materials,
.section-videos {
  padding: 9rem 0;
}

.section-library-2 {
  padding: 8rem 0;
}

.section-library-2 .library {
  margin-top: 4.8rem;
}

.section-results-2 {
  padding: 8.5rem 0 8rem;
}

.section-photos {
  padding: 5.8rem 0 8rem;
}

.section-photos .slider-4 {
  margin-top: 50px;
}

.section-videos,
.section-materials {
  padding: 6rem 0 12rem;
}

.videos-list {
  margin-top: 5rem;
}

.stories.reports.materials {
  margin-top: 4.8rem;
}

.slider-support {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slider-support .slick-track {
  display: flex;
}

.slider-support__item {
  display: block;
}

.slider-support__icon {
  height: 11.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-page_3_7 {
  margin-bottom: 8.5rem;
}

.head-page_3_7 .head-page__wrapper {
  display: flex;
}

.head-page_3_7 .head-page__title {
  width: 50%;
  padding-right: 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.head-page_3_7 .about-decor {
  width: 50%;
  padding-left: 37px;
}

.head-page_3_7 .decor-4 {
  margin-top: 8.7rem;
  max-width: 26.7rem;
}

.about-decor__list {
  display: flex;
}

.about-decor__col-1 {
  width: 66.66%;
  padding-right: 10px;
}

.about-decor__col-2 {
  width: 33.33%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anim-leaf-1:before {
  content: '';
  border: 2px solid #039;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: background .8s ease;
}

.anim-leaf-1 img {
  vertical-align: top;
}

.anim-leaf-1 picture {
  position: relative;
  z-index: 1;
}

.decor-100 .anim-leaf-1 {
  display: inline-block;
}

.decor-100 .anim-leaf-1 img,
.decor-100 .anim-leaf-1:before {
  border-radius: 8rem 8rem 8rem 0;
}

.decor-101 .anim-leaf-1 {
  display: inline-block;
}

.decor-101 .anim-leaf-1 img,
.decor-101 .anim-leaf-1:before {
  border-radius: 2.4rem 0;
}

.decor-102 {
  margin-top: 16px;
  max-width: 14.7rem;
}

.decor-102 svg {
  max-width: 100%;
}

.decor-103 {
  margin: 0 -1rem 4.2rem 0;
  text-align: right;
}

.decor-103 svg {
  width: 29px;
  height: 21px;
  fill: #039;
}

.decor-104 {
  max-width: 40.4rem;
}

.decor-104 img,
.decor-104:before {
  border-radius: 12rem;
}

.section-other-initiatives img,
.section-other-initiatives:before {
  border-radius: 5rem 0;
}

.decor-106 {
  margin: -1.3rem 0 0 .2rem;
  transition: transform .8s ease;
}

.decor-106 svg {
  fill: #FC0;
  width: 41px;
  height: 29px;
}

.anchor-list-wrap-2 {
  padding-top: 2.5rem;
}

.error-page {
  padding: 20vh 0 20vh;
  max-width: 66.9rem;
  margin: 0 auto;
  text-align: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-page__decor {
  margin: 0 -1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.error-page__decor-1 {
  margin: 0 1.1rem;
  width: calc(32.5% - 2.2rem);
  text-align: right;
}

.error-page__decor-1_1 img {
  border-radius: 0 10rem;
  vertical-align: top;
}

.error-page__decor-1_2 {
  margin: 3.1rem 0 0;
  display: inline-block;
  width: 49%;
}

.error-page__decor-1_2:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: #F1F6FC;
  border-radius: 4.6rem 0 4.6rem 4.6rem;
}

.error-page__decor-2 {
  margin: 0 1.1rem;
  width: calc(35% - 2.2rem);
}

.error-page__decor-2 img {
  border-radius: 12rem;
  vertical-align: top;
}

.error-page__decor-3 {
  text-align: right;
  margin: 0 1.1rem;
  width: calc(32.5% - 2.2rem);
}

.error-page__decor-3_1:before {
  content: '';
  display: block;
  padding-top: 130%;
  background: #F1F6FC;
  border-radius: 10rem 10rem 0 10rem;
}

.error-page__decor-3_2 {
  margin: 2.4rem 0 0;
  display: inline-block;
  width: 50%;
}

.error-page__decor-3_2 img {
  border-radius: 4.6rem 0 4.6rem 4.6rem;
}

.error-page__title {
  margin: 6.6rem 0 0;
  font-size: 4rem;
}

.error-page__text {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}

.error-page__btn {
  margin-top: 5.6rem;
}

.error-page__btn .btn {
  color: #039;
}

.error-page__logo {
  margin-bottom: 7.4rem;
  text-align: center;
}

.head-page_regular .head-page__wrapper {
  justify-content: space-between;
  align-items: stretch;
}

.head-page_regular .head-page__title {
  width: 62%;
  max-width: 54rem;
  padding-right: 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.head-page_regular .h1 {
  max-width: 100%;
  margin-bottom: 0;
}

.head-page_regular_1 .head-page__title {
  padding-bottom: 2.9rem;
}

.decor-head {
  width: 38%;
  padding-top: .5rem;
}

.decor-head img {
  opacity: 0;
  vertical-align: top;
}

.content-loaded .decor-head img {
  opacity: 1;
  transition: opacity 1s .5s;
}

.decor-head_v {
  padding-top: 0;
}

.decor-head_v-wrap {
  margin-left: -2.5rem;
  display: flex;
  align-items: stretch;
}

.decor-head_v-wrap > div {
  width: 51%;
  padding-left: 25px;
}

.decor-head_v-wrap > div + div {
  width: 49%;
}

.decor-4_r {
  margin-top: 4.7rem;
  width: 19.3rem;
}

.decor-4_r div + div {
  margin-top: 1.3rem;
}

.head-description-2 {
  margin-top: 37px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.decor-201 {
  position: relative;
}

.decor-201 img {
  border-radius: 12rem;
}

.decor-202 {
  margin-top: 2.8rem;
  padding-left: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.decor-203 {
  max-width: 70%;
}

.decor-203 img {
  border-radius: 8rem 0 8rem 8rem;
  vertical-align: top;
}

.decor-204 {
  margin-left: 2.5rem;
  width: 7.2rem;
  flex-shrink: 0;
  border-radius: 0 2.4rem;
  background: #F1F6FC;
}

.decor-204:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.slider-decor-img:not(.slick-initialized) {
  display: flex;
  opacity: 0;
}

.slider-decor-img:not(.slick-initialized) .slider-decor-img__item {
  position: absolute;
}

.slider-decor-img:not(.slick-initialized) .slider-decor-img__item:first-child {
  position: static;
}

.slider-decor-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-decor-img picture {
  display: block;
}

.slider-decor-img__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*        &.s--prev {
            z-index: 999 !important;

            picture {
                transition: clip-path 0s .912s;
                clip-path: circle(0 at 20% 50%);
            }
        }

        &.s--prev-next {
            z-index: 999 !important;

            picture {
                transition: clip-path 0s .912s;
                clip-path: circle(0 at 80% 50%);
            }
        }

        &.slick-current {
            z-index: 1000 !important;

            picture {
                transition: clip-path 0s;
                //clip-path: circle(30vmax at 100% 50%);
            }
        }

        &.s--active-prev {
            picture {
                transition: clip-path 2.5s !important;
                clip-path: circle(120vmax at 20% 50%);
            }
        }

        &.s--active-next {
            picture {
                transition: clip-path 2.5s !important;
                clip-path: circle(120vmax at 80% 50%);
            }
        }*/
}

.slider-decor-img__item picture {
  /*            clip-path: circle(0 at 8% 50%);
            transition: clip-path 0s .912s;*/
  width: 100%;
  height: 100%;
  display: block;
}

.slider-decor-img__item_static {
  position: static !important;
  opacity: 0 !important;
}

.slider-decor-img__item_static-visible {
  opacity: 1 !important;
}

.slider-decor-img__item_static-visible picture {
  clip-path: none;
}

.slider-decor-img .slick-track,
.slider-decor-img .slick-list {
  height: 100%;
}

.decor-205_1 {
  position: relative;
}

.decor-205 img {
  border-radius: 12rem 12rem 0 12rem;
}

.decor-206 {
  padding-left: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.decor-207 {
  max-width: 98.5%;
}

.decor-207 img {
  border-radius: 12rem 12rem 12rem 0;
}

.decor-208 {
  margin-top: 1.5rem;
  width: 54%;
  flex-shrink: 0;
  border-radius: 0 7rem 7rem 0;
  background: #F1F6FC;
}

.decor-208:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.decor-209 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.decor-211 {
  margin-top: 3.2rem;
  width: 7.2rem;
  flex-shrink: 0;
  border-radius: 2.4rem 0;
  background: #F1F6FC;
}

.decor-211:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.decor-212_1 {
  position: relative;
}

.decor-212 img {
  border-radius: 12rem;
}

.decor-210 {
  max-width: 92%;
}

.decor-210 img {
  border-radius: 0 10rem;
}

.head-page_regular_4 .decor-head {
  padding-top: 0;
  margin-top: -2.7rem;
}

.decor-213 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.decor-214 {
  padding-right: 13px;
}

.decor-215 {
  width: 31%;
  flex-shrink: 0;
  border-radius: 0 5rem;
  background: #F1F6FC;
}

.decor-215:before {
  content: '';
  display: block;
  padding-top: 76%;
}

.head-page_regular_6 .decor-head_v-wrap > div + div {
  padding-left: .9rem;
}

.decor-216 {
  padding-left: 2.6rem;
  max-width: 42%;
}

.decor-216 img {
  border-radius: 7rem 0;
}

.decor-217 {
  margin-top: 25px;
  position: relative;
  text-align: center;
}

.decor-217 img {
  border-radius: 11rem;
}

.decor-218 {
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.decor-219 img {
  border-radius: 10rem 10rem 10rem 0;
}

.decor-220 {
  margin-top: 15px;
  width: 60%;
  flex-shrink: 0;
  border-radius: 1rem 7rem 7rem 7rem;
  background: #F1F6FC;
}

.decor-220:before {
  content: '';
  display: block;
  padding-top: 90%;
}

.decor-221 {
  position: relative;
}

.decor-221 .slider-decor-img,
.decor-221 .slider-decor-img__item_static {
  padding-left: 4%;
}

.decor-221 img {
  border-radius: 12rem 12rem 0 12rem;
}

.country-slider {
  margin-top: -14rem;
  position: relative;
  z-index: 1;
}

.country-slider__item {
  display: flex !important;
  justify-content: space-between;
}

.country-slider__description {
  padding-top: 13.7rem;
}

.country-slider .slick-dots {
  margin: 0;
  text-align: left;
}

.country-slider .slick-dots li {
  margin: 0 2.3rem 0 0;
}

.country-slider .slick-dots li:last-child {
  margin-right: 0;
}

.country-slider .slick-dots button {
  border-width: 0;
  display: inline-block;
  width: 2.4rem;
  height: 1.6rem;
  display: inline-block;
  vertical-align: top;
  background: #039;
  border-radius: 2rem;
}

.country-slider .slick-dots .slick-active button,
.country-slider .slick-dots button:hover {
  background: #FC0;
}

.head-page_regular_5 .decor-head {
  padding-top: 5rem;
}

.decor-222 {
  height: 6rem;
  width: 6rem;
  margin: 0 2.9rem 0.6rem 1.8rem;
}

.decor-222 img {
  border-radius: 50%;
}

.decor-222_1 {
  margin: 0 1.8rem 0.6rem 1.6rem;
}

.decor-222_1 img {
  width: 6rem;
  height: 6rem;
}

.decor-223 {
  max-width: 44%;
}

.decor-223 img {
  border-radius: 7rem 0 7rem 7rem;
}

.decor-223_1 img {
  border-radius: 0 7rem 7rem 7rem;
}

.head-page_inner .decor-1 {
  width: 7.7rem;
  height: 5.6rem;
}

.head-page_inner_8 {
  min-height: 28rem;
}

.countries-nav {
  padding-top: 3.9rem;
  margin-bottom: 3rem;
}

.countries-nav__flags .flags-inline__link {
  cursor: pointer;
}

.countries-nav__flags .flags-inline__link.active,
.countries-nav__flags .slick-current .flags-inline__link {
  background: #039;
  border-color: #039;
}

.countries-nav__flags .flags-inline__link.active .flags-inline__text,
.countries-nav__flags .slick-current .flags-inline__link .flags-inline__text {
  max-width: 300px;
}

.countries-slider {
  display: flex !important;
  justify-content: space-between;
}

.countries-slider__title {
  width: 60%;
  padding-right: 8%;
  max-width: 51rem;
}

.countries-slider__btn {
  margin-top: 5.7rem;
}

.countries-slider__text {
  margin-top: 1.4rem;
}

.country-slider__item .decor-222,
.countries-slider .decor-222 {
  transform: rotate(397deg);
  opacity: .3;
  transition: transform 1.8s ease, opacity 1.8s ease;
}

.country-slider__item .decor-223,
.countries-slider .decor-223 {
  transform: translateY(10px);
  opacity: 0;
  transition: transform 1.5s ease .3s, opacity 1.58s ease .3s;
}

.country-slider__item .decor-217,
.countries-slider .decor-217 {
  transform: translateY(-8px);
  opacity: 0;
  transition: transform 1.5s ease .5s, opacity 1.58s ease .5s;
}

.country-slider__item .head-description-2,
.countries-slider .head-description-2 {
  transform: translateY(15px) !important;
  opacity: 0 !important;
  transition: none !important;
}

.countries-slider__title .h2,
.countries-slider__text,
.countries-slider__btn {
  transform: translateY(15px) !important;
  opacity: 0 !important;
  transition: none !important;
}

.init-slider .country-slider__item.slick-current .slider-decor-img,
.init-slider .countries-slider.slick-current .slider-decor-img {
  opacity: 1;
}

.init-slider .country-slider__item.slick-current .decor-223,
.init-slider .country-slider__item.slick-current .decor-217,
.init-slider .country-slider__item.slick-current .decor-222,
.init-slider .countries-slider.slick-current .decor-223,
.init-slider .countries-slider.slick-current .decor-217,
.init-slider .countries-slider.slick-current .decor-222 {
  transform: translateY(0);
  opacity: 1;
}

.init-slider .country-slider__item.slick-current .decor-222,
.init-slider .countries-slider.slick-current .decor-222 {
  transform: rotate(0deg);
  opacity: 1;
}

.init-slider .slick-current .countries-slider__title .h2,
.init-slider .slick-current .countries-slider__btn,
.init-slider .slick-current .countries-slider__text,
.init-slider .slick-current.country-slider__item .head-description-2 {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: transform 1.6s ease, opacity 1.6s ease !important;
}

.init-slider .slick-current .countries-slider__text,
.init-slider .slick-current .country-slider__item .head-description-2 {
  transition-delay: .3s !important;
}

.init-slider .slick-current .countries-slider__btn {
  transition-delay: .5s !important;
}

.results-7 {
  margin: 8.5rem -1.5rem 0;
  position: relative;
}

.results-7 .results__value {
  font-size: 2.4rem;
  color: #039;
}

.results-7 .results__value_lg {
  font-size: 4.8rem;
}

.results-7 .results__label {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: 1.4px;
  margin-top: 1.6rem;
  max-width: 26rem;
}

.results-7 .decor-24 {
  transition: top 1s ease;
}

.results-7 .decor-24_2 {
  transition: bottom 1s ease;
}

.results-7 .results__item {
  padding: 1.5rem;
}

.results-7.hovered .decor-24 {
  top: 4.5rem;
}

.results-7.hovered .decor-24_2 {
  bottom: 4.5rem;
}

.results-7 .results__item-wrap {
  padding: 3rem 4.3rem 3.5rem;
}

.results-7 .results__item-wrap:before,
.results-7 .results__item-wrap:after,
.results-7 .results__item-wrap .anim-l-wrap {
  border-radius: 0 6rem 6rem;
}

.results-7 .results__item:nth-child(2) .results__item-wrap:before,
.results-7 .results__item:nth-child(2) .results__item-wrap:after,
.results-7 .results__item:nth-child(2) .results__item-wrap .anim-l-wrap {
  border-radius: 6rem 0 6rem 6rem;
}

.results-7 .results__item:nth-child(3) .results__item-wrap:before,
.results-7 .results__item:nth-child(3) .results__item-wrap:after,
.results-7 .results__item:nth-child(3) .results__item-wrap .anim-l-wrap {
  border-radius: 6rem 6rem 6rem 0;
}

.results-7 .results__item:nth-child(4) .results__item-wrap:before,
.results-7 .results__item:nth-child(4) .results__item-wrap:after,
.results-7 .results__item:nth-child(4) .results__item-wrap .anim-l-wrap {
  border-radius: 6rem 6rem 0 6rem;
}

.results-7 .results__item:nth-child(2) .results__item-wrap:after {
  left: -2px;
}

.results-7 .results__item:nth-child(3) .results__item-wrap:after {
  left: 2px;
  top: -2px;
}

.results-7 .results__item:nth-child(4) .results__item-wrap:after {
  left: -2px;
  top: -2px;
}

.results-7 + .results-btn {
  margin-top: -3.8rem;
  padding-bottom: 4px;
}

.results-7 .effect-3 {
  overflow: visible;
}

.results-7 .results__item-wrap .anim-l-wrap {
  background: transparent;
}

.results-7 .effect-3 .anim-l:before,
.results-7 .effect-3 .anim-l:after {
  background: #FC0;
}

.results-7 .results__item-wrap:before {
  background: #F1F6FC;
}

.results-7:hover .results__value,
.results-7:hover .results__label {
  color: #000;
}

.results-7-wrap .tab {
  padding-bottom: 3rem;
}

.section-colored .results-7 .results__item-wrap:before {
  background: #fff;
}

.results-7 .results__item {
  opacity: 0;
  transform: translateY(15px);
  transition: transform .5s ease, opacity .5s ease;
}

.results-7-wrap .shown .results-7 .results__item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.1s ease, opacity 1.1s ease;
}

.results-7-wrap .shown .results-7 .results__item:nth-child(2) {
  transition-delay: 0.1s;
}

.results-7-wrap .shown .results-7 .results__item:nth-child(3) {
  transition-delay: 0.2s;
}

.results-7-wrap .shown .results-7 .results__item:nth-child(4) {
  transition-delay: 0.3s;
}

.results-border .results__item-wrap:after {
  display: block;
}

.anchor-list-wrap_useful {
  margin-bottom: 6rem;
}

.countries-tabs .decor-217 {
  margin: 16px auto 0;
  text-align: center;
  max-width: 37rem;
}

.decor-223_1 {
  max-width: 59%;
}

.use-cookies {
  width: 0;
  background-color: #fff;
  color: #000000;
  position: fixed;
  left: -50px;
  box-shadow: -20px 0px 44px 0px rgba(0, 0, 0, 0.05);
  bottom: 0;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  padding: 30px 0;
  transform: translateZ(0);
  transition: width 0s ease .5s, left 0s ease .5s, visibility 0s ease .5s, opacity .5s ease 0s;
}

.use-cookies.active {
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: width 0s ease 0s, left 0s ease 0s, visibility 0s ease 0s, opacity .5s ease 0s;
}

.use-cookies__close {
  border-radius: 50%;
  height: 4.8rem;
  width: 4.8rem;
  border: 1px solid #F5F5F6;
  display: block;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: .7rem;
  top: 1.4rem;
  z-index: 1;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: border-color .5s ease 0s, background .5s ease;
}

.use-cookies__close svg {
  display: block;
  cursor: pointer;
  stroke: #039;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: stroke .5s ease 0s;
}

.use-cookies__close:hover {
  background: #FC0;
  border-color: #FC0;
}

.use-cookies__close:hover svg {
  stroke: #000;
}

.use-cookies__heading {
  font-size: 4rem;
  line-height: 125%;
  font-weight: 600;
  margin: 0 0 1.2rem 0;
}

.use-cookies__content {
  line-height: 162.5%;
  margin-bottom: 1.4rem;
}

.use-cookies__control {
  display: flex;
  align-items: center;
}

.use-cookies__control-item:first-child {
  margin-right: 5.5rem;
}

.use-cookies__control-item:last-child {
  margin-right: 0;
}

.use-cookies__control-btn {
  display: inline-block;
  min-width: 190px;
  font-weight: 600;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  color: #039;
  letter-spacing: 1px;
  background-color: #FFCC00;
  text-transform: uppercase;
  padding: 11px 25px;
  border: 1px solid #FFCC00;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.use-cookies__control-btn:hover {
  color: #FFCC00;
  background-color: transparent !important;
}

.use-cookies_main {
  background-color: #F1FAFD;
  color: #000000;
}

.use-cookies_main .use-cookies__control-btn {
  color: #039;
  border-color: #FFCC00;
  background-color: #FFCC00;
}

.use-cookies_main .use-cookies__control-btn:hover {
  color: #FFCC00;
}

.btn-3_refuse {
  color: #6F6F6F;
}

.btn-3_cookies {
  color: #039;
}

.article-content {
  max-width: 770px;
  margin: 0 auto;
}

.anchor-list_links {
  margin-bottom: 6rem;
}

.anchor-list_links a.active {
  pointer-events: none;
}

.access-finance-video {
  padding: 4rem;
  background: #F1F6FC;
  border-radius: 5.9rem 0;
  display: inline-flex;
  min-width: 49rem;
  justify-content: space-between;
}

.access-finance-video__decor {
  width: 17.4rem;
  flex-shrink: 0;
}

.access-finance-video__decor svg {
  max-width: 100%;
  height: auto;
}

.access-finance-video__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.access-finance-video__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 125%;
  color: var(--color);
}

.path-1,
.path-2,
.path-3,
.path-4 {
  transform: scale(0.5);
  transform-origin: 0 0;
  transition: transform 3s ease !important;
}

.path-1 {
  transform-origin: 100% 0;
}

.path-2 {
  transform-origin: 0 100%;
}

.path-3 {
  transform-origin: 100% 100%;
}

.path-5 {
  transform-origin: 100% 100%;
}

.decor-141 svg {
  display: inline-block;
  margin-top: 3rem;
  width: 3.5rem;
  height: 2.5rem;
  fill: #FC0;
  transform: none;
}

.content-loaded .path-1,
.content-loaded .path-2,
.content-loaded .path-3,
.content-loaded .path-4 {
  transform: scale(1);
}

.content-loaded .path-4 {
  animation: spin2 8s ease 2s infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

.content-loaded .decor-141 svg {
  animation: move2 8s ease 2s infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }

  42% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes move2 {
  0% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-15px);
  }

  75% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.cards {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d8d9db;
  position: relative;
  background-image: url(../img/loader/main.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.cards__list {
  list-style: none;
  margin: 0;
  padding: 0 15px 0 50px;
  height: 710px;
  overflow-y: auto;
}

.cards__list::-webkit-scrollbar {
  width: 9px;
}

.cards__list::-webkit-scrollbar-thumb {
  background-color: #d8d9db;
}

.cards__content {
  font-size: 16px;
  color: #000;
  line-height: 1.68;
  margin: 15px 0;
}

.cards__content :last-child {
  margin-bottom: 0;
}

.cards__item {
  margin: 0 0 10px 0;
  padding: 0 0 11px 0;
  border-bottom: 1px solid #d8d9db;
}

.cards__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cards__btn {
  font-weight: 600;
  font-size: 18px;
  color: #026bb5;
  line-height: 1.35;
  cursor: pointer;
  position: relative;
  transition: color .5s ease 0s;
}

.cards__btn.active,
.cards__btn:hover {
  color: #000;
}

.cards__btn.active .cards__marker,
.cards__btn:hover .cards__marker {
  opacity: 1;
}

.cards__btn:hover .cards__marker:before {
  animation-name: marker-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.cards__marker {
  width: 12px;
  height: 12px;
  background-color: #026bb5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.cards__marker:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #026bb5;
}

.cards__control {
  display: flex;
  align-items: center;
}

.cards__control-btn-prev {
  cursor: pointer;
  user-select: none;
}

.cards__control-btn-next {
  cursor: pointer;
  user-select: none;
}

.cards__control-btn-icon {
  display: block;
  width: 20px;
  height: 26px;
  fill: #FC0;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.cards__control-btn-icon:hover {
  opacity: .7;
}

.cards__control-count {
  padding: 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  letter-spacing: .67px;
  line-height: 1;
}

.cards__control-count span:nth-child(1) {
  padding-right: 3px;
}

.cards__control-count span:nth-child(2) {
  padding-left: 3px;
}

.cards__article {
  display: none;
}

.cards__article.active {
  display: block;
}

.cards__article-title {
  font-weight: 600;
  font-size: 18px;
  color: #026bb5;
  line-height: 1.35;
  margin-bottom: 15px;
}

.cards.init {
  background-image: none;
}

.cards.init .cards__main,
.cards.init .cards__sidebar {
  opacity: 1;
}

.cards a {
  color: #039;
  border-bottom: 1px solid;
  transition: border-bottom-color .5s ease;
}

.cards a:hover {
  border-bottom-color: transparent;
}

.pagination {
  padding-top: 4.1rem;
  width: 100%;
  border-top: 2px solid #F5F5F6;
}

.pagination__list {
  display: flex;
  align-items: center;
  list-style: none;
}

.pagination__item {
  margin: 0 10px 1rem;
}

.pagination__item:first-child {
  margin-right: auto;
  margin-left: 0;
}

.pagination__item:last-child {
  margin-right: 0;
  margin-left: auto;
}

.pagination__link {
  transition: 0.6s;
  padding: 0.16rem 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.4rem;
  color: #039;
  font-size: 2rem;
  background: #fff;
  border: 2px solid #F1F6FC;
  border-radius: 40px;
}

.pagination__link:hover {
  border-color: #039;
}

.pagination__link.active {
  background-color: #039;
  border-color: #039;
  color: #fff;
}

.pagination__btn.disabled {
  opacity: 0;
  pointer-events: none;
}

.pagination__btn-icon {
  height: 3.2rem;
  width: 2.4rem;
  fill: #039;
}

.pagination__btn-icon:hover {
  fill: #FC0;
}

.latest-video-wrap {
  margin-top: 6.4rem;
}

.results-data-wrap {
  display: flex;
  flex-wrap: wrap;
}

.results-data {
  width: 66.667%;
  padding-right: 5rem;
}

.results-aside {
  width: 33.3333%;
  padding-left: 8%;
}

.results-aside__title {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.results-aside__block + .results-aside__block {
  margin-top: 40px;
}

.results-aside .catalog-check-2__link {
  font-size: 1.6rem;
}

.results-elem {
  border-radius: 3.6rem 0px;
  border: 1px solid #FFF;
  background: #FFF;
  padding: 4.8rem 8%;
}

.results-elem__title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 3.5rem;
}

.results-elem__title-note {
  color: #039;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  margin-left: 6px;
}

.results-elem + .results-elem {
  margin-top: 6rem;
}

.links-anchor-aside {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 600;
}

.links-anchor-aside li {
  position: relative;
  padding-left: 3.9rem;
  margin-left: -3.9rem;
}

.links-anchor-aside li a.active {
  font-weight: 600;
}

.links-anchor-aside li a.active:before {
  content: '';
  display: block;
  height: 1.2rem;
  width: 1.7rem;
  position: absolute;
  left: 1.2rem;
  top: .8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7.04118L5.39865 14L5.39865 8.6958L-3.0418e-07 7.04118L5.39865 5.30252L5.39865 -2.35983e-07L11 7.04118Z' fill='%23FFCC00'/%3E%3C/svg%3E%0A");
  background-size: 2.2rem 1.7rem;
  background-position: center;
  background-repeat: no-repeat;
}

.links-anchor-aside li a:hover {
  font-weight: 600;
}

.links-anchor-aside li + li {
  margin-top: 2rem;
}

.results-elem__title-2 {
  display: flex;
  justify-content: space-between;
}

.results-elem__title-2 .results-elem__title-note {
  display: block;
  margin: 8px 0 0;
}

.results-elem__country {
  display: flex;
  margin-left: 15px;
  margin-top: 10px;
  color: #039;
  font-size: 1.6rem;
  margin-left: 15px;
  font-weight: 600;
  flex-shrink: 0;
}

.results-elem__country svg,
.results-elem__country img {
  margin-right: 10px;
}

.section-key-updates {
  padding: 5.7rem 0 9rem;
}

.section-key-updates .subhead-page {
  margin-bottom: 5.8rem;
}

.key-updates {
  display: flex;
}

.key-updates__list {
  width: 76%;
  padding-right: 10%;
}

.key-updates__subscribes {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 6rem;
  width: 24%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.projects_home {
  margin: 0 -4rem;
  display: flex;
  flex-wrap: wrap;
}

.projects_home .projects__info {
  border-top-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: transparent;
  margin-bottom: .7rem;
}

.projects_home .projects__item {
  width: calc(50% - 8rem);
  margin: 0 4rem 6rem;
}

.projects_home .projects__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 133.333%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.projects_home .projects__title a {
  color: #000;
}

.projects_home .projects__title a:hover {
  color: #039;
}

.projects_home .projects__text {
  margin-top: 2rem;
  line-height: 162.5%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.projects_home .projects__more {
  margin-top: 2.2rem;
}

.projects_home .projects__date {
  font-size: 1.6rem;
}

.section-reports {
  padding: 8.1rem 0 11.9rem;
}

.section-reports .h1 {
  margin: 0;
}

.section-reports .subhead-page {
  margin-bottom: 5.3rem;
}

.section-subscribe-link {
  background: #FC0;
  padding: 5.5rem 0 5.8rem;
}

.subscribe-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-link__title {
  line-height: 1.2;
  font-size: 4.8rem;
  font-weight: 500;
  padding-right: 40px;
}

.subscribe-link__btn {
  flex-shrink: 0;
}

.subscribe-link__btn .btn-5 {
  min-width: 24rem;
}

.section-opportunities {
  padding: 16.9rem 0 11.1rem;
}

.opportunities {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.opportunities__title {
  width: 65%;
}

.opportunities__decor {
  position: absolute;
  left: 54%;
  transform: translateX(-50%);
  top: -11rem;
  width: 21rem;
}

.opportunities__decor .decor-3 {
  width: 100%;
  position: relative;
  top: 0;
}

.opportunities__decor .decor-3 svg {
  margin: 4.9rem auto 0;
  width: 5.5rem;
  height: 5.3rem;
}

.opportunities__decor .decor-4 div {
  background: rgba(255, 204, 0, 0.2);
}

.opportunities__description {
  width: 35%;
  line-height: 1.5;
}

.opportunities__info {
  padding-right: 6%;
  margin-top: 11.1rem;
  width: 65%;
}

.opportunities__picture {
  width: 35%;
  margin-top: 5.9rem;
}

.opportunities .h2 {
  margin-top: 0;
}

.opportunities__flags {
  margin-top: 6.7rem;
  position: relative;
  z-index: 1;
}

.opportunities .list-2 {
  max-width: 51rem;
}

.btn_opportunities-more {
  margin-top: 2rem;
}

.opportunities__picture picture {
  transform: translateY(5px);
  transition: transform 1.5s ease 0s;
}

.slick-current .opportunities__picture picture {
  transform: translateY(5px);
  transition: transform 1.5s ease .2s;
}

.slider-opportunities {
  margin-top: -11rem;
  position: relative;
  z-index: 0;
}

.slider-opportunities .decor-15:before,
.slider-opportunities .decor-15 img,
.slider-opportunities picture {
  border-radius: 12rem;
}

.slider-opportunities picture {
  display: inline-block;
  overflow: hidden;
}

.slider-opportunities .decor-15 {
  width: calc(100% - 9.2rem);
}

.slider-opportunities .decor-15 img {
  width: 100%;
  height: auto;
}

.slider-opportunities .decor-13 {
  width: 8rem;
  height: 8rem;
}

.slider-opportunities .decor-14 {
  width: 3.2rem;
  height: 2.3rem;
}

.slider-opportunities .decor-14 svg {
  fill: #039;
}

.slider-opportunities .decor-16 {
  width: 7.2rem;
  height: 7.2rem;
}

.slider-opportunities .decor-17 {
  display: none;
}

.slider-opportunities .decor-2 {
  top: 27%;
  left: -84.5%;
}

.slider-opportunities__item {
  display: flex !important;
}

.flags-inline {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
}

.flags-inline__item {
  margin: 0 15px 10px 0;
  display: block;
}

.flags-inline__item.slick-current .flags-inline__link {
  color: #fff;
  background: #039;
  border-color: #039;
}

.flags-inline__item.slick-current .flags-inline__link [src*="globe"] {
  filter: brightness(0) invert(1);
}

.flags-inline__link {
  border-radius: 2.4rem;
  padding: .5rem .8rem .8rem;
  display: inline-flex;
  align-items: center;
  color: #039;
  white-space: nowrap;
  transition: background 1s ease, color 1s ease;
}

.flags-inline__link:hover {
  background: #039;
  border-color: #039;
}

.flags-inline__link:hover .flags-inline__text {
  width: auto;
  opacity: 1;
}

.flags-inline__link.active {
  color: #fff;
  background: #039;
  border-color: #039;
}

.flags-inline__link.active [src*="globe"] {
  filter: brightness(0) invert(1);
}

.flags-inline__text {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: opacity 1s;
  color: #fff;
}

.flags-inline__text span {
  padding-left: 12px;
}

.flags-inline__icon {
  width: 3.2rem;
  height: 3.2rem;
}

.list-2 {
  margin: 4rem 0 0 1.5rem;
  list-style: none;
  line-height: 162.5%;
}

.list-2 li {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.8rem;
}

.list-2 li:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FC0;
  position: absolute;
  left: 0;
  top: .9rem;
}

.section-human-stories {
  padding: 8.1rem 0 11.8rem;
}

.section-human-stories .h1 {
  margin: 0;
}

.section-human-stories .subhead-page {
  margin-bottom: 5.3rem;
}

.section-human-stories .subhead-page-decor {
  margin-bottom: 2rem;
}

.section-results-main {
  margin-top: 0;
  padding-bottom: 14.5rem;
}

.section-results-main .decor-1 {
  fill: #039;
}

.results_3 {
  margin-top: 13.5rem;
  align-items: flex-start;
}

.results_3 .results__item-wrap:before {
  background: #F1F6FC;
}

.results_3 .results__item {
  padding: 1.6rem 2rem;
}

.results_3 .results-btn {
  padding-left: 20px;
  color: #6f6f6f;
}

.results_3 .results__value {
  color: #039;
  font-size: 2.6rem;
}

.results_3 .decor-24 {
  left: 0;
  transform: translateX(-50%);
}

.results_3 .decor-24 svg {
  fill: #FC0;
}

.results_3 .results-info {
  padding-left: 15px;
  padding-right: 15px;
}

.results_3 .results-info__item {
  padding: 1.6rem;
}

.results_3 .results-info__label {
  max-width: 7.3rem;
  margin-top: .3rem;
}

.results_3 .results__item {
  padding: 1.3rem 1.2rem;
}

.results_3 .results__item-wrap {
  padding: 5.1rem 2.7rem 4.4rem;
}

.results_3 .results__item_21 {
  padding-top: 2.6rem;
}

.results_3 .results__col {
  width: 50%;
}

.results_3 .results__item-wrap:before {
  background: #F1F6FC;
}

.results_3 .results__item-wrap:hover .results__value,
.results_3 .results__item-wrap:hover .results__label {
  color: #fff;
}

.results_3 .results__value {
  font-size: 5rem;
}

.results_3 .results__value-sm {
  font-size: 4.8rem;
  font-weight: 700;
}

.results_3 .results__label {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000;
}

.results_3 .results__label_lg {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.results_3 .results__value_lg {
  font-size: 8.3rem;
  line-height: 10.4rem;
}

.results_3 .results__label_sm {
  font-size: 1.2rem;
}

.results_3 .results__item-wrap {
  padding: 6.6rem 5.7rem 4.1rem;
}

.results_3 .results__item-wrap:before,
.results_3 .results__item-wrap:after,
.results_3 .results__item-wrap .anim-l-wrap {
  border-radius: 0 9.4rem;
}

.results_3 .results__item-wrap:after {
  border-width: 4px;
  left: -4px;
  top: -4px;
}

.results_3 .results__item .results__value {
  color: #000;
}

.results_3 .results__item_21 .results__item-wrap {
  margin-top: .3rem;
}

.results_3 .results__item_21 .results__label {
  margin: 1.1rem auto 0;
  max-width: 15rem;
}

.results_3 .results__item_22 .results__value {
  font-weight: 500;
}

.results_3 .results__item_22 .results__item-wrap {
  padding: 9.6rem 3.2rem 8.7rem;
  min-width: 75%;
}

.results_3 .results__item_22 .results__item-wrap:after {
  left: 4px;
  top: -4px;
}

.results_3 .results__item_22 .results__item-wrap:before,
.results_3 .results__item_22 .results__item-wrap:after,
.results_3 .results__item_22 .results__item-wrap .anim-l-wrap {
  border-radius: 12.4rem 0;
}

.results_3 .results__item_22 .results__label {
  max-width: 100%;
}

.results_3 .results__item_23 .results__item-wrap {
  padding: 3.7rem 4rem;
}

.results_3 .results__item_23 .results__item-wrap:before,
.results_3 .results__item_23 .results__item-wrap:after,
.results_3 .results__item_23 .results__item-wrap .anim-l-wrap {
  border-radius: 7.8rem 0;
}

.results_3 .results__item_23 .results__item-wrap:after {
  left: -4px;
  top: 4px;
}

.results_3 .results__item_23 .results__label {
  margin: 1.1rem auto 0;
  max-width: 17rem;
}

.results_3 .results-btn {
  margin-top: -.3rem;
}

.results_3 .results__col + .results__col + .results__col .results__item {
  text-align: right;
}

.projects__flags img {
  width: 2rem;
  height: 2rem;
}

.subscribe-btn {
  margin-top: 3.5rem;
  text-align: center;
}

.subscribe-btn__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 130%;
}

.subscribe-btn .btn-5 {
  width: 100%;
  max-width: 35rem;
}

.section-offset-minus {
  margin-bottom: -11.3rem;
}

.section-union {
  padding: 20rem 0 20rem;
}

.union {
  display: flex;
  align-items: center;
}

.union__left {
  width: 65%;
  padding-right: 3rem;
}

.union__right {
  width: 35%;
  padding-left: 4%;
  display: flex;
  justify-content: center;
}

.union__flags {
  padding-right: 5%;
}

.union__flags.hovered .decor-74 {
  transform: translateY(-7px);
  transition-duration: .9s;
}

.union__flags.hovered .decor-301 {
  transform: translateY(7px);
  transition-duration: .7s;
}

.union__flags .flags {
  display: flex;
  align-items: center;
}

.union__flags .decor-74 {
  transition: transform .3s ease;
}

.union__flags .decor-301 {
  transition: transform .2s ease;
}

.union__flags .flags__item {
  padding: .4rem;
  border-radius: 50%;
  margin-right: 2rem;
  transition: background .7s ease;
}

.union__flags .flags__item:last-child {
  margin-right: -.4rem;
}

.union__flags .flags__item img {
  width: 3.2rem;
}

.union__flags .flags__item:hover {
  background: #039;
}

.h2-union,
.h2-support,
.h2-about-help {
  font-size: 3rem;
  font-weight: 600;
  line-height: 153.333%;
  margin: 0;
}

.decor-301 {
  margin: 0 0 9rem 0;
  text-align: center;
}

.decor-301 svg {
  fill: #FC0;
  width: 2.8rem;
  height: 2rem;
}

.decor-flag {
  border-radius: 4rem;
  background: rgba(255, 204, 0, 0.12);
  width: 95%;
  height: 1.9rem;
}

.decor-flag-top {
  margin: 0 -5.3rem 4rem auto;
}

.decor-flag-bottom {
  margin: 3.8rem auto 0 -5.3rem;
}

.section-about-support {
  padding: 15.1rem 0 100px;
}

.about-support {
  display: flex;
  align-items: center;
}

.about-support__left {
  width: 63%;
  padding-right: 30px;
}

.about-support__right {
  width: 37%;
  padding-left: 30px;
  display: flex;
  justify-content: flex-end;
}

.about-support__text {
  line-height: 150%;
}

.about-support + .about-support {
  margin-top: 4.1rem;
  align-items: flex-start;
}

.section-about-support {
  padding: 15.6rem 0 16.9rem;
}

.about-support-projects {
  margin-top: 5.8rem;
  border-radius: 0 0 6rem 6rem;
  padding: 4.7rem 5rem;
  display: flex;
  background: #F1F6FC;
  align-items: center;
  justify-content: space-between;
}

.about-support-projects__left {
  width: 60%;
  padding-right: 30px;
}

.about-support-projects__right {
  padding-top: 1.3rem;
  width: 40%;
  padding-right: 30px;
}

.about-support-projects__description {
  flex-shrink: 10;
}

.about-support-projects__counts {
  flex-shrink: 0;
  display: flex;
}

.about-support-projects__title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 122.22%;
}

.about-support-projects__title a {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.about-support-projects__title a svg {
  width: 2rem;
  height: 2.7rem;
  margin-left: 2rem;
  fill: #FC0;
}

.about-support-projects__title a:hover {
  color: #039;
}

.about-support-projects__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 150%;
}

.about-support-projects__flags {
  margin-top: 4.4rem;
}

.about-support-projects__flags .flags {
  display: flex;
}

.about-support-projects__flags .flags img {
  width: 1.6rem;
}

.about-support-projects__flags .flags__item {
  margin-right: 1rem;
}

.about-support-projects__count {
  border-radius: 6rem 6rem 6rem 0;
  background: #039;
  padding: 4.4rem 3.7rem 4.3rem;
  color: #fff;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.about-support-projects__count span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.decor-76 {
  margin: -1.5rem 3.9rem 0 0;
  transition: transform .9s ease;
}

.hovered .decor-76 {
  transform: translateX(15px);
}

.section-about-portfolio {
  padding: 9.2rem 0 12.6rem;
}

.about-portfolio {
  margin-top: 1.2rem;
  border-radius: 6rem 6rem 0 6rem;
  padding: 4rem 4.3rem 4.7rem;
  background: #F1F6FC;
}

.about-portfolio__counts {
  display: flex;
  align-items: center;
}

.about-portfolio__count {
  border-radius: 6rem 6rem 0 6rem;
  background: #039;
  padding: 3.7rem 2.1rem 4.4rem 2.7rem;
  color: #fff;
  font-size: 4.8rem;
  margin-left: 10px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.about-portfolio__count span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
}

.about-portfolio__title {
  margin-top: 7rem;
  text-align: center;
  padding-left: 1rem;
}

.about-portfolio .decor-77 {
  margin-right: 3.8rem;
}

.about-portfolio .decor-76 {
  position: relative;
  top: 5.9rem;
  margin: 0 .2rem 0 0;
}

.about-portfolio .decor-76 svg {
  width: 7.2rem;
  height: 10.1rem;
}

.section-help {
  padding: 16.8rem 0 12rem;
}

.section-help .results {
  position: relative;
}

.about-help {
  display: flex;
  background: #F1F6FC;
}

.about-help__left {
  width: 32.8%;
  padding-right: 30px;
}

.about-help__right {
  width: 67.2%;
  padding-left: 4.2%;
}

.about-help__description {
  flex-shrink: 10;
  padding-right: 3rem;
  line-height: 1.5;
  max-width: 37rem;
}

.about-help__text {
  flex-shrink: 10;
  font-size: 2rem;
  line-height: 150%;
  padding-right: 30px;
}

.about-help__count {
  flex-shrink: 0;
}

.about-help__count .results__value {
  font-size: 3rem;
}

.about-help__bottom {
  margin-top: 6.3rem;
  display: flex;
  justify-content: space-between;
}

.about-help .video-link img {
  border-radius: 4.4rem 4.4rem 0 0;
}

.about-help .results__value {
  color: #039;
}

.about-help .results__item-wrap:before,
.about-help .results__item-wrap:after,
.about-help .results__item-wrap .anim-l-wrap,
.about-help .effect-3 .anim-l {
  border-radius: 0 5.4rem 5.4rem 5.4rem;
}

.about-help .results-portfolio .results__value_lg {
  font-size: 3.6rem;
}

.about-help .access-finance-head__video-link {
  margin-top: 5rem;
}

.about-help .access-finance-head__video-link {
  width: 100%;
}

.about-help__count .results__value_lg {
  font-size: 6rem;
  color: #039;
}

.about-help__count .results__item {
  padding: 0;
  width: 100%;
}

.about-help__count .anim-l {
  z-index: 1;
}

.about-help__count .effect-3 .anim-l:before,
.about-help__count .effect-3 .anim-l:after {
  background: #FC0;
}

.about-help__count .results__item-wrap:hover {
  background: transparent;
}

.about-help__count .results__item-wrap:hover:before {
  background: #fff;
}

.about-help__count .results__item-wrap:hover .results__value,
.about-help__count .results__item-wrap:hover .results__label {
  color: #000;
}

.content.more-stories {
  padding: 56px 0 0;
}

.main-about-portfolio {
  display: flex;
  flex-wrap: wrap;
}

.main-about-portfolio__left {
  width: 41.5%;
  padding-right: 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-about-portfolio__right {
  width: 58.5%;
  padding-left: 0;
}

.main-about-portfolio__btn {
  margin-top: 7rem;
}

.main-about-portfolio .h2 {
  margin-top: .6rem;
}

.section-partners {
  padding: 8.9rem 0 8.2rem;
}

.partners-2 {
  margin-top: 6.2rem;
}

.partners-2 .partners__item {
  width: calc(25% - 4rem);
}

.initiatives {
  margin: 5.6rem 0 2.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.initiatives__title {
  font-size: 3rem;
  font-weight: 600;
}

.initiatives__description {
  width: 78%;
  padding-right: 9%;
}

.initiatives__img {
  width: 22%;
}

.initiatives__text {
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

.initiatives__text p:first-child {
  padding-top: 0;
}

.initiatives__text p:last-child {
  padding-bottom: 0;
}

.section-eu4-invites {
  padding: 25px 0 14.9rem;
}

.section-projects-about {
  padding: 5.1rem 0 82px;
}

.projects-about {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.projects-about__list {
  width: calc(100% - 23.6rem);
  padding-right: 10.5%;
}

.projects-about__counts {
  width: 23.6rem;
  display: flex;
  justify-content: flex-end;
}

.results__item_count {
  width: 100%;
  padding: 0;
}

.count-item {
  text-align: center;
  position: relative;
  padding: 2.4rem 3rem 3.8rem;
  z-index: 2;
  border-radius: 0 12rem 12rem 12rem;
  background: #F1F6FC;
}

.count-item__value {
  font-size: 6.4rem;
  color: #039;
  line-height: 1.1;
}

.count-item__label {
  margin-top: .5rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6F6F6F;
}

.count-item + .count-item {
  margin-top: 15px;
  border-radius: 12rem;
}

.more-stories-2 {
  padding: 5.4rem 0 0;
}

.more-stories-2 .stories {
  margin: 3.8rem -1.8rem 0;
}

.more-stories-2 .stories__item {
  margin: 0 1.8rem 2rem;
  width: calc(33.333% - 3.6rem);
}

.results_4 {
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 8.5rem -2rem 0;
}

.results_4 .results-btn__link {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6F6F6F;
}

.results_4 .results-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 2.2rem;
}

.results_4 .results__value {
  color: #039;
}

.results_4 .results__col + .results__col .results__item {
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.results_4 .results__col + .results__col .results__item:first-child {
  padding-top: 0;
}

.results_4 .results__col + .results__col .results__item:last-child {
  padding-bottom: 0;
}

.results_4 .results__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.results_4 .results__item-wrap .anim-l-wrap {
  background: none;
}

.results_4 .results__item-wrap:hover .results__value,
.results_4 .results__item-wrap:hover .results__label {
  color: #000;
}

.results_4 .effect-3 .anim-l:before,
.results_4 .effect-3 .anim-l:after {
  background: #FC0;
}

.results__item_2_2 .results__item-wrap {
  padding: 2.6rem 4rem 1.8rem;
}

.results__item_2_2 .results__item-wrap:before,
.results__item_2_2 .results__item-wrap:after,
.results__item_2_2 .results__item-wrap .anim-l-wrap {
  border-radius: 4.4rem 0 !important;
}

.results__item_2_2 .results__item-wrap:after {
  left: -3px !important;
  top: 3px !important;
}

.results__item_2_2 .results__label {
  margin-top: 1px;
}

.results__item_2_3 .results__item-wrap {
  padding: 2rem 3.2rem;
}

.results__item_2_3 .results__item-wrap:before,
.results__item_2_3 .results__item-wrap .anim-l-wrap {
  border-radius: 4.4rem 4.4rem 0 4.4rem !important;
}

.results__item_2_3 .results__item-wrap:after {
  left: -3px !important;
  top: -3px !important;
}

.results__item_2_3 .results__label {
  margin-top: 1px;
}

.results__item_2_4 {
  padding: 0 2rem;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-other-initiatives {
  background: #fff;
  padding: 5.6rem 0 8rem;
  z-index: 10;
  position: relative;
}

.slider-support__item {
  padding: 4.2rem 4.7rem .4rem;
}

.slider-support__item .anim-hover {
  transition: fill .9s ease;
}

.slider-support__item:hover .anim-hover {
  fill: #fff;
}

.discover__decor .results__item-wrap {
  padding: 0;
}

.anim-l-wrap {
  overflow: hidden;
}

.effect-1 {
  overflow: hidden;
  position: relative;
}

.effect-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #039;
  transform: translateX(-100%);
  transition: 1s ease-in-out;
}

.effect-1 img,
.effect-1 span {
  position: relative;
  z-index: 1;
}

.effect-1:hover {
  background: none;
}

.effect-1:hover:after {
  transform: translateX(0);
}

.effect-2 {
  position: relative;
  overflow: hidden;
}

.effect-2 img,
.effect-2 span {
  position: relative;
  z-index: 1;
}

.effect-2 .anim-l {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #039;
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.effect-2:hover {
  background: none;
}

.effect-2:hover .anim-l {
  width: 225%;
  height: 225%;
}

.effect-3 {
  overflow: hidden;
  position: relative;
}

.effect-3 img,
.effect-3 span {
  position: relative;
  z-index: 1;
}

.effect-3 .anim-l {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}

.effect-3 .anim-l:before,
.effect-3 .anim-l:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #039;
  border-radius: 50%;
}

.effect-3 .anim-l:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.effect-3 .anim-l:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.effect-3:hover {
  background: none;
}

.effect-3:hover .anim-l:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}

.effect-3:hover .anim-l:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 1rem;
    height: 1rem;
  }

  100% {
    left: 50%;
    width: 150%;
    height: 150%;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 1rem;
    height: 1rem;
  }

  100% {
    right: 50%;
    width: 150%;
    height: 150%;
  }
}

.effect-3.about-support-projects__count div,
.effect-3.about-portfolio__count div {
  position: relative;
  z-index: 1;
}

.effect-3.about-support-projects__count .anim-l,
.effect-3.about-portfolio__count .anim-l {
  position: absolute;
}

.effect-3.about-support-projects__count .anim-l:before,
.effect-3.about-support-projects__count .anim-l:after,
.effect-3.about-portfolio__count .anim-l:before,
.effect-3.about-portfolio__count .anim-l:after {
  background-color: #FC0;
}

.effect-3.about-support-projects__count:hover,
.effect-3.about-portfolio__count:hover {
  background: #039;
}

.section-discover {
  padding: 6rem 0 15rem;
}

.section-links {
  padding: 12.2rem 0 3.6rem;
}

.projects + .pagination {
  margin-top: 8rem;
}

.results-portfolio {
  flex-shrink: 0;
  width: 55rem;
  pointer-events: none;
  width: 100%;
  pointer-events: auto;
}

.results-portfolio div.results__item-wrap {
  pointer-events: none;
}

.results-portfolio .results {
  margin: 0 -1.2rem;
  align-items: flex-start;
}

.results-portfolio .results__item {
  padding: 1rem 1.2rem;
}

.results-portfolio .results__item:nth-child(1),
.results-portfolio .results__item:nth-child(3) {
  text-align: right;
}

.results-portfolio .results__item:first-child {
  align-self: flex-end;
}

.results-portfolio .results__item-wrap:before {
  background: #F1F6FC;
}

.results-portfolio .results__value {
  font-size: 3.4rem;
  line-height: 1.2;
  color: #039;
}

.results-portfolio picture {
  position: relative;
  z-index: 2;
}

.results-portfolio .results__value_lg {
  font-size: 6.4rem;
}

.results-portfolio .results__item-wrap {
  padding: 2.4rem 2.3rem 2.9rem 2.5rem;
}

.results-portfolio .results__item-wrap-img {
  padding: 0;
}

.results-portfolio .results__label {
  font-size: 1.2rem;
  line-height: 132.857%;
  margin: .6rem auto 0;
  max-width: 15rem;
  z-index: 2;
}

.results-portfolio .results__item-wrap:before,
.results-portfolio .results__item-wrap:after,
.results-portfolio .results__item-wrap .anim-l-wrap,
.results-portfolio .results__item-wrap .anim-l {
  border-radius: 0 4.4rem;
}

.results-portfolio .results__item:nth-child(2) .results__item-wrap:before,
.results-portfolio .results__item:nth-child(2) .anim-l {
  border-radius: 4.4rem 4.4rem 4.4rem 0;
}

.results-portfolio .anim-l {
  z-index: 1;
}

.results-portfolio .effect-3 .anim-l:before,
.results-portfolio .effect-3 .anim-l:after {
  background: #FC0;
}

.results-portfolio_colored .results__item-wrap:before {
  background: #fff;
}

.results-portfolio_colored .results__item-wrap:hover:before {
  background: #fff;
}

.results-portfolio_colored .results__item-wrap:hover .results__value,
.results-portfolio_colored .results__item-wrap:hover .results__label {
  color: #000;
}

div.phpdebugbar {
  display: none !important;
}

.latest-video-wrap {
  padding: 6.1rem 0 11.4rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(60px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightShort {
  animation-name: fadeInRightShort;
}

@keyframes fadeInRightLong {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  35% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  40% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightLong {
  animation-name: fadeInRightLong;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpShort {
  animation-name: fadeInUpShort;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

.window-open {
  position: absolute;
  left: 0;
  top: -200%;
  right: 0;
  overflow: hidden;
  height: 100%;
}

.popup {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  color: #000;
}

.popup-success {
  width: 43rem;
  border-radius: 1.6rem;
  text-align: center;
}

.popup-inner {
  padding: 60px 60px;
}

.success-icon {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background: #F1F6FC;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon svg {
  width: 4.5rem;
  height: 4.5rem;
  fill: #039;
}

.success-top {
  margin-bottom: 30px;
}

.success-content__text {
  font-size: 1.6rem;
  font-weight: 500;
}

.success-content__value {
  color: #039;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: .6rem;
}

.success-content__text-2 {
  margin-top: 2.4rem;
  color: #6F6F6F;
  font-size: 1.4rem;
  font-weight: 500;
}

.success-content__text-2:before {
  content: '';
  display: block;
  background: rgba(0, 51, 153, 0.12);
  height: 1px;
  margin: 0 auto 2.7rem;
  width: 9.4rem;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="50"].aos-animate,
.content-loaded body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="100"].aos-animate,
.content-loaded body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="150"].aos-animate,
.content-loaded body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="200"].aos-animate,
.content-loaded body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="250"].aos-animate,
.content-loaded body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="300"].aos-animate,
.content-loaded body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="350"].aos-animate,
.content-loaded body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="400"].aos-animate,
.content-loaded body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

.content-loaded [data-aos][data-aos][data-aos-delay="450"],
.content-loaded body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="450"].aos-animate,
.content-loaded body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="500"].aos-animate,
.content-loaded body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="550"].aos-animate,
.content-loaded body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="600"].aos-animate,
.content-loaded body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="650"].aos-animate,
.content-loaded body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="700"].aos-animate,
.content-loaded body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

.content-loaded [data-aos][data-aos][data-aos-delay="750"],
.content-loaded body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="750"].aos-animate,
.content-loaded body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="800"].aos-animate,
.content-loaded body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="850"].aos-animate,
.content-loaded body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="900"].aos-animate,
.content-loaded body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="950"].aos-animate,
.content-loaded body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1000"].aos-animate,
.content-loaded body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1050"].aos-animate,
.content-loaded body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1100"].aos-animate,
.content-loaded body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1150"].aos-animate,
.content-loaded body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1200"].aos-animate,
.content-loaded body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1250"].aos-animate,
.content-loaded body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1300"].aos-animate,
.content-loaded body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1350"].aos-animate,
.content-loaded body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1400"].aos-animate,
.content-loaded body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1450"].aos-animate,
.content-loaded body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1500"].aos-animate,
.content-loaded body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1550"].aos-animate,
.content-loaded body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1600"].aos-animate,
.content-loaded body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1650"].aos-animate,
.content-loaded body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1700"].aos-animate,
.content-loaded body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1750"].aos-animate,
.content-loaded body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1800"].aos-animate,
.content-loaded body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1850"].aos-animate,
.content-loaded body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1900"].aos-animate,
.content-loaded body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="1950"].aos-animate,
.content-loaded body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2000"].aos-animate,
.content-loaded body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2050"].aos-animate,
.content-loaded body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2100"].aos-animate,
.content-loaded body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2150"].aos-animate,
.content-loaded body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2200"].aos-animate,
.content-loaded body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2250"].aos-animate,
.content-loaded body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2300"].aos-animate,
.content-loaded body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2350"].aos-animate,
.content-loaded body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

.content-loaded [data-aos][data-aos][data-aos-delay="2400"].aos-animate,
.content-loaded body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

.content-loaded [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 60px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -60px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-60px, 0, 0);
  transform-origin: 0 0;
}

[data-aos=fade-left] {
  transform: translate3d(60px, 0, 0);
  transform-origin: 0 0;
}

[data-aos=fade-up-right] {
  transform: translate3d(-60px, 60px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(60px, 60px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-60px, -60px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(60px, -60px, 0);
}

.content-loaded [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

.content-loaded [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 60px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -60px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-60px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(60px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 50px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -50px, 0) scale(1.2);
  opacity: 0;
  transform-origin: 0 0;
}

[data-aos=zoom-out-right] {
  transform: translate3d(-60px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(60px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

.content-loaded [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

.content-loaded [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

.content-loaded [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

.content-loaded [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

.content-loaded [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* custom */

[data-aos="anim-width"] div {
  transform: scaleX(0);
  opacity: 0;
  transition: transform 1s ease .55s, opacity 1s ease .55s;
  transform-origin: left center;
}

[data-aos="anim-width"] div:last-child {
  transform-origin: right center;
}

[data-aos="anim-width-2"] div {
  transform: scaleX(0);
  opacity: 0;
  transition: transform 3s ease .55s, opacity 1.5s ease .55s;
  transform-origin: left center;
}

[data-aos="anim-width-2"] div:last-child {
  transform-origin: right center;
}

[data-aos="anim-leaf-1"] {
  transform: scale(0.3);
  transform-origin: 0 100%;
  transition: transform 1s ease !important;
}

[data-aos="anim-leaf-1"]:before {
  background: transparent;
  transition: background 1s ease 1.5s;
}

[data-aos="anim-leaf-1"] img {
  opacity: 0;
  transition: opacity 1s ease 2.5s;
}

[data-aos="leaf-1"],
[data-aos="leaf-2"],
[data-aos="leaf-3"],
[data-aos="leaf-4"],
[data-aos="leaf-all"] [class*="effect-"] {
  transform: scale(0.3);
  transform-origin: 0 0;
  transition: transform 3s ease !important;
}

[data-aos="leaf-1"]:before,
[data-aos="leaf-2"]:before,
[data-aos="leaf-3"]:before,
[data-aos="leaf-4"]:before,
[data-aos="leaf-all"] [class*="effect-"]:before {
  background: transparent !important;
  transition: background 1s ease 1.1s;
}

[data-aos="leaf-1"]:after,
[data-aos="leaf-2"]:after,
[data-aos="leaf-3"]:after,
[data-aos="leaf-4"]:after,
[data-aos="leaf-all"] [class*="effect-"]:after {
  background: transparent !important;
  transition: background 1s ease 1.5s;
}

[data-aos="leaf-1"] .results__value,
[data-aos="leaf-1"] .results__label,
[data-aos="leaf-2"] .results__value,
[data-aos="leaf-2"] .results__label,
[data-aos="leaf-3"] .results__value,
[data-aos="leaf-3"] .results__label,
[data-aos="leaf-4"] .results__value,
[data-aos="leaf-4"] .results__label,
[data-aos="leaf-all"] [class*="effect-"] .results__value,
[data-aos="leaf-all"] [class*="effect-"] .results__label {
  opacity: 0;
  transition: opacity 1s ease 1.5s, color 1s ease 0s;
}

[data-aos="leaf-2"],
[data-aos="leaf-all"] .results__item:nth-child(2) [class*="effect-"] {
  transform-origin: 100% 0;
}

[data-aos="leaf-3"],
[data-aos="leaf-all"] .results__item:nth-child(3) [class*="effect-"] {
  transform-origin: 0 100%;
}

[data-aos="leaf-4"],
[data-aos="leaf-all"] .results__item:nth-child(4) [class*="effect-"] {
  transform-origin: 100% 100%;
}

[data-aos="anim-line-vertical"] div {
  opacity: 0;
}

[data-aos="anim-line-vertical"]:before {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 2s ease !important;
}

[data-aos="anim-line-horizontal"] div {
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 2s ease !important;
}

.content-loaded [data-aos="anim-width"].aos-animate div {
  transform: scaleX(1);
  opacity: 1;
}

.content-loaded [data-aos="anim-width-2"].aos-animate div {
  transform: scaleX(1);
  opacity: 1;
}

.content-loaded [data-aos="anim-leaf-1"].aos-animate {
  transform: scale(1);
}

.content-loaded [data-aos="anim-leaf-1"].aos-animate:before {
  background: #039;
}

.content-loaded [data-aos="anim-leaf-1"].aos-animate img {
  opacity: 1;
}

.content-loaded [data-aos="leaf-1"].aos-animate,
.content-loaded [data-aos="leaf-2"].aos-animate,
.content-loaded [data-aos="leaf-3"].aos-animate,
.content-loaded [data-aos="leaf-4"].aos-animate,
.content-loaded [data-aos="leaf-all"].aos-animate [class*="effect-"] {
  transform: scale(1);
}

.content-loaded [data-aos="leaf-1"].aos-animate:before,
.content-loaded [data-aos="leaf-2"].aos-animate:before,
.content-loaded [data-aos="leaf-3"].aos-animate:before,
.content-loaded [data-aos="leaf-4"].aos-animate:before,
.content-loaded [data-aos="leaf-all"].aos-animate [class*="effect-"]:before {
  background: #F1F6FC !important;
}

.content-loaded [data-aos="leaf-1"].aos-animate:after,
.content-loaded [data-aos="leaf-2"].aos-animate:after,
.content-loaded [data-aos="leaf-3"].aos-animate:after,
.content-loaded [data-aos="leaf-4"].aos-animate:after,
.content-loaded [data-aos="leaf-all"].aos-animate [class*="effect-"]:after {
  background: #039 !important;
}

.content-loaded [data-aos="leaf-1"].aos-animate .results__value,
.content-loaded [data-aos="leaf-1"].aos-animate .results__label,
.content-loaded [data-aos="leaf-2"].aos-animate .results__value,
.content-loaded [data-aos="leaf-2"].aos-animate .results__label,
.content-loaded [data-aos="leaf-3"].aos-animate .results__value,
.content-loaded [data-aos="leaf-3"].aos-animate .results__label,
.content-loaded [data-aos="leaf-4"].aos-animate .results__value,
.content-loaded [data-aos="leaf-4"].aos-animate .results__label,
.content-loaded [data-aos="leaf-all"].aos-animate [class*="effect-"] .results__value,
.content-loaded [data-aos="leaf-all"].aos-animate [class*="effect-"] .results__label {
  opacity: 1;
}

.content-loaded [data-aos="leaf-1"].aos-animate:hover:before,
.content-loaded [data-aos="leaf-2"].aos-animate:hover:before,
.content-loaded [data-aos="leaf-3"].aos-animate:hover:before,
.content-loaded [data-aos="leaf-4"].aos-animate:hover:before,
.content-loaded [data-aos="leaf-all"].aos-animate [class*="effect-"]:hover:before {
  background: #F1F6FC !important;
}

.content-loaded .section-colored [data-aos="leaf-1"].aos-animate:before,
.content-loaded .section-colored [data-aos="leaf-2"].aos-animate:before,
.content-loaded .section-colored [data-aos="leaf-3"].aos-animate:before,
.content-loaded .section-colored [data-aos="leaf-4"].aos-animate:before,
.content-loaded .section-colored [data-aos="leaf-all"].aos-animate [class*="effect-"]:before {
  background: #fff !important;
}

.content-loaded [data-aos="anim-line-vertical"] div {
  opacity: 1;
  transition: opacity 1s ease .8s;
}

.content-loaded [data-aos="anim-line-vertical"]:before {
  transform: scaleY(1);
}

.content-loaded [data-aos="anim-line-horizontal"] div {
  transform: scaleX(1);
}

@media screen and (min-width: 744px) {
  .mob-show {
    display: none !important;
  }

  .mob-top-header {
    display: none;
  }

  .has-children > span {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: color .7s ease;
  }

  .has-children > span:after {
    content: '';
    display: block;
    margin-left: .4rem;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent;
    border-top: .5rem solid #000;
  }

  .has-children:hover > span {
    color: #039;
  }

  .head-page_inner .head-page__wrapper {
    justify-content: space-between;
  }

  .head-page_inner .head-page__title {
    width: calc(100% - 21rem);
    padding-right: 8%;
    max-width: 77rem;
  }

  .head-page_inner .decor-head {
    width: 21rem;
    position: relative;
    justify-content: flex-end;
  }

  .head-page_inner .decor-3 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .animated {
    animation-duration: .7s;
    animation-fill-mode: both;
  }
}

@media screen and (min-width: 992px) {
  .cards {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-right: 3px solid #d8d9db;
  }

  .cards:after,
  .cards:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #d8d9db;
  }

  .cards:before {
    right: 4px;
  }

  .cards:after {
    right: 10px;
  }

  .cards__sidebar {
    width: 40%;
    border-right: 1px solid #d8d9db;
    padding: 30px 30px 30px 0;
    opacity: 0;
    transition: opacity .5s ease 0s;
  }

  .cards__main {
    width: 60%;
    padding: 15px 30px;
    opacity: 0;
    transition: opacity .5s ease 0s;
  }

  .cards__content {
    height: 658px;
    padding-right: 15px;
    overflow-y: auto;
  }

  .cards__content::-webkit-scrollbar {
    width: 9px;
  }

  .cards__content::-webkit-scrollbar-thumb {
    background-color: #d8d9db;
  }

  .cards__control {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .modal-dialog {
    padding: 70px 0;
  }

  .modal-close {
    width: 5rem;
    height: 5rem;
    top: 2.1rem;
  }

  .modal-base {
    height: calc(100% - 95px);
    top: 95px;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .modal-base .modal-close {
    position: absolute;
    top: 10px;
  }

  .modal-base .modal-dialog {
    padding: 0;
  }

  .modal-base.fade {
    opacity: 1;
    transition: opacity 0s ease 1s;
  }

  .modal-base.fade .pattern__sidebar {
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s ease 0s, visibility 0s ease 0.5s;
  }

  .modal-base.fade .pattern__content {
    transform: translate(0, 100%);
    visibility: hidden;
    transition: transform 0.5s ease 0.5s, visibility 0s ease 1s;
  }

  .modal-base.fade .pattern__content-wrap {
    opacity: 0;
    transition: opacity 0s ease 1s;
  }

  .modal-base.fade .modal-close {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease 0s, visibility 0s ease .5s;
  }

  .modal-base.fade.show .pattern__content {
    transform: translate(100%, 0);
    visibility: hidden;
    transition: transform 0s ease 0s, visibility 0s ease 0s;
  }

  .modal-base.fade.show .pattern__content-wrap {
    transition: opacity 0s ease 0s;
  }

  .modal-base.fade.show .modal-close {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease 1s, visibility 0s ease 1s;
  }

  .modal-base.fade.show.append .pattern__sidebar {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.7s ease 0.5s, visibility 0s ease 0.5s;
  }

  .modal-base.fade.show.append .pattern__content {
    transform: translate(0, 0);
    visibility: visible;
    transition: transform 0.5s ease 0s, visibility 0s ease 0s;
  }

  .modal-base.fade.show.append .pattern__content-wrap {
    opacity: 1;
    transition: opacity 2s ease 0.5s;
  }

  .tablet-show {
    display: none !important;
  }

  .head-page_regular_3 .head-page__title {
    width: 60%;
  }

  .head-page_regular_3 .decor-head {
    width: 40%;
  }

  .head-page_regular_3 .decor-head_v-wrap > div,
  .head-page_regular_3 .decor-head_v-wrap > div + div {
    width: 50%;
  }

  .head-page_regular_7 .head-page__title {
    max-width: 61rem;
  }

  .head-page_regular_7 .head-description-2 {
    max-width: 85%;
  }

  .head-page_countries .h1 {
    max-width: 43%;
  }

  .countries-slider .decor-head {
    width: 42%;
    padding-top: 0;
  }

  .countries-nav {
    position: relative;
    z-index: 1;
  }

  .countries-tabs {
    position: relative;
    z-index: 0;
    margin-top: -7.8rem;
  }

  .countries-slider__title {
    padding-top: 7.6rem;
  }

  .projects_main .projects__item + .projects__item {
    margin-top: 7.8rem;
  }

  .head-page_article .h1 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) and (max-height: 850px) {
  .nav-inner > ul > li {
    margin-bottom: 2.5rem;
  }

  .menu-box-wrapper {
    font-size: 1.5rem;
  }

  .menu-box-wrapper {
    padding-top: 4.6rem;
  }

  .header-email {
    margin-top: 5.2rem;
  }

  .menu-title {
    font-size: 1.7rem;
    letter-spacing: 1.8px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .head-page_article .h1 {
    max-width: 69%;
  }

  .more-stories .stories {
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }

  .more-stories .stories__item {
    margin: 0 1.8rem 1rem;
    width: calc(33.333% - 3.6rem);
  }

  .latest-video-wrap .news,
  .latest-video-wrap .videos,
  .section-info .news,
  .section-info .videos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }

  .latest-video-wrap .news__item,
  .latest-video-wrap .videos .news__item,
  .section-info .news__item,
  .section-info .videos .news__item {
    margin: 0 1.8rem 1rem;
    width: calc(33.333% - 3.6rem);
  }

  .section-about-head .head-page_3_4 .head-page__title {
    max-width: 100%;
    margin-top: 0.7rem;
  }

  .section-about-head .head-page_3_4 .head-page__title-top {
    max-width: 79%;
  }

  .decor-73 {
    margin-left: auto;
    margin-right: auto;
  }

  .about-support {
    flex-wrap: wrap;
  }

  .about-support:first-child {
    width: 100%;
  }

  .section-eu4-invites .discover-head__desctiption {
    width: 46.5%;
  }

  .results_4 .results__value {
    font-size: 3rem;
  }

  .results_4 .results__value_lg {
    font-size: 5.4rem;
  }
}

@media screen and (min-width: 1101px) {
  .h1_lg {
    font-size: 7.8rem;
  }

  .head-description {
    line-height: 1.5;
  }

  .head-description a {
    border-bottom: 1px solid;
    color: inherit;
  }

  .head-description a:hover {
    border-bottom-color: transparent;
  }

  .head-page_3_4 .h1_lg {
    font-size: 7rem;
  }

  .head-page_3_4 .head-description {
    font-size: 1.6rem;
    max-width: 39rem;
  }

  .about-country .subhead-page__title {
    padding-right: 5%;
  }

  .section-about-head .head-description {
    font-size: 2rem;
    line-height: 1.5;
    max-width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .head-page_3_3 {
    margin-bottom: 8.5rem;
  }

  .results_2 .results__value_lg {
    font-size: 5.6rem;
  }

  .slider-4 .slick-dots {
    display: none !important;
  }

  .head-page_countries .h1 {
    max-width: 54%;
  }

  .projects-about .projects__title {
    font-size: 2.4rem;
  }

  .results_4 .results__value {
    font-size: 3.4rem;
  }

  .results_4 .results__value_lg {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 9px !important;
  }

  .wrapper {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .menu-main li {
    margin-left: 3rem;
  }

  .menu-main .main-menu__dropdown-item {
    margin-left: 0;
  }

  .main-menu__category {
    font-size: 2.1rem;
  }

  .footer-top {
    padding: 5.2rem 0 4rem;
  }
}

@media screen and (max-width: 1280px) {
  .menu-main > ul > li {
    margin-left: 3.5rem;
  }
}

@media screen and (max-width: 1250px) {
  .results-7 + .results-btn {
    margin-top: 1rem;
  }

  .decor-20 {
    width: 9.6rem;
    height: 7.5rem;
  }

  .decor-21 {
    width: 2rem;
    height: 3.2rem;
  }

  .decor-22 {
    max-width: calc(100% - 6rem);
  }

  .decor-19 {
    width: 3rem;
    height: 4.5rem;
  }

  .article-media .media__button-icon {
    width: 6rem;
    height: 4.3rem;
  }
}

@media screen and (max-width: 1180px) {
  .partners-2 .partners__item {
    width: calc(33.3333% - 4rem);
  }

  .projects_home .projects__text {
    margin-top: 2rem;
  }

  .h2-union,
  .h2-support,
  .h2-about-help {
    font-size: 3.1rem;
  }

  .section-union {
    padding: 11rem 0 10rem;
  }

  .section-help {
    padding: 12.8rem 0 8rem;
  }
}

@media screen and (max-width: 1100px) {
  h1,
  .h1 {
    font-size: 4.5rem;
  }

  .logo-top {
    display: none;
  }

  .header-new__btn-menu {
    right: 2rem;
  }

  .arrow-scroll-top {
    right: 2rem;
  }

  .partners__item {
    width: calc(50% - 4rem);
  }

  .news,
  .stories {
    margin: 3rem -2rem 0;
  }

  .news__item,
  .stories__item {
    margin: 2rem;
    width: calc(50% - 4rem);
  }

  .content-aside-right {
    display: block;
  }

  .content-aside-right {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .aside-right {
    margin-top: 40px;
    width: 100%;
  }

  .pages-links__item {
    font-size: 3.2rem;
  }

  .section-main-results {
    padding: 7.2rem 0 7rem;
  }

  .about-country .subhead-page__wrapper {
    display: block;
  }

  .results_2 {
    justify-content: center;
    margin: 5rem auto 0;
  }

  .h1-main {
    font-size: 5.6rem;
  }

  .main-decor__img {
    padding-top: 0;
  }

  .section-results-main {
    padding-bottom: 2.5rem;
  }

  .section-key-updates {
    padding: 5.1rem 0 7rem;
  }

  .subscribe-link__title {
    font-size: 4rem;
  }

  .section-about-head .h1 {
    font-size: 5.5rem;
  }

  .results-data {
    width: 72%;
  }

  .section-stories-2,
  .section-news-2,
  .section-reports-2,
  .section-library-2,
  .section-materials,
  .section-photos,
  .section-videos,
  .section-results-2 {
    padding: 6rem 0;
  }

  .error-page {
    padding: 10vh 0 10vh;
  }

  .discover {
    margin: 7rem -3.5rem 0;
  }

  .discover__item {
    padding: 0 3.5rem;
  }

  .discover__text {
    font-size: 1.6rem;
  }

  .menu-navs-inner {
    flex-wrap: wrap;
  }

  .menu-navs__note {
    margin: 0 0 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .menu-navs__note svg {
    display: inline-block;
    transform: rotate(-90deg);
  }

  .access-finance-head__left {
    width: 50%;
  }

  .access-finance-head__right {
    width: 50%;
  }

  .access-finance-video {
    padding: 3rem;
    min-width: 100%;
  }

  .more-stories-2 .stories__item {
    width: calc(50% - 4rem);
  }

  .section-about-portfolio {
    padding: 8.2rem 0 10.6rem;
  }

  .results-aside {
    width: 28%;
    padding-left: 3%;
  }

  .section-discover {
    padding: 3rem 0 8rem;
  }

  .key-updates__list {
    padding-right: 8%;
  }

  .section-help {
    padding: 9.8rem 0 7rem;
  }
}

@media screen and (max-width: 1023px) {
  .modal-dialog {
    padding: 9rem 0 5rem 0;
  }

  .modal-close {
    width: 4.8rem;
    height: 4.8rem;
    top: 31px;
  }

  .modal-base {
    background-color: #ffffff;
  }

  .modal-base:after {
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background-color: get-color(9);
    position: fixed;
    top: 0;
    left: 15px;
  }

  .modal-base .modal-dialog {
    padding: 30px 15px 30px 35px;
  }

  html {
    font-size: 10px !important;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet-hide {
    display: none !important;
  }

  h2,
  h2.h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    margin-top: 4.2rem;
  }

  .h2,
  h2.h1 {
    font-size: 3rem;
    margin-bottom: 2.9rem;
    margin-top: 0;
  }

  .h3 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 3.7rem;
    margin-left: auto;
    margin-right: auto;
  }

  .box-field {
    margin-bottom: 2.3rem;
  }

  [type=text],
  [type=tel],
  [type=email],
  [type="password"] {
    font-size: 1.4rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    height: 5.6rem;
  }

  .h1 {
    max-width: 71%;
  }

  .header-new .wrapper {
    padding-top: 2.7rem;
  }

  .header-top {
    margin-bottom: 2.8rem;
  }

  .menu-main {
    font-size: 1.3rem;
    margin-right: 3.3rem;
  }

  .menu-main > ul > li {
    margin-left: 2rem;
  }

  .header-new__right {
    margin-left: 0;
  }

  .search-top {
    margin-right: 0;
  }

  .search-top__input {
    height: 3.2rem;
    width: 14.6rem;
  }

  .search-top__btn {
    width: 3.5rem;
    width: 3.5rem;
  }

  .search-top__btn svg {
    width: 1.9rem;
  }

  .flag-menu__item {
    margin-right: 1.2rem;
  }

  .logo__link-main img {
    max-width: 14.5rem;
  }

  .menu-main li {
    margin-left: 2.9rem;
  }

  .bars-mob {
    width: 4.8rem;
    height: 4.8rem;
  }

  .bars-mob .hamburger {
    height: 1.8rem;
    width: 2.6rem;
  }

  .bars-mob .hamburger span {
    height: 0.3rem;
    margin: 0 0 0.6rem;
  }

  .bars-mob .hamburger span:nth-child(2) {
    width: 1.8rem;
  }

  .menu-box .wrapper {
    max-width: 100%;
  }

  .bars-mob .cross {
    height: 2.4rem;
    width: 2.4rem;
    margin: 1.3rem 0 0 1.3rem;
  }

  .bars-mob.active .hamburger span {
    width: 0%;
  }

  .search-base__input {
    height: 4.8rem;
  }

  .main-menu__category {
    font-size: 1.8rem;
  }

  .main-menu__dropdown {
    width: 22.6rem;
  }

  .footer {
    margin-top: 7.8rem;
  }

  .footer-saits-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-title {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }

  .footer-title svg {
    transform: rotate(90deg);
    transform-origin: 0% 50%;
    margin-top: -.6rem;
  }

  .foorter-saits__divider {
    margin: 0 .5rem;
  }

  .footer-wrapper__right {
    padding-left: 3rem;
  }

  .foorter-saits__item {
    margin: 0 0.5rem;
  }

  .footer-contacts-email {
    margin-top: 3.4rem;
    flex-wrap: wrap;
  }

  .footer-wrapper__title {
    font-size: 1.8rem;
    margin: 0 0 .4rem;
    width: 100%;
  }

  .footer-wrapper {
    margin-top: 4rem;
  }

  .foorter-saits {
    justify-content: flex-start;
  }

  .footer-description {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .footer-form-label {
    font-size: 1.4rem;
  }

  .footer-privacy-links__item:first-child {
    margin-left: 0;
  }

  .footer-form .checkbox-el__txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .foorter-saits__divider {
    margin: 0;
  }

  .breadcrumbs-wrap {
    display: none;
  }

  .aside-right__item {
    width: 100%;
  }

  .aside-right__item-half {
    width: 50%;
  }

  .decor-1 {
    margin-left: 12px;
  }

  .decor-2 {
    width: 4rem;
    height: 2.4rem;
    top: 74%;
    left: 73.5%;
  }

  .decor-3 {
    width: 20.3%;
    bottom: auto;
    right: 13px;
  }

  .decor-3 svg {
    margin: 2.7rem auto 0;
    width: 5.7rem;
    height: 4.3rem;
  }

  .decor-3 .decor-5 {
    bottom: 2.9rem;
  }

  .decor-4 div {
    height: 1.2rem;
  }

  .decor-4 div + div {
    margin-top: 1.2rem;
  }

  .aside-fixed {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 0;
  }

  .content-aside {
    width: 100%;
  }

  .partners__icon {
    width: 4.8rem;
    height: 4.8rem;
  }

  .head-page {
    margin-bottom: 3rem;
    margin-top: 6.7rem;
  }

  .content-wrapper_decor:before {
    display: none;
  }

  .filter-icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .partners {
    margin: 0 -1.2rem;
  }

  .partners__item {
    padding: 2rem 6.8rem 1rem 2rem;
    margin: 0 1.2rem 2rem;
    width: calc(50% - 2.44rem);
    min-height: 10rem;
  }

  .partners__bottom {
    margin-top: -3.9rem;
    margin-right: -10px;
  }

  .content-wrapper_decor {
    padding-top: 0;
  }

  .filter-head__title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #039;
  }

  .filter-icon {
    margin-right: 1.7rem;
    fill: #039;
  }

  .pages-links__item {
    font-size: 2.5rem;
    padding: 2.5rem 2.1rem 2.5rem 3rem;
  }

  .pages-links__icon {
    height: 5.2rem;
    width: 5.2rem;
  }

  .head-page__wrapper {
    display: block;
  }

  .head-page_3 .h1,
  .head-page_4 .h1 {
    max-width: 100%;
    padding: 0;
  }

  .head-page_4 .h1 {
    font-size: 6.6rem;
  }

  .decor-6,
  .decor-12 {
    margin: 2.6rem auto 0;
    width: 100%;
    max-width: 30rem;
  }

  .decor-12 {
    margin-top: 7rem;
    margin-bottom: 6rem;
  }

  .invites__description {
    width: 63%;
    padding-right: 8%;
  }

  .invites__img {
    width: 37%;
  }

  .decor-17 {
    top: -5.5rem;
  }

  .invites__text {
    font-size: 1.5rem;
  }

  .height-full {
    min-height: 0;
  }

  .results__value {
    font-size: 3.7rem;
  }

  .results__value_lg {
    font-size: 5.5rem;
  }

  .section-partners {
    padding: 6.9rem 0 6.2rem;
  }

  .menu-navs {
    margin: 1.5rem 0 0;
  }

  .menu-navs-inner {
    border-radius: 0;
    position: relative;
  }

  .menu-navs .menu-navs__list {
    margin: 0 -2.5rem;
    padding: 0 2.5rem;
    overflow: auto;
    display: block;
    white-space: nowrap;
    width: calc(100% + 5rem);
  }

  .menu-navs__link {
    font-size: 1.6rem;
  }

  .menu-navs__link + .menu-navs__link {
    margin-left: 10px;
  }

  .menu-navs__link + .menu-navs__link:before {
    left: -.5rem;
  }

  .results {
    margin-top: 5rem;
  }

  .results-info__value_lg {
    font-size: 3rem;
  }

  .results-info__label {
    letter-spacing: 1px;
    font-size: 1.1rem;
  }

  .results-info__item {
    padding: 1.5rem 1.2rem;
  }

  .results-top__item {
    padding: 1rem;
    width: 13.6rem;
  }

  .results-top__item:nth-child(1),
  .results-top__item:nth-child(3) {
    width: calc(100% - 14.6rem);
  }

  .head-page_3_3 .head-page__title {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .decor-27 {
    margin: 3.5rem auto 0;
  }

  .head-page_3_4 .head-page__title {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .head-page_3_5 .head-page__wrapper {
    display: flex;
  }

  .results__item-wrap {
    padding: 2.9rem 2.7rem;
  }

  .results_2 .results__value {
    font-size: 2.2rem;
  }

  .results_2 .results__value_lg {
    font-size: 5rem;
  }

  .results__label {
    font-size: 1.2rem;
  }

  .about-country .subhead-page__results {
    justify-content: center;
  }

  .opened-filter .aside-fixed {
    z-index: 1000;
  }

  .opened-filter .aside-fixed__content > div {
    transform: none !important;
  }

  .main-head:before {
    right: 4%;
  }

  .main-head__title {
    width: 100%;
    padding-right: 0;
  }

  .main-head-description {
    width: 100%;
    margin: 4.8rem 0 0 0;
    padding: 0 4% 0 0.2%;
  }

  .main-decor {
    width: 21rem;
    margin: 8rem auto 0;
  }

  .discover {
    justify-content: center;
    margin: 5rem 0 0;
  }

  .discover-head__desctiption {
    width: 55%;
  }

  .discover-head__title {
    width: 45%;
    padding-right: 7%;
  }

  .discover__item {
    width: 50%;
    margin-bottom: 7rem;
  }

  .discover__item:nth-child(2) {
    width: 50%;
  }

  .discover__more {
    margin-top: 1.7rem;
  }

  .discover__item:nth-child(3) {
    width: 70%;
  }

  .section-discover {
    padding-bottom: 6rem;
  }

  .section-results-main {
    padding: 7.2rem 0 4.2rem;
  }

  .head-page_3_7 .head-page__wrapper {
    display: block;
  }

  .head-page_3_7 .head-page__title {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .head-page_3_7 .about-decor {
    width: 100%;
    padding-left: 0;
    max-width: 40rem;
    margin: 5rem auto 0;
  }

  .error-page__title {
    margin: 5rem 0 0;
  }

  .error-page__title.h2 {
    margin-top: 5rem;
  }

  .results-head .head-description-2 {
    max-width: 100%;
  }

  .menu-navs-2 {
    margin: 4rem 0 5rem;
    padding: 3.1rem 2rem 2.7rem;
  }

  .menu-navs-2__link {
    margin: 0.4rem;
    font-size: 1.3rem;
    padding: 1rem 1rem;
  }

  .head-page_regular .head-page__wrapper {
    display: flex;
  }

  .head-page_regular_7 .head-page__title {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .results-top {
    margin: 2.5rem -1rem 0;
  }

  .head-page_inner .head-page__wrapper {
    display: flex;
  }

  .projects__date {
    font-size: 1.6rem;
  }

  .projects__title {
    font-size: 2.1rem;
  }

  .section-invites {
    padding: 3rem 0 5rem;
  }

  .decor-20 {
    width: 7rem;
    height: 5.5rem;
  }

  .invites__title {
    margin-top: 0;
  }

  .invites__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .section-main-results {
    margin-top: 4.9rem;
    padding: 6.2rem 0 6rem;
  }

  .anchor-list-wrap_useful {
    margin-bottom: 4rem;
  }

  .stories.reports.materials {
    margin-top: 2.8rem;
  }

  .news__flags .flags {
    padding: 1.2rem 3.6rem 1rem 4rem;
    min-height: 22rem;
  }

  .results-data {
    padding-right: 2rem;
  }

  .subhead-page .h1,
  .subhead-page .h2 {
    margin-bottom: 0;
  }

  .decor-18 {
    padding: 1.9rem 0 1.6rem;
  }

  .aside-right__value_countries .aside-right__value-2 {
    width: auto;
  }

  .aside-fixed__content > .aos-animate {
    transform: none !important;
  }

  .content-main_2 {
    margin-top: 3.2rem;
  }

  .article-main {
    margin-bottom: 3rem;
  }

  .article-gallery {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .article-gallery__col {
    padding: 1.2rem;
  }

  .access-finance-head {
    display: block;
  }

  .access-finance-head__left {
    width: 100%;
    padding-right: 0;
  }

  .access-finance-head__right {
    width: 100%;
    margin-top: 4rem;
  }

  .error-page__logo {
    margin-bottom: 5.4rem;
  }

  .error-page__decor-1_1 img {
    border-radius: 0 7rem;
  }

  .filter-head {
    padding: 10px 20px;
    text-align: center;
    background: #F1F6FC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.4rem;
    cursor: pointer;
  }

  .filter-head-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .filter-head-mob .filter-head__title {
    font-size: 2.4rem;
    color: #000;
  }

  .filter-head-mob .filter-icon {
    margin-right: 1.7rem;
    fill: #000;
  }

  .filter-head__close {
    margin: .6rem 1.4rem 0 1.5rem;
  }

  .filter-head__close svg {
    height: 2.4rem;
    width: 2.4rem;
    stroke: #039;
  }

  .filter-dropdown {
    padding: 42px 40px 30px;
    width: 100%;
    max-width: 46rem;
    position: fixed;
    max-height: 100vh;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.15);
  }

  .filters-bottom {
    padding: 2.3rem 0 0;
    margin: 0 -0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filters-bottom .btn {
    margin: 0 0.6rem 0.6rem;
    width: calc(50% - 1.2rem);
  }

  .filter-head-mob {
    margin-bottom: 1rem;
  }

  .filter-head-mob__left {
    display: flex;
    align-items: center;
  }

  .catalog-filter-scroll {
    padding-top: 2.8rem;
  }

  .catalog-filter-scroll {
    max-height: calc(100vh - 20rem);
    padding-bottom: 2rem;
  }

  .results_3 .results__item_22 .results__item-wrap {
    padding: 6.6rem 4.7rem;
  }

  .results_3 .results__value {
    font-size: 5rem;
  }

  .subscribe-link__btn .btn-5 {
    min-width: 18rem;
  }

  .subscribe-link__title {
    font-size: 2.9rem;
  }

  .opportunities__title {
    width: 58%;
  }

  .opportunities__description {
    width: 42%;
    font-size: 1.8rem;
  }

  .opportunities__picture {
    width: 100%;
    margin: 0 auto;
    max-width: 55rem;
  }

  .opportunities__picture .decor-12 {
    max-width: 100%;
  }

  .section-opportunities {
    padding: 18rem 0 7.1rem;
  }

  .section-offset-minus {
    margin-bottom: -7.8rem;
  }

  .section-reports {
    padding: 6.1rem 0 8rem;
  }

  .results_3 .results__value_lg {
    font-size: 7.3rem;
    line-height: 8.4rem;
  }

  .about-help {
    display: block;
    padding-left: 0;
  }

  .about-help__left {
    width: 100%;
    padding-right: 0;
  }

  .about-help__right {
    width: 100%;
    padding-left: 0;
    margin: 3rem 0 0;
  }

  .about-help .access-finance-head__video-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 49rem;
    margin-top: 4rem;
  }

  .results_3_home {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .h1_3 {
    font-size: 4.6rem;
  }

  .partners-2 .partners__item {
    width: calc(33.3333% - 2.4rem);
  }

  .projects-about {
    display: block;
  }

  .projects-about__list {
    width: 100%;
    padding-right: 0;
  }

  .projects-about__counts {
    width: 100%;
    margin: 30px auto 0;
    max-width: 40rem;
    justify-content: center;
  }

  .main-about-portfolio {
    display: block;
  }

  .main-about-portfolio__left {
    width: 100%;
    padding-right: 0;
  }

  .main-about-portfolio__right {
    width: 100%;
    padding-left: 0;
    margin: 30px auto 0;
  }

  .results_4 {
    justify-content: center;
  }

  .head-page_3_7 .decor-4 {
    margin-top: 3.7rem;
  }

  .section-about-portfolio {
    padding: 6.9rem 0 5.2rem;
  }

  .main-about-portfolio__btn {
    margin-top: 2rem;
  }

  .results_3 .results__value {
    font-size: 4rem;
  }

  .results_3_home .results__value_lg {
    font-size: 5.3rem;
    line-height: 6.4rem;
  }

  .results_3 .results__item-wrap {
    padding: 4.6rem 4.7rem 3.1rem;
  }

  .results_3_hom .results__item-wrap {
    padding: 3.6rem 4.7rem 3.1rem;
  }

  .results_3_home .results__item_22 .results__item-wrap {
    padding: 5.6rem 3.7rem;
  }

  .results_3_hom .results__item_23 .results__item-wrap {
    padding: 2.7rem 4rem;
  }

  .results_3_home .results__label_sm {
    font-size: 1rem;
    line-height: 1.2;
  }

  .discover__decor .results__item-wrap {
    padding: 0;
  }

  .results_3 .results__item:nth-child(3) {
    margin-top: -2.3rem;
  }

  .results_3_home + .results-btn {
    margin-top: -2.5rem;
  }

  .results_3 .results__item-wrap:before,
  .results_3 .results__item-wrap:after,
  .results_3 .results__item-wrap .anim-l-wrap {
    border-radius: 0 6.1rem;
  }

  .results_3 .results__item_22 .results__item-wrap:before,
  .results_3 .results__item_22 .results__item-wrap:after,
  .results_3 .results__item_22 .results__item-wrap .anim-l-wrap {
    border-radius: 8.4rem 0;
  }

  .results_3 .results__item_23 .results__item-wrap:before,
  .results_3 .results__item_23.results__item-wrap:after,
  .results_3 .results__item_23 .results__item-wrap.anim-l-wrap {
    border-radius: 5.8rem 0;
  }

  .results_3 .results__label {
    font-size: 1rem;
    line-height: 1.2;
  }

  .results_3 .results__label_lg {
    font-size: 1.1rem;
  }

  .results-aside {
    padding-left: 0;
  }

  .initiatives {
    margin: 3.6rem 0 1.4rem;
  }

  .section-links {
    padding: 4.2rem 0 5.6rem;
  }

  .section-other-initiatives {
    padding: 6.5rem 0;
  }

  .projects_home .projects__text {
    font-size: 1.4rem;
  }

  .projects_home {
    margin: 0 -3rem;
  }

  .projects_home .projects__item {
    width: calc(50% - 6rem);
    margin: 0 3rem 8rem;
  }

  .h2-union,
  .h2-support,
  .h2-about-help {
    font-size: 2.8rem;
  }

  .projects + .pagination {
    margin-top: 6rem;
  }

  .key-updates {
    display: block;
  }

  .key-updates__list {
    width: 100%;
    padding-right: 0;
  }

  .key-updates__subscribes {
    margin: 5rem auto 0;
    padding: 3rem 0 0;
    width: 100%;
    max-width: 35rem;
  }

  .about-portfolio .decor-76 svg {
    width: 5.2rem;
    height: 8.1rem;
  }

  .about-portfolio__title {
    margin-top: 6rem;
  }

  .about-support-projects {
    margin-top: 4.8rem;
    padding: 3.7rem 3.5rem;
  }

  .decor-76 {
    margin: 1.5rem 1.9rem 0 0;
  }

  .about-support-projects__count {
    font-size: 5rem;
  }

  .about-support {
    display: block;
  }

  .about-support__left {
    width: 100%;
    padding-right: 0;
  }

  .about-support__right {
    width: 100%;
    padding-left: 0;
    max-width: 45rem;
    margin: 3rem auto 0;
  }

  .about-support-projects {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .cards {
    padding: 15px;
  }

  .cards__sidebar {
    display: none;
  }

  .cards__control {
    justify-content: center;
  }

  .cards__control-btn-prev {
    padding-left: 20px;
  }

  .cards__control-btn-next {
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .partners-2 .partners__item {
    width: calc(50% - 2.4rem);
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    text-align: center;
    font-size: 1.2rem;
    height: 5rem;
    width: 5rem;
  }
}

@media screen and (max-width: 743px) {
  body {
    font-size: 1.4rem !important;
  }

  .content {
    padding-top: 6.6rem;
  }

  h1,
  .h1 {
    font-size: 3rem;
    max-width: 100%;
    line-height: 141%;
  }

  h2,
  h2.h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
  }

  .h2,
  h2.h1 {
    max-width: 100%;
    font-size: 2.4rem;
    margin-top: 0;
  }

  .h3 {
    font-size: 2rem;
    line-height: 2.3rem;
    padding: 0 0 2.3rem;
  }

  p {
    padding: .8rem 0 .9rem;
  }

  [type=text],
  [type=tel],
  [type=email],
  [type="password"] {
    font-size: 1.6rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    height: 5rem;
  }

  .mob-hide {
    display: none !important;
  }

  .form-control {
    font-size: 1.6rem;
  }

  .box-field__button {
    text-align: center;
  }

  .box-field__button .btn {
    width: 100%;
    max-width: 48rem;
  }

  .btn-5 {
    padding: 1.8rem 1.5rem;
  }

  .header-new {
    padding-bottom: 1.3rem;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-new .wrapper {
    padding-top: 1.3rem;
  }

  .header-top,
  .menu-main {
    display: none;
  }

  .search-top_desktop {
    display: none;
  }

  .logo__link-main img {
    max-width: 18.4rem;
  }

  .bars-mob {
    position: static;
    margin: -.5rem 0 0;
    background: none;
  }

  .bars-mob .hamburger span,
  .bars-mob .cross span {
    background: #039;
  }

  .header-new__btn-menu {
    height: 4rem;
    transform: none;
    right: 0;
    top: 0;
    position: relative;
  }

  .bars-mob .hamburger span {
    height: 0.4rem;
    margin: 0 0 10px;
  }

  .bars-mob .hamburger span:last-child {
    margin-bottom: 0;
  }

  .bars-mob .hamburger span:nth-child(2) {
    width: 2rem;
  }

  .bars-mob.active .hamburger span {
    width: 0%;
  }

  .nav-inner > ul > li {
    padding: 0 40px;
    margin-bottom: 3.7rem;
    width: 50%;
  }

  .mob-top-header {
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-top {
    width: 100%;
  }

  .search-top__input {
    height: 3.2rem;
    width: 100%;
    max-width: 100%;
  }

  .menu-box {
    padding: 0;
    top: 6.4rem;
    height: calc(100vh - 6.4rem);
  }

  .menu-dropdown {
    font-size: 1.4rem;
  }

  .menu-title {
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    margin-bottom: 2.1rem;
  }

  .nav-inner {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }

  .menu-dropdown li {
    margin-bottom: 0.8rem;
  }

  .nav-inner > ul > li {
    padding: 0 2rem;
    margin-bottom: 2.4rem;
  }

  .bars-mob .cross {
    margin: .8rem 0 0 1.2rem;
  }

  body:not(.open-header) .bars-mob:hover {
    background: transparent;
  }

  .menu-box-wrapper {
    padding: 3.6rem 2.3rem 3rem;
  }

  .header-saits .flags-inline__link:hover .flags-inline__text {
    max-width: 0;
  }

  .header-email {
    font-size: 1.8rem;
    display: block;
    margin-top: 4.2rem;
  }

  .header-email__title {
    margin: 0 0 .5rem;
  }

  .header-saits {
    margin-top: .3rem;
  }

  .header-saits .flags-inline__item {
    margin: 0 1.5rem 1rem 0;
  }

  .footer-logos {
    width: 100%;
    justify-content: center;
  }

  .foorter-saits__divider {
    display: none;
  }

  .foorter-saits__item {
    width: 50%;
    margin: 0 0 1.8rem;
    font-size: 1.6rem;
  }

  .footer-wrapper {
    display: block;
    margin: 2.4rem 0 0;
  }

  .footer-wrapper__left {
    padding: 0;
    width: 100%;
  }

  .footer-wrapper__right {
    padding: 30px 0 0;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper__title {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }

  .footer-logos {
    justify-content: space-between;
  }

  .footer-logos a {
    margin-right: 2.3rem;
  }

  .footer-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .footer-top {
    padding: 3.8rem 0 30px;
  }

  .foorter-saits {
    margin: 0;
  }

  .foorter-saits__item img {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.2rem;
  }

  .footer-form-label {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .footer-bottom {
    font-size: 1.4rem;
    padding: 1.4rem 0 2.3rem;
    text-align: center;
    justify-content: center;
  }

  .copyright {
    margin: 0 0 1.5rem;
  }

  .footer-form .form-submit {
    font-size: 1.2rem;
  }

  .footer-form input[type="email"] {
    font-size: 1.3rem;
    padding: 0 12rem 0 1.5rem;
  }

  .button-arrow {
    width: 4.5rem;
    height: 4.5rem;
  }

  .button-arrow svg {
    width: 2rem;
    height: 2rem;
  }

  .arrow-scroll-top {
    right: 2rem;
    bottom: 2rem;
  }

  .partners {
    margin: 0;
  }

  .partners__item {
    width: 100%;
    margin: 0 0 1.6rem;
  }

  .partners__bottom {
    margin-right: -38px;
  }

  .head-page {
    margin-bottom: 1rem;
    margin-top: 4.4rem;
  }

  .head-page .h1 {
    margin-left: -.6rem;
  }

  .decor-1 {
    margin-left: -.5rem;
    width: 5rem;
    height: 3.6rem;
  }

  .decor-2,
  .decor-3 {
    display: none;
  }

  .content-main_2 {
    margin-top: 2.2rem;
  }

  .news,
  .stories {
    margin: 0 auto;
    max-width: 37rem;
  }

  .news__item,
  .stories__item {
    margin: 0 0 3rem;
    width: 100%;
  }

  .news__title,
  .news__date,
  .stories__title,
  .stories__date {
    font-size: 1.4rem;
  }

  .article-gallery__col {
    width: 100%;
  }

  .head-page_3 .head-page__wrapper {
    display: block;
  }

  .head-page_3 .h1 {
    max-width: none;
    font-size: 2.7rem;
    margin-right: -0.6rem;
    line-height: 161%;
  }

  .decor-6 {
    margin: 4.6rem 0 0;
    padding-left: 5%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .decor-7 {
    text-align: center;
  }

  .decor-8 {
    padding-left: 4%;
  }

  .decor-9 {
    margin-top: 2.8rem;
    justify-content: center;
  }

  .pages-links {
    margin-top: 5.9rem;
  }

  .pages-links__icon {
    height: 4.8rem;
    width: 4.8rem;
  }

  .pages-links__item {
    font-size: 2rem;
    padding: 1.2rem .5rem 1.1rem 1.4rem;
  }

  .pages-links__item + .pages-links__item {
    margin-top: 3rem;
  }

  .invites__description {
    width: 100%;
    padding-right: 0;
  }

  .invites__img {
    margin: 2.6rem auto 0;
    width: 100%;
    max-width: 30rem;
  }

  .invites .h1 {
    margin: 0 0 3.8rem;
  }

  .invites__btn {
    margin-top: 3.2rem;
  }

  .head-page_4 .h1 {
    font-size: 4.6rem;
  }

  .menu-navs {
    margin: 2.5rem -2.5rem 0;
  }

  .menu-navs-inner {
    padding: 2.8rem 3rem;
  }

  .menu-navs__link {
    font-size: 1.6rem;
  }

  .results__item {
    padding: .7rem;
  }

  .results {
    margin: 7.5rem -0.7rem 0;
  }

  .results-7 {
    margin-top: 3.5rem;
  }

  .results-7 .results__item {
    padding: 0.7rem;
  }

  .results__value {
    font-size: 2.5rem;
  }

  .results__value-sm {
    font-size: 3rem;
  }

  .results__label {
    font-size: 0.8rem;
  }

  .results__value_lg {
    font-size: 4.1rem;
  }

  .access-finance-head__left {
    width: 100%;
    padding-right: 0;
  }

  .access-finance-head__right {
    width: 100%;
    margin: 3rem auto 0;
  }

  .video-link__icon {
    height: 5.5rem;
    width: 5.5rem;
  }

  .more-items {
    text-align: center;
  }

  .more-stories {
    padding: 5rem 0 7rem;
  }

  .section-main-portfolio {
    padding: 6rem 0;
  }

  .section-results {
    margin-top: 10.8rem;
    padding: 6.2rem 0 7.2rem;
  }

  .results-btn {
    margin-top: 2.8rem;
  }

  .aside-right__title,
  .aside-right__value-2 {
    font-size: 1.4rem;
  }

  .results-top .results-info {
    justify-content: center;
    align-items: center;
  }

  .results-top__item:nth-child(1) {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .results-top__item:nth-child(2) {
    order: 2;
    text-align: right;
    width: 60%;
    max-width: 25rem;
  }

  .results-top__item:nth-child(3) {
    width: 100%;
    order: 4;
  }

  .results-top__item:nth-child(4) {
    text-align: left;
    order: 3;
    width: 40%;
  }

  .menu-navs-2 {
    margin: 3rem -2.5rem 0;
    padding: 2.8rem 1.5rem 2rem;
    border-radius: 0;
  }

  .navs-panel.shown .menu-navs-2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 0;
    border-radius: 0;
  }

  .results-info {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .head-page_3_3 {
    margin-bottom: 3.6rem;
  }

  .decor-29 img,
  .decor-37 img,
  .decor-38 img,
  .decor-32 img,
  .slider-4 a img,
  .slider-4 img {
    max-width: 11rem;
  }

  .decor-32 img,
  .decor-37 img {
    border-radius: 3.2rem 0px;
  }

  .decor-38 img {
    border-radius: 0 3.2rem;
  }

  .decor-27 {
    width: 100%;
    max-width: 44.5rem;
  }

  .decor-30 svg {
    width: 4.5rem;
    height: 4.5rem;
  }

  .decor-33 {
    margin-top: .8rem;
  }

  .decor-35 svg {
    width: 5rem;
    height: 5rem;
  }

  .decor-39 svg {
    width: 4.2rem;
    height: 7rem;
  }

  .decor-34,
  .decor-37,
  .decor-29 {
    margin-right: .8rem;
  }

  .results__col {
    max-width: 100%;
  }

  .results__col .results__item {
    text-align: center;
  }

  .results__col + .results__col {
    max-width: 100%;
    align-items: center;
  }

  .about-country {
    padding-bottom: 0;
  }

  .results_2 {
    display: block;
    max-width: 35rem;
    margin: 3rem auto 0;
  }

  .results_2 .results__item-wrap:before,
  .results_2 .results__item-wrap:after,
  .results_2 .results-info:before,
  .results_2 .results-info:after {
    border-radius: 4rem !important;
  }

  .results_2 .results__item-wr {
    height: auto;
  }

  .results_2 .results__col:first-child .results__item-wr:first-child .results__item {
    min-height: 0;
  }

  .results_2 .results__col .results__label,
  .results_2 .results-info__label {
    font-size: 1rem;
  }

  .results_2 .decor-24 {
    display: none;
  }

  .results_2 .results__col {
    align-items: center;
  }

  .results_2 .results__col + .results__col .results__item {
    justify-content: center;
  }

  .results_2 .results__item-wrap {
    padding: 4.1rem 2.7rem 3.4rem;
  }

  .results_2 .results__item_2_1 .results__item-wrap {
    padding: 2.1rem 2rem 2.4rem;
  }

  .decor-40 {
    margin: 4rem auto 0;
  }

  .link-sait {
    margin-top: 3.8rem;
  }

  .decor-57 {
    left: 0.5rem;
  }

  .country-links-text {
    font-size: 2.5rem;
  }

  .head-page_3_4 {
    padding: 0;
  }

  .country-slider__item {
    display: block !important;
  }

  .country-slider__description {
    padding-top: 15.4rem;
    width: 100%;
    padding-right: 0;
  }

  .country-slider__decor {
    width: 100%;
    padding-left: 8rem;
    max-width: 47rem;
    margin: 3rem auto 0;
  }

  .decor-48 {
    left: -7.9rem;
  }

  .decor-46 {
    left: -77px;
  }

  .decor-46 img {
    width: 5rem;
  }

  .decor-42 img {
    max-width: 14rem;
  }

  .decor-43 svg {
    margin-left: 13px;
    width: 6rem;
    height: 6rem;
  }

  .search-results__info {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .search-results__title {
    font-size: 1.6rem;
  }

  .search-results__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .search-results__more {
    margin-top: 2.1rem;
  }

  .search-results__item {
    margin-bottom: 5.5rem;
  }

  .more-items {
    margin-top: 25px;
  }

  .h1-main {
    font-size: 4.4rem;
    line-height: 111%;
  }

  .h1-main br {
    display: none;
  }

  .main-head {
    margin-top: 0;
    padding: 0 0 4.7rem;
  }

  .main-head:before {
    left: -1.8rem;
    right: -1rem;
    top: -43px;
    bottom: 30rem;
    border-radius: 0px 10rem;
  }

  .main-head-text {
    font-size: 1.4rem;
    line-height: 143%;
    padding-left: 2.5rem;
  }

  .main-head-text:before {
    width: .8rem;
    left: 0;
    top: -0.12rem;
    bottom: -0.12rem;
    border-radius: 2rem;
  }

  .main-decor {
    width: 100%;
    margin-top: 3.4rem;
  }

  .main-decor .decor-2,
  .main-decor .decor-3 {
    display: block;
  }

  .main-decor__decor {
    margin-top: 2.5rem;
  }

  .main-decor__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 45rem;
  }

  .decor-61 {
    margin: -.4rem 0 0;
    width: 100%;
    display: inline-block;
  }

  .decor-61 img {
    border-radius: 7rem 0;
  }

  .discover-head {
    display: block;
  }

  .discover-head__title {
    width: 100%;
    padding-right: 0;
  }

  .discover-head__desctiption {
    width: 45%;
  }

  .discover-head__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .main-decor .decor-3 {
    max-width: 14rem;
  }

  .decor-3 svg {
    margin: 2.1rem auto 0;
    width: 5rem;
    height: 4.2rem;
  }

  .section-about-head .h1 {
    font-size: 3.8rem;
  }

  .section-about-head .head-page__title-top {
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .section-about-head .head-page__title-top .decor-49 {
    flex-shrink: 0;
    transform: rotate(90deg);
    margin: 0 0 .5rem;
  }

  .section-about-head .head-page_3_4 .head-page__title {
    margin-top: 0.9rem;
  }

  .decor-73 {
    margin-top: 4rem;
    max-width: 100%;
  }

  .decor-64,
  .decor-66 {
    width: 38%;
  }

  .decor-65,
  .decor-67 {
    width: 62%;
  }

  .decor-66 img {
    border-radius: 6.2rem 0;
  }

  .head-description {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 3.7rem;
  }

  .section-about-head {
    padding-bottom: 5rem;
  }

  .section-stories-2,
  .section-news-2,
  .section-reports-2,
  .section-library-2,
  .section-materials,
  .section-photos,
  .section-videos,
  .section-results-2 {
    padding: 6rem 0;
  }

  .onepage-wrapper:last-child {
    margin-bottom: -7.8rem;
  }

  .decor-104 img,
  .decor-104:before {
    border-radius: 3.6rem 0 3.6rem 3.6rem;
  }

  .error-page {
    padding: 5rem 0;
  }

  .error-page__logo {
    margin-bottom: 3.4rem;
  }

  .error-page__decor-1_1 img {
    border-radius: 0 3rem;
  }

  .error-page__decor-3_2 img {
    border-radius: 3.6rem 0 3.6rem 3.6rem;
  }

  .error-page {
    margin: 0 -.8rem;
  }

  .error-page__decor-3 {
    text-align: right;
    margin: 0 .8rem;
    width: calc(31% - 1.6rem);
  }

  .error-page__decor-2 {
    margin: 0 .8rem;
    width: calc(38% - 1.6rem);
  }

  .error-page__decor-1 {
    margin: 0 .8rem;
    width: calc(31% - 1.6rem);
    text-align: right;
  }

  .error-page__decor-1_2 {
    margin: 1.5rem 0 0;
    width: 52%;
  }

  .error-page__decor-3_2 {
    margin: 1.5rem 0 0;
    width: 55%;
  }

  .error-page__text {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .error-page__btn {
    margin-top: 4.6rem;
  }

  .head-page_regular .head-page__wrapper {
    display: block;
  }

  .head-page_regular .head-page__title {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .head-page_regular .country-slider__description {
    padding-top: 12rem;
  }

  .decor-head {
    width: 100%;
    padding-top: 0;
    max-width: 45rem;
    margin: 4rem auto 0;
  }

  .decor-204 {
    margin-left: 1.5rem;
    width: 6.2rem;
    border-radius: 0 2rem;
  }

  .decor-202 {
    margin-top: 1.8rem;
  }

  .decor-203 img {
    border-radius: 5rem 0 5rem 5rem;
  }

  .head-page_inner .head-page__wrapper {
    display: block;
  }

  .head-page_inner .decor-1 {
    width: 5.7rem;
    height: 4rem;
  }

  .subhead-page .decor-1 {
    width: 5rem;
    height: 3.6rem;
    margin-bottom: 1.8rem;
  }

  .head-page_regular {
    padding-bottom: 3rem;
  }

  .anchor-list-wrap-2 {
    margin-bottom: 1.6rem;
  }

  .anchor-list__item {
    padding: .8rem 1.4rem;
    font-size: 1.3rem;
  }

  .flags-inline {
    font-size: 1.3rem;
  }

  .flags-inline__link {
    padding: 0.6rem;
  }

  .flags-inline__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .countries-slider {
    display: block !important;
  }

  .countries-slider .decor-head {
    max-width: 50rem;
    margin: 3.5rem auto 0;
  }

  .countries-slider__title {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }

  .countries-slider__btn {
    margin-top: 2.7rem;
  }

  .countries-nav {
    padding-top: 0.9rem;
    margin-bottom: 2rem;
  }

  .decor-217 {
    margin-top: 1.5rem;
  }

  .head-page_3_5 .head-page__title {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .results-7 .results__item-wrap {
    padding: 1.8rem 2rem 2.1rem;
  }

  .results-7 .results__value {
    font-size: 1.4rem;
  }

  .results-7 .results__value_lg {
    font-size: 2.1rem;
  }

  .results-7 .results__label {
    margin-top: .4rem;
    font-size: .9rem;
  }

  .discover {
    margin: 4.2rem 0 0;
    text-align: center;
  }

  .discover-head__more {
    margin-top: 1.8rem;
  }

  .discover__title {
    font-size: 3.6rem;
  }

  .discover__item {
    width: 100%;
    padding: 0;
    margin-bottom: 4.2rem;
  }

  .discover__item:nth-child(3) {
    width: 100%;
  }

  .discover__text {
    margin: 1rem auto 0;
    font-size: 1.4rem;
    line-height: 149%;
  }

  .section-discover {
    padding-bottom: 0;
    padding-top: 4rem;
  }

  .decor-24 svg {
    width: 2.5rem;
    height: 1.5rem;
  }

  .library__title {
    font-size: 4rem;
  }

  .head-page_inner_8 {
    min-height: 0;
  }

  .results_2 .results-btn__link svg {
    width: 4.6rem;
    height: 7rem;
  }

  .head-page_regular_5 .decor-head {
    padding-top: 1rem;
  }

  .decor-76 svg {
    width: 4.1rem;
    height: 10rem;
  }

  .aside-right__block_share {
    margin-bottom: 5.4rem;
  }

  .head-page_article {
    min-height: 0rem;
  }

  .head-page_project {
    margin-bottom: 1rem;
  }

  .use-cookies__heading {
    font-size: 3rem;
    margin: 0 0 0.5rem 0;
  }

  .use-cookies__control-item:first-child {
    margin-right: 3.5rem;
  }

  .access-finance-head ul {
    margin-top: 1rem;
  }

  .head-page_regular_4 .decor-head {
    margin-top: 1.3rem;
  }

  .partners-2 {
    margin: 3rem 0 0;
  }

  .access-finance-video__title {
    font-size: 3.5rem;
  }

  .slider-3.library {
    margin-right: auto;
  }

  .slider-3,
  .slider-3.stories,
  .slider-3.library {
    margin-top: 3rem;
  }

  .news__item {
    padding: 3.2rem 3rem 3rem;
  }

  .news__flags {
    width: 9.6rem;
  }

  .news__img {
    width: calc(100% - 6.6rem);
  }

  .news__flags .flags {
    padding: 1.2rem 2.2rem 1rem 4rem;
  }

  .menu-navs {
    margin-top: 3rem;
  }

  .slider-3 .library__item {
    margin-right: 0;
  }

  .union {
    display: block;
  }

  .union__left {
    width: 100%;
    padding-right: 0;
  }

  .union__right {
    width: 100%;
    padding-left: 0;
    max-width: 25.2rem;
    margin: 3rem auto 0;
  }

  .filter-icon {
    margin-right: 1.2rem;
  }

  .aside-fixed {
    margin-bottom: 3.1rem;
  }

  .pagination__link {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }

  .pagination__item {
    margin: 0 1px .4rem;
  }

  .filter-dropdown {
    padding: 33px 24px 20px;
  }

  .filters-bottom {
    padding-top: 0;
    padding-bottom: 1.3rem;
    margin: 0;
    flex-wrap: wrap;
  }

  .filters-bottom .btn {
    width: 100%;
  }

  .filters-bottom .btn + .filters-bottom .btn {
    margin-top: 1.2rem;
  }

  .filters-bottom .btn-2 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  }

  .latest-video-wrap {
    padding-bottom: 4.5rem;
  }

  .results-data {
    width: 100%;
    padding-right: 0;
  }

  .results-aside {
    width: 100%;
    margin-top: 4rem;
  }

  .results-elem {
    border-radius: 0;
    padding: 2.8rem 2rem;
  }

  .section-main-results .tabs-wrap,
  .section-main-portfolio .tabs-wrap {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .results-aside {
    padding: 0 2.5rem;
  }

  .subscribe-link {
    display: block;
    text-align: center;
  }

  .subscribe-link__title {
    line-height: 1.2;
    font-size: 3rem;
    padding-right: 0;
  }

  .subscribe-link__btn {
    margin: 0;
  }

  .subscribe-link__btn .btn-5 {
    min-width: 22rem;
  }

  .projects_home .projects__title {
    font-size: 1.8rem;
  }

  .section-subscribe-link {
    padding: 6.1rem 0 6rem;
  }

  .opportunities__info {
    padding-right: 0;
  }

  .opportunities__picture {
    display: none;
  }

  .opportunities__decor {
    left: auto;
    transform: none;
    right: -2.4rem;
    top: -11rem;
    width: 14.7rem;
  }

  .opportunities .decor-2 {
    top: 32%;
    left: -93.5%;
  }

  .section-opportunities {
    padding: 16rem 0 4.1rem;
  }

  .discover-head__desctiption {
    width: 100%;
    margin-top: 15px;
  }

  .section-human-stories {
    padding: 5.3rem 0 6.8rem;
  }

  .section-results {
    margin-top: 4rem;
    padding: 5.2rem 0 4.2rem;
  }

  .section-results .h1 {
    max-width: 100%;
  }

  .results_3 .results__value {
    font-size: 2.4rem;
  }

  .results_3 .results__value {
    font-size: 4.6rem;
  }

  .projects__body {
    flex-direction: column-reverse;
  }

  .projects__description {
    width: 100%;
    padding-right: 0;
  }

  .projects__picture {
    width: 100%;
  }

  .opportunities {
    display: block;
  }

  .opportunities__title {
    width: 100%;
  }

  .opportunities__decor .decor-2,
  .opportunities__decor .decor-3 {
    display: block;
  }

  .opportunities__description {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 16px;
    line-height: 2rem;
  }

  .slider-opportunities {
    margin-top: 0;
  }

  .opportunities__info {
    margin-top: 0;
  }

  .opportunities__flags {
    margin-top: 4.7rem;
  }

  .flags-inline__item {
    margin-right: 1px;
  }

  .section-reports {
    padding: 4.1rem 0 7.5rem;
  }

  .section-reports .subhead-page {
    margin-bottom: 0a;
  }

  .section-reports .h1 {
    font-size: 3.6rem;
  }

  .list-2 {
    margin: 2.2rem 0 0 1.5rem;
    font-size: 1.4rem;
  }

  .list-2 li {
    margin-bottom: 1rem;
  }

  .flags-inline {
    width: 100%;
  }

  .opportunities__picture {
    width: 100%;
    margin-top: 6.7rem;
  }

  .section-union {
    padding: 5.9rem 0 5.3rem;
  }

  .section-about-support {
    padding: 61px 0 66px;
  }

  .about-support__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .about-support-projects {
    display: block;
  }

  .about-support-projects {
    margin-top: 3.2rem;
    border-radius: 0px 0px 40px 40px;
    padding: 28px 33px;
  }

  .about-portfolio__counts {
    position: relative;
  }

  .about-portfolio__counts .decor-76 {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
  }

  .about-portfolio__counts .decor-77 {
    margin-right: 3.1rem;
    margin-top: -5.2rem;
  }

  .about-portfolio__count {
    padding: 3.4rem 2.7rem 3.3rem;
    font-size: 4.6rem;
  }

  .about-portfolio {
    padding: 27px 22px;
  }

  .about-portfolio__title {
    margin-top: 3.5rem;
    font-size: 2.8rem;
  }

  .about-support-projects__count {
    padding: 3.4rem 2.7rem 3.3rem;
    font-size: 4.6rem;
  }

  .about-support__right {
    justify-content: center;
  }

  .section-help {
    padding: 5.8rem 0 8rem;
  }

  .about-help__description {
    font-size: 1.5rem;
    flex-shrink: 10;
    padding-right: 0;
  }

  .about-help__bottom {
    display: block;
  }

  .about-help__count {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .section-discover {
    padding: 6rem 0 5rem;
  }

  .discover__title:after {
    margin-top: 1.1rem;
  }

  .discover__count {
    margin-top: 1.9rem;
  }

  .discover__item:nth-child(2) {
    width: 100%;
  }

  .discover__decor.results_3 .results__item-wrap:before,
  .discover__decor.results_3 .results__item-wrap:after {
    border-radius: 0 8rem;
  }

  .discover__item:nth-child(3) .discover__title:after {
    display: none;
  }

  .discover__decor.results_3 {
    margin: 0.6rem 0 0;
  }

  .discover__decor.results_3 .results__item-wrap {
    padding: 0;
  }

  .discover__decor.results_3 .results__item-wrap:after {
    top: -4px;
  }

  .results_3 .results__item:nth-child(1) .results__label {
    margin: 2.1rem auto 0;
    max-width: 15rem;
  }

  .slider-support__item {
    padding: 4.2rem 4.7rem 2.4rem;
  }

  .section-human-stories .subhead-page {
    margin-bottom: 3.5rem;
  }

  .stories-2__title {
    margin-bottom: 2.7rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .stories-2__item {
    padding: 3.4rem 3.4rem 3.1rem;
  }

  .stories-2__bottom {
    margin-top: 5.4rem;
  }

  .h1_3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .menu-navs__note {
    display: none;
  }

  .results-btn {
    margin-top: -4.3rem;
    max-width: 36%;
    margin-left: auto;
  }

  .results-btn__link {
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: inline-flex;
    letter-spacing: 1.2px;
  }

  .section-human-stories .tabs-wrap {
    margin: 0 -10px;
  }

  .menu-navs-inner {
    padding: 1rem 2rem;
  }

  .menu-navs__icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .8rem;
  }

  .section-results-main {
    padding-bottom: 5.6rem;
  }

  .section-results-main .tabs-wrap {
    margin: 0 -1.6rem;
  }

  .section-key-updates {
    padding: 4.1rem 0 8rem;
  }

  .projects__date {
    font-size: 1.6rem;
  }

  .projects__flag {
    width: 2rem;
    height: 2rem;
  }

  .projects__info {
    padding: 1.3rem 0;
  }

  .projects__body {
    margin-top: 0;
  }

  .projects__picture img {
    width: 100%;
  }

  .projects__picture:before,
  .projects__picture:after,
  .projects__picture img {
    border-radius: 2.4rem 0;
  }

  .section-key-updates {
    padding: 5.1rem 0 6.1rem;
  }

  .results_3 {
    margin: 5.5rem -0.7rem 0;
  }

  .results_3 .results__value {
    font-size: 2.4rem;
  }

  .results_3 .results__col {
    width: 45%;
  }

  .results_3 .results__col + .results__col {
    width: 55%;
  }

  .results_3 .results__col .results__item {
    text-align: right;
    padding: .8rem;
  }

  .results_3 .results__col + .results__col .results__item {
    text-align: left;
  }

  .results_3 .results__item-wrap {
    padding: 2.6rem 1.7rem 1.9rem;
  }

  .results_3 .results__label_sm {
    font-size: .8rem;
    line-height: 1rem;
    margin-top: .8rem;
  }

  .results_3 .results__value_lg {
    font-size: 4rem;
    line-height: 5rem;
  }

  .results_3 .results__item-wrap:before,
  .results_3 .results__item-wrap:after,
  .results_3 .results__item-wrap .anim-l-wrap {
    border-radius: 0 3.5rem;
  }

  .results_3 .results__label {
    margin-top: .2rem;
  }

  .results_3 .results__label_lg {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .results_3 .results__item:first-child {
    padding-top: 1.1rem;
  }

  .results_3 .results__item:nth-child(1) .results__label {
    margin-top: .5rem;
  }

  .results_3 .results__item_22 .results__item-wrap:before,
  .results_3 .results__item_22 .results__item-wrap:after,
  .results_3 .results__item_22 .results__item-wrap .anim-l-wrap {
    border-radius: 5.4rem 0;
  }

  .results_3 .results__item_22 .results__item-wrap {
    padding: 3.6rem 1.7rem;
  }

  .results_3 .results__item:nth-child(3) {
    margin-top: -4.3rem;
    width: 42%;
    margin-left: 3%;
  }

  .results_3 .results__item_23 .results__item-wrap:before,
  .results_3 .results__item_23 .results__item-wrap:after,
  .results_3 .results__item_23 .results__item-wrap .anim-l-wrap {
    border-radius: 3.5rem 0;
  }

  .results_3 .results__item_23 .results__label {
    margin: 0.3rem auto 0;
    max-width: 17rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .results_3 .results__item_23 .results__value {
    font-size: 2.6rem;
  }

  .results_3 .results__item_23 .results__item-wrap {
    padding: 1.4rem 2rem !important;
  }

  .results-head .head-description {
    max-width: 100%;
  }

  .section-partners {
    padding: 5.5rem 0 4.2rem;
  }

  .partners-2 .partners__item {
    width: 100%;
  }

  .initiatives {
    display: block;
    margin-bottom: 5rem;
  }

  .initiatives .initiatives__title {
    font-size: 2rem;
  }

  .initiatives .initiatives__text {
    font-size: 1.4rem;
  }

  .initiatives__description {
    width: 100%;
    padding-right: 0;
  }

  .initiatives__img {
    margin: 2.5rem 0 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .more-stories-2 .stories__item {
    width: 100%;
  }

  .results_4 .results-btn {
    margin-top: 3rem;
  }

  .results_4 .results__value {
    font-size: 2rem;
  }

  .results_4 .results__value_lg {
    font-size: 3.1rem;
  }

  .results_4 .results__col .results__label {
    font-size: .8rem;
    max-width: 9.2rem;
  }

  .results_4 .results-btn {
    max-width: 88%;
    margin: 1rem -1rem 0 0;
  }

  .results_4 .decor-103 {
    margin: 0 -1rem 2.2rem 0;
  }

  .results_3 .results__item-wrap:after {
    border-width: 2px;
    left: -2px;
    top: -2px;
  }

  .results_3 .results__item_22 .results__item-wrap:after {
    left: 2px;
    top: -2px;
  }

  .results_3 .results__item_23 .results__item-wrap:after {
    left: -2px;
    top: 2px;
  }

  .projects__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .projects__info-col + .projects__info-col {
    margin: .5rem 0 0;
  }

  .projects__flags {
    margin: 1rem 0 0;
    padding-left: 0;
    align-items: flex-start;
  }

  .projects__flags .flags__item:first-child {
    margin-left: 0;
  }

  .projects__title {
    font-size: 2rem;
  }

  .projects__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }

  .projects__item + .projects__item {
    margin-top: 6rem;
  }

  .section-other-initiatives {
    padding: 6.4rem 0;
  }

  .initiatives {
    margin: 1.3rem 0 3.9rem;
  }

  .results__item_2_2 .results__item-wrap {
    padding: 2.6rem 2rem 1.8rem;
  }

  .results_4 {
    margin-top: 0;
  }

  .results_4 .results__col + .results__col .results__item {
    padding: 1rem 0 1rem 1rem;
  }

  .section-about-portfolio {
    padding: 4.9rem 0 4.2rem;
  }

  .section-about-portfolio .more-items {
    margin-top: 33px;
  }

  .main-about-portfolio__right {
    margin-top: 2.1rem;
  }

  .section-links {
    padding: 2.2rem 0 4.6rem;
  }

  .more-stories-2 .stories {
    margin-top: .5rem;
  }

  .projects_home {
    margin: 0;
  }

  .projects_home .projects__item {
    width: 100%;
    margin: 0 0 2rem;
  }

  .projects_home .projects__item + .projects__item {
    margin-top: 4rem;
  }

  .h2-union,
  .h2-support,
  .h2-about-help {
    font-size: 2.2rem;
  }

  .decor-301 {
    margin: 0 0 2.8rem 0;
  }

  .decor-74 {
    margin-top: 2rem;
  }

  .about-support + .about-support {
    margin-top: 3.1rem;
  }

  .about-portfolio .decor-76 svg {
    width: 5.2rem;
    height: 7.2rem;
  }

  .results-portfolio .results__label {
    font-size: 1rem;
  }

  .about-help .results-portfolio .results__value_lg {
    font-size: 3.1rem;
  }

  .section-key-updates .subhead-page {
    margin-bottom: 0.8rem;
  }

  .projects_home .projects__flags {
    margin: 0 0 0 1rem;
  }

  .projects_home .projects__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .slider-3,
  .slider-3.stories {
    margin-left: auto;
    margin-right: auto;
    max-width: 33rem;
  }

  .slider-3 .stories__item,
  .slider-3 .stories-2__item {
    margin: 0;
  }
}

@media screen and (max-width: 560px) {
  .fancybox-slide--html {
    padding: 0;
  }

  .fancybox-is-open .fancybox-bg {
    background: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 559px) {
  .access-finance-video__title {
    font-size: 3rem;
  }

  .access-finance-video__decor {
    width: 10.4rem;
  }
}

@media screen and (max-width: 359px) {
  html {
    font-size: 9px !important;
  }

  .use-cookies__control {
    display: block;
  }

  .use-cookies__control-item:first-child {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 744px) {
  .main-head {
    display: flex;
  }

  .main-head .main-head__title {
    width: 71.5%;
    padding-right: 7%;
  }

  .main-head .main-decor {
    margin: 0;
    width: 28.5%;
  }

  .head-page_short .head-page__wrapper {
    display: flex;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}