.header {
background-image:url(../images/footer_bg.jpg);
}


.org_list {
/*	margin: 5px 0 15px;*/
}
.org__desc {
	margin: 15px 0 30px;
}
.org__desc img {
	width: 100%;
}


.congratulation__block__content .align-items-center {
justify-content: center;
}
.congratulation__block__content .col-3 {
display:none;
}
.congratulation__block__content .col-7 {
flex:0 0 75%;
max-width:75%;
margin:0;
}
.congratulation__block .name {
margin:0 0 10px;
}
.congratulation__block .name span {
display:block;
font-size:1rem;
font-weight:400;
}


.news__block {
height:460px;
}
.news__block__img {
	opacity: .6;
}
.news__block:hover .news__block__img {
	opacity: 1;
}


.partners__slider .slide__img {
	filter: none;
}


div.bx-auth, form[name="bform"] {
	max-width: 320px;
	font-size: 14px;
}
div.bx-auth-note {
}
div.bx-auth form {
}
table.bx-auth-table, table.bx-auth-table tbody, table.bx-auth-table tr, table.bx-auth-table td {
	display: block;
	padding: 0;
	text-align: left;
}
table.bx-auth-table tr {
}
td.bx-auth-label {
	font-size:12px;
	font-weight: 400;
}
div.bx-auth input[type="text"], div.bx-auth input[type="password"],
form[name="bform"] input[type="text"], form[name="bform"] input[type="password"] {
	padding: 15px 20px;
	width: 100%;
	font-size: 1.0625rem;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	outline: none;
	margin: 5px 0 15px;
}
div.bx-auth input[type="submit"],
form[name="bform"] input[type="submit"] {
	padding: 10px 20px;
	font-size: .875rem;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 5px;
	border: 0;
	box-shadow: 0 3px 5px 0 rgba(3,26,49,.2);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#00669e),to(#0085cc));
	background-image: linear-gradient(0deg,#00669e,#0085cc);
	outline: none;
	margin: 5px 0 15px;
}


.ya-share2__item {
	padding: 0;
}
.ya-share2__item:before {
	display: none;
}


.top-banner {
}
.top-banner img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.right-banner {
	margin: 30px 0;
}
.right-banner img {
	display: block;
	width: 100%;
}
.main-banner {
	margin: 30px 0;
}
.main-banner img {
	display: block;
	width: 100%;
	max-width: 1410px;
	margin: 0 auto;
}
.photo-banner {
}
.photo-banner img {
	display: block;
	width: 100%;
}


article img {
	max-width: 100%;
	height: auto;
}
article table {
	margin: 2rem 0;
}
article table th, article table td {
	border: 1px solid #ccc;
	padding: 10px 20px;
}
article table th {
	text-align: left;
}
article table td {
}
.detail_picture {
float:left;
margin:0 30px 10px 0;
}


.nav.visible .main-menu__point {
	text-align: left;
	padding: 0 20px 0 30px;
}
.main-menu__point .button {
	display: inline-block;
	margin: 30px 10px 0;
}
.main-menu__point .lang-link {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	margin: 30px 10px 0;
}
.nav.visible .main-menu__point b {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
/*	border: 1px solid #fff;
	border-radius: 3px;
	background: #fff1;*/
	margin: -14px 0 -10px;
	cursor: pointer;
}
.nav.visible .main-menu__point b:after {
	content: '';
	display:block;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-top-color: #fff;
	margin: 12px 0 0 10px;
	transition: all .3s;
}
.nav.visible .main-menu__point.o b:after {
	margin: 8px 0 0 10px;
	transform: rotate(180deg);
}
.main-menu__point.d-block {
	text-align: right!important;
}
.nav.visible .main-menu .o .sub-menu {
	display: block;
	white-space: normal;
}


.rating .tabs .tab__text {
font-size:.7rem;
line-height:1.2;
}


.files {
margin:30px 0 0;
}


div.good, div.bad {
width:100%;
margin:0 15px 30px;
font-weight:500;
}
div.good {
color:#090;
}
div.bad {
color:#f00;
}


.footer {
padding:0;
}
.footer .container {
position:relative;
padding:30px 15px 40px;
}
.footer__line {
margin:20px 0;
}
footer .dev {
position:absolute;
bottom:20px;
right:15px;
font-size:13px;
}


.notice {
border:1px solid #e3b20a;
background:#fff9cf;
padding:10px 20px;
color:#000;
margin:25px 0;
}





@media (max-width:1199px) {
	.nav.visible {
		background-image: url(../images/footer_bg.jpg);
		background-position: 0 0;
		background-size: cover;
	}
	.main-menu__link {
		margin:0 0 0 30px;
	}
	.nav.visible .main-menu__point b+.main-menu__link {
		margin:0;
	}
}
@media only screen and (max-width:990px){
	.news__block {
		height:350px;
	}
	.news__block__content {
		position:absolute;
		height:100%;
		padding:20px;
	}
	.news__block__content div+div {
		position:absolute;
		bottom:20px;
		left:20px;
		right:20px;
	}
}
@media only screen and (max-width:800px){
	.congratulation {
		display: none;
	}
}
@media only screen and (max-width:576px){
	.menu {
		position:relative;
	}
	.menu .col-auto {
		position:static;
	}
	.social li {
		position:static;
	}
	.social form {
		left:0;
		top:0;
		bottom:0;
	}
	.social form input {
		width:calc(100% - 80px);
	}
	.social form button {
		width:80px;
	}
	.news__block {
		height:280px;
	}
	.news__block.small .news__block__content {
		padding:20px;
	}
	.calendar .slick-arrow {
		top:80px;
	}
	.photogallery__slider .slick-arrow {
		top:60px;
	}
	.calendar .slick-arrow.slick-next,.photogallery__slider .slick-arrow.slick-next {
		left:calc(100% - 40px);
	}
	.calendar .slick-arrow.slick-prev, .photogallery__slider .slick-arrow.slick-prev {
		right:calc(100% - 40px);
	}
	.calendar__slider__slide, .photogallery__slider .slide {
		padding:0 50px;
	}
	footer .dev {
		left:15px;
		text-align:center;
	}
}








