.body {
	flex-grow: 1;
}
.main-contacts {
	width: 100%;
	height: 85px;
	font-size: 1.2em;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background-color: #cd2122;
	color: #fff;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 12px;
	position: relative;
}
.main-contacts p {
	text-align: center;
}
.main-contacts:before, .main-contacts:after {
	content: '';
	background-color: #f5f5f5;
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 12px;
	clip-path: polygon(0 0, 98% 0, 100% 100%, 0 100%);
}
.main-contacts:after {
	left: auto;
	right: 0;
	clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
}

/* ----------------------------------------------------------------- ARTICLES */
/* ----------------------------------------------------------------- ARTICLES */
.component-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: stretch;
	align-items: stretch;
	width: 100%;
}
.right-aside {
	justify-content: space-between;
}
.right-aside>div:first-child {
	width: 70%;
	margin-right: 30px;
}
.right-aside>div:last-child {
	width: 25%;
	margin: 50px 0 20px;
	background-color: #fff;
	padding: 20px 20px;
	-webkit-box-shadow: 0 0 25px 0px rgba(0,0,0,0.4);
	box-shadow: 0 0 25px 0px rgba(0,0,0,0.4);
	align-self: flex-start;
}
.article-body {
	margin-top: 20px;
}
.article-body>img {
	margin: 20px 0;
}
.article-body p {
	margin-bottom: 20px;
}
[itemprop="articleBody"] {
	padding: 0;
	margin-bottom: 40px;
}
[itemprop="articleBody"] hr {
  background-color: #ccc;
  color: #ccc;
  height: 1px;
  border: none;
}
[itemprop="articleBody"] p {
	margin-bottom: 10px;
}
[itemprop="blogPost"] {
	background-color: #fff;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.page-header {
	margin-top: 0;
}
.center-img {
	-ms-align-self: center;
	align-self: center;
  display:block;
margin: 0 auto;
  padding: 1em 0;
}
.category-list {
	margin-bottom: 50px;
}
.content-category h1 {
	margin: 40px 0 20px;
}
.content-category a {
	display: block;
	position: relative;
	color: #333;
	margin: 5px 0;
	transition: 0.4s;
	padding-left: 20px;
}
.readmore-link {
	display: block;
	position: relative;
	transition: 0.4s;
	padding-left: 15px;
}
.content-category a:hover,
.readmore-link:hover {
	color: #cd2122;
}
.content-category a:before, .content-category a:after,
.aside-categories>li>a:after, .aside-categories>li>a:before,
.readmore-link:after, .readmore-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	height: 16px;
	width: 10px;
	background: url(../images/arrow-right.png) center/8px no-repeat;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 1;
}
.content-category a:before, .content-category a:after{
	height: 19px;
}
.readmore-link:after, .readmore-link:before {
	height: 17px;
}
.content-category a:after,
.aside-categories>li>a:after,
.readmore-link:after {
	background: url(../images/arrow-right-hover.png) center/8px no-repeat;
	opacity: 0;
}
.content-category a:hover:after,
.aside-categories>li>a:hover:after,
.readmore-link:hover:after {
	opacity: 1;
}
.content-category a:hover:before,
.aside-categories>li>a:hover:before,
.readmore-link:hover:before {
	opacity: 0;
}
#aside .line {
	height: 1px;
	width: 35px;
	background-color: #ccc;
	margin: 20px 0;
}
.aside-categories {
	list-style: none;
}
.aside-categories>li>a {
	display: block;
	padding-left: 20px;
	margin: 5px 0;
	position: relative;
	font-weight: 500;
}
.aside-categories a:hover {
	color: #cd2122;
}
.aside-categories .nav-child {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}
.aside-categories .nav-child>li {
	margin: 5px 0;
	font-size: 0.95em;
}
.aside-categories .nav-child .nav-child {
	padding-left: 40px;
}
.right-aside .category-img {
	max-width: 400px;
}