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, font, 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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}
 
:focus {outline: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #f2f2f2;
}

a {
	color: #0f42c4;
	outline: none;
	text-decoration: underline;
}

a:hover {text-decoration: none;}


h2 { padding-bottom: 7px; }

.ui-tabs .ui-tabs-panel { display: block; }
.ui-tabs .ui-tabs-hide { display: none; }

#content .important {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 8px 10px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
}

#content .cont-body p, #content .cont-body ul, #content .cont-body ol{
	margin-bottom: 10px;
	text-align: justify;
}

#content .cont-body ul, #content .cont-body ol, #right ul, #right ol {
	margin-left: 2em;
}

#content .cont-body ul , #right ul{
	list-style: square outside none;
}

#content .cont-body ol, #right ol {
	list-style: decimal outside none;
} 

#content .cont-body ul li, #content .cont-body ol li,
#right ul li, #right ol li{
	margin-bottom: 5px;
}

img {border: none;}

input {vertical-align: middle;}

input , select, textarea, button {font: 12px Arial, Tahoma, Verdana, sans-serif;}

input[type="submit"], button {cursor: pointer;}

textarea {resize: none;}

select {padding: 2px 2px 3px;}

input[type="text"], input[type="password"], textarea {
    padding: 2px 5px 3px;
    box-sizing: border-box !important;
}

h1 {
	font-size: 16px;
	color: #1d1d1d;
	margin-bottom: 0px;
}

h3 {
	font-size: 13px;
	margin: 5px 0 10px 0;
}

h1.stat-new	{font-size: 16px; color:#1d1d1d; margin-bottom:0;}

.s9 {font-size: 9px;}

a.phone-link {
    color: #000;
    text-decoration: none;
    cursor: default;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    position: relative;
	/*height: 175px;*/
	background: url("/images/header-bg.png") 0 0 no-repeat;
    background-size: 100%;
}

#header .ico-stars	{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#header .ico-stars a	{ background: url('/images/icon_stars1.png') no-repeat left center; padding-left: 13px; font-size: 11px;  color: #999898; }

#top {
	width: 100%;
	min-height: 125px;
    height: auto;
    padding-top: 18px;
}

#top:after {
    content: "";
    display: table;
    clear: both;
}

#top .click {
    /*float: left;
    width: 300px;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 34px;
    width: 33%;
}

#top .click a {
	display: block;
    height: 100%;
}

#logo {
	float: left;
    width: 33%;
	margin: 50px 0 0 35%;
}

#logo img {max-width: 100%;}

#contacts {
	float: right;
	padding: 0 7px 0 0;
	text-align: right;
	/*background: url("/images/tel-bg.png") right 51px no-repeat;*/
}

#contacts h2.konsult	{ font-size: 12px; /*padding: 24px 0px 43px 0px;*/ letter-spacing: 0.09em; margin: 0; }

#contacts .one-contact {
    height: 32px;
    margin-top: 6px;
}

#contacts .place {
    float: right;
    /*text-align: left;*/
    /*color: #a02929;*/
    font-weight: bold;

    font-size: 14px;
    margin-top: 13px;
    margin-right: 4px;
}

#contacts .phone {
	font-size: 14px;
    float: right;
}

#contacts .phone span {
	font-size: 30px;
    line-height: 32px;
	color: #ff0000;
}

#contacts .time {margin-right: 2px;}

#topmenu {
    position: relative;
	width: 100%;
	height: 34px;
	background: #6f7075;
}

#menu {
	float: left;
	margin: 0 5px;
	height: 34px;
}

#menu a {
	display: inline-block;
	vertical-align: top;
	padding: 8px 26px 0;
    height: 26px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {text-decoration: underline;}

#search {
	float: right;
	margin-right: 30px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}

#middle ul, #middle ol, #middle p {
	margin-bottom: 8px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 998px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	background: #fff;
	padding-top: 20px;
}

#content {
	/*padding: 20px 435px 15px 0;*/
	float:left;
	width:580px;
}

#article {
	padding: 0 0 20px 40px;
}

#article ul {
	list-style: square outside none;
}

#article ul li {
	text-transform: uppercase;
}

#article ul li span {
	text-transform: none;
	color: #a02929;
}

.cont-header {
	min-height: 11px;
	padding: 17px 0;
	background: #d5d5d5;
}

#comments div {
	padding-left: 40px;
}

#comments div div {
	padding: 0;
}

#comments p.date {
	margin-top: 12px;
	font-weight: bold;
}

p a.detail {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.detail {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

a.detail:hover {
	text-decoration: none;
}

.link-all {
	text-align: right;
}

.link-all a{
	color: #a61717;
}

div.main-consult-listing {
margin:0 0 50px 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#right {
	float: right;
	padding:0 12px 11px 5px;
	width: 368px;
	position: relative;
}

#right .form .labelform {
    font-size: 20px;
    line-height: 23px;
    color: #000;
    margin: 20px 0;
}

#right .form .labelform strong {font-weight: normal;}

#right .form .table_form {
    width: 100%;
    margin-bottom: 15px;
}

#right .form .table_form td {
    vertical-align: top;
    padding: 0 5px 5px 0;
    white-space: nowrap;
    width: auto;
}

#right .form select,
#right .form input[type="text"],
#right .form input[type="password"],
#right .form textarea {
    width: 100%;
    box-sizing: border-box;
}

#right .form input#phoneprefix {width: 26%;}

#right .form input#phone {width: 74%;}

#right .form .table_form td.snoska {
    padding-top: 15px;
    font-size: 10px;
    white-space: normal;
}

#right .form .table_form td.button {text-align: center;}

#right .form .table_form td .name {
    display: block;
    margin-bottom: 2px;
}

.sidebar .phones {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar .phones img {max-width: 100%;}

#answers {}

#answers .cont-header, #answers .hat {
	padding-left: 20px;
	padding-right: 40px;
	margin: 0 0 20px 14px;

}

#right .cont-header  {
	padding: 17px 20px;
	margin: 0 0 15px 0;

}

#answers .cont-body {
	padding: 10px 40px 10px 20px;
}

#answers .cont-header {
	border-right: 1px solid #a3a3a3;
	font-weight: bold;
	text-transform: uppercase;
}

#answers .one-ans {
	margin-top: 20px;
}

#right .one-ans p { padding-top:10px; }
#right .one-ans { padding-bottom:20px; }


/* container2
-----------------------------------------------------------------------------*/
#container2 {
	width: 998px;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	background: #fff;
	line-height: 15px;
}

#dop-info .cont-header{
	margin: 0 0 15px;
    padding-left: 20px;
    padding-right: 40px;
}

#dop-info .dop-info-all {
	margin: 15px 0;
	width: 100%;
}

#dop-info .dop-info-all td {
	padding: 0 12px 12px;
	border-right: 1px solid #d4d4d4;
	width: 33.3333%;
	text-align: left;
}

#dop-info .info-header td {
	padding: 12px 32px 0;
	color: #931116;
	text-transform: uppercase;
	font-weight: bold;
}
#dop-info div.icon-zag {
	padding: 12px 32px 10px;
	color: #931116;
	text-transform: uppercase;
	font-weight: bold;
}

.col1 p, .col12 p, .col2 p,.col3 p {
	padding: 0 0 5px 15px;
	background: url(/images/list.gif) 0 3px no-repeat;
}

#dop-info .info-cont td {
	padding: 0 12px 20px 22px;
}

#dop-info .info-horline td {
	padding: 0 12px 8px;
}

#dop-info .dop-info-all td.col3, #dop-info .dop-info-all tr td:last-child {
	border: none;
}

#dop-info .info-horline hr {
    border-color: #213264;
    border-style: dotted;
    border-width: 1px 0 0;
    height: 1px;
}

#dop-info p a {
	color: #000;
}

#dop-info .info-header td a {
		color: #931116;
	text-transform: uppercase;
	font-weight: bold;
}

#dop-info p.one-info-header a {
	color: #931116;
	text-transform: uppercase;
	font-weight: bold;
}

#other-needful .needful {
	width: 100%;
	padding-bottom: 10px;
}

#other-needful .needful td {
    vertical-align: top;
	width: 33.3333%;
	text-align: left;
    border-right: 1px solid #d4d4d4;
}

#other-needful .needful td .zag {
	height: 35px;
	padding-top: 6px;
	font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    padding-left: 9%;
	padding-right: 9%;
}

#other-needful .needful td.authoriz .zag {
	background: url("/images/authoriz-bg.png") 0 0 repeat-x;
	color: #1d1d1d;
}

#other-needful .needful td.authoriz {color: #1d1d1d;}

#other-needful .needful td.news .zag {
	background: url("/images/news-bg.png") 0 0 repeat-x;
	color: #fff;
}

#other-needful .needful td.downloads .zag {
	background: url("/images/downloads-bg.png") 0 0 repeat-x;
	color: #fff;
}

#other-needful .needful td .cont {
    padding-bottom: 16px;
    padding-left: 9%;
	padding-right: 9%;
}

#other-needful .needful td.downloads {
	border: none;
}

#other-needful .needful td.news .cont {
	padding-bottom: 8px;
}

#other-needful .needful td.authoriz .name,.password {
	margin-top: 18px;
}

#other-needful .needful td .name span,.password span {
	display: inline-block;
	width: 50px;
	margin-right: 5px;
	font-weight: bold;
}

#other-needful .needful td.authoriz a {
	font-size: 11px;
	color: #1d1d1d;
}

#other-needful .needful td .enter {
	margin-top: 30px;
}

#other-needful input[type="text"],
#content .cont-body input[type="text"], #content .cont-body textarea  {
	/*border: 2px inset #acacac;*/
}

#other-needful input[type="text"] {
		width: 170px;
}

#content .cont-body input[type="text"], #content .cont-body textarea {
	width: 200px;
}

#other-needful input[type="submit"] {
	width: 118px;
	height: 21px;
	background: url("/images/submit-bg.png") 0 0 no-repeat;
	border: none;
	padding-bottom: 2px;
	margin-left: 2px;
	color: #000;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

#other-needful .needful td.news .one-news,
#answers .cont-body .one-news {
	margin-bottom: 10px;
}

#answers .cont-body .one-news {
	margin-bottom: 15px;
	margin-top:15px;
}

/*#other-needful .needful td.news .one-news p.date,
#answers .cont-body .one-news*/ .date  {
	font-weight: bold;
} 

#other-needful .needful td.news .one-news p.text a,
#answers .cont-body .one-news  p.text a {
	color: #000;
}

#other-needful .needful td.news .allnews {
	text-align: center;
}

#other-needful .needful td.news .allnews a {
	color: #000;
	font-weight: bold;
}

#other-needful .needful td.downloads p.load-all {
	margin-bottom: 8px;
}

#content #answers .cont-body p.load-all a,
#other-needful .needful td.downloads p.load-all a {
	color: #000;
	font-weight: bold;
}

#other-needful .needful td.downloads .load {
	margin-bottom: 5px;
}

#other-needful .needful td.downloads .load-one span {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	width: 100px;
} 

#other-needful .needful td.downloads .load-one a {
	display: inline-block;
	/*width: 45px;*/
	text-align: center;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	min-height: 112px;
	background: url("/images/footer-bg.jpg") 0 0 no-repeat #68676f;
	position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    padding-bottom: 25px;
}

#copyright {
	float: left;
	margin: 20px 0 0 20px;
	color: #fff;
    width: 300px;
}



#bottom-menu ul {
	/*height: 18px;*/
}

#bottom-menu ul:after {
    content: "";
    display: table;
    clear: both;
}

#bottom-menu ul li {
	float: left;
	margin-right: 15px;
}

#bottom-menu ul li a {
	color: #fff;
	text-decoration: none;
}

#bottom-menu ul li a:hover {
	text-decoration: underline;
} 

#counter {
    bottom: 0;
    float: left;
    margin: 0 0 0 10px;
    position: absolute;
    right: 0;
}

#feedback {
	/*float: right;
	margin: 4px 20px 0 0;*/
	margin: 4px 0 0 270px;
}

#feedback a {
	color: #fff;
}


#social-links {
    bottom: 0;
    left: 400px;
    position: absolute;
}



#bottom-menu {
    float: right;
    margin-right: 5px;
    margin-top: 45px;
	width: 500px;
}



#content #answers .cont-body .news-comments	{ padding-top:10px; border-top: 1px dotted black; }
#content #answers .cont-body .news-comments form table td	{ vertical-align: middle; width:100px; padding:0px 0px 10px 0px; margin:0px; }
#content #answers .cont-body .news-comments form table td.zag	{ width:150px; text-align: right; padding-right: 10px; } 
#content #answers .cont-body .news-comments form table td.sub	{ text-align:center; padding-top:10px; }

#content #answers .cont-body .news-comments form table td input[type="text"],
#content #answers .cont-body .news-comments form table td textarea,
#content .cont-body input[type="password"] 	{}

#content #answers .cont-body .news-comments form table td input[type="text"]	{ width:200px; }
#content #answers .cont-body .news-comments form table td textarea	{ height:95px; }
#content #answers .cont-body .news-comments form table td input[type="submit"]		{ text-align:center; }


#content #answers .cont-body .feedback	{ padding-top:20px; }
#content #answers .cont-body .feedback form table td {
    vertical-align: top;
    width: 116px;
    padding: 0 5px 5px 0;
}

#content #answers .cont-body .feedback form table td.zag {width: 150px;}
#content #answers .cont-body .feedback form table td.sub	{text-align:center; padding-top:10px; }

#content #answers .cont-body .feedback form table td input[type="text"],
#content #answers .cont-body .feedback form table td textarea ,
#content .cont-body input[type="password"]	{width: 203px;}

#content .cont-body select[name="user_f_12"] 	{ width:209px; }
#content #answers .cont-body .feedback form table td textarea	{ height:95px; }
#content #answers .cont-body .feedback form table td input[type="submit"]	{ text-align:center; }


#content #answers .cont-body .content	{ height:30px; width:100%; }
#content #answers .cont-body .content div a	{ color:#000000; }
#content #answers .cont-body #content3 { margin: 0 auto; }
#content #answers .cont-body #nav, #aside { float: left;}
#content #answers .cont-body #center { margin: 0 33.3333%; }
#content #answers .cont-body #aside { float: right; }


#content #answers .cont-body .navigation-pages {
    font-size: 13px;
    margin-top: 25px;
    overflow: hidden;
}
#content #answers .cont-body .navigation-pages b	{ text-align: center; display: block; float: left; line-height: 28px; width: 27px; height: 26px; }
#content #answers .cont-body .navigation-pages span.nav-current-page { width: 29px; height: 28px; background: url("/images/pag-curpage.png") 0 0 no-repeat; }
#content #answers .cont-body .navigation-pages a { width: 27px; height: 26px; margin-top: 1px; background: url("/images/pag-page.png") 0 0 no-repeat; color: white; text-decoration: none; line-height: 26px; }


#content #answers .cont-body .navigation-pages span,
#content #answers .cont-body .navigation-pages a	{ float: left; margin-right: 8px; line-height: 28px; }

#content #answers .cont-body .navigation-pages span.nav-current-page,
#content #answers .cont-body .navigation-pages a	{ text-align: center; }

hr	{ border-bottom: 1px dashed gray; }

#middle #answers .hat ul	{ list-style: square outside none; }
#middle #answers .hat ul li span	{ text-transform: none; color: #A02929; }

#container2 #dop-info td.col2 .icon-zag	{ height:25px; }
#container2 #dop-info td.col2 .icon-zag img	{ margin: 0px 0px -4px; }

#container #answers .cont-header .icon-menu img	{ float:left; margin:0px 5px 0px 0px; }
#container #answers .cont-header .icon-menu h2.h1	{ font-size: 16px; padding:3px 0px 0px 0px; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 1px; margin:0px; }

#container2 #dop-info .cont-header .icon-menu img	{ float:left; margin:0px 5px 0px 0px; }
#container2 #dop-info .cont-header .icon-menu h2.h1	{  font-size: 16px; padding:3px 0px 0px 0px; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 1px; margin:0px; }

#container .sidebar .cont-header .icon-menu img	{ float:left; margin:0px 5px 0px 0px; }
#container .sidebar .cont-header .icon-menu h2.h1	{ font-size: 16px; padding:3px 0px 0px 0px; text-shadow: 1px 1px 0px #ffffff; letter-spacing: 1px; margin:0px; }

#container .cont-body .soc-sety	{ text-align:right; padding-top:7px; }

#container .cont-body .commentiki	{ font-size:17px; font-weight:bold; padding: 25px 0 15px 0; }

#container .cont-body table.donload-text	{ text-align:center; margin:0 auto; margin-bottom:10px; }
#container .cont-body table.donload-text td	{ text-align:center; padding: 5px; border:1px solid gray; }
#container .cont-body table.donload-text th	{ border:1px solid gray; padding:5px; }
#container .cont-body table.donload-text td a	{ color:#000000; }


#container .cont-body .orphus	{ border-top:1px dotted black; padding-top:10px;  }

#container2 #other-needful table.needful div table.donload-text	{ text-align:center; margin:0 auto; }
#container2 #other-needful table.needful div table.donload-text td	{ text-align:center; padding: 5px; border:1px solid #D4D4D4; }
#container2 #other-needful table.needful div table.donload-text th	{ padding:8px 5px 0px 5px; text-align:center; }
#container2 #other-needful table.needful div table.donload-text td a	{ color:#000000; }

#container .cont-body .one-news p.text	{ margin-bottom:2px; }

#container .sidebar div.reade-consult	{ text-align:right; }

#content .search-articles	{ width:100%; }
#content .search-articles select option	{ width:430px; }


#content #tabs ul.tab-links li	{ display:inline; padding:10px 10px 0px 0px; font-size:15px; }
#content #tabs ul.tab-links li.ui-state-active a	{ color:black; text-decoration:none; font-weight:bold; }
#content #tabs ul.tab-links li a{ border-right: 1px dashed gray; display: inline-block; padding-right: 10px; }
#content #tabs ul.tab-links	{ margin:0px 0px 20px 0px }

.vst {
padding: 0 20px 20px 20px;
text-align: justify;
}

#middle .searching	{
    padding: 6px 0;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    overflow: hidden;
}

#middle .searching div.sea	{
    width: 273px; 
    float: right;
}

#middle .searching div.sea td	{ padding-right:6px; } 


.soc-seti	{
    display: none;
    width: 100%;
    background: url("/images/fon-soc-seti2.png") repeat;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 997;
}

.soc-container {
    height: 45px;
    text-align: center;
}

.soc-container .reg a	{ color: #ffffff; }
.soc-container .reg	{
    float: left; padding: 15px 0 5px 30px; font-weight: bold; font-size: 14px;
    display: none;
}
.soc-container #social-links	{ padding: 10px 10px 5px 0; float: left; left: none; position: initial; }
.soc-container .soc-content	{
    display: inline-block;
    height: 100%;
    clear: both;
    overflow: hidden;
}

.news	{ padding-bottom: 11px; }

#path_ID {
    padding: 6px 20px;
    float: left;
}


.newform	{
	width: 100%;
	margin: 0;
}

#submitbtn1 {
 	margin: 15px  0 0 25px;
}

/* menu article block show
============================= */

.menu-articles-content {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 9999;
	display: none;
}

.menu-articles	{
	/*width: 953px;
	height: 38px;
	padding: 0 10px 5px 10px;*/
	background: #6f7075;
	margin: 0 auto;

    width: 973px;
    height: 42px;
	padding: 0;
}

#middle #answers .menu-articles ul	{
	list-style: none;
}

#menu-article-b {
	float: left;
}
#menu-article-b  span	{
	display: inline-block;
	vertical-align: top;
	/*padding: 8px 26px 0;*/
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
    height: 42px;
    line-height: 40px;
    padding: 0 26px;
}

#menu-article-b li.topmenu1 ul{
	/*background: #ffffff;*/
	background: #D5D5D5;
	padding: 10px 10px 10px 10px;
    border: 1px solid #a3a3a3;
    border-top-color: #6F7075;
    margin-top: -1px;
}
#menu-article-b li.topmenu1 ul a {
    display: inline;
	color: #000;
	/*padding: 10px 10px 0 10px;
    color: #1f1f1f;*/
}

#menu-article-b li.topmenu1 li {
    float: none;
    display: inline-block;
    vertical-align: top;
	padding: 0;
    margin-right: 0;
    width: 240px;
    border-bottom: 1px dotted #fff;
}

#menu-article-b li.topmenu1 li.last-li {
    float: none;
    display: block;
    width: 100%;
    height: 2px !important;
    border-bottom: 0;
    margin-top: -1px;
    background: #D5D5D5;
}

#menu-article-b li.topmenu1 li  p {
	padding: 5px 10px 7px 15px;
	background: url(/images/list.gif) 0 9px no-repeat;
    height: 36px;
    overflow: hidden;

}
#menu-article-b li {
	float: left;
	/*padding: 0 20px 0 20px;
	height: 36px;*/
	position: relative;
	display: inline-block;
    height: 42px;
    margin-right: 40px;
}

#menu-article-b li:hover span, #menu-article-b li:focus span {text-decoration: underline;}

#menu-article-b li a {
	display: block;
	font-size: 14px;
	height: 32px;
}

#content3 #nav, #content3 #aside {width: 33.3333%;}

#content3 #aside {text-align: right;}
#content3 #center {text-align: center;}

.a-block {
    margin-bottom: 20px;
    text-align: center;
}

.a-block img {max-width: 100%;}

.article-navigation {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a8aaab;
}

.article-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.article-navigation a.prev {
    float: left;
    width: 33.3333%;
}

.article-navigation a.next {
    float: right;
    width: 33.3333%;
    text-align: right;
}

.article-navigation span.cur {
    display: block;
    text-align: center;
    font-style: italic;
    margin: 0 33.3333%;
}

#content .comments-form-box .form {
    font-size: 14px;
    margin: 0 0 20px;
}

#content .comments-form-box .form * {box-sizing: border-box;}

#content .form .field {margin-bottom: 8px;}

#content .form .field:after {
    content: "";
    display: table;
    clear: both;
}

#content .form .input-label {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 10px 0 0;
    width: 25%;
}

#content .form .input-field-wrap {
    float: left;
    width: 75%;
}

#content .form select, #content .form textarea, #content .form input[type="text"] {
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
}

#content .form textarea, #content .form input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    padding: 5px 6px 6px;
}

#content .form textarea:focus, #content .form input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

#content .form .field .input-text {}

#content .form .text-center {text-align: center;}

#content .form .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

#content .form .btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}

#content .form .btn-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

#content .form .btn-warning:hover, #content .form .btn-warning:active {
    background-color: #f89406;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
}



#menu ul.dropdown_nav:after {
    content: "";
    display: table;
    clear: both;
}

#menu ul.dropdown_nav > li,
#menu ul.dropdown_nav > img {float: left;}

#menu ul.dropdown_nav > li > a {padding: 8px 22px 0;}

#menu ul.dropdown_nav .sub_nav {
    position: absolute;
    left: 0 !important;
    width: 100%;
    background: /*#fff*/#9a9b9e;
    z-index: 9999;
    box-shadow: 0 1px 3px /*#f2f2f2*/#6f7075;
    display: none;
}

#menu ul.dropdown_nav .sub_nav > ul {
    display: table;
    width: 100%;
}

#menu ul.dropdown_nav .sub_nav > ul > li {
    display: table-cell;
    vertical-align: top;
    padding: 10px 20px;
    border-left: 1px solid /*#f2f2f2*/#6f7075;
    border-bottom: 1px solid /*#f2f2f2*/#6f7075;
}
#menu ul.dropdown_nav .sub_nav > ul > li:last-child {border-right: 1px solid /*#f2f2f2*/#6f7075;}

#menu ul.dropdown_nav .sub_nav > ul > li > a {
    font-size: 12px;
    padding: 0;
    height: auto;
    line-height: normal;
    /*color: #000;*/
}

#content .inspections-list * {box-sizing: border-box;}
#content .inspections-list ul {
    text-align: left;
    list-style: none outside none;
    margin-left: 0;
}

#content .inspections-list ul li {
    padding-left: 2em;
    margin-bottom: 0;
}

#content .inspections-list > ul > li {padding-left: 1em;}

#content .inspections-list ul li:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    background: #000;
    top: 6px;
    left: -8px;
}

#content .inspections-list > ul > li.letter {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 0;
}

#content .inspections-list > ul > li.letter:before {display: none;}

#content .inspections-list > ul > li.letter > ul {
    font-size: 12px;
    font-weight: normal;
}

#content .align-center {text-align: center;}
#content .align-center a.link2comment {
    display: inline-block;
    margin-top: 2px;
}

#content .one-com.test1 {
	padding: 0 10px 0 0;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#content .one-com .date {margin-bottom: 7px;}

.one-com .one-com-answer {
    overflow: hidden;
}

.one-com .one-com-answer .potelefonu {float: right;}

.a-hr {display: none;}

/* <=1024px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    #wrapper {width: 100%; min-width: 320px;}

    #container, #container2 {
        width: 100%;
        box-sizing: border-box;
    }

    #content {width: 58%;}

    #right {
        width: 38.5%;
        box-sizing: border-box;
    }
}

/* <=1000px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
    #header {background-size: auto;}

    #orphus img {
        width: 100% !important;
        height: auto !important;
    }

    #bottom-menu ul li {margin-right: 16px;}

    #menu ul.dropdown_nav > li > a {padding: 8px 20px 0;}
}

/* <960px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
    #contacts h2.konsult {letter-spacing: 0;}

    #contacts .place {
        margin-right: -30px;
        margin-top: -5px;
    }

    #contacts .phone span {font-size: 28px;}

    #logo {
        margin: 30px 0 0 40%;
        width: 26%;
    }

    #menu {margin: 0;}

    #menu a {padding: 8px 19px 0;}

    #other-needful .needful td.authoriz .cont {
        padding-left: 0.5%;
        padding-right: 0.5%;
        text-align: center;
    }

    #other-needful .needful td.authoriz .cont div {display: inline-block;}

    #dop-info div.icon-zag {padding-right: 0;}

    #copyright {
        float: none;
        width: auto;
    }

    #bottom-menu {
        float: none;
        margin: 16px 20px 2px;
        text-align: center;
    }

    #bottom-menu ul {display: inline-block;}

    #leadia-widget {right: 0 !important;}

    #footer {padding-bottom: 40px;}

    #menu ul.dropdown_nav > li > a {padding: 8px 10px 0;}

}


/* <800px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 799px) {
    #menu a {padding: 8px 16px 0;}
    #menu ul.dropdown_nav > li > a {padding: 8px 7px 0;}
}

/* <768px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #logo {
        float: none;
        width: auto;
        height: 121px;
        margin-left: 50%;
    }

    #top .click {
        bottom: auto;
        height: 169px;
    }

    #contacts {
        float: none;
        padding: 7px;
        text-align: left;
    }

    #contacts:after {
        content: "";
        display: table;
        clear: both;
    }

    #contacts .one-contact {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 15px;
    }

    #contacts .place {
        margin-right: 6px;
        margin-top: 13px;
    }

    #contacts h2.konsult {
        text-align: center;
        padding-bottom: 0;
    }

    #menu img {display: none;}

    #menu a {
        padding: 8px 13px 0;
        border-right: 1px solid #535457;
    }

    #menu a:last-child {border-right: 0;}

    #footer {
        padding-bottom: 60px;
        background: none #68676f;
    }

    .soc-container {
        text-align: left;
        padding-left: 20px;
    }

    #dop-info div.icon-zag {padding: 12px 16px 10px;}

    #menu ul.dropdown_nav > li > a {
        padding: 8px 5px 0;
        border-right: 1px solid #535457;
    }
    #menu ul.dropdown_nav > li:last-child > a {border-right: 0;}

}

/* <720px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 719px) {

    #content {
        float: none;
        width: 100%;
    }

    #right {
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    #answers .cont-header, #answers .hat {margin-left: 20px;}

    #answers .cont-header {margin-right: 20px;}

    #topmenu {height: auto;}

    #menu {
        float: none;
        height: auto;
    }

    #menu a {
        display: block;
        height: auto;
        padding: 8px;
        border-bottom: 1px solid /*#535457*/#f2f2f2;
        border-right: 0 none;
    }

    #menu ul.dropdown_nav > li {float: none;}

    #menu ul.dropdown_nav > li > a {
        padding: 8px;
        border-right: 0 none;
    }

    #menu ul.dropdown_nav .sub_nav {position: relative; box-shadow: none;}

    #menu ul.dropdown_nav .sub_nav > ul {display: block;}

    #menu ul.dropdown_nav .sub_nav > ul > li {
        display: block;
        padding: 6px 8px;
        border-left: none;
    }
    #menu ul.dropdown_nav .sub_nav > ul > li:last-child {
        border-right: none;
        border-bottom: none;
    }

    #menu ul.dropdown_nav .sub_nav > ul > li > a {border-bottom: none;}
    
}

/* <640px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
    #dop-info .info-cont td {
        display: block;
        width: 100%;
        border-bottom: 1px solid #d4d4d4;
        border-right: 0 none;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    #other-needful .needful td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-right: 0;
    }

    #contacts .one-contact {padding: 0;}



    #header {background-size: 150% auto;}
    
}

/* <=600px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
    #logo {
        width: 48%;
        height: 110px;
    }

    #top .click {height: 158px;}

    #contacts .place {
        margin-right: -30px;
        margin-top: -5px;
    }

    #contacts h2.konsult {padding-bottom: 7px;}

    #copyright p:last-child {display: none;}

    #bottom-menu ul li {
        margin-right: 0;
        text-align: left;
        width: 33.3333%;
    }

    #bottom-menu ul {display: block;}
}

/* <=540px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 540px) {
    #logo {height: 96px;}

    #top .click {height: 142px;}

    #contacts .place {margin-right: -34px;}

    #answers .cont-header, #answers .hat,
    #dop-info .cont-header,
    #answers .cont-body {padding-right: 20px;}

    #ymaps-map-id_134484440410376553347 {width: 100% !important;}
}

/* <=480px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    #logo {height: 78px;}

    #top .click {height: 126px;}


}

/* <=360px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 360px) {
    #logo {
        margin-top: 6px;
        height: 68px;
        width: 50%;
        margin-left: 49%;
    }

    #top .click {height: 94px;}

    #contacts .place {
        font-size: 13px;
        margin-right: 0;
        text-align: right;
        width: 100%;
        margin-top: -48px;
    }

    #contacts h2.konsult {
        font-size: 13px;
        padding-bottom: 16px;
    }


    #contacts .phone span {font-size: 26px;}

    #menu {text-align: center;}

    .soc-seti {bottom: 146px;}

    .soc-container {
        padding-left: 0;
        height: auto;
        text-align: right;
    }

    .soc-container #social-links {padding: 0;}

    #copyright {margin-top: 24px;}

    #leadia-widget {width: 100% !important;}

    #content #answers .cont-body .navigation-pages span,
    #content #answers .cont-body .navigation-pages a {margin-right: 6px;}

    .news-comments form table {width: 100%;}
    #content #answers .cont-body .news-comments form table td {width: auto !important;}

    #content #answers .cont-body .news-comments form table td input[type="text"],
    #content #answers .cont-body .news-comments form table td textarea,
    #content #answers .cont-body .feedback form table td input[type="text"],
    #content #answers .cont-body .feedback form table td textarea,
    #content .cont-body input[type="password"] {width: 100%;}

    #content #answers .cont-body .news-comments form table td img {
        width: 100%;
        margin: 10px 0;
    }

    .feedback table {width: 100%;}

    #content #answers .cont-body .feedback form table td {width: auto !important;}

    #content .form .input-label {font-size: 12px;}

    #menu ul.dropdown_nav {text-align: left;}
}

/* <=320px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
    #top .click {height: 84px;}

    #logo {
        margin-top: 4px;
        height: 62px;
    }

    #contacts .phone {font-size: 13px;}

    #bottom-menu ul li {width: 50%;}

    .soc-seti {bottom: 164px;}

    #content #answers .cont-body #content3 {font-size: 11px;}

    .article-navigation a.prev span, .article-navigation a.next span {display: block;}
}