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.6;
	overflow: hidden;
	margin-bottom: 30px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 22px;
	font-weight: bold;
	line-height: 1.3;
	color: #273236;
}

.content h1 {
	font-size: 30px;
	line-height: 1.2;
}

.content h2 {
	font-size: 24px;
	line-height: 1.2;
}

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

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

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

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

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

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

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

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

.content ul li:before {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #b3b3b3;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 8px;
	left: 12px;
}

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

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

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

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

.content ol li:before {
	content: counter(list);
	counter-increment: list;
	font-size: 11px;
	line-height: 20px;
	color: #222;
	text-align: center;
	border-radius: 50%;
	padding: 0 2px;
	min-width: 16px;
	height: 20px;
	background-color: #f6f6f6;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.content table {
	height: auto;
	width: 100%;
	margin-bottom: 22px;
	text-align: center;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

.content table th {
	padding: 9px;
	color: #222;
	font-weight: normal;
	background-color: #f6f6f6;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.content table td {
	padding: 9px;
	color: #535353;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

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

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

.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: 5px 22px 22px 0;
}

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

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

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

.content #toc_container {
	/*float: left;*/
	background-color: #f6f6f6;
	padding: 16px 20px 20px;
	/*margin: 4px 35px 15px 0;*/
	/*max-width: 65%;*/
	box-sizing: border-box;
	width: 100%;
    display: inline-block;
}

.content #toc_container .toc_title {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.content #toc_container .toc_toggle {
	font-size: 14px;
}

.content #toc_container .toc_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content #toc_container li {
	display: block;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}

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

.content #toc_container li:before {
	left: 0;
}

.content #toc_container li a {
	position: relative;
	text-decoration: none;
	border-bottom: 1px dotted #1b92dd;
}

.content #toc_container li a:hover {
	border-bottom: 0;
}

.content .blocktip {
	min-height: 34px;
	padding: 12px 15px 17px 110px;
	background: #f6f6f6 url(../images/ico_pen.png) 30px 50% no-repeat;
	overflow: hidden;
	margin-bottom: 22px;
	display: inline-block;
}

.content .blockwarning {
	min-height: 26px;
	padding: 12px 15px 17px 110px;
	background: #f6f6f6 url(../images/ico_warning.png) 30px 50% no-repeat;
	overflow: hidden;
	position: relative;
	margin-bottom: 22px;
}

.content .blocklnk {
	padding: 13px 15px 7px 15px;	
	background-color: #fbfbfb;	
	margin-bottom: 10px;	
	margin-top: 10px;
	word-wrap: break-word;	
	overflow: hidden;
}

.content .contacts {
	background-color: #f6f6f6;
	padding: 25px 30px 28px;
	margin-bottom: 22px;
}

.content .contacts .phones {
	margin: 0 -30px 0 0;
	font-size: 0;
	line-height: 0;
}

.content .contacts .phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.3;
	color: #1b92dd;
	min-height: 27px;
	background: url(../images/ico_phone.png) 0 6px no-repeat;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 33.33%;
	min-width: 225px;
	padding: 0 25px -0px 37px;
}

.content .contacts .phone .inner {
	display: inline-block;
	text-align: right;
}

.content .contacts .phone p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #686868;
	margin: 0;
}

.content .blockfiles {
    min-height: 34px;
    padding: 12px 15px 17px 110px;
    background: #fbfbfb url(../images/type_3.png) 30px 50% no-repeat;
    overflow: hidden;
    margin-bottom: 22px;

}

.content .download {
	margin-bottom: 22px;
}

.content .download br {
	display: none;
}

.content .download .item {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fbfbfb;
}

.content .download .ico, .content .download .title, .content .download .btn {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.content .download .ico {
	width: 53px;
	height: 59px;
}

.content .download .ico.type_1 {
	background: url(../images/type_1.png) 50% 50% no-repeat;
}

.content .download .ico.type_2 {
	background: url(../images/type_2.png) 50% 50% no-repeat;
}

.content .download .ico.type_3 {
	background: url(../images/type_3.png) 50% 50% no-repeat;
}

.content .download .title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	color: #474748;
}

.content .download .btn {
	text-align: right;
}

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

.content .related {
	overflow: hidden;
	margin-bottom: 22px;
}

.content .related .thumb {
	display: block;
	float: left;
	width: 220px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}

.content .related .thumb img {
	width: auto;
	min-width: 220px;
	height: auto;
	margin: 0;
}

.content .related .thumb + .inner {
	margin-left: 240px;
}

.content .related .heading {
	margin-bottom: 5px;
}

.content .related .title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #1b92dd;
	margin-bottom: 9px;
}

.content .related .title a {
	text-decoration: none;
}

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

.content .related .info {
	display: block;
	margin-bottom: 6px;
}

.content .related .item {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
}

.content .related .cat {
	font-size: 12px;
	line-height: 1.3;
	color: #8a8a8a;
	text-decoration: none;
	padding-right: 35px;
}

.content .related .cat:hover {
	text-decoration: underline;
}

.content .related .com {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/ico_comment.png) 100% 50% no-repeat;
	font-size: 12px;
	line-height: 1.3;
	color: #a3abba;
}

.content blockquote, .content .bquote {
	min-height: 30px;
	padding: 12px 15px 13px 75px;
	background: #f6f6f6 url(../images/ico_quote.png) 22px 17px no-repeat;
	overflow: hidden;
	margin-bottom: 22px;
}

.content blockquote .author, .content .bquote .author {
	font-size: 14px;
	color: #9d9d9d;
	font-style: italic;
}

.content blockquote p, .content .bquote p {
	margin-bottom: 13px;
}

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

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 22px;
	background: #f8f8f8;
}

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

.content .wp-caption .wp-caption-text {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
	color: #8e8e8e;
	text-align: center;
}

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

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

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

html, body {
	height: 100%;
}

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

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

a {
	color: #1b92dd;
	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;
	background: #ffffff;
}

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

.btn_yellow {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background-color: #ffc600;
	border: 0;
	border-radius: 3px;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.btn_yellow:hover {
	background-color: #fff94f;
}

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

.header_top {
	position: relative;
	z-index: 11;
	background-color: #252f33;
}

.header_top .fixed {
	height: 50px;
}

.header_top .logo {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	height: 40px;
	padding-left: 70px;
	background: url(../images/logo.png) 0 0 no-repeat;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 26px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.header_top .logo span {
	color: #ffc600;
	font-weight: bold;
}

.header_top .logo span span {
	text-transform: none;
	font-size: 11px;
}

.header_top .btn_yellow {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	padding: 7px 10px 0 70px;
	width: 190px;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	color: #252f33;
	background-image: url(../images/ico_1.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
}

.menu_box {
	position: absolute;
	top: 0;
	left: 245px;
	right: 200px;
	height: 50px;
	z-index: 5;
}

.menu_box .menu_btn {
	cursor: pointer;
	min-height: 16px;
	padding-left: 32px;
	background: url(../images/ico_menu.png) 0 1px no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: -20px;
	display: none;
}

.menu_box .menu_btn:hover {
	color: #ffc600;
	background-image: url(../images/ico_menu_2.png);
}

.wp_menu ul {
	list-style: none;
	display: table;
	width: 100%;
	text-align: center;
}

.wp_menu ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	min-width: 170px;
	display: none;
}

.wp_menu ul ul ul {
	left: 100%;
	top: 0;
}

.wp_menu li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.wp_menu li.submenu:hover:before {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	z-index: 2;
}

.wp_menu li a {
	display: block;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.wp_menu li.active > a, .wp_menu li:hover > a {
	background: linear-gradient(to bottom, #3e4f57, #323f45);
}

.wp_menu li li {
	display: block;
}

.wp_menu li li a {
	line-height: 1.3;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	color: #334a3f;
	padding: 9px 20px 10px 15px;
}

.wp_menu li li.active > a, .wp_menu li li:hover > a {
	background: #e7e6e1;
}

.wp_menu li li.submenu:hover:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	bottom: auto;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid white;
	border-bottom: 5px solid transparent;
	border-left: 0;
	z-index: 2;
}

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

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

.header_bottom {
	height: 50px;
	background-color: #f4f4f4;
}

.header_bottom .fixed {
	height: 50px;
}

.header_bottom .header_contacts {
	display: block;
	height: 50px;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

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

.header_bottom .search_btn, .header_bottom .social, .header_bottom .nav, .header_bottom .callback, .header_bottom .phones {
	display: inline-block;
	vertical-align: middle;
}

.header_bottom .search_btn {
	position: relative;
	width: 65px;
	height: 50px;
	cursor: pointer;
}

.header_bottom .search_btn:before {
	content: ' ';
	display: block;
	width: 14px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -7px;
	background: url(../images/ico_search.png) 0 0 no-repeat;
}

.header_bottom .search_btn:hover {
	background: #eeeeee;
}

.header_bottom .search_btn:hover:before {
	background-position: 0 100%;
}

.header_bottom .search {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 5px;
	background-color: #eeeeee;
	cursor: pointer;
	display: none;
}

.header_bottom .search.visible {
	display: block;
}

.header_bottom .search input[type="text"] {
	display: inline-block;
	width: 200px;
	height: 28px;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	font-family: 'PT Sans Caption', 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 27px;
}

.header_bottom .search input[type="submit"] {
	width: 14px;
	height: 15px;
	border: 0;
	position: absolute;
	z-index: 2;
	right: 12px;
	top: 12px;
	cursor: pointer;
	background: url(../images/ico_search.png) 0 0 no-repeat;
}

.header_bottom .search input[type="submit"]:hover {
	background-position: 0 100%;
}

.header_bottom .social {
	font-size: 0;
	line-height: 0;
}

.header_bottom .social a {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	line-height: 1.3;
}

.header_bottom .social .soc_1 {
	background-position: 0 0;
}

.header_bottom .social .soc_2 {
	background-position: -29px 0;
}

.header_bottom .social .soc_3 {
	background-position: -58px 0;
}

.header_bottom .social .soc_4 {
	background-position: -87px 0;
}

.header_bottom .social .soc_5 {
	background-position: -116px 0;
}

.header_bottom .social .soc_1:hover {
	background-position: 0 100%;
}

.header_bottom .social .soc_2:hover {
	background-position: -29px 100%;
}

.header_bottom .social .soc_3:hover {
	background-position: -58px 100%;
}

.header_bottom .social .soc_4:hover {
	background-position: -87px 100%;
}

.header_bottom .social .soc_5:hover {
	background-position: -116px 100%;
}

.header_bottom .nav {
	list-style: none;
}

.header_bottom .nav li {
	display: inline-block;
	vertical-align: middle;
}

.header_bottom .nav li a {
	display: inline-block;
	text-decoration: none;
	color: #7d8487;
	border-bottom: 1px dotted;
	margin: 0 10px;
	font-size: 12px;
	line-height: 1.1;
}

.header_bottom .nav li a:hover {
	color: #e5b200;
}

.header_bottom .phone {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 12px;
	line-height: 1.3;
	color: #1b92dd;
	padding-left: 35px;
	min-height: 27px;
	background: url(../images/ico_phone.png) 0 50% no-repeat;
}

.header_bottom .phone p {
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	color: #686868;
}

.header_bottom .phone + .phone {
	margin-left: 20px;
}

.top_line {
	display: block;
	transition: 0.5s linear;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 20;
	background-color: #252f33;
	visibility: hidden;
}

.top_line.visible {
	visibility: visible;
	top: 0;
}

.customize-support .top_line.visible {
	top: 32px;
}

.top_line .fixed {
	height: 50px;
}

.top_line .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 65px;
	height: 50px;
	background: #4a5e66 url(../images/logo.png) 50% 50% no-repeat;
}

.top_line .contacts {
	position: absolute;
	top: 6px;
	right: 0;
}

.top_line .phone {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-left: 15px;
	font-size: 11px;
	line-height: 1.3;
	color: #1b92dd;
}

.top_line .phone p {
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
}

.top_line .menu_box {
	left: 65px;
	right: 390px;
}

.top_line .btn, .header_bottom .callback .btn {
	display: inline-block;
	vertical-align: middle;
	background-color: #e5e5e5;
	padding: 4px 0 0 6px;
	height: 32px;
	border-radius: 3px 0 0 3px;
	font-size: 12px;
	line-height: 1.2;
	color: #747474;
	text-decoration: none;
	cursor: pointer;
	margin-right: 18px;
	position: relative;
}

.top_line .btn:hover, .header_bottom .callback .btn:hover {
	color: #e5b200;
}

.top_line .btn:after, .header_bottom .callback .btn:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 18px;
	background: url(../images/corner.png) 0 0 no-repeat;
}

.topic {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.topic.line_l:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	background-color: #dae4f1;
	position: relative;
	width: 70px;
	right: 20px;
	top: -1px;
}

.topic.line_r:after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	background-color: #dae4f1;
	position: relative;
	width: 50px;
	left: 20px;
	margin-right: -100%;
	top: -1px;
}

.topic.star {
	text-transform: none;
	font-weight: normal;
}

.topic.star:before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 16px;
	vertical-align: top;
	background: url(../images/ico_star.png) 0 0 no-repeat;
	margin-right: 10px;
}

.news_block {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px;
}

.news_box {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 15px;
	margin-bottom: 28px;
}

.news_box .thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.news_box .thumb img {
	display: block;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	min-width: 100%;
}

.news_box .title {
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	color: #1b92dd;
	margin-bottom: 12px;
}

.news_box .title a {
	text-decoration: none;
}

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

.news_box .info {
	display: table;
	width: 100%;
}

.news_box .item {
	display: table-cell;
	text-align: right;
}

.news_box .item:first-child {
	text-align: left;
}

.news_box .cat {
	font-size: 12px;
	line-height: 1.3;
	color: #8a8a8a;
	text-decoration: none;
}

.news_box .cat:hover {
	text-decoration: underline;
}

.news_box .com {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/ico_comment.png) 100% 50% no-repeat;
	font-size: 12px;
	line-height: 1.3;
	color: #a3abba;
}

.last_news {
	/*background-color: #f9fffc;*/
	padding: 22px 0 25px;
}

.last_news .news_block {
	margin-bottom: -28px;
}

.last_news .news_box {
	width: 25%;
}

.last_news .news_box .thumb {
	width: 100%;
	height: 205px;
	margin-bottom: 15px;
}

.last_news .news_box .thumb img {
	min-height: 200px;
}

.category_last_news {
	margin-bottom: 30px;
}

.category_last_news .news_block {
	margin-bottom: -28px;
}

.category_last_news .news_box {
	width: 33.33%;
}

.category_last_news .news_box .thumb {
	width: 100%;
	height: 205px;
	margin-bottom: 15px;
}

.category_last_news .news_box .thumb img {
	min-height: 200px;
}

.category_last_news.light .news_block {
	margin: 0;
	padding: 15px 8px 0;
	background-color: #fdffca;
}

.category_last_news.light .news_box {
	padding: 0 7px;
	margin-bottom: 15px;
}

.popular_news {
	padding-top: 22px;
}

.popular_news .news_box {
	width: 33.33%;
	overflow: hidden;
}

.popular_news .news_box .thumb {
	float: left;
	width: 78px;
	height: 78px;
	margin-top: 4px;
}

.popular_news .news_box .thumb img {
	min-height: 78px;
}

.popular_news .news_box .thumb + .element {
	margin-left: 90px;
}

.popular_news.light .topic {
	text-align: center;
}

.popular_news.light .news_block {
	margin: 0 -45px 25px;
	padding: 30px 30px 0 30px;
	background-color: #fdffca;
}

.category_title {
	display: block;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	margin: -10px 30px;
}

.category_popular_news {
	margin: 0 0 25px;
	padding: 30px 10px 0 10px;
	font-size: 0;
	line-height: 0;
}

.category_popular_news .news_box {
	width: 50%;
	padding: 0 20px;
	overflow: hidden;
}

.category_popular_news .news_box .thumb {
	float: left;
	width: 78px;
	height: 78px;
	margin-top: 4px;
}

.category_popular_news .news_box .thumb img {
	min-height: 78px;
}

.category_popular_news .news_box .thumb + .element {
	margin-left: 90px;
}

.questions {
	padding: 25px 0 28px 0;
	background-color: #f6f6f6;
}

.questions .inner {
	display: table;
	width: 100%;
}

.questions .expert {
	display: table-cell;
	vertical-align: top;
	width: 250px;
	text-align: center;
}

.questions .expert .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d2d2d;
	margin-bottom: 10px;
}

.questions .expert .info {
	font-size: 12px;
	line-height: 1.3;
	color: #8d959d;
	margin-bottom: 15px;
}

.questions .expert .thumb {
	display: block;
	width: 125px;
	overflow: hidden;
	border-radius: 3px;
	margin: 0 auto 20px;
}

.questions .expert .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 125px;
	min-height: 125px;
	border-radius: 3px;
}

.questions .expert .btn_yellow {
	min-width: 174px;
	box-sizing: border-box;
}

.questions .news {
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	left: 0;
}

.questions .news ul {
	display: inline-block;
	vertical-align: top;
	padding-left: 4%;
	width: 33.33%;
	box-sizing: border-box;
	list-style: none;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: -45px;
}

.questions .news li {
	display: block;
	padding-left: 40px;
	position: relative;
	margin-bottom: 45px;
}

.questions .news li:before {
	content: ' ';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff url(../images/ico_2.png) 50% 7px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
}

.questions .news li:after {
	content: ' ';
	position: absolute;
	bottom: -22px;
	left: 38px;
	right: 0;
	border-bottom: 1px solid #e1e6ed;
}

.questions .news li:last-child:after {
	display: none;
}

.questions .news li a {
	text-decoration: none;
}

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

.documents {
	background-color: #f6f6f6;
	padding: 25px 0;
}

.documents .inner {
	display: table;
	width: 100%;
}

.documents .item_1, .documents .item_2 {
	display: table-cell;
	vertical-align: top;
}

.documents .item_1 {
	width: 220px;
}

.documents .tabs_btns span {
	display: block;
	position: relative;
	padding: 10px 10px 11px 30px;
	cursor: pointer;
	font-size: 12px;
	color: #1b92dd;
}

.documents .tabs_btns span:before {
	content: ' ';
	display: block;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 7px;
	background: url(../images/ico_3.png) 0 0 no-repeat;
}

.documents .tabs_btns span.active, .documents .tabs_btns span:hover {
	background-color: #efefef;
}

.documents .tabs_btns span.active:before, .documents .tabs_btns span:hover:before {
	background-position: 0 100%;
}

.documents .more {
	margin: 0 0 25px 4%;
}

.documents .more a {
	display: inline-block;
	font-size: 12px;
	color: #1b92dd;
	position: relative;
	padding-left: 30px;
	text-decoration: none;
}

.documents .more a:hover {
	text-decoration: underline;
}

.documents .more a:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #efefef url(../images/ico_4.png) 50% 6px no-repeat;
}

.documents .doc_list {
	font-size: 0;
	line-height: 0;
}

.documents .doc_list ul {
	display: inline-block;
	vertical-align: top;
	padding-left: 4%;
	width: 33.33%;
	box-sizing: border-box;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
}

.documents .doc_list li {
	display: block;
}

.documents .doc_list li + li {
	margin-top: 25px;
}

.documents .doc_list li a {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/ico_4.png) 7px 5px no-repeat;
	font-size: 14px;
	text-decoration: none;
}

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

.dictionary {
	margin-bottom: 50px;
}

.dictionary .tabs_btns {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
	z-index: 3;
	font-size: 0;
	line-height: 0;
}

.dictionary .tabs_btns span {
	padding: 0 0 0 5px;
	min-width: 18px;
	height: 29px;
	display: inline-block;
	background-color: #f6f6f6;
	border: 1px solid #eaeaea;
	border-radius: 3px 0 0 0;
	margin-right: 7px;
	position: relative;
	font-size: 14px;
	line-height: 29px;
	color: #535353;
	cursor: pointer;
	text-align: center;
}

.dictionary .tabs_btns span:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 100%;
	background: url(../images/tab_corner.png) 0 0 no-repeat;
}

.dictionary .tabs_btns span.active, .dictionary .tabs_btns span:hover {
	color: #1b92dd;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	position: relative;
	z-index: 3;
}

.dictionary .tabs_btns span.active:after, .dictionary .tabs_btns span:hover:after {
	background: url(../images/tab_corner_a.png) 0 0 no-repeat;
}

.dictionary .tab_box {
	padding: 22px 28px 15px;
	border: 1px solid #eaeaea;
	border-bottom: none;
	position: relative;
	z-index: 1;
}

.dictionary .tab_box .inner {
	column-count: 4;
	column-gap: 20px;
}

.dictionary .tab_box .box {
	display: none;
}

.dictionary .tab_box .box.active {
	display: block;
}

.dictionary .tab_box .post_link {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 1.2;
}

.dictionary .tab_box .post_link a {
	text-decoration: none;
}

.dictionary .tab_box .post_link a:hover {
	text-decoration: underline;
}

.dictionary .more {
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid #eaeaea;
	border-top: 0;
	padding: 10px;
}

.dictionary .more a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.3;
	color: #1b92dd;
	position: relative;
	padding-left: 14px;
	text-decoration: none;
}

.dictionary .more a:hover {
	text-decoration: underline;
}

.dictionary .more a:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../images/ico_5.png) 0 0 no-repeat;
}

.franchise {
	margin-bottom: 20px;
	text-align: center;
}

.franchise .heading {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}

.franchise .heading:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 9px;
	background: url(../images/wave.png) 100% 0 repeat-x;
	position: relative;
	width: 100%;
	right: 20px;
	margin-left: -100%;
	top: -3px;
}

.franchise .heading:after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 9px;
	background: url(../images/wave.png) 0 0 repeat-x;
	position: relative;
	width: 100%;
	left: 20px;
	margin-right: -100%;
	top: -1px;
}

.franchise .inner {
	overflow: hidden;
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}

.franchise .item {
	display: inline-block;
	vertical-align: top;
	width: 157px;
	height: 124px;
	border: 1px solid #f5f5f5;
	position: relative;
	margin: 0 15px 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}

.franchise .item:hover:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(37, 47, 51, 0.7);
	z-index: 2;
}

.franchise .item:hover .title {
	display: block;
}

.franchise .thumb {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 90px;
	width: 157px;
	overflow: hidden;
	position: relative;
}

.franchise .thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90px;
	display: inline-block;
}

.franchise .price {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ffc600;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.3;
	position: relative;
	z-index: 3;
	margin-top: 2px;
}

.franchise .title {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	display: none;
	z-index: 5;
	font-size: 12px;
	line-height: 1.3;
	color: #ffffff;
}

.breadcrumbs {
	font-size: 12px;
	line-height: 1.3;
	margin: 22px 0;
}

.breadcrumbs span {
	color: #666666;
}

.breadcrumbs .separator {
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #b3b3b3;
	border-bottom: 3px solid transparent;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	left: -9px;
}

.breadcrumbs a {
	color: #1b92dd;
	text-decoration: none;
	margin-right: 20px;
	position: relative;
}

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

.breadcrumbs a:last-child {
	margin-right: 0;
}

.breadcrumbs a:last-child:after {
	display: none;
}

.breadcrumbs a.home {
	padding-left: 20px;
}

.breadcrumbs a.home:before {
	content: ' ';
	display: block;
	width: 13px;
	height: 11px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../images/ico_home.png) 0 0 no-repeat;
}

.pagination {
	margin: 50px -2px;
	font-size: 0;
	line-height: 0;
}

.pagination span, .pagination a {
	display: inline-block;
	vertical-align: top;
	min-width: 8px;
	height: 30px;
	padding: 0 11px;
	line-height: 29px;
	border-radius: 3px;
	background-color: #f6f6f6;
	text-decoration: none;
	margin: 0 2px 4px 2px;
	font-size: 12px;
	color: #8a8a8a;
}

.pagination span {
	background-color: #8a8a8a;
	color: #ffffff;
}

.pagination a:hover {
	background-color: #ffc600;
}

#content_box {
	*zoom: 1;
}

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

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

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

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

.widget {
	margin-bottom: 30px;
}

.widget.border {
	border: 1px solid #d8dceb;
	border-radius: 3px;
	padding: 18px;
}

.widget.content_bg {
	border-radius: 3px;
	padding: 18px;
	background-color: #f6f6f6;
}

.widget .heading {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}

.widget .heading.star {
	position: relative;
	padding-left: 26px;
}

.widget .heading.star:before {
	content: ' ';
	display: block;
	width: 18px;
	height: 17px;
	background: url(../images/ico_star_2.png) 0 0 no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}

.widget ul.menu {
	list-style: none;
	border: 1px solid #eef0f4;
	border-radius: 3px;
}

.widget ul.menu ul {
	list-style: none;
	background-color: #f6f6f6;
	padding: 3px 0;
	display: none;
}

.widget ul.menu li {
	display: block;
}

.widget ul.menu li + li {
	border-top: 1px solid #eef0f4;
}

.widget ul.menu li a {
	display: block;
	padding: 7px 19px 8px;
	color: #273236;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.widget ul.menu li a:hover {
	color: #1b92dd;
}

.widget ul.menu li.active > a {
	color: #1b92dd;
}

.widget ul.menu li li + li {
	border: none;
}

.widget ul.menu li li a {
	font-size: 12px;
	font-weight: normal;
	padding: 9px 20px 9px 40px;
	position: relative;
}

.widget ul.menu li li a:before {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #b3b3b3;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 13px;
	left: 20px;
}

.widget ul.menu li li a:hover {
	background-color: #f0f1f6;
}

.widget ul.menu li li.active > a {
	background-color: #f0f1f6;
}

.widget ul.menu li li li a {
	padding-left: 60px;
}

.widget ul.menu li li li a:before {
	left: 40px;
}

.widget ul.menu li.active > ul, .widget ul.menu li:hover > ul {
	display: block;
}

.popular_posts {
	margin-bottom: 10px;
}

.popular_posts .news_box {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.popular_posts .news_box + .news_box {
	margin-top: 25px;
}

.popular_posts .news_box .thumb {
	float: left;
	width: 95px;
	height: 95px;
	margin-top: 4px;
}

.popular_posts .news_box .thumb img {
	min-height: 95px;
}

.popular_posts .news_box .thumb + .element {
	margin-left: 112px;
}

.popular_posts .news_box .title {
	font-size: 12px;
}

.popular_questions {
	list-style: none;
	margin-bottom: 10px;
}

.popular_questions li {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding-left: 30px;
	position: relative;
}

.popular_questions li + li {
	margin-top: 25px;
}

.popular_questions li:before {
	content: ' ';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../images/ico_6.png) 0 0 no-repeat;
}

.popular_questions li a {
	text-decoration: none;
}

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

.no_answer {
	list-style: none;
}

.no_answer li {
	display: block;
	font-size: 14px;
	line-height: 1.3;
}

.no_answer li + li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f7f8fb;
}

.no_answer li a {
	text-decoration: none;
}

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

.business_news {
	overflow: hidden;
}

.business_news .news {
	position: relative;
	padding: 0 0 10px 17px;
	min-height: 60px;
}

.business_news .news + .news {
	margin-top: 6px;
}

.business_news .news:before {
	content: ' ';
	width: 1px;
	background-color: #d8d0f4;
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 3px;
}

.business_news .news:after {
	content: ' ';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 5;
}

.business_news .news:nth-child(3n+1):after {
	background-color: #77b7ff;
}

.business_news .news:nth-child(3n+2):after {
	background-color: #e3ceff;
}

.business_news .news:nth-child(3n+3):after {
	background-color: #594799;
}

.business_news .news:last-child {
	min-height: 0;
}

.business_news .news:last-child:before {
	display: none;
}

.business_news .date {
	font-size: 10px;
	color: #a3a3a3;
	margin-bottom: 5px;
}

.business_news .title {
	color: #1b92dd;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.business_news .title:hover {
	text-decoration: underline;
}

.subscr {
	text-align: center;
	position: relative;
	display: block;
	padding-bottom: 22px;
}

.subscr:before {
	content: ' ';
	display: block;
	height: 4px;
	background: url(../images/decor.png) 50% 0 repeat-x;
	position: absolute;
	bottom: 0;
	left: 4px;
	right: 4px;
}

.subscr .heading {
	margin-bottom: 13px;
}

.subscr p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 18px;
}

.subscr input[type="text"] {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 12px 1px;
	box-sizing: border-box;
	border: 1px solid #c8cfe6;
	border-radius: 3px;
	background-color: transparent;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 35px;
	text-align: left;
	margin-bottom: 15px;
}

.subscr input[type="text"]:-ms-input-placeholder {
	color: #1b92dd;
}

.subscr input[type="text"]:-moz-placeholder {
	color: #1b92dd;
}

.subscr input[type="text"]::-moz-placeholder {
	color: #1b92dd;
}

.subscr input[type="text"]::-webkit-input-placeholder {
	color: #1b92dd;
}

.subscr input[type="submit"].btn_yellow {
	display: block;
	border: 0;
	width: 100%;
	font-family: 'PT Sans Caption', 'Arial', 'Helvetica', sans-serif;
}

.about {
	margin-bottom: 50px;
}

.about .inner {
	padding-left: 380px;
	*zoom: 1;
}

.about .inner:after {
	display: table;
	content: '';
	clear: both;
}

.about .item_1 {
	float: left;
	width: 100%;
	margin-left: -380px;
}

.about .item_2 {
	display: block;
	float: right;
	vertical-align: top;
	width: 320px;
	padding: 20px 10px;
	background-color: #f6f6f6;
}

.about .item_2 .topic {
	margin-left: 13px;
}

.about .business_news {
	margin: 0;
	padding: 0;
}

.about .business_news .news {
	padding: 0;
}

.about .business_news .news:before {
	top: 18px;
	bottom: 0;
	left: 68px;
}

.about .business_news .news:after {
	top: 3px;
	left: 65px;
}

.about .business_news .date {
	display: table-cell;
	vertical-align: top;
	width: 55px;
	padding-right: 28px;
	text-align: right;
}

.about .business_news .title {
	display: table-cell;
	vertical-align: top;
}

.categories_nav {
	margin-bottom: 17px;
}

.categories_nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
	color: #334a3f;
	text-decoration: none;
	padding: 10px 15px;
	background-color: #fafafa;
	margin: 0 5px 10px 0;
}

.categories_nav a.active, .categories_nav a:hover {
	background-color: #f6f6f6;
	color: #1b92dd;
}

.categories_nav a.active {
	position: relative;
	padding-left: 30px;
}

.categories_nav a.active:before {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #b3b3b3;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
}

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

.author_post .item_1 {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.author_post .item_2 {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 2;
}

.author_post .thumb {
	display: table-cell;
	vertical-align: top;
	width: 125px;
	height: 125px;
	border-radius: 3px;
	overflow: hidden;
}

.author_post .thumb img {
	width: auto;
	height: auto;
	min-width: 125px;
	min-height: 125px;
	border-radius: 3px;
}

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

.author_post .title {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.author_post .name {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	color: #273236;
	margin-bottom: 10px;
}

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

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

.author_post .rating {
	white-space: nowrap;
	color: #474748;
	margin-top: 20px;
}

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

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

.author_post .rating .minus {
	background-color: #ffdedd;
	line-height: 24px;
}

.author_post .rating .plus {
	background-color: #ddffdd;
	line-height: 29px;
}

.author_post .rating .sum {
	display: inline-block;
	vertical-align: middle;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 20px;
}

.comment-respond, .comment_box {
	margin-bottom: 40px;
}

.comment-respond .title, .comment_box .title {
	margin-bottom: 22px;
	font-weight: bold;
	line-height: 1.3;
	color: #273236;
	font-size: 24px;
}

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

.comment-respond input[type="text"] {
	display: block;
	float: left;
	width: 48.3%;
	height: 36px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #c8cfe6;
	background-color: #ffffff;
	font-family: 'PT Sans Caption', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	margin-bottom: 25px;
}

.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: 1px solid #c8cfe6;
	background-color: #ffffff;
	font-family: 'PT Sans Caption', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.3;
	overflow: auto;
	margin-bottom: 25px;
}

.comment-respond textarea:-ms-input-placeholder {
	color: #bcbcbc;
}

.comment-respond textarea:-moz-placeholder {
	color: #bcbcbc;
}

.comment-respond textarea::-moz-placeholder {
	color: #bcbcbc;
}

.comment-respond textarea::-webkit-input-placeholder {
	color: #bcbcbc;
}

.comment-respond input[type="submit"] {
	border: 0;
	padding: 16px 20px;
	font-family: 'PT Sans Caption', 'Arial', 'Helvetica', sans-serif;
}

.comment-respond .logged-in-as {
	font-size: 13px;
	margin-bottom: 15px;
}

.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 .field {
	display: block;
	float: left;
	width: 48.3%;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
}

.comment-respond .field + .field {
	float: right;
}

.comment-respond .field input {
	float: none;
	margin: 0;
	width: 100%;
}

.comment-respond .error {
	color: #ff0000;
	font-size: 13px;
	margin: 7px 20px -3px;
}

.comment-respond .success {
	display: block;
	color: #2c922c;
	font-size: 16px;
	margin: 3px 0 0;
	background: #efffef;
	padding: 10px 20px;
	text-align: center;
}

.comment-respond textarea.incorrect, .comment-respond input.incorrect {
	border-color: #f9baba;
}

.comment-respond textarea + .error {
	margin: -15px 0 8px 20px;
}

.comment {
	margin-bottom: 20px;
}

.comment .comment {
	margin: 20px 0 0 30px;
}

.comment .box {
	background-color: #f6f6f6;
	padding: 10px;
	border-radius: 3px;
	overflow: hidden;
}

.comment .thumb {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.comment .thumb img {
	width: auto;
	height: auto;
	min-width: 80px;
	min-height: 80px;
}

.comment .thumb + .block_r {
	margin-left: 100px;
}

.comment .block_r {
	padding: 6px 0;
}

.comment .info {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.comment .name {
	color: #a6a6a6;
	margin: 0 20px 4px 0;
}

.comment .comment-reply-link {
	color: #1b92dd;
	margin-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}

.comment .comment-reply-link:hover {
	text-decoration: underline;
}

.comment .text {
	font-size: 14px;
	line-height: 1.3;
	color: #273236;
}

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

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

.comment .comment.expert > .box {
	border: 1px solid #ffc600;
	background-color: #ffffff;
}

.comment .comment.expert > .box .name {
	color: #ffc600;
}

.comment .contacts {
	clear: both;
	margin: 20px -10px -10px;
	padding: 10px;
	background-color: #ffeca8;
}

.comment .contacts .title {
	font-size: 14px;
	line-height: 1.3;
	color: #555c5e;
	text-align: center;
	margin-bottom: 18px;
}

.comment .contacts .phones {
	margin: 0 -4% -18px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.comment .contacts .phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.3;
	color: #1b92dd;
	min-height: 27px;
	background: url(../images/ico_phone.png) 0 6px no-repeat;
	min-width: 160px;
	padding-left: 37px;
	margin: 0 4% 20px;
}

.comment .contacts .phone .inner {
	display: inline-block;
	text-align: right;
}

.comment .contacts .phone p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #686868;
	margin: 0;
}

#footer {
	display: table-row;
	height: 1px;
	background-color: #252f33;
}

#footer .inner {
	display: table;
	width: 100%;
	padding: 28px 0;
}

.footer_l, .footer_c, .footer_r {
	display: table-cell;
	vertical-align: bottom;
}

.footer_l {
	padding-right: 5%;
}

.footer_l .logo {
	display: block;
	height: 40px;
	padding-left: 60px;
	background: url(../images/logo.png) 0 0 no-repeat;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 26px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_l .logo span {
	color: #ffc600;
	font-weight: bold;
}

.footer_l .logo span span {
	text-transform: none;
	font-size: 11px;
}

.footer_l .copyright {
	font-size: 12px;
	line-height: 1.3;
	color: #ffffff;
	margin-top: 35px;
}

.footer_l .copyright p {
	color: #ffffff;
	line-height: 1.5;
	margin-bottom: 10px;
}

.footer_c {
	white-space: nowrap;
}

.footer_c .nav {
	list-style: none;
	margin-bottom: 35px;
}

.footer_c .nav li {
	display: inline-block;
	vertical-align: middle;
}

.footer_c .nav li a {
	display: inline-block;
	text-decoration: none;
	color: #1b92dd;
	border-bottom: 1px dotted;
	margin: 0 10px;
	font-size: 12px;
	line-height: 1.1;
}

.footer_c .nav li a:hover {
	color: #ffc600;
}

.footer_c .footer_menu ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 10px;
}

.footer_c .footer_menu li {
	display: block;
}

.footer_c .footer_menu li + li {
	margin-top: 8px;
}

.footer_c .footer_menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #77b7ff;
	text-decoration: none;
}

.footer_r .counters a {
	display: block;
	height: 31px;
}

.footer_r .counters a + a {
	margin-top: 7px;
}

@media only screen and (max-width: 1160px) {
	.header_top .fixed, .top_line .fixed {
		width: 100%;
		max-width: 100%;
	}
	.header_top .logo {
		left: 20px;
		padding-left: 60px;
	}
	.menu_box, .top_line .menu_box {
		left: 0;
		right: 0;
	}
	.menu_box .menu_btn, .top_line .menu_box .menu_btn {
		display: block;
	}
	.top_line .contacts {
		padding-right: 2%;
	}
	.top_line .menu_box .menu_btn {
		margin-left: -190px;
	}
	.wp_menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #404d52;
		display: none;
	}
	.wp_menu ul li.active > ul {
		display: block;
	}
	.header_bottom .phone {
		display: block;
		background: none;
		padding-left: 0;
		font-size: 11px;
		line-height: 20px;
		text-align: left;
		min-height: 0;
		vertical-align: bottom;
	}
	.header_bottom .phone + .phone {
		margin-left: 0;
	}
	.header_bottom .phone p {
		display: inline-block;
		vertical-align: bottom;
		font-size: 14px;
		line-height: inherit;
		margin-left: 10px;
	}
	.footer_l .copyright {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 900px) {
	.header_bottom .callback {
		display: none;
	}
	.last_news .news_box {
		width: 33.33%;
	}
	.last_news .news_box .thumb {
		height: 170px;
	}
	.last_news .news_box .thumb img {
		min-height: 170px;
	}
	.popular_news .news_box {
		width: 50%;
	}
	.category_last_news .news_box {
		width: 50%;
	}
	.category_last_news .news_box .thumb {
		height: 170px;
	}
	.category_last_news .news_box .thumb img {
		min-height: 170px;
	}
	.category_popular_news .news_box {
		width: 100%;
	}
	.questions .news ul {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.questions .news li {
		margin-bottom: 33px;
	}
	.questions .news li:after {
		bottom: -16px;
	}
	.questions .news li:last-child:after {
		display: block;
	}
	.questions .news ul:last-child li:last-child {
		margin-bottom: 0;
	}
	.questions .news ul:last-child li:last-child:after {
		display: none;
	}
	.documents .doc_list ul {
		width: 100%;
		display: block;
	}
	.documents .doc_list ul + ul {
		margin-top: 15px;
	}
	.documents .doc_list ul li + li {
		margin-top: 15px;
	}
	.dictionary .tab_box .inner {
		column-count: 3;
	}
	.table_box {
		overflow-x: scroll;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.header_bottom .phones {
		display: none;
	}
	.header_bottom .nav li a {
		margin: 0 0 0 15px;
	}
	.customize-support .top_line.visible {
		top: 46px;
	}
	.footer_l {
		vertical-align: top;
		padding-right: 15px;
	}
	.footer_l .copyright p {
		display: none;
	}
	.footer_c .nav {
		margin-bottom: 20px;
	}
	.questions .expert {
		display: block;
		margin: 0 auto 30px auto;
	}
	.questions .news {
		display: block;
		padding: 0;
	}
	.dictionary .tab_box .inner {
		column-count: 2;
	}
	#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;
		width: 100%;
		text-align: center;
	}
	.about .inner {
		padding-left: 0;
	}
	.about .inner:after {
		display: none;
	}
	.about .inner .item_1 {
		float: none;
		margin: 0 0 30px 0;
	}
	.about .inner .item_2 {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	.category_last_news .news_box {
		width: 33.33%;
	}
	.category_popular_news .news_box {
		width: 50%;
	}
	.widget ul.menu li li a:before {
		position: static;
		top: auto;
		left: auto;
		display: inline-block;
		vertical-align: top;
		margin: 4px 10px 0 0;
	}
	.widget .heading.star {
		padding-left: 0;
	}
	.widget .heading.star:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		position: relative;
		top: -2px;
		left: 0;
	}
	.popular_questions li {
		padding-left: 0;
	}
	.popular_questions li:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		position: relative;
		top: -2px;
		left: 0;
	}
	.popular_posts .news_box {
		max-width: 360px;
	}
}

@media only screen and (max-width: 600px) {
	.header_top .logo {
		font-size: 14px;
		padding-left: 52px;
	}
	.header_top .btn_yellow {
		padding-left: 12px;
		padding-right: 12px;
		background-image: none;
		text-align: center;
		font-size: 11px;
		line-height: 1.5;
		width: auto;
	}
	.menu_box .menu_btn {
		margin-left: -10px;
	}
	.wp_menu {
		padding: 0;
	}
	.wp_menu ul {
		text-align: left;
		display: block;
	}
	.wp_menu ul ul, .wp_menu ul ul ul {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding: 0;
		box-shadow: none;
	}
	.wp_menu ul ul {
		background-color: #69787e;
	}
	.wp_menu ul ul ul {
		background-color: #ffffff;
	}
	.wp_menu li {
		display: block;
	}
	.wp_menu li:hover ul {
		display: block;
	}
	.wp_menu li a {
		height: auto;
		padding: 5px 30px 8px;
		font-size: 14px;
		line-height: 1.3;
	}
	.wp_menu li.active > a {
		background: linear-gradient(to bottom, #324046, #2e3b42);
	}
	.wp_menu li li li a {
		color: #1992dd;
	}
	.wp_menu li.submenu:hover:before, .wp_menu li li.submenu:hover:before {
		display: none;
	}
	.customize-support .top_line.visible {
		top: 0;
	}
	.top_line .menu_box .menu_btn {
		left: 90px;
		margin-left: 0;
	}
	.top_line .btn {
		display: none;
	}
	#footer .inner {
		display: block;
		text-align: center;
	}
	.footer_l, .footer_c, .footer_r {
		display: block;
	}
	.footer_l .logo {
		display: inline-block;
	}
	.footer_l .copyright {
		margin-top: 20px;
	}
	.footer_l .copyright p {
		display: block;
	}
	.footer_c {
		margin-top: 20px;
	}
	.footer_c .footer_menu ul {
		text-align: left;
	}
	.footer_r {
		margin-top: 20px;
	}
	.footer_r .counters a {
		display: inline-block;
		vertical-align: middle;
	}
	.footer_r .counters a + a {
		margin: 0 0 0 30px;
	}
	.last_news .news_box {
		width: 50%;
	}
	.popular_news .news_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.category_last_news .news_box {
		width: 50%;
	}
	.category_popular_news .news_box {
		width: 100%;
	}
	.documents .item_1, .documents .item_2 {
		width: auto;
		display: block;
	}
	.documents .more {
		margin: 25px 0 30px 0;
	}
	.documents .doc_list ul {
		padding-left: 0;
	}
	.author_post {
		display: block;
	}
	.author_post .item_1, .author_post .item_2 {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.menu_box .menu_btn {
		width: 1px;
		height: 14px;
		padding-left: 15px;
		overflow: hidden;
		margin-left: 25px;
		color: transparent;
		font-size: 0;
		line-height: 0;
	}
	.header_bottom .search_btn {
		width: 50px;
	}
	.header_bottom .social {
		display: none;
	}
	.top_line .phone {
		display: block;
		text-align: left;
		line-height: 18px;
	}
	.top_line .phone p {
		display: inline-block;
		vertical-align: middle;
		margin-right: 3px;
		font-size: 11px;
		line-height: 18px;
		font-weight: normal;
	}
	.dictionary .tab_box .inner {
		column-count: 1;
	}
	.content h1 {
		font-size: 25px;
	}
	.content h2 {
		font-size: 21px;
	}
	.content ul li {
		padding-left: 25px;
	}
	.content ul li:before {
		left: 5px;
	}
	.content img.alignleft, .content img.alignright {
		float: none;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 22px auto;
	}
	.content .wp-caption.alignleft, .content .wp-caption.alignright {
		float: none;
		margin: 0 auto 22px auto;
	}
	.content .blocktip {
		min-height: 0;
		padding: 66px 15px 20px;
		background-position: 50% 10px;
	}
	.content .blockwarning {
		min-height: 0;
		padding: 62px 15px 20px;
		background-position: 50% 12px;
	}
	.content blockquote, .content .bquote {
		padding: 44px 15px 20px;
		background-position: 50% 10px;
	}
	.content .download .item {
		padding: 0;
	}
	.content .download .ico, .content .download .title, .content .download .btn {
		display: block;
		padding: 0;
		margin: 15px;
		text-align: center;
	}
	.content .download .ico {
		margin-left: auto;
		margin-right: auto;
	}
	.content #toc_container {
		max-width: none;
		float: none;
		margin: 0 0 22px 0;
	}
	.content .related {
		border: 1px solid #d8dceb;
		padding: 15px;
	}
	
	.content .related .thumb {
		float: none;
		margin: 0 auto 20px;
	}
	.content .related .thumb + .inner {
		margin-left: 0;
	}
	.comment-respond {
		text-align: center;
	}
	.comment-respond input[type="text"], .comment-respond .field {
		float: none;
		width: 100%;
	}
	.comment-respond input[type="submit"] {
		display: inline-block;
	}
	.comment .comment {
		margin-left: 20px;
	}
	.comment .thumb {
		float: none;
		margin: 0 auto 3px;
	}
	.comment .thumb + .block_r {
		margin-left: 0;
	}
	.comment .info {
		text-align: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.comment .info .name, .comment .info .comment-reply-link {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 420px) {
	.top_line {
		display: none;
	}
	.top_line .phone {
		display: none;
	}
	.top_line .menu_box .menu_btn {
		left: auto;
		right: 3%;
	}
	.last_news .news_box {
		width: 100%;
	}
	.last_news .news_box .thumb {
		max-width: 300px;
		height: 190px;
		margin-left: auto;
		margin-right: auto;
	}
	.category_last_news .news_box {
		width: 50%;
	}
	.category_popular_news {
		padding: 15px 15px 0;
	}
	.category_popular_news .news_box {
		width: 100%;
		padding: 0;
		margin-bottom: 14px;
	}
	.dictionary {
		margin-bottom: 32px;
	}
	.franchise .heading {
		margin-bottom: 25px;
	}
	.franchise .inner {
		margin: 0 -10px;
	}
	.franchise .item {
		width: 132px;
		margin: 0 10px 20px;
	}
	.franchise .thumb {
		width: 140px;
	}
	.author_post {
		text-align: center;
	}
	.author_post .thumb {
		display: block;
		padding: 0;
		margin: 0 auto 10px;
	}
	.author_post .info {
		display: block;
		padding: 0;
	}
}

@media only screen and (max-width: 320px) {
	.category_last_news .news_box {
		width: 100%;
	}
	.category_last_news.light .news_box {
		margin-bottom: 20px;
	}
	.category_last_news.light .thumb {
		margin-bottom: 10px;
	}
	.category_last_news.light .title {
		margin-bottom: 5px;
	}
}

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