/*
Theme Name: map_2017
Author: demch.co
Author URI: demch.co
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: map_2017
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

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

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

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

@font-face {
    font-family: "HelveticaNeueCyrBold";
    src: url("./fonts/HelveticaNeueCyrBold/HelveticaNeueCyrBold.woff") format("woff"),
    url("./fonts/HelveticaNeueCyrBold/HelveticaNeueCyrBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaNeueCyrLight"; */
@font-face {
    font-family: "HelveticaNeueCyrLight";
    src: url("./fonts/HelveticaNeueCyrLight/HelveticaNeueCyrLight.woff") format("woff"),
    url("./fonts/HelveticaNeueCyrLight/HelveticaNeueCyrLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaNeueCyrMedium"; */
@font-face {
    font-family: "HelveticaNeueCyrMedium";
    src:  url("./fonts/HelveticaNeueCyrMedium/HelveticaNeueCyrMedium.woff") format("woff"),
    url("./fonts/HelveticaNeueCyrMedium/HelveticaNeueCyrMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "HelveticaNeueCyrRoman"; */
@font-face {
    font-family: "HelveticaNeueCyrRoman";
    src:  url("./fonts/HelveticaNeueCyrRoman/HelveticaNeueCyrRoman.woff") format("woff"),
    url("./fonts/HelveticaNeueCyrRoman/HelveticaNeueCyrRoman.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "HelveticaNeueCyrBlack";
    src:  url("./fonts/HelveticaBlack/HelveticaBlack.woff") format("woff"),
    url("./fonts/HelveticaBlack/HelveticaBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,li,ul,ol,body,a,input,textarea,label,blockquote {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	color: #000;
	border:0;
	outline: 0;
	background: none;
}

::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(42,201,230,0.5);
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(42,201,230,0.9);
}

::-webkit-scrollbar-button {
	display: none;
}

.body::-webkit-scrollbar-thumb {
	/*background-color: #000;*/
}

.body-404 {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height:100%;
}

.main-404 {
	flex:1 1 auto;
}

.pagination_2017 .wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.page-numbers {
	display: block;
	font-family: 'SourceSansPro-Bold';
	font-size: 14px;
	color: #2ac9e6;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(42, 201, 230, .2);
	margin: 0 10px;
	box-shadow: 0px 0px 23px 0px rgba(116, 145, 150, 0.35);
	transition: box-shadow .7s ease;
}
.page-numbers.current {
	background-color: #2ac9e6;
	color: #fff;
	border-color: #2ac9e6;
}
.page-numbers.prev {
	position: relative;
}
.page-numbers.prev:after {
	display: block;
	content: "";
	border: solid transparent;
    border-width: 6px 6px 6px 0;
    border-right-color: #2ac9e6;
}
.page-numbers.next {
	position: relative;
}
.page-numbers.next:after {
	display: block;
	content: "";
	border: solid transparent;
    border-width: 6px 0 6px 6px;
    border-left-color: #2ac9e6;
}
.page-numbers.extend span {
	width: 2px;
	height: 2px;
	margin: 0 1px;
	border-radius: 50%;
	background-color: #2ac9e6;
}
.wp-pagenavi a:hover {
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.page-numbers {
		width: 30px;
		height: 30px;
		margin: 0 4px;
	}
}

.pagination {
  margin-top: 60px;
  padding-top: 32px;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  height: 70px;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.pagination > * {
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  height: 35px;
  border-radius: 22px;
  border: 1px solid transparent;
  font-size: 17px;
  font-family: "HelveticaNeueCyrMedium";
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
  transition: 0.33s ease-out; }

@media screen and (min-width: 1025px) {
.pagination > *:hover, .pagination > *.current {
  background: #2ac9e6;
  border: 1px solid #2ac9e6;
  color: #fff; }
}

.pagination > *.dots {
  border: 0;
}

@media screen and (min-width: 1025px) {
	.pagination > *.dots:hover {
	  background: #fff;
	  border: 0;
	  color: #03177c;
	}
}

.pagination > *:last-child {
  margin-right: 0; }

.wave {
	width: 117px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	left: 50%;
	margin-left: -58.5px;
}

.wave div {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 6.5px;
	background: #fff;
	animation: wave 1s cubic-bezier(0.626, 0, 0, 1) infinite;
	margin-right: 13px;
}

.wave div:nth-child(1) {
  animation-delay: -0.34667s;
}
.wave div:nth-child(2) {
  animation-delay: -0.26s;
}
.wave div:nth-child(3) {
  animation-delay: -0.17333s;
}
.wave div:nth-child(4) {
  animation-delay: -0.08667s;
}

@keyframes wave {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

body {
	background: #f3f1f3;
	overflow-x: hidden;
	transition: 0.33s ease-out;
	position: relative;
	z-index: 5;
}

html {
	transition: 0.33s ease-out;
}

body.w {
	background: #fff;
}

.transparent {
	display: none;
}

.burger__buttom {
	display: none;
}

.more_li {
	display: none;
}

.more_li.show {
	display: none;
}

.flex_row_nowrap_fs_centr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center; 
}

.flex_row_nowrap_fs_str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch; 
}

.flex_column_nowrap_centr_str {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}

.flex_row_wrap_fs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start; 
}

.flex_column_nowrap_fs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.flex_row_nowrap_fs_fs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start; 
}

.scroll_left {
	font-size: 15px;
	color: rgba(0,0,0,0.3);
	font-family: "HelveticaNeueCyrLight";
	display: block;
	float: right;
	position: absolute;
	top: 80px;
	right: 87px;
	position: absolute;
}

.header {
	height: 95px;
	position: absolute;
	left:0;
	right:0;
}

.donor {
	float: left;
	padding-right: 25px;
	border-right: 1px solid rgba(0,0,0,0.1);
	margin-right: 25px;
}

.webkit .header {
	transform: translateX(4px);
}

.wrap-container {
	width: 1306px;
	margin: 0 auto;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.container--main-block {
	padding-top: 75px;
}

.svg-icon {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.1s ease-out;
}

.wrap-container--border {
	border-left: 1px solid rgba(255,255,255,0.11);
	border-right: 1px solid rgba(255,255,255,0.1);
}

.wrap-container--border--partner {
	border-left: 1px solid rgba(255,255,255,0.21);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.wrap-container--border-black {
	border-left: 1px solid rgba(0,0,0,0.11);
	border-right: 1px solid rgba(0,0,0,0.1);
}

.main-block {
	background-image: url("./img/main_background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.first-block {
	padding-top: 20px;
}

.header__logo__wrap {
	float: left;
	margin-top: 22px;
	display: block;
}

.burger__wrap-img {
	display: none;
}

.header__menu__wrap {
	float: right;
	margin-top: 30px;
}

.header__menu__wrap > * {
	float: left;
}

.header__menu ul li {
	float: left;
	margin-right: 20px;
}

.header__menu ul li:last-of-type {
	margin-right: 0;
}

.header__menu ul li a {
	font-size: 15px;
	font-family: "HelveticaNeueCyrBold";
	color: rgba(255,255,255,0.7);
	padding: 5px;
	display: block;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.header__menu ul li a:hover {
		color: #2ac9e6;
	}
}

.header__twitter {
	width: 34px;
	height: 31px;
	padding: 6px 5px 5px;
	display: block;
}

.header__twitter .svg-icon, .header__search .svg-icon {
	fill: #2ac9e6;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.header__twitter:hover .svg-icon, .header__search:hover .svg-icon {
		fill: #ffffff;
	}
}

.header__search {
	width: 31px;
	height: 31px;
	padding: 5px;
	display: block;
}

.main-block__content {
	border-top: 1px solid #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.social-search {
	padding-left: 43px;
	padding-right: 43px;
	margin-left: 28px;
	margin-right: 28px;
	position: relative;
}

.social-search:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid rgba(255,255,255,0.4);
	width: 20px;
	top:50%;
	left:0;
}

.social-search:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid rgba(255,255,255,0.4);
	width: 20px;
	top:50%;
	right:0;
}

.social-search > * {
	float: left;
	margin-right: 17px;
}

.social-search > *:last-child {
	margin-right: 0;
}

.language li {
	float: left;
	margin-right: 17px;
}

.language li:last-child {
	margin-right: 0;
}

.language li > * {
	font-size: 14px;
	font-family: "HelveticaNeueCyrRoman";
	display: block;
	padding: 5px;
}

.language li > span {
	color: rgba(255,255,255,0.7);
}

.language li > a {
	color: #fff;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.language li > a:hover {
		color: #2ac9e6;
	}
}

.main-block--front > * {
	width: 50%;
	padding-top: 65px;
	padding-bottom: 110px;
}

.main-block--front > *:first-of-type {
	border-right: 1px solid rgba(255,255,255,0.1);
}

.main-block__txt h1 {
	font-size: 36px;
	font-family: "HelveticaNeueCyrBold";
	line-height: 124%;
	color: #fff;
	margin-bottom: 30px;
}

.main-block__txt p {
	font-size: 36px;
	font-family: "HeuristicaBoldItalic";
	color: #2ac9e6;
}

.main-block__txt > * {
	padding-right: 50px;
}

.main-block__form-wrap {
	padding-left: 20px;
}

.main-block__form {
	width: 300px;
	padding-top: 5px;
}

.main-block__form span {
	font-size: 18px;
	font-family: "HelveticaNeueCyrBold";
	color: #fff;
	display: block;
}

.field {
	display: flex;
	flex-flow: column-reverse;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	margin-bottom: 33px;
}

.field label,
.main-block__form .field input,
.field textarea {
    transition: all 0.33s ease-out;
    font-size: 18px;
    font-family: "HeuristicaItalic";
    color: rgba(255,255,255,0.5);
    vertical-align: top;
    -webkit-appearance: none;
}

.field input:placeholder-shown + label,
.field textarea:placeholder-shown + label {
    max-width: 100%;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
    transform-origin: left bottom;
    transform: translateY(23px) scale(1);
}

.field input:not(:placeholder-shown) + label,
.field input:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field textarea:focus + label {
    color: #dcdcdc;
    cursor: pointer;
    transform-origin: left bottom;
    transform: scale(0.8);
}

.field  ::-webkit-input-placeholder {
  transition: inherit;
  opacity: 0;
}

.main-block__form input[type="submit"] {
	font-size: 18px;
	font-family: "HelveticaNeueCyrMedium";
	color: #000;
	background: #2ac9e6;
	padding-left: 46px;
	padding-right: 46px;
	padding-top: 9px;
	padding-bottom: 11px;
	cursor: pointer;
	border-radius: 25px;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.main-block__form input[type="submit"]:hover {
		background: #f3f1f3;
	}
}

.webkit .main, .webkit footer, .webkit header {
	display: block;
	width: calc(100% + 8px);
}

.main {
	overflow: hidden;
}

.main_ov-v {
	overflow: visible;
}

.webkit .header {
	transform: none;
}

.filter {
	float: left;
	margin-top: 7px;
}

.filter__status {
	float: left;
	margin-top: 7px;
	margin-left: 40px;
}

.filter__status span {
	display: inline-block;
	font-size: 16px;
    font-family: "HeuristicaBoldItalic";
    color: #a8b2b8;
    margin-right: 15px;
}

.filter__status ul {
	display: inline-block;
}

.filter__status li {
	cursor: pointer;    
    padding: 4px 17px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    transition: 0.33s ease-out;
}

.filter__status li a {
	color: #000;
	font-family: "HelveticaNeueCyrMedium";
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

.filter__status li.active a {
	color: #fff;
}

.filter__status li.active {
	background: #2ac9e6;
}

.filter__status li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
}

.filter__status li.none a:after {
	display: none;
}

.filter__status li.none a {
	padding-left: 0;
}

.filter__status li.green a:after {
	background: #b7eb79;
}

.filter__status li.yellow a:after {
	background: #ffcd56;
}

.filter__status li.red a:after {
	background: #ff565a;
}

@media screen and (min-width: 1025px) {
	.filter__status li:hover {
		color: #2ac9e6;
	}
}

.filter li {
	float: left;
	margin-right: 5px;
	position: relative;
}

.filter li:hover .filter__about {
	filter: alpha(opacity=100);
  	opacity: 1;
	pointer-events: default;
	
}

@media screen and (min-width: 1025px) {
	.filter li:hover .filter__item {
		color: #2ac9e6;
	}

	.filter li:hover .filter__item.active {
		color: #fff;
	}
}

.filter li:last-of-type {
	margin-right: 0;
}

.filter span {
	font-size: 16px;
	font-family: "HeuristicaBoldItalic";
	color: #a8b2b8;
	display: block;
	margin-right: 20px;
}

.filter__item {
	font-size: 13px;
	font-family: "HelveticaNeueCyrMedium";
	color: #000;
	padding: 6px 17px;
	border-radius: 25px;
	display: block;
	text-align: center;
	transition: 0.33s ease-out;
}

.filter__item.active {
	color: #fff;
	background: #2ac9e6;
}

.filter__about-wrap {
	position: absolute;
	top: -26px;
	width: 100%;
	height: 100%;
}

.filter__about {
	font-size: 13px;
	font-family: "HeuristicaBoldItalic";
	color: #2ac9e6;
	display: block;
	position: absolute;
	padding-left: 23px;
	padding-right: 23px;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 4px;
	border-radius: 25px;
	top: -5px;
	right: 50%;
	transform: translateX(50%);
	opacity: 0;
	transition: 0.33s ease-out;
	filter: alpha(opacity=0);
  	opacity: 0;
	box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.28);
	/*pointer-events: none;*/
}

@media screen and (min-width: 1025px) {
	.filter__about:hover {
		color: #000;
	}
}

.filter__about:after {
	display: block;
	position: absolute;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	content: "";
}

.filters-prints {
	padding-top: 34px;
	padding-bottom: 34px;
}

.prints {
	float: right;
	/*display: none;*/
}

.prints > * {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	transition: 0.33s ease-out;
	background: transparent;
}

@media screen and (min-width: 1025px) {
	.prints > *:hover {
		background: #2ac9e6;
	}

	.prints > *:hover .svg-icon {
		fill: #ffffff;
	}
}

.prints .svg-icon {
	fill: #000000;
}

.prints > *.active {
	background: #2ac9e6;
}

.prints > .pdf svg {
	position: relative;
	top: 15px;
	left: 9.5px;
}

.prints > .print svg {
	position: relative;
	top: 12px;
	left: 9.5px;
}

.clear:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.article-card {
	width: 408px;
	margin-bottom: 28px;
	margin-right: 20px;
	position: relative;
}

.article-card:nth-of-type(2n) {
	margin-right: 0;
}

.article-card__title-wrap {
	height: 102px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 18px;
	background: #fff;
	border-radius: 4px;
}

.article-card__title {
	font-size: 24px;
	font-family: "HelveticaNeueCyrBold";
	color: #151c21;
	line-height: 124%;
}

.article-card__title--main {
	padding-left: 25px;
	padding-right: 25px;
	height: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

.article-card__title--main > * {
	position: relative;
	bottom: 3px;
}

.article-card__content {
	background: #fff;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 36px 66px -22px rgba(116, 145, 150, 0.35);
	flex: 1 0 auto;
	transition: z-index 0s 0.33s;
	z-index: 1;
}

.article-card__content:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	top: -18px;
	height: 18px;
	background: url("./img/triangle.png") no-repeat center;
}

.article-card__content:hover {
	z-index: 9;
	transition: z-index 0s;
}

.artical-card__ul--main {
	padding: 19px 30px;
}

.artical-card__ul li {
	border-bottom: 1px solid #f6f7f7;
	font-size: 17px;
	font-family: "HelveticaNeueCyrLight";
	color: #000;
	line-height: 124%;
	padding-left: 20px;
	position: relative;
}

.artical-card__ul li > div.unactive {
	color: rgba(0,0,0,0.1);
	pointer-events: none;
}

.artical-card__ul li div.unactive .article-card__tag a {
	color: rgba(0,0,0,0.1);
}

.artical-card__ul--main li:last-child {
	border-bottom: 0;
}

.article-card__tag a {
	font-size: 15px;
	font-family: "HeuristicaBoldItalic";
	color: #2ac9e6;
	line-height: 100%;
}

.article-card__tag object:hover ~ .tag-popup {
	display: block;
	opacity: 1;
}

.article-card__tag {
	display: inline;
	position: relative;
}

.tag-popup {
	position: absolute;
	background: rgba(42,201,230,0.95);
	width: 275px;
	/*height: 190px;*/
	display: block;
	right: -300px;
	top: -21px;
	padding: 20px;
	/*display: none;*/
	pointer-events: none;
	opacity: 0;
	transition: 0.33s ease-out;
	z-index: 10;
	box-shadow: 0px 36px 66px -22px rgba(56, 135, 161, 0.61);
	border-radius: 4px;
	overflow: hidden;
}

.wrap-cards--main .flex_row_wrap_fs:nth-child(2) .article-card:nth-child(2n) .tag-popup {
	right: auto;
	left: -280px;
}

@media (max-width: 1023px) {
	.wrap-cards--main .flex_row_wrap_fs:nth-child(2) .article-card .tag-popup, .wrap-cards--main .flex_row_wrap_fs:nth-child(2) .article-card:nth-child(2n) .tag-popup {
		right: auto;
		left: -280px;
	}
}

@media (max-width: 767px) {
	.wrap-cards--main .flex_row_wrap_fs .article-card .tag-popup, .wrap-cards--main .flex_row_wrap_fs:nth-child(2) .article-card .tag-popup, .wrap-cards--main .flex_row_wrap_fs:nth-child(2) .article-card:nth-child(2n) .tag-popup {
		right: auto;
		left: -13px;
		top: 30px;
	}

	.article-card__tag {
		position: static;
	}
}

.tag-popup:after {
	content: "";
	position: absolute;
	background: url("./img/triangle_blue_left.png");
	width: 7px;
	height: 18px;
	left: -7px;
	top: 22px;
}

.z-index10 {
	z-index: 10;
}

.tag-popup h2 {
	font-size: 17px;
	font-family: "HelveticaNeueCyrBold";
	color: #fff;
	margin-bottom: 10px;
}

.text_pop_nabu {
	height: 100px;
}

.tag-popup p {
	font-size: 17px;
	font-family: "HelveticaNeueCyrLight";
	color: #fff;
	line-height: 124%;
}

.artical-card__ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 17px;
}

.artical-card__ul li.red:before {
	background:#ff565a;
}

.artical-card__ul li.yellow:before {
	background:#ffcd56;
}

.artical-card__ul li.green:before {
	background:#b7eb79;
}

.article-card__link {
	transition: 0.33s ease-out;
	color: #090f14;
	padding-top: 11px;
	padding-bottom: 11px;
	display: inline-block;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.article-card__link:hover {
		color: rgba(0,0,0,0.5);
	}
}

.wrap-cards--main > * {

}

.wrap-cards--main > *:last-of-type {
	margin-right: 0;
}

.news-block__wrap-title {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 45px;
	margin-bottom: 27px;
}

.news-block__title {
	float: left;
	font-size: 46px;
	font-family: "HeuristicaBoldItalic";
	color: #373737;
}

.news-block__title_float-none {
	float: none;
	padding-bottom: 25px;
}

.news-block__helper {
	text-align: right;
	position: relative;
	margin-top: 22px;
}

.news-block__helper ul li {
	display: inline-block;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	font-family: "HeuristicaBoldItalic";
	color: #000;
	margin-right: 10px;
}

.news-block__helper ul li:last-of-type {
	margin-right: 0;
}

.news-block__helper ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #aaa;
}

.news-block__helper ul li.green:after {
	background: #b7eb79;
}

.news-block__helper ul li.red:after {
	background: #ff565a;
}

.news-block__helper ul li.yellow:after {
	background: #ffcd56;
}

.news-block__helper-item {
	width: 12px;
	height: 12px;
	display: inline-block;
	font-size: 0;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.block__helper {
	position: relative;
}

.news-block__helper-item--red {
	margin-right: 5px;
	background: #ff565a;
}

.news-block__helper-item--green {
	margin-right: 5px;
	background: #b7eb79;
}

.news-block__helper-item > * {
	
}

.news-block__helper-item__txt {
	background: rgba(42,201,230,0.95);
	font-size: 17px;
	font-family: "HelveticaNeueCyrLight";
	color: #fff;
	display: inline-table;
	padding: 12px 20px;
	text-align: center;
	border-radius: 4px;
	position: absolute;
	right: 50px;
	top: -14px;
	opacity: 0;
	pointer-events: none;
	transition: 0.33s ease-out;
	box-shadow: 0px 10px 36px 0px rgba(56, 135, 161, 0.61);
}

.news-block__helper-item--red__txt {
	right: 50px;
	transition: 0.33s ease-out;
}

.news-block__helper-item--green__txt {
	right: 28px;
	transition: 0.33s ease-out;
}

.news-block__helper-item__txt:before {
	display: block;
	position: absolute;
	content: "";
	width: 7px;
	height: 18px;
	right: -7px;
	top: 50%;
	margin-top: -9px;
	transform: rotateZ(180deg);
	background: url("./img/triangle_blue_left.png");
}

.news-block__helper-item--red:hover ~ .news-block__helper-item--red__txt {
	opacity: 1;
}

.news-block__helper-item--green:hover ~ .news-block__helper-item--green__txt {
	opacity: 1;
}

.wrap-container--news-main {
	padding-top: 38px;
}

.news-wrap {
	width: 836px;
	margin-right: 20px;
}

.article-news {
	width: 408px;
	margin-right: 20px;
	margin-bottom: 32px;
}

.article-news:nth-of-type(2n) {
	margin-right: 0;
}

.article-news a {
	display: block;
	padding-left: 10px;
}

@media screen and (min-width: 1025px) {
	.article-news a:hover h1 {
		color: #2ac9e6;
	}
}

.article-news__title {
	font-size: 20px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 124%;
	transition: 0.33s ease-out;
}

.article-news h1 {
	margin-bottom: 15px;
	padding-right: 10px;
}

.article-news p {
	margin-bottom: 9px;
	padding-right: 10px;
}

.article-news__txt {
	font-size: 16px;
	font-family: "HelveticaNeueCyrLight";
	color: #090f14;
	line-height: 138%;
	max-height: 267px;
	word-wrap: break-word;
	overflow: hidden;
}

.news-time {
	font-size: 13px;
	font-family: "HeuristicaBoldItalic";
	color: #2ac9e6;
}

.news_green > a {
	border-left: 1px solid #b7eb79; 
}

.news_red > a {
	border-left: 1px solid #ff565a;
}

.news_yellow > a {
	border-left: 1px solid #ffcd56;
}

.more-news {
	font-size: 19px;
	font-family: "HeuristicaBoldItalic";
	color: #000;
	border-top: 1px solid rgba(0,0,0,0.11);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	width: 100%;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.more-news:hover {
		color: #2ac9e6;	
	}
}

.more-news_end {
	opacity: 0.5;
	pointer-events: none;
}

.twi {
	position: relative;
}

.twitter-follow-button {
	position: absolute!important;
	top: 12px;
	right: 12px;
}

#twitter-widget-0 {
	width: 400px!important;
}

.footer {
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-top: 65px;
}

.footer__top {
	border-top: 1px solid #000;
	padding-top: 18px;
}

.footer__logo__wrap {
	display: inline-block;
	font-size: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-top: 7px;
}

.footer__menu {
	float: right;
}

.footer__twitter {
	width: 34px;
	height: 31px;
	padding: 6px 5px 5px;
	display: block;
}

.footer__search {
	width: 31px;
	height: 31px;
	padding: 5px;
	display: block;
}

.footer__menu > * {
	float: left;
}

.footer__menu li a {
	font-size: 15px;
	font-family: "HelveticaNeueCyrBold";
	color: rgba(0,0,0,0.3);
	padding: 5px;
	display: block;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.footer__menu li a:hover {
		color: #2ac9e6;
	}
}

.footer__menu ul {
	margin-top: 3px;
}

.footer__menu ul li {
	float: left;
	margin-right: 24px;
}

.footer__menu ul li:last-of-type {
	margin-right: 0;
}

.social-search__footer {
	padding-right: 0;
	margin-right: 0;
}

.social-search__footer:after {
	display: none;
}

.social-search__footer:before {
	border: 1px solid rgba(0,0,0,0.1);
}

.footer__twitter .svg-icon, .footer__search .svg-icon {
	fill: #2ac9e6;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.footer__twitter:hover .svg-icon, .footer__search:hover .svg-icon {
		fill: #000000;
	}
}

.footer__small-txt p, .footer__small-txt p a {
	font-size: 13px;
	font-family: "HelveticaNeueCyrLight";
	color: rgba(0,0,0,0.4);
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.footer__small-txt p a:hover {
		color: #2ac9e6;
	}
}

.footer__small-txt {
	margin-top: 30px;
}

.footer__small-txt__info {
	float: left;
	max-width: 400px;
	margin-top: 8px;
}

.footer__small-txt__dev {
	float: right;
	margin-top: 37px;
}

.footer__small-txt__dev a {
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.footer__small-txt__dev a:hover {
		color: #2ac9e6;
	}
}

.z-index1 {
	z-index: 1;
}

.z-index2 {
	z-index: 2;
}

.z-index3 {
	z-index: 3;
}

.z-index4 {
	z-index: 4;
}

.z-index5 {
	z-index: 5;
}

/*com_news_one*/

.header.gray .header__menu ul li a {
	color: #000;
}

@media screen and (min-width: 1025px) {
	.header.gray .header__menu ul li a:hover {
		color: #2ac9e6;
	}
}

@media screen and (min-width: 1025px) {
	.header.gray .header__twitter:hover .svg-icon, .header.gray .header__search:hover .svg-icon {
		fill: #000000;
	}
}

.header.gray .social-search:before, .header.gray .social-search:after {
	border-color: rgba(0,0,0,0.1);
}

.header.gray .language li > span {
	color: rgba(0,0,0,0.2);
}

.header.gray .language li > a {
	color: #000;
}

@media screen and (min-width: 1025px) {
	.header.gray .language li > a:hover {
		color: #2ac9e6;
	}
}

.back-prints {
	border-top: 1px solid #000;
	padding-top: 11px;
}

.back-to__wrap {
	display: inline-block;
	margin-top: 7px;
}

.str-wrap {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url("./img/back_to.png");
	background-position:  8px 8px;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	transition: 0.33s ease-out;
	left: 0;
	position: relative;
}

.back-to__wrap span {
	font-size: 16px;
	font-family: "HeuristicaItalic";
	color: #a8b2b8;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	margin-left: 5px;
	transition: 0.33s ease-out;
}

.back-to__wrap:hover .str-wrap {
	left: -5px;
	background-color: #2ac9e6;
	background-image: url("./img/back_to_w.png");
}

@media screen and (min-width: 1025px) {
	.back-to__wrap:hover span {
		color: #2ac9e6;
	}
}

.news-one__container {
	width: 776px;
	margin: 0 auto;
	padding-top: 23px;
}

.news-one__wrap {
	margin-top: 20px;
}

.news-one__wrap.good {
	border-top: 2px solid #b7eb79;
}

.news-one__wrap.bad {
	border-top: 2px solid #ff565a;
}

.news-one__wrap.news_yellow {
	border-top: 2px solid #ffcd56;
}

.news-one__title-wrap {
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.news-one__title {
	font-size: 46px;
	color: #373737;
	font-family: "HelveticaNeueCyrBlack";
	margin-bottom: 14px;
	line-height: 120%;
}

.content-block p {
	font-size: 18px;
	font-family: "HelveticaNeueCyrLight";
	color: #090f14;
	line-height: 138%;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.content-block img {
	margin-top: 22px;
	margin-bottom: 22px;
	vertical-align: middle;
	font-size: 0;
	max-width: 100%;
	border-radius: 4px;
	height: auto;
}

.content--news-one {
	padding-top: 10px;
}

.content-block h1 {
	font-size: 33px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 120%;
	padding-bottom: 15px;
	padding-top: 30px;
}

.content-block h2 {
	font-size: 30px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 120%;
	padding-bottom: 11px;
	padding-top: 25px;
}

.content-block h3 {
	font-size: 27px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 120%;
	padding-bottom: 11px;
	padding-top: 20px;
}

.content-block h4 {
	font-size: 24px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 120%;
	padding-bottom: 11px;
	padding-top: 15px;
}

.content-block h5 {
	font-size: 21px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 120%;
	padding-bottom: 11px;
	padding-top: 10px;
}

.content-block h6 {
	font-size: 19px;
	font-family: "HelveticaNeueCyrBlack";
	color: #373737;
	line-height: 120%;
	padding-bottom: 11px;
	padding-top: 10px;
}

.content-block ul li:last-child {
	padding-bottom: 0;
}

.content-block ol li {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 0;
}

.content-block ul, .content-block ol {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.content-block li {
	padding-left: 20px;
	position: relative;
	font-size: 18px;
	font-family: "HelveticaNeueCyrMedium";
	color: #090f14;
	line-height: 138%;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.content-block ul li:before {
	content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffcd56;
    left: 0;
    top: 9px; 
}

.content-block a {
	font-size: 18px;
	font-family: "HelveticaNeueCyrLight";
	color: #090f14;
	line-height: 138%;
	letter-spacing: 1px;
	text-decoration: underline;
	transition: 0.33s ease-out;
}

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

.content-block blockquote {
	width: 980px;
	position: relative;
	right: 102px;
	padding-left: 102px;
	padding-right: 102px;
	background: #fff;
	border-radius: 4px;
	padding-top: 32px;
	padding-bottom: 30px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.content-block blockquote:before {
	content: "\AB";
	display: block;
	position: absolute;
	font-size: 33px;
	line-height: 138%;
	font-family: "HeuristicaItalic";
	top: 23px;
	left: 70px;
}

.content-block blockquote p {
	font-size: 23px;
	font-family: "HeuristicaItalic";
	line-height: 138%;
	padding-bottom: 0;
}

.news-one__container {
	padding-bottom: 27px;
}

/*com_nabu*/

.nabu__title {
	font-size: 46px;
	padding-bottom: 1px;
	color: #373737;
	font-family: "HelveticaNeueCyrBold";
	line-height: 120%;
	max-width: 856px;
	float: left;
}

.nabu__title span {
	color: #acb6bc;
	font-family: "HeuristicaBoldItalic";
}

.first-block--white {
	background: #fff;
}

.prints--nabu {
	margin-top: 18px;
}

.nabu__wrap-title {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: 34px;
}

.nabu__content {
	max-width: 856px;
	padding-top: 28px;
	padding-bottom: 77px;
}

.str-wrap--gray {
	background-color: #f3f1f3;
}

.container--nabu-card {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.nabu-card {
	max-width: 632px;
}

.nabu-card__wrap {
	background: #fff;
	border-radius: 4px;
	padding: 35px 30px 25px;
}

.article-card__title--nabu {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 12px;
	margin-bottom: 10px;
}

.nabu-subscribe__wrap {
	background: #2ac9e6;
	border-radius: 4px;
	text-align: center;
}

.nabu-subscribe h1 {
	font-family: "HelveticaNeueCyrBold";
	font-size: 36px;
	color: #fff;
	line-height: 120%;
}

.nabu-subscribe {
	display: inline-block;
	padding-top: 62px;
	padding-bottom: 63px;
}

.nabu-subscribe .field label, .nabu-subscribe .field input, .nabu-subscribe .field textarea {
	color: #fff;
	text-align: center;
}

.nabu-subscribe .field {
	padding-bottom: 13px;
}

.nabu-subscribe .field input:placeholder-shown + label,
.nabu-subscribe .field textarea:placeholder-shown + label {
    max-width: 100%;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
    transform-origin: bottom;
    transform: translateY(23px) scale(1);
}

.nabu-subscribe .field input:not(:placeholder-shown) + label,
.nabu-subscribe .field input:focus + label,
.nabu-subscribe .field textarea:not(:placeholder-shown) + label,
.nabu-subscribe .field textarea:focus + label {
    color: #fff;
    cursor: pointer;
    transform-origin: bottom;
    transform: scale(0.8);
}

.nabu-subscribe input[type="submit"] {
	font-size: 18px;
    font-family: "HelveticaNeueCyrMedium";
    color: #fff;
    background: #00a1c4;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 9px;
    padding-bottom: 11px;
    cursor: pointer;
    border-radius: 25px;
    transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.nabu-subscribe input[type="submit"]:hover {
		background-color: #324145;
	}
}

/*com_page*/

.first-block--page {
	background-image: url("./img/page_background.jpg");
	background-size: cover;
	background-position: center;
}

.page__wrap-title {
	min-height: 290px;
	padding-bottom: 50px;
	padding-top: 50px;
	border-top: 1px solid #000;
	position: relative;
}

.page__title {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	font-size: 46px;
	color: #fff;
	font-family: "HelveticaNeueCyrBlack";
	line-height: 120%;
}

.page__title span {
	position: relative;
	bottom: 12px;
}

.page__title-search {
	color: #373737;
	padding: 0;
	padding-top: 50px;
}

.page__title-search i {
	font-family:'HeuristicaBoldItalic';
	color:#1d879b;
}

.back_to__wrap--page {
	position: absolute;
	top: 19px;
}

.back_to__wrap--page:hover .str-wrap {
	left: -5px;
    background-color: #2ac9e6;
    background-image: url(./img/back_to_w.png);
}

@media screen and (min-width: 1025px) {
	.back_to__wrap--page:hover span {
		color: #2ac9e6;
	}
}

.back_to__wrap--page span {
	font-size: 16px;
    font-family: "HeuristicaItalic";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 5px;
    transition: 0.33s ease-out
}

.str-wrap--page {
	background-color: #fff;
	background-image: url('./img/back_to_b.png');
}

/*com_partner*/

.first-block--blue {
	background-color: #2ac9e6;
}

.header.blue .header__menu ul li a, .header.blue .language li > a {
	color: #000;
}

.header.blue .language li > span {
	color: rgba(255,255,255,0.4);
}

.header.blue .header__twitter .svg-icon, .header.blue .header__search .svg-icon {
	fill: #ffffff;
}

@media screen and (min-width: 1025px) {
	.header.blue .header__twitter:hover .svg-icon, .header.blue .header__search:hover .svg-icon {
		fill: #000000;
	}

	.header.blue .header__menu ul li a:hover, .header.blue .language li > a:hover {
		color: #fff;
	}
}

.page-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
}

@media screen and (min-width: 1025px) {
	.page-scroll::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0,0,0,0.4);
	}
}
.back-to__wrap--page {

}

.back-to__wrap.back-to__wrap--partner span {
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.back-to__wrap--partner:hover span {
		color: #324145;
	}

	.back-to__wrap--partner:hover .str-wrap--page {
		background-color: #324145;
	}
}

.nabu__title--partner span {
	color: #1d889b;
}

.prints--partner .svg-icon {
	fill:#ffffff;
}

@media screen and (min-width: 1025px) {
	.prints--partner > *:hover {
		background-color: #324145;
	}
}

.content-block.content-block--white * {
	color: #fff;
}

.nabu__wrap-title--partner {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.wrap-container--partner-card {
	padding-top: 20px;
}

.document-block__title {
	font-size: 36px;
	font-family: "HeuristicaBoldItalic";
	color: #373737;
	line-height: 120%;
}

.document-block__wrap-title {
	padding-top: 29px;
}

.documents-block__item {
	float: left;
	position: relative;
}

.documents-block__item--partner {
	width: 301px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 295px;
}

.documents-block__item--partner:nth-of-type(4n) {
	margin-right: 0;
}

.documents-block__item__absolute {
	position: absolute;
	left:0;
	top: 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 36px 66px -22px rgba(116, 145, 150, 0.35);
}

.documents-block__item__absolute--partner {
	padding: 25px 20px 15px 20px;
}

.documents-block__item__txt-wrap--partner {
	height: 214px;
	min-height: 214px;

	transition: height 0.33s linear;
}

.documents-block__item__txt-wrap {
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	overflow: auto;
	padding-right: 10px;
}

.documents-block__item__txt-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.1);
}

.documents-block__item__txt-wrap::-webkit-scrollbar {
	width: 4px;
}

.documents-block__item__txt {
	padding: 20px 0;
	font-size: 16px;
	font-family: "HeuristicaItalic";
	color: #373737;
}

.documents-block__item__link {
	background: #2ac9e6;
	border-radius: 20px;
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: "HelveticaNeueCyrMedium";
	letter-spacing: 1px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 15px;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.documents-block__item__link:hover {
		background-color: #324145;
	}
}

.documents-block__item__txt-wrap:after {
	/*content: "";
	width: 100%;
	height: 50px;
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	bottom: 0;
	left: 0;*/
}

.documents-block__item__absolute:hover .documents-block__item__txt-wrap {
	/*height: auto;*/
}

.documents-block__item__absolute:hover .documents-block__item__txt-wrap:after {
	/*background: rgba(255,255,255,0);*/
}

.documents-block__item__absolute:hover {
	/*z-index: 1000;*/
}

.documents-block__wrap--partner {
	padding-top: 24px;
	padding-bottom: 51px;
}

/*com_popup*/

.pop-up {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 4;
	overflow: auto;
	background-color: rgba(19,23,37,0.8);
	padding-top: 100px;
	padding-bottom: 100px;
}

.pop-up.open {
	display: block;
}

.webkit .pop-up {
	
}

.pop-up__close-back {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.pop-up__form {
	position: relative;
	z-index: 5;
	background: #fdfdfd;
	width: 924px;
	border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	/*overflow: hidden;*/
}

body.popup-open {
	overflow: hidden;
}

.documents-block__item--pop {
	height: 295px;
	width: 260px;
}

.pop-up__title {
	font-family: "HelveticaNeueCyrBold";
	color: #000;
	font-size: 36px;
	line-height: 120%;
	padding-left: 32px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 16px;
}

.pop-up__title:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #2ac9e6;
	left: 6.5px;
	top: 20.5px;
	border-radius: 50%;
}

.pop-up__title:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #aaaaaa;
	left:0;
	top: 14px;
	border-radius: 50%;
}

.pop-up__title.red:before {
	background-color: #ff565a;
}

.pop-up__title.yellow:before {
	background-color: #ffcd56;
}

.pop-up__title.green:before {
	background-color: #b7eb79;
}

.pop-up__title span {
	font-size: 34px;
	font-family: "HeuristicaBoldItalic";
	color: #1c8a9b;
}

.pop-up__txt-block {
	background-color: #2ac9e6;
	padding-top: 25px;
	padding-top: 48px;
	padding-right: 87px;
	padding-bottom: 45px;
}

.pop-up_pad {
	padding-left: 30px;
}

.pop-up__title-back {
	font-size: 24px;
	line-height: 120%;
	font-family: "HeuristicaItalic";
	color: #fff;
	padding-top: 38px;
	padding-bottom: 20px;
}

.pop-up__content p,  .pop-up__content a{
	font-size: 17px;
	color: #fff;
	font-family: "HelveticaNeueCyrLight";
	line-height: 138%;
	padding-bottom: 10px;
}

.pop-up__title__other {
	font-size: 24px;
	color: #373737;
	font-family: "HeuristicaBoldItalic";
	line-height: 120%;
}

.timeline {
	padding-top: 32px;
	position: relative;
}

.timeline__wrap-static {
	height: 318px;
	max-width: 100%;
	margin-right: 67px;
	position: relative;
	overflow: hidden;
	cursor: move;
}

.timeline__wrap-static:after {
	content: "";
	display: block;
	width: 29px;
	height: 100%;
	background-image: url("./img/shadow.png");
	top: 0;
	right: 0;
	position: absolute;
}

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

.pop-up__title__other--timeline {
	position: relative;
	top: 26px;
}

.timeline__item {
	width: 280px;
	padding-top: 48px;
	float: left;
}

.timeline__item-title {
	padding-bottom: 14px;
}

.timeline__item-link {
	height: 195px;
	padding-left: 10px;
	padding-right: 40px;
	cursor: move;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	.timeline__item-link:hover .timeline__item-title{
		color: #2ac9e6;
	}
}

.timeline__item-txt {
	overflow: hidden;
	flex: 1 0 auto;
}

.timeline__time-wrap {
	border-top: 1px solid #dadee0;
	margin-top: 18px;
	padding-top: 14px;
	position: relative;
}

.timeline__time-wrap:before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #dadee0;
	top: -9px;
	left: 0;
}

.timeline__time-wrap:after {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fdfdfd;
	top: -4px;
	left: 5px;
}

.print-html {
	display: none;
}

.pop-up__documents {
	padding-top: 29px;
	padding-bottom: 63px;
}

.documents-block__item__partner {
	font-size: 15px;
	color: #2ac9e6;
	font-family: "HeuristicaItalic";
	line-height: 120%;
	margin-bottom: 8px;
	display: inline-block;
}

.documents-block__item__txt-wrap--pop {
	height: 190px;
	min-height: 190px;
}

.documents-block__item__absolute--pop {
	padding: 17px 20px 18px 20px;
}

.pop-up__documents-wrap {
	padding-top: 14px;
	width: 820px;
}

.documents-block__item--pop {
	margin-right: 20px;
	margin-bottom: 20px;
}

.documents-block__item--pop:nth-of-type(3n) {
	margin-right: 0;
}

.pop-up__arrow {
	position: fixed;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -25px;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.pop-up__arrow:hover {
		background-color: #2ac9e6;
	}
}

.pop-up__arrow--next {
	background-image: url("./img/right.png");
	right: 50%;
	margin-right: -625px;
}

.pop-up__arrow--prev {
	background-image: url("./img/left.png");
	left: 50%;
	margin-left: -625px;
}

.pop-up__close {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	background: #fff;
	transition: 0.33s ease-out;
}

@media screen and (min-width: 1025px) {
	.pop-up__close:hover {
		background-color: #324145;
	}

	.pop-up__close:hover:before, .pop-up__close:hover:after {
		background-color: #fff;
	}
}

.pop-up__close:before, .pop-up__close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	content: ' ';
	height: 22px;
	width: 1px;
	background-color: #2ac9e6;
	transition: 0.33s ease-out;
}
.pop-up__close:before {
	transform: rotate(45deg);
}
.pop-up__close:after {
	transform: rotate(-45deg);
}

.popup-control {
	position: fixed;
	right: 50%;
	margin-right: -445px;
	top: 115px;
	z-index: 25;
}

.popup_prints {
	float: none;
}

.popup_prints.prints > * {
	float: none;
}

.popup_prints.prints .svg-icon {
	fill:#ffffff;
}

.pop-up__close.pop_w:before, .pop-up__close.pop_w:after {
	background-color: #fff;
}

.pop-up__close.pop_w {
	background-color: #2ac9e6;
}

@media screen and (min-width: 1025px) {
	.pop-up__close.pop_w:hover {
		background-color: #324145;
	}
}

.popup_prints.prints .pop_w .svg-icon {
	fill:#324145;
}

@media screen and (min-width: 1025px) {
	.popup_prints.prints .pop_w:hover .svg-icon {
		fill: #ffffff;
	}

	.popup_prints.prints .pop_w:hover {
		background-color: #2ac9e6;
	}

	.popup_prints.prints a:hover {
		background-color: #324145;
	}
}

.search-block {
	display:none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 50000;
	background: rgba(42,201,230,0.97);
}

.search__form {
	margin-left: 50px;
	margin-right: 90px;
	max-width: 100%;
	position: relative;
	height: 96px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.search__form_search-results {
	margin: 0;
}

.search__form input[type="text"] {
	width: 100%;
	position: absolute;
	padding-right: 50px;
	height: 100%;
	font-family: "HelveticaNeueCyrBold";
	color: #fff;
	font-size: 36px;
}

.search__form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search__form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search__form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search__form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search__form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width:33px;
	height:100%;
	background: url("./img/searh-form.png") no-repeat center;
	cursor:pointer;
}

.search__close {
	position: absolute;
	width: 40px;
	height: 96px;
	top: 0;
	right: 10px;
	display: block;
	transition: 0.33s ease-out;
}

.search__close:before, .search__close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	content: ' ';
	height: 22px;
	width: 1px;
	background-color: #fff;
	transition: 0.33s ease-out;
}
.search__close:before {
	transform: rotate(45deg);
}
.search__close:after {
	transform: rotate(-45deg);
}

.news__container--archive {
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
}

.news__container--archive .article-news:nth-of-type(2n) {
	margin-right: 20px;
}

.news__container--archive .article-news:nth-of-type(3n) {
	margin-right: 0;
}

/*Conditionality search*/

.conditionalities__container--archive {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.conditionalities__container--archive .artical-card__ul {
	width: 408px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.conditionalities__container--archive .artical-card__ul:nth-of-type(3n) {
	margin-right: 0;
}

.artical-card__ul .conditionalities__spheres {
	font-family: 'HelveticaNeueCyrBold';
	font-size: 15px;
	color: #cccdce;
	border-bottom: 1px solid #e5e8ea;
	padding-left: 0;
	padding-bottom: 10px;
}

.artical-card__ul .conditionalities__spheres:before {
	display: none;
}

.error-404-text {
	font-family: 'HelveticaNeueCyrBold';
	font-size: 46px;
	color: #fff;
}

.error-404-code {
	font-family: 'HeuristicaBoldItalic';
	font-size: 46px;
	color: #6fdcf0;
	padding-top: 25px;
}

@media all and (max-width: 1365px) {

	.news-one__container {
		width: 100%;
	}

	.filter__status {
		margin-left: 0;
	}

	.webkit .main, .webkit footer, .webkit header {
		width: 100%;
	}

	.wrap-container {
		width: 960px;
	}

	.main-block__txt {
		width: 472px;
	}

	.main-block__form-wrap {
		width: auto;
	}

	.main-block__txt > * {
		padding-right: 20px;
	}

	.main-block__txt h1 {
		font-size: 30px;
	}

	.main-block__txt p {
		font-size: 30px;
	}

	.article-card {
		width: 292px;
	}

	.article-card__title {
		font-size: 20px;
	}

	.article-card__title--main {
		padding-left: 0;
		padding-right: 0;
	}

	.news-block__title {
		font-size: 36px;
	}

	.news-wrap {
		width: 606px;
	}

	.article-news {
		width: 293px;
	}

	#twitter-widget-0 {
		width: 290px!important;
	}

	.artical-card__ul li {
		font-size: 15px;
	}

	.article-card__tag a {
		font-size: 14px;
	}

	/*partner*/

	.nabu__title {
		max-width: 800px;
	}

	.nabu__content {
		max-width: 800px;
	}

	.documents-block__item--partner {
		width: 214px;
		height: 346px;
	}

	.documents-block__item__txt-wrap--partner {
		height: 265px;
		min-height: 265px;
	}

	.pop-up__form {
		width: 844px;
	}

	.timeline__item-link {
		padding-right: 18px;
	}

	.pop-up__documents-wrap {
		max-width: 100%;
		margin-right: 67px;
		width: auto;
	}

	.documents-block__item--pop {
		width: 235px;
	}

	.popup-control {
		margin-right: -399px;
		top: 65px;
	}

	.pop-up__arrow--prev {
		margin-left: -490px;
	}

	.pop-up__arrow--next {
		margin-right: -490px;
	}

	.pop-up {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.news__container--archive .article-news,
	.conditionalities__container--archive .artical-card__ul {
		width: 290px;
	}
}

@media all and (max-width: 1023px) {

	.news-one__title {
		font-size: 36px;
	}

	.news-block__helper {
		margin-top: 14px;
	}

	.wrap-container {
		width: 728px;
	}

	.header__logo__wrap img {
		width: 195px;
		height: auto;
	}

	.header {
		height: 87px;
	}

	.container--main-block {
		padding-top: 67px;
	}

	.social-search:before, .social-search:after {
		display: none;
	}

	.social-search {
		padding-left: 0;
		padding-right: 0;
	}

	.article-card__title--main {
		padding-left: 12px;
		padding-right: 12px;
	}

	.header__menu__wrap {
		margin-top: 24px;
	}

	.main-block__txt {
		width: 100%;
	}

	.main-block--front.flex_row_nowrap_fs_str {
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-block--front > * {
		padding-top: 20px;
		text-align: center;
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 48px;
	}

	.main-block__txt > * {
		padding-right: 0;
	}

	.main-block--front > *:first-of-type {
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.main-block__form-wrap {
		width: 100%;
	}

	.main-block__form {
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
	}

	.main-block__form .field input:placeholder-shown + label,
	.main-block__form .field textarea:placeholder-shown + label {
	    transform-origin: bottom;
	    transform: translateY(23px) scale(1);
	}

	.main-block__form .field input:not(:placeholder-shown) + label,
	.main-block__form .field input:focus + label,
	.main-block__form .field textarea:not(:placeholder-shown) + label,
	.main-block__form .field textarea:focus + label {
	    transform-origin: bottom;
	    transform: scale(0.8);
	}

	.main-block__form input[type="text"] {
		text-align: center;
		border: 0;
	}

	.article-card {
		width: 333px;
	}

	.news-block--main > .flex_row_nowrap_fs_fs {
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-wrap {
		width: 100%;
		margin-right: 0;
	}

	.article-news {
		width: 333px;
	}

	.news-wrap {
		margin-bottom: 38px;
	}

	#twitter-widget-0 {
		width: 686px!important;
	}

	.footer__logo__wrap img {
		width: 344px;
	}

	.footer__menu ul li {
		margin-right: 18px;
	}

	.social-search__footer {
		margin-left: 18px;
	}

	.social-search > * {
		margin-right: 10px;
	}

	.footer__small-txt__info {
		max-width: 390px;
	}

	.nabu__title {
		max-width: 580px;
	}

	.nabu__wrap-title {
		padding-bottom: 19px;
	}

	.nabu__content {
		padding-bottom: 45px;
	}

	.documents-block__item--partner:nth-of-type(4n) {
		margin-right: 20px;
	}

	.documents-block__item--partner:nth-of-type(2n) {
		margin-right: 0;
	}

	.documents-block__item--partner {
		width: 333px;
		height: 276px;
	}

	.documents-block__item__txt-wrap--partner {
		height: 195px;
		min-height: 195px;
	}

	.pop-up {
		padding-bottom: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.pop-up__form {
		width: 100%;
	}

	.pop-up__txt-block {
		padding-top: 25px;
	}

	.documents-block__item--pop:nth-of-type(3n) {
		margin-right: 20px;
	}

	.documents-block__item--pop:nth-of-type(2n) {
		margin-right: 0;
	}

	.documents-block__item--pop {
		width: 300px;
	}

	.pop-up__arrow {
		position: fixed;
		bottom: 70px;
		top: auto;
	}

	.pop-up__arrow--prev {
		left: 20px;
		margin-left: 0;
	}

	.pop-up__arrow--next {
		right: 28px;
		margin-right: 0;
	}

	.pop-up {
		padding-bottom: 180px;
	}

	.popup-control {
		margin-right: 0;
		right: 40px;
	}

	.news__container--archive .article-news:nth-of-type(3n),
	.conditionalities__container--archive .artical-card__ul:nth-of-type(3n) {
		margin-right: 20px;
	}

	.news__container--archive .article-news:nth-of-type(2n),
	.conditionalities__container--archive .artical-card__ul:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 767px) {

	.news-one__title {
		font-size: 23px;
	}

	.scroll_left {
		top: 60px;
	}

	.filter__status span {
		margin-bottom: 11px;
	}

	.donor {
		float: none;
		margin-bottom: 20px;
		border-right: 0;
		text-align: center;
	}

	.header.gray .header__menu ul li a, .header.blue .header__menu ul li a {.donor
		color: #fff;
	}

	.wrap-container {
		width: 100%;
	}

	.article-card__title-wrap {
		height: 90px;
	}

	.wrap-container--border {
		border-left: 0;
		border-right: 0;
	}

	.header__logo__wrap img {
		width: 170px;
	}

	.header__logo__wrap {
		margin-top: 18px;
	}

	.burger__buttom {
		z-index: 200;
		display: block;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		border: 1px solid rgba(255,255,255,0);
		float: right;
		position: relative;
		margin-top: 14px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	.gray .burger__buttom span {
		background: #000;
	}

	.burger__buttom span {
	  	display: block;
	  	position: absolute;
	  	height: 1px;
	  	width: 27px;
	  	background: #fff;
	  	border-radius: 9px;
	  	opacity: 1;
	  	left: 0;
	  	-webkit-transform: rotate(0deg);
	  	-moz-transform: rotate(0deg);
	  	-o-transform: rotate(0deg);
	  	transform: rotate(0deg);
	  	-webkit-transition: .25s ease-in-out;
	  	-moz-transition: .25s ease-in-out;
	  	-o-transition: .25s ease-in-out;
	  	transition: .25s ease-in-out;
	}

	.burger__buttom span:nth-child(1) {
	  top: 6px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}

	.burger__buttom span:nth-child(2) {
	  top: 14px;
	  width: 80%;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}

	.burger__buttom span:nth-child(3) {
	  top: 22px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}

	.burger__buttom.open {
		border: 1px solid rgba(255,255,255,0.5);
		position: fixed;
		right: 30px;
	}

	.gray .burger__buttom.open span:nth-child(1), .gray .burger__buttom.open span:nth-child(3) {
		background-color: #fff;
	}

	.burger__buttom.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 6px;
	  left: 7px;
	  width: 15px;
	}

	.burger__buttom.open span:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}

	.burger__buttom.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 17px;
	  left: 7px;
	  width: 15px;
	}

	.header__menu__wrap {
		z-index: 100;
		position: fixed;
		width: 100%;
		height: 100%;
		transform: translateY(-100%)!important;
		float: none;
		background: #2ac9e6;
		left: 0;
		top: 0;
		margin-top: 0;
	}

	.header__menu__wrap.open {
		transform: translateY(0)!important;
	}

	.header {
		height: 60px;
	}

	.container--main-block {
		padding-top: 40px;
	}

	.main-block__txt h1 {
		font-size: 25px;
		margin-bottom: 18px;
	}

	.main-block__txt p {
		font-size: 25px;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.main-block--front > * {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-block__txt {
		position: relative;
	}

	.main-block--front > .main-block__txt {
		padding-bottom: 80px;
	} 

	.main-block--front > *:first-of-type {
		border-bottom: 0;
	}

	.main-block__txt:after {
		content: "";
		width: 1px;
		background: rgba(255,255,255,0.1);
		height: 70px;
		display: block;
		position: absolute;
		bottom: -18px;
		left: 50%;
	}

	.filter span {
		width: 100%;
		margin-bottom: 11px;
	}

	.filter {
		float: none;
	}

	.filter.flex_row_nowrap_fs_centr {
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#partners .prints {
		display: none;
	}

	.filters-prints {
		padding-top: 12px;
		padding-bottom: 18px;
	}

	.article-card {
		margin-right: 0;
		width: 100%;
	}

	.flex_row_nowrap_fs_str.wrap-cards--main {
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.wrap-cards--main > .flex_row_wrap_fs {
		width: 100%;
	}

	.artical-card__ul--main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.artical-card__ul li:nth-of-type(n+4) {
		display: none;
	}

	.more_li {
		font-size: 17px;
		font-family: "HelveticaNeueCyrLight";
		color: #2ac9e6;
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}

	.more_li {
		display: none;
	}

	.more_li.show {
		display: block;
	}

	.news-block__title {
		font-size: 30px;
		float: none;
	}

	.news-block__helper {
		margin-top: 9px;
		text-align: left;
	}

	.article-news,
	.conditionalities__container--archive .artical-card__ul,
	.conditionalities__container--archive .artical-card__ul:nth-of-type(2n),
	.conditionalities__container--archive .artical-card__ul:nth-of-type(3n){
		margin-right: 0;
		width: 100%;
	}

	.footer__menu {
		display: block;
		float: none;
		text-align: center;
	}

	.footer__menu > * {
		display: inline-block;
		float: none;
	}

	.footer__search {
		display: none;
	}

	.social-search__footer > * {
		margin-right: 0;
	}

	.footer__logo__wrap {
		margin-bottom: 17px;
		float: none;
		display: block;
		text-align: center;
	}

	.footer__small-txt__info {
		float: none;
		margin-right: 0;
		max-width: 100%;
		text-align: center;
		margin-bottom: 23px;
	}

	.footer__small-txt__dev {
		float: none;
		text-align: center;
	}

	.header__menu__wrap.flex_row_nowrap_fs_centr {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start; 
	}

	.header__menu__wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header__menu__wrap > * {
		float: none;
	}

	.header__menu {
		margin-top: 0px;
		width: 100%;
	}

	.burger__wrap-img {
		display: block;
		width: 100%;
		padding-top: 17px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

	.burger__wrap-img img {
		width: 170px;
		height: auto;
	}

	.header__menu ul li {
		float: none;
		margin-right: 0;
	}

	.header__menu ul li a {
		color: #fff;
	}

	.header__menu ul li a {
		padding: 17px 0;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.header__menu__wrap .social-search {
		margin-right: 0;
		margin-left: 0;
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}

	.header__twitter, .header__search {
		padding: 17px 0;
		height: 56px;
		width: 100%;
	}

	.header__menu__wrap .social-search > a {
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.header__twitter .svg-icon {
		fill: #ffffff;
	}

	.header__search .svg-icon {
		fill: #ffffff;
	}

	.language {
		position: absolute;
		bottom: 20px;
		left: 30px;
	}

	.nabu__title {
		font-size: 28px;
		max-width: 320px;
	}

	.nabu__wrap-title {
		margin-top: 20px;
	}

	.prints--nabu {
		margin-top: 0;
	}

	.documents-block__item--partner {
		width: 100%;
		height: 226px;
		margin-right: 0;
	}

	.documents-block__item__txt-wrap--partner {
		height: 145px;
		min-height: 145px;
	}

	.documents-block__wrap--partner {
		padding-bottom: 40px;
	}

	.nabu-subscribe h1 {
		font-size: 30px;
	}

	.nabu-subscribe {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.document-block__title {
		font-size: 30px;
	}

	.pop-up__title {
		font-size: 24px;
		padding-left: 20px;
	}

	.pop-up__title span {
		font-size: 24px;
	}

	.pop-up__title:before {
		top: 9px;
		width: 12px;
		height: 12px;
	}

	.pop-up__title:after {
		width: 4px;
		height: 4px;
		top: 13px;
		left: 4px;
	}	

	.pop-up__title__other {
		font-size: 20px;
	}

	.pop-up__title-back {
		font-size: 20px;
	}

	.pop-up__content p {
		font-size: 16px;
	}

	.documents-block__item--pop {
		margin-right: 0;
	}

	.documents-block__item--pop {
		width: 100%;
	}

	.pop-up {
		padding-left: 0;
		padding-right: 0;
	}


	.error-404-text {
		font-size: 36px;
	}

	.error-404-code {
		font-size: 36px;
	}

	.page__title {
		padding-left: 0;
		padding-right: 0;
		font-size: 38px;
	}

}

@media all and (max-width: 479px) {

	.artical-card__ul--nabu {
		padding-bottom: 20px;
	}

	.filter__status span {
		width: 100%;
	}

	.filter__status li {
		display: inline-block;
		padding: 2px 13px 1px;
		line-height: 100%;
	}

	.filter__status li a:after {
		margin-top: -6px;
	}

	.header__menu__wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.burger__buttom.open {
		right: 20px;
	}

	.language {
		left: 20px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-block__txt h1 {
		font-size: 18px;
	}

	.main-block__txt p {
		font-size: 18px;
	}

	.main-block--front > * {
		padding-left: 0;
		padding-right: 0;
	}

	.main-block__txt:after {
		height: 30px;
		bottom: -32px;
	}

	.field label, .field input, .field textarea {
		font-size: 16px;
	}

	.main-block__form span {
		font-size: 14px;
	}

	.field {
		padding-bottom: 9px;
	}

	.main-block--front > .main-block__txt {
		padding-bottom: 14px;
	}

	.main-block__form {
		width: 100%;
	}

	.main-block__form input[type="submit"] {
		font-size: 16px;
		padding-bottom: 7px;
	}

	.main-block__form-wrap {
		padding-bottom: 30px;
	}

	.filter__item {
		padding: 6px 13px 3px;
		line-height: 100%;
	}

	.article-card__title--main {
		padding-left: 0;
		padding-right: 0;
	}

	.article-news__title {
		font-size: 18px;
	}

	.footer__logo__wrap img {
		width: 100%;
		height: auto;
	}

	.footer__small-txt__info {
		text-align: left;
		margin-bottom: 15px;
	}

	.footer__small-txt__dev {
		text-align: left;
	}

	.footer__menu {
		text-align: left;
	}

	.footer__small-txt {
		margin-top: 18px;
	}

	.footer {
		padding-bottom: 0;
	}

	.prints--nabu {
		position: absolute;
		top: -51px;
		right: 0;
	}

	.nabu__title {
		font-size: 23px;
	}

	.content-block p {
		font-size: 16px;
	}

	.nabu__content {
		padding-bottom: 30px;
	}

	.documents-block__item--partner {
		height: 285px;
	}

	.documents-block__item__txt-wrap--partner {
		height: 204px;
		min-height: 204px;
	}

	.nabu-subscribe h1 {
		font-size: 23px;
	}

	.nabu-subscribe input[type="submit"] {
		font-size: 16px;
		padding-bottom: 7px;
	}

	.nabu-subscribe {
		padding-top: 39px;
		padding-bottom: 47px;
	}

	.pop-up::-webkit-scrollbar {
		background: #fff;
	}

	.pop-up {
		padding-top: 0;
	}

	.pop-up__txt-block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pop-up_pad {
		padding-left: 20px;
	}

	.pop-up_pad {
		padding-right: 60px;
	}

	.popup-control {
		right: 15px;
		top: 19px;
	}

	.timeline__wrap-static {
		margin-right: 0;
	}

	.pop-up__documents-wrap {
		margin-right: 0;
	}

	.donor {
		text-align: left;
	}
}

@media print {
	.header, header,.back-prints, .footer, .prints--nabu {
		display:none;
	}

	.artical-card__ul li:nth-of-type(n+4) {
		display: block;
	}

	.more_li.show, .nabu-subscribe__wrap, #documents, .timeline__wrap-static, .timeline, .pop-up__documents, .section__cards--main {
		display: none;
	}

	.content-block.content-block--white *, .pop-up__content p, .pop-up__content a, .pop-up__title-back {
		color: #000;
	}

	.noprint {
		display:none
	}

	.print-html {
		display: block;
	}
}

.monthly {
	font-size: 0;
	padding: 20px 10px 14px;
}

.news-preview {
	display: inline-block;
	background-color: #fff;
	margin: 0 10px 30px;
	width: calc((100% - 60px)/3);
	box-shadow: 0px 36px 66px 0px rgba(116, 145, 150, 0.35);
	transition: box-shadow .7s ease;
	padding: 38px 20px 50px;
	min-height: 300px;
	position: relative;
	vertical-align: top;
}

.news-preview:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
 	background-color: rgba(168, 178, 184, .3);
 	top: 13px;
 	left: 20px;
 	width: calc(100% - 40px);
}

@media screen and (min-width: 1025px) {
	.news-preview:hover {
		box-shadow: none;
	}
}

.news-preview__title {
	font: 33px/1.22 "HelveticaNeueCyrBlack";
}

.news-preview__date {
	font: 15px/1.4 "HeuristicaBoldItalic";
	position: absolute;
	bottom: 23px;
	left: 20px;
	color: #2ac9e6;
}

@media all and (max-width: 1365px) {

	.news-preview {
		padding-left: 15px;
		padding-right: 15px;
	}

	.news-preview__title {
		font-size: 24px;
	}

	.news-preview__date {
		left: 15px;
	}
}

@media (max-width: 1023px) {
	.news-preview {
		width: calc((100% - 40px)/2);
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	.news-preview {
		width: 100%;
		min-height: auto;
		margin: 0 auto 20px;
	}

	.news-preview__date {
		font-size: 13px;
	}
}
