html, body {
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

ul , li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #cc3333;
}

b, strong {
	font-weight: 700;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.wrap-head {
	width: 100%;
	background:	url(img/bg-head.jpg) repeat-x;
	margin: 0 auto;
}

.head {
	max-width: 1366px;
	height: 207px;
	margin: 0 auto;
	background: url(img/head.jpg) no-repeat; 
	position: relative;
}

.head__logo {
	right: 50%;
	top: 79px;
	margin-right: -469px;
	position: absolute;
}

.wrap-menu {
	width: 100%;
	background: #f3eed9;
}

.top-menu {
	width: 1000px;
	margin: 0 auto;
}

.top-menu li {
	float: left;
	width: 33%;
	text-align: center;
}

.top-menu li:first-child {
	text-align: left;
}

.top-menu li:last-child {
	text-align: right;
}

.top-menu__item {
	font-family: 'Lobster', cursive; 
	display: block;
	padding: 12px 0 14px 0;
	text-decoration: none;
	font-size: 26px;
	color: #4c4d3e;
}

.top-menu__item:hover,
.top-menu__item--act {
	color: #cc3333;
}

.top-menu__item--act {
	border-bottom: 3px solid #cc3333;
}

.content {
	margin: 30px auto 0 auto;
	height: 100%;
	width: 1000px;
	padding-bottom: 80px;
}

.article__title {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	color: #474747;
	font-weight: 500;
}

.article__title a {
	text-decoration: none;
	color: #474747;
}

.article__title a:hover {
	color: #cc3333;
}

.article p {
	line-height: 1.5;
}

.article__read-more {
	font-size: 16px;
	float: right;
	color: #cc3333;
	text-decoration: none;
}

.article__read-more:hover {
	text-decoration: underline;
}

.article__preview {
	float: left;
	margin: 0 15px 5px 0;
}

.news_image {
	max-width: 50%;
	float: left;
	margin: 0 20px 8px 0;
}

.news__more {
  clear: both;
}

.news__more a:hover {
	text-decoration: underline;
}

.news__more h4 {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'Lobster', cursive;
	color: #616161;
	font-size: 18px;
}

.wrap-footer {
	width: 100%;
	height: 50px;
	background: #303120;
	margin-bottom: 0;
	position: absolute;
	overflow: hidden;
	bottom: 0;
}

.footer {
	width: 1000px;
	margin: 0 auto;
}

.footer__copyright {
	color: #fff;
	float: right;
	margin-top: 15px;
}

.footer__copyright a {
	text-decoration: none;
	color: #fff;
}

.footer__copyright a:hover {
	color: #cc3333;
}

.clear{	clear: both;}




