#page-loading {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999;
	background: #ffffff 50% 50% no-repeat url('/local/templates/wuor/images/page-loading.gif');
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.ambassadors-news{
	margin-top:20px;
}
.hidden_element{
	display:none !important;
}
.page-navigation .more-items{
	display: block;
	width: 100%;
	margin-top: 40px;
}
.personal-form .error_text{
	font-size: 14px;
	color: red;
}

.image-label.error,
.personal-form textarea.error,
.personal-form input.error{
	border: 1px solid red !important;
}
.personal-form .submit_complete{
	color:green;
}
#profile-department-form .form-control-wrapper{
	margin-top:10px;
}
#profile-department-form .form-control-wrapper .btn-circle.add{
	display:none;
}
#profile-department-form .form-control-wrapper:first-child{
	margin-top: 0;
}
#profile-department-form .form-control-wrapper:last-child .btn-circle.add{
	display:block;
}
.person-fieldset{
	border: none;
}
form[name='bform'], form[name='bform'] + div, .bx-auth{
	margin: 0 auto;
	display: block;
	max-width: 400px;
}
.bx-auth-serv-icons{
	text-align: center;
}
#USER_REMEMBER{
	display: inline-block !important;
}
.activate-on-check:not(.active){
	display: none;
}
/* editor */
.news-item__info {
	margin-bottom: 6px;
}
.news-item__date,
.news-item__category {
	margin-bottom: 6px;
}

.main-activity-item {
	height: 505px;
}
@media (min-width: 1280px) and (max-width: 1599px) {
	.main-activity-item {
		height: 516px;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.main-activity-item {
		height: 415px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.main-activity-item {
		height: 464px;
	}
}
@media (min-width: 560px) and (max-width: 767px) {
	.main-activity-item {
		height: 347px;
	}
}
@media (max-width: 559px) {
	.main-activity-item {
		height: 352px;
	}
}
.modal-success {
	text-align: center;
	width: 500px;
}

.modal-success .modal-title {
	text-align: center;
	margin-bottom: 0.7em;
}

.modal-success_sign {
	text-align: center;
	width: 500px;
}

.modal-success_sign .modal-title {
	text-align: center;
	margin-bottom: 0.7em;
}

.news-detail__gallery .swiper-pagination {
	display: none!important;
}

.trumbowyg-dropdown-table table td.active {
	background: #5f9fda;
}

.custom-gallery {
	margin-bottom: 45px;
}

.custom-gallery__title,
.custom-gallery__images-wrapper {
	margin-bottom: 30px;
}
.custom-gallery__images-wrapper {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	overflow: auto;
}
.custom-gallery__image-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}
.custom-gallery__image-placeholder {
	display: block;
	width: 150px;
	height: 150px;
	background: #f7f7fc;
	position: relative;
}
.custom-gallery__image-placeholder:before {
	content: ""!important;
	width: 50px!important;
	height: 50px!important;
	background-image: url(../images/loader.svg)!important;
	background-size: contain!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	visibility: visible!important;
	opacity: 1!important;
	-webkit-animation: rotation 2s linear infinite!important;
	animation: rotation 2s linear infinite!important;
	background-color: transparent!important;
	display: block!important;
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	margin-top: -25px!important;
	margin-left: -25px!important;
}
.custom-gallery__image-container img {
	display: block;
	width: auto;
	max-width: none;
	height: 150px;
}
.custom-gallery__image-remove {
	position: absolute;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: #5f9fda;
	top: 10px;
	right: 10px;
	padding: 8px;
}
.custom-gallery__image-remove:hover {
	background-color: #4d64aa;
}
.custom-gallery__image-remove .icon {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
}
.custom-gallery .section__head {
	margin-bottom: 10px;
}
.custom-gallery .section-title {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	border-bottom: 0!important;
	max-width: none!important;
}
.custom-gallery .swiper-slide {

}
.custom-gallery .swiper-slide img {

}
.custom-gallery .share-link {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding-left: 30px;
	position: absolute;
	left: 20px;
	bottom: 16px;
	z-index: 2;
}
.custom-gallery .share-link .icon {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 17px;
	height: 20px;
	margin-top: -10px;
	fill: currentColor;
	-webkit-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
}
@media (max-width: 767.98px) {
	.custom-gallery .share-link {
		bottom: auto;
		left: auto;
		right: 20px;
		top: 205px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		-webkit-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
		transition: background-color 0.5s;
		font-size: 0;
		line-height: 0;
	}
	.custom-gallery .share-link:before {
		display: none;
	}
	.custom-gallery .share-link,
	.custom-gallery .share-link:focus {
		background: #5f9fda;
	}
	.custom-gallery .share-link:hover,
	.custom-gallery .share-link:focus:hover {
		background: #4d64aa;
	}
	.custom-gallery .share-link .icon {
		fill: #fff !important;
		left: 50%;
		top: 50%;
		width: 18px;
		height: 18px;
		margin: -9px 0 0 -9px;
	}
}

/* 11.08.2021 */
.custom-gallery__images-wrapper.custom-gallery__files-wrapper {
	overflow: visible;
	margin-bottom: 0;
}
.custom-gallery__image-container.custom-gallery__file-container {
	padding-right: 60px;
	margin-right: 0;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 37px;
}
.custom-gallery__image-remove.custom-gallery__file-name {
	display: block;
}
.custom-gallery__image-remove.custom-gallery__file-remove {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 0;
	top: calc(1em * 1.5 / 2);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
	margin-top: -24px;
}
.custom-gallery__image-remove.custom-gallery__file-remove .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	-webkit-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
}
.custom-gallery__image-remove.custom-gallery__file-remove,
.custom-gallery__image-remove.custom-gallery__file-remove:focus {
	-webkit-box-shadow: 0 2px 6px 0 rgba(197, 203, 211, 0.8);
	box-shadow: 0 2px 6px 0 rgba(197, 203, 211, 0.8);
}
.custom-gallery__image-remove.custom-gallery__file-remove .icon,
.custom-gallery__image-remove.custom-gallery__file-remove:focus .icon {
	fill: #aaaaaa;
}
.custom-gallery__image-remove.custom-gallery__file-remove:hover,
.custom-gallery__image-remove.custom-gallery__file-remove:focus:hover {
	-webkit-box-shadow: 0 2px 5px 2px #c5cbd3;
	box-shadow: 0 2px 5px 2px #c5cbd3;
}
.custom-gallery__image-remove.custom-gallery__file-remove:hover .icon,
.custom-gallery__image-remove.custom-gallery__file-remove:focus:hover .icon {
	fill: #313131;
}

/* 16.08.2021 */
.history-item__text.ps {
	max-height: 530px;
	overflow: auto;
	position: relative;
	padding-right: 20px;
}
.history-item__text .ps__rail-x,
.history-item__text .ps__rail-y {
	display: none;
	visibility: visible!important;
	opacity: 1!important;
}
.history-item__text .ps__rail-y {
	background: rgba(255,255,255,0.75)!important;
	width: 1px!important;
	right: 3px!important;
}
.history-item__text .ps__thumb-y {
	background: #fff!important;
	width: 5px!important;
	right: -2px!important;
	border-radius: 3px!important;
}
@media (max-width: 1023.98px) {
	.history-item__text.ps {
		max-height: 250px;
	}
}

.editor-video-container {
	padding-right: 60px;
	margin-right: 0;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 37px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.editor-video__file-name {
	display: block;
}
.editor-video-btn-remove {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 0;
	top: calc(1em * 1.5 / 2);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
	margin-top: -24px;
}
.editor-video-btn-remove .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	-webkit-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
}
.editor-video-btn-remove,
.editor-video-btn-remove:focus {
	-webkit-box-shadow: 0 2px 6px 0 rgba(197, 203, 211, 0.8);
	box-shadow: 0 2px 6px 0 rgba(197, 203, 211, 0.8);
}
.editor-video-btn-remove .icon,
.editor-video-btn-remove:focus .icon {
	fill: #aaaaaa;
}
.editor-video-btn-remove:hover,
.editor-video-btn-remove:focus:hover {
	-webkit-box-shadow: 0 2px 5px 2px #c5cbd3;
	box-shadow: 0 2px 5px 2px #c5cbd3;
}
.editor-video-btn-remove:hover .icon,
.editor-video-btn-remove:focus:hover .icon {
	fill: #313131;
}

.image-backdrop {
	position: relative;
	margin: 20px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.image-backdrop:before {
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	left: -20px;
	bottom: -20px;
	background: #fff;
	opacity: 0.75;
}
@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
	.image-backdrop:before {
		-webkit-filter: blur(10px);
		filter: blur(10px);
		opacity: 1;
		background: inherit;
	}
}
.image-backdrop img {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.main-activity-slider .swiper-slide {
		-ms-flex-preferred-size: 280px !important;
		flex-basis: 280px !important;
		max-width: 280px !important;
		width: calc(50% - 20px * 3) !important;
	}
}

.history-item__text {
	height: 530px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.history-item__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.history-item__scroll-content {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	overflow: hidden;
}
.history-item__scroll-content.ps--active-y {
	padding-right: 20px;
}
@media (max-width: 1023px) {
	.history-item__text {
		height: 250px;
	}
}
.history-item__image {
	overflow: hidden;
}
.history-item__image-blur,
.history-item__image-blur:before,
.history-item__image-blur:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.history-item__image-blur:before,
.history-item__image-blur:after {
	content: "";
}
.history-item__image-blur,
.history-item__image-blur:after {
	background: inherit;
}
.history-item__image-blur:after {
	background-size: contain;
}
.history-item__image-blur:before {
	background: #fff;
	opacity: 0.75;
}
.news-item .news-item__image {
	position: relative;
	overflow: hidden;
}
.news-item .news-item__image.lazy-loaded:before,
.news-item .news-item__image.lazy-loaded:after,
.news-item .news-item__image.swiper-lazy-loaded:before,
.news-item .news-item__image.swiper-lazy-loaded:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.news-item .news-item__image:before,
.news-item.media .news-item__image:before {
	background: #fff;
	opacity: 0.75;
}
.news-item__image:after {
	background: inherit;
	background-color: transparent;
	background-size: contain;
}
.news-item__image .icon {
	z-index: 1;
}
.news-item.journal .news-item__image:before,
.news-item.journal .news-item__image:after,
.news-item.print .news-item__image:before,
.news-item.print .news-item__image:after {
	display: none;
}
@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
	/*.news-item .news-item__image:before,*/
	.history-item__image-blur:before {
		background: inherit;
		opacity: 1;
		-webkit-filter: blur(10px);
		filter: blur(10px);
		top: -20px;
		left: -20px;
		right: -20px;
		bottom: -20px;
	}
}

.btn-nav {
	border: 1px solid #dddddd;
}

blockquote {
	margin: 1em 0;
	padding: 1em 1em 1em 3em;
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
}
blockquote:before {
	position: absolute;
	content: "\201D";
	left: 0.1em;
	top: 0.1em;
	color: #5f9fda;
	font-size: 5em;
	line-height: 0.8;
}

.user-file-wrapper {
	display: block;
	margin-bottom: 30px;
}
.user-file-wrapper__placeholder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.user-file-wrapper__file-name {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 1.4;
}
.user-file-wrapper__file-remove {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
	margin: calc(-48px/2 + 1em*1.4/2) 0;
	margin-left: 12px;
	position: relative;
}
.user-file-wrapper__file-remove .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	-webkit-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
}
.user-file-wrapper__file-remove,
.user-file-wrapper__file-remove:focus {
	-webkit-box-shadow: 0 2px 6px 0 rgba(197, 203, 211, 0.8);
	box-shadow: 0 2px 6px 0 rgba(197, 203, 211, 0.8);
}
.user-file-wrapper__file-remove .icon,
.user-file-wrapper__file-remove:focus .icon {
	fill: #aaaaaa;
}
.user-file-wrapper__file-remove:hover,
.user-file-wrapper__file-remove:focus:hover {
	-webkit-box-shadow: 0 2px 5px 2px #c5cbd3;
	box-shadow: 0 2px 5px 2px #c5cbd3;
}
.user-file-wrapper__file-remove:hover .icon,
.user-file-wrapper__file-remove:focus:hover .icon {
	fill: #313131;
}

.user-file-wrappper__desc {
	color: #ccc;
	font-style: italic;
	font-size: 14px;
	display: block;
	margin-top: 0.5em;
}

.custom-gallery__images-wrapper {
	font-size: inherit;
	line-height: inherit;
}
.custom-gallery__images-wrapper br {
	display: none;
}

/*----------------------------------------------------- */
/* * */
/*----------------------------------------------------- */
.soc-list__img img {width: 24px;height: 17px;border-radius: 4px;object-fit: cover;}

/*----------------------------------------------------- */
/* news, media element */
/*----------------------------------------------------- */
.image-backdrop img {max-height: 450px;}

/*----------------------------------------------------- */
/* news element */
/*----------------------------------------------------- */
.news-detail__image-download {display: none;position: absolute;right: 20px;bottom: 30px;z-index: 1;}
.news-detail__image:hover .news-detail__image-download {display: block;}
.news-detail__image-download svg {width: 20px;height: 20px;fill: #5f9fda;}

@media (max-width: 1599px) and (min-width: 1023px) {
	.news-detail__recommended .news-list__inner .align-items-height .col-md-4:nth-child(n+4) {display: none;}
}

/*----------------------------------------------------- */
/* /projects/federation/ */
/*----------------------------------------------------- */
.news-list__ajax {display: contents;}

.projects-detail__section .partners-item:hover {color: #fff;}

.projects-item__desc {height: calc(1em * 1.2 * 3);}

/* 17.11.2021 */
.contacts-regions-list li {
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}

/* 22.11.2021 */
.trumbowyg-user-files-container {
	display: none;
}

.brunches-main__image {
	height: auto;
}
.brunches-main__image img {
	display: block;
	width: 100%;
}

.news-detail__gallery-view-toggler:before {
	z-index: 0;
}
.news-detail__gallery-view-toggler .icon {
	position: relative;
	z-index: 1;
}
.news-detail__gallery.transparent-images .news-detail__gallery-item:before {
	background: #fff;
}
.news-detail__gallery.transparent-images .swiper-slide:after {
	background: transparent;
	border: 1px solid #ddd;
	opacity: 1;
	bottom: 5px;
}

/*----------------------------------------------------- */
/* /regions/ */
/*----------------------------------------------------- */
.regions-filter__list {display: flex;align-items: center;flex-wrap: wrap;}
.regions-filter__list li {padding: 0px;}
.regions-filter__list li a {display: block; padding: 10px 20px;background-color: #c2d8f0;color: #fff;cursor: pointer;}
.regions-filter__list li.active a,
.regions-filter__list li a:hover {background-color: #5f9fda;}
.regions-filter__list li::before {display: none;}

.regions-list ul li {margin: 0px;}
.regions-list .regions-item {display: block;margin-bottom: 5px;}
.regions-list .regions-item.hide {display: none;}

.region-list-item__info {display: grid;grid-template-columns: 1fr;grid-gap: 12px;}
.region-list-item__info a,
.region-list-item__info span {display: flex;align-items: center;}
.region-list-item__info img,
.region-list-item__info svg {max-width: 20px;max-height: 20px;margin-right: 20px;width: 20px;}
.region-list-item__info svg,
.region-list-item__info path {fill: #5f9fda !important;}

/* MAIN NEWS BLOCK */
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.main-news__all .news-list__inner > .row > [class^="col"]:nth-child(n+8) {
		display: none;
	}
}

/*----------------------------------------------------- */
/* /media/ */
/*----------------------------------------------------- */
.news-detail__content .btn-lg {display: flex;align-items: center;justify-content: center;}
.news-detail__content .btn-lg svg {margin-right: 10px;}

/*----------------------------------------------------- */
/* /department/ */
/*----------------------------------------------------- */
.organization-detail-page {margin-bottom: 0px;}
.organization-detail-page .organization-detail__section {margin-bottom: 0px;}

@media (max-width: 1599px) and (min-width: 1024px) {
	.organization-detail-page .organization-detail__all-news .align-items-height > div:nth-child(1n+7) {display: none;}
}

@media (max-width: 1023px) and (min-width: 560px) {
	.organization-detail-page .organization-detail__all-news .align-items-height > div:nth-child(1n+5) {display: none;}
}

@media (max-width: 767px) {
	.organization-detail__organization-news .news-list .news-list .swiper-wrapper {display: flex;flex-direction: column;max-width: 100%;width: 100%;transform: none !important;transition-duration: 0ms !important;}
	.organization-detail__organization-news .news-list .news-list .swiper-wrapper > .swiper-slide {width: 100% !important;max-width: 100%;margin: 0px;}
	.organization-detail__organization-news .news-list .news-list .swiper-wrapper > .swiper-slide:nth-child(1n+5) {display: none;}

	.organization-detail__section .link-more {display: block;}
}

@media (max-width: 559px) {
	.organization-detail-page .organization-detail__all-news .align-items-height > div:nth-child(1n+3) {display: none;}
}

/*----------------------------------------------------- */
/* / */
/*----------------------------------------------------- */
@media (max-width: 767px) {
	.main-page .main-news__regions .swiper-wrapper {display: flex;flex-direction: column;max-width: 100%;width: 100%;transform: none !important;transition-duration: 0ms !important;}
	.main-page .main-news__regions .swiper-wrapper > .swiper-slide {width: 100% !important;max-width: 100%;margin: 0px;}
}

@media (max-width: 559px) {
	.main-page .main-news__all .align-items-height > div:nth-child(1n+3) {display: none;}
}

.auth_forgot_password_2 {display: none;}


/*----------------------------------------------------- */
/* /agreement/ */
/*----------------------------------------------------- */
.agreement ol {margin: 0px;}
.agreement ol li {margin: 0px;}

/*----------------------------------------------------- */
/* form */
/*----------------------------------------------------- */
.form__clue {position: absolute;z-index: 1;right: 12px;top: 50%;transform: translateY(-50%);}
.form__clue span {display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;background-color: #f1f1f1;border-radius: 50%;font-size: 14px;font-weight: 600;color: #5f9fda;cursor: pointer;}
.form__clue p {display: none;position: absolute;top: 30px;right: -10px;width: 200px;background-color: #f1f1f1;margin: 0px;padding: 5px 10px;font-size: 16px;box-shadow: 0 2px 16px 2px rgb(197 203 211 / 67%);}
.form__clue p::before {content: '';position: absolute;right: 10px;top: -20px;border: 10px solid transparent;border-bottom: 10px solid #f1f1f1;}
.form__clue:hover p {display: block;}

/*----------------------------------------------------- */
/* regions */
/*----------------------------------------------------- */
.region-list-page {margin-bottom: 0px;}

/*----------------------------------------------------- */
/* block */
/*----------------------------------------------------- */
.block__v1 {margin: 60px 0px;padding: 20px;background-color: #5f9fda;color: #fff;font-size: 18px;font-weight: 600;border-radius: 2px;line-height: 1.66667;}

@media (max-width: 1023px) {
	.block__v1 {font-weight: 400;}
}

@media (max-width: 768px) {
	.block__v1 {font-size: 16px;line-height: 1.375;}
}
/*----------------------------------------------------- */
/* footer */
/*----------------------------------------------------- */
.footer.v1 {margin-top: 0px;}

.footer .footer__top .footer__top__soc-list {
	margin: 30px -10px -20px;
}
.footer .footer__top .footer__top__soc-list li {
	margin: 0 10px 20px;
}
.footer .footer__top .footer__top__soc-list a .icon {
	width: 40px;
	height: 25px;
	display: block;
	fill: currentColor;
}
@media (max-width: 767.98px) {
	.footer .footer__top .footer__top__soc-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer .footer__top .footer__top__soc-list a .icon {
		width: 26px;
		height: 19px;
	}
}

.header__bottom .soc-list {
	display: none;
}
.header__portal-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	/*width: 250px;*/
	/*margin: -10px 0;*/
	width: 135px;
	margin: -20px 0;
}
.header__portal-link img {
	width: 100%;
}
.header__portal-link__image-default {
	position: relative;
}
.header__portal-link__image-hover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.header__portal-link a:not(:hover) .header__portal-link__image-hover {
	opacity: 0!important;
}
@media (max-width: 1599.98px) and (min-width: 1280px) {
	/*.header__portal-link {
		width: 210px;
		margin: -5px 0;
	}*/
	.header__bottom .menu ul li:not(:last-of-type) {
		margin-right: 24px;
	}
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
	.header__portal-link {
		/*width: 170px;
		margin: -5px 0;*/
	}
	.header__bottom .menu ul li:not(:last-of-type) {
		margin-right: 13px;
	}
}
@media (max-width: 1023.98px) {
	.header__portal-link {
		/*width: 160px;*/
		width: 145px;
		margin: 0;
		background: #5f9fda;
	}
	.header__portal-link a {
		display: block;
		position: relative;
		/*padding: 10px;*/
		padding: 5px;
	}
	.header__portal-link .header__portal-link__image-hover {
		/*left: 10px;
		top: 10px;*/
		left: 5px;
		top: 5px;
		height: auto;
		width: calc(100% - 20px);
	}
}

.bvi-open {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 14px;
	width: 30px;
}
.bvi-open img {
	width: 100%;
	display: block;
}
@media (min-width: 1024px) {
	.header__login {
		margin-right: 30px;
	}
}
.bvi-body .lazy-loaded:not(.bvi-no-styles),
.bvi-body img:not(.bvi-no-styles) {
	moz-filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	-o-filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	-webkit-filter: grayscale(1);
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale);
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale);
	filter: grayscale(1);
	visibility: visible;
}
/*
.made-in-russia-link a {
	background-image: url(/local/templates/wuor/images/made_in_russia.jpeg);
}
.podcast-link a {
	background-image: url(/local/templates/wuor/images/podcast.jpeg);
}
.zhenskiy-vopros-link a {
	background-image: url(/local/templates/wuor/images/wq.jpeg);
}
.webinar-link a {
	background-image: url(/local/templates/wuor/images/webinars.jpeg);
}

@media (max-width: 1023.98px) {
	.made-in-russia-link a {
		background-image: url(/local/templates/wuor/images/made_in_russia_m.jpeg);
	}
	.podcast-link a {
		background-image: url(/local/templates/wuor/images/podcast_m.jpeg);
	}
	.zhenskiy-vopros-link a {
		background-image: url(/local/templates/wuor/images/wq_m.jpeg);
	}
	.webinar-link a {
		background-image: url(/local/templates/wuor/images/webinars_m.jpeg);
	}
}
*/
.news-item.made-in-russia-link .news-item__image,
.news-item.podcast-link .news-item__image,
.news-item.zhenskiy-vopros-link .news-item__image,
.news-item.webinar-link .news-item__image {
	margin-bottom: 20px;
	padding-top: 66.666667%;
	display: block;
}
.news-item.made-in-russia-link .news-item__image:before,
.news-item.podcast-link .news-item__image:before,
.news-item.zhenskiy-vopros-link .news-item__image:before,
.news-item.webinar-link .news-item__image:before {
	display: none;
}
.made-in-russia-link .news-item__image {
	background-image: url(/local/templates/wuor/images/svr_720.jpeg);
}
.podcast-link .news-item__image {
	background-image: url(/local/templates/wuor/images/p_720.jpeg);
}
.zhenskiy-vopros-link .news-item__image {
	background-image: url(/local/templates/wuor/images/zv_720.jpeg);
}
.webinar-link .news-item__image {
	background-image: url(/local/templates/wuor/images/v_720.jpeg);
}


.header__z-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 200px;
	position: relative;
	/*margin: -17px 0 -17px 40px;*/
	margin: -17px 0 -17px 30px;
}
.header__z-link img,
.header__z-link a {
	width: 100%;
	display: block;
}
.header__z-link__image-default {
	position: relative;
}
.header__z-link__image-hover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.header__z-link a:not(:hover) .header__z-link__image-hover {
	opacity: 0!important;
}
@media (max-width: 1599.98px) and (min-width: 1280px) {
	.header__z-link {
		width: 150px;
		/*margin: -10px 0 -10px 24px;*/
		margin: -10px 0 -10px 14px;
	}
	.header__bottom .menu ul li:not(:last-of-type) {
		margin-right: 14px;
	}
	.header__bottom .menu ul a {
		font-size: 18px;
	}
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
	.header__z-link {
		width: 120px;
		margin: -5px 0 -5px 14px;
	}
	.header__bottom .menu ul li:not(:last-of-type) {
		margin-right: 10px;
	}
	.header__bottom .menu ul a {
		font-size: 14px;
	}
}
@media (max-width: 1023.98px) {
	.header__z-link {
		width: 160px;
		margin: 20px 0 0;
		background: #5f9fda;
	}
	.header__z-link a {
		display: block;
		position: relative;
		padding: 5px 10px;
	}
	.header__z-link .header__z-link__image-hover {
		left: 10px;
		top: 5px;
		height: auto;
		width: calc(100% - 20px);
	}
}

.news-item__image .icon-backdrop {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -o-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%);
	background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%);
	opacity: 0.8;
}

.header__contest-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	position: relative;
	margin: -20px 40px;
}
.header__contest-link img {
	width: auto;
	max-width: none;
	height: 100%;
}
@media (max-width: 1023.98px) {
	.header__contest-link {
		width: 160px;
		margin: 0 0 20px;
	}
	.header__contest-link img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1280px) {
	.projects-item.lg .projects-item__title {
		max-width: 85%;
	}
}

@media (min-width: 1600px) {
	.projects-item.lg .projects-item__title {
		max-width: 70%;
	}
	.ambassadors-news.projects-detail__news:not(.active) [class^="col"]:nth-child(n+5) {
		display: block;
	}
}

@media (max-width: 1023.98px) {
	.main-news .main-news__main-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.main-news .main-news__main-title > span {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
		padding-right: 1em;
	}
	.main-news .main-news__main-title .header__portal-link {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}
@media (min-width: 1024px) {
	.main-news .main-news__main-title .header__portal-link {
		display: none!important;
	}
}
@media (max-width: 767.98px) {
	.main-news .main-news__main-title .header__portal-link {
		margin-bottom: 5px;
	}
}

.header__hartiya-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 200px;
	position: relative;
	margin: -20px 0 -20px 30px;
}
.header__hartiya-link img,
.header__hartiya-link a {
	width: 100%;
	display: block;
}
.header__hartiya-link__image-default {
	position: relative;
}
.header__hartiya-link__image-hover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.header__hartiya-link a:not(:hover) .header__hartiya-link__image-hover {
	opacity: 0!important;
}
@media (max-width: 1599.98px) and (min-width: 1280px) {
	.header__hartiya-link {
		margin-left: 10px;
	}
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
	.header__hartiya-link {
		width: 120px;
		margin-left: 10px;
	}
	.header__bottom .menu ul li:not(:last-of-type) {
		margin-right: 10px;
	}
	.header__bottom .menu ul a {
		font-size: 14px;
	}
}
@media (max-width: 1023.98px) {
	.header__hartiya-link {
		width: 200px;
		margin: 20px 0 0;
	}
	.header__hartiya-link a {
		display: block;
		position: relative;
	}
}

.hartiya-banner {
	position: fixed;
	z-index: 10;
	bottom: 30px;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	display: none;
}
.hartiya-banner a {
	display: block;
	cursor: pointer;
}
.hartiya-banner a img {
	display: block;
	width: 100%;
}
.hartiya-banner .hb_close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 10px;
	cursor: pointer;
}
.hartiya-banner .hb_close svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: #777777;
}
.hartiya-banner button:active svg,
.hartiya-banner button:hover svg {
	fill: #000000;
}
@media (min-width: 768px) {
	.hartiya-banner {
		display: none!important;
	}
}
@media (max-width: 1023.98px) {
	.header__portal-link a {
		padding: 0;
	}
}

@media (max-width: 1599.98px) and (min-width: 1280px) {
	.header__portal-link {
		width: 97px;
	}
	.header__hartiya-link {
		width: 143px;
	}
	.header__z-link {
		width: 158px;
	}
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
	.header__portal-link {
		width: 81px;
	}
}

.footer__middle .soc-list a .icon.icon-rutube {
	height: 26px;
}

/* NEW CONTACTS YANDEX MAP */
.contacts-map__card {
	background: #ffffff;
	z-index: 1;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
	border-radius: 3px;
	max-width: calc(100% - 58px);
	color: #000000;
	line-height: 1.5;
}
.contacts-map__card__title {
	font-size: 14px;
	font-weight: 700;
}
.contacts-map__card__desc {
	font-size: 12px;
	font-weight: 400;
	margin-top: 6px;
}
.contacts-map__card__list {
	margin: 12px 0 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
.contacts-map__card__list li {
	margin: 0 0 6px;
	padding: 0;
}
.contacts-map__card__list li:before {
	display: none;
}
.contacts-map__card__list li:last-child {
	margin-bottom: 0;
}

.header__top .soc-list {
	margin: 10px -10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.header__top .soc-list li {
	margin: 5px 10px;
}
.header__top .soc-list a .icon {
	width: 26px;
	height: 19px;
}
.header__top .soc-list a,
.header__top .soc-list a:focus {
	fill: #5f9fda;
}
.header__top .soc-list a:hover,
.header__top .soc-list a:focus:hover {
	fill: #4d64aa;
}
.header__top .header__login {
	margin-left: 50px;
}
.header__top .header__search {
	margin-left: 50px;
	margin-right: 50px;
}
@media (max-width: 1599.98px) and (min-width: 1280px) {
	.header__top .header__login {
		margin-left: 24px;
		margin-right: 24px;
	}
	.header__top .header__search {
		margin-left: 24px;
		margin-right: 24px;
	}
	.header__top .header__login .image {
		margin: 4px 0 4px 10px;
		width: 40px;
		height: 40px;
	}
	.header__top .header__login .image .icon {
		width: 100%;
		height: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.header__top .header__login.authorized .image {
		margin-right: 10px;
	}
	.header__top .header__login.authorized .image .icon {
		left: 50%;
		top: 50%;
	}
	.header__top .soc-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.header__top .soc-list li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.header__top .header__logo {
		padding-left: 120px;
		font-size: 36px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header__top .header__logo small {
		font-size: 12px;
	}
	.header__top .header__logo img {
		width: 110px;
		margin-top: -55px;
	}
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
	.header__top .header__login {
		margin-left: 24px;
		margin-right: 24px;
	}
	.header__top .header__login .image {
		margin: 8px 0 8px 10px;
		width: 32px;
		height: 32px;
	}
	.header__top .header__login .image .icon {
		width: 100%;
		height: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.header__top .header__login.authorized .image {
		margin-right: 10px;
	}
	.header__top .header__login.authorized .image .icon {
		left: 50%;
		top: 50%;
	}
	.header__top .header__search {
		margin-left: 24px;
		margin-right: 24px;
	}
	.header__top .soc-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.header__top .soc-list li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.header__top .header__logo {
		padding-left: 90px;
	}
	.header__top .header__logo img {
		width: 80px;
		margin-top: -40px;
	}
	.header__top .header__search {
		display: none;
	}
}
@media (max-width: 1023.98px) {
	.header__top .header__search {
		margin-left: 0;
		margin-right: 0;
	}
	.header__top .bvi-open {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.header__top .soc-list {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(70% + 20px);
		flex: 0 0 calc(70% + 20px);
		margin-top: 35px;
		margin-bottom: -5px;
	}
}
@media (max-width: 767.98px) {
	.header__top .soc-list {
		margin: 25px -6px -5px;
		-ms-flex: 0 0 calc(100% + 12px);
		flex: 0 0 calc(100% + 12px);
	}
	.header__top .soc-list li {
		margin: 5px 6px;
	}
	.header__top .soc-list a .icon {
		width: 21px;
		height: 15px;
	}
}
.header__button-join {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	margin-right: 50px;
}
@media (max-width: 1599.98px) and (min-width: 1280px) {
	.header__button-join {
		margin-right: 24px;
	}
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
	.header__button-join {
		margin-right: 24px;
	}
}
@media (max-width: 1023.98px) {
	.header__button-join {
		margin-right: 5%;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		margin-top: 40px;
	}
}
@media (max-width: 767.98px) {
	.header__button-join {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-top: 30px;
	}
}

.header__womenofrussia {
	display: block;
	margin-bottom: 55px;
	margin-top: -30px;
}
.header__womenofrussia img,
.header__womenofrussia picture {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 1599.98px) and (min-width: 1280px) {
	.header__womenofrussia {
		margin-bottom: 35px;
	}
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
	.header__womenofrussia {
		margin-bottom: 30px;
		margin-top: -20px;
	}
}
@media (max-width: 1023.98px) {
	.header__womenofrussia {
		display: none!important;
	}
}

.header__womenofrussia-mobile-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFFFFF;
}
.header__womenofrussia-mobile {
	display: block;
}
.header__womenofrussia-mobile img,
.header__womenofrussia-mobile picture {
	display: block;
	width: 100%;
	height: auto;
}
@media (min-width: 1024px) {
	.header__womenofrussia-mobile-wrapper {
		display: none!important;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.site-content {
		padding-top: 153px;
	}
	/*.header__desktop {
		top: 133px;
		max-height: calc(100vh - 133px);
	}*/
	body.open-menu-mobile .header__mobile {
		position: relative;
		top: -85px;
	}
}
@media (max-width: 767.98px) {
	.header__womenofrussia-mobile img {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.header__womenofrussia-mobile {
		margin-left: -20px;
		margin-right: -20px;
		background: -webkit-gradient(linear, left top, right top, from(#4863a8), color-stop(49%, #4863a8), color-stop(51%, #35afa5), to(#35afa5));
		background: -o-linear-gradient(left, #4863a8 0%, #4863a8 49%, #35afa5 51%, #35afa5 100%);
		background: linear-gradient(90deg, #4863a8 0%, #4863a8 49%, #35afa5 51%, #35afa5 100%);
	}
	.site-content {
		padding-top: 175px;
	}
	/*.header__desktop {
		top: 160px;
		max-height: calc(100vh - 160px);
	}*/
	body.open-menu-mobile .header__mobile {
		position: relative;
		top: -112px;
	}
}

.footer__text-join {
	background: #4d64aa;
}
.footer__button-join,
.footer__button-join:focus {
	background: #d52b1e;
}
.footer__button-join:hover,
.footer__button-join:active {
	background: #d52b1e;
}

@media (max-width: 767.98px) {
	.header__mobile {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.site-content {
		padding-top: 200px;
	}
}

.footer__text-join .soc-list {
	margin: 0 -5px;
	display: inline-block;
	vertical-align: top;
}
.footer__text-join .soc-list li {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer__text-join .soc-list a .icon {
	fill: #ffffff;
	width: 26px;
	height: 20px;
}
.footer__text-join .soc-list a:hover .icon {
	fill: rgba(255,255,255,0.5);
}
.footer__text-join .soc-list a .icon-dzen path {
	fill: #4d64aa;
}

.header__button-join,
.header__button-join:focus {
	background-color: #d52b1e;
}
.header__button-join:hover,
.header__button-join:focus:hover {
	background: #4d64aa;
}

.btn.btn-lg.organization-contacts__btn-join, .btn.btn-lg.footer__button-join, .btn.header__button-join{
    /* display:none !important; */
}

.footer__middle .soc-list a .icon-max,
.header__top .soc-list a .icon-max {
	width: 19px;
}
@media (max-width: 767.98px) {
	.footer__middle .soc-list a .icon-max,
	.header__top .soc-list a .icon-max {
		width: 15px;
	}
}