

/* Start:/local/templates/ago/template_styles.css?17470603802791*/
html{
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #222;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	height: 100%;
}

a:hover,
a:active {
	color: #2c1472;
}

.container {
	box-sizing: border-box;
}

header {
	background-color: #000;
	color: #fff;
	flex: 0 0 auto;
}

.logo {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 10px 12px;
}

.logo:hover {
	color: #fff;
}

.logo-l {
	padding-right: 10px;
	font-size: 42px;
	line-height: 1;
	margin-top: 6px;
	position: relative;
}

.logo-l:before {
	content: '';
	width: 7px;
	height: 38px;
	position: absolute;
	right: -2px;
	top: 0;
	background-color: #7c4dff;
}

.logo .logo-note {
	font-size: 14px;
	line-height: 1;
	padding-left: 11px;
}

article {
	margin-bottom: 20px;
}

.video img,
.article-detail img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.video video {
	display: none;
	width: 100%;
	border-radius: 10px;
}

.article-detail video {
	margin-bottom: 25px;
}

p {
	margin-top: 0;
}

footer {
	background-color: #000;
	color: #fff;
	margin-bottom: 24px;
	flex: 0 0 auto;
}

.footer-line {
	background-color: #000;
	padding: 20px 12px;
}

h2 a,
h4 a {
	color: #222;
	text-decoration: none;
}

article a {
	display: block;
	text-decoration: none;
}

.video:hover img {
	display: none;
}

.video:hover video {
	display: block;
}

article h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* детальная статья */

.article-detail {
	line-height: 1.6;
}

.article-detail h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.article-text img,
.article-text video {
	margin-top: 5px;
	margin-bottom: 15px;
	/*max-width: 70%;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*display: inherit;*/
}

.article-detail h2 {
	position: relative;
	font-size: 22px;
	margin: 0 0 15px;
	padding-left: 15px;
}

.article-detail h2:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 5px;
	height: 18px;
	margin-top: -10px;
	background-color: #7c4dff;
}

.article-detail h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}

.main-img {
	margin-bottom: 25px;
	/*max-width: 70%;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*display: inherit;*/
}

main {
	flex: 1 0 auto;
	margin-top: 40px;
}

aside img {
	width: 100%;
	margin-bottom: 0 !important;
	border-radius: 8px;
}

aside h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 8px 0 4px;
	font-size: 18px;
}

.aside-block {
	margin-bottom: 15px;
}

aside {
	margin-top: 60px !important;
	font-size: 14px;
}

/* End */
/* /local/templates/ago/template_styles.css?17470603802791 */
