@font-face
{
	font-family: DinText;
	font-weight: normal;
	font-style: normal;

	src: url('fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
	url('fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
}

body {
	font-size: 14px;
	font-family: Cambria;
	height: 100%;
	background: #f7f7f7 url(../images/z.png) no-repeat right 50px;
	background-attachment: fixed;
	background-size: 40%;
}

/*strong {
	font-weight: 700;
}

em {
	font-style: italic;
}*/

section {
	/*display: none;*/
}

.container {
	width: 80%;
	min-width: 960px;
	margin: 0 auto;
}

.banner {
	margin: 0 auto;
	display: block;
	max-width: 240px;
}

img.banner:hover {
	filter: grayscale(75%);
}

.attention {
	margin: 30px 0 15px 0;
	padding: 10px 20px;
	color: #a76846;
	background: #fce5ba;
}

.edit_link {
	text-transform: none;
	color: #337ab7;
	text-decoration: none;
}

.edit_link:hover {
	text-decoration: underline;
}

.big_button, .big_button400 {
	display: inline-flex;
	width: 200px;
	height: 80px;
	background: #e8e8e8;
	margin: 5px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: #337ab7;
	font-size: 18px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.big_button400 {
	width: 400px !important;
}

.big_button:hover {
	filter:sepia(1);
}

.widget_video iframe {
	max-width: 240px;
	max-height: 150px;
}

.widget_video a {
	color: #337ab7;
	text-decoration: none;
	margin: 5px 0;
}

.widget_video a:hover {
	text-decoration: underline;
}

/* блок MENU */
.admin_div {
	padding: 10px 20px;
	color: #a76846;
	background: #fce5ba;
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.admin_div_link {
	font-weight: 700;
	color: #a76846;
	margin-left: 10px;
}

.menu {
	height: 30px;
	border-top: 4px solid #ed3a2a;
	background-color: #2561a4;
	min-height: 36px;
	box-shadow: 0 0 20px rgb(0 0 0 / 65%);
	display: flex;
	justify-content: center;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.menu__row {
	display: flex;
	height: 100%;
	align-items: center;
	font-family: DinText,Helvetica,Arial !important;
	font-size: 16px;
}

.menu__item {
	color: #fff;
	text-transform: uppercase;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.menu__item:hover {
	background-color: #ed3a2a;
	cursor: pointer;
}

.menu__item:after {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	margin: 7px 0 0 3px;
}

.menu__item:hover .menu2 {
	display: block;
}

.menu2 {
	display: none;
	position: absolute;
	top: 36px;
	min-width: 160px;
	margin-left: -5px;
	padding: 5px 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	animation: fadeInFromNone 0.3s ease-in-out;
}

@keyframes fadeInFromNone {
  0% {
	display: none;
	opacity: 0;
  }

  1% {
	display: block;
	opacity: 0;
  }

  100% {
	display: block;
	opacity: 1;
  }
}

.menu2__item {
	padding: 5px 10px;
	text-transform: initial;
}

.menu2__item:hover {
	background-color: #ed3a2a;
}

.menu2__item a {
	text-decoration: none;
	color: #333;
	display: block;
}

.menu2__item:hover a {
	color: #fff;
}

.menu2__item:hover .menu3 {
	display: block;
}

.menu2__item-expand {
	padding-right: 15px;
}

.menu2__item-expand:after {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #333;
	float: right;
	margin-top: -11px;
	margin-right: -15px;
}

.menu3 {
	display: none;
	position: absolute;
	left: 100%;
	min-width: 160px;
	margin-top: -22px;
	padding: 5px 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	animation: fadeInFromNone 0.3s ease-in-out;
}

.menu3__item {
	padding: 5px 10px;
	text-transform: initial;
}

.menu3__item:hover {
	background-color: #ed3a2a;
}

.menu3__item a {
	text-decoration: none;
	color: #333 !important;
	display: block;
}

.menu3__item:hover a {
	color: #fff !important;
}

.menu__search {
	position: absolute;
	right: 12px;
}

.menu__search input {
	display: none;
	position: absolute;
	width: 180px;
	top: 35px;
	left: -150px;
	padding: 5px;
}

.form {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
}

.form input {
	width: 100%;
	height: 50px;
	padding: 15px;
	display: block;
	margin: 10px auto;
	box-sizing: border-box;
}

.form textarea {
	width: 100%;
}

/* блок SUBMENU */
.submenu {
}

.submenu__row {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.submenu__item {
	padding: 0 10px;
	border-right: 1px solid #333;
}

.submenu__item a {
	text-decoration: none;
	color: #2561a4;
}

.submenu__item a:hover {
	text-decoration: underline;
}

.submenu__item:last-child {
	border-right: none;
}
.submenu__item:last-child a {
	color: #2561a4;	
	font-weight: 700;
}

/* блок HEADER */
.header {
	padding-top: 12px;
	padding-bottom: 30px;
	min-height: 108px;
	display: flex;
	background: url(../images/alchevsk.png) no-repeat right;
}

.header__logo {
	flex: 0 0 156px;
	min-height: 96px;
	text-align: center;
	padding-top: 6px;
	margin-top: -15px;
	margin-bottom: -10px;
}

.header__flag {
	flex: 0 0 2px;
	display:flex;
	flex-direction: column;
	
}

.header__flag-white {
	background-color: #ffffff;
	flex: 0 0 33.333%;
}

.header__flag-blue {
	background-color: #0192ff;
	flex: 0 0 33.333%;
}

.header__flag-darkblue {
	background-color: #394fa4;
	flex: 0 0 33.333%;
}

.header__flag-red {
	background-color: #e21d24;
	flex: 0 0 33.333%;
}

.header__text {
	flex: auto;
	padding-left: 30px;
	background: url(../images/banners/together.png) no-repeat 200px 20px;
}

.header__text h1 {
	font-size: 21px;
	padding-top: 20px;
	font-family: DinText,Helvetica,Arial !important;
	line-height: 1.2;
}

.header__text h1 a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

/* блок MAIN */
.main {
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 8px 20px rgb(0 0 0 / 17%);
	display: flex;
	flex-direction: row-reverse;
}

.main__left {
	flex: 1 1 auto;
	padding: 0 15px;
	display: flex;
	box-sizing: border-box;
}

.main__right {
	flex: 0 0 270px;
	padding: 0 15px;
	box-sizing: border-box;
	border-left: 1px solid #e7e7e7;
}

.main__right .main__content {
	max-width: 240px;
	overflow: hidden;
}

.main__leftone {
	flex: 0 0 255px;
	padding-right: 15px;
	box-sizing: border-box;
}

.main__lefttwo {
	flex: 1 1 auto;
	padding-left: 15px;
	border-left: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.main__leftone .main__preview, .main__leftone .main__preview * {
	max-width: 240px;
}

.main__leftone .main__text img {
	height: 160px !important;
}

.main__lefttwo .main__preview img, .main__lefttwo .main__preview iframe {
	max-width: 338px;
}

.main__leftone img {
	width: 240px;
	margin: 3px 0 !important;
}

.main__block {
	width: 100%;
}

.main__title {
	font-family: DinText,Arial,Helvetica;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	border-right: 10px solid #f9f9f9;
	border-bottom: 36px solid #26376d;
	box-shadow: -11px 2px 18px rgb(0 0 0 / 27%);
	height: 0;
	display: inline-block;
	margin-left: -30px;
	margin-top: 20px;
}

.main__title h2 {
	padding: 10px 6px 5px 10px;
}

.main__content {
	text-align: justify;
	padding-top: 15px;
}

.main__centent h2, h3 {
	text-align: left;
	letter-spacing: 1px;
}

.main__content h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 20px;
	font-family: DinText,Helvetica,Arial;
}

.main__content h2 a {
	color: #337ab7;
	text-decoration: none;
}

.main__content h2 a:hover {
	text-decoration: underline;
}

.main__content .main__text {
	margin-top: 20px;
	line-height: 1.2;
}

.main__content .main__text img {
	margin: 3px 7px;
	object-fit: cover;
}

.main__content .main__text p {
	margin-bottom: 10px;
}
.main__content .main__text a {
	color: #337ab7;
	text-decoration: none;
}

.main__content .main__text a:hover {
	text-decoration: underline;
}

.main__text li {
	margin-left: 30px;
}

.main__content .main__text table {
	border-spacing: 0;
	border-collapse: collapse;
}

.main__content .main__text table tr {
	background-color: #f2f2f2;
}

.main__content .main__text table tr:nth-child(even) {
	background-color: #e8e8e8;
}

.main__content .main__text table th {
	background-color: #2561a4;
	color: #fff;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.main__content .main__text table td {
	padding: 10px;
}

.main__newslistitem {
	display: flex;
	margin-top: 20px;
	font-style: initial;
}

.main__postdate {
	flex: 0 0 50px;
	overflow: hidden;
}

.main__preview {
	flex: 1 1 auto;
	font-size: 13px;
	color: rgb(108, 110, 122);
	line-height: 1.2;
	overflow: hidden;
}

.main__preview .main__text {
	margin-top: 5px;
}

.main__preview h3 {
	font-size: 16px;
	text-transform: uppercase;
}

.main__preview a {
	text-decoration: none;
	color: #000;
}

.main__preview a:hover {
	text-decoration: underline;
}

.main__postdate__day {
	font-size: 22px;
	font-family: DinText,Helvetica,Arial;
	line-height: 1.5;
}

.main__postdate__year, .main__postdate__month {
	font-size: 11px;
	text-transform: uppercase;
	font-family: DinText,Helvetica,Arial;
	line-height: 1.5;
}

.main__pagelinks {
	text-align: center;
}

.main__pagelinks a {
	text-decoration: none;
	color: #337ab7;
	margin-right: 7px;
	font-size: 16px;
}

.main__pagelinks span {
	margin-right: 7px;
}

.main__pagelinks a:hover {
	text-decoration: underline;
}

/* блок FOOTER*/
.footer {
	margin-top: 30px;
	background-color: #2561a4;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 20px 35px -20px rgb(0 0 0 / 40%) inset, 18px 0 35px -20px rgb(0 0 0 / 40%) inset, -18px 0 35px -20px rgb(0 0 0 / 40%) inset;
	color: #fff;
}

.footer__links {
	text-align: center;
}

.footer__links a {
	display: inline-block;
	margin: 6px 4px;
	border: 1px solid #fff;
}

.footer__contacts {
	display: flex;
	margin-top: 25px;
	align-items: center;
	justify-content: center;
}

.footer__simvol {
	flex: 0 0 110px;
	height: 160px;
	background: url(../images/stalevar.png) no-repeat center center;
}

.footer__text {
	border-left: 2px solid #fff;
	font-size: 16px;
	padding-left: 20px;
}

.footer__copyright {
	text-align: center;
	margin-top: 25px;
}

.footer__yandex {
	margin-top: 20px;
	text-align: center;
}

.footer__yandex a {
	color: #fff;
}

#content img:hover, .main__left img:hover {
	cursor: zoom-in;
}

.overlay_container img:hover {
	cursor: zoom-out;
}

.survey {
	width: 100%;
	background-color: #2561a48c;
	border-radius: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.survey__title {
	padding: 10px;
}

.survey__title h3 {
	text-align: justify
}

ul.survey__list li {
	padding: 10px;
	margin: 0 10px 10px 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	cursor: pointer;
}

ul.need_vote li:hover, .survey__submit:hover {
	background-color: #cbe4ff;
}

.survey__error {
	font-size: 1.2em;
	margin-top: 20px;
}

.survey__submit {
	cursor: pointer;
	margin: 0 auto;
	display: block;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.survey__sum {
	text-align: center;
	padding-bottom: 5px;
}

.weatherInformer18 {
	margin: 0 auto;
}

table.docs {
	width: 100%;
}

table.docs td {
	padding: 5px !important;
	vertical-align: middle;
}

td.docs__number {
	width: 30px;
	text-align: center;
}

td.docs__date {
	width: 80px;
	font-weight: 700;
	font-size: 0.9em;
	text-align: center;
}

td.docs__name {

}

td.docs__file {
	width: 30px;
	text-align: center;
}

td.docs__file * {
	cursor: pointer !important;
}

td.docs__file img {
	margin: 0 !important;
}

a.filter_link {
	display: inline-block;
	float: right;
	background-color: #337ab7;
	color: white !important;
	padding: 7px 10px;
	border-radius: 10px;
	text-decoration: none !important;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.8em;
	font-family: 'LatoWebBold';
}

a.filter_link:hover {
	opacity: 0.8;
}

.find_docs {
	display: none;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1020px) {
	.container {
		min-width: 800px;
	}
	
	.main__leftone {
		display: none;
	}
	
	.main__lefttwo {
		border-left: none;
	}
	
	.header {
		background: none;
	}
}

@media (max-width: 850px) {
	.container {
		min-width: 550px;
	}
	
	.main {
		flex-direction: column-reverse;
	}
	
	.mobile_hidden {
		display: none;
	}
	
	.main__title {
		display: none;
	}
	
	.main__right .main__content {
		max-width: none;
	}
	
	.menu__row {
		display: none;
	}
	
	.submenu {
		display: none;
	}
	
	.body {
		background-size: 60%;
	}
	
	.menu {
		height: auto;
		background-color: #2561a4;
	}
	
	.menu__row {
		flex-direction: column;
	}
	
	.menu__item {
		align-items: initial;
		margin: 10px 0;
	}
	
	.menu2 {
		top: initial;
	}
	
	.header {
		margin-top: 50px;
	}
}

@media (max-width: 600px) {
	.container {
		min-width: 0;
		width: 100%;
	}
	
	.banner {
		width: 100%;
		max-width: none;
	}
	
	body {
		background-size: 70%;
	}
}