.content_1_html {
	/*background: url(../../content/images/topbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height:400px;*/
}

.content_1_slides {
	padding:0 !important;
	position:relative;
}

.content_1_slides .block {
	max-width: unset;
	width:100%;
	padding:0;
}

div.content>div:nth-child(4n) {
	background-color: rgba(0,0,0,0.05);
}

div.contacts>div:nth-child(4n-2) {
	background-color: rgba(0,0,0,0.05);
}

.newsitem {
	position: relative;
}

.newsitem .date {
	position: absolute;
	top:0;
	right:0;
	padding:5px;
	background-color: var(--menu-background-color);
	margin:0;
}

.news h2 {
	text-align: left;
	line-height: 120%;
}

.newsitem {
	padding: 20px;
    margin: 20px 0 ;
    width: 100%;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
    position: relative;
    background-color: white;
}


div.pages {
	text-align: center;
}

div.pages a {
	padding:10px;
	margin:5px;
	background-color: var(--menu-background-color);
}

div.pages span.activepage {
	padding:10px;
	margin:5px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.05);
}

.content_5_php {
	background-color: #F2F6D050 !important;
}

.fullcontent img {
	max-width:100%;
}

div.ads {
	 -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
	background-color: white;
	padding:20px;
	width:calc(70% - 40px);
	margin:0 auto;
}