body {
	padding: 0;
	margin: 0;
	background: #f0f0f0;
}
* { font-family: 'Open sans'; }
.cnt {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
.top {
	position: absolute;
	left:0;
	top:0;
	border-bottom: 1px solid #6a75bb;
	width: 1170px;
	height: 79px;
	z-index: 99999;
}
.footer {
	border-top: 2px solid #dfdfdf;
	color: #a4a4a4;

	padding: 20px 0;
	width: 1170px;
	margin: 0 auto;
	font-size: 9pt;
		margin-top: 30px;
}

.footer span {
	display: inline-block;
	float: right;
}
.footer span a, .footer a {
	color: #be2557;
}
.footer span a:hover, .footer a:hover { text-decoration: none; }
.head {
	width: 1170px;
	height: 500px;
	background: url(images/head.png) no-repeat center;
}
.head2 {
	width: 1170px;
	height: 230px;
	background: url(images/head.png) no-repeat top center;

}

.content_m {
	padding: 50px;
	padding-right: 550px;
	background: url(images/map.png) no-repeat 630px center;
	min-height:300px;
	color: #444;
	font-size: 10pt;
	
}
h1 {
	margin-top: 0;
	color: #444;
	padding: 0;
	text-transform: uppercase;
	font-size: 17pt;
}
.lang {
	float: right;
	display: inline-block;
	margin-top: 20px;
	margin-right: 50px;
	padding: 6px 14px 9px 14px;
	border: 1px solid #6c72b2;
	background: url(images/lbg.png);
	-moz-border-radius: 5px;
border-radius: 5px;
}
.lang a {
	font-size: 9.5pt;
	color: #FFF;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
	margin: 0 3px;
}

.lang a:hover, .lang a.on {
	text-decoration: none;
}

#menu {
	padding: 0;
	margin: 20px 30px 0 0;
	list-style-type:none;
	float: right;
}
#menu li { 
display: inline-block;
font-size: 10.5pt;
font-weight: 600;
text-transform:uppercase;
}
#menu li a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
}
#menu li a:hover, #menu li a.on {
	text-decoration: underline;
}
#menu li:last-child a {
	background: #FFF;
	color: #be2557;
	padding: 10px 20px;
		-moz-border-radius: 5px;
border-radius: 5px;
}

.logo {
	border: 0;
	margin: 31px 0 0 50px;
}
.lside {
	float:left;
	margin-left: 15px;
	width: 270px;
	min-height: 300px;
}
#side_menu {
	list-style-type: none;
	padding: 0;
	margin: -137px 0 0 0;
	padding-top: 40px;
	width: 270px;
	background: url(images/s_top.png) no-repeat top center;
}
#side_menu li {
	background: #be2557;
	padding: 0 30px;
}
#side_menu li a {
	border-bottom: 1px solid #cd5e82;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	padding: 18px 0;
	text-decoration: none;
}
#side_menu li a:hover, #side_menu li a.on {
	
text-decoration: underline;	
}
#side_menu li:last-child a {
	border-bottom: none;
	padding-bottom: 40px;
}
.rside {
	float: left;
	padding: 30px;
	color: #444;
	font-size: 10pt;
	width: 825px;
	min-height: 300px;
}
.minhead {
	width: 1170px;
	height: 230px;
	background-position: center;
	background-repeat: no-repeat;

}
.minhead div {
		width: 1170px;
	height: 230px;
background: url(images/head.png) no-repeat top left;

}

.minhead div h1 {
	left: 315px;
	position: absolute;
	color: #FFF;
	text-transform: uppercase;
	font-size: 28pt;
	font-weight: 700;
	padding: 0;
	top: 128px;
	
}

#h {
list-style-type: none;
padding: 0;
margin: 0;
width: 1170px;

height: 500px;	
}
#h li {
	width: 1170px;
height: 500px;	
background-position: center;
background-repeat: no-repeat;

}

#h li div {
width: 1170px;
height: 500px;
background: url(images/head.png) no-repeat top left;
}

#h li div h1 {
	color: #FFF;
	font-size: 28pt;
	font-weight: 700;
	text-align: center;
	padding-top: 250px;
}
#cookie { -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); position:fixed; bottom:0; left:0; z-index:100; background-color:#f0f0f1; width:100%; padding:30px 0px 20px 0px; color:#444; font-size:9.5pt; line-height:150%; }
#cookie a { color:#444; }
#cookie a.sutinku { transition:0.2s ease; cursor:pointer; color:#fff; background-color:#444; display:block; width:95px; padding:12px 0; float:right; margin-left:30px; font-size:10.5pt; text-decoration:none; border-radius:3px; font-weight:600; text-align:center; }
#cookie .cnt { width:1170px; margin:0 auto; max-width:92%; background:transparent; }
#cookie a:hover { text-decoration:none; }
#cookie a.sutinku:hover { background-color:#88d000; }