/* ------ */
/* print */
/* ------ */
body {
	background: #fff;
	color: #707b81;
	font: normal 14px/140% 'Arial CE', 'Arial', 'Tahoma', sans-serif;
	margin: 0;
	padding: 20px;
}
a[href]:after,
.header-top-controls,
.main-menu,
.slider,
footer,
.header-image,
.breadcrumb,
.content-left,
.pagination,
.page-navi,
.related-items,
.custom-form,
.header-top-link,
.header-top-search,
.about .icons,
.articles .more,
.content-image {
	display: none;
}
.container-fluid,
.container,
.col-xs-12 {
	width: 100%;
	padding: 0;
}
.row {
	margin: 0;
}
.label {
	border: 0;
}
header {
	margin-bottom: 40px;
	border-bottom: 0;
}
.header-top {
	border-bottom: 0;
}
.header-top .container {
	height: auto;
	padding-top: 0;
}
.about {
	margin-bottom: 0;
	text-align: left;
}
.about .title {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 40px;
	line-height: 48px;
}
.about .text {
	padding: 0;
	font-size: 23px;
	line-height: 32px;
}
.articles {
	margin-bottom: 0;
}
.articles .title {
	margin-bottom: 20px;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
}
.articles .list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.articles .item,
.articles .item.big {
	width: 100%;
}
.articles .item .inside,
.articles .item.big .inside {
	padding: 0;
}
.articles .item .image,
.articles .item.big .image {
	max-width: 250px;
	height: auto;
}
.articles .item .label,
.articles .item.big .label {
	margin-top: 0;
	margin-bottom: 0;
}
