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: 15px;
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
	margin-bottom: 30px;
}

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

.content h1 {
	color: #1f6a96;
	font-family: 'Russia-Medium', sans-serif;
	margin-bottom: 15px;
}

.content h1:after {
	display: none;
}

.content h2 {
	/*clear: both; оглавление без обтекания */
	clear: left;
	background-color: #f4f8fb;
	padding: 6px 12px 7px;
	overflow: hidden;
}

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

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

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

.content a {
	color: #54aacd;
}

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

.content ul {
	list-style-position: outside;
	overflow: hidden;
}

.content ul li:before {
	content: ' ';
	display: block;
	width: 7px;
	height: 8px;
	background: url(../images/marker_2.png) 0 0 no-repeat;
	position: absolute;
	top: 6px;
	left: 0;
}

.content ol {
	counter-reset: list;
	letter-spacing: normal;
	list-style-position: inside;
	overflow: hidden;
}

.content ol li:before {
	content: counter(list);
	width: 20px;
	height: 20px;
	padding: 0 0 0 1px;
	counter-increment: list;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background-color: #3e9fcb;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.content li {
	display: block;
	padding-left: 30px;
	position: relative;
}

.content li + li {
	margin-top: 20px;
}

.content table {
	height: auto;
	width: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

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

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

.content iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.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 #toc_container {
	float: right;
	border: 1px dashed #9999bd;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px 12px 12px;
	margin: 4px 0 15px 15px; /*менять в зависимости от выравнивания*/
}

.content #toc_container .toc_title {
	font-family: 'Russia-Medium', sans-serif;
	margin-bottom: 8px;
}

.content #toc_container li {
	padding: 0;
	margin: 0;
}

.content #toc_container li:before {
	display: none;
}

.content #toc_container li + li {
	margin-top: 5px;
}

.content #toc_container li ul {
	padding: 5px 0 0 5px;
}

.content #toc_container li li {
	padding-left: 15px;
}

.content #toc_container li li:before {
	display: block;
	width: 4px;
	height: 4px;
	background: none;
	border: 1px solid #414185;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	bottom: auto;
	right: auto;
}

.content .video {
	margin: 30px 0;
}

.content .blocktip {
	clear: both;  /*без обтекания*/
	min-height: 30px;
	padding: 15px 15px 17px 100px;
	background: #eef0ff url(../images/ico_5.png) 14px 50% no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
}

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

.content .bquote {
	padding: 60px 0 0 40px;
	position: relative;
	font-style: italic;
	overflow: hidden;
	margin-bottom: 20px;
}

.content .bquote:before {
	content: ' ';
	display: block;
	border-top: 1px solid #f4f8fb;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
}

.content .bquote:after {
	content: ' ';
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #f4f8fb url(../images/ico_6.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.content .bquote strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #82a9d6;
	margin-top: 20px;
}

.content .blockwarning {
	clear: both;  /*без обтекания*/
	min-height: 26px;
	padding: 15px 15px 17px 100px;
	overflow: hidden;
	position: relative;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

.content .blockwarning:before {
	display: block;
	content: '!';
	font-family: 'Russia-Medium', sans-serif;
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #ff0000;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 4px solid #ff0000;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 20px;
}

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

.content .blocklnk {
	clear: both;  /*без обтекания*/
	padding: 28px;
	overflow: hidden;
	position: relative;
	background-color: #eef0ff;
	margin-bottom: 20px;
}

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

.content > :last-child, .content .blocktip:last-child, .content .bquote:last-child, .content .blockwarning:last-child, .content .blocklnk:last-child {
	margin-bottom: 0;
}

.content blockquote {
	display: block;
	overflow: hidden;
	padding: 12px 15px;
	margin-bottom: 20px;
	background: #f4f8fb;
}

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

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

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

.content .wp-caption .wp-caption-text {
	padding: 5px 3px;
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	color: #728b9d;
}

.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;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #f4f8fb;
}

.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: #f4f8fb;
}

.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;
}

@font-face {
	font-family: 'Russia';
	src: url("../fonts/Russia.eot");
	src: url("../fonts/Russia.woff2") format("woff2"), url("../fonts/Russia.woff") format("woff"), url("../fonts/Russia.ttf") format("truetype"), url("../fonts/Russia.svg#Russia") format("svg"), url("../fonts/Russia.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Russia-Light';
	src: url("../fonts/Russia-Light.eot");
	src: url("../fonts/Russia-Light.woff2") format("woff2"), url("../fonts/Russia-Light.woff") format("woff"), url("../fonts/Russia-Light.ttf") format("truetype"), url("../fonts/Russia-Light.svg#Russia-Light") format("svg"), url("../fonts/Russia-Light.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Russia-Medium';
	src: url("../fonts/Russia-Medium.eot");
	src: url("../fonts/Russia-Medium.woff2") format("woff2"), url("../fonts/Russia-Medium.woff") format("woff"), url("../fonts/Russia-Medium.ttf") format("truetype"), url("../fonts/Russia-Medium.svg#Russia-Medium") format("svg"), url("../fonts/Russia-Medium.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	min-width: 320px;
}

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

a {
	color: #7272a2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

#site {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fixed {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#container {
	position: relative;
	z-index: 10;
}

#header {
	background: url(../images/header_bg.jpg) 50% 0 repeat;
}

#header .fixed {
	min-height: 141px;
}

#header .logo {
	position: absolute;
	top: 33px;
	left: 0;
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #8b8b8b;
	font-family: 'Russia', sans-serif;
	padding: 10px 0 0 95px;
	min-height: 74px;
	box-sizing: border-box;
	background: url(../images/logo.png) 0 0 no-repeat;
}

#header .logo > span {
	font-size: 35px;
	line-height: 1.1;
	color: #2a7fb4;
	display: block;
}

#header .logo > span span {
	font-family: 'Russia-Medium', sans-serif;
	color: #12567c;
}

#header .social_box {
	position: absolute;
	top: 40px;
	left: 346px;
	width: 130px;
}

#header .social_box p {
	font-size: 10px;
	line-height: 1.2;
}

#header .social {
	display: inline-block;
	margin: 0 -7px 7px 0;
}

#header .social a {
	display: block;
	float: left;
	width: 26px;
	height: 25px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	margin: 0 7px 7px 0;
}

#header .social a.soc_1 {
	background-position: 0 0;
}

#header .social a.soc_2 {
	background-position: -26px 0;
}

#header .social a.soc_3 {
	background-position: -53px 0;
}

#header .social a.soc_4 {
	background-position: -80px 0;
}

#header .social a:hover {
	position: relative;
	top: -2px;
}

#header .request {
	position: absolute;
	right: 0;
	top: 44px;
	font-size: 18px;
	line-height: 53px;
	height: 53px;
	padding: 0 28px 0 58px;
}

#header .request:before {
	content: ' ';
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/ico_1.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 13px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#header .request:active:before {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#header .text {
	position: absolute;
	top: 52px;
	right: 225px;
	width: 200px;
	font-size: 14px;
	color: #313178;
}

#header .menu_btn {
	width: 53px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 0;
	cursor: pointer;
	display: none;
}

#header .menu_btn:before {
	content: ' ';
	display: block;
	width: 23px;
	height: 5px;
	background-color: #85c6e2;
	position: absolute;
	top: 16px;
	left: 15px;
}

#header .menu_btn:after {
	content: ' ';
	display: block;
	width: 23px;
	height: 3px;
	border-bottom: 5px solid #85c6e2;
	border-top: 5px solid #85c6e2;
	position: absolute;
	bottom: 13px;
	left: 15px;
}

#header .menu_btn:active:before {
	background-color: #b9ddec;
}

#header .menu_btn:active:after {
	border-color: #b9ddec;
}

.blue_btn {
	background-color: #4a9fcb;
	background: linear-gradient(to bottom, #66b9dc, #358bbe);
	border-radius: 5px;
	border: 0;
	border-bottom: 3px solid #072e43;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.blue_btn:hover {
	background-color: #3d92c3;
	background: linear-gradient(to bottom, #57abd3, #3d92c3);
}

.menu_box {
	background-color: #5ab1d4;
	background: linear-gradient(to bottom, #77c8e8 0%, #6bbede 50%, #60b6d9 50%, #53a9cc 100%);
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.menu_box .fixed:before {
	content: ' ';
	display: block;
	width: 3px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	z-index: 2;
}

.menu_box .fixed:after {
	content: ' ';
	display: block;
	width: 1px;
	background: linear-gradient(to bottom, #5fadcf, #499abe);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.wp_menu {
	padding-right: 30%;
	position: relative;
}

.wp_menu ul {
	display: table;
	width: 100%;
	list-style: none outside none;
	text-align: justify;
	position: relative;
}

.wp_menu ul:before {
	content: ' ';
	display: block;
	width: 3px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	z-index: 2;
}

.wp_menu ul:after {
	content: ' ';
	display: block;
	width: 1px;
	background: linear-gradient(to bottom, #5fadcf, #499abe);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.wp_menu li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: relative;
	padding-left: 1px;
	z-index: 1;
}

.wp_menu li:before {
	content: ' ';
	display: block;
	width: 3px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	z-index: 2;
}

.wp_menu li:after {
	content: ' ';
	display: block;
	width: 1px;
	background: linear-gradient(to bottom, #5fadcf, #499abe);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.wp_menu li a {
	display: block;
	height: 71px;
	padding: 5px 15px 0;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.wp_menu li a:before {
	content: ' ';
	display: block;
	width: 20px;
	height: 16px;
	margin: 0 auto 8px;
}

.wp_menu li.menu_1 > a:before {
	background: url(../images/menu_icons.png) 0 0 no-repeat;
	margin-top: 18px;
}

.wp_menu li.menu_2 > a:before {
	width: 22px;
	background: url(../images/menu_icons.png) -22px 4px no-repeat;
}

.wp_menu li.menu_3 > a:before {
	background: url(../images/menu_icons.png) -44px 3px no-repeat;
}

.wp_menu li.menu_4 > a:before {
	background: url(../images/menu_icons.png) -65px 2px no-repeat;
}

.wp_menu li.menu_5 > a:before {
	width: 24px;
	background: url(../images/menu_icons.png) -87px 0 no-repeat;
}

.wp_menu li.menu_6 > a:before {
	width: 27px;
	background: url(../images/menu_icons.png) -112px 5px no-repeat;
}

.wp_menu li.active > a, .wp_menu li:hover > a {
	background: #41a2ce;
	background: linear-gradient(to bottom, #58bde4 0%, #4bafd7 50%, #43a5d1 50%, #338bb4 100%);
}

.wp_menu li.active li a, .wp_menu li:hover li a {
	background: transparent;
}

.wp_menu li.submenu > a:after {
	content: ' ';
	display: block;
	width: 10px;
	height: 5px;
	background: url(../images/arrow_1.png) 0 0 no-repeat;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -5px;
}

.wp_menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none outside none;
	text-align: left;
	background: #ffffff;
	box-shadow: 1px 0 11px rgba(0, 0, 0, 0.15);
	width: auto;
	display: none;
}

.wp_menu li ul:before, .wp_menu li ul:after, .wp_menu li ul li:before, .wp_menu li ul li:after, .wp_menu li ul li a:before {
	display: none;
}

.wp_menu li ul ul {
	top: 0;
	left: 100%;
	bottom: auto;
	right: auto;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.06);
	display: none;
}

.wp_menu li ul ul:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.08), transparent);
}

.wp_menu li li {
	text-align: left;
	padding: 5px 37px 6px 17px;
	white-space: nowrap;
	cursor: pointer;
	display: block;
}

.wp_menu li li:hover {
	z-index: 2;
}

.wp_menu li li + li {
	border-top: 1px solid #f7f7f7;
}

.wp_menu li li.submenu {
	background: url(../images/arrow_2.png) 95% 50% no-repeat;
}

.wp_menu li li.submenu:hover {
	background: url(../images/arrow_3.png) 95% 50% no-repeat;
}

.wp_menu li li.submenu a:after {
	display: none;
}

.wp_menu li li a {
	display: inline-block;
	height: auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	color: #989898;
	text-decoration: none;
	text-align: left;
}

.wp_menu li li.active > a, .wp_menu li li a:hover {
	color: #494994;
}

.wp_menu li:hover > ul {
	display: block;
}

.wp_menu li:last-child ul {
	left: auto;
	right: 0;
}

.wp_menu .search {
	position: absolute;
	top: 20px;
	right: 0;
	width: 24%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 3%;
}

.wp_menu .search input[type="text"] {
	display: block;
	width: 100%;
	height: 27px;
	padding: 0 27px 0 8px;
	box-sizing: border-box;
	border: 1px solid #5eacce;
	border-radius: 3px;
	background-color: #5eb4d7;
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
}

.wp_menu .search input[type="text"]:-ms-input-placeholder {
	color: #e7e7f6;
	font-family: 'Russia-Light', 'Arial', 'Helvetica', sans-serif;
}

.wp_menu .search input[type="text"]:-moz-placeholder {
	color: #e7e7f6;
	font-family: 'Russia-Light', 'Arial', 'Helvetica', sans-serif;
}

.wp_menu .search input[type="text"]::-moz-placeholder {
	color: #e7e7f6;
	font-family: 'Russia-Light', 'Arial', 'Helvetica', sans-serif;
}

.wp_menu .search input[type="text"]::-webkit-input-placeholder {
	color: #e7e7f6;
	font-family: 'Russia-Light', 'Arial', 'Helvetica', sans-serif;
}

.wp_menu .search input[type="submit"] {
	display: block;
	width: 27px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/ico_search.png) 5px 46% no-repeat;
	border: 0;
}

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

.topic, h1 {
	font-size: 24px;
	line-height: 1.2;
	color: #2a6486;
	font-weight: normal;
	font-family: 'Russia-Medium', sans-serif;
	margin-bottom: 20px;
	overflow: hidden;
}

.topic:after, h1:after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background-color: #f2f3f5;
	position: relative;
	width: 100%;
	left: 20px;
	margin-right: -100%;
}

.topic.noline:after, h1.noline:after {
	display: none;
}

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

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

.categories .item {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	text-align: left;
	margin-bottom: 30px;
}

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

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

.categories .post {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 41%;
}

.categories .post .thumb {
	width: 100%;
	height: 193px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	margin-bottom: 14px;
}

.categories .post .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 193px;
	position: absolute;
	top: -100px;
	bottom: -100px;
	left: -100px;
	right: -100px;
	margin: auto;
}

.categories .post .date {
	font-size: 12px;
	line-height: 1.3;
	color: #afafaf;
	margin-bottom: 5px;
}

.categories .post .title {
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
}

.front {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.front .front_1 {
	display: table-cell;
	vertical-align: top;
}

.front .front_2 {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
	min-width: 190px;
}

.front .nav ul {
	display: block;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 10px;
	background-color: #e5ecf2;
	padding: 12px 15px 5px;
}

.front .nav li {
	display: inline-block;
	width: 22%;
	font-size: 14px;
	line-height: 1.3;
	color: #4a4a4a;
	position: relative;
	padding-left: 2%;
	margin-bottom: 10px;
}

.front .nav li:before {
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #b8c2d4;
	position: absolute;
	top: 6px;
	left: 0;
}

.front .nav li a {
	color: #4a4a4a;
	text-decoration: none;
}

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

.front .about {
	color: #606060;
	font-size: 14px;
	line-height: 1.5;
}

.front .about p {
	margin-bottom: 15px;
}

.front .news {
	border: 2px dashed #dee0e4;
	border-radius: 10px;
	padding: 10px 12px 12px;
}

.front .news .item + .item {
	border-top: 1px solid #f2f3f5;
	padding-top: 15px;
	margin-top: 15px;
}

.front .news .date {
	line-height: 1.3;
	font-size: 12px;
	color: #afafaf;
	margin-bottom: 5px;
}

.front .news .title {
	font-size: 14px;
	font-weight: normal;
}

.popular {
	margin-bottom: 10px;
}

.popular .items {
	overflow: hidden;
}

.popular .main {
	width: 58%;
	float: left;
	position: relative;
	margin-bottom: 23px;
}

.popular .main .thumb {
	display: block;
	width: 100%;
	height: 292px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.popular .main .thumb img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 292px;
	border-radius: 5px;
	position: absolute;
	top: -100px;
	left: -100px;
	right: -100px;
	bottom: -100px;
	margin: auto;
}

.popular .main .thumb + .inner {
	margin-left: 90px;
}

.popular .main .inform {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 20px 30px;
	background: rgba(20, 62, 76, 0.75);
}

.popular .main .title {
	font-family: 'Russia-Light', sans-serif;
	font-size: 17px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 11px;
}

.popular .main .title a {
	color: #ffffff;
}

.popular .main .text {
	font-size: 12px;
	line-height: 1.4;
	color: #a0c8d6;
	margin-bottom: 14px;
}

.popular .list {
	width: 39.5%;
	float: right;
}

.popular .post {
	overflow: hidden;
	min-height: 105px;
}

.popular .post .thumb {
	display: block;
	width: 82px;
	height: 82px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}

.popular .post .thumb img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 82px;
	border-radius: 5px;
}

.popular .post .thumb + .inner {
	margin-left: 90px;
}

.popular .post .title {
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 11px;
}

.popular .post .date {
	font-size: 10px;
	color: #afafaf;
	margin-bottom: 6px;
}

.popular .info {
	font-size: 10px;
	color: #afafaf;
}

.popular .look {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	background: url(../images/ico_3.png) 0 2px no-repeat;
	margin-right: 15px;
}

.popular .com {
	display: inline-block;
	vertical-align: middle;
	padding-left: 17px;
	background: url(../images/ico_4.png) 0 0 no-repeat;
}

.slider_logos_box {
	border: 2px dashed #dee0e4;
	border-radius: 10px;
	padding: 10px 60px;
	margin-bottom: 30px;
	position: relative;
}

.slider_logos_box .topic {
	text-align: center;
}

.slider_logos {
	position: static;
	margin: 0 0 20px;
}

.slider_logos .inner, .slider_logos ul, .slider_logos li, .slider_logos a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slider_logos ul {
	list-style: none;
}

.slider_logos li {
	float: left;
	width: 20%;
}

.slider_logos li a {
	width: auto;
	padding: 0 10px;
	text-align: center;
}

.slider_logos li a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.slider_logos .arrow_l, .slider_logos .arrow_r {
	display: block;
	width: 13px;
	height: 39px;
	cursor: pointer;
	background: url(../images/arrows.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -19px;
}

.slider_logos .arrow_r {
	background-position: 100% 0;
	left: auto;
	right: 30px;
}

.slider_logos .arrow_l:hover {
	background-position: 0 100%;
}

.slider_logos .arrow_r:hover {
	background-position: 100% 100%;
}

.feedback {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.feedback .question {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	color: #3a3a3a;
	padding-right: 20px;
}

.feedback .news {
	display: table-cell;
	background-color: #e1eef3;
	height: 100%;
	vertical-align: top;
	padding: 20px 30px;
}

.feedback .news .title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 15px;
}

.feedback .news .info {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.feedback .news .news_list {
	font-size: 14px;
	list-style: none;
	margin-bottom: 10px;
}

.feedback .news .news_list li {
	display: block;
	padding-left: 18px;
	background: url(../images/marker.png) 0 5px no-repeat;
}

.feedback .news .news_list li + li {
	margin-top: 8px;
}

.feedback .doctor {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
	width: 150px;
	height: 100%;
	background-color: #eef4f6;
	position: relative;
}

.feedback .doctor:before {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid #eef4f6;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 25px;
	right: 100%;
}

.feedback .doctor .thumb {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}

.feedback .doctor .thumb img {
	display: block;
	min-width: 150px;
	min-height: 150px;
}

.feedback .doctor .name {
	font-size: 14px;
	color: #7272a2;
	margin-bottom: 10px;
}

.feedback .doctor .info {
	font-size: 12px;
	margin-bottom: 15px;
}

.feedback .doctor .blue_btn {
	display: block;
	padding: 12px 15px;
	border-radius: 3px;
}

.feedback .vk {
	width: 225px;
	display: table-cell;
	vertical-align: top;
}

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

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

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

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

.widget {
	border: 1px dashed #9999bd;
	border-radius: 5px;
	padding: 14px;
	margin-bottom: 30px;
}

.widget .heading {
	font-weight: normal;
	font-size: 18px;
	color: #1f6a96;
	margin-bottom: 15px;
	font-family: 'Russia-Medium', sans-serif;
}

.widget .heading.ico_star, .widget .heading.ico_lines, .widget .heading.ico_question {
	padding-left: 35px;
	position: relative;
}

.widget .heading.ico_question {
	width: 75px;
	padding: 5px 10px 5px 40px;
	border-radius: 15px;
	margin: 0 auto -10px;
	position: relative;
	top: -30px;
	background-color: #f4f8fb;
	text-align: center;
	line-height: 1.3;
}

.widget .heading.ico_star:after, .widget .heading.ico_lines:after, .widget .heading.ico_question:after {
	content: ' ';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 0;
	background: url(../images/ico_star.png) 0 50% no-repeat;
}

.widget .heading.ico_lines:after {
	background: url(../images/ico_lines.png) 0 50% no-repeat;
}

.widget .heading.ico_question:after {
	left: 7px;
	background: url(../images/ico_question.png) 0 50% no-repeat;
}

.sidebar_popular {
	display: block;
	position: relative;
}

.sidebar_popular + .sidebar_popular {
	margin-top: 15px;
}

.sidebar_popular .thumb {
	display: block;
	height: 135px;
	border-radius: 4px;
	overflow: hidden;
}

.sidebar_popular .thumb img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 135px;
	border-radius: 4px;
}

.sidebar_popular .title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 7px 10px 10px;
	background-color: rgba(20, 62, 76, 0.6);
	font-size: 14px;
	line-height: 1.3;
	color: #ffffff;
	z-index: 2;
}

.sidebar_popular .title a {
	color: #ffffff;
}

.sidebar_news {
	overflow: hidden;
}

.sidebar_news + .sidebar_news {
	border-top: 1px dotted #c9d3dc;
	padding-top: 12px;
	margin-top: 11px;
}

.sidebar_news .thumb {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 3px;
	overflow: hidden;
	float: left;
}

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

.sidebar_news .thumb + .title {
	margin-left: 80px;
}

.sidebar_news .title {
	font-size: 13px;
}

.sidebar_question_box {
	margin-bottom: 8px;
}

.sidebar_question {
	padding-left: 22px;
}

.sidebar_question + .sidebar_question {
	border-top: 1px dotted #c9d3dc;
	padding-top: 15px;
	margin-top: 15px;
}

.sidebar_question .title {
	font-size: 14px;
	line-height: 1.3;
	color: #1f6a96;
	margin-bottom: 12px;
	position: relative;
}

.sidebar_question .title a {
	color: #1f6a96;
	text-decoration: none;
}

.sidebar_question .title a:hover {
	text-decoration: underline;
}

.sidebar_question .title:before {
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #292961;
	position: absolute;
	left: -22px;
	top: 6px;
}

.sidebar_question .info {
	font-size: 12px;
	line-height: 1.5;
	color: #989898;
}

.subscription {
	background-color: #eef0ff;
	padding: 18px 25px 27px;
	position: relative;
	border: none;
}

.subscription .heading {
	text-align: center;
	margin-bottom: 11px;
}

.subscription:before, .subscription:after {
	content: ' ';
	display: block;
	height: 3px;
	background: url(../images/lines.png) 0 0 repeat-x;
	position: absolute;
	left: 3px;
	right: 3px;
	top: 0;
}

.subscription:after {
	bottom: 0;
	top: auto;
}

.subscription .info {
	font-size: 12px;
	color: #5e5e5e;
	margin-bottom: 17px;
}

.subscription form {
	background-color: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	max-width: 440px;
	margin: 0 auto;
}

.subscription input[type="text"] {
	display: block;
	float: left;
	width: 53.9%;
	height: 31px;
	padding: 0 10px;
	border: 0;
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 31px;
}

.subscription input[type="submit"] {
	display: block;
	float: right;
	width: 36%;
	height: 31px;
	padding: 0 0 1px;
	border: 0;
	border-radius: 3px;
	background-color: #ff7259;
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.subscription input[type="submit"]:hover {
	background-color: #7272a2;
}

.disease {
	display: block;
	margin-bottom: 25px;
	list-style: none;
	border-radius: 10px;
	background-color: #e5ecf2;
	padding: 15px 20px 8px;
}

.disease li {
	display: inline-block;
	width: 22%;
	font-size: 14px;
	line-height: 1.3;
	color: #4a4a4a;
	position: relative;
	padding-left: 2%;
	margin-bottom: 10px;
}

.disease li:before {
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #b8c2d4;
	position: absolute;
	top: 6px;
	left: 0;
}

.disease li a {
	color: #4a4a4a;
	text-decoration: none;
}

.disease li a:hover {
	text-decoration: underline;
}

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

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

.news_box .news {
	font-size: 14px;
	line-height: 1.3;
	border: 1px dashed #dfe7ee;
	border-radius: 6px;
	padding: 12px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 44%;
	text-align: left;
	margin-bottom: 4%;
}

.news_box .news .thumb {
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}

.news_box .news .thumb img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 74px;
	border-radius: 4px;
}

.news_box .news .thumb + .inner {
	margin-left: 90px;
}

.news_box .news .title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	margin: -3px 0 12px;
}

.news_box .news .info {
	font-size: 10px;
	line-height: 1.3;
	color: #afafaf;
}

.news_box .news .look {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	background: url(../images/ico_3.png) 0 2px no-repeat;
	margin-right: 15px;
}

.news_box .news .com {
	display: inline-block;
	vertical-align: middle;
	padding-left: 17px;
	background: url(../images/ico_4.png) 0 0 no-repeat;
}

.news_box .news .text {
	clear: both;
	font-size: 12px;
	line-height: 1.5;
	color: #737373;
	padding-top: 15px;
}

.pagination {
	margin-bottom: 30px;
}

.pagination span, .pagination a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
	min-width: 13px;
	height: 25px;
	background: linear-gradient(to bottom, #a8def0 0%, #a8def0 50%, #6fc2e1 50%, #6fc2e1 100%);
	border-radius: 3px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-right: 4px;
}

.pagination a:hover {
	background: linear-gradient(to bottom, #55bce3 0%, #4bafd7 50%, #42a4d0 50%, #3898c3 100%);
}

.breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	color: #8d8d8d;
}

.breadcrumbs a {
	color: #8d8d8d;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.article_info {
	font-size: 10px;
	line-height: 1.3;
	color: #afafaf;
	border-top: 1px solid #f2f3f5;
	padding-top: 12px;
	margin-bottom: 25px;
}

.article_info .look {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	background: url(../images/ico_3.png) 0 2px no-repeat;
	margin-right: 15px;
}

.article_info .com {
	display: inline-block;
	vertical-align: middle;
	padding-left: 17px;
	background: url(../images/ico_4.png) 0 0 no-repeat;
}

.author_post {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.author_post .item_1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3;
	color: #5e5e5e;
	background-color: #eef0ff;
	padding: 17px 27px 20px;
	position: relative;
	z-index: 1;
}

.author_post .item_2 {
	display: table-cell;
	vertical-align: middle;
	color: #687c8a;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	background-color: #f4f8fb;
	position: relative;
	padding: 17px 15px 20px;
	z-index: 2;
}

.author_post .thumb {
	display: table-cell;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.author_post .thumb img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

.author_post .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.author_post .name {
	color: #687c8a;
	font-size: 16px;
}

.author_post .social {
	margin-top: 17px;
}

.author_post .social p {
	margin-bottom: 7px;
}

.author_post .rating {
	margin-top: 25px;
	white-space: nowrap;
}

.author_post .rating span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	font-family: 'Russia-Medium', sans-serif;
	color: #ffffff;
	cursor: pointer;
}

.author_post .rating span:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.author_post .rating .plus {
	background-color: #6ad485;
}

.author_post .rating .minus {
	background-color: #d46a6a;
}

.author_post .rating .sum {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 29px;
	color: #6ad485;
	margin: 0 5px;
}

.author_post .triangle {
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid #f4f8fb;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 100%;
}

.related {
	overflow: hidden;
	margin-right: -5%;
}

.related .news {
	display: block;
	float: left;
	width: 45.3%;
	height: 182px;
	overflow: hidden;
	position: relative;
	margin: 0 4.5% 32px 0;
}

.related img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 182px;
}

.related .title {
	display: block;
	background: #ffffff url(../images/ico_5.png) 14px 50% no-repeat;
	background-size: 18px auto;
	padding: 5px 20px 8px 45px;
	font-size: 18px;
	line-height: 1.3;
	color: #54aacd;
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	z-index: 2;
}

.related .title a {
	color: #54aacd;
}

.comment-respond {
	background-color: #eef0ff;
	padding: 25px;
	display: block;
	margin-bottom: 30px;
}

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

.comment-respond p.form-submit {
	margin-bottom: 0;
}

.comment-respond .inner {
	overflow: hidden;
}

.comment-respond input[type="text"] {
	display: block;
	float: left;
	width: 47.5%;
	height: 36px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 0;
	background-color: #fff;
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	margin-bottom: 28px;
}

.comment-respond input[type="text"] + input {
	float: right;
}

.comment-respond textarea {
	display: block;
	width: 100%;
	height: 120px;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 0;
	background-color: #fff;
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	overflow: auto;
	margin-bottom: 28px;
}

.comment-respond input[type="submit"] {
	height: 36px;
	padding: 0 20px;
	font-size: 18px;
	font-family: 'Russia', 'Arial', 'Helvetica', sans-serif;
	padding-bottom: 1px;
	border-radius: 3px;
}

.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;
}

.comments {
	margin-bottom: 35px;
}

.comment {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.comment > .comment {
	margin: 25px 0 0 40px;
}

.comment .heading {
	overflow: hidden;
	padding: 20px 20px 15px;
	border: 1px solid #ebebeb;
	border-bottom: 0;
}

.comment .thumb {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
}

.comment .thumb + .info {
	margin-top: 2px;
	margin-left: 65px;
}

.comment .name {
	font-size: 18px;
	color: #072e43;
	margin-bottom: 3px;
}

.comment .date {
	color: #979797;
}

.comment .text {
	border: 1px solid #ebebeb;
	border-top: 0;
	line-height: 1.5;
	padding: 5px 20px 15px;
}

.comment .reply {
	position: relative;
	overflow: hidden;
	text-align: right;
	margin-top: 15px;
}

.comment .reply a {
	display: inline-block;
	color: #3a9ac5;
	position: relative;
	margin-left: 5px;
}

.comment .reply a:first-child:before {
	content: ' ';
	display: block;
	border-bottom: 1px solid #eef0ff;
	right: 130%;
	width: 1000px;
	position: absolute;
	top: 50%;
}

.comment .admin {
	border-color: #3a9ac5;
}

.comment .admin .heading {
	background-color: #3a9ac5;
	border-color: #3a9ac5;
}

.comment .admin .text {
	padding-top: 15px;
	border-color: #3a9ac5;
}

.comment .admin .name {
	color: #fff;
}

.comment .admin .date {
	color: #c7c8f5;
}

.comment .admin .contact {
	font-size: 24px;
	line-height: 1.2;
	color: #f4f8fb;
	text-align: center;
	padding: 10px;
	background-color: #3a9ac5;
}

.comment .admin .contact span {
	color: #fff600;
	display: inline-block;
	vertical-align: middle;
}

#footer {
	display: table-row;
	height: 1px;
	position: relative;
	z-index: 1;
}

.footer_bottom {
	display: table;
	width: 100%;
	padding: 20px 0 40px;
	vertical-align: top;
	text-align: justify;
}

.footer_bottom .logo {
	display: table-cell;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.3;
	color: #aeaeae;
	padding: 0 0 0 60px;
	min-height: 44px;
	min-width: 250px;
	box-sizing: border-box;
	background: url(../images/logo_2.png) 0 0 no-repeat;
}

.footer_bottom .logo > span {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.footer_bottom .nav {
	display: table-cell;
	text-align: left;
	padding: 0 50px;
	white-space: nowrap;
}

.footer_bottom .nav li {
	display: block;
	position: relative;
}

.footer_bottom .nav li + li {
	margin-top: 5px;
}

.footer_bottom .copyright {
	display: table-cell;
	text-align: left;
	font-size: 14px;
	color: #aeaeae;
	padding-left: 30px;
	background: url(../images/ico_2.png) 0 3px no-repeat;
}

@media only screen and (max-width: 960px) {
	#header .text {
		display: none;
	}
	.slider_logos li {
		width: 25%;
	}
}

@media only screen and (max-width: 840px) {
	#content_box:after {
		display: none;
	}
	#content_box.has_sidebar {
		padding-left: 0;
	}
	#content_box.has_sidebar #content {
		float: none;
		margin-left: 0;
	}
	#sidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.sidebar_popular_box {
		margin: 0 -2.5% -12px 0;
	}
	.sidebar_popular {
		display: inline-block;
		width: 30.9%;
		margin: 0 2% 12px 0;
	}
	.sidebar_popular + .sidebar_popular {
		margin-top: 0;
	}
	.sidebar_news_box {
		overflow: hidden;
		margin: -10px -2.5% -5px 0;
	}
	.sidebar_news {
		overflow: visible;
		display: inline-block;
		vertical-align: top;
		width: 30.9%;
		margin: 10px 2% 0 0;
		padding: 0 0 8px 0;
		position: relative;
	}
	.sidebar_news:after {
		content: ' ';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		right: 0;
		border-bottom: 1px dotted #c9d3dc;
	}
	.sidebar_news + .sidebar_news {
		border-top: 0;
		padding-top: 0;
		margin-top: 10px;
	}
	.sidebar_news .title {
		height: 64px;
		overflow: hidden;
		margin-top: -2px;
	}
	.sidebar_question_box {
		overflow: hidden;
		margin: -20px 0 0 0;
		text-align: justify;
		line-height: 0;
		font-size: 1px;
	}
	.sidebar_question_box:after {
		display: inline-block;
		content: '';
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.sidebar_question {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 44%;
		box-sizing: border-box;
		position: relative;
		padding: 0 0 8px 0;
		margin: 10px 0 0 0;
	}
	.sidebar_question:after {
		content: ' ';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		right: 0;
		border-bottom: 1px dotted #c9d3dc;
	}
	.sidebar_question + .sidebar_question {
		border-top: 0;
		padding-top: 0;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.pagination {
		text-align: center;
	}
}

@media only screen and (max-width: 760px) {
	#header .fixed {
		min-height: 100px;
	}
	#header .logo {
		font-size: 10px;
		top: 22px;
		min-height: 54px;
		background-size: auto 100%;
		padding: 7px 0 0 68px;
	}
	#header .logo > span {
		font-size: 27px;
		line-height: 1.1;
	}
	#header .social_box {
		position: absolute;
		top: 22px;
		left: 50%;
		margin-left: -55px;
	}
	#header .social {
		margin-bottom: 2px;
	}
	#header .request {
		top: 22px;
	}
	.menu_box .fixed:before, .menu_box .fixed:after {
		display: none;
	}
	.wp_menu {
		padding-right: 0;
	}
	.wp_menu .search {
		display: none;
	}
	.categories {
		text-align: left;
	}
	.categories:after {
		display: none;
	}
	.categories .item {
		display: block;
		width: 100%;
	}
	.categories .inner {
		text-align: justify;
		line-height: 0;
		font-size: 1px;
	}
	.categories .inner:after {
		display: inline-block;
		content: '';
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.categories .post {
		width: 44%;
	}
	.categories .post .thumb {
		max-width: 250px;
	}
	.front .nav li {
		width: 29%;
		padding-left: 3%;
	}
	.popular .main {
		width: 100%;
		float: none;
		margin-bottom: 23px;
	}
	.popular .main .thumb {
		display: block;
		width: 100%;
		height: 292px;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
	}
	.popular .main .thumb img {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 292px;
		border-radius: 5px;
		position: absolute;
		top: -100px;
		left: -100px;
		right: -100px;
		bottom: -100px;
		margin: auto;
	}
	.popular .main .thumb + .inner {
		margin-left: 90px;
	}
	.popular .main .inform {
		padding: 14px 20px;
	}
	.popular .main .title {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.popular .main .text {
		line-height: 1.3;
		margin-bottom: 11px;
	}
	.popular .list {
		width: 100%;
		float: none;
	}
	.popular .post {
		overflow: hidden;
		min-height: 105px;
	}
	.popular .post .thumb {
		display: block;
		width: 82px;
		height: 82px;
		border-radius: 5px;
		overflow: hidden;
		float: left;
	}
	.popular .post .thumb img {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 82px;
		border-radius: 5px;
	}
	.popular .post .thumb + .inner {
		margin-left: 90px;
	}
	.popular .post .title {
		font-size: 14px;
		line-height: 1.3;
		font-weight: normal;
		margin-bottom: 11px;
	}
	.popular .post .date {
		font-size: 10px;
		color: #afafaf;
		margin-bottom: 6px;
	}
	.popular .info {
		font-size: 10px;
		color: #afafaf;
	}
	.popular .look {
		display: inline-block;
		vertical-align: middle;
		padding-left: 25px;
		background: url(../images/ico_3.png) 0 2px no-repeat;
		margin-right: 15px;
	}
	.popular .com {
		display: inline-block;
		vertical-align: middle;
		padding-left: 17px;
		background: url(../images/ico_4.png) 0 0 no-repeat;
	}
	.slider_logos li {
		width: 33.3%;
	}
	.feedback {
		display: block;
	}
	.feedback .question {
		display: block;
		padding-right: 0;
	}
	.feedback .vk {
		width: 225px;
		margin: 30px auto 0;
		display: block;
	}
	#footer .menu_box {
		margin-bottom: 40px;
	}
	#footer .wp_menu .search {
		display: block;
		bottom: -42px;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		border: 0;
	}
	#footer .wp_menu .search input[type="text"] {
		border-color: #ebf0f3;
		background-color: #ffffff;
		color: #636363;
	}
	#footer .wp_menu .search input[type="text"]:-ms-input-placeholder {
		color: #636363;
	}
	#footer .wp_menu .search input[type="text"]:-moz-placeholder {
		color: #636363;
	}
	#footer .wp_menu .search input[type="text"]::-moz-placeholder {
		color: #636363;
	}
	#footer .wp_menu .search input[type="text"]::-webkit-input-placeholder {
		color: #636363;
	}
	#footer .wp_menu .search input[type="submit"] {
		background: url(../images/ico_search_2.png) 0 46% no-repeat;
	}
	.footer_bottom {
		padding: 20px 0 40px;
	}
	.footer_bottom .logo {
		min-width: 160px;
	}
	.footer_bottom .nav {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 600px) {
	#header .logo {
		width: 54px;
		height: 54px;
		min-height: 0;
		overflow: hidden;
	}
	#header .social_box {
		margin-left: 0;
		left: 20%;
	}
	.footer_bottom {
		display: block;
	}
	.footer_bottom .logo {
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 15px;
	}
	.footer_bottom .nav {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.footer_bottom .nav li {
		display: inline-block;
		vertical-align: top;
	}
	.footer_bottom .nav li + li {
		margin: 0 0 0 6px;
	}
	.footer_bottom .copyright {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-top: 17px;
	}
	.front .front_1 {
		display: block;
	}
	.front .front_2 {
		display: block;
		padding: 0;
	}
	.front .nav {
		margin-bottom: 25px;
	}
	.news_box:after {
		display: none;
	}
	.news_box .news {
		display: block;
		width: auto;
		margin-bottom: 20px;
	}
	.sidebar_popular_box {
		margin: 0 -3.5% -12px 0;
	}
	.sidebar_popular {
		width: 45%;
		margin: 0 3% 12px 0;
	}
	.sidebar_news_box {
		margin: -10px -3.5% -5px 0;
	}
	.sidebar_news {
		width: 45%;
		margin: 10px 3% 0 0;
	}
	.author_post {
		display: block;
	}
	.author_post .item_1, .author_post .item_2 {
		display: block;
	}
	.author_post .item_1 {
		padding-bottom: 30px;
	}
	.author_post .triangle {
		display: block;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #f4f8fb;
		border-top: 0;
		position: absolute;
		top: auto;
		bottom: 100%;
		margin-top: 0;
		right: 50%;
		margin-right: -12px;
	}
	.related .title {
		font-size: 14px;
	}
	.comment .admin .contact {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	#header .fixed {
		min-height: 93px;
	}
	#header .social_box {
		display: none;
	}
	#header .request {
		right: auto;
		left: 50%;
		top: 20px;
		margin-left: -70px;
		font-size: 14px;
		line-height: 50px;
		height: 50px;
		padding: 0 14px 0 44px;
	}
	#header .request:before {
		width: 22px;
		height: 22px;
		background-size: 100% auto;
		margin-top: -11px;
		left: 12px;
	}
	#header .menu_btn {
		display: block;
	}
	#container .menu_box {
		display: none;
		margin-bottom: 0;
	}
	#container .menu_box + .fixed {
		margin-top: 20px;
	}
	.menu_box {
		background: url(../images/menu_bg.png) 0 0 repeat;
	}
	.menu_box:before {
		display: block;
		content: ' ';
		width: 0;
		height: 0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 8px solid #6bc2e5;
		position: absolute;
		top: -8px;
		right: 6%;
	}
	.wp_menu ul {
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: justify;
		line-height: 0;
		font-size: 1px;
	}
	.wp_menu ul:after {
		display: inline-block;
		content: '';
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.wp_menu li {
		display: inline-block;
		width: 32%;
		font-size: 14px;
		line-height: 1.3;
		position: static;
	}
	.wp_menu li a {
		z-index: -1;
	}
	.wp_menu li.active > a, .wp_menu li:hover > a {
		z-index: 4;
		background: #41a2ce;
		background: linear-gradient(to bottom, #4db4e0 0%, #3898c3 100%);
	}
	.wp_menu li.active li a, .wp_menu li:hover li a {
		z-index: 4;
		background: transparent;
	}
	.wp_menu li.submenu li a:after {
		display: none;
	}
	.wp_menu li ul, .wp_menu li:last-child ul {
		display: none;
		left: 0;
		right: 0;
		top: auto;
		padding-top: 5px;
		box-shadow: none;
	}
	.wp_menu li ul ul, .wp_menu li:last-child ul ul {
		display: none;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		box-shadow: none;
	}
	.wp_menu li ul ul:before, .wp_menu li:last-child ul ul:before {
		display: none;
	}
	.wp_menu li li {
		display: block;
		width: auto;
		white-space: normal;
		padding: 5px 17px;
		position: relative;
	}
	.wp_menu li li.submenu {
		background-position: 95% 10px;
	}
	.wp_menu li li.submenu:hover, .wp_menu li li.submenu.active {
		background: url(../images/arrow_4.png) 95% 10px no-repeat;
	}
	.wp_menu li li.active > ul, .wp_menu li li:hover > ul {
		display: block;
	}
	.wp_menu li li li {
		background-color: #429ec3;
		padding: 5px 17px;
		margin: 0 -17px;
	}
	.wp_menu li li li + li {
		border-top: 1px solid #63adca;
	}
	.wp_menu li li li a {
		color: #ffffff;
	}
	.wp_menu li li li a:hover {
		color: #9d9dce;
	}
	.wp_menu li:hover {
		z-index: 2;
	}
	.wp_menu li:hover > ul {
		display: block;
	}
	.wp_menu ul:before, .wp_menu ul:after, .wp_menu li:before, .wp_menu li:after {
		display: none;
	}
	.front .nav li {
		width: 45%;
		padding-left: 4%;
	}
	.slider_logos_box {
		padding-left: 40px;
		padding-right: 40px;
	}
	.slider_logos_box .topic {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.slider_logos {
		margin-bottom: 10px;
	}
	.slider_logos li {
		width: 50%;
	}
	.slider_logos .arrow_l {
		left: 15px;
	}
	.slider_logos .arrow_r {
		right: 15px;
	}
	.feedback .news {
		display: block;
		height: auto;
		padding: 20px 30px;
	}
	.feedback .doctor {
		display: block;
		padding: 30px;
		width: auto;
		height: auto;
		text-align: center;
	}
	.feedback .doctor:before {
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #eef4f6;
		border-top: 0;
		top: -12px;
		right: 50%;
		margin-right: -12px;
	}
	.feedback .doctor .thumb {
		margin-left: auto;
		margin-right: auto;
	}
	.feedback .doctor .blue_btn {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.feedback .vk {
		width: 225px;
		margin: 30px auto 0;
		display: block;
	}
	.disease li {
		box-sizing: border-box;
		width: 32%;
		padding-left: 15px;
	}
	.pagination span, .pagination a {
		margin-right: 0;
		font-size: 12px;
	}
	.sidebar_popular_box {
		margin: 0;
	}
	.sidebar_news_box {
		margin: 0 0 -5px 0;
	}
	.sidebar_popular, .sidebar_news {
		display: block;
		width: 100%;
		margin: 0;
	}
	.sidebar_popular + .sidebar_popular, .sidebar_popular + .sidebar_news, .sidebar_news + .sidebar_popular, .sidebar_news + .sidebar_news {
		margin-top: 12px;
	}
	.sidebar_question_box {
		overflow: hidden;
		margin: 0;
	}
	.sidebar_question_box:after {
		display: none;
	}
	.sidebar_question {
		display: block;
		width: 100%;
		margin: 0;
	}
	.content img.alignleft, .content img.alignright {
		float: none;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.content .wp-caption.alignleft, .content .wp-caption.alignright {
		float: none;
		margin: 0 auto 20px auto;
	}
	.content #toc_container {
		float: none;
	}
	.content .blockwarning {
		min-height: 0;
		padding: 58px 15px 17px 15px;
	}
	.content .blockwarning:before {
		height: 28px;
		width: 28px;
		font-size: 23px;
		line-height: 27px;
		position: absolute;
		top: 12px;
		margin-top: 0;
		left: 50%;
		margin-left: -22px;
	}
	.content .blocktip {
		min-height: 0;
		padding: 68px 15px 17px;
		background: #eef0ff;
		position: relative;
	}
	.content .blocktip :before {
		content: ' ';
		display: block;
		height: 1px;
		background-color: #cccfeb;
		position: absolute;
		top: 35px;
		left: 15px;
		right: 15px;
	}
	.content .blocktip:after {
		content: ' ';
		display: block;
		position: absolute;
		width: 46px;
		height: 46px;
		background: #429ec3 url(../images/ico_7.png) 50% 50% no-repeat;
		border: 5px solid #eef0ff;
		border-radius: 50%;
		left: 50%;
		top: 6px;
		margin-top: 0;
		margin-left: -23px;
	}
	.related {
		margin-right: 0;
	}
	.related .news {
		float: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.comment-respond {
		text-align: center;
	}
	.comment-respond input[type="text"] {
		float: none;
		width: 100%;
	}
	.comment-respond input[type="submit"] {
		display: inline-block;
	}
	#footer .menu_box:before {
		display: none;
	}
	.footer_bottom .nav {
		display: block;
		text-align: center;
		white-space: normal;
		line-height: 20px;
	}
	.footer_bottom .copyright {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 320px) {
	.wp_menu ul li {
		width: 49.6%;
	}
	.disease li {
		box-sizing: border-box;
		width: 49%;
		padding-left: 15px;
	}
	.categories {
		text-align: left;
	}
	.categories:after {
		display: none;
	}
	.categories .item {
		display: block;
		width: 100%;
	}
	.categories .inner {
		text-align: left;
	}
	.categories .inner:after {
		display: none;
	}
	.categories .post {
		display: block;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.categories .post .thumb {
		width: 193px;
		margin: 0 auto 15px;
	}
	.topic {
		text-align: center;
	}
	.topic:after {
		display: none;
	}
	.comment > .comment {
		margin-left: 0;
	}
}


/* widget test for mobiles */
@media (max-width: 1000px) and (min-height: 300px){
    #rek_tab_fixed,
    #rek_mob_fixed{
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 99999;
        background: rgba(255,255,255,0.9);
        padding: 10px;
        box-sizing: border-box;
    }
    
    .rek_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 1px;
    background: #ccc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 99999;
    }
}

@media only screen and (max-width: 480px) {
    div#toc_container {width: 82% !important;}
}

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