* {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

.bodybg {
	background: url(images/back-ground_main.jpg)
}





.header {
	text-align: center;
}
.header img {
	margin: 10px;
	height: 250px;
	box-shadow: 0 0 5px;
	border-radius: 4px;
}





.wrapper {
	margin: 0 auto 30px;
	width: 1000px;
	overflow: hidden;
	box-shadow: 0 0 5px;
	border-radius: 4px;
	line-height: 1.3;
	display: grid;
	grid-template-columns: 600px 400px;
}





.main {
	grid-row: 1/2;
}





.section {
	margin-bottom: 8px;
}
.section a {
	display: block;
}
.section > a {
	margin: 0 10px 0;
	border-bottom: 1px dotted gray;
}
.section > :last-child {
	border-bottom: none;
}
.konf_date {
	text-decoration: underline;
	font-weight: bold;
}
.section_title, .news_title {
	margin-bottom: 8px;
	padding: 2px 8px 3px;
	background: #8FBC8F;
	font-weight: bold;
	font-size: 12pt;
	box-shadow: 0 0 5px;
}
.section_coop_banner{
	width: 120px;

}
.section_coop_banner > img{
	box-shadow: 0 0 5px;
	display: block;
}





.news {
	grid-row: 1/3;
}


.news_banner_wrapper {
	margin-bottom: 8px;
}
.news_banner {
	margin-bottom: 8px;
	width: 400px;
	display: block;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 4px;
}
.ritmc {
	background: white;
}


.news_title {
	text-align: center;
	margin-bottom: 0px;
}


.news_text_wrapper {
	padding: 0 5px 5px;
	overflow-y: auto;
	background: #E6E6E6;
}
.covid {
	text-align: center;
}
.covid a {
	color: red;
	display: block;
	line-height: 2;
}
.covid a:hover {
	color: black;
}
.news_item {
	padding: 5px 0 5px;
	border-bottom: 1px dotted; silver;
}
.news_item div {
	margin-bottom: 5px;
}
.news_item > :nth-child(2) {
	margin-left: 20px;
}
.news_item_logo_date_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.news_item_logo img {
	width: 20px;
	display: block;
}
.news_item_date {
	font-weight: bold;
	text-align: right;
}
.news_archive {
	margin: 10px 0 8px;
	display: block;
	text-align: center;
}