html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

* {
 	box-sizing: border-box;
}

*:focus {
	outline: none;
}

body {
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	background: #fff;
	font-size: 18px;
	line-height: 24px;
	color: #1B1D28;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

p {
	margin: 0;
}

#panel {
    top: 90px;
    z-index: 99999;
    position: fixed;
    width: 100%;
}

@font-face {
	font-family: "FuturaBookItalic";
	src: url(../fonts/FuturaBookC-Italic.woff) format("woff");
	src: url(../fonts/FuturaBookCItalic.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaBook";
	src: url(../fonts/FuturaBookC.woff) format("woff");
	src: url(../fonts/FuturaBookC.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaDemiItalic";
	src: url(../fonts/FuturaDemiC-Italic.woff) format("woff");
	src: url(../fonts/FuturaDemiCItalic.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaDemi";
	src: url(../fonts/FuturaDemiC.woff) format("woff");
	src: url(../fonts/FuturaDemiC.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaLightItalic";
	src: url(../fonts/FuturaLightC-Italic.woff) format("woff");
	src: url(../fonts/FuturaLightCItalic.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaLight";
	src: url(../fonts/FuturaLightC.woff) format("woff");
	src: url(../fonts/FuturaLightC.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaMediumItalic";
	src: url(../fonts/FuturaMediumC-Italic.woff) format("woff");
	src: url(../fonts/FuturaMediumCItalic.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaMedium";
	src: url(../fonts/FuturaMediumC.woff) format("woff");
	src: url(../fonts/FuturaMediumC.woff2) format("woff2");
}

@font-face {
	font-family: "FuturaBold";
	src: url(../fonts/Futura_PT_Bold.woff) format("woff");
	src: url(../fonts/Futura_PT_Bold.woff2) format("woff2");
}

header {
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px rgba(59, 67, 88, 0.08), 0px 4px 4px rgba(59, 67, 87, 0.05);
	width: 100vw;
}

footer {
	background: #9193AC;
}

header .max-wrap {
	display: flex;
	align-items: center;
	padding: 17px 55px;
	justify-content: space-between;
	position: relative;
	height: 90px;
}

footer .wrap {
	position: relative;
	display: flex;
	padding-top: 48px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.max-wrap, .wrap {
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 0 auto;
}

.max-wrap {
	max-width: 1446px;
}

.wrap {
	max-width: 1140px;
}

.header-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	max-width: 520px;
}

.header-menu .link {
	font-family: "FuturaBook";
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #232B55;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-menu .link:hover .block {
	display: flex;
}

.header-menu .link a {
	position: relative;
	font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #232B55;
}

.header-menu .link a span {
	position: relative;
	z-index: 2;
}

/*.header-menu .link:hover .yellow::after {
	content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #FFCC00;
    animation: yellow 0.5s linear 1;
    animation-fill-mode: forwards;
}

@keyframes yellow {
    0% {
	    height: 0px;
	}
    100% {
	    height: 7px;
    }
}*/

.header-menu .link .block {
	display: none;
	top: 90px;
	left: 0;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px rgba(59, 67, 87, 0.12);
	border-radius: 3px;
	flex-direction: column;
	z-index: 10;
	padding: 13px 20px;
	min-width: 208px;
}

.header-menu .link .block a {
	margin-bottom: 20px;
	text-transform: initial;
	width: fit-content;
}

.header-menu .link .block.fond {
	flex-direction: row;
	min-width: 463px;
}

.header-menu .link .block.fond div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48%;
}

.header-menu .link .block.fond .grey {
	color: rgba(27, 29, 40, 0.5);
}

.header-menu .link .block.fond .grey.tel {
	margin-bottom: 0;
}

/*
.header-menu a:hover {
	background-image: linear-gradient(#FFCC00 0%,#FFCC00 100%);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: 0 80%;
    transition: background-size .25s ease-in;
	cursor: pointer;
    background-size: 100% 36%;
}
*/

.search {
	position: relative;
	bottom: 0;
	background: #fff;
    height: 90px;
    display: flex;
    align-items: center;
/*
    width: 16px;
    height: 16px;
*/
}

.search .search1 {
	cursor: pointer;
}

.search .search2 {
	display: none;
	background: #fff;
	z-index: 3;
}

.search .search3 {
	cursor: pointer;
/*
	position: absolute;
	z-index: 1000;
*/
}

.search.active .search2 {
	display: flex;
}

/*
.search.active .search1 {
	display: none;
}
*/

.search .search2 {
	position: absolute;
	border-bottom: 1px solid #232B55;
	border-radius: 1px;
	top: 33px;
	right: 0;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
	z-index: 10000;
/* 	width: 300px; */
}

.search .search2 input[type="text"] {
	border: none;
	width: 49vw;
	max-width: 610px;
}

.burger {
	display: none;
}

.network {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 15%;
	max-width: 230px;
}

.network a, .mobile-network a {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
	width: 20px;
	height: 20px;
}

.yt {
	background: url('/local/templates/2020/img/youtube.svg');
}

.tg {
	background: url('/local/templates/2020/img/tg.svg');
}

.ig {
	background: url('/local/templates/2020/img/instagram.svg');
}

.fb {
	background: url('/local/templates/2020/img/fb.svg');
}

.vk {
	background: url('/local/templates/2020/img/vk.svg');
}

.yt:hover {
	background: url('/local/templates/2020/img/youtube-yellow.svg');
}

.tg:hover {
	background: url('/local/templates/2020/img/tg-yellow.svg');
}

.ig:hover {
	background: url('/local/templates/2020/img/instagram-yellow.svg');
}

.fb:hover {
	background: url('/local/templates/2020/img/fb-yellow.svg');
}

.vk:hover {
	background: url('/local/templates/2020/img/vk-yellow.svg');
}

.network-points {
	display: none;
}

.language {
	display: flex;
	width: 110px;
	height: 32px;
	border: 2px solid #232B55;
	border-radius: 8px;
}

.language .ru {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #232B55;
	border-radius: 5px;
	width: 50%;
	font-family: "FuturaBold";
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.language .en {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	font-family: "FuturaMedium";
	font-size: 16px;
	line-height: 24px;
	color: #232B55;
	text-transform: uppercase;
}

.forums {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
	margin-bottom: 50px;
}

.main-slider {
	width: 68%;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
}

.main-slider .img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	border-radius: 32px 32px 0px 0px;
	width: 100%;
	height: 325px;
}

.main-slider .text {
	padding: 33px 36px 58px 36px;
}

.main-slider .text .data {
	display: block;
	color: #1B1D28;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 15px;
}

.main-slider .text .title {
	display: block;
	font-family: "FuturaBold";
/*
	font-size: 36px;
	line-height: 52px;
*/
	font-size: 30px;
    line-height: 40px;
	color: #232B55;
	max-height: 174px;
    overflow: hidden;
}

.main-slide:hover .yellow {
	background-size: 100% 0.25em;
}

/*.main-slide .title {
	position: relative;
}

.main-slide .title span {
	position: relative;
	z-index: 2;
}*/

.yellow {
	display: inline !important;
	background-image: linear-gradient(#FFCC00 0%,#FFCC00 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 80%;
    transition: background-size .25s ease-in;
}
.yellow:hover {
	background-size: 100% 0.25em;
}

/*.main-slide:hover .yellow::after {
	content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #FFCC00;
    animation: yellow 0.5s linear 1;
    animation-fill-mode: forwards;
}*/

/*
.header-menu .link a {
	position: relative;
}

.header-menu .link a span {
	position: relative;
	z-index: 2;
}

.header-menu .link:hover .yellow::after {
	content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #FFCC00;
    animation: yellow 0.5s linear 1;
    animation-fill-mode: forwards;
}
*/

.preview {
	width: 25%;
}

.preview .preview-title {
	display: block;
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
}

.preview .preview-block {
	display: block;
	margin-bottom: 40px;
}

.preview .preview-block:hover .yellow {
	background-size: 100% 0.25em;
}

.preview-block .data {
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-weight: 18px;
	color: #1B1D28;
	margin-bottom: 15px;
}

.preview-block .title {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #232B55;
	font-family: "FuturaBold";
	margin-bottom: 20px;
}

.preview-block .registration {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.preview-block .registration .circle {
	background: rgba(35, 43, 85, 0.1);
	opacity: 0.6;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preview-block .registration span {
	color: #1B1D28;
	font-size: 16px;
	line-height: 18px;
}

.preview-block .registration .line {
	border-top: 1px solid #C4C4C4;
	transform: rotate(0.44deg);
	width: 50%;
}

.news-analytics {
	display: flex;
	justify-content: center;
}

.background-grey {
	background: #F1F3F6;
}

.background-lihtGrey {
	background: rgba(241, 243, 246, 0.5);
}

.news-analytics .background-grey {
/* 	width: calc(((100vw - 1120px) / 2) + 737px); */
	width: calc(((100vw - 1120px) / 2) + 758px);
	padding-left: 20px;
}

.news-analytics .background-lihtGrey {
	width: calc(((100vw - 1120px) / 2) + 363px);
	padding-right: 20px;
}

.news-analytics .news {
	max-width: 737px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 auto;
	padding-top: 53px;
	padding-right: 25px;
	justify-content: space-between;
}

.news-analytics .analytics {
	max-width: 363px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 0 0;
	padding-top: 53px;
	padding-left: 25px;
	justify-content: space-between;
}

.news-analytics .block, .albums-video .block {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
}

.news-analytics .block:hover, .albums-video .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.news-analytics .mobile-slider .marker {
	margin: 0;
	position: relative;
	top: 21px;
	left: 18px;
}

.news-analytics .news .block {
	background: #fff;
	width: 49%;
/* 	height: 480px; */
}

.news-analytics .block:hover .yellow, .albums-video .block:hover .yellow {
	background-size: 100% 0.25em;
}

.news-analytics .analytics .block {
	background: #F1F3F6;
	width: 100%;
/* 	height: 480px; */
}


.news-analytics .block .img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 32px 32px 0px 0px;
	width: 100%;
	height: 195px;
}

.news-analytics .block .text {
	padding: 35px 22px 21px 29px;
}

.news-analytics .block .data {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #1B1D28;
}

.news-analytics .block .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 24px;
	line-height: 30px;
	color: #232B55;
	height: 123px;
	overflow: hidden;

}

.title-more {
	display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}

.title-more .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 36px;
	color: #232B55;
}

.title-more .title.min {
	font-size: 28px;
}

.title-more .more {
	font-family: "FuturaBold";
	font-size: 16px;
	line-height: 24px;
	color: #232B55;
	flex: none;
}

.title-more img {
	margin-left: 7px;
}

.title-more svg {
	margin-left: 7px;
}

.title-more .more:hover path {
	stroke: #FFCC00;
}

.albums-video {
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	margin-bottom: 64px;
}

.albums-video .albums, .albums-video .video {
	width: 48%;
}

.albums-video .block .img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 32px 32px 0px 0px;
	width: 100%;
	height: 297px;
}

.albums-video .video .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.albums-video .video .img img {
	width: 70px;
	height: 70px;
}

.albums-video .block .text {
	padding: 40px 27px 49px 27px;
	display: flex;
	flex-direction: column;
}

.albums-video .block .data {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #1B1D28;
}

.albums-video .block .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 24px;
	line-height: 30px;
	color: #232B55;
	height: 84px;
	overflow: hidden;
}

.biography {
	display: flex;
	justify-content: space-between;
	padding-top: 75px;
	padding-bottom: 70px;
}

.biography .link {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.biography .link:hover path {
	stroke: #FFCC00;
}

.biography .link .portrait {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 270px;
	height: 270px;
	border-radius: 100%;
	position: relative;
}

.biography .link .portrait img {
	position: absolute;
	bottom: -5%;
    left: 10%;
	z-index: 10;
}

.biography .link .text {
	font-family: "FuturaBold";
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #232B55;
	margin-top: 25px;
	text-transform: uppercase;
}

.biography .link .text img {
	margin-left: 11px;
	margin-top: 3px;
}

.biography .quote .text {
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: 'Lora', serif;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	color: #232B55;
	max-width: 870px;
	padding-right: 10px;
	padding-left: 10px;
}

.biography .quote .text p {
	position: relative;
	z-index: 5;
	max-width: 870px;
}

.biography .quote .text img {
	position: absolute;
	top: -8%;
    left: -1px;
	z-index: 0;
	height: 85%;
}

.biography .quote .text .quote-close {
	font-size: 225px;
    position: absolute;
    bottom: 40px;
    right: 7px;
    color: #fff;
    transform: rotate(180deg);
    z-index: 0;
}

.biography .quote .text .quote-open {
	font-size: 225px;
    position: absolute;
    left: -24px;
    top: 37px;
    color: #fff;
    z-index: 0;
}

.biography .quote .name-date {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 39px;
}

.biography .quote .name-date .name {
	display: block;
	font-family: "FuturaBold";
	font-size: 24px;
	line-height: 25px;
	color: #232B55;
	margin-right: 20px;
}

.biography .quote .name-date .date {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #232B55;
	max-width: 213px;
}

.background-blue {
	background: #232B55;
}

.digest-subscription_title {
	display: block;
	font-family: "FuturaBold";
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 70px;
}

.digest-subscription_title .yellow-text {
	color: #FFCC00;
}

.digest-subscription_form {
	position: relative;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 67px;
}

.digest-subscription_form input[type="text"] {
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	background: #232B55;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 18px 20px;
	margin-right: 15px;
	width: 361px;
}

.digest-subscription_form ::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.5;
}

.digest-subscription_form ::-moz-placeholder {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.5;
}

.digest-subscription_form input[type="submit"] {
	font-family: "FuturaBold";
	background: #FFCC00;
	border: 1px solid #FFCC00;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #232B55;
	padding: 15px 16px;
	text-transform: uppercase;
	cursor: pointer;
}

.digest-subscription_form .subscription-text {
	position: absolute;
	display: none;
	font-size: 14px;
	line-height: 20px;
	left: 20px;
	bottom: 30px;
	color: #fff;
}
.digest-subscription_form .subscription-text.active {
	display: block !important;
}

.digest-subscription_form .subscription-text.ok {
	color: #31C966;	
}

.digest-subscription_form .subscription-text.error {
	color: #FC5659;
}

.digest-subscription_form .subscription-text.not_filled {
	color: #FFCC00;
}

.partners-title {
	display: block;
	font-family: "FuturaBold";
	font-size: 44px;
	line-height: 60px;
	text-align: center;
	color: #232B55;
	margin: 50px auto 30px auto;
}

.partners {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.partners .block {
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(10, 31, 68, 0.08), 0px 8px 16px rgba(59, 67, 87, 0.0978475);
	border-radius: 16px;
	width: 24%;
	margin-right: 1%;
	height: 150px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.partners .block .text {
	display: none;
	position: absolute;
	font-size: 16px;
	line-height: 22px;
	color: #626978;
	padding: 8px 16px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(10, 31, 68, 0.08), 0px 8px 16px rgba(59, 67, 87, 0.0978475);
	border-radius: 3px;
	bottom: -30px;
	z-index: 100;
}

.partners .block:hover {
	box-shadow: 0px 0px 1px rgba(10, 31, 68, 0.08), 0px 8px 16px rgba(59, 67, 87, 0.32);
}

.partners .block:hover .text {
	display: block;
}

.partners .block img {
	max-height: 90%;
	max-width: 90%;
}

.footer-menu {
	/*width: 59%;*/
	display: flex;
	justify-content: space-between;
	padding-right: 35px;
}

.footer-menu .block {
	display: flex;
	flex-direction: column;
}

footer .block.slim {
	max-width: 134px;
}

footer .block .title {
	display: block;
	font-family: "FuturaDemi";
	font-size: 14px;
	line-height: 22px;
	color: #E9F0EE;
	opacity: 0.8;
	text-transform: uppercase;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

footer .block .title:hover {
	opacity: 1;
}

footer .block a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.7;
	margin-bottom: 8px;
}

footer .block span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.7;
	margin-bottom: 8px;
}

footer .block a:hover {
	opacity: 1;
}

.centers-contacts {
	width: 41%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .contacts {
	text-align: right;
	padding-left: 40px;
    max-width: 260px;
}

footer .text {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #FFFFFF;
	opacity: 0.7;
	margin-top: 43px;
	padding-bottom: 45px;
}

footer .text span {
	display: block;
}

.policy {
	position: fixed;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(10, 31, 68, 0.08), 0px 8px 16px rgba(59, 67, 87, 0.0978475);
	border-radius: 3px;
	padding: 13px 15px;
	bottom: 26px;
	left: 30px;
	display: none;
	justify-content: space-between;
	align-items: center;
/*
	width: 241px;
	height: 69px;
*/
	z-index: 100000;
	max-width: 263px;
}

.policy.active {
	display: flex;
}

.policy .text {
	font-size: 12px;
	line-height: 16px;
	color: #1B1D28;
	opacity: 0.8;
	text-align: left;
	width: auto;
	margin-top: 0;
	padding-bottom: 0;
}

.policy .text a {
	color: #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

.policy .ok {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-family: "FuturaBold";
	color: #FFFFFF;
	padding: 3px 8px;
	background: #232B55;
	border-radius: 8px;
	margin-left: 16px;
}

/*slider*/
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  border: 0;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: -1.5em; }
  .glide__arrow--right {
    right: -1.5em; }
  .glide__arrow--disabled {
    opacity: 0.33; }
    
.glide__arrow img {
	width: 48px;
	height: 48px;
}

.glide__arrow--left img {
	transform: rotate(180deg);
}
    
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: #fff; }
  .glide__bullet--active {
    background-color: #232B55;; }
    
    
.quote-slider .glide__bullets {
	bottom: 18%;
    left: 132px;
}

.main-slider .glide__arrow {
	top: 284px;
}

/*
.main-slider .glide__arrow img {
	width: 48px !important;
	height: 48px !important;
}
*/

/*.main-slider {
	overflow: hidden;
}

.main-slider .glide__slide {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	height: 600px;
}
*/

.mobile-slider {
	display: none;
}

.mobile-menu {
	display: none;
}

.background-img {
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	background-size: cover !important;
	width: 100%;
}

.fond-title {
	padding: 74px 0;
}

.fond-title .nav {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}

.fond-title .nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}

.fond-title .nav a:hover {
	border-bottom: 1px solid #fff;
}

.fond-title .title {
	font-family: "FuturaBold";
	text-transform: uppercase;
	font-size: 36px;
	line-height: 60px;
	color: #FFFFFF;
	display: block;
	min-height: 120px;
	max-width: 800px;
	margin-bottom: 20px;
}

.fond-title .links {
	display: flex;
	
}

.fond-title .links a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: 21px;
}

/*
.fond-title .links a:hover {
	background-image: linear-gradient(#FFCC00 0%,#FFCC00 100%);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: 0 100%;
    transition: background-size .25s ease-in;
    cursor: pointer;
    background-size: 100% 36%;
}
*/

.appeal {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	margin-bottom: 100px;
}

.appeal .text .title {
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
	font-family: "FuturaBold";
}

.appeal .text p {
	margin-bottom: 35px;
}

.appeal .text .bold {
	font-family: "FuturaDemi";
}

.appeal .person {
	flex: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.appeal .person .portrait {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 270px;
    height: 270px;
    border-radius: 100%;
    position: relative;
    margin-bottom: 25px;
}

.appeal .person .portrait img {
	position: absolute;
    bottom: -5%;
    left: 10%;
    z-index: 10;
}

.appeal .person .name {
	display: block;
	font-family: "FuturaBold";
	font-size: 20px;
	line-height: 10px;
	color: #232B55;
}

.mission {
	display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 100px;
}

.mission .text {
	display: flex;
	flex-wrap: wrap;
}

.mission .text .photo {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
/*
    background: url(2020-08-10 13.32.jpg), url(2020-08-10 13.32.jpg);
	filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.04)), drop-shadow(0px 4px 16px rgba(51, 51, 51, 0.08));
*/
	border-radius: 32px;
}

.mission .text .big.photo {
    width: 100%;
    height: 520px;
    margin-bottom: 17px;
}

.mission .text .min.photo {
	width: 33%;
    height: 192px;
    margin-right: 21px;
}

.mission .text .mean.photo {
	width: 100%;
    height: 386px;
}

.mission .text p {
	margin-bottom: 35px;
}

.mission .text p.min {
	height: 192px;
	overflow: hidden;
	max-width: 423px;
	margin-bottom: 0;
}

.mission .text ul {
	padding-left: 20px;
}

.mission .documents-title {
	font-family: "FuturaBold";
	display: block;
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
	margin: 29px 0 46px 0;
}

.mission .mission-documents {
	display: flex;
	flex-wrap: wrap;
}

.mission .mission-documents .block {
	display: flex;
	align-items: center;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.mission .mission-documents .block:hover .yellow {
	background-size: 100% 0.25em;
}

.mission .mission-documents .block .documents-text {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-left: 25px;
	margin-bottom: 0;
}

.mission .mission-fond {
	margin-left: 20px;
}

.mission .mission-fond .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 20px;
	line-height: 22px;
	color: #232B55;
}

.mission .mission-fond .founder {
	font-size: 14px;
	line-height: 18px;
	color: #1B1D28;
}

.mission .mission-fond .founder a {
	border-bottom: 1px solid #1B1D28;
	font-size: 14px;
	line-height: 14px !important;
	color: #1B1D28;
}

.mission .mission-fond .founder a:hover {
	color: #FFCC00;
	border-bottom: 1px solid #FFCC00;
}

.activity-block {
	margin-top: 33px;
	margin-bottom: 37px;
}

.activity-block .text {
	margin-bottom: 97px;
	max-width: 847px;
}

.activity-block .text .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
}

.activity-block .video {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	border-radius: 32px;
	width: 100%;
	height: 618px;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 63px;
}

.activity-block .video img {
	width: 12% !important;
    height: auto !important;
}

.activity-block .documents {
	display: flex;
	align-items: center;
	max-width: 290px;
}

.activity-block .documents:hover .yellow {
	background-size: 100% 0.25em;
}

.activity-block .documents img {
	margin-right: 26px;
}

.activity-block .documents span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;

}

.elements-title {
	display: block;
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
	margin-top: 37px;
}

.elements-documents {
	margin: 50px 0 164px 0;
	display: flex;
	flex-wrap: wrap;
}

.elements-documents .block {
	display: flex;
    align-items: center;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.elements-documents .block:hover .yellow {
	background-size: 100% 0.25em;
}

.elements-documents .block .text {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-left: 25px;
}

.elements-documents .block .text .yellow {
	font-weight: bold;
}

.elements-documents .block .text span {
	display: block;
	font-weight: normal;
}

.contacts-title {
	font-family: "FuturaBold";
	display: block;
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
	margin-top: 35px;
}

.contacts-block {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 184px;
}

.contacts-block .requisites {
	width: 30%;
}

.contacts-block .map {
	width: 60%;
	height: 717px;
}

.contacts-block .requisites .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 20px;
	line-height: 22px;
	color: #232B55;
	margin-bottom: 35px;
}

.contacts-block .requisites .text {
	font-size: 14px;
	line-height: 20px;
	color: #1B1D28;
	margin-bottom: 20px;
}

.contacts-block .requisites .text .bold {
	font-weight: bold;
}

.structure .quote {
	width: 100%;
	background: #F1F3F6;
	border-radius: 32px;
	display: flex;
	justify-content: space-between;
	padding: 26px 50px 38px 40px;
	margin: 52px 0 56px;
}

.structure .quote .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	width: 172px;
	height: 172px;
	border-radius: 100%;
	flex: none;
	box-shadow: 0px 5px 10px 0px rgba(196,196,196,1);
}

.structure .quote .text {
	margin-left: 47px;
}

.structure .quote .text .name {
	display: block;
	font-family: "FuturaBold";
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
}

.structure .quote .text .post {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
	margin-bottom: 29px;
}

.structure .quote .text p {
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
	color: #1B1D28;
}

.board-switch {
	display: flex;
	margin: 56px 0 40px 0;
}

.board-switch a {
	font-family: "FuturaBold";
	font-size: 20px;
	line-height: 22px;
	color: #232B55;
	display: block;
	margin-right: 30px;
	white-space: nowrap;
}

.board-switch a.active {
	color: #FFCC00;
}

.board-switch a.active:hover .yellow {
	background: none;
}

.board-directors {
	display: none;
	flex-wrap: wrap;
}
.board-directors.active {
	display: flex;
}

.board-directors .director-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 17%;
	margin-right: 3%;
/*
	width: 173px;
	margin-right: 45px;
*/
	margin-bottom: 40px;
}

.board-directors .director-block .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	width: 172px;
	height: 172px;
	border-radius: 100%;
	flex: none;
	margin-bottom: 15px;
	box-shadow: 0px 5px 10px 0px rgba(196,196,196,1);
}

.board-directors .director-block .name {
	display: block;
	font-family: "FuturaBold";
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
/* 	min-height: 86px; */
	text-align: center;
	padding-bottom: 30px;
}

.board-directors .director-block .post {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
	text-align: center;
}

.activity-title {
	display: block;
	text-transform: uppercase;
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
	margin: 80px 0 47px 0;
}

.activity {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 47px 0 35px 0;
}

.activity .block {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	width: 31%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 35px;
}

.activity .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.activity .block:hover .yellow {
	background-size: 100% 0.25em;
}

/*
.activity .block .filter {
	background: rgba(252, 202, 46, 0.5);
	width: 100%;
	height: 100%;
	border-radius: 32px 32px 0 0;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
*/

.activity .block .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	border-radius: 32px 32px 0 0;
	overflow: hidden;
	width: 100%;
	height: 191px;
/* 	filter: grayscale(100%); */
}

.activity .block .text {
	padding: 22px 32px 35px 29px;
}

.activity .block .title {
	display: block;
	font-family: "FuturaBold";
	font-size: 24px;
	line-height: 30px;
	color: #232B55;
	height: 90px;
	overflow: hidden;
}

.nav {
	margin: 76px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
	text-transform: uppercase;
}

.nav a {
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
}

.nav a:hover {
	border-bottom: 1px solid #232B55;
}

.activity-title.margin2 {
	margin: 5px 0 35px 0;
}

.activity-detail {
	display: flex;
	justify-content: space-between;
}

.left.activity-text {
	width: 60%;
	margin-bottom: 75px;
	font-size: 18px;
	line-height: 24px;
	color: #1B1D28;
}

.left.activity-text iframe {
	width: 100%;
	height: 420px;
	margin-bottom: 20px;
}

.activity-text .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	width: 100%;
	height: 371px;
	filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.04)), drop-shadow(0px 4px 16px rgba(51, 51, 51, 0.08));
	border-radius: 32px;
	margin-bottom: 30px;
}

.activity-text p {
	font-size: 18px;
	line-height: 24px;
	color: #1B1D28;
	margin-bottom: 40px;
}

.activity-text .title {
	font-family: "FuturaBold";
	display: block;
	font-size: 36px;
	line-height: 60px;
	color: #232B55;
	margin: 55px 0 5px 0;
}

.activity-text ul {
	padding-left: 20px;
}

.activity-text ul li {
	margin-bottom: 45px;
}

.activity-text .img-slider {
	margin-bottom: 60px;
	border-radius: 32px;
}

.activity-text .img-slider .glide__arrow--right {
	right: -1em;
}

.activity-text .img-slider .glide__arrow--left {
	left: -1em;
}

.activity-text .img-slide {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    height: 307px;
    border-radius: 32px;
    filter: drop-shadow(0px 4px 4px rgba(51, 51, 51, 0.04)), drop-shadow(0px 4px 16px rgba(51, 51, 51, 0.08));
}

.activity-text .img-slider.big .img-slide {
	height: 370px;
}

.activity-text .quote-slider {
	background: #F1F3F6;
	border-radius: 32px;
	width: 100%;
	padding-bottom: 0 !important;
}

.activity-text .quote-slide {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 34px 25px 41px;
	margin: auto 0 auto 0;
}

.activity-text .quote-slide .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 172px;
    height: 172px;
    border-radius: 100%;
    flex: none;
    box-shadow: 0px 5px 10px 0px rgba(196,196,196,1);
}

.activity-text .quote-slide .text {
	margin-left: 47px;
}

.activity-text .quote-slide .text p {
	font-style: italic;
    font-size: 18px;
    line-height: 25px;
    color: #1B1D28;
    margin-bottom: 22px;
}

.activity-text .quote-slide .text .name {
	display: block;
    font-family: "FuturaBold";
    font-size: 16px;
    line-height: 20px;
    color: #232B55;
    margin-top: 22px;
}

.activity-text .quote {
	background: #F1F3F6;
	border-radius: 32px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
	color: #1B1D28;
	padding: 60px 44px;
	width: 100%;
	margin-bottom: 48px;
}

.activity-text .quote p {
	margin-bottom: 0;
}

.activity-text .quote .quote-open, .activity-text .quote .quote-close {
	font-size: 264px;
    position: absolute;
    color: #fff;
    z-index: 0;
}

.activity-text .quote .quote-open {
	left: 17px;
    top: 100px;
}

.activity-text .quote .quote-close {
	transform: rotate(180deg);
	bottom: 102px;
    right: 29px;
}

.activity-text .activity-contacts .name {
	display: flex;
	font-size: 16px;
	line-height: 20px;
	color: #1B1D28;
}

.activity-text .activity-contacts .name span {
	display: block;
}

.activity-text .activity-contacts .name a {
	color: #232B55;
	text-decoration: underline;
}

.activity-text .activity-contacts .name a.tel {
	text-decoration: none;
	color: #1B1D28;
}

.activity-text .activity-contacts .name a:hover {
	color: #FFCC00;
}

.activity-text .activity-contacts .name-title  {
	width: 76px;
	margin-right: 21px;
}

.activity-text .activity-contacts .name-text {
	display: flex;
	flex-direction: column;
}

.activity-text .markers {
	display: flex;
	flex-wrap: wrap;
}

.activity-detail .right {
	width: 30%;
}

.activity-detail .preview_block.history {
/* 	margin-bottom: 182px; */
	margin-bottom: 100px;
}

.activity-detail .preview_block .block {
	background: #fff;
    width: 100%;
/*     height: 480px; */
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.activity-detail .preview_block .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.activity-detail .preview_block .block:hover .yellow {
	background-size: 100% 0.25em;
}

.activity-detail .preview_block .block .img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 32px 32px 0px 0px;
    width: 100%;
    height: 185px;
}

.activity-detail .preview_block .block .text {
	padding: 35px 22px 21px 29px;
}

.activity-detail .preview_block .block .data {
	display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #1B1D28;
}

.activity-detail .preview_block .block .title {
	display: block;
    font-family: "FuturaBold";
    font-size: 24px;
    line-height: 30px;
    color: #232B55;
    max-height: 123px;
    overflow: hidden;
}

.activity-detail .experts-title {
	font-family: "FuturaBold";
	display: block;
	font-size: 28px;
	line-height: 32px;
	color: #232B55;
	margin-bottom: 5px;
}

.activity-detail .experts {
	/* 	margin-bottom: 554px; */
	margin-bottom: 100px;
}

.activity-detail .experts .block {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.activity-detail .experts .block .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    flex: none;
    box-shadow: 0px 5px 10px 0px rgba(196,196,196,1);
    margin-right: 27px;
}

.activity-detail .experts .block .name {
	display: block;
	font-family: "FuturaBold";
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
	margin-bottom: 5px;
}

.activity-detail .experts .block .post {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #1B1D28;
}

.footer-border {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.099841);
	width: 100%;
	top: 38px;
}

.centers-title {
	display: block;
    font-family: "FuturaBold";
    font-size: 36px;
    line-height: 52px;
    color: #232B55;
    margin: 5px 0 35px 0;
    max-width: 851px;
}

.date-push {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.date-push .date {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #1B1D28;
	margin-right: 25px;
}

.date-push .push {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	z-index: 100;
/* 	padding: 5px 10px; */
}

.date-push .push.active .socnetwork {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 33px 11px 15px 11px;
	border-radius: 20px 20px 3px 3px;
	background: #fff;
	z-index: 0;
	box-shadow: 0px 1px 8px rgba(59, 67, 87, 0.12);
	min-width: 125px;
}

.date-push .push.active .socnetwork a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #3B4357;
}

.date-push .push.active .socnetwork a span {
	display: inline !important;
	background-image: linear-gradient(#FFCC00 0%,#FFCC00 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 80%;
    transition: background-size .25s ease-in;
}

.date-push .push.active .socnetwork a:hover .yellow, .date-push .push.active .socnetwork a:hover span {
	background-size: 100% 0.25em;
}

.date-push .push .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #232B55;
	padding: 5px 10px;
	position: relative;
	z-index: 101;
	border-radius: 32px;
	background: #FFFFFF;
}

.date-push .push .title:hover path {
	fill: #FFCC00;
}

.date-push .push.active .title path {
	fill: #FFCC00;
}

.date-push .push .socnetwork {
	display: none;
}

.left.activity-text .date-push {
	margin-bottom: 25px;
    margin-top: 0;
}

.left.activity-text .date-push .push .title {
	margin: 0;
}

.title-news {
	display: block;
    text-transform: uppercase;
    font-family: "FuturaBold";
    font-size: 36px;
    line-height: 40px;
    color: #232B55;
    margin: 23px 0 40px 0;
}

.switch-period {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 50px 0;
}

.switch-period .switch {
	display: flex;
	flex-wrap: wrap;
}

.switch-period .switch a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #232B55;
	margin-right: 19px;
}

.switch-period .period {
	display: flex;
	align-items: center;
}

.switch-period .period span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #1B1D28;
}

.switch-period .period .date {
	display: flex;
	align-items: center;
}

.switch-period .date .exact-date {
	position: relative;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 32px;
    z-index: 100;
    margin-left: 5px;
    margin-right: 5px;
}

.switch-period .date .exact-date .title {
	font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #232B55;
    padding: 5px 10px;
    position: relative;
    z-index: 101;
    border-radius: 32px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch-period .date .exact-date.month .title {
	min-width: 100px;
}

.switch-period .date .exact-date.year .title {
	min-width: 75px;
}

.switch-period .date .exact-date .title:hover path {
    stroke: #FFCC00;
}

.switch-period .date .exact-date .expand {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    padding: 33px 11px 15px 11px;
    border-radius: 20px 20px 3px 3px;
    background: #fff;
    z-index: 0;
    box-shadow: 0px 1px 8px rgba(59, 67, 87, 0.12);
    flex-direction: column;
}

.switch-period .date .exact-date.month .expand {
	min-width: 100px;
}

.switch-period .date .exact-date.year .expand {
	min-width: 75px;
}

.switch-period .date .exact-date.active {
	z-index: 200;
}

.switch-period .date .exact-date.active .expand {
	display: flex;
}

.switch-period .date .exact-date.active .title path {
	stroke: #FFCC00;
}

.switch-period .date .exact-date .expand a {
	font-size: 14px;
    line-height: 20px;
    color: #3B4357;
}

.switch-period .date .exact-date .expand a:hover .yellow {
	background-size: 100% 0.25em;
}

.switch-period .period .hide3 {
	display: none;
}

.block-news {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 47px 0 35px 0;
    max-height: 817px;
    overflow: hidden;
}

.open.active, open-albums.active, open-video.active {
	max-height: 99999999999999px !important;
}

.block-news .block {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 32px;
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
    margin-bottom: 35px;
}

.block-news .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.block-news .block:hover .yellow {
	background-size: 100% 0.25em;
}

.block-news .block .img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    width: 100%;
    height: 191px;
}

.block-news .block .text {
    padding: 22px 32px 35px 29px;
}

.block-news .block .data {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #1B1D28;
	margin-bottom: 20px;
}

.block-news .block .title {
    display: block;
    font-family: "FuturaBold";
    font-size: 24px;
    line-height: 30px;
    color: #232B55;
    height: 90px;
    overflow: hidden;
}

.muitimedia {
	display: flex;
    justify-content: space-between;
    margin: 47px 0 35px 0;
    max-height: 690px;
    overflow: hidden;
}

.muitimedia .block-muitimedia {
	width: 48%;
}

.muitimedia .block-muitimedia .block {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.muitimedia .block-muitimedia .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.muitimedia .block-muitimedia .block:hover .yellow {
	background-size: 100% 0.25em;
}

.muitimedia .video.block-muitimedia .block .img {
	display: flex;
    justify-content: center;
    align-items: center;
}

.muitimedia .block-muitimedia .block .img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 32px 32px 0px 0px;
    width: 100%;
    height: 415px;
}

.muitimedia .block-muitimedia .block .text {
	padding: 40px 27px 49px 27px;
    display: flex;
    flex-direction: column;
}

.muitimedia .block-muitimedia .block .data {
	display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #1B1D28;
}

.muitimedia .block-muitimedia .block .title {
	display: block;
    font-family: "FuturaBold";
    font-size: 24px;
    line-height: 30px;
    color: #232B55;
    height: 84px;
    overflow: hidden;
}

.yet {
	display: flex;
	align-items: center;
	margin: 30px auto 128px auto;
	width: fit-content;
}

.yet.active {
	display: none;
}

.yet .yet-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	width: 48px;
	height: 48px;
	margin-right: 14px;
}

.yet .text {
	font-family: "FuturaBold";
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #232B55;
}

.yet-albums, .yet-video, .yet-mobile {
	display: none;
}

.all-block {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 47px 0 35px 0;
}

.all-block .block {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    width: 48%;
    margin-right: 2%;
}

.all-block .block:hover .yellow {
	background-size: 100% 0.25em;
}

.all-block .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.all-block .block .img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 32px 32px 0px 0px;
    width: 100%;
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-block .block .text {
	padding: 40px 27px 49px 27px;
    display: flex;
    flex-direction: column;
}

.all-block .block .text .data {
	display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #1B1D28;
}

.all-block .block .text .title {
	display: block;
    font-family: "FuturaBold";
    font-size: 24px;
    line-height: 30px;
    color: #232B55;
    height: 84px;
    overflow: hidden;
}

.search-title {
	display: block;
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 40px;
	color: #232B55;
	margin: 85px 0 35px 0;
}

.marker {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 3px 12px;
    margin: 21px auto auto 18px;
    border-radius: 32px;
    width: fit-content;
}

.marker.marker-news {
    background: #232B55;
}

.marker.marker-partners {
    background: #000000;
}

.marker.marker-analytic {
    background: #FFCC00;
}

.traur {
	border: 5px solid black;
}

.block-grey {
	background: #F1F3F6 !important;
}

.under-hat {
	height: 90px;
	width: 100%;
}

.news-title {
	margin-bottom: 10px;
}

.date-push {
	margin-bottom: 12px;
}

.ya-share2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ya-share2 ul li {
	margin-bottom: 0;
}

.search-block {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 47px 0 35px 0;
    max-height: 1215px;
    overflow: hidden;
}

.search-block .block {
	width: 99%;
	display: flex;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 22px;
	margin-right: 1%;
}

.search-block .block:hover {
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.32);
}

.search-block .block:hover .yellow {
    background-size: 100% 0.25em;
}

.search-block .block .img {
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 32px;
    overflow: hidden;
    width: 356px;
    height: 273px;
    flex: none;
}

.search-block .block .text {
    padding: 22px 32px 35px 29px;
}

.search-block .block .data {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #1B1D28;
    margin-bottom: 16px;
}

.search-block .block .title {
    display: block;
    font-family: "FuturaBold";
    font-size: 24px;
    line-height: 30px;
    color: #232B55;
    height: 60px;
    overflow: hidden;
    margin-bottom: 17px;
}

.search-block .block .text p {
	font-size: 16px;
	line-height: 24px;
	color: #1B1D28;
	height: 96px;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.activity-text .img-slider .glide__slides {transform:none !important; width:auto !important; display:block;}
.activity-text .img-slider .glide__slide {position:absolute; left:0; top:0; opacity:0; transition:opacity 1s;}
.activity-text .img-slider .glide__slide:first-child {position:relative;}
.activity-text .img-slider .glide__slide--active {z-index:1; opacity:1;}

.activity-text .quote-slider .glide__slides {transform:none !important; width:auto !important; display:block;}
.activity-text .quote-slider .glide__slide {position:absolute; left:0; top:0; opacity:0; transition:opacity 1s;}
.activity-text .quote-slider .glide__slide:first-child {position:relative;}
.activity-text .quote-slider .glide__slide--active {z-index:1; opacity:1;}

.grants_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 0;
}

.grants_text .title {
	font-family: "FuturaBold";
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	color: #232B55;
	margin-bottom: 40px;
}

.grants_users .title {
	font-family: "FuturaBold";
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	color: #232B55;
	margin-bottom: 60px;
}

.grants_text p {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #1B1D28;
	margin-bottom: 24px;
}

.grants_text .button {
	font-family: "FuturaBold";
    background: #FFCC00;
    border: 1px solid #FFCC00;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #232B55;
    padding: 15px 32px;
    text-transform: uppercase;
    cursor: pointer;
}

.grants_text .regbtn {
	margin-bottom: 40px;
}

.grants_users {
	background: #F1F3F6;
	padding: 60px 0;
}

.grants_users .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.grants_landing .wrap {
	flex-direction: column;
}

.grants_landing .news-analytics .news {
    width: 100%;
    max-width: initial;
    margin: 0;
    padding-right: 0;
}

.grants_slider {
	width: 100% !important;
	height: 600px;
	box-shadow: none;
    border-radius: 0;
}

.grants_slider .img {
	height: 600px !important;
    border-radius: 0;
    position: relative;
}

.grants_slider .img .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 314px;
	padding: 40px 0;
	background: rgba(35, 43, 85, 0.5);
}

.grants_slider .img .text .title {
	font-family: "FuturaBold";
	font-size: 36px;
	line-height: 52px;
	color: #fff;
	max-width: 60%;
}

.grants_slider .img .text .data {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
}

.grants_slider .img .text .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 234px;
}

.grants_slider .glide__arrow--left {
    left: 5em;
}

.grants_slider .glide__arrow--right {
    right: 5em;
}

.grants-tabs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.grants-tabs a {
	font-family: "FuturaBold";
	font-size: 20px;
	color: #232B55;
	margin-right: 30px;
	border-bottom: 4px solid #fff;
}

.grants-tabs a.active {
	color: #FFCC00;
}

.grants-tabs a:hover {
	border-bottom: 4px solid #FFCC00;
}

.faq {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

.faq-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 28px;
}

.faq-item .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	padding: 30px;
}

.faq-item .top span {
	font-family: "FuturaBold";
	font-size: 24px;
	color: #232B55;
}

.faq-item .bottom {
	display: none;
	padding: 30px;
}

.faq-item.active .top img {
	transform: rotate(180deg);
}

.faq-item.active .bottom {
	display: block;
}

.faq-item .bottom p {
	margin-bottom: 20px;
}

.faq-item .bottom p:last-child {
	margin-bottom: 0;
}

.faq-item .bottom p a {
	color: #000;
	text-decoration: underline;
}

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

.users_grid .item {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	width: 30%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	padding: 16px;
}

.priority_cols {
	display: flex;
	align-items: flex-start;
    max-width: 950px;
    margin-top: 20px;
}

.priority_cols .col {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.priority_cols .col .item {
	width: 90%;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.priority_cols .col .item i {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #232B55;
	margin-right: 20px;
	flex: none;
	text-align: center;
	line-height: 40px;
	font-family: "FuturaBook";
	font-size: 24px;
	color: #FFCC00;
	font-style: normal;
}

.priority_cols .col .item span {
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.dates_grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 760px;
}

.dates_grid .item {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	padding: 24px 20px;
}

.dates_grid .item .dates {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}

.dates_grid .item .name, .steps_grid .n {
	font-family: "FuturaBold";
	font-size: 24px;
	color: #232B55;
	margin-bottom: 10px;
}

.steps_grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 60px auto;
}

.steps_grid .item {
	width: 24%;
	flex: none;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 20px;
}

.steps_grid .item p {
	text-align: left;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    height: 64px;
    display: flex;
    align-items: center;
}

.grants_contacts a {
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	display: block;
}
.grants_contacts a:hover {
	text-decoration: underline;
}

.steps_col {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.steps_col .row {
	display: flex;
	align-items: center;
}

.steps_col .row .left {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #1B1D28;
	width: 50%;
}

.steps_col .row .right {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #1B1D28;
	width: 50%;
}

.steps_col .row .circle {
	width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #232B55;
    margin: 0 24px;
    flex: none;
    text-align: center;
    line-height: 40px;
    font-family: "FuturaBook";
    font-size: 24px;
    color: #FFCC00;
    font-style: normal;
}

.steps_col .line {
	display: flex;
	justify-content: center;
}

.steps_col .line .vline {
	width: 1px;
	height: 40px;
	background: #232B55;
}

@media only screen and (max-width:1160px){
	.main-slider {
		width: 59%;
	}
}

@media only screen and (max-width:1100px){
	.network {
		display: none;
		position: absolute;
	    top: 70px;
    	right: 60px;
		z-index: 10;
		background: #FFFFFF;
		box-shadow: 0px 1px 8px rgba(59, 67, 87, 0.12);
		border-radius: 3px;
		padding: 22px;
		width: 23%;
		max-width: 230px;
	}

	.network.active {
		display: flex;
	}

	.network-points {
		display: block;
	}

	footer .wrap {
		flex-wrap: wrap;
	}

	.footer-menu {
		width: 67%;
	}

	.centers-contacts {
		width: 33%;
	}

	.centers-contacts .contacts {
		padding-left: 0;
		text-align: left;
	}

	footer .contacts {
	    text-align: left;
	    padding-left: 0;
	    width: 100%;
	    max-width: 1100px;
	    margin: 50px 0px 0px auto;
	}
	
	.contacts .title {
		border-bottom: 1px solid rgba(255, 255, 255, 0.099841);
	}

	footer .text {
		text-align: left;
		margin-top: 55px;
	}

	footer .text span {
		width: 50%;
		margin: 0 0 0 auto;
	}
	
	.search .search2 input[type="text"] {
		width: 52vw;
	}
	
	.activity-detail .right {
		width: 35%;
	}
}

@media only screen and (max-width:1024px){
	.appeal .text .title, .activity-block .text .title, .elements-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 5px;
	}
	
	.activity .block {
		width: 48%;
		margin-right: 2%;
	}
	
	.contacts-block .requisites {
		width: 35%;
	}
	
	.block-news .block {
		width: 48%;
		margin-right: 1%;
	}
	
	.block-news {
		max-height: 1225px;
	}
	
	.switch-period .period .hide1 {
		display: none;
	}
	
	.activity-block .video {
		height: 555px;
	}
	
	.main-slider .img {
		height: 326px;
	}
	
	.search-block {
		max-height: 915px;
	}

	.grants_landing .block-news {
		width: 100%;
		justify-content: space-between;
	}

	.grants_landing .block-news .block {
    	width: 32%;
    	margin-right: 0;
	}
}

@media only screen and (max-width:1000px){
	.board-directors .director-block {
		width: 23%;
		margin-right: 2%;
	}
	
	.activity-detail {
		flex-direction: column;
	}
	
	.left.activity-text {
		width: 100%;
	}
	
	.activity-text .img-slider {
		width: 100%;
	}
	
	.activity-text .img-slider .glide__arrow--left {
	    left: -0.5em;
	}
	
	.activity-text .img-slider .glide__arrow--right {
	    right: -0.5em;
	}
	
	.activity-detail .right {
		width: 100%;
/* 		max-width: 600px; */
	}
	
	.activity-detail .right .preview_block {
		display: flex;
		flex-wrap: wrap;
	}
	
	.activity-detail .preview_block .block {
		width: 48%;
		margin-right: 2%;
	}
	
	.left.activity-text {
		margin-bottom: 40px;
	}
	
	.activity-detail .preview_block.history {
		margin-bottom: 15px;
	}
	
	.activity-detail .experts {
		margin-bottom: 30px;
	}
	
	.quote-slider .glide__bullets {
		bottom: 15%;
	}
	
	.news-analytics .background-grey {
		width: 65%;
	}
	
	.news-analytics .background-lihtGrey {
		width: 35%;
	}
}

@media only screen and (max-width:930px){
	.header-menu {
		display: none;
	}

	.network-points {
		display: none;
	}

	.language {
		display: none;
	}

	.burger {
		display: block;
	}

	.forums {
		flex-direction: column;
	}

	.glide__arrows {
		display: none;
	}

	.main-slider {
		width: 100%;
	}

	.preview {
		width: 100%;
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.preview .preview-title {
		width: 100%;
		margin-bottom: 20px;
	}

	/*.preview .preview-block {
		width: 45%;
	}*/

	.mobile-menu.active {
		display: flex !important;
	}

	.mobile-menu {
		display: none !important;
		flex-direction: column;
		align-items: center;
		position: absolute;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 10;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 27px 26px;
	}

	.mobile-menu .cross {
		margin: 0 0 0 auto;
	}

	.mobile-menu .feather {
		max-width: 67px;
		margin-bottom: 40px;
	}

	.mobile-menu .menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 50%;
		margin-bottom: 40px;
		max-height: 200px;
	}

	.mobile-menu .menu a {
		display: block;
		font-family: "FuturaBook";
	    font-size: 16px;
	    line-height: 20px;
	    text-transform: uppercase;
	    color: #232B55;
	    /*margin-bottom: 40px;*/
	    text-align: center;
	}

	.mobile-menu .language {
	    display: flex;
	    width: 110px;
	    height: 32px;
	    border: 2px solid #232B55;
	    border-radius: 8px;
	    margin-bottom: 40px;
	}

	.mobile-menu .mobile-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mobile-menu .mobile-contacts a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		color: #232B55;
	}

	.mobile-menu .mobile-contacts a.fond {
		margin-bottom: 20px;
	}

	.mobile-menu .mobile-contacts a.all {
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
		border: 2px solid #232B55;
		border-radius: 8px;
		padding: 7px 14px;
		margin-top: 30px;
		width: fit-content;
	}

	.mobile-menu .mobile-network {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 240px;
		margin: 20px auto 60px auto;
	}
	
	.logo.active {
		display: none;
	}
	
	.search .search2 input[type="text"] {
		max-width: 820px;
		width: 74vw;
	}
	
	.appeal {
		flex-direction: column;
	}
	
	.mission .mission-fond {
		display: none;
	}
	
	.activity-text .glide__arrows {
		display: block;
	}
}

@media only screen and (max-width:900px){
	.news-analytics {
		flex-wrap: wrap;
	}

	.news-analytics .block {
		display: none;
	}

	.news-analytics .background-grey, .news-analytics .background-lihtGrey {
		width: 50%;
		padding-bottom: 20px;
	}
	
	.mobile-slider {
		display: block;
		width: 100%;
	   box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
	   border-radius: 32px;
	}
	
	.mobile-slide {
		box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    	border-radius: 32px;
	}
	
	
	.news-analytics .news .mobile-slide {
		background: #fff;
	}
	
	.news-analytics .analytics .mobile-slide {
		background: #F1F3F6;
	}

	.mobile-slider .img {
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center center !important;
		border-radius: 32px 32px 0px 0px;
		width: 100%;
		height: 190px;
	}

	.mobile-slider .text {
		padding: 28px 29px 33px 32px;
		
		border-radius: 0px 0px 32px 32px;
	}

	.mobile-slider .text .data {
		display: block;
		color: #1B1D28;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 15px;
	}

	.mobile-slider .text .title {
		display: block;
		font-family: "FuturaBold";
		font-size: 20px;
		line-height: 26px;
		color: #232B55;
		height: 105px;
		overflow: hidden;
	}

	.news-analytics .block, .albums-video .block {
		display: none;
	}

	.news-analytics .block, .albums-video .block {
		display: none;
	}
	
	.fond-title .links {
		flex-wrap: wrap;
	}
	
	.fond-title .links a {
		margin-bottom: 20px;
	}
	
	.muitimedia {
		flex-direction: column;
		max-height: 9999999999px;
	}
	
	.muitimedia .block-muitimedia {
		width: 100%;
		max-height: 695px;
		overflow: hidden;
	}
	
	.muitimedia .block-muitimedia.active {
		max-height: 9999999999999px;
	}
	
/*
	.yet1 {
		display: none;
	}
*/
	
	.yet-albums, .yet-video {
		display: flex;
		margin-bottom: 60px;
	}
	
	.yet_all.muitimedia-mobile {
		display: none;
	}
	
	.all-block .block {
		width: 100%;
		margin-right: 0;
	}
	
	.activity-block .video {
	    height: 480px;
	}
}

@media only screen and (max-width:842px){
	.biography {
		flex-direction: column-reverse;
	}

	.biography .quote .text .quote-close {
		right: -11px;
	}

	.biography .quote .name-date {
		flex-direction: column;
	}

	.biography .quote .name-date .date {
		text-align: center;
		max-width: 351px;
	}

	.biography .quote .name-date .name {
		margin-bottom: 9px;
	}

	.biography .quote .name-date .date {
		margin-bottom: 30px;
	}
	
	.board-directors .director-block {
		width: 31%;
		margin-right: 2%;
	}
	
	.contacts-block {
		flex-direction: column;
	}
	
	.contacts-block .map {
		width: 100%;
		height: 500px;
		margin-bottom: 20px;
	}
	
	.contacts-block .requisites {
		width: 100%;
	}
	
	.contacts-block {
		margin-bottom: 60px;
	}
	
	.switch-period {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.switch-period .switch {
		margin-bottom: 30px;
	}
	
	.search-block {
	    max-height: 1770px;
	}
	
	.search-block .block {
		flex-direction: column;
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
	}
	
	.search-block .block .img {
		width: 100%;
		height: 191px;
		border-radius: 32px 32px 0 0;
	}
	
	.search-block .block .title {
		height: 90px;
	}
	
	.search-block .block .text p {
		height: 165px;
	}
}

@media only screen and (max-width:768px){
	.grants_landing .news-analytics .block {
	    display: flex !important;
	}
}

@media only screen and (max-width:736px){
	.news-analytics .background-grey {
		width: 100%;
	}

	.news-analytics .background-lihtGrey {
		width: 100%;
	}

	.news-analytics .analytics {
		max-width: 736px;
	}

	.albums-video {
		flex-wrap: wrap;
	}

	.albums-video .albums, .albums-video .video {
		width: 100%;
	}

	.digest-subscription_form {
		flex-direction: column;
	}

	.digest-subscription_form input[type="text"] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.digest-subscription_form input[type="submit"] {
		width: 100%;
	}

	.partners .block {
		width: 48%;
		margin-right: 2%;
	}

	footer .block.slim {
		width: 100%;
		max-width: 736px;
	}

	footer .block.slim a {
		display: none;
	}

	footer .block .title {
		display: block !important;
	}

	footer .contacts {
		width: 100%;
		max-width: 736px;
		margin-top: 10px;
	}

	footer .block.contacts .title {
		border: none;
	}

	footer .text span {
		width: 100%;
	}

	.main-slider .img {
		height: 273px;
	}

	.main-slider .text {
		padding: 28px 29px 33px 32px;
	}

	.main-slider .text .data {
		font-size: 12px;
		line-height: 14px;
	}

	.main-slider .text .title {
		font-size: 20px;
		line-height: 26px;
	}

	.albums-video .albums, .albums-video .video .title-more {
		margin-top: 30px;
	}

	.biography .quote .text p {
		font-size: 22px;
		line-height: 31px;
	}

	.biography .quote .name-date .date {
		font-size: 12px;
		line-height: 14px;
	}

	.digest-subscription_title {
		font-size: 28px;
		line-height: 30px;
	}
	
	.mission .text .big.photo {
		height: 360px;
	}
	
	.elements-documents .block {
		width: 100%;
		margin-right: 0;
	}
	
	.structure .quote {
		flex-direction: column;
		align-items: center;
		padding: 30px 15px 24px 15px;
	}
	
	.structure .quote .img {
		margin-bottom: 40px;
	}
	
	.structure .quote .text {
		text-align: center;
		margin-left: 0;
	}
	
	.board-switch {
		overflow-x: scroll;
	}
	
	footer .block .title {
		border-bottom: 1px solid rgba(255, 255, 255, 0.099841);
	}
	
	.footer-border {
		border: none;
	}
	
	footer .block {
		width: 100%;
	}
	
	.mobile-slider .img {
		height: 380px;
	}

	.users_grid {
    	flex-direction: column;
	}

	.users_grid .item {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.grants_text .title, .grants_users .title {
    	font-size: 32px;
    	line-height: 34px;
	}

	.priority_cols {
    	flex-direction: column;
	}

	.priority_cols .col {
	    width: 100%;
	}

	.dates_grid {
    	flex-direction: column;
	}

	.dates_grid .item {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.steps_grid {
    	flex-direction: column;
	}

	.steps_grid .item {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.steps_col .row .right, .steps_col .row .left {
    	font-size: 14px;
    	line-height: 14px;
	}
}

@media only screen and (max-width:703px){
	.mission .text .min.photo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.mission .text p.min {
		width: 100%;
		max-width: 703px;
		height: auto;
	}
	
	.mission .text .mean.photo {
		height: 300px;
	}
	
	.mission .mission-documents .block {
		width: 100%;
		margin-right: 0;
	}
	
	.activity-text .img-slider.big .img-slide {
		height: 300px;
	}
	
	.search-block {
	    max-height: 3530px;
	}
	
	.search-block .block {
		width: 98%;
	}
}

@media only screen and (max-width:640px){
	.board-directors .director-block {
		width: 48%;
		margin-right: 2%;
	}
	
	.activity .block {
		width: 100%;
		margin-right: 0;
	}
	
	.activity-text .quote-slide {
		flex-direction: column;
	}
	
	.activity-text .quote-slide {
		padding: 25px 12px;
		text-align: center;
	}
	
	.activity-text .quote-slide .text {
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.quote-slider .glide__bullets {
		bottom: 20px;
		left: 50%;
	}
	
	.centers-title {
		font-size: 24px;
		line-height: 32px;
		margin-top: 15px;
	}
	
	.block-news .block {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	.block-news {
		max-height: 2472px;
	}
	
	.activity-block .video {
	    height: 350px;
	}
	
	.activity-detail .preview_block .block {
		width: 100%;
		margin-right: 0;
		max-width: 350px;
	}

	.grants_slider .img .text .wrap {
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: flex-start;
	}

	.grants_slider .img .text .title {
	    font-size: 28px;
	    line-height: 32px;
	    max-width: 100%;
	}

	.grants_slider .img .text .data {
    	font-size: 18px;
	}

	.grants_slider .img .text {
    	height: 220px;
    	padding: 20px 0;
	}

	.grants_slider .img .text .wrap {
		height: 180px;
	}

	.grants_slider {
    	height: 480px;
	}

	.grants_slider .img {
    	height: 480px !important;
	}

	.title-more .title {
	    font-size: 24px;
	    line-height: 26px;
	}

	.news-analytics .news {
		padding-top: 30px;
	}

	.grants_landing .block-news {
		flex-direction: column;
	}

	.grants_landing .block-news .block {
    	width: 100%;
	}
}

@media only screen and (max-width:500px){
	.fond-title .title {
		font-size: 24px;
		line-height: 40px;
	}
	
	.mission .text .big.photo {
		height: 280px;
	}
	
	.mission .text .mean.photo {
		height: 264px;
	}
	
	.activity-block .text {
		margin-bottom: 35px;
	}
	
	.appeal .text .title, .activity-block .text .title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.board-directors .director-block {
		width: 100%;
		margin-right: 0;
	}
	
	.activity-text .img {
		height: 273px;
	}
	
	.activity-title.margin2 {
		font-size: 28px;
		line-height: 40px;
	}
	
	.activity-text .title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.contacts-block .map {
		height: 237px;
	}
	
	.activity-text .quote {
		padding: 60px 21px;
	}
	
	.muitimedia .block-muitimedia {
		max-height: 560px;
	}
	
	.muitimedia .block-muitimedia .block .img, .all-block .block .img {
		height: 269px;
	}
	
	.all-block {
		max-height: 980px;
		overflow: hidden;
	}
	
	.yet-mobile {
		display: flex;
		margin-bottom: 60px;
	}
	
/*
	.open4.active {
		max-height: 9999999999px !important;
	}
*/
	
	.cookie {
		max-width: 500px;
		width: 100vw;
		left: 0;
		bottom: 0;
		box-shadow: 0px 0px 1px rgba(10, 31, 68, 0.08), 0px 8px 16px rgba(59, 67, 87, 0.0978475);
		padding-bottom: 20px;
	}
	
	.cookie .text {
		max-width: 235px;
	}
	
	.switch-period .period .hide2 {
		display: none;
	}
	
	.switch-period .period {
		flex-direction: column;
	}
	
	.switch-period .period .date {
		margin-bottom: 9px;
	}
	
	.activity-text .img-slider.big .img-slide {
		height: 200px;
	}
	
	.switch-period .period .hide3 {
		display: block;
	}
	
	.activity-text p {
		font-size: 18px;
		line-height: 24px;
	}
	
	.mobile-slider .img {
		height: 260px;
	}
	
	.activity-block .video {
	    height: 300px;
	}
}

@media only screen and (max-width:400px){
	.partners .block {
		width: 100%;
		margin-right: 0;
	}
	
	.activity-block .video {
	    height: 200px;
	}
	
	.main-slider .img, .mobile-slider .img {
		height: 225px;
	}
	
	.search-title {
		margin: 60px 0 30px 0;
		font-size: 30px;
		line-height: 36px;
	}
	
	.search-block {
		margin: 30px 0 35px 0;
		max-height: 3425px;
	}
	
	.search-block .block .text {
	    padding: 22px 20px 35px 20px;
	}
	
	.search-block .block .title {
		font-size: 20px;
		line-height: 26px;
		height: 75px;
	}
	
	.search-block .block .text p {
		font-size: 14px;
		line-height: 20px;
	}
	
/*
	.search-block {
	    max-height: 3530px;
	}
*/
	
/*
	.search-block .block .data {
		margin-bottom: 10px;
	}
*/
}