@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic);
header,
nav,
section,
article,
aside,
footer {
	display: block;
}

* {
	box-sizing: border-box;
}

a:link {
	color: #0273b2;
	text-decoration: underline;
}

a:visited {
	color: #2a99d7;
	text-decoration: underline;
}

a:hover {
	color: #353535;
	text-decoration: none;
}

a[href^="tel:"] {
	color: #000;
	text-decoration: none;
}

a[href^="tel:"]:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #353535;
}

html {
	height: 100%;
	font-size: 16px;
}

body {
	color: #000;
	background: #fff url('../images/bg.png') center 300px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
}

.layout {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.layout_wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	padding: 0px;
	position: relative;
}

.top {
	background: #41bee5 url('../images/header.jpg') repeat-x;
	width: 100%;
}

.top .logo {
	width: 80px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 100;
}

.top .logo a {
	display: block;
	width: 100%;
}

.top .logo a img {
	display: block;
	width: 100%;
}

.top .seventy {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 100;
	width: 150px;
	height: 105px;
}

.top .seventy a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .seventy a img {
	display: block;
	height: 60px;
}

.top .title {
	position: absolute;
	top: 12px;
	left: 120px;
	z-index: 100;
	line-height: 39px;
	font-size: 27px;
	color: white;
	font-weight: 700;
}

.top .lang {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}

.top .lang a {
	display: block;
	width: 25px;
	height: 25px;
	font-size: 12px;
	color: white;
	background: rgb(206, 24, 30);
	text-decoration: none;
	float: left;
	text-align: center;
	line-height: 25px;
}

.top .lang a:last-child {
	background: rgb(0, 81, 159);
}

.top .lang a:hover {
	opacity: .7;
}

.top .social {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 100;
}

.top .social1 {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 100;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top .social1 a {
	display: block;
	padding: 3px;
	margin-left: 20px;
}
.top .social1 a img {
	display: block;
	height: 16px;
	opacity: 1;
	-webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
         -o-transition-duration: 100ms;
            transition-duration: 100ms;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}
.top .social1 a:hover img {
	opacity: 0.7;
}

/*
.top .social a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	background: url('../images/social.png') no-repeat;
	margin: 0 0 0 20px;
}

.top .social a:hover {
	opacity: .7;
}

.top .social a.social-1 {
	background-position: 0 0;
}

.top .social a.social-2 {
	background-position: -25px 0;
}

.top .social a.social-3 {
	background-position: -50px 0;
}

.top .social a.social-4 {
	background-position: -75px 0;
	width: 28px;
}
*/

.top .layout_wrap {
	z-index: 100;
	height: 100%;
	max-width: 1040px;
}

.top .wide-wrapper {
	width: 100%;
	position: relative;
	height: 105px;
}

@media (max-width: 1355px) {
	.top .wide-wrapper {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	.top .seventy {
		height: auto;
		width: 100px;
		top: 10px;
		right: 20px;
	}
	.top .seventy a img {
		height: auto;
		display: block;
		width: 100%;
	}
	.top .lang {
		top: 67px;
	}
/*
	.top .social {
		top: 67px;
		right: 65px;
	}
*/
	.top .social1 {
		top: 67px;
		right: 65px;
	}
}

@media (max-width: 1000px) {
	.top .title {
		font-size: 24px;
		line-height: 30px;
		top: 24px;
	}
}
@media (max-width: 900px) {
	.top .title {
		font-size: 20px;
		line-height: 24px;
		top: 15px;
		left: 100px;
	}
	.top .logo {
		width: 60px;
		top: 10px;
	}
	.top .seventy {
		top: 20px;
		width: 80px;
	}
/*
	.top .social {
		top: 71px;
		right: 50%;
		transform: translateX(50%);
	}
*/
	.top .social1 {
		top: 71px;
		right: 50%;
		transform: translateX(50%);
	}
	.top .lang {
		top: 71px;
		right: 20px;
	}
}
@media (max-width: 700px) {
	.top .logo {
		width: 50px;
		top: 10px;
	}
	.top .title {
		left: 80px;
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 550px) {
	.top .title {
		font-size: 14px;
		line-height: 18px;
		top: 16px;
	}
}
@media (max-width: 500px) {
	.top .logo {
		left: 10px;
		width: 40px;
	}
	.top .title {
		font-size: 12px;
		line-height: 16px;
		top: 13px;
		left: 60px;
	}
	.top .seventy {
		right: 10px;
		top: 14px;
	}
	.top .lang {
		right: 10px;
		top: 65px;
	}
/*
	.top .social {
		top: 65px;
	}
*/
	.top .social1 {
		top: 65px;
	}
}
@media (max-width: 430px) {
	.top .title {
		font-size: 10px;
		line-height: 14px;
		top: 13px;
	}
}
@media (max-width: 400px) {
	.top .seventy {
		width: 60px;
		top: 15px;
	}
/*
	.top .social {
		right: auto;
		left: -12px;
		transform: translateX(0);
	}
*/
	.top .social1 {
		right: auto;
		left: -12px;
		transform: translateX(0);
	}
}
@media (max-width: 360px) {
	.top .title {
		font-size: 8px;
		line-height: 12px;
		top: 18px;
		left: 55px;
	}
	.top .seventy {
		width: 50px;
		top: 19px;
	}
}

.nav-wrapper {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	z-index: 1000;
	position: sticky;
	top: 0;
}

.nav {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	z-index: 1000;
	padding: 10px 20px;
	position: relative;
}

.nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 0;
}

.nav>ul>li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li:last-child {
	margin-right: 0;
}

.nav>ul>li>a {
	line-height: 40px;
	font-size: 16px;
	padding: 0;
	color: rgb(77, 85, 91);
	display: block;
	font-weight: 500;
	text-decoration: none;
}

.nav>ul>li a:hover {
	color: #666;
}

.nav>ul>li.active>a {
	color: black;
	text-decoration: none;
}

.nav>ul>li>ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 7px;
	width: 200px;
	border-top: 13px solid rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 117%;
	overflow: hidden;
	z-index: 1000;
}
.nav>ul>li>.submenu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 19px 0 0 0;
	position: absolute;
	left: -10px;
	top: 30px;
	z-index: 1000;
	background: transparent;
}
.nav>ul>li>.submenu .submenu-right {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	height: 100%;
	display: none;
}
.nav>ul>li>.submenu .submenu-right ul {
	background: none;
	border-left: 1px #d8d8d8 solid;
}
@media (min-width: 900px) {
	.nav>ul>li>.submenu.wide1 .submenu-right {
		width: 545px;
		margin-left: -545px;
	}
	.nav>ul>li>.submenu.wide2 .submenu-right {
		width: 296px;
		margin-left: -296px;
	}
	.nav>ul>li>.submenu .submenu-right.visible {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}
.nav>ul>li>.submenu .inner {
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: top;
	box-shadow: 0 6px 6px rgba(0,0,0,0.5);
}
@media (min-width: 900px) {
	.nav>ul>li>.submenu.wide1 .inner {
		padding-right: 545px;
	}
	.nav>ul>li>.submenu.wide2 .inner {
		padding-right: 296px;
	}
}
.nav>ul>li>.submenu ul {
	margin: 0;
	padding: 0 7px 10px 7px;
	background: #fff;
	min-width: 250px;
}
.nav>ul>li>.submenu ul {
	margin: 0;
	padding: 0;
	min-width: 250px;
}

.nav>ul>li:nth-child(1)>ul {
	background: rgb(81, 36, 127);
}

.nav>ul>li:nth-child(2)>ul {
	background: rgb(0, 182, 222);
}

.nav>ul>li:nth-child(3)>ul {
	background: rgb(245, 130, 33);
}

.nav>ul>li:nth-child(4)>ul {
	background: rgb(206, 24, 30);
}

.nav>ul>li:nth-child(5)>ul {
	background: rgb(149, 37, 127);
}

.nav>ul>li:hover>ul {
	display: block;
}
.nav>ul>li:hover>.submenu {
	display: block;
}

.nav>ul>li>ul>li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.nav>ul>li>.submenu ul>li {
	list-style: none;
	margin: 0;
	padding: 0 7px;
	display: block;
}

.nav>ul>li>ul>li>a {
	display: block;
	width: 140px;
	line-height: 15px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding: 7px 5px;
	text-align: left;
}
.nav>ul>li>.submenu ul>li>a {
	display: inline-block;
	line-height: 15px;
	font-size: 14px;
	color: rgb(77, 85, 91);
	text-decoration: none;
	padding: 10px 5px;
	text-align: left;
}

.nav>ul>li>ul>li>a:hover {
	text-decoration: underline;
	color: white;
}

.nav>ul>li>.submenu ul>li>a:hover {
	text-decoration: underline;
	color: rgb(77, 85, 91);
}

.nav>ul>li>ul>li.active>a {
	text-decoration: underline;
}

.submenu-news {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 10px;
	border-left: 1px #d8d8d8 solid;
	padding: 10px;
}
.submenu-news .news-item2 {
	display: block;
	width: 250px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.submenu-news .news-item2:hover {
	color: #fff;
}
.submenu-news .news-item2:first-child {
	margin-right: 7px;
}
.submenu-news .news-item2:last-child {
	margin-left: 7px;
}
.submenu-news .news-item2 img {
	display: block;
	width: 100%;
}
.submenu-news .news-item2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 5px;
	background: rgba(0,0,0,0.5);
	font-size: 12px;
	line-height: 14px;
	width: 100%;
}

@media (max-width: 900px) {
	.menu-toggle {
		display: block!important;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 15px;
		width: 28px;
		height: 21px;
		border-top: 3px #4d555b solid;
		border-bottom: 3px #4d555b solid;
	}
	.menu-toggle:after {
		content: "";
		width: 100%;
		height: 3px;
		position: absolute;
		background: #4d555b;
		left: 0;
		top: 6px;
	}
	.nav>ul {
		font-weight: 600;
		display: none;
		overflow-y: scroll;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1000;
	}
	.nav>ul:after {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 10px;
		top: 10px;
		background: url('../images/close-button.png') no-repeat center center;
		background-size: cover;
		opacity: 0.7;
	}
	.nav>ul.expanded {
		display: flex;
	}
	.nav>ul>li:nth-child(1) {
		border-bottom: none;
	}
	.nav>ul>li:nth-child(2) {
		border-bottom: none;
	}
	.nav>ul>li:nth-child(3) {
		border-bottom: none;
	}
	.nav>ul>li:nth-child(4) {
		border-bottom: none;
	}
	.nav>ul>li:nth-child(5) {
		border-bottom: none;
	}
	.nav>ul>li:nth-child(1)>ul {
		background: none;
	}
	.nav>ul>li:nth-child(2)>ul {
		background: none;
	}
	.nav>ul>li:nth-child(3)>ul {
		background: none;
	}
	.nav>ul>li:nth-child(4)>ul {
		background: none;
	}
	.nav>ul>li:nth-child(5)>ul {
		background: none;
	}
	.nav>ul>li {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.nav>ul>li>ul {
		position: static;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		border-top: none;
		padding: 0;
		display: block;
	}
	.nav>ul>li>ul>li>a {
		display: inline;
		width: auto;
		padding: 0;
		color: #4d555b;
		font-weight: normal;
		font-weight: 600;
	}
	.nav>ul>li>ul>li>a:hover {
		color: #4d555b;
	}
	.nav>ul>li>ul>li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.nav>ul>li>a {
		font-weight: 600;
		line-height: 22px;
		font-size: 16px;
	}
	.nav>ul>li>a:before {
		content: '';
		display: inline-block;
		width: 4px;
		height: 14px;
		border-left: 4px #51247f solid;
		position: relative;
		top: 1px;
	}

	.nav>ul>li:nth-child(1)>a {
		color: #51247f;
	}
	.nav>ul>li:nth-child(1)>.submenu ul>li>a {
		color: #51247f;
	}
	.nav>ul>li:nth-child(1)>a:before {
		border-color: #51247f;
	}

	.nav>ul>li:nth-child(2)>a {
		color: #00b6de;
	}
	.nav>ul>li:nth-child(2)>.submenu ul>li>a {
		color: #00b6de;
	}
	.nav>ul>li:nth-child(2)>a:before {
		border-color: #00b6de;
	}
	.nav>ul>li:nth-child(3)>a {
		color: #f58221;
	}
	.nav>ul>li:nth-child(3)>.submenu ul>li>a {
		color: #f58221;
	}
	.nav>ul>li:nth-child(3)>a:before {
		border-color: #f58221;
	}
	.nav>ul>li:nth-child(4)>a {
		color: #ce181e;
	}
	.nav>ul>li:nth-child(4)>.submenu ul>li>a {
		color: #ce181e;
	}
	.nav>ul>li:nth-child(4)>a:before {
		border-color: #ce181e;
	}
	.nav>ul>li:nth-child(5)>a {
		color: #95257f;
	}
	.nav>ul>li:nth-child(5)>.submenu ul>li>a {
		color: #95257f;
	}
	.nav>ul>li:nth-child(5)>a:before {
		border-color: #95257f;
	}
	.nav {
		height: 51px;
		padding: 0;
	}
	.nav>ul>li>.submenu {
		display: block;
		position: static;
		padding: 0;
	}
	.nav>ul>li>.submenu .inner {
		padding: 0;
		display: block;
		background: none;
		box-shadow: none;
	}
	.nav>ul>li>.submenu ul>li>a {
		padding: 3px 0;
		font-size: 12px;
	}
	.nav>ul>li>.submenu ul>li {
		padding: 0;
	}
}

.slider_place {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.slider_place .mya_place_1 img {
	display: block;
	width: 100%;
}

.page-place {
	padding: 0;
}

.hp-news {
	background: url('../images/hp-1.png') center top;
	margin: 40px 0;
	padding: 0 0 20px 0;
}

.hp-news .cc {
	margin-left: -10px;
	margin-right: -10px;
}

.hp-news .layout_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.hp-news-item {
	width: 25%;
	float: left;
	margin: 0 0 20px 0;
	padding-left: 10px;
	padding-right: 10px;
}

.hp-news-item:nth-child(4n+4) {
	margin: 0 0 20px 0;
}

.hp-news-item .news-image {
	background: #fff;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.hp-news-item .news-image img {
	display: block;
	width: 100%;
}

.hp-news-item a {
	color: white;
	font-size: 14px;
	line-height: 17px;
}

@media (max-width: 1000px) {
	.hp-news-item a {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 730px) {
	.hp-news-item {
		width: 50%;
	}
	.ymap {
		margin-right: 50px;
	}
}

@media (max-width: 400px) {
	.hp-news-item {
		width: 100%;
	}
}

.hp-gals {
	background: url('../images/hp-2.png') center top;
	margin: 40px 0;
	padding: 0 0 20px 0;
}

.hp-gals .layout_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.hp-gals .left-half {
	float: left;
	width: 50%;
}

.hp-gals .left-half:first-child {
	padding-right: 10px;
}

.hp-gals .left-half:last-child {
	padding-left: 10px;
}

.hp-gals .left-half:nth-child(2n+2) {
	margin: 0 0 0 0;
}

.hp-gals-item {
	width: 225px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	height: 125px;
	width: 225px;
	overflow: hidden;
}

.hp-gals-item:nth-child(2n+2) {
	margin: 0 0 20px 0;
}

.hp-gals-item img {
	position: absolute;
	left: 0;
	top: 0;
}

.hp-gals-item .v {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/v.png') no-repeat center center;
	width: 100%;
	height: 100%;
}

.hp-gals-item:hover .v {
	display: none;
}

.hp-gals-item a {
	position: absolute;
	left: 0;
	top: 0;
	color: black;
	width: 225px;
	height: 125px;
	background: rgba(255, 255, 255, .5);
	text-align: center;
	font-size: 15px;
	text-decoration: none;
}

.hp-gals-item a {
	transition: transform 0.3s, opacity 0.2s;
	transform: scale(2);
	opacity: 0;
}

.hp-gals-item a span {
	padding: 0;
	display: block;
}

.hp-gals-item:hover a {
	display: block;
	transform: scale(1);
	opacity: 1;
}

.hp-header {
	height: 65px;
}

.hp-header a {
	color: white;
	font-size: 18px;
	line-height: 65px;
	position: relative;
	margin-left: 45px;
}

.hp-header a:before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: -45px;
	top: -7px;
}

.hp-header span:before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: -45px;
	top: -7px;
}

.hp-header-1 a:before {
	background: url('../images/i-1.png') no-repeat center center;
}

.hp-header-2 a:before {
	background: url('../images/i-2.png') no-repeat center center;
}

.hp-header-3 a:before {
	background: url('../images/i-3.png') no-repeat center center;
}

.hp-header-4 a:before {
	background: url('../images/i-4.png') no-repeat center center;
}

.hp-header-5 a:before {
	background: url('../images/i-5.png') no-repeat center center;
}

.hp-header-6 span:before {
	background: url('../images/i-6.png') no-repeat center center;
}

.hp-header span {
	font-size: 18px;
	line-height: 65px;
	position: relative;
	font-weight: 600;
	margin-left: 45px;
	text-decoration: underline;
}

@media (max-width: 1016px) {
	.hp-gals-item {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.hp-gals-item:nth-child(2n+2) {
		margin-left: auto;
		margin-right: auto;
	}
	.hp-gals .hp-header {
		text-align: center;
	}
}

@media (max-width: 530px) {
	.hp-gals .left-half:first-child {
		padding-right: 0;
	}
	.hp-gals .left-half {
		width: 100%;
		float: none;
	}
	.hp-gals .left-half:last-child {
		padding-left: 0;
	}
}

.hp-pubs {
	background: url('../images/hp-3.png') center top;
	margin: 40px 0 20px 0;
	padding: 0 0 20px 0;
}

.hp-pubs .layout_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.hp-pubs .left-half {
	float: left;
	width: 50%;
	margin: 0;
}

.hp-pubs .left-half:first-child {
	padding-right: 10px;
}

.hp-pubs .left-half:last-child {
	padding-left: 10px;
}

@media (max-width: 600px) {
	.hp-pubs .left-half {
		float: none;
		width: 100%;
	}
	.hp-pubs .left-half:first-child {
		padding-right: 0;
	}
	.hp-pubs .left-half:last-child {
		padding-left: 0;
	}
	.hp-pubs .hp-pubs-item {
		margin-right: 0;
	}
}

.content {
	padding: 40px 20px;
	background: white;
	font-size: 15px;
	min-height: 500px;
	font-weight: 400;
}

.content h1 {
	text-align: left;
	font-weight: 500;
	font-size: 30px;
}

.content h1 {
	padding: 10px 0;
	margin: 0 0 20px 0;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 5px solid rgb(245, 130, 33);
	text-transform: uppercase;
	display: block;
}

.content .line_h1 {
	padding: 10px 0;
	margin: 0 0 20px 0;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 5px solid rgb(245, 130, 33);
	text-transform: uppercase;
	display: block;
}

.content h2 {
	text-align: left;
	font-weight: 500;
	font-size: 25px;
}

.content h3 {
	text-align: left;
	font-weight: 500;
	font-size: 22px;
}

.content h4 {
	text-align: left;
	font-weight: 500;
	font-size: 20px;
}

.content h5 {
	margin-bottom: 10px;
	margin-top: 30px;
}

.content p>a>img,
.content p>img {
	max-width: 100%;
	height: auto;
}

.content table {
	border-collapse: collapse;
}

.content table td,
.content table th {
	border: 1px solid #999;
	border-collapse: collapse;
}

.content table th {
	font-weight: 500;
}

.content .map {
	width: 100%;
	height: auto;
	position: relative;
	font-size: .8em;
	overflow-x: auto;
}
.content .map .map-image {
	width: 100%;
	display: block;
}

.content .map h3 {
	font-size: 15px;
}

.content .map p {
	margin-bottom: 5px;
}

.content .map .starlink {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 800;
}
.content .map .starlink img {
	display: block;
	width: 15px;
}

.content .map .starlink.star-1 {
	left: 148px;
	top: 248px;
}

.content .map .starlink.star-2 {
	left: 146px;
	top: 184px;
}

.content .map .starlink.star-3 {
	left: 262px;
	top: 222px;
}

.content .map .starlink.star-4 {
	left: 245px;
	top: 277px;
}

.content .map .starlink.star-5 {
	left: 277px;
	top: 299px;
}

.content .map .starlink.star-6 {
	left: 169px;
	top: 306px;
}

.content .map .starlink.star-7 {
	left: 180px;
	top: 325px;
}

.content .map .starlink.star-8 {
	left: 88px;
	top: 284px;
}

.content .map .starlink.star-9 {
	left: 87px;
	top: 325px;
}

.content .map .starlink.star-10 {
	left: 58px;
	top: 304px;
}

.content .map .starlink.star-11 {
	left: 547px;
	top: 445px;
}

.content .map .starlink.star-12 {
	left: 573px;
	top: 463px;
}

.content .map .starlink.star-13 {
	left: 646px;
	top: 438px;
}

.content .map .hint {
	width: 500px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	background: white;
	z-index: 1000;
	box-shadow: 1px 1px 3px #ccc;
	height: 170px;
	display: none;
}

.page-color-homepage .content h1 {
	border-bottom: 5px solid rgb(81, 36, 127);
}

.page-color-about .content h1 {
	border-bottom: 5px solid rgb(0, 182, 222);
}

.page-color-all_programs .content h1 {
	border-bottom: 5px solid rgb(245, 130, 33);
}

.page-color-una_seventy .content h1 {
	border-bottom: 5px solid rgb(206, 24, 30);
}

.page-color-contacts .content h1 {
	border-bottom: 5px solid rgb(149, 37, 127);
}

.page-color-contacts .content .line_h1 {
	border-bottom: 5px solid rgb(149, 37, 127);
}


/*.nav > ul > li:nth-child(1) { border-bottom: 7px solid rgb(81,36,127); }
.nav > ul > li:nth-child(2) { border-bottom: 7px solid rgb(0,182,222); }
.nav > ul > li:nth-child(3) { border-bottom: 7px solid rgb(245,130,33); }
.nav > ul > li:nth-child(4) { border-bottom: 7px solid rgb(206,24,30); }
.nav > ul > li:nth-child(5) { border-bottom: 7px solid rgb(149,37,127); }
*/

.page-url-young_diplomat .content ul {
	list-style: none;
}

.page-url-young_diplomat .content ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.page-url-young_diplomat .content ul li:before {
	content: "• ";
	font-weight: bold;
	color: rgb(81, 36, 127);
}

.page-url-young_diplomat .content .colored {
	color: rgb(81, 36, 127);
}

.page-url-president_letter .content ul {
	list-style: none;
}

.page-url-president_letter .content ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.page-url-president_letter .content ul li:before {
	content: "• ";
	font-weight: bold;
	color: rgb(0, 182, 222);
}

.page-url-president_letter .content .colored {
	color: rgb(0, 182, 222);
}

.page-url-region_evolution .content ul {
	list-style: none;
}

.page-url-region_evolution .content ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.page-url-region_evolution .content ul li:before {
	content: "• ";
	font-weight: bold;
	color: rgb(84, 174, 147);
}

.page-url-region_evolution .content .colored {
	color: rgb(84, 174, 147);
}

.page-url-una_model .content ul {
	list-style: none;
}

.page-url-una_model .content ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.page-url-una_model .content ul li:before {
	content: "• ";
	font-weight: bold;
	color: rgb(48, 71, 128);
}

.page-url-una_model .content .colored {
	color: rgb(48, 71, 128);
}

.page-url-interecofoeum .content ul {
	list-style: none;
}

.page-url-interecofoeum .content ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.page-url-interecofoeum .content ul li:before {
	content: "• ";
	font-weight: bold;
	color: rgb(147, 194, 92);
}

.page-url-interecofoeum .content .colored {
	color: rgb(147, 194, 92);
}

.page-url-diplomacy_school .content ul {
	list-style: none;
}

.page-url-diplomacy_school .content ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.page-url-diplomacy_school .content ul li:before {
	content: "• ";
	font-weight: bold;
	color: rgb(107, 0, 0);
}

.page-url-diplomacy_school .content .colored {
	color: rgb(107, 0, 0);
}

.max-photo {
	width: 40%;
}

.max-photo img {
	max-width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 650px) {
	.max-photo {
		float: none;
		width: 100%;
	}
}

.content .back-programs {
	background: rgb(245, 130, 33);
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	color: white;
	font-weight: 700;
}

.page-url-homepage .content {
	padding: 20px;
	min-height: inherit;
}

.page-url-homepage .content h1 {
	display: none;
}


/*.cc { clear: both; }*/

.fr {
	float: right;
}

.footer {
	height: 215px;
	background: #41bee5 url('../images/header.jpg') repeat-x;
	width: 100%;
	color: white;
}

.footer .pic {
	display: block;
	float: right;
	position: relative;
	top: 20px;
	width: 250px;
}

.footer .copy {
	width: 50%;
	line-height: 50px;
}

.footer .add {
	width: 50%;
	line-height: 20px;
}

.footer .counter {
	width: 50%;
	float: left;
	line-height: 100px;
}

.footer .layout_wrap {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1040px;
}

@media (max-width: 600px) {
	.footer {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer .pic {
		float: none;
		top: 0;
		display: block;
		width: 100px;
	}
	.footer .copy {
		width: 100%;
		line-height: 50px;
	}
	.footer .add {
		width: 100%;
		line-height: 20px;
	}
	.footer .counter {
		width: 100%;
		float: none;
	}
}

.news-item {
	clear: both;
	font-size: 16px;
	margin: 0 0 40px 0;
}

.news-item h4 {
	text-align: left;
	margin-right: 100px;
}

.news-item .date {
	float: right;
}

.news-item .text {
	margin-left: 245px;
}

.news-item .l {
	text-align: right;
}

.news-item .news-image {
	float: left;
	margin: 0 20px 20px 0;
	background: white;
	width: 225px;
	height: 125px;
	text-align: center;
}

.news-item .news-image img {}

@media (max-width: 650px) {
	.news-item .text {
		margin-left: 0;
	}
	.news-item .news-image {
		float: none;
		margin-right: 0;
	}
	.news-item h4 {
		text-align: left;
		margin-right: 0;
	}
	.news-item .date {
		float: none;
	}
}

.news-item3>p>img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.news-item3>div>img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.news-item3>img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

.contacts_form {}

.contacts_form .crow {
	margin: 0 0 15px 0;
}

.contacts_form .crow .btn1 {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

/*.contacts_form .crow label { display: inline-block; width: 27%; text-align: right; vertical-align: top; line-height: 2em; }
.contacts_form .crow input[type=text],
.contacts_form .crow textarea { display: inline-block; width: 40%; padding: 5px; font-size: 14px; margin: 0 0 0 10px; }
.contacts_form .crow textarea { height: 100px; }
.contacts_form .crow input[type=submit] { margin: 0 0 0 42%; display: block; font-size: 20px; }
*/

.contacts_form .crow label {
	display: inline-block;
	width: 27%;
	text-align: right;
	vertical-align: top;
	line-height: 2em;
}

.contacts_form .crow input[type=text],
.contacts_form .crow textarea {
	display: inline-block;
	width: 60%;
	padding: 5px;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.contacts_form .crow textarea {
	height: 100px;
}

/*
.contacts_form .crow input[type=submit] {
	margin: 0 0 0 42%;
	display: block;
	font-size: 20px;
}
*/
.errorSummary {
	width: 50%;
	margin: 0 auto 20px;
	padding: 20px 20px 10px 20px;
	background: #ffe1e1;
}

.innerok {
	width: 50%;
	margin: 0 auto 20px;
	padding: 20px 20px 10px 20px;
	background: #e4ffe1;
}

.innerok h1 {
	text-align: center;
	font-size: 20px;
}

.one_feedback {
	font-size: 14px;
}

.one_feedback h3 {
	font-size: 20px;
	text-align: left;
}

.photo-albums {
	margin-left: -10px;
	margin-right: -10px;
}

.photo-album {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin: 0 0 20px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.photo-album:nth-child(4n+4) {
	margin: 0 0 20px 0;
}

.photo-album img {}

.photo-album a:first-child {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.photo-album a:first-child img {
	display: block;
	width: 100%;
}

.photo-albums-show a {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.photo-albums-show img {
	margin: 7px;
}

@media (max-width: 850px) {
	.photo-album {
		font-size: 12px;
	}
}

@media (max-width: 800px) {
	.photo-album {
		width: 33.33%;
	}
}

@media (max-width: 660px) {
	.photo-album {
		width: 50%;
	}
}

@media (max-width: 400px) {
	.photo-album {
		width: 100%;
	}
}

.hp-pubs-item {
	color: white;
}

.hp-pubs-item li {
	margin: 0 0 10px 0;
}

.hp-pubs-item a {
	color: white;
	font-size: 14px;
}

.programlist {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	width: 50%;
	float: left;
}

.programlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	padding: 20px 0;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	border-bottom: 5px solid rgb(245, 130, 33);
	float: left;
}

.programlist li div {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
}

.programlist li:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 60px;
	vertical-align: middle;
	width: 60px;
	margin: 0 20px 0 0;
	/*background: url('../images/icons-pr.png') no-repeat*/
}

.programlist {
	padding-right: 20px;
}

.programlist.programlist2 {
	padding-right: 0;
	/*padding-left: 20px;*/
}

@media (max-width: 1000px) {
	.programlist {
		width: 100%;
	}
	.programlist {
		padding-right: 0;
	}
	.programlist.programlist2 {
		padding-left: 0;
	}
}

@media (max-width: 560px) {
	.programlist li div {
		width: 250px;
	}
	.programlist li {
		line-height: 18px;
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.programlist li div {
		width: 200px;
	}
	.programlist li {
		line-height: 16px;
		font-size: 12px;
	}
}

/*
.programlist li:nth-child(1):before {
	background-position: 0 0;
}

.programlist li:nth-child(2):before {
	background-position: -120px 0;
}

.programlist li:nth-child(3):before {
	background-position: -240px 0;
}

.programlist li:nth-child(4):before {
	background-position: -360px 0;
}

.programlist2 li:nth-child(1):before {
	background-position: -60px 0;
}

.programlist2 li:nth-child(2):before {
	background-position: -180px 0;
}

.programlist2 li:nth-child(3):before {
	background-position: -300px 0;
}
*/

.programlist li:nth-child(1):before {
	background: url(../images/v/p6.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist li:nth-child(2):before {
	background: url(../images/v/p7.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist li:nth-child(3):before {
	background: url(../images/v/p3.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist li:nth-child(4):before {
	background: url(../images/v/p1.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist li:nth-child(5):before {
	background: url(../images/v/p6.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist2 li:nth-child(1):before {
	background: url(../images/v/p5.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist2 li:nth-child(2):before {
	background: url(../images/v/p4.png) no-repeat 0 0;
	background-size: 100% auto;
}
.programlist2 li:nth-child(3):before {
	background: url(../images/v/p2.png) no-repeat 0 0;
	background-size: 100% auto;
}

.programlist li:nth-child(1) a {
	color: rgb(48, 71, 128);
}

.programlist li:nth-child(2) a {
	color: rgb(84, 174, 147);
}

.programlist li:nth-child(3) a {
	color: rgb(0, 182, 222);
}

.programlist li:nth-child(4) a {
	color: rgb(147, 194, 92);
}

.programlist2 li:nth-child(1) a {
	color: rgb(107, 0, 0);
}

.programlist2 li:nth-child(2) a {
	color: rgb(81, 36, 127);
}

.programlist2 li:nth-child(3) a {
	color: rgb(245, 130, 33);
}

.program-title {
	padding: 20px 0;
	margin: 0 0 20px 0;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	width: 390px;
	border-bottom: 5px solid rgb(245, 130, 33);
	float: left;
	margin-right: 100px;
}

.program-title div {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
}

.program-title:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 60px;
	vertical-align: middle;
	width: 60px;
	margin: 0 20px 0 0;
	background: url('../images/icons-pr.png') no-repeat
}

.program-1-title:before {
	background-position: 0 0;
}

.program-2-title:before {
	background-position: -60px 0;
}

.program-3-title:before {
	background-position: -120px 0;
}

.program-4-title:before {
	background-position: -180px 0;
}

.program-5-title:before {
	background-position: -240px 0;
}

.program-6-title:before {
	background-position: -300px 0;
}

.program-7-title:before {
	background-position: -360px 0;
}

@media (max-width: 1000px) {
	.program-title {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.program-title div {
		width: 250px;
	}
	.program-title {
		line-height: 18px;
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.program-title div {
		width: 200px;
	}
	.program-title {
		line-height: 16px;
		font-size: 12px;
	}
}

.content .sec {
	width: 40%;
	margin: 0 5%;
	float: left;
	text-align: center;
}

.content ul {
	margin-left: 20px;
}

.content ol {
	margin-left: 20px;
}

.content .right_segment {
	width: 57%;
	float: right;
}

@media (max-width: 769px) {
	.content .sec {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.content .right_segment {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.content ul {
		margin-left: 0;
		margin-right: 0;
	}
}

.page-color-all_programs .content p img {
	width: 40%;
	height: auto;
}

@media (max-width: 650px) {
	.page-color-all_programs .content p img {
		width: 100%;
		height: auto;
	}
}

.over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	display: none;
}


/*
.content ul.comissions { margin: 0; padding: 0; list-style: none; }
.content ul.comissions li { margin: 0; list-style: none; display: block; float: left; width: 30%; margin: 1.5%; text-align: center; background: #4eb6df; color: white;  padding: 5px 0; line-height: 1em; }
.content ul.comissions li div { display: inline-block; vertical-align: middle; height: 50px; }
.content ul.comissions li:before { content: ""; display: inline-block; min-height: inherit; height: 100%; vertical-align: middle; }
*/

.content ul.comissions {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.content ul.comissions li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 0;
	line-height: 20px;
	font-weight: 700;
	width: 30%;
	background: #4eb6df;
	text-align: center;
	font-size: 12px;
	margin: 0 0 20px 0;
}

.content ul.comissions li:nth-child(3n+3) {
	margin-right: 0;
}

.content ul.comissions li div {
	color: white;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 1000px) {
	.content ul.comissions li {
		width: 45%;
	}
}

@media (max-width: 660px) {
	.content ul.comissions li {
		width: 100%;
	}
}

.content .bigbtn {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 640px;
	margin: 80px auto;
}

.content .bigbtn li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	margin: 0 10px;
	background: #4eb6df;
	text-align: center;
	float: left;
}

.content .bigbtn li a {
	color: white;
	font-size: 20px;
	text-decoration: none;
	font-weight: 700;
	padding: 15px 0;
	display: block;
	width: 300px;
}

.content .bigbtn li a:hover {
	text-decoration: underline;
}

.cc:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/*
.cc {
    display: inline-block;
}
*/

html .cc {
	display: block;
}

* html .cc {
	height: 1%;
}

.table-wrap1 {
	overflow-x: scroll;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.partners-list1 {
	width: 100%;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.partners-list1 li {
	width: 33.33%;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.partners-list1 li img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	max-height: 80px;
}

.partners-list1 li span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}

.partners-list1 li span a {
	color: #454545;
	text-decoration: none;
}

@media (max-width: 600px) {
	.partners-list1 li {
		width: 50%;
		margin-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 400px) {
	.partners-list1 li {
		width: 100%;
		margin-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.contacts-grid {
	position: relative;
}

.contacts-grid .line_h1 {
	width: 100%;
	order: 1;
}

.contacts-grid .custom-wrapper2 {
	padding-right: 50%;
	min-height: 300px;
}

.contacts-grid .custom-wrapper1 {
	width: 100%;
	order: 3;
}

.contacts-grid .form-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

h2.caption1 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	border-bottom: 3px #00b6de solid;
	padding: 10px 30px;
	margin: 20px 0;
}

.programs {
	width: 100%;
	background: #fff;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.programs-grid {
	background-color: #000;
	width: 100%;
	display: grid;
	/*grid-template-columns: 80% 20%;*/
	grid-template-columns: 100%;
	grid-template-rows: auto;
}
.programs-grid .program-item {
	height: 20vw;
	max-height: 180px;
	min-height: 100px;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	overflow: hidden;
}
.programs-grid .program-item.all {
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	width: 100%;
	justify-content: center;
}
.programs-grid .program-item .name {
	z-index: 5;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	width: 100%;
	transition-duration: 200ms;
	transition-property: opacity;
	transition-timing-function: ease;
}
.programs-grid .program-item .description {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: scale(1.5,1.5);
	transition-duration: 200ms;
	transition-property: opacity, transform;
	transition-timing-function: ease;
}
.programs-grid .program-item.full:hover .name {
	opacity: 0;
}
.programs-grid .program-item.full:hover .description {
	opacity: 1;
	transform: scale(1,1);
}

.programs-grid .program-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.6);
	display: block;
	z-index: 1;
}
.programs-grid .col-left {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
}
.programs-grid .col-right {
}
@media (max-width: 1000px) {
	.programs-grid {
		display: block;
	}
	.programs-grid .program-item.all {
		height: 100px;
		text-align: center;
	}
}
@media (max-width: 900px) {
	.programs-grid .col-left {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 640px) {
	.programs-grid .col-left {
		grid-template-columns: 1fr;

	}
	.programs-grid .program-item {
		height: 30vw;
		min-height: 150px;
	}
}

.secretariat {
	width: 100%;
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 30px;
}
.secretariat .secretariat-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 20px;
}
.secretariat .secretariat-grid .item {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	min-width: 33.33%;
}
.secretariat .secretariat-grid .photo {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.secretariat .secretariat-grid .name {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.secretariat .secretariat-grid .position {
	display: block;
	font-size: 12px;
}
@media (max-width: 640px) {
	.secretariat .secretariat-grid {
		display: block;
	}
	.secretariat .secretariat-grid .item {
		width: 100%;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.secretariat .secretariat-grid .item:last-child {
		margin-bottom: 0;
	}
}


.block-about {
	background: #f8f8f8;
}
.block-about .about-tabs {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0;
	padding: 0 30px;
	list-style: none;
	border-bottom: 3px #00b6de solid;
}
.block-about .about-tabs li {
	font-weight: bold;
	font-size: 16px;
	margin-left: 25px;
	padding: 10px 0;
	cursor: pointer;
	position: relative;
}
.block-about .about-tabs li.active::after {
	content: "";
	width: 100%;
	border-top: 6px #00b6de solid;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}
.block-about .about-tabs li:first-child {
	margin-left: 0;
}
.block-about .about-text {
	padding: 15px 30px;
	font-size: 14px;
	line-height: 20px;
	display: none;
}
.block-about .about-text.active {
	display: block;
}
.block-about .about-text .more {
	text-align: right;
}
@media (max-width: 1000px) {
	.block-about .about-tabs li {
		font-size: 14px;
		margin-left: 15px;
	}
}
@media (max-width: 850px) {
	.block-about .about-tabs li {
		font-size: 12px;
		font-weight: normal;
	}
}
@media (max-width: 769px) {
	.block-about .about-tabs {
		display: block;
		padding: 0;
	}
	.block-about .about-tabs li {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
	}
	.block-about .about-tabs li.active {
		background-color: rgba(0, 182, 222, 0.2);
	}
	.block-about .about-tabs li.active::after {
		display: none;
	}
	.block-about .about-text {
		padding-left: 20px;
		padding-left: 20px;
	}
}

.block-news {
	width: 100%;
	position: relative;
	background: #fff;
}
.block-news123 {
	width: 70%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #00b6de;
}
.block-news .layout_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1100px;
}
.block-news .layout_wrap .col-left {
	width: 65%;
	position: relative;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.block-news .layout_wrap .col-left::before {
	width: 100vw;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: #00b6de;
}
.block-news .layout_wrap .col-right {
	width: 35%;
}
.block-news .news-grid {
	position: relative;
	z-index: 1;
}
.block-news .col-left .caption {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px 0;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
}
.block-news .news-grid .news-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 25px;
}
.block-news .news-grid .news-top .top-left {
	width: 75%;
	padding-right: 10px;
}
.block-news .news-grid .news-top .top-left .news-item1 {
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}
.block-news .news-grid .news-top .top-left .news-item1 .title {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 15px;
}
.block-news .news-grid .news-top .top-right {
	width: 25%;
	padding-left: 10px;
}
.block-news .news-grid .news-top .top-right .news-item1 {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	line-height: 13px;
	margin-bottom: 15px;
}
.block-news .news-grid .news-top .top-right .news-item1:last-child {
	margin-bottom: 0;
}
.block-news .news-grid .news-top .top-right .news-item1 .photo {
	margin-bottom: 5px;
}
.block-news .news-grid .news-top .top-right .news-item1 .title {
	display: block;
}
.block-news .news-item1 {
	display: block;
}
.block-news .news-item1 .photo {
	display: block;
	width: 100%;
}
.block-news .news-grid .news-bottom {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	border-left: 1px rgba(255,255,255,0.5) solid;
	overflow: hidden;
}
.block-news .news-grid .news-bottom .column {
	width: 33.33%;
	border-right: 1px rgba(255,255,255,0.5) solid;
	padding-left: 10px;
	padding-right: 9px;
	border-top: 1px rgba(255,255,255,0.5) solid;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.block-news .news-grid .news-bottom .column a {
	text-decoration: none;
	color: #000;
}
.block-news .news-grid .all-news {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}
.block-news .news-grid .all-news span {
	border-left: 1px rgba(255,255,255,0.5) solid;
	border-right: 1px rgba(255,255,255,0.5) solid;
	border-top: 1px rgba(255,255,255,0.5) solid;
	width: 33.33%;
	margin-left: 66.66%;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}
.block-news .news-grid .all-news span a {
	text-decoration: none;
	color: #fff;
}

.block-news .col-right {
	/*padding-left: 60px;*/
	padding-left: 20px;
	padding-top: 32px;
}

.block-news .col-right .lnk-committee {
	text-decoration: none;
	display: block;
	color: #000;
}

.block-news .col-right .caption {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 30px;
	display: block;
}
.block-news .col-right .logo {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.block-news .col-right .links {
	display: flex;
}
.block-news .col-right .links .link-item {
	display: block;
}
.block-news .col-right .links .link-item:first-child {
	padding-right: 10px;
}
.block-news .col-right .links .link-item:last-child {
	padding-left: 10px;
}
.block-news .col-right .links .link-item img {
	display: block;
	max-width: 100%;
}
@media (max-width: 1000px) {
	.block-news .layout_wrap .col-left {
		padding-right: 15px;
	}
	.block-news .layout_wrap .col-right {
		padding-left: 15px;
	}
	.block-news .news-grid .news-top {
		display: block;
		margin-bottom: 15px;
	}
	.block-news .news-grid .news-top .top-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.block-news .news-grid .news-top .top-right {
		width: 100%;
		padding-left: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.block-news .news-grid .news-top .top-right .news-item1	{
		width: 48%;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 14px;
	}
	.block-news .col-right .links {
		display: block;
	}
	.block-news .col-right .links .link-item {
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.block-news .col-right .links .link-item:first-child {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.block-news .col-right .links .link-item:last-child {
		padding-left: 0;
	}
	.block-news .news-grid .news-bottom .column {
		width: 50%;
		font-size: 12px;
		line-height: 14px;
	}
	.block-news .news-grid .all-news span {
		margin-left: 50%;
		width: 50%;
	}
}
@media (max-width: 769px) {
	.block-news .layout_wrap {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.block-news .layout_wrap .col-left {
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.block-news .layout_wrap .col-right {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		text-align: center;
	}
	.block-news .col-right .logo {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 501px) {
	.block-news .news-grid .news-top .top-right {
		display: block;
	}
	.block-news .news-grid .news-top .top-right .news-item1 {
		width: 100%;
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.block-news .news-grid .news-bottom {
		display: block;
		border-left: none;
	}
	.block-news .news-grid .news-bottom .column {
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: 1px rgba(255,255,255,0.5) solid;
		padding-top: 12px;
		padding-right: 12px;
		font-size: 14px;
		line-height: 16px;
	}
	.block-news .news-grid .all-news {
		display: block;
		text-align: right;
	}
	.block-news .news-grid .all-news span {
		border: none;
	}
}

.mp-map {
	background: #fff;
}
.mp-map .content {
	padding-top: 0;
}

.layout.page-url-homepage {
	background: #f8f8f8;
}
.page-url-homepage .content {
	padding-top: 0;
	background: none;
}

.styled-list {
	margin: 0;
	margin-left: 0!important;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.styled-list > li {
	width: 31%;
	position: relative;
	margin-bottom: 20px;
}
.styled-list > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.styled-list > li > a > .photo {
	display: block;
	width: 100%;
}
.styled-list > li > a > .photo > img {
	display: block;
	width: 100%;
}
.styled-list > li > a > .name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	background: rgba(0,0,0,0.5);
}
@media (max-width: 769px) {
	.styled-list > li {
		width: 48%;
	}
}
@media (max-width: 500px) {
	.styled-list > li {
		width: 100%;
	}
}

.btn1 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 10px 30px;
	background: rgba(0, 81, 159, 1);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}
.btn1:hover {
	background-color: rgba(0, 81, 159, 0.8);
}

.stream {
    
}

.stream__text {
    font-size: 14px;
    line-height: 18px;
    color: #4d555b;
}

.stream__video {
    position: relative;
    width: 100%;
    padding-bottom: 55.5%;
    overflow: hidden;
}

.stream__iframe {
    border:none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;    
}

.stream__link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;    
}
