/*------------------------ Page -------------------------*/

.Page-wrap {
	color: #000;
	margin: 0 auto;
	/*max-width: 1200px;*/
}

/*-------------------------- Path ----------------------------*/

.Page-path  {
	display: none;
}
@media (min-width: 600px) {
	.Page-path {
		background-color: #f5f5f5;
		box-shadow: inset 0 4px 10px #ddd;
		display: block;
		margin-bottom: 60px;
		padding: 17px 30px;
	}
	.Page-path span {
		color: #898989;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 1.2;
	}
	.Page-path span:not(:last-child):after {
		content: " /";
	}
}

/*----------------------- Content -------------------------*/

.Page-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 68px;
	margin-top: 40px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.Page-content {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1200px;
}
@media (min-width: 720px) {
	.Page-content {
		flex-direction: row;
	}
}
.Content {
	max-width: 955px;
	order: 1;
	padding: 0 10px;
	width: 100%;
}
.Content a:focus {
	outline: none;
}

/*-------------------- Article ---------------------*/

.Articles {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 33px;
}
.Article {
	box-sizing: border-box;
	margin-bottom: 42px;
	width: 100%;
}
@media (min-width: 500px) {
	.Article {
		padding: 0 20px;
	}
}
@media (min-width: 860px) {
	.Article {
		width: 50%;
	}
}
.Article-img {
	display: block;
	line-height: 0;
	margin-bottom: 10px;
}
.Article-img img {
	width: 100%;
}
.Article-title {
	color: #222;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 4px;
	padding: 3px 0;
	text-transform: uppercase;
}
@media (min-width: 400px) {
	.Article-title  {
		font-size: 18px;
	}
}
.Article-link a:link,
.Article-link a:visited,
.Article-link a:hover,
.Article-link a:active {
	color: #27934b;
	font-family: 'Magra', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
.Article-link a:hover {
	text-decoration: underline;
}

/*-------------------- Pagination ---------------------*/

.Pagination {
	margin-bottom: 90px;
}
@media (min-width: 500px) {
	.Pagination {
		padding-left: 22px;
	}
}
.Pagination a:link,
.Pagination a:visited,
.Pagination a:hover,
.Pagination a:active {
	border: 1px solid #898989;
	color: #898989;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin-right: -1px;
	outline: none;
	padding: 5px 10px;
}
.Pagination a:not(:first-child) {
	border-left: 1px solid transparent;
}
.Pagination a:hover {
	border: 1px solid #f4ba32;
	color: #f4ba32;
	position: relative;
}
.Pagination a:first-child {
	border-radius: 4px 0 0 4px;
}
.Pagination a:last-child {
	border-radius: 0 4px 4px 0;
}
.Pagination--active {
	border: 1px solid #f4ba32 !important;
	background-color: #f4ba32;
	color: #fff !important;
}
.Pagination-next svg {
	fill: #898989;
	width: 8px;
}
.Pagination-next:hover svg {
	fill: #f4ba32;
	width: 8px;
}


/*-------------------- Aside ---------------------*/

.Aside {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 10px;
}
@media (min-width: 400px) {
	.Aside {
		flex-direction: row;
	}
}
@media (min-width: 500px) {
	.Aside {
		padding: 0 10px 0 30px;
	}
}
@media (min-width: 720px) {
	.Aside {
		flex-direction: column;
		min-width: 250px;
	}
}

/*-------------------- Aside items ---------------------*/

.Aside-item {
	margin-bottom: 5px;
	padding-right: 10px;
	width: 50%;
}
@media (min-width: 720px) {
	.Aside-item {
		width: 100%;
	}
}
.Aside-class {
	cursor: pointer;
	margin-bottom: 25px;
	white-space: nowrap;
}
.Aside-classB {
	color: #27934b;
	font-family: 'Magra', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 0.8;
	margin-bottom: 44px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (min-width: 500px) {
	.Aside-classB {
		font-size: 24px;
	}
}
.Aside-class span:last-child {
	border-bottom: 2px solid #27934b;
	border-right: 2px solid #27934b;
	bottom: 4px;
	cursor: pointer;
	display: inline-block;
	height: 9px;
	position: relative;
	transform: rotate(-45deg);
	transition: all 0.2s ease-out;
	width: 9px;
}
.Aside-class--active .Aside-classB {
	margin-right: 9px;
}
.Aside-class--active span:last-child {
	bottom: 5px;
	transform: rotate(45deg);
}
.Aside-species {
	display: none;
	list-style: none;
}
.Aside-species a:link,
.Aside-species a:visited,
.Aside-species a:hover,
.Aside-species a:active {
	color: #222;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
	outline: none;
	padding-left: 15px;
	text-decoration: none;
	white-space: nowrap;
}

.Aside-species li:last-child {
	margin-bottom: 30px;
}