@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

.content {
	font-size: 16px;
	line-height: 1.3;
	overflow: hidden;
	margin-bottom: 30px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
}

.content h1 {
	font-size: 36px;
	text-transform: uppercase;
}

.content h2 {
	font-size: 26px;
}

.content h3 {
	font-size: 20px;
}

.content h4 {
	font-size: 18px;
}

.content h5 {
	font-size: 16px;
}

.content h6 {
	font-size: 14px;
}

.content p, .content table, .content ul, .content ol, .content img {
	margin-bottom: 20px;
}

.content ul, .content ol {
	display: block;
	list-style: none;
}

.content li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.content ul ul {
	margin-top: 10px;
}

.content ul li {
	padding-left: 30px;
}

.content ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 4px;
	top: 9px;
	left: 0;
	background-color: #f84358;
	border-radius: 2px;
}

.content ol {
	counter-reset: list;
}

.content ol li {
	padding-left: 20px;
}

.content ol li:before {
	counter-increment: list;
	content: counter(list) ". ";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 26px;
	color: #f84358;
}

.content ol[start="1"] {
	counter-reset: list 10;
}

.content ol[start="2"] {
	counter-reset: list 1;
}

.content ol[start="3"] {
	counter-reset: list 2;
}

.content ol[start="4"] {
	counter-reset: list 3;
}

.content ol[start="5"] {
	counter-reset: list 4;
}

.content ol[start="6"] {
	counter-reset: list 5;
}

.content ol[start="7"] {
	counter-reset: list 6;
}

.content ol[start="8"] {
	counter-reset: list 7;
}

.content ol[start="9"] {
	counter-reset: list 8;
}

.content ol[start="10"] {
	counter-reset: list 9;
}

.content table {
	height: auto;
	width: auto;
	max-width: 100%;
	border-spacing: 0;
}

.content td, .content th {
	padding: 10px 20px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	cursor: default;
}

.content th {
	color: #1e1b2f;
}

.content th:first-child {
	text-align: left;
}

.content tr:nth-child(2n) td {
	background-color: #f0f0f3;
}

.content tr:hover > td {
	color: #ffffff;
	background-color: #514983;
}

.content img {
	display: block;
	max-width: 100%;
	height: auto;
}

.content img.alignleft {
	max-width: 60%;
	margin: 5px 30px 10px 0;
}

.content img.alignright {
	max-width: 60%;
	margin: 5px 0 10px 30px;
}

.content > :last-child {
	margin-bottom: 0;
}

.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .alignnone {
	margin: 0 0 20px;
}

.content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.content blockquote, .content .warn, .content .hint {
	display: block;
	overflow: hidden;
	padding: 15px 20px 15px 120px;
	margin-bottom: 20px;
	background: url(../images/ico_quotes.png) 40px 50% no-repeat;
	border: 1px solid #bfaaff;
	border-radius: 5px;
	min-height: 50px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.content blockquote > :last-child, .content .warn > :last-child, .content .hint > :last-child {
	margin-bottom: 0;
}

.content .hint {
	min-height: 100px;
	border: none;
	background: #f6f5fa url(../images/ico_hint.png) 22px 50% no-repeat;
}

.content .warn {
	background: url(../images/ico_warn.png) 50px 50% no-repeat;
	border: 1px solid #f84358;
}

.content .wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	line-height: 1.3;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f6f5fa;
}

.content .wp-caption .wp-caption-text {
	padding: 10px 10px 0;
	margin: 0;
}

.content .wp-caption img {
	margin: 0;
}

.gallery {
	overflow: hidden;
	margin: 0 -10px 10px 0;
	font-size: 0;
	line-height: 0;
}

.gallery .gallery-item {
	display: inline-block;
	width: 33.33%;
	padding: 0;
	margin: 0 0 10px;
	vertical-align: top;
}

.gallery .gallery-icon {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.gallery .gallery-icon a, .gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.gallery .gallery-caption {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 10px 10px;
	margin: 0 10px 0 0;
	background-color: #f6f5fa;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

#toc_container {
	display: block;
	position: relative;
	padding: 12px 20px;
	background-color: #f6f5fa;
	margin-bottom: 20px;
}

#toc_container .toc_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}

#toc_container .toc_list {
	display: block;
	margin: 0;
}

#toc_container li {
	display: block;
	font-size: 14px;
	position: relative;
	margin: 0 0 10px;
	padding: 0;
}

#toc_container li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 0;
	height: 0;
	border-left: 3px solid #514983;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	background: none;
}

#toc_container li a {
	display: block;
	position: relative;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #514983;
	text-decoration: underline;
}

#toc_container li a:hover {
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	font-family: 'PT Sans', Arial, Helvetica, Ubuntu, 'Exo 2', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	min-width: 320px;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

h1 {
	display: block;
	font-size: 24px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#site {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 120px;
}

input[type="submit"] {
	display: inline-block;
	padding: 0 20px;
	border: 0;
	border-radius: 5px;
	background: #514983;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #cccccc;
}

#site {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	background: #ffffff;
}

#container {
	z-index: 1;
	position: relative;
	flex: 1 0 auto;
}

.fixed {
	width: 96%;
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#header {
	display: block;
	position: relative;
	height: 362px;
	margin-bottom: 30px;
	background: #ffffff url(../images/header_bg.jpg) 50% 100% repeat-x;
}

#header:before {
	display: block;
	content: '';
	background: url(../images/header.jpg) 100% 100% no-repeat;
	width: 570px;
	height: 362px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 120px;
	z-index: 1;
}

#header .fixed {
	z-index: 2;
	position: relative;
	height: 100%;
}

.header {
	display: block;
	position: relative;
	width: 640px;
	padding-top: 30px;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.header:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.header .item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.3;
	color: #514983;
	width: 40%;
	box-sizing: border-box;
	z-index: 1;
}

.header .item:nth-child(2n) {
	width: 53%;
}

.header .logo {
	height: 70px;
	padding: 30px 0 0 135px;
	background: url(../images/logo.png) 0 50% no-repeat;
	text-decoration: none;
	line-height: 1.2;
	color: #a29fbb;
}

.header .logo:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header .menu_top {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.header .menu_top ul {
	display: none;
	margin-right: -14px;
}

.header .menu_top li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
}

.header .menu_top a {
	font-size: 11px;
	color: #514983;
	text-decoration: none;
}

.header .menu_top a:hover {
	text-decoration: underline;
}

.header .search {
	display: block;
	position: relative;
	overflow: hidden;
}

.header .search input[type="text"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #e9e8f0;
	margin: 0;
	padding: 10px 30px 10px 20px;
	border-radius: 5px;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: none;
	position: relative;
	z-index: 1;
}

.header .search input[type="text"]:-ms-input-placeholder {
	color: #a29fbb;
}

.header .search input[type="text"]:-moz-placeholder {
	color: #a29fbb;
}

.header .search input[type="text"]::-moz-placeholder {
	color: #a29fbb;
}

.header .search input[type="text"]::-webkit-input-placeholder {
	color: #a29fbb;
}

.header .search input[type="text"]:focus {
	color: #514983;
}

.header .search input[type="submit"] {
	display: block;
	background: url(../images/ico_search.png) 0 0 no-repeat;
	width: 8px;
	height: 11px;
	position: absolute;
	right: 10px;
	top: 15px;
	border: none;
	cursor: pointer;
	z-index: 10;
}

.header .search input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header .header_cats {
	z-index: 2;
}

.header .cats_btn {
	display: block;
	padding: 10px 40px 10px 20px;
	border-radius: 5px;
	border: 1px solid #b19cd2;
	font-size: 20px;
	font-weight: bold;
	color: #514983;
	line-height: 30px;
	cursor: pointer;
	background: url(../images/ico_menu.png) 92% 50% no-repeat;
}

.header .cats_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header .cats_menu {
	display: none;
	position: absolute;
	left: 0;
	top: 68px;
	padding: 10px 20px 5px;
	background: #f7f7fa;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #b19cd2;
}

.header .cats_menu:before, .header .cats_menu:after {
	content: '';
	display: block;
	position: absolute;
	left: 25px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #b19cd2;
	top: -11px;
}

.header .cats_menu:after {
	top: -10px;
	border-bottom: 10px solid #f7f7fa;
}

.header .cats_menu li {
	display: block;
	position: relative;
	margin: 0 0 10px;
}

.header .cats_menu a {
	text-decoration: none;
}

.header .cats_menu a:hover {
	text-decoration: underline;
}

.header .header_social {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.header .header_social:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.header .header_social .text, .header .header_social .buttons {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}

.header .header_social .text {
	text-align: left;
	max-width: 190px;
	font-size: 12px;
	line-height: 1.3;
}

.header .header_social .buttons {
	text-align: right;
	margin-left: -15px;
}

.header .header_social a {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../images/ico_social.png) 0 2px no-repeat;
	margin: 8px 0 8px 15px;
}

.header .header_social a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header .header_social .ico_1 {
	width: 17px;
}

.header .header_social .ico_2 {
	background-position: 0 -14px;
}

.header .header_social .ico_3 {
	background-position: 0 -28px;
}

.header .header_social .ico_4 {
	background-position: 0 -42px;
}

.header .header_link {
	padding-left: 50px;
	background: url(../images/ico_catalog.png) 0 4px no-repeat;
}

.header .header_link .title {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #514983;
	line-height: 1.1;
	margin-bottom: 10px;
}

.header .header_link .title:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header .header_link .text {
	font-size: 12px;
	color: #a29fbb;
}

.header .header_hot {
	padding-left: 40px;
	background: url(../images/ico_hot.png) 0 4px no-repeat;
}

.widget {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.widget > div:last-child, .widget > ul:last-child {
	margin-bottom: 0;
}

.widget .widget_title {
	margin-bottom: 25px;
}

.widget_title, .block_title {
	display: block;
	color: #1e1b2f;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.widget_popular .popular_post {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 25px;
	border: 1px solid #e7e9ee;
	border-bottom-width: 0;
	cursor: default;
}

.widget_popular .popular_post:hover {
	background: #f6f5fa;
}

.widget_popular .popular_post:first-child {
	border-radius: 5px 5px 0 0;
}

.widget_popular .popular_post:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom-width: 1px;
}

.widget_popular .thumb {
	display: block;
	overflow: hidden;
	float: left;
	width: 205px;
	height: auto;
}

.widget_popular .thumb img {
	width: 100%;
	height: auto;
}

.widget_popular .thumb + .info {
	margin-left: 240px;
}

.widget_popular .meta {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

.widget_popular .category {
	display: inline-block;
	vertical-align: middle;
	background-color: #514983;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 4px;
	margin-right: 10px;
	border-radius: 4px;
	text-align: left;
}

.widget_popular .category:hover {
	opacity: 0.8;
}

.widget_popular .views {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	background: url(../images/ico_view.png) 0 50% no-repeat;
	color: #b2b2b2;
}

.widget_popular .title {
	display: block;
	color: #514983;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 10px;
	text-decoration: none;
}

.widget_popular .title:hover {
	opacity: 0.8;
}

.widget_popular .text {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.widget_featured .featured_post {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	max-height: 320px;
	border-radius: 5px;
}

.widget_featured .featured_post:before {
	content: 'Обсуждаемое';
	display: block;
	position: absolute;
	top: 30px;
	right: -40px;
	transform: rotate(45deg);
	background: #f84358;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	padding: 5px 40px;
}

.widget_featured img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	border-radius: 5px;
}

.widget_featured .title {
	display: block;
	position: absolute;
	padding: 15px 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background: rgba(23, 19, 44, 0.8);
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
}

.widget_featured .title:hover {
	opacity: 0.8;
}

.widget_nav_menu ul {
	display: block;
	padding: 10px 0;
	margin-bottom: 30px;
	border: 1px solid #e7e9ee;
	border-radius: 5px;
}

.widget_nav_menu ul ul {
	display: none;
}

.widget_nav_menu li {
	display: block;
	position: relative;
}

.widget_nav_menu a {
	display: block;
	padding: 10px 40px 10px 30px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	color: #514983;
	z-index: 2;
}

.widget_nav_menu a:hover {
	background-color: #514983;
	color: #ffffff;
}

.widget_nav_menu a:hover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 10px;
	background-color: #f84358;
}

.widget_nav_menu a:hover:after {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	right: 11px;
	background: url(../images/ico_arrow.png) 0 0 no-repeat;
	width: 8px;
	height: 11px;
}

.widget_nav_menu span {
	display: block;
	position: absolute;
	width: 15px;
	top: 10px;
	right: 30px;
	color: #c0becf;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	z-index: 1;
	text-align: left;
}

.widget_useful {
	position: relative;
	background: url(../images/pic_useful.jpg) 50% 100% no-repeat;
	background-size: cover;
	min-height: 527px;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 5px;
}

.widget_useful .category {
	display: inline-block;
	margin: 0 0 25px;
	padding: 5px 20px;
	background-color: #f84358;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
	cursor: default;
}

.widget_useful .title {
	display: block;
	color: #1e1b2f;
	font-family: Ubuntu, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	text-decoration: none;
}

.widget_useful .title:hover {
	opacity: 0.7;
}

.widget_commented .commented_post {
	display: table;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
}

.widget_commented .thumb {
	display: table-cell;
	width: 86px;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
	padding-right: 20px;
}

.widget_commented .thumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.widget_commented .title {
	display: table-cell;
	text-decoration: none;
	color: #514983;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: middle;
}

.widget_commented .title:hover {
	opacity: 0.7;
}

.widget_commented .title span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: #f84358;
	border-radius: 3px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	line-height: 16px;
	padding: 0 5px;
	margin-left: 5px;
	top: -1px;
}

.widget_construct {
	position: relative;
	padding: 30px;
	background-color: #f0f0f3;
	border-radius: 5px;
	min-height: 527px;
	box-sizing: border-box;
	text-align: center;
	cursor: default;
}

.widget_construct .three {
	display: block;
	color: #f84358;
	font-family: "Exo 2", sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: -5px;
}

.widget_construct .title {
	display: block;
	margin-bottom: 20px;
	color: #514983;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.widget_construct .text {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 0 auto 20px;
	max-width: 240px;
}

.widget_construct img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.widget_construct .button {
	display: inline-block;
	color: #514983;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid #514983;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
	margin-top: -5px;
}

.widget_construct .button:hover {
	opacity: 0.7;
}

.front_widgets {
	display: block;
	position: relative;
	margin: 30px -15px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.front_widgets > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: left;
}

.front_widgets .widget_popular {
	width: 50%;
}

.front_widgets .widget_featured, .front_widgets .widget_nav_menu {
	width: 25%;
}

.front_widgets .widget_title {
	min-height: 26px;
}

.front_widgets .widget {
	width: 33.33%;
}

.splash_block {
	display: block;
	position: relative;
	margin: 30px 0;
	height: 500px;
	background: url(../images/pic_splash.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.splash_block .splash_inner {
	display: block;
	margin: 0 auto;
	max-width: 640px;
	padding: 30px;
	text-align: center;
}

.splash_block .category {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 20px;
	background-color: #f84358;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
	cursor: default;
}

.splash_block .title {
	display: block;
	color: #1e1b2f;
	font-family: Ubuntu, sans-serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 1.2;
	text-decoration: none;
	margin-bottom: 20px;
}

.splash_block .title:hover {
	opacity: 0.7;
}

.splash_block .refresh {
	display: inline-block;
	color: #514983;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	height: 21px;
	padding-left: 40px;
	cursor: pointer;
	background: url(../images/ico_refresh.png) 0 50% no-repeat;
}

.splash_block .refresh:hover {
	opacity: 0.7;
}

.recent_posts {
	display: block;
	position: relative;
	background: #1e1b2f;
	background: radial-gradient(at 50% 110%, #4c466c, #1e1b2f 500px);
	padding: 30px 0;
	text-align: center;
	z-index: 2;
}

.recent_posts .recent_title {
	display: block;
	color: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.recent_posts .recent_posts_inner {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
	padding: 15px 0;
	font-size: 0;
	line-height: 0;
}

.recent_posts .recent_post {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
	color: #ffffff;
	cursor: default;
	position: relative;
}

.recent_posts .recent_post:hover:after {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: 0;
	right: 0;
	border: 1px solid #f84358;
	border-radius: 5px;
}

.recent_posts .recent_inner {
	display: table;
	width: 100%;
	position: relative;
	z-index: 5;
}

.recent_posts .thumb, .recent_posts .info {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.recent_posts .thumb {
	width: 160px;
	padding-right: 20px;
}

.recent_posts .thumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.recent_posts .category {
	display: inline-block;
	vertical-align: middle;
	background-color: #514983;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;
}

.recent_posts .category:hover {
	opacity: 0.8;
}

.recent_posts .title {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.recent_posts .title:hover {
	color: #9188c9;
}

.recent_posts .recent_more {
	display: inline-block;
	color: #9188c9;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #9188c9;
	border-radius: 5px;
	padding: 10px 15px;
	text-decoration: none;
	margin: -5px 0 10px;
	cursor: pointer;
}

.recent_posts .recent_more:hover {
	color: #b8b0e6;
	border-color: #b8b0e6;
}

.posts {
	display: block;
	position: relative;
	margin: -25px -25px 15px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.has_sidebar .posts {
	margin-right: -10px;
}

.posts .posts_splash {
	display: block;
	position: relative;
	margin: 25px;
	padding: 30px;
	height: 300px;
	background: url(../images/pic_splash.jpg) 50% 0 no-repeat;
	background-size: cover;
	text-align: center;
}

.posts .splash_category {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 20px;
	background-color: #f84358;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
}

.posts .splash_title {
	display: block;
	color: #1e1b2f;
	font-family: Ubuntu, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	text-decoration: none;
}

.posts .splash_title:hover {
	opacity: 0.7;
}

.posts .post {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 24px;
	border: 1px solid transparent;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.3;
	color: #000000;
	cursor: default;
}

.posts .post:hover {
	border-color: #f94158;
}

.posts .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.posts .thumb img {
	width: 100%;
	height: auto;
}

.posts .title {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #514983;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}

.posts .title:hover {
	opacity: 0.8;
}

.posts .text {
	display: block;
}

.breadcrumbs {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.breadcrumbs a, .breadcrumbs span {
	display: inline-block;
	color: #514983;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-decoration: none;
	position: relative;
}

.breadcrumbs a {
	padding-right: 13px;
	margin-right: 7px;
}

.breadcrumbs a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 3px solid #514983;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.breadcrumbs a:hover, .breadcrumbs span {
	color: #a8a4c1;
}

.breadcrumbs a.home {
	padding-left: 20px;
	background: url(../images/ico_home.png) 0 50% no-repeat;
}

.pagination {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.pagination a, .pagination span {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	background-color: #f0f0f3;
	padding: 7px 14px;
	color: #514983;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	margin: 0 3px;
}

.pagination a:hover, .pagination span {
	color: #ffffff;
	background-color: #f84358;
}

.social {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.block_title {
	margin-bottom: 30px;
}

/* Стили для оформления комментариев */
.comments, .comment {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.comment {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #1e1b2f;
}

.comment .comment_inner {
	display: block;
	background: #f0f0f3;
	padding: 20px;
}

.comment .comment {
	padding: 0;
	margin: 20px 0 0 40px;
}

.comment .photo {
	display: block;
	float: left;
	width: 60px;
	position: relative;
	overflow: hidden;
}

.comment .photo + .info {
	margin-left: 80px;
}

.comment .details {
	display: block;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.comment .details:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.comment .author {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3;
	color: #514983;
}

.comment .buttons {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
}

.comment .buttons > a {
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 10px;
	background-color: #f84358;
	cursor: pointer;
	margin-left: 5px;
}

.comment .buttons > a:hover {
	opacity: 0.8;
}

.comment .text {
	display: block;
}

.comment .comment_on_moderation {
	font-style: italic;
	color: #990000;
}

/* Стили для оформления формы комментариев */
.comment-reply-title {
	display: block;
	margin-bottom: 20px;
}

.comment-reply-title a {
	color: #953c21;
}

.comment-reply-title small, .comment-reply-title small a {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	text-transform: lowercase;
}

.comment-reply-title small a:hover {
	text-decoration: underline;
}

.comment-respond {
	width: auto;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.3;
}

.comment-respond input[type="text"], .comment-respond textarea {
	display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 8px 20px;
	margin: 0 0 15px;
	border: 1px solid #e9ebee;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
}

.comment-respond textarea {
	overflow: auto;
	width: 100%;
	height: 120px;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 0 20px;
	border: 0;
	border-radius: 5px;
	background: #514983;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
}

.comment-respond input[type="submit"]:hover {
	background: #cccccc;
}

.comment-respond p {
	margin-bottom: 20px;
}

.comment-respond p.form-submit {
	overflow: hidden;
	width: 100%;
}

.comment-respond .fields {
	display: block;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.comment-respond .fields:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.comment-respond .fields input[type="text"] {
	display: inline-block;
	width: 49%;
}

.comment-respond .logout, .comment-respond .login {
	font-weight: bold;
}

.comment-respond .logout {
	text-decoration: none;
}

.comment-respond .logout:hover {
	text-decoration: underline;
}

.comment-respond .login {
	color: #953c21;
}

.comment-respond .form-submit {
	display: flex;
	align-items: center;
}

.comment-respond .inputs {
	display: block;
	flex-grow: 0;
}

.comment-respond .agreement {
	flex-grow: 1;
	padding: 0 0 0 25px;
	margin-left: 20px;
	color: #B8B9C1;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMdJREFUeNqU0c0KAVEYxvEzjAuxk4uwQNkoG6WUrCwsLRQhJflKNrJQNKVEysbaRdjIRYhbGP+3ztQsZsbMW7/NmXmmM89r2LatZIZWVoUcAxs8YiraSHCLJtJRwvLuDg2s0DJDBuPYo44l2nJohvhXCVqoYY6O+yopFAKCBx2cuINOeI0bih7BI6oYo+dVgjx84YqSPk/gjIpsEQO/Bt/I4YmLDpxQRh8jvzKctj/I444pkuhiFtSke1VfZPQV5WOLf2v4CTAA2cMkUesuWeAAAAAASUVORK5CYII=") 0 50% no-repeat;
	font-size: 14px;
	line-height: 1.25;
}

.comment-respond .agreement a {
	color: #514983;
}

@media only screen and (max-width: 420px) {
	.comment-respond .form-submit {
		display: block;
	}
	.comment-respond .agreement {
		margin: 20px 0 0;
	}
}

#content_box {
	*zoom: 1;
}

#content_box:after {
	display: table;
	content: '';
	clear: both;
}

#content_box.has_sidebar {
	padding-left: 380px;
}

#content_box.has_sidebar #content {
	float: left;
	width: 100%;
	margin-left: -380px;
}

#sidebar {
	float: right;
	width: 350px;
}

#footer {
	display: table-row;
	height: 1px;
	background-color: #f6f5fa;
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
}

.footer {
	display: table;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.footer .item {
	display: table-cell;
	vertical-align: middle;
}

.footer .item.block_1 {
	width: 250px;
	text-align: left;
	padding-right: 20px;
}

.footer .item.block_2 {
	width: 390px;
}

.footer .item.block_3 {
	width: 180px;
}

.footer .item.block_4 {
	text-align: right;
	width: 88px;
	padding-left: 20px;
}

.footer .logo {
	display: inline-block;
	vertical-align: middle;
	height: 70px;
	padding: 15px 0 0 135px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
	color: #a29fbb;
	margin-bottom: 8px;
}

.footer .logo:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer .copyright {
	font-size: 12px;
	line-height: 1.2;
	color: #a29fbb;
	margin-bottom: 10px;
}

.footer .confid {
	font-size: 12px;
	line-height: 1.2;
	color: #514983;
	text-decoration: none;
}

.footer .confid:hover {
	text-decoration: underline;
}

.footer .nav {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	text-align: left;
}

.footer .nav ul {
	display: block;
}

.footer .nav li {
	display: block;
	margin: 10px 0;
}

.footer .nav a {
	font-size: 18px;
	color: #514983;
	font-weight: 700;
	text-decoration: none;
}

.footer .nav a:hover {
	text-decoration: underline;
}

.footer .design {
	display: inline-block;
	vertical-align: middle;
	padding: 0 90px 0 0;
	margin-top: 25px;
	font-size: 9px;
	line-height: 24px;
	color: #a29fbb;
	background: url(../images/disign_logo.png) 100% 50% no-repeat;
}

.footer .counter {
	display: inline-block;
}

.footer .counter + .counter {
	margin-top: 20px;
}

.footer_cats {
	display: inline-block;
	width: 250px;
	vertical-align: middle;
	position: relative;
	text-align: left;
}

.footer_cats .cats_btn {
	display: block;
	padding: 10px 40px 10px 20px;
	border-radius: 5px;
	border: 1px solid #b19cd2;
	font-size: 20px;
	font-weight: bold;
	color: #514983;
	line-height: 30px;
	white-space: nowrap;
	text-align: left;
	cursor: pointer;
	background: url(../images/ico_menu.png) 92% 50% no-repeat;
}

.footer_cats .cats_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer_cats .cats_menu {
	display: none;
	position: absolute;
	left: 0;
	bottom: 68px;
	padding: 10px 20px 5px;
	background: #f7f7fa;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #b19cd2;
}

.footer_cats .cats_menu:before, .footer_cats .cats_menu:after {
	content: '';
	display: block;
	position: absolute;
	left: 25px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #b19cd2;
	bottom: -11px;
}

.footer_cats .cats_menu:after {
	bottom: -10px;
	border-top: 10px solid #f7f7fa;
}

.footer_cats .cats_menu li {
	display: block;
	position: relative;
	margin: 0 0 10px;
}

.footer_cats .cats_menu a {
	text-decoration: none;
}

.footer_cats .cats_menu a:hover {
	text-decoration: underline;
}

.footer_social .text {
	font-size: 14px;
	line-height: 1.3;
	color: #a29fbb;
	margin-bottom: 12px;
}

.footer_social .buttons {
	margin: 0 -8px;
}

.footer_social a {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../images/ico_social.png) 0 2px no-repeat;
	margin: 0 8px;
}

.footer_social a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer_social .ico_1 {
	width: 17px;
}

.footer_social .ico_2 {
	background-position: 0 -14px;
}

.footer_social .ico_3 {
	background-position: 0 -28px;
}

.footer_social .ico_4 {
	background-position: 0 -42px;
}

.flat_slide_cross {
	z-index: 100 !important;
	width: 30px !important;
	height: 30px !important;
	top: -20px !important;
	left: -20px !important;
}

@media only screen and (max-width: 1024px) {
	.fixed {
		width: auto;
		padding: 0 20px;
	}
	.header {
		width: auto;
		padding-bottom: 30px;
	}
	.header .item, .header .item:nth-child(2n) {
		width: 31%;
	}
	.header .menu_top {
		margin-bottom: 10px;
	}
	.header .header_link .title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#header {
		height: auto;
	}
	#header:before {
		display: none;
	}
	#content_box.has_sidebar {
		padding-left: 330px;
	}
	#content_box.has_sidebar #content {
		margin-left: -330px;
	}
	#sidebar {
		width: 300px;
	}
	.front_widgets .widget_popular {
		width: 100%;
		margin-bottom: 30px;
	}
	.front_widgets .widget_featured, .front_widgets .widget_nav_menu {
		width: 50%;
	}
	.widget {
		margin-bottom: 30px;
	}
	.widget_useful .title {
		font-size: 24px;
	}
	.widget_construct .button {
		padding: 10px;
		font-size: 20px;
	}
	.widget_commented .title {
		font-size: 16px;
	}
	.splash_block .title {
		font-size: 30px;
	}
	.recent_posts .recent_post {
		width: 50%;
	}
	.recent_posts .title {
		font-size: 16px;
	}
	.recent_posts .thumb {
		width: 100px;
	}
	.recent_posts .recent_more {
		font-size: 18px;
	}
	.posts {
		margin: -10px -10px 10px;
	}
	.posts .posts_splash {
		margin: 10px;
	}
	.posts .post {
		width: 50%;
		padding: 9px;
		margin-bottom: 10px;
	}
	.posts .title {
		font-size: 18px;
	}
	.content h1 {
		font-size: 24px;
	}
	.content h2 {
		font-size: 22px;
	}
	.content blockquote, .content .warn, .content .hint {
		font-size: 15px;
		padding: 15px 20px 15px 100px;
	}
	.content blockquote {
		background-position: 30px 50%;
	}
	.content .hint {
		background-position: 12px 50%;
	}
	.content .warn {
		background-position: 43px 50%;
	}
	.comment .comment {
		margin-left: 20px;
	}
	.footer {
		display: block;
		padding: 0;
	}
	.footer .item.block_1, .footer .item.block_2, .footer .item.block_3 {
		display: block;
		vertical-align: top;
		text-align: center;
		width: auto;
		padding: 0;
		max-width: 420px;
		margin: 20px auto;
	}
	.footer .item.block_1 {
		text-align: left;
	}
	.footer .item.block_4 {
		display: none;
	}
	.footer .nav, .footer .footer_cats {
		display: block;
		width: auto;
	}
	.footer .nav {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer .nav li {
		display: inline-block;
		margin: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.header .item, .header .item:nth-child(2n) {
		width: 47%;
	}
	.front_widgets .widget {
		width: 50%;
		margin-bottom: 30px;
	}
	#content_box.has_sidebar {
		padding-left: 0;
	}
	#content_box.has_sidebar #content {
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	#sidebar {
		float: none;
		width: auto;
		max-width: 480px;
		margin: 0 auto;
	}
	.comment-respond .fields input[type="text"] {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.front_widgets .widget, .front_widgets .widget_featured, .front_widgets .widget_nav_menu {
		display: block;
		width: auto;
		max-width: 480px;
		margin: 0 auto 30px;
	}
	.widget_construct {
		min-height: 0;
	}
	.widget_popular .title {
		font-size: 18px;
	}
	.widget_popular .thumb {
		width: 100px;
	}
	.widget_popular .thumb + .info {
		margin-left: 120px;
	}
	.recent_posts .recent_post {
		display: block;
		width: auto;
	}
	.table_wrapper {
		overflow-x: scroll;
		overflow-y: visible;
	}
}

@media only screen and (max-width: 520px) {
	.header .item, .header .item:nth-child(2n) {
		width: 100%;
	}
	.header .menu_top {
		margin-bottom: 20px;
	}
	.header .header_social, .header .header_hot {
		display: none;
	}
	.comment .comment_inner {
		padding: 10px;
	}
	.comment .photo {
		width: 40px;
	}
	.comment .photo img {
		width: 100%;
		height: auto;
	}
	.comment .photo + .info {
		margin-left: 50px;
	}
}

@media only screen and (max-width: 480px) {
	.widget_popular .thumb {
		display: block;
		margin: 0 auto 20px;
		width: auto;
		max-width: 240px;
		float: none;
	}
	.widget_popular .thumb + .info {
		margin-left: 0;
	}
	.widget_popular .meta {
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
	.posts .post {
		width: 100%;
	}
}

/*# sourceMappingURL=style.css.map */

iframe {width: 100%;}

