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

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

:focus {
	outline: 0;
}

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

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 30px;
	font-weight: normal;
	line-height: 1.5;
	color: #353344;
	padding-top: 20px;
}

.content h1 {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 25px;
}

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

.content h2 span {
	display: inline-block;
	background-color: #ffd14b;
	padding: 3px 25px 8px;
	border-radius: 3px;
}

.content h3 {
	font-size: 22px;
	line-height: 1.3;
}

.content h3 span {
	display: inline-block;
	background-color: #ffd14b;
	padding: 3px 25px 6px;
	border-radius: 3px;
}

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

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

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

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

.content ul, .content ol {
	margin-left: 10px;
	list-style-position: outside;
	overflow: hidden;
}

.content ul ul, .content ol ul {
	margin: 6px 0 0 10px;
}

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

.content ul {
	list-style: none;
}

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

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

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

.content ol li:before {
	content: counter(list) ". ";
	counter-increment: list;
	font-size: 18px;
	font-weight: 700;
	color: #4472aa;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

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

.content table {
	height: auto;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
	border-spacing: 0;

}
.post_table {
   overflow: auto;
    max-width: 100%;
    margin: 25px 0;
    -webkit-overflow-scrolling: touch;
}


@media only screen and (max-width: 1000px){
table {
		overflow-x: auto;
		display: block;
	}
	.post_table ::-webkit-scrollbar-thumb {
    border: 2px solid #FFF;
    border-radius: 10px;
    background: rgba(0,0,0,.5);
	}
	
	.post_table ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.post_table ::-webkit-scrollbar:horizontal {
		height: 12px;
	}
.post_table ::-webkit-scrollbar-track {
    border-radius: 10px;
}	
}


.content table caption, .content table th {
	background-color: #4f4b6e;
	border-radius: 2px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	padding: 6px 10px;
}

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

.content table tr:hover td {
	background-color: #ece8dd;
}

.content table td {
	padding: 6px 10px;
	border-radius: 2px;
	text-align: left;
}

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

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

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

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

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

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

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

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

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

.content blockquote {
	display: block;
	overflow: hidden;
	padding: 12px 20px 15px 20px;
	border: 1px solid #ffd14b;
	margin-bottom: 35px;
}

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

.content .wp-caption-text {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #81828a;
	margin: 0;
}

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

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

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

.content .wp-caption.alignleft {
	max-width: 60%;
	margin: 7px 30px 15px 0;
}

.content .wp-caption.alignright {
	max-width: 60%;
	margin: 7px 0 15px 30px;
}

#toc_container {
	padding: 15px 20px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
	background-color: #f6f6f6;
}

#toc_container .toc_title {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
}

#toc_container ul {
	margin-bottom: 0;
}

#toc_container ul li {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 12px;
}

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

#toc_container ul li:before {
	display: none;
}

#toc_container ul li:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #4472aa;
	border-bottom: 3px solid transparent;
}

#toc_container ul li ul {
	margin: 5px 0 0 10px;
}

.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', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #353344;
	min-width: 320px;
}

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

a {
	color: #4472aa;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #e9ebee;
	border-radius: 2px;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	color: #353344;
	line-height: 40px;
	margin-bottom: 10px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #4472aa;
}

textarea {
	padding: 8px 15px;
	line-height: 1.3;
	height: 100px;
	overflow: auto;
}

input[type="submit"] {
	border: 0;
	cursor: pointer;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	border-radius: 2px;
}

body > div {
	position: relative;
	z-index: 2;
}

#site {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #ffffff;
	z-index: 1;
}

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

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

.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 25px 14px;
	box-sizing: border-box;
	color: #353344;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #ffd14b;
	border-radius: 2px;
}

.btn:hover {
	background-color: #ffc51d;
}

.btn_narrow {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 13px 4px;
	box-sizing: border-box;
	color: #353344;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #ffd14b;
	border-radius: 14px;
}

.btn_narrow:hover {
	background-color: #ffc51d;
}

.btn.blue, .btn_narrow.blue {
	background-color: #4472aa;
	color: #ffffff;
}

.btn.blue:hover, .btn_narrow.blue:hover {
	background-color: #4f4b6e;
}

#header {
	position: relative;
	padding: 28px 0;
}

.header_inner {
	display: table;
	min-width: 100%;
	margin: 0 -15px;
}

.logo_box, .header_phone, .header_contact, .breaking {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

.header_logo {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #85848c;
	font-family: "PT Sans", 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	background: url(../images/logo_new.png) 0 0 no-repeat;
	width: 314px;
	height: 94px;
	/*
	padding-top: 32px;
	.inner {
		display: block;
		font-size: 30px;
		line-height: 34px;
		font-weight: 700;
		color: $color_main;
		font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
		margin-bottom: 9px;
	}

	.item {
		display: inline-block;
		vertical-align: middle;
		padding-left: 54px;
		color: $color_4;
		position: relative;

		&:before {
			content: ' ';
			display: block;
			width: 59px;
			height: 70px;
			position: absolute;
			top: -35px;
			left: 2px;
			background: url(../images/logo.png) 0 0 no-repeat;
		}

		> span {
			position: relative;
			top: -13px;
			margin-left: 5px;
			color: #ff5c4a;
			font-size: 18px;
		}

	}
	*/
}

.header_phone p {
	font-size: 18px;
	font-weight: 700;
}

.header_phone p a {
	color: #5c689c;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.header_phone p a:hover {
	border-bottom-color: transparent;
}

.header_phone .phone {
	/* display: block; */
	font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 18px;
	text-decoration: none;
	color: inherit;
}

.header_phone .phone span {
	color: #726e93;
}

.header_contact {
	text-align: center;
}

.header_contact .btn {
	white-space: nowrap;
}

.header_contact p {
	color: #85848c;
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
}

.breaking {
	text-align: center;
}

.breaking p {
	color: #4f4b6e;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 8px;
}

.menu_box {
	background-color: #4f4b6e;
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

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

.menu_main {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
}

.menu_main > ul {
	display: block;
	list-style: none;
	margin-right: -30px;
	height: 45px;
	text-align: left;
}

.menu_main > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	height: 45px;
	position: relative;
	margin-right: 6px;
}

.menu_main > ul > li.submenu:before {
	content: ' ';
	display: block;
	width: 7px;
	border-top: 1px solid #ffd14b;
	height: 3px;
	border-bottom: 1px solid #ffd14b;
	position: absolute;
	top: 18px;
	right: 0;
}

.menu_main > ul > li.submenu:after {
	content: ' ';
	display: block;
	width: 7px;
	border-bottom: 1px solid #ffd14b;
	position: absolute;
	top: 26px;
	right: 0;
}

.menu_main > ul > li > a {
	font-size: 18px;
	line-height: 42px;
	color: #ffffff;
	text-decoration: none;
}

.menu_main > ul > li.active > a, .menu_main > ul > li:hover > a {
	color: #ffd14b;
}

.menu_main li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: -15px;
	background-color: #ececec;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 12px 0;
	min-width: 250px;
	display: none;
}

.sub-menu .sub-menu { position: absolute;
    top: 0px;
    left: 100%;}

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

.menu_main li li {
	display: block;
}

.menu_main li li a {
	display: block;
	padding: 5px 15px 5px;
	font-size: 17px;
	line-height: 1.3;
	color: #353344;
	text-decoration: none;
}

.menu_main li li.active a, .menu_main li li a:hover {
	background-color: #ffd14b;
}

.menu_main .menu_btn {
	vertical-align: middle;
	padding-right: 20px;
	position: relative;
	font-size: 20px;
	line-height: 45px;
	color: #ffffff;
	display: none;
	cursor: pointer;
}

.menu_main .menu_btn:before {
	content: ' ';
	display: block;
	width: 10px;
	border-top: 2px solid;
	height: 3px;
	border-bottom: 2px solid;
	position: absolute;
	top: 16px;
	right: 0;
}

.menu_main .menu_btn:after {
	content: ' ';
	display: block;
	width: 10px;
	border-bottom: 2px solid;
	position: absolute;
	top: 26px;
	right: 0;
}

.menu_main .menu_btn:hover {
	color: #ffd14b;
}

.menu_main .menu_phone, .menu_main .menu_logo {
	display: none;
}

.menu_extra {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.menu_extra ul {
	display: block;
	list-style: none;
	margin: 8px -10px;
}

.menu_extra li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 10px;
}

.menu_extra li a {
	font-size: 14px;
	line-height: 1.3;
	color: #ffd14b;
	text-decoration: none;
}

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

.brands {
	text-align: center;
	padding: 15px 0;
	position: relative;
}

.brands .brands_wrapper {
	margin: 0 -15px;
	position: relative;
	overflow: hidden;
	height: 80px;
	transition: height 0.5s ease;
}

.brands .brand {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	margin: 10px 15px;
}

.brands .brand .ico {
	display: block;
	height: 34px;
}

.brands .brand .ico:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.brands .brand .ico img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-height: 32px;
}

.brands .brand .text {
	display: block;
	color: #4f4b6e;
}

.brands .btn_narrow {
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.mobile_phone {
	display: none;
	margin: -15px 0 30px;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.mobile_phone a {
	text-decoration: none;
	color: #726e93;
	font-weight: bold;
}

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

#content_box {
	position: relative;
	z-index: 10;
	*zoom: 1;
}

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

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

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

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

#sidebar .widget {
	margin-bottom: 30px;
}

.topic_content, #content > h1 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}

.topic_main {
	font-size: 42px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 25px;
}

.discover {
	padding: 35px;
	border: 1px solid #a6caf7;
	border-radius: 2px;
	text-align: center;
}

.discover .title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	color: #4f4b6e;
	background: url(../images/ico_1.png) 50% 0 no-repeat;
	padding-top: 60px;
	margin: 35px 0 20px;
	position: relative;
}

.discover .btn_narrow {
	cursor: none;
}

.discover .btn_narrow:hover {
	background-color: #4472aa;
}

.discover .btn {
	min-width: 160px;
	box-sizing: border-box;
}

.often_problems {
	padding: 20px 30px 30px;
	background-color: #f6f6f6;
	border-radius: 2px 2px 0 0;
}

.often_problems .topic_content {
	margin-bottom: 20px;
}

.often_problems ul {
	display: inline-block;
	list-style: none;
}

.often_problems ul li {
	display: block;
	text-align: left;
}

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

.often_problems ul li a {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #4f4b6e;
	text-decoration: none;
	padding-left: 27px;
	background: url(../images/ico_2.png) 0 4px no-repeat;
}

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

.ask {
	padding: 25px 30px 30px;
	background-color: #ececec;
	border-radius: 0 0 2px 2px;
	font-size: 14px;
	text-align: center;
}

.ask p {
	margin-bottom: 15px;
}

.ask .sum {
	color: #ff5c4a;
}

.ask .btn {
	width: 100%;
	max-width: 300px;
	margin-top: 8px;
}

.about {
	padding: 20px 30px 30px;
	background-color: #f6f6f6;
	border-radius: 2px;
	font-size: 16px;
}

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

.about .topic_content {
	margin-bottom: 20px;
}

.about p {
	margin-bottom: 18px;
}

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

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

.content_menu .item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 30px;
	width: 47.7%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.3;
}

.content_menu .item.menu_block {
	padding: 20px 30px 25px;
	border: 1px solid #eaeaeb;
	border-radius: 2px;
}

.content_menu .title {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}

.content_menu .title a {
	color: #353344;
	text-decoration: none;
}

.content_menu .title a:hover {
	color: #4f4b6e;
	text-decoration: underline;
}

.content_menu ul {
	list-style: none;
	padding-left: 65px;
	position: relative;
}

.content_menu ul.ico_1 {
	background: url(../images/menu_ico_1.png) 0 4px no-repeat;
	min-height: 64px;
}

.content_menu ul.ico_2 {
	background: url(../images/menu_ico_2.png) 0 4px no-repeat;
	min-height: 52px;
}

.content_menu ul.ico_3 {
	background: url(../images/menu_ico_3.png) 0 4px no-repeat;
	min-height: 92px;
}

.content_menu ul li {
	display: block;
}

.content_menu ul li + li {
	margin-top: 7px;
}

.content_menu ul li a {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	font-size: 18px;
	font-weight: 700;
	color: #4472aa;
	text-decoration: none;
	text-align: left;
}

.content_menu ul li a:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #4472aa;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: 9px;
	left: 0;
}

.content_menu ul li a:hover {
	color: #ffc51d;
}

.content_menu ul li a:hover:before {
	border-left-color: #ffc51d;
}

.btn_list {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.btn_list .btn {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 17px;
	background-color: #4472aa;
	color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}

.btndown {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 25px 0px;
	box-sizing: border-box;
	color: #353344;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #ffd14b;
	border-radius: 2px;
}
.btndown:hover {
	background-color: #ffc51d;
}

.btn_list .btn:hover {
	background-color: #4f4b6e;
}

.btn_list .btn.active {
	background-color: #ffd14b;
	color: #000000;
}

.btn_list .btn.active:hover {
	background-color: #ffc51d;
}

.btn_list .item {
	display: inline-block;
	vertical-align: middle;
	cursor: default;
	margin-bottom: 10px;
}

.btn_list .item b {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #353344;
}

.btn_list .item .circles {
	display: block;
	position: relative;
	line-height: 9px;
	margin-top: 5px;
}

.btn_list .item span {
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ece8dd;
}

.btn_list .item span.active {
	background-color: #ff5c4a;
}

.help_box {
	background-color: #f6f6f6;
	padding: 35px 240px 40px 70px;
	min-height: 267px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.help_box:before {
	content: ' ';
	display: block;
	width: 170px;
	height: 267px;
	background: url(../images/master.jpg) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	right: 38px;
	z-index: 1;
}

.help_box .help {
	position: relative;
	z-index: 2;
}

.help_box .phone_box {
	padding-right: 150px;
	position: relative;
	margin-bottom: 40px;
}

.help_box .phone_box:before {
	content: 'SOS';
	display: block;
	width: 129px;
	height: 109px;
	background: url(../images/circle.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -55px;
	text-align: center;
	font-family: "Fira Sans", sans-serif;
	font-size: 40px;
	line-height: 109px;
	font-weight: 700;
	color: #ff5c4a;
	text-transform: uppercase;
}

.help_box .phone_box p {
	font-size: 16px;
	font-weight: 700;
}

.help_box .phone_box p a {
	color: #4f4b6e;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.help_box .phone_box p a:hover {
	border-bottom-color: transparent;
}

.help_box .phone_box .phone {
	display: block;
	font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 24px;
	font-weight: 700;
	white-space: nowrap;
	margin-top: 18px;
	text-decoration: none;
	color: inherit;
}

.help_box .phone_box .phone span {
	color: #4f4b6e;
}

.help_box .title {
	color: #353344;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px;
}

.help_box .inner {
	display: table;
	width: 100%;
	margin: 0 -5px;
}

.help_box .inner .item {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

.help_box input[type="submit"] {
	width: 40px;
	height: 40px;
	padding: 0;
	background: #4472aa url(../images/arrow.png) 50% 47% no-repeat;
}

.help_box input[type="submit"]:hover {
	background-color: #4f4b6e;
}

.help_box .error {
	display: block;
	text-align: left;
	margin: 10px 15px 0;
	color: #ff0000;
}

.help_box .success {
	display: block;
	margin: 10px auto 0;
	text-align: center;
	color: #009900;
	font-size: 16px;
}

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

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

.last_news .news {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 35px;
}

.last_news .news .thumb {
	display: block;
	float: left;
	width: 45%;
	height: 95px;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
}

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

.last_news .news .thumb + .info {
	margin-left: 50%;
}

.last_news .news .title {
	display: block;
	color: #4f4b6e;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	min-height: 82px;
}

.last_news .news .title a {
	color: #4f4b6e;
	text-decoration: none;
}

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

.last_news .news .cat {
	display: block;
	color: #4472aa;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.last_news .news .cat:hover {
	text-decoration: underline;
}

.video_advice {
	background-color: #ece8dd;
	padding: 28px 50px;
	border-radius: 3px;
	margin-bottom: 30px;
	text-align: center;
}

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

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

.video_advice .item {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}

.video_advice .video {
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
	background-color: #353344;
	position: relative;
	border-radius: 3px;
	/*
		&:after {
			content: ' ';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 54px;
			height: 38px;
			border-radius: 5px;
			margin: -19px 0 0 -27px;
			background: url(../images/play.png) 0 0 no-repeat;
			cursor: pointer;
		}
		*/
}

.video_advice .title {
	font-size: 18px;
	font-weight: 700;
	color: #4f4b6e;
	margin-top: 14px;
}

.video_advice .more {
	font-size: 12px;
	font-weight: 400;
	color: #4472aa;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-top: 25px;
	display: inline-block;
	vertical-align: middle;
}

.video_advice .more:hover {
	text-decoration: underline;
}

.master_info {
	overflow: hidden;
	border: 1px solid #eaeaeb;
	padding: 30px;
	margin-bottom: 30px;
}

.master_info .thumb {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top: 4px;
}

.master_info .thumb img {
	width: auto;
	height: auto;
	min-width: 100px;
	min-height: 100px;
}

.master_info .thumb + .inner {
	margin-left: 120px;
}

.master_info .name {
	font-size: 20px;
	font-weight: 700;
	color: #4f4b6e;
	margin-bottom: 10px;
}

.master_info .descr {
	font-size: 14px;
	font-weight: 400;
}

.master_info .contacts {
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

.master_info .contacts .items {
	margin: 10px -15px 0 0;
}

.master_info .phone, .master_info .mail {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.master_info .mail {
	text-decoration: none;
}

.master_info .mail:hover {
	text-decoration: underline;
}

.master_info .phone {
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: inherit;
}

.master_info .phone span {
	color: #726e93;
}

.breadcrumbs {
	font-size: 14px;
	line-height: 1.3;
	color: #4f4b6e;
	margin: -15px 0 10px;
}

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

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

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

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

.breadcrumbs > span > span > a {
	padding-left: 20px;
	background: url(../images/ico_3.png) 0 4px no-repeat;
}

@media only screen and (max-width: 1080px){
.breadcrumbs {
       margin: 10px 0 10px;
}
}
.pagination {
	margin: 0 -3px 30px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.pagination span, .pagination a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	min-width: 25px;
	padding: 0 5px;
	margin: 4px 3px;
	border-radius: 50%;
	background-color: #4472aa;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none;
}

.pagination span {
	background-color: #4f4b6e;
}

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

.pagination .extend {
	background-color: transparent;
	color: #353344;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
}

.pagination .previous, .pagination .next {
	line-height: 33px;
}

.question_form {
	margin-bottom: 30px;
}

.question_form .inner {
	margin: 0 -5px;
	*zoom: 1;
}

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

.question_form .inner .item {
	width: 50%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}

.question_form .inner .item + .item {
	float: right;
}

.question_form .error {
	margin: 5px 15px 10px;
	color: #ff0000;
}

.question_form .success {
	display: block;
	margin: 5px 15px;
	text-align: center;
	color: #009900;
	font-size: 18px;
}

.question_form input[type="submit"] {
	min-width: 180px;
}

.question_box .item {
	background-color: #f6f6f6;
	padding: 18px 20px 22px;
	margin-bottom: 30px;
}

.question_box .question {
	font-size: 18px;
	font-weight: 700;
	color: #4f4b6e;
	margin-bottom: 10px;
}

.question_box .question a {
	color: #4f4b6e;
	text-decoration: none;
}

.question_box .question a:hover {
	text-decoration: underline;
}

.question_box .answer {
	font-size: 16px;
	margin-bottom: 10px;
}

.question_box .info {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 15px;
	margin-right: -25px;
}

.question_box .info > span, .question_box .info > a {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px 0 0;
}

.question_box .like {
	padding: 2px 13px 5px 33px;
	background: #ffd14b url(../images/ico_4.png) 12px 2px no-repeat;
	color: #434f74;
	border-radius: 15px;
}

.question_box .look {
	color: #999;
}

.question_box .com {
	color: #353344;
	text-decoration: none;
}

.question_box .com:hover {
	text-decoration: underline;
}

.tips {
	border: 1px solid #ffd14b;
	border-radius: 2px;
	padding: 20px 30px 25px;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
}

.tips.ico_master {
	padding-left: 115px;
	min-height: 50px;
	background: url(../images/ico_6.jpg) 29px 25px no-repeat;
}

.tips :last-child {
	margin-bottom: 0;
}

.content .tips {
	margin-bottom: 40px;
}

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

.post_box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.3;
}

.post_box .post {
	border: 1px solid #eaeaeb;
	font-size: 14px;
	line-height: 1.3;
}

.post_box .element {
	padding: 15px 20px 20px;
	overflow: hidden;
}

.post_box .thumb {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top: 3px;
}

.post_box .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.post_box .thumb + .inner {
	margin-left: 120px;
}

.post_box .title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #4f4b6e;
	margin-bottom: 12px;
}

.post_box .title:last-child {
	margin-bottom: 0;
}

.post_box .title a {
	color: #4f4b6e;
	text-decoration: none;
}

.post_box .title a:hover {
	color: #4472aa;
}

.post_box .info {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 20px;
	background-color: #f6f6f6;
}

.post_box .info_item {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.post_box .info_item + .info_item {
	text-align: right;
}

.post_box .category_link {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 2px 0 2px 26px;
	background: url(../images/ico_5.png) 0 48% no-repeat;
	margin-right: 15px;
}

.post_box .category_link:hover {
	text-decoration: underline;
}

.post_box .likes {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 13px 5px 33px;
	background: #ffd14b url(../images/ico_4.png) 12px 2px no-repeat;
	color: #434f74;
	font-size: 12px;
	line-height: 1.3;
	border-radius: 15px;
}

.comments {
	margin-bottom: 30px;
}

.post_rating {
	display: table;
	width: 100%;
	border-radius: 3px;
	border: 3px solid #ffd14b;
	margin-bottom: 30px;
}

.post_rating .item {
	display: table-cell;
	vertical-align: middle;
	padding: 22px 30px 30px;
}

.post_rating .item + .item {
	background-color: #f6f6f6;
	max-width: 120px;
}

.post_rating .question {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
	margin-right: -25px;
}

.post_rating .question p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.post_rating .question span {
	display: inline-block;
	vertical-align: middle;
	color: #4472aa;
	border-bottom: 2px solid #4472aa;
	cursor: pointer;
}

.post_rating .question span:hover {
	border-bottom-color: transparent;
}

.post_rating .question span + span {
	margin-left: 25px;
}

.post_rating .positive {
	text-align: center;
}

.post_rating .positive span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1;
}

.post_rating .positive .sum {
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	margin-right: 7px;
}

.modal {
	display: none;
	position: absolute;
	width: 420px;
	padding: 20px;
	background: #ffffff;
	box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.24);
	left: 50%;
	top: 400px;
	margin-left: -230px;
	font-size: 15px;
	z-index: 10;
}

.modal p {
	margin-bottom: 15px;
}

.modal p:first-child {
	padding-right: 20px;
}

.modal textarea {
	height: 150px;
	margin-bottom: 15px;
}

.modal .close {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/close.png) 50% 50% no-repeat;
	cursor: pointer;
}

.modal .close:hover {
	opacity: 0.7;
}

.modal .error {
	margin-bottom: 15px;
	color: #ff0000;
}

.modal .success {
	margin-top: 15px;
	color: #009900;
	font-size: 16px;
	text-align: center;
}


.cnt {
  text-align: center;
}

.cover-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 100;
}

.modal-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 20px;
  z-index: 200;
}

.content-modal {
  display: none;
 
 
  width: 50%;
  top:80px;
  min-width: 430px;

position: relative;
background-color: #FAFAFA;
z-index: 300;
padding: 40px 0;
margin: 0 auto;

background: -webkit-gradient(linear, left bottom, left top, from(#718d01), to(#9abd01));
background: linear-gradient(to top, #718d01, #9abd01);

border-radius: 5px;

-webkit-box-shadow: 0 0 10px rgba(42, 42, 42, 0.5);
box-shadow: 0 0 10px rgba(40, 40, 40, 0.5);

}

@media only screen and (max-width: 460px) {
   .content-modal {
    top:50px;
      
		min-width: 0;
		width: 95%;
padding: 10px;
    }
   
}

.open-modal-btn {
  cursor: pointer;
}
.closebtn {position: absolute;top: 10px;float: left;text-align: right !important;color: #fff;text-decoration: none;
margin: 0 auto;display: block;right: 15px;}
.content-modal > p {color:#fff;padding-bottom: 15px;font-size: 15px;}
.content-modal > h3 {font-weight: 900;color: #ffc900;font-size: 30px;padding-bottom:20px;}

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


.mobile-fix-phone {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -90px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: rgba(38, 183, 44, 1);
    box-shadow: 0px 3px 6px 0px rgba(38, 183, 44, 0.5);
    border-radius: 5px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    text-decoration: none;
	
}

.mobile-fix-phone a {
	text-decoration: none;
}
.mobile-fix-phone_in{/*display: block; */position: relative; overflow: hidden; padding: 0 30px; color: #fff}
.mobile-fix-phone_in:after {
    background: #fff;
    content: "";
    height: 130px;
    left: -80px;
    opacity: .4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
    z-index: 2;
    animation: blink 3s infinite ease-in;
}


.footer_inner {
	padding: 40px 0;
	display: table;
	width: 100%;
	margin: 0 -20px;
}

.footer_inner .element {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
	max-width: 250px;
}

.footer_logo {
	display: inline-block;
	vertical-align: middle;
	padding-top: 22px;
	box-sizing: border-box;
	color: #fff;
	font-family: "PT Sans", 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	margin-bottom: 22px;
}

.footer_logo .inner {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
}

.footer_logo .item {
	display: inline-block;
	vertical-align: middle;
	padding-left: 34px;
	position: relative;
}

.footer_logo .item:before {
	content: ' ';
	display: block;
	width: 39px;
	height: 46px;
	position: absolute;
	top: -22px;
	left: 1px;
	background: url(../images/logo_2.png) 0 0 no-repeat;
}

.footer_logo .item > span {
	position: relative;
	top: -13px;
	margin-left: 5px;
	color: #ff5c4a;
	font-size: 18px;
}

.copyright {
	color: #d5d4da;
	font-size: 12px;
	margin-bottom: 22px;
}

.copyright p {
	margin-bottom: 15px;
}

.footer_nav {
	margin-bottom: 20px;
}

.footer_nav ul {
	display: block;
	list-style: none;
	margin: -3px -6px;
}

.footer_nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 6px;
}

.footer_nav li a {
	font-size: 12px;
	line-height: 1.3;
	color: #ffd14b;
	text-decoration: none;
}

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

.footer_menu {
	display: block;
	list-style: none;
	margin: 0 0 20px;
}

.footer_menu li {
	display: block;
	margin-bottom: 13px;
}

.footer_menu li a {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.footer_menu li a:hover {
	color: #ffd14b;
}

.footer_phone {
	margin-bottom: 20px;
}

.footer_phone p {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.footer_phone p a {
	color: #ffd14b;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.footer_phone p a:hover {
	border-bottom-color: transparent;
}

.footer_phone .phone {
	display: block;
	font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
	margin-top: 20px;
	text-decoration: none;
}

.footer_phone .phone span {
	color: #adabc0;
}

.footer_contact {
	margin-bottom: 20px;
}

.footer_contact .btn {
	white-space: nowrap;
}

.footer_contact p {
	color: #d5d4da;
	font-size: 12px;
	font-weight: 400;
	margin-top: 14px;
}

.counters {
	width: 88px;
	text-align: right;
	margin-bottom: 20px;
}

.counters .counter {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.jq-selectbox {
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 10px;
}

.jq-selectbox__select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 25px 0 15px;
	border: 1px solid #e9ebee;
	box-sizing: border-box;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	color: #353344;
	line-height: 40px;
}

.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
	color: #353344;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 0;
	height: 0;
	border-top: 5px solid #353344;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #6b6b6b;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	border-top: 0;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	padding: 5px 15px 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	color: #353344;
}

.jq-selectbox li.selected {
	color: #4472aa;
}

.jq-selectbox li:hover {
	color: #4472aa;
}

@media only screen and (max-width: 1152px) {
	.help_box {
		padding-right: 180px;
		padding-left: 20px;
	}
	.help_box:before {
		right: 5px;
	}
}

@media only screen and (max-width: 1080px) {
	.fixed {
		width: auto;
		padding: 0 15px;
	}
	.header_inner {
		display: block;
		min-width: 0;
		margin: -10px 0 -25px;
	}
	.logo_box, .header_phone {
		display: block;
		padding: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.header_phone .phone {
		margin-top: 10px;
	}
	.header_contact, .breaking {
		display: none;
	}
	.mobile_phone {
		display: block;
	}
	#header {
		/* display: none; */
		
	}
/* --------------------- */		
	.mobile-fix-phone {
    display: block;
	z-index: 9999;
	}
	
/* --------------------- */	
	.menu_main {
		display: none;
		position: relative;
		text-align: justify;
		line-height: 0;
		font-size: 1px;
	}
	.menu_main:after {
		display: inline-block;
		content: '';
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.menu_main > ul {
		position: absolute;
		top: 100%;
		left: auto;
		margin: 0;
		height: auto;
		background-color: #ececec;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
		display: none;
		right: -15px;
		padding: 0;
	}
	.menu_main > ul > li {
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.menu_main > ul > li.submenu:before, .menu_main > ul > li.submenu:after {
		display: none;
	}
	.menu_main > ul > li > a {
		display: block;
		padding: 5px 15px 7px;
		font-size: 18px;
		line-height: 1.3;
		color: #353344;
		text-decoration: none;
	}
	.menu_main > ul > li.active > a, .menu_main > ul > li:hover > a {
		background-color: #ffd14b;
		color: #353344;
	}
	.menu_main li ul {
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.menu_main li li a {
		padding-left: 30px;
	}
	.menu_main li li.active a, .menu_main li li a:hover {
		background-color: transparent;
		color: #4472aa;
		text-decoration: underline;
	}
	.menu_main .menu_btn {
		display: inline-block;
	}
	.menu_main .menu_logo {
		display: inline-block;
		vertical-align: middle;
		background: url(../images/logo.png) 0 0 no-repeat;
		background-size: auto 100%;
		width: 30px;
		height: 35px;
		cursor: pointer;
	}
	.menu_main .menu_logo:hover {
		opacity: 0.8;
	}
	.menu_main .menu_phone {
		display: inline-block;
		vertical-align: middle;
		font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 45px;
		text-decoration: none;
		color: #ffffff;
	}
	.menu_main .menu_phone span {
		color: #726e93;
	}
	.menu_extra {
		display: none;
	}
	.brands_box {
		background-color: #f6f6f6;
		margin-bottom: 40px;
	}
	.footer_inner {
		margin: 0;
		padding: 20px 0;
	}
	.footer_inner .element {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
		text-align: center;
	}
	.copyright p {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	.footer_menu {
		margin: 0 -15px 5px;
	}
	.footer_menu li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 15px 15px;
	}
	.footer_phone {
		margin: 0 -10px 5px;
	}
	.footer_phone p, .footer_phone .phone {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 15px;
		color: inherit;
		text-decoration: none;
	}
	.counters {
		width: 100%;
		text-align: center;
		margin: 0 -10px;
	}
	.counters .counter {
		margin: 0 10px 10px;
	}
}

@media only screen and (max-width: 960px) {
	#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;
	}
}

@media only screen and (max-width: 800px) {
	.video_advice {
		padding-left: 20px;
		padding-right: 20px;
	}
	.video_advice .inner {
		margin: 0;
		text-align: center;
	}
	.video_advice .inner:after {
		display: none;
	}
	.video_advice .item {
		display: block;
		width: 100%;
		padding: 0;
		max-width: 310px;
		margin: 0 auto;
	}
	.video_advice .item + .item {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 640px) {
	.last_news {
		text-align: left;
	}
	.last_news:after {
		display: none;
	}
	.last_news .news {
		width: 100%;
	}
	.help_box {
		padding: 15px 200px 20px 20px;
	}
	.help_box .phone_box {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.help_box .phone_box:before {
		display: none;
	}
	.help_box form .inner {
		margin: 0;
	}
	.help_box form .inner .item {
		width: 100%;
		display: block;
		padding: 0;
	}
	.help_box form .inner input[type="submit"] {
		display: block;
		margin: 0 auto;
	}
	.content_menu {
		display: block;
		text-align: left;
	}
	.content_menu:after {
		display: none;
	}
	.content_menu .item {
		display: block;
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.related {
		margin: 0 0 10px;
	}
	.related .post_box {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.table_wrapper {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 540px) {
	.menu_main > ul {
		left: -15px;
	}
	.menu_main .menu_phone {
		font-size: 18px;
	}
	.master_info {
		padding: 15px;
	}
	.master_info .thumb {
		float: none;
		margin: 0 auto 15px;
	}
	.master_info .thumb + .inner {
		margin-left: 0;
	}
	.master_info .name {
		text-align: center;
	}
	.modal {
		margin: auto;
		width: auto;
		left: 20px;
		right: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.footer_menu li a {
		font-size: 14px;
		font-weight: normal;
	}
	.help_box {
		padding: 15px 20px 200px;
	}
	.help_box:before {
		right: 50%;
		height: 180px;
		margin-right: -85px;
		background-position: 50% 0;
		background-size: auto 100%;
	}
	.help_box form input[type="submit"] {
		width: 100%;
	}
	.question_form .inner {
		margin: 0;
	}
	.question_form .inner .item {
		width: 100%;
		padding: 0;
		float: none;
	}
	.question_form .inner .item + .item {
		float: none;
	}
	.post_rating .item {
		padding: 10px 15px 15px;
	}
	.post_rating .question {
		font-size: 22px;
		line-height: 1.3;
	}
	.content img.alignleft, .content img.alignright, .content .wp-caption.alignleft, .content .wp-caption.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 30px auto;
	}
	.content ol, .content ul {
		margin-left: 0;
	}
	.tips {
		padding: 15px 20px 20px;
	}
	.tips.ico_master {
		background: 0;
		padding-left: 20px;
	}
}

/* Стили для оформления комментариев */
.comments, .comment, .comment_avatar, .comment_inner, .comment_info, .comment_body {
	display: block;
	position: relative;
	overflow: hidden;
}

.comments {
	margin: 30px 0;
}

.comments h3 {
	display: block;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 22px;
	line-height: 130%;
	color: #333333;
}

.comments .pagination {
	margin-top: 20px;
}

.comment .comment_inner {
	padding: 15px;
	background: #f5f5f5;
}

.comment + .comment, .comment .comment {
	margin-top: 20px;
}

.comment .comment {
	margin-left: 35px;
}

.comment.depth-3 .comment {
	margin-left: 0;
}

.comment .comment_avatar {
	float: left;
	width: 60px;
	height: 60px;
}

.comment .comment_avatar img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.comment .comment_avatar + .comment_body {
	margin-left: 75px;
}

.comment .comment_info {
	margin-bottom: 4px;
}

.comment .comment_author {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.comment .comment_date {
	display: block;
	float: right;
	font-size: 15px;
	color: #666666;
}

.comment .comment_body {
	font-style: normal;
}

.comment .comment_body p {
	margin-bottom: 12px;
}

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

.comment .comment_buttons {
	margin-top: 12px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	color: #990000;
}

.comment .comment_buttons a {
	display: inline-block;
	padding: 4px 12px 4px;
	border-radius: 20px;
	background: #aaaaaa;
	color: #ffffff;
	text-decoration: none;
}

.comment .comment_buttons a:hover {
	background: #cccccc;
}

.comment .comment_buttons a + a {
	margin-left: 5px;
}

/* Стили для оформления формы комментариев */
.comment-reply-title {
	display: block;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 22px;
	line-height: 130%;
	color: #333333;
}

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

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

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

.comment-respond {
	width: auto;
	max-width: 600px;
	margin: 30px auto;
}

.comment-respond input[type="text"], .comment-respond textarea {
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 200px;
	height: auto;
	padding: 5px 10px;
	margin: 0 0 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
}

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

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

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

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

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

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

@media only screen and (max-width: 640px){
  .table_wrapper tr > td:first-child, .table_wrapper tr > th:first-child{
    position: sticky;
    border-right: 2px solid #333;
    left: 0;
  }
  .content table tr:nth-child(2n-1) td:first-child{
    background: #fff;
    z-index: 2; 
  }
  .content table tr:nth-child(2n) td:first-child{
    background: #f6f6f6;
    z-index: 2; 
  }
  .content table tr:hover td{
    background-color: #ece8dd;
  }
  .content table{
    margin-bottom: 0;
    /*min-width: 782px;*/
  }
}

.list-group-item {
	position: relative;
	min-height: 32px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #252525;
	padding: 0 15px;
	Border-radius: 4px;
	margin-bottom: 20px;
	background-color: #ffec62;
	font-family: 'Museo Sans Cyrl 500';
}
.wp-diagnostics-form-title {
	color: #444136;
	font-size: 26px;
	margin-bottom: 10px;
	font-family: 'Museo Sans Cyrl 500';
}

.preview-manual iframe {
    width: 100%;
    height: 600px;
}
.preview-manual .title {
    float: left;
}
.preview-manual .download {
    float: right;
}
.clear {
    clear: both;
}

.letter-row {
    float: left;
    width: 19%;
    margin-top: 20px;
}

.letter-title {
    border-bottom: 1px solid #e9ebee;
    margin-right: 20px;
}

.letter-content ul {
    list-style: none;
}
.letter-content ul li a {
    font-size: 14px;
}
.letters-content {
    margin-top: 30px;
}
.manuals-search {
    margin: 20px 0;
}

.manuals-search input {
    float: left;
}
.manuals-search-form .search-input {
    width: 70%;
    height: 50px;
}
.manuals-search-form .search-btn {
    margin-left: 10px;
}


@media only screen and (max-width: 768px) {
    .preview-manual iframe {
        height: 350px;
    }
    .letter-row {
        width: 24%;
    }
	
	
	
}

@media only screen and (max-width: 580px) {
    .letter-row {
        width: 49%;
    }
    .preview-manual .title,.preview-manual .download {
        float: none;
    }
}

@media only screen and (max-width: 460px) {
    .letter-row {
        width: 100%;
    }
    .manuals-search-form .search-input, .search-btn {
        width: 100%;
        margin-left: 0px;
    }
}
.buttonmenu {
  background: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
  padding: 1px 0 0 76px;/* редактировать при необходимости*/
  float:left;

}

.icon-menu:before {
content:  "\f0c9";
font-family: FontAwesome;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 22px;
min-width: 15px;
text-align: center;
color: #838383;
text-decoration: inherit;
text-transform: none;
}

.menucontent {
  font: 13px verdana;
  position:fixed;
  top:0;
  right: auto;
  bottom:0;
  left:0;
  width:220px;
  height:100%;
  background: #333333;
  z-index: 999999;
  overflow-y: scroll;
  -webkit-transform:translateX(-220px);
-moz-transform:translateX(-220px);
-ms-transform:translateX(-220px);
-o-transform:translateX(-220px);
transform:translateX(-220px);
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
transition:all 0.5s linear;
-webkit-overflow-scrolling: touch;
 }

.menucontent li a {
color: #d1d1d1;
display: block;
padding: 10px 0 10px 20px;/* редактировать при необходимости*/
text-decoration: none;
border-bottom: 1px solid #292929;
transition: all 0.25s ease-in-out 0s;
width: 100%;/* или 220px*/
}

.menucontent li a:hover {
color: #fff;
background: #444;
}

.menucontent li {
list-style: none;
padding: 0px;/* при необходимости убрать*/
margin: 0px;/* при необходимости убрать*/
}

.menucontent h2 {
color: #fff;
text-align: center;
padding: 10px;
background: #555;
font: 14px verdana;
margin: 0;
}

.menusliscreen {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #222;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}

.js-visible {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
transform:translateX(0);
visibility: visible;
  }

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