.docs_body{
	display: flex;
	justify-content: center;
	max-width: 1140px;
	margin: -0.5em 0 9.7em 0;
	flex-wrap: wrap;
}
a.docs_category,
a.docs_category:hover,
a.docs_category:focus,
a.docs_category:visited{
	background-color: #1A123B;
	background-image: url(../img/docs_bg.png);
	background-size: 100% 100%;
	color: #fff;
	height: 350px;
	flex-basis: 350px;
	text-decoration: none;
	margin: 0.9em;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.docs_category-img{
	width: 59px;
}
.docs_category-h2{
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 400;
	margin-top: 1.5em;
}
.docs_category-desc{
	margin: 1em 0 0.3em 0;
	font-size: 0.9em;
	line-height: 1.7em;
}
.docs_search-form{
	display: flex;
	max-width: 730px;
	width: 100%;
	justify-content: space-between;
	margin-top: 0.3em;
}
.docs_search-form button{
	border: none;
	border-radius: 0;
	background: #1A123B;
	color: #fff;
	font-size: 1.2em;
	padding: 0.81em 1.9em;
	cursor: pointer;
}
.docs_search-form-input{
	flex-grow: 1;
	position: relative;
	margin-right: 1em;
}
.docs_search-form-input::after{
	content: '';
	display: flex;
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(../img/search-b.svg);
	top: 0.9em;
	right: 1em;
	background-repeat: no-repeat;
}
.docs_search-form-input input[type="text"]{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	padding: 0.7em 2.7em 0.5em 1.5em;
	font-size: 1.1em;
}
.docs_posts{
	margin-top: 1.85em;
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-right: -1em;
	justify-content: space-between;
}
a.docs_category_one,
a.docs_category_one:hover,
a.docs_category_one:focus,
a.docs_category_one:visited{
	color: #000;
	text-decoration: none;
	background: #fff;
	margin: 1em;
	padding: 1.8em 1em 1.4em 1.5em;
	flex-basis: 300px;
	flex-grow: 1;
}
h2.docs_category_one-tile{
	font-size: 0.95em;
	line-height: 1.55em;
}
.docs_category_one-date{
	color: #958D8D;
	font-size: 0.85em;
	margin-top: 1em;
}
.docs_category_one-content{
	font-size: 0.82em;
	line-height: 1.5em;
	margin-top: 0.7em;
}

ul.breadcrumbs-body{
	/* margin: 3em 0.3em 0 0.3em; */
}
h1.entry-title{
	line-height: 1.3em;
	margin: 0.5em 0 -0.5em 0;
}
.docs_singal-body{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 9.7em 0;
	justify-content: center;
}
.docs_singal-img{
	width: 350px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../img/home_news.jpg);
	margin-bottom: 1em;
}
.docs_singal-block{
	flex-basis: 700px;
}
.docs_singal-block{
	flex-basis: 500px;
	margin: 0 0 1em 2em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.docs_singal-text{
	font-size: 1.39em;
	line-height: 1.43em;
	overflow-y: auto;
	max-height: 360px;
	margin-bottom: 1em;
}
.docs_singal-links{
	display: flex;
}
.docs_singal-links a:hover,
.docs_singal-links a:focus,
.docs_singal-links a:visited,
.docs_singal-links a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.08em;
	margin: 0;
	flex-grow: 1;
	padding: 1.5em 0;
}
.docs_singal-links a.docs_singal-link-r:hover,
.docs_singal-links a.docs_singal-link-r:focus,
.docs_singal-links a.docs_singal-link-r:visited,
.docs_singal-links a.docs_singal-link-r{
	background: #1A123B;
	color: #fff;
	margin-right: 1.0em;
}
.docs_singal-links a.docs_singal-link-d:hover,
.docs_singal-links a.docs_singal-link-d:focus,
.docs_singal-links a.docs_singal-link-d:visited,
.docs_singal-links a.docs_singal-link-d{
	background: #fff;
	color: #090613;
	margin-left: 1.0em;
}
@media screen and (max-width: 895px){
	.docs_singal-block{
		margin: 0;
	}
}
@media screen and (max-width: 40.4em){
	a.docs_category, a.docs_category:hover, a.docs_category:focus, a.docs_category:visited{
		flex-basis: 100%;
		font-size: 0.9em;
		margin: 0 0.9em 0.9em;
		height: 255px;
	}
	.docs_body{
		margin: 1em 0;
	}
	h1.entry-title{
    margin: 0.5em 0;
		font-size: 2em;
	}
	.docs_singal-img{
		width: 100%;
		background-position: top;
		height: calc(67vw - 30px);
	}
	.docs_singal-text{
		font-size: 1em;
	}
	.docs_singal-links{
		font-size: 0.8em;
	}
	.docs_singal-body{
		margin: 0 0 2em 0;
	}
}