#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;
}
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: #c72816;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	color: #970f00;
}

#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: 45px 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: 74px;
	font-size: 30px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}
#logo span {
	color: #c72816;
}
#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: 60px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
}
#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;
	height: 42px;
}
#quicklinks_wrapper .quicklink {
	position: relative;
	/*display: inline-block;*/
	vertical-align: top;
	line-height: 1.15;
	font-size: 13px;
	/*padding: 14px 20px;*/
	padding: 0 11px;
	border-right: 1px solid rgba(0,0,0, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (min-width: 400px) {
	#quicklinks_wrapper .quicklink {
		padding: 0 12px;
	}
}

@media (min-width: 500px) {
	#quicklinks_wrapper .quicklink {
		padding: 0 20px;
	}
}

#quicklinks_wrapper .quicklink.uppercase a {
	text-transform: uppercase;
}
#quicklinks_wrapper .quicklink a {
	position: relative;
	color: #222;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#quicklinks_wrapper .quicklink.auth a {
	padding-left: 22px;
}

#quicklinks_wrapper .quicklink.fb a {
	position: relative;
	min-width: 11px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
#quicklinks_wrapper .quicklink.fb a {
	background: transparent url(/images/design/icon_f.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	/*content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -12px;*/
}

#quicklinks_wrapper .quicklink.fb a:hover {
	background: transparent url(/images/design/icon_f_blue.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	/*content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -12px;*/
}

#quicklinks_wrapper .quicklink.tab a {
	position: relative;
	min-width: 11px;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
#quicklinks_wrapper .quicklink.tab a {
	background: transparent url(/images/design/icon_tab.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	/*content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -12px;*/
}

#quicklinks_wrapper .quicklink.tab a:hover {
	background: transparent url(/images/design/icon_tab_red.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	/*content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -12px;*/
}


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

#quicklinks_wrapper .quicklink.messenger a {
	/*display: block;*/
	width: 23px;
}

#quicklinks_wrapper .quicklink.messenger a svg {
	width: 23px;
}

@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: #c72816;
}
#quicklinks_wrapper .quicklink a:hover {
	color: #970f00;
}
#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: 43px;
	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: #c72816;
	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: #fff387;
}
#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: #d6d6d6;
}
#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: #303030;	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	z-index: 5;
}
#footer {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1100px;
	text-align: center;
	color: #dadada;
}
#link_require {
	font-size: 13px;
	padding-top: 7px;
}
#footer ul {
	padding-top: 20px;
	font-size: 0;
	line-height: 0;
}
#footer ul li {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin-top: -10px;
}
#footer ul li a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	padding: 4px 15px;
	font-size: 13px;
	line-height: 1.15;
	border-color: #fff;
	background: #fff;
	color: #c72816;
}
#footer ul li a.blue {
	border-color: #c72816;
	background: #c72816;
	color: #fff;
}
#footer ul li a:hover {
	color: #fff;
	background: #970f00;
	border-color: #970f00;
}
#footer ul li a.blue:hover {
	background: #970f00;
	border-color: #970f00;
}
#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: #c72816;
	background: #c72816;
	color: #fff;
}
#regions_wrapper a:hover span {
	color: #fff;
}
#regions_wrapper a:hover+a {
	border-top-color: #c72816;
}
#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 #f08e8e;
	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: #c72816 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 #c72816;
	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: #c72816;
	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 #c72816;
	background: #c72816;
	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(199, 40, 22, 0.4);
}
#catalog_wrapper .catalog_item_services a.orange {
	border: 1px solid rgba(20, 110, 77, 0.4);
}
#catalog_wrapper .catalog_item_services a.dark {
	border: 1px solid rgba(20, 110, 77, 0.4);
}
#catalog_wrapper .catalog_item_services a:hover {
	border: 1px solid rgba(199, 40, 22, 1);
}
#catalog_wrapper .catalog_item_services a.orange:hover {
	border: 1px solid rgba(20, 110, 77, 1);
}
#catalog_wrapper .catalog_item_services a.dark:hover {
	border: 1px solid rgba(20, 110, 77, 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: #e4e4e4;
	padding: 0 0 0;
	background: #3c3c3c;
	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,0,0, 0.2);
	-webkit-box-shadow:  0px 2px 7px 0 rgba(0,0,0, 0.2);
	box-shadow:          0px 2px 7px 0 rgba(0,0,0, 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 #3c3c3c;
    display: block;
    content: '';
    margin: 0 0 0 -6px;
}
#modal_window.mini {
	font-size: 11px;
	background: #000;
	padding: 4px 10px;
	border-radius: 2px;
	box-sizing: border-box;
}
#modal_window.mini:before {
    border-top: 6px solid #000;
}
#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 #c72816;
}
#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.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: #c72816;
}
.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: #c72816;
	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: #c72816;
	background: #c72816;
	color: #fff;
}
.comment_control a:hover {
	border-color: #d91a1a;
	background: #d91a1a;
	color: #fff;
}
.comment .delete,
.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;
}
.comment .delete:hover,
.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;
}
#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: 200001;
	overflow: auto;
	transition: 0.5s;
	touch-action: none;
}
#mobile_navi.active {
	margin-right: 0;
}
#mobile_navi > em {
	background: #c72816;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
	font-style: normal;
	display: block;
	text-transform: uppercase;
}
#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;
}
.comment .add_auto_answer_input {
	display: none;
	padding-top: 10px;
}
.comment .add_auto_answer_input.active {
	display: block;
}
.comment .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;
}
.comment .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;
}
.comment .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;
}
.comment .apply:hover {
	opacity: 1;
}
.comment .send_notice {
	background: transparent url(/images/design/send_notice_dengi.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 17px;
	right: 90px;
	width: 16px;
	height: 16px;
	opacity: .7;
}
.comment .send_notice.pismo {
	background: transparent url(/images/design/send_notice.png) 0 0 no-repeat;
	right: 112px;
}
.comment .send_notice:hover {
	opacity: 1;
}
.comment .apply_send {
	background: transparent url(/images/design/apply_send.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 17px;
	right: 68px;
	width: 16px;
	height: 16px;
	opacity: .7;
}
.comment .apply_send:hover {
	opacity: 1;
}


.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;
}
@media (min-width: 720px) {
	#lawyers_filters .lawyers_filter {
		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.mini {
	width: 300px;
	margin: auto;
}
.pre_form_wrapper.centered.small {
	width: 480px;
	margin: auto;
}
#container.auth {
	display: flex;
}
.pre_form_wrapper.centered h1 {
	font-size: 24px;
	padding-top: 0px;
	text-align: center;
	padding-bottom: 0px;
}
.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: #c72816;
}
.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: #c72816;
}
.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: #c72816;
}
#register_tabs .register_tab.active {
	color: #c72816;
}
#register_tabs .register_tab.active:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #c72816;
	content: '';
}
.form_tab_inputs {
	display: none;
}
.form_tab_inputs.active {
	display: block;
}
#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;
}
#contacts_bottom {
	font-size: 0;
	line-height: 0;
	padding-top: 5px;
	margin-left: -10px;
	margin-right: -10px;
}
#contacts_bottom .contacts_bottom_item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
	line-height: 1.15;
	color: #888;
	margin: 5px 10px;
}
#contacts_bottom .contacts_bottom_item span,
#contacts_bottom .contacts_bottom_item a {
	color: #cdcdcd;
}
.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: #c72816;
	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: #c72816;
	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 #34a853;
	position: relative;
	cursor: pointer;
	line-height: 1.15;
	padding: 8px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#graphic_wrapper .graphic.label .graphic_item {
	border: none;
	border-top: 2px solid #34a853;
	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: #34a853;
	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: #34a853;
	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: #34a853;
	content: '';
}
#okno_legend span.red:before {
	background: #d91a1a;
}
#okno_legend span.green:before {
	background: #ff00ff;
}
#okno_legend span.grey:before {
	background: #9f9f9f;
}
#mano_activate {
	text-align: center;
	padding-top: 20px;
	line-height: 1.5;
}
#container.auth p {
	text-align: center;
	padding-top: 20px;
	line-height: 1.5;
}
#messenger_container {
	background: #f4f4f4;
	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;
	display: flex;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	height: 100%;
}
#messenger_wrapper {
	background: rgba(0,0,0, 0.02);
	margin: auto;
	width: 900px;
	position: relative;
	height: 100%;
}
#messenger_wrapper:before {
	background: #c42715;
	height: 2px;
	width: 280px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
#messenger_wrapper:after {
	z-index: 20;
	background: #c42715;
	width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: '';
}
#messenger_wrapper:after {
	clear: both;
	display: block;
	content: '';
}
.messenger_sidebar_toggler {
	position: absolute;
	z-index: 14;
}
.messenger_sidebar_toggler .switcher {
	height: 60px;
	width: 60px;
	position: relative;
	background: #c72816;
	border-top: 1px solid #f44c38;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.messenger_sidebar_toggler .switcher img {
	width: 35px;
}
@media (min-width: 720px) {
	.messenger_sidebar_toggler {
		display: none;
	}
}
#messenger_sidebar {
	float: left;
	width: 280px;
	margin-left: 0;
	transition: all 0.5s;
	height: 100%;
}
#messenger_wrapper.fullscreen #messenger_sidebar {
	margin-left: -280px;
	transition: all 0.5s;
}
.delete-profile-block {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}
body .popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
}
body .popup .popup-body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	width: calc(100% - 40px);
	max-width: 600px;
	border: 2px solid #c42715;
	padding: 20px 10px 20px 10px;
	font-size: 15px;
}

body .popup .popup-body .pre_box_single {
	text-align: left;
}

body .popup .popup-body p {
	margin-top: 20px;
	margin-bottom: 20px;
}

body .popup .btn-wrap {
	margin-top: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
body .popup a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 25px;
	border: 1px solid #c72816;
	font-size: 12px;
	line-height: 1.15;
	cursor: pointer;
	color: #c72816;
}
body .popup a.red {
	cursor: pointer;
	background: #c72816;
	color: #fff;
}
body .popup a[disabled] {
	cursor: not-allowed;
	background: lightgray;
}
@media (min-width: 370px) {
	body .popup a {
		font-size: 15px;
	}
}
@media (min-width: 720px) {
	body .popup .popup-body {
		padding: 20px 20px 20px 20px;
	}
	body .popup .popup-body .pre_box_single {
		font-size: 15px;
	}
}
#messenger_content {
	position: relative;
	margin-left: 280px;
	background: #fff;
	height: calc(100% - 65px);
	transition: all 0.5s;
	/*min-height: 500px;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	-moz-box-shadow:     0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.1);
	-webkit-box-shadow:  0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.1);
	box-shadow:          0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.1);*/
}
#messenger_wrapper.fullscreen #messenger_content {
	margin-left: 0;
	transition: all 0.5s;
}
@media (min-width: 720px) {
	#messenger_content {
		height: calc(100% - 45px);
	}
}
#messenger_title {
	position: relative;
	background: #c72816;
	padding: 12px 15px 0 65px;
	font-size: 18px;
	height: 60px;
	box-sizing: border-box;
	border-top: 1px solid #f44c38;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
	white-space: nowrap;
}
#messenger_title a {
	color: #fff;
}
#messenger_title span {
	font-weight: 400;
	display: block;
	font-size: 13px;
	line-height: 1.15;
}
#messenger_title em {
	position: absolute;
	width: 36px;
	border: 1px solid rgba(255,255,255, 0.4);
	border-radius: 50%;
	text-align: center;
	display: block;
	font-style: normal;
	top: 50%;
	margin-top: -18px;
	left: 15px;
	height: 36px;
	box-sizing: border-box;
	padding-top: 8px;
	text-transform: uppercase;
}
#messenger_title em:after {
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
	position: absolute;
	width: 34px;
	height: 34px;
	border: 2px solid  transparent;
	border-left: 2px solid rgba(255,255,255, 1);
	content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#messenger_setup {
	z-index: 21;
	position: relative;
	background: #393939;
	/*height: 45px;*/
}
#messenger_setup:after {
	clear: both;
	display: block;
	content: '';
}
@media (min-width: 720px) {
	#messenger_setup {
		height: 45px;
	}
}
#messenger_options {
	text-align: right;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100vw;
}
#vald_header #messenger_options {
	float: right;
}
#messenger_options a {
	position: relative;
	display: inline-block;
	padding: 10px 20px 10px 44px;
	font-size: 13px;
	line-height: 1;
	color: #c4c4c4;
	font-weight: 400;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
}
@media (min-width: 720px) {
	#messenger_options a {
		padding: 14px 20px 14px 44px;
		font-size: 14px;
		line-height: 1.15;

		width: auto;
		border-bottom: 0;
		text-align: right;
	}
}
#messenger_options a.empty {
	padding-left: 20px;
	float: left;
}
#messenger_admin_title {
	position: relative;
	display: inline-block;
	padding: 14px 20px 14px 44px;
	font-size: 14px;
	line-height: 1.15;
	color: #c4c4c4;
	font-weight: 400;
}
#messenger_options a span {
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: #c72816;
	color: #fff;
	z-index: 11;
	text-align: center;
	padding: 4px 10px;
	border-bottom: 1px solid #f44c38;
	-moz-box-shadow:     0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.3);
	-webkit-box-shadow:  0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.3);
	box-shadow:          0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.3);
}
#messenger_options a span:before {
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f44c38;
    display: block;
    content: '';
    margin: 0 0 0 -6px;
}
#vald_admin_title {
	background: #c72816;
	padding: 14px 15px 14px 15px;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	overflow: hidden;
	width: 280px;
	float: left;
}
#messenger_options a:before {
	background: transparent url(/images/mano/password.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	opacity: 0.6;
	transition: 0.3s;
}
#messenger_options a.empty:before {
	display: none;
}
#messenger_options a.logout:before {
	background: transparent url(/images/mano/logout.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#messenger_options a.contact:before {
	background: transparent url(/images/mano/contact.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#messenger_options a.help:before {
	background: transparent url(/images/mano/help.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#messenger_options a:hover {
	background: #5a5a5a;
	color: #fff;
}
#messenger_options a:hover:before {
	opacity: 1;
}
#messenger_options a+a:after {
	background: rgba(255,255,255, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	content: '';
}
#messenger_book {
	position: relative;
}
#messenger_book strong {
	padding: 15px;
	display: block;
}
#messenger_book .ul a {
	background: rgba(255,255,255, 0.2);
	transition: 0.5s;
	padding: 8px 15px;
	display: block;
	color: #222;
	border-top: 1px solid rgba(0,0,0, 0.15);
	overflow: hidden;
}
#messenger_book .ul a em {
	position: relative;
	float: right;
	top: 2px;
	font-size: 13px;
	font-style: normal;
	color: #949494;
}
#messenger_book .ul a em.new {
	color: #c72816;
}
#messenger_book .ul a.blocked em:after {
	background: transparent url(/images/mano/block.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: -24px;
	display: block;
	margin-top: -8px;
	content: '';
}
#messenger_book .ul a.active em {
	color: #fff;
}
#messenger_book .ul a em.new span {
	background: transparent url(/images/mano/alert.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: -24px;
	display: block;
	margin-top: -8px;
}
#messenger_book .ul a em.new span:after {
	background: transparent;	
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c72816;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;	
	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#messenger_book .ul {
	border-bottom: 1px solid rgba(0,0,0, 0.15);

	max-height: calc(100vh - 431px);
	overflow-y: auto;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
}
#messenger_book .ul a:nth-child(odd) {
	background: rgba(255,255,255, 0.4);
}
#messenger_book .ul a:hover {
	background: rgba(255,255,255, 0.8);
	cursor: pointer;
}
#messenger_book .ul a.disabled,
#messenger_book .ul a.blocked {
	position: relative;
	color: #bfbfbf;
}
#messenger_book .ul a.blocked {
	background: #f6f6f6;
}
#messenger_book .ul a.disabled em {
	display: none;
}
#messenger_book .ul a.disabled:after {
	z-index: 12;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 19px;
	margin: -8px;
	border: 2px solid #adadad;
	border-radius: 50%;
	border-right-color: transparent;
	animation: cssload-spin 1575ms infinite linear;
		-o-animation: cssload-spin 1575ms infinite linear;
		-ms-animation: cssload-spin 1575ms infinite linear;
		-webkit-animation: cssload-spin 1575ms infinite linear;
		-moz-animation: cssload-spin 1575ms infinite linear;
}
#messenger_book .ul a.active {
	background: #393939;
	cursor: default;
	color: #fff;
}
#messenger_book .ul a.active+a {
	border-top-color: #393939;
}
#messenger_book_add_comment {
	padding: 15px;
	font-size: 13px;
	color: #949494;
	line-height: 1.4;
}
#messenger_book_add_button {
	padding: 0 15px 15px 15px;
}
#messenger_content_title {
	position: relative;
	padding: 18px 20px 0 20px;
	height: 60px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 700;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	transition: all 0.5s;
}
#messenger_wrapper.fullscreen #messenger_content_title {
	padding-left: 80px;
	transition: all 0.5s;
	box-shadow: #d7d7d7 0 5px 10px;
	z-index: 13;
}
#messenger_content_title+#messenger_chat_form {
	margin-top: 10px;
}
#messenger_content_title span {
	font-weight: 400;
	position: absolute;
	top: 15px;
	right: 20px;
	color: #909090;
	font-size: 12px;
	line-height: 1.3;
	text-align: right;
}
.messenger_content_label {
	position: relative;
	padding: 5px 20px 0 20px;
	font-size: 14px;
	line-height: 1.3;
	color: #909090;
}
.messenger_padder {
	padding: 20px 20px;
	position: relative;
}
.messenger_alert {
	padding: 12px 20px;
	background: #e2fcd4;
	border: 1px solid #9ed282;
	color: #389e00;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}
#start_message {
	position: absolute;
	top: 50%;
	width: 360px;
	margin-left: -180px;
	left: 50%;
	font-size: 18px;
	line-height: 1.4;
	color: #8a8a8a;
	letter-spacing: -0.5px;
	text-align: center;
	margin-top: -53px;
}
#start_message span {
	display: block;
	font-size: 13px;
	padding-top: 18px;
	letter-spacing: normal;
}
#vald_container {
	background: #fff;
	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;
	display: flex;
	max-width: 2560px;
	overflow: hidden;
}
#vald_header {
	background: #393939;
}
#vald_container {
	background: #f4f4f4;
}
#vald_container:after {
	clear: both;
	display: block;
	content: '';
}
#vald_sidebar {
	background: #efefef;
	background: linear-gradient(90deg, rgba(239,239,239,1) 95%, rgba(227,227,227,1) 99%, rgba(193,193,193,1) 100%);
	width: 280px;
	margin-right: -280px;
	top: 44px;
	left: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
}
#vald_sidebar:before {
	position: absolute;
	background: #c72816;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	content: '';
	z-index: 11;
}
#vald_content {
	z-index: 2;
	position: relative;
	height: 80vh;
	overflow: auto;
	margin-left: 280px;
}
#vald_wrapper {
	position: relative;
	width: 100%;
	max-width: 1100px;	
	background: #fff;
	margin: auto;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	-moz-box-shadow:     0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.1);
	-webkit-box-shadow:  0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.1);
	box-shadow:          0px 5px 15px 0 rgba(0,0,0, 0.1), 0px 2px 5px 0 rgba(0,0,0, 0.1);

}
#vald_title {
	position: relative;
    padding: 15px 20px;
    display: block;
    font-weight: 700;
    box-sizing: border-box;
}
#vald_title.padded {
	padding-left: 44px;
}
#vald_title a.back {
	background: transparent url(/images/design/turn.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	content: '';
	position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.4;
}
#vald_title a.back:hover {
    opacity: 1;
}
#vald_title:before {
	background: rgba(0,0,0, 0.15);
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
}
#vald_content table {
	width: 100%;
}
#vald_content table tr td {
	vertical-align: middle;
	padding: 9px 10px;
	line-height: 1.2;
	color: #222;
	font-size: 13px;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#vald_content table tr td:first-child {
	padding-left: 20px;
}
#vald_content table tr td:last-child {
	padding-right: 20px;
}
#vald_content table tr.thead td {
	vertical-align: middle;
	padding-bottom: 8px;
	color: #b3b3b3;
	border-bottom: 2px solid #c72816;
}
#vald_content table tr.thead td a.sorting_url {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	color: #b3b3b3;
}
#vald_content table tr.thead td a.sorting_url:before {
	background: transparent url(/images/mano/sorting.png) 50% 50% no-repeat;
	background-size: 14px 12px;
	width: 14px;
	height: 12px;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	content: '';
	position: absolute;
}
#vald_content table tr.thead td a.sorting_url.asc:before {
	background: transparent url(/images/mano/sorting_down.png) 50% 50% no-repeat;
	background-size: 14px 12px;
}
#vald_content table tr.thead td a.sorting_url.desc:before {
	background: transparent url(/images/mano/sorting_up.png) 50% 50% no-repeat;
	background-size: 14px 12px;
}
#vald_content table tr.thead td a.sorting_url:hover {
	color: #c72816;
}
#vald_content table tr td.icon_row {
	width: 16px;
}
#vald_content table tr td.align-center {
	text-align: center;
}
#vald_content table tr td b {
	font-size: 16px;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 1px;
}
#vald_content table tr td.vald_icons {
	white-space: nowrap;
}
#vald_content table tr td.vald_icons a+span {
	line-height: 16px;
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.vald_icon {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	position: relative;
	line-height: 16px;
}
.vald_icon:before {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transition: 0.5s;
	opacity: 0.5;
	margin: -8px 0 0 -8px;
}
.vald_icon.key:before {
	background: transparent url(/images/mano/icon_key.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.edit:before {
	background: transparent url(/images/mano/icon_edit.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.delete:before {
	background: transparent url(/images/mano/icon_delete.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.people:before {
	background: transparent url(/images/mano/icon_people.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.block:before {
	background: transparent url(/images/mano/block.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.plus:before {
	background: transparent url(/images/mano/icon_plus.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.journal:before {
	background: transparent url(/images/mano/icon_journal.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.remove:before {
	background: transparent url(/images/mano/icon_remove.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.info:before {
	background: transparent url(/images/mano/icon_info.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon.info_red:before {
	background: transparent url(/images/mano/icon_info_red.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.vald_icon:hover:before {
	opacity: 1;
}
.vald_empty {
	font-size: 14px;
	padding: 15px 20px;
	color: #969696;
}
.messenger_padder.overflow {
	overflow: hidden;
}
.messenger_padder.overflow form .pre_input {
	width: 33.33333%;
	padding-right: 20px;
}
.messenger_padder.overflow form.pre_form {
    margin-right: -20px;
}
.messenger_padder.overflow form .pre_input label {
	padding-bottom: 7px;
	font-size: 13px;
	color: #969696;
}
.messenger_padder.overflow form .pre_submit_double {
    text-align: right;
}
.messenger_padder.overflow form .pre_submit_double .pre_submit.inline {
	display: inline-block;
	text-align: center;
	float: left;
}
.messenger_padder.overflow form .pre_submit_double .padding-right  {
    margin-right: 20px;
}
#lang_wrapper {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	z-index: 11;
	right: 0px;
	background: rgba(0,0,0, 0.03);
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	-moz-box-shadow:     0px 5px 15px 0 rgba(0,0,0, 0.08), 0px 2px 5px 0 rgba(0,0,0, 0.05);
	-webkit-box-shadow:  0px 5px 15px 0 rgba(0,0,0, 0.08), 0px 2px 5px 0 rgba(0,0,0, 0.05);
	box-shadow:          0px 5px 15px 0 rgba(0,0,0, 0.08), 0px 2px 5px 0 rgba(0,0,0, 0.05);
}
.grey #lang_wrapper {
	background: rgba(255,255,255, 0.3);
}
#lang_wrapper a {
	position: relative;
	width: 42px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
}
#lang_wrapper a.en {
	background: transparent url(/images/design/lang_en.png) 50% 50% no-repeat;
}
#lang_wrapper a.lt {
	background: transparent url(/images/design/lang_lt.png) 50% 50% no-repeat;
}
#lang_wrapper a.ru {
	background: transparent url(/images/design/lang_ru.gif) 50% 50% no-repeat;
}
#lang_wrapper a.lv {
	background: transparent url(/images/design/lang_lv.png) 50% 50% no-repeat;
}
#lang_wrapper a.pl {
	background: transparent url(/images/design/lang_pl.png) 50% 50% no-repeat;
}
#lang_wrapper a.de {
	background: transparent url(/images/design/lang_de.png) 50% 50% no-repeat;
}
#lang_wrapper a.active:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	content: '';
	background: #c72816;
}
#lang_wrapper a+a {
	border-left: 1px solid rgba(0,0,0, 0.1);
}
#lang_wrapper a:hover {
	background-color: #fff;
}
#content h5.align-center {
	text-align: center;
}
.max320 form .pre_input, .max320 form .pre_submit {
    padding-bottom: 15px;
}
.max320 .pre_submit .pre_button {
    display: block;
    min-width: 20px;
    text-align: center;
}
#letter_warning {
	font-size: 15px;
	line-height: 1.4;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}
#letter_needs_auth {
	background: transparent url(/images/design/lock.jpg) 20px 50% no-repeat;
	background-size: 150px 150px;
	padding: 80px 0 80px 0;
	text-align: left;
	max-width: 520px;
	box-sizing: border-box;
	padding-left: 190px;
	position: relative;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.4;
	color: #aaaaaa;
}
#letter_needs_auth div {
	padding-top: 15px;
}
textarea#letter_textarea {
	color: #313131;
	font: 15px/1 'PT Sans', serif;
	line-height: 1.4;
	resize: none;
	width: 100%;
	/*min-height: 150px;*/
	min-height: 105px;
	max-height: 105px;
	overflow: auto;
	transition: none;
}
#letter_no_messages {
	text-align: center;
	color: #888;
	padding: 40px 0;
}
.messenger_chat_item {
	padding-bottom: 25px;
}
.messenger_chat_item.right {
	text-align: right;
}
.messenger_chat_title_wrapper {
	margin: 0 10px -8px 10px;
	position: relative;
	z-index: 12;
}
.messenger_chat_title {
	position: relative;
	z-index: 12;
	font-size: 13px;
	line-height: 1.15;
	padding: 0 6px 0 6px;
	color: grey;
	background: #fff;
	display: inline-block;
}
.messenger_chat_text {
	position: relative;
	max-width: 600px;
	display: inline-block;
	border: 1px solid rgba(0,0,0, 0.15);
	padding: 15px 15px 15px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	text-align: left;
}
.messenger_chat_item.right .messenger_chat_title {
	font-weight: 700;
	color: #c72816;
}
.messenger_chat_attach {
	font-size: 0;
	line-height: 0;
	padding-top: 15px;
}
.messenger_chat_attach a {
	margin: 0 10px 10px 0;
}
.messenger_chat_attach img {
	max-height: 80px;
	width: auto;
}
.messenger_chat_status_wrapper {
	margin: -10px 10px 0 10px;
	position: relative;
	z-index: 12;
}
.messenger_chat_status {
	background: #fff url(/images/design/unviewed.png) 4px 50% no-repeat;
	background-size: 16px 16px;
	position: relative;
	z-index: 12;
	font-size: 13px;
	line-height: 1.15;
	padding: 0 6px 0 24px;
	color: grey;
	display: inline-block;
}
.messenger_chat_status.yes {
	background: #fff url(/images/design/viewed.png) 4px 50% no-repeat;
	background-size: 16px 16px;
	color: #32c011;
}
.messenger_chat_new {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.messenger_chat_new:before {
	position: absolute;
	height: 1px;
	top: 13px;
	left: 0;
	right: 0;
	z-index: 11;
	background: #c72816;
	content: '';
	opacity: 0.4;
}
.messenger_chat_new span {
	background: #c72816;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	z-index: 12;
}
.logout_wrapper {
	position: relative;
	margin-right: 30px;
}
.logout_wrapper a {
	background: transparent url(/images/design/logout.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	z-index: 13;
	display: block;
	width: 16px;
	height: 16px;
	right: -30px;
	top: 50%;
	margin-top: -8px;
	opacity: 0.4;
	transition: 0.5s;
}
.logout_wrapper a:hover {
	opacity: 1;
}
#messenger_chat_wrapper {
	padding: 0 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 500px;
}
#messenger_chat_wrapper.mano {
	height: calc(100% - 348px);
}
#messenger_chat_wrapper.support {
	height: calc(100% - 275px);
}
.messenger_form_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-shadow: #dbdbdb 0 -5px 10px;
	background: #f3f3f3;
	padding-top: 7px;
	z-index: 13;
}
#messenger_chat_form {
	position: relative;
	padding: 0px 20px 0 20px;
	box-sizing: border-box;
}
#messenger_chat_form_title {
    font-size: 18px;
    line-height: 1.15;
	padding-bottom: 7px;
    font-weight: 700;
}
#messenger_chat_form .pre_form {
	padding-bottom: 5px;
}
#messenger_chat_form form .pre_submit {
    padding-bottom: 3px;
}
#messenger_chat_form form .pre_input {
    padding-bottom: 10px;
}
a.messenger_content_block {
	background: transparent url(/images/mano/block.png) 0 50% no-repeat;
	background-size: 16px 16px;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	font-size: 13px;
	line-height: 1.15;
	padding-left: 20px;
	opacity: 0.5;
	font-weight: 400;
	transition: 0.5s;
	position: relative;
	top: 4px;
	margin-left: 8px;
}
a.messenger_content_block:hover {
	opacity: 1;
}
#messenger_chat_waiting {
	position: relative;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 110px;
	padding-top: 20px;
}
#messenger_chat_waiting.block {
	padding-bottom: 20px;
}
#messenger_chat_waiting em {
	font-size: 24px;
	display: block;
	font-style: normal;
}
#messenger_chat_waiting:before {
	background: transparent url(/images/mano/waiting.png) 50% 50% no-repeat;
	background-size: 64px 64px;
	display: block;
	width: 64px;
	height: 64px;
	bottom: 20px;
	left: 50%;
	margin-left: -32px;
	content: '';
	position: absolute;
	animation-name: waiting;
	-webkit-animation-name: waiting;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#messenger_chat_waiting.block:before {
	display: none;
}
@keyframes waiting {
	0% {
		transform: rotate(0deg);
	}
	80% {
		transform: rotate(360deg);
	}	
	100% {
		transform: rotate(0deg);
	}			
}

@-webkit-keyframes waiting {
	0% {
		-webkit-transform: rotate(0deg);
	}
	80% {
		-webkit-transform: rotate(360deg);
	}	
	100% {
		-webkit-transform: rotate(0deg);
	}			
}
#messenger_chat_notify {
	font-size: 13px;
	text-align: center;
}
#messenger_chat_notify_buttons {
	padding-top: 10px;
}
#messenger_chat_notify_buttons a {
	margin: 10px;
}
#messenger_chat_notify span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 24px;
}
#messenger_chat_notify span:before {
	background: transparent url(/images/design/apply.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 0;
	margin-top: -9px;
	content: '';
	position: absolute;
}
#messenger_general_error {
	padding-right: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 1.15;
	color: #ff0000;
	font-weight: 700;
	padding-bottom: 20px;
}
.red-label {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
	border-radius: 2px;
	background: #c72816;
	color: #fff;
	margin: -2px -10px;
}
#vald_bullets_list {
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#vald_bullets_list li {
	font-size: 14px;
	line-height: 1.15;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
	text-align: center;
}
#vald_bullets_list.block li {
	text-align: left;
	padding-top: 0;
	padding-left: 20px;
	display: block;
}
#newsletter .pre_box_single_wrapper {
    padding: 0 30px 15px 0;
    top: 11px;
}
#subscribe_confirmation {
	font-size: 18px;
	font-weight: 700;
	color: #2cb900;
}
.pre_box_single_wrapper.short .pre_box_single {
    max-width: 240px;
    text-align: left;
    line-height: 1.3;
    padding-left: 26px;
}
.pre_box_single_wrapper.short {
    padding: 0 30px 15px 0;
    top: 0;
}
#container.auth .terms p {
	text-align: left;
	padding-bottom: 25px;
}
.pre_form_wrapper.centered.mini.terms {
    width: 100%;
    max-width: 900px;
}
.pre_form_wrapper.centered.mini.terms .bottom_button {
    max-width: 300px;
    margin: 0 auto;
}
#messenger_logout {
	background: rgba(244, 244, 244, 0.9);
	position: fixed;
	z-index: 10001;
	top: -100%;
	left: 0;
	height: 100%;
	right: 0;
	display: flex;
	opacity: 0;
	transition: 0.5s;
}
#messenger_logout.active {
	top: 0;
	opacity: 1;
}
#messenger_logout_alert {
	margin: auto;
	width: 320px;
	background: #c72816;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	display: none;
}
#messenger_logout_alert.expandUp {
	display: block;
}
#messenger_logout_alert b {
	display: block;
}
#overlay {
	background: rgba(243, 243, 243, 0.9);
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
#overlay.active, .active #overlay {
	height: 100%;
	opacity: 1;
}
.popup_preset {
	display: none;
	position: fixed;
	z-index: 102;
	width: 600px;
	margin: 0 0 0 -300px;
	top: 50%;
	margin-top: -150px;	
	left: 50%;
	-moz-box-shadow:     0px 3px 25px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow:  0px 3px 25px 0 rgba(0,0,0, 0.2);
	box-shadow:          0px 3px 25px 0 rgba(0,0,0, 0.2);
	border-bottom: 1px solid rgba(0,0,0, 0.2);
}
.popup_preset.active {
	display: block;
}
.popup_content {
	position: relative;
	background: #fff;
	padding: 30px 30px;
	overflow: auto;
}
.popup_title {
	background: #c72816;	
	color: #fff;
	padding: 16px 30px 17px;
	position: relative;
	font-size: 21px;
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 400;
	text-align: left;
	text-shadow: none;
}
.popup_close {
	background: transparent url(/images/mano/close.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 26px;
	cursor: pointer;
	transition: 0.5s;
}
.popup_close:hover {
	color: #fff600;
}
#container.auth .popup_content p {
    text-align: left;
}
#container.auth .popup_content p:first-child {
    padding-top: 0;
}
#quicklinks_wrapper .quicklink.auth a+a {
    margin-left: 12px;
    padding-left: 0;
}
#quicklinks_wrapper .quicklink.auth a+a:before {
    display: none;
}
#billing_current_amount {
	text-align: center;
	font-size: 18px;
}
#billing_latest h4 {
	text-align: center;
}
#billing_latest h4:first-child {
	padding-top: 0;
}
#billing_latest h5 {
	text-align: center;
}
#billing_latest h5:first-child {
	padding-top: 0;
}
#billing_latest {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}
#billing_latest form .pre_input, #billing_latest form .pre_submit {
	position: relative;
	width: 100%;
	max-width: 250px;
    padding-right: 10px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
	#billing_latest form .pre_input, #billing_latest form .pre_submit {
		width: 250px;
	}
}
#billing_latest form #paypal-button-container {
	padding-top: 10px;
}
#billing_latest form .pre_button {
	padding: 9px 20px 10px;
	display: block;
	text-align: center;
}
#billing_latest form.pre_form {
	text-align: center;
	padding-bottom: 0px;
	margin-right: 10px;
}
#billing_latest .pre_form_wrapper {
	display: block;
}
#billing_latest form .pre_input .euro {
    top: 10px;
    right: 30px;
	font: 15px/1 'PT Sans', sans-serif;
    line-height: normal;
    position: absolute;
    color: #222;
}
#billing_latest #forum_comments tr td {
	text-align: left;
}
#billing_latest #forum_comments tr td.align-center {
	text-align: center;
}
#billing_latest #forum_comments tr td b.calc {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
}
#billing_latest #forum_comments tr td b.calc:before {
	position: absolute;
	display: block;
	background: transparent url(/images/mano/plus.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 0;
	content: '';
}
#billing_latest #forum_comments tr td b.calc.minus:before {
	background: transparent url(/images/mano/minus.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#message_cost {
	padding-right: 30px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding-bottom: 20px;
}
#message_cost span {
	display: inline-block;
	padding: 0 8px;
	color: #c72816;
	font-size: 13px;
	line-height: 16px;
	margin-left: 10px;
	border: 1px dashed;
	transition: 0.5s;
	cursor: help;
	text-transform: uppercase;
}
#message_cost span:hover {
	color: #222;
	border-color: transparent;
}
#mano_attach_images {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-bottom: 30px;
	margin-top: -10px;
	padding-right: 10px;
}
#mano_attach_images .mano_attach_label {
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	display: block;
	vertical-align: middle;
	padding-bottom: 10px;
}
#mano_attach_images .mano_attach_image {
	position: relative;
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
	width: 33.333%;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 200px;
}
#mano_attach_images .mano_attach_image input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	top: 100%;
	right: 100%;
	overflow: hidden;
}
#mano_attach_images .mano_attach_image span {
	background: #fff url(/images/mano/upload.png) 50% 50% no-repeat;
	display: block;
	height: 120px;
	border: 2px dashed #999;
	width: 100%;
	text-align: center;
	line-height: 120px;
	font-size: 18px;
	color: #999;
	transition: 0.5s;
}
#mano_attach_images .mano_attach_image span.active {
	border: 2px dashed #c72816;
}
#mano_attach_images .mano_attach_image span img {
	height: 120px;
	width: auto;
	max-width: 100%;
	vertical-align: top;
}
#mano_attach_images .mano_attach_image span:hover {
	border: 2px dashed #222;
	color: #222;
	cursor: pointer;
}
#mano_attach_images .mano_attach_image span.active+em {
	background: #c72816 url(/images/mano/close.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 16px;
	cursor: pointer;
	transition: 0.5s;
}
#mano_attach_images .mano_attach_image span+em:hover {
	background-color: #222222;
}
#message_cost_check {
	overflow: hidden;
	position: relative;
}
#message_cost_check span {
	z-index: 11;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 30px;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	opacity: 0;
	transition: 0.7s;
}
.blocked #message_cost_check span {
	opacity: 1;
	top: 0;
}
#vald_filters {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
}
#vald_filters input {
	background: #fff;
	display: block;
	padding: 4px 10px 5px 10px;
	border: 1px solid rgba(0,0,0, 0.2);
	color: #222;
	font-weight: 400;
	font: 13px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 180px;
	box-sizing: border-box;
	transition: 0.5s;
}
#vald_filters_submit,
#vald_filters_reset {
	background: transparent url(/images/design/filter_button.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	opacity: 0.3;
	transition: 0.5s;
}
#vald_filters_reset {
	background: transparent url(/images/design/cancel.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	right: 32px;
	opacity: 0.6;
}
#vald_filters_submit:hover,
#vald_filters_reset:hover {
	opacity: 1;
}
#mano_attach_images {
	position: relative;
}
#mano_attach_alert {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 25px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	padding-bottom: 5px;
	background: #fff;
	color: #c72816;
}
#mano_attach_alert.expandUp {
	display: block;
}
#vald_admin_select {
	position: absolute;
	left: 290px;
	top: 9px;
}
#vald_admin_select select {
	display: block;
	padding: 3px 9px 3px 9px;
	color: #fff;
	font-weight: 400;
	font: 14px/1 'PT Sans', sans-serif;
	line-height: normal;
	box-sizing: border-box;
	transition: 0.5s;
	background: rgba(255,255,255,0.08);
	background-image: url(/images/mano/object_select.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
	padding-right: 30px;
	border: 1px solid rgba(255,255,255,0.2);
}
#vald_admin_select select option {
	color: #222;
}
#vald_container .preicon {
	position: relative;
	margin-left: 16px;
	white-space: nowrap;
}
#vald_container .preicon:before {
	position: absolute;
	top: 50%;
	left: -16px;
	width: 12px;
	height: 12px;
	content: '';
	margin-top: -6px;
}
#vald_container .preicon.new {
	margin-left: 8px;
	color: #fff;
}
#vald_container .preicon.prisoner:before {
	background: transparent url(/images/mano/cell.png) 50% 50% no-repeat;
	background-size: 12px 12px;
}
#vald_container .preicon.relative:before {
	background: transparent url(/images/mano/relative.png) 50% 50% no-repeat;
	background-size: 12px 12px;
}
#vald_container .preicon.new:before {
	background: #c72816;
	width: auto;
	height: auto;
	margin: auto;
	left: -8px;
	top: -0px;
	bottom: -0px;
	right: -8px;
	z-index: -1;
	border-radius: 2px;
}
#fsin_news_title {
	display: block;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	font-weight: 700;
}
#fsin_news_wrapper {
	padding-bottom: 15px;
}
#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);
}
#lawyer_pay {
	position: relative;
}
#lawyer_pay h1 {
	text-align: center;
}
#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 {
	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);
}
form.pre_form#lawyer_pay {
	margin-right: 0;
}
form#lawyer_pay .pre_submit {
	padding-right: 0;
}
#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;
}
#billing_latest form .pre_input#billing_policy {
    padding-left: 26px;
    padding-top: 0;
    height: 48px;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    line-height: 1.3;
}
@media (min-width: 768px) {
	#billing_latest form .pre_input#billing_policy {
		width: 150px;
	}
}
#billing_latest form .pre_input#billing_policy a {
    color: #888;
}
#billing_latest form .pre_input#billing_policy input {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 50%;
    margin-top: -14px;
    position: absolute;
}
#billing_latest .mask {
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	-webkit-backdrop-filter: blur(3px) grayscale(100%);
	backdrop-filter: blur(3px) grayscale(100%);
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
}
#billing_latest .mask .mask-content {
	background: #ffffff;
	font-size: 18px;
	margin-top: -25px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #c72816;
	color: #c72816;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
#messenger_chat_check p {
	padding-bottom: 20px;
	line-height: 1.4;
}
#footer ul li img {
    margin: -1px 10px 0 0;
}
.set_value input {
	color: #222;
	font-weight: 400;
	font: 13px/1 'PT Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
	padding: 3px 0 2px 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.2);
	margin: -5px 0;
}
.set_value {
	position: relative;
	min-width: 100px;
}
.set_value span {
	background: transparent url(/images/mano/ok.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0;
}
.set_value input:focus+span {
	opacity: 1;
}
#messenger_gift {
	margin-top: 30px;
	position: relative;
	border: 1px solid #cc0000;
	padding: 20px 20px 22px 150px;
}
#messenger_gift:before {
	background: transparent url(/images/design/gift.png) 50% 50% no-repeat;
	background-size: 164px 145px;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -78px;
	width: 164px;
	height: 145px;
	display: block;
	content: '';
}
#messenger_gift strong {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
}
#messenger_gift_button {
	display: block;
	padding-top: 15px;
}

/********* New messenger **********/
body.messenger_mode {
	overflow: hidden;
}

.blur {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgb(0 0 0 / 76%);
	backdrop-filter: blur(15px);
	z-index: 1;
}

.messenger_main {
	display: none;
	box-sizing: border-box;
}

.messenger_main * {
	box-sizing: border-box;
}

body.messenger_mode .blur {
	display: block;
}

body.messenger_mode .messenger_main {
	display: flex;
	width: 100vw;
	position: fixed;
	top: 0;
	background: white;
	z-index: 1000;
	overflow: hidden;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}

.messenger_main .close {
	background: 0;
	border: 0;
	color: white;
	width: auto;
	display: flex;
	align-items: center;
	height: 100%;
	border-right: solid 1px #e3e3e394;
	transition: all 0.25s ease;
}

.messenger_main .close:hover {
	background: #970f00;
	border-right: solid 1px #ffffff;
	cursor: pointer;
}

.messenger_main .close img {
	width: 20px;
	margin-right: 7px;
}

.messenger_main .dialog_list {
	position: absolute;
	width: 100%;
	background-color: #efefef;
	z-index: 2;
	transition: transform 300ms ease-in;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.messenger_main .dialog_list.is_hidden {
	transform: translateX(-100vw);
	transition: transform 300ms ease-out;
}

.messenger_main .dl_header {
	background: #c72816;
	box-shadow: 0px 1.33469px 2.33571px rgba(0, 0, 0, 0.17);
	flex: 0 0 45px;
	display: flex;
	align-items: center;
}

.messenger_main .dialog_list ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	flex: 1 1 100%;
}

.messenger_main .dialog_list li {
	height: auto;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	border-bottom: 0.351852px solid #D9D9D9;
	padding: 9px 13px 9px 10px;
	position: relative;
	transition: all 0.25s ease;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	background: #f2f2f2;
}

.messenger_main .dialog_list li.invite {
	height: auto;
	margin-top: 15px;
	border: 0;
	background: #efefef;
}

.messenger_main .dialog_list li:hover {
	background: #fcfcfc;
}

.messenger_main .dialog_list li.active {
	background: #393939;
}

.messenger_main .dialog_list li.invite:hover {
	background: #efefef;
}

.messenger_main .dialog_list li .name {
	font-size: 16px;
	line-height: 19px;
	color: #222222;
}
.messenger_main .dialog_list li.active .name {
	color: #ffffff;
}
.messenger_main .dialog_list li .location {
	font-size: 15px;
	line-height: 18px;
	color: #8D8E90;
	padding-block: 6px;
}
.messenger_main .dialog_list li.active .location {
	color: #ffffff;
}

.dialog-setting_panel.collapse {
	max-height: 0;
	height: 48px;
	overflow: hidden;
	transition: max-height 0.15s ease-in;
}
.dialog-setting_panel.collapse.show {
	max-height: 48px;
	transition: max-height 0.15s ease-out;
}
.messenger_main .dialog_list li .toggle {
	position: absolute;
	top: 35px;
	right: 1px;
	border: 0;
	width: 40px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	transition: all 0.15s linear;
	padding: 0;
}
.messenger_main .dialog_list li .toggle svg {
	fill: #575757;
}
.messenger_main .dialog_list li.active .toggle svg {
	fill: #fff;
}
.messenger_main .dialog_list li .toggle.collapsed {
	transform: rotate(180deg);
}
.messenger_main .dialog_list li .notifySwitch + label {
	color: #222222;
}
.messenger_main .dialog_list li.active .notifySwitch + label {
	color: #ffffff;
}
.dialog-setting_panel .notifySwitch + label {
	font-size: 13px;
}
.dialog-setting_panel .notifySwitch + label span {
	display: none;
}
.dialog-setting_panel .notifySwitch:not(:checked) + label .span2 {
	display: block;
}
.dialog-setting_panel .notifySwitch:checked + label .span1 {
	display: block;
}

.messenger_main .dialog_list li .last_msg {
	font-size: 13px;
	line-height: 15px;
	color: #95999A;
	position: absolute;
	right: 13px;
	top: 10px;
}
.messenger_main .dialog_list li.active .last_msg {
	color: #ffffff;
}

/*.messenger_main .dialog_list li .notify {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	background-size: cover;
	transition: all 0.25s ease;
}

.messenger_main .dialog_list li .notify:hover {
	cursor: pointer;
}

.messenger_main .dialog_list li .notify svg {
	fill: #8D8E90;
	transition: all 0.25s ease;
}

.messenger_main .dialog_list li .notify:hover svg {
	fill: #222222;
}

.messenger_main .dialog_list li.active .notify svg {
	fill: #ffffff;
}

.messenger_main .dialog_list li.active .notify:hover svg {
	fill: #8D8E90;
}

.messenger_main .dialog_list li .notify.notify0 {
	animation-name: pulse_animation;
	animation-duration: 0.75s;
	animation-timing-function: ease-out;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.messenger_main .dialog_list li .notify.notify0 svg {
	fill: #c72816;
}

.messenger_main .dialog_list li .notify.notify0:hover svg {
	fill: #970f00;
}

.messenger_main .dialog_list li .notify.notify2:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='30' style='overflow:visible;enable-background:new 0 0 32 32' viewBox='0 0 32 32' width='30' xml:space='preserve'%3E%3Cg%3E%3Cg id='Block_8_'%3E%3Cpath d='M27.3,4.7c-6.2-6.2-16.4-6.2-22.6,0c-6.2,6.2-6.2,16.4,0,22.6 c6.2,6.2,16.4,6.2,22.6,0C33.6,21.1,33.6,10.9,27.3,4.7z M24.5,7.5c4.2,4.2,4.6,10.7,1.3,15.4L9.1,6.2 C13.7,2.9,20.3,3.3,24.5,7.5z M7.5,24.5C3.3,20.3,2.9,13.7,6.2,9.1l16.7,16.7C18.3,29.1,11.7,28.7,7.5,24.5z' id='Block' style='fill:%23970f00;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	position: absolute;
	left: 0;
	opacity: .6;
}*/

.messenger_main .m_popup {
	position: absolute;
	z-index: 6;
	height: 100%;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 45%);
	backdrop-filter: blur(1px);
	padding: 0 5px;
}

.messenger_main .m_popup .content {
	background: white;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 14px;
	position: relative;
}

.messenger_main .m_popup .content .mp_close {
	position: absolute;
	top: -20px;
	right: 0;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.messenger_main .m_popup .content .mp_close svg {
	height: 40px;
	width: 40px;
}

.messenger_main .m_popup .content .buttons {
	margin-top: 10px;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.messenger_main .m_popup.active {
	display: flex;
}

@keyframes pulse_animation {
	0% {
		transform: scale(.5);
	}
	100% {
		transform: scale(1.0);
	}
}

.messenger_main .dialog {
	flex: 2 1 100%;
	display: flex;
	flex-direction: column;
}

.messenger_main .d_header {
	background: #FFFFFF;
	box-shadow: 0px 1.33469px 2.33571px rgba(0, 0, 0, 0.17);
	border-radius: 0px;
	flex: 0 0 45px;
	display: flex;
	align-items: center;
	z-index: 1;
	justify-content: space-between;
}

.messenger_main .d_header .dh_left {
	display: flex;
	align-items: center;
	height: 100%;
}

.messenger_main .d_header .dh_right {
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 5px;
}

.messenger_main .d_header .back_to_list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.messenger_main .d_header .name {
	font-size: 17px;
	line-height: 20px;
	color: #222222;
	padding: 0 16px 0 16px;
}

.messenger_main .d_header .video {
	height: 100%;
	display: none;
	align-items: center;
}

.messenger_main .d_header .video.active {
	display: flex;
}

.messenger_main .d_header .video a {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}

.messenger_main .d_header .video a:hover {
	background-color: #fff1f1;
	color: #970f00;
}

.messenger_main .d_header .video a img {
	margin-right: 7px;
	width: 20px;
}

.messenger_main .d_chat {
	background: #ffffff;
	flex: 1 1 100%;
	display: flex;
	padding: 6px 0 6px 0;
	gap: 2px;
	overflow-y: scroll;
	flex-direction: column;
}

.messenger_main .d_chat::-webkit-scrollbar {
	width: 5px;
}
.messenger_main .d_chat::-webkit-scrollbar-track {
	background: #C9CCD1;
	border-radius: 7.5px;
}
.messenger_main .d_chat::-webkit-scrollbar-thumb {
	background-color: #970f00;
	border-radius: 2.375px;
	border: 3px solid #970f00;
}

.messenger_main .d_chat .go_bottom {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 10px rgba(0, 0, 0, 0.04);
	position: fixed;
	right: 15px;
	bottom: 65px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}

.messenger_main .d_chat .go_bottom svg path {
	stroke: #868686;
}

.messenger_main .d_chat .go_bottom:hover {
	background: #c72816;
}

.messenger_main .d_chat .go_bottom:hover svg path {
	stroke: #ffffff;
}

.messenger_main .d_chat .chat_start {
	font-size: 18px;
	line-height: 1.4;
	color: #8a8a8a;
	letter-spacing: -0.5px;
	text-align: center;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.d_chat .message {
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.35));
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 11px;
}

.d_chat .message.m_sent {
	justify-content: flex-end;
}

.d_chat .message .m_body {
	max-width: 280px;
	padding: 5px 6px 8px 8px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

.d_chat .message.m_received .m_body {
	background: #FFFFFF;
	border-radius: 5px 9px 9px 5px;
}

.d_chat .message.m_sent .m_body {
	background: #EFFEDD;
	border-radius: 9px 5px 5px 9px;
}

.d_chat .message.m_received.last:after {
	content: "";
	width: 6px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C6 3.21429 4.23529 7.67857 0.705882 8.57143C0.705882 8.57143 0 8.57143 0 9.28572C0 10 0.705882 10 0.705882 10L6 10V0Z' fill='white'/%3E%3C/svg%3E%0A");
	position: absolute;
	left: 5px;
	bottom: 0;
}

.d_chat .message.m_sent.last:after {
	content: "";
	width: 6px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C0 3.21429 1.76471 7.67857 5.29412 8.57143C5.29412 8.57143 6 8.57143 6 9.28572C6 10 5.29412 10 5.29412 10L0 10V0Z' fill='%23EFFEDD'/%3E%3C/svg%3E%0A");
	position: absolute;
	right: 5px;
	bottom: 0;
}

.d_chat .message.m_received.last .m_body {
	border-radius: 5px 9px 9px 0;
}

.d_chat .message.m_sent.last .m_body {
	border-radius: 9px 5px 0 9px;
}

.d_chat .m_body a {
	display: block;
	max-width: 250px;
	max-height: 250px;
	overflow: hidden;
	border: 2px solid #838383;
	text-align: center;
	background: #838383;
}

.d_chat .m_body a img {
	height: 250px;
}

.d_chat .message .date {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #A1AAB3;
}

.messenger_main .d_message-panel {
	background: #FFFFFF;
	box-shadow: 0px -0.667907px 2.00372px rgba(0, 0, 0, 0.13);
	flex: 0 0 50px;
	padding: 10px 13px 10px 13px;
	position: relative;
}

.messenger_main .d_message-panel .send {
	position: absolute;
	right: 45px;
	top: 10px;
	border: 0;
	background: 0;
	cursor: pointer;
}

.messenger_main .d_message-panel .send.disable {
	opacity: 0.4;
	cursor: not-allowed;
}

.messenger_main .d_message-panel .send svg {
	height: 23px;
}

.messenger_main .d_message-panel .attach {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	background: 0;
	cursor: pointer;
}

.messenger_main .d_message-panel .char_counter {
	position: absolute;
	bottom: 3px;
	right: 78px;
	color: #90979D;
}

.messenger_main .d_message-panel textarea {
	resize: none;
	min-height: 23px;
	width: calc(100% - 65px);
	border: none;
	color: #000000;
	font-size: 16px;
	line-height: 19px;
}

.messenger_main .d_message-panel textarea.auto {
	overflow-y: hidden;
}

.messenger_main .d_message-disable_panel,
.messenger_main .d_message-disable_panel_nullbalance {
	display: none;
	background: #fff3e5;
	box-shadow: 0px -0.667907px 2.00372px rgba(0, 0, 0, 0.13);
	flex: 0 0 50px;
	padding: 10px 13px 10px 13px;
	position: relative;
	font-size: 14px;
	color: #cc0000;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.messenger_main .d_message-disable_panel.active,
.messenger_main .d_message-disable_panel_nullbalance.active {
	display: flex;
}

.messenger_main .balance {
	flex: 0 0 auto;
	padding: 9px 13px 9px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	border-top: 0.351852px solid #D9D9D9;
}

.messenger_main .balance a {
	border: 1px solid;
	padding: 4px 15px;
	font-size: 13px;
	line-height: 1.15;
	border-color: #c72816;
	background: #c72816;
	color: #fff;
	margin-top: 7px;
	cursor: pointer;
	display: block;
	width: fit-content;
}

.messenger_main .balance a:hover {
	background: #970f00;
	border-color: #970f00;
}

.messenger_main .balance .pricing {
	font-size: 13px;
	line-height: 18px;
	color: #8D8E90;
}

.messenger_main li.invite a {
	border: 1px solid;
	padding: 4px 15px;
	font-size: 13px;
	line-height: 1.15;
	border-color: #c72816;
	background: #c72816;
	color: #fff;
	cursor: pointer;
	display: block;
	width: fit-content;
}

.messenger_main li.invite a:hover {
	background: #970f00;
	border-color: #970f00;
}

@media (min-width: 700px) {
	.messenger_main .dialog_list {
		position: relative;
		flex: 1 0 320px;
	}

	.messenger_main .d_header .dh_right {
		padding-right: 16px;
	}

	.messenger_main .d_header .video a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.messenger_main .d_message-disable_panel,
	.messenger_main .d_message-disable_panel_nullbalance {
		font-size: 14px;
	}

	.messenger_main .d_header .back_to_list {
		display: none;
	}

	.messenger_main .balance .pricing {
		font-size: 14px;
	}

	.messenger_main .m_popup .content .mp_close {
		right: -20px;
	}
}

@media (min-width: 992px) {
	.messenger_main .dialog_list {
		flex: 1 0 420px;
	}

	.d_chat .message .m_body {
		max-width: 480px;
	}
}
/********* END New messenger **********/

.form-check {
	display: flex;
	min-height: 1.5rem;
	align-items: center;
	gap: 6px;
}

.form-check-input {
	width: 1em;
	height: 1em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
	float: left;
	font-size: 15px;
}

.form-check-input:checked {
	background-color: #c72816;
	border-color: #c72816;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-switch .form-check-input {
	flex: 0 0 2em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:focus {
	border-color: #e75c47;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(253, 33, 13, 0.25);
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e75c47'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

label {
	display: inline-block;
}