/* font-family: "AvenirNextCyr-Regular"; */
@font-face {
	font-family: "AvenirNextCyr-Regular";
	src: url("./fonts/AvenirNextCyr-Regular.otf");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "AvenirNextCyr-Bold"; */
@font-face {
	font-family: "AvenirNextCyr-Bold";
	src: url("./fonts/AvenirNextCyr-Bold.otf");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "AvenirNextCyr-Demi"; */
@font-face {
	font-family: "AvenirNextCyr-Demi";
	src: url("./fonts/AvenirNextCyr-Demi.otf");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "AvenirNextCyr-Medium"; */
@font-face {
	font-family: "AvenirNextCyr-Medium";
	src: url("./fonts/AvenirNextCyr-Medium.otf");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "AvenirNextCyr-Light"; */
@font-face {
	font-family: "AvenirNextCyr-Light";
	src: url("./fonts/AvenirNextCyr-Light.otf");
	font-style: normal;
	font-weight: normal;
}

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

html {
	height: 100%;
	min-width: 320px;
}

body {
	min-width: 320px;
	font-family: "AvenirNextCyr-Regular", sans-serif;
	font-size: 16px;
	color: #000;
	background: #fff;

	display: flex;
	min-height: 100vh;
	max-width: 100vw;
	flex-direction: column;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	/*color: #0d5cab;*/
}

ul {
	list-style: none;
}

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

.clr-a:after {
	content: "";
	display: block;
	clear: both;
}

/* header */

.home-header {
	position: relative;
	min-height: 600px;
	height: 100vh;
}

.header-wrapper {
	position: relative;
	width: 100%;
	min-width: 280px;
	max-width: 1920px;
	height: 136px;
	margin: 0 auto;
	z-index: 100;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

/*.logos,*/
/*.head-menu {*/
/*width:50%;*/
/*}*/

.logos {
	/*float: left;*/
	height: 100%;
	background-color: #eef7f7;
	/*padding-top: 26px;*/
	box-sizing: border-box;
	padding: 20px 40px 0 34px;
	flex: 1;
}

.logos li {
	/*float: left;*/
	height: 91px;
	/*width:33.3%;*/
	text-align: center;
	/*padding-top: 9px;*/
	/*border-right: 1px solid #e0e8e8;*/
	box-sizing: border-box;
}

.logos li:last-child {
	border-right: 0;
	/*padding-top: 2px;*/
}

/*.logos li a {*/
/*text-align: center;*/
/*width: 100%;*/
/*display: block;*/
/*line-height: 0;*/
/*}*/

.head-menu {
	/*float: right;*/
	height: 100%;
	background-color: #0d5cab;
	flex: 100;
}

.search-soc-block {
	height: 52px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.search-block {
	position: relative;
	float: left;
	/*width:465px;*/
	width: 48%;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	box-sizing: border-box;
}

.search-block input[type="text"] {
	width: 100%;
	height: 100%;
	background: transparent;
	color: #fff;
	font-size: 16px;
	padding: 18px 70px 15px 20px;
	margin: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
}

.search-block input[type="text"]:focus {
	background-color: #0f65bb;
}

.search-block input[type="text"]::-webkit-input-placeholder {
	color: #90a9cf;
}

.search-block input[type="text"]::-moz-placeholder {
	color: #90a9cf;
}

.search-block input[type="text"]:-ms-input-placeholder {
	color: #90a9cf;
}

.search-block input[type="text"]:-moz-placeholder {
	color: #90a9cf;
}

.ico-search {
	position: absolute;
	width: 17px;
	height: 18px;
	text-indent: -9999px;
	background: url("./img/menu-icons.png") no-repeat 100% 100%;
	padding: 0;
	outline: 0;
	border: 0;
	border: none;
	outline: none;
	cursor: pointer;
	right: 26px;
	top: 18px;
}

.ico-search:hover {
	opacity: 0.4;
}

.social-block {
	float: right;
	/*width:495px;*/
	width: 52%;
	height: 100%;
	background: url("./img/social-block-bg.png") repeat-x 3px 2px;
	text-align: right;
}

.change-lang {
	float: right;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	padding-right: 8px;
	padding-top: 21px;
}

.change-lang li,
.soc-link li {
	display: inline-block;
	padding-right: 30px;
}

.soc-link li:last-child {
	display: none;
}

.change-lang a {
	color: #fff;
}

.change-lang span,
.change-lang a:hover {
	opacity: 0.2;
}

.soc-link {
	float: right;
	padding-top: 15px;
}

.monitoring-internews {
	display: block;
	/*width:18px;*/
	width: auto;
	height: 17px;
	background: url("./img/int-mon-icon.png") no-repeat 0 0;
	font-size: 14px;
	font-family: "AvenirNextCyr-Regular";
	color: #fff;
	padding-left: 30px;
}

.rss {
	display: block;
	position: relative;
	top: 2px;
	width: 15px;
	height: 15px;
	background: url("./img/menu-icons.png") no-repeat -9px 100%;
	margin-top: 2px;
}

.fb {
	display: block;
	position: relative;
	top: 2px;
	width: 9px;
	height: 18px;
	background: url("./img/menu-icons.png") no-repeat -25px 100%;
}

.mobile-search {
	display: none;
}

.soc-link a:hover {
	opacity: 0.4;
}

.menu-block {
	position: relative;
	width: 100%;
	height: 83px;
}

.main-nav {
	width: 100%;
	height: 100%;
}

.main-nav .first-lvl-menu {
	width: 100%;
	height: 100%;
	display: flex;
}

.mobile-main-menu {
	display: none;
	height: 100%;
}

.main-nav .mobile-main-menu > li {
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.main-nav .first-lvl-menu > li {
	flex: 1 0 auto;
	position: relative;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	box-sizing: border-box;
}

.main-nav .first-lvl-menu > li:last-child {
	border-right: none;
}

.main-nav .mobile-main-menu > li > a,
.main-nav .first-lvl-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 19px;
	line-height: 23px;
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.main-nav .mobile-main-menu > li > a {
	justify-content: flex-start;
}

.main-nav .first-lvl-menu > li.actual-grants > a {
	background-color: #ffffff;
	color: #0d5cab;
}

.main-nav .mobile-main-menu > li > a:hover,
.main-nav .first-lvl-menu > li > a:hover {
	background-color: #0a539c;
}

.main-nav .first-lvl-menu > li.actual-grants > a:hover {
	background-color: #0a539c;
	color: #ffffff;
}

.main-nav .mobile-main-menu > li > a i,
.main-nav .first-lvl-menu > li > a i {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.main-nav .mobile-main-menu > li > a i:after,
.main-nav .first-lvl-menu > li > a i:after {
	content: "";
	display: block;
	float: right;
	width: 9px;
	height: 4px;
	position: relative;
	background: url("./img/menu-icons.png") no-repeat 0 0;
}

.main-nav .sub-menu {
	overflow: scroll;
	overflow-x: hidden;
	max-height: 385px;
	position: absolute;
	display: none;
	min-width: 100%;
	background: #0d5cab;
	padding: 24px 0 10px 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	left: 0;
}

.main-nav .sub-menu .sub-menu {
	padding-left: 60px;
}

::-webkit-scrollbar { width: 8px; height: 100%;}
::-webkit-scrollbar-track-piece { background-color: #0d5cab;}
::-webkit-scrollbar-thumb { background-color: #002e62; border-radius: 3px;}
.main-nav .first-lvl-menu > li:hover .sub-menu {
	display: block;
}

.main-nav .sub-menu li {
	padding-bottom: 22px;
}

.main-nav .sub-menu a {
	font-size: 19px;
	color: #fff;
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	-webkit-transition: color 0.666s;
	-moz-transition: color 0.666s;
	-ms-transition: color 0.666s;
	-o-transition: color 0.666s;
	transition: color 0.666s;
}

.main-nav .sub-menu a:hover {
	color: rgba(255, 255, 255, 0.41);
}

#menu-item-279 > a {
	pointer-events: none;
}
/* slider*/

.slider {
	position: absolute;
	height: 100vh;
	min-height: 600px;
	width: 100%;
	padding-top: 136px;
	box-sizing: border-box;
	top: 0;
}

.slider-wrapper {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	height: 100%;
}

.slide {
	float: left;
	width: 100vw;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide > div {
	display: none;
}

.slide-info {
	position: absolute;
	height: 300px;
	width: 50%;
	background: url("./img/slide-info-bg.png") #002e62 repeat-y top right;
	left: 0;
	bottom: 0;
}

.changing-text-block {
	float: left;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 72px 164px 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.changing-text-block h2 {
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 59px;
}

.changing-text-block h2 a {
	color: #fff;
	transition: all 0.3s;
}

.changing-text-block h2 a:hover {
	opacity: 0.6;
}

.changing-text-block p {
	font-size: 21px;
	line-height: 143%;
	padding-top: 25px;
}

#pager {
	position: absolute;
	width: 164px;
	text-align: center;
	top: 0;
	right: 0;
}

.pager {
	padding-top: 105px;
}

.pager a {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	text-indent: -999em;
	border-radius: 50%;
	margin: 0 16px 0 0;
}

.pager a:last-child {
	margin: 0;
}

/*.pager a:hover {*/
/*background: rgba(88, 38, 134, 0.4);*/
/*}*/

.pager a.selected {
	background: #fff;
	cursor: default;
}

/* main */

main {
	display: block;
	flex: 1;
}

.container {
	position: relative;
	width: 1840px;
	margin: 0 auto;
}

.our-work {
	background-color: #0d5cab;
}

.our-work .section-title h2 {
	background-color: #0d5cab;
}

.scroll-down {
	position: absolute;
	display: block;
	width: 26px;
	height: 14px;
	background: url("./img/scroll-down.png") no-repeat 0 0;
	top: 20px;
	left: 50%;
	margin-left: -13px;
}

.section-title {
	text-align: center;
	background: url("./img/section-title-black-bg.png") repeat-x 0 130px;
	padding: 110px 0 90px;
}

.section-title a {
	color: #000;
	transition: all 0.3s;
}

.section-title a:hover {
	color: #0d5cab;
}

.color-white {
	background: url("./img/section-title-white-bg.png") repeat-x 0 130px;
}

.color-white,
.color-white a {
	color: #fff;
}

.section-title h2 {
	display: inline-block;
	font-weight: 400;
	font-size: 39px;
	text-transform: lowercase;
	padding: 0 30px;
}

.section-title h2 span {
	font-family: "AvenirNextCyr-Bold", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-description {
	max-width: 1300px;
	font-size: 21px;
	text-align: justify;
	padding-top: 45px;
	margin: 0 auto;
}

.archive-title {
	background: none;
}

.archive-title h2 {
	font-size: 59px;
}

.our-work-list {
	width: 1332px;
	margin: 0 auto;
	padding-bottom: 110px;
}

.our-work-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.our-work-list li {
	float: left;
	width: 33%;
	min-height: 315px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.our-work-list li {
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.our-work-list li:nth-child(4),
.our-work-list li:nth-child(5),
.our-work-list li:nth-child(6),
.our-work-list li:nth-child(7),
.our-work-list li:last-child {
	padding-top: 35px;
}

.our-work-list li:nth-child(7),
.our-work-list li:last-child {
	border-bottom: 0;
}

.our-work-list li a,
.our-work-list .star-wrap {
	position: relative;
	display: block;
	max-width: 238px;
	/*height:280px;*/
	text-align: center;
	padding-top: 217px;
	margin: 0 auto;
}

.our-work-list .star-wrap {
	max-width: 311px;
}

.our-work-list li a:after {
	position: absolute;
	content: "";
	height: 250px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.06);
	top: 14px;
	right: -101px;
}

.our-work-list li .star-wrap:after {
	position: absolute;
	content: "";
	height: 250px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.06);
	top: 14px;
	right: -64px;
}

.our-work-list li:nth-child(3) a:after,
.our-work-list li:nth-child(6) a:after,
.our-work-list li:last-child a:after {
	display: none;
}

.our-work-list li span {
	font-family: "AvenirNextCyr-Demi", sans-serif;
	font-size: 26px;
	line-height: 115%;
	color: #fff;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom 0.666s;
	-moz-transition: border-bottom 0.666s;
	-ms-transition: border-bottomborder-bottom 0.666s;
	-o-transition: border-bottom 0.666s;
	transition: border-bottom 0.666s;
}

.our-work .icon-work,
.our-work .icon-star {
	position: absolute;
	width: 192px;
	height: 192px;
	background: url("./img/our-work-icons-bg.png") no-repeat;
	top: 0;
	left: 50%;
	margin-left: -96px;
	-webkit-transition: top 0.666s;
	-moz-transition: top 0.666s;
	-ms-transition: top 0.666s;
	-o-transition: top 0.666s;
	transition: top 0.666s;
}

.our-work .icon-star {
	background: url("./img/our-work-icons-bg-star.png") no-repeat;
	background-position: 0 -5px;
}

.our-work li a:hover .icon-work {
	top: -10px;
}

.our-work li a:hover span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.works-logo:after,
.icon-star:after,
.icon-work:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.our-woks-icon-2:after,
.our-woks-icon-40:after,
.media-training-icon:after {
	width: 87px;
	height: 87px;
	background: url("./img/our-work-icons.png") no-repeat 0 0;
	/*margin-left: -43.5px;*/
	/*margin-top: -43.5px;*/
}

.our-woks-icon-3:after,
.our-woks-icon-37:after,
.media-education-icon:after {
	width: 90px;
	height: 72px;
	background: url("./img/our-work-icons.png") no-repeat -88px 0;
	/*margin-left: -45px;*/
	/*margin-top: -36px;*/
}

.our-woks-icon-4:after,
.our-woks-icon-39:after,
.media-monitoring-icon:after {
	width: 87px;
	height: 73px;
	background: url("./img/our-work-icons.png") no-repeat -180px 0;
	/*margin-left: -43.5px;*/
	/*margin-top: -36.5px;*/
}

.our-woks-icon-5:after,
.our-woks-icon-36:after,
.advocacy-icon:after {
	width: 99px;
	height: 73px;
	background: url("./img/our-work-icons.png") no-repeat 0 -87px;
	/*margin-left: -49.5px;*/
	/*margin-top: -36.5px;*/
}

.our-woks-icon-6:after,
.our-woks-icon-42:after,
.communication-icon:after {
	width: 84px;
	height: 77px;
	background: url("./img/our-work-icons.png") no-repeat -100px -87px;
	/*margin-left: -42px;*/
	/*margin-top: -38.5px;*/
}

.our-woks-icon-7:after,
.our-woks-icon-41:after,
.research-icon:after {
	width: 65px;
	height: 81px;
	background: url("./img/our-work-icons.png") no-repeat -185px -87px;
	/*margin-left: -32.5px;*/
	/*margin-top: -40.5px;*/
}

.our-woks-icon-26:after,
.our-woks-icon-38:after {
	width: 65px;
	height: 84px;
	background: url("./img/our-work-icons.png") no-repeat 100% -84px;
}

.our-woks-icon-0:after {
	width: 25px;
	height: 32px;
	background: url("./img/our-work-icons.png") no-repeat -268px 0;
}

/* news-and-events */

.row {
	padding-bottom: 30px;
}

.news-and-events {
	padding-bottom: 130px;
}

.news-and-events,
.news-and-events .section-title h2 {
	background: #fff;
}

.row.large-row .short-post {
	margin-right: 0;
}

.large-post {
	position: relative;
	float: left;
	width: 1218px;
	height: 864px;
}

.large-post .announcement-type {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "AvenirNextCyr-Regular", sans-serif;
	font-size: 25px;
	color: #ffffff;
	padding: 10px 25px;
	background-color: #002e62;
	transition: all .3s ease-in-out;
}
.large-post .announcement-type:hover,
.large-post .announcement-type:active {
	background-color: #0d5cab;
}
.large-post .announcement-deadline {
	display: block;
	font-size: 14px;
}

.large-post .img-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.large-post .post-info {
	position: absolute;
	width: 592px;
	height: 432px;
	background-color: #002e62;
	color: #fff;
	padding: 50px 45px;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	-webkit-transition: background-color 0.666s;
	-moz-transition: background-color 0.666s;
	-ms-transition: background-color 0.666s;
	-o-transition: background-color 0.666s;
	transition: background-color 0.666s;
}

.large-post .post-info h2 {
	font-family: "AvenirNextCyr-Demi", sans-serif;
	font-size: 40px;
	font-weight: 400;
	padding-bottom: 32px;
}

.large-post .post-info h2 span {
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom 0.666s;
	-moz-transition: border-bottom 0.666s;
	-ms-transition: border-bottom 0.666s;
	-o-transition: border-bottom 0.666s;
	transition: border-bottom 0.666s;
}

.large-post .post-info p {
	font-size: 21px;
	line-height: 143%;
}

.large-post a:hover .post-info h2 span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.large-post a:hover .post-info {
	background-color: #0d5cab;
}

.short-post {
	height: 386px;
	margin-right: 27.5px;
}

.short-post:last-child {
	margin-right: 0;
}

.short-post {
	float: left;
	width: 595px;
	position: relative;
}

.short-post .announcement-type {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "AvenirNextCyr-Regular", sans-serif;
	font-size: 25px;
	color: #ffffff;
	padding: 10px 25px;
	background-color: #002e62;
	transition: all .3s ease-in-out;
}
.short-post .announcement-type:hover,
.short-post .announcement-type:active {
	background-color: #0d5cab;
}
.short-post .announcement-deadline {
	display: block;
	font-size: 14px;
}

.large-row .short-post {
	float: right;
	height: 432px;
}

.short-post .img-bg {
	position: relative;
	width: 100%;
	height: 300px;
	background-size: cover;
	margin-bottom: 22px;
}

.short-post a .img-bg:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #0d5cab;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.666s;
	-moz-transition: opacity 0.666s;
	-ms-transition: opacity 0.666s;
	-o-transition: opacity 0.666s;
	transition: opacity 0.666s;
}

.short-post .post-info h2 span {
	font-family: "AvenirNextCyr-Medium", sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.666s;
	-moz-transition: all 0.666s;
	-ms-transition: all 0.666s;
	-o-transition: all 0.666s;
	transition: all 0.666s;
}

.short-post a:hover .img-bg:after {
	opacity: 0.25;
}

.short-post a:hover .post-info h2 span {
	color: #0d5cab;
	border-bottom: 1px solid #c5d8eb;
}

/* news archive */
.row-archive .short-post {
	margin-bottom: 30px;
}

.row-archive .short-post:nth-child(3n + 3) {
	margin-right: 0;
}

/* pagination */
.pagination-wrapper {
	text-align: center;
	background: url(./img/section-title-black-bg.png) repeat-x 0 130px;
	padding: 125px 0 20px;
}

ul.page-numbers {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}

ul.page-numbers > li {
	display: inline;
}

ul.page-numbers > li > a,
ul.page-numbers > li > span {
	position: relative;
	float: left;
	font-family: "AvenirNextCyr-Medium", sans-serif;
	text-decoration: none;
	color: #0d5cab;
	font-size: 19px;
	margin: 0 20px;
}

ul.page-numbers > li > span {
	font-size: 25px;
	color: #000;
	line-height: 83%;
}

ul.page-numbers > li > a:hover {
	color: #000;
}

/* inner-news */
.container-single-post {
	position: relative;
	width: 1215px;
	margin: 0 auto;
}

.single-post-img {
	position: relative;
}

.single-post-img img {
	display: block;
	width: 100%;
	height: auto;
}

.single-post-img:after {
	content: "";
	position: absolute;
	display: block;
	height: 228px;
	width: 100%;
	background: rgb(8, 80, 152);
	background: -moz-linear-gradient(
		top,
		rgba(8, 80, 152, 0) 0%,
		rgba(1, 62, 123, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(8, 80, 152, 0) 0%,
		rgba(1, 62, 123, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(8, 80, 152, 0) 0%,
		rgba(1, 62, 123, 1) 100%
	);
	opacity: 0.6;
	bottom: 0;
}

.back-to-news {
	position: absolute;
	display: block;
	/*width:130px;*/
	height: 20px;
	font-size: 17px;
	color: #fff;
	text-align: right;
	line-height: 20px;
	background: url("./img/back-to-news.png") no-repeat 0 0;
	top: 28px;
	left: 30px;
	padding-left: 30px;
}

.inner-post-info {
	position: absolute;
	height: 24px;
	font-size: 17px;
	color: #fff;
	text-align: right;
	line-height: 24px;
	bottom: 30px;
	left: 30px;
	z-index: 10;
}

.soc-link-post,
.inner-post-info time {
	float: left;
}

.soc-link-post li {
	float: left;
	padding-right: 30px;
}

.soc-link-post li:last-child {
	padding-top: 1px;
	padding-right: 40px;
}

.soc-link-post li a:hover {
	opacity: 0.4;
}

.fb-post {
	display: block;
	width: 12px;
	height: 24px;
	background: url("./img/post-info-soc.png") no-repeat 0 0;
}

.tw-post {
	display: block;
	width: 27px;
	height: 22px;
	background: url("./img/post-info-soc.png") no-repeat -12px 0;
}

.content-post-wrapper {
	padding-bottom: 135px;
}

.post-title {
	max-width: 750px;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 59px;
	padding: 49px 0 39px;
}

.content-post {
	float: left;
	width: 750px;
	font-size: 19px;
	line-height: 30px;
}

.content-post_full {
	width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.content-post .alignnone {
	margin: 5px 20px 20px 0;
}

.content-post .aligncenter,
.content-post div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.content-post .alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.content-post .alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.content-post a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.content-post a img.alignnone {
	margin: 5px 20px 20px 0;
}

.content-post a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.content-post .wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 15px;
}

.content-post .wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.content-post .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.content-post .wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.content-post .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.content-post .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.content-post .wp-caption a,
.content-post .wp-caption a:hover,
.content-post .gallery a,
.content-post .gallery a:hover {
	border: none;
	background: none;
}

.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
	font-family: "AvenirNextCyr-Demi", sans-serif;
	font-weight: normal;
}

.content-post h1,
.content-post h2 {
	font-size: 40px;
	padding: 25px 0 30px;
}

.content-post h3 {
	font-size: 30px;
	padding: 25px 0 22px;
}

.content-post h4 {
	font-size: 25px;
	padding: 25px 0 20px;
}

.content-post img {
	max-width: 100%;
	height: auto;
}

.content-post p {
	padding-bottom: 25px;
}

.content-post a {
	color: #0d5cab;
	text-decoration: underline;
}

.content-post a:hover {
	text-decoration: none;
}

.content-post blockquote {
	position: relative;
	font-family: "AvenirNextCyr-Light", sans-serif;
	font-size: 27px;
	line-height: 140%;
	padding: 38px 0 32px;
	margin: 15px 0 38px;
}

.content-post blockquote:before,
.content-post blockquote:after {
	content: "";
	position: absolute;
	display: block;
	width: 137px;
	height: 7px;
	background: url("./img/blockquote-bg.png") no-repeat 0 0;
	left: 0;
}

.content-post blockquote:before {
	top: 0;
}

.content-post blockquote:after {
	bottom: 0;
}

.content-post ul {
	list-style: disc;
	list-style-position: inside;
	padding: 10px 0 25px;
}

.content-post ol {
	padding: 10px 0 25px;
}

.content-post cite {
	font-size: 20px;
	line-height: 100%;
}

.content-post cite br {
	display: none;
}

/* actual-news */
.actual-news {
	width: 285px;
	float: right;
}

.actual-news-wrapper > h2 {
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 20px;
}

.actual-news-wrapper > h2 span {
	font-family: "AvenirNextCyr-Demi", sans-serif;
}

.small-post {
	position: relative;
	width: 100%;
	padding-bottom: 42px;
}

.small-post .announcement-type {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "AvenirNextCyr-Regular", sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 5px 15px;
	background-color: #002e62;
	transition: all .3s ease-in-out;
}
.small-post .announcement-type:hover,
.small-post .announcement-type:active {
	background-color: #0d5cab;
}
.small-post .announcement-deadline {
	display: block;
	font-size: 14px;
}

.small-post .img-bg {
	position: relative;
	height: 224px;
	margin-bottom: 20px;
}

.small-post a .img-bg:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #0d5cab;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 0.666s;
	-moz-transition: opacity 0.666s;
	-ms-transition: opacity 0.666s;
	-o-transition: opacity 0.666s;
	transition: opacity 0.666s;
}

.small-post .post-info h2 span {
	font-family: "AvenirNextCyr-Medium", sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.666s;
	-moz-transition: all 0.666s;
	-ms-transition: all 0.666s;
	-o-transition: all 0.666s;
	transition: all 0.666s;
}

.small-post a:hover .img-bg:after {
	opacity: 0.25;
}

.small-post a:hover .post-info h2 span {
	color: #0d5cab;
	border-bottom: 1px solid #c5d8eb;
}

/* news archive */
.row-archive .short-post {
	margin-bottom: 30px;
}

.row-archive .short-post:nth-child(3n + 3) {
	margin-right: 0;
}

/* our-donors */

.our-donors,
.our-donors .section-title h2 {
	background: #eef7f7;
}

.our-donors-wrapper {
	width: 100%;
}

.our-donors-wrapper ul {
	border: 1px solid #d6dede;
}

.our-donors-wrapper li {
	position: relative;
	float: left;
	width: 50%;
	height: 248px;
	background-repeat: no-repeat;
	background-position: center;
	border-right: 1px solid #d6dede;
	box-sizing: border-box;
}

.our-donors-wrapper li:last-child {
	border-right: 0;
}

.canada-img {
	background-image: url("./img/canada-logo.jpg");
	background-size: 350px;
}

.usaid-img {
	background-image: url("./img/usaid-logo.jpg");
	background-size: 350px;
}

.our-donors-wrapper li:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
}

/* our-partners */

.our-partners {
	padding-bottom: 160px;
}

.our-partners,
.our-partners .section-title h2 {
	background: #eef7f7;
}

.our-partners-wrapper {
	width: 100%;
}

.our-partners-wrapper ul {
	border: 1px solid #d6dede;
}

.our-partners-wrapper li {
	position: relative;
	float: left;
	width: 20%;
	height: 248px;
	border-right: 1px solid #d6dede;
	border-bottom: 1px solid #d6dede;
	box-sizing: border-box;
}

.our-partners-wrapper li:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
}

.our-partners-wrapper li:nth-child(5n) {
	border-right: 0;
}

.our-partners-wrapper li:last-child {
	border-bottom: 0;
}

.our-partners-wrapper li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.banner-gif {
	text-align: center;
	padding-top: 60px;
}

.banner-gif img {
	max-width: 100%;
	height: auto;
}

.partners-logo-home {
		background-size: 200px 200px;
		backface-visibility: hidden;
	position: absolute;
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: margin-top 0.666s;
	-moz-transition: margin-top 0.666s;
	-ms-transition: margin-top 0.666s;
	-o-transition: margin-top 0.666s;
	transition: margin-top 0.666s;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

.our-partners-wrapper li a:hover .partners-logo-home {
	margin-top: -10px;
}

/* our-partners-single */
.our-partners-single .news-and-events,
.our-partners-single .news-and-events h2 {
	background: #eef7f7;
}

.partners-works-head-wrapper,
.page-contacts .header__filter {
	width: 100%;
	height: 600px;
	background-size: cover;
}

.partners-head {
	background: url("./img/partners-bg.jpg") no-repeat center top;
}

.partners-head h1 {
	color: #000;
}

.works-head {
	background-repeat: no-repeat;
	background-position: center top;
}

.works-head h1 {
	color: #fff;
}

.partners-works-head {
	position: relative;
	/*display: flex;*/
	width: 1215px;
	height: 100%;
	background: url("./img/partners-works-head-1920.png") no-repeat center bottom;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	/*align-items: center;*/
	/*justify-content: center;*/
}

.partners-works-head h1 {
	position: relative;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 79px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.works-logo,
.partners-logo {
	position: absolute;
	width: 250px;
	height: 250px;
	background-color: #f5fafa;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	top: 100%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

.works-logo {
	width: 192px;
	height: 192px;
	background-color: #0d5cab;
}

.content-partners {
	float: none;
	width: 906px;
	padding: 206px 0 120px;
	margin: 0 auto;
}

.content-works {
	padding: 160px 0 100px;
}

.highlights {
	width: 100%;
	background-color: #eef7f7;
}

.highlights ul {
	list-style: none;
}

.content-highlights {
	padding: 70px 0 80px;
}

.highlights .highlights-title {
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 59px;
	line-height: normal;
	padding-bottom: 70px;
}

.highlights li {
	position: relative;
	padding: 38px 0 25px 72px;
	border-top: 1px solid #dde6e6;
	counter-increment: custom;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.highlights li:before {
	content: counter(custom) " ";
	position: absolute;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 40px;
	color: #0d5cab;
	left: 0;
	top: 45px;
}

/* search-page */
.search-page {
	padding-bottom: 130px;
}

.nothing-found {
	font-size: 39px;
}

.nothing-found span {
	font-family: "AvenirNextCyr-Bold", sans-serif;
}

.search-form-block {
	display: flex;
	width: 100%;
	height: 90px;
	line-height: 90px;
	padding: 86px 0 82px;
	justify-content: space-between;
}

.search-form-block h1 {
	/*float: left;*/
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 59px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.search-form-block form {
	position: relative;
	display: flex;
	width: 100%;
	margin-left: 35px;
}

.search-form-block form input[type="text"] {
	width: 100%;
	height: 90px;
	font-family: "AvenirNextCyr-Regular", sans-serif;
	font-size: 59px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e6eef6;
	margin: 0 73px 0 0;
	outline: 0;
}

.ico-search-lg {
	position: absolute;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	background: url("./img/lg-search-icon.png") no-repeat 100% 100%;
	padding: 0;
	outline: 0;
	border: 0;
	border: none;
	outline: none;
	cursor: pointer;
	right: 0;
	top: 24px;
}

.ico-search-lg:hover {
	opacity: 0.4;
}

/* 404 page */
.error-404-main {
	display: flex;
}

.error-404 {
	width: 100%;
	/*height: 100%;*/
	background: #0d5cab;
	color: #ffffff;
	font-size: 70px;
	padding-top: 50px;
	box-sizing: border-box;
}

.sad-smile {
	display: block;
	font-size: 122px;
	padding-bottom: 86px;
}

.error-404 p {
	line-height: 135%;
}

.error-404 p span {
	font-family: "AvenirNextCyr-Bold", sans-serif;
}

.error-404 a {
	color: #fff;
	border-bottom: 1px solid #568dc4;
}

.error-404 a:hover {
	border-bottom: 1px solid #fff;
}

/* footer */

footer {
	background: #0d5cab;
	padding: 64px 0 20px;
}

.footer-menu-wrapper {
	float: left;
}

.footer-menu > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 38px;
	padding-right: 70px;
}

.footer-menu > li:nth-child(2) {
	border-left: 2px dotted rgba(255, 255, 255, 0.1);
	border-right: 2px dotted rgba(255, 255, 255, 0.1);
}

.footer-menu > li:last-child {
	padding-right: 0;
}

.footer-menu a {
	font-size: 19px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	-webkit-transition: color 0.666s;
	-moz-transition: color 0.666s;
	-ms-transition: color 0.666s;
	-o-transition: color 0.666s;
	transition: color 0.666s;
}

.copy a:hover,
.footer-menu a:hover {
	color: rgba(255, 255, 255, 0.41);
}

.footer-menu > li > a,
.footer-menu li:last-child .menu-item {
	font-family: "AvenirNextCyr-Bold", sans-serif;
}

.footer-menu .sub-menu {
	padding-top: 25px;
}

.footer-menu .sub-menu li {
	padding-bottom: 12px;
}

.footer-menu li:last-child .sub-menu .menu-item:last-child,
.footer-menu .sub-menu li:last-child {
	padding-bottom: 0;
}

.footer-menu li:last-child .sub-menu .menu-item {
	padding-bottom: 25px;
}

.footer-info {
	float: right;
	width: 310px;
	font-size: 19px;
	color: #fff;
}

.footer-info > ul {
	padding-bottom: 42px;
}

.footer-info > ul li {
	padding-bottom: 14px;
}

.footer-info > ul li:last-child {
	padding-bottom: 0;
}

.footer-info > ul span,
.footer-info > ul a {
	font-family: "AvenirNextCyr-Demi", sans-serif;
	color: #fff;
}

.copy {
	font-size: 14px;
}

.copy li:first-child {
	padding-bottom: 38px;
}

.copy a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	-webkit-transition: color 0.666s;
	-moz-transition: color 0.666s;
	-ms-transition: color 0.666s;
	-o-transition: color 0.666s;
	transition: color 0.666s;
}

.disclaimer {
	clear: both;
	padding-top: 48px;
	padding-left: 38px;
	font: 12px "AvenirNextCyr-Regular", sans-serif;
	color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1919px) {
	.container {
		width: 1306px;
	}
	/* header */
	.header-wrapper {
		height: 105px;
	}

	.logos {
		padding-top: 16px;
	}

	/*.logos li {*/
	/*height: 69px;*/
	/*}*/

	/*.usaid img {*/
	/*width:158px;*/
	/*}*/

	/*.canada img {*/
	/*width:160px;*/
	/*}*/

	.internews img {
		width: 226px;
	}

	.change-lang {
		padding-right: 0;
	}

	.menu-block {
		height: 52px;
	}

	.main-nav .mobile-main-menu > li > a,
	.main-nav .first-lvl-menu > li > a {
		font-size: 17px;
		line-height: 21px;
	}

	.main-nav .sub-menu .sub-menu {
		padding-left: 40px;
	}

	.main-nav .sub-menu li {
		padding-bottom: 20px;
	}

	.main-nav .sub-menu a {
		font-size: 17px;
		line-height: 21px;
	}

	.main-nav .mobile-main-menu > li > a i,
	.main-nav .first-lvl-menu > li > a i {
		margin-left: 14px;
	}

	.main-nav .sub-menu {
		padding-left: 20px;
	}

	/* slider */
	.slider {
		padding-top: 105px;
	}

	.changing-text-block {
		padding: 43px 164px 20px 30px;
	}

	.changing-text-block h2 {
		font-size: 45px;
	}

	.changing-text-block p {
		font-size: 18px;
	}

	.pager {
		padding-top: 68px;
	}

	.section-description {
		max-width: 1100px;
	}

	/* our-works */
	.our-work-list {
		width: 100%;
	}

	/* news-and-events */

	.large-post {
		position: relative;
		float: left;
		width: 860px;
		height: 663px;
	}

	.large-post .post-info {
		width: 413px;
		height: 332px;
		padding: 30px 25px;
	}

	.large-post .post-info h2 {
		font-size: 30px;
	}

	.large-post .post-info p {
		font-size: 18px;
	}

	.large-row .short-post {
		height: 331px;
	}

	.short-post {
		height: 323px;
		width: 413px;
		margin-right: 33px;
	}

	.short-post .img-bg {
		height: 224px;
	}

	.short-post .post-info h2 span {
		font-size: 21px;
	}
}

@media only screen and (max-width: 1365px) {
	.container {
		width: 964px;
	}

	.monitoring-internews {
		padding-left: 25px;
	}

	.change-lang li,
	.soc-link li {
		padding-right: 27px;
	}

	/* header */

	.logos {
		padding-top: 18px;
	}

	.logos li {
		height: 60px;
		padding-top: 11px;
	}

	.logos li:last-child {
		padding-top: 5px;
	}

	.usaid img {
		width: 116px;
	}

	.canada img {
		width: 118px;
	}

	.internews img {
		width: 192px;
	}

	.main-nav .first-lvl-menu > li > a {;
		font-size: 14px;
		line-height: 16px;
		padding: 0 10px;
	}

	.main-nav .mobile-main-menu > li > a i,
	.main-nav .first-lvl-menu > li > a i {
		margin-left: 5px;
		margin-top: 2px;
	}

	.main-nav .sub-menu li {
		padding-bottom: 15px;
	}

	.main-nav .sub-menu a {
		font-size: 14px;
		line-height: 16px;
	}

	/* slider */
	.slide-info {
		width: 100%;
		height: 230px;
	}

	.changing-text-block {
		padding-right: 300px;
	}

	.section-description {
		font-size: 18px;
	}

	/* our-work */
	.our-work-list li a:after {
		right: -41px;
	}

	.our-work-list li .star-wrap:after {
		right: -4px;
	}

	/* news-and-events */
	.news-and-events {
		padding-bottom: 80px;
	}

	.large-post {
		position: relative;
		float: left;
		width: 465px;
		height: 718px;
	}

	.large-post .post-info {
		width: 465px;
		height: 50%;
		padding: 30px 25px;
	}

	.large-row .short-post {
		height: 359px;
	}

	.short-post,
	.row-archive .short-post:nth-child(3n + 3) {
		margin-right: 33px;
	}

	.row-archive .short-post:nth-child(even) {
		margin-right: 0;
	}

	.row .short-post:nth-child(2) {
		margin-right: 0;
	}

	.row .short-post:last-child {
		display: none;
	}

	.large-row .short-post:last-child {
		display: block;
	}

	.short-post {
		width: 465px;
	}

	.short-post .img-bg {
		height: 253px;
	}

	.short-post .post-info h2 span {
		font-size: 21px;
	}

	/* inner-news */
	.container-single-post {
		width: 963px;
	}

	.post-title,
	.content-post {
		width: 595px;
	}

	.content-post_full {
		width: 100%;
	}

	.post-title {
		font-size: 49px;
	}

	/* our-donors */
	.our-donors-wrapper li {
		background-size: 80%;
	}

	/* our-partners */
	.partners-logo-home {
		transform: translateY(-50%) translateX(-50%) scale(0.8);
	}

	/* our-partners-single */
	.partners-works-head {
		width: 965px;
		background: url(./img/partners-works-head-1024.png) no-repeat center bottom;
	}

	.content-partners {
		width: 100%;
	}

	/* 404-page */
	.error-404 {
		font-size: 60px;
	}

	.sad-smile {
		font-size: 110px;
	}

	/* footer */
	.footer-menu > li {
		padding: 0 30px;
	}

	.footer-menu > li:first-child {
		padding-left: 0;
	}

	.footer-menu > li:last-child {
		padding-right: 0;
	}

	.footer-info {
		width: 210px;
		font-size: 16px;
	}

	.disclaimer {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1023px) {
		.partners-logo-home {
				background-size: 160px 160px;
		}
		
	.container {
		width: 708px;
	}

	.monitoring-internews p {
		display: none;
	}

	.monitoring-internews {
		width: 18px;
		padding-left: 0;
		position: relative;
		top: 2px;
	}

	/* header */
	.logos {
		padding: 12px 20px 0;
	}

	.internews img {
		width: 230px;
	}

	.main-nav .first-lvl-menu {
		position: absolute;
		display: none;
		min-height: 350px;
		height: unset;
		background: #0d5cab;
		padding: 24px 0 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		top: 52px;
		left: 0;
		right: 0;
	}

	.main-nav .show-menu,
	.mobile-main-menu {
		display: block;
	}

	.main-nav .mobile-main-menu > li {
		border-right: 0;
		width: 100%;
	}

	.show-menu:after {
		content: "";
		display: block;
		clear: both;
	}

	.main-nav .first-lvl-menu > li {
		float: none;
		display: block;
		width: auto;
		border: none;
		vertical-align: top;
	}

	.main-nav .first-lvl-menu > li > a {
		display: inherit;
		line-height: normal;
		padding-left: 0;
		margin-left: 20px;
		padding-bottom: 1px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.11);
		-webkit-transition: color 0.666s;
		-moz-transition: color 0.666s;
		-ms-transition: color 0.666s;
		-o-transition: color 0.666s;
		transition: color 0.666s;
	}

	.main-nav .first-lvl-menu > li:not(.menu-item-has-children) > a {
		margin-bottom: 24px;
	}

	.main-nav .first-lvl-menu > li.actual-grants > a {
		margin-left: 0;
		padding-left: 20px;
	}

	.main-nav .first-lvl-menu > li > a, 
	.main-nav .sub-menu a {
		font-size: 16px;
		line-height: 18px;
	}

	.main-nav .first-lvl-menu > li > a:hover {
		background-color: transparent;
		color: rgba(255, 255, 255, 0.41);
	}

	.main-nav .first-lvl-menu > li > a i {
		display: none;
	}

	.main-nav .first-lvl-menu .sub-menu {
		position: relative;
		display: block;
		min-width: 0;
		border: none;
	}

	.main-nav .sub-menu .sub-menu {
		padding-left: 20px;
	}

	.change-lang li,
	.soc-link li {
		display: inline-block;
		padding-right: 24px;
	}

	/* slider */
	.changing-text-block h2 {
		font-size: 35px;
	}

	/*our-work*/
	.our-work-list li {
		width: 50%;
	}

	.our-work-list li:nth-child(3) {
		padding-top: 35px;
	}

	.our-work-list li:nth-child(4) {
		padding-bottom: 35px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}

	.our-work-list li:nth-child(3),
	.our-work-list li:nth-child(4) {
		height: 350px;
	}

	.our-work-list li:nth-child(3) a:after,
	.our-work-list li:last-child a:after {
		display: block;
	}

	.our-work-list li:nth-child(even) a:after {
		display: none;
	}

	/* news-and-events */
	.news-and-events {
		padding-bottom: 32px;
	}

	.row {
		padding-bottom: 48px;
	}

	.large-post {
		height: 293px;
		width: 100%;
		margin-bottom: 48px;
	}

	.large-post .post-info {
		width: 343px;
		height: 100%;
	}

	.large-post .post-info h2 {
		font-size: 24px;
	}

	.short-post {
		height: 350px;
	}

	.short-post:nth-child(odd) {
		float: left;
	}

	.short-post,
	.row-archive .short-post:nth-child(3n + 3) {
		width: 343px;
		margin-right: 0;
	}

	.row-archive .short-post {
		margin-bottom: 48px;
	}

	.short-post:nth-child(odd) {
		float: left;
	}

	.short-post:nth-child(even) {
		float: right;
	}

	/* inner-news */
	.container-single-post {
		width: 100%;
	}

	.post-title {
		margin: 0 auto;
	}

	.content-post-wrapper {
		padding-bottom: 0;
	}

	.content-post {
		float: none;
		padding-bottom: 40px;
		margin: 0 auto;
	}

	.content-post_full {
		width: 595px;
	}

	.actual-news {
		float: none;
		width: 100%;
		background: #eef7f7;
	}

	.actual-news-wrapper {
		width: 595px;
		padding: 60px 0 70px;
		margin: 0 auto;
	}

	.small-post {
		float: left;
		width: 50%;
		padding-right: 12px;
		box-sizing: border-box;
	}

	.small-post:nth-of-type(even) {
		padding-left: 12px;
		padding-right: 0;
	}

	/* our-partners */
	.our-partners-wrapper li {
		height: 182px;
		width: 50%;
		border-bottom: 1px solid #d6dede;
	}

	.partners-logo-home {
		transform: translateY(-50%) translateX(-50%) scale(1);
	}

	.our-partners-wrapper li:nth-child(even) {
		border-right: 0;
	}

	.our-partners-wrapper li:nth-child(odd) {
		border-right: 1px solid #d6dede;
	}

	.our-partners-wrapper li:last-child {
		border-bottom: 0;
	}

	/* our-partners-single */
	.partners-works-head-wrapper,
	.page-contacts .header__filter {
		height: 450px;
	}

	.partners-works-head {
		width: 708px;
		background: url(./img/partners-works-head-768.png) no-repeat center bottom;
	}

	.partners-works-head h1 {
		font-size: 69px;
	}

	.highlights .highlights-title {
		font-size: 49px;
	}

	/* search-page */

	.search-form-block form input[type="text"],
	.search-form-block h1 {
		font-size: 39px;
	}

	.nothing-found {
		font-size: 29px;
	}

	/* 404-page */
	.error-404 {
		font-size: 40px;
	}

	/* footer */
	.footer-info {
		width: 100%;
		padding-top: 65px;
	}

	.footer-info > ul {
		width: 370px;
		column-count: 2;
	}

	.footer-info > ul li {
		white-space: nowrap;
	}

	.footer-info > ul li:last-child {
		padding-bottom: 14px;
	}

	.copy li {
		display: inline-block;
	}

	.copy li:first-child {
		padding-bottom: 0;
		padding-right: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 440px;
	}

	.section-title {
		text-align: center;
		background: url(./img/section-title-black-bg.png) repeat-x 0 75px;
		padding: 55px 0 50px;
	}

	.color-white {
		background: url(./img/section-title-white-bg.png) repeat-x 0 75px;
	}

	/* header */

	.logos {
		width: 100%;
		padding-right: 256px;
		padding-left: 0;
		padding-top: 18px;
	}

	.internews img {
		width: 192px;
	}

	.menu-block {
		position: static;
	}
	.main-nav .first-lvl-menu {
		top: 100%;
		left: unset;
		width: 100vw;
	}

	.head-menu {
		position: absolute;
		max-width: 256px;
		top: 0;
		right: 0;
	}

	.search-block {
		width: 50%;
	}

	.search-block input[type="text"] {
		padding: 18px 40px 15px 20px;
	}

	.ico-search {
		right: 16px;
	}

	.social-block {
		width: 50%;
	}

	.change-lang li {
		padding-right: 20px;
	}

	/*.social-block .soc-link {*/
	/*display: none;*/
	/*}*/

	.monitoring-internews,
	.rss,
	.fb {
		top: 0;
	}

	.soc-link {
		float: none;
		padding-top: 0;
		padding-left: 20px;
		z-index: 10;
	}

	.change-lang li,
	.soc-link li {
		padding-right: 14px;
	}

	.mobile-main-menu {
		display: inline-block;
		width: 100%;
		border-right: 1px solid rgba(255, 255, 255, 0.07);
		box-sizing: border-box;
	}

	/* slider */
	.slider {
		/*padding-top: 124px;*/
	}

	.slide-info {
		width: 100%;
		height: auto;
		background: #002e62;
	}

	.changing-text-block {
		padding: 43px 20px 64px 20px;
	}

	#pager {
		position: absolute;
		width: 144px;
		padding: 0;
		top: initial;
		right: initial;
		left: 0;
		bottom: 20px;
	}

	/* our-work */
	.our-work-list li {
		height: 285px;
	}

	.our-work-list li a {
		padding: 205px 20px 0 20px;
	}

	.our-work-list li .star-wrap:after,
	.our-work-list li a:after {
		right: 0;
	}

	.our-work-list li span {
		font-size: 21px;
	}

	.our-work-list li:nth-child(3),
	.our-work-list li:nth-child(4) {
		height: 320px;
	}

	/* news-and-events */
	.news-and-events .section-title h2 {
		padding: 0 22px;
	}

	.row {
		padding-bottom: 36px;
	}

	.short-post,
	.row-archive .short-post:nth-child(3n + 3) {
		width: 100%;
		margin-bottom: 36px;
	}

	.row .short-post:last-child {
		display: block;
		padding-bottom: 0;
	}

	.large-post {
		height: auto;
		margin-bottom: 36px;
	}

	.large-post a:hover .post-info {
		background-color: transparent;
	}

	.large-post .post-info {
		position: initial;
		width: 100%;
		height: auto;
		background: 0;
		padding: 0;
	}

	.large-post .post-info h2 {
		padding: 0;
	}

	.large-post .post-info h2 span {
		font-size: 21px;
	}

	.large-post .post-info p {
		display: none;
	}

	.large-post .img-bg {
		position: relative;
		width: 100%;
		height: 300px;
		background-size: cover;
		margin-bottom: 22px;
	}

	.large-post a .img-bg:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #0d5cab;
		opacity: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transition: opacity 0.666s;
		-moz-transition: opacity 0.666s;
		-ms-transition: opacity 0.666s;
		-o-transition: opacity 0.666s;
		transition: opacity 0.666s;
	}

	.large-post .post-info h2 span {
		font-family: "AvenirNextCyr-Medium", sans-serif;
		font-weight: 400;
		color: #000;
		border-bottom: 1px solid transparent;
		-webkit-transition: all 0.666s;
		-moz-transition: all 0.666s;
		-ms-transition: all 0.666s;
		-o-transition: all 0.666s;
		transition: all 0.666s;
	}

	.large-post a:hover .img-bg:after {
		opacity: 0.15;
	}

	.large-post a:hover .post-info h2 span {
		color: #0d5cab;
		border-bottom: 1px solid #c5d8eb;
	}

	/* inner-news */

	.post-title,
	.content-post,
	.actual-news-wrapper {
		width: 440px;
	}

	.post-title {
		font-size: 39px;
	}

	.actual-news {
		float: none;
		width: 100%;
		background: #eef7f7;
	}

	.small-post {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.small-post:nth-of-type(even) {
		padding-left: 0;
	}

	.content-post h1,
	.content-post h2 {
		font-size: 35px;
		padding: 25px 0 30px;
	}

	.content-post h3 {
		font-size: 27px;
		padding: 25px 0 22px;
	}

	.content-post h4 {
		font-size: 22px;
		padding: 25px 0 20px;
	}

	/* our-donors */
	.our-donors-wrapper li {
		width: 100%;
		border-right: 0;
	}

	.our-donors-wrapper li:first-child {
		border-bottom: 1px solid #d6dede;
	}

	/* our-partners */
	.our-partners {
		padding-bottom: 80px;
	}

	.our-partners-wrapper li {
		height: 150px;
	}

	.partners-logo-home {
		transform: translateY(-50%) translateX(-50%) scale(0.8);
	}

	/* our-partners-single */
	.partners-works-head-wrapper {
		height: 350px;
	}

	.partners-works-head {
		width: 440px;
		background: url(./img/partners-works-head-480.png) no-repeat center bottom;
	}

	.partners-works-head h1 {
		font-size: 49px;
		top: 40%;
	}

	.highlights .highlights-title {
		font-size: 39px;
		padding: 10px 0 40px;
	}

	.highlights li:before {
		font-size: 35px;
	}

	/* search-page */
	.search-form-block {
		flex-direction: column;
		height: 101px;
		line-height: 50px;
	}

	.search-form-block form {
		margin: 0;
	}

	.search-form-block form input[type="text"],
	.search-form-block h1 {
		font-size: 29px;
	}

	.nothing-found {
		font-size: 19px;
	}

	.search-form-block form input[type="text"] {
		height: 50px;
		margin: 0 40px 0 0;
	}

	.ico-search-lg {
		width: 30px;
		height: 30px;
		top: 6px;
		background-size: contain;
	}

	/* 404-page */
	.error-404 {
		font-size: 30px;
		padding-top: 20px;
	}

	.sad-smile {
		font-size: 100px;
		padding-bottom: 20px;
	}

	/* footer */
	.footer-menu > li {
		display: block;
		padding: 0;
		border: none !important;
		margin-bottom: 20px;
	}

	.footer-menu > li:last-child {
		margin-bottom: 0;
	}

	.footer-menu .sub-menu {
		padding-top: 15px;
	}

	.footer-menu li:last-child .sub-menu .menu-item {
		padding-bottom: 15px;
	}

	.copy li:first-child {
		padding-bottom: 38px;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 280px;
	}

	.partners-logo-home {
		background-size: 120px 120px;
	}

	.section-title {
		text-align: center;
		background: transparent;
		padding: 50px 0 55px;
	}

	.section-title h2 {
		font-size: 29px;
		padding: 0;
	}

	/* header */

	.header-wrapper {
		flex-direction: column;
	}

	.head-menu {
		height: auto;
	}

	.search-soc-block,
	.menu-block {
		float: right;
	}

	.search-soc-block {
		border-bottom: 0;
	}

	.menu-block {
		border-right: 1px solid rgba(255, 255, 255, 0.07);
		box-sizing: border-box;
	}

	.logos {
		width: 100%;
		padding-right: 0;
	}

	.logos li:last-child {
		padding-top: 3px;
	}

	.head-menu {
		position: inherit;
		max-width: 100%;
		width: 100%;
	}

	.search-block {
		width: 50%;
	}

	.search-block input[type="text"] {
		padding: 18px 40px 15px 20px;
	}

	.change-lang {
		float: none;
		width: 110px;
		margin: 0 auto;
	}

	.mobile-main-menu {
		display: block;
		width: auto;
		border-right: 0;
		box-sizing: border-box;
	}

	.main-nav .first-lvl-menu > li {
		width: 100%;
		padding-top: 10px;
	}

	.main-nav .first-lvl-menu > li:first-child {
		padding-top: 0;
	}

	.main-nav .first-lvl-menu > li:last-of-type {
		margin-left: 0;
	}

	.main-nav .sub-menu li:last-child {
		padding-bottom: 0;
	}

	.soc-link {
		bottom: 50px;
	}

	/* header */
	.header-wrapper {
		height: 112px;
	}

	.logos {
		height: 60px;
		padding-top: 8px;
	}

	.logos li {
		border-right: 0;
	}

	.usaid img {
		width: 84px;
	}

	.canada img {
		width: 83px;
	}

	.internews img {
		width: 138px;
	}

	.search-soc-block {
		width: 50%;
	}

	.search-block {
		display: none;
	}

	.social-block {
		width: 100%;
	}

	.soc-link li:last-child {
		display: inline-block;
	}

	.menu-block {
		width: 50%;
	}

	.mobile-search {
		display: block;
		width: 17px;
		height: 18px;
		background: url("./img/menu-icons.png") no-repeat 100% 100%;
	}

	/* slider */
	.slider {
		padding-top: 112px;
	}
	.slide-info {
		background: rgba(0, 46, 98, 0.9);
	}

	.changing-text-block h2 {
		font-size: 24px;
	}

	/*our-work*/
	.our-work-list li {
		width: 100%;
		height: 320px;
		padding: 35px 0;
	}

	.our-work-list li:first-child,
	.our-work-list li:last-child {
		height: 285px;
	}

	.our-work-list li:first-child {
		padding-top: 0;
	}

	.our-work-list li:last-child {
		padding-bottom: 0;
	}

	.our-work-list li a:after {
		display: none !important;
	}

	/* inner-news */

	.post-title,
	.content-post,
	.actual-news-wrapper {
		width: 280px;
	}

	.single-post-img {
		overflow: hidden;
	}

	.single-post-img img {
		display: block;
		width: auto;
		height: 300px;
		left: 50%;
		transform: translateX(-50%);
		position: relative;
	}

	.post-title {
		font-size: 29px;
	}

	/* pagination */

	ul.page-numbers {
		padding: 0 10px;
	}

	ul.page-numbers > li > a,
	ul.page-numbers > li > span {
		margin: 0 10px;
	}

	/* our-partners */
	.our-partners-wrapper li {
		height: 120px;
	}

	/* our-partners-single */
	.partners-works-head {
		width: 100%;
		background: url(./img/partners-works-head-480.png) no-repeat center bottom;
		box-sizing: border-box;
	}

	.partners-works-head h1 {
		font-size: 39px;
		top: 38%;
	}

	.highlights li {
		padding: 105px 0 25px 0;
	}

	/* news-and-events */
	.row,
	.row .short-post,
	.large-post {
		padding-bottom: 33px;
		margin-bottom: 0;
	}

	/* 404-page */
	.error-404 {
		font-size: 19px;
	}

	.sad-smile {
		font-size: 80px;
		padding-bottom: 30px;
	}

	/* footer */
	.footer-info > ul {
		width: 280px;
		column-count: 1;
	}
}

/* ==============================================================================*/
/* Alex Demchco 20.08.2019 */
/* ==============================================================================*/
.our-woks-icon-48:after,
.our-woks-icon-47:after {
	width: 90px;
	height: 72px;
	background: url(./img/mcs_categoty_icon.png) no-repeat 0 0;
	background-size: contain;
	/* margin-left: -45px; */
	/* margin-top: -36px; */
}

.mcs-menu-icon {
	display: block;
	/* width: 18px; */
	width: auto;
	height: 17px;
	background: url(./img/mcs.png) no-repeat 0 0;
	font-size: 14px;
	font-family: "AvenirNextCyr-Regular";
	color: #fff;
	padding-left: 30px;
	background-size: contain;
}
.mediaprogram-menu-icon {
	display: block;
	/* width: 18px; */
	width: auto;
	height: 17px;
	background: url(./img/mp_landing.png) no-repeat 0 0;
	font-size: 14px;
	font-family: "AvenirNextCyr-Regular";
	color: #fff;
	padding-left: 30px;
	background-size: contain;
}



.social-block {
	width: 76%;
}
.search-block {
	width: 24%;
}

@media only screen and (max-width: 1365px) {
	.social-block {
		width: 76%;
	}
	.search-block {
		width: 24%;
	}
	.change-lang li,
	.soc-link li {
		padding-right: 16px;
	}
}

@media only screen and (max-width: 1023px) {
	.soc-link li p {
		display: none;
	}
	.social-block {
		width: 62%;
	}
	.search-block {
		width: 38%;
	}
	.change-lang li,
	.soc-link li {
		padding-right: 16px;
	}

	#menu-item-1054 ul.sub-menu,
	#menu-item-1052 ul.sub-menu {
		/*display: none;*/
		opacity: 1;
	}
}

.our-work.landing-page {
	background: white;
}
.title-h {
	font-family: "AvenirNextCyr-Bold", sans-serif;
	text-transform: none;
	background-color: white;
}
.section-title h2 {
	text-transform: none;
}

#landing-page__read-more {
	cursor: pointer;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	border: 1px solid rgba(13, 92, 171, 0.4);
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 17px;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0d5cab;
	background: none;
	padding: 16px 54px 16px 54px;
	margin: 0px auto 80px auto;
	-webkit-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease;
	width: 300px;
}
#landing-page__read-more:hover {
	cursor: pointer;
	color: white;
	background: #0d5cab;
}
/* About */
/* Description */
.about .description {
	margin-bottom: 120px;
}

.about .container .content {
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.container-content {
	max-width: 650px;
	margin: auto;
	z-index: 10;
	position: relative;
}
.container-content h3 {
	font-size: 30px;
	line-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.description .container-content p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 140%;
}
.media-block__item-icon:hover {
	top: -10px;
}
.media-program {
	background: #0d5cab;
}
.media-program .container-content h3 {
	padding-top: 100px;
}
.media-block {
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	padding: 60px 0 40px 0;
	justify-content: space-between;
}
.media-block__item {
	width: 280px;
	margin-bottom: 60px;
}
.media-block__item-icon {
	width: 192px;
	height: 192px;
	margin: auto;
	position: relative;
	-webkit-transition: top 0.666s;
	-moz-transition: top 0.666s;
	-ms-transition: top 0.666s;
	-o-transition: top 0.666s;
	transition: top 0.666s;
}
.media-block__item-description {
	font-size: 16px;
	line-height: 130%;
	align-items: center;
	text-align: center;
	margin-top: 26px;
}

.title-h {
	overflow: hidden;
	text-align: center;
	font-size: 25px;
}
.title-h:after,
.title-h:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	height: 12px;
	background: url(./img/section-title-black-bg.png);
}
.title-h:after {
	margin-right: -100%;
	right: -30px;
}
.title-h:before {
	margin-left: -100%;
	left: -30px;
}

/* Page-contacts */
.page-contacts .partners-logo__item {
	width: 75%;
	height: 75%;
}
.page-contacts .partners-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-contacts .header__filter {
	background: rgba(13, 92, 171, 0.7);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.page-contacts .partners-works-head {
	background: none;
}
.page-contacts section.header {
	position: relative;
	margin-bottom: 50px;
}

.page-contacts .map iframe {
	width: 100vw;
	height: 600px;
	margin-bottom: -3px;
}

.page-contacts .header h1 {
	color: white;
	z-index: 10;
}

.page-contacts section.content-page {
	margin-top: 60px;
}

/* Block contacts */
.page-contacts .contacts-section {
	margin: 90px 0 70px;
}
.page-contacts .contacts-section-wrapper {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
}
.page-contacts .contacts-column_1 {
	padding-right: 34px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.page-contacts .contacts-column {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contacts-item_location {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 35px;
}

.page-contacts .contacts-item__icon_location {
	width: 39px;
	height: 57px;
}
.page-contacts .contacts-item__icon {
	position: absolute;
	top: 5px;
	left: 0;
	fill: #0d5cab;
}
.page-contacts .contacts-item_email {
	margin-top: 20px;
}
.page-contacts .contacts-item__icon_mail {
	width: 48px;
	height: 34px;
}
.page-contacts a {
	color: #000100;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.page-contacts .contacts-column_2 {
	padding-left: 34px;
}
.page-contacts .contacts-item {
	font-size: 22px;
	line-height: 38px;
	padding-left: 67px;
	position: relative;
}
.page-contacts .contacts-item__icon_phone {
	width: 47px;
	height: 47px;
}
.page-contacts .contacts-phones-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
	.page-contacts .contacts-section-wrapper {
		max-width: 670px;
	}
}

@media only screen and (max-width: 767px) {
	.page-contacts .contacts-section-wrapper {
		max-width: 300px;
		flex-direction: column;
	}
	.page-contacts .contacts-column_1 {
		padding-right: 0;
		border-right: 0;
	}
	.page-contacts .contacts-column {
		width: 90%;
		margin: auto;
	}
	.page-contacts .contacts-column_2 {
		padding-left: 0px;
	}
	.page-contacts .contacts-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 35px;
	}
	.page-contacts .description {
		width: 80%;
		margin: auto;
	}
}

.our-woks-icon-57:after,
.our-woks-icon-62:after {
	width: 90px;
	height: 72px;
	background: url(./img/icon_new_term_1.png) no-repeat 0 0;
	background-size: contain;
}

.our-woks-icon-58:after,
.our-woks-icon-63:after {
	width: 90px;
	height: 72px;
	background: url(./img/icon_new_term_2.png) no-repeat 0 0;
	background-size: contain;
	margin-left: 10px;
}

.our-woks-icon-59:after,
.our-woks-icon-61:after {
	width: 90px;
	height: 72px;
	background: url(./img/icon_new_term_3.png) no-repeat 0 0;
	background-size: contain;
}

.our-woks-icon-60:after,
.our-woks-icon-64:after {
	width: 90px;
	height: 72px;
	background: url(./img/icon_new_term_4.png) no-repeat 0 0;
	background-size: contain;
}

.media-block__item-link {
	color: white;
}
.media-block__item-link:hover {
}

.media-block__item-link:active {
}

.media-block__item-icon,
.media-block__item-link,
.media-block__item {
	-webkit-transition: all 0.666s;
	-moz-transition: all 0.666s;
	-ms-transition: all 0.666s;
	-o-transition: all 0.666s;
	transition: all 6.6s;
}
.media-block__item-icon:hover {
	top: 0px;
}

.slideUp:hover {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(0%);
	}
	10% {
		transform: translateY(1%);
	}
	20% {
		transform: translateY(2%);
	}
	30% {
		transform: translateY(3%);
	}
	40% {
		transform: translateY(4%);
	}
	50% {
		transform: translateY(5%);
	}
	60% {
		transform: translateY(4%);
	}
	70% {
		transform: translateY(3%);
	}
	80% {
		transform: translateY(2%);
	}
	90% {
		transform: translateY(1%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		transform: translateY(0%);
	}
	10% {
		transform: translateY(1%);
	}
	20% {
		transform: translateY(2%);
	}
	30% {
		transform: translateY(3%);
	}
	40% {
		transform: translateY(4%);
	}
	50% {
		transform: translateY(5%);
	}
	60% {
		transform: translateY(4%);
	}
	70% {
		transform: translateY(3%);
	}
	80% {
		transform: translateY(2%);
	}
	90% {
		transform: translateY(1%);
	}
	100% {
		transform: translateY(0%);
	}
}

.filter-item a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.filter-item:hover a {
	color: #ffffff;
}

/* Alex Demch.co 22.08.2019 Css notifications */
/* Notification css*/
.notify {
	width: 390px;
	background: #eeb134;
	color: #000000;
	position: absolute;
	top: 220px;
	right: 40px;
	box-sizing: border-box;
	-webkit-box-shadow: -1px 2px 20px 8px rgba(224, 224, 224, 1);
	-moz-box-shadow: -1px 2px 20px 8px rgba(224, 224, 224, 1);
	box-shadow: -1px 2px 20px 8px rgba(255, 255, 255, 0.12);
}
#notify-message {
	opacity: 0;
	z-index: 0;
}
#notify__button-more {
	cursor: pointer;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	-webkit-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease;
	width: 136px;
	position: absolute;
	bottom: 16px;
}
#notify__button-more:hover {
	background: #000000;
	color: white;
}
#notify__button-more:hover span {
	color: white;
}
#notify__button-more span {
	font-size: 12px;
	line-height: 15px;
	display: flex;
	align-items: center;
	padding: 10px 22px 10px 0px;
	color: black;
}
.notify__message {
	font-size: 12px;
	line-height: 15px;
	display: flex;
	align-items: center;
	width: 292px;
}
.notify__icon {
	width: 30px;
	position: absolute;
	top: 24px;
	right: 36px;
}
#notify__button-close {
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
}
.notify-content {
	padding: 24px;
	position: relative;
	height: 124px;
	box-sizing: border-box;
}
#notify__button-close:hover .svg_close {
	fill: white;
	cursor: pointer;
}
#notify__button-close .svg_close {
	fill: black;
}

@media (max-width: 1365px) {
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
	.notify {
		width: 280px;
		height: 96px;
		top: 22px;
		right: 22px;
	}
	.notify-content {
		padding: 17px;
		position: relative;
		height: 96px;
		box-sizing: border-box;
	}

	.notify__message {
		font-size: 10px;
		line-height: 12px;
		width: 189px;
	}
	#notify__button-more {
		width: 110px;
		bottom: 13px;
	}
	#notify__button-more span {
		font-size: 10px;
		line-height: 12px;
		display: flex;
		align-items: center;
		padding: 6px 13px 6px 0px;
	}
	.notify__icon {
		top: 13px;
		right: 36px;
	}
}

.sub-menu-up-footer ul {
	opacity: 0;
	-webkit-transition: opacity 0.666s;
	-moz-transition: opacity 0.666s;
	-ms-transition: opacity 0.666s;
	-o-transition: opacity 0.666s;
	transition: opacity 0.666s;
}
.sub-menu-up-footer ul {
	display: none;
}
.sub-menu-up-footer:hover ul {
	/*display: block;*/
	opacity: 1;
	/*display: block;*/
}

.partners-works-head-wrapper,
.page-contacts .header__filter {
	width: 100%;
	height: 80vh;
	background-size: cover;
}

.mc4wp-response {
	text-align: center;
	margin-top: -13px;
	margin-bottom: 15px;
}

/* Main page about */
.about-main-page .our-work.landing-page {
	background: white;
}
.about-main-page .title-h {
	font-family: "AvenirNextCyr-Bold", sans-serif;
	text-transform: none;
	background-color: white;
}
.about-main-page .section-title h2 {
	text-transform: none;
}

.about-main-page #landing-page__read-more {
	cursor: pointer;
	font-family: "AvenirNextCyr-Bold", sans-serif;
	border: 1px solid rgba(13, 92, 171, 0.4);
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 17px;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0d5cab;
	background: none;
	padding: 16px 54px 16px 54px;
	margin: 0px auto 80px auto;
	-webkit-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease;
	width: 300px;
}
.about-main-page #landing-page__read-more:hover {
	cursor: pointer;
	color: white;
	background: #0d5cab;
}
.about-main-page .description {
	margin-bottom: 120px;
}

.about-main-page .container .content {
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.about-main-page .container-content {
	max-width: 650px;
	margin: auto;
	z-index: 10;
	position: relative;
}
.about-main-page .container-content h3 {
	font-size: 30px;
	line-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.about-main-page .description .container-content p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 140%;
}
.about-main-page .media-block__item-icon:hover {
	top: -10px;
}
.about-main-page .media-program {
	background: #0d5cab;
}
.about-main-page .media-program .container-content h3 {
	padding-top: 100px;
}
.about-main-page .media-block {
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	padding: 60px 0 40px 0;
	justify-content: space-between;
}
.about-main-page .media-block__item {
	width: 280px;
	margin-bottom: 60px;
}
.about-main-page .media-block__item-icon {
	width: 192px;
	height: 192px;
	margin: auto;
	position: relative;
	-webkit-transition: top 0.666s;
	-moz-transition: top 0.666s;
	-ms-transition: top 0.666s;
	-o-transition: top 0.666s;
	transition: top 0.666s;
}
.about-main-page .media-block__item-description {
	font-size: 16px;
	line-height: 130%;
	align-items: center;
	text-align: center;
	margin-top: 26px;
}

/*.about-main-page .title-h 
{
		overflow: hidden;
		text-align: center;
		font-size: 25px;
		font-size: 30px;
		line-height: 37px;
}
.about-main-page .title-h:after,
.about-main-page .title-h:before 
{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		position: relative;
		height: 12px;
		background: url(./img/section-title-black-bg.png);
}
.about-main-page .title-h:after
{
		margin-right: -100%;
		right: -30px;
}
.about-main-page .title-h:before
{
		margin-left: -100%;
		left: -30px;
}*/

/* Alex DemchCo 19/09/2019 */
@media only screen and (max-width: 1365px) {
	.social-block li p {
		display: none;
	}
}

/*.map-of-supported .list-tab a
{
		display: none;
}*/
.map-of-supported .list-tab a.non-active {
	display: none;
}
.map-of-supported .list-tab a.active {
	display: flex;
}

#button_list {
	display: flex;
}
#button_map {
	display: none;
}

/* New format for donor section */
.our-donors-wrapper ul {
	display: flex;
	justify-content: center;
}

/* Announcements */
.announcements-section {
	padding-bottom: 130px;
}
.announcements-section-title {
	font-family: "AvenirNextCyr-Bold", sans-serif;
	font-size: 59px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: none;
}
.single-announcement-type {
	display: inline-block;
	margin-top: 30px;
	font-size: 19px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
}
.single-announcement-type:hover,
.single-announcement-type:active {
	color: #0d5cab;
}
.single-announcement-deadline {
	display: block;
	margin-top: 15px;
	font-size: 19px;
	line-height: 30px;
	color: #000000;
}
body.not-actual-grants .menu-item.actual-grants {
	display: none;
}
@media only screen and (max-width: 1365px) {
	.announcements-section {
		padding-bottom: 32px;
	}
}
@media only screen and (max-width: 1023px) {
	.announcements-section {
		padding-bottom: 80px;
	}
	.announcements-section-title {
		font-size: 36px;
	}
	.single-announcement-type {
		margin: 20px auto 0;
		width: 595px;
	}
	.single-announcement-deadline {
		margin: 10px auto 0;
		width: 595px;
	}
}
@media only screen and (max-width: 767px) {
	.single-announcement-type,
	.single-announcement-deadline {
		font-size: 17px;
		line-height: 24px;
		width: 440px;
	}
}
@media only screen and (max-width: 479px) {
	.announcements-section-title {
		font-size: 24px;
	}
	.single-announcement-type,
	.single-announcement-deadline {
		font-size: 16px;
		line-height: 20px;
		width: 280px;
	}
}