/*
  (c) Mediaweb Studio
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,400italic,700&subset=latin,cyrillic);

/* COMMON
-------------------------------------------- */
html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; }
html, body, img, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	font: 13px 'Open Sans', sans-serif;
	background: url('../img/bg.png') repeat;
}
legend {
	display:none;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin:0;
}

.print_block {
	display: none;
	visibility: hidden;
}
.nowrap {
	white-space: nowrap;
}
br.clear {
	line-height: 0;
	clear: both;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
.parent-link {
	margin-top: 20px;
}

/* CONTENT
-------------------------------------------- */
.wrapper {
	min-height: 100%;
	position: relative;
	width: 100%;
}
.header {
	position: relative;
	height: 279px;
	width: 100%;
	background: url('../img/header.png') repeat-x #7B7E7D;
}
.header-cont {
	position: relative;
	width: 1200px;
	height: 279px;
	margin: 0 auto;
}
.body {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 250px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.center-col {
	float: left;
	width: 645px;
	padding: 28px 50px 0 65px;
}
.right-col {
	width: 415px;
	padding-left: 25px;
	float: left;
}
.body .custom-block {
	margin-bottom: 30px;
}
.footer {
	height: 152px;
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background: url('../img/bg-footer.png') repeat-x;*/
    background: #7B7E7D;
}
.footer-cont {
	height: 152px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* HEADER
-------------------------------------------- */
.logo {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	position: absolute;
	/*width: 647px;*/
	height: 99px;
	top: 65px;
	left: 65px;
	text-decoration: none;
	font-family: "PT Sans", sans-serif;
	color: #004e75;
	font-size: 20px;
}
.logo__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
}
.logo__text span {
	font-size: 26px;
	margin-top: 5px;
}
.header__phoneBlock {
	font-family: "PT Sans", sans-serif;
	background: url("../img/phone-green.png") no-repeat left center;
	height: 42px;
	padding-left: 50px;
	display: block;
	position: absolute;
	top: 97px;
	left: 800px;
	font-size: 24px;
	font-weight: 700;
	color: #004e75;
	text-decoration: underline;
}
.headerLK {
	background: url("../img/lk-green.png") no-repeat left 4px center;
	height: 42px;
	padding-left: 50px;
	display: block;
	position: absolute;
	top: 148px;
	left: 800px;
	font-size: 15px;
	line-height: 42px;
	font-weight: 500;
	color: #004e75;
	text-decoration: none;
}
.headerLK__link {
	color: #004e75;
}

.subsites {
	position: absolute;
	top: 60px;
	left: 800px;
	font-size: 18px;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
	color: #004e75;
	padding-left: 50px;
}
.subsites a {
	color: #004e75;
	text-decoration: none;
}
.subsites span {
	font-size: 22px;
}

/* main menu */
.mainmenu {
	position: absolute;
	bottom: 0;
	height: 54px;
	padding: 0 0 0 65px;
	width: 1095px;
	margin: 0 auto;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
.mainmenu li {
	display: block;
	padding: 0;
	margin: 0;
}
.mainmenu > ul > li {
	position: relative;
	float: left;
}
.mainmenu > ul > li > a {
	display: block;
	height: 54px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 54px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
.mainmenu > ul > li:hover > a, .mainmenu > ul > li > a.section {
	background-color: #4A7962;
	color: #C6FD09;
}
.mainmenu li:hover > .second-level {
	display: block;
}
.mainmenu .second-level {
	position: absolute;
	background: #5BA67D;
	text-align: left;
	z-index: 9000;
	width: 100%;
	min-width: 150px;
	left: 0;
	top: 54px;
	display: none;
}
.mainmenu .second-level a {
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 6px 10px 7px;
	text-decoration: none;
}
.mainmenu .second-level a:hover {
	color: #BBEF0C;
	background-color: #4A7962;
}

/* PAGE
-------------------------------------------- */
#googlmap {
	margin-top: 40px;
}

/* Breadcrumbs */
.center-col.typography .breadcrumbs {
	font-size: 13px;
	margin-bottom: 16px;
}

/* left menu */
.rightmenu {
	width: 380px;
	margin: 40px 0 18px;
	padding-left: 20px;
	background: url('../img/bg-lmenu.png') repeat-y;
	font: 600 18px 'Open Sans', sans-serif;
}
.rightmenu ul, .rightmenu li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}
.rightmenu .fl-item {
	padding: 6px 0;
}
.rightmenu .fl-item > a {
	display: block;
	padding-left: 20px;
	background: url('../img/arrow1.png') 4px center no-repeat;
	color: #000;
	text-decoration: none;
}
.rightmenu .fl-item > a:hover, .rightmenu .fl-item > a.current {
	background: url('../img/arrow2.png') 4px center no-repeat;
	color: #A50101;
}
.rightmenu .fl-item > a.section {
	background: url('../img/arrow3.png') left center no-repeat;
	color: #A50101;
}
.rightmenu .second-level {
	display: none;
	visibility: hidden;
}
.rightmenu .fl-item.section .second-level {
	display: block;
	visibility: visible;
	padding-top: 5px;
}
.rightmenu .sl-item {
	padding: 4px 0 4px 22px;
}
.rightmenu .sl-item > a {
	display: block;
	font-size: 16px;
	color: #3F3F3F;
	text-decoration: none;
}
.rightmenu .sl-item > a .underline {
	text-decoration: underline;
}
.rightmenu .sl-item > a:hover, .rightmenu .sl-item > a.section {
	color: #A50101;
}
.rightmenu .sl-item > a:hover .underline, .rightmenu .sl-item > a.section .underline {
	text-decoration: none;
}

/* news widgets */
.news-widget {
	width: 375px;
	border: 1px solid #fff;
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.45);
	min-height: 380px;
	position: relative;
}
.news-widget .block-content {
	padding: 25px;
}
.news-widget .shadow-1, .news-widget .shadow-2, .news-widget .shadow-3 {
	display: block;
	position: absolute;
	background: url('../img/news-shadow.png') no-repeat;
}
.news-widget .shadow-1 {
	height: 100%;
	top: -5px;
	left: -5px;
	width: 4px;
}
.news-widget .shadow-2 {
	height: 100%;
	bottom: -8px;
	right: -7px;
	width: 6px;
	background-position: right bottom;
}
.news-widget .shadow-3 {
	width: 387px;
	bottom: -8px;
	right: -7px;
	height: 7px;
	background-position: right bottom;
}
.news-widget h2 {
	margin: 0 0 18px;
	font-weight: 600;
	color: #A50101;
	font-size: 24px;
}
.news-widget .item {
	margin-bottom: 15px;
}
.news-widget .date {
	font: 14px Tahoma, sans-serif;
	color: #000;
}
.news-widget h3, .news-widget .title {
	margin: 0;
	color: #970202;
	font-size: 15px;
}
.news-widget .title {
	display: block;
	margin: 3px 0 6px;
}

/* voting widget */
.voting-widget {
	width: 321px;
	padding: 22px 27px 27px;
	margin-top: 60px;
	background-color: #fff;
}
.voting-widget h2 {
	margin: 0 0 12px 0;
	font-size: 21px;
	font-weight: 600;
	color: #4E886C;
}
#PollAnswer > label, .pollTitle {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
}
.pollTitle {
	margin-bottom: 10px;
}
.voting-widget ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.voting-widget li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* FOOTER
-------------------------------------------- */
.footer .custom-block  {
	position: absolute;
	right: 235px;
	top: 85px;
	width: 235px;
}

/* mediaweb copyright */
.mw-copy {
	position: absolute;
	right: 40px;
	top: 50px;
	background: url('../img/mwlogo.png') no-repeat;
	padding-left: 33px;
	text-decoration: none;
}
.mw-copy,
.mw-copy a {
	color: #E3EEAC;
	font: 11px Tahoma, sans-serif;
}
.mw-copy .underline {
	text-decoration: underline;
}
.mw-copy .underline:hover {
	text-decoration: none;
}

/* site copyright */
.footer .copy {
	position: absolute;
	width: 160px;
	top: 30px;
	left: 15px;
	font: 13px Tahoma, sans-serif;
	color: #E3EFAD;
}

.footer .copy img {
	width: 140px;
	height: auto;
}

/* bottom menu */
.bottom-menu {
	position: absolute;
	left: 295px;
	top: 10px;
	width: 450px;
}
.bottom-menu ul, .bottom-menu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bottom-menu li {
	float: left;
	width: 200px;
	margin: 5px 0 0 15px;
}
.bottom-menu a {
	font-size: 15px;
	color: #fff;
}


.right-col #bannrs{
	margin-bottom: 50px;
	width: 321px;
	padding: 0 27px;

}
.right-col #bannrs div{
	margin-bottom: 20px;
	text-align:center;
}
.right-col #bannrs div.last{
	margin-bottom: 0;
}