body, header, footer {
	margin: 0;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
h1 {
	font-size: 38px;
	line-height: 49px;
	font-weight: 400;
	color: #ffffff;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	display: inline-block;
	color: #333333;
}
img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus, :active, :visited {
	outline: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.hidden {
	visibility: hidden;
	display: none;
}
.visible {
	visibility: visible;
	display: block;
}
body {
	font-size: 15px;
	color: #333;
}
.post-anounce__title {
	color: #ffffff;
}
.post-anounce__title:hover {
	color: #ff4444;
}
.post-anounce.post-anounce--lg .post-anounce__title {
	font-size: 32px;
	line-height: 40px;
}
.post-anounce.post-anounce--sm .post-anounce__title {
	font-size: 24px;
	line-height: 29px;
}
.post-anounce.post-anounce--xs .post-anounce__title {
	font-size: 19px;
	line-height: 23px;
}
.top-menu__link {
	color: #ffffff;
	text-transform: uppercase;
}
.posts-anounce__slider {
	height: 232px;
    overflow: hidden;
}
.slider {
    overflow: hidden;
    height: 676px;
}


