@font-face {
    font-family: 'raleway';
    src: url('raleway/raleway-regular-webfont.eot');
    src: url('raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('raleway/raleway-regular-webfont.woff') format('woff'),
         url('raleway/raleway-regular-webfont.ttf') format('truetype'),
         url('raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;}
@font-face {
    font-family: 'raleway';
    src: url('raleway/raleway-italic-webfont.eot');
    src: url('raleway/raleway-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway/raleway-italic-webfont.woff2') format('woff2'),
         url('raleway/raleway-italic-webfont.woff') format('woff'),
         url('raleway/raleway-italic-webfont.ttf') format('truetype'),
         url('raleway/raleway-italic-webfont.svg#ralewayitalic') format('svg');
    font-weight: 400;
    font-style: italic;}
    
@font-face {
    font-family: 'raleway';
    src: url('raleway/raleway-bold-webfont.eot');
    src: url('raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway/raleway-bold-webfont.woff2') format('woff2'),
         url('raleway/raleway-bold-webfont.woff') format('woff'),
         url('raleway/raleway-bold-webfont.ttf') format('truetype'),
         url('raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: normal;}
@font-face {
    font-family: 'raleway';
    src: url('raleway/raleway-bolditalic-webfont.eot');
    src: url('raleway/raleway-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway/raleway-bolditalic-webfont.woff2') format('woff2'),
         url('raleway/raleway-bolditalic-webfont.woff') format('woff'),
         url('raleway/raleway-bolditalic-webfont.ttf') format('truetype'),
         url('raleway/raleway-bolditalic-webfont.svg#ralewaybold_italic') format('svg');
    font-weight: 700;
    font-style: italic;}
BODY {
	color: #013100;
	font-size: 16px;
	font-family: raleway, sans-serif;
	line-height: 1.4;
	background-image: url(3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
* {margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
a, button, .buttonSend {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
:focus {outline:none;}
[data-naglav] {display:none;}
#osnova {
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
}
p {margin-bottom:15px;}
img {height:auto;max-width:100%;}
ol {margin-top:10px;margin-bottom:10px;}
ul {margin-top:10px;margin-bottom:10px;}
li {margin-bottom:5px;}
a {text-decoration:none;}
A:hover {text-decoration:underline;}
INPUT {font-size:inherit;font-family:inherit;background-color:#f6f6f6;border-width:1px;border-color:#f7d4d5;border-style:solid;padding:13px 20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
TEXTAREA {font-size:inherit;font-family:inherit;background-color:#f6f6f6;border-width:1px;border-color:#f7d4d5;border-style:solid;height:150px;padding:13px 20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
fieldset {border-style:none;margin:0;padding:0;}
.buttonSend {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background-color: #00a06c;
	display: inline-block;
	padding: 16px 40px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.buttonSend:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #002d00;
	border-color: #222222;
	text-decoration:none;
	background-color:#222222;
	border-color:#222222;
}
#siteTitle {
	font-size: 43px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top: 28px;
	border-bottom: 1px solid #1f4b3b;
	text-align: center;
}
#pageTitle {
	font-size: 30px;
	margin-bottom: 5px;
}
.contentTitle {
	font-size: 25px;
	margin-bottom: 28px;
	text-align: center;
}
.objectTitle {font-size:18px;margin-bottom:15px;}
.centrovka {
	background-color: #ffffff;
	margin: auto;
	width: 100%;
	max-width: 1170px;
	padding: 0px;
}
#menuitem1 #pageMenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#menuitem1 #pageMenu .menu {
	color: #fefdfd;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	position: relative;
	padding: 15px 25px;
	text-align: center;
}
#menuitem1 #pageMenu .menu span {position:relative;}
#menuitem1 #pageMenu .submenu {
	background-color: #D3F4F8;
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 20;
	padding: 5px 0;
}
#menuitem1 #pageMenu .submenu .menu {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #1f4b3b;
	margin: 22px 43px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 144px;
	height: 60px;
	position: relative;
	padding: 0;
	text-align: center;
}
#menuitem1 #pageMenu .mtditem:hover > .submenu {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	position: absolute;
}
#menuitem1 #pageMenu .mtditem > a {padding-right:35px;position:relative;}
#menuitem1 #pageMenu .mtditem > a:after {border-color:#FFFFFF;border-style:solid;border-top:6px solid;border-bottom:none;border-left:4px solid transparent !important;border-right:4px solid transparent !important;margin:auto;margin-left:5px;display:inline-block;width:0px;height:0px;position:absolute;top:0px;bottom:0px;content:"";}
#menuitem1 #pageMenu > a + a:before, #menuitem1 #pageMenu > a + .mtditem>a:before, #menuitem1 #pageMenu > .mtditem + a:before, #menuitem1 #pageMenu > .mtditem + .mtditem>a:before {
	background-color: #2a6550;
	margin: auto;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -1px;
	content: "";
}
#menuitem1 #pageMenu .menu span:before {
	background-color: #fefdfd;
	margin: auto;
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	content: "";
	-webkit-transition:all 0.3s ease;
	    -moz-transition:all 0.3s ease;
	    -o-transition:all 0.3s ease;
	    transition:all 0.3s ease;
}
#menuitem1 #pageMenu .menu:hover span:before, #menuitem1 #pageMenu .menu.menuActive span:before, #menuitem1 #pageMenu .mtditem:hover > .menu span:before {
	background-color: #2a6550;
	width: 50px;
	position: absolute;
}
#menuitem1 #pageMenu .submenu .menu span:before {
	margin-left: 0px;
	position: absolute;
	position:absolute;
}
#menuitem1 #pageMenu .submenu .menu:hover span:before {width:50%;position:absolute;}
#shapka {
	color: #fefdfd;
	background-color: #183c2f;
}
#kontakttop {
	font-size: 14px;
	padding-bottom: 11px;
	padding-top: 19px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #1f4b3b;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
}
#kontakttop a {
	color: #fefdfd;
}
#kontakttop a:hover {}
#menuska {
	padding-bottom: 9px;
	padding-top: 9px;
}
#menuitem1 {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
}
#menuitem1 #pageMenu .submenu .menu:hover {
	background-color: #1B9674;
}
#menuitem1 #pageMenu .submenu .TextItemMenu {
	margin-top: 5px;
}
.adapkarslick .contentBody .object {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}
.adapkarslick .contentBody .object .objectTitle {
	color: #013100;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 50px;
	width: 410px;
}
.adapkarslick .contentBody .blokkont {
	padding-left: 45px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	height: 100%;
	max-width: 700px;
}
.adapkarslick .contentBody > button {
	display: none !important;
}
.adapkarslick .contentBody .slick-dots {
	display: none !important;
}
.adapkarslick .contentBody .object .objectNote {
	font-size: 18px;
}
.adapkarslick .contentBody .object .objectNote .textbl {
	max-width: 400px;
}
.adapkarslick .contentBody .object .objectNote .telef {
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
}
.adapkarslick .contentBody .object .objectNote .telef a {
	color: inherit;
}
#dobropoz {
	padding-top: 67px;
	padding-left: 25px;
	padding-right: 25px;
}
#content2 .contentImage {
	margin-right: 56px;
	width: 40%;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content2 .contentText {
	overflow: hidden;
}
#nashiuslugi {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.art_bank .contentTitle {
	font-size: 25px;
	margin-bottom: 50px;
}
.art_bank .contentBody {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
}
.art_bank .object {
	text-decoration: none;
	background-position: center center;
	background-size: cover;
	margin-bottom: 35px;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	width: 19%;
	height: 100px;
	max-width: 190px;
	position: relative;
	overflow: hidden;
}
.art_bank .object:after {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	content: "";
	-webkit-transition:all 0.3s ease;
	    -moz-transition:all 0.3s ease;
	    -o-transition:all 0.3s ease;
	    transition:all 0.3s ease;
}
.art_bank .object:hover:after {
	background-color: rgba(0,0,0,0.44);
	position: absolute;
	z-index: 10;
}
.art_bank .objectTitle {
	color: #ffffff;
	font-size: 20px;
	font-weight: lighter;
	padding-bottom: 11px;
	padding-top: 11px;
	margin-bottom: 20px;
	margin-left: 28px;
	margin-right: 28px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 11;
	text-align: center;
}
.art_bank .contentText {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	margin-top: 25px;
	text-align: center;
}
.art_bank .contentText a {color: inherit;}
#sovetuyut {
	background-color: #56dba9;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top: 50px;
}
#content4 .contentTitle {
	font-size: 25px;
}
#content4 .contentBody {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
#content4 .object {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 30px;
	width: 50%;
	max-width: 455px;
	text-align: center;
}
#novost {
	padding-bottom: 85px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#content5 .contentTitle {
	color: #013100;
	font-size: 25px;
}
.cont_news .contentBody {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
}
.cont_news .object {
	margin-bottom: 58px;
	width: 31%;
}
.cont_news .objectImage {
	margin-bottom: 25px;
	width: 100%;
}
.cont_news .objectTitle {
	font-size: 18px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
}
.cont_news #dataType_date {
	margin-right: 15px;
}
.cont_news .objectTitleTxt {
	color: #000000;
	text-align: center;
}
.cont_news .objectTitle {
	margin-bottom: 25px;
}
.cont_news .contentText {
	text-align: center;
}
#podval {
	color: #a9cb82;
	background-color: #183c2f;
	padding-bottom: 20px;
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
}
#superpodval {
	color: #a9cb82;
	background-color: #183c2f;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
#global1 a {
	color: #a9cb82;
}
#global1 {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
}
#global1 .content {
	width: 16%;
}
#global1 .content.first {width: 26%;}
#global1 .contentTitle {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: left;
}
#global1 .object {
	line-height: 1.7;
}
#global1 .contentText {
	line-height: 1.7;
}
#global1 .contentText strong {
	font-weight: normal;
}
.linkvk {
	margin-left: 45px;
}
#content4 a {
	color: inherit;
	font-weight: bold;
	display: block;
}
#menuitem1 #pageMenu .submenu .menu.menuActive {
	-moz-box-shadow: 2px 0px 8px #dadcd9;
	-webkit-box-shadow: 2px 0px 8px #dadcd9;
	box-shadow: 2px 0px 8px #dadcd9;
}
.breadcrumbs .buterpath { display:block; clear:both; }
.breadcrumbs .buterpath a {
	color: inherit;
	font-size: 14px;
}
.breadcrumbs {
	margin-bottom: 25px;
}
.photoAlbumAdapt {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.photoAlbumAdapt .obj {
	line-height: 1;
	width: 25%;
	padding: 6px;
}
.photoAlbumAdapt .obj .photoPreview .previewImg {
	display: none;
}
.photoAlbumAdapt .obj .photoPreview .photoLink {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60%;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.photoAlbumAdapt .obj .photoPreview {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.photoAlbumAdapt .obj .photoPreview a.photoLink::after {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background-color: rgba(0,0,0,0.5);
	background-image: url(lupa-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
}
.photoAlbumAdapt .obj:hover a.photoLink::after {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	position: absolute;
	content: "";
}
.photoAlbumAdapt .obj .photoPreview .textLink {
	display: block;
	text-align: center;
}
#con_mapsite .mapline {
	font-size: 100%;
	margin: 0;
	margin-bottom: 5px;
}
#con_mapsite .maplinks2 {
	color: #1F2D30;
	margin-left: 30px;
}
#con_mapsite .maplinks3 {
	color: #1F2D30;
	margin-left: 60px;
}
#con_mapsite #listLinks a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#con_mapsite #listLinks a:hover {
	color: #fb7d69;
	padding-left: 20px;
}
.cont_guest #comments .comm {
	background-color: #FBFBFB;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	border-width: 4px;
	border-color: #99DDCE;
	border-style: solid;
	margin-bottom: 40px;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cont_guest #comments .comm:before {background-color:rgba(0,0,0,0.1);width:100%;height:1px;position:absolute;bottom:0px;left:0px;content:"";}
.cont_guest #comments .comm .userdat {margin-bottom:5px;position:relative;}
.cont_guest #comments .comm .userdat .date {
	font-weight: normal;
	position: relative;
	right: 0px;
	float: left;
	clear: left;
}
.cont_guest #comments .comm .userdat .adm_lnk {
	color: #222222;
	text-decoration: none;
	display: none;
	position: relative;
	text-decoration:none;
	position:relative;
}
.cont_guest #comments .comm .userdat .name {
	color: #00A06C;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	float: left;
	clear: left;
}
.cont_guest #comments .comm .adm_txt {background-color:#f4f4f4;margin-top:10px;padding:15px 20px 20px 40px;}
.cont_guest #comments .comm .admin_label {font-weight:bold;margin-bottom:5px;display:block;}
.cont_guest #comments .pageselector {margin-bottom:30px;}
.cont_guest #guesttab .inp {margin-top:10px;margin-bottom:10px;width:100%;}
.cont_guest #subpage2 #blocked .blocktext {margin-bottom:0px;}
.cont_guest #subpage2 .tablerow {padding-bottom:5px;padding-top:5px;}
#content .cont_news .object {
	width: 31%;
}
#content .cont_news .objectTitle {
	display: block;
}
#content .cont_news #dataType_date {
	font-weight: normal;
}
#content .cont_news #linkArchive {
	color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background-color: #4f8c10;
    display: inline-block;
    padding: 16px 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
#content .cont_news #linkArchive:hover {color: #ffffff;
	text-decoration: none;
	background-color: #002d00;
	border-color: #222222;
	text-decoration:none;
	background-color:#222222;
	border-color:#222222;}
#content #arh_news .buttonSend {
	margin-top: 30px;
}
#content .cont_news .buttonSend {
	margin-top: 30px;
}
.adres strong {
	font-weight: normal;
}
.teletele a {color: inherit;}
.raspisan {
	width: 1`00%;
	overflow: auto;
}
.raspisan table {
	border: 1px solid rgba(0,0,0,0.2);
	width: 100%;
	border-spacing: 0;
}
.raspisan .zag {
	font-weight: bold;
	background-color: rgba(0,0,0,0.1);
}
.raspisan tr {}
.raspisan td {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 5px;
}
.raspisan .centrtext {
	text-align: center;
}
.raspisan .st1 {
	width: 120px;
}
.raspisan .st2 {
	width: 130px;
}
.raspisan .st3 {
	width: 250px;
}
.raspisan .stroka:nth-child(2n) {
	background-color: rgba(0,0,0,0.05);
}
.raspisan .stroka:nth-child(2n-1) {}
.cont_txt_vrachi {}
.cont_txt_vrachi .object {
	margin-bottom: 40px;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	padding: 10px;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.cont_txt_vrachi .object:hover {-moz-box-shadow: 2px 0px 8px #dadcd9;
	-webkit-box-shadow: 2px 0px 8px #dadcd9;
	box-shadow: 2px 0px 8px #dadcd9;}
.cont_txt_vrachi .contentBody {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
}
.cont_txt_vrachi .objectTitle {}
.cont_txt_vrachi .objectTitle span {
	color: #ccc;
	font-size: 14px;
	display: block;
}
.cont_txt_vrachi .objectImage {
	margin-bottom: 15px;
}
.cont_txt_vrachi .objectNote {}
.cont_txt_vrachi .objectNote .strok {
	margin-bottom: 5px;
}
.cont_txt_vrachi .objectNote .strok a {
	margin-top: 15px;
	display: block;
	text-align: right;
}
#content .cont_txt .contentImage {
	margin-right: 2%;
	max-width: 49%;
	float: left;
}
#content .cont_txt .contentText {
	margin-bottom: 25px;
}
#content .cont_txt .object {
	margin-bottom: 25px;
}
#content .contentTitle {
	text-align: left;
}
.art_bank.art_stati .object {
	margin-bottom: 35px;
	display: block;
	width: 49%;
	height: auto;
	max-width: 100%;
	clear: both;
	overflow: visible;
}
.art_bank.art_stati .object .link {
	color: #013100;
}
.art_bank.art_stati .object .objectImage {
	margin-right: 2%;
	display: block;
	width: 40%;
	float: left;
}
.art_bank.art_stati .object:hover:after {display: none;}
.art_bank.art_stati .object .linkpodr {
	color: #013100;
	margin-top: 10px;
	display: block;
	text-align: right;
}
.vizmod.mobile_menu_btn {
	display: none;
}
.mobile_menu_btn {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    display: none;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 70px;
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    padding: 20px;
    text-align: right;
}
.mobile_menu_btn:before {
    background-image: url(mobile_menu_button_white.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    content: "";
}
.mobmen::after {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
    content: "";
}    
.closemen {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    background-image: url(mobile_menu_close_btn.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
    margin-right: 0px !important;
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 10px;
    right: -43px;
    z-index: 10;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
}
.mobmen .closemen {
    opacity: 1;
    visibility: visible;
    display: block;
}
#pageMenu {
	padding-bottom: 5px;
}
#content2 .content .object .objectNote p img {
	margin-right: 10px;
}
#content2 .content .object .objectNote img {
	margin-left: 10px;
}
.cont_txt .object {
	padding-top: 10px;
}
.cont_ank .ank_tderr { color:#ff0000; font-weight:bold; margin-bottom:10px; display:block; }
.cont_ank #anketa { width:80%; }
.cont_ank .tableTable { width:100%; }
.cont_ank .ank_spctd { font-size:0; display:none; }
.cont_ank .tableTable#objects .ObjRow td { vertical-align:middle; }
.cont_ank .objTitls { font-weight:bold; padding-top:15px; padding-bottom:15px; }
.cont_ank #objects .objTitl { width:28%; }
.cont_ank #objects .objectTitleImage { display:none; }
.cont_ank #objects .objArea { padding-top:1px; padding-bottom:1px; }
.cont_ank #objects .textArea { height:100px; overflow:auto; }
.cont_ank #objects .objcheck { cursor:pointer; margin-right:3px; vertical-align:middle; }
.cont_ank #objects .objchecktext { vertical-align:middle; }
.cont_ank #objects .radioblock { padding-top:10px; padding-bottom:10px; }
.cont_ank #objects .objRadio { cursor:pointer; margin-top:2px; margin-right:3px; vertical-align:middle; }
.cont_ank #objects .objRadiotext { vertical-align:middle; }
.cont_ank #general .objTitl { width:28%; }
.cont_ank #general .objArea { padding-top:1px; padding-bottom:1px; }
.cont_ank #general .ank_img { margin-bottom:2px; }
.cont_ank #autoreply { margin-top:10px; margin-bottom:20px; }
.umsasendform#sendform1 fieldset .contentBody .object .int_element .spisok_vibora {
	font-size: 16px;
	font-family: raleway;
	background-color: #f6f6f6;
	padding-bottom: 10px;
	padding-top: 10px;
	border-color: #d1ded9;
	border-style: solid;
	width: 30%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pole_vvoda#mask1_2 {
	border-color: #d1ded9;
	border-style: solid;
}
.umsasendform#sendform1 fieldset .contentBody .object .int_element .pole_vvoda {
	border-color: #d1ded9;
	border-style: solid;
	width: 30%;
}

#menuitem1 #pageMenu .TextActiveMenu {
	color: #40DFD8;
}

.tableRowOdd {
	background-color: #D1EDE3;
}

.cont_guest #comments .comm .com_txt {
	clear: left;
}
