body {
	background: #fff;
}
#container {
	min-height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 15px/1.15 'PT Sans', sans-serif;
	min-width: 320px;
	color: #222;
	margin: 0 auto;
	max-width: 2560px;
	overflow: hidden;
}
a {
	color: #0864ba;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	color: #d91a1a;
}

#header_wrapper {
	display: block;
	z-index: 11;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#header {
	z-index: 12;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 20px 17px;
}
#logo_wrapper {
	position: relative;
}
#socials {
	position: absolute;
	top: 6px;
	left: 230px;
	padding: 0 0 5px 10px;
	font-size: 0;
	line-height: 0;
	z-index: 31;
}
#socials img {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
#socials a {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
#logo {
	position: relative;
	display: inline-block;
	padding-left: 56px;
	font-size: 30px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}
#logo span {
	color: #0864ba;
}
#logo em {
	font-weight: 400;
	display: block;
	font-size: 13px;
	font-style: normal;
}
#logo:before {
	background: transparent url(/images/design/logo.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	content: '';
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -19px;
}
#stats_wrapper {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 20px;
	font-size: 0;
	line-height: 0;
}
#stats_wrapper .stats_item {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin-left: 40px;
}
#stats_wrapper .stats_item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 1.15;
}
#stats_wrapper .stats_item span+span {
	padding-left: 15px;
	letter-spacing: normal;
	font-size: 15px;
	margin-top: -1px;
}
#quicklinks_wrapper {
	font-size: 0;
	line-height: 0;
	position: relative;
}
#quicklinks {
	margin: 0 auto;
	max-width: 1140px;
}
#quicklinks_wrapper .quicklink {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1.15;
	font-size: 13px;
	padding: 14px 20px;
	border-right: 1px solid rgba(0,0,0, 0.1);
}
#quicklinks_wrapper .quicklink.uppercase a {
	text-transform: uppercase;
}
#quicklinks_wrapper .quicklink a {
	position: relative;
	color: #222;
}
#quicklinks_wrapper .quicklink.auth a {
	padding-left: 22px;
}
#quicklinks_wrapper .quicklink.tracks a {
	position: relative;
	min-width: 11px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
#quicklinks_wrapper .quicklink.tracks.red a {
	color: #d90000;
}
#quicklinks_wrapper .quicklink.tracks a:before {
	background: transparent url(/images/design/icon_bell.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
#quicklinks_wrapper .quicklink.tracks.red a:before {
	background: transparent url(/images/design/icon_bell_red.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
}
#quicklinks_wrapper .quicklink.tracks.red a:after {
	background: transparent;	
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #d90000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse_arrow {
	0% {
		transform: scale(1);
		opacity: 0.5;		
	}
	100% {
		transform: scale(1.6);
		opacity: 0;	
	}				
}
@-webkit-keyframes pulse_arrow {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.5;		
	}	
	100% {
		-webkit-transform: scale(1.6);
		opacity: 0;	
	}			
}
#quicklinks_wrapper .quicklink.auth a:before {
	background: transparent url(/images/design/icon_lock.png) 100% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	content: '';
	opacity: 0.5;
}
#quicklinks_wrapper .quicklink.register a {
	padding-left: 23px;
}
#quicklinks_wrapper .quicklink.register a:before {
	background: transparent url(/images/design/icon_user.png) 100% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	content: '';
	opacity: 0.5;
}
#quicklinks_wrapper .quicklink a.color-blue {
	color: #0864ba;
}
#quicklinks_wrapper .quicklink a:hover {
	color: #d91a1a;
}
#quicklinks_wrapper .quicklink.floated {
	float: right;
}
#quicklinks_wrapper .quicklink.floated, 
#quicklinks_wrapper .quicklink:last-child {
	border-right: none;
}
#quicklinks_wrapper .quicklink span {
	color: #868686;
}
#quicklinks_wrapper .quicklink span {
	color: #868686;
}
#fav_notice {
	position: absolute;
	bottom: 35px;
	left: 0;
	padding: 6px 15px;
	background: #0e4870;
	color: #fff;
	white-space: nowrap;
	z-index: 21;
}
#fav_notice:after {
	position: absolute;
	bottom: -6px;
	left: 50px;
	width: 0px;
	height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0e4870;
    display: block;
    content: '';
    margin: 0 0 0 -7px;
}
#navi_relative {
	position: relative;
	z-index: 101;
	min-height: 66px;
}
#navi_container {
	position: relative;
	z-index: 10;
	background: #0864ba;
	transition: 0.5s;
}
#navi_container.fixed {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
}
#navi_container.hidden {
	z-index: 1;
}
#navi_container.fixed.hidden {
	z-index: 101;
	top: -100px;
}
#navi_wrapper {
	z-index: 15;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	height: 66px;
	overflow: hidden;
}
#navi {
	position: relative;
	text-align: left;
	font-size: 0;
	padding-right: 100px;
	line-height: 0;
}
#navi li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 17px 10px 14px;
}
#navi li a {
	position: relative;
	padding: 8px 10px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: 0.3s;
}
#navi li a:before {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    display: block;
    content: '';
    transition: 0.3s;
    margin: 0 0 0 -12px;
}
#navi li a:hover:before {
	top: 43px;
}
#navi li a:hover {
	color: #badaf7;
}
#navi li.active a {
	color: #fff387;
}
#mobile_opener {
	background: transparent url(/images/design/navi.png) 100% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -18px;
	z-index: 15;
	cursor: pointer;
	opacity: 0.5;
	display: block;
	transition: 0.5s;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	color: #fff;
	height: 16px;
	padding: 10px 34px 10px 0;
}
#mobile_opener:hover {
	opacity: 1;
}
.mobile+#mobile_opener {
	right: 0;
}
#search_wrapper {
	font-size: 0;
	line-height: 0;
	position: relative;
}
#search {
	margin: 0 auto;
	padding: 30px 20px;
	max-width: 1100px;
}
#search_form {
	position: relative;
	display: block;
	padding: 2px 180px 2px 2px;
	background: #ffeb3d;
}
#search_form input {
	background: #fff;
	display: block;
	padding: 9px 15px 10px 15px;
	border: none;
	border-radius: 1px;
	color: #292929;
	font-weight: 400;
	font: 15px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
#search_submit {
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 176px;
	font-size: 15px;
	line-height: 1.15;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
#search_submit span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 28px;
	transition: 0.3s;
}
#search_submit span:hover {
	padding-right: 28px;
	padding-left: 0px;
}
#search_submit span:before {
	background: transparent url(/images/design/search.png) 100% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	z-index: 15;
	cursor: pointer;
	display: block;
	transition: 0.3s;
	content: '';
	opacity: 0.5;
}
#search_submit span:hover:before {
	left: 100%;
	opacity: 1;
	margin-left: -16px;
}
#footer_wrapper {
	background: #f2f2f2 url(/images/design/footer_bg.png) 50% 0 repeat-x;	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	border-top: 1px solid #dedede;
	z-index: 5;
}
#footer {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1100px;
	text-align: center;
}
#link_require {
	font-size: 13px;
	color: #4f4f4f;
	padding-top: 7px;
}
#footer ul {
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
}
#footer ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
#footer ul li a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	padding: 4px 15px;
	font-size: 13px;
	line-height: 1.15;
}
#footer ul li a.blue {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
#footer ul li a.blue:hover {
	background: #d91a1a;
	border-color: #d91a1a;
}
#footer ul li a.transparent {
	background: transparent;
	border-color: transparent;
}
#fsin_support {
	position: absolute;
	top: 34px;
	right: 0;
	width: 220px;
	padding-left: 78px;
	font-size: 13px;
	line-height: 1.3;
}
#fsin_support:before {
	background: transparent url(/images/design/fsin.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -34px;
	width: 65px;
	height: 68px;
	z-index: 15;
	content: '';
}
#counter {
	padding-top: 20px;
	position: relative;
}
#container:after {
	position: relative;
	height: 210px;
	content: '';
	display: block;
}
#content_wrapper {
	display: block;
	z-index: 2;
}
#content_area {
	z-index: 3;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 20px 30px;
}
#content_area:after {
	display: block;
	clear: both;
	content: '';
}
#sidebar {
	position: relative;
	margin-right: 70%;
	box-sizing: border-box;
	padding-right: 40px;
}
#content_area.no_sidebar #sidebar {
	display: none;
}
#content {
	float: right;
	margin-left: -70%;
	width: 70%;
	position: relative;
}
#content_area.no_sidebar #content {
	float: none;
	margin-left: 0%;
	width: auto;
}
#regions_wrapper {
	margin-bottom: 30px;
	font-size: 0;
	line-height: 0;
}
#regions_wrapper a {
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-left: 1px solid rgba(0,0,0, 0.1);
	border-right: 1px solid rgba(0,0,0, 0.1);
	display: block;
	padding: 8px 25px 8px 15px;
	font-size: 13px;
	line-height: 1.15;
	position: relative;
	transition: 0.3s;
}
#content #regions_wrapper {
	border-bottom: 1px solid rgba(0,0,0, 0.1);	
	border-left: 1px solid rgba(0,0,0, 0.1);	
}
#content #regions_wrapper a {
	border-left: none;
	vertical-align: top;
	display: inline-block;
	width: 50%;
	padding-top: 12px;
	font-size: 15px;
	padding-bottom: 12px;
	box-sizing: border-box;
}
#regions_wrapper a span {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #222;
	margin-top: -7px;
	display: block;
	transition: 0.3s;
}
#content #regions_wrapper a span {
	margin-top: -9px;
}
#regions_wrapper a:last-child {
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#content #regions_wrapper a:last-child {
	border-bottom: none;
}
#regions_wrapper a:hover {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
#regions_wrapper a:hover span {
	color: #fff;
}
#regions_wrapper a:hover+a {
	border-top-color: #0864ba;
}
#content #regions_wrapper a:hover+a {
	border-top-color: rgba(0,0,0, 0.1);
}
#regions_wrapper a.bold {
	font-weight: 700;
}
#regions_wrapper a.bold span {
	font-weight: 400;
}
#breadcrumbs {
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#breadcrumbs a {
	position: relative;
	font-size: 13px;
	line-height: 1.15;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 2px 15px 10px 0;
}
#breadcrumbs a+a {
	margin-left: 16px;
}
#breadcrumbs a.home {
	background: transparent url(/images/design/home_icon.png) 50% 50% no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	margin-top: 0;
	transition: 0.3s;
}
#breadcrumbs a.home:hover {
	opacity: 1;
}
#breadcrumbs a+a:before {
    position: absolute;
    top: -0px;
    bottom: -0px;
    left: -17px;
    width: 1px;
    background: rgba(0,0,0, 0.2);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    content: '';
}
.stars_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
}
h1+.stars_wrapper {
	margin-top: -25px;
	padding-bottom: 25px;
}
.stars_wrapper b {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.15;
	padding-top: 1px;
}
.stars_wrapper span {
	background: transparent url(/images/design/rating_stars_grey.png) 0 no-repeat;
	background-size: 86px 16px;
	display: inline-block;
	vertical-align: top;
	width: 86px;
	height: 16px;
	margin-right: 6px;
	position: relative;
}
.stars_wrapper span span {
	background: transparent url(/images/design/rating_stars.png) 0 0 no-repeat;
	background-size: 86px 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 16px;
	display: block;
}
.stars_wrapper .add_stars {
	padding-top: 3px;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}
.stars_wrapper .add_stars a {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.15;
}
#sizo_wrapper {
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 140px;
}
#sizo_wrapper img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
}
#sizo_wrapper.lawyers img {
	top: 50%;
	margin-top: -35px;
}
#sizo_buttons_wrapper {
	padding: 10px 0 10px 0;
	margin: auto;
	display: block;
	width: 100%;
}
#sizo_wrapper.lawyers {
	display: block;
	margin-bottom: 15px;
}
#sizo_wrapper.lawyers.mini {
	height: 80px;
	padding-left: 95px;
}
#sizo_wrapper.mini img {
	width: 80px;
	height: 80px;
}
#sizo_wrapper.lawyers.mini img {
	margin-top: -40px;
}
#sizo_wrapper.lawyers h1 {
	margin-top: -5px;
	font-size: 27px;
	padding: 0 0 15px 0;
}
#sizo_wrapper.lawyers.mini h1 {
	margin-top: -5px;
	padding: 0 0 0 0;
}
p.error_found {
	font-size: 13px;
	text-align: right;
}
.comment_warning {
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 2px dashed rgba(8,100,186, 0.4);
	padding: 18px 20px;
}
.comment_warning p {
	font-size: 13px;
	line-height: 1.5;
}
.comment_warning:before {
	background: #fff url(/images/design/warning.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 24px;
	z-index: 15;
	content: '';
}
.pre_submit_privacy {
	position: relative;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	padding-right: 30px;
}
.pre_submit_privacy.large {
	font-size: 15px;
}
.pre_submit_privacy b {
	display: block;
	font-size: 15px;
}
.pre_submit_privacy.large b {
	display: inline;
}
.pre_submit_privacy.large a {
	display: inline-block;
	margin: 5px 10px;
}
#sizo_data {
	position: relative;
	padding-bottom: 30px;
}
#sizo_data table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(0,0,0, 0.1);
}
#sizo_data table tr td {
	padding: 12px 20px;
	font-size: 15px;
	line-height: 1.3;
	text-align: right;
	color: #878787;
	width: 30%;
	vertical-align: middle;
}
#sizo_data table tr td+td {
	text-align: left;
	color: #222;
	width: auto;
}
#sizo_data table tr+tr td {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
#sizo_data table tr:nth-child(even) td {
	background: #f7f7f7;
}
#find_on_map {
	white-space: nowrap;
	position: relative;
	display: inline-block;
	padding: 5px 15px 5px 35px;
	border: 1px solid rgba(204, 0, 0, 0.4);
	margin-top: 10px;
}
#find_on_map:before {
	background: transparent url(/images/design/location.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.3s;
}
#find_on_map:hover {
	border: 1px solid rgba(204, 0, 0, 0.8);
}
#find_on_map:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#sizo_data table ul li {
	position: relative;
	padding: 0 0 0 25px;
}
#sizo_data table ul li+li {
	margin-top: 10px;
}
#sizo_data table ul li.phone {
	font-weight: 700;
}
#sizo_data table ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	opacity: 0.4;
}
#sizo_data table ul li.phone:before {
	background: transparent url(/images/design/contacts_phone.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#sizo_data table ul li.email:before {
	background: transparent url(/images/design/contacts_email.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#sizo_data table ul li.web:before {
	background: transparent url(/images/design/contacts_web.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
#navi_spacer {
	position: relative;
	height: 66px;
	display: none;
}
#navi_container.fixed+#navi_spacer {
	display: block;
}
#go_to_top {
	background: #0864ba url(/images/design/top.png) 50% 50% no-repeat;
	background-size: 32px 32px;
	position: fixed;
	bottom: -36px;
	left: 50%;
	border-radius: 0px;
	width: 48px;
	height: 36px;
	z-index: 1002;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s, bottom 0.5s;
	z-index: 10001;
}
#go_to_top.fixed {
	bottom: 25px;
	opacity: 0.7;
}
#go_to_top:hover {
	opacity: 1;
}
.ad_banner_lite {
	position: relative;
	padding: 9px 20px 1px 20px;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #0864ba;
	text-decoration: none;
	color: #313131;
	font-size: 15px;
	line-height: 1.4;
	transition: 0.3s;
}
.ad_banner_lite img {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	transition: 0.3s;
}
.ad_banner_lite strong {
	padding-left: 55px;
	position: relative;
	color: #0864ba;
	display: block;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
	transition: 0.3s;
}
.ad_banner_lite strong span {
	color: grey;
	display: block;
	font-weight: 400;
	font-size: 13px;
	padding-top: 0;
	transition: 0.3s;
	line-height: 1.3;
	text-transform: none;
}
.ad_banner_lite.dark {
	border: 1px solid #0e4870;
}
.ad_banner_lite.dark strong {
	color: #0e4870;
}
.ad_banner_lite.orange {
	border: 1px solid #f28900;
}
.ad_banner_lite.orange strong {
	color: #f28900;
}
.ad_banner_lite:hover {
	border: 1px solid #0864ba;
	background: #0864ba;
	color: #fff;
}
.ad_banner_lite:hover strong {
	color: #fff;
	padding-left: 0;
}
.ad_banner_lite:hover strong span {
	color: #fff;
}
.ad_banner_lite:hover img {
	opacity: 0;
}
#catalog_wrapper {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
#catalog_wrapper td {
	border: 1px solid rgba(0,0,0, 0.1);
	width: 50%;
}
#catalog_wrapper .catalog_item {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	font-size: 15px;
	line-height: 1.15;
	position: relative;
}
#catalog_wrapper .catalog_item_params {
	position: relative;
	padding-top: 0;
}
#catalog_wrapper .catalog_item_data {
	position: relative;
	padding-left: 100px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#catalog_wrapper .catalog_item_data.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}
#catalog_wrapper .catalog_item_params .catalog_item_param {
	font-size: 13px;
	padding: 3px 0;
}
#catalog_wrapper .catalog_item_title {
	font-size: 18px;
	line-height: 1.15;
	font-weight: 700;
}
#catalog_wrapper .catalog_item_title+.stars_wrapper {
	margin-top: 4px;
}
#catalog_wrapper .catalog_item_image {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
	
}
#catalog_wrapper .catalog_item_image img {
	max-width: 90px;
	height: auto;
	vertical-align: bottom;
	margin-top: -8px;
}
#catalog_wrapper .no-padding .catalog_item_image img {
	margin-top: 0px;
	max-width: 80px;
}

#catalog_wrapper .catalog_item_services {
	font-size: 0;
	line-height: 0;
}
#catalog_wrapper .catalog_item_services a {
	margin-right: 10px;
	padding: 4px 6px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(8, 100, 186, 0.4);
}
#catalog_wrapper .catalog_item_services a.orange {
	border: 1px solid rgba(242, 137, 0, 0.4);
}
#catalog_wrapper .catalog_item_services a.dark {
	border: 1px solid rgba(14, 72, 112, 0.4);
}
#catalog_wrapper .catalog_item_services a:hover {
	border: 1px solid rgba(8, 100, 186, 1);
}
#catalog_wrapper .catalog_item_services a.orange:hover {
	border: 1px solid rgba(242, 137, 0, 1);
}
#catalog_wrapper .catalog_item_services a.dark:hover {
	border: 1px solid rgba(14, 72, 112, 1);
}
#catalog_wrapper .catalog_item_services img {
	vertical-align: bottom;
	width: 24px;
	height: 24px;
}
#modal_window {
	font-weight: 400;
	font: 13px/1.2 'PT Sans', sans-serif;
	color: #ebebeb;
	padding: 0 0 0;
	background: #001d41;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 15px;
	display: none;
	z-index: 200001;
	border-radius: 3px;
	text-align: center;
	max-width: 180px;
	-moz-box-shadow:     0px 2px 7px 0 rgba(0,17,37, 0.2);
	-webkit-box-shadow:  0px 2px 7px 0 rgba(0,17,37, 0.2);
	box-shadow:          0px 2px 7px 0 rgba(0,17,37, 0.2);
}
#modal_window:before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #001d41;
    display: block;
    content: '';
    margin: 0 0 0 -6px;
}
#modal_window.active {
	display: block;
}
.paginator {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-bottom: 25px;
}
.paginator li {
	font-size: 15px;
	line-height: 1.15;
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px;
	color: #838383;
}
.paginator li a {
	position: relative;
}
.paginator li a:before {
	background: transparent url(/images/design/tab_arrow.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.4;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.paginator li.next a:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	left: auto;
	right: -26px;
}
.paginator li a:hover:before {
	opacity: 1;
}
.paginator li.inactive {
	display: none;
}
.paginator li.inactive a {
	color: #838383;
	cursor: default;
}
.paginator li.inactive a:before {
	opacity: 0;
}
#newsletter {
	padding-top: 8px;
}
.forum_promo_item {
	margin-bottom: 15px;
}
.forum_promo_item+.forum_promo_item {
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.forum_promo_title {
	font-weight: 700;
	padding-bottom: 2px;
}
.forum_promo_name {
	font-size: 13px;
	color: #898989;
	font-weight: 400;
	padding-top: 2px;
}
.forum_promo_name.news {
	padding-top: 0;
	line-height: 1.6;
	padding-bottom: 2px;
}
.forum_promo_text {
	position: relative;
	padding-top: 7px;
	font-size: 13px;
	line-height: 1.4;
	max-height: 70px;
	overflow: hidden;
}
.forum_promo_text:after {
	position: absolute;
	top: 54px;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.forum_promo_button {
	margin-bottom: 15px;
}
.forum_promo_button .pre_button {
	padding: 6px 30px;
}
.news_item {
	padding-bottom: 25px;
}
.news_item+.news_item {
	padding-top: 25px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.news_item > p {
	line-height: 1.2;
}
.news_item > p:first-child {
	font-size: 18px;
	font-weight: 400;
}
.news_item > p a.red {
	position: relative;
	font-size: 14px;
	color: #cc0000;
	display: inline-block;
	padding: 2px 15px 2px 30px;
	border: 1px solid #ec7e7e;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.news_item > p a.red:before {
	font-size: 21px;
	content: '#';
	top: 50%;
	left: 11px;
	line-height: 1.15;
	font-weight: 400;
	margin-top: -12px;
	position: absolute;
}
.fulltext img {
	max-width: 100%;
	height: auto;
}
.news_item > p a.red:hover {
	color: #f28900;
	border: 1px solid #f28900;
}
.news_item > p+p {
	padding-top: 10px;
	line-height: 1.6;
}
.news_item_preview {
	padding-top: 10px;
	line-height: 1.6;
}
.news_item_preview+p {
	padding-top: 10px;
}
.news_item > p span {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px 0 0;
	font-size: 13px;
	line-height: 1.15;
	color: #999;
}
.news_item > p span.date {
}
.news_item > p span.views_count {
	
}
#forum_comments {
	width: 100%;
	margin-bottom: 30px;
}
#forum_comments tr#forum_comments_header td {
	color: #999;
	border-bottom: 2px solid #0864ba;
}
#forum_comments tr#forum_comments_header td.border-red {
	border-bottom: 2px solid #cc0000;
}
#forum_comments tr td {
	padding: 10px 15px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
}
#forum_comments tr td.align-center {
	text-align: center;
}
#forum_comments tr:nth-child(even) td {
	background: rgba(0,0,0, 0.03);
}
#forum_comments tr td .forum_views_count,
#forum_comments tr td .forum_comments_count {
	text-align: center;
	display: block;
}
#forum_comments tr td .overflow {
    display: inline-block;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#forum_comments_count, #forum_comments_views {
	position: relative;
}
#forum_comments_count:before, #forum_comments_views:before {
	background: transparent url(/images/design/forum_views.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.4;
}
#forum_comments_count:before {
	background: transparent url(/images/design/forum_comments.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0, 0.1);
	margin-bottom: 20px;
}
.comment.lawyer {
	background: rgba(8,100,186, 0);
	border: 1px solid rgba(8,100,186, 0.5);
}
.comment.pinned {
	border: 1px dashed #0864ba;
}
.comment.pinned:before {
	background: #fff url(/images/design/pin.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 13px;
	left: -10px;
	width: 24px;
	height: 24px;
	content: '';
	opacity: 1;
}
.comment.answer {
	padding: 10px 15px;
	background: rgba(0,0,0, 0.04);
	margin-top: -10px;
	margin-left: 40px;
}
.comment.answer:before {
	background: transparent url(/images/design/turn.png) 50% 50% no-repeat;	
	background-size: 24px 24px;
	position: absolute;
	top: 6px;
	left: -33px;
	width: 24px;
	height: 24px;
	content: '';
	opacity: 0.3;
}
.comment p {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 10px;
}
.comment p.title {
	position: relative;
	font-size: 15px;
	padding-top: 0;
	color: #888;
	padding-right: 30px;
}
.comment.lawyer p.title span {
	color: #0864ba;
}
.comment_control {
	padding-top: 15px;
}
.comment_control a, .comment_control span {
	padding: 6px 20px;
	border: 1px solid rgba(8,100,186, 0.4);
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.15;
	cursor: pointer;
	color: #0864ba;
	transition: 0.3s;
}
.comment.answer .comment_control a, .comment.answer .comment_control span {
	padding: 3px 15px;
}
.comment_control a {
	border: 1px solid rgba(217,26,26, 0.4);
	color: #d91a1a;
}
.comment_control span:hover {
	border-color: #0864ba;
	background: #0864ba;
	color: #fff;
}
.comment_control a:hover {
	border-color: #d91a1a;
	background: #d91a1a;
	color: #fff;
}
.comment .comment_config {
	position: absolute;
	top: 17px;
	right: 20px;
	font-size: 0;
	line-height: 0;
}
.reviews_texts_item_title .delete {
	background: transparent url(/images/design/trash.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	position: absolute;
	top: 17px;
	right: 20px;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.4;
}
.reviews_texts_item_title .delete:hover {
	opacity: 1;
}
.reviews_texts_item_title .apply {
	background: transparent url(/images/design/apply.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 17px;
	right: 44px;
	width: 16px;
	height: 16px;
	opacity: .7;
}
.reviews_texts_item_title .apply:hover {
	opacity: 1;
}
.comment .comment_config a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	width: 16px;
	height: 16px;
	transition: 0.5s;
	opacity: 0.4;
	margin-left: 8px;
}
.comment .comment_config a:hover {
	opacity: 1;
}
.comment .comment_config a.delete {
	background: transparent url(/images/design/trash.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.apply {
	background: transparent url(/images/design/apply.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.pin {
	background: transparent url(/images/design/pin.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.unpin {
	background: transparent url(/images/design/unpin.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
}
.comment .comment_config a.apply {
	background: transparent url(/images/design/apply.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
.comment .comment_config a.send_notice {
	background: transparent url(/images/design/send_notice_dengi.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
.comment .comment_config a.send_notice.pismo {
	background: transparent url(/images/design/send_notice.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
.comment .comment_config a.apply_send {
	background: transparent url(/images/design/apply_send.png) 0 0 no-repeat;
	background-size: 16px 16px;
}

#answer_id_label {
	padding: 0 0 15px 0;
	font-size: 13px;
	line-height: 1.15;
	display: none;
	text-align: center;
}
#answer_id_label.active {
	display: block;
	color: #f28900;
}
#answer_id_label a {
	display: inline;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	margin-left: 7px;
}
#answer_id_label a:before {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	display: block;
	content: '';
	margin: -8px 0 0 0;
}
.comment .pre_form_wrapper {
	display: none;
	padding-top: 20px;
}
.comment form.pre_form {
	padding-bottom: 10px;
}
.comment .pre_submit_privacy {
	margin-top: -10px;
}
#revews_wrapper h2 {
	font-weight: 400;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: normal;
}
.rate_total_data_item .meter { 
	height: 4px;
}
.rate_total_data_count {
	position: relative;
	padding-left: 36px;
}
.rate_total_data_count:before {
	background: transparent url(/images/design/stats.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	display: block;
	content: '';
	margin: -12px 0 0 0;
}
#revews_rates_wrapper {
	padding-top: 20px;
	margin-right: -30px;
	font-size: 0;
	line-height: 0;
}
#revews_rates_wrapper .rate_total_data_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 20px 0;
	font-size: 15px;
	line-height: 1.15;
}
#revews_rates_wrapper .rate_total_data_item em {
	float: right;
	font-weight: 700;
	font-style: normal;
}
#revews_rates_wrapper .meter_wrapper {
	padding-top: 4px;
}
#reviews_texts_wrapper {
	position: relative;
}
.reviews_texts_item {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0, 0.1);
	margin-bottom: 20px;
}
.reviews_texts_item .stars_wrapper {
	padding-top: 10px;
}
.reviews_texts_item_quote {
	position: relative;
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 30px;
}
.reviews_texts_item_quote:before {
    background: transparent url(/images/design/quote_open.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 11px;
    content: '';
    z-index: 8;
}
.reviews_texts_item_quote:after {
    background: transparent url(/images/design/quote_close.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 11px;
    content: '';
    z-index: 8;
}
.add_review_data {
	font-size: 0;
	line-height: 0;
	position: relative;
}
.add_review_data.inline {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 30px 20px 0;
}
.add_review_data .add_review_data_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 20px 0;
	font-size: 15px;
	line-height: 1.15;
}
.add_review_data.inline .add_review_data_item {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 0;
}
.add_review_data .add_review_data_item_inside {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0, 0.1);
}
.add_review_data.inline .add_review_data_item_inside {
	position: relative;
	padding: 10px 20px 10px;
}
.add_review_data_item_rate {
	padding-top: 7px;
	font-size: 0;
	line-height: 0;
	z-index: 8;
	white-space: nowrap;
}
.add_review_data.inline .add_review_data_item_rate {
	position: absolute;
	top: 0;
	padding-top: 6px;
	left: 90px;
}
.add_review_data_item_rate .add_review_data_item_rate_num {
	font-size: 15px;
	display: inline-block;
	line-height: 1.15;
	padding: 4px 10px 4px;
	background: rgba(0,40,65,0.1);
	margin-right: 4px;
	font-weight: 700;
	border-radius: 0px;
	color: #8f969b;
	cursor: pointer;
}
.add_review_data_item:hover .add_review_data_item_rate .add_review_data_item_rate_num {
	color: #000;
}
.add_review_data_item:hover .add_review_data_item_rate .add_review_data_item_rate_num:hover {
	background: #006db3;
	color: #fff;
}
.add_review_data_item:hover .add_review_data_item_rate .add_review_data_item_rate_num.active,
.add_review_data_item_rate .add_review_data_item_rate_num.active {
	background: #27a500;
	color: #fff;
}
#mobile_navi {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	margin-right: -100%;
	width: 100%;
	max-width: 420px;
	-moz-box-shadow:     0px 0px 17px 0 rgba(0,17,37, 0.3);
	-webkit-box-shadow:  0px 0px 17px 0 rgba(0,17,37, 0.3);
	box-shadow:          0px 0px 17px 0 rgba(0,17,37, 0.3);
	bottom: 0;
	z-index: 2001;
	overflow: auto;
	transition: 0.5s;
	touch-action: none;
}
#mobile_navi.active {
	margin-right: 0;
}
#mobile_navi:before {
	background: #0864ba;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
	display: block;
	text-transform: uppercase;
	content: 'Разделы сайта';
}
#mobile_close {
	background: transparent url(/images/design/top.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	top: 6px;
	right: 12px;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#mobile_close:hover {
	opacity: 1;
}
#mobile_ul li {
	transition: 0.3s;
}
#mobile_ul li a {
	position: relative;
	padding: 12px 20px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.3s;
	color: #222;
	font-size: 13px;
}
#mobile_ul li a:before {
	background: transparent url(/images/design/turn.png) 50% 50% no-repeat;	
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	opacity: 0;
	transition: 0.3s;
}
#mobile_ul li a:hover {
	color: #d91a1a;
	padding-left: 44px;
}
#mobile_ul li a:hover:before {
	opacity: 0.5;
	left: 20px;
}
#mobile_ul li+li {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
.pre_alert {
	position: relative;
	padding: 15px 30px 15px 30px;
	background: #f0fbed;
	border: 1px solid #93c487;
	border-radius: 0px;
	color: #2d3b29;
	line-height: 1.5;
	font-size: 13px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pre_alert.mini {
	max-width: 800px;
	margin: 0 auto 30px;
}
.pre_alert strong {
	display: block;
	font-size: 15px;
	color: #257f0e;
}
#reviews_error_message {
	padding-top: 12px;
	font-size: 15px;
	color: #cc0000;
}
.gallery_wrapper {
	font-size: 0;
	line-height: 0;
	margin-right: -20px;
}
.gallery_wrapper .item {
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px 0 0;
}
.all_comments {
	text-align: center;
}
.autosize_area_wrapper textarea {
	border: none;
	padding: 0 30px 0 0;
	margin: 0;
	background: transparent;
	color: #313131;
	font: 15px/1 'PT Sans', serif;
	line-height: 1.4;
	resize: none;
	width: 100%;
	min-height: 15px;
	max-height: 350px;
	overflow: hidden;
}
.add_auto_answer_box {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	padding: 4px 0;
}
.add_auto_answer_box input {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}
.add_auto_answer_box span {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	font-size: 13px;
}
.add_auto_answer_name {
	font-size: 0;
	line-height: 0;
	padding-bottom: 10px;
}
.add_auto_answer_name > input {
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 14px 9px 14px;
	border: 1px solid rgba(0,0,0, 0.2);
	color: #222;
	font-weight: 400;
	font: 15px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 200px;
	box-sizing: border-box;
	transition: 0.5s;
	margin-right: 20px;
}
.add_auto_answer_input {
	display: none;
	padding-top: 10px;
}
.add_auto_answer_input.active {
	display: block;
}
.add_auto_answer_input textarea {
	border: none;
	padding: 0 30px 0 0;
	margin: 0;
	background: transparent;
	color: #313131;
	font: 15px/1 'PT Sans', serif;
	line-height: 1.4;
	resize: none;
	width: 100%;
	min-height: 15px;
	max-height: 350px;
	overflow: hidden;
	border: none;
	padding: 6px 10px 6px 10px;
	height: 60px;
	overflow: auto;
	border: 1px solid rgba(0,0,0, 0.2);
	box-sizing: border-box;
	margin-top: 7px;
	display: block;
}
.add_auto_answer_input.active textarea {
	display: block;
}
.save_icon {
	background: transparent url(/images/design/save.png) 0 0 no-repeat;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 0;
	transition: 0.5s;
}
.save .save_icon {
	opacity: 0.6;
}
.save .save_icon:hover {
	opacity: 1;
}
.save .save_icon.loading {
	bottom: -8px;
}
.comment_control select {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 3px 7px 3px 7px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #292929;
	font-weight: 400;
	font: 15px/1 'PT Sans', serif;
	line-height: normal;
	box-sizing: border-box;
	transition: 0.5s;
}
.pre_checkboxes {
	font-size: 0;
	line-height: 0;
	padding-bottom: 15px;
}
.pre_checkboxes .pre_checkbox_item {
	display: block;
	padding: 0 30px 15px 0;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
}
.pre_checkboxes .pre_checkbox_item input {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: -1px;
}
#lawyers_filters {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-right: -15px;
}
#lawyers_filters .lawyers_filter {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 33.3333%;
}
#lawyers_filters .lawyers_filter.double {
	width: 50%;
}
#lawyers_filters .lawyers_filter.triple {
	width: 66.66666%;
}
#lawyers_filters .lawyers_filter label {
	display: block;
	padding-bottom: 4px;
	padding-left: 11px;
	font-size: 15px;
	color: gray;
	line-height: 1.15;
}
#lawyers_filters .lawyers_filter input {
	background: #fff;
	display: block;
	padding: 5px 34px 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #292929;
	font-weight: 400;
	font: 15px/1.15 "PT Sans", sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.3s;
	background: #fff;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {line-height: normal;color: grey;}
::-moz-placeholder          {line-height: normal;color: grey;}
:-moz-placeholder           {line-height: normal;color: grey;}
:-ms-input-placeholder      {line-height: normal;color: grey;}
#lawyers_filters .lawyers_filter select {
	background: #fff;
	display: block;
	padding: 5px 34px 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #292929;
	font-weight: 400;
	font: 15px/1.15 "PT Sans", sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.3s;
	background: #fff;
	background-image: url(/images/design/select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
}
#lawyers_filter_search {
	position: relative;
}
#lawyers_filter_search #lawyers_filter_search_button {
	background: transparent url(/images/design/filter_button.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.3s;
}
#lawyers_filter_search #lawyers_filter_search_button:hover {
	opacity: 1;
}
.region_selects_objects_wrapper {
	position: relative;
	border-top: 1px dashed grey;
	padding: 0 0 15px 0;
	margin-top: 20px;
}
.region_selects_objects_label {
	position: relative;
	color: #006db3;
	font-size: 13px;
	display: inline-block;
	margin: 7px 0 0 0;
	cursor: pointer;
	transition: 0.3s;
	border-bottom: 1px dashed;
}
.region_selects_objects_label:hover {
	color: #000;
	border-bottom-color: transparent;
}
.region_selects_objects_box {
	position: relative;
	padding-top: 12px;
}
.region_selects_objects_box.hidden {
	display: none;
}
.region_selects_objects_wrapper.active .region_selects_objects_box.hidden {
	display: block;
}
.region_selects_objects_box input {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 9;
}
.region_selects_objects_title {
	position: relative;
	display: block;
	font-size: 13px;
	padding: 0 0 0 34px;
	cursor: pointer;
	z-index: 10;
}
input[checked]+.region_selects_objects_title {
	color: #1e9d00;
}
input[checked]+.region_selects_objects_title b {
	color: #767676;
}
#lawyers_promo {
	padding-bottom: 20px;
}
#lawyers_promo .item {
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 10px 15px 10px 105px;
	position: relative;
	display: flex;
	min-height: 80px;
	margin-bottom: 10px;
}
#lawyers_promo .item.compact {
	min-height: 70px;
	padding: 5px 10px 5px 80px;
}
#lawyers_promo .item img {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -40px;
	display: block;
	width: 80px;
	height: 80px;
}
#lawyers_promo .item.compact img {
	margin-top: -30px;
	left: 10px;
	width: 60px;
	height: 60px;
}
#lawyers_promo .item .about {
	margin: auto;
	width: 100%;
}
#lawyers_promo .item .about li {
	padding: 2px 0;
	font-size: 13px;
}
#lawyers_promo .item .about li.compact {
	padding: 0 0;
	margin: -3px 0;
}
#lawyers_promo .item .about ul {
	padding: 5px 0 0 0;
}
#servicelist_wrapper {
	font-size: 0;
	line-height: 0;
	padding-bottom: 30px;
}
#servicelist_wrapper .servicelist_group {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px 20px 0;
}
#servicelist_wrapper .servicelist_group:last-child {
	padding-bottom: 0;
}
#servicelist_wrapper .servicelist_item {
	font-size: 13px;
	line-height: 1.15;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
}
#servicelist_wrapper .servicelist_item.for_public {
	padding-left: 18px;
}
#servicelist_wrapper .servicelist_item.strong {
	font-weight: 700;
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 20px;
	line-height: 1.3;
}
#servicelist_wrapper .servicelist_item.strong a {
	border-bottom: 1px dashed #006db3;
	text-decoration: none;
	transition: 0.3s;
}
#servicelist_wrapper .servicelist_item.strong a:hover {
	border-bottom: 1px dashed transparent;
}
#servicelist_wrapper .servicelist_item input {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	margin-top: -8px;
	display: block;
	top: 50%;
}
form .pre_input.optional {
	display: none;
}
form .pre_input.optional.active {
	display: inline-block;
}
#add_more_regions {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
#add_more_regions a {
	font-weight: bold;
}
#lawyer_pay {
	position: relative;
}
#lawyer_pay_table {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#lawyer_pay_table table {
	width: 100%;
}
#lawyer_pay_table table tr td {
	padding: 6px 15px;
	font-size: 13px;
	line-height: 1.15;
	vertical-align: middle;
}
#lawyer_pay_table table tr.lawyer_pay_table_header td {
	padding-bottom: 12px;
	color: #f39d07;
}
#lawyer_pay_table table tr td.left {
	text-align: left;
}
#lawyer_pay_table table tr td.no-padding {
	padding-left: 0;
}
#lawyer_pay_table table tr td b {
	font-weight: 400;
}
#lawyer_pay_table table tr+tr td {
	border-top: 1px solid #e1e1e1;
}
#lawyer_pay_table table tr td input {
	padding: 0;
	margin: 2px 0 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
}
#lawyer_pay_table table tr td span.discount {
	padding: 4px 15px 3px;
	margin: 0 -15px;
	font-size: 15px;
	font-weight: 700;
	background: #e1e1e1;
	color: #969696;
	display: inline-block;
	width: 30px;
	border-radius: 0px;
}
#lawyer_pay_table table tr td span.discount.orange {
	background: #f39d07;
	color: #fff;
}
#lawyer_pay_table table tr td span.discount.red {
	background: #0987ed;
	color: #fff;
}
#region_selects+.region_select_addon {
	display: none;
}
#region_selects .region_select_addon {
	margin-top: 7px;
	position: relative;
}
#region_selects .region_select_addon .region_select_addon_close {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	margin-left: 10px;
	left: 100%;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.3s;
}
#region_selects .region_select_addon .region_select_addon_close:hover {
	opacity: 1;
}
#lawyer_pay.loading:before {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 12;
}
#lawyer_pay.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -16px 0 0 -31px;
	z-index: 13;
	content: '';
	border: 3px solid #0987ed;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {100%{ transform: rotate(360deg); transform: rotate(360deg); }}
@-o-keyframes cssload-spin {100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }}
@-ms-keyframes cssload-spin {100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }}
@-webkit-keyframes cssload-spin {100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }}
@-moz-keyframes cssload-spin {100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }}

#image_loader_wrapper {
	padding-top: 10px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#image_loader_wrapper .image_loader {
	padding-bottom: 25px;
}
#image_loader_wrapper .image_add a {
	font-size: 13px;
	line-height: 1.15;
	font-weight: 700;
}
.pre_form_wrapper.centered {
	max-width: 440px;
	margin: 0 auto;
}
.pre_form_wrapper.centered .pre_input {
	width: 100%;
}
.pre_form_wrapper.centered h5 {
	font-size: 18px;
	padding-top: 10px;
}
.pre_alert_wrapper {
	max-width: 480px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}
.pre_alert_wrapper .pre_alert {
	margin-right: 0;
}
#auth_header+.pre_tabs_wrapper {
	text-align: center;
	padding-top: 30px;
}
#auth_header+.pre_tabs_wrapper a {
	padding: 10px 25px;
}
.register_by_comment {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 10px 30px 0;
	display: none;
}
.register_by_comment.active {
	display: block;
}
.register_by_comment input {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	margin-top: -8px;
	top: 50%;
	left: 0;
	position: absolute;
	display: block;
}
.register_by_comment .register_by_comment_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	margin-right: 20px;
	font-size: 13px;
	line-height: 1.15;
}
.register_by_comment .register_by_comment_item.label {
	padding-left: 0;
	color: #0864ba;
}
.register_by_comment .register_by_comment_item.short {
	margin-right: 10px;
}
.guest_comment_box {
	position: absolute;
	bottom: 25px;
	left: 10px;
	background: #fff;
	padding: 0 10px 0 26px;
	font-size: 13px;
	line-height: 1.15;
}
.guest_comment_box_wrapper {
	position: relative;
}
.guest_comment_box input {
	width: 14px;
	width: 14px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -7px;
	
}
#add_region_select {
	display: none;
	padding: 7px 0 0 15px;
}
#add_region_select.active {
	display: block;
}
#add_region_select a {
	font-size: 14px;
	line-height: 1.15;
}
.region_select.hidden {
	display: none;
}
.region_select+.region_select {
	margin-top: 5px;
}
#law_regions_selector,
#law_objects_selector {
	position: relative;
	border: 1px solid #cccccc;
	background: #f8f8f8;
	height: 196px;
	overflow: auto;
}
.law_regions_positiner {
	position: relative;
}
.law_regions_positiner:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content:'' ;
	background: #f8f8f8;
	display: block;
	height: 1px;
}
.law_regions_item {
	position: relative;
	padding-left: 22px;
	line-height: 1.15;
	padding: 8px 10px 8px 34px;
	border-bottom: 1px solid #cccccc;
}
.law_regions_item.hidden {
	display: none;
}
.law_regions_item input {
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 10px;
}
.law_regions_item input+span {
	cursor: pointer;
}
.law_regions_item:hover {
	background: #fff;
}
.law_regions_item input:checked+span {
	color: #0864ba;
}
.law_regions_label {
    position: relative;
    padding: 0 15px 10px 15px;
    display: inline-block;
    font-size: 15px;
    color: #404040;
    background: #fff;
}
#lawyers_filters .lawyers_filter select[disabled] {
	background-color: #f4f4f4;
	cursor: default;
	border-color: #dfdfdf;
	color: #bebebe;
}
#law_objects_selector.loading {
	position: relative;
}
#law_objects_selector.loading:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	background: #fff;
	z-index: 12;
}
#law_objects_selector.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -16px 0 0 -16px;
	z-index: 13;
	content: '';
	border: 3px solid #0987ed;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.online_status {
	position: relative;
}
.online_status.online:before {
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: 22px;
	content: 'онлайн';
	display: block;
	color: #5cb504;
}
.online_status.online:after {
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: 10px;
	content: '';
	display: block;
	background: #5cb504;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.online_status.recent:before {
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: 22px;
	content: 'был недавно';
	display: block;
	color: #f28900;
	white-space: nowrap;
}
.online_status.recent:after {
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: 10px;
	content: '';
	display: block;
	background: #f28900;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.lawyer_online_status {
	position: relative;
	color: #f28900;
	padding-left: 18px;
	margin-bottom: 5px;
}
.lawyer_online_status:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	content: '';
	display: block;
	background: #f28900;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.lawyer_online_status.online {
	color: #5cb504;
}
.lawyer_online_status.online:after {
	background: #5cb504;
}
.stars_wrapper.inline {
	display: inline;
	vertical-align: top;
	margin-left: 5px;
}
.check_inline {
	position: relative;
	margin-left: 24px;
	color: #2cbc00;
}
.check_inline:before {
	background: transparent url(/images/design/apply_mini.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	content: '';
}
.reviews_texts_item_target {
	font-size: 15px;
	line-height: 1.15;
	padding-top: 5px;
}
.catalog_item_views {
	position: relative;
	margin-top: 5px;
	font-size: 13px;
}
.catalog_item_views.compact {
	padding-left: 15px;
}
.catalog_item_views.compact:before {
    background: transparent url(/images/design/views_mini.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    content: '';
    opacity: 0.5;
}
.catalog_item_views span {
	position: relative;
	margin-left: 18px;
    color: #2cbc00;
}
.catalog_item_views span:before {
    background: transparent url(/images/design/apply_mini.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -16px;
    width: 12px;
    height: 12px;
    display: block;
    content: '';
}
#register_tabs {
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
	max-width: 800px;
	margin: 0 auto 30px;
}
#register_tabs .register_tab {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 15px 20px;
	font-size: 15px;
	line-height: 1.15;
	color: #929292;
	transition: 0.5s;
}
#register_tabs .register_tab[onclick] {
	color: #262626;
	cursor: pointer;
}
#register_tabs .register_tab[onclick]:hover {
	color: #0864ba;
}
#register_tabs .register_tab.active {
	color: #0864ba;
}
#register_tabs .register_tab.active:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #0864ba;
	content: '';
}
.form_tab_inputs {
	display: none;
}
.form_tab_inputs.active {
	display: block;
}
.form_tab_inputs_text {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.form_tab_inputs_text p+p {
	margin-top: 20px;
}
.pre_submit.inline.couple .pre_button {
	min-width: 0;
	margin: 8px;
}
#register_tabs .register_tab.done {
	color: #2cbc00;
}
#register_tabs .register_tab.done:after {
	background: #fff url(/images/design/apply_mini.png) 50% 50% no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 100%;
	margin-left: -10px;
	left: 50%;
	width: 20px;
	height: 12px;
	display: block;
	content: '';
	margin-top: -6px;
}
.pre_error_external {
	padding: 0 30px 30px 0;
	font-size: 15px;
	font-weight: 700;
	color: #cc0000;
	line-height: 1.15;
	text-align: center;
}
#review_logged_out {
	text-align: center;
	padding-top: 20px;
	line-height: 1.5;
}
#review_logged_out strong {
	font-size: 18px;
	display: block;
}
.comment h5 {
    padding-top: 0;
	font-size: 20px;
    padding-bottom: 5px;
}
.unread_message {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #fff;
	background: #d90000;
	padding: 1px 5px 2px;
	margin-top: -1px;
	margin-left: 2px;
}
#uslugi_subgroups_wrapper select {
	display: none;
}
#uslugi_subgroups_wrapper select.active {
	display: block;
}
#uslugi_subgroups_wrapper.disabled:after {
	display: block;
	height: 36px;
	background: rgba(0,0,0, 0.03);
	content: '';
	border: 1px solid rgba(0,0,0, 0.05);
}
#uslugi_cost_select+input,
#uslugi_period_select+input {
	display: none;
}
#uslugi_cost_select.active+input,
#uslugi_period_select.active+input {
	display: block;
	margin-top: 5px;
}
.uslugi_item_group {
	font-size: 15px;
	margin-top: -10px;
}
.comment.uslugi h5 {
	padding-right: 100px;
}
.color-grey {
	color: #888;
}
.comment p.params {
	font-size: 18px;
}
.uslugi_date {
	margin-top: -20px;
	padding-bottom: 30px;
}
.comment p.uslugi_contacts {
	font-size: 0;
	line-height: 0;
}
.comment p.uslugi_contacts span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.15;
	margin-right: 20px;
}
.comment p.uslugi_contacts span.user,
.comment p.uslugi_contacts span.phone,
.comment p.uslugi_contacts span.email {
	padding-left: 24px;
}
.comment p.uslugi_contacts span.user:before,
.comment p.uslugi_contacts span.phone:before,
.comment p.uslugi_contacts span.email:before {
	background: transparent url(/images/design/icon_user.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	opacity: 0.4;
}
.comment p.uslugi_contacts span.phone:before {
	background: transparent url(/images/design/contacts_phone.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.comment p.uslugi_contacts span.email:before {
	background: transparent url(/images/design/contacts_email.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#oferta {
	font-size: 13px;
	text-align: center;
	line-height: 1.15;
	padding-top: 10px;
	color: #888;
}
.add_auto_answer {
	background: #fff;
	position: absolute;
	bottom: -10px;
	display: block;
	padding: 3px 10px;
	font-size: 13px;
	line-height: 1.15;
	left: 10px;
	color: #888;
}
.add_auto_answer:hover {
	color: #cc0000;
}
.autosize_area_wrapper {
	position: relative;
}
.comment p.title.moder {
    padding-right: 120px;
}
.comment.disabled {
	position: relative;
	opacity: 0.3;
}
.comment.disabled:before {
	position: absolute;
	z-index: 51;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: '';
}
#object_dirs_wrapper {
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 1px;
	z-index: 90;
	height: 37px;
	overflow: hidden;
}
#object_dirs_wrapper > span {
	background: transparent url(/images/design/tab_arrow.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 37px;
}
#object_dirs_wrapper.has_levels {
	padding-right: 37px;
}
#object_dirs_wrapper.has_levels.up {
	padding-right: 0px;
	padding-left: 37px;
}
#object_dirs_wrapper.has_levels.up #object_dirs {
	top: -37px;
	position: relative;
}
#object_dirs_wrapper.has_levels > span {
	display: block;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	opacity: 0.6;
	transition: 0.3s;
}
#object_dirs_wrapper.has_levels.up > span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: auto;
	left: 0;
}
#object_dirs_wrapper.has_levels > span:hover {
	opacity: 1;
}
#object_dirs_wrapper:after {
	position: absolute;
	z-index: 98;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #c3c3c3;
}
#object_dirs_wrapper a {
	background: #f6f6f6;
	z-index: 91;
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	vertical-align: bottom;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.15;
	padding: 10px 18px;
	font-weight: 700;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	color: #0864ba;
	transition: 0.3s;
	margin-right: -1px;
}
#object_dirs_wrapper a:first-child {
	border-left: 1px solid #c3c3c3;
}
#object_dirs_wrapper a.red {
	color: #d91a1a;
}
#object_dirs_wrapper a:hover {
	border-top-color: #0864ba;
	background: #f5f5f5;
}
#object_dirs_wrapper a.red:hover {
	border-top-color: #d91a1a;
}
#object_dirs_wrapper a.active,
#object_dirs_wrapper a.red.active {
	background: #fff;
	border-color: #c3c3c3;
	z-index: 99;
	color: #888;
	cursor: default;
}
#sizo_wrapper {
	margin-bottom: 0;
    padding-left: 85px;
}
#sizo_wrapper img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
}
#object_dirs_wrapper+.sizo_buttons {
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}
#graphic_wrapper {
	position: relative;
	font-size: 0;
	padding-bottom: 30px;
	line-height: 0;
	margin-right: -10px;
}
#graphic_wrapper .graphic {
	width: 14.28%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	position: relative;
}
#graphic_wrapper .graphic:hover {
	z-index: 99;
}
#graphic_wrapper .graphic_item {
	border: 1px solid #0864ba;
	position: relative;
	cursor: pointer;
	line-height: 1.15;
	padding: 8px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#graphic_wrapper .graphic_item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
#graphic_wrapper .graphic.label .graphic_item {
	border: none;
	border-top: 2px solid #0864ba;
	font-size: 13px;
	color: #888;
	font-weight: 700;
	cursor: default;
}
#graphic_wrapper .graphic_date {
	padding: 5px 0 15px 0;
	font-size: 32px;
	line-height: 1.15;
	text-align: center;
	color: #0864ba;
	font-weight: 400;
	letter-spacing: -1px;
}
#graphic_wrapper .graphic_item.past {
	border: 1px solid #d2d2d2;
	cursor: default;
}
#graphic_wrapper .past .graphic_date {
	color: #d2d2d2;
}
#graphic_wrapper .graphic_item.red {
	border: 1px solid #d91a1a;
	cursor: default;
}
#graphic_wrapper .red .graphic_date {
	color: #d91a1a;
}
#graphic_wrapper .graphic_date em {
	padding: 0px;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	margin-top: -3px;
	letter-spacing: 0px;
}
#graphic_wrapper .graphic_date b {
	display: none;
	font-weight: 400;
	font-size: 15px;
}
#graphic_wrapper .graphic_tip {
	position: absolute;
	bottom: -40px;
	left: -1px;
	right: -1px;
	padding: 3px 0;
	background: #0864ba;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s;
}
#graphic_wrapper .red .graphic_tip {
	background: #d91a1a;
}
#graphic_wrapper .graphic_item:hover .graphic_tip {
	bottom: -1px;
}
#graphic_wrapper .graphic_item.past:hover .graphic_tip {
	bottom: -40px;
}
#okno_about {
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 20px;
	line-height: 1.5;
	font-size: 16px;
}
#okno_legend {
	padding-bottom: 10px;
	font-size: 0;
	line-height: 0;
}
#okno_legend span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.15;
	margin: 0 20px 10px 0;
}
#okno_legend span:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0864ba;
	content: '';
}
#okno_legend span.red:before {
	background: #d91a1a;
}
#okno_legend span.green:before {
	background: #228f00;
}
#okno_legend span.grey:before {
	background: #9f9f9f;
}
.reviews_texts_item_answer_title {
	color: #f28900;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	padding: 0 5px;
	background: #fff;
	position: relative;
	top: -10px;
	left: -5px;
}
.reviews_texts_item_answer_title.admin {
	color: #4bc615;
}
.reviews_texts_item_answer_body {
	font-size: 13px;
	margin-top: -10px;
}
.reviews_texts_item_answer_body p {
	padding-top: 10px;
}
.reviews_texts_item_answer {
	border-top: 1px solid #e5e5e5;
	margin: 20px -20px 0;
	padding: 0 20px;
}
form.pre_form#lawyer_pay {
    margin-right: 0px;
}
#lawyer_pay h1 {
	padding-right: 0px;
	text-align: center;
	padding-bottom: 5px;
}
#lawyer_pay h1+h5 {
	font-weight: 400;
	font-size: 27px;
	color: #0864ba;
}
#lawyer_pay_invoice {
	border: 2px dashed rgba(0,0,0, 0.2);
	position: relative;
	max-width: 480px;
	margin: 30px auto 30px;
}
#lawyer_pay_invoice.complete:after {
	background: transparent url(/images/design/pay_stamp.png) 50% 50% no-repeat;
	position: absolute;
	top: 100%;
	left: 100%;
	width: 140px;
	height: 103px;
	content: '';
	display: block;
	margin: -120px 0 0 -110px;
}
#lawyer_pay_invoice table {
	width: 100%;
}
#lawyer_pay_invoice tr td {
	font-size: 14px;
	color: #7d7d7d;
	text-align: right;
	vertical-align: top;
	padding: 10px 15px;
	line-height: 1.3;
	width: 30%;
}
#lawyer_pay_invoice tr+tr td {
	border-top: 1px dashed rgba(0,0,0, 0.1);
}
#lawyer_pay_invoice tr td+td {
	color: #222;
	text-align: left;
	width: auto;
}
#lawyer_pay_invoice tr:nth-child(odd) td {
	background: rgba(0,0,0, 0.03);
}
.pre_checkbox_error {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.15;
	color: #cc0000;
	text-align: center;
}
#lawyer_pay .pre_checkboxes .pre_checkbox_item {
	padding-right: 0;
}
form#lawyer_pay .pre_submit {
	padding-right: 0px;
}
#catalog_wrapper td.is_promo {
	position: relative;
	border: 1px solid #2cbc00;
}
#catalog_wrapper td.is_promo .promolink {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	display: block;
	z-index: 51;
	background: #2cbc00;
	padding: 1px 5px;
}
#lawyers_promo .item.is_promo {
    border: 1px solid #2cbc00;
    margin-bottom: 0px;
}
#lawyers_promo .promolink {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
#lawyers_promo .promolink a,
#telega_wrapper .promolink a {
    display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	z-index: 51;
	background: #2cbc00;
	padding: 0px 5px 2px;
	vertical-align: top;
}
.news_pismo_item {
	position: relative;
	border: 1px solid rgba(0,0,0, 0.1);
	padding: 15px 20px;
	margin-bottom: 20px;
}
.news_pismo_title {
	position: relative;
	margin-top: -26px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	margin-left: -10px;
}
.news_pismo_title span {
	color: #0864ba;
	padding: 0 10px;
	background: #fff;
	position: relative;
	display: inline-block;
}
.news_pismo_date {
	padding: 10px 0 0 0;
	color: #888;
}
.news_pismo_text {
	padding: 10px 0 0 0;
	line-height: 1.5;
}
#news_pismo_controls {
	padding-bottom: 30px;
}
.news_pismo_controls {
	position: absolute;
	padding: 0 10px;
	top: -8px;
	right: 10px;
	background: #fff;
	font-size: 0;
	line-height: 0;
	z-index: 8;
}
.news_pismo_controls a {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.4;
	transition: 0.5s;
}
.news_pismo_controls a:hover {
	opacity: 1;
}
.news_pismo_controls a+a {
	margin-left: 10px;
}
.news_pismo_controls a.edit {
	background: transparent url(/images/design/edit.png) 50% 50% no-repeat;
}
.news_pismo_controls a.delete {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#fsin_news_title {
	display: block;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 700;
}
#fsin_news_wrapper li {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 15px;
	padding-left: 15px;
}
#fsin_news_wrapper li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	background: rgba(0,0,0, 0.3);
}
#object_services {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding: 5px 20px 5px 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0, 0.15);
	text-align: left;
	height: 50px;
	overflow: hidden;
	transition: 0.5s;
	box-sizing: border-box;
}
#object_services.open {
	height: auto;
}
#object_services .object_service {
	position: relative;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 700;
	color: #222;
	display: inline-block;
	padding: 10px 15px 10px 15px;
}
#object_services .object_service a {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 0 0 25px;
}
#object_services .object_service.dark a {
	color: #0e4870;
}
#object_services .object_service.orange a {
	color: #f28900;
}
#object_services .object_service a img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
#object_services .object_service.orange a:hover,
#object_services .object_service.dark a:hover {
	color: #ba0000;
}
#object_services:after {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 0 0;
	width: 80px;
	z-index: 11;
	content: '';
	opacity: 0;
	transition: 0.5s;
}
#object_services span {
	background: transparent url(/images/design/more.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 0 0;
	width: 60px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0;
	z-index: 12;
}
#object_services.active:after {
	opacity: 1;
}
#object_services.active span {
	opacity: 0.5;
}
#object_services span:hover {
	opacity: 1;
}
#object_services.open:after,
#object_services.open span {
	opacity: 0;
	width: 0;
}
#telega {
	margin-bottom: 20px;
}
#telega_content {
	position: relative;
	padding-left: 42px;
	font-size: 13px;
	margin-bottom: 15px;
}
#telega_content:before {
	background: transparent url(/images/design/telega.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	content: '';
	margin-top: -16px;
}
#error_container {
	background: #fff;
	height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 15px/1.5 'PT Sans', sans-serif;
	min-width: 320px;
	color: #222;
	margin: 0 auto;
	display: flex;
	max-width: 2560px;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
}
#error_positioner {
	margin: auto;
	max-width: 600px;
	text-align: center;
}
#error_positioner h1 {
	display: block;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 1.2;
	padding-bottom: 20px;
	padding-top: 0;
}
#error_num {
	font-size: 200px;
	letter-spacing: -3px;
	line-height: 1;
	color: #555;
	margin-top: -30px;
}
#error_num span {
	color: #0864ba;
}
#error_positioner .pre_tabs_wrapper {
	margin-top: 20px;
}
#err_copyright {
	font-size: 13px;
	color: #888;
}
#blog_promo_wrapper {
	margin: -10px auto 0;
	max-width: 1100px;
	padding: 0 20px 30px 20px;
}
#blog_promo_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.15;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0, 0.15);
}
#blog_promo {
	margin-right: -40px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
#blog_promo .blog_promo_item {
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 40px 20px 0;
	font-size: 13px;
	line-height: 1.4;
}
#blog_promo .blog_promo_item a {
	font-size: 15px;
	line-height: 1.2;
}
#blog_promo .blog_promo_item p {
	padding-top: 7px;
}
#list_regions_wrapper {
	position: relative;
	position: relative;
	padding: 0;
}
#list_regions {
	position: relative;
	font-size: 0;
	line-height: 0;
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
	border-right: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#list_regions .list_region {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	height: auto;
	padding: 20px 20px 20px 20px;
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-left: 1px solid rgba(0,0,0, 0.1);
}
#list_regions .list_region_line {
	margin-left: 45px;
	position: relative;
	margin-bottom: 8px;
}
#list_regions .list_region_label {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 32px;
	box-sizing: border-box;
	background: #0864ba;
	font-size: 18px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
#list_regions .list_region a {
	color: #222;
	position: relative;
	display: block;
	padding: 0;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	transition: 0.3s;
	text-align: left;
	top: 7px;
}
#list_regions .list_region a em {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	padding-right: 7px;
}
#list_regions .list_region a span {
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	padding-left: 7px;
}
#list_regions .list_region a:hover {
	color: #0864ba;
}
#rubricator {
	display: none;
}
#rubricator ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}
#rubricator ul li:before {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 5px;
	height: 5px;
	border: 1px solid rgba(0,0,0, 0.4);
	border-radius: 50%;
	content: '';
}
#telega_wrapper {
	position: relative;
	border: 1px solid rgba(0,0,0, 0.2);
	padding: 10px 15px 0;
	margin-bottom: 30px;
}
#telega_wrapper .promolink {
	position: absolute;
	top: 100%;
	right: -1px;
}
#pro_regions {
	max-width: 540px;
	margin: 0 auto;
}
#law_objects_selector #pro_regions {
	display: none;
}
#pro_regions table {
	width: 100%;
	margin-bottom: 20px;
}
#pro_regions table tr td {
	padding: 8px 10px 9px;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
}
#pro_regions table tr td+td+td {
	text-align: center;
	color: #d91a1a;
}
form #pro_register_step .pre_submit {
    padding-right: 0px;
}
#content .pre_form #pro_register_step h5 {
	padding-right: 0px;
	padding-bottom: 20px;
}
#pro_regions table tr td {
	border: 1px solid rgba(0,0,0, 0.15);
	vertical-align: middle;
}
#pro_regions table tr td input {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	display: block;
}
#pro_regions table tr td.box {
	border-right: none;
	padding-right: 0;
	width: 18px;
}
#pro_regions table tr td.box+td {
	border-left: none;
	padding-left: 10px;
}
#sizo_data table tr td.pro_label {
	color: #0864ba;
	font-weight: 700;
}
.pre_button.small.font15 {
    font-size: 14px;
}
#error_container_loader {
	height: 70px;
	position: relative;
}
#error_container_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin: -16px 0 0 -16px;
	z-index: 13;
	content: '';
	border: 3px solid #0864ba;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.pro_active, .pro_expired {
	padding-bottom: 7px;
	font-size: 16px;
}
.pro_expired {
	color: #d91a1a;
}
.pro_canceled {
	font-size: 13px;
	color: grey;
}

















