@charset "UTF-8";

@font-face {
	font-family: "OpenSans";
	font-display: block;
	src:
		url("../fonts/OpenSans-Regular.woff2") format("woff2"),
		url("../fonts/OpenSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	font-display: block;
	src:
		url("../fonts/OpenSans-Italic.woff2") format("woff2"),
		url("../fonts/OpenSans-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "OpenSans";
	font-display: block;
	src:
		url("../fonts/OpenSans-Bold.woff2") format("woff2"),
		url("../fonts/OpenSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "OpenSansCondensed";
	font-display: block;
	src:
		url("../fonts/OpenSansCondensed-Bold.woff2") format("woff2"),
		url("../fonts/OpenSansCondensed-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	font-display: block;
	src: url("../fonts/OpenSans-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "icons";
	font-display: block;
	src:
		url("../fonts/icons.woff2") format("woff2"),
		url("../fonts/icons.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "FontAwesome";
	src:
		url("../fonts/fa-brands-400.woff2") format("woff2"),
		url("../fonts/fa-brands-400.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
}

[class*="_icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*="_icon-"]:before {
	display: block;
}

.social-footer__item .fab,
.page .fab {
	font-family: "FontAwesome"; /* Добавляем FontAwesome для поддержки обоих иконочных шрифтов */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
}

.social-footer__item .fab {
	font-size: 30px; /* Указываем желаемый размер иконок */
	color: #fff !important; /* Указываем цвет иконок */
}

.page .fab {
	font-size: 2.1rem;
	color: #fbc506;
}

.text-center {
	text-align: center;
}

._icon-arrow-down:before {
	content: "\e900";
}

._icon-arrow-left:before {
	content: "\e901";
}

._icon-arrow-right:before {
	content: "\e902";
}

._icon-facebook:before {
	content: "\e903";
}

._icon-instagram:before {
	content: "\e904";
}

._icon-search:before {
	content: "\e905";
}

._icon-twitter:before {
	content: "\e906";
}

._icon-youtube:before {
	content: "\e907";
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	color: #0f143d;
	line-height: 1;
	font-family: "OpenSans", sans-serif;
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
	font-family: "OpenSans", sans-serif;
	font-size: inherit;
}

.wrapper-payment-form * {
	font-family: "OpenSans", sans-serif !important;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}

a {
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.page-template-default article a {
	text-decoration: underline !important;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-weight: 400;
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

main {
	background: repeat url("../img/main_bg.jpg");
}

.wrapper > main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
}

.wrapper > main .page-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.wrapper > * {
	min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*="__container"] {
	max-width: 73.125rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 0.9375rem;
}

.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 3.125rem;
	padding: 0px 1.75rem;
	border-radius: 0.25rem;
	overflow: hidden;
	max-width: 12rem;
	text-transform: uppercase;
}

.mainscreen {
	height: 100vh;
	max-height: 700px;
}

.home__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainscreen .mainscreen__button {
	padding: 0px 6.75rem;
}

.button span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 1.35;
	color: inherit;
	white-space: nowrap;
	display: block;
	font-family: "OpenSansCondensed", sans-serif;
}

.button span:nth-child(2) {
	display: none;
}

.button span:nth-child(3) {
	display: none;
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
}

.button-yellow {
	background-color: #fbc506;
	color: #fff;
}

.button-blue {
	background: #061631;
	color: #fff;
}

.button-white {
	background-color: #fff;
	color: #003366;
}

.button._fw {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	width: 100%;
	display: block;
}

.input._form-focus {
	outline: none;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.pagging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagging__arrow {
	display: block;
	flex: 0 0 2rem;
	min-height: 1.875rem;
	text-align: center;
}

.pagging__arrow::before {
	font-size: 0.875rem;
	color: #003366;
}

.pagging__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.pagging__arrow.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.pagging__item {
	min-width: 2.125rem;
	height: 1.875rem;
	padding: 0 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #003366;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.pagging__item._active {
	background-color: #003366;
	color: #fff;
	border-radius: 0.25rem;
}

[class*="-ibg"] {
	position: relative;
}

[class*="-ibg"] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

[class*="-ibg_contain"] img {
	-o-object-fit: contain;
	object-fit: contain;
}

.title {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 120%;
	/*letter-spacing: -0.03em;*/
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

.title p {
	max-width: 65rem;
	margin: 0px auto;
}

.title-b {
	color: #003366;
}

.title span {
	background-color: #003366;
	color: #fff;
	display: inline-block;
	padding: 0 4px;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	z-index: 100;
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	position: relative;
	z-index: 100;
}

.header__logo a img {
	height: auto;
}

.header__logo-white {
	display: none;
}

.header__logo._hover .header__logo-blue {
	display: none;
}

.header__logo._hover .header__logo-white {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.header__logo._active .header__logo-blue {
	display: none;
}

.header__logo._active .header__logo-white {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.header__menu {
	margin-right: 1.875rem;
	position: relative;
	z-index: 10;
}

.header__search {
	position: relative;
	z-index: 9;
}

.header__actions {
	position: relative;
	z-index: 3;
}

.menu-open .menu__body {
	display: none;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0;
}

.header__menu .menu-item a {
	font-size: 1rem;
	line-height: 1.375;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
}

.header__menu .menu-item a::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 180%);
	-ms-transform: translate(-50%, 180%);
	transform: translate(-50%, 180%);
	bottom: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header__menu .menu-item a-b {
	color: #0f143d;
}

.header__menu .menu-item a-b::after {
	background-color: #0f143d;
}

.header__menu .menu-item a-b._hover {
	color: #fff;
}

.content-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	padding-top: 9.375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-bottom: 1.875rem;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	overflow-y: auto;
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.menu-open .content-menu {
	opacity: 1;
	visibility: visible;
}

.content-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	row-gap: 0.3125rem;
}

.content-menu__list li {
	overflow: hidden;
}

.content-menu__list .menu-item a {
	color: #fff;
	font-weight: 700;
	font-family: "OpenSansCondensed", sans-serif;
	position: relative;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
}

.menu-open .content-menu__list .menu-item a {
	opacity: 1;
	visibility: visible;
}

.content-menu__list .menu-item a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fbc506;
	z-index: -1;
	-webkit-transform: translateX(-103%);
	-ms-transform: translateX(-103%);
	transform: translateX(-103%);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.saerch-header__button {
	position: relative;
	z-index: 100;
}

.saerch-header__button::before {
	font-size: 1.25rem;
	color: #fff;
}

.saerch-header__button-b::before {
	color: #0f143d;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.saerch-header__button-b._active::before {
	color: #fff;
}

.saerch-header__form {
	position: fixed;
	width: 100%;
	height: 31.25rem;
	left: 0;
	top: 0;
	background-color: #0f143d;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0px 1.25rem;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.saerch-header__form._hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.saerch-header__body {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 43.75rem;
	/* border-bottom: 0.0625rem solid #fff; */
	padding-bottom: 0.625rem;
}

.saerch-header__input {
	width: 100%;
}

.saerch-header__input input {
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	min-height: 3.125rem;
	border: 2px solid #fff;
	border-radius: 4px;
}

.saerch-header__input input::-webkit-input-placeholder {
	color: #fff;
}

.saerch-header__input input::-moz-placeholder {
	color: #fff;
}

.saerch-header__input input:-ms-input-placeholder {
	color: #fff;
}

.saerch-header__input input::-ms-input-placeholder {
	color: #fff;
}

.saerch-header__input input::placeholder {
	color: #fff;
}

.saerch-header__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.125rem;
	height: 3.125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3.125rem;
	flex: 0 0 3.125rem;
	background-color: #fff;
	border-radius: 50%;
}

.saerch-header__action::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.actions-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.actions-header__burger {
	border-radius: 50%;
	background-color: #003366;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.actions-header__burger::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: -2;
	background-color: #0f143d;
}

.menu-open .actions-header__burger::before {
	-webkit-transform: scale(80);
	-ms-transform: scale(80);
	transform: scale(80);
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.actions-header__circle {
	position: absolute;
	width: 65%;
	top: 17%;
	left: 17%;
	height: 65%;
	background-color: transparent;
	border-radius: 50%;
	z-index: 3;
	-webkit-animation: circle 5s linear infinite;
	animation: circle 5s linear infinite;
}

.actions-header__circle b {
	position: absolute;
	left: 50%;
	width: 0;
	font-weight: 400;
}

.actions-header__circle b span {
	display: block;
}

.actions-header__circle b span:nth-child(1) {
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
}

.actions-header__circle b span:nth-child(2) {
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
}

.actions-header__circle b span:nth-child(3) {
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
}

.actions-header__circle b span:nth-child(4) {
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
}

.actions-header__circle b:nth-of-type(-n + 4) {
	bottom: 50%;
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	padding-bottom: 50%;
	/* от значения свойства зависит приближение текста к центру круга */
}

.actions-header__circle b:nth-of-type(1) {
	-webkit-transform: rotate(317deg);
	-ms-transform: rotate(317deg);
	transform: rotate(317deg);
	z-index: 2;
	color: #fff;
}

.actions-header__circle b:nth-of-type(2) {
	-webkit-transform: rotate(341deg);
	-ms-transform: rotate(341deg);
	transform: rotate(341deg);
	color: #fff;
}

.actions-header__circle b:nth-of-type(3) {
	-webkit-transform: rotate(359deg);
	-ms-transform: rotate(359deg);
	transform: rotate(359deg);
	color: #fff;
}

.actions-header__circle b:nth-of-type(4) {
	-webkit-transform: rotate(379deg);
	-ms-transform: rotate(379deg);
	transform: rotate(379deg);
	color: #fff;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.icon-menu {
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 5;
}

.icon-menu span,
.icon-menu::before,
.icon-menu::after {
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	right: 0;
	position: absolute;
	width: 100%;
	height: 0.125rem;
	background-color: #fff;
}

.icon-menu::before {
	top: 0;
}

.icon-menu::after {
	bottom: 0;
}

.icon-menu span {
	top: calc(50% - 0.0625rem);
	width: 50%;
}

.menu-open .icon-menu span {
	width: 0;
}

.menu-open .icon-menu::before {
	top: calc(50% - 0.0625rem);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-open .icon-menu::after {
	bottom: calc(50% - 0.0625rem);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer {
	position: relative;
	background: repeat url("../img/footer_bg.jpg");
}

.footer__container {
	position: relative;
	z-index: 2;
}

.footer__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 14.375rem auto;
	grid-template-columns: 14.375rem auto;
	row-gap: 1.25rem;
}

.footer__lead {
	font-weight: 700;
	font-size: 1.375rem;
	text-transform: uppercase;
	line-height: 130%;
	color: #ffffff;
	font-family: "OpenSansCondensed", sans-serif;
	margin-bottom: 4.75rem;
}

.footer__item {
	display: inline-block !important;
	margin-bottom: 1.25rem;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #e6f6fc;
}

.footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__item-d {
	margin-bottom: 0.625rem;
	text-decoration: underline !important;
}

.footer__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	margin-bottom: 3.125rem;
}

.footer__text img {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3.75rem;
	flex: 0 0 3.75rem;
	max-height: 78px;
}

.footer__text p {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #e6f6fc;
}

.footer__partners {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(12rem, 1.2fr) 1.25rem minmax(8rem, 0.85fr) 1.25rem minmax(9rem, 0.95fr);
	grid-template-columns: minmax(12rem, 1.2fr) minmax(8rem, 0.85fr) minmax(9rem, 0.95fr);
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 3.125rem;
}

.footer-partner {
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-partner--global-giving {
	-ms-grid-column: 3;
}

.footer-partner--unfpa {
	-ms-grid-column: 5;
}

.footer-partner--global-giving,
.footer-partner--unfpa {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.footer-partner__logo {
	width: 100%;
	min-height: 4.875rem;
	margin-bottom: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-partner--global-giving .footer-partner__logo,
.footer-partner--unfpa .footer-partner__logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-partner__logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 4.875rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer-partner--unfpa .footer-partner__logo img {
	max-width: 10.75rem;
	max-height: 4.25rem;
}

.footer-partner__text {
	margin: 0;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #e6f6fc;
}

.footer-partner--global-compact .footer-partner__text {
	max-width: 18rem;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	row-gap: 1.875rem;
}

.footer__menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 7rem;
	-moz-column-gap: 7rem;
	column-gap: 7rem;
	margin-right: 1.875rem;
}

.footer__label {
	margin-bottom: 1.25rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #ffffff;
}

.footer__list li:not(:last-child) {
	margin-bottom: 0.4375rem;
}

.footer__menu .menu-item a {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #e6f6fc;
}

.footer__copy {
	text-align: center;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #e6f6fc;
	text-transform: uppercase;
}

.footer-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.social-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.social-footer__label {
	margin-bottom: 1.25rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 120%;
	text-align: right;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #ffffff;
}

.social-footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 0.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.875rem;
}

.social-footer__item::before {
	color: #fff;
	font-size: 1.75rem;
}

.mainscreen {
	position: relative;
	z-index: 2;
	width: 100%;
}

.mainscreen__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-position: center;
	object-position: center;
}

.mainscreen__bg img {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*top: 0;*/
	/*left: 0;*/
	/*-o-object-position: center;*/
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.mainscreen__bg__overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
}

.mainscreen__container {
	position: relative;
	z-index: 3;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.mainscreen__title span {
	background-color: #003366;
	line-height: 100% !important;
	display: inline-block;
}

.mainscreen__subtitle {
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #ffffff;
}

#payment-form {
	max-width: 500px;
	margin: auto !important;
	max-height: 200px;
}

.news {
	position: relative;
	z-index: 2;
}

.news__title {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
	min-height: 1.875rem;
	background-color: #003366;
}

.news__title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
}

.news__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 16.875rem;
	grid-template-columns: auto 16.875rem;
	margin-bottom: 1.875rem;
}

.news__content-g {
	-ms-grid-columns: auto 2.1875rem 16.875rem;
	grid-template-columns: auto 2.1875rem 16.875rem;
}

.news__body {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}

.news__body .news__content--text a {
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
}

.news__body .news__content--text a:hover,
.news__body .news__content--text a:focus {
	color: #fbc506;
}

.news__body-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 0;
}

.news__inner {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}

.news__aside-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #003366;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.news__aside-label span {
	display: inline-block;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.news__all {
	margin: 0px auto;
}

.news__img {
	position: relative;
	width: 100%;
	padding-bottom: 65%;
}

.news__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.news__content--text p {
	line-height: 1.5;
}

.news__content--text p strong {
	color: #003366;
}

.news__content--text h2,
.news__content--text h3,
.news__content--text h4 {
	font-family: "OpenSansCondensed", sans-serif;
	text-transform: uppercase;
	color: #003366;
	overflow-y: hidden;
}

.news__content--text h2 {
	line-height: 1.1875;
	letter-spacing: -0.02em;
}

.news__content--text h3 {
	line-height: 1.1875;
	letter-spacing: -0.02em;
}

.news__content--text h4 {
	line-height: 1.1875;
	letter-spacing: -0.02em;
}

.news__content--text .stories-titles {
	margin-bottom: 18px;
}

.news__content--text .stories-titles h2 {
	margin-bottom: 8px;
}

.news__content--text .stories-titles h2 em {
	font-size: 16px !important;
}

.news__content--text .stories-titles h3 {
	font-size: 22px;
	margin-bottom: 4px;
}

.news__content--text .stories-titles h4 {
	font-size: 17px;
	margin-bottom: 5px;
}

.news__content--text .news-photo-details {
	margin-top: 5px;
	display: block;
	color: #ccc;
	font-size: 14px;
}

.news__content--text h2 strong {
	color: #fff;
	display: inline-block;
	line-height: 115%;
	background-color: #003366;
}

.news__body blockquote {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #89d0ca;
	max-width: 43.75rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.news__body blockquote::before {
	content: "";
	position: absolute;
	background: url("../img/icons/quote-1.svg") left no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	opacity: 0.3;
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
}

.news__body blockquote::after {
	content: "";
	position: absolute;
	background: url("../img/icons/quote-2.svg") left no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	-webkit-transform: translate(50%, 30%);
	-ms-transform: translate(50%, 30%);
	transform: translate(50%, 30%);
}

.block-news-big .block-news__title {
	font-size: 25px;
}

.block-news__img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 0.625rem;
}

/*bookmark*/

.post-type-archive-projects .news__block.block-news .block-news__img {
	padding-bottom: 50% !important;
}

.block-news__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-news__title {
	display: block;
	font-size: 1rem;
	line-height: 1.1875;
	color: #0f143d;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.block-news__title span {
	background-color: #003366;
	display: inline-block;
	color: #fff;
}

.block-news__text {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #000;
}

.item-news {
	padding-bottom: 1.25rem;
	border-bottom: 0.0625rem solid #dadada;
}

.item-news:not(:last-child) {
	margin-bottom: 1.25rem;
}

.contribute .contribute__wrapper img {
	width: 100%;
}

.contribute {
	position: relative;
	z-index: 2;
}

.contribute__body {
	background: #003366;
	border-radius: 10px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3.625rem;
	padding-bottom: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contribute__title {
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	color: #ffffff;
}

.partnesr {
	text-align: center;
	position: relative;
	z-index: 2;
}

.partnesr__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
	position: relative;
}

.partnesr__title p {
	background: #003366;
	-webkit-transform: translateY(15%) rotate(4.53deg);
	-ms-transform: translateY(15%) rotate(4.53deg);
	transform: translateY(15%) rotate(4.53deg);
	color: #fff;
	margin-left: 1.25rem;
}

.partnesr__title span {
	position: absolute;
	right: -3.5%;
	top: 45%;
	background: #fbc506;
	-webkit-transform: rotate(-0.03deg) !important;
	-ms-transform: rotate(-0.03deg) !important;
	transform: rotate(-0.03deg) !important;
	display: block;
	color: #fff;
}

.partnesr__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 3.125rem;
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

.partnesr__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: ticker 20s linear infinite;
	animation: ticker 20s linear infinite;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.partnesr__item {
	padding-left: 1.5%;
	white-space: nowrap;
}

@media (max-width: 47.99875em) {
	.partnesr__item {
		padding-left: 1%;
	}
}

.partnesr__item img {
	min-width: 100%;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
	}
	to {
		-webkit-transform: translate(-112%, 0);
		transform: translate(-112%, 0);
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;

		@media (max-width: 47.99875em) {
			.partnesr {
				-webkit-transform: translate(-115%, 0);
				transform: translate(-115%, 0);
			}
		}
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
	}
	to {
		-webkit-transform: translate(-112%, 0);
		transform: translate(-112%, 0);
		-webkit-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;

		@media (max-width: 47.99875em) {
			.partnesr {
				-webkit-transform: translate(-115%, 0);
				transform: translate(-115%, 0);
			}
		}
	}
}

@media (max-width: 29.99875em) {
	@-webkit-keyframes ticker {
		0% {
			-webkit-transform: translate(0%, 0);
			transform: translate(0%, 0);
			-webkit-transition: all 0.7s ease 0s;
			-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
		}
		to {
			-webkit-transform: translate(-122%, 0);
			transform: translate(-122%, 0);
			-webkit-transition: all 0.7s ease 0s;
			-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
		}
	}
	@keyframes ticker {
		0% {
			-webkit-transform: translate(0%, 0);
			transform: translate(0%, 0);
			-webkit-transition: all 0.7s ease 0s;
			-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
		}
		to {
			-webkit-transform: translate(-122%, 0);
			transform: translate(-122%, 0);
			-webkit-transition: all 0.7s ease 0s;
			-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
		}
	}
}

.swiper-logos {
}

.swiper-logos .swiper-slide {
}

.swiper-logos .swiper-slide img {
	height: 70px;
	width: auto;
}

.services {
	position: relative;
	z-index: 2;
}

.services__grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}

.services__img {
	position: relative;
	height: 100%;
}

.services__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.achievements-services {
	background: #fbc506;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.achievements-services__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.achievements-services__content {
	text-align: center;
	position: relative;
	z-index: 2;
}

.achievements-services__label {
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	background-color: #003366;
	color: #ffffff;
}

.achievements-services__icon {
	margin-bottom: 1.875rem;
}

.achievements-services__icon img {
	max-width: 100%;
}

.achievements-services__number {
	font-weight: 700;
	/* or 83px */
	background-color: #fff;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fbc506;
	font-family: "OpenSansCondensed", sans-serif;
	margin-bottom: 1.25rem;
}

.achievements-services__text {
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.spent-services {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #89d0ca;
}

.spent-services-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.spent-services-icon {
	width: 6.25rem;
	height: auto;
}

.spent-services__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.spent-services__icon {
	margin-bottom: 1.875rem;
}

.spent-services__icon img {
	max-width: 100% !important;
}

.spent-services__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

.spent-services__number span {
	display: block;
	background-color: #0f143d;
	color: #fff;
}

.spent-services__label {
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.fundraising-services {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #0f143d;
}

.fundraising-services-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.fundraising-services__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	text-align: left;
	position: relative;
	z-index: 2;
}

.fundraising-services__label {
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	font-family: "OpenSansCondensed", sans-serif;
}

.fundraising-services__label span {
	color: #fbc506;
}

.fundraising-services__icon img {
	position: absolute;
	bottom: 0;
	right: 2.5rem;
	-webkit-transform: translateY(60%);
	-ms-transform: translateY(60%);
	transform: translateY(60%);
}

.partners-services {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #e6f6fc;
}

.partners-services img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.partners-services__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 3.125rem;
	text-align: center;
}

.partners-services__number {
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #e6f6fc;
	background-color: #003366;
}

.partners-services__label {
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #003366;
	font-family: "OpenSansCondensed", sans-serif;
	margin-bottom: 0.3125rem;
}

.partners-services__text {
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #0f143d;
}

.news {
	position: relative;
	z-index: 2;
}

.news__title {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
	min-height: 1.875rem;
	background-color: #003366;
}

.news__title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #ffffff;
}

.news__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 16.875rem;
	grid-template-columns: auto 16.875rem;
	margin-bottom: 1.875rem;
}

.news__content-g {
	-ms-grid-columns: auto 2.1875rem 16.875rem;
	grid-template-columns: auto 2.1875rem 16.875rem;
}

.news__body {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}

.news__body-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 0;
}

.news__inner {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
}

.news__aside-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #003366;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news__aside-label span {
	display: inline-block;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.news__all {
	margin: 0px auto;
}

.news__img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

/*bookmark*/

.news__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.news__content--text p {
	line-height: 1.5;
}

.news__content--text h2 {
	font-family: "OpenSansCondensed", sans-serif;
	line-height: 1.1875;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #003366;
	overflow-y: hidden;
}

.news__content--text h2 strong {
	color: #fff;
	display: inline-block;
	line-height: 115%;
	background-color: #003366;
}

.news__body blockquote {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #89d0ca;
	max-width: 43.75rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.news__body blockquote::before {
	content: "";
	position: absolute;
	background: url("../img/icons/quote-1.svg") left no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	opacity: 0.3;
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
}

.news__body blockquote::after {
	content: "";
	position: absolute;
	background: url("../img/icons/quote-2.svg") left no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	-webkit-transform: translate(50%, 30%);
	-ms-transform: translate(50%, 30%);
	transform: translate(50%, 30%);
}

.new__title {
	width: 100%;
	background: #fffbf0;
	margin-bottom: 3.125rem;
	padding: 0 10px;
}

.deposit-news {
	background-color: #003366;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.deposit-news__lead {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem;
	width: 100%;
	max-width: 23.125rem;
	background: #fbc506;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	min-height: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.deposit-news__lead span {
	-webkit-animation: marquee 9s linear infinite;
	animation: marquee 9s linear infinite;
	display: inline-block;
	letter-spacing: -0.05em;
	white-space: nowrap;
	padding-right: 10%;
}

.deposit-news__label {
	margin-bottom: 1.25rem;
	font-weight: 700;
	font-family: "OpenSansCondensed", sans-serif;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #ffffff;
}

.social-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-news__item::before {
	font-size: 1.875rem;
}

.social-news__link {
	font-size: 1rem;
	line-height: 1.375;
	font-weight: 400;
	color: #003366;
	text-transform: uppercase;
}

.last-news__title {
	font-weight: 700;
	font-family: "OpenSansCondensed", sans-serif;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #003366;
}

.last-news__body {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
	margin-bottom: 1.875rem;
}

.last-news__button {
	margin: 0px auto;
}

.lang-header._active {
	text-decoration: underline;
}

.home__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 28.9375rem;
	grid-template-columns: auto 28.9375rem;
	gap: 1.875rem;
}

.home__container {
	position: relative;
	z-index: 3;
	color: #fff;
}

.home__donate {
	/*display: none;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home__title {
	margin-bottom: 1.25rem;
	font-family: "OpenSansCondensed", sans-serif;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.home__title span {
	color: #fbc506;
}

.home__subtitle {
	line-height: 1.5;
	letter-spacing: -0.02em;
	font-weight: 400;
	max-width: 29.375rem;
}

.security {
	position: relative;
	z-index: 2;
}

.security__title {
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	max-width: 60.6875rem;
	margin: 0px auto;
}

.security__title span {
	color: #fff;
	background-color: #003366;
	display: inline-block;
	line-height: 100%;
}

.security__row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [ 2];
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.875rem;
}

.security__text {
	line-height: 1.5;
	color: #0f143d;
	font-weight: 400;
}

.security__text ol,
.security__text ul {
	padding-left: 20px;
}

.security__text p:not(:last-child) {
	margin-bottom: 0.9375rem;
}

.security__list p {
	line-height: 1.5;
	color: #0f143d;
	font-weight: 400;
}

.security__list p:not(:last-child) {
	margin-bottom: 0.625rem;
}

.security__lead {
	max-width: 48.125rem;
	margin: 0px auto;
	text-align: center;
	line-height: 1.5;
	color: #0f143d;
	font-weight: 400;
}

.security__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [ 4];
	grid-template-columns: repeat(4, 1fr);
	row-gap: 1.875rem;
}

.item-security {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.item-security-m {
	padding-top: 1.25rem;
}

.item-security__icon img {
	max-width: 100%;
	width: 100px;
	height: 100px;
}

.item-security__title {
	letter-spacing: -0.02em;
	text-transform: uppercase;
	line-height: 1.2105263158;
	font-weight: 700;
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
	background-color: #e6f6fc;
	padding: 0px 0.125rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.item-security__text {
	line-height: 1.1666666667;
	color: #0f143d;
}

.news__lead {
	max-width: 43.875rem;
	margin: 0px auto;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1875;
	color: #fbc506;
	font-family: "OpenSansCondensed", sans-serif;
}

.news__lead span {
	background-color: #fbc506;
	color: #fff;
	display: inline-block;
	line-height: 100%;
}

.support {
	background: #e6f6fc;
}

.support__container {
	position: relative;
	z-index: 2;
}

.support__line {
	min-height: 1.875rem;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.support__line span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
	background-color: #fbc506;
}

.support__title {
	margin: 0px auto;
	max-width: 40.75rem;
	text-align: center;
	color: #003366;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "OpenSansCondensed";
	line-height: 120%;
}

.support__title span {
	color: #fff;
	background-color: #003366;
	display: inline-block;
	line-height: 100%;
}

.support__subtitle {
	max-width: 48.125rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	color: #0f143d;
	margin-left: auto;
	margin-right: auto;
}

.support__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [ 3];
	grid-template-columns: repeat(3, 1fr);
	gap: 1.875rem;
}

.item-support {
	position: relative;
	padding: 1.5rem 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 15rem;
}

.item-support a {
	padding: 0;
}

.item-support .fab {
	color: #fff;
	font-size: 24px;
}

.item-support-yellow {
	background-color: #fbc506;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.item-support-blue {
	background-color: #003366;
}

.item-support-green {
	background: #89d0ca;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.item-support__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.item-support__label {
	position: relative;
	z-index: 2;
	margin-bottom: 1.25rem;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

.item-support__list {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-support__list p {
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 0.625rem;
}

.item-support__list a {
	display: inline-block;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #fff;
}

.item-support__list a:not(:last-child) {
	margin-bottom: 0.625rem;
}

.item-support__social {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.item-support__link::before {
	color: #fff;
	font-size: 1.25rem;
}

.block-news__img-label {
	position: absolute;
	top: 0.3125rem;
	left: 0.3125rem;
	background-color: #fbc506;
	line-height: 120%;
	font-size: 0.875rem;
	color: #fff;
	z-index: 2;
	font-family: "OpenSansCondensed", sans-serif;
	text-transform: uppercase;
}

.block-news__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.block-news__date-label {
	display: inline-block;
	background-color: #fbc506;
	font-family: "OpenSansCondensed", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.875rem;
	line-height: 120%;
}

.lang-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lang-header-w span {
	color: #fff;
}

.lang-header span {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
}

.wpml-ls-item a {
	font-family: "OpenSansCondensed", sans-serif;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.wpml-ls-item a {
	color: #fff;
}

.wpml-ls-current-language a {
	text-decoration: underline;
}

.wpml-ls-legacy-list-horizontal > ul {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: unset;
}

.wpml-ls-legacy-list-horizontal li {
	position: relative;
}

.wpml-ls-legacy-list-horizontal li:last-child:before {
	content: "/";
	position: absolute;
	left: -3px;
	top: 6px;
	color: #fff;
}

.dark-header .header__menu .menu-item a,
.dark-header .saerch-header__button::before,
.dark-header .wpml-ls-item a,
.dark-header .wpml-ls-legacy-list-horizontal li:last-child:before {
	color: inherit;
}

.news__line {
	width: 100%;
	height: 1.875rem;
	background-color: #fbc506;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	font-family: "OpenSansCondensed", sans-serif;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}

.reports {
	position: relative;
	z-index: 2;
}

.report2 .reports__photo {
	margin: 17px 0;
	width: 100%;
}

.report2 .reports__photo img {
	width: 100%;
	height: auto;
}

.report2 .reports__text {
	text-align: justify !important;
	min-height: 145px;
}

.reports__title {
	text-align: center;
	margin-bottom: 1.25rem;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
}

.reports__items {
	margin-top: 70px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}

.reports__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.reports__years {
	font-weight: 700;
	line-height: 130%;
	font-family: "OpenSansCondensed", sans-serif;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #003366;
	background-color: #e6f6fc;
	padding: 0px 0.25rem;
}

.reports__text {
	font-weight: 400;
	line-height: 150%;
}

/* ================================== */
.about {
	position: relative;
	z-index: 2;
}

.heading-about {
	position: relative;
	z-index: 3;
}

.heading-about__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.heading-about__container *:last-child {
	margin-bottom: 0;
}

.heading-about__line {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem;
	background: #003366;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	min-height: 1.875rem;
}

.heading-about__line span {
	display: inline-block;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.heading-about__title {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	max-width: 51.4375rem;
	margin-left: auto;
	margin-right: auto;
	color: #003366;
}

.heading-about__subtitle {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fbc506;
}

.heading-about__text {
	max-width: 48.125rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	color: #003366;
	line-height: 150%;
	text-align: center;
}

.heading-about__down {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	background-color: #e6f6fc;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.heading-about__down::before {
	color: #003366;
}

.dream-about {
	position: relative;
	width: 100%;
}

.dream-about__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-position: left;
	object-position: left;
	min-width: 68.75rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.dream-about__content {
	position: relative;
	z-index: 2;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 48.125rem;
	margin: 0px auto;
}

.dream-about__title {
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	color: #fff;
}

.dream-about__text {
	font-weight: 400;
	line-height: 150%;
	color: #ffffff;
}

.components-about__title {
	max-width: 40.75rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
}

.components-about__title span {
	color: #fff;
	background-color: #003366;
	display: inline-block;
	line-height: 100%;
}

.components-about__content {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
	row-gap: 1.875rem;
	height: 100%;
}

.item-components {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.item-components__icon {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.item-components__icon img {
	max-width: 100%;
}

.item-components__text {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 120%;
}

.mission-about__container {
	position: relative;
	background: rgba(189, 224, 236, 0.431372549);
	border-radius: 10px;
	overflow: hidden;
}

.mission-about__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 53.125rem;
	-o-object-position: center;
	object-position: center;
}

.mission-about__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.mission-about__text {
	max-width: 52.5rem;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
}

.teams-about__title {
	text-align: center;
	margin-bottom: 1.25rem;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
}

.teams-about__subtitle {
	text-align: center;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
}

.teams-about__body {
	width: 100%;
}

.teams-about__arrow {
	position: relative;
}

.teams-about__arrow img {
	-webkit-transform: translateY(-350%);
	-ms-transform: translateY(-350%);
	transform: translateY(-350%);
}

.teams-about__swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slide-teams {
	text-align: center;
	/* padding: 0 10px; */
}

.swiper-teams-about {
	padding: 0 35px;
}

.slide-teams *:last-child {
	margin-bottom: 0;
}

.slide-teams__img {
	margin-bottom: 1.25rem;
	position: relative;
	padding-bottom: 106%;
	width: 100%;
}

.slide-teams__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.slide-teams__label {
	margin-bottom: 0.9375rem;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #003366;
	padding: 0px 0rem;
}

.slide-teams__name {
	margin-bottom: 1.25rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.02em;
}

.slide-teams__email {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.02em;
}

.heading-contacts {
	position: relative;
	width: 100%;
}

.heading-contacts__img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 62.5rem;
}

.heading-contacts__container {
	position: relative;
	z-index: 2;
}

.heading-contacts__title {
	text-align: center;
	margin-bottom: 1.25rem;
	font-family: "OpenSansCondensed", sans-serif;
	color: #fff;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.heading-contacts__subtitle {
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}

.content-contacts {
	position: relative;
	z-index: 2;
}

.content-contacts__addres {
	display: block;
	font-family: "OpenSansCondensed", sans-serif;
	max-width: 25.3125rem;
	margin: 0px auto;
	text-align: center;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #003366;
}

.content-contacts__row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [ 2];
	grid-template-columns: repeat(2, 1fr);
}

.content-contacts__column-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: right;
}

.content-contacts__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-contacts__line:not(:last-child) {
	margin-bottom: 0.625rem;
}

.content-contacts__line span {
	font-weight: 700;
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.content-contacts__line a {
	font-weight: 700;
	font-family: "OpenSansCondensed", sans-serif;
	line-height: 130%;
	text-align: right;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	background-color: #003366;
	padding: 0px 0.125rem;
	display: inline-block;
	line-height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.content-contacts__column-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.content-contacts__text {
	text-align: center;
	max-width: 48.125rem;
	margin: 0px auto;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
}

.social-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-contacts__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 1.875rem;
	background-color: #fbc506;
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.social-contacts__line span {
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.social-contacts__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-contacts__item::before {
	color: #fbc506;
	font-size: 2.5rem;
}

.swiper {
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 16%;
}

.swiper-pagination-bullet {
	height: 15px;
	width: 15px;
	background: #fff;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	background: #003264;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

.news__gallery-slider__wrapper .swiper-pagination-bullet {
	background: #ccc;
}

.news__gallery-slider__wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #003264;
}

.projects-filter {
	display: flex;
	margin-bottom: 50px;
}

.filter-btn {
	color: #061631;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	font-family: "OpenSans", sans-serif;
}

.filter-btn.active {
	font-weight: 700;
}

.filter-btn:hover {
	text-decoration: underline;
}

.filter-btn.active:hover {
	text-decoration: unset;
}

.filter-btn:not(:last-child) {
	margin-right: 10px;
}

/* /////////////////////////////////////////////// */
@media (min-width: 47.99875em) {
	.header__search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media (min-width: 51.25em) {
	.block-news-big {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}

/* ===================================================== */
@media (min-width: 61.99875em) {
	.social-news__item {
		margin-bottom: 1.25rem;
	}

	.social-news__link {
		-webkit-writing-mode: vertical-lr;
		-ms-writing-mode: tb-lr;
		writing-mode: vertical-lr;
	}
}

/* /////////////////////////////////////////////////// */

@media (min-width: 75em) {
	.button-head span {
		font-size: 1.25rem;
	}

	.pagging {
		margin-top: 3.125rem;
	}

	.pagging__arrow-left {
		margin-right: 3.125rem;
	}

	.pagging__arrow-right {
		margin-left: 3.125rem;
	}

	.pagging__list {
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.title {
		font-size: 4.5rem;
	}

	.header__container {
		padding-top: 1.4375rem;
	}

	.header__container {
		padding-bottom: 1.4375rem;
	}

	.header__logo {
		margin-right: 3.3125rem;
	}

	.header__logo a img {
		width: 5.75rem;
	}

	.header__search {
		margin-right: 1.875rem;
	}

	.menu__list {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.content-menu__list .menu-item a {
		font-size: 4.0625rem;
	}

	.actions-header {
		-webkit-column-gap: 3.125rem;
		-moz-column-gap: 3.125rem;
		column-gap: 3.125rem;
	}

	.actions-header__burger {
		width: 5.625rem;
	}

	.actions-header__burger {
		height: 5.625rem;
	}

	.actions-header__burger::before {
		width: 5.625rem;
	}

	.actions-header__burger::before {
		height: 5.625rem;
	}

	.actions-header__circle b {
		font-size: 0.8125rem;
	}

	.icon-menu {
		width: 1.875rem;
	}

	.icon-menu {
		height: 1.4375rem;
	}

	.footer {
		padding-top: 6.25rem;
	}

	.footer {
		padding-bottom: 6.25rem;
	}

	.footer__body {
		margin-bottom: 3.125rem;
	}

	.footer__body {
		-webkit-column-gap: 10.625rem;
		-moz-column-gap: 10.625rem;
		column-gap: 10.625rem;
	}

	.mainscreen {
		margin-bottom: 6.25rem;
	}

	.mainscreen__title {
		margin-bottom: 1.875rem;
	}

	.mainscreen__subtitle {
		margin-bottom: 1.875rem;
	}

	.mainscreen__subtitle {
		font-size: 1.375rem;
	}

	.news {
		margin-bottom: 6.25rem;
	}

	.news__title {
		margin-bottom: 3.125rem;
	}

	.news__content {
		gap: 1.875rem;
	}

	.news__content-g {
		-webkit-column-gap: 3.125rem;
		-moz-column-gap: 3.125rem;
		column-gap: 3.125rem;
	}

	.news__body {
		gap: 1.875rem;
	}

	.news__inner {
		gap: 1.875rem;
	}

	.news__img {
		margin-bottom: 3.125rem;
	}

	.news__content--text p {
		margin-bottom: 3.125rem;
	}

	.news__content--text p {
		font-size: 1.125rem;
	}

	.news__content--text h2 {
		margin-bottom: 3.3125rem;
	}

	.news__content--text h2 {
		font-size: 4rem;
	}

	.news__body blockquote {
		font-size: 3rem;
	}

	.news__body blockquote {
		margin-bottom: 4.375rem;
	}

	.news__body blockquote::before {
		width: 3.75rem;
	}

	.news__body blockquote::before {
		height: 3.125rem;
	}

	.news__body blockquote::after {
		width: 3.75rem;
	}

	.news__body blockquote::after {
		height: 3.125rem;
	}

	.block-news__date {
		margin-bottom: 0.625rem;
	}

	.block-news__title {
		margin-bottom: 0.75rem;
	}

	.contribute {
		margin-bottom: 6.25rem;
	}

	.contribute-m {
		margin-bottom: 3.125rem;
	}

	.contribute-m {
		margin-top: 3.125rem;
	}

	.contribute__title {
		font-size: 4rem;
	}

	.partnesr {
		margin-bottom: 6.25rem;
	}

	.partnesr__title {
		margin-bottom: 6.25rem;
	}

	.partnesr__title {
		font-size: 4rem;
	}

	.achievements-services {
		padding-top: 6.25rem;
	}

	.achievements-services {
		padding-bottom: 6.25rem;
	}

	.achievements-services__label {
		font-size: 1.5rem;
	}

	.achievements-services__label {
		margin-bottom: 2.125rem;
	}

	.achievements-services__number {
		font-size: 4rem;
	}

	.achievements-services__text {
		font-size: 1rem;
		text-transform: uppercase;
	}

	.spent-services {
		padding-top: 6.25rem;
	}

	.spent-services {
		padding-bottom: 6.25rem;
	}

	.spent-services__number {
		font-size: 4rem;
	}

	.spent-services__label {
		font-size: 1rem;
		text-transform: uppercase;
	}

	.fundraising-services {
		padding-top: 6.25rem;
	}

	.fundraising-services {
		padding-bottom: 6.25rem;
	}

	.fundraising-services__content {
		padding-left: 3.125rem;
	}

	.fundraising-services__content {
		padding-right: 3.125rem;
	}

	.fundraising-services__label {
		font-size: 4rem;
	}

	.partners-services {
		padding-top: 6.25rem;
	}

	.partners-services {
		padding-bottom: 6.25rem;
	}

	.partners-services__number {
		font-size: 4rem;
	}

	.partners-services__label {
		font-size: 4rem;
	}

	.partners-services__text {
		font-size: 1rem;
		text-transform: uppercase;
	}

	.news {
		margin-bottom: 6.25rem;
	}

	.news__title {
		margin-bottom: 3.125rem;
	}

	.news__content {
		gap: 1.875rem;
	}

	.news__content-g {
		-webkit-column-gap: 3.125rem;
		-moz-column-gap: 3.125rem;
		column-gap: 3.125rem;
	}

	.news__body {
		gap: 1.875rem;
	}

	.news__inner {
		gap: 1.875rem;
	}

	.news__img {
		margin-bottom: 2.8rem;
	}

	.news__content--text p {
		margin-bottom: 2.8rem;
	}

	.news__content--text p {
		font-size: 1.125rem;
	}

	.news__content--text h2 {
		margin-bottom: 3.3125rem;
	}

	.news__content--text h2 {
		font-size: 4rem;
	}

	.news__body blockquote,
	.news__body blockquote p {
		font-size: 32px !important;
	}

	.news__body blockquote {
		margin-bottom: 4.375rem;
	}

	.news__body blockquote::before {
		width: 3.75rem;
	}

	.news__body blockquote::before {
		height: 3.125rem;
	}

	.news__body blockquote::after {
		width: 3.75rem;
	}

	.news__body blockquote::after {
		height: 3.125rem;
	}

	.date {
		padding-top: 10rem;
	}

	.date__title {
		margin-bottom: 3.125rem;
	}

	.new__title {
		padding-top: 10rem;
	}

	.new__title {
		padding-bottom: 6.25rem;
	}

	.deposit-news {
		padding-top: 6.25rem;
	}

	.deposit-news {
		padding-bottom: 6.25rem;
	}

	.deposit-news__lead {
		max-width: 23.125rem;
	}

	.deposit-news__lead span {
		font-size: 1.5rem;
	}

	.deposit-news__label {
		font-size: 4rem;
	}

	.last-news {
		margin-top: 4.375rem;
	}

	.last-news__title {
		margin-bottom: 1.875rem;
	}

	.last-news__title {
		font-size: 4rem;
	}

	.last-news__body {
		gap: 1.875rem;
	}

	.home__title {
		font-size: 4.5rem;
	}

	.home__subtitle {
		font-size: 1.335rem;
	}

	.security {
		margin-bottom: 5.3125rem;
	}

	.security__title {
		font-size: 4rem;
	}

	.security__title {
		margin-bottom: 1.875rem;
	}

	.security__row {
		-webkit-column-gap: 4.0625rem;
		-moz-column-gap: 4.0625rem;
		column-gap: 4.0625rem;
	}

	.security__row {
		margin-bottom: 1.875rem;
	}

	.security__text {
		font-size: 1.125rem;
	}

	.security__list p {
		font-size: 1.125rem;
	}

	.security__lead {
		font-size: 1.125rem;
	}

	.security__lead {
		margin-bottom: 3.125rem;
	}

	.security__items {
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.item-security__icon {
		margin-bottom: 3.125rem;
	}

	.item-security__title {
		margin-bottom: 2.5rem;
	}

	.item-security__title {
		/*font-size: 2.325rem;*/
		font-size: 31px;
	}

	.item-security__text {
		font-size: 1.125rem;
	}

	.news__title-m {
		margin-bottom: 1.875rem;
	}

	.news__lead {
		font-size: 4rem;
	}

	.news__lead {
		margin-bottom: 3.125rem;
	}

	.support {
		margin-bottom: 6.25rem;
	}

	.support {
		padding-top: 6.25rem;
	}

	.support {
		padding-bottom: 12.5rem;
	}

	.support__line {
		margin-bottom: 1.875rem;
	}

	.support__title {
		margin-bottom: 1.875rem;
	}

	.support__title {
		font-size: 4rem;
	}

	.support__subtitle {
		margin-bottom: 1.875rem;
	}

	.item-support__label {
		font-size: 2.25rem;
	}

	.item-support__list p {
		font-size: 1.25rem;
	}

	.item-support__list a {
		font-size: 1.25rem;
	}

	.lang-header {
		margin-right: 2.1875rem;
	}

	.reports {
		padding-top: 10rem;
	}

	.reports {
		margin-bottom: 6.25rem;
	}

	.reports__title {
		font-size: 4.5rem;
	}

	.reports__items {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.reports__items {
		row-gap: 6rem;
	}

	.reports__years {
		margin-bottom: 1.1875rem;
	}

	.reports__years {
		font-size: 2.25rem;
	}

	.reports__text {
		margin-bottom: 1.25rem;
	}

	.reports__text {
		font-size: 1.125rem;
	}

	/* ============================================= */
	.heading-about {
		padding-top: 10rem;
	}

	.heading-about {
		padding-bottom: 6.75rem;
	}

	.heading-about__line {
		max-width: 14.375rem;
	}

	.heading-about__line span {
		font-size: 1.5rem;
	}

	.heading-about__title {
		margin-bottom: 1.25rem;
	}

	.heading-about__title {
		font-size: 4.5rem;
	}

	.heading-about__subtitle {
		margin-bottom: 1.25rem;
	}

	.heading-about__subtitle {
		font-size: 2.25rem;
	}

	.heading-about__text {
		font-size: 1.375rem;
	}

	.heading-about__down {
		width: 4.375rem;
	}

	.heading-about__down {
		height: 4.375rem;
	}

	.heading-about__down::before {
		font-size: 1.875rem;
	}

	.dream-about {
		padding-top: 7.8125rem;
	}

	.dream-about {
		padding-bottom: 6.875rem;
	}

	.dream-about {
		margin-bottom: 6.25rem;
	}

	.dream-about__title {
		margin-bottom: 2.5rem;
	}

	.dream-about__title {
		font-size: 4rem;
	}

	.dream-about__text {
		font-size: 1.375rem;
	}

	.components-about {
		margin-bottom: 6.25rem;
	}

	.components-about__title {
		margin-bottom: 1.25rem;
	}

	.components-about__title {
		font-size: 4rem;
	}

	.components-about__content {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.item-components__icon {
		height: 8.75rem;
	}

	.mission-about {
		margin-bottom: 6.25rem;
	}

	.mission-about__container {
		padding-top: 6.25rem;
	}

	.mission-about__container {
		padding-bottom: 6.25rem;
	}

	.mission-about__title {
		margin-bottom: 3.125rem;
	}

	.teams-about {
		margin-bottom: 6.25rem;
	}

	.teams-about__title {
		font-size: 4rem;
	}

	.teams-about__subtitle {
		margin-bottom: 2.5rem;
	}

	.contacts__social {
		margin-bottom: 3.125rem;
	}

	.heading-contacts__container {
		padding-top: 12.5rem;
	}

	.heading-contacts__container {
		padding-bottom: 6.25rem;
	}

	.heading-contacts__title {
		font-size: 4.1rem;
	}

	.heading-contacts__subtitle {
		font-size: 1.375rem;
	}

	.content-contacts {
		padding-top: 2.25rem;
	}

	.content-contacts {
		padding-bottom: 6.25rem;
	}

	.content-contacts__addres {
		margin-bottom: 2.5rem;
	}

	.content-contacts__addres {
		font-size: 1.8rem;
	}

	.content-contacts__row {
		-webkit-column-gap: 6.875rem;
		-moz-column-gap: 6.875rem;
		column-gap: 6.875rem;
	}

	.content-contacts__row {
		margin-bottom: 3.125rem;
	}

	.content-contacts__line {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.content-contacts__line span {
		font-size: 2.25rem;
	}

	.content-contacts__line a {
		font-size: 2.25rem;
	}

	.social-contacts__line {
		max-width: 23.125rem;
	}

	.social-contacts__line span {
		font-size: 1.5rem;
	}

	.social-contacts__line span {
		font-size: 1.5rem;
	}

	.social-contacts__items {
		-webkit-column-gap: 3.125rem;
		-moz-column-gap: 3.125rem;
		column-gap: 3.125rem;
	}
}

/* ////////////////////////////////////////////////////// */
@media (max-width: 75em) {
	.news__body blockquote::before {
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}

	.news__body blockquote::after {
		-webkit-transform: translate(0%, 40%);
		-ms-transform: translate(0%, 40%);
		transform: translate(0%, 40%);
	}

	.news__body blockquote::before {
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}

	.news__body blockquote::after {
		-webkit-transform: translate(0%, 40%);
		-ms-transform: translate(0%, 40%);
		transform: translate(0%, 40%);
	}

	.content-contacts__line-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}

	.content-contacts__line-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}

@media (max-width: 25em) {
	.button-head span {
		font-size: 0.8125rem;
	}

	.pagging {
		margin-top: 1.875rem;
	}

	.pagging__arrow-left {
		margin-right: 1.875rem;
	}

	.pagging__arrow-right {
		margin-left: 1.875rem;
	}

	.pagging__list {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.title {
		font-size: 1.875rem;
	}

	.header__container {
		padding-top: 0.9375rem;
	}

	.header__container {
		padding-bottom: 0.9375rem;
	}

	.header__logo {
		margin-right: 0.9375rem;
	}

	.header__logo a img {
		width: 4.375rem;
	}

	.header__search {
		margin-right: 0.625rem;
	}

	.menu__list {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.content-menu__list .menu-item a {
		font-size: 1.875rem;
	}

	.actions-header {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.actions-header__burger {
		width: 2.8125rem;
	}

	.actions-header__burger {
		height: 2.8125rem;
	}

	.actions-header__burger::before {
		width: 2.8125rem;
	}

	.actions-header__burger::before {
		height: 2.8125rem;
	}

	.actions-header__circle b {
		font-size: 0.625rem;
	}

	.icon-menu {
		width: 1.25rem;
	}

	.icon-menu {
		height: 1rem;
	}

	.footer {
		padding-top: 3.125rem;
	}

	.footer {
		padding-bottom: 3.125rem;
	}

	.footer__body {
		margin-bottom: 1.875rem;
	}

	.footer__body {
		-webkit-column-gap: 0.0000000625rem;
		-moz-column-gap: 0.0000000625rem;
		column-gap: 0.0000000625rem;
	}

	.mainscreen {
		margin-bottom: 3.125rem;
	}

	.mainscreen__bg,
	.mainscreen__container,
	.home .mainscreen {
		height: 250px !important;
	}

	.mainscreen .mainscreen__button {
		padding: 0px 12px;
		min-height: 2.125rem;
	}

	.mainscreen .mainscreen__button span {
		font-size: 12px;
		line-height: 21px;
	}

	.mainscreen__subtitle {
		font-size: 12px;
	}

	.mainscreen__title {
		margin: 45px 0 12px !important;
		font-size: 18px;
	}

	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 21%;
	}

	.mainscreen__subtitle {
		margin-bottom: 1rem;
	}

	.swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}

	.home__title {
		font-size: 18px !important;
		margin-top: 28px;
		text-align: center;
	}

	.home__subtitle {
		font-size: 12px !important;
		text-align: center;
	}

	.home__donate {
		background: rgba(0, 0, 0, 0.3);
		height: 320px;
		margin-top: 30px;
		padding: 0 12px;
	}

	.home__content {
		height: 148px;
	}

	.home__container {
		padding-bottom: 0 !important;
	}

	#payment-form {
		max-height: 320px;
	}

	.wrapper-payment-form .wrapper-final-value .fake-field,
	.wrapper-payment-form .wrapper-final-value .currency {
		font-size: 12px !important;
	}

	.header__logo a img {
		width: 55px !important;
	}

	.saerch-header__button {
		width: 30px !important;
		height: 30px !important;
	}

	.saerch-header__button::before {
		font-size: 12px !important;
	}

	.pagging__item {
		min-width: 17px;
		height: 17px;
		padding: 0 4px;
		font-size: 12px;
	}

	.footer__text img {
		max-width: 76px;
		height: 100%;
		width: auto;
	}

	.support__line span {
		font-size: 13px;
	}

	.news {
		margin-bottom: 3.125rem;
	}

	.news__title {
		margin-bottom: 1.875rem;
	}

	.news__content {
		gap: 0.9375rem;
	}

	.news__content-g {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.news__body {
		gap: 0.9375rem;
	}

	.news__inner {
		gap: 0.9375rem;
	}

	.news__img {
		margin-bottom: 1.875rem;
	}

	.news__content--text p {
		margin-bottom: 1.875rem;
	}

	.news__content--text p {
		font-size: 1rem;
	}

	.news__content--text h2 {
		margin-bottom: 2.1875rem;
	}

	.news__content--text h2 {
		font-size: 1.875rem;
	}

	.news__body blockquote {
		font-size: 1.5625rem;
	}

	.news__body blockquote {
		margin-bottom: 3.125rem;
	}

	.news__body blockquote::before {
		width: 1.875rem;
	}

	.news__body blockquote::before {
		height: 1.25rem;
	}

	.news__body blockquote::after {
		width: 1.875rem;
	}

	.news__body blockquote::after {
		height: 1.25rem;
	}

	.block-news__date {
		margin-bottom: 0.3125rem;
	}

	.block-news__title {
		margin-bottom: 0.5rem;
	}

	.contribute {
		margin-bottom: 3.125rem;
	}

	.contribute-m {
		margin-bottom: 1.875rem;
	}

	.contribute-m {
		margin-top: 1.875rem;
	}

	.contribute__title {
		font-size: 2.1875rem;
	}

	.partnesr {
		margin-bottom: 3.125rem;
	}

	.partnesr__title {
		margin-bottom: 3.75rem;
	}

	.partnesr__title {
		font-size: 2.5rem;
	}

	.achievements-services {
		padding-top: 0.0000000625rem;
	}

	.achievements-services {
		padding-bottom: 0.0000000625rem;
	}

	.achievements-services__label {
		font-size: 1.25rem;
	}

	.achievements-services__label {
		margin-bottom: 1.875rem;
	}

	.achievements-services__number {
		font-size: 2.5rem;
	}

	.achievements-services__text {
		font-size: 1.125rem;
	}

	.spent-services {
		padding-top: 0.0000000625rem;
	}

	.spent-services {
		padding-bottom: 0.0000000625rem;
	}

	.spent-services__number {
		font-size: 2.5rem;
	}

	.spent-services__label {
		font-size: 1.125rem;
	}

	.fundraising-services {
		padding-top: 0.0000000625rem;
	}

	.fundraising-services {
		padding-bottom: 0.0000000625rem;
	}

	.fundraising-services__content {
		padding-left: 1.25rem;
	}

	.fundraising-services__content {
		padding-right: 1.25rem;
	}

	.fundraising-services__label {
		font-size: 1.25rem;
	}

	.partners-services {
		padding-top: 0.0000000625rem;
	}

	.partners-services {
		padding-bottom: 0.0000000625rem;
	}

	.partners-services__number {
		font-size: 2.5rem;
	}

	.partners-services__label {
		font-size: 2.5rem;
	}

	.partners-services__text {
		font-size: 1.125rem;
	}

	.news {
		margin-bottom: 3.125rem;
	}

	.news__title {
		margin-bottom: 1.875rem;
	}

	.news__content {
		gap: 0.9375rem;
	}

	.news__content-g {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.news__body {
		gap: 0.9375rem;
	}

	.news__inner {
		gap: 0.9375rem;
	}

	.news__img {
		margin-bottom: 1.875rem;
	}

	.news__content--text p {
		margin-bottom: 1.875rem;
	}

	.news__content--text p {
		font-size: 16px;
	}

	.news__content--text h2 {
		margin-bottom: 2.1875rem;
	}

	.news__content--text h2 {
		font-size: 1.875rem;
	}

	.news__body blockquote {
		font-size: 1.5625rem;
	}

	.news__body blockquote {
		margin-bottom: 3.125rem;
	}

	.news__body blockquote::before {
		width: 1.875rem;
	}

	.news__body blockquote::before {
		height: 1.25rem;
	}

	.news__body blockquote::after {
		width: 1.875rem;
	}

	.news__body blockquote::after {
		height: 1.25rem;
	}

	.date {
		padding-top: 5rem;
	}

	.date__title {
		margin-bottom: 1.875rem;
	}

	.new__title {
		padding-top: 6.25rem;
	}

	.new__title {
		padding-bottom: 3.75rem;
	}

	.deposit-news {
		padding-top: 3.125rem;
	}

	.deposit-news {
		padding-bottom: 3.125rem;
	}

	.deposit-news__lead {
		max-width: 13.125rem;
		font-size: 11px;
	}

	.deposit-news__lead span {
		font-size: 1.125rem;
	}

	.news__deposit.deposit-news a {
		font-size: 13px;
	}

	.deposit-news__label {
		font-size: 1.875rem;
	}

	.last-news {
		margin-top: 1.875rem;
	}

	.last-news__title {
		margin-bottom: 1.25rem;
	}

	.last-news__title {
		font-size: 1.875rem;
	}

	.last-news__body {
		gap: 0.9375rem;
	}

	.home__title {
		font-size: 3.125rem;
	}

	.home__subtitle {
		font-size: 1.125rem;
	}

	.security {
		margin-bottom: 4.375rem;
	}

	.security__title {
		font-size: 2.5rem;
	}

	.security__title {
		margin-bottom: 1.25rem;
	}

	.security__row {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.security__row {
		margin-bottom: 1.25rem;
	}

	.security__text {
		font-size: 1rem;
	}

	.security__list p {
		font-size: 1rem;
	}

	.security__lead {
		font-size: 1rem;
	}

	.security__lead {
		margin-bottom: 1.875rem;
	}

	.security__items {
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}

	.item-security__icon {
		margin-bottom: 1.25rem;
	}

	.item-security__title {
		margin-bottom: 1.25rem;
	}

	.item-security__title {
		font-size: 1rem;
	}

	.item-security__text {
		font-size: 0.875rem;
	}

	.news__title-m {
		margin-bottom: 1.25rem;
	}

	.news__lead {
		font-size: 2.1875rem;
	}

	.news__lead {
		margin-bottom: 1.25rem;
	}

	.support {
		margin-bottom: 3.125rem;
	}

	.support {
		padding-top: 3.125rem;
	}

	.support {
		padding-bottom: 9.375rem;
	}

	.support__line {
		margin-bottom: 1.25rem;
	}

	.support__title {
		margin-bottom: 1.25rem;
	}

	.support__title {
		font-size: 1.5rem;
	}

	.support__subtitle {
		margin-bottom: 1.25rem;
	}

	.item-support__label {
		font-size: 1.5625rem;
	}

	.item-support__list p {
		font-size: 1rem;
	}

	.item-support__list a {
		font-size: 1rem;
	}

	.lang-header {
		margin-right: 0.625rem;
	}

	.reports {
		padding-top: 7.5rem;
	}

	.reports {
		margin-bottom: 4.375rem;
	}

	.reports__title {
		font-size: 2.5rem;
	}

	.reports__items {
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}

	.reports__items {
		row-gap: 1.25rem;
	}

	.reports__years {
		margin-bottom: 0.8125rem;
	}

	.reports__years {
		font-size: 1.5625rem;
	}

	.reports__text {
		margin-bottom: 0.625rem;
	}

	.reports__text {
		font-size: 1rem;
	}

	/* ============================================= */
	.heading-about {
		padding-top: 7.5rem;
	}

	.heading-about {
		padding-bottom: 5rem;
	}

	.heading-about__line {
		max-width: 12.5rem;
	}

	.heading-about__line span {
		font-size: 1.125rem;
	}

	.heading-about__title {
		margin-bottom: 0.9375rem;
	}

	.heading-about__title {
		font-size: 2.5rem;
	}

	.heading-about__subtitle {
		margin-bottom: 0.9375rem;
	}

	.heading-about__subtitle {
		font-size: 1.6875rem;
	}

	.heading-about__text {
		font-size: 1.125rem;
	}

	.heading-about__down {
		width: 3.125rem;
	}

	.heading-about__down {
		height: 3.125rem;
	}

	.heading-about__down::before {
		font-size: 1.25rem;
	}

	.dream-about {
		padding-top: 6.25rem;
	}

	.dream-about {
		padding-bottom: 4.375rem;
	}

	.dream-about {
		margin-bottom: 3.125rem;
	}

	.dream-about__title {
		margin-bottom: 1.25rem;
	}

	.dream-about__title {
		font-size: 2.5rem;
	}

	.dream-about__text {
		font-size: 1.125rem;
	}

	.components-about {
		margin-bottom: 4.375rem;
	}

	.components-about__title {
		margin-bottom: 1.875rem;
	}

	.components-about__title {
		font-size: 2.5rem;
	}

	.components-about__content {
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}

	.item-components__icon {
		height: 6.25rem;
	}

	.mission-about {
		margin-bottom: 4.375rem;
	}

	.mission-about__container {
		padding-top: 3.125rem;
	}

	.mission-about__container {
		padding-bottom: 3.125rem;
	}

	.mission-about__title {
		margin-bottom: 1.875rem;
	}

	.teams-about {
		margin-bottom: 4.375rem;
	}

	.teams-about__title {
		font-size: 2.5rem;
	}

	.teams-about__subtitle {
		margin-bottom: 1.875rem;
	}

	.contacts__social {
		margin-bottom: 1.875rem;
	}

	.heading-contacts__container {
		padding-top: 8.125rem;
	}

	.heading-contacts__container {
		padding-bottom: 5rem;
	}

	.heading-contacts__title {
		font-size: 32px;
	}

	.heading-contacts__subtitle {
		font-size: 12px;
	}

	.content-contacts {
		/* padding-top: 3.125rem; */
	}

	.content-contacts {
		padding-bottom: 3.125rem;
	}

	.content-contacts__addres {
		margin-bottom: 1.875rem;
	}

	.content-contacts__addres {
		font-size: 1.875rem;
	}

	.content-contacts__row {
		-webkit-column-gap: 0.0000000625rem;
		-moz-column-gap: 0.0000000625rem;
		column-gap: 0.0000000625rem;
	}

	.content-contacts__row {
		margin-bottom: 1.875rem;
	}

	.content-contacts__line {
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}

	.content-contacts__line span {
		font-size: 1.875rem;
	}

	.content-contacts__line a {
		font-size: 1.875rem;
	}

	.social-contacts__line {
		max-width: 16.25rem;
	}

	.social-contacts__line span {
		font-size: 1.25rem;
	}

	.social-contacts__line span {
		font-size: 1.125rem;
	}

	.social-contacts__items {
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}
}

/* ////////////////////////////////////////////// */
@media (max-width: 61.99875em) {
	.footer__body {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.footer__partners {
		-ms-grid-columns: minmax(0, 1.15fr) 1rem minmax(7rem, 0.85fr) 1rem minmax(8rem, 0.95fr);
		grid-template-columns: minmax(0, 1.15fr) minmax(7rem, 0.85fr) minmax(8rem, 0.95fr);
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}

	.news__content-g {
		-ms-grid-columns: auto 14.375rem;
		grid-template-columns: auto 14.375rem;
	}

	.services__grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.news__content-g {
		-ms-grid-columns: auto 14.375rem;
		grid-template-columns: auto 14.375rem;
	}

	.social-news {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 1.5625rem;
		-webkit-column-gap: 0.9375rem;
		-moz-column-gap: 0.9375rem;
		column-gap: 0.9375rem;
	}

	.home__body {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.security__items {
		-ms-grid-columns: (1fr) [ 2] !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.item-security-m {
		padding-top: 0;
	}

	.support__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.item-support {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 45%;
		flex: 0 1 45%;
	}

	.item-support-yellow {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.item-support-green {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@media (max-width: 61.99875em) and (max-width: 25em) {
	.support {
		padding-bottom: 3.125rem;
	}
}

@media (max-width: 56.25em) {
	.content-contacts__row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.content-contacts__column-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.25rem;
	}

	.content-contacts__line-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-contacts__line-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-contacts__column-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 53.125em) {
	.footer__body {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.footer__partners {
		-ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.footer__lead {
		margin-bottom: 1.875rem;
	}

	.footer__text {
		margin-bottom: 1.875rem;
	}
}

@media (max-width: 51.25em) {
	.news__body {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.news__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.news__body {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.news__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 47.99875em) {
	.button-head {
		padding: 0px 10px;
		min-height: 40px;
	}

	.button span:nth-child(2) {
		display: block;
	}

	.button span:nth-child(3) {
		display: block;
	}

	.header__logo {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.menu__body {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.saerch-header__button {
		width: 2.8125rem;
		height: 2.8125rem;
		border-radius: 50%;
		border: 0.0625rem solid #fff;
	}

	.saerch-header__form {
		height: 25rem;
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}

	.actions-header__circle {
		display: none;
	}

	.footer__menu {
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
	}

	.news__content {
		-ms-grid-columns: auto 40%;
		grid-template-columns: auto 40%;
	}

	.partnesr__item {
		padding-left: 1%;
	}

	.fundraising-services__icon img {
		-webkit-transform: translateY(30%);
		-ms-transform: translateY(30%);
		transform: translateY(30%);
		max-width: 13%;
	}

	.news__content {
		-ms-grid-columns: auto 40%;
		grid-template-columns: auto 40%;
	}

	.security__row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 43.75em) {
	.news__content-g {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}

	.news__content-g {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.deposit-news {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 37.5em) {
	.pagging {
		margin-bottom: 3.75rem;
	}

	.content-menu {
		padding-top: 7.5rem;
	}

	.news__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.services__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.services-box {
		min-height: 25rem;
	}

	.fundraising-services__label {
		font-size: 3.125rem !important;
	}

	.fundraising-services__icon img {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	.news__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 34.375em) {
	.footer__partners {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		max-width: 22rem;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-partner,
	.footer-partner--global-giving,
	.footer-partner--unfpa {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.footer-partner--global-giving,
	.footer-partner--unfpa {
		-ms-grid-column: 1;
	}

	.footer-partner__logo {
		min-height: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-partner--global-compact .footer-partner__text {
		max-width: 100%;
	}

	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.footer__menu {
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [ 2];
		grid-template-columns: repeat(2, 1fr);
	}

	.social-footer {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.support__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.item-support {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
	}

	.item-support__social a {
		display: contents;
	}
}

@media (max-width: 29.99875em) {
	.footer__text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0.625rem;
	}

	.item-security__icon img {
		max-width: 70%;
	}

	.item-components__icon img {
		max-width: 20%;
	}
}

@media (min-width: 25em) and (max-width: 75em) {
	@supports (font-size: clamp(0.8125rem, 0.59375rem + 0.875vw, 1.25rem)) {
		.button-head span {
			font-size: clamp(0.8125rem, 0.59375rem + 0.875vw, 1.25rem);
		}
	}

	@supports not (font-size: clamp(0.8125rem, 0.59375rem + 0.875vw, 1.25rem)) {
		.button-head span {
			font-size: calc(0.8125rem + 0.4375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-top: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.pagging {
			margin-top: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.pagging {
			margin-top: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-right: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.pagging__arrow-left {
			margin-right: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-right: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.pagging__arrow-left {
			margin-right: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-left: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.pagging__arrow-right {
			margin-left: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-left: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.pagging__arrow-right {
			margin-left: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem)) or
			(column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem))
	) {
		.pagging__list {
			-webkit-column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem);
			-moz-column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem);
			column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem)) or
			(column-gap: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem))
	) {
		.pagging__list {
			-webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.625rem + 0.625 * (100vw - 25rem) / 50);
			column-gap: calc(0.625rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 0.5625rem + 5.25vw, 4.5rem)) {
		.title {
			font-size: clamp(1.875rem, 0.5625rem + 5.25vw, 4.5rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 0.5625rem + 5.25vw, 4.5rem)) {
		.title {
			font-size: calc(1.875rem + 2.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(0.9375rem, 0.6875rem + 1vw, 1.4375rem)) {
		.header__container {
			padding-top: clamp(0.9375rem, 0.6875rem + 1vw, 1.4375rem);
		}
	}

	@supports not (padding-top: clamp(0.9375rem, 0.6875rem + 1vw, 1.4375rem)) {
		.header__container {
			padding-top: calc(0.9375rem + 0.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(0.9375rem, 0.6875rem + 1vw, 1.4375rem)) {
		.header__container {
			padding-bottom: clamp(0.9375rem, 0.6875rem + 1vw, 1.4375rem);
		}
	}

	@supports not (padding-bottom: clamp(0.9375rem, 0.6875rem + 1vw, 1.4375rem)) {
		.header__container {
			padding-bottom: calc(0.9375rem + 0.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-right: clamp(0.9375rem, -0.25rem + 4.75vw, 3.3125rem)) {
		.header__logo {
			margin-right: clamp(0.9375rem, -0.25rem + 4.75vw, 3.3125rem);
		}
	}

	@supports not (margin-right: clamp(0.9375rem, -0.25rem + 4.75vw, 3.3125rem)) {
		.header__logo {
			margin-right: calc(0.9375rem + 2.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(4.375rem, 3.6875rem + 2.75vw, 5.75rem)) {
		.header__logo a img {
			width: clamp(4.375rem, 3.6875rem + 2.75vw, 5.75rem);
		}
	}

	@supports not (width: clamp(4.375rem, 3.6875rem + 2.75vw, 5.75rem)) {
		.header__logo a img {
			width: calc(4.375rem + 1.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-right: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem)) {
		.header__search {
			margin-right: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem);
		}
	}

	@supports not (margin-right: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem)) {
		.header__search {
			margin-right: calc(0.625rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem)) or
			(column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem))
	) {
		.menu__list {
			-webkit-column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem);
			-moz-column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem);
			column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem)) or
			(column-gap: clamp(0.625rem, 0.0000000625rem + 2.5vw, 1.875rem))
	) {
		.menu__list {
			-webkit-column-gap: calc(0.625rem + 1.25 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.625rem + 1.25 * (100vw - 25rem) / 50);
			column-gap: calc(0.625rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 0.78125rem + 4.375vw, 4.0625rem)) {
		.content-menu__list .menu-item a {
			font-size: clamp(1.875rem, 0.78125rem + 4.375vw, 4.0625rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 0.78125rem + 4.375vw, 4.0625rem)) {
		.content-menu__list .menu-item a {
			font-size: calc(1.875rem + 2.1875 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem)) or
			(column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem))
	) {
		.actions-header {
			-webkit-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
			-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
			column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem)) or
			(column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem))
	) {
		.actions-header {
			-webkit-column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
			column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger {
			width: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem);
		}
	}

	@supports not (width: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger {
			width: calc(2.8125rem + 2.8125 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger {
			height: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem);
		}
	}

	@supports not (height: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger {
			height: calc(2.8125rem + 2.8125 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger::before {
			width: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem);
		}
	}

	@supports not (width: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger::before {
			width: calc(2.8125rem + 2.8125 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger::before {
			height: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem);
		}
	}

	@supports not (height: clamp(2.8125rem, 1.40625rem + 5.625vw, 5.625rem)) {
		.actions-header__burger::before {
			height: calc(2.8125rem + 2.8125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(0.625rem, 0.53125rem + 0.375vw, 0.8125rem)) {
		.actions-header__circle b {
			font-size: clamp(0.625rem, 0.53125rem + 0.375vw, 0.8125rem);
		}
	}

	@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.375vw, 0.8125rem)) {
		.actions-header__circle b {
			font-size: calc(0.625rem + 0.1875 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.icon-menu {
			width: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (width: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.icon-menu {
			width: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(1rem, 0.78125rem + 0.875vw, 1.4375rem)) {
		.icon-menu {
			height: clamp(1rem, 0.78125rem + 0.875vw, 1.4375rem);
		}
	}

	@supports not (height: clamp(1rem, 0.78125rem + 0.875vw, 1.4375rem)) {
		.icon-menu {
			height: calc(1rem + 0.4375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.footer {
			padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.footer {
			padding-top: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.footer {
			padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.footer {
			padding-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.footer__body {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.footer__body {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem)) or
			(column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem))
	) {
		.footer__body {
			-webkit-column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem);
			-moz-column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem);
			column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem)) or
			(column-gap: clamp(0.0000000625rem, -5.3124999063rem + 21.249999875vw, 10.625rem))
	) {
		.footer__body {
			-webkit-column-gap: calc(0.0000000625rem + 10.6249999375 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.0000000625rem + 10.6249999375 * (100vw - 25rem) / 50);
			column-gap: calc(0.0000000625rem + 10.6249999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.mainscreen {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.mainscreen {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.mainscreen__title {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.mainscreen__title {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.mainscreen__subtitle {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.mainscreen__subtitle {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem)) {
		.mainscreen__subtitle {
			font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem)) {
		.mainscreen__subtitle {
			font-size: calc(1rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.news {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.news {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports not (width: clamp(15.625rem, 11.875rem + 15vw, 23.125rem)) {
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__title {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__title {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__content {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__content {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem)) or
			(column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem))
	) {
		.news__content-g {
			-webkit-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
			-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
			column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem)) or
			(column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem))
	) {
		.news__content-g {
			-webkit-column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
			column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__body {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__body {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__inner {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__inner {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__img {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__img {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__content--text p {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__content--text p {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.news__content--text p {
			font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.news__content--text p {
			font-size: calc(1rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(2.1875rem, 1.625rem + 2.25vw, 3.3125rem)) {
		.news__content--text h2 {
			margin-bottom: clamp(2.1875rem, 1.625rem + 2.25vw, 3.3125rem);
		}
	}

	@supports not (margin-bottom: clamp(2.1875rem, 1.625rem + 2.25vw, 3.3125rem)) {
		.news__content--text h2 {
			margin-bottom: calc(2.1875rem + 1.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.news__content--text h2 {
			font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.news__content--text h2 {
			font-size: calc(1.875rem + 2.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.5625rem, 0.84375rem + 2.875vw, 3rem)) {
		.news__body blockquote {
			font-size: clamp(1.5625rem, 0.84375rem + 2.875vw, 3rem);
		}
	}

	@supports not (font-size: clamp(1.5625rem, 0.84375rem + 2.875vw, 3rem)) {
		.news__body blockquote {
			font-size: calc(1.5625rem + 1.4375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.news__body blockquote {
			margin-bottom: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.news__body blockquote {
			margin-bottom: calc(3.125rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::before {
			width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem);
		}
	}

	@supports not (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::before {
			width: calc(1.875rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::before {
			height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::before {
			height: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::after {
			width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem);
		}
	}

	@supports not (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::after {
			width: calc(1.875rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::after {
			height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::after {
			height: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(0.3125rem, 0.15625rem + 0.625vw, 0.625rem)) {
		.block-news__date {
			margin-bottom: clamp(0.3125rem, 0.15625rem + 0.625vw, 0.625rem);
		}
	}

	@supports not (margin-bottom: clamp(0.3125rem, 0.15625rem + 0.625vw, 0.625rem)) {
		.block-news__date {
			margin-bottom: calc(0.3125rem + 0.3125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(0.5rem, 0.375rem + 0.5vw, 0.75rem)) {
		.block-news__title {
			margin-bottom: clamp(0.5rem, 0.375rem + 0.5vw, 0.75rem);
		}
	}

	@supports not (margin-bottom: clamp(0.5rem, 0.375rem + 0.5vw, 0.75rem)) {
		.block-news__title {
			margin-bottom: calc(0.5rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.contribute {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.contribute {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.contribute-m {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.contribute-m {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-top: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.contribute-m {
			margin-top: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.contribute-m {
			margin-top: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.1875rem, 1.28125rem + 3.625vw, 4rem)) {
		.contribute__title {
			font-size: clamp(2.1875rem, 1.28125rem + 3.625vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.1875rem, 1.28125rem + 3.625vw, 4rem)) {
		.contribute__title {
			font-size: calc(2.1875rem + 1.8125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.partnesr {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.partnesr {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.75rem, 2.5rem + 5vw, 6.25rem)) {
		.partnesr__title {
			margin-bottom: clamp(3.75rem, 2.5rem + 5vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.75rem, 2.5rem + 5vw, 6.25rem)) {
		.partnesr__title {
			margin-bottom: calc(3.75rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.partnesr__title {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.partnesr__title {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.achievements-services {
			padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.achievements-services {
			padding-top: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.achievements-services {
			padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.achievements-services {
			padding-bottom: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem)) {
		.achievements-services__label {
			font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
		}
	}

	@supports not (font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem)) {
		.achievements-services__label {
			font-size: calc(1.25rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem)) {
		.achievements-services__label {
			margin-bottom: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem)) {
		.achievements-services__label {
			margin-bottom: calc(1.875rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.achievements-services__number {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.achievements-services__number {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem)) {
		.achievements-services__text {
			font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem)) {
		.achievements-services__text {
			font-size: calc(1.125rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.spent-services {
			padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.spent-services {
			padding-top: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.spent-services {
			padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.spent-services {
			padding-bottom: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.spent-services__number {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.spent-services__number {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem)) {
		.spent-services__label {
			font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem)) {
		.spent-services__label {
			font-size: calc(1.125rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.fundraising-services {
			padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.fundraising-services {
			padding-top: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.fundraising-services {
			padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.fundraising-services {
			padding-bottom: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-left: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.fundraising-services__content {
			padding-left: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (padding-left: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.fundraising-services__content {
			padding-left: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-right: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.fundraising-services__content {
			padding-right: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (padding-right: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.fundraising-services__content {
			padding-right: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.25rem, -0.125rem + 5.5vw, 4rem)) {
		.fundraising-services__label {
			font-size: clamp(1.25rem, -0.125rem + 5.5vw, 4rem);
		}
	}

	@supports not (font-size: clamp(1.25rem, -0.125rem + 5.5vw, 4rem)) {
		.fundraising-services__label {
			font-size: calc(1.25rem + 2.75 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.partners-services {
			padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.partners-services {
			padding-top: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.partners-services {
			padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(0.0000000625rem, -3.1249999063rem + 12.499999875vw, 6.25rem)) {
		.partners-services {
			padding-bottom: calc(0.0000000625rem + 6.2499999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.partners-services__number {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.partners-services__number {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.partners-services__label {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.partners-services__label {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem)) {
		.partners-services__text {
			font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 1.0625rem + 0.25vw, 1.25rem)) {
		.partners-services__text {
			font-size: calc(1.125rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.news {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.news {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(15.625rem, 11.875rem + 15vw, 23.125rem)) {
	}

	@supports not (width: clamp(15.625rem, 11.875rem + 15vw, 23.125rem)) {
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__title {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__title {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__content {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__content {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem)) or
			(column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem))
	) {
		.news__content-g {
			-webkit-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
			-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
			column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem)) or
			(column-gap: clamp(0.625rem, -0.625rem + 5vw, 3.125rem))
	) {
		.news__content-g {
			-webkit-column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
			column-gap: calc(0.625rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__body {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__body {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__inner {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.news__inner {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__img {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__img {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__content--text p {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.news__content--text p {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.news__content--text p {
			font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.news__content--text p {
			font-size: calc(1rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(2.1875rem, 1.625rem + 2.25vw, 3.3125rem)) {
		.news__content--text h2 {
			margin-bottom: clamp(2.1875rem, 1.625rem + 2.25vw, 3.3125rem);
		}
	}

	@supports not (margin-bottom: clamp(2.1875rem, 1.625rem + 2.25vw, 3.3125rem)) {
		.news__content--text h2 {
			margin-bottom: calc(2.1875rem + 1.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.news__content--text h2 {
			font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.news__content--text h2 {
			font-size: calc(1.875rem + 2.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.5625rem, 0.84375rem + 2.875vw, 3rem)) {
		.news__body blockquote {
			font-size: clamp(1.5625rem, 0.84375rem + 2.875vw, 3rem);
		}
	}

	@supports not (font-size: clamp(1.5625rem, 0.84375rem + 2.875vw, 3rem)) {
		.news__body blockquote {
			font-size: calc(1.5625rem + 1.4375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.news__body blockquote {
			margin-bottom: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.news__body blockquote {
			margin-bottom: calc(3.125rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::before {
			width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem);
		}
	}

	@supports not (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::before {
			width: calc(1.875rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::before {
			height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::before {
			height: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::after {
			width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem);
		}
	}

	@supports not (width: clamp(1.875rem, 0.9375rem + 3.75vw, 3.75rem)) {
		.news__body blockquote::after {
			width: calc(1.875rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::after {
			height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (height: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__body blockquote::after {
			height: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(5rem, 2.5rem + 10vw, 10rem)) {
		.date {
			padding-top: clamp(5rem, 2.5rem + 10vw, 10rem);
		}
	}

	@supports not (padding-top: clamp(5rem, 2.5rem + 10vw, 10rem)) {
		.date {
			padding-top: calc(5rem + 5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.date__title {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.date__title {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(6.25rem, 4.375rem + 7.5vw, 10rem)) {
		.new__title {
			padding-top: clamp(6.25rem, 4.375rem + 7.5vw, 10rem);
		}
	}

	@supports not (padding-top: clamp(6.25rem, 4.375rem + 7.5vw, 10rem)) {
		.new__title {
			padding-top: calc(6.25rem + 3.75 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(3.75rem, 2.5rem + 5vw, 6.25rem)) {
		.new__title {
			padding-bottom: clamp(3.75rem, 2.5rem + 5vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.75rem, 2.5rem + 5vw, 6.25rem)) {
		.new__title {
			padding-bottom: calc(3.75rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.deposit-news {
			padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.deposit-news {
			padding-top: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.deposit-news {
			padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.deposit-news {
			padding-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (max-width: clamp(13.125rem, 8.125rem + 20vw, 23.125rem)) {
		.deposit-news__lead {
			max-width: clamp(13.125rem, 8.125rem + 20vw, 23.125rem);
		}
	}

	@supports not (max-width: clamp(13.125rem, 8.125rem + 20vw, 23.125rem)) {
		.deposit-news__lead {
			max-width: calc(13.125rem + 10 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem)) {
		.deposit-news__lead span {
			font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem)) {
		.deposit-news__lead span {
			font-size: calc(1.125rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.deposit-news__label {
			font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.deposit-news__label {
			font-size: calc(1.875rem + 2.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-top: clamp(1.875rem, 0.625rem + 5vw, 4.375rem)) {
		.last-news {
			margin-top: clamp(1.875rem, 0.625rem + 5vw, 4.375rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 0.625rem + 5vw, 4.375rem)) {
		.last-news {
			margin-top: calc(1.875rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.last-news__title {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.last-news__title {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.last-news__title {
			font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 0.8125rem + 4.25vw, 4rem)) {
		.last-news__title {
			font-size: calc(1.875rem + 2.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.last-news__body {
			gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) {
		.last-news__body {
			gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(3.125rem, 2.4375rem + 2.75vw, 4.5rem)) {
		.home__title {
			font-size: clamp(3.125rem, 2.4375rem + 2.75vw, 4.5rem);
		}
	}

	@supports not (font-size: clamp(3.125rem, 2.4375rem + 2.75vw, 4.5rem)) {
		.home__title {
			font-size: calc(3.125rem + 1.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem)) {
		.home__subtitle {
			font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem)) {
		.home__subtitle {
			font-size: calc(1.125rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(4.375rem, 3.90625rem + 1.875vw, 5.3125rem)) {
		.security {
			margin-bottom: clamp(4.375rem, 3.90625rem + 1.875vw, 5.3125rem);
		}
	}

	@supports not (margin-bottom: clamp(4.375rem, 3.90625rem + 1.875vw, 5.3125rem)) {
		.security {
			margin-bottom: calc(4.375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.security__title {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.security__title {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.security__title {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.security__title {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem)) or
			(column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem))
	) {
		.security__row {
			-webkit-column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem);
			-moz-column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem);
			column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem)) or
			(column-gap: clamp(0.625rem, -1.09375rem + 6.875vw, 4.0625rem))
	) {
		.security__row {
			-webkit-column-gap: calc(0.625rem + 3.4375 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.625rem + 3.4375 * (100vw - 25rem) / 50);
			column-gap: calc(0.625rem + 3.4375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.security__row {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.security__row {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.security__text {
			font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.security__text {
			font-size: calc(1rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.security__list p {
			font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.security__list p {
			font-size: calc(1rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.security__lead {
			font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.security__lead {
			font-size: calc(1rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.security__lead {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.security__lead {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem)) or
			(column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem))
	) {
		.security__items {
			-webkit-column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem);
			-moz-column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem);
			column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem)) or
			(column-gap: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem))
	) {
		.security__items {
			-webkit-column-gap: calc(0.9375rem + 0.3125 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.9375rem + 0.3125 * (100vw - 25rem) / 50);
			column-gap: calc(0.9375rem + 0.3125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.item-security__icon {
			margin-bottom: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.item-security__icon {
			margin-bottom: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem)) {
		.item-security__title {
			margin-bottom: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem)) {
		.item-security__title {
			margin-bottom: calc(1.25rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.3125rem + 2.75vw, 2.375rem)) {
		.item-security__title {
			font-size: clamp(1rem, 0.3125rem + 2.75vw, 2.375rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.3125rem + 2.75vw, 2.375rem)) {
		.item-security__title {
			font-size: calc(1rem + 1.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem)) {
		.item-security__text {
			font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem)) {
		.item-security__text {
			font-size: calc(0.875rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.news__title-m {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.news__title-m {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.1875rem, 1.28125rem + 3.625vw, 4rem)) {
		.news__lead {
			font-size: clamp(2.1875rem, 1.28125rem + 3.625vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.1875rem, 1.28125rem + 3.625vw, 4rem)) {
		.news__lead {
			font-size: calc(2.1875rem + 1.8125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__lead {
			margin-bottom: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.3125rem + 3.75vw, 3.125rem)) {
		.news__lead {
			margin-bottom: calc(1.25rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.support {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.support {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.support {
			padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.support {
			padding-top: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(9.375rem, 7.8125rem + 6.25vw, 12.5rem)) {
		.support {
			padding-bottom: clamp(9.375rem, 7.8125rem + 6.25vw, 12.5rem);
		}
	}

	@supports not (padding-bottom: clamp(9.375rem, 7.8125rem + 6.25vw, 12.5rem)) {
		.support {
			padding-bottom: calc(9.375rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.support__line {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.support__line {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.support__title {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.support__title {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.support__title {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.support__title {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.support__subtitle {
			margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.support__subtitle {
			margin-bottom: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.5625rem, 1.21875rem + 1.375vw, 2.25rem)) {
		.item-support__label {
			font-size: clamp(1.5625rem, 1.21875rem + 1.375vw, 2.25rem);
		}
	}

	@supports not (font-size: clamp(1.5625rem, 1.21875rem + 1.375vw, 2.25rem)) {
		.item-support__label {
			font-size: calc(1.5625rem + 0.6875 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem)) {
		.item-support__list p {
			font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem)) {
		.item-support__list p {
			font-size: calc(1rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem)) {
		.item-support__list a {
			font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem)) {
		.item-support__list a {
			font-size: calc(1rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-right: clamp(0.625rem, -0.15625rem + 3.125vw, 2.1875rem)) {
		.lang-header {
			margin-right: clamp(0.625rem, -0.15625rem + 3.125vw, 2.1875rem);
		}
	}

	@supports not (margin-right: clamp(0.625rem, -0.15625rem + 3.125vw, 2.1875rem)) {
		.lang-header {
			margin-right: calc(0.625rem + 1.5625 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(7.5rem, 6.25rem + 5vw, 10rem)) {
		.reports {
			padding-top: clamp(7.5rem, 6.25rem + 5vw, 10rem);
		}
	}

	@supports not (padding-top: clamp(7.5rem, 6.25rem + 5vw, 10rem)) {
		.reports {
			padding-top: calc(7.5rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.reports {
			margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.reports {
			margin-bottom: calc(4.375rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem)) {
		.reports__title {
			font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem)) {
		.reports__title {
			font-size: calc(2.5rem + 2 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) or
			(column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem))
	) {
		.reports__items {
			-webkit-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
			-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
			column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) or
			(column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem))
	) {
		.reports__items {
			-webkit-column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
			column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (row-gap: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem)) {
		.reports__items {
			row-gap: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem);
		}
	}

	@supports not (row-gap: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem)) {
		.reports__items {
			row-gap: calc(1.25rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(0.8125rem, 0.625rem + 0.75vw, 1.1875rem)) {
		.reports__years {
			margin-bottom: clamp(0.8125rem, 0.625rem + 0.75vw, 1.1875rem);
		}
	}

	@supports not (margin-bottom: clamp(0.8125rem, 0.625rem + 0.75vw, 1.1875rem)) {
		.reports__years {
			margin-bottom: calc(0.8125rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.5625rem, 1.21875rem + 1.375vw, 2.25rem)) {
		.reports__years {
			font-size: clamp(1.5625rem, 1.21875rem + 1.375vw, 2.25rem);
		}
	}

	@supports not (font-size: clamp(1.5625rem, 1.21875rem + 1.375vw, 2.25rem)) {
		.reports__years {
			font-size: calc(1.5625rem + 0.6875 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem)) {
		.reports__text {
			margin-bottom: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem);
		}
	}

	@supports not (margin-bottom: clamp(0.625rem, 0.3125rem + 1.25vw, 1.25rem)) {
		.reports__text {
			margin-bottom: calc(0.625rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.reports__text {
			font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
		}
	}

	@supports not (font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem)) {
		.reports__text {
			font-size: calc(1rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	/* ===================================================================================================== */
	@supports (padding-top: clamp(7.5rem, 6.25rem + 5vw, 10rem)) {
		.heading-about {
			padding-top: clamp(7.5rem, 6.25rem + 5vw, 10rem);
		}
	}

	@supports not (padding-top: clamp(7.5rem, 6.25rem + 5vw, 10rem)) {
		.heading-about {
			padding-top: calc(7.5rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(5rem, 4.125rem + 3.5vw, 6.75rem)) {
		.heading-about {
			padding-bottom: clamp(5rem, 4.125rem + 3.5vw, 6.75rem);
		}
	}

	@supports not (padding-bottom: clamp(5rem, 4.125rem + 3.5vw, 6.75rem)) {
		.heading-about {
			padding-bottom: calc(5rem + 1.75 * (100vw - 25rem) / 50);
		}
	}

	@supports (max-width: clamp(12.5rem, 11.5625rem + 3.75vw, 14.375rem)) {
		.heading-about__line {
			max-width: clamp(12.5rem, 11.5625rem + 3.75vw, 14.375rem);
		}
	}

	@supports not (max-width: clamp(12.5rem, 11.5625rem + 3.75vw, 14.375rem)) {
		.heading-about__line {
			max-width: calc(12.5rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem)) {
		.heading-about__line span {
			font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem)) {
		.heading-about__line span {
			font-size: calc(1.125rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem)) {
		.heading-about__title {
			margin-bottom: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem);
		}
	}

	@supports not (margin-bottom: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem)) {
		.heading-about__title {
			margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem)) {
		.heading-about__title {
			font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem)) {
		.heading-about__title {
			font-size: calc(2.5rem + 2 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem)) {
		.heading-about__subtitle {
			margin-bottom: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem);
		}
	}

	@supports not (margin-bottom: clamp(0.9375rem, 0.78125rem + 0.625vw, 1.25rem)) {
		.heading-about__subtitle {
			margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.6875rem, 1.40625rem + 1.125vw, 2.25rem)) {
		.heading-about__subtitle {
			font-size: clamp(1.6875rem, 1.40625rem + 1.125vw, 2.25rem);
		}
	}

	@supports not (font-size: clamp(1.6875rem, 1.40625rem + 1.125vw, 2.25rem)) {
		.heading-about__subtitle {
			font-size: calc(1.6875rem + 0.5625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem)) {
		.heading-about__text {
			font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem)) {
		.heading-about__text {
			font-size: calc(1.125rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (width: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.heading-about__down {
			width: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem);
		}
	}

	@supports not (width: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.heading-about__down {
			width: calc(3.125rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.heading-about__down {
			height: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem);
		}
	}

	@supports not (height: clamp(3.125rem, 2.5rem + 2.5vw, 4.375rem)) {
		.heading-about__down {
			height: calc(3.125rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.heading-about__down::before {
			font-size: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem);
		}
	}

	@supports not (font-size: clamp(1.25rem, 0.9375rem + 1.25vw, 1.875rem)) {
		.heading-about__down::before {
			font-size: calc(1.25rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(6.25rem, 5.46875rem + 3.125vw, 7.8125rem)) {
		.dream-about {
			padding-top: clamp(6.25rem, 5.46875rem + 3.125vw, 7.8125rem);
		}
	}

	@supports not (padding-top: clamp(6.25rem, 5.46875rem + 3.125vw, 7.8125rem)) {
		.dream-about {
			padding-top: calc(6.25rem + 1.5625 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(4.375rem, 3.125rem + 5vw, 6.875rem)) {
		.dream-about {
			padding-bottom: clamp(4.375rem, 3.125rem + 5vw, 6.875rem);
		}
	}

	@supports not (padding-bottom: clamp(4.375rem, 3.125rem + 5vw, 6.875rem)) {
		.dream-about {
			padding-bottom: calc(4.375rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.dream-about {
			margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.dream-about {
			margin-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem)) {
		.dream-about__title {
			margin-bottom: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.625rem + 2.5vw, 2.5rem)) {
		.dream-about__title {
			margin-bottom: calc(1.25rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.dream-about__title {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.dream-about__title {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem)) {
		.dream-about__text {
			font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem)) {
		.dream-about__text {
			font-size: calc(1.125rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.components-about {
			margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.components-about {
			margin-bottom: calc(4.375rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 2.1875rem + -1.25vw, 1.875rem)) {
		.components-about__title {
			margin-bottom: clamp(1.25rem, 2.1875rem + -1.25vw, 1.875rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 2.1875rem + -1.25vw, 1.875rem)) {
		.components-about__title {
			margin-bottom: calc(1.875rem + -0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.components-about__title {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.components-about__title {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) or
			(column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem))
	) {
		.components-about__content {
			-webkit-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
			-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
			column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) or
			(column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem))
	) {
		.components-about__content {
			-webkit-column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
			column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (height: clamp(6.25rem, 5rem + 5vw, 8.75rem)) {
		.item-components__icon {
			height: clamp(6.25rem, 5rem + 5vw, 8.75rem);
		}
	}

	@supports not (height: clamp(6.25rem, 5rem + 5vw, 8.75rem)) {
		.item-components__icon {
			height: calc(6.25rem + 2.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.mission-about {
			margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.mission-about {
			margin-bottom: calc(4.375rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.mission-about__container {
			padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.mission-about__container {
			padding-top: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.mission-about__container {
			padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.mission-about__container {
			padding-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.mission-about__title {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.mission-about__title {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.teams-about {
			margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem);
		}
	}

	@supports not (margin-bottom: clamp(4.375rem, 3.4375rem + 3.75vw, 6.25rem)) {
		.teams-about {
			margin-bottom: calc(4.375rem + 1.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.teams-about__title {
			font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem)) {
		.teams-about__title {
			font-size: calc(2.5rem + 1.5 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.5625rem + 1.25vw, 2.5rem)) {
		.teams-about__subtitle {
			margin-bottom: clamp(1.875rem, 1.5625rem + 1.25vw, 2.5rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.5625rem + 1.25vw, 2.5rem)) {
		.teams-about__subtitle {
			margin-bottom: calc(1.875rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.contacts__social {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.contacts__social {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(8.125rem, 5.9375rem + 8.75vw, 12.5rem)) {
		.heading-contacts__container {
			padding-top: clamp(8.125rem, 5.9375rem + 8.75vw, 12.5rem);
		}
	}

	@supports not (padding-top: clamp(8.125rem, 5.9375rem + 8.75vw, 12.5rem)) {
		.heading-contacts__container {
			padding-top: calc(8.125rem + 4.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(5rem, 4.375rem + 2.5vw, 6.25rem)) {
		.heading-contacts__container {
			padding-bottom: clamp(5rem, 4.375rem + 2.5vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(5rem, 4.375rem + 2.5vw, 6.25rem)) {
		.heading-contacts__container {
			padding-bottom: calc(5rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem)) {
		.heading-contacts__title {
			font-size: 32px;
		}
	}

	/* @supports not (font-size: clamp(2.5rem, 1.5rem + 4vw, 4.5rem)) {
		.heading-contacts__title {
			font-size: calc(2.5rem + 2 * (100vw - 25rem) / 50);
		}
	} */
	@supports not (font-size: clamp(32px, 5vw + 16px, 72px)) {
		.heading-contacts__title {
			font-size: calc(32px + (72 - 32) * ((100vw - 370px) / (1200 - 370)));
		}
	}

	@supports (font-size: clamp(1.25rem, 1.1875rem + 0.25vw, 1.375rem)) {
		.heading-contacts__subtitle {
			font-size: 13px;
		}
	}

	@supports not (font-size: clamp(1.25rem, 1.1875rem + 0.25vw, 1.375rem)) {
		.heading-contacts__subtitle {
			font-size: calc(1.25rem + 0.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.content-contacts {
			/* padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem); */
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.content-contacts {
			padding-top: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.content-contacts {
			padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.content-contacts {
			padding-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.5625rem + 1.25vw, 2.5rem)) {
		.content-contacts__addres {
			margin-bottom: clamp(1.875rem, 1.5625rem + 1.25vw, 2.5rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.5625rem + 1.25vw, 2.5rem)) {
		.content-contacts__addres {
			margin-bottom: calc(1.875rem + 0.625 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem)) {
		.content-contacts__addres {
			font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem)) {
		.content-contacts__addres {
			font-size: calc(1.875rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem)) or
			(column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem))
	) {
		.content-contacts__row {
			-webkit-column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem);
			-moz-column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem);
			column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem)) or
			(column-gap: clamp(0.0000000625rem, -3.4374999063rem + 13.749999875vw, 6.875rem))
	) {
		.content-contacts__row {
			-webkit-column-gap: calc(0.0000000625rem + 6.8749999375 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.0000000625rem + 6.8749999375 * (100vw - 25rem) / 50);
			column-gap: calc(0.0000000625rem + 6.8749999375 * (100vw - 25rem) / 50);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.content-contacts__row {
			margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 1.25rem + 2.5vw, 3.125rem)) {
		.content-contacts__row {
			margin-bottom: calc(1.875rem + 1.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) or
			(column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem))
	) {
		.content-contacts__line {
			-webkit-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
			-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
			column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem)) or
			(column-gap: clamp(0.9375rem, 0.46875rem + 1.875vw, 1.875rem))
	) {
		.content-contacts__line {
			-webkit-column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
			column-gap: calc(0.9375rem + 0.9375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem)) {
		.content-contacts__line span {
			font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem)) {
		.content-contacts__line span {
			font-size: calc(1.875rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem)) {
		.content-contacts__line a {
			font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem);
		}
	}

	@supports not (font-size: clamp(1.875rem, 1.6875rem + 0.75vw, 2.25rem)) {
		.content-contacts__line a {
			font-size: calc(1.875rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (max-width: clamp(16.25rem, 12.8125rem + 13.75vw, 23.125rem)) {
		.social-contacts__line {
			max-width: clamp(16.25rem, 12.8125rem + 13.75vw, 23.125rem);
		}
	}

	@supports not (max-width: clamp(16.25rem, 12.8125rem + 13.75vw, 23.125rem)) {
		.social-contacts__line {
			max-width: calc(16.25rem + 6.875 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem)) {
		.social-contacts__line span {
			font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
		}
	}

	@supports not (font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem)) {
		.social-contacts__line span {
			font-size: calc(1.25rem + 0.25 * (100vw - 25rem) / 50);
		}
	}

	@supports (font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem)) {
		.social-contacts__line span {
			font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem);
		}
	}

	@supports not (font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.5rem)) {
		.social-contacts__line span {
			font-size: calc(1.125rem + 0.375 * (100vw - 25rem) / 50);
		}
	}

	@supports (
		(-moz-column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem)) or
			(column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem))
	) {
		.social-contacts__items {
			-webkit-column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem);
			-moz-column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem);
			column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem);
		}
	}

	@supports not (
		(-moz-column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem)) or
			(column-gap: clamp(0.9375rem, -0.15625rem + 4.375vw, 3.125rem))
	) {
		.social-contacts__items {
			-webkit-column-gap: calc(0.9375rem + 2.1875 * (100vw - 25rem) / 50);
			-moz-column-gap: calc(0.9375rem + 2.1875 * (100vw - 25rem) / 50);
			column-gap: calc(0.9375rem + 2.1875 * (100vw - 25rem) / 50);
		}
	}
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 61.99875em) and (min-width: 75em) {
	.support {
		padding-bottom: 6.25rem;
	}
}

@media (max-width: 61.99875em) and (min-width: 25em) and (max-width: 75em) {
	@supports (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.support {
			padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.5625rem + 6.25vw, 6.25rem)) {
		.support {
			padding-bottom: calc(3.125rem + 3.125 * (100vw - 25rem) / 50);
		}
	}
}

@media (any-hover: hover) {
	.button:hover span:nth-child(2) {
		display: block;
	}

	.button:hover span:nth-child(3) {
		display: block;
	}

	.pagging__item:hover {
		background-color: #003366;
		color: #fff;
	}

	.header__menu .menu-item a:hover::after {
		opacity: 1;
		visibility: visible;
	}

	.header__menu .menu-item a-b._hover:hover::after {
		background-color: #fff;
	}

	.content-menu__list .menu-item a:hover::before {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.footer__item-d:hover {
		text-decoration: none !important;
	}

	.footer__menu .menu-item a:hover {
		text-decoration: underline;
	}

	.block-news__title:hover {
		text-decoration: underline;
	}

	.item-support__list a:hover {
		text-decoration: underline !important;
	}

	.lang-header__item:hover {
		text-decoration: underline;
	}

	/* ========================= */
	.content-contacts__line a:hover {
		background-color: #fbc506;
	}

	/* /////////////////////////////////// */
}

.projects__wrapper {
	margin-bottom: 80px;
}

.projects__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.projects__grid > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 25px;
}

.block-news__title {
	min-height: 57px;
}

.news__block.block-news .button-project-list-small {
	min-height: 35px;
	width: 140px;
	line-height: 49px;
	margin: auto;
}

.news__block.block-news .button-project-list-small span {
	font-size: 13px;
}

@media (min-width: 960px) {
	.projects__grid\@m > :not([class*="uk-width"]) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 1px;
	}
}

@media (max-width: 960px) {
	.header__menu {
		display: none;
	}

	.mainscreen {
		height: inherit;
		max-height: 100%;
	}

	.home .mainscreen {
		/*height: 50vh;*/
		aspect-ratio: 16/9;
	}

	.home__container {
		padding: 80px 0.9375rem 40px;
	}
}

@media (min-width: 768px) {
	.projects__grid\@s > div {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.projects__grid > div {
		padding-left: 0;
		padding: 0 0 20px 0;
	}

	.home__container {
		padding: 60px 0.9375rem 30px;
	}

	.wrapper-payment-form .wrapper-final-value .fake-field,
	.wrapper-payment-form .wrapper-final-value .currency {
		font-size: 15px !important;
	}

	.home .mainscreen {
		height: 100vh;
	}
}

@media (max-width: 640px) {
	.header__actions .button-help {
		display: none;
	}

	.news__gallery-slider__wrapper img {
		vertical-align: middle;
	}
}

.white-header .header__logo-blue {
	display: none;
}

.white-header .header__logo-white {
	display: inline-block;
}

.white-header .button-help {
	background-color: #fff;
	color: #036;
}

.search-form-acitve .header__menu .menu__list a,
.search-form-acitve .saerch-header__button,
.search-form-acitve .wpml-ls-item a,
.search-form-acitve .wpml-ls-legacy-list-horizontal li:last-child:before {
	color: #fff;
}

.widget_icl_lang_sel_widget {
	z-index: 10;
}

.custom__news__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 4fr;
	grid-template-columns: 4fr;
	margin-bottom: 1.875rem;
}

.partners__item,
.partnesr__item {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.partners__item:hover,
.partners__item:active,
.partnesr__item:hover,
.partnesr__item:active {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor: pointer;
}

.partners__item img {
	height: 70px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.single-projects .news__all {
	margin-top: 25px;
}

.news__gallery-slider__wrapper .swiper-button-prev,
.news__gallery-slider__wrapper .swiper-button-next {
	color: #003366 !important;
	opacity: 0.3 !important;
}

.news__gallery-slider__wrapper .swiper-horizontal > .swiper-pagination-bullets,
.news__gallery-slider__wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.news__gallery-slider__wrapper .swiper-pagination-custom,
.news__gallery-slider__wrapper .swiper-pagination-fraction {
	bottom: 4%;
}

.news__gallery-slider {
	max-width: 765px;
	/*max-height: 400px;*/
}

.news__gallery-slider .swiper-wrapper {
	max-height: 400px;
}

.news__gallery-slider .swiper-slide {
	text-align: center;
}

.news__gallery-slider img {
	/*object-fit: cover;*/
	width: auto;
	max-height: 350px;
	height: 100%;
}

.pswp__container {
	max-width: inherit;
}

.news__date {
	font-size: 1rem;
	line-height: 1.1875;
	color: #0f143d;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.news__content .news__body .news__date {
	font-weight: bold;
	margin-bottom: -15px;
	font-size: 20px;
}

@media (max-width: 768px) {
	.news__gallery-slider img {
		width: 100%;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

/*Blocks & modificators==================*/
.container {
	max-width: 1250px;
	padding: 0 40px;
	margin: 0 auto;
}

.title {
	margin-bottom: 47px;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	text-align: center;
}

/*========================================*/
/*first section Numbers                            */
.numbers {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.numbers__title {
	color: #fbc506;
	margin-bottom: 16px !important;
}

.numbers__title span {
	background-color: #fbc506;
	color: #ffffff;
}

.numbers__text {
	margin-bottom: 30px !important;
	font-size: 22px;
	line-height: 150%;
	color: #000000;
}

.numbers__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 1fr 50px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.numbers__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.numbers__item:not(:last-child)::after {
	content: "";
	border-right: 1px solid #dadada;
	height: 100%;
}

.numbers__item:nth-child(3n + 3)::after {
	border-right: none;
}

.numbers__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.numbers__subtitle {
	font-size: 22px;
	line-height: 1.3;
	color: #003366;
	text-transform: uppercase;
	padding: 0 5px;
	text-align: center;
	min-height: 50px;
}

.numbers__num {
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	color: #003366;
}

/*=================================================*/
/*Section two childrenHelp=====================*/
.childrenHelp {
	margin: 30px 0px 100px 0px;
	background-color: transparent;
}

.childrenHelp__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.childrenHelp__tenyears {
	background-color: #003366;
	color: #ffffff;
	padding-left: 50px;
	font-size: 24px;
	padding-right: 50px;
	margin-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	line-height: 130%;
	display: inline-block;
}

.childrenHelp__title {
	color: #003366;
	margin-bottom: 18px;
}

.main-diagram__sum span {
	text-transform: uppercase;
	font-size: 36px;
	color: #0f143d;
	margin-bottom: 18px;
	line-height: 120%;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
}

.childrenHelp__text {
	color: #003366;
	margin-bottom: 48px;
}

.childrenHelp__slider {
	padding-bottom: 32px;
}

.childrenHelp__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.childrenHelp__slide {
	padding-left: 74px;
	padding-right: 74px;
}

.reports-childrenHelp__wrapper .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
	position: relative;
}

.childrenHelp__slider-thumbs {
	margin-bottom: 32px;
}

.reports-childrenHelp__wrapper .pagination::before,
.childrenHelp__slider-thumbs:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dadada;
	position: absolute;
	top: 4px;
	z-index: 1;
}

.childrenHelp__slider-thumbs:before {
	left: 0;
	right: 0;
}

.reports-childrenHelp__wrapper .pagination__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reports-childrenHelp__wrapper .pagination__item:last-child .pagination__dott {
	position: relative;
}

.reports-childrenHelp__wrapper .pagination__item:last-child .pagination__dott::after,
.childrenHelp__slider-thumbs .swiper-slide:last-child:after {
	position: absolute;
	content: "";
	left: 10px;
	width: 34px;
	height: 4px;
	background-color: #fff;
	z-index: 100;
}

.childrenHelp__slider-thumbs .swiper-slide:last-child:after {
	right: 0;
	left: inherit;
	width: 50%;
	z-index: 9;
	top: 1px;
}

.reports-childrenHelp__wrapper .pagination__item:first-child .pagination__dott {
	position: relative;
}

.reports-childrenHelp__wrapper .pagination__item:first-child .pagination__dott::after,
.childrenHelp__slider-thumbs .swiper-slide:first-child:after {
	position: absolute;
	content: "";
	right: 10px;
	width: 34px;
	height: 4px;
	background-color: #fff;
	z-index: 100;
}

.childrenHelp__slider-thumbs .swiper-slide:first-child:after {
	left: 0;
	width: 50%;
	right: inherit;
	z-index: 9;
	top: 1px;
}

@media (any-hover: hover) {
	.childrenHelp__slider-thumbs .report-slider__year:hover {
		background: #003366;
		color: #ffffff;
		z-index: 100;
	}
}

.reports-childrenHelp__wrapper .pagination__item.active .pagination__date,
.childrenHelp__slider-thumbs .swiper-slide-thumb-active .report-slider__year {
	background: #003366;
	color: #ffffff;
	z-index: 100;
}

.childrenHelp__slider-thumbs .report-slider__year {
	cursor: pointer;
}

@media (any-hover: hover) {
	.childrenHelp__slider-thumbs .report-slider__year:hover ~ .report-slider__dott span {
		background: #003366;
	}
}

.reports-childrenHelp__wrapper .pagination__item.active .pagination__dott span,
.childrenHelp__slider-thumbs .swiper-slide-thumb-active .report-slider__dott span {
	background: #003366;
}

.reports-childrenHelp__wrapper .pagination__dott,
.childrenHelp__slider-thumbs .report-slider__dott {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.childrenHelp__slider-thumbs .report-slider__dott {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.reports-childrenHelp__wrapper .pagination__dott span,
.childrenHelp__slider-thumbs .report-slider__dott span {
	position: relative;
	z-index: 10;
	width: 10px;
	height: 10px;
	border: 1px solid #003366;
	background: #e6f6fc;
	border-radius: 100%;
}

.reports-childrenHelp__wrapper .pagination__date,
.childrenHelp__slider-thumbs .report-slider__year {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border-radius: 30px;
	color: #003366;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	background-color: #e6f6fc;
	display: inline-block;
}

.childrenHelp__slider-thumbs .report-slider__year {
	margin: 20px 0 0 0;
}

.reports-childrenHelp__wrapper .slide__image-block {
	position: relative;
	height: 100%;
	min-width: 0;
}

.reports-childrenHelp__wrapper .slide__image-block .slide__image {
	position: relative;
}

.slide__year {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(35%);
	-ms-transform: translateY(35%);
	transform: translateY(35%);
}

.slide__image {
	max-width: 500px;
}

.slide__image img {
	max-width: 500px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.slide__year {
	font-weight: 700;
	font-size: 64px;
	line-height: 130%;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	text-align: center;
	color: #ffffff;
	background: #003366;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	left: 5.5%;
}

.slide__text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
}

.slide__text {
	color: #000000;
	font-size: 18px;
	line-height: 150%;
	text-align: left;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-prev::after {
	color: #003366;
	max-height: 40px;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-next::after {
	color: #003366;
	max-height: 40px;
}

/*============================================*/
/*Section three diagrams=======================*/
.diagrams {
	margin: 70px 0;
}

.diagrams__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 100px;
}

.diagrams__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.diagrams__top {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.diagrams__title {
	color: #003366;
	line-height: 120%;
}

.diagrams__title_yellow {
	color: #fbc506;
}

.diagrams__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.diagrams__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 25px;
	width: 520px;
}

.diagrams__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 17px;
	padding-bottom: 23px;
}

.diagrams__content-item:not(:first-child) {
	padding-top: 23px;
}

.diagrams__content-item:not(:last-child) {
	border-bottom: 1px solid #dadada;
}

.diagrams__sum {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0f143d;
}

.diagrams__sum span {
	font-weight: 700;
	margin-right: 5px;
}

.diagrams__sum::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #003366;
	margin-right: 15px;
}

.diagrams__sum_brize::before {
	background: #89d0ca;
}

.diagrams__sum_blue::before {
	background: #e6f6fc;
}

.diagrams__sum_yellow::before {
	background: #fbc506;
}

.diagrams__sum_red::before {
	background: #f15252;
}

.diagrams__sum_brown::before {
	background: #c18357;
}

.diagrams__sum_cream::before {
	background: #fff4d7;
}

.diagrams__income {
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;
	color: #0f143d;
	max-width: 490px;
}

.diagrams__text {
	text-align: center;
	max-width: 75%;
	margin: auto;
	font-size: 15px;
	line-height: 150%;
}

.diagrams__text p {
	margin: 0 0 10px 0;
}

.diagrams__text * + p {
	margin: 0 0 10px 0;
}

.diagram-cost__wrapper {
	background: #e6f6fc;
}

.diagram-cost__wrapper .diagrams__top {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-diagram {
	width: 45%;
	padding-left: 43px;
	padding-right: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.main-diagram__circle img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}

.main-diagram__sum {
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-diagram__num {
	color: #003366;
	margin-bottom: 0;
}

..main-diagram__sum {
	color: #000000;
	font-size: 16px;
	line-height: 120%;
}

.main-diagram__group {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-diagram__group_softblue {
	bottom: 90%;
	right: 60%;
}

.main-diagram__group_brize {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	left: 70%;
	bottom: 78%;
}

.main-diagram__group_blue {
	top: 90%;
	right: 60%;
}

.main-diagram__group_red {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	top: 74%;
	left: 72%;
}

.main-diagram__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.main-diagram__info-block {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 30px;
	font-size: 16px;
	white-space: nowrap;
	margin-top: -20%;
	line-height: 120%;
	background: #e6f6fc;
	color: #0f143d;
}

.main-diagram__info-block span {
	font-weight: 700;
}

.main-diagram__info-block_brize {
	color: #ffffff;
	background: #89d0ca;
}

.main-diagram__info-block_blue {
	color: #ffffff;
	background: #003366;
	margin-top: 20%;
	line-height: 1;
}

.main-diagram__info-block_yellow {
	color: #ffffff;
	background: #fbc506;
	line-height: 1;
}

.main-diagram__info-block_brown {
	color: #ffffff;
	background: #c18357;
	line-height: 1;
}

.main-diagram__info-block_red {
	color: #ffffff;
	background: #f15252;
	margin-top: 20%;
	line-height: 1;
}

.main-diagram__info-block_cream {
	background: #fff4d7;
}

.main-diagram__info-percent {
	color: #000000;
	font-size: 16px;
	line-height: 130%;
}

.main-diagram__line img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-diagram__line_softblue {
	width: 68px;
}

.main-diagram__line_brize {
	width: 49px;
}

.main-diagram__line_blue {
	width: 48px;
}

.main-diagram__line_red {
	width: 48px;
}

/*==============================================*/
/*Section four ourPartners===================*/
.ourPartners {
	/* background: #e6f6fc; */
}

.ourPartners__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 125px;
	padding-bottom: 125px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ourPartners__title {
	color: #003366;
	line-height: 120%;
}

.ourPartners__title p {
	display: inline;
	position: relative;
	color: #ffffff;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-left: 35px;
}

.ourPartners__title p span:first-child {
	position: relative;
	background: #fbc506;
	z-index: 10;
}

.ourPartners__title p span:last-child {
	background: #003366;
	position: absolute;
	z-index: 1;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	top: -26%;
	left: -12%;
}

.ourPartners__text {
	text-align: center;
	color: #0f143d;
	line-height: 150%;
	font-size: 16px;
	/* margin-bottom: 29px; */
	margin-bottom: 60px;
	max-width: 570px;
}

.ourPartners__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	overflow: visible !important;
}

.ourPartners__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
	/* min-height: 321px; */
	min-height: var(--slide-height-active, auto);
}

.ourPartners__slide {
	width: 33.333%;
	/* height: auto; */
	min-height: 240px;
	height: var(--slide-height, auto);
	padding-bottom: 32px;
	padding-top: 32px;
	padding-left: 28px;
	padding-right: 28px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	background: rgb(255, 255, 255);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.ourPartners__slide.swiper-slide-active {
	min-height: 300px;
	height: var(--slide-height-active, auto);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding-top: 32px;
	background: rgb(228, 245, 249);
	opacity: 1;
}

.ourPartners__slide.swiper-slide.swiper-slide-prev {
	opacity: 1;
}

.ourPartners__slide.swiper-slide.swiper-slide-next {
	opacity: 1;
}

.ourPartners__slide-title {
	color: #ffffff;
	line-height: 120%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.ourPartners__slide-text {
	color: rgb(0, 51, 102);
	line-height: 150%;
	font-size: 14px;
	letter-spacing: -0.5px;
}

.ourPartners__slide-author {
	color: rgb(0, 51, 102);
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -2%;
}

.ourPartners__slide-text br {
	display: block;
	margin: 10px 0;
	content: "";
}

.ourPartners__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}

.reports-childrenHelp__container {
	text-align: center;
}

.search-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14.75rem, 1fr)) !important;
	column-gap: 20px;
	row-gap: 40px;
}

.search-title {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.header.open-search li a {
	color: #fff !important;
}

.header.open-search .saerch-header__button::before {
	color: #fff !important;
}

.header.open-search .header__logo .header__logo-blue {
	display: none !important;
}

.header.open-search .header__logo .header__logo-white {
	display: inline-block !important;
}

.saerch-header__input {
	margin-right: 20px;
}

.saerch-header__input input {
	padding: 0 10px;
}

.saerch-header__input input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	background-image: url("/wp-content/themes/centersocial/assets/img/x-02.svg");
	background-size: contain;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.custom-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	gap: 1.25rem;
	align-items: center;
}

.custom-pagination .page-number {
	color: #003366;
	font-weight: 700;
	font-size: 1.5rem;
	width: 2.125rem;
	height: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-pagination .page-numbers.current .page-number {
	background-color: #003366;
	color: #fff;
}

/*==============================================*/
/*===============================================*/
/*Mediaquaries===================================*/
@media (max-width: 1170px) {
	.title {
		font-size: calc(22px + 24 * ((100vw - 320px) / 850));
	}

	.numbers {
		padding-top: calc(40px + 60 * ((100vw - 320px) / 850));
		padding-bottom: calc(40px + 60 * ((100vw - 320px) / 850));
	}

	.numbers__text {
		margin-bottom: calc(15px + 11 * ((100vw - 320px) / 850));
		font-size: calc(14px + 8 * ((100vw - 320px) / 850));
	}

	.numbers__subtitle {
		font-size: calc(14px + 8 * ((100vw - 320px) / 850));
	}

	.numbers__num {
		font-size: calc(25px + 39 * ((100vw - 320px) / 850));
	}

	.childrenHelp {
		margin: 10px 0px 70px 0px;
	}

	.childrenHelp__tenyears {
		padding-left: calc(20px + 30 * ((100vw - 320px) / 850));
		font-size: calc(14px + 10 * ((100vw - 320px) / 850));
		padding-right: calc(20px + 30 * ((100vw - 320px) / 850));
		margin-bottom: calc(10px + 8 * ((100vw - 320px) / 850));
	}

	.childrenHelp__title {
		margin-bottom: calc(10px + 8 * ((100vw - 320px) / 850));
	}

	.main-diagram__sum span {
		font-size: calc(22px + 14 * ((100vw - 320px) / 850));
		margin-bottom: calc(10px + 8 * ((100vw - 320px) / 850));
	}

	.childrenHelp__text {
		margin-bottom: calc(20px + 28 * ((100vw - 320px) / 850));
	}

	.childrenHelp__slide {
		gap: calc(15px + 15 * ((100vw - 320px) / 850));
	}

	.pagination {
		margin-bottom: calc(20px + 12 * ((100vw - 320px) / 850));
	}

	.pagination__date {
		padding-left: calc(12px + 5 * ((100vw - 320px) / 850));
		padding-right: calc(12px + 5 * ((100vw - 320px) / 850));
		padding-top: calc(6px + 4 * ((100vw - 320px) / 850));
		padding-bottom: calc(6px + 4 * ((100vw - 320px) / 850));
		font-size: calc(10px + 6 * ((100vw - 320px) / 850));
		border-radius: calc(15px + 15 * ((100vw - 320px) / 850));
	}

	.slide__image img {
		max-width: calc(0px + 500 * ((100vw - 320px) / 850));
	}

	.slide__year {
		font-size: calc(30px + 34 * ((100vw - 320px) / 850));
	}

	.slide__text-block {
		max-width: calc(300px + 200 * ((100vw - 320px) / 850));
	}

	.slide__text {
		font-size: calc(12px + 6 * ((100vw - 320px) / 850));
	}

	.diagrams__body {
		gap: calc(40px + 60 * ((100vw - 320px) / 850));
	}

	.diagrams__top {
		padding-left: calc(20px + 20 * ((100vw - 320px) / 850));
		padding-right: calc(20px + 20 * ((100vw - 320px) / 850));
		padding-top: calc(30px + 10 * ((100vw - 320px) / 850));
		padding-bottom: calc(30px + 10 * ((100vw - 320px) / 850));
	}

	.diagrams__main {
		margin-bottom: calc(25px + 25 * ((100vw - 320px) / 850));
	}

	.diagrams__content {
		padding-left: calc(5px + 20 * ((100vw - 320px) / 850));
		width: calc(1px + 519 * ((100vw - 320px) / 850));
	}

	.diagrams__content-item {
		gap: calc(8px + 9 * ((100vw - 320px) / 850));
		padding-bottom: calc(15px + 8 * ((100vw - 320px) / 850));
	}

	.diagrams__content-item:not(:first-child) {
		padding-top: calc(15px + 8 * ((100vw - 320px) / 850));
	}

	.diagrams__sum {
		font-size: calc(16px + 8 * ((100vw - 320px) / 850));
	}

	.diagrams__sum::before {
		margin-right: calc(5px + 10 * ((100vw - 320px) / 850));
	}

	.diagrams__income {
		font-size: calc(12px + 6 * ((100vw - 320px) / 850));
	}

	.main-diagram {
		padding-left: calc(20px + 23 * ((100vw - 320px) / 850));
		padding-right: calc(20px + 23 * ((100vw - 320px) / 850));
	}

	..main-diagram__sum {
		font-size: calc(12px + 4 * ((100vw - 320px) / 850));
	}

	.main-diagram__info-block {
		padding-left: calc(5px + 7 * ((100vw - 320px) / 850));
		padding-right: calc(5px + 7 * ((100vw - 320px) / 850));
		padding-top: calc(4px + 7 * ((100vw - 320px) / 850));
		padding-bottom: calc(4px + 7 * ((100vw - 320px) / 850));
		border-radius: calc(27px + 3 * ((100vw - 320px) / 850));
		font-size: calc(12px + 4 * ((100vw - 320px) / 850));
	}

	.main-diagram__info-percent {
		font-size: calc(12px + 4 * ((100vw - 320px) / 850));
	}

	.main-diagram__line_softblue {
		width: calc(1px + 162 * ((100vw - 320px) / 850));
	}

	.main-diagram__line_brize {
		width: calc(25px + 24 * ((100vw - 320px) / 850));
	}

	.main-diagram__line_blue {
		width: calc(25px + 23 * ((100vw - 320px) / 850));
	}

	.main-diagram__line_red {
		width: calc(25px + 23 * ((100vw - 320px) / 850));
	}

	.ourPartners__container {
		padding-top: calc(50px + 75 * ((100vw - 320px) / 850));
		padding-bottom: calc(50px + 75 * ((100vw - 320px) / 850));
	}

	.ourPartners__text {
		font-size: calc(12px + 4 * ((100vw - 320px) / 850));
		/* margin-bottom: calc(15px + 14 * ((100vw - 320px) / 850)); */
		margin-bottom: calc(30px + 30 * ((100vw - 320px) / 850));
	}

	.ourPartners__wrapper {
		padding-bottom: calc(15px + 15 * ((100vw - 320px) / 850));
	}

	.ourPartners__slide {
		padding-top: calc(16px + 16 * ((100vw - 320px) / 850));
		padding-left: calc(14px + 14 * ((100vw - 320px) / 850));
		padding-right: calc(14px + 14 * ((100vw - 320px) / 850));
		padding-top: calc(16px + 16 * ((100vw - 320px) / 850));
	}

	.ourPartners__slide.swiper-slide-active {
		padding-top: calc(16px + 16 * ((100vw - 320px) / 850));
	}

	.ourPartners__slide-title {
		font-size: calc(12px + 4 * ((100vw - 320px) / 850));
	}

	.ourPartners__slide-text {
		font-size: calc(12px + 2 * ((100vw - 320px) / 850));
	}

	.ourPartners__slide-author {
		font-size: calc(12px + 4 * ((100vw - 320px) / 850));
	}
}

@media (max-width: 991.98px) {
	.childrenHelp__slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.slide__text-block {
		max-width: 991px;
	}
}

@media (max-width: 991.98px) and (max-width: 1170px) {
	.slide__text-block {
		max-width: calc(220px + 771 * ((100vw - 320px) / 850));
	}
}

@media (max-width: 991.98px) {
	.childrenHelp__slider {
		padding-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.main-diagram__sum span {
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.slide__year {
		position: absolute;
		left: -10%;
		bottom: 10%;
	}
}

@media (max-width: 991.98px) {
	.main-diagram__group_blue {
		right: 50%;
		top: 95%;
	}

	.main-diagram__group_yellow {
		right: 60%;
	}
}

@media (max-width: 991.98px) {
	.ourPartners__slide {
		height: auto !important;
		padding-bottom: 40px;
		min-height: 0;
	}
}

@media (max-width: 991.98px) and (max-width: 1170px) {
	.ourPartners__slide {
		padding-bottom: calc(20px + 20 * ((100vw - 320px) / 850));
	}
}

@media (max-width: 991.98px) {
	.ourPartners__slide.swiper-slide-active {
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: 0;
	}
}

@media (max-width: 991.98px) and (max-width: 1170px) {
	.ourPartners__slide.swiper-slide-active {
		padding-top: calc(20px + 20 * ((100vw - 320px) / 850));
	}
}

@media (max-width: 991.98px) and (max-width: 1170px) {
	.ourPartners__slide.swiper-slide-active {
		padding-bottom: calc(20px + 20 * ((100vw - 320px) / 850));
	}
}

@media (max-width: 991.98px) {
	.ourPartners__wrapper {
		min-height: 0;
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
	}
}

@media (max-width: 767.98px) and (max-width: 1170px) {
	.slide__image img {
		max-width: calc(200px + 200 * ((100vw - 320px) / 850));
	}

	.main-diagram__circle img {
		width: calc(150px + 350 * ((100vw - 320px) / 850));
	}

	.main-diagram__line_softblue {
		width: calc(75px + 88 * ((100vw - 320px) / 850));
	}
}

/*==============================================*/

.home__childrenHelp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.home__childrenHelp .home-childrenHelp__content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-childrenHelp__title {
	color: #fbc506;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.home-childrenHelp__title span {
	font-weight: 700;
	font-size: 72px;
	line-height: 120%;
}

.home-childrenHelp__subtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

.home-childrenHelp__btn {
	background-color: #003366;
	margin: auto;
	color: #fff;
	max-width: initial;
	line-height: 120%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slide-report__subtitle,
.childrenHelp__subtitle {
	text-transform: uppercase;
	font-size: 36px;
	color: #fbc506;
	margin-bottom: 18px;
	line-height: 120%;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	text-align: left;
}

.welcome-childrenHelp {
	position: relative;
}

.home-childrenHelp__read-more {
	position: absolute;
	bottom: 28px;
	right: 0;
	left: 0;
	text-align: right;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	z-index: 2;
}

.welcome-childrenHelp:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("../icons/big-balloon-childrenHelp.svg") no-repeat;
	background-position: right;
	background-size: cover;
}

.welcome-childrenHelp__bg img {
	-o-object-position: center;
	object-position: center;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home__childrenHelp:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 40px;
	background: url("../icons/small-yellow-balloon-childrenHelp.svg") no-repeat;
	background-position: right bottom;
	height: 239px;
	width: 241px;
}

.main-diagram__group_sand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	left: 49%;
	bottom: 97%;
}

.main-diagram__info-block_sand,
.diagrams__sum_sand::before {
	background: #e8d06d;
}

.swiper-projects .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home__donate {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-logos-partners-block {
	padding: 0 40px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.news-logos-partners-block.diagramm-logos-partners {
	-ms-grid-columns: 1fr 1fr 1fr !important r;
	grid-template-columns: 1fr 1fr 1fr !important;
}

.news-logos-partners-block.logos-partners-2 {
	-ms-grid-columns: 1fr 1fr !important r;
	grid-template-columns: 1fr 1fr !important;
}

.news-logos-partners-block .news-logos-partners strong {
	text-align: center;
	display: block;
	font-size: 13px;
}

.news-logos-partners-block .news-logos-partners img {
	width: auto;
	height: 28px;
	display: block;
	margin: auto;
}

.news-logos-partners-block .news-logos-partners img {
	height: 40px;
}

.news-logos-partners-block.logos-partners-2 img {
	height: 50px;
}

.news-logos-partners-block .img-news-logo-1 {
	height: 50px !important;
	padding-top: 12px;
}

.news-logos-partners-block .img-news-logo-2 {
	height: 70px !important;
}

/*
---------- START ----------
Donation*/

.donat {
	padding: 160px 0 100px;
}

.donat__title {
	color: #036;
}

.donat-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 935px;
	width: 100%;
	margin: 60px auto 0;
}

.donat-stage__numb {
	background: #dadada;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin: auto auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.donat-stage__block {
	padding: 0px 75px 0 0;
	position: relative;
}

.donat-stage__block:not(:last-child):after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dadada;
	right: -40%;
	z-index: -1;
	top: 15px;
}

.donat-stage__block:nth-child(3):after {
	width: 92%;
	right: -26%;
}

.donat-stage__block.completed:after {
	background-color: #fbc506;
}

.donat-stage__block.completed .donat-stage__numb {
	background-color: #fbc506;
	color: #fff;
}

.donat-stage__text {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.donat__title span {
	padding: 0 10px;
	color: #e6f6fc;
}

.donat-stage__block.active .donat-stage__numb {
	width: 50px;
	height: 50px;
	background-color: #fbc506;
	color: #fff;
	margin: -10px auto 20px;
}

.donat-stage__block.active .donat-stage__numb::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #fbc506;
	top: -15px;
	left: -15px;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.20000000298023224;
}

.donat-stage__block.active .donat-stage__text {
	text-transform: uppercase;
	font-weight: 700;
}

.donat-form__block {
	display: none;
}

.donat-form__block.active {
	display: block;
}

.donat-survey {
	border-radius: 4px;
	background: #fff;
	padding: 50px;
	margin-top: 70px;
}

.donat-survey__title {
	color: #036;
	text-align: center;
	font-size: 36px;
	background: #e6f6fc;
	padding: 2px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.donat-survey__choice > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.donat-survey__choice > input:checked + span::before {
	background: #036;
}

.donat-survey__choice > input:checked + span {
	color: #fff;
}

.donat-survey__choice > span::before {
	content: "";
	border-radius: 4px;
	border: 1px solid #036;
	padding: 12px 0;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.donat-survey__choice_v1 {
	max-width: 320px;
	width: 100%;
}

.donat-survey__choice {
	display: block;
	position: relative;
	padding: 12px 0;
	z-index: 2;
	margin: 15px;
	cursor: pointer;
}

.donat-survey__choice span {
	color: #036;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 100%;
}

.donat-survey__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 55px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.donat-btn button,
.donat-btn a {
	border-radius: 4px;
	background: #fbc506;
	min-width: 200px;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	display: block;
	padding: 12px 13px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 50px auto 0;
	font-weight: 700;
	text-transform: uppercase;
}

.donat-survey__choice_v2 {
	max-width: 140px;
	width: 100%;
	height: 50px;
}

.donat-form__block-sums .donat-survey__choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.donat-btn {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.donat-btn button.donat-btn__next,
.donat-btn button.donat-btn__submit {
	background: #fbc506;
	color: #fff;
}

.donat-btn button {
	margin-right: 55px;
	color: #fbc506;
	border: 1px solid #fbc506;
	background: transparent;
}

.donat-requisites__block,
.donat-requisites__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.donat-requisites__block {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.donat-requisites__block {
	margin-top: 30px;
}

.donat-requisites_title {
	max-width: 310px;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
}

.donat-requisites__date {
	max-width: 475px;
	width: 100%;
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.donat-requisites__btn {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.36px;
}

.donat-requisites__btn span {
	margin-left: 10px;
	display: block;
}

.donation-news__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}

.section-donation__news {
	background: #fff;
	padding: 100px 0;
}

.section-donation-news__title {
	color: #003366;
	text-align: center;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: "OpenSansCondensed", sans-serif;
	margin-bottom: 30px;
}

.donat-form {
	position: relative;
}

.donat-form__block-sums .another-amount {
	border-radius: 4px;
	border: 1px solid #036;
	padding: 12px 0;
	height: 50px;
	color: #036;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
	position: relative !important;
	opacity: 1 !important;
	display: none;
}

@media screen and (max-width: 1200px) {
	.donat-requisites__date,
	.donat-requisites__btn,
	.donat-requisites_title {
		font-size: 17px;
	}

	.donat-requisites__date {
		max-width: 390px;
	}
}

@media screen and (max-width: 992px) {
	.donat-stage__text {
		font-size: 14px;
	}

	.donat-stage__block.active .donat-stage__numb {
		width: 40px;
		height: 40px;
		background-color: #fbc506;
		margin: auto auto 20px;
	}

	.donat-stage__block.active .donat-stage__numb::before {
		width: 65px;
		height: 65px;
		top: -12px;
		left: -13px;
	}

	.donat-requisites__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.donat-requisites_title,
	.donat-requisites__date {
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.donat-requisites__btn {
		margin: auto;
	}

	.donat-requisites__block {
		margin-top: 45px;
	}

	.donat-stage {
		max-width: 690px;
	}
}

@media screen and (max-width: 768px) {
	.donat-stage__numb {
		font-size: 13px;
	}

	.donat-stage__block.active .donat-stage__numb {
		width: 35px;
		height: 35px;
	}

	.donat-stage__block.active .donat-stage__numb::before {
		width: 50px;
		height: 50px;
		top: -7px;
		left: -8px;
	}

	.donat-stage__block {
		padding: 0px 0 0 0;
	}

	.donat-stage__block:not(:last-child):after {
		right: -66%;
	}

	.donat-stage {
		max-width: 495px;
	}

	.donat-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.donat-btn button {
		margin: 30px auto 0;
	}

	.donat-btn button,
	.donat-btn a {
		margin: 30px auto 0;
		padding: 9px 8px;
		font-size: 13px;
	}

	.donat-stage__block:not(:last-child):after {
		right: -83%;
		width: 128%;
	}

	.donat-stage__block:nth-child(3):after {
		width: 119%;
		right: -64%;
	}

	.donation-news__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.section-donation__news {
		padding: 65px 0;
	}

	.projects-filter {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 576px) {
	.donat {
		padding: 100px 0 70px;
	}

	.donat-stage__text {
		font-size: 11px;
		text-align: center;
		display: block;
	}

	.donat-stage__block:not(:last-child):after {
		right: -38%;
	}

	.donat-survey__title {
		font-size: 18px;
	}

	.donat-survey__wrap {
		margin-top: 20px;
	}

	.donat-survey__choice span {
		font-size: 11px;
	}

	.donat-survey__choice {
		padding: 9px 0;
		margin: 7px;
	}

	.donat-survey {
		padding: 18px;
	}

	.donat-requisites__date,
	.donat-requisites__btn,
	.donat-requisites_title {
		font-size: 13px;
	}

	.donat-btn button,
	.donat-btn a {
		font-size: 11px;
	}

	.donat-stage__block:not(:last-child):after {
		right: -45%;
	}

	.donat-stage__block:not(:last-child):after {
		right: -56%;
		width: 100%;
	}

	.donation-news__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

/*
---------- Finish ----------
Donation*/

/*
PRELOADER
 */

.lds-spinner {
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	display: none;
}

.lds-spinner div {
	-webkit-transform-origin: 40px 40px;
	-ms-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	-webkit-animation: lds-spinner 1.2s linear infinite;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #003366;
}

.lds-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.donat-form.loader-data .lds-spinner {
	display: inline-block;
}

/* 09,07,2023 FAQ */

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab label {
	position: relative;
	display: block;
	color: #0f143d;
	font-family: "OpenSans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* white */
	cursor: pointer;
	padding-bottom: 30px;
}

.blue label {
	background: #2980b9;
}

.tab-content {
	max-height: 0;
	overflow: hidden;
	color: #0f143d;
	font-family: "OpenSans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	-webkit-transition: max-height 0.35s;
	-o-transition: max-height 0.35s;
	transition: max-height 0.35s;
}

/* :checked */

.tab input:checked ~ .tab-content {
	max-height: 100vh;
}

/* Icon */

.tab label::after {
	position: absolute;
	right: 0;
	top: -13px;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.tab input[type="checkbox"] + label::after {
	content: url("../img/faq_arrow.png");
}

.tab input[type="radio"] + label::after {
	content: "\25BC";
}

.tab input[type="checkbox"]:checked + label::after {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.tab input[type="radio"]:checked + label::after {
	-webkit-transform: rotateX(60deg);
	transform: rotateX(60deg);
}

.seven {
	margin-top: 100px;
}

.seven_aco {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.seven_aco_left {
	min-width: 75%;
	max-width: 770px;
}

.question_title {
	color: #003365;
	font-family: "OpenSans", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.72px;
	text-transform: uppercase;
}

.faq_content .tab-content a {
	font-weight: bold;
	text-decoration: underline;
}

.faq_page {
	width: 90%;
	margin: 160px auto 50px auto;
}

.faq_top {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.faq_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq_top img {
	margin-bottom: 30px;
}

.faq_contacts {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 80%;
}

.faq_contacts span {
	color: #003365;
	text-align: right;
	font-family: "OpenSans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.72px;
	text-transform: uppercase;
	padding-right: 15px;
}

.faq_contacts a {
	color: #fff;
	text-align: right;
	font-family: "OpenSans", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.72px;
	text-transform: uppercase;
	background: #003365;
}

.faq_top .sub-title {
	color: #003365;
	text-align: center;
	font-family: "OpenSans", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.question_title {
	margin-bottom: 30px;
}

.tab-content p {
	margin-bottom: 20px;
}

.tab-content p:empty {
	display: none;
}

.seven_aco_right span {
	color: #fff;
	text-align: center;
	font-family: "OpenSans", sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -1.2px;
	text-transform: uppercase;
	background: #003365;
	margin-bottom: 25px;
	padding: 0 16px;
}

.seven_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 210px;
}

.seven_links a {
	color: #0f143d;
	font-family: "OpenSans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.32px;
	margin-top: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
}

#news-quote {
	width: 575px;
	margin: 40px auto;
}

.news-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #ffffff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 45px -29px rgba(225, 225, 225, 1);
	box-shadow: 0px 0px 45px -29px rgba(225, 225, 225, 1);
}

.news-quote .news-quote-img-wrapper {
	width: 155px;
	height: 155px;
	padding: 15px;
}

.news-quote .news-quote-img-wrapper img {
	border-radius: 50%;
	width: 125px;
	height: 125px;
}

.news-quote .news-quote-descr-wrapper {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	line-height: 146%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #89d0ca;
	position: relative;
	font-size: 14px;
	max-width: 345px;
	margin: 20px;
}

.news-quote .news-quote-descr-wrapper::before {
	content: "";
	position: absolute;
	background: url("../img/icons/quote-1.svg") left no-repeat;
	background-size: cover;
	left: -7px;
	top: -6px;
	opacity: 0.3;
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
	height: 32px;
	width: 40px;
}

.news-quote .news-quote-descr-wrapper::after {
	content: "";
	position: absolute;
	background: url("../img/icons/quote-2.svg") left no-repeat;
	background-size: cover;
	right: 3px;
	bottom: 12px;
	opacity: 0.3;
	-webkit-transform: translate(50%, 30%);
	-ms-transform: translate(50%, 30%);
	transform: translate(50%, 30%);
	height: 32px;
	width: 40px;
}

@media (max-width: 1350px) {
	.faq_contacts {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.faq_contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.faq_contacts span {
		font-size: 25px;
	}

	.faq_contacts a {
		font-size: 25px;
	}

	.faq_contact {
		margin-bottom: 20px;
	}

	.seven_aco {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.seven_aco_left label span {
		max-width: 80%;
	}
}

.faq__title p,
.faq__title span {
	padding: 0 15px;
}

.faq__title p {
	-webkit-transform: translateX(-23%) translateY(15%) rotate(4.53deg);
	-ms-transform: translateX(-23%) translateY(15%) rotate(4.53deg);
	transform: translateX(-23%) translateY(13%) rotate(4.53deg);
}

.default-page {
	padding-top: clamp(5rem, 2.5rem + 10vw, 10rem);
}

.default-page p,
.default-page ul li {
	line-height: 1.4;
}

.default-page ol,
.default-page ul {
	padding-left: 30px;
}

.default-page ul > * > ul,
.default-page ul > :nth-child(n + 2) {
	margin-top: 10px;
}

.default-page li {
	list-style: inherit;
}

.default-page address,
.default-page dl,
.default-page fieldset,
.default-page figure,
.default-page ol,
.default-page p,
.default-page pre,
.default-page ul {
	margin: 0 0 20px 0;
}

.default-page * + address,
.default-page * + dl,
.default-page * + fieldset,
.default-page * + figure,
.default-page * + ol,
.default-page * + p,
.default-page * + pre,
.default-page * + ul {
	margin-top: 20px;
}

.section-donation__front-page .deposit-news__lead {
	color: #003366;
	background: #e6f6fc;
}

.section-donation__front-page {
	display: none;
}

/* DIAGRAMS */

.list-block {
	margin: 35px 0;
	color: #000;
}

.list-block .list-block-small {
	margin: 0px 0px 40px 40px !important;
}

.list-block .list-block-small .list-block__item {
	gap: 0px !important;
}

.list-block .list-block-small .list-block__item .list-block__icon {
	max-width: 30px !important;
}

.list-block__item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.list-block__item:not(:last-child) {
	margin-bottom: 40px;
}

.list-block__icon {
	max-width: 40px;
	width: 100%;
}

.list-block__icon img {
	max-width: 100%;
	display: block;
}

.list-block__text {
	font-size: 18px;
	line-height: 27px;
}

.diagram-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #000;
}

.diagram-block__image {
	max-width: 340px;
	margin-right: 50px;
}

.diagram-block__image img {
	max-width: 100%;
	display: block;
}

.diagram-block p {
	text-align: center;
	margin-top: 0;
	font-size: 17px;
}

.diagram-block__values {
	max-width: 370px;
	width: 100%;
	font-size: 14px;
}

.diagram-block__values ul li:not(:last-child) {
	margin-bottom: 16px;
}

.diagram-block__values ul li {
	display: flex;
	gap: 16px;
	line-height: 16px;
}

.item-color:before {
	content: "";
	display: inline-flex;
	min-width: 16px;
	height: 16px;
	border-radius: 100px;
	vertical-align: middle;
}

.item-color--mint:before {
	background-color: #61cdbb;
}

.item-color--orange:before {
	background-color: #e8a838;
}

.item-color--yellow:before {
	background-color: #f1e15b;
}

.item-color--coral:before {
	background-color: #f47560;
}

.item-color--darkblue:before {
	background-color: #003366;
}

.item-color--beige:before {
	background-color: #e8c1a0;
}

.item-color--violete:before {
	background-color: #a2539b;
}

.item-color--lavender:before {
	background-color: #b192e4;
}

.item-color--blue:before {
	background-color: #92c7e4;
}

.item-color--rose:before {
	background-color: #e492c8;
}

.list-block__description {
	font-size: 16px;
	color: #000;
	margin-top: 25px;
}

.list-block__description strong {
	font-weight: 600;
}

.list-block__description p {
	line-height: 29px;
}

.program__img {
	margin-bottom: 0.625rem;
	display: block;
}

.program__title {
	margin-bottom: 0.75rem;
	display: block;
	font-size: 1rem;
	line-height: 1.1875;
	color: #0f143d;
	letter-spacing: -0.02em;
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.diagram-block__image {
		max-width: 339px;
	}

	.list-block__text,
	.list-block__description {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.diagram-block__image {
		max-width: 100%;
	}

	.list-block__item:not(:last-child) {
		margin-bottom: 32px;
	}

	.list-block {
		margin: 32px 0;
	}

	.list-block__icon {
		max-width: 32px;
	}

	.list-block__item {
		gap: 12px;
	}

	.diagram-block p {
		font-size: 12px;
	}

	.diagram-block__values ul li {
		font-size: 13px;
	}

	.diagram-block__values ul li:not(:last-child) {
		margin-bottom: 8px;
	}
}

@media (max-width: 576px) {
	.svg-diagram {
		max-width: 390px !important;
		width: 390px !important;
	}
}

@media (max-width: 440px) {
	.svg-diagram {
		max-width: 280px !important;
		width: 280px !important;
	}
}

.diagrams__sum_orange::before {
	background: #ff9900 !important;
}

.social-contacts__items .fab.fa-linkedin {
	color: #fbc506 !important;
	font-size: 44px;
}

.cookie {
	display: none;
	position: fixed;
	z-index: 100000;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}

.cookie__wrapper {
	width: 100%;
	padding: 20px;
}

.cookie__title {
	font-weight: 600;
	margin-bottom: 20px;
}

.cookie__content {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.cookie__btns {
	display: flex;
	gap: 10px;
}

.wrapper {
	position: relative;
}

.cookie__btn {
	padding: 10px;
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}

.cookie__btn_accept {
	background-color: #003366;
	color: #fff;
	border: 2px solid #003366;
}

.cookie__btn_reject {
	color: #003366;
	border: 2px solid #003366;
}

.page-template-page-contacts .content-contacts {
	padding-bottom: unset;
}

@media only screen and (max-width: 767px) {
	.cookie__content {
		flex-direction: column;
	}

	.cookie__btns {
		width: 100%;
	}

	.cookie__btn {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.cookie {
		font-size: 14px;
	}
}

/*New contacts page + form */
.contacts-main {
	margin: 7.5rem 0;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: start;
}

.contacts-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contact-link svg {
	margin-bottom: 1.5rem;
}

.contact-link span {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	color: rgba(0, 51, 102, 1);
	font-size: 1.875rem;
	line-height: 2.562rem;
	text-align: center;
}

.contacts-item:nth-child(1) {
	justify-self: start;
}

.contacts-item:nth-child(3) {
	justify-self: end;
}

.contacts-item:nth-child(2) {
	justify-self: center;
}

.contacts-item:nth-child(2) .contact-link span {
	max-width: 23.125rem;
}

.contacts-subscribe-form {
	padding: 5rem 0;
	background-color: rgba(230, 246, 252, 1);
}

.subscribe-form {
	display: flex;
}

.subscribe-form .subscribe-form__item:first-child {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-right: 1.5rem;
	align-items: flex-start;
}

.subscribe-form__item label {
	display: flex;
	flex-direction: column;
	margin-right: 8.54%;
	width: 53.49%;
}

.subscribe-form__labeltext {
	margin-bottom: 0.75rem;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 700;
	color: rgba(0, 51, 102, 1);
	font-size: 2.25rem;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0;
}

.subscribe-form__subtext {
	font-family: "OpenSans", sans-serif;
	font-weight: 600;
	color: rgba(0, 51, 102, 1);
	font-size: 1.375rem;
	line-height: 100%;
	letter-spacing: 0;
}

.subscribe-form__email {
	background-color: #ffffff;
	padding: 1.25rem 1.5rem;
	color: rgba(0, 51, 102, 1);
	line-height: 100%;
	font-weight: 400;
	font-size: 1.125rem;
	width: 37.96%;
	max-height: 3.625rem;
	border-radius: 0.25rem;
	border: 1px solid rgba(218, 218, 218, 1);
}

.subscribe-form__email::placeholder {
	color: rgba(138, 144, 153, 1);
	line-height: 100%;
}

.subscribe-form__email:-moz-placeholder {
	color: rgba(138, 144, 153, 1);
	line-height: 100%;
}

.subscribe-form__email:-ms-input-placeholder {
	color: rgba(138, 144, 153, 1);
	line-height: 100%;
}

.subscribe-form__item button {
	text-transform: uppercase;
	background: rgba(0, 51, 102, 1);
	color: #ffffff;
	padding: 1.25rem 1.5rem;
	line-height: 100%;
	font-weight: 400;
	font-size: 1.125rem;
	border-radius: 0.25rem;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.subscribe-form__labeltext {
		font-size: 1.5rem;
		text-align: center;
	}

	.contacts-subscribe-form {
		padding: 3.75rem 0;
	}

	.subscribe-form__subtext {
		font-size: 1rem;
	}

	.subscribe-form {
		flex-direction: column;
	}

	.subscribe-form__item label {
		margin-right: unset;
		width: 100%;
		margin-bottom: 2.5rem;
		align-items: center;
	}

	.subscribe-form__email {
		width: 100%;
	}

	.subscribe-form .subscribe-form__item:first-child {
		margin-right: unset;
		flex-direction: column;
		margin-bottom: 0.75rem;
	}

	.subscribe-form__item button {
		width: 100%;
	}

	.contact-link svg {
		max-width: 4.375rem;
		max-height: 4.375rem;
		margin-bottom: 1rem;
	}

	.contacts-item:nth-child(2) .contact-link span {
		max-width: 16.437rem;
	}

	.contact-link span {
		font-size: 1.25rem;
		line-height: 1.687rem;
	}

	.contacts-item:nth-child(1) {
		justify-self: center;
	}

	.contacts-item:nth-child(3) {
		justify-self: center;
	}

	.contacts-item:nth-child(2) {
		justify-self: center;
	}

	.contacts-main {
		grid-template-columns: 1fr;
		justify-items: center;
		row-gap: 2.5rem;
		margin: 3.75rem 0;
	}
}

/*=========================*/

.section-program-last-forms-donations {
	margin: 90px 0;
}

.post-type-archive-program .news__block.block-news {
	display: flex;
	flex-direction: column;
}

.post-type-archive-program .news__block.block-news .program__img {
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
}

.post-type-archive-program .news__block.block-news .program__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.reactions {
	display: flex;
	margin-top: 40px;
	position: relative;
}

.reactions__add {
	margin-right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #e0edff;
	padding: 0 16px;
	height: 56px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.reactions__add:hover,
.reactions__add.active {
	filter: brightness(1.05);
}

.reactions__add svg {
	margin-right: 16px;
}

.reactions__add span {
	font-family: "OpenSans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
}

.reactions__icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.reactions__icons li:not(:last-child) {
	margin-right: 20px;
}

.reactions__all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.reactions__sum span {
	text-decoration: underline;
}

.reactions__modal {
	position: absolute;
	top: -64px;
	left: 194px;
	z-index: 10;
	padding: 16px;
	background: #e0edff;
	box-shadow: 0 2px 6px #0000001a;
	border-radius: 64px;
	overflow: hidden;
}

.reactions__modal svg {
	width: 30px;
	height: 30px;
}

.reactions__modal li svg {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.reactions__modal li:first-child {
	transform: translateY(70px);
	transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reactions__modal li:nth-child(2) {
	transform: translateY(90px);
	transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reactions__modal li:nth-child(3) {
	transform: translateY(120px);
	transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reactions__modal li:nth-child(4) {
	transform: translateY(160px);
	transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reactions__modal li:last-child {
	transform: translateY(190px);
	transition: all 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reactions__modal.active li {
	transform: unset;
}

.reactions__modal li svg:hover {
	transform: translateY(-5px) scale(1.1) !important;
}
.reactions__sum {
	margin-left: 24px;
}
@media (max-width: 426px) {
	.reactions__sum {
		margin-left: 14px;
	}
	.reactions__add {
		margin-right: 15px;
		padding: 0 12px;
		height: 50px;
	}

	.reactions__add svg {
		width: 25px;
		height: 25px;
	}

	.reactions__add span {
		font-size: 14px;
	}

	.reactions__icons li:not(:last-child) {
		margin-right: 10px;
	}

	.reactions__icons li svg {
		width: 20px;
		height: 20px;
	}

	.reactions__modal .reactions__icons li svg {
		width: 25px;
		height: 25px;
	}

	.reactions__sum span {
		font-size: 14px;
	}

	.reactions__modal {
		top: -55px;
		left: 155.75px;
		padding: 14px;
	}
}
