/* RESET */
html, body {
	height: 100%;
	margin:0;
	padding:0;
}
body {
	font-family: verdana,sans-serif;
	font-size:0.8em;
	color:#000;
	background-color:#FFF;
}
input, textarea {
	font-family: verdana,sans-serif;
}
a {
	color:#330;
}
	a:hover {
		color:#699;
	}
	.comment .c_body a:visited,
	.post .p_body a:visited,
	.b-calendar_day:visited {
		color:#996;
	}
	.comment .c_body a:hover,
	.post .p_body a:hover {
		color:#699;
	}
	
img {
	border:none;
}
form {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	overflow:hidden;
}
.hidden {
	display:none !important;
}
.vis_hidden {
	visibility: hidden !important;
}
.pos_hidden {
	position:absolute !important;
	top:-10000px !important;
	left:-10000px !important;
	zoom:1;
}
.irony {
	color:#CC3333;
	font-style:italic;
}
.moderator {
	font-style:italic;
	color:#666666;
}
.dotted {
	text-decoration:none;
	border-bottom:1px dotted;
}
.js-loading_animation {
	min-height:300px;
	min-width:300px;
	background:url(/static/i/lepra/lepropreloader-little.gif) no-repeat 0 0;
}
	.b-list.js-loading_animation {
		background-position:50% 0;
	}
.b-promo_blogs_list .js-loading_animation {
	background-image: url(/static/i/lepra/lepropreloader-little.gif);
}

/* loader */
.b-loader {
	display: none;
}
.b-loader svg {
	width: 75px;
	height: 75px;
}
.b-content_section.js-loading_animation {
	background-image: none;
}
.b-content_section.js-loading_animation .b-loader {
	display: block;
	text-align: center;
}
.b-content_section.js-loading_animation .b-loader polyline {
	fill: #c4c4c4;
}
.polyline_1 {  -webkit-animation: lepro-loading 1s 0s infinite; animation: lepro-loading 1s 0s infinite; }
.polyline_2 {  -webkit-animation: lepro-loading 1s .1s infinite; animation: lepro-loading 1s .1s infinite; }
.polyline_3 {  -webkit-animation: lepro-loading 1s .2s infinite; animation: lepro-loading 1s .2s infinite; }
.polyline_4 {  -webkit-animation: lepro-loading 1s .3s infinite; animation: lepro-loading 1s .3s infinite; }
.polyline_5 {  -webkit-animation: lepro-loading 1s .4s infinite; animation: lepro-loading 1s .4s infinite; }
.polyline_6 {  -webkit-animation: lepro-loading 1s .5s infinite; animation: lepro-loading 1s .5s infinite; }
.polyline_7 {  -webkit-animation: lepro-loading 1s .6s infinite; animation: lepro-loading 1s .6s infinite; }
.polyline_8 {  -webkit-animation: lepro-loading 1s .7s infinite; animation: lepro-loading 1s .7s infinite; }
.polyline_9 {  -webkit-animation: lepro-loading 1s .8s infinite; animation: lepro-loading 1s .8s infinite; }
.polyline_10 {  -webkit-animation: lepro-loading 1s .9s infinite; animation: lepro-loading 1s .9s infinite; }

@-webkit-keyframes lepro-loading {
  0%   { fill: #000; }
  100% { fill: #c4c4c4; }
}
@-moz-keyframes lepro-loading {
  0%   { fill: #000; }
  100% { fill: #c4c4c4; }
}
@keyframes lepro-loading {
  0%   { fill: #000; }
  100% { fill: #c4c4c4; }
}

.b-loading_animation {
	position: absolute;
	display: block;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-20px;
	width: 40px;
	height: 40px;
	line-height: 37px;
	background-color: rgba(0,0,0,0.5);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-align: center;
}
.b-loading_animation span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 3px;
	background-color: rgba(255,255,255,0.2);
	-webkit-animation-name: loading;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-function:linear;
	-moz-animation-name: loading;
	-moz-animation-duration:1.5s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-function:linear;
	animation-name: loading;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-function:linear;
}
.b-loading_animation :nth-child(1){
	margin-left: 0;
	-webkit-animation-delay: 0.37s;
	-moz-animation-delay: 0.37s;
	animation-delay: 0.37s;
}
.b-loading_animation :nth-child(2){
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.b-loading_animation :nth-child(3){
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
@-webkit-keyframes loading {
	0%{
		background-color: #999;
	}
	50%{
		background-color: #fff;
	}
	100%{
		background-color: #999;
	}
}
@-moz-keyframes loading {
	0%{
		background-color: #999;
	}
	50%{
		background-color: #fff;
	}
	100%{
		background-color: #999;
	}
}
@keyframes loading {
	0%{
		background-color: #999;
	}
	50%{
		background-color: #fff;
	}
	100%{
		background-color: #999;
	}
}
.digits_group_separator {
	display:inline;
}
.b-search_match {
	background-color:#ffff66;
}
.i-checkbox {
    vertical-align: middle;
}
.b-note {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #d23a2f;
}
.b-open_link {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.js-date {
	text-transform: lowercase;
}
@font-face {
	font-family: 'romulcregular';
	src: url('../fonts/RomulC.eot');
	src: url('../fonts/RomulC.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/RomulC.woff') format('woff'),
		 url('../fonts/RomulC.ttf') format('truetype'),
		 url('../fonts/RomulC.svg#romulcregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'etiennec';
  font-style: normal;
  font-weight: 400;
  src: local('EtienneC'), url('../fonts/EtienneC.ttf');
}
@font-face {
  font-family: 'etiennec';
  font-style: normal;
  font-weight: 700;
  src: local('EtienneBoldC'), url('../fonts/EtienneBoldC.ttf');
}

.spoiler {
	border:1px dotted #CCC;
	margin:-1px -1px;
	display: inline-block;
}
.spoiler .inner_spoiler {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.spoiler .inner_spoiler code {
	opacity: 0;
}
*+html .spoiler .inner_spoiler {display:inline-block;} /* IE7 */
.spoiler .inner_spoiler {display:inline-block\0/;} /* IE8 */
.spoiler_visible,
.spoiler:hover {
	border:none;
	margin:0;
}
.spoiler_visible .inner_spoiler,
.spoiler:hover .inner_spoiler,
.spoiler_visible .inner_spoiler code,
.spoiler:hover .inner_spoiler code {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.b-svg-icon {
	width:20px;
	height:20px;
	display:inline-block;
	position:relative;
}
	.b-svg-icon svg {
		width:100%;
		height:100%;
		display: inline-block;
	}
	.b-svg_icon em {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

.b-group_images {
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
}
.b-group_images.b-group_images_0 {
	margin-bottom: 0;
}
.b-group_images.b-group_images_1,
.b-group_images.b-group_images_2,
.b-group_images.b-group_images_3,
.b-group_images.b-group_images_4,
.b-group_images.b-group_images_5 {
	height: 200px;
}
	.b-group_images.b-group_images_0:after {
		content: '[изображение недоступно]';
		font-size: 10px;
		color: #ccc;
	}
	.b-group_image_wrap {
		display: block;
		position: absolute;
		width: 50%;
		height: 100%;
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}
		.b-group_image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center center;
		}
			.b-group_image_empty__vert {
				height: 100%;
				position: absolute;
				right: 0;
				top: 0;
				background: #FFF;
			}
			.b-group_image_empty__hor {
				position: absolute;
				bottom: 0;
				width: 100%;
				background: #FFF;
			}
			.b-group_images_4 .b-group_image_empty__vert,
			.b-group_images_5 .b-group_image_empty__vert,
			.b-group_images_3 .b-group_image_wrap_1 .b-group_image_empty__vert,
			.b-group_images_3 .b-group_image_wrap_2 .b-group_image_empty__vert,
			.b-group_images_2 .b-group_image_wrap_1 .b-group_image_empty__vert {
				width: 4px;
			}

			.b-group_images_4 .b-group_image_wrap_2 .b-group_image_empty__hor,
			.b-group_images_4 .b-group_image_wrap_3 .b-group_image_empty__hor,
			.b-group_images_5 .b-group_image_wrap_2 .b-group_image_empty__hor,
			.b-group_images_5 .b-group_image_wrap_3 .b-group_image_empty__hor {
				height: 4px;
			}
		.b-group_images_2 .b-group_image_wrap {
			width: 50%;
			height: 100%;
		}
		.b-group_images_3 .b-group_image_wrap {
			width: 33.3%;
			height: 100%;
		}
		.b-group_images_4 .b-group_image_wrap_1,
		.b-group_images_5 .b-group_image_wrap_1 {
			width: 50%;
			height: 100%;
		}

		.b-group_images_4 .b-group_image_wrap_2,
		.b-group_images_5 .b-group_image_wrap_2 {
			width: 20%;
			height: 50%;
		}
		.b-group_images_4 .b-group_image_wrap_3,
		.b-group_images_5 .b-group_image_wrap_3 {
			width: 30%;
			height: 50%;
		}

		.b-group_images_4 .b-group_image_wrap_4,
		.b-group_images_5 .b-group_image_wrap_4 {
			width: 30%;
			height: 50%;
		}
		.b-group_images_5 .b-group_image_wrap_5 {
			width: 20%;
			height: 50%;
		}
		.b-group_images_5 .b-group_image_wrap_1,
		.b-group_images_4 .b-group_image_wrap_1 { left: 0; top: 0; }
		.b-group_images_5 .b-group_image_wrap_2,
		.b-group_images_4 .b-group_image_wrap_2 { left: 50%; top: 0; }
		.b-group_images_5 .b-group_image_wrap_3,
		.b-group_images_4 .b-group_image_wrap_3 { right: 0; top: 0; }
		.b-group_images_5 .b-group_image_wrap_4,
		.b-group_images_4 .b-group_image_wrap_4 { left: 50%; bottom: 0; }
		.b-group_images_5 .b-group_image_wrap_5 { right: 0; bottom: 0; }

		.b-group_images_3 .b-group_image_wrap_1 { left: 0; top: 0; }
		.b-group_images_3 .b-group_image_wrap_2 { left: 33.3%; top: 0; }
		.b-group_images_3 .b-group_image_wrap_3 { right: 0; top: 0; }

		.b-group_images_2 .b-group_image_wrap_1 { left: 0; top: 0; }
		.b-group_images_2 .b-group_image_wrap_2 { left: 50%; top: 0; }


.b-image_can_shrink {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
	.js-image_opened img {
		opacity: 0;
		transition: opacity 500ms;
	}

.b-notification-svg-font {
	display: none;
}
.locked {
	overflow: hidden;
}	

input[type="image"] {
	max-width: 100px;
	max-height: 60px;
}

.l-wrapper {
	min-width:800px;
	position: relative;
	min-height: 100%;
	_height: 100%;
	z-index:1;
}
	.l-i-wrapper {
		padding-bottom:162px;
		background:#FFF;
	}
.l-header {
	position: relative;
	padding:27px 0 10px;
	min-height: 75px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
	.l-header_tagline {
		width:23%;
		padding:9px 10px 0 6px;
	}
	.l-header_nav {
		width:52%;
		padding:5px 10px 0 6px;
	}
	.l-header_aside {
		width:25%;
		padding:0 10px 0 0;
	}
.l-header_subsite {
	padding-left:245px;
	position: relative;
}
	.l-header_subsite .b-header_aside {
		top: 8px;
	}
	.l-header_subsite .l-header .b-logo {
		display: none;
	}

.l-footer {
	min-width:800px;
	height:162px;
	position: relative;
	margin-top: -162px;
	z-index:2;
	clear: both;
}

.l-content {
	position:relative;
	min-height:610px;
	z-index: 1;
	clear:both;
}
	.l-content_aside {
		width:245px;
		padding-top:97px;
		margin-top: 15px;
		float:left;
		clear:right;
		position:relative;
		min-height:305px;
		/*background:url(/static/i/lepra/bg_left_2.jpg) no-repeat 0 0;*/
	}
		.l-content_aside_subsite {
			background:url(/static/i/sublepra/bg_left.png) no-repeat 0 0;
			padding: 0;
			margin-top: 0;
		}
	.l-content_main {
		margin-left:-245px;
		float:left;
		clear:right;
		height:1%;
		width:100%;
		_overflow-x:hidden;
		zoom:1;
	}
	.l-content__subsite {
		background-color: #fff;
	}
	.l-content__subsite .l-content_main {
		border-top: 1px solid #D5D5D5;
	}
		.l-i-content_main {
			/*margin-left:275px;*/
			margin-left:245px;
			position:relative;
			zoom:1;
		}

.b-content_top_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: -moz-linear-gradient(top,  rgba(150, 150, 150, 0.2) 0, rgba(150, 150, 150, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(150, 150, 150, 0.2)), color-stop(50px,rgba(150, 150, 150, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(150, 150, 150, 0.2) 0, rgba(150, 150, 150, 0) 50px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(150, 150, 150, 0.2) 0, rgba(150, 150, 150, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(150, 150, 150, 0.2) 0, rgba(150, 150, 150, 0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(150, 150, 150, 0.2) 0, rgba(150, 150, 150, 0) 100%); /* W3C */
}
.b-columns {
	
}
	.b-column {
		overflow:hidden;
	}
		.b-i-column {
			padding:0 10px 0 10px;
		}
	.b-column_right_column {
		float:right;
		min-height:760px;
		border-left:1px solid #e9e9e9;
		padding-right:30px;
		width:34%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing:border-box;
	}
		.b-column_left_column .b-i-column {
			padding-left:0;
		}
		
.b-top_panel_notice {
	background-color:#c12b00;
	padding:2px;
	color:#FFF;
	position:relative;
	z-index:2;
}
	.b-top_panel_notice a {
		color:#FFF;
	}


/* Навигационная штука */
.b-navthing_holder {
	position: relative;
	z-index: 999;
	width: 100%;
	margin-top:-1px;
	zoom:1;
}
	.b-i-navthing_holder {
		position:relative;
		height:1px;
		margin-left:245px;
	}

.b-navthing {
	overflow: hidden;
	position: absolute;
	background: url(/static/i/navthing/navthing_bg.png) 0 0 no-repeat;
	z-index: 3;
	width: 25%;
	height: 377px;
	right: 0;
	top: -351px;
	font-size: 11px;
}
	.b-navthing_content {
		width: 642px;
		height: 377px;
		position: absolute;
		bottom:0;
		left:12px;
	}
	.b-navthing_toggle {
		height: 26px;
		width: 252px;
		position: absolute;
		bottom: 0;
		left: 0;
		cursor: pointer;
		cursor: hand;
	}

/* navthing navigation */
.b-navthing_link {
	position: absolute;
	display:block;
}
	.b-navthing_link_lepra {
		left:18px;
		top:10px;
		width:193px;
		height:42px;
	}
	.b-navthing_link_colony {
		left:327px;
		top:16px;
		width:222px;
		height:16px;
	}
	.b-navthing_link_maksimus {
		left:327px;
		top:32px;
		width:81px;
		height:21px;
	}
	.b-navthing_link_archive {
		left:408px;
		top:32px;
		width:40px;
		height:21px;
	}
	.b-navthing_link_sklad  {
		left:448px;
		top:32px;
		width:68px;
		height:21px;
	}

/* navthing tabs */
.b-navthing_tab {
	display:none;
	position:absolute;
	width:610px;
	height:250px;
	overflow:hidden;
	left:18px;
	top:81px;
}
	.js-navthing_pics .b-navthing_tab_pics, 
	.js-navthing_text .b-navthing_tab_text, 
	.js-navthing_both .b-navthing_tab_both {
		display:block;
	}

/* navthing full view */
.b-navthing_tab_both {
	
}
	.b-navthing_tab_both table {
		padding:0;
		margin:0;
		position:absolute;
		top:0;
		left:0;
	}
	.b-navthing_tab_both td {
		padding:0;
		margin:0;
		vertical-align:top;
		width:280px;
	}
	.b-navthing_tab_both_sub {
		width:280px;
		height:75px;
		border-bottom:1px solid #d8d7d7;
		position:relative;
		margin-right:25px;
		margin-bottom:9px;
		zoom:1;
	}
		.b-navthing_tab_both_sub:last-child {
			border-bottom:none;
		}
		.b-navthing_tab_both_logo {
			display:inline;
			position:relative;
			float:left;
			width:64px;
			height:64px;
			background-color: #000;
			background-position:50% 50%;
			background-repeat:no-repeat;
			background-size:contain;
			margin-right: 10px;
		}
		.b-navthing_tab_both_lock {
			position:absolute;
			top:48px;
			left:13px;
			display:block;
			height:25px;
			width:17px;
			background:url(/static/i/lepra/lock.png) no-repeat top left;
			_background:none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/i/lepra/lock.png', sizingMethod='scale');
			zoom:1;
		}
		.b-navthing_tab_both h5,
		.b-navthing_tab_both_link,
		.b-navthing_tab_both_creator {
			display:block;
			float:left;
			width:196px;
			white-space:nowrap;
			overflow:hidden;
			text-overflow: ellipsis;
		}
		.b-navthing_tab_both h5 {
			padding:3px 0 3px;
			margin:0;
			font-size:14px;
			font-weight:normal;
			color:#000;
			zoom:1;
		}
		.b-navthing_tab_both_link {
			margin:0 0 5px;
			font-size:14px;
			color:#717171;
		}
		.b-navthing_tab_both_creator {
			color:#717171;
		}
	.b-navthing_both_button_left,
	.b-navthing_both_button_right {
		display:none;
		position:absolute;
		top:165px;
		height:83px;
		width:14px;
	}
		.js-navthing_both .b-navthing_both_button_left,
		.js-navthing_both .b-navthing_both_button_right {
			display:block;
		}
		.b-navthing_both_button_left img,
		.b-navthing_both_button_right img {
			display:block;
		}
		.b-navthing_both_button_left {
			left:-14px;
		}
		.b-navthing_both_button_right {
			left:642px;
		}

/* navthing text only */
.b-navthing_tab_text {
	overflow:auto;
	padding-right:10px;
	width:590px;
	height:230px;
}

/* navthing img view */
.b-navthing_tab_pics {
	overflow:auto;
	height:240px;
	width:608;
	padding-right:10px;
	zoom:1;
}
	.b-navthing_tab_pics_logo {
		float:left;
		width:64px;
		height:64px;
		position:relative;
		margin:0 10px 16px 0;
		background-color: #000;
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:contain;
	}
		.b-navthing_tab_pics_logo i {
			
		}
	.b-navthing_tab_pics_lock {
		position:absolute;
		bottom:-6px;
		left:-3px;
		position:absolute;
		top:48px;
		left:13px;
		display:block;
		height:25px;
		width:17px;
		background:url(/static/i/lepra/lock.png) no-repeat top left;
		_background:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/i/lepra/lock.png', sizingMethod='scale');
		zoom:1;
	}

/* navthing tabs navigation */
.b-navthing_tabs_navigation {
	position:absolute;
	top:330px;
	text-align:right;
	width:600px;
}
	.b-navthing_tabs_navigation_all_subs {
		padding-left:18px;
		background:url(/static/i/lepra/list.gif) no-repeat 0 2px;
	}

	.b-navthing_tabs_navigation a {
		color:#3d3d3d;
	}
	.b-navthing_tabs_navigation_menu {
		display:block;
		float:left;
		margin-left:27px;
		display:inline;
	}
		.b-navthing_tabs_navigation_menu a {
			text-decoration:none;
			border-bottom:1px dashed;
			margin-right:3px;
		}
		.js-navthing_pics .b-navthing_tabs_navigation_menu_pics, 
		.js-navthing_text .b-navthing_tabs_navigation_menu_text, 
		.js-navthing_both .b-navthing_tabs_navigation_menu_both {
			border-bottom:1px solid;
		}

.l-wide_header {
	background-color: #fff;
	position: relative;
}
.l-wide_header .l-header {
	margin-left: 245px;
}
.b-logo {
	display:block;
	position:absolute;
	top: 25px;
	left: -238px;
	width:166px;
	text-align: center;
}
.b-logo img {
	max-width:166px;
	max-height: 75px;
}
.b-logo_subsite {
	width:50px;
	/*left:65px;*/
	left: 65px;
	top: 25px;
}

/* header tagline */
.b-header_tagline {
	font-size:0.85em;
	margin-bottom:4px;
	line-height:1.6;
}
	.b-icon_button_logout {
		font-size:0.85em;
		color:#9b9b9b;
		margin-left:-20px;
	}

/* header navigation */
.b-header_nav {
}
	.b-header_nav_link {
		position: relative;
		color:#3d3d3d;
		display: inline-block;
		height: 26px;
		vertical-align: baseline;
		text-decoration:none;
		padding: 0 5px;
		margin-right: 5px;
	}
		.b-header_nav_link i {
			font-style:normal;
			padding:0;
			position: relative;
			top: 2px;
			vertical-align: middle;
		}
		.b-header_nav_link:hover,
		.b-header_nav_link_active {
			color:#699;
		}
		.b-header_nav_link i:empty {
			display:none;
		}
		.b-header_nav_link svg {
			vertical-align: middle;
			margin-bottom: -11px;
			margin-right: -7px;
			fill: currentColor;
		}
	.b-header_nav_notifications {
		margin-right: 25px;
		padding-left: 10px;
		border-left: 1px solid #d7d7d7;
	}
	.b-header_nav_fraud {
		border-bottom: 1px solid #d7d7d7;
		margin-right: 20px;
	}
	.b-header_nav_link img {
		position: absolute;
		width: 70%;
		top: 27px;
		left: 13%;
	}
	.b-header_nav_new_post {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding: 8px 0 3px 6px;
		font-size: 0.85em;
		line-height: 1.5em;
	}
		@media all and (min-width: 1300px) {
			.b-header_nav_new_post {
				display: block;
			}
		}


/* header aside */
.b-header_aside {
	position:relative;
	top:9px;
}
.b-header_counters {
	margin:0 0 12px 0;
}
.b-header_search {
	position:relative;
	left: -1px;
}
	.b-header_search .i-form_text_input {
		height: 25px;
		width: 86%;
		background-color:#FFF;
		color: #000;
		border-color: #ebebeb;
		padding: 3px 3px 3px 8px;
		border-radius: 5px;
		-webkit-appearance: none;
	}
		.b-header_search .i-form_text_input::-webkit-search-decoration {
			width: 0;
			display: none;
		}
		.b-header_search .i-form_text_input::-webkit-textfield-decoration-container {
			display: block;
			height: 10px;
		}
	.b-header_search .i-form_text_input:focus {
		color: #000;
		box-shadow: none;
	}
	.b-header_search .b-header_search_input_opened {
		border-radius: 5px 5px 0 0;
	}
	.b-header_search .b-fui_icon_button_search {
		vertical-align:middle;
		position:relative;
	}
	.b-header_search_link {
		font-size:0.85em;
		margin-left:5px;
	}

/* quick search */
.b-quick_search_container {
	box-sizing: border-box;
	position: absolute;
	right: 77px;
	top: 87px;
	width: 262px;
	background-color: #f6efd2;
	border: 1px solid #d7d7d7;
	border-radius: 0 0 3px 3px;
	z-index: 2;
	overflow: hidden;
	transition: max-height 1s;
}
	.b-quick_search {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
		.b-quick_search_opened {
			margin-top: 37px;
		}
	.b-quick_search_section {
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: -1px;
	}
		.b-quick_search_section li {
			box-sizing: border-box;
			max-height: 0;
			position: relative;
			margin: 0;
			padding: 0 12px 0 45px;
			list-style-type: none;
			opacity: 0;
			transition: max-height 0s, padding 0s, opacity .2s;
			overflow: hidden;
		}
			.b-quick_search_section li:nth-child(1),
			.b-quick_search_section li:nth-child(2),
			.b-quick_search_section li:nth-child(3),
			.b-quick_search_section li:nth-child(4),
			.b-quick_search_section.b-quick_search_section_opened li {
				opacity: 1;
				padding: 10px 12px 5px 45px;
				max-height: 100px;
				min-height: 45px;
			}
			.b-quick_search_section_docs li:nth-child(1),
			.b-quick_search_section_docs li:nth-child(2),
			.b-quick_search_section_docs li:nth-child(3),
			.b-quick_search_section_docs li:nth-child(4),
			.b-quick_search_section_docs.b-quick_search_section_opened li {
				opacity: 1;
				padding: 10px 12px 10px 12px;
				max-height: 100px;
			}
		.b-quick_search_section_docs li img,
		.b-quick_search_section_docs li br {
			display: none;
		}
		.b-quick_search_item_active {
			background-color: #f1e7bf;
		}
		.b-quick_search_section li.b-quick_search_section_header {
			font-size: 11px;
			border-bottom: 1px solid #d7d7d7;
			border-top: 1px solid #d7d7d7;
			padding: 10px 12px 9px 12px;
			transition: padding-left .2s;
			min-height: 0;
		}
			.b-quick_search_section_opened li.b-quick_search_section_header {
				padding-left: 45px;
				border-top: none;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				background-color: #f6efd2;
				z-index: 1;
			}
			.b-quick_search_section:first-of-type .b-quick_search_section_header {
				margin-top: 0;
				border-top: none;
			}
		.b-quick_search_section_header_back {
			top: 0;
			left: 0;
			position: absolute;
			display: block;
			width: 0;
			height: 35px;
			overflow: hidden;
			transition: width .2s;
		}
			.b-quick_search_section_opened .b-quick_search_section_header_back {
				width: 35px;
				border-right: 1px solid #d7d7d7;
			}
			.b-quick_search_section_header_back:after {
				content: "";
				display: block;
				width: 8px;
				height: 8px;
				position: absolute;
				top: 13px;
				left: 15px;
				border-left: 2px solid;
				border-top: 2px solid;
				transform: rotate(-45deg);
			}
		.b-quick_search_section_header_caption {
			text-decoration: none;
			display: block;
		}
		.b-quick_search_section_header_caption_text {
			font-weight: normal;
			font-size: 14px;
		}
			.b-quick_search_section_header_caption:hover .b-quick_search_section_header_caption_text {
				text-decoration: underline;
			}
		.b-quick_search_section_header_caption_counter {
			border: 1px solid;
			border-radius: 3px;
			padding: 0 2px;
			font-style: normal;
			margin-left: 5px;
		}
		.b-quick_search_section_header_caption_loading {
			display: inline-block;
			vertical-align: bottom;
			margin-left: 5px;
			background: url(/static/i/ninja.gif) 0 0 no-repeat;
			background-size: contain;
			width: 15px;
			height: 15px;
		}
	.b-quick_search_avatar {
		position: absolute;
		top: 12px;
		left: 12px;
		display: block;
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	.b-quick_search_avatar_border {
		box-shadow: 0 0 2px #CCC;
		border-radius: 3px;
		background: none;
	}
	.b-quick_search .b-quick_search_section_domain_prefix,
	.b-quick_search .c_user {
		font-size: 14px;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 100%;
	}
	.b-quick_search_name {
		display: inline-block;
		font-size: 11px;
		text-decoration: none;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 100%;
	}
	.b-quick_search_karma {
		font-size: 11px;
		display: inline-block;
		overflow: hidden;
	}
	.b-quick_search_item_overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.b-quick_search_section_opened .b-quick_search_section_header .b-quick_search_item_overlay {
		left: 36px;
	}
	.b-quick_search_post_body {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		margin-bottom: 5px;
		line-height: 16px;
		max-height: 48px;
	}
		.b-quick_search_post_footer {
			font-size: 11px;
		}
		.b-quick_search_post_footer .c_user {
			display: inline;
			font-size: 11px;
		}
	.b-quick_search_full {
		box-sizing: border-box;
		width: 100%;
		height: 40px;
		background-color: #fff;
		border-top: 1px solid #d7d7d7;
		border-radius: 0 0 3px 3px;
		line-height: 40px;
	}
		.b-quick_search_full a {
			display: block;
			text-decoration: none;
			padding-left: 12px;
		}

.b-subsite_logo {
	position: absolute;
	top: 10px;
	left: 58px;
	width: 64px;
	height: 64px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.b-subsite_header {
	padding: 24px 34% 0 0;
	margin: 0 28px 10px 0;
	position: relative;
	font-size: 30px;
	font-weight:normal;
	font-family:Arial, sans-serif;
}
	.b-subsite_header a {
		text-decoration:none;
		padding:6px;
		margin-left:-6px;
		color: #000;
	}
.b-subdomain_settings_button {
	background: url("/static/i/sublepra/info.gif") 0 0 no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 41px;
	top: 34px;
	z-index:1;
}
.b-subdomain_aside_right {
	width: 330px;
	float: right;
}
	.b-subdomain_aside_subscribe {
		position: relative;
		height: 30px;
    	overflow: hidden;
    	transition: height .3s;
    	margin-bottom: 10px;
	}
	.b-subdomain_aside_subscribe.b-subdomain_aside_subscribe__expand {
		height: 80px;
	}
		.b-subdomain_aside_subscribe .b-subscribe_button {
			float: right;
			width: 111px;
			margin-right: 218px;
		}
			.b-subdomain_aside_subscribe .b-subscribe_button_text {
				color: #000;
			}
		.b-subdomain_aside_subscribe_additional {
			float: right;
			width: 299px;
			margin-top: 7px;
		}
			.b-subdomain_aside_subscribe_additional p {
				margin-bottom: 5px;
			}
		.b-subdomain_aside_subscribe_expand {
			position: absolute;
			top: 4px;
			left: 160px;
			-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
			-webkit-transition: -webkit-transform .3s;
			-ms-transition: -ms-transform .3s;
			transition: transform .3s;
		}
		.b-subdomain_aside_subscribe__expand .b-subdomain_aside_subscribe_expand {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
			.b-subdomain_aside_subscribe_expand i,
			.b-subdomain_aside_subscribe_expand svg {
				width: 10px;
				height: 10px;
			}
			.b-subdomain_aside_subscribe_expand svg * {
				fill: #C8C8C8;
			}
.b-domain_popup {
	position: absolute;
	width: 400px;
	right: 28px;
	background: #d7d7d7;
	z-index: 1000;
	font-size: 0.9375em;
	padding: 40px 15px 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.b-domain_popup_col {
	float: left;
	width: 50%;
}
.b-domain_popup_controls {
	margin-bottom: 7px;
}
.b-domain_popup_description {
	padding-top: 35px;
	clear: both;
}
.b-domain_description {
	float:right;
	width:286px;
	padding:20px 30px 10px 0;
	margin:0 0 10px 20px;
	border-bottom:1px solid #EAEAEA;
}

.b-footer {
	height:100%;
}
	.b-footer_left_col {
		float:left;
		clear:right;
		width:66%;
		position:relative;
		background:url(/static/i/lepra/footer_bg_left.jpg) repeat-x 100% 0;
		height:100%;
	}
	.b-footer_right_col {
		float:left;
		clear:right;
		width:34%;
		position:relative;
		background:url(/static/i/lepra/footer_bg_right.jpg) repeat-x 0 0;
		height:100%;
	}
	.b-footer_back_to_index {
		display:block;
		text-decoration:none;
		position:absolute;
		top:0;
		left:180px;
		width:55px;
		height:82px;
		background:url(/static/i/lepra/flag.png) no-repeat 0 0;
	}

	.b-footer_tg {
		padding: 24px 0 0 250px;
		line-height: 18px;
	}

	.b-footer_tg_note {
		font-size: 11px;
	}

	.b-footer_back_to_domain_index {
		display:block;
		font-size:17px;
		color:#555555;
		margin-bottom: 15px;
	}
	.b-footer_live {
		display:block;
		position:absolute;
		top:27px;
		right:41px;
		white-space:nowrap;
		font-size:12px;
		color:#e40000;
		text-decoration:none;
	}
		.b-footer_live:hover {
			color:#e40000;
		}
		.b-footer_live i {
			display:inline-block;
			width:58px;
			height:54px;
			background:url(/static/i/lepra/footer_live.png) no-repeat 0 0;
			vertical-align:top;
			position:relative;
			top:-16px;
		}
	.b-footer_donate {
		display:block;
		width:175px;
		position:absolute;
		top: 83px;
		right: 63px;
		color:#555;
		background:url(/static/i/lepra/footer_lightning.gif) no-repeat 0 0;
		padding:3px 0 20px 25px;
		font-size:12px;
		line-height: 18px;
	}
		.b-footer_donate:hover {
			color:#555;
		}
.b-footer_navigation {
	position:absolute;
	top:24px;
	left:42px;
	font-size: 12px;
	line-height: 1.6;
}
	.b-footer_copyrights {
		font-size:11px;
	}
.b-footer_futurico {
	display:block;
	width:39px;
	height:57px;
	position:absolute;
	right:10px;
	bottom:43px;
	background:url(/static/i/lepra/futurico2011.png) no-repeat 0 0;
}

.b-gertruda {
	position:relative;
	z-index:1;
	margin-bottom:29px;
	min-height:291px;
}
.b-gertruda img {
	display:block;
	max-width:210px;
}
.l-content_aside_subsite .b-gertruda {
	margin-top: 103px;
}

.l-content_aside_main .b-gertruda {
	position : relative;
	overflow: hidden;
}

.l-content_aside_main .b-gertruda:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	background: #ccc;
	box-shadow: 0px 1px 2px 0px #666;
}

.l-content_aside_main .b-gertruda img {
	margin-top: -15px;
}

.b-aside_nav {
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
}
	.b-aside_nav li {
		display:block;
		padding:0;
		margin:0 0 1em 20px;
		font-size:11px;
	}
.b-aside_wiki_nav {
	position:relative;
	z-index:2;
}
	.b-aside_wiki_nav a {
		display:block;
	}
	.b-aside_wiki_nav img {
		display:block;
	}
.b-aside_item {
	border-bottom: 1px solid #e9e9e9;
	width: 140px;
}
.b-aside_president {
	padding: 10px 0 0 65px;
	margin-right: 10px;
	min-height: 49px;
	color: #4b4b4b;
	position: relative;
	z-index: 1;
}
	.b-aside_president_bg {
		position:absolute;
		top:0;
		left:0;
		max-width: 100%;
		height: auto;
	}
	.b-aside_president a {
		position:relative;
		font-size:17px;
		display:block;
		overflow:hidden;
		text-overflow:ellipsis;
		z-index:1;
	}
	.b-aside_president b {
		font-weight:normal;
		font-size:17px;
	}
	.b-aside_president p {
		position:relative;
		margin-top: 0.5em;
		font-size:10px;
		z-index:1;
	}
.b-aside_government {
	padding: 10px 0 10px 65px;
	margin-right: 10px;
	margin-bottom:5px;
	position: relative;
	z-index: 1;
}
	.b-aside_government a {
		font-size:15px;
	}
.b-aside_elections {
	padding: 10px 0 10px 65px;
	margin-right: 10px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1.2em;
	position: relative;
	z-index: 1;
}
	.b-aside_elections a {
		background: #f00;
		color: #fff;
		padding: 1px 3px;
	}
.b-aside_imperial_blogs {
	padding: 10px 0 0 45px;
	margin-right: 10px;
	min-height: 60px;
	color: #4b4b4b;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
	.b-aside_imperial_blogs_bg {
		position:absolute;
		top:0;
		left:0;
		max-width: 100%;
		height: auto;
	}
	.b-aside_imperial_blogs strong {
		font-weight:normal;
		display:block;
		margin-bottom:6px;
		font-size:15px;
		padding-left: 20px;
		position:relative;
		z-index:1;
	}
	.b-aside_imperial_blogs a {
		font-size:15px;
	}
	.b-aside_imperial_blogs ul {
		display:block;
		list-style-type:none;
		margin:0 0 15px;
		padding:0;
		font-size:13px;
		position:relative;
		z-index:1;
	}
		.b-aside_imperial_blogs li {
			display:block;
			padding:0 0 0 20px;
			margin:0 0 2px;
			overflow:hidden;
			text-overflow:ellipsis;
			position: relative;
		}
		.b-aside_imperial_blogs ul a {
			font-size:13px;
		}
		.b-aside_imperial_blogs .b-close_btn {
			position: absolute;
			left: 0;
			top: -2px;
			font-size: 9px;
			display: none;
		}
		.b-aside_imperial_blogs li:hover .b-close_btn {
			display: block;
		}
.b-aside_replacements {
	width: 213px;
	border-bottom: none;
}
	.b-aside_replacements_header {
		display: inline-block;
		font-size: 15px;
		color: #4b4b4b;
		text-decoration: none;
		background-color: #fdfaa5;
		padding: 4px 2px;
		margin: 0 0 10px 64px;
	}
	.b-aside_replacements_list {
		font-size: 10px;
	}
	.b-aside_replacements_list_items {
		list-style-type: none;
		margin: 0 0 0 40px;
		padding: 0;
	}
	.b-aside_replacements_list_item {
		margin: 0 0 10px;
		padding: 0 0 0 25px;
		position: relative;
	}
	.b-aside_replacements_list_counter {
		display: inline-block;
		margin: 0 0 20px 66px;
		text-decoration: none;
	}
		.b-aside_replacements_list_counter:hover {
			text-decoration: underline;
		}
	.b-aside_replacements_list_item_input,
	.b-aside_replacements_list_item_output {
		white-space: nowrap;
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.b-aside_replacements_list_item_input:after {
		content: "⟶";
		margin: 0 5px;
	}
	.b-aside_replacements_list_item_output {
		background-color: #fdfaa5;
		padding: 2px 0;
	}
	.b-aside_replacements_list_item_rating {
		position: absolute;
		right: 158px;
		bottom: 4px;
	}

/* chat */
.b-chat {
	margin-top:-432px;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	color:#4eff00;
	font-family: Monaco, monospace;
	font-size:14px;
	padding-bottom: 4px;
}
.b-chat_bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	opacity:0.9;
	filter:alpha(opacity: 90);
}
.b-chat a {
	color:#309200;
	text-decoration:none;
	transition:color 0.3s;
}
.b-chat a:hover {
	color:#309200 !important;
	text-decoration:underline;
}
.b-chat .user_name {
	color:#309200;
}
.b-chat .messages_holder_outer {
	margin-bottom:32px;
}
.b-chat .messages_holder {
	height:400px;
	overflow:auto;
	margin-right:10px;
}
.b-chat .messages_holder_inner {
	padding:20px 5px;
	word-break: break-word;
}
.b-chat_holder {
	width:100%;
	position:relative;
	border-bottom: 1px solid #5e5e5b;
	-webkit-box-shadow:  0px 1px 4px 0px rgba(255, 255, 255, 0.3);
	box-shadow:  0px 1px 4px 0px rgba(255, 255, 255, 0.3);
}
.b-send_message_holder {
	margin-top:-32px;
	width:100%;
	height:32px;
	/*background:url(/i/chat_message_bg.png);*/
	overflow:hidden;
	position: relative;
}
.b-send_message_holder_bg {
	position: absolute;
	bottom: 0;
	height: 100px;
	left: -30px;
	right: -30px;
	-webkit-box-shadow: inset 0px -10px 20px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px -10px 20px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px -10px 20px 0px rgba(255, 255, 255, 0.2);
}
.b-chat .message {
	margin-bottom:7px;
}
.b-chat .message_to_me {
	color:#006cff;
}
.b-chat .message_to_artimage,
.b-chat .message_to_artimage a,
.b-chat .message_to_artimage a:hover {
	color:#FFE600;
}
.b-chat .message_to_me .user_name,
.b-chat .message_to_me .user_name a  {
	color:#004cbf;
}
.b-chat .message_to_me .user_name a:hover {
	color:#006cff !important;
}
.b-chat .b-send_message_holder table {
	width:100%;
}
.b-chat .b-send_message_holder .input_message_holder {
	width:100%;
	padding:3px 5px;
	position:relative;
}
.username_message_holder {
	padding:3px 5px;
}
.b-chat .b-send_message_holder .input_message_holder input {
	border:none;
	outline:none;
	background:url(/i/0.gif);
	width:100%;
	margin:0;
	padding:0;
	color:#4eff00;
	font-family: Monaco, monospace;
	font-size:14px;
	position:relative;
	z-index:10000;

}
.b-chat .b-send_message_holder .input_message_holder input.sending_message,
.b-chat .loading_messages {
	color:#1f5905;
}
.b-chat .chat_resizer {
	height:5px;
	width:100%;
	cursor:s-resize;
	position: absolute;
	bottom: 0;
	left:0;
}
.b-chat_open {
	display:block;
	position:absolute;
	top:0;
	right:27%;
	width:40px;
	z-index:2;
	height:30px;
	background:url(/static/i/chat_open.png) no-repeat 50% 0;
}
.b-chat .b-chat_close {
	position:absolute;
	top:0;
	right:30px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#CCC;
	text-decoration:none;
	font-size:2em;
}
	.b-chat .b-chat_close:hover {
		text-decoration:none;
	}
.b-chat .b-chat_open_holder {
	margin-left: 245px;
	position: relative;
}
.b-chat .b-chat_open {
	top:4px;
}

select {
	background: #f6efd2;
	border: 1px solid #e9e9e9;
	border-top-color: #ccc;
}
.b-form_heading {
	padding:26px 0 3px 32px;
	color:#556E8C;
	font-size:1.6em;
	position:relative;
	z-index:2;
}
.b-form_line {
	border: none;
	background: #ccc;
	height: 1px;
	text-align: left;
	margin:-14px 5px 20px;
	margin-bottom: 2em;
}
.b-form_field {
	margin:0 0 10px;
	white-space:normal;
}
	.b-form_field p {
		margin:0 0 10px;
		padding:0;
	}
	.b-form_field .b-form_radio_label {
		font-size:1em;
		display:inline;
		padding:2px 0;
		margin:0 10px 0 0;
	}
	.i-form_text_input,
	.i-form_textarea {
		border:1px solid #e9e9e9;
		border-top-color:#cccccc;
		padding:2px;
		background-color:#f6efd2;
		font-size:13px;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing:border-box;
		margin:0 0 2px;
		color:#000;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		outline:1px solid transparent;
		outline-offset:-2px;
		
		-webkit-box-shadow: inset 0 0 0 1px transparent;
		box-shadow: inset 0 0 0 1px transparent;
		
		-webkit-transition: -webkit-box-shadow 0.3s ease;
		-moz-transition: box-shadow 0.3s ease;
		-o-transition: box-shadow 0.3s ease;
		transition: box-shadow 0.3s ease;
	}
	.i-form_text_input__short {
		width: auto;
	}
	.i-form_text_input_pure {
		border: none;
		background: transparent;
	}
	.i-input_wide50 {
		width: 50%;
		display: block;
	}
	.i-input_wide40 {
		width: 40%;
	}
	.i-form_text_input:invalid {
		box-shadow:none;
	}
	.i-form_textarea {
		font-size:1em;
		line-height: 17px;
		height:205px;
	}
		.i-form_text_input:focus,
		.i-form_textarea:focus {
			-webkit-box-shadow: inset 0 0 0 1px #999;
			box-shadow: inset 0 0 0 1px #999;

			outline: none;
		}
		.i-form_textarea__short {
			width: 50%;
			height: 100px;
		}

		::-webkit-input-placeholder {
		    color:#888;
		}
		:-moz-placeholder {
			color:#888;
		}
		:-ms-input-placeholder {
			color:#888;
		}
		.i-form_text_input:disabled,
		.i-form_textarea:disabled,
		select:disabled {
			filter:alpha(opacity=60);
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}

	.i-form_text_input_small {
		font-size: 11px;
		padding-top: 3px;
		padding-bottom: 3px;
		width:70%;
	}
	.i-form_text_input__num {
		width: 60px;
	}
	.i-form_select {
		background-color:#f6efd2;
		margin:3px 0 0;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size:13px;
	}
	.i-form_input_radio {
		vertical-align:text-bottom;
	}
	.b-form_field_description {
		font-size:11px;
		color:#666;
		line-height:15px;
	}
	.i-checkbox {
		vertical-align: middle;
	}
	.b-radio_group_label {
		display:block;
		margin-bottom:9px;
	}
	.i-radio_button {
		vertical-align: middle;
		margin-top: -2px;
		margin-bottom: 0;
	}
	.i-form_button {
		vertical-align: middle;
	}
.i-form_text_input__white,
.i-form_textarea__white {
	background: #f7f7f8;
	background: -moz-linear-gradient(top,  #f7f7f8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f7f8 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f8', endColorstr='#ffffff',GradientType=0 );
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	color: #222222;
	position: relative;
	padding:7px 0 8px 10px;
	font-size:1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
	.i-form_text_input.i-form_text_input__white:focus,
	.i-form_textarea.i-form_textarea__white:focus {
		outline:1px solid #556E8C;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	}
	.i-form_textarea__white {
		font-size:14px;
		height:75px;
	}
.b-check_item {
	white-space: nowrap;
	margin-right:20px;
}
.b-file_uploader_button {
	position:absolute;
	left:3px;
	top:3px;
	line-height:1.2;
	margin-right: 60px;
	text-align: left;
	color:#000;
	font-size:11px;
}
	.b-file_uploader_button:hover {
		color:#000;
	}
.b-file_uploader {
	position:absolute;
	width:100%;
	left:0;
	top:0;
	text-align:left;
	padding:3px 0 3px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.b-comments_reply_block .b-file_uploader {
	padding-right: 100px;
}
	.b-file_uploader_browse_button {
		float: left;
		padding: 0 12px 0 3px;
		margin-bottom: 5px;
		font-size:11px;
	}
	.b-file_uploader_drag {
		position:absolute;
		left:110px;
		top:-2px;
		padding:5px 3px;
		min-width:200px;
		max-width:73%;
		text-align:left;
		overflow:hidden;
		word-wrap:break-word;
		font-size:11px;
	}
	.b-comments_reply_block .b-file_uploader_drag {
		position: static;
		margin-top: -5px;
		white-space: nowrap;
		float: left;
		text-overflow: ellipsis;
		word-wrap: normal;
	}
		.b-file_uploader_drag_hover {
			background-color:#556E8C;
			color:#FFF;
		}
.b-file_uploader__small {
	overflow: hidden;
	position: relative;
}
.b-file_uploader__small .b-file_uploader_browse_button {
	float: left;
	margin-top: 5px;
	padding-left: 0;
}
.b-file_uploader__small .b-file_uploader_drag {
	float: left;
	position: static;
	min-width: 130px;
}
.b-settings_oldschool {
	background-color:#f7f7f7;
	padding:10px;
	margin-top:-10px;
}
	.b-settings_oldschool .b-form_field {
		position:relative;
		display:block;
		margin-bottom:10px;
	}
	.b-settings_oldschool .b-form_field .b-form_radio_label {
		display:block;
		margin-left:22px;
	}
	.b-settings_oldschool .i-checkbox {
		position:absolute;
		left:0;
		top:2px;
	}

.b-form_submit {
	background-color:#f1f1f1;
	width:150px;
	text-align:center;
	padding:5px 0 3px;
	margin:0 0 20px;
	float:right;
}
	.b-form_submit_description {
		float:right;
		margin-right:4px;
		padding-top:6px;
	}
.b-form_right_submit {
	float: right;
	padding:5px 0 3px;
}
.b-form_right_submit input {
	float: right;
	margin-left: 23px;
}
.b-form_left_submit {
	padding-top: 20px;
}

/* textarea editor */
.b-textarea_editor {
	font-size:10px;
	padding:8px 26px 7px 0;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
	.b-textarea_editor_button {
		text-decoration:none;
		color:#777;
		margin-right:4px;
	}
		.b-textarea_editor_link {
			color:#777;
			font-weight:bold;
		}
	.b-textarea_editor_divider {
		margin-right:10px;
	}
	.b-textarea_editor h2 {
		display: inline;
		font-size: 1em;
		font-weight: normal;
	}
	.inbox .b-textarea_editor_code,
	.b-inbox_write .b-textarea_editor_code {
		display: none;
	}
/* search form */
.b-search_form {
	text-align:center;
	padding-top:20px;
	white-space:nowrap;
}
	.b-search_form .i-form_text_input {
		font-size:1.2em;
		padding-top:6px;
		padding-bottom:8px;
		width:370px;
	}
	.b-search_form .b-icon_button_search {
		position:relative;
		left:-7px;
		margin-left:-29px;
	}
.b-subscriptions_search_form {
	width:259px;
	float:right;
	text-align:left;
	margin-bottom:45px;
}
	.b-subscriptions_search_form .i-form_text_input {
		width:239px;
	}
/* user details form */
.b-user_details_form {
	
}
	.b-user_details_form .i-form_text_input,
	.b-user_details_form .i-form_select {
		font-size:11px;
	}
	.b-user_details_form .i-form_select {
		margin-top:0;
	}
	.b-user_details_form_gray {
		background-color:#f1f1f1;
		padding:4px;
		margin-bottom:24px;
	}
		.b-user_details_form_gray .b-form_field:last-child {
			margin-bottom:0;
		}
	.b-user_details_form_description {
		background:url(/static/i/lepra/bullet.gif) no-repeat 0 0;
		padding:0 0 0 36px;
		margin:-20px 0 15px 7px;
		min-height:35px;
	}
	.b-user_details_radio {
		margin:-20px 0 28px 4px;
	}
	.i-user_details_contacts_input {
		width:135px;
	}
	.b-user_details_form_location {
		width:100%;
		border:none;
	}
		.b-user_details_form_location td {
			vertical-align:top;
		}
		.b-user_details_form_location td:last-child {
			width:100%;
		}

/* multicolumns forms */
.b-user_details_form_2_columns {
	white-space:nowrap;
}
	.b-user_details_form_2_columns .b-form_field {
		width:49%;
		display:inline-block;
		vertical-align:top;
		
	}
		.b-user_details_form_2_columns .b-form_field:first-child {
			margin-right:2%;
		}
		.b-user_details_form_2_columns .b-form_field.b-form_field_right {
			margin-left:-5px;
		}
.b-user_details_form_2_columns_password .b-form_field {
	height:50px;
}

/* user registration form */	
.b-user_registration_form {
	margin-right:50px;
}
	.b-user_registration_form .i-form_text_input, 
	.b-user_registration_form .i-form_textarea,
	.b-user_registration_form .i-form_select {
		background-color:#FFF;
	}
/* user settings form */
.b-user_settings_form {
	
}
	.b-user_settings_form .b-form_field {
		background:url(/static/i/lepra/bulet2.gif) no-repeat 0 0;
		padding:0px 10px 10px 13px;
		margin-bottom:30px;
		border-bottom:1px solid #ccc;
	}
	
	.b-form_radio_extended_label {
		display:inline-block;
		vertical-align:middle;
		padding-left:10px;
		margin:6px 0;
	}
/* user password change form */
.b-password_change_form {
	width:90%;
	margin-bottom:30px;
}
	.b-password_change_form .b-form_field {
		width:32%;
		margin-right:1%;
		display:inline-block;
		vertical-align:top;
	}
/* password input */
.b-error_container {
	color: #cc3333;
}
.b-form_error_content {
	overflow: hidden;
	min-height: 20px;
}
.b-error_container_red .b-form_error {
	color: #cc3333;
	line-height: 1.2em;
	padding: 0 0 3px;
}
	.b-error_container_red .b-form_error .js-valid_login {
		text-decoration:none;
		border-bottom:1px dotted;
	}
.b-form_error_weak {
	color: #f39200;
}
.b-form_error_valid {
	color: #0e9d4c;
}
.b-form_subtitle {
	color: #7F7F7F;
	font-size: 1.094em;
	font-weight: normal;
	margin: 0;
}
.b-input_wrap {
	position: relative;
}

.b-adm_address .b-form_field__comment {
	padding-right: 27px;
}
.b-adm_address .b-form_field__comment textarea {
	width: 100%;
	box-sizing: border-box;
	padding-right: 27px;
}

.b-new_post_miniform {
	max-width: 800px;
	margin-top: 0;
	padding-right: 390px;
}
.l-custom_domain .b-new_post_miniform {
	
}
.l-custom_domain .b-new_post_miniform.b-new_post_miniform_no_treshold {
	
}
.b-new_post_miniform.b-new_post_miniform_uploading {
	margin-bottom: 50px;
	transition: margin-bottom .3s;
}
.b-new_post_miniform.b-new_post_miniform_uploading .b-new_post_file_uploader {
	position: absolute;
    left: -2px;
    bottom: -30px;
}
.b-new_post_miniform .b-new_post_body_wysiwyg {
	opacity: 0;
	transition: opacity .3s;
}
.b-new_post_miniform textarea {
	position: relative;
	margin-top: -21px;
	height: 43px;
	padding: 12px;
	background-color: #f5f5f5;
	z-index: 1;
	resize: none;
	overflow: hidden;
	transition: height .3s, margin-top .3s;
}
.b-new_post_miniform.b-new_post_miniform_expand .b-new_post_body_wysiwyg {
	opacity: 1;
}
.b-new_post_miniform.b-new_post_miniform_expand textarea {
	height: 200px;
	margin-top: 0;
	resize: vertical;
	overflow: auto;
}
.b-new_post_miniform_footer {
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #b7b9b8;
}
.b-new_post_miniform_footer a {
	color: #b7b9b8;
}
.b-new_post_miniform_footer .b-new_post_file_uploader {
	display: inline-block;
}
.b-new_post_miniform_footer .b-file_uploader_button {
	opacity: 0;
	position: relative;
	top: 0;
	left: 20px;
	color: #000;
	transition: opacity .3s;
}
.b-new_post_miniform.b-new_post_miniform_expand .b-new_post_miniform_footer .b-file_uploader_button {
	opacity: 1;
}
.b-new_post_miniform_yarrr {
	position: absolute;
	right: 0;
}
a.b-icon_button {
	display:inline-block;
	text-align:center;

	outline:none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	text-decoration:none;
	white-space:nowrap;

	padding:0 0 0 6px;
	position: relative;
}
	a.b-icon_button span {
		display:inline-block;
		width:20px;
		height:20px;
		margin-left:-6px;
		background-image:url(/static/i/sprite.png);
		background-repeat:no-repeat;
		vertical-align:middle;
	}
	a.b-icon_button i {
 		font-style:normal;
		display:inline-block;
		position:relative;
		top:0;
		text-decoration:underline;
		line-height: 16px;
		height:16px;
	}
	.b-icon_button.b-icon_button_add {
		vertical-align: top;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
		padding: 0;
		width: 20px;
		color: #999999;
	}


/* buttons icons */
a.b-icon_button_logout span {
	background-position:-80px -120px;
}
a.b-icon_button_inbox span {
	background-position: -40px 0;
}
a.b-icon_button_search span {
	background-position:-80px 0;
}
a.b-icon_button_close {
	margin-bottom: 0;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin-top: -15px;
	width: 20px;
}
a.b-icon_button_close span {
	background-position:-180px -20px;
}
	a.b-icon_button_close:hover span {
		background-position:-160px -20px;
	}

a.b-icon_button_moderate span  {
	background-position:-200px 0;
}
a.b-icon_button_moderate_active span {
	background-position:-220px 0;
}
a.b-icon_button_add span {
	background-position:-120px -120px;
}

.b-fui_icon_button_information span {
	background-position:-100px 0;
}
.b-fui_icon_button_settings span {
	background-position:-120px 0;
}

a.b-fui_icon_button_subscribe span {
	background-position:0 -120px;
}
	a.b-fui_icon_button_unsubscribe span {
		background-position:-20px -120px;
	}
	a.b-fui_icon_button_unsubscribe:hover span {
		background-position:-40px -120px;
	}
	
a.b-fui_icon_button_ignore span,
a.b-fui_icon_button_unignore span {
	background-position:-60px -120px;
}
.b-menu_link_icon {
	background-position:-20px -20px;
}
	.b-menu_item_active .b-menu_link_icon {
		background-position:-120px -20px;
	}
.b-menu_item_back .b-menu_link_icon {
	background-position:0 -20px;
}
.b-menu_item_socializm .b-menu_link_icon {
	background: url(/static/i/sprite.png) -80px -100px;
}
.b-menu_item_write .b-menu_link_icon {
	background-position:-20px 0;
}

.b-futu_controls_close.b-post_controls_close_active {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: none;
	cursor: pointer;
}

.b-cut_link i {
	background-position:-40px -22px;
}

.js-post_opened .b-cut_link i {
	background-position:-60px -22px;
}

.b-blog_controls_greeting_delete,
.b-blog_controls_placeholder_delete {
	background-position:-180px -20px;
}
	.b-blog_controls_greeting_delete:hover,
	.b-blog_controls_placeholder_delete:hover {
		background-position:-160px -20px;
	}

a.b-fui_icon_button_vote span {
	background:none;
}
a.b-fui_icon_button_unvote span {
	background-position:-20px -120px;
}

/* Ещё? Ещё! */
.b-load_more_posts_button {
	display:inline-block;
	width:109px;
	color:#666666;
	background-color:#e7e9e8;
	padding:10px 0 14px 18px;
	margin-bottom:50px;
	border-radius:9px/7px;
	-webkit-border-radius:9px/7px;
	-moz-border-radius:9px/7px;
	position:relative;
}
	.b-load_more_posts_button:hover {
		color:#666666;
		background-color:#c7c7c7;
	}
	.b-load_more_posts_button.js-more_loading_animation:after {
		content:"";
		display:inline-block;
		width:39px;
		height:37px;
		position:absolute;
		right:-50px;
		top:1px;
		background:url(/static/i/lepra/lepropreloader-little.gif) no-repeat 0 0;
	}
.b-load_more_posts_button__grendizer {
	background-color:#666;
	color:#FFF;
	margin-right:63px;
}
	.b-load_more_posts_button__grendizer:hover {
		background-color:#555;
		color:#FFF;
	}
.b-load_more_posts_button__users {
	width: 130px;
	margin-top: 30px;
	margin-left: 12px;
}
.b-add_item .b-icon_button_add {
	vertical-align: top;
}

button.b-button__gradient {
	outline: none;
    cursor: pointer;
    position: relative;
    width: 157px;
    height: 41px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, 
        #DDB04C 1px,  
        #C3A054 2px, 
        #D4BF93 38px, 
        #82765D 39px, 
        #837860 41px);
    background: -moz-linear-gradient(top, 
        #DDB04C 1px,  
        #C3A054 2px, 
        #D4BF93 38px, 
        #82765D 39px, 
        #837860 41px);
    background: -ms-linear-gradient(top, 
        #DDB04C 1px,  
        #C3A054 2px, 
        #D4BF93 38px, 
        #82765D 39px, 
        #837860 41px);
    background: linear-gradient(top, 
        #DDB04C 1px,  
        #C3A054 2px, 
        #D4BF93 38px, 
        #82765D 39px, 
        #837860 41px);

    -webkit-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}
button.b-button__gradient:before {
    content: attr(alt);
    font: 22px Georgia, "Times New Roman", serif;
    color: #555555;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 155px;
    height: 38px;
    border-bottom: 1px solid #d1ba8a;
    border-radius: 2px;
    background: -webkit-linear-gradient(top,
        #D6B05D 1px,
        #DFC07C 19px,
        #E9D2A3 38px);
    background: -moz-linear-gradient(top,
        #D6B05D 1px,
        #DFC07C 19px,
        #E9D2A3 38px);
    background: -ms-linear-gradient(top,
        #D6B05D 1px,
        #DFC07C 19px,
        #E9D2A3 38px);
    background: linear-gradient(top,
        #D6B05D 1px,
        #DFC07C 19px,
        #E9D2A3 38px);
}
button.b-button__gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 41px;
    border-radius: 4px;
    background: -webkit-linear-gradient(top,
        #DCB04B 1px, 
        #FDCA5B 2px, 
        #FDCA5B 3px,
        transparent 3px,
        transparent 38px,
        #FDCC62 38px,
        transparent 40px,
        transparent 41px);
    background: -moz-linear-gradient(top,
        #DCB04B 1px, 
        #FDCA5B 2px, 
        #FDCA5B 3px,
        transparent 3px,
        transparent 38px,
        #FDCC62 38px,
        transparent 40px,
        transparent 41px);
    background: -ms-linear-gradient(top,
        #DCB04B 1px, 
        #FDCA5B 2px, 
        #FDCA5B 3px,
        transparent 3px,
        transparent 38px,
        #FDCC62 38px,
        transparent 40px,
        transparent 41px);
    background: linear-gradient(top,
        #DCB04B 1px, 
        #FDCA5B 2px, 
        #FDCA5B 3px,
        transparent 3px,
        transparent 38px,
        #FDCC62 38px,
        transparent 40px,
        transparent 41px);
}
button.b-button__gradient:not(.js-lh_active):hover {
	box-shadow: 0 1px 2px #000;
}
button.b-button__gradient:not(.js-lh_active):hover:active,
button.b-button__gradient:active {
	position: relative;
	top: 1px;
	box-shadow: none;

	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
}

button.b-button__etiennec {
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
	background-color: #d7d7d7;
	font-family: etiennec, Georgia, serif;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	color: #fff;
	cursor: pointer;
	outline: none;
	transition: background-color .2s;
}
button.b-button__etiennec:active {
	background-color: #c7c7c7;
}
button.b-button__etiennec.red {
	background-color: #cd472f;
}
button.b-button__etiennec.inactive {
	cursor: default;
}
button.b-button__etiennec.inactive:active {
	background-color: #d7d7d7
}
button.b-button__etiennec.red:active {
	background-color: #bc412c
}

.b-button.b-custom_style_button {
	font-size:14px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	padding:7px 4px;
	background-color:#d1d1d1;
	border:1px solid #666;
	-webkit-box-shadow:1px 1px 0 #666;
	-moz-box-shadow:1px 1px 0 #666;
	box-shadow:1px 1px 0 #666;
	text-transform:uppercase;
}
	.b-button.b-custom_style_button:hover {
		color:#000;
	}
	.b-button.b-custom_style_button:active {
		border:1px solid #000;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		transform: translate(1px, 1px);
		-ms-transform: translate(1px, 1px);
		-webkit-transform: translate(1px, 1px);
	}


.b-menu {
	position:relative;
	width:100%;
	border-bottom: 1px solid #d6d4d4;
	font-size:10px;
	line-height:11px;
}
	.b-menu_list {
		display:table;
		border-collapse:separate;
		border-spacing: 1px 0;
		width:100%;
		margin-bottom:-1px;
		height:29px;
	}
	.b-menu_list_row {
		display:table-row;
		list-style-type:none;
		margin:0;
		padding:0;
	}
.b-menu_list_link {
	display:table-cell;
	margin:0 1px;
	padding:0 20px;
	vertical-align:middle;
	position:relative;
	border:1px solid #d6d4d4;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	text-align:center;
	text-decoration:none;
	color:#4b4b4b;
	background: #fff;
}
	.b-menu_list_link:hover {
		color:#fff;
		background-color:#c2c2c2;
		border:1px solid #bebebe;
		border-bottom-color:#bebebe;
	}
	.b-menu_list_link_active {
		background-color:#f1f0f1;
		border:1px solid #bebebe;
		border-bottom-color:#f1f0f1;
	}
		.b-menu_list_link_active:hover {
			color:#699;
			background-color:#f1f0f1;
			border:1px solid #bebebe;
			border-bottom-color:#f1f0f1;
		}
	.b-menu_list_link i {
		font-style:normal;
		font-size:10px;
	}
.b-menu_list_text {
	position: relative;
	display: block;
	height: 27px;
	line-height: 27px;
}

.b-menu_list_link_disabled,
.b-menu_list_link_disabled:hover {
	background:#FFF;
	color:#4b4b4b;
}
			
/* my things navigation */
.b-menu_my_posts {
	margin-top:40px;
}
.b-menu_list_link_inbox,
.b-menu_list_link_inbox:hover {
	color:#1b8a02;
	background:none;
	border:none;
	text-decoration:underline;
}

.b-my_posts_feed_controls {
	padding:15px 5px 20px;
	font-size:11px;
	color:#666;
}
	.b-my_posts_feed_controls p {
		padding:0;
		margin:0 0 10px;
	}
	.b-my_posts_feed_controls_item {
		margin-right:20px;
	}
.b-my_posts_feed_controls_navigation {
	/*margin-left:-5px;*/
}
	.b-my_posts_feed_controls_navigation strong {
		font-weight:normal;
		background-color: #e8e8e8;
		padding: 3px 4px;
		/*margin-right: 6px;*/
		color:#000;
	}
	.b-my_posts_feed_controls_navigation a {

	}
.b-my_posts_feed_controls_inbox_navigation {
	font-size:13px;
	color:#000;
}
/* underground navigation */
.b-menu_underground {
	margin-top:60px;
}
	.b-menu_underground_search,
	.b-menu_underground_search:hover {
		background:none;
		border:none;
	}
		.b-menu_underground_search form {
			width:300px;
			margin:0 auto;
		}
			.b-menu_underground_search .i-form_text_input {
				width:275px;
				font-size:14px;
				background-color:#FFF;
			}
/* users search */
.b-users_search .b-menu_underground_search .i-form_text_input {
	width: 90%;
}
.b-sort_menu_underground {
	height:50px;
}
	.b-sort_menu_underground ul {
		list-style:none;
		display:block;
		position:relative;
		margin:0;
		padding:0;
	}
	.b-sort_menu_underground li {
		margin:0;
		padding:0;
		position:absolute;
		top:10px;
		display:block;
		width:12%;
		text-align:center;
	}
		.b-sort_menu_underground .b-sort_menu_underground_posts {
			left:40%;
		}
		.b-sort_menu_underground .b-sort_menu_underground_comments {
			left:52%;
		}
		.b-sort_menu_underground .b-sort_menu_underground_subscribers {
			left:64%;
		}
		.b-sort_menu_underground .b-sort_menu_underground_random {
			left:76%;
			width:24%;
		}
			 .b-sort_menu_underground_random a {
				display:inline-block;
			}

	.b-sort_menu_underground_item_asc,
	.b-sort_menu_underground_item_desc,
	.b-sort_menu_underground_active .b-sort_menu_underground_item_normal,
	.b-sort_menu_underground_asc_active .b-sort_menu_underground_item_normal,
	.b-sort_menu_underground_desc_active .b-sort_menu_underground_item_normal {
		display:none;
	}
		.b-sort_menu_underground_item_normal,
		.b-sort_menu_underground_normal_active .b-sort_menu_underground_item_asc,
		.b-sort_menu_underground_asc_active .b-sort_menu_underground_item_desc,
		.b-sort_menu_underground_desc_active .b-sort_menu_underground_item_asc {
			display:inline-block;
		}
	
	
	.b-sort_menu_underground a {
		color:#000;
		padding:4px;
	}
		.b-sort_menu_underground_active a,
		.b-sort_menu_underground a:hover {
			background-color:#e5e5e5;
		}
	.b-sort_menu_underground .b-sort_menu_underground_item_asc {
		padding-left:18px;
		background-image:url(/static/i/lepra/table_arrow_down.gif);
		background-repeat:no-repeat;
		background-position:5px 50%;
		margin-left:-13px;
	}
	.b-sort_menu_underground .b-sort_menu_underground_item_desc {
		padding-left:18px;
		background-image:url(/static/i/lepra/table_arrow_up.gif);
		background-repeat:no-repeat;
		background-position:5px 50%;
		margin-left:-13px;
	}
/* GRADIENT */
.b-my_posts_feed_controls,
.b-sort_menu_underground,
.b-top_shadow {
	background: -moz-linear-gradient(top,  rgba(150, 150, 150, 0.13) 0, rgba(150, 150, 150, 0) 40px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(150, 150, 150, 0.13)), color-stop(40px,rgba(150, 150, 150, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(150, 150, 150, 0.13) 0, rgba(150, 150, 150, 0) 40px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(150, 150, 150, 0.13) 0, rgba(150, 150, 150, 0) 40px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(150, 150, 150, 0.13) 0, rgba(150, 150, 150, 0) 40px); /* IE10+ */
	background: linear-gradient(top,  rgba(150, 150, 150, 0.13) 0, rgba(150, 150, 150, 0) 40px); /* W3C */
}
.l-profile .b-my_posts_feed_controls,
.b-tabs_content_container .b-my_posts_feed_controls {
	background: none;
}
.b-user_posts .b-sort_menu_underground {
	background:none;
}
.b-add_star {
	background: url("/static/i/sublepra/ogo.png") no-repeat;
	bottom: -1px;
	display: block;
	height: 38px;
	position: absolute;
	right: -50px;
	width: 70px;
}
.b-menu_list_link__last {
	width: 35px;
	padding: 0;
}
.b-menu_list_link__last,
.b-menu_list_link__last:hover {
	background:none;
	border:none;
}
.b-menu_list_link_content {
	background: #e4e4e4;
	color: #fff;
	text-decoration: none;
	padding: 2px 11px 2px 5px;
	margin-right: -1px;
	float: right;
}
.b-menu_list_link__last:hover .b-menu_list_link_content {
	text-decoration: none;
	color: #fff;
}
.b-charlie_item {
	position: relative;
	padding-left: 28px;
}
.b-charlie_item i {
	position: absolute;
	background: url("/static/i/fraud/charlie_menu.png") 0 0 no-repeat;
	width: 28px;
	height: 40px;
	left: 0;
	top: 50%;
	margin-top: -27px;
}
.b-menu_list_link__charlie {
	padding: 0 5px;
}
/* buttons menu */
.b-menu__buttons {
	border: none;
	font-size: 1em;
}
.b-menu__buttons .b-menu_list {
	width: auto;
}
.b-menu__buttons .b-menu_list_link {
	width: auto;
	border: 1px solid transparent;
	border-radius: 3px;
	text-decoration: underline;
	padding: 0 18px;
	background: none;
}

.b-menu__buttons .b-menu_list_link:hover {
	background: none;
	color: #699;
}
.b-menu__buttons .b-menu_list_link.b-menu_list_link_active {
	width: auto;
	border: 1px solid #d9d9d9;
	background: none;
	text-decoration: none;
}
/* fraud */
.b-menu_fraud {
	margin-top:50px;
}
.b-fraud_sub_navigation {
	font-size: 11px;
	color: #666;
	padding: 15px 5px 0 20px;
}
	.b-fraud_sub_navigation strong {
		display:inline-block;
		font-weight: normal;
		background-color: #e8e8e8;
		padding: 3px 4px;
		color: #000;
	}
	.b-fraud_sub_navigation strong:first-child {
		margin-left:-4px;
	}

/* democracy nav */

.b-menu__democracy {
	margin-bottom: 65px;
}

.b-index_navigation_holder {
	border:1px solid #e9e9e9;
	position:relative;
	padding:3px 0 4px 7px;
	margin-top:20px;
	float:right;
	width:100%;
}
.b-index_navigation_holder_no_ad {
	width:326px;
}
.b-index_navigation_holder_no_ad_oldschool,
.b-index_navigation_holder_closed.b-index_navigation_holder_no_ad_oldschool {
	width:197px;
}

.b-index_navigation_holder_closed {
	width:330px;
}
.b-index_navigation_holder_closed_oldschool {
	width:201px;
}

.b-sub_domain_url {
	border:1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0 2px;
	text-decoration:none;
}

.b-posts_threshold {
	min-height:48px;
	min-width: 270px;
	float:right;
	width:25%;
}
	.b-subdomain_aside_right .b-posts_threshold {
		float: none;
		width: 100%;
	}
.b-posts_threshold form {
	position:relative;
}
.b-posts_threshold select {
	background: #f5f5f5;
	height: 24px;
	border: 1px solid #ebebeb;
	outline: none;
	position:relative;
	zoom:1;
	font-family: Verdana, sans-serif;
	font-size: 13px;	
}
.b-posts_threshold__plain select {
	top: 0;
}
.b-posts_threshold img {
	position:relative;
	top:3px;
}

.b-index_slider {
	width:106px;
	height:26px;
	position:absolute;
	left:50%;
	top: 0;
}
	.b-index_navigation_holder_no_ad_oldschool .b-index_slider {
		left:30px;
	}
.b-index_slider_oldschool {
	left:8px;
}

.b-index_slider .b-slider_scale_icons {
	width:82px;
	height:21px;
	position:relative;
}
.b-slider_scale_icon {
	position:absolute;
	display:block;
	top:0;
	width:24px;
	height:24px;
	cursor:pointer;
	cursor:hand;
}
.b-slider_scale_icon i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.b-slider_scale_icon:after,
.b-slider_scale_icon i:after,
.b-slider_scale_icon:before,
.b-slider_scale_icon i:before {
	content: "";
	background-color: #252525;
	display: block;
	position: absolute;
	left: 6px;
	top: 7px;
	height: 1px;
	width: 10px;
}
.b-slider_scale_icon i:after,
.b-slider_scale_icon i:before {
	width: 12px;
}
.b-slider_scale_icon i:after {
	top: 10px;
}
.b-slider_scale_icon:before {
	top: 13px;
}
.b-slider_scale_icon i:before {
	top: 16px;
}

.b-slider_scale_icon:hover,
.b-index_slider .js-feed_type_active {
	background-color: #dcdada;
}
.b-slider_scale_icon:hover {
	z-index:1;
}
.b-slider_scale_icon:hover .b-index_view_about,
.js-feed_type_active .b-index_view_about {
	display:block;
}
.b-slider_scale_icon_main {
	left:0;
}
.b-slider_scale_icon_mixed {
	left:31px;
}
	.b-slider_scale_icon_mixed i:after,
	.b-slider_scale_icon_mixed i:before {
		background-color: #a1a1a1;
	}
	
.b-slider_scale_icon_personal {
	left:60px;
}
	.b-slider_scale_icon_personal:after,
	.b-slider_scale_icon_personal i:after,
	.b-slider_scale_icon_personal:before,
	.b-slider_scale_icon_personal i:before {
		background-color: #a1a1a1;
	}
.b-index_view_about {
	display:none;
	color:#5d5d5d;
	font-size:9px;
	position:absolute;
	width:121px;
	top:24px;
	padding-top:3px;
}
.b-slider_scale_icon_main .b-index_view_about {
	left:0;
}
.b-slider_scale_icon_mixed .b-index_view_about {
	left:-30px;
}
.b-slider_scale_icon_personal .b-index_view_about {
	left:-60px;
}
.b-index_view_about a, .b-index_view_about a:visited {
	color:#5d5d5d;
}



/* search threshold */
.b-search_threshold {
	margin-right:320px;
	padding-left:10px;
	position:relative;
	z-index:2;
	zoom:1;
	min-height:85px;
}
.b-search_threshold form {
	position:relative;
	z-index:1;
	padding-left:22px;
}
	.b-search_threshold form .i-form_text_input {
		font-size:13px;
		width:350px;
	}
.b-search_threshold_settings {
	position:relative;
	font-size:11px;
	line-height:22px;
	color:#888888;
	border-bottom:1px solid #cccccc;
	margin-left:-22px;
	padding:0 0 7px 22px;
}
	.b-search_threshold_settings .b-i-search_threshold_settings {
		position:relative;
		zoom:1;
	}
	.b-search_threshold form .b-search_threshold_settings .i-form_text_input {
		font-size:11px;
		width:100px;
		padding-top:3px;
		padding-bottom:3px;
	}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.comment {
	padding-left:0;
	padding-bottom:37px;
	margin-right:0;
	padding-top:1px;
}
.comment.ignored {
    opacity: .6;
}
.comment .c_hidden {
	display: none;
}
.c_i {
	padding:5px 5px 1px 5px;
	zoom:1;
	outline-offset:-1px;
	margin-right: 1px;
	position: relative;
	transition: background-color 1s;
}
	.comment.navigation_highlighted .c_i {
		background-color: #fff48d !important;

	}

	/* отметка новых комментариев красной рамкой */
	.c_i:before {
		content:"";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		border-style: solid;
		border-width: 0;
	}
/* отметка автора */
.b-c_o {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-style: solid;
	border-width: 0 0 0 1px;
	display: none;
}
	.comment.selected .b-c_o {
		display: inherit;
	}
.c_body {
	margin-bottom:4px;
	line-height:17px;
	position: relative;
	word-wrap: break-word;
}
a.c_body {
	text-decoration: none;
}
a.c_body:hover {
	text-decoration: underline;
	color: #330;
}
	.c_body img:not([width]) {
		max-width:100%;
		-webkit-transition: max-width 0.3s ease;
		-moz-transition: max-width 0.3s ease;
	}
		.c_body img.js-image_in_comments_original {
			max-width:3000px;
		}
	.c_body a:visited {
		color:#666666;
	}
	.c_body h2 {
		font-size: 1.25em;
		font-weight: normal;
		margin: 13px 0 6px;
		color: #326CCD;
	}
	.c_body img.b-search_match {
		border: 3px solid #FF6;
	}
	.c_body a.b-search_match-video {
		display: inline-block;
		padding: 3px;
		padding-bottom: 0px;
		margin-bottom: 3px;
	}
.c_footer {
	position:relative;
	zoom:1;
	margin-bottom:1px;
	line-height:18px;
	clear:left;
}
	.c_footer .ddi {
		font-size:10px;
		color:#666;
	}
		.c_footer .ddi a {
			color:#666;
		}
			.c_footer .ddi a:hover {
				color:#699;
			}
.c_icon {
	text-decoration:none;
	background:url(/static/i/lepra/post-icon.gif) no-repeat 50% 50%;
	width:20px;
	height:20px;
	margin:0 -5px;
	display:none;
}
	.new .c_icon {
		background-image:url(/static/i/lepra/post-icon-new.gif);
	}
	.b-search .c_icon,
	.b-user_posts .c_icon {
		display: inline-block;
	}
.c_domain,
.c_answer {
	color:#888888;
}
.c_answer {
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
	margin-left: 3px;
}
.c_parent,
.c_previous {
	text-decoration:none;
	font-size:12px;
	color:#888888;
}
.c_user {
	color:#888888;
}
.c_date {
	text-decoration: none;
}
.c_date:hover {
	text-decoration: underline;
}
.c_teaser {
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
	.c_teaser .b-svg-icon {
		width: 30px;
		height: 30px;
		top: 11px;
		margin-top: -17px;
	}
		.c_teaser .b-svg-icon svg {
		 	fill: #ccc;
		}
.c_teaser:hover {
	text-decoration: underline;
}
	
a.c_show_user {
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	border:1px solid transparent;
	padding:0 2px 0 2px;
	display: inline-block;
	position: relative;
	width: 4px;
	height: 14px;
	vertical-align: middle;
}
a.c_show_user em {
	position: absolute;
	left: 2px;
	bottom: 2px;
	line-height: 8px;
	height: 10px;
	font-style: normal;
}
a.c_show_user:hover {
	border:1px solid #888888;
}
.selected .c_show_user {
	font-size: 20px;
	width: 4px;
	height: 14px;
}

.selected .c_show_user em {
	height: 14px;
	left: 1px;
}

a.b-button.b-button_share {
	text-decoration: none;
	margin-right: 4px;
}
.b-svg-icon.b-svg-icon__share_comment {
	top: 7px;
	margin-top: -7px;
}

.comments_indent_holder .comment.indent_0 { padding-left:0; }
.comments_indent_holder .comment.indent_1 { padding-left:28px; }
.comments_indent_holder .comment.indent_2 { padding-left:56px; }
.comments_indent_holder .comment.indent_3 { padding-left:84px; }
.comments_indent_holder .comment.indent_4 { padding-left:112px; }
.comments_indent_holder .comment.indent_5 { padding-left:140px; }
.comments_indent_holder .comment.indent_6 { padding-left:168px; }
.comments_indent_holder .comment.indent_7 { padding-left:196px; }
.comments_indent_holder .comment, .comments_indent_holder .comment.indent_8 { padding-left:224px; }

@media screen and (min-width: 1000px) {
	.comments_indent_holder .comment { padding-left:280px; }
	.comments_indent_holder .comment.indent_9 { padding-left:252px; }
	.comments_indent_holder .comment, .comments_indent_holder .comment.indent_10 { padding-left:280px; }
}

@media screen and (min-width: 1200px) {
	.comments_indent_holder .comment.indent_11 { padding-left:308px; }
	.comments_indent_holder .comment, .comments_indent_holder .comment.indent_12 { padding-left:336px; }
}

@media screen and (min-width: 1400px) {
	.comments_indent_holder .comment.indent_13 { padding-left:364px; }
	.comments_indent_holder .comment, .comments_indent_holder .comment.indent_14 { padding-left:392px; }
}

@media screen and (min-width: 1600px) {
	.comments_indent_holder .comment.indent_15 { padding-left:420px; }
	.comments_indent_holder .comment, .comments_indent_holder .comment.indent_16 { padding-left:448px; }
}

.new_only .comment,
.new_only .b-comments_collapsed_toggle_holder {
	display:none;
}
.new_only .show {
	display:block;
}
.new_only .new {
	display:block;
}
.b-settings_highlight_sample {
	float:left;
	padding:10px 5px;
	white-space:nowrap;
}
	.b-settings_highlight_sample4 {
		padding:9px 4px;
	}
.b-settings_highlight_sample1,
.highlight1 .new .c_i {
	background-color:#F7F7F7;
}
.b-settings_highlight_sample2,
.highlight2 .new .c_i {
	background-color:#F6EFD2;
}
.b-settings_highlight_sample3,
.highlight3 .new .c_i {
	background-color:#FDD2F3;
}
.b-settings_highlight_sample4,
.highlight4 .new .c_i:before {
	border:1px solid #FF0000;
}


.user_highlighted .c_i {
	outline:1px solid #CCCCCC !important;
}

.b-unfold_comment_block_link {
	display:block;
	margin-bottom:20px;
	margin-top:-20px;
}
	.b-unfold_comment_block_link a {
		border-bottom:1px dotted;
		text-decoration:none;
		color:#888;
	}
	.b-unfold_comment_block_link i {
		font-style:normal;
	}

.b-comments_reply_block {
	min-width:280px;
	position:relative;
	width:80%;
	margin-bottom:24px;
	padding-left:0;
}
.b-comments_reply_block .b-close_btn {
	top: 7px;
	right: 0;
}
.comment .b-comments_reply_block {
	padding-left: 0;
	margin-top:10px;
}

.comments_indent_holder .comment .b-comments_reply_block {
	padding-left:28px;
}

.b-comments_reply_block .b-comments_add_textarea {
}
.b-comments_reply_block .b-comments_add_textarea .i-form_text_input {
	height:200px;
	font-size:14px;
	background-color:#f3f0df;
}
.b-comments_bottom_bar {
	zoom:1;
	text-align:right;
	position:relative;
}
	.paint-mode .b-comments_bottom_bar {
		text-align: left;
	}
.b-comments_reply_block_yarrr {
	position:relative;
	z-index:1;
	max-width: 100px;
	max-height: 60px;
}
.b-comments_reply_block_delete_file {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#000;
	position:absolute;
	left:3px;
	top:40px;
	font-size:0.85em;
	line-height:1;
}
	.b-comments_reply_block .b-comments_reply_block_delete_file {
		top:40px;
	}
.b-comments_reply_block_close {
	position:absolute;
	top:15px;
	right:5px;
	width:20px;
	height:20px;
	display:block;
}
	.b-comments_reply_block_close span {
		display:block;
		width:20px;
		height:20px;
		background-image:url(/static/i/sprite.png);
		background-repeat:no-repeat;
	}

/* Lepro-Paint feature
 */

.b-comments_reply_block a .b-svg-icon svg {
	fill: #330;
}

.b-comments_reply_block a:hover .b-svg-icon svg {
	fill: #699;
}

.l-drag_active,
.l-drag_active * { /* applied to whole page (body) when dragging something */
	cursor: default;
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

.l-color_picking,
.l-color_picking * { /* applied to whole page (body) when picking color */
	cursor: crosshair !important;
}

.paint-mode {
	
}
	.paint-mode .b-comments_reply_block {
		min-width: 598px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.paint-mode.loading form {
		position: relative;
	}
	.paint-mode.loading form:before {
		z-index: 1;
		width: 502px;
		pointer-events: none;
		position: absolute;
		content: 'Загрузка';
		opacity: 0.1;
		font-size: 40px;
		left: 0; right: 0; top: 0; bottom: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.paint-mode .b-undo_button {
		display: inline-block;
		margin-right: -8px;
		margin-top: -4px;
		position: relative;
		top: 6px;
		left: -10px;
	}

		.paint-mode .b-undo_button .b-svg-icon {
			width: 40px;
			height: 28px;
		}

	.paint-mode .b-textarea_editor,
	.paint-mode .b-comments_add_textarea,
	.paint-mode .b-uploader_button_text,
	.paint-mode .b-file_uploader {
		display: none;
	}


.b-paint_mode_switch {
	position: absolute;
	top: 8px;
	right: 30px;
	width: 20px;
	height: 20px;
	z-index: 2;
	border-radius: 20px;
}
	.b-paint_mode_switch .b-svg-icon {
		position: relative;
		left: 1px;
		width: 18px;
		height: 20px;
	}
	.paint-mode .b-paint_mode_switch {
		background: #330;
		font-weight: normal;
	}
	.paint-mode .b-paint_mode_switch .b-svg-icon svg,
	.paint-mode .b-paint_mode_switch a:hover .b-svg-icon svg {
		fill: white !important;
	}

.b-paint_help_toggle {
	position: absolute;
	top: 8px;
	right: 60px;
	width: 20px;
	height: 20px;
	z-index: 2;
	border-radius: 20px;
	display: none;
}
	.paint-mode .b-paint_help_toggle {
		display: block;
	}
	.b-paint_help_toggle .b-svg-icon {
		position: relative;
		left: -1px;
		width: 22px;
		height: 20px;
	}
	.b-paint_help_toggle:hover {
		background: #330;
		font-weight: normal;
	}
	.b-paint_help_toggle:hover .b-svg-icon svg {
		fill: white !important;
	}

.b-canvas_container {
	position: relative;
	margin-bottom: 10px;
}
	.b-canvas_container > * {
		position: absolute;
	}
	.b-paint_tools {
		left: -36px;
		top: 0;
		width: 36px;
		height: 100%;
	}
		.b-paint_tools .b-erase_button {
			position: absolute;
			top: 50%;
			margin-top: -50px;
			opacity: 0.15;
		    left: -20px;
		    right: 0;
		}
		.b-paint_tools .b-erase_button .b-svg-icon {
			width: 32px;
			height: 100px;
			margin-left: 14px;
		}
		.b-paint_tools .b-erase_button.active {
			opacity: 1;
		}
	.b-canvas, .b-brush_canvas {
		        transform: scale(0.5);
		-webkit-transform: scale(0.5);
		        transform-origin: top left;
		-webkit-transform-origin: top left;
		user-select: none;
	}
	.b-brush_canvas {
		left: 0;
		top:  0;
		cursor: default;
  		box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	}
	.b-brush_canvas.eyedropper-mode {
		cursor: crosshair;
	}

.b-canvas_editor {
	left: -32px;
	padding: 0 26px 0 0;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 10px;
	position: relative;
}
	.b-brush_size_slider {
		margin-left: 13px;
		width:      137px;
		height:      24px;
		top:          4px;
		position:    relative;
		display:     inline-block;
	}
		.b-brush_size_slider:before {
			position: absolute;
			left: 0;
			top: 10px;
			right: 0;
			bottom: 10px;
			content: '';
			background: rgba(0,0,0,0.25);
			border-radius: 5px;
		}
		.b-brush_size_slider em {
			box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
			position: absolute;
			left:    0px;
			top:    12px;
			width:  24px;
			height: 24px;
			margin-left: -12px;
			margin-top:  -12px;
			background: black;
			border-radius: 24px;
		}

.b-color-picker-2d {
	position: relative;
	display:  inline-block;
	overflow: hidden;
	border-radius: 0;
	margin-right: 4px;
	top:          4px;
}
	.b-color-picker-2d canvas {
		cursor: crosshair !important;
	}
	.b-color-picker-2d .handle {
		position: absolute;
		top:    0;
		bottom: 0;
		width:  10px;
		height: 10px;
		margin-left: -5px;
		margin-top:  -5px;
		border-radius: 10px;
		background: black;
		border: 1px solid white;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	}
	.b-color-picker-2d:not(.active) .handle {
		display: none;
	}

.b-preview_image_wrapper {
	display:inline-block;
	position: relative;
	padding-right: 26px; /* make room for citing button */
}
	.b-preview_image_wrapper .js-preview_image_cite_button {
		text-decoration: none;
		position: absolute;
		top: 0;
		margin-left: 9px;
		opacity: 0.2;
	}
		.b-preview_image_wrapper .js-preview_image_cite_button .b-svg-icon {
			width: 18px;
			height: 18px;
		}
		.b-preview_image_wrapper .js-preview_image_cite_button:hover {
			opacity: 1;
		}
	.b-preview_image_wrapper:not(:hover) .js-preview_image_cite_button {
		display: none;
	}

.b-no_posts {
	padding:20px 0 30px;
}
.b-posts_holder {
	width:98%;
	padding-top:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.b-posts_holder__favourites,
	.b-posts_holder__interest,
	.b-posts_holder__inbox {
		padding-top:0;
	}

.posts_holder {
	position:relative;
	z-index:1;
	zoom:1;
}
.post {
	position:relative;
	padding-bottom: 30px;
	margin-left:4px;
	padding-right:20px;
	zoom:1;
	overflow:hidden;
}

.b-cut_link {
	cursor:pointer;
	cursor:hand;
}
	.post .dti .b-cut_link {
		display:inline-block;
		text-decoration:none;
		position:relative;
		top:1px;
	}

		.b-cut_link i {
			display:inline-block;
			width:20px;
			height:14px;
			vertical-align:middle;
			background-image:url(/static/i/sprite.png);
			background-repeat:no-repeat;
			margin-right:3px;
		}
		.b-cut_link span {
			display:inline-block;
			border-bottom:1px dotted;
			line-height:1;
		}
		.dti .b-cut_link .b-cut_again {
			display:none;
		}

	.js-post_opened .dti .b-cut_link span {
		display:none;
	}
		.js-post_opened .dti .b-cut_link .b-cut_again {
			display:inline-block;
		}



.post .dt {
	position:relative;
	padding:0 10px 6px 0;
	line-height:17px;
	word-break: break-word;
	background-color: transparent;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}
	.post.navigation_highlighted .dt {
		background-color: #fff48d;
	}
	.post .dt img {
		margin: 5px 0;
	}
		.post .dt img:not([width]) {
			max-width:100%;
		}
		.post .dt a.p_body {
			color:#330;
			text-decoration: none;
		}
		.post .dt a.p_body:hover {
			color:#330;
			text-decoration: underline;
		}

.post .dd {
	position:relative;
	padding-right:105px;
}
.post .ddi {
	font-size:10px;
	line-height:1.4;
	color:#666;
}
	.post .ddi a {
		color:#666;
	}
		.post .ddi a:hover {
			color:#699;
		}
		.comment a.b-icon_button_close,
		.post a.b-icon_button_close {
			color:#BBB;
			cursor:hand;
			cursor:pointer;
		}
	.post .ddi .b-svg-icon__pinned {
		vertical-align: bottom;
	}
	.post_icon {
		text-decoration:none;
		font-size:9px;
		padding:4px 5px;
		background:url(/static/i/lepra/post-icon.gif) no-repeat 50% 50%;
	}
	.b-post_domain {
		padding:0 2px;
		text-decoration:none;
		border:1px solid #666666;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	}
	.b-post_moderate {
		text-decoration:none;
		white-space:nowrap;
	}
	.b-post_interest_info {
		padding: 1px 4px 4px 4px;
		margin: -6px -4px 0 -4px;
		display: none;
		position: relative;
		top: -4px;
		text-decoration:none;
	}
	.b-posts_holder__interest .b-post_interest_info {
		display:inline-block;
	}

	.p_date {
		text-decoration: none;
	}
	.p_date:hover {
		text-decoration: underline;
	}


.stars {
	display:inline-block;
	position:relative;
	top:3px;
	height:12px;
	width:52px;
	margin:0 3px;
	background:url(/static/i/sprite.png) 0 -40px no-repeat;
}

.wasstars {
	background-position: 0 -60px;
}

.moderator_link {
	padding:0 1px;
	border-bottom:1px dotted;
	text-decoration:none;
	color:#888888;
}

.b-all_new_comments_link {
	font-weight:bold;
}
.dd .b-note {
	font-size:10px;
	line-height:13px;
	margin-left:-1px;
}

/* post comments page */
.post_comments_page {
	padding-top:40px;
}
	.post_comments_page .post {
		margin-right:33%;
	}
/* post tags */
.b-post_tags {
	width:31%;
	float:right;
	padding-right: 60px;
}
	.b-post_tags_public,
	.b-post_tags_private {
		font-size:11px;
		margin-bottom:20px;
	}
	.b-post_tags ul {
		list-style-type: none;
		display: inline;
		margin: 0;
		padding: 0;
		line-height: 150%;
		font-size:13px;
		word-break: break-word;
		word-wrap: break-word;
	}
		.b-post_tags_private ul {
			font-size:11px;
		}
	.b-post_tags li {
		display:inline;
		margin:0;
	}
	.b-post_tags .b-post_tag {
		color:#666;
	}
		.b-post_tags .b-post_tag:hover {
			color:#699;
		}
.b-post_tags_form {
	margin-bottom:5px;
}
	.b-post_tags_form .i-form_text_input {
		width:70%;
	}


/* post comments */
.comments {
	position:relative;
	margin-bottom:40px;
	z-index:1;
}
.b-post_comments {
	width:90%;
}
	.comments .b-ads {
		margin-top:0;
		margin-left:10px;
	}
	.comments .b-inbox_controls {
		margin-top:0;
	}
.b-post_controls,
.b-post_comments_links {
	margin-left: 3px;
}
.b-mark_as_read_control {
	position:relative;
	top:3px;
	z-index:1;
	margin-left:3px;
}
	.b-mark_as_read_control:after {
		content: attr(data-caption);
		display:none;
		position:absolute;
		left:100%;
		top:-4px;
		padding-left:4px;
		color:#BBB;
		white-space:nowrap;
	}
	.b-mark_as_read_control:hover:after {
		display:inline-block;
	}
.b-mark_as_read_control .b-svg-icon {
	width:16px;
	height:16px;
	top: 2px;
}
.b-mark_as_read_control .b-svg-icon svg * {
	fill: #bbb;
}
.b-mark_as_read_control:hover .b-svg-icon svg * {
	fill: #699;
}
/* comments controls */
.b-comments_controls {
	padding-top:20px;
	padding-left:5px;
	margin-bottom:30px;
	position:relative;
	border-top:1px solid #ccc;
}
.b-comments_controls:after {
	content: attr(data-hint);
	font-size: 11px;
	color: #666;
}
	.b-comments_controls a {
		margin-right: 10px;
		display: inline-block;
		color: #CECECE;
		border-bottom: 1px dotted;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		white-space: nowrap;
	}
	.b-comments_controls a .threshold_select_button {
		color: inherit !important;
	}
	.b-comments_controls a .threshold_select_button span {
		color: inherit;
		border-bottom-style: none;
	}
	.b-comments_controls a.focused,
	.b-comments_controls a.locked,
	.b-comments_controls a.active {
		color: #666;
	}
	.b-comments_controls a:hover {
		color: #699;
	}
	.b-comments_controls a[data-prefix].active:before {
		content: attr(data-prefix) ' ';
	}
	.b-comments_controls a .threshold_select_button {
		padding: 0;
	}
	.b-comments_controls .b-svg-icon {
		height: inherit;
		width: inherit;
		border-bottom: none;
		position: absolute;
		top: 20px;
		left: -26px;
	}
	.b-comments_controls .b-svg-icon svg {
		width: 20px;
		height: 20px;
	}
	.b-comments_controls .b-svg-icon svg * {
		fill: #CECECE;
	}
	.b-comments_controls .b-svg-icon:hover svg * {
		fill: #699;
	}
/*		.b-comments_controls [data-count]:after {
			content: attr(data-count);
			vertical-align: super;
			font-size: 10px;
		}
*/
	.b-comments_controls form {
		display: inline;
	}
	.b-comments_controls a[data-placeholder] input {
		width: 40px;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		font-size: inherit;
		color: inherit;
		opacity: 0;

		-webkit-transition: width 0.2s;
		-ms-transition: width 0.2s;
		transition: width 0.2s;
	}
	.b-comments_controls a[data-key="author"][data-value]:after {
		content: 'от ' attr(data-value);
	}
	.b-comments_controls a[data-key="query"][data-value]:after {
		content: 'с текстом «' attr(data-value) '»';
	}
	.b-comments_controls a[data-placeholder] {
		width: auto;
		max-width: 40px;

		-webkit-transition: max-width 0.2s;
		-ms-transition: max-width 0.2s;
		transition: max-width 0.2s;
	}
	.b-comments_controls a[data-placeholder]:before {
		content: attr(data-placeholder);
	}
	.b-comments_controls a[data-placeholder].active {
		max-width: none;
		width: auto;
	}
	.b-comments_controls a[data-placeholder].active:before {
		display: none;
	}
	.b-comments_controls a[data-placeholder].focused {
		width: 160px;
		max-width: 160px;
	}
	.b-comments_controls a[data-placeholder].focused input {
		opacity: 1;
		width: 160px;
	}
	.b-comments_controls a[data-placeholder].focused:before {
		visibility: hidden;
	}
	.b-comments_controls a[data-placeholder][data-value].focused:before {
		visibility: hidden;
	}
	.b-comments_controls a[data-value].focused:after {
		visibility: hidden;
	}
	.b-comments_controls form {
		color: inherit;
	}
	.b-comments_controls a[data-placeholder] input:focus,
	.b-comments_controls a[data-placeholder].active input {
		width: 160px;
		outline: none;
		margin-bottom: 1px;
	}
	.b-comments_controls-inbox [data-key="sort"] {
		display: none;
	}

	.l-content__subsite .b-comments_controls {
		background: none;
	}
	.b-comments_controls_new_count {
		display:inline-block;
		background-color:#e9e9e9;
		padding:3px 5px 3px 5px;
		color: #000;
	}
	.comments_inbox .b-comments_controls {
		background:none;
	}
	.b-comments_controls_new_nav {
		font-size:11px;
		color:#666;
	}
		.b-comments_controls_new_nav_button a {
			text-decoration:none;
			color:#000;
			border-bottom:1px dotted;
		}
	.b-comments_controls_best_nav {
		font-weight:bold;
		margin-left:5px;
		font-size:11px;
	}
	.b-comments_controls_sort {
		color:#666;
		font-size:11px;
	}
	.b-comments_controls_new_comment {
		margin-left:5px;
		font-size:18px;
		text-decoration: none;
		color: #000;
		white-space:nowrap;
		border-bottom:1px dotted;
	}
.b-comments_controls_bottom {
	margin: 10px 0 10px 0;
}
	.b-comments_controls_bottom .b-comments_controls_new_comment {
		margin-left: 0;
	}
.b-comments_reply_block_container {
	zoom: 1;
}

.comments_add_block_bottom {
	margin-bottom:15px;
}
	.comments_add_block_bottom a.comments_add_block_bottom_link {
		display:inline-block;
		font-size:18px;
		border-bottom:1px dotted;
		color:#000;
		text-decoration:none;
		margin-left:43px;
		margin-top:-5px;
	}
	.comments_add_block_bottom .b-comments_reply_block {
		padding-left:0;
	}

.b-comments_ignored_description {
	color:#888888;
	margin:52px 0 10px 0;
	font-size:0.85em;
}
.b-comments_collapsed {
	margin:0;
	overflow:hidden;
}
	.b-comments_collapsed_comments {
		overflow:hidden;
		max-height:0;
	}
	.b-comments_collapsed_toggle_holder {
		display:inline-block;
		color:#888888;
		text-decoration:none;
		margin-bottom:10px;
		font-size:0.85em;
	}
	.b-comments_collapsed_toggle em {
		font-style:normal;
		display:inline-block;
		margin-left:1px;
	}
		.b-comments_collapsed_toggle em i {
			display:inline-block;
			width:20px;
			height:20px;
			background-image:url(/static/i/sprite.png);
			background-repeat:no-repeat;
			vertical-align:middle;
		}
		.b-comments_collapsed_toggle .b-comments_collapsed_toggle_caption_expand i {
			background-position:-20px -20px;
		}
		.b-comments_collapsed_toggle .b-comments_collapsed_toggle_caption_collapse i {
			background-position:-40px -20px;
		}
	.b-comments_collapsed_toggle_caption_expand,
	.b-comments_collapsed_expanded .b-comments_collapsed_toggle_caption_collapse {
		display:inline;
		margin-left:-20px;
		color:#556E8C;
		text-decoration:underline;
	}
	.b-comments_collapsed_toggle_caption_collapse,
	.b-comments_collapsed_expanded .b-comments_collapsed_toggle_caption_expand {
		display:none;
	}

.b-post_my_post_controls_button {
	display:inline-block;
	height:13px;
	vertical-align:bottom;
	overflow: hidden;
}
	.b-post_my_post_controls_button .b-button {
		position: relative;
		top:-4px;
		margin-right: 4px;
	}
	.b-post_my_post_controls_button .b-button_caption {
		position: relative;
		top: -7px;
	}

.comment:after {
	content:"";
	display:none;
	position:absolute;
	top:0;
	left:415px;
	width:0;
	top:0;
	bottom:0;
	border-left:1px solid #ececec;
}
.b-comment_thread_visible.comment {
	position:relative;
}
.l-desktop .b-comment_thread_visible.comment:after {
	display:block;
}
	.b-comment_thread_visible_last:after {
		bottom:20px;
	}
	.l-desktop .b-comment_thread_visible_first .vote {
		display:none;
	}
	.comment.b-comment_thread_0:after { left:-18px; }
	.comment.b-comment_thread_1:after { left:10px; }
	.comment.b-comment_thread_2:after { left:38px; }
	.comment.b-comment_thread_3:after { left:66px; }
	.comment.b-comment_thread_4:after { left:94px; }
	.comment.b-comment_thread_5:after { left:122px; }
	.comment.b-comment_thread_6:after { left:150px; }
	.comment.b-comment_thread_7:after { left:178px; }
	.comment.b-comment_thread_8:after, .comment:after { left:206px; }

	@media screen and (min-width: 1000px) {
		.comment.b-comment_thread_9:after { left:234px; }
		.comment.b-comment_thread_10:after, .comment:after { left:262px; }
	}

	@media screen and (min-width: 1200px) {
		.comment.b-comment_thread_11:after { left:290px; }
		.comment.b-comment_thread_12:after, .comment:after { left:318px; }
	}

	@media screen and (min-width: 1400px) {
		.comment.b-comment_thread_13:after { left:346px; }
		.comment.b-comment_thread_14:after, .comment:after { left:374px; }
	}

	@media screen and (min-width: 1600px) {
		.comment.b-comment_thread_15:after { left:402px; }
		.comment.b-comment_thread_16:after, .comment:after { left:430px; }
	}

.b-comment_thread_collapse {
	position:relative;
	top:-2px;
	margin-left:-3px;
	margin-right:-5px;
}
	.comment .b-comment_thread_collapse.b-post_my_post_controls_button .b-button {
		border:none;
		margin-left:-3px;
	}
	.b-post_my_post_controls_button .b-button__expand .b-button_icon {
		margin-right:2px;
	}
	.b-comment_thread_collapse a {
		text-decoration:none;
	}
	.b-search .b-comment_thread_collapse,
	.b-user_posts .b-comment_thread_collapse {
		display:none;
	}
	.comment .b-button svg * {
		fill: #666;
	}
	.comment .b-button__collapse {
		display:none;
	}
		.comment .b-comment_thread__collapse .b-button__collapse {
			display:inline-block;
		}
	.b-button__expand {
		display:inline-block;
	}
		.b-comment_thread__collapse .b-button__expand {
			display:none;
		}
.comment.b-comment_thread_folded_first {
	padding-bottom:20px;
}

.b-comments_reply_block_container_limit_content {
	color: #888888;
	padding: 10px 0 10px;
	margin-left: 28px;
	font-size: 0.85em;
}
.post h2 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 13px 0 6px;
	color: #326CCD;
}
.b-comments_no_new_comments {
	font-size: 1.25em;
	margin: 13px 0 13px;
	padding-left:5px;
}
	.b-comments_no_new_comments a {
		text-decoration:none;
		border-bottom:1px dotted;
	}

.b-popup_video_toggle {
	padding:1;
	margin:0 2px 0 0;
	font-size:10px;
	width:14px;
	height:14px;
	text-align:center;
	line-height:14px;
	text-decoration:none;
	border-radius : 50%;
	display : inline-block;
	font-weight : bold;
	vertical-align:middle;
	border:1px solid transparent;
}
	.comment .c_body .b-popup_video_toggle.active,
	.post .post_body .b-popup_video_toggle.active {
		background-color:#556e8c;
		color:#FFF;
	}
	.b-popup_video_toggle.active:visited {
		background-color:#666666;
	}
.b-media_player_preview {

}
	.b-media_player_preview_pic_holder {
		position:relative;
		display:inline-block;
		overflow:hidden;
		min-width:50px;
		min-height:50px;
	}
	.b-media_player_preview_play {
		width:40px;
		height:40px;
		background:url(/static/i/video_play_button.png) no-repeat 0 0;
		background-size:100% 100%;
		position:absolute;
		top:50%;
		left:50%;
		margin:-20px 0 0 -20px;
	}
	a[rel="coub"] .b-media_player_preview_play {
		background-image:url(/static/i/coub_play_button.png);
	}
	.js-player__coub .b-video_play_button i {
		background-image:url(/static/i/coub_play_button.png);
	}
	.js-player__coub .b-video_play_button i img {
		opacity:0;
	}

.b-comments_navigation {
	position: fixed;
	top: 50%;
	right: 10px;
	min-height: 130px;
	list-style: none;
	margin: -65px 0 0 0;
}
.b-comments_navigation.js-fixed {
	position: absolute;
	bottom: -40px;
}
	.js-comments_jump {
		height: 40px;
		cursor: pointer;
		opacity: 1;
		transition: all .5s;
	}
	.js-comments_jump[data-dir="down"] {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.js-comments_jump[data-class="mine"] {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.js-comments_jump:not(.active) {
		opacity: .3;
		cursor: default;
	}
	.js-comments_jump[data-class="mine"]:not(.active) {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
		.js-comments_jump .b-svg-icon {
			width: 40px;
			height: 40px;
		}
			.js-comments_jump .b-svg-icon svg * {
				transition: fill .2s;
			}
			.js-comments_jump.active .b-svg-icon:hover svg polygon {
				fill: #bebebe;
			}
			.js-comments_jump.active .b-svg-icon:active svg ellipse {
				fill: #fff;
			}

.b-post_edit_holder {
	position:relative;
	overflow:hidden;
	margin-left: -9px;
	/*margin-top: -35px;*/
}
.b-post_edit {
	position:relative;
	padding-left:9px;
}
	.b-post_edit .b-form_field {
		margin-bottom:10px;
	}
	.b-post_edit .b-form_fields {
		overflow:hidden;
	}
	.b-post_edit .b-form_field_body {
		margin-bottom:0;
	}
	.b-post_edit .i-form_textarea {
		height:100px;
	}
	.b-post_edit_controls {
		padding:0 0 10px;
		text-align:left;
	}
		.b-post_edit_controls_button {
			display:inline-block;
			border:1px solid #e0e0de;
			-webkit-box-shadow:2px 2px 1px -1px #808080;
			-moz-box-shadow:2px 2px 1px -1px #808080;
			box-shadow:2px 2px 1px -1px #808080;
			padding:2px 4px 3px;
			color:#000;
			vertical-align:bottom;
			position:relative;
			text-decoration:none;
			background-color:#f4f4f2;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		}
			.b-post_edit_controls_button em {
				position:absolute;
				left:0;
				top:0;
				width:100%;
				height:100%;
			}
			.b-post_edit_controls_button:focus {
				border-color:#556E8C;
				outline:none;
			}
			.b-post_edit_controls_button:active {
				top:1px;
				left:1px;
				-webkit-box-shadow:none;
				-moz-box-shadow:none;
				box-shadow:none;
			}
.b-hidden_text_container {
	white-space: pre-wrap;
	font-size: 1em;
	line-height: 17px;
	padding: 2px;
	left: 6px;
	right: 0;
	position: absolute;
	visibility: hidden;
	top: -100000px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-comment_edit {
	margin-top: -5px;
	margin-left:-5px;
	padding-top: 0;
	position: relative;
}

.vote {
	position:absolute;
	top:-2px;
	right:0;
	width:90px;
	height:21px;
}
.vote_result {
	display:block;
	position:absolute;
	width:42px;
	height:21px;
	line-height:21px;
	top:0;
	right:0;
	text-align:center;
	color:#9c9c9c;
	font-size:10px;
	font-weight:normal;
	cursor:hand;
	cursor:pointer;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none;
	background:url(/static/i/lepra/vote_rating_bg.gif) no-repeat 50% 50%;
}
	.post .vote_result.js-lh_active {
		background:url(/static/i/lepra/vote_rating_bg_loading.gif) no-repeat 50% 50%;
	}
	.golden .vote_result {
		background:url(/static/i/lepra/vote_rating_bg_gold.gif) no-repeat 50% 50%;
	}
.vote_button {
	display:block;
	text-align:center;
	height:18px;
	width:18px;
	position:absolute;
	text-decoration:none;
	line-height:18px;
	font-size:10px;
	color:#cecece;
	background:url(/static/i/lepra/vote_button.gif) no-repeat 50% 50%;
}
	html .l-content a.vote_button {
		color:#cecece;
	}
	.vote_voted,
	.vote_button:hover {
		color:#666;
		background:url(/static/i/lepra/vote_button_hover.gif) no-repeat 50% 50%;
	}
	html .l-content a.vote_button.vote_voted,
	html .l-content a.vote_button:hover {
		color:#666;
	}
.over .vote_button {
	visibility:visible;
}
.vote_button_plus {
	top:1px;
	left:22px;
}
.vote_button_minus {
	top: 1px;
	left:0;
}

/* comments voting */
.c_vote {
	top:auto;
	right:auto;
	bottom:-19px;
	left:-38px;
	width:32px;
	height:60px;
}
	.c_vote .vote_result {
		background:none;
		right: 0;
		top: 22px;
		width:32px;
		height:16px;
		line-height:16px;
	}
		.mine .c_vote .vote_result,
		.c_vote:hover .vote_result {
			background-color:#efefef;
		}
	.c_vote .vote_button_plus {
		left:auto;
		bottom:auto;
		top:0;
		right:7px;
		visibility:hidden;
	}
	.c_vote .vote_button_minus {
		left:auto;
		top:auto;
		bottom: 0;
		right:7px;
		visibility:hidden;
	}
		.over .vote_button,
        .l-touch_capable .vote_button {
			visibility:visible;
		}

/* user karma */
.b-user_votes_wrapper {
	position: absolute;
	top: 47px;
	right: 35px;
}
	.b-user_karma {
	    position: relative;
	    height: 28px;
	    z-index: 2;
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
		.b-karma_value {
			display: inline-block;
			height: 28px;
			cursor: pointer;
			overflow: hidden;
			text-align: center;
			color: #9c9c9c;
			vertical-align: top;
		}
			.b-karma_value_inner {
				display: inline-block;
				min-width: 40px;
				height: 28px;
				line-height: 28px;
				margin: 0 auto;
			}
	.b-karma_controls {
		display: inline-block;
	}
		.b-karma_button {
			display: inline-block;
			width: 26px;
			height: 26px;
			font-size: 18px;
			line-height: 24px;
			text-decoration: none;
			text-align: center;
			color: #cecece;
			cursor: pointer;
			background: #f5f5f5;
			border: 1px solid #f5f5f5;
			border-radius: 2px;
		}
		.b-karma_button.active,
		.b-karma_button:hover {
			border-color: #7d7d7d;
			color: #7d7d7d;
		}
	.b-user_karma__disabled:after {
		display: block;
		content: "";
		width: 189px;
		height: 103px;
		background: url(/static/i/fraud/board_2.png) no-repeat 0 0;
		background-size: 100% auto;
		position: absolute;
		top: -30px;
		left: 0;
	}
		.b-popup_holder .b-user_karma__disabled:after {
			display: none;
		}
/* votes popup */
.b-votes_popup {
    position: absolute;
    top: 0;
    right: 50%;
    margin: -9px -192px 0 0;
    width: 410px;
    background: #d7d7d7;
    z-index: 10;
    font-size: 0.937em;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#505050;
}

.b-votes_popup.invisible {
    display: block;
    visibility: hidden;
    top: -10000px;
    left: -10000px;
}

.b-close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    z-index: 2;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.b-votes_popup_arrow {
	display:block;
	position:absolute;
	width:28px;
	height:11px;
}
	.b-votes_popup_arrow_bottom {
		bottom:-11px;
		background:url(/static/i/lepra/bubble_arrow_bottom.png) no-repeat 0 0;
		display:none;
	}
	.b-votes_popup_arrow_top {
		top:-11px;
		background:url(/static/i/lepra/bubble_arrow_top.png) no-repeat 0 0;
		display:block;
	}
	.b-votes_popup_post .b-votes_popup_arrow {
		right:24px;
	}
	.b-votes_popup_karma .b-votes_popup_arrow {
		right:121px;
	}
	.b-votes_popup_comment .b-votes_popup_arrow {
		left:22px;
	}
	.b-votes_popup.js-bottom .b-votes_popup_arrow_top {
		display:none;
	}
	.b-votes_popup.js-bottom .b-votes_popup_arrow_bottom {
		display:block;
	}
	
.b-votes_popup_caption {
	font-size:12px;
	line-height:20px;
	padding:0 10px 10px;
}
	.b-votes_popup_rating {
		font-size:18px;
		line-height:20px;
	}
	.b-no_votes {
	}

.b_users_table_holder {
    position: relative;
    padding: 20px 40px 12px 30px;
}

.b_users_table {
    width: 100%;
    border-collapse: separate;
	font-size:11px;
}

.b_users_table-cell {
    vertical-align: top;
    width: 50%;
    padding: 0 0 2px 10px;
}

.b_users_table-cell:first-child {
    border-right: 1px solid #c1c1c1;
    border-left: none;
    padding-right: 5px;
}

.b_users_table-subtitle {
	font-size:12px;
    margin: 0;
    font-weight: normal;
    line-height: 1em;
    padding: 1px 0 10px;
}

.b_users_table-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 50px;
	max-width: 140px;
	word-wrap: break-word;
}
	.b_users_table-list li {
		margin-bottom:5px;
	}
		.b_users_table-list li span {
		    white-space: nowrap;
		}

.b-removed_user {
    text-decoration: line-through;
}

.b-arrow {
    position: absolute;
    top: 46px;
    bottom: 0;
    width: 21px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color:#c0c0c0;
}

.b-arrow__prev {
    left: 0;
}

.b-arrow__next {
    right: 0;
}

.b-arrow-ico {
    position: absolute;
    background-position: 50% 50%;
	background-repeat:no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -20px;
}

.b-arrow__prev .b-arrow-ico {
	background-image:url(/static/i/lepra/prev.gif);
    left: 1px;
}

.b-arrow__next .b-arrow-ico {
    background-image:url(/static/i/lepra/next.gif);
    right: 1px;
}

.b-pagination {
    margin: 0 44px;
    padding-bottom: 6px;
    overflow: hidden;
}

	.b-pagination-inner_1 {
	    float: left;
	    left: 50%;
	    position: relative;
	}

	.b-pagination-inner_2 {
	    position: relative;
	    left: -50%;
	    float: left;
	    margin: 0;
	}

	.b-pagination-item {
		position: relative;
	    float: left;
	    width: 20px;
	    height: 20px;
	}
		.b-pagination-item:after {
			content: "";
			display: block;
			position: absolute;
			width: 3px;
			height: 3px;
			left: 8px;
			top: 8px;
			background-color: #636363;
			box-shadow: 0px 0px 2px 1px #636363;
			border-radius: 2px;
		}
		.b-pagination-item.active:before {
			content: "";
			display: block;
			position: absolute;
			width: 7px;
			height: 7px;
			left: 5px;
			top: 5px;
			background-color: transparent;
			border: 1px solid #646464;
			border-radius: 4px;

		}
		.b-pagination-item.active:after {
			content: "";
			display: block;
			position: absolute;
			width: 3px;
			height: 3px;
			left: 8px;
			top: 8px;
		    background-color: #b6b6b6;
		    xbox-shadow: 0px 0px 2px 1px #c5c5c5, 0px 0px 2px 1px #646464;
		    border-radius: 2px;
		    
		}

.b-votes_popup .vote {
	display:none;
    top: 12px;
    left: 241px;
}
	.b-votes_popup_comment .vote {
		left: 5px;
	}

.b-votes_popup.js-bottom .vote {
    top: auto;
    bottom: 11px;
}
.b-list {
}
	.b-list_item {
		position:relative;
		cursor: pointer;
	}
		.b-list_item__user {
			cursor: default;
			box-shadow: inset 0 0 4px #FFF;
			transition: box-shadow .3s;
			margin-right: 20px;
			border-radius: 3px;
		}
			.b-list_item__user:hover {
				box-shadow: inset 0 0 4px #CCC;
			}
		.b-pro_acc_subs .b-list_item:hover,
		.b-users_list .b-list_item:hover {
			background: none;
		}
		.b-users_list .b-list_item {
			padding: 2px 10px 5px;
		}
		.b-list_item_odd,
		.b-users_list .b-list_item.b-list_item_odd:hover {
			background: #f1f1f1;
		}
		.b-list_item_logo {
			display:block;
			width:64px;
			height:64px;
			background-position:50% 50%;
			background-repeat:no-repeat;
			background-size:contain;
			background-image: url(/static/i/sublepra/xyek.jpg);
			position:absolute;
			top:15px;
			left:12px;
		}
		.b-list_item_logo__avatar {
			background-size:cover;
		}
		.b-list_item_logo__avatar_border {
			box-shadow: 0 0 4px #CCC;
			border-radius: 3px;
			background: none;
		}
		.b-lock {
			position: absolute;
			top: 48px;
			left: 4px;
			display: block;
			height: 25px;
			width: 17px;
			background: url(/static/i/sublepra/lock.png) 0 0 no-repeat;
		}
		.b-list_item h5 {
			font-weight: normal;
			font-size: 15px;
			color: #000;
			margin: 4px 0;
			word-wrap: break-word;
			-ms-word-wrap: break-word;
		}
		.b-users_list .b-list_item h5 {
			margin: 0;
		}
		.b-list_item h5 a {
			text-decoration: none;
		}
			.b-list_item h5 a.c_user {
				color: #330;
				font-size: 18px;
			}
			.b-list_item h5 a.c_user.b-removed_user {
				text-decoration: line-through;
			}
		.b-list_item_body {
			width: 50%;
			box-sizing: border-box;
			padding:15px 0 24px 90px;
		}
			.b-users_list_users .b-list_item_body {
				width: 40%;
			}
		.b-pro_acc_subs .b-list_item_body {
			padding-right: 0;
		}
		.b-list_item__user .b-list_item_body {
			padding-top: 11px;
		}
		.b-list_item_blog_prefix {
			text-decoration: none;
			font-size: 15px;
			color: #7d7d7d;
		}
		.b-list_item_user_name {
			margin-bottom: 4px;
			text-decoration: none;
			font-size: 13px;
			color: #000;
			display: inline-block;
			word-break: break-word;
		}
		.b-list_item_user_rank {
			font-size: 11px;
			color: #7d7d7d;
		}
		.b-list_item_user_docs a {
			display: inline-block;
			margin-right: 10px;
			font-size: 11px;
		}
		.b-list_item_blog_creator {
			margin-bottom:7px;
			display:inline-block;
		}
		.b-list_item_user_residence {
			display: block;
			font-size: 11px;
			color: #7d7d7d;
			margin-bottom: 5px;
			word-break: break-word;
		}
		.b-list_item_blog_url {
			display:inline-block;
			margin-bottom:5px;
		}
		.b-list_item_blog_url,
		.b-list_item_blog_creator,
		.b-list_item_blog_creator a {
			color: #7d7d7d;
			font-size: 13px;
			word-wrap: break-word;
			-ms-word-wrap: break-word;
		}
			.b-list_item_blog_url:hover,
			.b-list_item_blog_creator a:hover {
				color: #699;
			}
		.b-list_item_user_karma {
			position: absolute;
			right: 0;
			width: 10%;
			top: 30px;
			font-size: 15px;
			text-align: center;
		}
		.b-list_item_blog_controls {
			
		}
			.b-list_item_blog_controls p {
				color:#505050;
				padding:0;
				margin-bottom:7px;
				font-size:12px;
			}
			.b-list_item_blog_controls .b-subscribe_button_text {
				font-size: 11px;
				color: #252525;
			}
				
		.b-list_item_blog_stats {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			font-size:13px;
		}
			.b-list_item_blog_stats_posts,
			.b-list_item_blog_stats_comments,
			.b-list_item_blog_stats_subscribers {
				position:absolute;
				top:25px;
				width:12%;
				text-align:center;
			}
			.b-list_item_blog_stats_posts {
				left:40%;
			}
			.b-list_item_blog_stats_comments {
				left:52%;
			}
			.b-list_item_blog_stats_subscribers {
				left:64%;
			}
		.b-list_item_blog_controls_additional {
			margin-top: 10px;
		}
		.b-list_item_blog_description {
			float: right;
			width: 45%;
			margin: 15px 2% 30px 15px;
			font-size: 12px;
			color: #505050;
		}
		.b-list_item_blog_toggle_expand {
			position:absolute;
			right:13%;
			top:25px;
			display:block;
			background:url(/static/i/lepra/table_arrow_left.gif) no-repeat 0 0;
			width:20px;
			height:20px;
		}
			.b-list_item__opened .b-list_item_blog_toggle_expand {
				background-image:url(/static/i/lepra/table_arrow_down.gif);
			}
	.b-list_item_blog_description,
	.b-list_item_blog_controls_additional {
		overflow:hidden;
		max-height:0;
		text-overflow:ellipsis;
		-webkit-transition: max-height 0.3s ease;
		-moz-transition: max-height 0.3s ease;
	    -o-transition: max-height 0.3s ease;
	    transition: max-height 0.3s ease;
	}
	.b-list_item__opened .b-list_item_blog_description,
	.b-list_item__opened .b-list_item_blog_controls_additional {
		max-height:300px;
	}
.b-blogs_list_search_result {
	padding:10px;
	text-align:center;
}
.b-users_list {
	margin-right: 20px;
	padding: 20px 0;
}

.b-underground_title {
	margin: 0;
	padding: 45px 10px 20px 10px;
	font-size: 28px;
	font-weight: normal;
}

.b-underground_nav {
	margin-top: 10px;
}
.b-underground_nav ul {
	list-style: none;
	padding: 0 10px;
}
.b-underground_nav ul li {
	display: inline-block;
}

.b-underground_nav_mode li {
	padding: 5px;
	margin-right: 5px;
	font-size: 15px;
	color: #000;
}
.b-underground_nav_mode li.active {
	background-color: #464646;
}
.b-underground_nav_mode li a {
	color: #000;
	text-decoration: none;
}
.b-underground_nav_mode li.active a {
	color: #fff;
}
.b-underground_nav_mode li a span {
	font-size: 11px;
	color: #a1a1a1;
}
.b-underground_nav_mode li.active a span {
	color: #fff;
}

.b-underground_nav_sort {
	display: inline-block;
	margin-top: 10px;
}
.b-underground_nav_sort li {
	margin-right: 15px;
	font-size: 13px;
}
.b-underground_nav_sort li a {
	color: #959595;
	text-decoration: none;
	border-bottom: 1px dotted #959595;
}
.b-underground_nav_sort li.active a {
	color: #000;
	border-color: #000;
}

.b-menu_underground_search {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 40px;
}

.l-content_aside_subscriptions {
	background: none;
	padding-top: 0;
}
.l-content_aside_subscriptions .b-subscriptions_aside_block {
	width: 150px;
	margin-left: 25px;
	margin-bottom: 30px;
}
.l-content_aside_subscriptions .b-subscriptions_aside_block img {
	display: block;
	margin: 0 auto;
}
.l-content_aside_subscriptions .b-subscriptions_aside_block h3 {
	font-size: 15px;
	font-weight: normal;
	color: #252525;
}
.l-content_aside_subscriptions .b-subscriptions_aside_block p {
	font-size: 13px;
	color: #7d7d7d;
}
.l-content_aside_subscriptions .b-subscriptions_aside_block .b-subscriptions_aside_block_link {
	display: block;
	margin-top: 15px;
	font-size: 11px;
	color: #252525;
}

.b-subscriptions_aside_block_stats {
	font-size: 14px;
	display: block;
	background: url(/static/i/policeman_small.png) no-repeat 0 0;
	width: 150px;
	height: 140px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 50px 0 0 60px;
	margin-top: 80px;
}


.l-content_aside_subscriptions_top {
	margin-left: 245px;
	margin-bottom: 60px;
}
.l-content_aside_subscriptions_top .b-subscriptions_aside_block {
	position: relative;
	padding: 15px;
	background-color: #f6f5f5;
}
.l-content_aside_subscriptions_top .b-subscriptions_aside_block img {
	position: absolute;
}
.l-content_aside_subscriptions_top .b-subscriptions_aside_block h3 {
	padding-left: 75px;
	font-size: 15px;
	font-weight: normal;
	color: #7d7d7d;
	margin: 0;
}
.l-content_aside_subscriptions_top .b-subscriptions_aside_block p {
	padding-left: 75px;
	font-size: 15px;
	margin-top: 10px;
}
.l-content_aside_subscriptions_top .b-subscribe_button {
	margin-left: 75px;
}
.l-content_aside_subscriptions_top 
.l-subscription_list {
	margin-top: 15px;
}

.b-subscriptions_aside_block .b-subscribe_button_text {
	color: #000;
}
.b-subscriptions_aside_block h3 a {
	text-decoration: none;
}

.b-subscriptions_random {
	position: fixed;
	top: 155px;
	right: 0;
	z-index: 10;
	opacity: .8;
	width: 162px;
	height: 202px;
	background-image: url(/static/i/random_button.png);
	-webkit-transform: scale(1, 1) rotateX(0deg);
	-ms-transform: scale(1, 1) rotateX(0deg);
	transform: scale(1, 1) rotateX(0deg);
	transition: opacity .3s, transform 1s, top 1s, right 1s;
}
.b-subscriptions_random:hover {
	opacity: 1;
}
.b-subscriptions_random.subscribed {
	-webkit-transform: scale(.5, .5) rotate(-45deg);
	-ms-transform: scale(.5, .5) rotate(-45deg);
	transform: scale(.5, .5) rotate(-45deg);
	top: 300px;
	right: -202px;
}

.b-users_list_users {
	margin-bottom: 20px;
}
.b-users_list_section {
	float: left;
	margin-right: 40px;
}
.b-users_list_search {
	padding-left: 12px;
	margin-bottom: 10px;
}
	.b-users_list_search .i-form_text_input {
		vertical-align: middle;
		font-size: 15px;
		width: 300px;
		padding-left: 8px;
		padding-right: 8px;
		border-radius: 5px;
	}
	.b-users_list_search .b-icon_button_search {
		vertical-align: middle;
	}
.b-users_list_caption {
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 0 12px;
	margin: 20px 0 30px;
}
.b-users_list_filters {
	padding: 0 0 15px 12px;
}
.b-users_list_filters select {
	font-size: 15px;
	margin-right: 10px;
}

.b-users_list_sorting {
	padding-left: 12px;
	font-size: 15px;
}
.b-users_list_sorting ul {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 20px;
}
.b-users_list_sorting ul li {
	display: inline-block;
}

.b-users_list_sorting li {
	padding: 5px;
	margin-right: 5px;
	font-size: 15px;
	color: #000;
}
.b-users_list_sorting li.active {
	background-color: #464646;
}
.b-users_list_sorting li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.b-users_list_sorting li.active a {
	color: #fff;
	border-bottom: 0;
}
.b-users_list_flags {
	padding-left: 12px;
	margin-bottom: 20px;
}
.b-users_list_flags input {
	vertical-align: middle;
	margin-right: 5px;
}
.b-users_list_flags label {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.b-list_item_user_description {
	float: right;
	width: 50%;
	margin-right: 10%;
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 11px 20px 20px 20px;
}
.b-list_item_user_description__folded,
.b-list_item_user_description__empty {
	cursor: hand;
	cursor: pointer;
}
.b-users_list_users .b-list_item_user_description__folded:after,
.b-users_list_users .b-list_item_user_description__empty:after {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -35px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	transition: border-color .3s;
}
	.b-users_list_users .b-list_item:hover .b-list_item_user_description__folded:after
	.b-users_list_users .b-list_item:hover .b-list_item_user_description__empty:after {
		border-color: #eeeeee transparent transparent transparent;
	}
	.b-users_list_users .b-list_item .b-list_item_user_description__folded:hover:after,
	.b-users_list_users .b-list_item .b-list_item_user_description__empty:hover:after {
		border-color: #cccccc transparent transparent transparent;
	}
.b-list_item_user_description_info {
	padding: 10px 0 20px;
}
	.b-list_item_user_description_info .b-user_children,
	.b-list_item_user_description_info .b-user_contacts,
	.b-list_item_user_description_info .b-user_citizen,
	.b-list_item_user_description_info .b-user_stat {
		padding-bottom: 0;
		margin-bottom: 16px;
	}
.b-list_item_user_description__folded .b-list_item_user_description_info {
	display: none;
}

/* Elections form */
.b-elections_container {
	padding: 36px 0 20px 0;
}
.b-vote_form {
	width: 70%;
	border-left: 5px solid #F8F8F8;
	padding: 0 0 0 5px;
	margin: 16px 0 26px 20%;
}
.b-vote_form .i-form_text_input {
	background: #fff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 2em;
	height: 50px;
	width: 246px;
}
.b-vote_form label {
	display: block;
	color: #666;
	font-size: 0.85em;
}
.b-vote_form #recaptcha_image img {
	width: 240px !important;
	height: 45px !important;
	margin-bottom: 10px;
}
.b-vote_form_description {
	padding-top: 64px;
}
.b-form_captcha_link_container {
	padding-bottom: 15px;
}
.b-vote_form .b-form_captcha_link {
	font-size: 0.85em;
	float: none;
}
.b-separator {
	border-top: 1px solid #CCCCCC;
	height: 0;
	margin-bottom: 25px;
}
.b-elections_title {
	font-weight: normal;
	text-align: left;
	padding-top: 17px;
}
.b-elections_title_description {
	color: #666666;
	font-size: 0.85em;
}
.b-elections_process {
	border-collapse: collapse;
	width: 80%;
	margin-left: 4%;
	margin-bottom: 22px;
}
.b-presidents_list {
	border-collapse: collapse;
	width: 73.5%;
	margin-left: 4%;
}
.b-elections_process th {
	font-weight: bold;
	vertical-align: bottom;
}
.b-presidents_list td,
.b-elections_process td {
	vertical-align: middle;
}
.b-elections_process td,
.b-elections_process th {
	text-align: center;
	padding: 8px;
}
.b-presidents_list th,
.b-presidents_list td {
	text-align: left;
	padding: 8px;
}
.b-presidents_list td.b-main_cell,
.b-presidents_list td.b-main_cell,
.b-elections_process td.b-main_cell,
.b-elections_process th.b-main_cell {
	text-align: left;
	width: 100%;
}
.b-presidents_list td.b-main_cell,
.b-elections_process td.b-main_cell {
	background: #F8F8F8;
}

.b-elections_process td.b-main_cell.b-leader {
	background: #F1F1F1;
}
.b-elections_process .b-arrow-ico {
	position: static;
	display: block;
	margin: 0;
	background-image: url(/static/i/sprite.png);
	background-repeat: no-repeat;
}
.b-elections_process td.b-arrows_cell {
	padding-left: 0;
	padding-right: 0;
}
.b-arrow-ico__up {
	background-position: -20px -100px;
}
.b-arrow-ico__down {
	background-position: -40px -100px;
}
.b-elections_process .b-arrow-ico.b-arrow-ico__none {
	background-image: none;
}
.b-num_cell {
	color: #D1D1D1;
	font-size: 1.2em;
	font-family: "romulcregular", Verdana, sans-serif;
}
.b-presidents_list td.b-president_period {
	white-space: nowrap;
	color: #666;
	font-size: 0.85em;
	padding-right: 20px;
	width: 10%;
}
.b-section_title {
	font: 18px/18px "romulcregular", Verdana, sans-serif;
	color: #101010;
	text-transform: uppercase;
}
.b-section_title_small {
	font-size: 10px;
	line-height: 10px;
}
.b-president_title {
	font-size: 27px;
	background: url("../i/lepra/regular-title.jpg") 0 0 no-repeat;
	padding: 19px 0 20px 11px;
	margin-bottom: 16px;
}
.b-government_container {
	position: relative;
	margin-top: 78px;
}

.b-government_container .b-left_col {
	float: left;
	width: 50%;
	padding: 0 20px 16px 5px;
	border-right: 1px solid #ececec;
	box-sizing:border-box;
}

.b-government_container .b-right_col {
	float: right;
	width: 50%;
	padding: 0 20px 16px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
.b-government_container .i-form_text_input {
	width: 50%;
}
.b-government_border {
	height: 1px;
	width: 100%;
	background: #ebebeb;
}
.b-government_list_wrapper {
	margin: 4px 0 32px 0;
}
.b-blog_controls_users ul.b-government_list {
	padding: 0;
	margin-left: 16px;
}
.b-government_list_wrapper .b-remove_from_list {
	margin-left: 16px;
}
.b-government_list {
	list-style-type: none;
}
.b-blog_controls_users ul.b-government_list__sub {
	margin-left: 36px;
}
.b-government_item {
	padding: 8px;
}
.b-government_subtitle {
	padding: 16px 0 16px;
}
.b-government_small_subtitle {
	color: #666666;
	font-size: 0.85em;
	padding-bottom: 16px;
}
.b-cancel_voting_button {
	font-size: 11px;
	margin-top: 5px;
	/*display: inline;*/
}
.b-current_candidate {
	padding-bottom: 25px;
	font-size: 17px;
	overflow: hidden;
}
.b-government_container .b-form_field_description {
	font-size: 1em;
	padding-top: 16px;
	padding-bottom: 20px;
}
.b-preload_container {
	height: 0;
	overflow: hidden;
}

.b-impeachment {
	padding: 15px 0;
	margin-bottom: 40px;
}
.b-impeachment_top {
	height: 70px;
}
.b-impeachment button {
	min-width: 167px;
	height: 57px;
}
.b-impeachment p {
	margin: 0;
	font-size: 11px;
	color: #898989;
}
.b-impeachment b {
	display: block;
}
.b-impeachment a {
	margin-top: 5px;
	display: inline-block;
}
.b-impeachment i {
	font-style: normal;
}
.b-impeachment_popup_overlay {
	position: fixed;
	background-color: rgba(0,0,0,.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.b-impeachment_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -260px;
	width: 519px;
	height: 340px;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	text-align: center;

}
.b-impeachment_popup a {
	position: absolute;
	top: 13px;
	right: 13px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(/static/i/sprite.png) -165px -25px no-repeat;
}
.b-impeachment_popup p {
	padding: 10px 5px 15px 5px;
	margin-bottom: 0;
	font-size: 15px;
	color: #464646;
}
.b-impeachment_popup button {
	width: 155px;
	height: 45px;
	margin-right: 30px;
	white-space: nowrap;
}
.b-impeachment_popup button:last-child {
	margin-right: 0;
}
.b-impeachment_popup {
	padding-left: 10px;
}
.b-new_press {
	width:454px;
	height:145px;
	padding:46px 25px 0;
	background:url(/static/i/lepra/press_bg.png) no-repeat 0 0;
	text-align:center;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-252px;
	z-index:100;
}
	.b-new_press i,
	.b-new_press em {
		display:block;
		font-style:normal;
		font-weight:bold;
		font-family:Arial, Verdana, sans-serif;
		color:#1d1d1d;
	}
	.b-new_press i {
		text-transform:uppercase;
		font-size:10px;
	}
	.b-new_press em {
		font-size:18px;
		margin-bottom:3px;
	}
	.b-new_press textarea {
		background-color:#c12b00;
		color:#fff;
		width:450px;
		height:55px;
		margin-bottom:3px;
		outline:none;
	}
	.b-new_press form {
		position:relative;
	}
	.b-new_press_twitter {
		position:absolute;
		bottom:9px;
		left:0;
		text-decoration:none;
		color:#000;
		font-size:12px;
	}
		.b-new_press_twitter span {
			text-decoration:underline;
		}
	.b-new_press_counter {
		position:absolute;
		bottom:9px;
		right:0;
		color:#000;
		font-size:12px;
	}

.b-popup_holder {
    position: absolute;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    background-color: #FFFFFF;
    z-index: 4;
    box-shadow: 1px 1px 3px #E6E6E6;
    margin-right: 20px;
    max-width: 400px;
    min-width: 310px;
    overflow: hidden;
}
.b-popup {
    padding: 10px 15px 5px 10px;
    font-size: 0.88em;
    line-height: 1.33em;
    color: #888;
    float: left;
    max-width: 325px;
}
.b-popup h3 {
    font-weight: normal;
    color: inherit;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 325px;
}
.b-popup .b-user_votes_wrapper {
    height: 102px;
    width: 106px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: none;
    position: static;
    float: right;
    margin: -20px -35px -10px -30px;
}
.b-popup .b-karma_value {
    width: 100%;
    top: 39px;
    position: absolute;
    height: 21px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-size: 1.02em;
    color: #9c9c9c;
    cursor: inherit;
}
.b-popup .b-user_karma {
    position: relative;
    z-index: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.b-popup .b-karma_value_inner {
    background: #eee;
    border: 1px solid #ebebeb;
    display: inline-block;
    min-width: 40px;
    margin: 0 auto;
    line-height: 18px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
.b-popup .b-user_karma__simple .b-karma_value {
    border: none;
    margin-left: 38px;
}
.b-popup .b-karma_controls {
    position: absolute;
    width: 42px;
    height: 18px;
    top: 62px;
    left: 32px;
}
.b-popup .b-karma_button {
    color: #cecece;
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    position: absolute;
    text-decoration: none;
    width: 16px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}
.b-popup .b-karma_button__right_minus,
.b-popup .b-karma_button__right_plus {
    right: 0;
}
.b-popup .b-karma_controls__bot {
    top: 16px;
}
.b-popup .b-karma_button.active,
.b-popup .b-karma_button:hover {
    border-color: #7d7d7d;
    color: #7d7d7d;
}
.b-popup a {
    color: inherit;
}
.b-popup .b-popup-domain_government,
.b-popup .b-popup-user_location {
    color: #c0c0c0;
    margin-bottom: 5px;
}
.b-popup-user {
    min-width: 290px;
    padding: 10px 15px 0;
}
.b-popup-user_note {
    margin: 10px 0;
    display: block;
    color: #c0c0c0;
    width: 240px;
    font-style: normal;
}
.b-popup-user_note .js-usernote_input {
    font-size: inherit;
    padding: 5px;
}
.b-popup .b-popup-domain_name,
.b-popup .b-popup-user_few_words {
    margin: 5px 0 10px;
}
.b-popup .b-popup-domain_name {
    margin-top: 10px;
}
.b-popup .b-popup-user_few_words {
    margin-bottom: 0;
}
.b-popup .b-popup-user_few_words img {
    max-width: 100%;
}
.b-popup .b-popup_bottom {
    position: relative;
    margin-right: 10px;
}
.b-popup-user .b-popup_bottom {
    padding-bottom: 10px;
}
.b-popup-user .b-popup_bottom-narrow .b-user_subscription {
    margin-left: -30px;
}
.b-popup .b-domain_subscription_text,
.b-popup .b-user_subscription_text {
    font-size: 1em;
    white-space: nowrap;
}
.b-popup .b-user_subscription_text {
    left: 20px;
}
.b-popup .b-subsite_controls,
.b-popup .b-user_subscription {
    position: static;
    text-align: left;
    float: left;
    padding: 0 10px 5px 0px;
}
.b-popup .b-user_subscription {
    padding-left: 10px;
    height: 30px;
    margin-top: 0;
}
.b-popup .b-popup_user_socialize sup,
.b-popup .b-popup_user_socialize sub {
    font-size: inherit;
    vertical-align: inherit;
} 
    .b-popup .b-popup_user_socialize sup,
    .b-popup .b-popup_user_socialize.js-subscribed sub {
        display: none;
    }
    .b-popup .b-popup_user_socialize sub,
    .b-popup .b-popup_user_socialize.js-subscribed sup {
        display: inherit;
    }

.b-popup .b-popup-user_write {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.b-popup .b-subsite_controls a {
    margin: 0;
    z-index: 1;
}
.b-popup-user .js-subscribe_controls a {
    margin-left: -10px;
    top: 25px;
    position: absolute;
    z-index: 1;
}
.b-popup .b-popup-domain_description {
    max-height: 240px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}
.b-popup hr {
    border: none;
    box-shadow: 0 0 20px 15px #ffffff;
    position: absolute;
    top: 250px;
    width: 100%;
}
.b-popup .b-popup_stats {
    clear: both;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 10px;
}
.b-popup .b-popup_stats a {
    margin-right: 5px;
}
.b-popup .b-domain_subscription_text {
    position: absolute;
    left: 30px;
    top: 5px;
}
.b-popup .b-popup_ignore {
    display: inline-block;
    width: auto;
    clear: both;
    float: left;
    margin: 10px 0;
}
.b-popup_holder {
    -webkit-animation: fading 0.2s;
    -ms-animation: fading 0.2s;
    animation: fading 0.2s;
}
.b-popup_holder .b-popup_picture {
    width: 40px;
    margin: 10px -5px 0 10px;
    float: left;
    -webkit-animation: scaling 0.2s;
    -ms-animation: scaling 0.2s;
    animation: scaling 0.2s;
}
.b-popup_holder .b-popup_picture.b-popup-user_avatar {
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.b-popup_holder.hidden,
.b-popup_holder.hidden .b-popup_picture {
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes fading {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fading {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fading {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes scaling {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-ms-keyframes scaling {
    from {
        -ms-transform: scale(0);
    }
    to {
        -ms-transform: scale(1);
    }
}
@keyframes scaling {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.b-notification {
	background-color: #f5f5f5;
	margin: 2px 50px 2px 10px;
	color: #555;
	position: relative;
	z-index: 2;
	text-align:left;
}
	.b-notification__standalone {
		margin-top:15px;
		overflow:hidden;
	}
	.b-notification_purchase {
		margin: 20px 35px 20px 24px;
	}
.b-notification-title {
	color: #555;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0;
}
.b-notification .b-notification_text {
	padding-top: 9px;
}
.b-notification_content {
	padding: 9px 36px 12px;
}
.b-notification .b-fui_icon_button_close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.b-notification__gold {
	position: relative;
	background: #e0be6c;
}
	.b-notification__gold .clippy {
		position: absolute !important;
		top: auto !important;
		left: auto !important;
		bottom: 40px !important;
		right: 20px !important;
		cursor: pointer;
	}
	.l-600 .b-notification__gold .clippy {
		bottom: 10px !important;
	}
	.b-notification__gold  .b-notification_content {
		padding: 6px;
	}
		.b-notification__gold  .b-i-notification_content {
			padding: 20px 130px 30px 30px;
			border: 1px solid #fff;
		}
		.l-600 .b-notification__gold  .b-i-notification_content {
			padding: 20px 30px 100px 30px;
		}
			.b-notification__gold .b-notification_text {
				padding-top:0;
			}
			.b-notification__gold .b-notification_close {
				position: absolute;
				top: 7px;
				right: 12px;
				color: #fff;
				text-decoration: none;
			}
			.b-notification__gold .b-notification_content h3 {
				font-family: Georgia, serif; 
				font-size:20px;
				font-style: italic;
				line-height:20px;
				color: #000;
				padding:0;
				margin:0 0 10px;
			}
			.b-notification__gold  .b-notification_content p {
				padding:0;
				margin:0 0 5px;
				color: #000;
			}
				.b-notification__gold  .b-notification_content p .c_user {
					font-size: 16px;
					color: #000;
				}
				.b-notification__gold  .b-notification_content p small {
					font-family: Georgia, serif;
					font-size: 16px;
					font-style: italic;
				}
					.b-notification__gold  .b-notification_content p small a {
						color: #fff;
					}
	.b-notification_gold .b-fui_icon_button_close {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

.user-suggest-menu {
    position: absolute;
    background: #f3f3f3;
    border: 1px #ccc solid;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: opacity .3s, visibility .3s;
}

.user-suggest-menu_no-transition {
    transition: none;
}

.user-suggest-menu_opened {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.user-suggest-menu__login {
    padding: 2px 4px;
    transition: background-color .1s;
}

.user-suggest-menu__login_focus {
    background: #ccc;
    text-decoration: underline;
}

/* прыгаем в конце */
.b-login_cover_author,
.b-login_cover_author:after,
.b-login__auth .b-login_auth,
.b-login__amnesia .b-login_amnesia,
.b-login__devito .b-login_devito,
.b-login__shop .b-login_shop,
.b-login__shop_success .b-login_shop_success,
.b-login-cruise,
.b-login-cruise__pay,
.b-login-cruise__conditions {
	/* прыгаем в конце */
	-webkit-transition: all 500ms cubic-bezier(0.585, 0.035, 0.285, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.585, 0.035, 0.285, 1.355);
	   -moz-transition: all 500ms cubic-bezier(0.585, 0.035, 0.285, 1.355);
	     -o-transition: all 500ms cubic-bezier(0.585, 0.035, 0.285, 1.355);
	        transition: all 500ms cubic-bezier(0.585, 0.035, 0.285, 1.355); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.585, 0.035, 0.285, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.585, 0.035, 0.285, 1.355);
	   -moz-transition-timing-function: cubic-bezier(0.585, 0.035, 0.285, 1.355);
	     -o-transition-timing-function: cubic-bezier(0.585, 0.035, 0.285, 1.355);
	        transition-timing-function: cubic-bezier(0.585, 0.035, 0.285, 1.355); /* custom */
}
.b-login_auth,
.b-login_amnesia,
.b-login_devito,
.b-login_shop,
.b-login_shop_success,
.b-login_navigation_apps,
.b-login-cruise,
.b-login-cruise__pay,
.b-login-cruise__conditions {
	/* прыгаем в начале */
	-webkit-transition: all 500ms cubic-bezier(0.590, 0, 0.495, 0.775); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.590, -0.285, 0.495, 0.775);
	   -moz-transition: all 500ms cubic-bezier(0.590, -0.285, 0.495, 0.775);
	     -o-transition: all 500ms cubic-bezier(0.590, -0.285, 0.495, 0.775);
	        transition: all 500ms cubic-bezier(0.590, -0.285, 0.495, 0.775); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.590, 0, 0.495, 0.775); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.590, -0.285, 0.495, 0.775);
	   -moz-transition-timing-function: cubic-bezier(0.590, -0.285, 0.495, 0.775);
	     -o-transition-timing-function: cubic-bezier(0.590, -0.285, 0.495, 0.775);
	        transition-timing-function: cubic-bezier(0.590, -0.285, 0.495, 0.775); /* custom */
}

.b-login_navigation,
.b-login__auth .b-login_navigation,
.b-gallery_slide {
	-webkit-transition: all 500ms linear;
	   -moz-transition: all 500ms linear;
	     -o-transition: all 500ms linear;
	        transition: all 500ms linear;
}

.b-login {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.l-800.b-login {
	background: none !important;
}

.b-login_cover {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
	.b-login_cover:before {
		display:block;
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-image:url(/static/i/login/authors.jpg);
		opacity:0;
		visibility:hidden;
		-webkit-transition: opacity 500ms linear 500ms;
		transition: opacity 500ms linear 500ms;
	}
	.b-login__devito .b-login_cover:before {
		visibility:visible;
		opacity:1;
	}
	.b-login_cover_author {
		position:absolute;
		width:99%;
		min-height:130px;
		bottom:0;
		left:0;
		text-align:right;
		color:#FFF;
		margin-right:15px;
		box-sizing:border-box;
		z-index:1;
	}
		.l-800 .b-login_cover_author {
			display: none;
		}
		.b-login__devito .b-login_cover_author,
		.b-login__shop .b-login_cover_author {
			display:none;
		}
		.b-login__auth .b-login_cover_author {
			min-height:30px;
		}
		.b-login_cover_author:after {
			display:block;
			content:"";
			margin-bottom:8%;
		}
			.l-800 .b-login_cover_author:after {
				margin-bottom:0;
			}
			.b-login__auth .b-login_cover_author:after {
				margin-bottom:1%;
			}

		.b-login_cover_author a	{
			color:#FFF;
		}


.b-login_shop_button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 370px;
	margin-left: -185px;
	margin-top: -150px;
	text-align: center;
	font-family: 'PT Sans Caption', Verdana;
	cursor: default;
	transition: all 500ms;
	transition-timing-function: cubic-bezier(0.585, 0.035, 0.285, 1.355);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.b-login__auth .b-login_shop_button,
.b-login__devito .b-login_shop_button,
.b-login__shop .b-login_shop_button,
.b-login__shop_success .b-login_shop_button {
	transition: all 200ms;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	opacity: 0;
}
.l-800 .b-login_shop_button {
	display: none;
}
	.b-login_shop_button p {
		margin: 5px 0;
		font-size: 36px;
		color: #fff;
	}
		.b-login_shop_button p a {
			padding: 7px 10px;
			background-color: #d70000;
			color: #fff;
			text-decoration: none;
			letter-spacing: 4px;
		}
.b-login_navigation {
	position:absolute;
	z-index:2;
	max-height:300px;
	min-height:100px;
	width:100%;
	bottom:0;
	left:0;
	background-color:#FFF;
	transform: rotate3d(1, 0, 0, 0);
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
}
.l-800 .b-login_navigation {
	position: fixed;
	background-color: #ebebeb;
}
.l-400 .b-login_navigation {
	min-height: 70px;
}
	.b-login__auth .b-login_navigation,
	.b-login__devito .b-login_navigation,
	.b-login__shop .b-login_navigation,
	.b-login__shop_success .b-login_navigation {
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
		transform: rotate3d(1, 0, 0, 90deg);
		background-color:#BBB;
	}
	.b-login_navigation:after {
		display:block;
		content:"";
		margin-bottom:7%;
	}
	.b-login_navigation_futurico_icon {
		display:block;
		position:absolute;
		z-index:1;
		bottom:5px;
		right:5px;
		width:30px;
		height:30px;
		text-decoration:none;
	}
	.l-800 .b-login_navigation_futurico_icon {
		display: none;
	}
		.b-login_navigation_futurico_icon path {
			fill: #000;
		}
	.b-login_navigation_twitter_icon {
		top:20px;
	}
	.b-login_navigation_instagram_icon {
		bottom:20px;
	}
	.b-login_navigation_twitter_icon,
	.b-login_navigation_instagram_icon {
		display:block;
		position:absolute;
		z-index:2;
		left:62%;
		width:30px;
		height:30px;
		-webkit-transition: all 1ms linear 500ms;
		transition: all 1ms linear 500ms;
	}
		.b-login__apps .b-login_navigation_twitter_icon,
		.b-login__apps .b-login_navigation_instagram_icon {
			z-index:1;
			-webkit-transition: none;
			transition: none;
		}
		.l-1000 .b-login_navigation_twitter_icon,
		.l-1000 .b-login_navigation_instagram_icon {
			left: 65%;
		}
		.l-800 .b-login_navigation_twitter_icon,
		.l-800 .b-login_navigation_instagram_icon {
			display: none;
		}
		.b-login_navigation_twitter_icon path,
		.b-login_navigation_instagram_icon path {
			fill: #C1C1C1;
			-webkit-transition: all 500ms;
			transition: all 500ms;
		}
			.b-login_navigation_twitter_icon:hover path,
			.b-login_navigation_instagram_icon:hover path {
				fill: #000;
			}
	.b-login_navigation_devito {
		display:block;
		position:absolute;
		white-space:nowrap;
		text-decoration:none;
		z-index:2;
		font-size:18px;
		height:100%;
		right:40px;
		bottom:0;
		color:#000;
		-webkit-transition: z-index 1ms linear 500ms;
		transition: z-index 1ms linear 500ms;
	}
		.b-login__apps .b-login_navigation_devito {
			z-index:1;
			-webkit-transition: z-index 1ms linear;
			transition: z-index 1ms linear;
		}
		.l-1000 .b-login_navigation_devito {
			height:80%;
			font-size:13px;
		}
		.l-800 .b-login_navigation_devito {
			top:auto;
			right:10px;
			width: 180px;
			margin-left: -115px;
			bottom: 100px;
		}

		.l-400 .b-login_navigation_devito {
			width: 140px;
			margin-left: -92px;
			bottom: 70px;
		}

		.b-login_navigation_devito:before {
			content:"";
			display:inline-block;
			height:100%;
			vertical-align:bottom;
		}
		.b-login_navigation_devito u {
			vertical-align:middle;
			margin-right:-25px;
			position: relative;
			top: -7%;
		}
		.l-1000 .b-login_navigation_devito u {
			display: inline-block;
			width: 80px;
			top: -35%;
			white-space: normal;
		}
		.l-800 .b-login_navigation_devito u {
			width: 80px;
			top: -7%;
		}
		.l-400 .b-login_navigation_devito u {
			margin-right: -15px;
		}
		.b-login_navigation_devito img {
			vertical-align:middle;
			max-height:90%;
		}
		.l-400 .b-login_navigation_devito img {
			max-height: 75%;
		}
	.b-login_navigation_shop {
		position: absolute;
		top: 0;
		left: 0;
		width: 33%;
		z-index: 2;
	}
	.l-800 .b-login_navigation_shop {
		top: auto;
		bottom: 0;
		height: 65%;
		width: 50%;
	}
		.b-i-login_navigation_shop,
		.b-i-login_navigation_shop:hover {
			position: absolute;
			top: 0;
			right: 0;
			padding: 7px 10px;
			background-color: #d70000;
			text-transform: uppercase;
			text-decoration: none;
			font-family: 'PT Sans Caption', Verdana;
			font-weight: bold;
			color: #fff;
		}
		.l-800 .b-i-login_navigation_shop {
			bottom: 0;
			top: auto;
			left: 0;
			text-align: center;
			height: 45px;
			line-height: 45px;
			font-size: 23px;
		}
		.l-400 .b-i-login_navigation_shop {
			height: 25px;
			line-height: 26px;
			font-size: 16px;
		}
	.b-login_navigation_auth {
		display:block;
		position:absolute;
		text-align:center;
		white-space:nowrap;
		text-decoration:none;
		z-index:2;
		top:0;
		left:0;
		width:33%;
		min-width:260px;
		height:100%;
		-webkit-transition: z-index 1ms linear 500ms;
		transition: z-index 1ms linear 500ms;
	}
	.l-800 .b-login_navigation_auth {
		display: none;
	}
		.b-login__apps .b-login_navigation_auth {
			z-index:1;
			-webkit-transition: z-index 1ms linear;
			transition: z-index 1ms linear;
		}
		.b-login_navigation_auth:before {
			content:"";
			display:inline-block;
			width:0;
			height:100%;
			vertical-align:middle;
		}
		.b-login_navigation_auth img {
			height:60%;
			min-height:48px;
			vertical-align:middle;
		}
		.b-login_navigation_auth_icon {
			display:inline-block;
			vertical-align:middle;
			width:25px;
			height:25px;
			position:relative;
			top:4px;
			left:-4px;
		}
			.b-login_navigation_auth_icon path {
				fill:#c1c1c1;
				-webkit-transition: all 500ms;
				transition: all 500ms;
			}
				.b-login_navigation_auth:hover .b-login_navigation_auth_icon path {
					fill:#000;
				}
	.b-login_navigation_apps {
		display:block;
		position:absolute;
		text-align:center;
		white-space:nowrap;
		text-decoration:none;
		box-sizing:border-box;
		padding:0 35px;
		top:0;
		left:0;
		width:100%;
		height:100%;
		font-size:0;
		-webkit-transition: background-color 500ms, padding 500ms, z-index 1ms linear 500ms;
		transition: background-color 500ms, padding 500ms, z-index 1ms linear  500ms;
	}
		.b-login__apps .b-login_navigation_apps {
			z-index:2;
			padding:0;
			-webkit-transition: background-color 500ms, padding 500ms, z-index 1ms linear 1ms;
			transition: background-color 500ms, padding 500ms, z-index 1ms linear 1ms;
			background-color:rgba(0, 0, 0, 0.23);
		}

		.l-800 .b-login_navigation_apps {
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			margin-top:-100px;
			padding:0 15px;
			height:100px;
			background-color: #ebebeb;
			text-align:left;
		}

		.l-400 .b-login_navigation_apps {
			margin-top: -80px;
			height: 90px;
		}
		.b-login_navigation_apps:before {
			content:"";
			display:inline-block;
			width:0;
			height:100%;
			vertical-align:middle;
		}
		.l-800 .b-login_navigation_apps:before {
			display: none;
		}
		.b-login_navigation_apps_overlay {
			position:absolute;
			z-index:1;
			top:0;
			left:0;
			width:100%;
			height:100%;
			display:block;
			cursor:hand;
			cursor:pointer;
		}
			.b-login__apps .b-login_navigation_apps_overlay {
				z-index:0;
			}
			.l-800 .b-login_navigation_apps_overlay {
				display:none;
			}
		.b-login_app {
			position:relative;
			display:inline-block;
			vertical-align:middle;
			text-decoration:none;
			z-index:1;
			height:100%;
			background-repeat:no-repeat;
			background-position:0 50%;
			background-size:auto 60px;
			padding-left:60px;
			-webkit-transition: background-color 500ms, z-index 1ms;
			transition: background-color 500ms, z-index 1ms;
			min-width:3%;
		}
			.b-login__apps .b-login_app {
				-webkit-transition: background-color 500ms, z-index 1ms linear 500ms;
				transition: background-color 500ms, z-index 1ms linear 500ms;
				z-index:2;
				background-color:#FFF;
			}
			.b-login_app:before {
				content:"";
				display:inline-block;
				width:0;
				height:100%;
				vertical-align:middle;
			}
			.b-login_app_first {
				padding-left:80px;
				background-position:20px 50%;
			}
				body.l-800 .b-login_app {
					height: 41px;
					padding-left: 0;
					padding-top: 70px;
					background-size: 50px auto;
					background-position: 0 15px;
				}
				body.l-400 .b-login_app {
					height: 31px;
					padding-top: 55px;
					background-size: 40px auto;
					background-position: 0 7px;
				}
				body.l-800 .b-login_app:nth-child(2) {
				    left: -23px;
				}
				body.l-400 .b-login_app:nth-child(2) {
					left: -10px;
				}
				.l-800 .b-login_app_first {
				}
		.b-login_app img {
			height:60%;
			min-height:52px;
			vertical-align:middle;
		}
		.b-login_app_text {
			display:inline-block;
			vertical-align:middle;
			white-space:nowrap;
			overflow:hidden;
			text-align:left;
			margin:0 15px 0 0;
			max-width:0;
			font-size:12px;
			-webkit-transition: all 500ms;
			transition: all 500ms;
		}
		.l-800 .b-login_app_text {
			max-width:175px;
			margin-right: 0;
		}
			.b-login__apps .b-login_app_text {
				max-width:175px;
				margin:0 35px 0 10px;
			}
			.l-800.b-login__apps .b-login_app_text {
				margin:0 10px 0 5px;
			}
			.b-login_app_text strong {
				font-size:18px;
				font-weight:normal;
				display:block;
			}
			.b-login_app_text strong.b-login_app_text__mobile {
				display: none;
			}
			.l-800 .b-login_app_text strong {
				font-size: 14px;
			}
			.l-400 .b-login_app_text strong {
				font-size: 12px;
			}
			.l-400 .b-login_app_first .b-login_app_text strong.b-login_app_text__mobile {
				display: block;
			}
			.l-400 .b-login_app_first .b-login_app_text strong:not(.b-login_app_text__mobile) {
				display: none;
			}
			.b-login_app_text a {
				display:inline-block;
				color: #000;
				margin-top:.5em;
				margin-right:1em;
			}
			.b-login_app_text a:hover {
				color: #699;
			}

.b-login_popup_app_holder {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}
.b-login_popup_holder {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	vertical-align:middle;
	border-collapse: collapse;
	border:none;
	margin:0;
	padding:0;
}
	/* .l-800 .b-login_popup_holder.b-login_popup_holder_auth {
		z-index: 1;
	} */
	.b-login_popup_holder td {
		vertical-align:middle;
	}

	.l-800 .b-login_popup_holder_amnesia {
		top: 100px;
		height: calc(100% - 100px);

	}
	.l-800 .b-login_popup_holder td {
		vertical-align: middle;
	}
	.l-800 .b-login_popup_holder.b-login_popup_holder_auth td {
		padding-bottom: 100px;
	}

	.b-login_popup_holder_close {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}
	/* .l-800 .b-login_popup_holder_close {
		display: none;
	} */
	.b-login__auth .b-login_popup_holder_auth {
		z-index:1;
	}
	.b-login__amnesia .b-login_popup_holder_amnesia {
		z-index:1;
	}
	.b-login__devito .b-login_popup_holder_devito {
		z-index:1;
	}
	.b-login__shop .b-login_popup_holder_shop {
		z-index:1;
		opacity: 1;
	}

	.l-800 .b-login_popup_holder_auth .b-login_auth_close {
		display: none;
	}

	.l-800 .b-login_popup_holder_auth {
		margin-top: 80px;
		box-sizing: border-box;
		height: calc(100% - 80px);
	}

.b-login_form_close {
	position:absolute;
	display:block;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:15px;
	color:#000;
	text-decoration:none;
}

.b-login_auth {
	opacity:0;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:360px;
	min-height:430px;
	background-color:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
    .b-login_auth_oauth {
        width: 400px;
    }

    .b-login_auth_oauth_approve {
        width: 580px;
    }

	.l-800 .b-login_auth {
		display: block !important;
		max-width:400px;
		min-height: 0;
		width: auto;
		padding-bottom: 80px;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.b-login__auth .b-login_auth {
		opacity:1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.b-login__amnesia .b-login_auth {
		opacity:0;
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}
	.b-login_auth_logo {
		display:block;
		width:180px;
		height:115px;
		margin:25px auto;
		background:transparent url(/static/i/login/logo_4.png) no-repeat scroll 50% 50%;
	}

    .b-login_auth_logo_oauth {
		width:234px;
		height:47px;
		margin:25px auto 36px;;
		background:transparent url(/static/i/login/logo_5.png) no-repeat;
	}

    .b-login_auth_oauth_approve .b-login_auth_logo_oauth  {
        margin: 25px 0 36px 50px;
    }

	.l-800 .b-login_auth_logo {
		width:204px;
		height: 80px;
		margin: 0 auto;
		background-size: 100%;
		background-image: url(/static/i/logo_horizontal.png);
		background-position: 0 0;
	}
	.l-400 .b-login_auth_logo {
		width: 180px;
		height: 70px;
		background-position: 0 7px;
	}

    .b-login_auth_user {
        position: absolute;
        top: 49px;
        right: 34px;
        font-size: 13px;
        color: #252525;
    }

    .b-login_auth_username {
        margin-right: 9px;
        color: #707070;
        text-decoration: none;
    }

    .b-login_auth_logout {
        font-size: 11px;
        color: #707070;
    }

    .b-login_auth_cancel {
        font-size: 11px;
        color: #7d7d7d;
    }

	.b-login_auth p {
		padding:0 55px;
		margin:0 0 6px;
	}
		.l-400 .b-login_auth p {
			padding-left:15px;
			padding-right:15px;
		}

        .b-login_auth p.b-login_auth_note {
            font-size: 20px;
            line-height: 25px;
            color: #252525;
            margin-bottom: 35px;
            max-width: 465px;
        }

        .b-login_auth_oauth_approve p.b-login_auth_note {
            margin-bottom: 0;
        }

    .b-login_auth_oauth_approve .b-login_auth_submit_button {
        vertical-align: middle;
        margin-right: 14px;
    }

    p.b-login_auth_permissions {
        font-size: 13px;
        line-height: 19px;
        color: #636363;
        margin-bottom: 25px;
    }
    	.b-login_auth_permissions_text {
    		display: block;
    		padding-top: 10px;
    	}
    	.b-login_auth_permissions_text span {
    		display: block;
    		margin-bottom: 10px;
    		padding-bottom: 10px;
    		border-bottom: 1px solid #DDD;
    	}
    	.b-login_auth_permissions_text b {
    		vertical-align: top;
    		display: inline-block;
    		width: 40%;
    		vertical-align: top;
    	}
    	.b-login_auth_permissions_text i {
    		font-style: normal;
    		font-size: 11px;
    		vertical-align: top;
    		display: inline-block;
    		width: 58%;
    	}
    	.b-login_auth_permissions_text_alert {
    		color: red;
    	}

    .b-login_auth_permissions_title {
        display: block;
        font-weight: 700;
    }

	.b-login_auth .i-form_text_input {
		font-size:14px;
		width:100%;
	}
	.l-800 .b-login_auth .i-form_text_input[name="password"] {
		margin-bottom: 10px;
	}
	.l-400 .b-login_auth .i-form_text_input {
		font-size: 12px;
	}
	.l-400 .b-login_auth .i-form_text_input[name="password"] {
		margin-bottom: 0;
	}
	.b-login_auth .b-login_auth_amnesia {
		text-align:right;
		margin-top:-3px;
		margin-bottom:7px;
		font-size:11px;
	}
	.l-800 .b-login_auth .b-login_auth_amnesia  {
		margin-bottom: -15px;
	}
		.b-login_auth_amnesia a {
			color:#707070;
		}
	.b-login_auth_forever,
	.b-login_auth_remember_ip {
		font-size:12px;
	}
	.b-login_auth .b-login_auth_submit {
		text-align:center;
		padding-top:25px;
		padding-bottom:30px;
	}

    .b-login_auth  .b-login_auth_submit_oauth_approve {
        text-align: left;
    }

	.l-800 .b-login_auth .b-login_auth_submit {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.b-login_auth .b-login_auth_captcha {
		padding:15px 30px;
	}
		.l-400 .b-login_auth .b-login_auth_captcha {
			padding-left:15px;
			padding-right:15px;
		}
.b-login_amnesia {
	overflow:hidden;
	margin:0 auto;
	opacity:0;
	width:630px;
	min-height:500px;
	background-color:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	z-index:0;
}
	.l-700 .b-login_amnesia {
		width:100%;
	}
	.b-login__amnesia .b-login_amnesia {
		z-index:1;
		opacity:1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.b-login_amnesia_logo {
		display:block;
		width:180px;
		height:115px;
		margin:25px auto;
		background:transparent url(/static/i/login/logo_4.png) no-repeat scroll 50% 50%;
	}
	.b-login_amnesia p {
		padding:0 55px;
		margin:0 0 12px;
	}
		.l-500 .b-login_amnesia p {
			padding:0 15px;
		}
	.b-login_amnesia_input_holder {
		text-align:center;
	}
	.b-login_amnesia .i-form_text_input {
		font-size:16px;
		width:60%;
	}
		.l-500 .b-login_amnesia .i-form_text_input {
			width:80%;
		}
	.b-login_amnesia .b-login_amnesia_submit {
		text-align:center;
		padding-bottom:10px;
	}
		.b-login_amnesia .b-login_amnesia_submit button {
		}
		.b-login_amnesia .b-login_amnesia_submit button:active:hover {
			margin-top:0;
		}
		.b-login_amnesia .b-login_amnesia_submit button:active {
			margin-top:0;
			top:1px;
		}
	.b-login_amnesia_small_text {
		font-size:11px;
		color:#707070;
	}

.b-login_devito {
	overflow:hidden;
	margin:0 auto;
	opacity:0;
	width:800px;
	min-height:500px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	z-index:0;
}

	.b-login_devito_wrapper {
		font-size: 0px;
	}
	.l-800 .b-login_devito {
		width:100%;
	}

	.b-login_devito_greeting {
		background: rgba(0,0,0,0.6);
		padding: 40px 40px 30px;
		font-size: 18px;
		color: #FFF;
	}

	@media screen and (max-height:700px) {
		.b-login_devito_greeting {
			/*display: none;*/
		}
	}
		.b-login_devito_greeting_text {
			margin-bottom: 25px;
			font-family: Georgia, Times, 'Times New Roman', serif;
		}

		.b-login_devito_greeting_sign {
			font-family: Verdana, sans-serif;
			text-align: right;
		}

	.b-login__devito .b-login_devito {
		z-index:1;
		opacity:1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.b-login_devito_about {
		position:relative;
		width:50%;
		font-size:14px;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		background-color:#FFF;
	}
		.l-800 .b-login_devito_about {
			width:100%;
		}
		.b-i-login_devito_about {
			padding:40px 25px 22px 40px;
		}
			.l-800 .b-i-login_devito_about {
				padding-bottom:0;
				padding-left:25px;
			}
		.b-login_devito_about h3 {
			font-weight:normal;
			font-size:18px;
			padding:0;
			margin:0 0 25px;
		}
		.b-login_devito_about p {
			padding:0;
			margin:0 0 25px;
		}
		.b-login_devito_about_big {
			font-size:18px;
		}
	.b-login_devito_form {
		display: inline-block;
		position: relative;
		vertical-align: top;
		width:50%;
		height:100%;
		border-left:1px solid #ccc;
		box-sizing: border-box;
		background-color:#FFF;
		font-size: 14px;
	}
		.l-800 .b-login_devito_form {
			position:relative;
			top:auto;
			right:auto;
			width:100%;
			border-left:0;
			height:auto;
		}
		.b-i-login_devito_form {
			padding:70px 40px 40px 25px;
		}
			.l-800 .b-i-login_devito_form {
				padding-top:20px;
				padding-right:25px;
				padding-bottom:25px;
			}
		.b-login_devito_form p {
			padding:0;
			margin:0 0 30px;
		}
		.b-login_devito_form textarea {
			height:200px;
			resize:none;
		}
		.b-login_devito_post_wysiwyg_controls {
			font-size:11px;
			margin-bottom:4px;
		}
		.b-login_devito_form .b-new_post_file_uploader {
			width:auto;
			height:50px;
			margin-top:-30px;
		}
			.b-login_devito_form .b-file_uploader_button {
				position:relative;
				top:0;
				left:0;
				margin-right:0;
			}
			.b-login_devito_form .b-new_post_file_uploader .b-file_uploader {
				position:relative;
				top:0;
				left:0;
				padding:0;
			}
			.b-login_devito_form .b-new_post_delete_file {
				position:relative;
				top:0;
				left:0;
				display:inline-block;
				margin-bottom:5px;
			}
			.b-login_devito_form .b-file_uploader_browse_button {
				float:none;
				padding:0;
			}
			.b-login_devito_form .b-new_post_file_uploader .b-file_uploader_drag {
				position:relative;
				top:0;
				left:0;
				margin:0;
				padding:0;
			}
		.b-login_devito_submit {

		}

.b-login_popup_holder_shop {
	opacity: 0;
	transition: opacity 500ms;
}
.b-login_popup_holder_shop_app {
	width: 100%;
	height: 100%;
}

	.b-login_popup_holder_shop_bg {
		top: 0;
		left: 0;
	}
.b-login_shop {
	width: 454px;
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
	z-index: 0;
}
.b-login__shop .b-login_shop {
	z-index:1;
	opacity:1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
	.b-login_shop_step {

	}
		.b-login_shop_footer {
			position: absolute;
			bottom: 0;
			width: 100%;
			padding: 20px;
			box-sizing: border-box;
			text-align: center;
		}
			.b-login_shop_footer button.b-button__gradient:before {
				font-family: 'PT Sans', Verdana;
			}
	.b-login_shop_step__one {

	}
		.b-login_shop_product_info {
			padding: 45px 35px 0;
		}
			.b-login_shop_product_price {
				text-align: right;
			}
				.b-login_shop_product_price span {
					color: #999;
				}
			.b-login_shop_product_info h3 {
				margin: 0 0 5px;
				font-family: 'PT Serif Caption', Georgia, serif;
				font-size: 22px;
				font-weight: normal;
				font-style: italic;
			}
		.b-login_shop_product_image {
			position: relative;
			width: 100%;
			height: 222px;
		}
			.b-login_shop_product_image_previous,
			.b-login_shop_product_image_next {
				border: 2px solid #d2d0c4;
				border-bottom: none;
				border-right: none;
				position: absolute;
				width: 25px;
				height: 25px;
				top: 100px;
				left: 25px;
			}
			.b-login_shop_product_image_previous {
				transform: rotate(-45deg);
			}
			.b-login_shop_product_image_next {
				left: auto;
				right: 25px;
				transform: rotate(135deg);
			}
	.b-login_shop_step__two {

	}
		.b-login_shop_order {
			padding: 45px 35px 0;
		}
			.b-login_shop_order .i-form_select_input,
			.b-login_shop_order .i-form_text_input {
				margin: 5px 10px 6px 0
			}

			.b-login_shop_order .i-form_text_input[name="firstname"],
			.b-login_shop_order .i-form_text_input[name="email"],
			.b-login_shop_order .i-form_text_input[name="postal_code"],
			.b-login_shop_order .i-form_select_input[name="region"] {
				width: 180px;
			}

			.b-login_shop_order .i-form_text_input[name="lastname"],
			.b-login_shop_order .i-form_text_input[name="phone"],
			.b-login_shop_order .i-form_select_input[name="city"] {
				width: 180px;
				margin-right: 0;
			}

			.b-login_shop_order .i-form_text_input[name="street"] {
				width: 373px;
			}

			.b-login_shop_order select.i-form_select_input {
				height:32px;
				vertical-align:middle;
				padding-top:0;
				padding-bottom:0;
			}
			.b-login_shop_order textarea.i-form_textarea {
				height: auto;
			}
	.b-login_shop_step__three {
		padding: 45px 35px 35px;
	}
		.b-login_shop_step__three table {
			width: 100%;
		}
			.b-login_shop_step__three table tr {
				border-bottom: 1px solid #e5e5e5;
			}
			.b-login_shop_step__three table tr td {
				padding: 5px 0;
			}
			.b-login_shop_step__three table input.i-form_text_input {
				width: 40px;
				text-align: center;
				padding: 3px 0;
			}
			.b-login_shop_step__three h3 {
				font-weight: normal;
				text-align: center;
			}
		.b-login_shop_pay {
			margin-top: 20px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
			.b-login_shop_pay a {
				width: 180px;
				height: 80px;
				margin-bottom: 20px;
				border: 1px solid #e5e5e5;
				text-align: center;
				line-height: 76px;
			}
				.b-login_shop_pay a img {
					vertical-align: middle;
				}
		.b-login_shop_terms_field {

		}
			.b-login_shop_terms_field label {

			}
				.b-login_shop_terms_field label input {
					position: relative;
					top: -1px;
				}
		.b-login_shop_terms {
			display: none;
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			padding: 35px;
			overflow: scroll;
			background-color: #fff;
			border-radius: 6px;
		}
			.b-login_shop_terms.js-opened {
				display: block;
			}

.b-login_shop_success {
	width: 454px;
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
	z-index: 0;
}
.b-login__shop_success .b-login_shop_success {
	z-index:1;
	opacity:1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.b-login_popup_holder_shop_success .b-login_shop_product_info h3 {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
}

.b-gallery {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	font-size: 0;
	white-space: nowrap;
}
	.b-gallery_slide {
		width: 100%;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}

.l-code_registration {
	background-color: #000;
}
.b-code_registration {
	width: 335px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -167px;
	margin-top: -267px;
	text-align: center;
}
.b-code_registration_logo {
	margin-bottom: 30px;
}
.b-code_registration_caption {
	display: block;
	text-align: left;
	color: #666;
	font-size: 14px;
}
.b-code_registration_input {
	outline: none;
	padding: 0 15px;
	width: 305px;
	height: 67px;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #666;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}
.b-code_registration_submit {
	color: #ba5034;
	border: 1px solid;
	border-radius: 3px;
	padding: 10px 12px;
	text-decoration: none;
}

#js-s-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.l-code_registration .super_text {
  font-size: 300px;
}
.l-code_registration .text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 7% 28%;
  stroke-width: 3px;
  -webkit-animation: stroke-offset 9s infinite linear;
		  animation: stroke-offset 9s infinite linear;
}
.l-code_registration .text-copy:nth-child(1) {
  stroke: #bc2729;
  stroke-dashoffset: 7%;
}
.l-code_registration .text-copy:nth-child(2) {
  stroke: #f06394;
  stroke-dashoffset: 14%;
}
.l-code_registration .text-copy:nth-child(3) {
  stroke: #f36f3b;
  stroke-dashoffset: 21%;
}
.l-code_registration .text-copy:nth-child(4) {
  stroke: #EFEAC5;
  stroke-dashoffset: 28%;
}
.l-code_registration .text-copy:nth-child(5) {
  stroke: #44aff6;
  stroke-dashoffset: 35%;
}

@-webkit-keyframes stroke-offset {
  50% {
	stroke-dashoffset: 35%;
	stroke-dasharray: 0 87.5%;
  }
}

@keyframes stroke-offset {
  50% {
	stroke-dashoffset: 35%;
	stroke-dasharray: 0 87.5%;
  }
}

.b-login_cover__cruise {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-image: url(/static/i/login/ship.jpg);
}

.b-login-cruise_container {
	height: calc(100vh - 100px);
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.l-400 .b-login-cruise_container {
	padding: 0;
}

.b-login-cruise {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 630px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.47);
	border-radius: 12px;
	padding: 60px 37px 41px;
	font-family: 'PT Sans Caption', Verdana;
	position: relative;
	z-index: 10000;
	margin: 0 auto;
	transform: scale(1, 1);
	transform-origin: center center;
}
	.l-800 .b-login-cruise {
		padding: 20px;
		box-shadow: none;
	}

	.l-400 .b-login-cruise {
		padding: 20px 10px;
		box-shadow: none;
		border-radius: 0;
	}

.b-login-cruise_title {
	margin: 0 auto 30px;
	color: #000;
	font-family: 'PT Serif Caption', Georgia, serif;
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
}
	.l-600 .b-login-cruise_title {
		font-size: 24px;
	}

.b-login-cruise_text {
	font-size: 18px;
	line-height: 21px;
	font-family: 'PT Sans Caption', Verdana;
	margin-bottom: 30px;
}

.b-login-cruise_button {
	display: block;
	font-size: 20px;
	font-family: 'PT Sans', Verdana;
	font-weight: 700;
	background: #5F8B93;
	/* width: 150px; */
	height: 52px;
	border: none;
	border-radius: none;
	box-shadow: none;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.3px;
	cursor: pointer;
	margin: 20px auto 0;
	padding: 14px;
}

.b-login-cruise_button:active {
	transform: translateY(2px);
}

.b-login-cruise_button:active, 
.b-login-cruise_button:focus {
	outline: none;
}

.b-login-cruise_bottom-text {
	font-size: 18px;
	color: #5F8B93;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 30px;
	text-align: center;
}

.b-login-cruise__pay {
	padding: 30px 20px;
}

.b-login-cruise-pay_form {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.b-login-cruise-pay_agreement {
	margin-top: 10px;
	padding-left: 86px;
}

.b-login-cruise-pay_text {
	text-align: center;
}

.b-login-cruise-pay_field_input {
	height: 30px;
	background-color: #ACE5EF;
	box-shadow: none;
	border: none;
	padding: 0 5px;
	width: 200px;
}

.b-login-cruise-pay_field {
	margin-bottom: 32px;
}

.b-login-cruise-pay_text {
	margin-bottom: 20px;
}

.b-login-cruise-pay_choose_title {
	text-align: center;
	margin-bottom: 10px;
}

.b-login-cruise-pay_choose_systems {
	width: 100%;
	display: flex;
}

.b-login-cruise-pay_method {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 80px;
	margin-right: 15px;
}

	.l-600 .b-login-cruise-pay_method {
		min-width: 100px;
		min-height: 60px;
	}

.b-login-cruise-pay_method:last-of-type {
	margin-right: 0;
}

.b-login-cruise-pay_method input {
	display: none;
}

.b-login-cruise-pay_method-label {
	position: relative;
	z-index: 1;
}

.b-login-cruise-pay_method-frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

input:checked + .b-login-cruise-pay_method-frame {
	border: 5px solid #9bccd5;
}

.b-login-cruise-pay_method-img {
	max-width: 130px;
}

	.l-600 .b-login-cruise-pay_method-img {
		max-width: 80px;
	}

.b-login_popup_holder_cruise {
	z-index: 2;
	opacity: 1;
}

.b-login-cruise__pay, 
.b-login-cruise__conditions {
	transform: scale(1, 1);
}

.b-login-cruise__hidden {
	transform: scale(0, 0);
}

.b-login-cruise_container__hidden .b-login-cruise,
.b-login-cruise_container__hidden .b-login-cruise__pay,
.b-login-cruise_container__hidden .b-login-cruise__conditions {
	transform: scale(0, 0);
}

.b-login_navigation__top {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background: #ffffff;
	display: none;
	text-align: center;
}

.l-800 .b-login_navigation__top {
	display: block;
	z-index: 3;
}

.b-login_navigation__top .b-login_navigation_auth {
	display: inline-block;
  position: relative;
}

.b-login-cruise__conditions {	
	max-height: calc(100vh - 400px);
	padding: 30px;
}

.b-login-cruise__conditions_text {
	overflow-y: scroll;
	margin: 0;
}

.b-login-networks {
	width: 260px;
	text-align: center;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-login-networks_icon {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.b-login-networks_icon:last-of-type {
	margin-right: 0;
}

.b-login-networks_icon path {
	transition: fill .5s linear;
}

.b-login-networks_icon:hover path {
	fill: #000000;
}

.b-login-apps {
	display: flex;
	position: absolute;
	left: 35px;
	bottom: 106px;
  z-index: 3;
}

.l-800 .b-login-apps {
	top: 10px;
	left: 50%;
	margin-left: -177px;
	bottom: auto;
}

.l-800 .b-login-apps {
	margin-left: -153px;
}

.b-login__auth .b-login-apps,
.b-login__devito .b-login-apps {
	display: none;
}


.b-login-apps__button {
	display: flex;
	width: 174px;
	height: 55px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	background: #000000;
	padding: 8px 13px;
	color: #ffffff;
	text-decoration: none;
}

.l-800 .b-login-apps__button {
	width: 150px;
	padding: 8px 6px;
}

.b-login-apps__button_apple {
	margin-right: 6px;
}

.b-login-apps__label {
	margin-bottom: -4px;
}

.b-login-apps__icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.l-800 .b-login-apps__icon {
	width: 30px;
	height: 30px;
}

.b-button-submit {
	background: linear-gradient(180deg, #ECCF83 0%, rgba(255, 255, 255, 0) 100%), #DFC685;
	border: 1px solid #D3C193;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	height: 43px;
	padding: 0 22px;

	display: block;
	font-size: 24px;
	line-height: 43px;
	font-family: 'PT Sans', Verdana;
	cursor: pointer;
}

.b-button-submit:active,
.b-button-submit:focus {
	outline: none;
	transform: translateY(1px);
}

.b-center {
	text-align: center;
	margin-top: 20px;
	padding: 35px 0 50px;
}
.b-center .b-sys_text {
	font-size: 0.85em;
	color: #666;
}
/* subs ads */
.b-subs_ads_overflow_holder {
	overflow:hidden;
	position:relative;
	zoom:1;
    padding-right:329px;
}
.b-subs_ads_overflow_holder .b-subs_ads {
	margin-left:1px;
	padding-right:30px;
}
.b-subs_ads_on_index {
	position: relative;
    overflow: hidden;
	margin-bottom: 50px;
	margin-right: -2%;
    transition: all .1s ease-in;
}

.b-subs_ads_on_index_closed  {
    height: 0 !important;
    margin-bottom: 0;
}


.b-subs_ads_on_index_visible {
	overflow: visible;
}

.b-subs_ads_on_index__wrapper {
    left: 0;
    top: 0;
    width: 100%;
    background-color: #EEEEEE;
    transition: left .1s ease-in;
}

.b-subs_ads_on_index_closed .b-subs_ads_on_index__wrapper {
    overflow: hidden;
    width: 0 !important;
    left: 100%;
}

.b-subs_ads_on_index__roll {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #dfdbda;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    color: #bbb;
}

.b-subs_ads_on_index__icon_arrow svg {
    vertical-align: middle;
}

.b-subs_ads_on_index__icon_arrow:hover svg {
    fill: #699;
}

.b-subs_ads_on_index_closed .b-subs_ads_on_index__icon_close {
    display: none;
}

.b-subs_ads_on_index__icon_arrow {
    display: none;
}

.b-subs_ads_on_index_closed .b-subs_ads_on_index__icon_arrow {
    display: inline-block;
}


.b-subs_ads_on_index_oldschool {
	padding-right:200px;
}

.b-subs_ads {
	position:relative;
	min-height:64px;
	padding: 10px;
}
.b-subs_ads .b-subs_ads_logo {
	display:block;
	position:absolute;
	height:64px;
	width:64px;
	text-decoration:none;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: contain;
}
.b-subs_ads .b-subs_ads_text {
	padding-left:74px;
}
.b-subs_ads .b-subs_ads_name {
	margin:0 0 4px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
}
.b-subs_ads .b-subs_ads_name a {
	color:#504e4f;
	text-decoration:none;
}
.b-subs_ads .b-subs_ads_url {
	color:#504e4f;
	text-decoration:underline;
}
.b-subs_ads .b-subs_ads_index {

}
.b-subs_ads .b-subs_ads_index label {
	color:#505050;
	font-weight:normal;
	text-decoration:underline;

}
.b-subs_ads .b-subs_ads_index input {
	vertical-align:middle;
}
.b-subs_ads_on_index_handle {
	background:url(/static/i/lepra/index_ad_close_handle.gif) no-repeat top left;
	display:block;
	width:17px;
	height:75px;
	cursor:hand;
	cursor:pointer;
	position:absolute;
	top:0;
	left:-17px;
	z-index:2;
}
.js-ad_open .b-subs_ads_on_index_handle {
	background:url(/static/i/lepra/index_ad_close_handle.gif) no-repeat top right;
}

.b-amnesia_page {
	background: none;
}
.b-sky_background {
	position: absolute;
	background: url("/static/i/login/sky.jpg") 50% 100% repeat-x;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	max-height: 686px;
}
.b-bottom_logo {
	position: absolute;
	background: url('/static/i/lepra/futurico_logo.gif') 0 0 no-repeat;
	width: 36px;
	height: 36px;
	bottom: 20px;
	right: 20px;
}
.b-bottom_logo:hover {
	background-position: 0 -46px;
}
.b-amnesia_container {
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 70%;
	font-size: 1.125em;
}
.b-amnesia_container h2 {
	color: #326DD5;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 1em;
}
.b-amnesia_wrapper {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	position: relative;
}
.b-amnesia_wrapper td {
	vertical-align: middle;
}
.b-amnesia_container .b-form_field {
	float: left;
	width: 40%;
	margin-right: 40px;
}
.b-amnesia_container .b-form_field label {
	font-weight: bold;
}
.b-amnesia_container .i-form_text_input {
	font-size: 2em;
}
.b-amnesia_container .b-form_submit {
	clear: both;
	float: none;
	text-align: left;
	background: none;
	padding: 18px 0 14px;
	margin: 0;
	width: auto;
}
.b-input_validation {
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 2;
	background: url(/static/i/sprite.png) no-repeat;
	width: 20px;
	height: 20px;
	display: none;
	margin-top: -10px;
}
.b-input_valid {
	background-position:  -140px -120px;
	display: block;
}
.b-input_invalid {
	background-position:  -160px -120px;
	display: block;
}
.b-password_validation {
	position: absolute;
	right: 3px;
	bottom: 4px;
	width: 16px;
	z-index: 2;
	height: 17px;
}
.b-stick {
	position: absolute;
	width: 16px;
	height: 4px;
}
.b-stick_top {
	top: 0;
}
.b-stick_middle {
	top: 6px;
}
.b-stick_bottom {
	top: 12px;
}
.b-password_validation_invalid .b-stick {
	background: #ED1F24;
}
.b-password_validation_invalid .b-stick_top,
.b-password_validation_invalid .b-stick_middle {
	display: none;
}
.b-password_validation_valid .b-stick {
	background: #00bc52;
}
.b-password_validation_weak .b-stick {
	background: #f39200;
}
.b-password_validation_weak .b-stick_top {
	display: none;
}
.b-social_help {
	text-align: right;
	margin: 0 -5px;
	width: 96%;
	padding: 0 5px;
}
.b-social_help p {
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-bottom: 0;
}
.b-social_table {
	margin: 10px 0 0;
	width: 100%;
}
.b-social_table td {
	font-size: 0.859em;
	line-height: 1.545em;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 80px;
}
.b-social_table_td1 {
	padding-right: 12px;
	width: 29%;
}
.b-social_table_td2 {
	background: #f2f0f3;
	padding-right: 12px;
	padding-left: 16px;
	width: 34%;
}
.b-social_table_td3 {
	padding-right: 10px;
	padding-left: 14px;
	width: 36%;
}
.b-item_subtitle {
	color: #585858;
	font-size: 1.09em;
}
.b-social_table_td1 .b-item_subtitle {
	padding-left: 19px;
}
.b-social_interested {
	float: right;
	white-space: nowrap;
}
.b-add_item .i-form_text_input {
	font-size: 11px;
	width: 50%;
}
.b-add_item__subscription .i-form_text_input {
	width: 60%;
}
.b-add_item__subscription {
	background: #f2f0f3;
	padding: 9px 4px 9px 15px;
}
.b-add_item .b-icon_button_add {
	vertical-align: top;
}
.b-subscriptions_list {
	list-style-type: none;
	margin: 21px 0 0 14px;
	padding: 0;
}
.b-subscriptions_item {
	line-height: 20px;
	margin: 0 0 20px 20px;
}
.b-subscriptions_item .i-checkbox {
	margin: 0 6px 0 -20px;
	position: relative;
	vertical-align: middle;
	z-index: 0;
}
.b-subscribers_list {
	margin: 0;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
.b-subscribers_list li {
	padding-bottom: 3px;
	float: left;
	width: 50%;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.b-subscribers_stat {
	padding: 5px 0 10px;
}
.b-invited_users_list {
	list-style-type: none;
	padding: 23px 0 0 0;
	margin: 0;
}
.b-invited_users_list li {
	padding: 0 0 20px 20px;
}
.b-controls_container {
	width: 90%;
	padding-bottom: 70px;
}
.b-blog_controls_owner {
	font-size:30px;
	margin-left:6px;
}
.b-blog_controls_prime {

}
	.b-blog_controls_prime_current_name {
		font-size:20px;
		margin-left:6px;
	}
	.b-blog_controls_prime .i-form_text_input {
		font-size:11px;
		width:50%;
		margin:3px 0 4px;
	}
	.b-blog_controls_prime_expel {
		border-bottom:1px dotted;
		text-decoration:none;
	}

.b-blog_controls_users {

}
	.b-blog_controls_users_load {
		border-bottom:1px dotted;
		text-decoration:none;
	}
	.b-blog_controls_users form {
		padding:4px 0;
	}
	.b-blog_controls_users .i-form_text_input,
	.b-domain_settings_form .i-form_text_input {
		font-size:11px;
		width:75%;
	}
	.b-blog_controls_users ul {
		list-style-type:none;
		display:block;
		margin:0 27px 12px 0;
		padding:3px;
	}
		.b-blog_controls_users li {
			display:block;
			margin:0;
			padding:0;
			white-space:nowrap;
		}
	.b-blog_controls_users li.b-user_not_expelable {
		padding-left: 25px;
	}
	.b-blog_controls_users li.b-user_not_expelable .i-checkbox {
		display: none;
	}
.b-form_field .b-blog_controls_form_field_colors_label {
	margin-bottom:5px;
}
.b-blog_controls_color {
	cursor:pointer;
	cursor:hand;
	position:relative;
	padding-left:36px;
}
	.b-blog_controls_color_box {
		display:inline-block;
		width:29px;
		height:16px;
		border:1px solid #000;
		vertical-align:middle;
		position:absolute;
		top:0;
		left:0;
	}
	.b-blog_controls_color_description {
		vertical-align:middle;
		display: inline-block;
		margin-bottom: 1px;
	}
.b-blog_style_control {
	position: relative;
	margin-bottom: 4px;
}
.b-blog_controls_reset {
	position: absolute;
	display:block;
	width:20px;
	height:16px;
	background:url(/static/i/design_restore.gif) no-repeat 0 50%;
	cursor:pointer;
	cursor:hand;
	left:-22px;
}
	.b-field_wrapper .b-blog_controls_reset {
		margin: 2px 2px 0 0;
		clear: none;
	}

.b-blog_controls_pic {
	max-width:100%;
	max-height:100px;
	overflow:hidden;
	-o-transition: max-height 0.5s ease, max-width 0.5s ease;
	-webkit-transition: max-height 0.5s ease, max-width 0.5s ease;
	-moz-transition: max-height 0.5s ease, max-width 0.5s ease;
	transition: max-height 0.5s ease, max-width 0.5s ease;
	display: inline-block;
	border:1px solid #CCC;
	float: left;
}
	.b-blog_controls_pic_logo_bg,
	.b-blog_controls_pic_bg,
	.b-blog_controls_pic_submit {
		max-width: 100%;
		max-height: 200px;
	}
	.b-blog_controls_pic:hover {
		max-height:1000px;
		max-width:100%;
	}
	.b-blog_controls_pic img {
		display:block;
	}
.b-blog_controls_file {
	position:relative;
}
	.b-blog_controls_file .b-file_uploader_drag {
		white-space: nowrap;
		text-overflow: ellipsis;
		word-wrap: normal;
	}

.b-blog_controls_bg_pic_position {
	display:inline-block;
	background-color: #E6E6E6;
	padding:8px 14px 2px 18px;
	margin:6px 0;
	white-space:nowrap;
}
	.b-blog_controls_bg_pic_position span {
		display:inline-block;
		vertical-align:middle;
		padding:0 4px 0 0;
		margin:0 4px 10px;
	}
	.b-blog_controls_bg_pic_position input {
		vertical-align:middle;
	}
	.b-blog_controls_bg_pic_position label {
		display:inline-block;
		width:21px;
		height:21px;
		margin:0 0 0 3px;
		vertical-align:middle;
		position:relative;
	}
.b-blog_controls_toggle_adult_field {
	border:1px solid #CCCCCC;
	background-color:#E6E6E6;
	margin:0 0 9px -37px;
	white-space:nowrap;
	display:inline-block;
	padding:0 10px 0 0;
}
	.b-blog_controls_toggle_adult_field input {
		vertical-align:middle;
		margin:0 3px;
	}
	.b-blog_controls_toggle_adult_field_icon {
		background-color:#d23a2f;
		color:#FFF;
		display:inline-block;
		padding:3px;
	}
.b-blog_controls_side_controls_description {
	position:relative;
	padding-left:20px;
	padding-right: 41px;
	margin: 0 0 20px;
}
	.b-blog_controls_side_controls_description .b-form_radio_label {
		display: block;
		padding-top: 1px;
	}
	.b-blog_controls_side_controls_checkbox {
		position:absolute;
		top:0;
		left:0;
	}
	.b-blog_controls_side_controls_description .b-form_field_description {
		margin-left:0;
		padding-top:3px;
	}
.b-blog_controls_new_greeting,
.b-blog_controls_new_placeholder {
	padding-bottom: 10px;
	position:relative;
}
	.b-blog_controls_new_greeting .i-form_text_input,
	.b-blog_controls_new_placeholder .i-form_text_input {
		width: 75%;
	}
	.b-blog_controls_new_greeting .b-fui_icon_button_add,
	.b-blog_controls_new_placeholder .b-fui_icon_button_add {
		position:absolute;
		top:12px;
		right:0;
		padding: 4px 4px 4px 9px;
	}
.b-blog_controls_greetings_list {

}
	.b-blog_controls_greetings_list ul,
	.b-blog_controls_placeholders_list ul {
		list-style-type:none;
		display:block;
		margin:0;
		padding:0;
	}
		.b-blog_controls_greetings_list li,
		.b-blog_controls_placeholders_list li {
			display:block;
			margin:0 35px 10px 20px;
			padding:1px 0 0 20px;
			position:relative;
		}
	.b-blog_controls_greetings_list .i-form_text_input,
	.b-blog_controls_placeholders_list .i-form_text_input {
		font-size:1em;
		padding-top:8px;
		padding-bottom:8px;
		margin-top:-9px;
		margin-bottom:-9px;
		display:none;
	}
		.b-blog_controls_greetings_list .b-blog_controls_edit_greeting .i-form_text_input,
		.b-blog_controls_placeholders_list .b-blog_controls_edit_placeholder .i-form_text_input {
			display:inline-block;
		}
		.b-blog_controls_greetings_list .b-blog_controls_edit_greeting .b-blog_controls_greeting_body,
		.b-blog_controls_placeholders_list .b-blog_controls_edit_placeholder .b-blog_controls_placeholder_body {
			display:none;
		}
	.b-blog_controls_greeting_delete,
	.b-blog_controls_placeholder_delete {
		display:inline-block;
		width:20px;
		height:20px;
		background-image:url(/static/i/sprite.png);
		background-repeat:no-repeat;
		position:absolute;
		left:0;
		top:0;
	}
	.b-blog_controls_greeting_body {

	}
.b-blog_controls_gertruda_upload {
	margin:24px 0 0;
}
	.b-blog_controls_gertruda_upload .b-file_uploader {
		position:relative;
		padding:0;
		text-align:center;
	}
	.b-blog_controls_gertruda_upload .b-file_uploader_drag {
		position:relative;
		left:0;
		display:block;
		text-align:center;
		word-break: break-word;
		word-wrap: break-word;
		max-width:none;
		min-width:0;
	}
.b-blog_controls_gertrudas {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
	.b-blog_controls_gertrudas li {
		display:block;
		padding:0;
		margin:0 10px 10px 0;
		overflow:hidden;
		width:75px;
		height: 75px;
		-webkit-transition: max-height 0.5s ease 0.2s;
		-moz-transition: max-height 0.5s ease 0.2s;
		position:relative;
		float: left;
		z-index: 1;
	}
	.b-gertruda_inner {
		height: 175px;
		left: -57px;
		position: absolute;
		top: -100px;
		width: 195px;
	}
		.b-blog_controls_gertrudas li:hover {
			overflow: visible;
			z-index: 2;
		}
	.b-blog_controls_gertrudas li img {
		max-width:195px;
		display:block;
	}
	.b-blog_controls_delete_gertruda.b-icon_button_close {
		display:block;
		position:absolute;
		top:0;
		right:0;
		width:20px;
		height:20px;
		margin: 0;
		z-index: 2;
	}
		.b-blog_controls_delete_gertruda span {
			display:block;
			width:20px;
			height:20px;
			background-image:url(/static/i/sprite.png);
		}

.b-blog_controls_post_preview_holder {
	width:200%;
}
		.b-blog_controls_post_preview {
			border:1px solid #CCC;
			padding:20px;
		}
.b-karma_limits_form {
	padding: 20px 0 23px;
}
.b-karma_limits_form_text {
	padding-bottom: 6px;
}
.b-karma_limits {
	padding: 5px 0 0 6px;
}
.b-field_wrapper {
	padding: 0 0 5px 1px;
}
.b-field_wrapper .i-form_text_input {
	font-size: 1em;
	float: left;
	width: 47px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.b-field_wrapper label {
	float: left;
	font-size: 1em;
	margin: 2px 2px 0 2px;
}

.b-controls_columns {
	display: table;
}
.b-controls_columns_row{
	display: table-row;
}
.b-controls_columns_row__top .b-controls_column {
	padding-bottom: 24px;
}
.b-controls_columns_row__indent .b-column_inner {
	padding: 0 10px;
}
.b-controls_column {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.b-controls_columns__three_columns {
	width: 100%;
	position: relative;
}
.b-controls_columns__three_columns .b-controls_column {
	max-width: 33%;
	width: 33%;
}
.b-controls_columns__subsite_design .b-controls_column {
	float: left;
}
.b-controls_columns__subsite_design .b-controls_columns_row,
.b-controls_columns__subsite_design.b-controls_columns{
	display: block;
	overflow: hidden;
}
.b-controls_column_wide {
	width: 50%;
}
.b-controls_column_small {
	width: 30%;
}
.b-controls_column__left {

}
.b-controls_column__frame .b-column_inner {
	border-left: 1px solid #dcdcdc;
}
.b-vertical_line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	left: 33%;
	border-left: 1px solid #dcdcdc;
}
.b-vertical_line.b-vertical_line__right {
	left: 66%;
}
.b-controls_column__center .b-controls_inner {
	padding-left: 36px;
	padding-right: 36px;
}
.b-controls_column__right .b-controls_inner {
	padding-left: 36px;
	padding-right: 36px;
}
.b-controls_column__left .b-controls_inner {
	padding-left: 18px;
	padding-right: 36px;
}
.b-column_inner {
	padding-left: 16px;
}
.b-controls_inner {
	padding-right: 40px;
}
.b-owner_box {
	background-color: #e5e5e5;
	color: #1f1f1f;
	font-size: 12px;
	margin-bottom: 23px;
	padding: 12px 30px;
	text-align: center;
}
.b-controls_subtitle {
	color: #505050;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 6px;
}
.b-subtitle_small {
	font-size: 12px;
}
.b-owner_box_name {
	font-size: 24px;
}
.b-owner_box_name a {
	color: #1f1f1f;
}
.b-domain_creation {
	margin-bottom: 12px;
}
.b-top_shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 57px;
}
.b-tabs_content_container {
	position: relative;
}
.b-tabs_content {
	padding: 43px 0 0 18px;
	width: 96%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-tabs_content__wide {
	width: 100%;
	padding: 0;
}
.b-tabs_content_section {
	border-top: 1px solid #c7c7c7;
	margin-top: 22px;
}
.b-tabs_content_section__gertruda {
	position: relative;
	z-index: 2;
}
.b-tabs_content_section .b-tabs_content {
	padding-top: 15px;
}
.b-form_field_description__ban {
	font-size: 0.9375em;
	padding-top: 24px;
}
.b-radio_buttons_container {
	margin-bottom: 24px;
}
.b-inner_col_panel {
	padding: 12px 10px 10px 0;
	background-color: #efefef;
	margin-bottom: 24px;
	color: #000;
}
.b-inner_col_panel .i-form_text_input {
	padding: 2px;
}
.b-block_name {
	margin: 0 0 20px 20px;
}
.b-inner_col_panel .b-form_radio_btn {
	margin: 0 0 10px 40px;
	font-size: 0.9375em;
}
.b-blog_controls_side_controls .b-controls_inner {
	padding: 0 10px;
}
.b-controls_column .b-form_field {
	margin-bottom: 24px;
}
.b-blog_controls_chbx_wrapper {

}
.b-controls_text {
	margin-bottom: 12px;
}
.b-controls_item {
	padding: 5px 0 5px 0;
}
.b-middle_column_content {
	padding-top: 29px;
}
.b-controls_section {
	padding-bottom: 72px;
}
.b-control_description {
	font-size: 0.9375em;
	padding-bottom: 13px;
}
.b-panel_control_wrapper {
	padding: 0 0 2px 20px;
	font-size: 1.09em;
}
.b-controls_items_list {
	padding-top: 12px;
}
.b-input_nowrap {
	white-space: nowrap;
}
.b-subcontrols {
	padding-top: 18px;
}
.b-subs_ads_control_text {
	padding: 0 0 34px;
}
.b-subs_ads_form {
	padding-bottom: 50px;
}
.b-ad_form {
	padding-right: 150px;
}
.b-tabs_content .b-subs_ads {
	margin: 2px 30px 10px 7px;
	background: #fff;
	padding: 10px;
}
.b-controls_column_small .b-subs_ads {
	margin: 0;
	padding: 12px 0 20px;
}
.b-subs_ads_settings {
	position: absolute;
	top: 12px;
	left: -110px;
	width: 100px;
	font-size: 9px;
	color: #505050;
	padding-top: 5px;
	text-align: right;
}
.b-subs_ads_delete {
	padding: 1em 0;
}
.b-subs_ads_prolong_time {
	width: 34px;
	text-align: right;
}
.b-ad_preview_container {
	overflow: hidden;
}
.b-latvian_access {
    margin:-20px 0 20px;
    font-size: 14px;
}
    .b-latvian_access_checkbox {
        position:relative;
        display:inline-block;
        vertical-align:middle;
        text-align:center;
        width:24px;
        height:24px;
    }
        .b-latvian_access_checkbox input {
            position:relative;
            z-index:2;
            vertical-align:middle;
            top:1px;
        }
        .b-latvian_access_checkbox i {
            background-color:#d83b2a;
            position:absolute;
            z-index:1;
            width:24px;
            height:24px;
            top:0;
            left:0;
            border-radius:50%;
            -webkit-border-radius:50%;
            -moz-border-radius:50%;
        }
    .b-latvian_access label {
        display:inline-block;
        vertical-align:middle;
    }
    .b-latvian_access_disabled {
        color:#d83b2a;
    }
    .b-latvian_access_enabled {
        color:#6dbd44;
    }

.b-custom_style_mode {
	padding: 50px 0 0 20px;
}
.b-custom_style {
	padding: 20px;	
}
	.b-custom_style_top_controls {
		margin-bottom: 10px;
	}
		.b-custom_style_new {
			min-width: 110px;
			margin-bottom: 10px;
		}
		.b-custom_style select {

		}
		.b-custom_style_remove,
		.b-custom_style_save,
		.b-custom_style_save_as {
			min-width: 110px;
			text-align: center;
			float: right;
			margin-left: 5px;
		}
		.b-custom_style_toggle {
			min-width: 110px;
			text-align: center;
			margin-left: 5px;
		}
		.b-custom_style_remove.js-style_ready_from_delete,
		.b-custom_style_remove.js-style_ready_from_delete:hover {
			color: red;
		}
	.b-custom_style textarea {
		width: 100%;
		height: 300px;
	}
	.b-custom_style_bottom_controls {
		margin-top: 10px;
	}

.b-inbox_write_link {
	margin-bottom: 30px;
}
.b-moderators_inbox {
	float: left;
	clear: both;
	margin: 10px 0;
	height: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 12px;
	text-decoration: none;
}
	.b-moderators_inbox:hover {
		border: 1px solid #1b8a02;
	}
	.b-moderators_inbox:active {
		box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	}
		.b-moderators_inbox span {
			color: #363636;
		}
		.b-moderators_inbox:hover span {
			color: #1b8a02;
		}
		.b-moderators_inbox .b-svg-icon__inbox {
			position: relative;
			top: 1px;
		}
			.b-moderators_inbox .b-svg-icon__inbox svg {
				width: 16px;
				height: 12px;
			}

.b-form_field_domain__remove {
	margin-bottom: 10px;
}
	.b-subdomain_remove {
		width: 200px;
		height: 34px;
		border: 1px solid #333;
		border-radius: 4px;
		background-color: #000;
		text-decoration: none;
		display: block;
	}
		.b-subdomain_remove.inactive {
			opacity: .3;
			cursor: default;
		}
			.b-subdomain_remove span,
			.b-subdomain_remove.inactive:hover span {
				position: relative;
				top: -8px;
				color: #fff;
			}
			.b-subdomain_remove:hover span {
				color: #eee;
			}
			.b-subdomain_remove .b-svg-icon {
				width: 30px;
				height: 30px;
				position: relative;
				top: 2px;
			}
				.b-subdomain_remove .b-svg-icon svg *,
				.b-subdomain_remove.inactive:hover .b-svg-icon svg * {
					fill: #fff;
				}
				.b-subdomain_remove:hover .b-svg-icon svg * {
					fill: #eee;
				}

.b-form_field_domain__handover {
	width: 202px;
}
	.b-subdomain_handover {
		width: 200px;
		height: 34px;
		border: 1px solid #000;
		border-radius: 4px;
		background-color: #fff;
		text-decoration: none;
		display: block;
	}
	.b-subdomain_handover:hover {
		border: 1px solid #000;
	}
		.b-subdomain_handover span {
			position: relative;
			top: -8px;
			color: #000;
		}
		.b-subdomain_handover:hover span {
			color: #666;
		}
		.b-subdomain_handover .b-svg-icon {
			width: 30px;
			height: 30px;
			position: relative;
			top: 2px;
		}
			.b-subdomain_handover .b-svg-icon svg * {
				fill: #000;
			}
			.b-subdomain_handover:hover .b-svg-icon svg * {
				fill: #666;
			}
		.b-subdomain_handover_hidden {
			display: none;
			width: 202px;
			margin-top: 2px;
		}
		.b-form_field_domain__handover.active .b-subdomain_handover_hidden {
			display: block;
		}
		.b-change_owner_in_process {
			display: none;
			padding: 5px 0 1px 0;
		}
		.b-change_owner__in_process .b-change_owner_in_process {
			display: block;
		}
		.b-change_owner__in_process .b-change_owner {
			display: none;
		}
			.b-change_owner_cancel_button,
			.b-change_owner_in_process_caption {
				font-size: 0.85em;
				line-height: 1.2em;
			}

/* write inbox link on inbox index */
.b-inbox_write_link {
	margin-bottom: 30px;
}
	.b-inbox_write_link a {
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 8px 12px;
		text-decoration: none;
	}
	.b-inbox_write_link a:hover {
		border: 1px solid #1b8a02;
	}
	.b-inbox_write_link a:active {
		box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	}
		.b-inbox_write_link span {
			color: #363636;
		}
		.b-inbox_write_link a:hover span {
			color: #1b8a02;
		}
		.b-inbox_write_link .b-svg-icon__inbox {
			position: relative;
			top: 1px;
		}
			.b-inbox_write_link .b-svg-icon__inbox svg {
				width: 16px;
				height: 12px;
			}

.b-inbox_back_link {
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 7px;
	font-size: 13px;
	color: #363636;
	text-decoration: none;
}
	.b-inbox_back_link i {
		top: 3px;
		width: 11px;
		height: 11px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
		.b-inbox_back_link i svg * {
			fill: #7c7c7c;
		}
/* inbox icon */
.inbox:after {
	content : "";
	display:block;
	width:21px;
	height:28px;
	position:absolute;
	top:0;
	left:-25px;
	background:url(/static/i/lepra/inbox-post.gif) no-repeat 0 0;
}
	.inbox.new:after {
		background-image:url(/static/i/lepra/inbox-post-new.gif);
	}
/* write inbox form */
.b-inbox_write {
	width:90%;
	padding-left:5px;
}

/* write inbox form */
.b-inbox_controls {
	float:right;
	background-color:#fff;
	border:1px solid #c7c7c7;
	padding:15px;
	margin:-60px 10px -1px 0;
	width:212px;
	position:relative;
	top: 0px;
	right: 0px;
	z-index:2;
}
.b-inbox_controls_users {
	display:block;
	max-height: 80px;
	padding-top:10px;
	margin-bottom:10px;
	overflow: hidden;
	transition: max-height .3s;
}
.b-inbox_controls_users.expanded {
	max-height: none;
}
	.b-inbox_controls_user {
		position:relative;
		display:block;
	}
		.b-inbox_controls_user .c_user {
			font-style:italic;
		}
		.b-inbox_controls_user_muted .c_user {
			color:#CC3333;
		}
		.b-inbox_controls_mute_user {
			display:inline;
		}
		.b-inbox_controls_unmute_user {
			display:none;
		}
			.b-inbox_controls_user_muted .b-inbox_controls_mute_user {
				display:none;
			}
			.b-inbox_controls_user_muted .b-inbox_controls_unmute_user {
				display:inline;
			}
		.b-inbox_controls_user_visited .c_user {
			font-style:normal;
		}
.b-inbox_controls_invite_form {
	margin:0 0 10px;
}
.b-inbox_controls_users_caption {
	margin:20px 0 15px;
}
.i-inbox_controls_send_to {
	width:216px;
	margin:5px 0 0 -4px;
}

.b-inbox_controls_delete_inbox_holder {
	margin-bottom:20px;
}

.b-inbox_left_column {
	float:left;
	width:100%;
}
	.b-inbox_left_column .post_comments_page {
		position: relative;
		min-height: 218px;
		padding-top: 0;
	}
	.b-inbox_left_column .post_comments_page .post {
		float: left;
		width: 98%;
		padding-right: 270px;
		margin-right: -270px;
		box-sizing: border-box;
	}
.b-inbox_controls_user_toggle {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.b-inbox_controls_user_toggle:after {
	content: attr(data-count);
}
.b-inbox_controls_users.expanded + .b-inbox_controls_user_toggle:after {
	display: none;
}

.b-invite_columns .b-column {
	overflow: visible;
}
.b-invite_columns .b-column_left_column {
	float: left;
	width: 65%;
}
.b-invite_columns .b-column_right_column_top {
	min-height: 0;
	border-left: 0;
}
.b-new_invite_form {
	padding:28px 0 0;
	margin:35px 0 28px;
}
.b-invite_issued {
	background:url(/static/i/ddot3.gif) no-repeat 4px 1px;
	padding:0 0 0 30px;
	margin:12px 0;
}
	.b-invite_issued_email {

	}
	.b-invite_issued_controls {
		padding:4px 0 0;
		font-size:11px;
	}
		.b-invite_issued_controls a {
			text-decoration:none;
			border-bottom:1px dotted;
		}
.b-new_invite_form #recaptcha_image {
	margin: 6px 0;
}
.b-form_captcha_link {
	float: right;
	border-bottom: 1px dotted;
	text-decoration: none;
}
.b-new_invite_form .b-form_captcha {
	width: 60%;
}
.b-invites_summary {
	min-height:142px;
	padding-right:20px;
}
	.b-invites_summary_no_purchase {
		min-height:0;
	}
	.b-invites_summary_no_purchase ~ form {
		margin-top:0;
	}
.b-invites_shop_summary {
	position:relative;
	margin:0 50px 20px -9px;
}
	.b-i-invites_shop_summary {
		border:1px solid #b93026;
		border-right:none;
		padding:18px 8px;
	}
	.b-invites_shop_summary_arrow {
		position:absolute;
		top:0;
		left:100%;
		height:100%;
		width:39px;
	}
.b-invites_shop_about {
	width:320px;
	height:180px;
	margin:-20px 0 15px -30px;
	position:relative;
}
	.b-invites_shop_about_market {
		position:absolute;
		top:0px;
		left:0px;
	}
	.b-invites_shop_about_paying_methods {
		position:absolute;
		top:50px;
		left:235px;
	}
	.b-invites_shop_about_paying_methods_caption {
		position:absolute;
		bottom:12px;
		left:242px;
		display:block;
		white-space:nowrap;
	}
.b-invites_shop_form {
	margin-left:7px;
}
	.b-invites_shop_form_amount {
		width:30px;
	}
	.b-invites_shop_form_purchase_summary {
		display:inline-block;
		min-width:170px;
	}
	.b-invites_shop_form_submit {
		border:none;
		vertical-align:middle;
	}
.b-invites_shop_success {
	font-weight:bold;
	margin:0 0 10px;
	text-align:center;
}
.l-license {
	margin-right:20px;
}
.b-license_caption {
	font-family:Arial, sans-serif;
	font-size: 48px;
	color: #2d2d2d;
	font-weight: normal;
	margin-bottom: 12px;
	padding: 0;
	text-transform:uppercase;
}
	.b-license_section_caption {
		font-family:Arial, sans-serif;
		font-size: 36px;
		color: #2d2d2d;
		margin: 0 0 7px;
		font-weight:normal;
	}
.b-license_section {
	float:left;
	clear:right;
	width:48%;
	margin-left:4%;
}
	.b-license_section:first-child {
		margin-left:0;
	}
	.b-license_section_body {
		height:291px;
		overflow:scroll;
		border:1px solid #f2f2f2;
		padding:17px 10px;
	}
		.b-license_section_body h2 {
			font-size:14px;
			font-weight:normal;
			padding:0;
			color:#3b3b3b;
			margin:0 0 1em;
		}
		.b-license_section_body h3 {
			font-size:13px;
			font-weight:normal;
			padding:0;
			color:#3b3b3b;
			margin:0 0 1em;
		}
		.b-license_section_body h4 {
			font-size:12px;
			font-weight:normal;
			padding:0;
			color:#3b3b3b;
			margin:0 0 1em;
		}
		.b-license_section_body p {
			font-size:11px;
			line-height:13px;
			color:#3b3b3b;
			margin:0 0 1em;
		}
	.b-license_section_field {
		background-color: #f2f2f2;
		min-height: 38px;
		padding: 18px 20px 0;
	}
		.b-license_section_field label {
			font-size: 14px;
			color: #2d2d2d;
			font-weight: normal;
		}
.b-license_submit {
	padding:20px;
	text-align:center;
}

.b-new_post_file_uploader {
	position:relative;
	width:60%;
}
	.b-new_post_file_uploader .b-file_uploader {
		position:relative;
		top:30px;
		overflow:visible;
	}
	.b-new_post_delete_file {
		position:absolute;
		left:3px;
		top:-27px;
		font-size:11px;
	}
	.b-new_post_file_uploader .b-file_uploader_drag {
		top: auto;
		margin-top: -5px;
	}

.b-new_post_domain_found_domains {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	width:238px;
	position:absolute;
	top:100%;
	left:0;
	background-color:#FFF;
	border:1px solid #E6E6E6;
	font-size:11px;
	max-height:300px;
	z-index:2;
	overflow-y:scroll;
	overflow-x:hidden;
}
	.b-new_post_domain_found_domains li {
		display:block;
		padding:0;
		margin:0;
		border-bottom:1px solid #E6E6E6;
	}
		.b-new_post_domain_found_domains li:hover {
			background-color:#F4F4F2;
		}
	.b-new_post_domain_found_domains a {
		display:block;
		padding:3px 5px;
		text-decoration:none;
		color:#666;
	}
		.b-new_post_domain_found_domains span {
			text-decoration:underline;
		}
	.b-new_post_domain_found_domains_selected a {
		background-color:#556E8C;
		color:#FFF;
	}
/* user page */
.l-profile {
	background: #fff;
}
.l-profile .l-i-wrapper{
	background: #ccc;
	color: #252525;
}
	.b-user_block {
		position: relative;
		padding-top: 46px;
		background: #ccc;
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
	}
		.b-i-user_block {
			min-height: calc(100vh - 326px);
			position: relative;
			width: 80%;
			max-width: 1200px;
			min-width: 800px;
			margin: 0 auto;
			background-color: rgb(245, 245, 245);
		}
			.b-user_backgrounds {
				position: absolute;
				top: 200px;
				right: 0px;
				height: 116px;
				padding: 10px;
				z-index: 3;
			}
			.l-900 .b-user_backgrounds {
				right: 32px;
			}
			.b-user_backgrounds.b-user_backgrounds_show {
				width: 260px;
				top: 198px;
				background-color: #fff;
				border-top: 1px solid #898989;
				border-left: 1px solid #898989;
				border-bottom: 1px solid #898989;
			}
				.b-user_backgrounds_toggle {
					position: absolute;
					top: -2px;
					right: -32px;
					display: inline-block;
					width: 32px;
					height: 138px;
					text-align: center;
					color: #fff;
					background: #898989 url(/static/i/profile_change_background.png ) center center no-repeat;
					background-size: cover;
				}
				.b-user_backgrounds_toggle:hover {
					color: #fff;
				}
				.b-user_backgrounds_show .b-user_backgrounds_toggle {
					top: -1px;
				}
				.b-user_backgrounds_controls {
					display: none;
				}
				.b-user_backgrounds_show .b-user_backgrounds_controls {
					display: block;
				}
					.b-user_backgrounds_close {
						position: absolute;
						right: 10px;
						text-decoration: none;
						z-index: 1;
					}
					.b-background_remove {
						display: inline-block;
						margin: 30px 0 0;
						text-decoration: none;
					}
						.b-background_remove span {
							text-decoration: underline;
						}
					.b-user_backgrounds_controls label {
						position: absolute;
						bottom: 10px;
						display: block;
					}
						.b-user_backgrounds_controls label input {
							margin-left: 0;
						}
					.b-background_save {
						margin: 10px 0;
					}
						.b-background_save a {
							text-decoration: underline;
							cursor: pointer;
						}

			.b-user_data {
				position: relative;
				padding: 35px 35px 35px 35px;
				background-color: rgb(255,255,255);
				/*-webkit-backdrop-filter: blur(2px);*/
			}
				.b-i-user_data {
				}
					.b-i-user_data h2 {
						-webkit-display: flex;
						-ms-display: flex;
						display: flex;
						-webkit-align-items: center;
						-ms-align-items: center;
						align-items: center;
						margin: 0;
						padding-right: 195px;
						font-size: 36px;
						font-weight: normal;
						white-space: nowrap;
					}
						.b-user_name-link {
							color: #4e4e4e;
							text-decoration: none;
						}
						.b-user_note_container {
							display: inline-block;
							-webkit-flex-grow: 1;
							-ms-flex-grow: 1;
							flex-grow: 1;
							margin-top: 7px;
							margin-left: 7px;
							box-sizing: border-box;
							font-size: 13px;
							color: #959595;
							vertical-align: middle;
						}
							.b-user_note {
								display: inline-block;
								width: 100%;
								padding: 6px;
								box-sizing: border-box;
								font-style: italic;
		    					cursor: text;
		    					white-space: normal;
		    					word-break: break-word;
		    					vertical-align: middle;
							}
							.b-user_note:hover {
								background-color: #f5f5f5;
							}
							.b-user_note.active {
								background: none;
								word-break: normal;
								padding: 0;
							}
								.b-user_note .i-form_text_input,
								.b-user_note .i-form_text_input:focus {
									height: 28px;
									margin: 0;
									padding: 0 7px;
									border: none;
									background: none;
									outline: none;
									-webkit-box-shadow: inset 0 0 0 1px #7d7d7d;
									box-shadow: inset 0 0 0 1px #7d7d7d;

								}
						.b-user_data_registered {
							color: #959595;
							margin-bottom: 30px;
						}
			.b-menu__profile {
				border-bottom: 1px solid #898989;
				background-color: rgb(255,255,255);
				-webkit-backdrop-filter: blur(2px);
			}
				.b-menu__profile .b-menu_list {
					width: auto;
					float: right;
					margin-right: 15px;
				}
					.b-menu__profile .b-menu_list_link {
						background: none;
						border: 0;
						border-radius: 0;
						font-size: 13px;
						color: #acacac;
					}
						.b-menu__profile .b-menu_list_link i {
							font-size: 13px;
						}
					.b-menu__profile .b-menu_list_link:hover {
						
					}
					.b-menu__profile .b-menu_list_link_active {
						background-color: #898989;
						color: #fff;
					}
					.b-menu__profile .b-menu_list_link_active:hover {
						
					}
			.l-content_wrapper {
				position: relative;
				padding: 38px 36px 44px;
				background: rgb(245, 245, 245);
				-webkit-backdrop-filter: blur(2px);
			}
				.b-profile_left_col {
					float: left;
					width: 330px;
				}
					.b-userpic_wrapper {
						width: 285px;
					}
						.b-userpic {
							min-height: 70px;
							position: relative;
							border: 1px solid transparent;
							margin-bottom: 10px;
							text-align: center;
							overflow: hidden;
							font-size: 0;
						}
						.b-userpic.b-userpic_empty {
							width: 285px;
							height: 285px;
							border: 1px solid #c1c1c1;
						}
							.b-userpic_image {
								max-width: 285px;
								max-height: 285px;
							}
							.b-userpic_image[src=""] {
							    display: none;
							}
							.b-userpic_uploader_container {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 100%;
							}
							.b-userpic_uploader_container.uploaded {
								background-color: rgba(229, 229, 229, 0);
								opacity: 0;
							}
							.b-userpic_uploader_container.uploaded:hover {
								background-color: rgba(229, 229, 229, .9);
								opacity: 1;
							}
								.b-userpic_uploader_drag_container {
									position: absolute;
									top: 0;
									left: 0;
									width: 100%;
									height: 100%;
								}
								.b-userpic_uploader_button {
									position: absolute;
									top: 50%;
									left: 0;
									width: 100%;
									margin-top: -35px;
									padding-top: 35px;
									background: url(/static/i/profile_load_pic.png) center 10px no-repeat;
									font-size: 13px;
									line-height: 18px;
									color: #898989;
									text-decoration: none;
								}
								.b-userpic_uploader_button:hover {
									text-decoration: underline;
									color: #898989;
								}
						.b-userpic_title {
							text-align: center;
							margin-bottom: 7px;
						}
							.b-userpic_title_add {
								display: inline-block;
								width: 100%;
								padding: 6px;
								box-sizing: border-box;
								text-decoration: none;
								color: #252525;
								cursor: text;
							}
							.b-userpic_title_add.empty,
							.b-userpic_title_add.self.empty:hover {
								color: #959595;
								font-style: italic;
							}
							.b-userpic_title_add.self:hover {
								background-color: #e5e5e5;
								color: #252525;
							}
							.b-userpic_title_input {
								width: 100%;
								height: 28px;
								padding: 0;
								outline: none;
								border: none;
								border-radius: 2px;
								text-align: center;
								font-size: 1em;
								-webkit-box-shadow: inset 0 0 0 1px #7d7d7d;
								box-shadow: inset 0 0 0 1px #7d7d7d;
							}

					.b-user_friends,
					.b-user_contacts {
						color: #959595;
						font-size: 13px;
						padding-right: 45px;
					}
						.b-user_friends a,
						.b-user_contacts a {
							color: #252525;
						}
						.b-user_parent {
							margin-bottom: 16px;
						}
						.b-user_children {
							line-height: 1.5em;
							margin-bottom: 35px;
						}
						.b-user_contacts {
							margin-bottom: 14px;
						}
						.b-user_edit_info {
							margin-bottom: 30px;
						}
				.b-profile_right_col {
					position: relative;
					padding-bottom: 20px;
					overflow: hidden;
				    box-sizing: border-box;

				}
					.b-profile_right_col .b-inbox_write_link {
						position: absolute;
						top: 10px;
						right: 0;
						z-index: 1;
					}
						.b-profile_right_col .b-inbox_write_link a {
							background-color: #fff;
						}
						.b-profile_right_col .b-inbox_write_link a:hover {
							border: 1px solid #252525;
						}
							.b-profile_right_col .b-inbox_write_link a:hover span {
								color: #252525;
							}
					.b-info_block {
						position: relative;
						margin-bottom: 40px;
					}
						.b-user_full_name {
							padding-right: 165px;
							font-size: 22px;
							font-weight: normal;
							margin: 0;
						}
						.b-user_residence {
							font-size: 13px;
							color: #959595;
						}
						.b-user_stat {
							position: relative;
							padding-bottom: 22px;
							box-sizing: border-box;
						}
						.b-user_citizen {
							margin-bottom: 40px;
						}
							.b-user_citizen h3 {
								font-size: 18px;
								font-weight: normal;
							}
								.b-user_citizen span {
									color: #e0543d;
								}
							.b-user_citizen_extend {
								border: 1px solid #b8b8b8;
								border-radius: 4px;
								padding: 7px 13px;
								text-decoration: none;
							}
								.b-user_citizen_extend:hover {
									border: 1px solid #252525;
									color: #252525;
								}
						.b-user_text {
							clear:left;
						}
							.b-user_text-title {
							    font-size: 1.483em;
							    font-weight: normal;
							    margin: 0 0 20px;
							}
	.b-user_block .c_icon {
		display: inline-block;
	}

.b-user_cover-photo {
    display: block;
    width: 100%;
    margin-top: 0;
    position: relative;
    image-rendering: optimizeQuality;
}

.b-user_cover__edit .b-user_cover-photo {
    cursor: move;
}

.js-prevent_drag .b-user_cover-photo {
    cursor: default;
}

.b-user_cover-photo_original {
    visibility: hidden;
    position: absolute;
    top: -10000px;
}

.b-info_block-item {
    display: block;
}

.b-item_link {
    overflow: hidden;
    display: block;
}

.b-item_link span {
    display: block;
    margin-left: 20px;
}

.b-icon {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: -1px 4px 0 0;
}

.b-icon-envelope {
	background: url('/static/i/sprite.png') -40px 0 no-repeat;
}

.l-content_column {
	padding-left: 236px;
}

.b-user_statistics {
    border: 1px solid #E6E6E6;
    float: left;
    line-height: 1em;
    padding: 7px 41px 8px 7px;
    color: #666;
}

.b-comments_limit {
    padding-bottom: 5px;
}

.b-comments_limit-qty {
    position: relative;
    padding-right: 8px;
}

.b-hint_link {
    position: absolute;
    color: #5a6f88;
    text-decoration: none;
    top: -4px;
    right: 0;
}

.b-user_subscription {
    position:relative;
    padding:0 10px 15px 30px;
}
.b-user_subscription_plain {
    padding-left: 0;
}
    .b-user_subscription_text {
        font-size:0.85em;
        position:relative;
        top:1px;
    }
    .b-info_block-content .js-subscribe_controls  a.b-fui_icon_button {
        position:absolute;
        left:0;
        top:0;
        z-index:1;
    }

/* menu */
.l-content_column .b-menu.b-menu__plain {
    padding: 0 0 0 15px;
}

.b-menu_item-stat {
    color: #666;
}

/* userposts */
.l-content_column .userposts {
    padding: 20px 0 0 10px;
}

.b-edit_controls {
    text-align: right;
    font-size: .86em;
    padding-bottom: 38px;
    float: right;
    margin: -10px 0 0 0;
}

.b-edit_controls__tiny {
    padding-bottom: 7px;
}

.b-edit_controls a.b-fui_icon_button {
    margin-left: 0;
    margin-right: 0;
}

/* userpage blogs list*/
.b-user_page_blogs .b-list_item {
    margin-right:0;
}

.b-user_page_blogs .b-list_item:first-child {
    border-top: 0;
    margin-top: 1px;
}

.b-user_page_blogs .b-list_item_controls {
    left: 10px;
}
.b-bans_list {
	list-style-type: none;
	padding: 10px 0 0 10px;
	margin: 0;
	color: #888;
	font-size: 0.85em;
}
.b-bans_list li {
	padding: 0 0 10px;
}
.b-user_posts {
	padding: 26px 35px 0 100px;
}
.b-profile_latvian {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4;
}
	.b-profile_latvian_bg {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#000;
		opacity:0.78;
	}
	.b-profile_latvian_message {
		font-size:24px;
		color:#FFF;
		padding:100px 0 0;
		width:500px;
		margin:0 auto;
		position:relative;
	}
		.b-profile_latvian_message a {
			color:#FFF;
		}
	.b-profile_latvian_close {
		position:absolute;
		top:0;
		right:0;
		font-size:24px;
		color:#FFF;
		z-index:4;
		text-decoration:none;
		width:40px;
		height:20px;
		padding:10px 0;
		text-align:center;
	}
	.b-profile_latvian_repatriation {
		position: relative;
		width: 500px;
		margin: 0 auto;
	}
		.b-profile_latvian_repatriation p {
			font-size:16px;
			color:#FFF;
		}
		.b-profile_repatriation_meter {
			position: relative;
			width: 345px;
			height: 23px;
			margin-top: 90px;
			padding: 7px;
			box-sizing: border-box;
			border-radius: 12px;
			background-color: rgba(42,42,42,.6);
			box-shadow: inset 1px 2px 6px rgba(0,0,0,.6);
		}
			.b-profile_repatriation_meter i {
				position: absolute;
				display: inline-block;
				width: 90px;
				padding: 8px 12px;
				box-sizing: border-box;
				background-color: #222;
				color: #fff;
				font-style: normal;
				text-align: center;
				line-height: 19px;
			}
			.b-profile_repatriation_meter > i {
				bottom: -15px;
				right: -100px;
			}
			.b-profile_repatriation_meter span {
				position: relative;
				display: block;
				max-width: 100%;
				height: 9px;
				border-radius: 5px;
				background-color: #a73524;
				transition: width .5s;
			}
				.b-profile_repatriation_meter span i {
					right: -43px;
					bottom: 35px;
				}
					.b-profile_repatriation_meter span i:before {
						content: "";
						display: inline-block;
						border: 12px solid transparent;
						border-top: 12px solid #222;
						position: absolute;
						bottom: -24px;
						left: 33px;
					}
		.b-profile_repatriation_form {
			margin: 50px 0;
		}
			.b-profile_repatriation_button,
			.b-profile_repatriation_button:hover {
				padding: 6px 10px;
				margin-right: 15px;
				background-color: #9ad03e;
				color: #fff;
				text-transform: uppercase;
				text-decoration: none;
				float: left;
			}
			.b-profile_repatriation_button.b-profile_repatriation_button__jesus {
				width: 132px;
				text-align: center;
				box-sizing: border-box;
			}
			.b-profile_repatriation_form form {
				height: 30px;
				margin-right: 10px;
				line-height: 26px;
				color: #fff;
				float: left;
			}
				.b-profile_repatriation_form form input {
					width: 80px;
					height: 26px;
					padding: 0 6px;
					border: 1px solid #909090;
					color: #fff;
					font-size: 14px;
					background: none;
					outline: none;
				}
			



/* inline search */

.b-profile_search_icon {
	position: absolute;
	display: none;
}

.b-profile_search input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* убирает странный padding слева в Chrome */
}
.b-profile_search .i-form_text_input {
    background: white;
    width: 562px;
}
.b-profile_search .i-form_text_input_profile_search {
    background: white;
    padding-left: 0;
    position: relative;
    left: 2px;
    text-indent: 4px;
    margin-bottom: 0;
    border: 1px solid #e9e9e9;
    outline: none;
}
.b-profile_search .i-form_text_input_profile_search_domains {
	padding-left:  4px;
	padding-right: 6px;
}

.b-profile_search_controls {
    transition: height 0.25s ease-in-out;
    height: 0;
    margin-top: 22px;
    padding-left:5px;
    position:relative;
    overflow: hidden;
    font-size: 11px;
    margin-bottom:14px;
}
.b-profile_search_controls.open {
    height: 38px;
}

.i-form_text_input_profile_search:focus + .b-profile_search_controls {
    height: 38px;   
}
	 
	.b-profile_search_controls a {
	    margin-right: 15px;
	    display: inline-block;
	    color: #CECECE;
	    border-bottom: 1px dotted;
	    cursor: pointer;
	    text-decoration: none;
	    position: relative;
	    white-space: nowrap;
	}
		.b-profile_search_controls a.locked,
		.b-profile_search_controls a.active {
		    color: #666;
		}
		.b-profile_search_controls a:hover {
		    color: #699;
		}

.b-domains_select input[type=search] {
    font-size: 11px;
    width: auto;
    margin-left: -10px;
    border: 1px solid #e9e9e9;
    outline: none;
}

.b-domains_select ul {
    padding: 0;
    display: inline;
}

	.b-domains_select ul li {
	    display: inline-block;
	    margin-left: 10px;
	}
	.b-domains_select ul s {
	    cursor: pointer;
	    text-decoration: none;
	    white-space: nowrap;
	    vertical-align: top;
	    margin-left: -5px;
	}

.b-content_section.b-content_section_comments {
	padding: 0 35px;
}

.b-forbidden {
	margin-bottom: 40px;
}
	.b-forbidden .b-svg-icon {
		height: 40px;
		width: 28px;
		float: left;
		line-height: 40px;
	}
	.b-forbidden .b-text {
		height: 40px;
		line-height: 20px;
		padding: 0 8px;
		display: block;
		float: left;
		color: #959595;
		font-size: 16px;
	}

.b-user_public_notes {
	position: relative;
	visibility: hidden;
}
	.b-user_public_notes_loaded {
		visibility: visible;
	}
	.b-user_public_notes_logo {
		position: absolute;
		left: 0;
		top: -5px;
		width: 75px;
		height: 74.5px;
		background: url(/static/i/profile/pincenez_logo.png) no-repeat 0 0;
		background-size: contain;
		cursor: pointer;
		cursor: hand;
	}
	.b-user_public_notes_authors {
		display: block;
		position: relative;
		top: 0;
		overflow: hidden;
		width: 158px;
		height: 0;
		background: url(/static/i/profile/pincenez_authors.png) no-repeat 0 0;
		line-height: 36px;
		font-weight: bold;
		color: #42a8c7;
		font-family: Arial, sans-serif;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		margin-left: 133px;
		margin-bottom: 0;
		transition: height 0.3s, margin-bottom 0.3s, top 0.3s;
	}
		.b-user_public_notes__opened .b-user_public_notes_authors {
			top: 11px;
			height: 34px;
			margin-bottom: 28px;
		}
		.b-user_public_notes__authors .b-user_public_notes_authors {
			visibility: hidden;
		}
	.b-user_public_notes_list {
		background-color: #ffffcc;
		margin: 0 0 0 90px;
		overflow: hidden;
		border-radius: 3px;
		position: relative;
	}
		.b-user_public_notes_list ul {
			list-style-type: none;
			padding: 22px 60px 0;
			margin: 0;
		}
		.b-user_public_notes_list li {
			display: none;
			margin: 0;
			padding: 0 0 22px;
			position: relative;
		}
		.b-user_public_notes_list li:first-child {
			display: block;
		}
		.b-user_public_notes__opened li {
			display: block;
		}
		.b-user_public_notes_list .vote {
			display: none;
		}
		.b-user_public_notes__opened .vote {
			display: block;
		}
		.b-user_public_notes_list_pagination {
			display: none;
		}
		.b-user_public_notes__opened .b-user_public_notes_list_pagination {
			display: block;
		}
	.b-user_public_notes_list_note .c_user {
		font-size: 11px;
	}
	.b-user_public_notes_list_note_created {
		font-size: 11px;
		color: #999;
	}
	.b-user_public_notes_list_note_body {
		padding-right: 100px;
	}
	.b-user_public_notes_list_next,
	.b-user_public_notes_list_previous {
		position: absolute;
		top: 0;
		width: 48px;
		height: 100%;
		display: none;
	}
		.b-user_public_notes__opened .b-user_public_notes_list_next,
		.b-user_public_notes__opened .b-user_public_notes_list_previous {
			display: block;
		}
	.b-user_public_notes_list_next:after,
	.b-user_public_notes_list_previous:after {
		display: block;
		content: "";
		width: 35px;
		height: 35px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		margin-top: -10px;
	}
	.b-user_public_notes_list_next {
		right: 0;
	}
	.b-user_public_notes_list_previous {
		left: 0;
	}
	.b-user_public_notes_list_next:after {
		right: 13px;
		background-image: url(/static/i/profile/right.png);
	}
	.b-user_public_notes_list_previous:after {
		left: 13px;
		background-image: url(/static/i/profile/left.png);
	}
	.b-user_public_notes_sorting {
		text-align: right;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.b-user_public_notes_sorting_button {
		font-size: 11px;
		color: #666;
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 0 4px 2px;
		border: 1px solid transparent;
	}
	.b-user_public_notes_sorting_button_active {
		border: 1px solid;
		border-radius: 3px;
		cursor: default;
	}
		.b-user_public_notes_sorting_button_active:hover {
			color: #666;
		}
.b-user_public_notes_switcher {
	position: absolute;
	top: 31px;
	right: 160px;
	font-size: 11px;
	color: #666;
}
.b-tags {
	position:relative;
	float:right;
	width:15px;
	z-index:1;
}
.b-cloud {
	position:absolute;
	overflow:hidden;
	width:100%;
	min-height:130px;
	max-height:130px;
	float:right;
}
	.b-cloud_toggle_button {
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:130px;
		width:15px;
		background:#efefef url(/static/i/lepra/tags_show.gif) no-repeat 50% 50%;
	}
		.b-cloud_toggle_button:hover {
		}
		.b-cloud_inner {
			background-color:#FFF;
			padding:5px 5px 5px 20px;
			width:100%;
			min-width:173px;
			font-size:1em;
			float:right;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing:border-box;
			overflow:hidden;
		}
.b-cloud a {
	color: #333;
	line-height:220%;
}
.b-cloud a:visited {
	color: #666;
}
.b-cloud .s1 {
	font-size:0.75em;
}
.b-cloud .s2 {
	font-size:0.85em;
	line-height:220%;
	color:#555;
}
.b-cloud .s3 {
	font-size:0.9em;
	line-height:200%;
	color:#444;
}
.b-cloud .s4 {
	font-size:1.1em;
	line-height:180%;
	color:#333;
}
.b-cloud .s5 {
	font-size:1.3em;
	line-height:160%;
	color:#333;
}
.b-cloud .s6 {
	font-size:1.5em;
	line-height:140%;
	color:#222;
}
.b-cloud .s7 {
	font-size:1.8em;
	line-height:120%;
	color:#222;
}
.b-cloud .s8 {
	font-size:2em;
	line-height:100%;
	color:#222;
}
.b-tags {
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
	.b-cloud {
		-webkit-transition: max-height 0.3s ease;
		-moz-transition: max-height 0.3s ease;
	    -o-transition: max-height 0.3s ease;
	    transition: max-height 0.3s ease;
	}
	
	.b-cloud__opened {
		width:340px;
		max-height:none;
	}
		.b-cloud__opened .b-cloud_toggle_button {
			background-image:url(/static/i/lepra/tags_hide.gif);
		}
		.b-cloud__opened .b-cloud {
			max-height:4000px;
		}
	

/* posts with tag page */
.b-current_tag_form {
	background-color:#fa5fa1;
	padding:5px;
	margin:20px 200px 0 -5px;
	color: #fff;
}
	.b-current_tag_form em {
		font-style:normal;
		font-size:11px;
		color:#FFF;
	}
	.b-current_tag_form .i-form_text_input {
		font-size:19px;
	}

.b-subscriptions_tags {
	border-left:1px solid #cccccc;
	padding:3px 20px 3px 6px;
	margin:0 0 10px;
	float:right;
	width:232px;
	
}
	.b-cloud_more_button {
		color:#999999;
		text-decoration:none;
		border-bottom:1px dotted;
		display:inline-block;
		margin:10px 0;
		font-size:0.85em;
		line-height:1;
	}
	.b-subscriptions_tags .b-cloud a {
		color:#556e8c;
		padding:1px 2px;
		white-space:nowrap;
	}
	.b-subscriptions_tags .b-cloud .b-cloud_tag_active {
		color:#FFF;
		background-color:#556e8c;
		text-decoration:none;
	}
.b-registration_greeting {
	margin-right:50px;
	margin-bottom:20px;
}
	.b-registration_greeting_fuhrertanzen {
		display:inline-block;
		width:25%;
		text-align:center;
		vertical-align:middle;
	}
	.b-registration_greeting_text {
		width:73%;
		display:inline-block;
		vertical-align:middle;
	}
.b-agreement {
	text-align:right;
	margin-right:45px;
}
.b-agreement_body {
	padding:20px;
	background-color:#FFF;
}
	.b-agreement_body h2{
		font-weight:normal;
		font-size: 16px;
		margin-bottom: 6px;
		color: #326ccd;
		font-size: 16px;
		font-family:Arial, sans-serif;
	}


.l-content_aside_fraud {
	background:none;
}
.b-fraud_logo {
	display:block;
	margin:20px -20px 20px 20px;
}
.b-inner_container {
	width: 96%;
}
.b-fraud_price {
	color:#FFF;
	text-decoration:none;
	position:absolute;
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	width:133px;
	height:100px;
	padding-top:33px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color:#98d413;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 2px 2px 3px rgba(204,204,204,1), -1px -2px 2px #98d413, inset 2px 2px 3px 2px rgba(255,255,255,0.3);
	-moz-box-shadow: 2px 2px 3px rgba(204,204,204,1), -1px -2px 2px #98d413, inset 2px 2px 3px 2px rgba(255,255,255,0.3);
	box-shadow: 2px 2px 3px rgba(204,204,204,1), -1px -2px 2px #98d413, inset 2px 2px 3px 2px rgba(255,255,255,0.3);
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
	.b-fraud_price strong {
		font-size:160%;
		line-height:1;
	}
	.b-fraud_price:hover {
		color:#FFF;
	}
/* pro account */
.b-pro_account_container {
	border-bottom: 1px solid #E9E9E9;
	overflow: hidden;
}
.b-pro_acc_charlie {
	float: left;
	margin-bottom: 80px;
	width: 184px;
}
.b-pro_acc_charlie img {
	display: block;
	margin: 0 auto;
}
.b-pro_acc_charlie p {
	color: #555454;
	font-size: 0.703em;
	margin: 0 auto;
	width: 147px;
}
.b-pro_acc_text {
	color: #555454;
	font-size: 1.094em;
	line-height: 28px;
	margin-bottom: 80px;
	padding-top: 15px;
	margin-left: 184px;
}
.b-pro_acc_info {
	color: #555454;
	float: left;
	font-size: 0.9375em;
	padding: 27px 10% 20px 0;
	width: 50%;
}
.b-pro_acc_info .b-pro_acc_expire {
	color: #FF0000;
	font-size: 30px;
	line-height: 40px;
	padding-top: 15px;
}
.b-pro_acc_info .b-pro_acc_expire .b-valid_till {
	font-size: 36px;
}
.b-pro_acc_info .b-pro_acc_expire em {
	font-size: 48px;
	font-style: normal;
	white-space: nowrap;
}
.b-pro_acc_subs {
	float: left;
	padding-top: 17px;
	width: 39%;
}
.b-pro_acc_subs h4 {
	color: #555454;
	font-size: 1.094em;
	font-weight: normal;
	margin: 0 0 15px 10px;
	padding: 0;
}
.b-pro_acc_subs h5 {
	color: #000000;
	font-size: 1.094em;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
}
.b-pro_acc_subs .b-list_item_blog_url {
	font-size: 1.094em;
}

/* pro settings - new subleprosorium */
.b-new_sublepra {
	width: 60%;
	padding: 50px 0 20px 27px;
}
.b-new_sublepra_text {
	color: #555454;
	font-size: 1.094em;
	line-height: 28px;
	padding-top: 14px;
	margin-bottom: 50px;
}
.b-new_sublepra h5 {
	color: #777777;
	font-size: 1.41em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 2px;
}
.b-new_sublepra .i-form_text_input {
	width: 50%;
}
.b-new_sublepra .i-form_text_input[name="prefix"] {
	text-align: right;
}
.b-new_sublepra .b-form_field {
	font-size: 1.41em;
	color: #777777;
}

/* pro settings - changing picture for pro account */
.b-pro_change_pic {
	overflow: hidden;
	padding:40px 0 50px;
}
.b-settings_cols {
	padding-left: 18px;
}
.b-settings_left_col {
	float: left;
	width: 346px;
	min-height: 186px;
	border-right: 1px solid #EAEAEA;
}
.b-settings_right_col {
	margin-left: 346px;
	overflow: hidden;
	max-width: 235px;
	padding-left: 20px;
}
.b-pro_change_pic .b-form_subtitle {
	padding-bottom: 12px;
}
.b-pro_change_pic .b-file_uploader {
	padding-bottom: 20px;
}
.b-pro_change_pic .b-userpic td {
	width: 300px;
	height: 300px;
}
.b-pro_change_pic .b-userpic td img {
	max-width: 300px;
}

/* pro settings - email forwarding */
.b-fraud_text {
	padding-top: 30px;
	padding-left: 20px;
	z-index:1;
	position:relative;
}
.b-fraud_text__center {
	text-align: center;
	padding-top: 100px;
}
.b-semi_wide {
	width: 70%;
}
.b-email_forward_form {
	padding-top: 12px;
	font-size: 1.406em;
	color: #777777;
}
.b-fraud_ignore_list {
	padding-top: 58px;
}
.b-fraud_ignore_list .b-blog_controls_users  .i-form_text_input {
	width: 50%;
}

.b-pro_acc_mail_forwarding {
	padding:0 0 0 20px;
	margin:0 0 20px;
}
.i-pro_acc_mail_forwarding_mail {
	text-align:right;
	width:100px;
}
.b-pro_acc_mail_forwarding_form {
	padding:10px 0 0;
}

/* Charley */
#charley_holder {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	_position:absolute;
	_top: expression(
		eval(document.documentElement.scrollTop) + "px"
	);
	z-index:9998;
	height:1px;
	margin-top:-1.2em;

}
#charley_holder .black {
	display:none;
	width:100%;
	position:absolute;
	z-index:9998;
	height:3000px;
	-moz-opacity:0.4;
	-webkit-opacity:0.4;
	opacity:0.4;
	filter:alpha(opacity: 40);
	background: #000;
	zoom:1;
}
#charley_holder .charlies {
	position:relative;
	z-index:9999;
	width:100%;
}
#charley_holder .charley {
	margin:0 auto;
	width:666px;
	min-height:195px;
	margin-top:-200px;
	background:url(/static/i/fraud/ask_charley_block.gif) no-repeat top left;
	position:relative;
}
#charley_holder .charley_inner {
	padding:31px 54px 10px 200px;
	zoom:1;
}
#charley_holder .close {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:51px;
	height:51px;
	cursor:hand;
	cursor:pointer;
}
#charley_holder .text {
	font-size:18px;
	line-height:18px;
	color:#FFF;
	margin-bottom:14px;
}
#charley_holder a {
	color:#FFF !important;
	text-decoration:underline;
}
#charley_holder a:hover {
	color:#FFF !important;
	text-decoration:underline;
}
#charley_holder .yes {
	float:left;
	width:49%;
	cursor:hand;
	cursor:pointer;
	font-size:18px;
}
#charley_holder .no {
	float:right;
	width:49%;
	cursor:hand;
	cursor:pointer;
	font-size:18px;
}
#charley_holder .password_holder {
	font-size:10px;
	margin:2px;
}
#charley_holder .password_holder input {
	font-size:8px;
	width: 90px;
}

/* fraud about page */
.l-content_main h2.b-page_title {
	color: #3D3D3D;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 27px 0 40px 20px;
}
.b-fraud_description {
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	padding-left: 20px;
}
.b-fraud_description .b-left_col {
	margin-right: 468px;
	float: none;
	position: relative;
}
.b-fraud_description .b-right_col {
	float: right;
	width: 468px;
	position: relative;
}
.b-fraud_description .b-right_col img {
	margin-right: 36px;
	float: right;
}
.b-water_level {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 48px;
	width: 376px;
	background: #7ab4db;
}
/* fraud greetings */
.b-fraud_greetings {
	padding-top: 8px;
	padding-bottom: 40px;
	overflow: hidden;
}
.b-fraud_greetings .b-settings_left_col {
	width: 60%;
	padding: 25px 30px 0 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-fraud_greetings .b-settings_right_col {
	width: 39%;
	padding: 25px 40px 70px 25px;
	margin: 0;
	border-left: 1px solid #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: none;
}
.b-greetings_list {
	list-style-type: none;
	margin: 0;
	padding: 24px 0 0;
}
.b-greetings_list li {
	padding-bottom: 24px;
}
.b-greetings_caption {
	margin-bottom: 4px;
	color: #888888;
	font-size: 0.8593em;
}
.b-change_login_form .i-form_text_input__short,
.b-fraud_greetings .i-form_text_input__short {
	width: auto;
	display: block;
}
.b-fraud_greetings .i-form_textarea {
	display: block;
}
.b-fraud_greetings .b-form_field {
	margin-bottom: 24px;
}
.b-change_login_form .b-form_field {
	padding-top: 12px;
	margin-bottom: 24px;
}
.b-freetime_form {
	padding-top: 12px;
	display: block;
}
.b-freetime_form .b-form_field {
	margin-bottom: 24px;
}
.b-freetime_submit {
	background: url("/static/i/fraud/suicide_booth.gif") 50% 12px no-repeat;
	text-align: center;
	padding: 136px 0 0 0;
}
.b-freetime_duration {
	padding:10px 0;
}
.b-freetime_reset {
	text-decoration:none;
	font-size:11px;
	color:#000;
	border-bottom:1px dotted;
}
/* fraud professional page */
.b-fraud_members {
}
.b-fraud_members h2 {
	color: #3D3D3D;
	font: 29px arial, verdana,sans-serif;
	margin: 0 0 22px;
	padding: 48px 0 0;
	font-weight: normal;
	text-align: center;
}
.b-payed_duration {
	color: #6D6D6D;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 35px;
	text-align: center;
}
.b-pro_acc_prolongation {
	color: #000000;
	font-size: 12px;
	margin: 0 auto;
	width: 600px;
}
.b-pro_acc_prolongation_text {
	line-height: 1.406em;
	margin-bottom: 34px;
	padding: 0 0 0 35px;
	position: relative;
}
.b-icon_red_hand {
	position: absolute;
	background: url("/static/i/red_hand.gif") 0 0 no-repeat;
	width: 32px;
	height: 34px;
	top: 0;
	left: 0;
}
.b-fraud_members_questions {
	border-top: 1px solid #E9E9E9;
	color: #6D6D6D;
	font-size: 0.9375em;
	margin-top: 66px;
	padding-bottom: 40px;
}
.b-fraud_members_questions h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 27px 0 43px;
}
.b-fraud_members_questions h3 a {
	color: #6D6D6D;
}
.b-members_questions {
	overflow: hidden;
	height: 0;
}
.b-members_questions h4 {
	color: #6D6D6D;
	font-size: 12px;
	font-weight: bold;
	margin: 23px 0 0;
	padding: 0;
}
.b-members_questions p {
	padding: 0 0 23px;
}
.b-charley_in_menu_sample {
	float: right;
	margin-left: 10px;
}
.b-pro_acc_prolongation_friend_form {
	padding-left: 35px;
	margin-top: 10px;
	vertical-align: middle;
	overflow: hidden;
	height: 0;
}
.b-pro_acc_prolongation_friend_form input {
	vertical-align: middle;
	margin: 0;
}
.b-fraud_pro_acc_header {
	background: url("/static/i/fraud/pro_account_pic.jpg") 50% 47px no-repeat;
	padding-top: 405px;
}
.b-fraud_pro_acc_header h2 {
	color: #3D3D3D;
	font: 29px arial, verdana, sans-serif;
	margin: 0 0 22px;
	padding: 48px 0 0;
	font-weight: normal;
}
.b-pro_acc_buy_link {
	font-size: 18px;
}
.b-fraud_pro_acc_header h2 a {
	color: #3d3d3d;
}
.b-fraud_pro_acc_features {
	float: left;
	width: 50%;
	list-style-type: none;
	margin: 0;
	color: #6d6d6d;
	padding: 0;
}
.b-fraud_pro_acc_features li {
	padding: 0 22px 24px 31px;
	position: relative;
}
.b-fraud_pro_acc_features .b-list_plus_icon {
	position: absolute;
	background: url("/static/i/fraud/pro_account_plus.gif") 0 0 no-repeat;
	width: 22px;
	height: 22px;
	top: 5px;
	left: 0;
}
.b-fraud_pro_acc_features h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 6px;
}
.b-fraud_pro_acc_features img {
	display: block;
	margin-top: 20px;
}
/* fraud/refuel page */
.b-refuel_container {
	overflow: hidden;
	padding: 30px 0 170px 18px;
}
.b-refuel_container .b-left_col {
	float: left;
	width: 62%;
	padding: 10px 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-refuel_container .b-right_col {
	width: 38%;
	float: right;
}
.b-refuel_rate {
	background: #989898;
	color: #FFFFFF;
	font-size: 53px;
	margin: 5px 0 10px;
	padding: 25px 37px;
	white-space: nowrap;
}
.b-refuel_rate em {
	font-size: 36px;
	font-style: normal;
}
.b-refuel_rate_desc {
	color: #666666;
	font-size: 0.859em;
}
.b-center_submit {
	text-align: center;
}
.b-refuel_check {
	padding: 66px 0 48px;
}
.b-refuel_amount_from {
	padding-top: 40px;
}
.b-fraud_refuel {
	text-align:center;
	font-size:18px;
}
	.b-fraud_refuel form {
		margin-bottom:20px;
	}
	.b-fraud_refuel .i-form_text_input {
		width:80px;
		font-size:14px;
	}
	.b-fraud_refuel_fz54_contact {
		margin-top: 10px;
		font-size: 0.8em;
		text-align: left;
	}
		.b-fraud_refuel_fz54_contact .i-form_text_input {
			width:500px;
		}
	.b-fraud_refuel_pay_button {
		display:inline-block;
		width:150px;
		text-align:center;
		vertical-align:bottom;
	}
	.b-fraud_refuel_pay_button .b-button {
		font-size:14px;
		display:inline-block;
		color:#FFF;
		text-decoration:none;
		padding:7px 4px;
		background-color:#98d413;
		border:1px solid #81b310;
		-webkit-box-shadow:1px 1px 0 #466209;
		-moz-box-shadow:1px 1px 0 #466209;
		box-shadow:1px 1px 0 #466209;
		text-transform:uppercase;
		margin-left:-5px;
	}
		.b-fraud_refuel_pay_button .b-button:hover {
			color:#FFF;
		}
		.b-fraud_refuel_pay_button .b-button:active {
			border:1px solid #466209;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
			transform: translate(1px, 1px);
			-ms-transform: translate(1px, 1px);
			-webkit-transform: translate(1px, 1px);
		}
/* fraud/africa page */
.b-friend_transfer {
	padding: 20px 0 40px;
}
.b-friend_transfer label {
	float: left;
	width: 160px;
	text-align: right;
	padding: 2px 5px 0 0;
}
.b-friend_transfer .b-form_field {
	overflow: hidden;
}
.b-friend_transfer .i-form_text_input {
	font-size: 26px;
	background: #fff;
}
.b-friend_transfer .b-input_wrap {
	margin: 0 0 0 165px;
}
.b-friend_transfer .b-form_field__big label {
	padding-top: 12px;
}
.b-friend_transfer .i-checkbox {
	margin: 3px 0 0 2px;
}
.b-friend_transfer .b-form_submit {
	float: none;
	background: none;
	padding: 10px 0 0 165px;
	text-align: left;
}
/* fraud/gaap page */
.b-trans_info {
	width: 70%;
	padding-left:20px;
}
.b-trans_info_title {
	padding: 30px 0 4px;
}
.b-trans_table {
	width: 100%;
	border-collapse: collapse;
	margin: 41px 0 6px;
}
.b-trans_table td,
.b-trans_table th {
	padding: 0;
}
.b-trans_table th,
.b-trans_table th.b-first_cell,
.b-trans_table th.b-third_cell {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	padding: 4px;
}
.b-trans_table .b-first_cell,
.b-trans_table .b-second_cell,
.b-trans_table .b-third_cell {
	padding: 4px 8px;
}
.b-trans_table .b-third_cell:first-letter {
	text-transform: uppercase;
}
.b-trans_table th.b-second_cell,
.b-trans_table th.b-third_cell {
	background: #F1F1F1;
}
.b-trans_table th.b-third_cell {
	text-align: center;
}
.b-trans_table .b-first_cell {
	text-align: right;
	color: #666666;
	font-size: 0.85em;
	white-space: nowrap;
}
.b-trans_table .b-second_cell {
	background: #F8F8F8;
	white-space: nowrap;
	width: 100px;
	text-align: right;
}
.b-trans_table .b-third_cell {
	background: #F8F8F8;
	padding-left: 10px;
	font-size: 0.8em;
}
.b-trans_table .b-table_footer .b-first_cell,
.b-trans_table .b-table_footer .b-second_cell {
	font-weight: bold;
	color: #000;
}
.b-trans_table .b-table_footer .b-first_cell {
	font-size: 1em;
}
.b-trans_table .b-table_footer .b-second_cell {
	background: #F1F1F1;
	text-align: center;
}
.b-trans_table .b-table_footer .b-third_cell {
	background: #fff;
}
.b-trans_info .b-separator {
	margin: 0;
}
.b-trans_table .b-separator {
	margin: 10px 0 30px;
}
.b-trans_info_description {
	color: #666666;
	font-size: 0.85em;
	line-height: 13px;
	width: 500px;
	padding: 25px 0 40px;
}

/* fraud ranks */
.b-ranks_cols {
	margin-bottom:30px;
}
.b-ranks_add_form {
	margin-bottom:30px;
}
	.b-ranks_add_form h1 {
		font-size:30px;
		font-weight:normal;
		color:#6d6d6d;
		margin:0 0 7px;
		padding:0;
		text-transform:none;
	}
	.b-ranks_add_form .b-ranks_input_rank {
		width:25%;
		font-size:30px;
		text-align:right;
	}
	.b-ranks_add_form .b-ranks_input_username {
		width:130px;
		font-size:30px;
	}
	.b-ranks_add_form .b-ranks_input_value {
		width:50px;
		font-size:30px;
	}
	.b-ranks_add_form .b-ranks_input_yarrr {
		margin-left:10px;
	}
	.b-ranks_rebuy_message {
		line-height:30px;
	}

.b-ranks_charlie_value_input {
	/*charlie*/
	width:40px;
	font-size:18px;
}

.b-ranks_table {
	width:100%;
}
	.b-ranks_table th {
		padding:10px 15px;
		text-align:left;
		vertical-align:bottom;
		font-weight:normal;
		border-bottom:1px solid #dadce0;
	}
		.b-ranks_table th span {
			font-size:12px;
			color:#2c2c2c;
			text-decoration:underline;
		}
		.b-ranks_table th.b-active {
			background-color:#dadce0;
		}
	.b-ranks_table td {
		border-bottom:1px solid #dadce0;
		padding:10px 15px 7px;
		vertical-align:middle;
		color:#2c2c2c;
		font-size:14px;
	}
	.b-ranks_table .b-ranks_table_stat_my td {
		border-bottom:1px solid red;
	}
	.b-ranks_table .b-ranks_table_rank {
		width:23%;
	}
	.b-ranks_table .b-ranks_table_username {
		width:24%;
	}
	.b-ranks_table .b-ranks_table_username a {
		color:#2c2c2c;
	}

	.b-ranks_table .b-ranks_table_history {
		font-size:10px;
		width:38%;
	}
	.b-ranks_table .b-ranks_table_price a {
		width:15%;
		color:#2c2c2c;
	}

.b-ranks_table_more {
	display:block;
	min-width:58px;
	float:left;
	_width:58px;
	height:14px;
	font-size:14px;
	color:#2c2c2c;
	background-color:#dadce0;
	padding:12px 14px;
}

.b-ranks_current {
	margin-bottom:15px;
}
.v-ranks_current .b-rank_current_name {
	font-weight:normal;
}
.b-ranks_current a {
	color:#2c2c2c;
}
.b-ranks_about {
	padding:10px 10px 17px 20px;
	background-color:#ecedef;
	margin-bottom:12px;
}
	.b-ranks_about h3 {
		font-size:24px;
		font-weight:normal;
		color:#2c2c2c;
		margin:0 0 5px;
		padding:0;
	}
	.b-ranks_about p {
		margin-bottom:12px;
	}
.b-block_external_ranks {
	margin-left:20px;
}
	.b-block_external_ranks input {
		vertical-align:middle;
	}
	.b-block_external_ranks label {
		font-weight:normal;
	}

.js-ranks_new_price_holder input {
	width:60px;
}
.js-ranks_new_price_holder_table {
	display:inline-block;
	white-space:nowrap;
	height:34px;
	line-height:34px;
}
.js-ranks_new_price_holder_table input {
	width:60px;
	font-size:14px;
}

/* fraud freeday page */
.b-freeday_page {
	background: none;
}
.b-freeday_container {
	min-height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.b-freeday {
	width: 226px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -113px;
	text-align: center;
}
.b-freeday img {
	display: block;
}
.b-freeday h2 {
	font-weight: normal;
	margin: 2px 0 5px;
	font-size: 22px;
	line-height: 1.15em;
}
/* fraud sublepro page */
.b-fraud_main_content {
	margin-right: 35%;
}
.b-fraud_main_content .b-posts_holder {
	width: 98%;
}
.b-fraud_aside {
	float: right;
	width: 35%;
}
.b-fraud_minleprofin_greeting {
	background: #F2F2F2;
	color: #6D6D6D;
	margin-bottom: 30px;
	padding: 20px 15px;
}
.b-fraud_minleprofin_greeting h2 {
	font-size: 1.875em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #3D3D3D;
}
.b-fraud_minleprofin_greeting p {
	margin: 0 0 20px;
	padding: 0;
}
.b-fraud_minleprofin_minister {
	font-size: 0.9375em;
	margin-bottom: 25px;
	padding-left: 58px;
	position: relative;
}
.b-fraud_minleprofin_minister a {
	font-size: 2em;
}
.b-squirrel {
	position: absolute;
	background: url("/static/i/fraud/squirrel.gif") 0 0 no-repeat;
	width: 49px;
	height: 39px;
	top: 0;
	left: 0;
}
.b-refuel_amount_text {
	font-size: 25px;
}

/* fraud quick */
.b-fraud_quick_block {
	color:#555555;
	padding:0 10px 0 25px;
	margin:0 0 40px;
	font-size:14px;
}
.b-fraud_quick .i-form_textarea,
.b-xaoc_form .i-form_text_input,
.b-fraud_quick .i-form_text_input,
.b-fraud_market .i-form_text_input,
.b-fraud_market .i-form_select_input,
.b-fraud_market .i-form_textarea,
.b-login_shop .i-form_text_input,
.b-login_shop .i-form_select_input,
.b-login_shop .i-form_textarea,
.b-fraud_replace_form_input,
.b-fraud_replace_checker_form_input,
.b-fraud_replace_admin_threshold_input {
	background: #f7f7f8;
	background: -moz-linear-gradient(top,  #f7f7f8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f7f8 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f8', endColorstr='#ffffff',GradientType=0 );
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	color: #222222;
	position: relative;
	padding:7px 0 8px 10px;
	font-size:1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
	.b-xaoc_form .i-form_text_input:focus,
	.b-fraud_quick .i-form_textarea:focus,
	.b-fraud_quick .i-form_text_input:focus,
	.b-fraud_market .i-form_text_input:focus,
	.b-fraud_market .i-form_select_input:focus,
	.b-fraud_market .i-form_textarea:focus,
	.b-fraud_replace_form_input:focus,
	.b-fraud_replace_checker_form_input:focus,
	.b-fraud_replace_admin_threshold_input:focus {
		outline:1px solid #556E8C;
	}
	.b-fraud_market .i-form_textarea,
	.b-fraud_quick .i-form_textarea {
		font-size:14px;
		height:75px;
	}

.b-xaoc_form .b-button,
.b-fraud_market .b-button,
.b-fraud_quick .b-button {
	font-size:14px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	padding:7px 4px;
	background-color:#98d413;
	border:1px solid #81b310;
	-webkit-box-shadow:1px 1px 0 #466209;
	-moz-box-shadow:1px 1px 0 #466209;
	box-shadow:1px 1px 0 #466209;
	text-transform:uppercase;
	margin-left:-5px;
}
	.b-xaoc_form .b-button:hover,
	.b-fraud_quick .b-button:hover {
		color:#FFF;
	}
	.b-xaoc_form .b-button:active,
	.b-fraud_quick .b-button:active {
		border:1px solid #466209;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		transform: translate(1px, 1px);
		-ms-transform: translate(1px, 1px);
		-webkit-transform: translate(1px, 1px);
	}

/* fraud - quick funds */
.b-fraud_quick_funds_current {
	margin:0 0 10px;
	text-align:center;
}
.b-fraud_quick_funds_refuel {
	position:relative;
	overflow:hidden;
	padding-left:5px;
	margin-left:-5px;
	height:0;
}
	.b-fraud_quick_funds_refuel .b-hidden_content {
		padding:15px 0 0;
	}
.b-fraud_quick_funds_amount {
	padding:7px 0 5px;
	font-size:18px;
}
	.b-fraud_quick_funds_amount .i-form_text_input {
		width:125px;
	}
.b-fraud_quick_funds_refuel_description {
	font-size:12px;
}
	.b-fraud_quick_funds_refuel_description strong {
		display:block;
		padding:4px 0;
		font-size:14px;
	}

.b-fraud_quick_funds_refuel_fz54_contact {
	margin: 15px 0 0;
	font-size:14px;
}

	.b-fraud_quick_funds_refuel_fz54_contact .i-form_text_input {
		padding-right: 5px;
		margin: 10px 0 0;
		width: 200px;
	}

	.b-fraud_quick_funds_pay_button {
		text-align:center;
		padding:20px 0 10px;
	}
	.b-fraud_quick_funds_open_block {
		text-align:center;
	}

/* fraud - quick transfer */
.b-fraud_quick_transfer_form {
	position:relative;
	overflow:hidden;
	padding-left:5px;
	margin-left:-5px;
	height:0;
}
	.b-fraud_quick_transfer_form {
	}
	.b-fraud_quick_transfer_form .i-form_textarea,
	.b-fraud_quick_transfer_form .i-form_text_input {
		margin-top:3px;
		margin-bottom:3px;
	}
	.b-fraud_quick_transfer_form .b-hidden_content {
		padding:10px 0;
	}
	.b-fraud_quick_transfer_form .b-hidden_content label {
		display: block;
		margin: 5px 0px 10px;
	}
/* fraud - quick orders */
.b-fraud_quick_market_orders {
	background:#0793cf url(/static/i/fraud/order.png) no-repeat 0 100%;
	color:#FFF;
	margin-left:-5px;
	padding-top:20px;
	font-size:12px;
}
	.b-fraud_quick_market_orders ul {
		display:block;
		margin:0;
		padding:0 0 10px;
		list-style-type:none;
	}
		.b-fraud_quick_market_orders li {
			display:block;
			padding:0 50px 0 0;
			margin:0 0 1em;
			list-style-type:none;
			position:relative;
			text-transform:capitalize;
		}
	.b-fraud_quick_market_orders h3 {
		color:#FFF;
		font-weight:normal;
		font-size:16px;
		margin:0 0 15px;
		padding:0;
	}
	.b-fraud_quick_market_orders strong {
		position:absolute;
		right:0;
		top:-2px;
		text-align:center;
		width:50px;
		color:#0793cf;
	}
		.b-fraud_quick_market_orders strong span {
			display:inline-block;
			min-width:16px;
			height:16px;
			background-color:#c3e6fb;
			padding:2px;
			border-radius:2px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
		}
	.b-fraud_quick_market_orders_total {
		margin:0;
		padding:0 14px 20px 0;
		text-align:right;
	}
/* fraud - blog */
.b-fraud_quick_blog {
	margin-top:100px;
	padding-bottom:20px;
	background:url(/static/i/fraud/squirrel.gif) no-repeat -27px 0;
}
	.b-fraud_quick_blog {

	}
/* fraud - showcase */
.b-fraud_showcase {
	padding:6px 34px 0 0;
	min-width:770px;
	margin:0 0 30px 41px;
}
	.b-fraud_showcase_caption {
		font-size:16px;
		color:#666666;
		margin:0 0 16px 18px;
		padding-top:44px;
		padding-left:23px;
		position: relative;
		z-index: 1;
	}
		.b-fraud_showcase_caption a {
			color:#000;
		}
	.b-fraud_showcase_product {
		background-color:#f1f1f1;
		font-size:14px;
		color:#555555;
		position:relative;
	}
		.b-i-fraud_showcase_product {
			padding:13px 16px;
		}
		.b-fraud_showcase_product h1 {
			font-size:30px;
			color:#007ac1;
			margin:0 0 5px;
			padding:12px 0 0;
			font-weight:normal;
		}
		.b-fraud_showcase_product h2 {
			font-size:20px;
			margin:0 0 5px;
			padding:0;
			font-weight:normal;
		}
		.b-fraud_showcase_product a {
			color:#555555;
		}
		.b-fraud_showcase_closed {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background-size:contain;
			background-repeat:no-repeat;
			background-position:0 0;
		}
			.b-fraud_showcase_closed_1 {
				background-image:url(/static/i/fraud/board_1.png);
			}
			.b-fraud_showcase_closed_2 {
				background-image:url(/static/i/fraud/board_2.png);
			}
	.b-fraud_showcase .i-form_textarea,
	.b-fraud_showcase .i-form_text_input {
		border:1px solid #666666;
		border-left-color:#cccccc;
		border-bottom-color:#cccccc;
		background-color:#FFF;
		font-size:18px;
		padding:4px;
		font-family:Arial;
	}
.b-fraud_showcase_cols {
	background-color:#f1f1f1;
}
	.b-fraud_showcase_col {
		width:33.3%;
		float:left;
	}
	.b-fraud_showcase_col .b-fraud_showcase_product {
		min-height:153px;
	}
	.b-fraud_showcase_col .b-i-fraud_showcase_product {
		padding:0;
	}
.b-fraud_showcase_product_description {
	position:absolute;
	width:100%;
	min-height:153px;
}
	.b-i-fraud_showcase_product_description {
		padding:13px 16px;
	}
	.b-fraud_showcase_product_description p {
		padding:0;
		margin:0 0 10px;
	}

.b-fraud_showcase_product_form {
	overflow:hidden;
	height:0;
	position:relative;
	top:0;
	left:0;
	width:100%;
}
	.b-fraud_showcase_product_form_bg {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:#3092cb;
		opacity:0.8;
	}
	.b-fraud_showcase_product_form .b-hidden_content {
		min-height:115px;
		padding:23px 31px 15px;
		position:relative;
	}
	.b-fraud_showcase_product_form .b-close_btn {
		color:#FFF;
	}
	.b-fraud_showcase_product_form_price {
		font-size:24px;
		text-align:center;
		margin-bottom:3px;
		color:#FFF;
	}
	.b-fraud_showcase_product_form .i-form_text_input {
		text-align:center;
	}
	.b-fraud_showcase_product_form_description {
		font-size:12px;
		color:#FFF;
	}
/* fraud showcase pro account */
.b-fraud_showcase_pro {
	padding-left:275px;
	background-image:url(/static/i/fraud/charlie_showcase_pro.png);
	background-repeat:no-repeat;
	background-position:18px 18px;
	margin-bottom:10px;
}
	.b-fraud_showcase_pro__for_simple_users {
		background-image:url(/static/i/fraud/charlie_showcase_pro_copyrighted.png);
		min-height:360px;
	}
	.b-fraud_showcase_pro__for_simple_users h1 {
		padding-right:140px;
	}
	.b-fraud_showcase_pro_expiration {
		margin-bottom:12px;
	}
	.b-fraud_showcase_pro .b-pro_acc_prolongation_friend_form {
		margin-bottom:12px;
	}
	.b-fraud_showcase_pro_domains {
		margin-bottom:14px;
	}
		.b-fraud_showcase_pro_domains_count {
			margin-bottom:7px;
		}
		.b-fraud_showcase_pro_domains_list {
			line-height:1.5;
		}

.b-fraud_showcase_pro_new_sublepro {
	padding-bottom:20px;
}
	.b-fraud_showcase_pro_new_sublepro_link {
		overflow:hidden;
		position:relative;
	}
		.b-fraud_showcase_pro_new_sublepro_link .b-hidden_content {
			padding-bottom:3px;
			padding-top:2px;
		}
		.b-fraud_showcase_pro_new_sublepro_link a {
			display:inline-block;
			text-decoration:none;
		}
		.b-fraud_showcase_pro_new_sublepro_link i {
			font-style:normal;
			display:inline-block;
			vertical-align:middle;
			font-size:20px;
			text-decoration:underline;
			margin-right:10px;
		}
		.b-fraud_price_free {
			display: inline-block;
			width: 161px;
			height: 86px;
			background-image: url(/static/i/bonanza.png);
			vertical-align: middle;
		}
	.b-fraud_showcase_pro_new_sublepro_form {
		position:relative;
		overflow:hidden;
		height:0;
	}
		.b-fraud_showcase_pro_new_sublepro_form .b-hidden_content {
			padding:22px 0 23px;
			width:450px;
			position:relative;
		}
		.b-fraud_showcase_pro_new_sublepro_form .i-form_text_input {
			width:210px;
			text-align:right;
		}
		.b-fraud_showcase_pro_new_sublepro_form label {
			display:inline-block;
			margin-right:30px;
		}
		.b-fraud_showcase_pro_new_sublepro_form_submit {
			vertical-align:middle;
		}

.b-fraud_showcase_pro_features {
	display:block;
	margin:0 0 30px -36px;
	padding:10px 0 0;
	list-style-type:none;
}
	.b-fraud_showcase_pro_features li {
		background:url(/static/i/fraud/charlie_showcase_small.png) no-repeat 0 0;
		display:block;
		padding:8px 0 0 36px;
		margin:0 0 12px;
	}
.b-fraud_showcase_pro_buy {
	font-size:20px;
	margin-bottom:30px;
}

.b-fraud_showcase_pro_price {
	top:-33px;
	right:-15px;
}
	.b-fraud_showcase_pro_price strong {
		font-size:35px;
		line-height:0.9;
	}
/* fraud - showcase ranks */

	.b-fraud_showcase_ranks_username {

	}
	.b-fraud_showcase_ranks_rank {

	}
	.b-fraud_showcase_ranks_rebuy {
		font-size:12px;
		color:#FFF;
		margin:0 -20px;
	}
		.b-fraud_showcase_ranks_rebuy a {
			color:#FFF;
		}
	.b-fraud_showcase_ranks_rebuy .i-form_text_input {
		font-size:12px;
		padding:1px 2px;
		width:35px;
	}
	.b-fraud_showcase_ranks_current {
		font-size:12px;
		padding-top:10px;
	}
	.b-fraud_showcase_ranks_submit {
		margin:10px;
		text-align:center;
	}

/* fraud - showcase greetings */
.b-fraud_showcase_greetings_submit {
	margin:10px;
	text-align:center;
}
	.b-fraud_showcase .i-fraud_showcase_greeting_body {
		height:64px;
		font-size:14px;
	}
/* fraud - showcase username */
.b-fraud_showcase_username_submit {
	margin:10px;
	text-align:center;
}
/* fraud - showcase username */
.b-fraud_showcase_freetime_submit {
	margin:10px;
	text-align:center;
}
.b-fraud_showcase_freetime_form_duration {
	text-align:center;
	color:#FFF;
	margin:10px 0 0;
}
.b-fraud_showcase_freetime_form_duration .i-form_text_input {
	width:70px;
	margin-left:40px;
}
.b-fraud_showcase_freetime .b-fraud_showcase_product_form_description {
	text-align:center;
}

.b-purchase_info_text {
	padding-top: 80px;
}
/* fraud market */
.b-fraud_market {
	min-width:870px;
	font-size:14px;
	padding-left:20px;
}
	.b-fraud_market .b-fraud_market_product_basket .b-button {
		margin-left:0;
	}
		.b-fraud_market .i-form_text_input {
			margin:0 10px 10px 0;
		}
			.b-fraud_market .i-form_text_input:after {
				content:"sdfsdf";
				display:block;
				position:absolute;
				top:0;
				left:0;
			}

		.b-fraud_market .i-form_select_input {
			height:32px;
			vertical-align:middle;
			padding-top:0;
			padding-bottom:0;
			margin:0 10px 6px 0;
		}
.b-fraud_market_product {
	position:relative;
	margin-bottom:20px;
}
	.b-fraud_market_product h2 {
		font-size:30px;
		margin:0 0 10px;
		padding:0;
		font-weight:normal;
		line-height:1;
	}
		.b-fraud_market_product h2 i {
			display:block;
			font-size:18px;
			font-style:normal;
			line-height:1;
			margin-left:2px;
		}
.b-fraud_market_product_basket {
	font-size:20px;
}
	.b-fraud_market_product_basket_form {
		margin-top:10px;
		max-height:0;
		overflow:hidden;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.b-fraud_market_product_basket_form.js-opened {
			max-height:100px;
		}
		.b-fraud_market_product_basket_quantity {
			width:40px;
		}

.b-fraud_market_product-left {
	padding:0 40px 0 20px;
	width:50%;
	float:left;
}
.b-fraud_market_product-right {
	padding:0 40px 0 0;
	overflow:hidden;
}

.b-fraud_market_product_leprogame {
	min-height:360px;
	padding-left: 20px;
}
	.b-fraud_market_product_leprogame h2 {
		margin-bottom: 30px;
	}
	.b-fraud_market_product_leprogame p {
		padding-right: 54%;
	}
	.b-fraud_market_product_leprogame .b-fraud_price {
		top: 10px;
		left: 230px;
		width: 140px;
		height: 105px;
		padding-top: 35px;
		font-size: 20px;
	}
	.b-fraud_market_product_leprogame .b-fraud_market_product_pic {
		display:block;
		position:absolute;
		top: -20px;
		left: 54%;
		background: url(/static/i/fraud/leprogame_star.png) no-repeat 0 0;
		width: 484px;
		height: 379px;
	}
		.b-fraud_market_product_leprogame .b-fraud_market_product_pic img {
			position: absolute;
			top: 109px;
			left: 56px;
		}

.b-fraud_market_product_book {
	min-height:260px;
}
	.b-fraud_market_product_book .b-fraud_price {
		top:-31px;
		left:230px;
		width:140px;
		height:105px;
		padding-top:35px;
		font-size:20px;
	}
	.b-fraud_market_product_book .b-fraud_market_product_pic {
		display:block;
		position:relative;
		margin:42px 0 23px -20px;
		height:253px;
	}
		.b-fraud_market_product_book .b-fraud_market_product_pic img {
			position:relative;
		}

.b-fraud_market_product_pin {
	min-height:510px;
	max-width: 500px;
}
	.b-fraud_market_product_pin .b-fraud_price {
		top:0;
		left:160px;
		width:140px;
		height:105px;
		padding-top:35px;
		font-size:20px;
	}
	.b-fraud_market_product_pin .b-fraud_market_product_pic_holder {
		position:relative;
		padding-top:34px;
	}
	.b-fraud_market_product_pin .b-fraud_market_product_pic {
		display:block;
		position:relative;
	}

.b-fraud_market_product_coin {
	min-height: 200px;
}
	.b-fraud_market_product_coin .b-fraud_market_product_pic_holder {
		position:relative;
		margin:20px 0 10px -10px;
	}
	.b-fraud_market_product_coin .b-fraud_market_product_pic {
		display:block;
	}
	.b-fraud_market_product_coin_price {
		width:98px;
		height:73px;
		padding-top:25px;
		top:0;
		left:250px;
		font-size:18px;
	}

.b-fraud_market_product_calendar2016 {
	padding:0 40px 0 20px;
	min-height: 372px;
}
	.b-fraud_market_product_calendar2016_price {
		top: 220px;
		left: 245px;
		font-size: 21px;
	}

.b-fraud_market_product_medal {
	min-height: 263px;
}
	.b-fraud_market_product_medal .b-fraud_market_product_pic_holder {
		position:relative;
		margin:20px 0 10px -10px;
	}
	.b-fraud_market_product_medal .b-fraud_market_product_pic {
		display:block;
		position:relative;
		margin-left:-40px;
	}
	.b-fraud_market_product_medal .b-fraud_market_product_pic img {
		position:relative;
	}
	.b-fraud_market_product_medal_price {
		width:98px;
		height:73px;
		padding-top:25px;
		top:50px;
		left:150px;
		font-size:18px;
	}

.b-fraud_market_product_passport {
	min-height: 263px;
}
	.b-fraud_market_product_passport .b-fraud_price {
		top:0;
		left:170px;
		width:120px;
		height:90px;
		padding-top:30px;
		font-size:20px;
	}
	.b-fraud_market_product_passport .b-fraud_market_product_pic_holder {
		position:relative;
		padding-top:34px;
	}
	.b-fraud_market_product_passport .b-fraud_market_product_pic {
		display:block;
		position:relative;
	}

.b-fraud_market_product_music_cd {
	min-height:457px;
}
	.b-fraud_market_product_music_cd .b-fraud_market_product_pic_holder {
		position:relative;
		margin:20px 0 10px 0;
	}
	.b-fraud_market_product_music_cd .b-fraud_market_product_pic {
		display:block;
	}
	.b-fraud_market_product_music_cd .b-fraud_price {
		top:-13px;
		left:200px;
		width:120px;
		height:90px;
		padding-top:30px;
		font-size:20px;
	}

.b-fraud_market_product_pikonki {
	min-height: 250px;
}
	.b-fraud_market_product_pikonki .b-fraud_market_product_pic_holder {
		position:relative;
		margin:20px 0 10px 0;
	}
	.b-fraud_market_product_pikonki .b-fraud_market_product_pic {
		display:block;
	}
	.b-fraud_market_product_pikonki .b-fraud_price {
		top:-13px;
		left:270px;
		width:120px;
		height:90px;
		padding-top:30px;
		font-size:20px;
	}

.b-fraud_market_product_shield {
}
	.b-fraud_market_product_shield .b-fraud_market_product_pic_holder {
		position:relative;
		margin:20px 0 10px 0;
	}
	.b-fraud_market_product_shield .b-fraud_market_product_pic {
		display:block;
	}
	.b-fraud_market_product_shield .b-fraud_price {
		top:-13px;
		left:200px;
		width:120px;
		height:90px;
		padding-top:30px;
		font-size:20px;
	}

.b-fraud_market_terms_field {
	overflow:hidden;
	max-height:0;
	margin:0 40px 0 20px;
	transition: all 0.2s linear;
}
	.b-fraud_market_terms_field.js-opened {
		max-height:100px;
		margin:10px 40px 10px 20px;
	}
.b-fraud_market_terms {
	overflow:hidden;
	height:0;
	font-size:11px;
	background-color:#FFF;
	margin:0 34px 20px 0;
	transition: all 0.2s linear;
	border:1px solid transparent;
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	opacity:0;
}
	.b-i-fraud_market_terms {
		padding:10px 20px 20px 19px;
	}
	.b-fraud_market_terms.js-opened {
		overflow:scroll;
		height:200px;
		border:1px solid #CCC;
		opacity:1;
	}
.b-fraud_market_order_delivery {
	margin:0 34px 0 0;
	border:1px solid transparent;
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	max-height:0;
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
}
	.b-i-fraud_market_order_delivery {
		padding:10px 20px 20px 19px;
	}
	.b-fraud_market_order_delivery.js-opened {
		border:1px solid #CCC;
		max-height:400px;
		opacity:1;
	}
	.b-fraud_market_order_delivery h3 {
		margin-bottom:20px;
	}
	.b-fraud_market_order_delivery .i-select,
	.b-fraud_market_order_delivery .i-text {
		margin-right:24px;
		margin-bottom:10px;
	}
		.b-fraud_market_order_delivery .i-select {
			position:relative;
			top:2px;
		}
		.b-fraud_market_order_delivery .i-form_text_input.has-visited.ng-invalid:not(.has-focus),
		.b-fraud_market_order_delivery .i-form_select_input.has-visited.ng-invalid:not(.has-focus) {
			outline:1px solid #f15644;
		}
	.b-fraud_market_order_delivery_description {
		font-size:11px;
	}
	.b-fraud_market_order_delivery_name {
		width:150px;
	}
	.b-fraud_market_order_delivery_surname {
		width:150px;
	}
	.b-fraud_market_order_delivery_email {
		width:200px;
	}
	.b-fraud_market_order_delivery_phone {
		width:200px;
		position:relative;
	}
	.b-fraud_market_order_delivery_zip {
		width:200px;
	}
	.b-fraud_market_order_delivery_country {

	}
	.b-fraud_market_order_delivery_city {
		width:200px;
	}
	.b-fraud_market_order_delivery_street {
		width:300px;
	}
	.b-fraud_market_order_delivery_building {
		width:50px;
	}
	.b-fraud_market_order_delivery_block {
		width:75px;
	}
	.b-fraud_market_order_delivery_apartment {
		width:85px;
	}
.b-fraud_market_order_promocode {
	max-height:0;
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	width:340px;
	margin:0 auto;
	text-align:center;
}
	.b-fraud_market_order_promocode.js-opened {
		max-height:400px;
		opacity:1;
	}
	.b-fraud_market_order_promocode_form {
		margin-top:0;
		text-align:left;
		padding:0 20px;
		min-height:0;
		max-height:0;
		overflow:hidden;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		opacity:0;
		border:1px solid transparent;
		border-radius:13px;
		-webkit-border-radius:13px;
		-moz-border-radius:13px;
	}
		.b-fraud_market_order_promocode_form.js-opened {
			margin-top:7px;
			border:1px solid #CCC;
			padding:20px 20px 10px;
			min-height:193px;
			max-height:300px;
			opacity:1;
		}
		.b-fraud_market_order_promocode_recapcha_reload {
			display:block;
			text-align:center;
			padding:0 0 15px;
		}
			.b-fraud_market_order_promocode_recapcha_reload a {
				text-decoration:none;
				border-bottom:1px dotted;
			}
.b-fraud_market_order_pay {
	text-align:center;
	margin:0 34px 20px 0;
	max-height:0;
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	position:relative;
}
	.b-i-fraud_market_order_pay {
		padding:10px 0 20px;
	}
	.b-fraud_market_order_pay.js-opened {
		max-height:440px;
		opacity:1;
	}
	.b-fraud_market_order_total {
		font-size:20px;
		margin-bottom:20px;
	}
	.b-fraud_market_order_pay .b-fraud_quick_funds_pay_button {
		display:inline-block;
		margin:0 10px;
	}

.b-fraud_market_basket {
	list-style-type:none;
	display:block;
	margin:20px auto 0;
	width:300px;
	padding:0;
}
	.b-fraud_market_basket_product {
		display:block;
		margin:0;
		overflow:hidden;
		max-height:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		opacity:0;
		position:relative;
	}
		.b-fraud_market_basket_product_delivery {
			padding-left:44px;
		}
		.b-fraud_market_basket_product.js-opened {
			max-height:50px;
			margin-bottom:10px;
			opacity:1;
		}
		.b-fraud_market_basket_product .b-close_btn {
			color:#BBB;
		}
	.b-fraud_market_basket_product_quantity {
		font-size:11px;
		width:30px;
		padding:3px;
	}
.b-fraud_market_order_free_delivery_description {
	max-height:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	padding:0;
	font-size:12px;
	text-align:center;
}
	.b-fraud_market_order_free_delivery_description.js-opened {
		max-height:50px;
		padding-top:10px;
		opacity:1;
	}
.b-fraud_market_pay_description {
	display: inline-block;
	margin-top: 12px;
	font-size: 11px;
}

.b-gift_shop {
	box-sizing: border-box;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #ffcc33 url(/static/i/adm/leprogame_address_bg.png) no-repeat 100% 100px;
	z-index: 1000;
	font-size: 14px;
	text-shadow: 0px 0px 2px #ffcc33;
}
	.b-gift_shop .order__form {
		box-sizing: border-box;
		padding: 75px 50px 0 85px;
		min-width: 670px;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 100px;
	}
	.b-gift_shop_close {
		position: fixed;
		top: 13px;
		right: 15px;
		font-size: 28px;
		color: #FFF;
		text-align: center;
		line-height: 30px;
		width: 30px;
		height: 30px;
		text-decoration: none;
		color: #000;
	}
	.b-gift_shop .i-form_text_input,
	.b-gift_shop .i-form_select_input,
	.b-gift_shop .i-form_textarea {
		border: 1px solid #000;
		padding: 8px 12px;
		color: #000;
		font-size: 18px;
		margin: 0 38px 30px 0;
		background-color: #f7de93;
	}
		.b-gift_shop .i-form_text_input:focus,
		.b-gift_shop .i-form_select_input:focus,
		.b-gift_shop .i-form_textarea:focus {
			outline: none;
			box-shadow: none;
		}
	.b-gift_shop ::-webkit-input-placeholder {
		color: #000;
	}
	.b-gift_shop ::-moz-placeholder {
		color: #000;
	}
	.b-gift_shop :-ms-input-placeholder {
		color: #000;
	}
	.b-gift_shop :-moz-placeholder {
		color: #000;
	}
	.b-gift_shop .i-form_text_input[name="firstname"],
	.b-gift_shop .i-form_text_input[name="email"],
	.b-gift_shop .i-form_text_input[name="postal_code"],
	.b-gift_shop .i-form_select_input[name="region"],
	.b-gift_shop .i-form_text_input[name="street"] {
		width: 250px;
	}
	.b-gift_shop .i-form_text_input[name="lastname"],
	.b-gift_shop .i-form_text_input[name="phone"],
	.b-gift_shop .i-form_select_input[name="city"] {
		width: 250px;
		margin-right: 0;
	}

	.b-gift_shop .i-form_text_input[name="house"],
	.b-gift_shop .i-form_text_input[name="building"],
	.b-gift_shop .i-form_text_input[name="apartment"] {
		width: 70px;
		margin-right: 10px;
	}
	.b-gift_shop .i-form_text_input[name="building"] {
		width: 95px;
	}
	.b-gift_shop .i-form_text_input[name="apartment"] {
		width: 115px;
	}
	.b-gift_shop textarea[name="comments_for_order"] {
		width: 545px;
		height: 155px;
	}


	.b-gift_shop select.i-form_select_input {
		height:38px;
		vertical-align:middle;
		padding-top:0;
		padding-bottom:0;
	}
	.b-login_shop_order textarea.i-form_textarea {
		height: auto;
	}
	.b-gift_shop_caption {
		margin-bottom: 48px;
		line-height: 1.5;
	}
	.b-gift_shop_message {
		font-size: 43px;
		border-left: 8px solid #000;
		padding-left: 18px;
		margin-bottom: 48px;
	}
	.b-gift_shop_form_caption {
		margin-bottom: 25px;
	}
.b-fraud_market_save_address {
	font-size: 35px;
	display: block;
	width: 250px;
	text-align: center;
	height: 72px;
	line-height: 72px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
	.b-fraud_market_save_address:hover {
		color: #FFF;
	}
.b-adm_leprogame {
	box-sizing: border-box;
	padding: 24px 140px 24px 24px;
	background: #e2f1f6 url(/static/i/adm/leprobook.jpg) no-repeat 100% 100%;
	width: 413px;
	margin: 0 0 24px -24px;
}
	.b-adm_leprogame_recieve {
		background-image: none;
		padding-right: 24px;
	}
	.b-adm_leprogame_lead {
		font-family: Verdana, sans-serif;
		color: #9a3d77;
		font-size: 16px;
		margin-bottom: 10px;
	}
		.b-adm_leprogame_lead a {
			color: #9a3d77;
		}
	.b-adm_leprogame_text {
		color: #000;
		margin-bottom: 10px;
		font-size: 12.8px;

	}
	.b-adm_leprogame_button {
		display: block;
		background-color: #9a3d77;
		color: #fff;
		height: 24px;
		width: 108px;
		color: #FFF;
		line-height: 24px;
		text-align: center;
		border-radius: 4px;
		text-decoration: none;
	}
		.b-adm_leprogame_button:hover {
			color: #fff;
		}
.b-adm_leprogame_form {
	background-color: #9a3d77;
	padding: 58px 76px;
	color: #FFF;
	position: absolute;
	left: -99999px;
	font-size: 15px;

	overflow: hidden;
	transform: scale(1.1);
	opacity: 0;
	max-height: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
	.b-adm_leprogame_form__opened {
		left: -700px;
		max-height: none;
		transform: scale(1);
		opacity: 1;
		width: 783px;
		margin: 20px 0;
	}
	.b-adm_leprogame_form_close {
		position: absolute;
		top: 3px;
		right: 5px;
		font-size: 28px;
		color: #FFF;
		text-align: center;
		line-height: 30px;
		width: 30px;
		height: 30px;
		text-decoration: none;
	}
	.b-adm_leprogame_form p {
		padding: 0;
		margin: 0 0 30px;
	}
	.b-adm_leprogame_form_recipe {
		box-sizing: border-box;
		padding: 17px 14px 0;
		width: 382px;
		background-color: #fff;
		color: #9a3d77;
		float: left;
	}
	.b-adm_leprogame_form_recipe_total {
		margin: 10px 0 0;
		padding: 10px 0 17px;
		background-color: #fff;
		border-top: 1px dashed #9a3d77;
	}
	.b-adm_leprogame_form_comments {
		box-sizing: border-box;
		width: 382px;
		margin-left: 18px;
		float: left;
		margin-top: -6px;
	}
	.b-adm_leprogame_form_comments label {

	}
	.b-adm_leprogame_form_comments textarea {
		box-sizing: border-box;
		border: 1px solid #FFF;
		background-color: #9a3d77;
		color: #FFF;
		width: 382px;
		height: 105px;
		padding: 15px;
		font-size: 16px;
		outline: none;
	}
		.b-adm_leprogame_form_comments textarea::-webkit-input-placeholder {
		  color: #fff;
		}
		.b-adm_leprogame_form_comments textarea::-moz-placeholder {
		  color: #fff;
		}
		.b-adm_leprogame_form_comments textarea:-ms-input-placeholder {
		  color: #fff;
		}
		.b-adm_leprogame_form_comments textarea:-moz-placeholder {
		  color: #fff;
		}
	.b-adm_leprogame_form_terms {
		padding-top: 15px;
	}
	.b-adm_leprogame_form_terms a {
		color: #FFF;
	}
	.b-adm_leprogame_form_terms input {
		vertical-align: middle;
	}
	.b-adm_leprogame_form_terms label {

	}
	.b-adm_leprogame_form_terms_pay {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.b-adm_leprogame_form_terms_pay a {
			width: 180px;
			height: 80px;
			margin-bottom: 20px;
			border: 1px solid #e5e5e5;
			text-align: center;
			line-height: 76px;
			background-color: #fff;
		}
			.b-adm_leprogame_form_terms_pay a img {
				vertical-align: middle;
			}
	.b-adm_leprogame_form_terms_body {
		margin: 0;
		padding: 0;
		max-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #fff;
		border-radius: 4px;
		transition: max-height .2s, margin .2s;
		color: #000;
		width: 100%;
	}
		.b-adm_leprogame_form_terms_body__opened {
			max-height: 300px;
			margin: 20px 0;
		}
	.b-i-adm_leprogame_form_terms_body {
		padding: 20px;
	}
	.b-adm_leprogame_form_help {
		font-size: 12px;
	}
		.b-adm_leprogame_form_help a {
			color: #fff;
		}

.b-fraud_replace {
	width: 85%;
	padding: 43px 20px;
}
	.b-fraud_replace_caption {
		font-size: 28px;
		font-weight: normal;
		padding: 0;
		margin: 0 0 18px;
		position: relative;
	}
	h2.b-fraud_replace_caption {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.b-fraud_replace_form {
		padding: 40px 20px;
		margin: 0 0 20px;
		background-color: #f1f1f1;
	}
		.b-fraud_replace_form_label {
			display: inline-block;
			vertical-align: middle;
		}
		.b-fraud_replace_form_input {
			display: inline-block;
			vertical-align: middle;
			width: 28%;
		}
		.b-fraud_replace_form_submit {
			vertical-align: middle;
		}
	.b-fraud_replace_price {
		display: inline-block;
		position: relative;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		line-height: 120px;
		white-space: nowrap;
		text-align: center;
		background-color: #f15644;
		color: #FFF;
		font-size: 28px;
		margin-bottom: -40px;
	}
	.b-fraud_replace_description {
		margin-bottom: 40px;
	}
	.b-fraud_replace_checker {

	}
		.b-fraud_replace_checker_toggle {
			display: inline-block;
			font-size: 18px;
			color: #f15644;
			text-decoration: none;
			border-bottom: 1px dotted;
			margin-bottom: 10px;
		}
		.b-fraud_replace_checker_form {
			display: block;
			margin: 0 0 40px;
			padding: 0;
			width: 100%;
			max-height: 0;
			overflow: hidden;
			transition: max-height .3s;
		}
			.b-fraud_replace_checker__opened .b-fraud_replace_checker_form {
				max-height: 1000px;
			}
			.b-fraud_replace_checker_form_input {
				width: 35%;
				display: inline-block;
				vertical-align: top;
				height: 150px;
			}
			.b-fraud_replace_checker_form_output {
				vertical-align: top;
				width: 35%;
				display: inline-block;
				background-color: #fdfaa5;
				padding: 5px;
			}
				.b-fraud_replace_checker_form_output:empty {
					display: none;
				}
	.b-fraud_replace_list {
		display: block;
		margin: 0 0 30px;
		padding: 0;
		list-style-type: none;
	}
		.b-fraud_replace_list_item {
			display: block;
			margin: 0 0 10px;
			padding: 17px 0 24px;
			position: relative;
			border-bottom: 1px solid #e4e4e4;
		}
			.b-fraud_replace_list_item:last-of-type {
				border-bottom: none;
			}
		.b-fraud_replace_list_item_input {
		}
			.b-fraud_replace_list_item_input:after {
				content: "⟶";
				margin: 0 12px;
			}
		.b-fraud_replace_list_item_output {
			background-color: #fdfaa5;
			padding: 5px 0;
		}
		.b-fraud_replace_list_item_footer {
			padding-top: 10px;
			font-size: 11px;
			color: #959595;
		}
			.b-fraud_replace_list_item_footer .c_user {
				color: #959595;
			}
		.b-fraud_replace_list_item_countdown {
			display: block;
			position: absolute;
			bottom: 23px;
			right: 110px;
			color: #eb212e;
		}
		.b-fraud_replace_list_item_vote {
			top: auto;
			bottom: 21px;
		}
		.b-fraud_replace_list_item_delete {
			color: #959595;
			margin-left: 10px;
		}
		.b-fraud_replace_list_item_forbid {
			color: #f15644;
			margin-left: 10px;
		}
		.b-fraud_replace_list_item_count {
			color: #959595;
			margin-left: 10px;
		}

.b-users_search{
	overflow: hidden;
}
.b-users_search h2 {
	font: 15px/15px "romulcregular", Verdana, sans-serif;
	color: #888888;
	text-transform: uppercase;

}
.b-users_search .b-left_col {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px 5px 0;
}
.b-users_search .b-right_col {
	float: right;
	width: 50%;
	border-left: 1px solid #E9E9E9;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 5px 15px;
}
.b-statistics_img {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}

.b-statistics_img img {
	display: block;
}
.b-statistics_text {
	color: #666666;
	font-size: 0.85em;
	line-height: 13px;
	position: relative;
	padding: 2px 0 0 35px;
	margin-bottom: 1em;
	min-height: 53px;
}
.b-question_icon {
	background: url("../i/lepra/questionmark.gif") 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 53px;
}
.b-search_form_submit input {
	vertical-align: middle;
}
.b-search_form_submit {
	color: #666666;
	font-size: 0.85em;
	line-height: 1em;
	padding-top: 20px;
}
.b-list_table {
	border-collapse: collapse;
	width: 100%;
}
.b-list_table th,
.b-list_table td {
	text-align: left;
	padding: 2px 30px;
}
.b-dark_row td {
	background: #F1F1F1;
}
.b-users_search_results {
	padding-right: 5px;
	overflow: hidden;
}
.b-users_search_results h3 {
	font-size: 1em;
	margin: 0 0 28px;
}
.b-search_form_container {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 25px;
}
.b-users_search_results .b-left_col {
	width: 70%;
	float: left;
}
.b-users_search_results .b-right_col {
	width: 30%;
	float: right;
}
.b-angry_dog {
	text-align: center;
}
.l-florida_page {
	background:#f6f6f6 url(/static/i/live/florida_bg.gif) repeat-x 50% 0;
}
.l-florida_page a:visited,
.l-florida_page a:hover {
	color:#000 !important;
}
.l-florida_page .hidden {
	display:none;
}

.b-florida_outer {
	height:100%;
	width:100%;
	min-width:1032px;
	min-height:700px;
	background:url(/static/i/live/florida_line_top.gif) repeat-x 50% 0;
}
.b-florida_outer2 {
	height:100%;
	width:100%;
	min-width:1032px;
	min-height:600px;
	background:url(/static/i/live/florida_line_left.gif) no-repeat 0 0;
}
.b-florida_outer3 {
	height:100%;
	width:100%;
	min-width:1032px;
	min-height:600px;
	background:url(/static/i/live/florida_line_right.gif) no-repeat 100% 0;
}
.b-bars_holder_outer {
	width:80%;
	min-width:1032px;
	min-height:600px;
	margin:0 auto;
	height:90%;
	position:relative;
	top:40px;
	background:#FFF url(/static/i/live/florida_header_bg.gif) repeat-x 0 0;
}
.b-bars_holder {
	width:100%;
	height:100%;
	min-height:540px;
	margin:0 auto;
	position:relative;
	background:url(/static/i/live/florida_header.gif) no-repeat 50% 0;
}
.b-bar_holder {
	width:20%;
	height:90%;
	float:left;
	clear:right;
	position:relative;
}
.b-bar {
	margin-left:20px;
	width:80%;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#e7e3e5;
}
	.b-florida_tl_corner {
		position:absolute;
		display:block;
		top:-13px;
		left:-1px;
	}
	.b-florida_br_corner {
		position:absolute;
		display:block;
		bottom:-1px;
		right:-14px;
	}
	.b-bar_caption {
		position:absolute;
		top:-25px;
		text-align:center;
		font-size:20px;
		font-family:Arial, sans-serif;
		width:100%;
	}
	.b-bar_caption a {
		padding:4px;
		color:#000;
		text-decoration:none;
	}
	.b-bar_first .b-bar_caption {
		background:url(/static/i/live/florida_crown.png) no-repeat 50% 0;
		padding-top:67px;
		top:-92px;
	}
	.b-bar_value {
		position:absolute;
		top:0;
		width:100%;
		height:40px;
		text-align:center;
		font-size:30px;
		color:#FFF;
		background-color:#898989;
	}
	
.b-bar_users {
	height:100%;
	overflow:hidden;
}
.b-bar_users ul {
	list-style-type:none;
	display:block;
	padding:45px 10px 10px 10px;
	font-size:11px;
	margin: 0;
}
	.b-bar_users li {
		display:block;
		padding:0;
		margin:0;
		height: 18px;
	}
.b-florida_cellar_hole {
	background:url(/static/i/live/cellar_hole.png) no-repeat 50% 100%;
	width:103px;
	height:100px;
	margin-top:-100px;
	position:relative; left:45%;
}
.l-florida_page h1{
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	right: 50%;
	padding: 13px 38px 0 0;
}
body.b-latvia {
    padding-right: 364px;
}
    .b-latvia_content {
    }

        .b-latvia_content_inner {
            position:relative;
            max-width:650px;
            margin:0 auto;
            padding:20px;
            font-size:13px;
        }
        .l-400 .b-latvia_content_inner {
            padding: 10px;
        }
            .b-latvia_logo {
                width:336px;
                height:192px;
                background:url(/static/i/latvia/latvia_2016_logo.png) no-repeat 0 0;
                margin-bottom: 84px;
                position: relative;
                left: -12px;
            }

            .b-latvia_about {
                margin:0 0 45px;
            }
                .b-latvia_about p.hello {
                    font-size: 16px;
                }
                .b-latvia_about p {
                    margin:0 0 20px;
                    line-height: 19px;
                    padding:0;
                }
                .b-latvia_about p.howmany {
                    background-color: #f2ad27;
                    color: #fff;
                    margin-top: 34px;
                    font-size: 24px;
                    padding: 12px;
                }
                .b-latvia_about p.howmuchleft {
                    color: #111;
                    margin-top: 14px;
                    font-size: 19px;
                }
            .b-latvia_options {
            }
                .b-latvia_option {
                    text-decoration:none;
                    display:inline-block;
                    vertical-align:top;
                    text-align:center;
                    color:#e88c30;
                    margin-right: 51px;
                }
                .l-700 .b-latvia_option {
                    display: block;
                    margin-bottom: 20px;
                    text-align: left;
                    white-space: nowrap;
                }
                    .b-latvia_option .plate {
                        display: block;
                        border-radius:2px;
                        padding: 8px 18px 12px 18px;
                        border: 1px solid #e88c30;
                    }
                    .l-700 .b-latvia_option .plate {
                        display: inline-block;
                        margin-right: 10px;
                    }
                        .b-latvia_option .plate span:first-child {
                            font-size: 33.5px;
                            margin-right: 6px;
                        }
                        .b-latvia_option .plate span {
                            display: inline-block;
                            font-size: 13px;
                            text-align: left;
                        }
                    .b-latvia_option:hover {
                        color: #eea45a;
                    }
                        .b-latvia_option:hover .plate {
                            border: 1px solid #eea45a;
                        }
                    .b-latvia_option strong {
                        text-decoration:none;
                        font-size:20px;
                        font-weight:normal;
                        margin-top: 11px;
                        display: block;
                    }
                    .l-700 .b-latvia_option strong {
                        display: inline-block;
                    }
                    .b-latvia_option_selected .plate {
                        background-color:#e88c30;
                        color:white !important;
                    }
        .b-latvia_payment_options {
            -webkit-display: flex;
            -ms-display: flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
            .b-latvia_payment_options a {
                width: 134px;
                display: inline-block;
                padding-top: 38px;
                background-repeat: no-repeat;
                margin-right: 2px;
                margin-bottom: 20px;
                transition: transform 0.1s ease-in-out, opacity 0.25s ease-in-out;
                position: relative;
            }
            .b-latvia_payment_options a:not(.unavailable):hover {
                transform: scale(1.1);
            }
                .b-latvia_payment_options a:before {
                    font-size: 14px;
                    display: inline-block;
                    color: #FFF;
                    text-decoration: none;
                    padding: 7px;
                    background-color: #98d413;
                    text-transform: uppercase;
                    content: 'пополнить';
                }
                .b-latvia_payment_options a:after {
                    display: block;
                    color: black;
                    content: 'Мы сожалеем, но оплата через PayPal возможна только на один год.';
                    position: absolute;
                    top: 100%;
                    opacity: 0;
                    transition: opacity 0.25s ease-in-out;
                    width: 220px;
                    font-size: 11px;
                    text-align: left;
                    left: 18px;
                    margin-top: 9px;
                    display: none;
                }
            .b-latvia_payment_options a.unavailable {
                pointer-events: none;
                -webkit-filter: grayscale(100%);
                opacity: 0.5;
            }
                .b-latvia_payment_options a.unavailable:before {
                    opacity: 0.5;
                }
                .b-latvia_payment_options a.unavailable:after {
                    opacity: 1;
                    display: block;
                }

        .b-latvia_terms {
            margin-top: 30px;
        }
            .b-latvia_terms_fz54_contact {
                margin-bottom: 10px;;
            }
                .b-latvia_terms_fz54_contact .i-form_text_input {
                    width: 500px;
                }

            .b-latvia_terms_input {
                margin:0 0 20px;
            }
                .b-latvia_terms_input label {
                    font-weight:normal;
                }
            .b-latvia_terms_body {
                overflow:hidden;
                height:0;
                font-size:11px;
                background-color:#FFF;
                margin-bottom:20px;
                transition: height 0.2s linear;
                border:1px solid transparent;
                border-radius:5px;
            }
                .b-i-latvia_terms_body {
                    padding:20px;
                    
                    -webkit-border-radius:5px;
                    -moz-border-radius:5px;
                }
                .b-latvia_terms_body_opened {
                    border:1px solid #efefef;
                    overflow:scroll;
                    height:200px;
                }
                .b-latvia_terms_body h2 {
                    margin:0 0 10px;
                    padding:0;
                    font-weight:normal;
                    font-size:16px;
                    font-family:Arial, sans-serif;
                }
                .b-latvia_terms_body ul {
                    margin:0;
                    padding:0;
                }
                .b-latvia_terms_body li {
                    margin:5px 0 5px 20px;
                }
                .b-latvia_terms_body p {
                    margin:0 0 1em;
                    padding:0;
                }
        .b-latvia_payment_paypal_message {
            font-size:11px;
            text-align:center;
            width:221px;
            display:none;
            vertical-align:top;
            padding-top:3px;
        }
        .b-latvia_resurrect a {
            display: inline-block;
            vertical-align: bottom;
            background-color: #98d413;
            color: #fff;
            font-size: 18px;
            padding: 18px 25px;
            margin-right: 10px;
            text-decoration: none;
        }
        .b-latvia_resurrect i {
            font-style: normal;
            font-size: 13px;
            color: #acacac;
        }

        /*  Адаптер для бара с приложениями из логин-страницы
         */
        .b-latvia .b-login_navigation_apps {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            position: relative;
            background: none;
            margin-top: 47px;
            padding: 0;
            border-top: 1px solid #d7d7d7;
            height: 110px;
        }
        .l-800.b-latvia .b-login_navigation_apps {
            height: 120px;
        }
        .b-latvia .b-login_app {
            padding-left: 60px;
        }
        .b-latvia .b-login_navigation_apps_overlay {
            display: none;
            pointer-events: none;
        }
        .b-latvia .b-login_app_first {
            background-position: 0 50%;
        }
        .b-latvia .b-login_app_text {
            margin-right: 0;
            max-width: none;
            margin-left: 10px;
        }
        .l-800.b-latvia .b-login_app_text {
            margin-left: 0;
        }
        .b-login_navigation_apps:before {
            display: none;
        }

    /*  Сайдбар
     */
    .b-two_columns_horizontal_scroll {
        box-sizing: border-box;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;

        -webkit-align-content: stretch;
           -ms-flex-line-pack: stretch;
                align-content: stretch;

          -webkit-align-items: stretch;
               -ms-flex-align: stretch;
                  align-items: stretch;
    }
        .b-two_columns_horizontal_scroll > main {

            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;

            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
                    overflow-scrolling: touch;

            -webkit-scroll-snap-type: mandatory;
                -ms-scroll-snap-type: mandatory;
                    scroll-snap-type: mandatory;

            -webkit-scroll-behavior: smooth;
                -ms-scroll-behavior: smooth;
                    scroll-behavior: smooth;

            -webkit-scroll-snap-points-x: repeat(50%);
                -ms-scroll-snap-points-x: snapInterval(0px, 50%);
                    scroll-snap-points-x: repeat(50%);

            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;

            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;

            -webkit-align-content: stretch;
               -ms-flex-line-pack: stretch;
                    align-content: stretch;

            -webkit-align-items: flex-start;
                 -ms-flex-align: start;
                    align-items: flex-start;
        }
            .b-two_columns_horizontal_scroll > main > * {
                width: 50%;
                display: block;
                box-sizing: border-box;
            }
            .b-two_columns_horizontal_scroll > main::-webkit-scrollbar { 
                display: none;
            }

    .b-latvia_sidebar {
        position: fixed;
        top: 0; bottom: 0; right: 0; width: 364px;
        background: #f4f4f2;
        border-left: 1px solid #ececec;
        z-index: 3;
        padding: 0 60px 0 60px;
        box-sizing: border-box;
    }
        .b-latvia_sidebar * {
            -webkit-user-select: none;
                    user-select: none;
        }
        .b-latvia_sidebar.unavailable:after {
            position: absolute;
            left: 0; top: 0; right: 0; bottom: 0;
            background: url(/static/i/latvia/shall_not_pass.png) 50% 50% no-repeat rgba(0,0,0,0.66);
            background-size: 150%;
            content: '';
        }
            .b-latvia_sidebar.unavailable:hover:after {
                cursor: pointer;
            }
        .b-latvia_sidebar nav {
            position: absolute;
            cursor: pointer;
            width: 60px;
            top: 150px;
            bottom: 83px;
        }
        .l-600 .b-latvia_sidebar nav {
            width: 40px;
        }
        .b-latvia_sidebar nav.prev {
            left: 0;
        }
        .b-latvia_sidebar nav.next {
            right: 0;
        }
            .b-latvia_sidebar nav .b-svg-icon {
                width: 26px;
                height: 26px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -13px;
                margin-left: -13px;
                transition: transform 0.1s ease-in-out;
            }
            .b-latvia_sidebar nav:hover .b-svg-icon {
                transform: scale(1.2);
            }
                .b-latvia_sidebar nav .b-svg-icon polygon {
                    fill: #d1d1d0;
                }
                .b-latvia_sidebar nav:hover .b-svg-icon polygon {
                    fill: #c1c1c0;
                }
                .b-latvia_sidebar nav .b-svg-icon path {
                    display: none;
                }

        .b-latvia_sidebar header:before {
            content: 'Подлепры, открытые для латышей ';
            color: black;
        }
        .b-latvia_sidebar header {
            font-size: 19px;
            padding: 50px 10px;
            color: #a1a1a1;
            cursor: default;
        }
        .l-600 .b-latvia_sidebar header {
            padding: 25px 5px;
        }
        .b-latvia_sidebar a {
            margin-bottom: 12px;
            color: #7d7d7d;
            font-size: 15px;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 10px;
        }
            .b-latvia_sidebar a:hover {
                color: #9b9b9b;
            }
        .b-latvia_sidebar footer {
            text-align: center;
            padding: 25px;
            box-sizing: border-box;
        }
            .b-latvia_sidebar footer > span {
                display: inline-block;
                background: black;
                opacity: 0.2;
                width: 10px; height: 10px; border-radius: 5px;
                margin: 5px;
                transition: transform 0.3s, opacity 0.3s;
                cursor: pointer;
            }
            .b-latvia_sidebar footer > span:hover {
                opacity: .5;
                transform: scale(1.4);
            }
            .b-latvia_sidebar footer > span.active {
                opacity: 1;
                transform: scale(1.4);
            }

.b-latvia_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/static/i/latvia/latvia_closed.png) 50% 50% no-repeat;
    cursor: hand;
    cursor: pointer;
}
.b-latvia_logout {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 0;
    font-size: 0.75em;
}

/*  Адаптивная шняга (переносит сайдбар вниз)
 */
body.b-latvia.l-1100 {
    padding-right: 0;
}

body.b-latvia.l-1100 .b-latvia_sidebar {
    position: relative;
    height: 400px;
    width: 100%;
    background-size: 100%;
}
body.b-latvia.l-1100.l-600 .b-latvia_sidebar {
    height: 100vh;
    padding: 0 40px 0 40px;
}

body.b-latvia.l-1100 .b-latvia_sidebar > main > a {
    width: 25%;
}
body.b-latvia.l-1100.l-600 .b-latvia_sidebar > main > a {
    width: 50%;
}
.l-adm_page .l-i-wrapper {
	background-image:none;
}
	.l-adm_page .l-wide_header {
		z-index:1;
		background-color:transparent;
	}

.b-adm_container {
	min-width: 1020px;
	margin: -80px 0 100px 129px;
	overflow: hidden;
	position: relative;
	line-height:1.5;
}
.b-adm_container .b-left_col {
	width: 65%;
	float: left;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 27px;
	padding-left:120px;
}
.b-adm_container .b-right_col {
	width: 35%;
	float: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 139px 24px 10px;
}

.b-adm_title {
	margin:0 0 0 -120px;
	height: 530px;
	position:relative;
	font-family:PTSerifRegular, Times New Roman, serif;
}
	.b-adm_image img {
		position:absolute;
	}
	.b-adm_title_illustration {
		top:0;
		left:0;
	}
	.b-adm_image_caption {
		position:absolute;
		left:480px;
		top:137px;
		font-size:32px;
		color:#9b3b78;
		line-height:1.2;
	}
	.b-adm_image_year {
		position:absolute;
		left:86px;
		top:330px;
		font-size:126px;
		color:#c2e4ed;
		font-weight:bold;
	}
		.b-adm_image_year em {
			font-style:normal;
			font-size:100px;
			display:inline-block;
			margin-top:-0.2em;
			position: relative;
			top: -0.18em;
		}

.b-adm_text_emphasis {
	font-size: 1.56em;
}
.b-adm_container .b-right_col .b-col_content {
	position: relative;
}
.b-adm_container h4 {
	font-size: 1.32em;
	margin: 0;
	font-weight: normal;
}
.b-adm_container .b-subtitle {
	text-transform: uppercase;
	color: #9b3b78;
	padding: 0;
	font-size: 1em;
}
.b-adm_container .b-subtitle_black {
	color: #000;
}
.b-subtitle_info {
	color: #9b3b78;
}
.b-adm_container .b-subtitle_normal {
	text-transform: none;
}
.b-adm_schedule_holder {
	background:url(/static/i/adm/dots.png) repeat-y 0 0;
	margin-left:-24px;
	padding-left:24px;
	margin-bottom:45px;
}
	.b-adm_schedule {
		padding:10px 0 0;
	}

.b-adm_form {
	padding: 0 0 10px 0;
}
.b-adm_form label.b-chbx_label {
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	margin: 0;
}
.b-adm_form .i-chbx {
	margin: 2px 0 0 0;
	width: 16px;
	height: 16px;
}
.b-adm_form label a {
	color: #000;
}
.b-adm_agreement {
	padding: 11px 0 18px;
}
.b-agreement_text_container {
	overflow: hidden;
	height: 0;
}
.b-agreement_text_container.opened {
	height: auto;
}
.b-agreement_text {
	color: #959595;
	padding-top: 8px;
}
.b-adm_registration_holder {
	background:url(/static/i/adm/dots.png) repeat-y 0 0;
	margin-left:-24px;
	padding-left:24px;
}
.b-adm_form .b-form_field {
	overflow: hidden;
	padding-bottom: 18px;
	margin: 0;
}
	.b-adm_address input {
		width: 150px;
	}
		.b-adm_address .b-adm_address_wide {
			width:205px;
		}
		.b-adm_address .b-adm_address_short {
			width:75px;
		}

.b-adm_address .b-input_wrapper {
	float: left;
	width: 33%;
	padding-right: 27px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-adm_address .b-form_piece_full .b-input_wrapper,
.b-adm_address .b-form_piece_wide .b-input_wrapper,
.b-adm_address .b-form_piece_short .b-input_wrapper {
	width: 100%;
}
.b-adm_address .b-input_wrapper input {
	width: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-adm_address .b-form_piece {
	float: left;
	width: 40%;
}
.b-adm_address .b-form_piece input {
	width: 100%;
}
.b-adm_address .b-form_piece_wide {
	width: 60%;
}
.b-adm_address .b-form_piece_full {
	width: 100%;
}

.b-adm_form input[type="text"],
.b-adm_form textarea {
	background: #f7f7f8;
	background: -moz-linear-gradient(top,  #f7f7f8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f7f8 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f7f8 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f8', endColorstr='#ffffff',GradientType=0 );
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	color: #222222;
	position: relative;
	padding:7px 0 8px 10px;
	font-size:1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
	.b-adm_form input[type="text"]:focus {
		outline:1px solid #556E8C;
	}

.b-adm_form .b-form_captcha_link {
	margin-right: 29px;
}
.b-adm_form #recaptcha_image {
	margin-bottom: 10px;
}
.b-adm_form  #recaptcha_image,
.b-adm_form  #recaptcha_image img{
	width: 286px !important;
	height: 54px !important;
}
.b-recipient_address_container {
	margin-left:-24px;
	padding-left:24px;
	background:url(/static/i/adm/dots.png) repeat-y 0 0;
}
.b-recipient_address {
	line-height: 1.875em;
	padding: 2px 0 50px;
}
.b-recipient_param {
	color: #555;
}
.b-present_status_container {
	color: #555;
	padding-bottom: 62px;
	margin-left:-24px;
	padding-left:24px;
	background:url(/static/i/adm/dots.png) repeat-y 0 0;
}
.b-present_status .i-chbx:checked + label{
	color: #000;
}
.b-present_status .b-chbx_label {
	text-transform: uppercase;
	color: #707070;
	font-size: 1.32em;
}
.b-present_status .i-chbx {
	width: 16px;
	height: 16px;
	margin-top: 5px;
}
.b-present_sent_date {
	color: #b7b7b7;
	font-size: 0.65em;
}
.b-user_address_container {
	background: url(/static/i/adm/dots.png) 0 0 repeat-y;
	overflow: hidden;
	padding: 22px 20px 50px 24px;
	margin-left:-24px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-user_address_content {
	color: #707070;
}
.b-user_address {
	line-height: 1.875em;
	padding-bottom: 4px;
	color: #000;
}
a.b-address_control {
	text-decoration:none;
	border-bottom:1px dotted;
	color: #707070;
	float: left;
	margin-right:15px;
}
.b-address_control_right {
	float: right;
}
.b-button_container .b-address_control {
	margin-top: 10px;
}
.b-remove_registration_form {
	padding-top: 11px;
}
.b-adm_preload_container {
	height: 0;
	overflow: hidden;
}
.b-adm_stat .b-subtitle {
	background: #e0f1f6;
	display: inline-block;
	padding: 17px 24px;
	margin:0 0 2px -24px;
}
.b-adm_stat {
	color: #898989;
	padding-bottom: 40px;
}
	.b-adm_presents_stat {
		font-size:12px;
		color:#898989;
		margin:3px 0 0 -24px;
	}
.b-adm_stat a {
	color: #555555;
}
.b-faq_list {
	list-style-type: none;
	list-style-position: outside;
	padding: 50px 0 0 0;
	margin: 0;
}
.b-faq_item {
	position: relative;
	padding: 0 0 0 5px;
	margin-top: 35px;
}
.b-faq_item:first-child {
	margin-top: 0;
}
.b-faq_title {
	color: #9b3b78;
}
.b-faq_question_icon {
	position: absolute;
	color: #9b3b78;
	font-weight: bold;
	top: -1px;
	left: -10px;
	font-size: 17px;
	width: 15px;
	height: 20px;
	line-height: 20px;
	font-style: normal;
}

.b-captcha_image_container {
	overflow: hidden;
}
.b-captcha_image_container #recaptcha_image {
	float: left;
	margin-right: 5px;
}
.b-captcha_image_container .b-captcha_reload_link {
	float: left;
	margin: 2px 0 12px;
}
.b-captcha_reload_link {
	border-bottom:1px dotted;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}
.b-rose_submit_button {
	font-size:14px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	padding:7px 4px;
	background-color:#a44c84;
	border:1px solid #9b3b78;
	-webkit-box-shadow:1px 1px 0 #CCC;
	-moz-box-shadow:1px 1px 0 #CCC;
	box-shadow:1px 1px 0 #CCC;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
	.b-rose_submit_button:hover {
		color:#FFF;
	}
	.b-rose_submit_button:active {
		border:1px solid #466209;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		transform: translate(1px, 1px);
		-ms-transform: translate(1px, 1px);
		-webkit-transform: translate(1px, 1px);
	}
.b-xaoc_wrapper {
	margin-top: 60px;
	display: block;
	position: relative;
	padding-left: 260px;
	background-image: url(/i/donate/bg-xaoc.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 740px;
	min-height: 400px;
	font-size: 14pt;
	line-height: 1.4em;
}
.b-xaoc_wrapper .b-xaoc {
	margin-bottom: 60px;
}
.b-xaoc_wrapper .b-xaoc h1 {
	font-size: 36pt;
	line-height: 1em;
	font-weight: normal;
}
.b-xaoc_wrapper .b-xaoc_bottom {
	color: #555555;
}
.b-xaoc_wrapper .b-xaoc_total {
	background-color: #f8a52e;
	padding: 10pt 10pt 12pt;
	border-radius: 3px;
	color: #fff;
	font-size: 27pt;
	display: inline-block;
	vertical-align:middle;
}
.b-xaoc_donate_button,
.b-xaoc_donate_button:hover,
.b-xaoc_donate_button_active {
	display:inline-block;
	color:#c73923;
	margin-bottom:15px;
}
	.b-xaoc_donate_button_active {
		display:none;
	}



.b-xaoc_form {
	text-align:center;
	margin-top:-50px;
	line-height:17px;
}
	
	.b-xaoc_form form {
		display:block;
		text-align:center;
	}
	.b-xaoc_form .i-form_text_input {
		width:100px;
	}
	.b-xaoc_form_amount {
		display:inline-block;
		width:200px;
		text-align:left;
		overflow:hidden;
		height:0;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
		opacity:0;
	}
		.b-xaoc_form.active .b-xaoc_form_amount {
			height:auto;
			opacity:1;
		}
	.b-xaoc_form_description {
		font-size:12px;
		color:#555555;
		display:block;
		line-height:17px;
		padding-top:10px;
		margin-bottom:15px;
	}
	.b-xaoc_donate_button_holder {
		position:relative;
		display:inline-block;
		padding:15px 25px 0;
	}
		.b-xaoc_form.active .b-xaoc_donate_button_active {
			display:inline-block;
		}
		.b-xaoc_form.active .b-xaoc_donate_button {
			display:none;
		}

	.b-xaoc_form .b-close_btn {
		font-size:12px;
		display:none;
	}
		.b-xaoc_form.active .b-close_btn {
			display:block;
		}
.b-xaoc_donate_system_buttons {
	overflow:hidden;
	height:0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity:0;
}
	.b-xaoc_form.active .b-xaoc_donate_system_buttons {
		padding-bottom:10px;
		height:auto;
		opacity:1;
	}
	.b-xaoc_donate_system_button {
		display:inline-block;
		margin:0 10px;
		vertical-align:bottom;
		text-align:center;
	}

.l-grendizer {

}
	.l-grendizer .l-i-wrapper {
		background-color:#e1e1e1;
	}
	.l-grendizer .l-header_inner {
		background:#FFF url(/static/i/lepra/bg_top.jpg) repeat-x 0 0;
		padding-top:27px;
	}
	.l-grendizer .l-header {
		background:#FFF;
	}
	.l-grendizer .l-header_inner .b-logo {
		top:21px;
	}
	.l-grendizer .b-posts_threshold {
		position:absolute;
		top:20px;
		left:82px;
		float:left;
		margin-left:0;
		background:none;
	}
.b-pics_posts {
	background-color:#111518;
	padding:73px 0 0 82px;
	position:relative;
}
	.b-pics_posts .b-posts_page {
		display:inline;
	}
	.b-pic_post {
		height:175px;
		width:150px;
		padding:8px 11px;
		background-color:#FFF;
		margin:0 42px 54px 0;
		display:inline-block;
		vertical-align:bottom;
		overflow:visible;
	}
	.b-pic_post_image {
		width:150px;
		height:150px;
		display:block;
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:contain;
	}
.b-pic_post_footer {
	height:25px;
	position:relative;
}
	.b-pic_post_footer .vote {
		position:absolute;
		width:100%;
		top:6px;
	}
	.b-pic_post_footer .vote_button_plus {
		background:url(/static/i/lepra/vote_button.gif) no-repeat 50% 50%;
		right:25px;
		left:auto;
	}
	.b-pic_post_footer .vote_button_minus {
		right:auto;
		left:25px;
	}
	.b-pic_post_footer .vote_result {
		left:54px;
	}
	.b-pic_post_comments_link {
		position:absolute;
		top:40px;
		left:-10px;
		font-size:11px;
		color:#999999;
		white-space:nowrap;
		width:172px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
		.b-pic_post_comments_link .b-svg-icon {
			width:20px;
			height:20px;
			vertical-align:middle;
		}
		.b-pic_post_comments_link .b-svg-icon path {
			fill:#FFF;
		}
		.b-pic_post_comments_link a {
			color:#999999;
			text-decoration:none;
		}
		.b-pic_post_comments_link:empty {
			display:none;
		}
	.b-pic_post_footer .c_user {
		color:#fac922;
		margin-left:3px;
		text-decoration:underline;
		font-weight:bold;
	}
.b-pics_posts .b-load_more_posts_button.js-more_loading_animation:after {
	display:none;
}
.b-pics_posts_aside {
	width:290px;
	float:right;
	padding:10px 35px 10px 15px;
	text-align:center;
	z-index:1;
	position:relative;
}
	.b-grendizer_logo {
		display:inline-block;
		width:121px;
		height:131px;
		position:relative;
	}
	.b-grendizer_logo:before {
		content:"";
		display:block;
		width:121px;
		height:131px;
		position:absolute;
		top:0;
		left:0;
		background:url(/static/i/grendizer/logo.png) no-repeat 0 0;
		z-index:2;
	}
	.b-grendizer_logo:after {
		content:"";
		display:block;
		width:40px;
		height:40px;
		left:40px;
		top:45px;
		position:absolute;
		z-index:1;
		background-color:#FFF;
		-webkit-box-shadow:0 0 80px 20px #FFF;
		-moz-box-shadow:0 0 80px 20px #FFF;
		box-shadow:0 0 80px 20px #FFF;
		border-radius:50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
	}
	.b-grendizer_sublogo {
		display:inline-block;
		width:112px;
		height:22px;
		background:url(/static/i/grendizer/sublogo.png) no-repeat 0 0;
		margin:6px 0 10px;
	}
	.b-grendizer_app_button,
	.b-grendizer_picture_author .b-button {
		display:inline-block;
		background-color:#fac922;
		border:1px solid #cc9933;
		border-top-color:#FFF;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		padding:9px 14px;
		text-decoration:none;
		color:#000;
	}
		.b-grendizer_app_button {
			margin:12px 0 10px;
		}
		.b-grendizer_app_button:hover,
		.b-grendizer_picture_author .b-button:hover {
			color:#000;
		}
		.b-grendizer_app_button:active,
		.b-grendizer_picture_author .b-button:active {
			border-top-color:#cc9933;
			background-color:#d9ad1e;
		}
	.b-grendizer_about {
		text-align:left;
		color:#cccccc;
		line-height:1.4;
	}
	.b-grendizer_about a {
		color:#cccccc;
	}
	.b-grendizer_about_answer {
		padding:10px 0 10px 10px;
	}

.b-post_reveal_grendizer {
	font-weight:bold;
    margin-left: 3px;
}
.b-grendizer_post {
	background-color:#FFF;
	position:relative;
	min-height:200px;
}
	.b-grendizer_comments_logo,
	.b-grendizer_comments_logo:before {
		width:161px;
		height:132px;
	}
	.b-grendizer_comments_logo {
		position:absolute;
		bottom:0;
		left:35px;
	}
	.b-grendizer_comments_logo:after {
		display:none;
	}
	.b-grendizer_comments_logo:before {
		background-image:url(/static/i/grendizer/logo_in_comments.png);
	}
	.b-i-grendizer_post {
		max-width:850px;
		margin:0 auto;
		-webkit-perspective: 900000px;
		perspective: 900000px;
	}
	.b-grendizer_post .post {
		overflow:visible;
		padding-bottom:10px;
	}
	.b-grendizer_post .dt {
		text-align:center;
		z-index:1;
		padding-bottom:40px;
	}
	.b-grendizer_post .ddi {
		font-size:12px;
	}
	.b-grendizer_picture {
		display:inline-block;
		position:relative;
		transition: all 0.5s linear;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-webkit-perspective: 900000px;
		perspective: 900000px;
	}
	.b-grendizer_post .dt .b-grendizer_picture img {
		display:block;
		margin:0;
	}
	.b-grendizer_picture_author {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		-webkit-transform: rotateY(180deg) scale(1);
		transform: rotateY(180deg) scale(1);
		text-align:center;
		font-size:14px;
		z-index:1;
		background-color:#fac922;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
		.b-grendizer_picture_author:before {
			content:"";
			display:inline-block;
			height:100%;
			width:0;
			vertical-align:middle;
		}
		.b-grendizer_picture_author_bg {
			background-color:#fac922;
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			opacity:0;
		}
		.b-i-grendizer_picture_author {
			display:inline-block;
			max-width:350px;
			min-height:300px;
			max-height:100%;
			vertical-align:middle;
		}
		.b-grendizer_picture_author_buy {
			padding:25px 0 0;
		}
		.b-grendizer_picture_author_logo {
			display:inline-block;
			width:121px;
			height:131px;
			background:url(/static/i/grendizer/logo.png) no-repeat 0 0;
			margin-bottom:25px;
		}
		.b-grendizer_picture_author_name {
			display:inline-block;
			font-size:36px;
			color:#000;
		}
		.b-grendizer_picture_author .b-button {
			font-weight:bold;
			text-transform:uppercase;
		}
			.b-grendizer_picture_author .b-button:hover {
				color:#FFF;
			}
			.b-grendizer_picture_author .b-button:active {
				border:1px solid #fbffff;
			}
	.b-pic_post_body_image {
		position:relative;
		-webkit-transform: rotateY(0deg) scale(1);
		transform: rotateY(0deg) scale(1);
		z-index:2;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
.b-grendizer_picture.js-flipped {
	-webkit-transform: rotateY(180deg) scale(1);
	transform: rotateY(180deg) scale(1);
}
.b-grendizer_comments {
	max-width:850px;
	color:#cccccc;
	margin:0 auto;
	padding-top:5px;
}
	.b-grendizer_comments .c_footer .ddi,
	.b-grendizer_comments .c_footer .ddi a {
		color:#8a8888;
	}
	.b-grendizer_comments .b-comments_controls {
		background:none;
		border-top:none;
	}
	.b-grendizer_comments .b-comments_controls_new_nav,
	.b-grendizer_comments .b-comments_controls_new_nav_button a,
	.b-grendizer_comments .b-comments_controls_sort,
	.b-grendizer_comments .b-comments_controls_new_comment,
	.b-grendizer_comments .b-comments_controls_best_nav a {
		color:#cccccc;
	}
	.b-grendizer_comments .b-comments_controls_new_count {
		background-color:#333333;
		color:#cccccc;
	}
	.b-grendizer_comments .highlight1 .new .c_i,
	.b-grendizer_comments .highlight2 .new .c_i,
	.b-grendizer_comments .highlight3 .new .c_i {
		background-color:#444;
	}
	
	.b-grendizer_comments .mine .c_vote .vote_result,
	.b-grendizer_comments .c_vote:hover .vote_result {
		background-color:#555;
		color:#FFF;
	}

	.b-grendizer_comments .c_body a {
		color: #fac922;
	}
.b-pics_posts_aside_subscribe {
    text-align:left;
    padding-left:80px;
    margin-bottom:20px;
	margin-top:20px;
}
.b-subscribe_button {
    font-size:11px;
    text-decoration:none;
    display:inline-block;
    position:relative;
}
    .b-subscribe_button_icon {
        display:inline-block;
        height:22px;
        vertical-align:middle;
        background-color:#FFF;
        border:1px solid #e1e1e1;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        position:absolute;
        white-space:nowrap;
        top:0;
        left:0;
        z-index:1;
        font-size:0;
    }
        .b-subscribe_button_hover_text {
            display:inline-block;
        }
        .b-subscribe_button_hover_text:after,
        .js-subscribed .b-subscribe_button_hover_text:after {
            vertical-align:middle;
            color:#acacac;
            display:inline-block;
            max-width:0;
            padding-left:0;
            padding-right:0;
            overflow:hidden;
            font-size:11px;
            line-height:22px;
            -webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
        }
        .b-subscribe_button_hover_text:after {
            content:"подписаться";
        }
        .js-subscribed .b-subscribe_button_hover_text:after {
            content:"отписаться";
        }
            .b-subscribe_button:hover .b-subscribe_button_hover_text:after,
            .js-subscribed.b-subscribe_button:hover .b-subscribe_button_hover_text:after {
                max-width:100px;
                padding-right:4px;
                padding-left:4px;
            }
        .b-subscribe_button_icon .b-svg-icon {
            position:relative;
            top:0;
            vertical-align:middle;
        }
        .b-subscribe_button_icon path,
        .b-subscribe_button_icon polygon,
        .b-subscribe_button_icon rect {
            fill:#acacac;
        }
        .b-subscribe_button_icon span[data-name="subscribed"],
        .b-subscribe_button_icon span[data-name="unsubscribe"] {
            display:none;
        }        
        .js-subscribed .b-subscribe_button_icon span[data-name="subscribe"] {
            display:none;
        }
        .js-subscribed .b-subscribe_button_icon span[data-name="subscribed"] {
            display:inline-block;
        }
            .js-subscribed:hover .b-subscribe_button_icon span[data-name="subscribed"] {
                display:none;
            }
            .js-subscribed:hover .b-subscribe_button_icon span[data-name="unsubscribe"] {
                display:inline-block;
            }
    .b-subscribe_button_text {
        position:relative;
        top:0;
        left:32px;
        line-height:24px;
        display:inline-block;
        color:#FFF;
        vertical-align:middle;
        padding-right:5px;
    }

.b-grendizer_comments .b-comments_controls a {
    color: #666;
}
.b-grendizer_comments .b-comments_controls a .threshold_select_button span {
    color: #666;
}
.b-grendizer_comments .b-comments_controls a.locked,
.b-grendizer_comments .b-comments_controls a.active,
.b-grendizer_comments .b-comments_controls a.locked .threshold_select_button span,
.b-grendizer_comments .b-comments_controls a.active .threshold_select_button span {
    color: #CECECE;
}
.b-grendizer_comments .b-comments_controls a:hover,
.b-grendizer_comments .b-comments_controls a:hover .threshold_select_button span {
    color: #699;
}
.b-grendizer_comments .b-comments_controls a.b-svg-icon svg * {
    fill: #666;
}
.b-grendizer_comments .b-comments_controls a.b-svg-icon:hover svg * {
    fill: #699;
}
.b-grendizer_comments .b-comments_controls a[data-placeholder] input {
    color: #666;
}
.b-grendizer_comments .b-comments_controls a[data-placeholder] input:focus,
.b-grendizer_comments .b-comments_controls a[data-placeholder].active input {
    color: #CECECE;
}

.l-devito {
	
}
	.l-devito .l-i-wrapper {
		background-color:#e1e1e1;
	}
	.l-devito .l-header_inner {
		background:#FFF url(/static/i/lepra/bg_top.jpg) repeat-x 0 0;
		padding-top:27px;
	}
	.l-devito .l-header {
		background:#FFF;
	}
	.l-devito .l-header_inner .b-logo {
		top:21px;
	}
	
.b-devito_authors {
	display:block;
	height:289px;
	background:url(/static/i/devito/authors2.jpg) repeat-x 50% 50%;
}
.b-devito_threshold {
	padding-top:50px;
	margin-bottom:30px;
}
	.b-devito_threshold select {
		background-color:#FFF;
	}
	

.b-devito_index_aside {
	float:right;
	clear:right;
	width:256px;
	margin: 20px;
	padding:30px 40px;
	background-color:#9e0b0f;
	color:#FFF;
	line-height:1.4;
}
	.b-devito_index_aside .b-subscribe_button .b-subscribe_button_text {
		opacity:1;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	.b-devito_index_aside .b-subscribe_button:hover .b-subscribe_button_text {
		opacity:0;
	}
	.b-devito_index_aside img {
		margin-top:7px;
	}

.b-devito_posts {
	padding:0 100px 0 85px;
}
.b-devito_posts .b-load_more_posts_button.js-more_loading_animation:after {
	display:none;
}
.l-devito .vote_button {
	background:none;
	border:1px solid #7d7d7d;
	border-radius:2px;
	color:#7d7d7d;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
	.l-devito .vote_result {
		height:19px;
		line-height:19px;
		background:none;
		border:1px solid #7d7d7d;
		border-radius:2px;
		color:#7d7d7d;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	}
		.l-devito .post .vote_result {
			top:1px;
		}
		.l-devito .c_vote .vote_button_minus {
			bottom:-5px;
		}
	.l-devito .vote_voted,
	.l-devito .vote_button:hover {
		color:#000;
	}
.b-load_more_posts_button__devito {
	border:1px solid #7d7d7d;
	background-color:transparent;
}

.b-devito_post {
	position:relative;
	margin:40px auto 40px;
	padding:0 0 0 50px;
	max-width:1200px;
}
	.b-devito_post .post {
		padding-bottom:4px;
		min-height:184px;
	}
	.b-devito_post__no_invite .post {
		margin-right:0;
	}
.b-devito_invite {
	position:absolute;
	right:0;
	height:100%;
	width:33%;
	min-height:184px;
}
	.b-devito_invite_button {
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		outline:none;
		background:#9e0b0f url(/static/i/devito/send_invite2.png) no-repeat 50% 50%;
	}
.b-devito_comments {
	border-top:1px solid #CCC;
}
.b-i-devito_comments {
	padding-left: 50px;
	margin-top:5px;
	max-width:1200px;
	margin:0 auto;
}
	.b-devito_comments .b-comments_controls {
		border-top:none;
	}
.l-devito .b-paginator {
	padding:28px 87px 70px;
}

.b-archive_heading {
	padding:10px 0 26px 0;
	font-size:1.6em;
	position:relative;
	z-index:1;
}
	.l-content__subsite .b-archive_heading {
		padding-top: 30px;
		padding-right: 34%;
	}
.b-archive_navigation {
	background-color:#eeecec;
	width:90%;
	border:1px solid #eeecec;
	padding:3px;
	color:#000;
	font-weight:bolder;
	position:relative;
	text-align:center;
}
	.b-archive_navigation a {
		text-decoration:none;
	}
	.b-archive_navigation i {
		color:#666;
		font-size:0.85em;
		font-style:normal;
	}
	.b-archive_previous_day,
	.b-archive_previous_day_bottom:after,
	.b-archive_next_day,
	.b-archive_next_day_bottom:after {
		border-top:6px solid transparent;
		border-bottom:6px solid transparent;
		border-right:7px solid;
		border-right-color:#404040;
		_filter:chroma(color=tomato);
		_border-top-color:tomato;
		_border-bottom-color:tomato;
		position:absolute;
		top:7px;
		width:1px;
		height:0px;
		overflow:hidden;
	}
	.b-archive_previous_day {
		left:4px;
	}
	.b-archive_next_day,
	.b-archive_next_day_bottom:after {
		right:0;
		border-right:6px solid transparent;
		_filter:chroma(color=tomato);
		_border-right-color:tomato;
		_border-right-color:tomato;
		border-left:7px solid;
		border-left-color:#404040;
	}
	.b-archive_bottom_navigation {
		padding:20px 0;
		margin:0 330px 20px 0;
		text-align:center;
	}
	.b-archive_next_day_bottom,
	.b-archive_previous_day_bottom {
		position:relative;
		display:inline-block;
		padding:0 15px;
		font-size:11px;
	}
		.b-archive_next_day_bottom:after,
		.b-archive_previous_day_bottom:after {
			display:block;
			content:"";
		}
		.b-archive_previous_day_bottom:after {
			left:-2px;
			top:3px;
		}
		.b-archive_next_day_bottom:after {
			right:-8px;
			top:3px;
		}
		
.b-posts_archive {
	padding-right: 330px;
}
.l-users .l-i-wrapper {
    background:url(/static/i/users/selo.jpg) no-repeat 50% 80%;
    background-size:100% auto;
    padding-bottom:50%;
}
.b-users_stats {
    
}
    .b-users_stat_line {
        margin-bottom:1.3em;
    }
    .b-users_stats_left {
        float:left;
        width:50%;
        text-align:right;
        font-size:18px;
    }
    .b-users_stats_right {
        float:right;
        width:50%;
        margin-left:-33px;
        font-size:16px;
        background-color:#eeeeee;
    }
        .l-1100 .b-users_stats_right .b-i-users_stats {
            background-image:none;
        }
    .b-users_stats_left .b-i-users_stats {
        padding:33px 0 0 120px;
        text-align:right;
    }
    .b-users_stats_right .b-i-users_stats {
        padding:43px 0 0 17px;
        min-height: 330px;
        background:url(/static/i/users/users_stats_right_bg.png) no-repeat 90% 0;
        max-width:700px;
    }
    
.b-users_stat_number {
    font-family:Georgia, serif;
    font-weight:bold;
    font-style:italic;
}
.b-users_stat_description {
    
}
.b-users_stat_details {
    color:#666666;
    line-height: 1.5em;
}

.b-users_stats_left .b-users_stat_number_holder,
.b-users_stats_left .b-users_stat_description {
    display:inline-block;
    width:90%;
    min-width:280px;
    text-align:left;
    max-width: 500px;
}
    .l-1100 .b-users_stats_left .b-users_stat_number_holder,
    .l-1100 .b-users_stats_left .b-users_stat_description {
        width:80%;
        padding-right: 40px;
    }
    .b-users_stats_left .b-users_stat_number_holder {
        position:relative;
        left:-55px;
        margin-bottom:4px;
    }
    .b-users_stats_left .b-users_stat_description {
        margin-bottom:0.5em;
    }
    .b-users_stats_left .b-users_stat_number_holder .b-users_stat_number {
        font-size:36px;
    }
    
.b-users_stats_right .b-users_stat_number_holder,
.b-users_stats_right .b-users_stat_description {
    display:inline-block;
    width:40%;
    min-width:200px;
    padding-left:16px;
}
    .l-1100 .b-users_stats_right .b-users_stat_number_holder,
    .l-1100 .b-users_stats_right .b-users_stat_description {
        width:80%;
    }
    .b-users_stats_right .b-users_stat_number_holder {
        font-weight:bold;
    }
    .b-users_stats_right .b-users_stat_description {
        margin-bottom:1.3em;
        border-bottom:1px solid #c5c5c5;
    }
        .b-users_stat_description:last-child {
            border-bottom:none;
        }
    .b-users_stats_right .b-users_stat_number_holder .b-users_stat_number {
        font-size:24px;
    }
    

/* Основная разметка и настройки сбоку */
.b-header_events {
    position: absolute;
    top: 0;
    left: 0;
}
.b-right_sidebar {
    width:25%;
    margin-top:5px;
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.b-notification-feed {
    position: absolute;
    top: 58px;
    left: 245px;
    right: 0;
    min-height: 60px;
    z-index: 3;
}

.l-1000 .b-notification-feed {
    top: 120px;
}

.l-700 .b-notification-feed {
    top: 130px;
}

.b-notification-feed.hidden {
    display: none;
}

.b-notification-unsubscriptions_popup a,
.b-notification-feed a {
    color: #556e8c;
}

.b-notification-feed__footer {
    display: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #e0e0e2;
}

.b-notification-feed_exist:not(.b-notification-feed_layout_page) .b-notification-feed__footer {
    display: block;
}

.b-notification-feed__all-events,
.b-notification-feed__mark-all {
    display: inline-block;
    margin: 0 20px;
	font-size: 12px;
    color: #252525 !important;
}

.b-notification-feed__all-events {
    float: right;
}

.b-notification-feed_layout_page .b-notification-feed__all-events {
    display: none;
}

.b-notification-feed_content {
    background: #fff !important;
    padding: 0;
    position: relative;
}

.b-notification-feed__loading-animation {
    background: transparent;
    position: relative;
    top: 0;
    left:0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: #f4f4f2;
    margin: 0;
    border-radius: 0;
}

.b-notification-feed_inner {
    position: relative;
    z-index: 5;
    margin: 0 340px 0 0;
    max-width: 965px;
    min-height: 60px;
    padding-top: 0;
}

.l-1000 .b-notification-feed_inner {
    padding-top: 20px;
}

.b-notification-menu {
    width: 100%;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    background: #556e8c;
    font-size: 14px;
    display: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.b-notification-menu svg {
    fill: #fff;
    float: right;
    margin-top: 18px; /* (60 - 24) / 2 */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.b-notification-svg-font {
    display: none;
}

.b-notification-feed_sidebar {
    padding-left: 20px;
    margin-top: 0;
}

.b-notification-feed_sidebar::before {
    left: 0;
    top: 30px;
}

.b-notification-feed_fixed {
    width: 320px;
    position: fixed;
    top: 90px;
}

.l-1000 .b-notification-feed_fixed {
    top: 150px;
}

.b-notification-settings {
    clear: both;
}

.b-notification-settings_list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.b-notification-settings_separator {
    height: 1px;
    width: 100%;
    margin: 5px auto;
    background: #e1e1e1;
}

.b-notification-settings_separator:first-child {
    display: none;
}

.b-notification-settings_category {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
}

.b-notification-settings_category__child {
    padding-left: 20px;
    text-transform: none;
}

.b-notification-settings_category_content {
    height: 40px;
    width: 100%;
}

.b-notification-settings_category__sub {
    text-transform: none;
    line-height: 36px;
}

.b-notification-settings_link {
    text-decoration: none;
    transition: color .1s;
}

.b-notification-settings_category__disabled .b-notification-settings_new-counter,
.b-notification-settings_category__disabled .b-notification-settings_link {
    color: #b7b7b7;
}

.b-notification-settings_category_icon {
    margin-top: 9px;
    margin-right: 4px;
    height: 24px;
    width: 24px;
    float: left;
}

.b-notification-settings_category_icon svg,
.b-notification-item_icon svg {
    fill: #679dd4;
    transition: fill .1s;
}

.b-notification-settings_category__disabled .b-notification-settings_category_icon svg {
    fill: #b7b7b7;
}

.b-notification-settings_new-counter {
    color: #d41e24;
    transition: color .1s;
}

.b-notification-settings_new-counter[data-category-counter="0"] {
    color: transparent !important;
}

/* Подписка */

.b-notification-item {
    position: relative;
    padding: 14px 20px 14px 44px;
    font-size: 13px;
    line-height: 20px;
    color: #111;
    border-bottom: 1px solid #ebebeb;
    white-space: normal;
}

.b-notification-item_empty {
    background: #f4f4f2;
    font-size: 13px;
    text-align: left;
    text-indent: 32px;
    min-height: 40px;
    padding-top: 20px;
}

.b-notification-feed_layout_page .b-notification-item_empty {
    background: transparent;
}

.b-notification-item_answer-message {
    color: transparent;
    float: right;
    transition: color .3s;
}

.b-notification-item.answered .b-notification-item_footer_answer {
    cursor: default;
    color: #acacac;
}

.b-notification-item.answered .b-notification-item_answer-message {
    color: #080;
}

.b-notification-item > * {
    transition: opacity .3s;
}

.b-notification-item__disabled > * {
    opacity: 0.5;
    pointer-events: none;
}

.b-notification-item__unread {
    background: #f4f4f2;
}

.b-notification-item_header {
    color: #acacac;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: -2px;
}

.b-notification-item_user {
    text-decoration: none;
}

.b-notification-item__post {
    text-decoration: none;
}

.b-notification-item_unsubscribe-menu {
    position: absolute;
    top: 23px;
    right: 0;
    transition: visibility .3s;
}
    .b-notification-feed_layout_page .b-notification-item_unsubscribe-menu {
        top: 13px;
    }
.b-notification-item__disabled .b-notification-item_unsubscribe-menu {
    visibility: hidden;
}

.b-notification-item_unsubscribe-list {
    margin: 0;
    padding: 4px 28px 4px 4px;
    position: absolute;
    top: -4px;
    right: -4px;
    list-style: none;
    background: #f4f4f2;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity .3s, visibility .3s;
}

.b-notification-item_unsubscribe-item {
    line-height: 24px;
    color: #556e8c;
    cursor: pointer;
    transition: color .1s;
}

.b-notification-item_unsubscribe-item br {
    display: none;
}

.b-notification-item_unsubscribe-item::after {
    background: #e6e6e6;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.b-notification-item_unsubscribe-item:last-child::after {
    display: none;
}

.b-notification-item_unsubscribe-item:hover {
    color: #d41e24;
}

.b-notification-item_unsubscribe-cross {
    display: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    position: relative;
    margin-top: 4px;
    z-index: 2;
    transition: opacity .1s;
}
.b-notification-item:hover .b-notification-item_unsubscribe-cross {
    display: inline-block;
}

.b-notification-item_unsubscribe-menu.visible .b-notification-item_unsubscribe-cross,
.b-notification-item_unsubscribe-cross:hover {
    opacity: 1;
}

.b-notification-item_unsubscribe-menu.visible .b-notification-item_unsubscribe-list {
    opacity: 1;
    visibility: visible;
}

.b-notification-item_icon {
    float: left;
    margin-left: -36px;
}

.b-notification-item .b-notification-item_icon svg {
    fill: #b7b7b7;
    transition: fill .3s;
}

.b-notification-item__unread .b-notification-item_icon svg {
    fill: #679dd4;
}

.b-notification-item__unread .b-notification-item_icon.post_became_gold svg,
.b-notification-item__unread .b-notification-item_icon.given_gold svg {
    fill: #e6be11;
}

.b-notification-item .b-notification-item_icon {
    margin-top: 2px;
}

.b-notification-item_header_domain {
    text-transform: uppercase;
}

.b-notification-item_roll {
    white-space: nowrap;
}

.b-notification-settings_category-toggler {
    cursor: pointer;
    float: right;
    display: inline-block;
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    opacity: 0;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: opacity .1s, border-color .1s, background-color .1s;
    transition: opacity .1s, border-color .1s, background-color .1s;
}

.b-notification-settings_category-toggler svg {
    fill: #556e8c;
    -webkit-transition: fill .1s;
    transition: fill .1s;
}

.b-notification-settings_category_content:hover .b-notification-settings_category-toggler {
    opacity: 1;
}

.b-notification-settings_category__disabled .b-notification-settings_category-toggler svg {
    fill: #b7b7b7;
}

.b-notification-item_svg {
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    margin-right: -5px;
    fill: #acacac;
}

.b-notification-item_new_comments_link {
    color: #252525;
    font-size: 13px;
}

.b-notification-item_title_link {
    text-decoration: none;
}

.b-notification-item h3 {
    font-size: 23px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 10px;
}

.b-notification-item_footer {
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #acacac;
    font-size: 12px;
    line-height: 16px;
    overflow: visible;
}

.b-notification-item .b-notification-item_footer_user {
    text-decoration: none;
}

.b-notification-item_footer_rating {
    display: inline-block;
    color: #898989;
    font-size: 14px;
    max-width: 34px;
    width: 30px;
    padding-right: 10px;
    text-align: center;
}

.b-notification-item_footer_answer {
    text-decoration: none;
    transition: color .3s;
}

.b-notification-item_footer_comments {
    margin-left: 0;
}

.b-notification-item_footer .b-comments_reply_block_wrap {
    margin-top: 10px;
}

.b-notification-item_footer .b-comments_reply_block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}

a.b-notification-item_domain_link {
    text-transform: uppercase;
    text-decoration: none;
    color: #acacac;
}

.b-notification-item_message {
    margin-bottom: 10px;
    font-size: 13px;
}

.b-notification-item_message__grey {
    color: #acacac;
}

.b-notification-item_roll i {
    margin-right: -5px;
}

.b-notification-item_mention_comment_text {
    font-size: 13px;
    color: #000;
    font-family: verdana, sans-serif;
}

.b-notification-item_mention_comment_text img {
    max-width: 100%;
    height: auto;
}

.b-notification-item_mention_snippet {
    display: block;
}

.b-notification-item_mention_body {
    display: block;
    overflow: hidden;
}

.b-notification-item_parent_comment .vote,
.b-notification-item_parent_comment .c_answer,
.b-notification-item_parent_comment .c_show_user,
.b-notification-item_parent_comment .comment .b-button__collapse,
.b-notification-item_parent_comment a.b-button.b-button_share {
    display: none;
}

.b-notification-item_parent_comment .c_icon {
    display: inline-block;
}

.b-notification-item_parent_comment {
    overflow: hidden;
}

.b-notification-item_parent_comment .comment {
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    margin-bottom: 10px;
}

.js-roll_parent_comment__up {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.b-roll_down,
.b-roll_up {
    border-bottom: 1px dotted #acacac;
    cursor: pointer;
}

.b-roll_parent_comment {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin: 0 -5px 0 -4px;
    transition: transform .3s linear;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.b-roll_parent_comment svg {
    top: 0;
    fill: #acacac;
}

.b-roll_parent_comment svg * {
    fill: #acacac;
}

.b-notification-item_link__gold {
    color: #dab55a;
}

/* Подписки и отписки */
.b-notification-unsubscriptions {
    margin-top: 36px;
}

.b-notification-unsubscriptions_link__disabled {
    color: #ccc;
    text-decoration: none;
}

.b-notification-mark_link,
.b-notification-unsubscriptions_link {
    display: block;
    margin-bottom: 5px;
    color: #888;
    opacity: 1;
    transition: color .1s, opacity .1s;
}

.b-notification-unsubscriptions_link.hidden {
    opacity: 0;
    cursor: default;
}

.b-notification-mark_link:hover,
.b-notification-unsubscriptions_link:hover {
    color: #000;
}

.b-notification-unsubscriptions_toggler {
    display: none;
}

.b-toggler_label {
    color: rgb(67, 87, 110);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.b-toggler_border {
    cursor: pointer;
    border: 1px solid rgb(67, 87, 110);
    border-radius: 8px;
    display: inline-block;
    height: 14px;
    width: 28px;
    margin-bottom: -3px;
    margin-left: 4px;
}

.b-toggler_border::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px;
    background: #ccc;
    border-radius: 50%;
    border: 1px rgb(67, 87, 110) solid;
    transition: background-color .3s, margin .3s;
}

.b-toggler__enabled .b-toggler_border::before {
    background: rgb(67, 87, 110);
    margin-left: 15px;
}

.b-notification-unsubscriptions_popup {
    background: #f4f4f2;
    border: 1px solid #e6e6e6;
    position: fixed;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
}

.b-notification-unsubscriptions_popup.hidden {
    display: none;
}

.b-notification-unsubscriptions_popup.visible {
    visibility: visible;
    opacity: 1;
}

.b-notification-unsubscriptions_popup::before,
.b-notification-unsubscriptions_popup::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    border-right: 14px transparent solid;
    border-left: 14px #e6e6e6 solid;
    position: absolute;
    bottom: 4px;
    left: 100%;
}

.b-notification-unsubscriptions_popup::after {
    border-left-color: #f4f4f2;
    margin-left: -1.5px;
}

.b-notification-unsubscriptions_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 240px;
}

.b-notification-unsubscriptions_item {
    color: #888;
    padding: 0 5px;
    padding-right: 80px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 470px;
    position: relative;
}

.b-notification-unsubscriptions_item::before {
    background: #e6e6e6;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.b-notification-unsubscriptions_item:first-child::before {
    display: none;
}

.b-notification-unsubscriptions_item::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 95px;
}

.b-notification-unsubscriptions_button {
    cursor: pointer;
    position: absolute; /* только так работает, когда у списка есть скролл */
    right: 0;
    color: #556e8c;
    float: right;
    margin-left: 40px;
    padding-right: 5px;
    transition: color .1s;
}

.b-notification-unsubscriptions_button:hover {
    color: #d41e24;
}

.b-notification-item_mark-read {
    display: none;
    position: absolute;
    top: 25px;
    right: 28px;
    width: 20px;
    height: 20px;
}
    .b-notification-feed_layout_page .b-notification-item_mark-read {
        top: 15px;
    }
    .b-notification-item_mark-read:after {
        content: "";
        display: block;
        position: absolute;
        top: 6px;
        right: 6px;
        background: #b7b7b7;
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 50%;
        padding: 0;
    }

.b-notification-item_mark-read:focus {
    outline-style: none;
}

.b-notification-item:hover .b-notification-item_mark-read {
    display: inline-block;
}
/* Popup layout */
.b-notification-feed_layout_popup {
    box-sizing: border-box;
    min-width: 446px;
    border: 1px solid #d7d7d7;
    transition: opacity .3s, visibility .3s;
}

.b-notification-feed_layout_popup .b-notification-feed_sidebar {
    display: none;
}

.b-notification-feed_layout_popup .b-notification-feed_content {
    padding: 0;
    margin-left: 0;
    min-height: 60px;
}

.b-notification-feed_layout_popup .b-notification-feed_inner {
    margin: 0;
    overflow: hidden;
    max-height:calc(100vh - 100px);
}

.b-notification-feed_layout_popup.b-notification-feed_exist .b-notification-feed_inner:hover {
    overflow-y: scroll;
}

.b-notification-feed_layout_popup .b-notification-item {
    padding-left: 43px;
    padding-right: 14px;
}

/*.b-notification-feed_layout_popup .b-notification-item_footer_comments,*/
.b-notification-feed_layout_popup .b-notification-item_footer_answer,
.b-notification-feed_layout_popup .b-notification-item_footer-delimiter,
.b-notification-feed_layout_popup .b-notification-item_footer_rating,
.b-notification-feed_layout_popup .b-notification-item_footer_user,
.b-notification-feed_layout_popup .b-notification-item_footer_user-gender {
    display: none;
}

.b-notification-feed_layout_popup .b-notification-item h3 {
    font-size: 13px;
    line-height: 20px;
}

.b-notification-feed_layout_popup .b-notification-item_footer  {
    margin-left: 0;
    padding-bottom: 15px;
    line-height: 1.7;
}

.b-notification-feed_layout_popup .b-notification-item_header {
    margin-left: 7px;
}

.b-notification-feed_inner::-webkit-scrollbar {
    display: none;
}

.b-apps {
    padding: 7px 0 0;
}
.b-apps__new-app {
    overflow: hidden;
    transform: scale(1.1);
    opacity: 0;
    max-height: 0;
    margin-bottom: 20px;
    width: 50%;
    min-width: 500px;
    background-color: #f1f1f1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.b-apps__new-app_opened {
    max-height: none;
    transform: scale(1);
    opacity: 1;
}
.b-apps__new-app__field {
    padding: 4px;
    clear: both;
}
    .b-apps__new-app__field label {
        display: inline-block;
        white-space: nowrap;
    }
    .b-apps__new-app__field input[type="checkbox"] {
        vertical-align: middle;
    }
    .b-apps__new-app__drop-secret {
        float: right;
        font-size: 10px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px dotted;
        display: inline-block;
        margin-left: auto;
        white-space: nowrap;
    }
.b-apps__scopes {
    background-color: #fff;
    padding: 5px 0 10px;
}
.b-apps__scope {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
    .b-apps__new-app_authorized .b-apps__scope {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .b-apps__scope:hover {
        background-color: #f1f1f1;
    }
    .b-apps__scope input[type="checkbox"] {
        margin-left: 4px;
        vertical-align: middle;
    }
    .b-apps__scope label {
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        margin-left: -25px;
        padding-left: 25px;
        vertical-align: middle;
    }
        .b-apps__new-app_authorized .b-apps__scope label {
            padding-left: 23px;
            margin-left: 0;
        }
    .b-apps__scope input:checked ~ label {
        font-weight: bold;
    }
    .b-apps__scope__description {
        overflow: hidden;
        max-height: 0;
        padding: 0 5px 0 23px;
        font-size: 11px;
        transition: max-height .25s, padding .25s;
    }
        .b-apps__new-app_authorized .b-apps__scope__description,
        .b-apps__scope input:checked ~ .b-apps__scope__description {
            max-height: 150px;
            padding: 0 5px 10px 23px;
        }
.b-apps__label_large {
    background: url(/static/i/lepra/bulet2.gif) no-repeat 5px 10px;
    padding: 10px 10px 10px 23px;
    font-weight: bold;
}
.b-apps__label_medium {
    padding: 10px 10px 10px 23px;
    font-weight: bold;
    margin-top: 8px;
}
.b-apps__new-app .b-form_submit {
    margin-bottom: 0;
    background-color: transparent;
}
.b-apps__new {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    text-decoration: none;
    margin-bottom: 10px;
}
    .b-apps__new:hover {
        border: 1px solid #1b8a02;
    }
    .b-apps__new:active {
        box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    }
        .b-apps__new span {
            display: inline-block;
            vertical-align: middle;
            color: #363636;
        }
        .b-apps__new:hover span {
            color: #1b8a02;
        }
        .b-apps__new .b-svg-icon__subscribe {
            position: relative;
            top: 0;
            left: -3px;
            vertical-align: middle;
        }
            .b-apps__new .b-svg-icon__subscribe svg {
                width: 20px;
                height: 20px;
            }
            .b-apps__new:hover .b-svg-icon__subscribe svg polygon {
                fill: #1b8a02;
            }
.b-apps__name {
    display: inline-block;
    padding-left: 4px;
    color: #777777;
    font-size: 1.41em;
    margin-bottom: 10px;
    text-decoration: none;
}
    .b-apps__name span {
        border-bottom: 1px dotted;
    }
.b-apps__delete-authorized {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    text-decoration: none;
    margin: 10px;
    background-color: #fff;
}
.b-apps__delete {
    float: right;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted;
    display: inline-block;
    margin-left: auto;
    white-space: nowrap;
}

/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzIT@gmail.com>
 */

#mooRainbow { font-size: 11px; color: #000; }

.moor-box {
	width: 390px;
	height: 310px;
	border: 1px solid #636163;
	background-color: #f9f9f9;
	font-size: 11px; color: #000;
	z-index: 2;
}
.moor-overlayBox {
	width: 256px; /* Width and Height of the overlay must be setted here: default 256x256 */
	height: 256px;
	margin-top: 9px;
	margin-left: 9px;
	border: 1px solid #000;
}
.moor-slider {
	border: 1px solid #000;
	margin-top: 9px;
	margin-left: 280px;
	width: 19px; /* if you want a bigger or smaller slider... */
	height: 256px;
}
.moor-colorBox {
	border: 1px solid #000;
	width: 59px;
	height: 68px;
	margin-top: 20px;
	margin-left: 315px;
}
.moor-currentColor { /* Bottom Box Color, the backup one */
	margin-top: 55px;
	margin-left: 316px;
	width: 59px;
	height: 34px;
}
.moor-okButton {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	margin-top: 278px;
	margin-left: 8px;
	background: #e6e6e6;
	height: 23px;
	border: 1px solid #d6d6d6;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
#mooRainbow label {
	font-family: mono;

}
/* Following are just <label> */
.moor-rLabel {
	margin-top: 100px;
	margin-left: 315px;
}
.moor-gLabel {
	margin-top: 125px;
	margin-left: 315px;
}
.moor-bLabel {
	margin-top: 150px;
	margin-left: 315px;
}
.moor-HueLabel {
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino { /* Style hue Â° (degree) !! */
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
	margin-top: 275px;
	margin-left: 280px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput {
	width: 30px;
}
.moor-hexInput {
	width: 55px;
}
.moor-cursor {
	background-image: url(/static/i/moorainbow/moor_cursor.gif);
	width: 12px;
	height: 12px;
}
.moor-arrows {
	background-image: url(/static/i/moorainbow/moor_arrows.gif);
	top: 9px;
	left: 270px;
	width: 41px;
	height: 9px;
	font-size:1px;
}
.moor-chooseColor { /* Top Box Color, the choosen one */
	margin-top: 21px;
	margin-left: 316px;
	width: 59px;
	height: 34px;
}
.futu_dialog_popup_holder {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:1000;
}
.futu_dialog_popup_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.futu_dialog_popup_controls {
	text-align: right;
	padding: 0 15px 10px;
}

.futu_alert_outer {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index:9999;
}
.futu_alert_outer {
	_position:absolute;
	_top: expression(
		eval(document.documentElement.scrollTop) + "px"
	);
}
.futu_alert_outer .frame {
	position:relative;
	z-index:9999;
}
.futu_alerts_holder {
	position:absolute;
	left:0; top:0;
	width:400px;
	z-index:9999;
}

.futu_alert {
	position:absolute;
	margin-top:-1000px;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	text-align:left;
	color:#000;
	width: 400px;
	margin: 0 auto 5px;
	overflow:hidden;
	border-bottom: 2px solid #d91401;
	-webkit-box-shadow: 0px 1px 0px 0px #8f8f8f;
	-moz-box-shadow: 0px 1px 0px 0px #8f8f8f;
	box-shadow: 0px 1px 0px 0px #8f8f8f;
}
.futu_dialog_popup_text {
	font-size: 16px;
	padding:13px 25px;
}
.futu_alert_close_button {
	display:block;
	background:url(/static/i/kgb/close.gif) no-repeat center center;
	width:15px;
	height:15px;
	position:absolute;
	top:5px;
	right:5px;
}
.futu_alerts_holder .red {

}
.futu_alerts_holder .rock_red {

}

.b-futu_alert_error_text {
	color:#cc3333;
}
.b-confirm_button {
	display:inline-block;
	border:1px solid #e0e0de;
	-webkit-box-shadow:2px 2px 1px -1px #808080;
	-moz-box-shadow:2px 2px 1px -1px #808080;
	box-shadow:2px 2px 1px -1px #808080;
	padding:2px 4px 3px;
	color:#000;
	vertical-align:bottom;
	position:relative;
	text-decoration:none;
	background-color:#f4f4f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-left:10px;
}
	.b-confirm_button i {
		font-style:normal;
	}
	.b-confirm_button em {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
	}
	.b-confirm_button:focus {
		border-color:#556E8C;
		outline:none;
	}
	.b-confirm_button:active {
		top:1px;
		left:1px;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
.b-site_message_text:first-letter {
	text-transform: uppercase;
}
.b-site_message_text {
	display: inline-block;
}
.b-controls_button {
	height:20px;
	width:20px;
	display:inline-block;
	margin:-10px 0 -10px 1px;
	position:relative;
	top:7px;
}
	.b-controls_button span {
		width:20px;
		height:20px;
		display:inline-block;
		background-image:url(/static/i/sprite.png);
		background-repeat:no-repeat;
	}
	/* post controls */
	.post .dt .b-fui_icon_button_close {
		visibility:hidden;
		margin-left:-2px;
		top:-3px;
	}
		.post:hover .dt .b-fui_icon_button_close {
			visibility:visible;
		}
	.post_touched .dt .b-fui_icon_button_close {
		visibility:visible;
	}
	/* inbox controls */
	.post_inbox_page .b-controls_button_delete_inbox {
		visibility:hidden;
		margin-left:-30px;
		left:23px;
		top:-6px;
	}
		.post_inbox_page:hover .b-controls_button_delete_inbox {
			visibility:visible;
		}
	.b-inbox_controls_user .b-controls_button {
		position:absolute;
		top:2px;
		right:-5px;
		visibility:hidden;
	}
		.b-inbox_controls_user:last-child .b-controls_button {
			right:-15px;
		}
		.b-inbox_controls_user:hover .b-controls_button {
			visibility:visible;
		}

.b-futu_controls {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
	.b-futu_controls ul {
		display:block;
		list-style-type:none;
		margin:0;
		padding:0 0 0 25px;
		border-bottom: 1px solid #D1D0D0;
		background-color: #E6E6E6;
		font-size:10px;
	}
	.b-futu_controls_item {
		display:block;
		list-style-type:none;
		margin:0;
		padding:0;
		white-space:nowrap;
	}
	.b-futu_controls .b-futu_controls_item_link {
		padding:0 24px 0 0;
		display:block;
		text-decoration:none;
	}
	.b-futu_controls a {
		color:#556E8C;
	}
	.b-futu_controls_item .b-futu_controls_item_link_text {
		border-top:1px solid #FFF;
		border-bottom:1px solid #D1D0D0;
		padding:5px 0 5px 5px;
		display:block;
	}
		html .b-futu_controls_item:first-child .b-futu_controls_item_link_text,
		.b-futu_controls_item:first-child .b-futu_controls_item_link_text {
			border-top:none;
			/*padding-top:10px;*/
			padding-top: 9px;
		}
		html .b-futu_controls_item:last-child .b-futu_controls_item_link_text,
		.b-futu_controls_item:last-child .b-futu_controls_item_link_text {
			border-bottom:none;
			padding-bottom:10px;
		}
	.b-futu_controls_close {
		display:block;
		position:absolute;
		top:5px;
		left:5px;
		width:20px;
		height:20px;
		background-image:url(/static/i/sprite.png);
		background-repeat:no-repeat;
	}

.b-futu_controls_moderate {
	margin-left:-25px;
}
html body .b-futu_controls_moderate ul {
	background-color:#cc3333;
	border-bottom-color:#8c3434;
}
	.b-futu_controls_moderate ul .b-futu_controls_item {
		margin-bottom: -1px;
		margin-top: 1px;
	}
	html body .b-futu_controls_moderate .b-futu_controls_item .b-futu_controls_item_link_text {
		border-top-color:#ff3a3a;
		border-bottom-color:#8c3434;
		color:#FFF;
	}
	.b-futu_controls_moderate .b-post_controls_moderate_active {
		color:#FFF;
		white-space:nowrap;
		left:30px;
		top:5px;
		font-size:10px;
		background:none;
		cursor:pointer;
		cursor:hand;
	}
	html .b-futu_controls_moderate .b-futu_controls_item:first-child,
	.b-futu_controls_moderate .b-futu_controls_item:first-child {
		padding-top: 25px;
	}
		html .b-futu_controls_moderate .b-futu_controls_item:first-child .b-futu_controls_item_link_text,
		.b-futu_controls_moderate .b-futu_controls_item:first-child .b-futu_controls_item_link_text {
			border-top:1px solid #ff3a3a;
			-webkit-box-shadow:0px -1px 0px #8c3434;
			-moz-box-shadow:0px -1px 0px #8c3434;
			box-shadow:0px -1px 0px #8c3434;
			padding-top:5px;
		}
.b-futu_controls_close_question {
	text-decoration: none;
	white-space: nowrap;
	left: 5px;
	top: 3px;
	padding: 4px;
	width: 12px;
	height: 12px;
	font-size: 10px;
	background: none;
	cursor: pointer;
	cursor: hand;
}
.threshold_select_button {
	text-decoration:none;
	color:#556E8C;
	cursor:hand;
	cursor:pointer;
	padding:1px 2px 4px;
}
	.threshold_select_button span {
		border-bottom:1px dotted;
	}
a.threshold_select_option {
	text-decoration:none;
	background-color:#e6e6e6;
	white-space:nowrap;
	display:block;
	cursor:hand;
	cursor:pointer;
	color:#5a6f88;
	font-size:11px;
	padding:0 9px;
}
	a.threshold_select_option em {
		border-top:1px solid #d0d0cf;
		display:block;
		font-style:normal;
	}
	.threshold_select_option_text {
		border-top:1px solid #fff;
		padding:3px 4px 3px 1px;
		margin:0;
		display:block;
	}

a.threshold_select_option:first-child em {
	border-top-color:transparent;
}
	a.threshold_select_option:first-child .threshold_select_option_text {
		border-top-color:transparent;
		padding-top:1px;
	}


.threshold_select_options_holder {
	position:absolute;
	z-index:5;
	background-color:#eeecec;
	border-bottom:1px solid #d0d0cf;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.threshold_select_option_selected {
	color:#555;
}
.b-futu_share {
  position: absolute;
  padding: 27px 25px 25px;
  width: 523px;
  background: #d7d7d7;
  z-index: 100;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: -4px 3px 5px 0px rgba(200, 199, 199, 0.17);
  z-index: 100001;
}

@media screen and (max-width: 1000px) {  
  .b-futu_share {
    left: 50% !important;
    margin-left: -254px;
  }
}

@media screen and (max-width: 640px) {
  .b-futu_share {
    left: 0 !important;
    width: 96%;
    padding: 33px 2%;
    margin: 0;
    border: none;
  }
}

.b-futu_share-close,
.b-futu_share-close:hover {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #252525;
  text-decoration: none;
}

.b-futu_share-image {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .b-futu_share-image {
    overflow: scroll
  }
}

.b-futu_share-loading {
  height: 200px;
  width: 523px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .b-futu_share-loading {
    width: 100%;
  }
}


.b-futu_share-image .image {
  width: 523px;
  display: block;
  margin: -1px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .b-futu_share-image .image {
    width: 100%;
    height: auto;
    margin: 0;
  }  
}


.b-futu_share-preloader {
  display: block;
  width: 128px;
  margin: 36px auto;
}

.b-futu_share-greeting {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #464646; 
  opacity: 0;
  -webkit-animation: greeting 4s ease-in infinite; 
  animation: greeting 4s ease-in infinite;
}

.b-futu_share-greeting a {
  color: #464646; 
  text-decoration: none;
}

@-webkit-keyframes greeting {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes greeting {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes greeting {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes greeting {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.b-futu_share-social {
  font-size: 0.9em;
  color: #555;
  vertical-align: middle;
  height: 30px;
  margin: 25px 0px;
}

.b-futu_share-social-label {
  line-height: 0.9em;
  margin-right: 10px;
}

@media screen and (max-width: 400px) {
  .b-futu_share-social-label {
    display: block;
    margin-bottom: 5px;
  }
}

.b-futu_share-input {
  display: block;
  font-size:0.9em;
  height: 25px;
  width: 306px;
  padding: 0px 5px;
  margin-top: 25px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d8 #ebebec #f2f2f2 #ebebec;
  color: #464646;
  box-shadow: inset 0px 1px 0px 0px rgba(232, 232, 231, 1),
              inset 1px 0px 0px 0px rgba(247, 247, 248, 1),
              inset -1px 0px 0px 0px rgba(247, 247, 248, 1); 
  background: #f7f7f8;
  background: -moz-linear-gradient(top,  #f6f6f7 0%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f7), color-stop(100%,#fefefe));
  background: -webkit-linear-gradient(top,  #f6f6f7 0%,#fefefe 100%);
  background: -o-linear-gradient(top,  #f6f6f7 0%,#fefefe 100%);
  background: -ms-linear-gradient(top,  #f6f6f7 0%,#fefefe 100%);
  background: linear-gradient(to bottom,  #f6f6f7 0%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f7', endColorstr='#fefefe',GradientType=0 );              
}

@media screen and (max-width: 640px) {
  .b-futu_share-input {
    width: 100%;
    padding: 0;
  }
}

.b-futu_share-input:focus {
  outline: none;
}

.b-futu_share-copy,
.b-futu_share-copy:hover {
  display: inline-block;
  height: 26px;
  padding: 0 13px;
  margin: 15px 7px 0px 0px;
  line-height: 27px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #363636;
  text-decoration: none;
  text-align: center;
  color: #FFF;
}

.b-futu_share-successfull {
  background: #565656;
  -webkit-animation: changecolor 1.5s; 
  animation: changecolor 1.5s ;
}

@-webkit-keyframes changecolor {
  0% {
    background:#68bb54;
  }
  100% {
    background:#556E8C;
  }
}

@keyframes changecolor {
  0% {
    background:#68bb54;
  }
  100% {
    background:#556E8C;
  }
}

.b-futu_share-parent,
.b-futu_share-parent:hover {
  display: inline-block;
  color: #252525;
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 14px;
  margin-right: 10px;
}

.b-futu_share-parent__hidden,
.b-futu_share-parent__hidden:hover {
  color: #aaa;
}

.b-futu_share-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 100000;
}

.b-futu_share-buttons {
  margin-bottom: 25px;
}

/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)

	HTML example
	<div class="paginator" id="paginator_example">
		<table>
			<tr>
				<td><span><strong><em>1</em></strong></span></td>
				...
				<td><span><a href=""><em>3000</em></a></span></td>
			</tr>
			<tr>
				<td colspan="">
					<div class="scroll_bar">
						<div class="scroll_trough"></div>
						<div class="scroll_thumb">
							<div class="scroll_knob"></div>
						</div>
						<div class="current_page_mark"></div>
					</div>				
				</td>

			</tr>
		</table>
	</div>
*/
.b-paginator {
	width:90%;
	padding: 28px 0 70px;
}
.paginator {
	margin-top:-44px;
	font-size:1em;
	width:100%;
	padding:0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
	.paginator_first_page {
		padding-left:0;
	}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:left;
}
.paginator span {
	display:block;
	padding:0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	display:block;
	padding:6px 2px;
}
.paginator a {
}
	.paginator a:hover {
	}
	.paginator span em {
		font-style:normal;
		padding:3px 5px 4px;
	}
.paginator span strong {
	font-weight:normal; 
}
	.paginator span strong em {
		background-color:#ff6c24;
	}
.paginator .scroll_bar {
	width:100%;	height:20px;
	position:relative;
	margin-top:4px; 
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#363636;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url(/static/i/lepra/slider.gif) 50% 50% no-repeat;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#ff6c24;
}

.fullsize .scroll_thumb {
	display:none;
}


.paginator_pages {
	text-align:left;
	font-size:10px; 
	color:#666;
	margin-bottom:50px;
}


.paginator_go_to_pages {
	height:21px;
	position:relative;
	width:100%;
	padding:0 40px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.paginator_go_to_page {
	background:url(/static/i/sprite.png) no-repeat;
	width:34px;
	height:21px;
	display:block;
	text-decoration:none;
	position:absolute;
	top:0;
}
	.paginator_go_to_page span {
		display:block;
		position:absolute;
		background:url(/static/i/sprite.png) no-repeat;
		width:20px;
		height:20px;
		top:1px;
	}
	.paginator_go_to_previous {
		background-position:-140px -70px;
		left:0;
	}
		.paginator_go_to_previous span {
			background-position:-320px 0;
			left:4px;
		}
	.paginator_go_to_next {
		background-position:-174px -70px;
		right:0;
	}
		.paginator_go_to_next span {
			background-position:-20px 0;
			right:4px;
		}
.datepicker_dashboard {
	position: absolute;
	font-size: 11px;
	color: #000;
	line-height: normal;
	width: 172px;
	height: 142px;
	padding: 14px;
	z-index: 1000;
	background: #D7D7D7;
}

/* header
********************************************************/
.datepicker_dashboard .header {
	position: relative;
	height: 15px;
	margin-bottom: 10px;
	padding-top: 1px;
}

.datepicker_dashboard .header .title {
	text-align: center;
	margin: 4px 18px 0 18px;
}

.datepicker_dashboard .header .titleText {
	font-size: 1em;
	color: #505050;
}

.datepicker_dashboard .header .previous,
.datepicker_dashboard .header .next {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	top: 2px;
	background: url("/static/i/sprite.png") 0 0 no-repeat;
}

.datepicker_dashboard .header .previous {
	left: 4px;
	background-position: -80px -20px;
}
/*.datepicker_dashboard .header .previous:hover {*/
	/*background-position: left bottom;*/
/*}*/
.datepicker_dashboard .header .next {
	right: 4px;
	background-position: -100px -20px;
}
/*.datepicker_dashboard .header .next:hover {*/
	/*background-position: -13px bottom;*/
/*}*/
.datepicker_dashboard .header .closeButton {
	position: absolute;
	line-height: 20px;
	width: 20px;
	text-align: center;
	top: -14px;
	right: -14px;
	color: #333300;
	font-weight: bold;
	display: none;
}
.datepicker_dashboard .header .closeButton:hover {
	color: #AFAFAF;
}

/* body
********************************************************/
.datepicker_dashboard .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 125px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_dashboard .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_dashboard .time .hour,
.datepicker_dashboard .time .separator,
.datepicker_dashboard .time .minutes {
	background: #333;
	border: 0px;
	width: 50px;
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.datepicker_dashboard .time .hour {
	left: 15px;
}
.datepicker_dashboard .time .separator {
	background: transparent;
	width: 10px;
	left: 76px;
}

.datepicker_dashboard .time .minutes {
	left: 95px;
}
.datepicker_dashboard .time .ok {
	position: absolute;
	top: 65px;
	height: 32px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_dashboard .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	padding-top: 1px;
	height: 14px;
	margin: 0 1px 1px 0;
	font-weight: normal;
}
.datepicker_dashboard .days .titles {
	height: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #505050;
}
.datepicker_dashboard .days .day0 {
	margin-right: 0;
}

.datepicker_dashboard .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_dashboard .days .week .day {
	cursor: pointer;
}
.datepicker_dashboard .days .week .day:hover {
	color: #505050;
}

.datepicker_dashboard .days .otherMonth {
	color: #444444;
}

.datepicker_dashboard .days .selected {
	color: #000;
	font-weight: bold;
}

/* months-grid
********************************************************/
.datepicker_dashboard .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_dashboard .months .month3,
.datepicker_dashboard .months .month6,
.datepicker_dashboard .months .month9,
.datepicker_dashboard .months .month12 {
	margin-right: 0;
}

.datepicker_dashboard .months .month10,
.datepicker_dashboard .months .month11,
.datepicker_dashboard .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_dashboard .months .month:hover {
	color: #ccff00;
}

.datepicker_dashboard .months .selected {
	color: #ccff00;
}

/* years-grid
********************************************************/
.datepicker_dashboard .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_dashboard .years .year4,
.datepicker_dashboard .years .year9,
.datepicker_dashboard .years .year14,
.datepicker_dashboard .years .year19 {
	margin-right: 0;
}

.datepicker_dashboard .years .year15,
.datepicker_dashboard .years .year16,
.datepicker_dashboard .years .year17,
.datepicker_dashboard .years .year18,
.datepicker_dashboard .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_dashboard .years .year:hover {
	color: #ccff00;
}

.datepicker_dashboard .years .selected {
	color: #ccff00
}

/* global
********************************************************/
.datepicker_dashboard .unavailable {
	color: #533 !important;
	cursor: default !important;
	text-decoration: line-through;
}

.datepicker_dashboard table {
	border-spacing: 0;
}
.datepicker_dashboard th {
	padding: 0 0 4px;
}
.datepicker_dashboard td {
	padding: 0;
}

.hljs{-moz-tab-size: 4; -moz-tab-size: 4; tab-size: 4; font-size: 13px; white-space: pre-wrap;display:inline-block;vertical-align:middle;overflow-x:auto;padding:0.3em 0.5em 0.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}