.p-root__main_h1block {
	margin-left: 5px;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
	color: #999;
}

.p-root__main_h1block:hover {
	background: #f5f5f5;
}

.p-root__main_h1link:hover {
	text-decoration: none;
}

.p-root__main-banner {
	background-color: #fafafa;
	color: #333;
	padding: 11px 20px 11px 20px;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 0 1px rgba(147, 0, 123, 0.04), 0 4px 8px 0 rgba(147, 0, 123, 0.20);
}


.p-root__main-block {
	color: #333;
	margin-left: 20px;
}


.p-root__main-link a {
	font-size: 16px;
}

.p-root__main-banner span {
	color: #900;
}

.p-root__main-h2 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.p-root__structure {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	justify-content: around;
	margin-top: 10px;
	margin-bottom: 20px;
}

.p-root__structure-item {
	min-width: 121px;
	min-height: 40px;
	line-height: 40px;
	padding-left: 5px;
	background: rgba(147, 0, 123, .06);
	border: 1px solid rgba(147, 0, 123, .1);
	border-radius: 4px;
	margin: 3px;
	margin-bottom: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.p-root__structure-item:hover {
	background: rgba(147, 0, 123, .04);
}

.p-root__structure-item i {
	font-size: 16px;
}

.p-root__structure-item:hover {
	text-decoration: none;
	border: 1px solid rgba(147, 0, 123, .2);
}

.p-root__structure-item-first {
	background: rgba(147, 0, 123, .2);
}

.p-root__structure-item-first:hover {
	border: 1px solid rgba(147, 0, 123, .4);
}
