html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: unset;
	line-height: unset;
}
tr:hover {
	background-color: unset;
}
caption, th, td {
	font-weight: normal;
	vertical-align: middle;
	word-break: break-word;
}
a:focus, input:focus, textarea:focus, select:focus {
	outline: 0;
}
form {
	clear: both;
	margin: 0;
	overflow: hidden;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

.header-usernav .header-dropdown-nav { display: none }

input[type="text"] {
	color: #696969;
	border: 1px solid #fafafa;
	border-left: 2px solid #848484;
	border-top: 2px solid #848484;
}
.col1-wrap input[type="text"], .col1-wrap input[type="email"], .col1-wrap input[type="tel"] {
	color: #333;
	border: 1px #a8a8a8 solid;
}
.radio label {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
.radio label input {
	position: absolute;
	left: 5px;
	top: 1px;
	border: 0;
}
form button/*, .button*/ {
	clear: both;
	margin: 5px 0;
	padding: 0 5px;
	color: #333;
	border: 1px solid #999;
	cursor: pointer;
	border-radius: .3em;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#efefef),to(#ccc));
	background-image: -webkit-linear-gradient(top,#efefef,#ccc);
	background-image: -moz-linear-gradient(top,#efefef,#ccc);
	background-image: -ms-linear-gradient(top,#efefef,#ccc);
	background-image: -o-linear-gradient(top,#efefef,#ccc);
	background-image: linear-gradient(top,#efefef,#ccc);
}
form button:hover/*, .button:hover*/ {
	background-color: #b2e0f9;
	background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#e8f6fd),to(#a7d9f5));
	background-image: -webkit-linear-gradient(top,#e8f6fd,#a7d9f5);
	background-image: -moz-linear-gradient(top,#e8f6fd,#a7d9f5);
	background-image: -ms-linear-gradient(top,#e8f6fd,#a7d9f5);
	background-image: -o-linear-gradient(top,#e8f6fd,#a7d9f5);
	background-image: linear-gradient(top,#e8f6fd,#a7d9f5);
}
.button,
#HEAD a.button:link,
#HEAD a.button:visited {
	background-color: #f1f1f1;
	border: solid 1px #cecece;
	color: #484848;
	cursor: pointer;
	display: block;
	/*padding: 5px;*/
	text-decoration: none;
}
.button:hover,
#HEAD a.button:link:hover,
#HEAD a.button:visited:hover {
	background-color: #fefefe;
}
#HEAD .buttons {
	clear: both;
	font-size: 14px;
}
.button a {
	color: #484848 !important;
	text-decoration: none;
}
.button .material-icons {
	line-height: 15px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.optionsButton {
	position: relative;
}
.optionsButton .material-icons {
	margin: 0;
}
.optionsList.visible {
	background-color: #fff;
	border-radius: 0;
	color: #484848;
	display: block;
	list-style: none;
	position: absolute;
	right: -1px;
	top: 29px;
	white-space: nowrap;
	width: auto;
	z-index: 10;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
}
.optionsList li {
	margin: -1px 0 0 0;
}

body {
	font: normal 16px/24px Roboto,Arial,sans-serif;
	color: #2f2f2f;
	height: 100%;
	background: #f5f5f8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Merriweather,Georgia,serif;
	font-weight: 700;
}
h1 {
	line-height: 1.2em;
}
a {
	color: #282828;
}
a:hover {
	color: #c00000;
}
p {
	margin: 0 0 20px;
}
sup {
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
}
sub {
	vertical-align: bottom;
	font-size: 11px;
	line-height: 11px;
}
input, textarea, select {
	font-family: Roboto, Arial, sans-serif;
	vertical-align: unset;
}
.wrapping {
	zoom: 1;
	word-spacing: -0.7em;
}
.wrappingtable {
	zoom: 1;
	word-spacing: -0.7em;
	display: table;
}
.cellinline, .cellInline {
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.cell {
	display: table-cell;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.float-left, .left {
	float: left!important;
}
.float-right, .right {
	float: right!important;
}
.float-none {
	float: none!important;
}
.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}
.center {
	text-align: center!important;
}
img.right {
	margin-left: 10px;
}
img.left {
	margin-right: 10px;
}
.vtop {
	vertical-align: top;
}
.vmiddle {
	vertical-align: middle !important;
}
.vbottom {
	vertical-align: bottom !important;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.dBlock {
	display: block!important;
}
.w33 {
	width: 33%;
}
.w47 {
	width: 47%;
}
.w50 {
	width: 50%;
}
.w66 {
	width: 66%;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90px;
}
.w90per {
	width: 90%;
}
.w150 {
	width: 150px;
}
.w220 {
	width: 220px;
}
.h100 {
	height: 100%;
}
.no, .no a {
	text-decoration: none!important;
}
.marker-none {
	list-style: none!important;
}
.underline, .underline a {
	text-decoration: underline!important;
}
.dotted {
	background: url('/i/dot.gif') left top repeat-x;
	height: 1px;
}
.hand {
	cursor: pointer;
}
.red, .red a {
	color: #c00000!important;
}
.red-bg {
	background: #c00000!important;
}
.bg-red {
	color: #fff;
	background-color: #c00000!important;
}
.bg-red a {
	color: #fff!important;
}
.bg-red a:hover {
	color: #efefef!important;
}
.green, .green a  {
	color: #008000!important;
}
.white {
	color: #fff!important;
}
.white-bg {
	background: #fff!important;
}
.bg-white {
	background-color: #fff;
	border-radius: 6px;
}
.gray {
	color: #5d5d5d!important;
}
.gray-light {
	color: #a3a3a3!important;
}
.gray-bg {
	background: #5d5d5d!important;
}
.gray-light-bg {
	background: #f7f7f7!important;
}
.dark {
	color: #2f2f2f!important;
}
.arial {
	font-family: Arial, sans-serif!important;
}
.pt-sans {
	font-family: "PT Sans", Arial, sans-serif!important;
}
.pt-serif {
	font-family: "PT Serif", "Times New Roman", Times, serif!important;
}
.bold {
	font-weight: bold!important;
}
.normal {
	font-weight: normal!important;
}
.font0 {
	font-size: 0;
	line-height: 0;
}
.font10 {
	font-size: 10px!important;
}
.font11, .sm11 {
	font-size: 11px!important;
}
.font12, .sm12 {
	font-size: 12px!important;
	line-height: 16px;
}
.font13 {
	font-size: 13px!important;
}
.font14 {
	font-size: 14px!important;
}
.font15 {
	font-size: 15px!important;
}
.font16 {
	font-size: 16px!important;
}
.font17 {
	font-size: 17px!important;
}
.font18 {
	font-size: 18px!important;
}
.font19 {
	font-size: 19px!important;
}
.font20 {
	font-size: 20px!important;
}
.font21 {
	font-size: 21px!important;
}
.font22 {
	font-size: 22px!important;
}
.font23 {
	font-size: 23px!important;
}
.font24 {
	font-size: 24px!important;
}
.font25 {
	font-size: 24px!important;
}
.font26 {
	font-size: 26px!important;
}
.font27 {
	font-size: 27px!important;
}
.font28 {
	font-size: 28px!important;
}
.font29 {
	font-size: 29px!important;
}
.font30 {
	font-size: 30px!important;
}
.font36 {
	font-size: 36px!important;
}
.font40 {
	font-size: 40px!important;
}
.mb10 {
	margin-bottom: 10px;
}
.ptb5 {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.label {
	line-height: 40px;
	margin-right: 5px;
}
.ptb10 {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.mtb5 {
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
.mtb10 {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.mlr5 {
	margin-left: 5px!important;
	margin-right: 5px!important;
}
.mlr15 {
	margin-left: 15px;
	margin-right: 15px;
}
.marg0 {
	margin: 0!important;
}
.mtb20 {
	margin-bottom: 20px!important;
	margin-top: 20px!important;
}
.mlr20 {
	margin-left: 20px!important;
	margin-right: 20px!important;
}
.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.ml0 {
	margin-left: 0!important;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml32 {
	margin-left: 32px;
}
.mb5 {
	margin-bottom: 5px!important;
}
.pad0 {
	padding: 0!important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl3 {
	padding-left: 3%!important;
}
.pr3 {
	padding-right: 3%!important;
}
.plr3 {
	padding-left: 3%!important;
	padding-right: 3%!important;
}
.plr4 {
	padding-left: 4px!important;
	padding-right: 4px!important;
}
.plr5 {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.plr10 {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.plr20 {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.no-bg {
	background: none!important;
}
.no-bord {
	border: none!important;
}
.top-container {
	position: relative;
	z-index: 10;
}
.ava-pic {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.ava30 {
	width: 30px;
	height: 30px;
}
.ava40 {
	width: 40px;
	height: 40px;
}
.ava70 {
	width: 70px;
	height: 70px;
}
.ava80 {
	width: 80px;
	height: 80px;
}
.ava130 {
	width: 130px;
	height: 130px;
}
.square40 {
	max-height: 40px;
	max-width: 40px;
}
.square50 {
	max-height: 50px;
	max-width: 50px;
}
.square150 {
	max-height: 150px;
	max-width: 150px;
}
.rad3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.rad5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.rad10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.rad20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}
.rad35 {
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
}
.rad40 {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
}
.rad65 {
	border-radius: 65px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
	-khtml-border-radius: 65px;
}
.bord-frame {
	border: 1px #ccc solid;
}

/* Modal windows */
.modal {
	display: none;
	position: fixed;
	top: 20px;
	width: 100%;
	z-index: 50;
}
.modal-inner {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 70px #5c1e244d;
	margin: 0 auto;
	max-width: 380px;
	position: relative;
}
#dark-background, #dark-bg {
	display: none;
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0003;
	opacity: 1;
}
#pay-form .payTitle h2 {
	font-size: 21px;
	line-height: 28px;
	margin: 0;
	padding: 24px;
}
#pay-form .payOptions {
	background-color: #f0faf4;
}
#pay-form .payOptions .is-active {
	background-color: #25c584;
}
#pay-form .payOption-wrapper {
	cursor: pointer;
	height: 84px;
	padding: 16px 24px;
	transition: all .18s ease-in-out;
}
#pay-form .payPlan {
	background-color: #fff;
	border-radius: 24px;
	float: left;
	font-weight: 700;
	line-height: 44px;
	padding: 4px 12px;
}
#pay-form .payPrice-block {
	float: right;
	height: 52px;
	position: relative;
}
#pay-form .payPrice {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}
#pay-form .payDiscount {
	bottom: 0;
	color: #25c584;
	font-size: 13px;
	font-style: italic;
	line-height: 13px;
	position: absolute;
}
#pay-form .payOption-wrapper.is-active .payPlan {
	box-shadow: 0 2px 5px #0003;
}
#pay-form .payOption-wrapper.is-active .payPrice-block,
#pay-form .payOption-wrapper.is-active .payDiscount {
	color: #fff;
}
#pay-form .payOption-wrapper.is-active .payPrice {
	font-size: 30px;
}
#pay-form .payActions {
	padding: 12px;
	text-align: right;
}
.modal .payActions button {
	color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 3px;
	border: none;
	background-color: #5c87fc;
	transition: all .2s ease;
}
.modal .payActions button:hover {
	background-color: #2a62fb;
}
.modal button.button--cancel {
	background: none;
	color: #c1c2c7;
}
.modal button.button--cancel:hover {
	background: none;
	color: #0a0a0a;
}

#subscribe-panel {
	display: none;
	position: absolute;
	z-index: 101;
}
.scroll-pane {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.cols-wrapper {
	display: flex;
	padding-top: 56px;
}
.col0-wrap, .col1-wrap, .col2-wrap, .col3-wrap {
	display: block;
	float: left;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
}
.col0-wrap {
	width: 147px;
}
.col1-wrap {
	width: -moz-calc(100% - 688px);
	width: -webkit-calc(100% - 688px);
	width: calc(100% - 688px);
	position: relative;
}
.col2-wrap {
	border-radius: 3px;
	height: 100%;
	margin-left: 15px;;
	width: 285px;
}
.col3-wrap {
	width: 240px;
}
.if-contained-sticky-scroll {
	top: 0;
	position: relative;
	overflow: hidden;
}
.contained-sticky-scroll-inner {
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.if-contained-sticky-scroll .scrollFixIt {
	left: 50%;
	margin-left: 155px;
	text-decoration: none;
}
.content {
	margin-top: 0px;
	min-height: 700px;
	padding-bottom: 15px;
	width: 100%;
}
.top-block-content .menu-user-messages,
.top-block-content .menu-user-comments {
	display: none;
}
h2.border-left {
	border-left: 4px solid #c00000;
	padding: 0 0 0 20px;
	float: left;
}
.content h1 {
	font-size: 34px;
	line-height: 40px;
	padding: 10px 0;
}
.content h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px;
}
.right-sidebar {
	background: #fff;
	-moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	height: 100%;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 56px;
	width: 270px;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lenta-activity {
	margin: 0!important;
	padding: 0!important;
}
.lenta-activity-container {
	height: calc(100% - 52px);
	margin-top: 108px;
	position: fixed;
	right: 0;
	top: 0;
	width: 270px;
}
.jspContainer:hover,
.lenta-activity-container:hover {
	overflow: visible !important;
}
.lenta-activity li {
	color: #333;
	padding: 10px 12px !important;
	border-bottom: 1px solid #f3f4f5;
	margin: 0!important;
}
.lenta-activity .ava {
	vertical-align: middle;
	display: inline;
	float: none!important;
}
.lenta-activity .votImg a {
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.lenta-activity .votUser a {
	display: inline;
}
.lenta-activity .inlineimg {
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.lenta-activity-container .jspPane {
	width: 100%!important;
	min-height: 100%;
	left: 0!important;
	margin: 0!important;
}
.lenta-activity-container .jspVerticalBar {
	position: absolute;
	top: 0;
	left: 0!important;
	z-index: 5;
	width: 6px;
	height: 100%;
}
.lenta-activity-container .jspTrack {
	background: none!important;
}
.lenta-activity-container .jspDrag {
	background: rgba(0,0,0,0.2);
	border-radius: 6px;
}
.lenta-activity-container .jspCap {
	display: none;
}
.col0-inner {
	width: 147px;
	float: left;
	padding: 56px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 12;
	background: #373c4d;
	bottom: 0;
	height: auto;
}
.col0-inner #col0-content {
	height: 100%;
	min-height: 100%;
	position: relative;
}

.logo {
	display: block;
	width: 147px;
	height: 55px;
	position: fixed;
	left: 0;
	z-index: 14;
	background-color: #d00223;
	-webkit-transition: background-color .7s ease;
	transition: background-color .7s ease;
	-o-transition: background-color .7s ease;
	transition: background-color .7s ease;
}
.logo:hover {
	background-color: #db0000;
}
.logo:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 29px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -38px;
	background-image: url(//klerk.ru/html2016/images/logo_klerk.png);
}
.with-submenu .submenu {
	background-color: #fff;
	border: 1px #f0f0f0 solid;
	display: none;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	padding: 10px;
	position: absolute;
	-moz-box-shadow: 7px 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 7px 2px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 2px 7px rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.with-submenu .submenu-arrow {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
	height: 10px;
	margin: 0 0 10px 10px;
	transform: rotate(45deg);
	width: 10px;
}
.with-submenu.open .submenu-arrow {
	transform: rotate(-135deg);
}
.submenu ul {
	list-style: none;
}
.submenu li {
	padding: 0 10px 0 30px;
	position: relative;
}
.submenu.leftside {
	right: 0;
}
.submenu .material-icons {
	left: 0;
	position: absolute;
}
.menu, .brands-menu, .rubrics-menu, .links-menu {
	font: normal 14px/18px Arial, sans-serif;
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	color: #fff;
	position: relative;
}
.menu.lentas a {
	font-size: 13px;
}
.menu.klerk {
	border-top: 1px #494c4f solid;
}
.menu li, .brands-menu li, .rubrics-menu li {
	margin: 0 0 13px;
	padding: 0 14px 0 19px;
}
.menu li {
	position: relative;
}
.menu li.active a, .links-menu li.active a {
	color: #e45c52;
}
.menu li.active .submenu .active a, .links-menu li.active .submenu .active a {
	color: #fc4c4c;
}
.menu li .number {
	font-size: 11px;
	color: #999;
	position: absolute;
	right: 14px;
	top: 1px;
}
.menu li .seminars-number-hot {
	background: url(//klerk.ru/html5/i/hot_event.png) 0 0 no-repeat;
	padding: 0 0 0 18px;
}
.menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.menu a:hover {
	color: #d4d4d4;
}
.menu ul.submenu, .links-menu ul.submenu {
	display: none;
	position: absolute;
	z-index: 1;
	top: -11px;
	left: 147px;
	width: 400px;
	background: #fff;
	border: 1px #eee solid;
	list-style: none;
	padding: 10px 0 0;
	-moz-box-shadow: 7px 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 7px 2px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 2px 7px rgba(0, 0, 0, 0.2);
}
.links-menu ul.submenu {
	top: auto;
	bottom: 7px;
}
.menu ul#nav-more-list {
	width: 190px;
}
.menu ul.submenu:before, .links-menu ul.submenu:before {
	content: "";
	position: absolute;
	z-index: 39;
	top: 14px;
	left: -14px;
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-right: 7px #fff solid;
}
.links-menu ul.submenu:before {
	top: auto;
	bottom: 14px;
}
.menu ul.submenu li, .links-menu ul.submenu li {
	font-size: 13px;
	width: 164px;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
	margin: 0 0 13px;
	padding: 0 14px 0 19px;
	position: relative;
}
.menu ul#nav-more-list li {
	width: 157px;
}
.menu ul.submenu a, .links-menu ul.submenu a {
	color: #282828;
	text-decoration: none;
	display: block;
}
.menu ul.submenu a:hover, .links-menu ul.submenu a:hover {
	color: #fc4c4c;
}
.menu .nav-more-hide {
	display: none;
}
.menu #nav-more .nav-more-span, .menu #nav-more .mark {  
	cursor: pointer;
}
.seminars-submenu li {
	width: 361px!important;
}
.seminars-submenu .events-dropdown-date {
	color: #fc4c4c;
	font-size: 12px;
	margin: 0 0 5px;
}
.seminars-submenu .hot-seminar {
	display: inline;
	color: #ffa800;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 0 0 0 18px;
	background: url(//klerk.ru/html5/i/hot_event.png) 0 0 no-repeat;
}
.seminars-submenu .events-dropdown-all {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px!important;
}

/*  user menu */
.menu-user {
	background: #1f232f;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
}
.menu-user li {
	padding: 10px 14px 12px 19px;
	position: relative;
}
.menu-user a {
	color: #000;
	display: block;
	text-decoration: none;
}
.menu-user a:hover {
	color: #d4d4d4;
}
#new-comments-list-ul ul {
	max-height: 500px;
	overflow-y: auto;
}
/*.menu-user .submenu:before {
	content: "";
	position: absolute;
	z-index: 39;
	top: 14px;
	left: -14px;
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-right: 7px #fff solid;
}*/
/* Header user menu */
header .search {
	background: #26252c;
}
header .new-post {
	background: #fff;
}
header .search,
header .new-post {
	border-radius: 100px;
	margin: 9px 16px 0 0;
	padding: 6px 8px;
}
header .icon {
	display: inline-block;
	height: 24px;
	margin: 0 4px;
	text-align: center;
	width: 24px;
}
header .search svg {
	fill: #fff;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
header .new-post svg {
	height: 14px;
	vertical-align: middle;
	width: 14px;
}
header .search .text {
	color: #999;
	font-weight: 400;
}
header .new-post .text {
	font-weight: 500;
}
header .search .text,
header .new-post .text {
	margin-right: 8px;
}
header .links a {
	color: #fff;
	line-height: 56px;
}
header .links a:not(:last-child) {
	margin-right: 16px;
}
header .menu-user svg {
	fill: #fff;
	height: 16px;
	transition: all .18s ease-in-out;
	vertical-align: middle;
	width: 16px;
}
header .menu-user .submenu {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-sizing: border-box;
	display: none;
	padding: 8px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 52px;
	width: 250px;
}
header .menu-user svg:hover {
	fill: #ccc;
}
header .menu-user-settings ul {
	border-bottom: 1px solid #f8f7f6;
	padding: 10px 0;
}
header .menu-user-settings .submenu {
	left: -178px;
	min-width: 200px;
	position: absolute;
	top: 52px;
}
header .menu-user-settings .submenu li {
	border: none;
	font-size: 13px;
	line-height: 24px;
	padding: 0 12px;
}
header .menu-user-settings .submenu li a {
	padding: 0 0 0 20px;
}
header .submenu-user-settings:before,
header .submenu-user-exit:before {
	background: none;
}
.menu-user .submenu {
	color: #000;
	font-weight: 400;
}
.menu-user .submenu a:hover {
	color: #c00000;
}
.menu-user .submenu li {
	padding: 8px 16px;
	border-top: 1px #f0f0f0 solid;
}
.menu-user .submenu li:first-child {
	border-top: none;
}
.menu-user .submenu li div {
	padding: 3px 0;
}
.menu-user .menu-user-info {
	text-align: center;
	padding: 0;
	border-top: none;
}
.menu-user-info .ava-pic {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	display: block;
	margin: 13px auto 0;
	height: 30px;
	width: 30px;
}
.menu-user-info .ava-pic img {
	left: 0;
	max-height: 30px;
	position: absolute;
	width: 30px;
}
.menu-user .menu-user-write-wrapper {
	background: #242833!important;
	padding: 10px 14px 12px 50px;
}
.menu-user-write {
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.07s ease;
	-moz-transition: all 0.07s ease;
	-o-transition: all 0.07s ease;
	transition: all 0.07s ease;
}
.menu-user-write:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -22px;
	width: 14px;
	height: 14px;
	background-image: url(//klerk.ru/html2016/images/write_inactive.png);
}
.hover .menu-user-write {
	color: #d4d4d4;
}
.hover .menu-user-write {
	color: #d4d4d4;
}
.hover .menu-user-write:before {
	background-image: url(//klerk.ru/html2016/images/write_active.png);
}
.new-notice-number {
	background: #bf0000;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	box-shadow: 0 1px 2px rgba(41,41,41,.2);
	display: none;
	height: 12px;
	min-width: 11px;
	padding: 1px 4px;
}
.menu-forum-messages .new-notice-number,
.menu-user-messages.new-notice .new-notice-number,
.menu-user-comments.new-notice .new-notice-number {
	color: #fff;
	display: block;
	font-size: 9px;
	left: 8px;
	line-height: 11px;
	position: absolute;
	text-align: center;
	top: 12px;
}
.menu-forum-messages .new-notice-number {
	background-color: #fff;
	color: gray;
	left: unset;
	right: -15px;
}
.menu-user-comments .submenu {
	left: 102%!important;
	width: 280px!important;
	font: normal 11px/14px Arial, sans-serif;
}
header .menu-user-comments .submenu {
	display: none;
	left: auto !important;
	list-style: none;
	position: absolute;
	right: 0px;
	top: 52px;
}
.menu-user-comments .submenu li {
	list-style: none;
	padding: 0!important;
}
.menu-user-comments .submenu li li {
	padding: 14px 7px 12px 7px!important;
}
.menu-user-comments .submenu li:hover {
	background: #f7f7f7;
}
.menu-user-comments .submenu .nothing-comments, .menu-user-comments .submenu .all-comments {
	font-size: 14px;
	padding: 11px 14px 12px 14px!important;
	background: #fff!important;
	color: #3a3e41;
	text-align: center;
}
.menu-user-comments .submenu .all-comments {
	background: #e0e0e0!important;
}
.menu-user-comments .submenu .unread {
	background: #ddf4e5 !important;
}
.menu-user-comments .submenu img {
	width: 27px;
	height: 27px;
	font-size: 0;
	line-height: 0;
	float: left;
}
.menu-user-comments .submenu article, .menu-user-comments .submenu .list-content {
	position: relative;
	margin-left: 35px;
	color: #222;
}
.menu-user-comments .submenu .list-content p {
	font-size: 11px;
	color: #333;
	margin: 0;
}
.menu-user-comments .submenu .list-content .when {
	color: #999;
	display: block;
}
.submenu-user-write:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 15px;
	height: 15px;
	background: url(//klerk.ru/html2016/images/sprite.png) -161px -619px no-repeat;
}
.submenu-user-company:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 16px;
	height: 17px;
	background: url(//klerk.ru/html2016/images/sprite.png) -178px -619px no-repeat;
}
.submenu-user-settings:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 16px;
	height: 16px;
	background: url(//klerk.ru/html2016/images/sprite.png) -161px -638px no-repeat;
}
.submenu-user-exit:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 15px;
	width: 12px;
	height: 16px;
	background: url(//klerk.ru/html2016/images/sprite.png) -179px -638px no-repeat;
}
/* // user menu */

.other-menu {
	padding: 0 0 15px;
}
.other-menu .brands-menu {
	padding: 20px 0 0;
}
.brands-menu li {
	display: table;
	zoom: 1;
}
.brands-menu a {
	text-decoration: none;
	font-weight: bold;
}
.brands-menu a.brand-color-1, .brands-menu a.brand-color-1:hover {
	color: #f0dd77;
}
.brands-menu a.brand-color-2, .brands-menu a.brand-color-2:hover {
	color: #7cb907;
}
.brands-menu a.brand-color-3, .brands-menu a.brand-color-3:hover {
	color: #f0ac45;
}
.brands-menu a div {
	color: #d0d0d0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 1px 0 2px;
}
#nav-more-list .brands-menu a div {
	display: none;
}
#nav-more-list .brands-menu a {
	color: #282828!important;
	font-weight: normal;
}
#nav-more-list .brands-menu a:hover {
	color: #fc4c4c!important;
}
.links-menu > li > a {
	color: #999;
	text-decoration: none;
}
.links-menu {
	background: #373c4d;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.links-menu > li > a {
	display: block;
	padding: 14px 14px 14px 19px;
}
.links-menu > li {
	margin: 0;
	padding: 0;
	border-bottom: 1px #494c4f solid;
	display: block;
	color: #999;
	cursor: pointer;
	position: relative;
}
.links-menu > li:last-child {
	border-bottom: none;
}
.links-menu > li > a > span {
	width: 31px;
	height: 31px;
	font-size: 0;
	line-height: 0;
	margin: 0 7px 0 0;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	background: url(//klerk.ru/html2016/images/sprite.png);
	background-repeat: no-repeat;
}
#icon-categories > a > span {
	background-position: -130px -213px;
	height: 34px;
}
#icon-tools > a > span {
	background-position: -130px -248px;
}
#icon-sign > a > span {
	background-position: -130px -279px;
}
/*.sign-in .errorBlock {*/
.errorBlock {
	background-color: #fff;
	border: 1px #FF8EA1 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 9px 13px;
}
.flex {
	display: -ms-flexbox;
	display: flex;
}
.top-block-content {
	background: #fff;
	border-bottom: 1px #d5d5d5 solid;
	height: 55px;
	position: relative;
	z-index: 15;
}
.search-inner {
	width: 100%;
	position: relative;
}
.search-inner form {
	clear: none;
}
.search .logo {
	background-color: #fff!important;
	background-image: url(//klerk.ru/html2016/images/logo_klerk_2.png);
}
.top-search-inp {
	background: #ddf4e5 !important;
	border: none!important;
	color: #333!important;
	font: normal 20px/51px Arial, sans-serif!important;
	height: 52px !important;
	padding: 0!important;
	text-indent: 18px!important;
	vertical-align: top;
	width: calc(100% - 52px);
}
.top-search-btn {
	background: #ddf4e5 url(//klerk.ru/html2016/images/search_btn.png) 13px 13px no-repeat;
	border: none;
	border-radius: 0;
	height: 52px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 52px;
	z-index: 20;
}
.add-menu-btn {
	font: normal 14px/20px Arial, sans-serif;
	color: #5d5d5d;
	width: 100px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	position: relative;
}
.add-menu-btn .filter-text {
	position: relative;
	margin: 0 0 0 23px;
}
.add-menu-btn .filter-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: -28px;
	width: 16px;
	height: 16px;
	background: url(//klerk.ru/html2016/images/sprite.png) -71px -45px no-repeat;
}
.add-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	width: 150px;
	text-align: left;
}
.add-menu ul {
	font: normal 12px/18px Arial, sans-serif;
	list-style: none;
	margin: 55px 0 0;
	padding: 0 0 10px;
	width: 100%;
	z-index: 38;
	background: #fff;
	outline: 1px #eee solid;
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.35);
	box-shadow: 0 5px 9px rgba(0,0,0,0.35);
}
.add-menu li {
	margin: 0;
	padding: 0;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.add-menu a {
	display: block;
	padding: 15px 0 15px 53px;
	text-decoration: none;
	position: relative;
	color: #282828;
}
.add-menu a:hover {
	color: #c00000;
}
.add-menu a span {
	display: block;
	position: absolute;
	left: 3px;
	top: 5px;
	width: 42px;
	height: 36px;
	margin: 0;
	background-image: url(//klerk.ru/html2016/images/sprite.png);
	background-repeat: no-repeat;
}

.add-menu #buh span {
	background-position: -43px -359px;
}

.add-menu #law span {
	background-position: -86px -362px;
}

.add-menu #bank span {
	background-position: -129px -362px;
}

.add-menu #boss span {
	background-position: 0 -403px;
}

.add-menu #soft span {
	background-position: -43px -401px;
}

.add-menu #job span {
	background-position: -86px -402px;
}
.add-menu #humour span {
	background-position: -129px -404px;
}
.add-menu-wrapper.hover .add-menu {
	display: block;
}
.add-menu-wrapper.hover .add-menu-btn {
	background: #fdd559;
	color: #282828;
}
.add-menu-wrapper.hover .add-menu-btn .filter-text:before {
	background-position: -116px -45px;
}
.add-menu-wrapper.hover .add-menu-btn:before {
	content: "";
	position: absolute;
	z-index: 39;
	bottom: -1px;
	left: 50%;
	margin-left: -14px;
	width: 0;
	height: 0;
	border: 13px transparent solid;
	border-bottom: 13px #fff solid;
}
.block-share {
	margin: 10px 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.share-button--popup {
	position: relative;
	display: block;
	min-width: 50px;
	height: 32px;
	overflow: hidden;
	padding: 0 15px;
	cursor: pointer;
	word-spacing: -.5px;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	outline: none;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
	white-space: nowrap;
	margin: 0 5px 0 5px;
}
.share-button--popup:first-child {
	margin: 0 5px 0 0;
}
.share-button--popup:last-child {
	margin: 0 0 0 5px;
}
.share-button--popup:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	transition: opacity .15s ease-in-out;
	opacity: 0;
	background-color: #000;
}
.share-button--popup img {
	height: 12px;
}
.share-button--popup:hover:after {
	opacity: .15;
}
.button--fb {
	background-color: #3B5998;
	background-image: -webkit-linear-gradient(#3B5998, #2d4373);
	background-image: linear-gradient(#3B5998, #2d4373);
}
.button--fb img {
	height: 14px;
}
.button--tw {
	background-color: #1DA0F2;
	background-image: -webkit-linear-gradient(#1DA0F2, #0c85d0);
	background-image: linear-gradient(#1DA0F2, #0c85d0);
}
.button--tw img {
	height: 13px;
}
.button--ok {
	background-color: #F7931E;
	background-image: -webkit-linear-gradient(#F7931E, #da7908);
	background-image: linear-gradient(#F7931E, #da7908);
}
.button--ok img {
	height: 14px;
}
.button--vk {
	background-image: linear-gradient(180deg, #304591 0%, #2B3E82 100%);
}
.button--vk img {
	height: 11px;
}
.button--rss {
	background-color: #da7700;
	background-image: -webkit-linear-gradient(#da7700, #da7908);
	background-image: linear-gradient(#da7700, #da7908);
}
.button--rss img {
	height: 14px;
}
.button--telegram {
	background-color: #64a9dc;
	background-image: -webkit-linear-gradient(#64a9dc, #389ee9);
	background-image: linear-gradient(#64a9dc, #389ee9);
}
.button--telegram img {
	height: 13px;
}
.klerk-footer {
	background: #2a2b35;
	clear: both;
	color: #d1d5da;
	line-height: 24px;
	padding: 0 12px;
	position: relative;
	z-index: 1;
}
#blog-post-footer .klerk-footer {
	margin: 0;
}
.klerk-footer a {
	color: #d1d5da;
	text-decoration: none;
}
.klerk-footer a:hover {
	color: #fff;
}
.klerk-footer h3 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .07em;
	opacity: .5;
	text-transform: uppercase;
}
.klerk-footer ul {
	font-size: 15px;
	list-style: none;
	margin-bottom: 24px;
}
.klerk-footer sup {
	font-size: .6em;
	margin-left: 2px;
	opacity: .3;
	position: relative;
	top: -.5em;
}
.klerk-footer .copyright {
	background-color: #07030e;
	padding: 12px;
}
.klerk-footer span {
	color: #475059;
	font-size: 12px;
	margin: 0 16px 0 0;
}
.klerk-footer span a {
	border-bottom: 1px solid #3c434b4d;
	color: #475059;
}
.klerk-footer span a:hover {
	color: #697684;
}
.social-btns {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-btns li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.social-btns a {
	width: 33px;
	height: 59px;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 0 3px 5px;
	background-image: url(//klerk.ru/html2016/images/networks.png);
	background-repeat: no-repeat;
}
.social-btns .fb a {
	background-position: 0 0;
}
.social-btns .tw a {
	background-position: -39px 0;
}
.social-btns .vk a {
	background-position: -78px 0;
}
.social-btns .odn a, .social-btns .ok a {
	background-position: -117px 0;
}
.social-btns .gp a {
	background-position: -156px 0;
}
.social-btns .mm a {
	background-position: -195px 0;
}
.social-btns .rss a {
	background-position: -234px 0;
}
.social-btns .number {
	font: normal 10px/12px Arial, sans-serif;
	color: #a3a3a3;
	text-align: center;
	padding: 7px 0 10px 5px;
}
.socialLinks .social-likes li .social-likes__button {
	display: block;
	width: 32px;
	height: 28px;
	background: url(//klerk.ru/html2016/images/sprite.png) no-repeat;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: relative;
}
.socialLinks .social-likes li .social-likes__counter {
	display: block;
	position: relative;
	color: #565656;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin: 7px 0 0;
	padding: 2px 1px;
	border: 1px #aaa solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.socialLinks .social-likes li .social-likes__counter .coner {
	display: block;
	width: 10px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -5px;
	background: url(//klerk.ru/html2016/images/sprite.png) -190px -280px no-repeat;
}
.socialLinks .social-likes li .social-likes__button:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.socialLinks .social-likes .social-likes__widget_facebook span.social-likes__button {
	background-position: -168px -130px;
}
.socialLinks .social-likes .social-likes__widget_vkontakte span.social-likes__button {
	background-position: -168px -188px;
}
.socialLinks .social-likes .social-likes__widget_twitter span.social-likes__button {
	background-position: -168px -159px;
}
.socialLinks .social-likes .social-likes__widget_odnoklassniki span.social-likes__button {
	background-position: -168px -217px;
}
.socialLinks .social-likes .social-likes__widget_plusone span.social-likes__button {
	background: url(//klerk.ru/i/social/google-plus.jpg) 0 0 no-repeat;
}
.socialLinks .social-likes .social-likes__widget_livejournal span.social-likes__button {
	background: url(//klerk.ru/i/social/livejournal.jpg) 0 0 no-repeat;
}
.socialLinks .social-likes .social-likes__widget_linkedin span.social-likes__button {
	background: url(//klerk.ru/i/social/linkedin.jpg) 0 0 no-repeat;
}
.socialLinks .social-likes .social-likes__widget_mailru span.social-likes__button {
	background: url(//klerk.ru/i/social/mailru.jpg) 0 0 no-repeat;
}
.socialLinks .social-likes .social-likes__icon {
	display: none;
}
.social-likes__counter_empty {
	display: none!important;
}

.right-sidebar .votCommentPreview {
	font: normal 14px/18px "PT Sans", Arial, sans-serif;
}
.right-sidebar .votCommentPreview .votImg img {
	background: url(//klerk.ru/images/noavatar.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	margin: 0 6px 0 0;
	max-height: 24px;
	width: 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.right-sidebar .votCommentPreview p {
	margin: 0 0 10px 0;
}
.votCommentFull {
	background-color: #ffffff;
	display: none;
	left: -307px;
	padding: 10px;
	position: absolute;
	top: 8px;
	width: 300px;
	-moz-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.2);
}
.votCommentFull::after {
	border: 7px transparent solid;
	border-left: 7px #fff solid;
	content: "";
	height: 0;
	position: absolute;
	right: -14px;
	top: 10px;
	width: 0;
}
.blogs-list .votCommentFull img {
	height: auto;
}
.section-title {
	font: bold 18px/18px "PT Sans", Arial, sans-serif;
	color: #c00000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
	padding: 21px 5px 15px;
}
.section-title a {
	color: #c00000;
	text-decoration: none;
}
.section-title a .number-marker {
	font: normal 14px/14px "PT Sans", Arial, sans-serif!important;
	color: #fff!important;
	background: #c00000;
	padding: 0px 5px 1px;
	margin: 0 0 0 8px;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	border: 2px #c00000 solid;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	position: relative;
	top: -2px;
}
.section-title a:hover .number-marker {
	background: #db0000;
	border: 2px #db0000 solid;
}
.list-title {
	font: normal 36px/36px "PT Sans", Arial, sans-serif!important;
	color: #444!important;
	margin: 5px 0 12px!important;
	padding: 0!important;
}
.list-title a {
	text-decoration: none;
}
#ajax_content mark a:visited {
	color: #c33!important;
}
#ajax_content mark a:hover {
	color: #fe4d4d!important;
}
.notification-filters .comments-block article {
	margin-bottom: 24px;
}
.notification-info a {
	margin-left: 5px;
	font-size: 12px;
}
.notification-info .js-ajax_loader img {
	position: relative;
	top: 5px;
}
.js-notification_viewed, .js-notification_unviewed {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	/*behavior: url(/html2016/PIE.htc);*/
	font-size: 0!important;
	line-height: 0;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: middle;
	text-decoration: none;
}
.js-notification_viewed {
	width: 10px;
	height: 10px;
	background: #6abb33;
}
.js-notification_unviewed {
	width: 6px;
	height: 6px;
	background: #fff;
	border: 2px #6abb33 solid;
}
.rss-link {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(/html2016/images/sprite.png) -168px -802px no-repeat;
}

.private-message {
	position: relative;
	padding: 0 0 0 17px;
}
.private-message:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 9px;
	background: url(/html2016/images/siteicons.png) -2px -118px no-repeat;
}
.confirmWrapper {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.confirmInner {
	width: 100%;
	height: 100%;
	background: url(//klerk.ru/html5/i/fig.png) 0 0 repeat;
}
.confirmBlock {
	width: 290px;
	color: #333;
	font: normal 13px/17px Arial, sans-serif;
	background: #fff;
	border: 1px #333 solid;
	top: 30%;
	left: 50%;
	position: relative;
	margin-left: -145px;
	text-align: center;
}
.confirmTop {
	padding: 30px 0;
}
.confirmTop label{
	display: inline;
}
.confirmBottom {
	background: #f2f2f2;
	border-top: 1px #e6e6e6 solid;
	display: flex;
	justify-content: space-around;
	padding: 14px 0 16px;
}

.confirmTop p {
	margin: 0 0 18px;
	font-size: 15px;
}

.confirmWrapper input {
	font: normal 13px Arial, sans-serif;
}

.confirmBottom input {
	margin: 0 3px;
	cursor: pointer;
}

.imgWrapper {
	position: relative;
	display: block;
}
.imgSign {
	position: absolute;
	left: 0;
	bottom: 11px;
	padding: 5px 10px;
	margin: 0;
	z-index: 15;
	color: #fff;
	background: #1e1d1c;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.imgSign a {
	color: #fff!important;
}

#panel {
	height: 34px;
	background: url(/img/bg.jpg) left top repeat-x;
}
#container {
	width: 970px;
	margin: 0 auto;
}
.redactor_editor ul, .postcontainer ul {
	list-style: disc!important;
	padding: 0 0 0 21px;
}
.redactor_editor ol, .postcontainer ol {
	list-style: decimal!important;
	padding: 0 0 0 21px;
}
.android-version {
	float: left;
	color: #404040;
	font: normal 12px Arial, sans-serif;
	text-decoration: underline;
	padding: 4px 0 2px 15px;
	background: url(/i/pics.png) no-repeat 0 -2467px;
	cursor: pointer;
}
.android-version:hover {
	color: #b40001;
	text-decoration: none;
}
.stickyblock {
	position: fixed;
	z-index: 5;
}
.stopblock {
	position: relative;
	z-index: 5;
}
#sticky-social-fixed {
	z-index: 5;
}
.share-vert {
	width: 24px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}
.share-vert .ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 0 2px 0;
	display: block;
}
.share-vert .articleBottom {
	border: none;
	line-height: 24px;
}
.share-vert .buttonLike .bLike {
	font-size: 0;
	line-height: 24px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.share-vert .buttonLike .bLike .bLikeInner {
	padding: 0;
	position: static;
}
.share-vert .buttonLike .likeNumber {
	font: normal 11px/24px Arial, sans-serif;
	height: 24px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 24px;
	position: absolute;
	min-width: 22px;
	text-align: center;
}
.share-vert .buttonLike .likeNumber span {
	display: none;
}
.share-vert .peopleLike, .share-vert .oppeopleLike {
	left: auto!important;
	right: 50%;
	margin-right: -325px;
}
.share-vert .ic-love, .share-vert .ic-print {
	width: 24px;
	height: 24px;
	margin: 0 0 2px;
	border: 1px #cecfce solid;
	background: #f1f1f1;
}
.share-vert .ic-love a, .share-vert .ic-print a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
}
.share-vert .ic-love a:before, .share-vert .ic-print a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
	top: 3px;
	background-image: url(/html2016/images/sprite.png);
	background-repeat: no-repeat;
}
.share-vert .ic-love a:before {
	width: 16px;
	height: 12px;
	top: 6px;
	background-position: -183px -393px;
}
.share-vert .ic-print a:before {
	width: 16px;
	height: 15px;
	background-position: -184px -411px;
}
@media only screen and (min-width: 240px) and (max-width: 990px) {
	.sticky-social-track {
		padding-right: 24px;
	}
	.share-vert {
		right: 24px;
	}
	.share-vert .peopleLike, .share-vert .oppeopleLike {
		right: 24px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.share-vert .peopleLike.post2blog {
		width: 300px;
	}
}
@media only screen and (max-width: 380px) {
	.share-vert .peopleLike.post2blog, .share-vert .peopleLike {
		width: 240px;
	}
	.share-vert .peopleLike {
		right: -30px;
	}
}

/* Tags cloud & Interests */
.tabsBlogs {
	position: relative;
	margin: 15px 0;
}
ul.tabNavigationBlogs {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 32px;
	zoom: 1;
	word-spacing: -0.7em;
	background: #fff;
	position: relative;
}
ul.tabNavigationBlogs li {
	font: bold 12px/15px Arial, sans-serif;
	color: #000;
	list-style: none;
	list-style-image: none;
	margin: 0 7px 0 0;
	padding: 7px;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
	text-align: center;
}
ul.tabNavigationBlogs li.active {
	background: #c00000;
}
ul.tabNavigationBlogs li a {
	color: #000;
	text-decoration: underline;
}
ul.tabNavigationBlogs li.active a {
	color: #fff;
	text-decoration: none;
}
#tabTags, #tabInterests {
	font: normal 14px/34px Arial, sans-serif;
	padding: 0 3%;
}
#tabTags a, #tabInterests a {
	color: #6f6f6f;
	margin: 0 3px;
	text-decoration: none;
}
#tabTags a:hover, #tabInterests a:hover {
	text-decoration: underline;
}
.tag1 {
	font-size: 65%;
}
.tag2 {
	font-size: 71%;
}
.tag3 {
	font-size: 78%;
}
.tag4 {
	font-size: 80%;
}
.tag5 {
	font-size: 90%;
}
.tag6 {
	font-size: 100%;
}
.tag7 {
	font-size: 110%;
}
.tag8 {
	font-size: 120%;
}
.tag9 {
	font-size: 130%;
}
.tag10 {
	font-size: 140%;
}
.tag11 {
	font-size: 150%;
}
.tag12 {
	font-size: 160%;
}
.tag13 {
	font-size: 170%;
}
.tag14 {
	font-size: 180%;
}
.tag15 {
	font-size: 190%;
}
.tag16 {
	font-size: 200%;
}
.tag17 {
	font-size: 210%;
}
.tag18 {
	font-size: 220%;
}
.tag19 {
	font-size: 230%;
}
.tag20 {
	font-size: 240%;
}
.tag21 {
	font-size: 250%;
}
.tag22 {
	font-size: 260%;
}
.tag23 {
	font-size: 270%;
}
.tag24 {
	font-size: 280%;
}
.tag25 {
	font-size: 290%;
}
.tabsBlogs .slideTags {
	width: 32px;
	height: 29px;
	margin: 0;
	padding: 0;
}
.tabsBlogs .slideTags .plus, .tabsBlogs .slideTags .minus, .tabsBlogs .slideTags .toggleSign {
	background: #fff;
	width: 32px;
	height: 29px;
	text-align: center;
	font-size: 20px;
	line-height: 29px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.blogs-list a:hover {
	color: #c00000;
}
.blogs-list {
	background-color: #ffffff;
	border-radius: 3px;
	font-size: 13px;
	line-height: 15px;
	max-width: 300px;
	margin: 0 auto 12px;
	text-align: left;
}
.right-sidebar .blogs-list {
	background-color: #ffffff;
}
#SIDEBARx {
	margin: 0 0 150px 0;
}
#SIDEBARx .blogs-list li.active {
	text-decoration: underline;
}
.blogs-list ul {
	margin-top: 14px;
	padding: 0 10px;
}
.blogs-list li {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	clear: both;
	position: relative;
}
.blogs-list li a {
	color: #05688d;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.blogs-list li img {
	max-width: 100%;
	overflow: hidden;
}
.blogs-list .section-header {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px 5px;
	text-align: center;
	border-radius: 3px;
	background-color: #666!important;
	position: relative;
	z-index: 2;
}
.blogs-list .section-header a {
	color: #fff;
}
.blogs-list .section-header-white {
	background-color: #f6f6f6;
	border-bottom: 1px solid #f3f4f5;
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 52px;
	padding: 18px 5px;
	position: relative;
	text-align: center;
	z-index: 1;
}
h3 .material-icons {
	position: absolute;
	right: 5px;
	top: 6px;
}
.blogs-list .nick {
	font-size: 11px;
	color: #848484;
}
.blogs-list .ava {
	float: left;
	height: 24px;
	margin: 2px 7px 7px 0;
	width: 24px;
}
.blogs-list a.settings {
	color: #848484;
}
.blogs-list a.settings:hover {
	color: #333;
}
.blogs-list .more {
	clear: both;
	font-size: 12px;
	padding: 0 0 12px 42px;
}
.blogs-list .more a {
	color: #848484;
	text-decoration: underline;
	margin: 0 5px 0 0;
}
.blogs-list .more a:hover, .blogs-list .birthday a:hover {
	color: #c00000;
}
.blogs-list .birthday {
	font-size: 11px;
	color: #848484;
	padding: 0 10px 5px;
}
.blogs-list .birthday a {
	color: #05688d;
	text-decoration: underline;
}
#moreFans,
#moreCompanys,
.blogs-list .showAll {
	cursor: pointer;
	height: 24px;
	text-align: center;
}
#moreFans:hover,
#moreCompanys:hover,
.blogs-list .showAll:hover {
	background-color: #eee;
}
.tabs {
	position: relative;
}
ul.tabNavigation {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
	zoom: 1;
	word-spacing: -0.7em;
	display: table;
	border-bottom: 1px #cfcfcf solid;
}
ul.tabNavigation li {
	font: normal 13px/16px "PT Sans", Arial, sans-serif;
	list-style: none;
	list-style-image: none;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
	display: -moz-inline-box;
	display: table-cell;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
	text-align: center;
	color: #000;
	width: 33%;
	*width: 32%;
	height: 35px;
	background-color: #ddd;
	background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#e3e3e3),to(#d7d7d7));
	background-image: -webkit-linear-gradient(top,#e3e3e3,#d7d7d7);
	background-image: -moz-linear-gradient(top,#e3e3e3,#d7d7d7);
	background-image: -ms-linear-gradient(top,#e3e3e3,#d7d7d7);
	background-image: -o-linear-gradient(top,#e3e3e3,#d7d7d7);
	background-image: linear-gradient(top,#e3e3e3,#d7d7d7);
	border: 1px #f1f1f1 solid;
	border-bottom: 1px #cfcfcf solid;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	/*behavior: url(PIE.htc);*/
}
ul.tabNavigation li.active {
	background: #fff;
	border: 1px #cfcfcf solid;
	border-bottom: none;
	height: 36px;
}
ul.tabNavigation li a {
	color: #000;
	display: block;
	padding: 11px 0 10px;
	text-decoration: none;
}
.itemBlog footer {
	border-top: 1px solid rgba(41,41,41,.04);
	clear: both;
	font-size: 14px;
	margin: 12px -24px 0;
	padding: 8px 24px 0;
}
.itemBlog footer a {
	color: #484848;
	text-decoration: underline;
}
.itemBlog footer a:hover {
	color: #c00000;
	text-decoration: none;
}
.itemBlog footer .footerLinks {
	clear: both;
	padding: 7px 0 0;
}
.itemBlog footer .footerLinks .mid.mt10 {
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
.footerLinks .views {
	color: #666;
	font-size: 13px;
	line-height: 21px;
}
.footerLinks .material-icons {
	font-size: 21px;
	margin: 0 3px 0 0;
	vertical-align: bottom;
}
.like_block .material-icons {
	float: left;
	line-height: 26px;
}

.like_block {background: #fff; border-radius: 3px; position: relative; margin: -7px 8px 0 0;}
.like_block-big {border: 1px #d6d6d6 solid; box-shadow: 0 1px 0 #a3a3a3; height: 26px; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; vertical-align: top;}
.like_block-big .like_block-wrap_show {padding: 0 9px;}
.like_block-link {padding-top: 1px;}
.like_block-big .like_block-link {display: block; float: left;}
.like_block-icon {display: block; float: left; font-size: 0; line-height: 0; overflow: hidden;}
.like_block-big .like_block-link:hover .like_block-icon, .like_block-big.like_block-liked .like_block-icon {background-position: 0 -22px;}
.like_block-big .like_block-count {color: #000; display: block; float: left; font-size: 14px; line-height: 26px;/* padding-left: 10px;*/}
.like_block-users {display: none;}
.like_block-users-all {display: none;}
.like_block-users-loading {background: url(/i/loader-circle.gif) center center no-repeat; height: 100px;}
.like_block-users-all-user {display: block; float: left; padding: 10px; width: 100px;}
a.like_block-users-all-user:hover {background: #fcf3de;}
.like_block-users-all-ava {display: block; height: 100px; overflow: hidden; width: 100px;}
.like_block-users-all-title {display: block; overflow: hidden; text-align: center; width: 100%;}
.like_block-users-wrap {overflow: hidden;}
.like_block-users-link {display: block; float: left; font-size: 0; line-height: 0; margin-right: 3px; margin-bottom: 3px; background: #d2d2d2 url(/i/klerkman_bg.png) center center no-repeat;}
.like_block-users-title {padding-bottom: 2px;}
a.like_block-users-link_other {color: #fff!important; display: block; float: left; height: 22px; line-height: 12px; text-align: center; text-decoration: none; width: 27px;}
a.like_block-users-link_other:hover {color: #eee!important;}
.like_block-users-other-label {display: block; font-size: 10px;}
.like_block-users-link_other_small {font-size: 10px;}
.like_block-users-ava {height: 27px!important; position: static!important; width: 27px!important;}
.like_block-count img {margin: 4px 0 0 0;}
.like_block-liked .material-icons.noliked, .material-icons.liked  {display: none;}
.like_block-liked .material-icons.liked {display: block;}
.infobox-like {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 31;
	text-align: left;
	padding: 5px;
	min-width: 50px;
	max-width: 300px;
	color: #ffffff;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 5px;
	line-height: 18px;
}
.infobox-like .tip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 1);
}
.infobox-like .tip-arrow.tip-arrow-top {
	top: -12px;
	left: 15px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}
.infobox-like .tip-arrow.tip-arrow-bottom {
	bottom: -12px;
	left: 15px;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}
.infobox-like .tip-arrow.tip-arrow-right {
	top: 50%;
	margin-top: -6px;
	right: -12px;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
}
.infobox-like .tip-arrow.tip-arrow-left {
	top: 50%;
	margin-top: -6px;
	left: -12px;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
}
.infobox-like a {
	color: #B4B8ED;
}
.infobox-like a:hover {
	color: #999DDB;
}

/* Default Tip */
.infobox-like.infobox-standart {
	background: rgba(0, 0, 0, .8);
}
.infobox-like.infobox-standart .tip-arrow {
	border-color: rgba(0, 0, 0, 1);
}

/* social-likes c general*/
.social-likes {height: 59px; line-height: 23px; float: left; margin: 0; padding: 2px 0 0;}
.social-likes__widget {margin: 0 5px 0 0!important; float: left; width: auto; list-style: none;}
.social-likes li .social-likes__button {display: block; width: 32px; height: 28px; background: url(//www.klerk.ru//html5/i/pics.png?v23) no-repeat; font-size: 0; line-height: 0; cursor: pointer; -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50); position: relative;}
.social-likes li .social-likes__counter {display: block; position: relative; color: #565656; background: #fff; font: normal 9px/12px Arial, sans-serif; text-align: center; margin: 7px 0 0; padding: 2px 1px; border: 1px #aaa solid; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;/* behavior: url(PIE.htc);*/}
.social-likes li .social-likes__counter_empty {display: none !important;}
.social-likes li .social-likes__counter .coner {display: block; width: 10px; height: 5px; position: absolute; left: 50%; top: -5px; margin-left: -5px; background: url(//www.klerk.ru/html5/i/pics.png?v23) 0 -1940px no-repeat;}
.social-likes li .social-likes__button:hover {-moz-opacity: 1; opacity: 1; filter: alpha(opacity=100);}
.social-likes .social-likes__widget_facebook span.social-likes__button {background-position: 0 -7044px;}
.social-likes .social-likes__widget_vkontakte span.social-likes__button {background-position: 0 -7156px;}
.social-likes .social-likes__widget_twitter span.social-likes__button {background-position: 0 -7100px;}
.social-likes .social-likes__widget_odnoklassniki span.social-likes__button {background-position: 0 -7212px;}
.social-likes .social-likes__icon {display: none;}
.social-btns li div {font-size: 10px; line-height: 9px; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; min-width: 12px; background: #fff;}

.like_block {background: #fff; border-radius: 3px; position: relative; top: 2px;}
.like_block-big {border: 1px #d6d6d6 solid; box-shadow: 0 1px 0 #a3a3a3; height: 28px; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; vertical-align: top;}
#CONT div.CONTIN .like_block-big .like_block-wrap_show {padding: 0 9px; margin: 0!important;}
.like_block-link {padding-top: 1px;}
.like_block-big .like_block-link {display: block; float: left;}
.like_block-icon {display: block; float: left; margin: 0 5px 0 2px; font-size: 13px; line-height: 2; overflow: hidden;}
.like_block-big .like_block-link:hover .like_block-icon, .like_block-big.like_block-liked .like_block-icon {background-position: 0 -22px;}
.like_block-users {display: none;}
.like_block-users-all {display: none;}
.like_block-users-loading {background: url(/i/loader-circle.gif) center center no-repeat; height: 100px;}
.like_block-users-all-user {display: block; float: left; padding: 10px; width: 100px;}
a.like_block-users-all-user:hover {background: #fcf3de;}
.like_block-users-all-ava {display: block; height: 100px; overflow: hidden; width: 100px;}
.like_block-users-all-title {display: block; overflow: hidden; text-align: center; width: 100%;}
.like_block-users-wrap {overflow: hidden;}
.like_block-users-link {display: block; float: left; font-size: 0; line-height: 0; margin-right: 3px; margin-bottom: 3px; background: #d2d2d2 url(/i/klerkman_bg.png) center center no-repeat;}
.like_block-users-link img {margin: 0!important;}
.like_block-users-title {padding-bottom: 2px;}
a.like_block-users-link_other {color: #fff!important; display: block; float: left; height: 22px; line-height: 12px; text-align: center; text-decoration: none!important; width: 27px;}
a.like_block-users-link_other:hover {color: #eee!important;}
.like_block-users-other-label {display: block; font-size: 10px;}
.like_block-users-link_other_small {font-size: 10px;}
.like_block-users-ava {height: 27px!important; position: static!important; width: 27px!important;}
.like_block-liked .like_block-icon {
	color: #c00000;
}
.infobox-like {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 31;
	text-align: left;
	padding: 5px;
	min-width: 50px;
	max-width: 300px;
	color: #ffffff;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 5px;
	line-height: 18px;
	font: normal 12px Arial, sans-serif!important;
}
#CONT div.CONTIN .infobox-like div {margin: 0!important;}
.infobox-like .tip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 1);
}
.infobox-like .tip-arrow.tip-arrow-top {
	top: -12px;
	left: 15px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}
.infobox-like .tip-arrow.tip-arrow-bottom {
	bottom: -12px;
	left: 15px;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}
.infobox-like .tip-arrow.tip-arrow-right {
	top: 50%;
	margin-top: -6px;
	right: -12px;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
}
.infobox-like .tip-arrow.tip-arrow-left {
	top: 50%;
	margin-top: -6px;
	left: -12px;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
}
.infobox-like a {
	color: #B4B8ED;
}
.infobox-like a:hover {
	color: #999DDB;
}
/* Default Tip */
.infobox-like.infobox-standart {
	background: rgba(0, 0, 0, .8);
}
.infobox-like.infobox-standart .tip-arrow {
	border-color: rgba(0, 0, 0, 1);
}
.container_comment ol, .container_comment ul {margin: 5px 0;}
.container_comment ul li {margin: 0 0 0 17px; list-style: disc;}
.container_comment ol li {margin: 0 0 0 24px; list-style: decimal;}

@media only screen
and (min-width: 240px)
and (max-width: 479px) {
	.upperComments ul {width: 230px;}
	.upperForm {width: 280px;}
	.upperComments .visibleBlock {width: 230px;}
}
@media only screen
and (min-width: 240px)
and (max-width: 990px) {
	.userNick, .eye, .signIn {display: none;}
	.upperMessages, .upperComments {padding: 0 4px 0 10px;}
	.upperMessages .upperMessagesButton, .upperComments .upperCommentsButton {width: 0; overflow: hidden;}
	.upperUser {padding: 0;}
	.upperUser img, .upperOptions {margin: 0;}
	.upperPanel {position: relative!important;}
}
iframe, object, embed {
	max-width: 100%;
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
	.upperSearch {display: none;}
	iframe, object, embed {
		height: auto;
		width: 100%;
	}
}
.share-block {position: relative; z-index: 2; color: #fff!important;}
.share-block a {
	text-decoration: none!important;
	color: #fff!important;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-right: 7px;
}
.share-top {position: absolute; z-index: 3; top: 24px; left: 0; margin: 0 20px; font: normal 13px/17px 'PT Sans', Arial, sans-serif; color: #fff!important; text-transform: uppercase;}
.share-link-inner {position: relative;}
.share-logo {
	border-right: 2px #fd0000 solid;
	padding-right: 7px;
	margin: 0!important;
}
.share-marker {position: absolute; top: 5px; right: -13px; width: 6px; height: 6px; background: #07cb09; font-size: 0; line-height: 0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px;/* behavior: url(//klerk.ru/html5/css/PIE.htc);*/}
.share-img-wrapper {width: 100%; height: 190px; overflow: hidden; background: #666; font-size: 0; line-height: 0; position: relative;}
.share-img, .peopleLike .share-img, .oppeopleLike .share-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%!important;
	height: auto!important;
	max-width: 100%!important;
	margin: 0!important;
}
.share-img-bg {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(67,67,67,0.5);
}
.share-resume-wrapper {padding: 0; color: #fff; position: absolute; z-index: 2; top: 65px; left: 0; padding: 0 20px;}
.share-title {font: normal 22px/24px 'PT Sans', Arial, sans-serif;}
.share-firm {font-size: 14px; line-height: 18px;}
.share-resume {
	font-size: 16px;
	line-height: 20px;
	margin: 7px 0 0;
	color: #fff!important;
}
.share-resume a {
	border: none;
}
.share-shadow {position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; height: 32px; font-size: 0; line-height: 0; display: block; background-color: #434343; background: -webkit-linear-gradient(bottom, rgba(67,67,67,1), rgba(67,67,67,0)); background: -moz-linear-gradient(bottom, rgba(67,67,67,1), rgba(67,67,67,0)); background: -ms-linear-gradient(bottom, rgba(67,67,67,1), rgba(67,67,67,0)); background: -o-linear-gradient(bottom, rgba(67,67,67,1), rgba(67,67,67,0)); background: linear-gradient(bottom, rgba(67,67,67,1), rgba(67,67,67,0)); -pie-background: linear-gradient(bottom, rgba(67,67,67,1), rgba(67,67,67,0));/* behavior: url(//klerk.ru/html5/css/PIE.htc);*/}

.itemTab .bLikeBlock {width: 121px; text-align: center; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; margin: 0 15px 0 0;}
.itemTab .bLike {width: 119px; height: 27px; cursor: pointer; text-align: left; background: url(/i/pics.png?v4) 0 -6151px repeat-x; border: 1px #b5b5b5 solid; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;/* behavior: url(PIE.htc);*/}
.itemTab .bLike .bLikeInner {border: 1px #f2f3f3 solid; width: 90px; height: 20px; padding: 5px 0 0 27px; font: normal 12px Arial, sans-serif; color: #484848; background: url(/i/pics.png?v4) 9px -6826px no-repeat; text-shadow: 0 1px #fff;}
.itemTab .likeNumber {font-size: 11px; color: #666; padding: 1px 5px 2px; position: relative; top: 10px; text-align: center; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; border: 1px solid #cdcdcd; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;/* behavior: url(PIE.htc);*/}
.itemTab .likeNumber span {background: url(/i/pics.png?v4) no-repeat scroll 0 -1940px transparent; display: block; height: 8px; left: 50%; margin-left: -5px; position: absolute; top: -5px; width: 10px;}
.itemTab button {
	align-items: center;
	background-color: #fff;
	color: #000;
	display: flex;
	font-size: 15px;
	height: 40px;
	justify-content: center;
	line-height: 15px;
	margin: 0;
	width: 100%;
}
.itemTab button:active {
	background-color: #edfeec;
}
.itemTab button .btnIcon {
	display: flex;
	margin: 0 8px 0 0;
	position: relative;
}
#show20post:hover svg,
#more20comments:hover svg {
	transform: rotate(180deg);
	transform-origin: center;
	transition-duration: 0.5s;
}
.itemTab button svg {
	height: 20px;
	transition-duration: 0.5s;
	fill: #000000;
}
.itemTab button .preloader {
	visibility: hidden;
}
.itemBlog {
	background: #fff;
	border-radius: 6px;
	clear: both;
	padding: 24px 24px 8px;
	margin: 0 0 12px;
	position: relative;
	transition: box-shadow .18s ease-in-out;
}
.itemBlog:hover {
	-webkit-box-shadow: 0 10px 18px hsla(0,18%,66%,.34);
	-moz-box-shadow: 0 10px 18px hsla(0,18%,66%,.34);
	box-shadow: 0 10px 18px hsla(0,18%,66%,.34);
}
.itemBlog .ava {
	vertical-align: top;
	width: 50px;
}
.itemBlog header {
	color: #666;
	display: inline-block;
	font-size: 14px;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.itemBlog header a {color: #1d1d1d; font-weight: bold;}
.itemBlog header a:hover {color: #b40001;}
.itemBlog h2, h2 {
	color: #000;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px;
	padding: 0;
}
.itemBlog h2 a:hover {
	border: none;
	color: #334983;
}
.itemBlog h2 img {vertical-align: middle;}
.itemBlog .post {
	color: #1d1d1d;
	float: left;
	margin: 7px 0;
	width: 100%;
}
.itemBlog .post img {
	max-width: 100% !important;
	height: auto;
	overflow: hidden;
}
.itemBlog .postcontainer nobr {
	white-space: normal;
}
.itemBlog .postMark {
	float: right;
	margin: 0 11px 0 0;
}
.postMark img {
	display: inline-block !important;
}
.infoMember,
.optionsList,
.messageOptionsList{
	display: none;
}
.itemTab .infoMemberVisible,
.infoMember.visible,
.messageOptionsList.visible,
.lenta-activity .infoMemberVisible {
	display: table;
	padding: 2px;
	width: 324px;
	background: #fff;
	position: absolute;
	z-index: 20;
	top: 40px;
	left: 60px;
	border: 1px #e1e1e1 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 2px 7px #666;
	-webkit-box-shadow: 0 2px 7px #666;
	box-shadow: 0 2px 7px #666;
}
.lenta-activity .infoMemberVisible {width: 90%; top: 20px; left: 5px;}
.infoMember.visible {
	left: 45px;
	top: 25px;
}
.messageOptionsList.visible {
	left: auto;
	right: 0;
	top: 20px;
	width: auto;
}
.infoMember li,
.messageOptionsList li,
.lenta-activity .infoMember li {
	list-style: none;
	width: 159px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
.lenta-activity .infoMember li {
	width: 100%;
	padding: 0!important;
}
.infoMember li a,
.messageOptionsList li a,
.lenta-activity .infoMember li a {
	padding: 4px 0 3px 19px;
	color: #3e3e3e!important;
	display: block;
	border: none!important;
	background-image: url(/i/siteicons.png);
	background-repeat: no-repeat;
	font-weight: normal!important;
}
.messageOptionsList li a {
	background-image: none;
}
.infoMember li a:hover,
.messageOptionsList li a:hover,
.lenta-activity .infoMember li a:hover {
	background-color: #ffeb90;
	text-decoration: underline;
}
.itemBlog .post .detail {
	font-size: 12px;
	padding: 1px 5px 2px;
	color: #006699;
	background: #d4e7f1;
}
.itemBlog .post .detail a {color: #006699!important; text-decoration: none;}
.itemBlog .post .detail span {font-size: 14px; margin: 0 0 0 5px;}
.siteicon_add {background-position: 0 -267px;}
.siteicon_delete {background-position: 0 -189px;}
.siteicon_blog {background-position: 0 -87px;}
.siteicon_ignore {background-position: 0 -163px;}
.siteicon_homepage {background-position: 0 2px;}
.siteicon_profile {background-position: 0 -139px;}
.siteicon_message {background-position: 0 -112px;}
.siteicon_profile_forum {background-position: 0 -215px;}
.siteicon_email {background-position: 0 -59px;}
.siteicon_forum {background-position: 0 -33px;}
.siteicon_options {background-position: 0 -242px;}
.itemBlog .post .inlineimg {vertical-align: middle;}
p a,
a.u,
.postcontainer a,
.container_comment a{
	color: #0a0a0a;
	border-bottom: 1px solid hsla(0,0%,4%,0.3);
	word-wrap: break-word;
}
.postcontainer a:hover,
.container_comment a:hover {
	border-bottom: 1px solid hsla(0,0%,4%,0.7);
}
.postcontainer h2 a {
	border: none;
}
.itemBlog .red {color: red; font-weight: bold;}
.itemBlog .red:hover {text-decoration: none; color: red;}
.postDate, .postRedact {
	font-size: 11px;
	font-weight: normal!important;
	color: #666;
	display: inline-block;
}
.itemBlog .nick:hover, .lenta-activity .nick:hover {color: #b40001; border-bottom: none;}
.itemTab .post img {/*max-width: 100%;*/ max-width: 300px; height: auto;}
.user_set {clear: both;}
.user_set .user_friend {float: left; font-weight: normal;}
.user_set .postDate {float: left; margin: 8px 0 0 5px!important;}
.user_friend .siteicon_delete, .user_friend .siteicon_add {margin: 4px 5px 0 0; padding: 4px 0 3px 19px; color: #3e3e3e!important; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; font-size: 11px; background-image: url(/i/siteicons.png); background-repeat: no-repeat;}
.blogResume {font-size: 13px; line-height: 20px;}
.blogResume a {color: #05688d;}
.blogResume a.titleMessage {font-weight: bold; color: #000;}
.blogResume footer {font-size: 12px;}
.blogsInfoHeader {
	font: bold 15px/18px "PT Sans", Arial, sans-serif;
	padding: 7px 0 0!important;
}
.blogsInfo {
	font: normal 14px/17px Arial, sans-serif;
	padding: 10px;
	margin: 0;
	position: relative;
}
.blogsInfo li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}
.blogsInfo a {
	text-decoration: underline;
	color: #757575;
}
.blogsInfo a:hover {
	text-decoration: none;
}
.blogsInfo ul {
	display: none;
	width: 240px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	padding: 4px 0;
	margin: 5px 0 0;
	background: #fff;
	border: 1px #e1e1e1 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 2px 7px #666;
	-webkit-box-shadow: 0 2px 7px #666;
	box-shadow: 0 2px 7px #666;
}
.blogsInfo ul li {
	font-size: 12px;
	margin: 0;
}
.blogsInfo ul li a {
	color: #3e3e3e!important;
	display: block;
	padding: 4px 5px 3px;
	text-decoration: none;
}
.blogsInfo ul li a:hover {
	background: #ffeb90;
	text-decoration: underline;
}
.blogsInfo ul.noticesVisible {
	display: block;
}
.blogsInfo ul a {
	color: #05688d;
}
.blogsInfo ul a:hover {
	color: #c00000;
}
.opacity50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 50;
	text-align: center;
	background: #1b63e6;
	width: 100%;
	height: 100%;
}
#loading img {
	margin: 0 auto;
	position: relative;
	top: 45%;
}
.back {
	font-size: 18px;
	padding: 8px 20px;
}
.back a {
	font-size: 15px;
	color: #05688d;
	text-decoration: none;
	font-weight: bold;
}
.back a:hover {
	color: #c00000;
}

blockquote {color: #777; margin: 0 0 15px 45px!important; font-style: italic!important;}
blockquote p {line-height: 16px!important; margin: 0 0 9px!important; padding: 0!important;}

.blog-one-top {
	font-size: 14px;
	padding: 10px 0;
}
.blog-one-top .material-icons {
	font-size: 18px;
	vertical-align: text-bottom;
}
.blog-one-top a {
	text-decoration: none;
}
.blog-one-top a:hover {
	color: #5c87fc;
}
.blog-one-top-col1 {
	width: 48%;
	padding-right: 2%;
}
.blog-one-top-col2 {
	width: 45%;
	padding-right: 2%;
}
.blog-one-top-col2 a {
	margin: 0 5px 0 0;
}
a.hl:link, a.hl:visited, a.hl:hover {
	color: #92bce0;
}
.rarr-crumb {
	color: #d8d8d8;
	font-size: 8px;
	vertical-align: middle;
}
.white-color, a.white-color:link, a.white-color:visited, a.white-color:hover {
	color: #fff;
}
.pale, a.pale:link, a.pale:visited, a.pale:hover {
	color: #7b7b7b;
}

table.auth {
	margin-bottom: 2px;
}

table.auth td {
	padding: 0 3px 2px 0;
}

table.auth input {
	border: #d8d8d8 solid 1px;
}

.nobr {
	white-space: nowrap;
}

/* layout */
#DESC {
	display: none;
}
#PATH {
	padding: 20px 20px 0;
}
#HEAD {
	float: left;
	padding: 0 0 12px 0;
	position: relative;
	width: 100%;
}
#HEAD .info {
	background-color: #ffffff;
	border-radius: 3px;
	float: left;
	padding: 10px;
	margin-bottom: 12px;
}
#HEAD img {
	padding: 3px;
	position: relative;
	font-size: 0;
	line-height: 0;
}
#HEAD a {
	text-decoration: underline;
}
#HEAD a:hover {
	text-decoration: none;
}
div#HEAD h1 {
	font: normal 28px/32px "PT Serif", "Times New Roman", serif;
	margin: 0.1em 0 0.4em 0;
}
#HEAD h1 a, #HEAD h1 a:link, #HEAD h1 a:visited {
	text-decoration: none!important;
}
#HEAD h1 a:hover {
	text-decoration: underline!important;
}
#HEAD h2 {
	margin: 0 0 10px;
}
div#HEAD div.last-comments {
	padding: 0.8em 0 0;
}
/* TEXT */
#TEXT {
	width: 100%;
}

/* Left Sidebar */
nav#sidebar {
	display: block;
	max-width: 208px;
	padding: 12px 0 0 16px;
	position: fixed;
	width: 100%;
}
#sidebar .body {
	/*padding: 12px 0 0 16px;*/
}
#sidebar .title-block {
	color: #ef3124;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .05em;
	margin: 8px 0;
	text-transform: uppercase;
}
#sidebar .item {
	display: flex;
	flex-direction: column;
}
#sidebar .item:not(:last-child) {
	margin-bottom: 16px;
	border-bottom: 1px solid #dcdcdc;
}
#sidebar a,
#sidebar a:hover {
	text-decoration: none;
}
#sidebar .body .link {
	background: transparent;
	color: #000;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 -8px;
	padding: 8px;
	transition: .3s ease-in-out;
}
#sidebar .body .link:last-child {
	margin-bottom: 16px;
}
#sidebar .body .link:hover {
	color: #000;
	background: #fff;
	border-radius: 8px;
}
#sidebar .icon {
	align-items: center;
	display: flex;
	height: 20px;
	justify-content: center;
	margin-right: 4px;
	min-width: 20px;
}
#sidebar .icon svg {
	color: #ccc;
	height: 16px;
	width: 16px;
}
#sidebar .title {
	display: flex;
	align-items: center;
}
#sidebar .counter,
#sidebar .subicon {
	border-radius: 4px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	padding: 0 4px;
}
#sidebar .subicon {
	background: #ff4464;
	color: #fff;
	margin-left: 8px;
}
#sidebar .counter {
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.08);
	margin-left: 4px;
}
#sidebar .info {
	border-top: 1px solid #dcdcdc;
	font-size: 14px;
	left: 16px;
	line-height: 20px;
	padding-bottom: 24px;
	padding-top: 24px;
	width: 192px;
}
#sidebar .footer .link {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	transition: all .2s ease-in-out;
}
#sidebar .footer .link:hover {
	color: #000;
}
#sidebar .footer .link:not(:last-child) {
	margin-right: 7px;
}

#SIDEBAR,
.sidebar-right {
	background-color: #ffffff;
	border-radius: 6px;
	height: 100%;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
#SIDEBAR p {
  margin: 20px 0;
  word-wrap: break-word;
}
.user-profile{
	min-height: 100px;
	margin-top: 10px;
}
.user-profile > .upic > img {
	float: left;
	margin-right: 10px;
	height: 100px;
}
.user-profile > .userinfo {
	float: left;
}
.userinfo h1 {
	font-size: 20px;
}
.profile-links {
	margin-bottom: 20px;
}
.sidebar-right .ava,
#SIDEBAR .ava {
	float: left;
	margin: 0 7px 7px 0;
	width: 24px;
}

#CONT {
	vertical-align: top;
	padding-right: 10px;
}

#CONTALL {
	width: 100%;
}

#CONT .HR {
	font-size: 0;
	line-height: 0;
}

#CONTALL .HR {
	margin: 0 35px;
	font-size: 0;
	line-height: 0;
}

/* CONT */
.NEWREG {
	margin: 10px 0;
	padding: 10px;
}
.CONTIN h1 {
	font-size: 30px;
	line-height: 33px;
	margin: 14px 0 5px;
	padding: 0;
}
.CONTIN h2 {
	margin: 5px 0;
}
#CONT.HR {
	font: 1px/1px Arial, serif;
	height: 1px;
	overflow: hidden;
	margin: 0;
	border-width: 0;
}
div.HR {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 1px solid;
	border-width: 1px 0 0 0;
	color: #999;
}
div.CONTIN {
	margin: 0;
	padding: 20px 15px;
}
.FOTOS {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#MAIN {
	border: none!important;
}
#NEWREG input {padding: 2px; width: 100px;}
fieldset {
	border: 1px solid #a8a8a8;
	padding: 10px;
}
fieldset legend {
	padding: 0 5px;
}
fieldset select {max-width: 100%;}
#MAIN fieldset ul li {font-size: 80%; list-style-type: none; list-style-image: none;}
#MAIN fieldset ul {margin: 0; padding: 0;}
.qh {margin: 20px; margin-top: 5px; width: 100%;}
.smallfont {font-size: 85%; font-style: italic;}
.alt2 {padding: 10px 10px 5px;}
td.alt2 {font-size: 95%; font-style: italic; border-style: solid!important; border-width: 0 0 0 2px!important;  border-color: #666!important;}
.CONTIN > .like_block {margin: 0!important;}
#CONT div.CONTIN div div.smallfont {padding-left: 10px; border-style: solid!important; border-color: #666!important; border-width: 0 0 0 2px!important; margin: 5px 0 0!important;}
.container_comment div.bbcode_quote {
	padding-left: 10px;
	border-style: solid !important;
	border-color: #666 !important;
	border-width: 0 0 0 2px !important;
	margin: 5px 0 0 !important;
	font-size: 95%;
	font-style: italic;
}
.postcontainer div.bbcode_quote {
	background-color: #fdf6e0;
	padding: 18px 27px 21px;
}
.bbcode_container {padding-top: 5px; padding-bottom: 5px;}
#MAIN ACRONYM {border-bottom: 1px dashed; /* ������������� ������ */ cursor: help;}
.action_span {cursor: pointer; color: #0000FF; text-decoration: underline;}
.action_span:hover {text-decoration: none;}
#vB_Editor_QR_controls {
	float: left;
	margin: 0 0 5px;
}
.imagebutton {
	border: 1px transparent solid!important;
	float: left;
	font-size: 0;
	height: 22px;
	line-height: 0;
	padding: 1px;
	width: 22px;
}
.imagebutton.qq-upload-button {
	width: 21px;
}
.imagebutton.qq-upload-button-hover {
	padding: 1px;
}
.imagebutton:hover {
	background-color: rgb(193, 210, 238);
	border: 1px solid rgb(49, 106, 197);
}
.imagebutton.separator:hover {
	background-color: transparent;
}
#vB_Editor_QR_popup_forecolor,
#vB_Editor_QR_popup_fontname,
#vB_Editor_QR_popup_fontsize {
	width: auto;
}
#vB_Editor_QR_cmd_smilies {
	margin: 0 0 0 5px;
	position: relative;
	width: 34px;
}
#vB_Editor_QR_cmd_smilies > img {
	float: left;
}
#smiliesBlock {
	display: none;
	position: absolute;
	right: 0px;
	top: 24px;
}
#smiliesBlock .w100 {
	background-color: #fff;
	border-bottom: 1px solid #e6e5e5;
	display: table;
}
#smiliesBlock .w100 .left {
	border-left: 1px solid #e6e5e5;
	padding-left: 5px;
}
#smiliesBlock .w100 .right {
	border-right: 1px solid #e6e5e5;
	padding-right: 5px;
}
#smiliesBlock .w100 a {
	line-height: 20px;
}
#smiliesBlock.open {
	display: block;
	z-index: 10;
}
.ocolor {
	padding: 2px;
	font-size: 1px;
}
.ocolor div {
	width: 10px;
	height: 10px;
	border: 1px solid #ACA899;
}
.ofont {
	padding: 0px 4px 0px 10px;
	font-size: 14px;
	height: 20px;
}
.osize {
	font: 11px tahoma;
	padding: 0px 4px 0px 4px;
	width: 30px;
}
.smilie {
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
}
.smilies {
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 5px;
}
#vbform {
	padding: 0 6px;
}
#vbform textarea {
	border: 1px solid #cccccc;
	font-size: 16px;
	height: unset;
	resize: vertical;
	width: 100%;
}
#vbform #resizers {
	display: block;
	margin: 5px 0 0 0;
}
#vB_Editor_QR_iframe {
	width: 100%;
	height: 100px;
}
.editor-submit {
	clear: both;
	margin: 5px 0 10px;
}
.comment-sub {
	margin: 13px 0 0;
}
body .redactor_toolbar li a.redactor_btn_button_image {background-position: -200px center;}
body .redactor_toolbar li a.redactor_btn_button_fotorama {background-position: -200px center;}
body .redactor_toolbar li a.redactor_btn_button_more {background: url(/i/cut.png) center center no-repeat;}
.descriptionBig {height: 80px;}
.width580 .fotorama__frame_active img, .width900 .fotorama__frame_active img, .width700 .fotorama__frame_active img{max-width: 99000px!important;}
.editorcontainer {width: 65%; float: left;}
.smilescontainer {width: 195px; float: right; padding: 10px;}
.button_create {font-size: 14px; color: #000; cursor: pointer; width: 176px; height: 45px; line-height: 45px; background: #fff; border: 1px #ccc solid;}
.button_create:hover {color: #567813;}
.useraction_submenu {position: absolute; background: #f5f5dc; border: 1px solid #adadad; font-size: 12px; z-index: 50; clip: rect(auto, auto, auto, auto); line-height: normal;}
.hoveringusername {border-bottom: 1px dashed; cursor: pointer;}
.hoveringusername:hover {border-bottom: none !important; cursor: pointer !important;}
.quote_container img {margin: 0 !important;}
#MAIN blockquote {color: #777; margin: 0 0 15px 45px!important; font-style: italic!important;}
#MAIN blockquote p {line-height: 16px!important; margin: 0 0 9px!important; padding: 0!important;}
.wrapContainer {zoom: 1; word-spacing: -0.7em; width: 100%; display: table;}
.cellCol {display: -moz-inline-box; display: table-cell; *zoom: 1; *display: inline; word-spacing: normal; vertical-align: top;}
.left-form {float: none!important; width: 100%!important;}
.add-form {padding: 0!important; line-height: 15px;}
.left-form .visible {width: 475px; left: 185px; position: relative;}
.left-form .visible a {text-decoration: none!important; line-height: 14px; right: -65px!important; background: none!important;}
.left-form .visible a.dropsett1.active, .left-form .visible a.dropsett2.active {right: -45px!important;}
.left-form .visible h3 {line-height: 17px; left: -185px!important; background: none!important;}
.add-form .input, #post-title .input {position: relative; height: 32px; border: 1px solid #acadad; box-shadow: inset 0px 1px 1px #d1d3d3; background: #eceeee; width: 98%; border-radius: 2px; padding: 0px 10px; margin: 0 0 3px; color: #929292; font-size: 16px; line-height: 32px;}
.left-form li.list-people div {padding: 0 14px 5px 0!important;}
#CONT div.CONTIN .add-form div div {margin: 0!important;}
#CONT .fotoramaline .visible {width: 455px; left: 205px; position: relative;}
#CONT .fotoramaline .visible h3 {line-height: 17px; left: -205px!important; background: none!important;}
#CONT .fotoramaline .visible a {text-decoration: none!important; line-height: 14px; right: -65px!important; background: none!important;}
#CONT div.CONTIN .add-form .vpravo .as-results {margin-left: 40px!important;}
#CONT div.CONTIN .add-form .levo .as-results {margin-left: 25px!important; margin-top: 25px!important;}
#CONT div.CONTIN .add-form .levo, #CONT div.CONTIN .add-form .vpravo {margin-bottom: 10px!important;}
div#CONT {width: 100%; padding: 0!important;}
div#CONT .postcontainer p {margin: 0 0 12px!important;}
.cellLeft {
	font: normal 13px/17px Arial, sans-serif;
	height: 100%;
	width: 76%;
	padding: 0 1% 0 20px;
}
#HEAD .cellLeft {
	padding: 0 11px;
}
.cellRight {
	font: normal 13px/17px Arial, sans-serif;
	height: 100%;
	width: 18%;
	padding: 0 1%;
	border-left: 1px solid #cdc5c5;
}
.cellLeftAva {
	width: 165px;
	overflow: hidden;
	float: left;
}
.cellLeftAva a {
	text-decoration: none!important;
}
.cellLeftAva img {
	max-width: 150px;
	overflow: hidden;
}
.cellLeftInfo {
	margin-left: 185px;
}

#SIDEBAR .calendar, #CONT .calendar {border-top: 1px #ccc solid; border-left: 1px #ccc solid;}
#SIDEBAR .calendar a, #CONT .calendar a {text-decoration: underline;}
#SIDEBAR .calendar td, #CONT .calendar td {border-bottom: 1px #ccc solid; border-right: 1px #ccc solid; padding: 2px 4px 2px 3px; font: normal 13px Arial, sans-serif;}
#CONT .add-form {clear: both;}
#CONT .add-form, #CONT .end-form {font: normal 11px Roboto, sans-serif !important; color: #1d1d1d;}
#CONT div.CONTIN .add-form .line6, #CONT div.CONTIN .add-form .line7 {max-width: 715px; margin: 0 0 15px!important; padding: 7px 0 0!important; font-size: 12px!important;}
#CONT .add-form .line6 .visible, #CONT .add-form .line7 .visible {background: none!important; border-top: 1px #333 dotted;}
#CONT .add-form .visible h3, #CONT .add-form .dropsett1, #CONT .add-form .dropsett2 {top: -10px!important;}
#CONT .add-form .opensett1 .levo, #CONT .add-form .opensett2 .levo {border-right: 1px #333 dotted!important;}
#CONT .end-form {border-top: 1px #999 solid!important; margin-top: 7px!important;}
#CONT .CONTIN .DATE {vertical-align: top; top: 4px; position: relative;}
#CONT .CONTIN #tags_edit_mode a {font-size: 12px!important; margin: 0 3px 0 0!important;}
#tags_show_mode a {text-decoration: underline}
#CONT .dropsett1.active span, #CONT .dropsett2.active span {background: url(/img/dropsett-icon2.png) 0 0 no-repeat!important; width: 14px!important; height: 7px!important;}
/* //layout */

/* add-form */
.add-form {padding-top: 50px;}
.add-form .input {height: 32px; border: 1px solid #acadad; box-shadow: inset 0px 1px 1px #d1d3d3; background: #eceeee; width: 100%; border-radius: 2px; padding: 0 10px; color: #929292; font-size: 16px; line-height: 32px;}
.add-form .input:before {border-bottom: 1px solid #fff;}
.add-form .input:focus {outline: none; color: #1d1d1d;}
.add-form .line5 {*position: relative; *z-index: 30;}
.add-form .line3 .input, .add-form .line5 .input {width: 97%!important;}
.add-form .line4 textarea {width: 97%!important;}
.add-form select {opacity: 0; position: absolute; left: 5px; width: 290px; cursor: pointer; top: 2px; height: 30px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.add-form textarea {outline: none; resize: none; height: 255px; box-shadow: inset 0px 1px 1px #d1d3d3; border: 1px solid #acadad; background: #eceeee; width: 100%; border-radius: 0px 0px 2px 2px; padding: 10px; color: #929292; font-size: 12px;}
.add-form textarea:after {border-bottom: 1px solid #fff;}
.add-form textarea:focus {color: #1d1d1d;}
.left-form {float: left; width: 73.4%;}
/* LINE 1 */
.left-form .line1 {color: #1c1c1c; font-size: 24px; margin-bottom: 19px; position: relative; z-index: 2;}
.left-form .line1 .droplink {margin-left: 5px; color: #02507c; border-bottom: 1px dashed;}
.left-form .line1 .dropmenu {display: none; position: absolute; width: 244px; height: 85px; background: #fff; border: 1px solid #b4b4b4; top: -6px; left: 107px; border-radius: 2px; box-shadow: 0 1px 4px #b4b4b4;}
.left-form .line1 .dropmenu.open {display: block;}
.left-form .line1 .dropmenu li {padding: 5px 0 5px 10px;}
.left-form .line1 .dropmenu li a {font-size: 24px; color: #02507c; border-bottom: 1px dashed;}
.left-form .line1 .dropmenu li a:hover {color: #b40001;}
.left-form .line1 .dropmenu li a.ssilko {border-bottom: 0; text-decoration: underline;}
.add-form .line1 {color: #1c1c1c; font-size: 24px; margin-bottom: 19px; position: relative; z-index: 2;}
.add-form .line1 .droplink {margin-left: 5px; color: #02507c; border-bottom: 1px dashed;}
.add-form .line1 .dropmenu {display: none; position: absolute; width: 244px; height: 85px; background: #fff; border: 1px solid #b4b4b4; top: -6px; left: 108px; border-radius: 2px; box-shadow: 0px 1px 4px #b4b4b4;}
@-moz-document url-prefix() {.add-form .line1 .dropmenu {left: 107px;}}
.add-form .line1 .dropmenu.open {display: block;}
.add-form .line1 .dropmenu li {padding: 5px 0px 5px 10px;}
.add-form .line1 .dropmenu li a {font-size: 24px; color: #02507c; border-bottom: 1px dashed;}
.add-form .line1 .dropmenu li a:hover {color: #b40001;}
.add-form .line1 .dropmenu li a.ssilko {border-bottom: 0; text-decoration: underline;}
/* LINE 2 */
.left-form .line2 {position: relative; z-index: 1;}
.left-form .line2 .select {float: left; position: relative; height: 30px; box-shadow: inset 0px 1px 1px #d1d3d3; border: 1px solid #acadad; background: #eceeee; width: 280px; border-radius:2px; padding: 0 5px 0px 10px; color: #1d1d1d; font-size: 12px; cursor: pointer;}
.left-form .line2 .select .name {float: left; margin-top: 8px;}
.left-form .line2 .select .strelka {float: right; width: 22px; height: 30px; background: url(/img/select-icon.png) no-repeat; display: block;}
.left-form .line2 .avatar-add {float: right;}
.left-form .line2 .avatar-add .ava-add li {float: left; margin-left: 8px; color: #1d1d1d; font-size: 12px; line-height: 27px;}
.left-form .line2 .avatar-add .ava-add li .avatarka {width: 27px; height: 27px;}
.left-form .line2 .avatar-add .ava-add li.down11 {margin-left: 5px;}
.left-form .line2 .avatar-add .ava-add li.down11 a {border: 1px solid #b4b4b4; display: block; border-bottom: 0; background: #fff; position: relative; z-index: 2; border-radius: 2px 2px 0 0; padding: 10px 5px 15px 5px;}
.left-form .line2 .avatar-add .ava-add li.down11 span {width: 9px; height: 6px; display: block; background: url(/img/strelka-down.png) no-repeat;}
.left-form .line2 .avatar-add .ava-add li.menu-open11 {margin-left: 11px;}
.left-form .line2 .avatar-add .ava-add li.menu-open11 a {margin-top: 11px; margin-right: 6px; display: block; border: 0; padding: 0;}
.left-form .line2 .avatar-add .ava-add li.menu-open11 span {width: 9px; height: 6px; display: block; background: url(/img/strelka-down.png) no-repeat 0px -6px;}
#signin_menu11 {display:none; position:absolute; border:1px solid #b4b4b4; box-shadow:#A4A4A4 0px 1px 2px; background:#fff; z-index:1; padding:4px 2px; max-width:140px; border-radius:2px 0px 2px 2px; top: 31px; right: 0px; margin-right: 0px; *margin-right: -1px}
#signin_menu11 li {float: left;}
#signin_menu11 li a {width: 33px; height: 33px; overflow: hidden; margin-right: 2px;}
#signin_menu11 li a img {width: 27px; height: 27px; padding: 3px;}
#signin_menu11 li a:hover img {border: 2px solid #f38085; padding: 1px;}
/* LINE 3 */
.left-form .line3 {clear: both; padding: 18px 0 16px; position: relative; z-index: 0;}
/* LINE 4 */
.left-form .line4 {margin-bottom: 18px;}
.left-form .line4 textarea {margin-top: -1px;}
.left-form .line4 .bbcode {background: #cccccd url(/img/bbcode-bg.png) repeat-x; height: 35px; border-radius: 4px 4px 0px 0px;}
.left-form .line4 .bbcode li {float:left; background: url(/img/bbcode-border.png) no-repeat right; width: 31px;}
.left-form .line4 .bbcode li a {width: 29px; height: 36px; display: block;}
.left-form .line4 .bbcode li a:hover {background: url(/img/bbcode-hover.png) repeat-x;}
.left-form .line4 .bbcode li:first-child a:hover {border-radius: 5px 0 0;}
/* LINE 5 */
.left-form .line5 p {color: #666; font-size: 11px; margin: 8px 2px 0px 2px;}
.left-form .line5 p .right {float: right;}
/* LINE 6, LINE 7 */
.fotoramaline {clear: both;}
.fotoramaline .visible {background: url(/img/bg-line.png) repeat-x 0px 9px; position: relative; height: 20px; font-family: Arial, sans-serif!important;}
.fotoramaline .visible h3 {position: absolute; left: 0; color: #1c1c1c; font-size: 14px; font-weight: normal; background: #F2F3F3; padding-right: 8px;}
.fotoramaline .visible a {position: absolute; right: 0; color: #02507c; font-size: 11px; background: #F2F3F3; padding-left: 6px; outline: none;}
.fotoramaline .visible a:hover {color: #b40001;}
.fotoramaline .visible span, .left-form .visible span, .left-form .visible a span {border-bottom: 1px dashed; outline: none;}
.fotoramaline .opensett3 {display: none; padding: 6px 0 17px;}
.fotoramaline .opensett3.open {display: block;}
.left-form .line6, .left-form .line7 {clear: both; *position: relative;}
.left-form .line6 {margin-top: 22px; *z-index: 20;}
.left-form .line7 {padding-top: 14px; *z-index: 10;}
.left-form .visible {background: url(/img/bg-line.png) repeat-x 0px 9px; position: relative; height: 20px;}
.left-form .visible h3 {position: absolute; *z-index: 0; left: 0; color: #1c1c1c; font-size: 14px; font-weight: normal; background: #f2f3f3; padding-right: 8px;}
.left-form .visible a {position: absolute; *z-index: 0; right: 0; color: #02507c; font-size: 11px; background: #f2f3f3; padding-left: 6px; outline: none;}
.left-form .visible a:hover {color: #b40001;}
.left-form .opensett1, .left-form .opensett2 {display: none; padding: 6px 0 17px; outline: none;}
.left-form .opensett2 {padding: 7px 0 20px!important;}
.left-form .open {display: block;}
.left-form .levo {width: 320px; float: left; padding-right: 20px; border-right: 1px dotted #c9c9c9;}
.left-form .levo li {clear: both; padding: 2px 8px 4px 0; *padding: 0 8px 0 0; display: table; _height: 0; zoom: 1; margin-bottom: 2px;}
.left-form .levo li.as-original, .left-form .levo li .as-selections li {padding: 0!important; width: 96%; *width: 92%; margin-bottom: 0!important;}
.left-form .levo li .as-list li {display: block;}
.left-form .levo li.list-people {padding: 0!important; /*padding: 10px 0 0 35px;*/ margin-left: 25px; clear: both;}
.left-form .levo li.check {background: #e4e5e5; border-radius: 2px;}
.left-form .levo li.last .check {background: none!important;}
.left-form .levo li .radio {float: left;}
.left-form .levo li.last {position: relative; padding-bottom: 0; margin-bottom: 0;}
.left-form .levo li.last .radio {margin-top: 6px;}
.left-form .levo li span {float: left; margin: 2px 0 0 3px; color: #1d1d1d;}
.left-form li .input {float: left; height: 22px; *height: 20px; font-size: 12px; width: 260px; padding-top: 1px; margin-left: 3px; border-radius: 2px; line-height: 17px;}
.left-form .vpravo li .input {width: 270px;}
@-moz-document url-prefix() {.left-form .input {padding-top: 0;}}
.left-form li .sett-icon {position: absolute; right: 8px; top: 2px; display: none; width: 20px; height: 25px; background: url(/img/right-input.png) no-repeat; margin-left: -1px;}
.left-form .vpravo li .sett-icon {right: 0; top: 0;}
.left-form li .sett-icon:hover {background-position: 0 -25px;}
.left-form .vpravo {float: right; width: 342px;}
.left-form .vpravo li.pervii {position: relative; height: 25px;}
.left-form .vpravo li label {float: left; color: #1d1d1d; margin: 4px 3px 0 0;}
.left-form .vpravo li.list-people {padding: 10px 0 0 55px; clear: both;}
.left-form li.list-people div {margin: 0 14px 5px 0; float: left;}
.left-form li.list-people a {display: block; *display: inline; color: #02507c; text-decoration: underline; font-size: 11px; float: left;}
.left-form li.list-people a:hover {color: #b40001;}
.left-form li.list-people .delete {display: block; *display: inline; margin: 5px 0 0 6px; width: 6px; height: 6px; background: url(/img/close-icon.png) no-repeat; float: right; *float: left;}
.left-form li.list-people .delete:hover {background-position: 0 -6px;}

.ppup {display: none; min-width: 130px; left: 306px; top: 20px; z-index: 1; background: #fff; position: absolute; border: 1px solid #9b9798; border-top: 2px solid #c0bcbd; border-radius: 3px; font-size: 11px; color: #9a9494; padding: 2px 14px 1px 14px;}
.ppup2 {display: none; min-width: 130px; left: 326px; top: 18px; z-index: 1; background: #fff; position: absolute; border: 1px solid #9b9798; border-top: 2px solid #c0bcbd; border-radius: 3px; font-size: 11px; color: #9a9494; padding: 2px 14px 1px 14px;}
.ppup3 {display: none; min-width: 90px; left: 672px; top: 24px; z-index: 1; background: #fff; position: absolute; border: 1px solid #9b9798; border-top: 2px solid #c0bcbd; border-radius: 3px; font-size: 11px; color: #9a9494; padding: 0px 14px 0px 14px; height: 18px; line-height: 18px;}
/* RIGHT FORM */
.right-form {float: right; width: 234px; position: relative; margin-top: 84px!important;}
.right-form .block-smiles ul {overflow:hidden; margin-right:-8px}
.right-form .block-smiles ul li {display:inline-block; margin:0px 4px 5px 0px}
.right-form .block-smiles p {margin-top:3px; text-align:center}
.right-form .block-smiles p a {text-decoration:none; border-bottom:1px dashed; color:#02507c}
.right-form .block-smiles p a:hover {color:#b40001}
.right-form .img-load {margin:68px 0px 0px 30px; text-align:center; color:#7d7d7d; width:185px; height:188px; background:url(/img/img-load.jpg) no-repeat}
.right-form .block-smiles {width: 228px; position: absolute; z-index: 100;}
.right-form .block-smiles-full {width: 550px!important; left: -322px!important;}
.right-form .block-smiles p.drag {cursor: pointer; margin: 0; padding: 0 0 5px; position: relative; z-index: 100;}
.right-form .block-smiles p.drag a {background: #f2f3f3;} 
.right-form .block-smiles .smilesContainer ul {width: 100%; zoom: 1; word-spacing: -0.7em; display: table; border: 1px #ccc solid; background: #f2f3f3; padding: 2px!important; margin: 0!important; list-style: none!important;}
.right-form .block-smiles .smilesContainer li {width: 46px!important; display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; word-spacing: normal; vertical-align: middle; padding: 4px!important; margin: 0!important; list-style: none; text-align: center;}
.right-form .block-smiles .smilesContainer li img {border: 0;}
.right-form .block-smiles .showAll, .right-form .block-smiles .backPlace {cursor: pointer; font-size: 11px;}
.right-form .block-smiles .showAll a, .right-form .block-smiles .backPlace a {color: #02507c; border-bottom: 1px #02507c dashed; background: #f2f3f3;}
.right-form .block-smiles .showAll a:hover, .right-form .block-smiles .backPlace:hover {color: #b40001; border-bottom: 1px #b40001 dashed;}
.right-form .block-smiles-full .showAll {position: absolute; z-index: 101; top: 0; right: -6px; width: 18px; height: 18px; background: url(/i/pics_forum.png) 0 -69px no-repeat; font-size: 0; line-height: 0;}
.right-form .block-smiles .backPlace {float: right; display: none;}
.right-form .block-smiles-full .backPlace {display: block;}
.right-form .block-smiles .smilesContainer li.addSmile {display: none;}
.right-form .block-smiles-full .smilesContainer li.addSmile {display: -moz-inline-box; display: inline-block; *display: inline;}
.right-form .block-smiles .smilesContainer li.smilesPersonal {width: 100%!important; display: block!important; text-align: center; font-weight: bold;}
/* END FORM */
.end-form {clear: both; padding-top: 20px; margin-top: 20px; border-top: 1px solid #dfdfdf;}
.end-form .right {float: right; padding-top: 7px;}
.end-form .right a {padding-left: 16px;  background: url(/img/preview-icon.png) no-repeat; color: #929292; text-decoration: none;}
.end-form .right a:hover {background-position: 0px -15px; color: #b40001;}
.end-form .add-post {background: url(/img/add-post.png) no-repeat; width: 140px; height: 33px; display: block;}
.end-form .add-post:hover {background-position: 0px -33px;}
/* Where */
.where {color: #1c1c1c; font-size: 24px; margin-bottom: 19px; position: relative; z-index: 3;}
.where .droplink {margin-left: 5px; color: #02507c; border-bottom: 1px dashed;}
.where .dropmenu {display: none; position: absolute; width: 244px; height: 122px; background: #fff; border: 1px solid #b4b4b4; top: -6px; left: 108px; border-radius: 2px; box-shadow: 0px 1px 4px #b4b4b4;}
.where .dropmenu.open {display: block;}
.where .dropmenu li {padding: 5px 0px 5px 10px;}
.where .dropmenu li a {font-size: 24px; color: #02507c; border-bottom: 1px dashed;}
.where .dropmenu li a:hover {color: #b40001;}
.where .dropmenu li a.ssilko {border-bottom: 0; text-decoration: underline;}
/* Category */
.category-inner {position: relative; background: #fff; box-shadow: 0px 1px 0px #757675; padding: 8px 11px 11px 11px; border: 1px solid #d9d9d9; border-radius: 3px;}
.category-inner .t {background-image:url(/img/t-bg.png); background-position: initial initial; background-repeat: repeat no-repeat; height: 10px; left: 1px; position: absolute; top: 10px; width: 660px; z-index: 2;}
.category-inner .b {background-image: url(/img/b-bg.png); background-position: initial initial; background-repeat: repeat no-repeat; bottom: 10px; height: 10px; left: 1px; position: absolute;
 width: 660px; z-index: 2;}
.category-inner .t1 {height: 6px; display: block; width: 100%;}
.category-inner .b1 {height: 6px; display: block; width: 100%;}
.category2 {height: 210px; overflow-y: scroll;}    
.category2 .treeview {position: relative; z-index: 1;}
.category2 .treeview li .one-lvl, .category2 .treeview li .second-lvl, .category2 .treeview li .third-lvl {display: block;}
.category2 .treeview li {margin: 0; padding: 3px 0 6px 0px; color: #666;}
.category2 .treeview li .one-lvl li {padding-bottom: 2px; padding-left: 21px;}
.category2 .treeview li a {background: url(../img/tree-bg.png) no-repeat 0px 1px; padding-left: 19px; font-weight: bold; color: #02507c;}
.category2 .treeview li a span {padding: 1px 4px 2px 4px;}
.category2 .treeview li a:hover span {background: #e4edf6;}
.category2 .treeview li.active {background: url(../img/active.png) no-repeat 3px 4px;}
.category2 .treeview li.active a {color: #336600;}
.category2 .treeview li.active a span {background: #e4eebd;}
.category2 .treeview .hitarea {background: url(../img/plus.png) no-repeat 0px 2px; padding-left: 19px; height: 13px; cursor: pointer; margin-bottom: 8px;}
.category2 .treeview .expandable-hitarea {background: url(../img/minus.png) no-repeat 0px 2px;}
@-moz-document url-prefix() {
.category2 .treeview .expandable-hitarea {background: url(../img/plus.png) no-repeat 0px 2px;}
.category2 .treeview .hitarea {background: url(../img/minus.png) no-repeat 0px 2px; padding-left: 19px; height: 13px; cursor: pointer; margin-bottom: 8px;}
}
.category2 .treeview .second-lvl .hitarea {margin-top: 2px; padding-left: 22px; margin-bottom: 6px;}
/* Main */
.main {padding: 50px 0px;}
.forum-title {margin-left: 10px;}
.qq-upload-button {cursor: pointer;} 
.redactor_editor video, .redactor_editor img {max-width: 95%!important;}
#bReturn {*width: 77px;}
#bSave {*width: 109px;}
#container .end-form .add-post {display: -moz-inline-box!important; display: inline-block!important; *zoom: 1; *display: inline!important; vertical-align: top;}
#container .end-form .bSave {border: 1px solid #B5B5B5; border-radius: 2px; height: 31px; margin: 0 0 0 3px; display: -moz-inline-box!important; display: inline-block!important; *zoom: 1; *display: inline!important; vertical-align: top;}
#container .end-form .bSave button {background: #D7D8D8 url(../i/pics_forum.png) 0 0 repeat-x; border: 1px solid #F2F3F3; color: #484848; cursor: pointer; font: bold 14px "PT Sans",Arial,sans-serif; height: 31px; margin: 0; text-shadow: 1px 1px #fff;}
.redactor_editor ul, .postcontainer ul, .create-company ul {list-style: disc!important; padding: 0 0 15px 21px;}
.redactor_editor ol, .postcontainer ol {list-style: decimal!important; padding: 0 0 15px 21px;}
.create-company li {margin: 0 0 10px 0;}

.bSave {display: none; z-index:0; height: 31px; top: 10px; position: relative; border: 1px #b5b5b5 solid; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;}
.bSave button {height: 31px; z-index:0; font: bold 14px "PT Sans", Arial, sans-serif; color: #484848; text-shadow: #fff 1px 1px; background: #d7d8d8 url(//klerk.ru/forum/i/pics_forum.png) 0 0 repeat-x; border: 1px #f2f3f3 solid; cursor: pointer; margin: 0;}

/* AutoSuggest CSS - Version 1.2 */
ul.as-selections {
	list-style-type: none;
	margin: 0;
	width: 100%;
	line-height: 22px;
	color: #929292;
}
.line6 ul.as-selections, .line7 ul.as-selections {overflow: auto; *overflow: none;}
.line5 ul.as-selections {line-height: 32px;}
.line5 ul.as-selections li.as-selection-item {line-height: 22px;}
.line5 ul.as-selections li.as-selection-item, #as-selections-tag_text li.as-selection-item {float: left; height: 22px; line-height: 15px;}
#CONT ul#as-selections-tag_text #tag_text {/*display: table;*/ width: auto!important;}
#CONT ul.as-selections, .line6 ul.as-selections, .line7 ul.as-selections {*position: relative;}
#CONT ul.as-selections .as-original, .line6 ul.as-selections .as-original, .line7 ul.as-selections .as-original {*position: absolute; *top: 0; *left: 0;}

.line6 ul.as-selections, .line7 ul.as-selections {padding: 0;}
.left-form .line6 ul.as-selections, .left-form .line7 ul.as-selections {height: 22px; width: 270px; font-size: 12px; margin-left: 3px; line-height: 18px;}
.left-form .levo li.check ul.as-selections {background: #e4e5e5;}
.left-form .line7 .opensett2 .levo ul.as-selections, .left-form .line6 .opensett1 .levo ul.as-selections {float: left; width: 260px;}
ul.as-selections.loading {background-color: #eee;}
#CONT .input {box-shadow: none!important;}
#CONT .left-form .line7 .opensett2 .levo li, #CONT .left-form .line6 .opensett1 .levo li {padding-left: 0!important; padding-right: 0!important;}
#CONT .left-form .line7 .opensett2 .levo li .input, #CONT .left-form .line6 .opensett1 .levo li .input {width: 245px!important; *width: 92%!important;}
#CONT .left-form .line6 .opensett1 .vpravo li .input, #CONT .left-form .line7 .opensett2 .vpravo li .input {margin: 0!important; width: 90%!important;}
#CONT .left-form .line7 .opensett2 .levo ul.as-selections, #CONT  .left-form .line6 .opensett1 .levo ul.as-selections {width: 270px!important; padding: 0!important;}
ul.as-selections li.as-selection-item {
	color: #2b3840;
	font-size: 13px;
	background-color: #ddeefe;
	border: 1px solid #acc3ec;
	border-top-color: #c0d9e9;
	padding: 2px 7px 0px 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin: 0 3px 3px 0;
}
ul.as-selections li.as-selection-item:last-child {margin-left: 30px;}
ul.as-selections li.as-selection-item a.as-close {float: right; margin: 1px 0 0 7px; padding: 0 2px; cursor: pointer; color: #5491be; font-family: "Helvetica", helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; text-shadow: 0 1px 1px #fff; -webkit-transition: color .1s ease-in;}
ul.as-selections li.as-selection-item.blur {color: #666; background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5)); border-color: #bbb; border-top-color: #ccc; box-shadow: 0 1px 1px #e9e9e9; -webkit-box-shadow: 0 1px 1px #e9e9e9; -moz-box-shadow: 0 1px 1px #e9e9e9;}
ul.as-selections li.as-selection-item.blur a.as-close {color: #999;}
ul.as-selections li:hover.as-selection-item {color: #2b3840; background-color: #bbd4f1; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5)); border-color: #6da0e0; border-top-color: #8bb7ed;}
ul.as-selections li:hover.as-selection-item a.as-close {color: #4d70b0;}
ul.as-selections li.as-selection-item.selected {border-color: #1f30e4;}
ul.as-selections li.as-selection-item a:hover.as-close {color: #1b3c65;}
ul.as-selections li.as-selection-item a:active.as-close {color: #4d70b0;}
ul.as-selections li.as-original {margin-left: 0; /* *float: left;*/}
#CONT ul#as-selections-tag_text {display: table; *padding-top: 22px;}
#CONT ul#as-selections-tag_text li.as-original {display: table;}
ul.as-selections li.as-original input {
	background: #eceeee;
	border: none;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	color: #929292;
	font: normal 16px Arial, sans-serif;
	outline: none;
}
.left-form .line6 ul.as-selections li.as-original input, .left-form .line7 ul.as-selections li.as-original input {font: normal 12px Arial, sans-serif; width: 100%; *width: auto; height: 18px; *height: 16px;}
.left-form .line6 .levo ul.as-selections li.as-original input, .left-form .line7 .levo ul.as-selections li.as-original input {height: 16px;}
ul.as-list {position: absolute; list-style-type: none; margin: 2px 0 0; padding: 0; font-size: 14px; color: #000; font-family: "Lucida Grande", arial, sans-serif; background-color: #fff;  background-color: rgba(255,255,255,0.95); z-index: 200; box-shadow: 0 2px 12px #222; -webkit-box-shadow: 0 2px 12px #222; -moz-box-shadow: 0 2px 12px #222; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.vpravo .as-results {
	margin-left: 40px!important;
}
.levo .as-results {
	margin-top: 25px;
	margin-left: 25px;
}
li.as-result-item, li.as-message {
	margin: 0;
	padding: 5px 12px;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
li:first-child.as-result-item {
	margin: 0;
}
li.as-message {
	margin: 0;
	cursor: default;
}
li.as-result-item.active {
	background-color: #3668d9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
	border-color: #3342e8;
	color: #fff;
	text-shadow: 0 1px 2px #122042;
}
li.as-result-item em {
	font-style: normal;
	background: #444;
	padding: 0 2px;
	color: #fff;
}

li.as-result-item.active em {
	background: #253f7a;
	color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.as-selections {
		border-top-width: 2px;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-top: -1px;
	}
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.as-list {
		border: 1px solid #888;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-left: 4px;
		margin-top: 0;
	}
}

/* IE Hacks  */
ul.as-list {
	border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
	line-height: 16px;
	margin-left: 4px\9;
	margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.as-list,  x:-moz-any-link, x:default { 
	border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
	border: none;
}
.item-list-post {
	padding: 20px!important;
	margin: 0 0 9px!important;
	position: relative;
	background: #fff!important;
	border: 1px #e6e4e4 solid!important;
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.2)!important;
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.2)!important;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2)!important;
}
.item-list-post a:link, .item-list-post a:hover, .item-list-post a:visited {
	color: #282828;
}
.item-list-post a:hover {
	color: #c00000;
}
.item-list-post h1 a {
	color: #006699!important;
}
.top-lenta-links {
	border-bottom: 1px #d5d5d5 solid;
	position: relative;
	background-color: #fff;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	-pie-background: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
}
.top-lenta-links-blogs{
	background-color: #dfdfdf;
	border-bottom: 1px #d5d5d5 solid;
	margin: 0 !important;
	position: relative;
	width: 100%;
}
.cities-wrapper {
	width: 94%;
	font-size: 14px;
	padding: 20px 3%;
}
.cities-wrapper .wdt2 {
	width: 2%;
}
.cities-wrapper .wdt23 {
	width: 23%;
}
.pager {
	padding: 20px 0 30px;
}
.pager div {
	padding: 0 4px;
}
.selected-page {
	background: #c00000;
	color: #fff;
}
.selected-page a {
	color: #fff!important;
	text-decoration: none!important;
}
.interest-filter {
	padding: 10px 0;
}
.interest-filter a {
	margin: 0 5px;
}
.interest-filter b {
	padding: 0 5px;
	background: #000;
	color: #fff;
}
.JOUR {
	border-top: 1px #cfcfcf solid;
}
.JOUR td {
	padding: 4px 4px 4px 0;
	vertical-align: top;
}
.answer-comment {
	padding: 0 0 0 160px;
}
.answer-comment-top img {
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.search-input {
	border: 1px #ccc solid!important;
	height: 30px;
	line-height: 30px;
}
.search-select {
	width: 210px!important;
	border: 1px #ccc solid!important;
	height: 38px;
}
.search-sbm {
	border: 1px #ccc solid!important;
	height: 30px;
	background: #c00000;
	color: #fff;
	padding: 0 10px!important;
	font-weight: bold;
}
.l-form {
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
}
.r-form {
	width: 195px;
	margin-left: 15px;
}
.l-block {
	width: 125px;
}
.r-block {
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
}
.likebutton {   
	margin: 0;
	max-width: 141px;
	padding: 0;
	font: normal 14px/17px Arial, sans-serif!important;
	color: #000;
	text-align: left;
	cursor: pointer;
}
.alikebutton {          
	margin: 0;
	padding: 0;
	font: normal 14px/17px Arial, sans-serif!important;
	color: #000;
	text-align: left;
}
.likeremove {
	display: inline;
	padding: 0;
}
#likecaption {      
	font: normal 14px/17px Arial, sans-serif!important;
}

/* 2017-03 Release fix */
td.avatar {
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
td.message {
	vertical-align: top;
}
/*.message a.nick {*/
a.nick {
	border-bottom: 1px dotted #282828;
	float: left;
	line-height: 23px;
	text-decoration: none;
}
@media (min-width: 1530px) {
	td.avatar {
	width: 90px;
	}
}
.avatar img {
	max-width: 100%;
}
.postcontainer img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 0 10px 0;
}
.container_comment {
	clear: both;
}
.CONTIN img,
.container_comment img {
	display: block;
	height: auto;
	max-width: 100%;
	width: unset;
}
img.inlineimg {
	display: inline;
	vertical-align: middle;
}
.postcontainer img.inlineimg {
	margin: 0;
	width: auto;
}
.messageInfo {
	clear: both;
	position: relative;
}
.markOptionsList,
.messageOptions {
	cursor: pointer;
	float: left;
	padding: 7px;
}
.messageOptions {
	position: absolute;
	right: 0px;
	top: 0px;
}
.markOptionsList .arrow,
.messageOptions .arrow {
	border: 5px solid transparent;
	border-top: 5px solid #808080;
	height: 0;
	width: 0;
}
.pinnedPost {
	position: absolute;
	right: 25px;
	top: 0;
}
.message footer {
	margin: 20px 0 0 0;
}
.messageLink, .messageQuote {
	background: url("//www.klerk.ru/html5/i/redactor_stripes.png");
	height: 17px;
	margin: 0 0 0 5px;
	width: 25px;
}
.messageLink {
	background-position: -300px;
}
.messageQuote {
	background-position: -525px;
}
.upic-wrap {
	margin: 20px 0 10px;
	max-width: 150px;
	position: relative;
}
.upic-update {
	position: absolute;
	bottom: 0;
	height: 30px;
	display: none;
	background-color: black;
	opacity: .6;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.upic-update > a {
	color: white !important;
}

/* MiniLightBox */
a.lightbox, a.lightbox:hover {
	border: none;
	display: table;
}
#lightbox {
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 155;
}
#lightbox img {
	background-color: #222;
	border: solid 5px #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 90%;
	max-width: 90%;
	position: absolute;
	margin: auto auto;
}

/* Retro Posts */
.retroPosts {
	margin: 20px 0;
	position: relative;
}
.retroPosts .itemBlog {
	background: #ffffe9;
}
.retroPosts .header,
.retroPosts .footer {
	background-color: #f1f1f1;
	border: 1px solid #e6e4e4;
	border-radius: 13px;
	color: #666;
	font-size: 11px;
	height: 24px;
	left: 50%;
	line-height: 24px;
	position: absolute;
	text-align: center;
	z-index: 3;
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
.retroPosts .header {
	cursor: pointer;
	margin-left: -81px;
	padding: unset;
	top: -10px;
	width: 160px;
}
.retroPosts .footer {
	margin-left: -91px;
	bottom: -10px;
	width: 180px;
}
.retroPosts .help {
	background-color: #fff;
	border: 1px solid #e6e4e4;
	border-radius: 8px;
	cursor: pointer;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	width: 14px;
	z-index: 5;
}
.retroPosts .postRedact,
.retroPosts .views {
	display: none;
}
.retroPosts .helpText {
	display: none;
	background: #fff;
	border: 1px solid #e6e4e4;
	line-height: 17px;
	margin: 2px 0 0 -125px;
	padding: 5px 10px;
	position: relative;
	text-align: left;
	left: 50%;
	width: 230px;
	z-index: 2;
}

/* Company */
.fans h1,
#allCompaniesHeader {
	border-bottom: 1px solid #F4F4F4;
	padding: 10px 15px 15px 15px;
}
#allCompaniesHeader h1 {
	padding: 0;
}
.fans h1,
.tags h1,
.companies h1 {
	font-family: Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}
.companies .add-company {
	margin-top: 15px;
	text-decoration: none;
}
.fans .row,
.tags .row,
.companies .row {
	margin-left: 0;
	margin-right: 0;
}
.add-company .material-icons {
	color: #06D386;
	vertical-align: bottom;
}
.company header {
	border: none;
}
.company header a {
	text-decoration: none;
}
.company.inactive {
	opacity: 0.2;
}
.row.fan,
.row.company {
	display: none;
	margin-bottom: 30px;
}
.fan hr {
	border: 0;
	border-top: 1px solid #cfcfcf;
	margin: 10px 0;
}
.company .title {
	font-weight: 500;
	max-width: calc(100% - 30px);
}
.company .desc {
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
.company .readers .material-icons {
	line-height: 20px;
	vertical-align: text-bottom;
}
.company .readers > .material-icons {
	font-size: 20px;
}
.company .subscribe,
.company .unsubscribe,
.company .owner {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 15px 0 0;
	overflow: unset;
	padding: 1px 0;
	text-align: center;
	width: 95px;
}
.company .subscribe {
	background-color: #E1F7EA;
	border-radius: 3px;
}
.tags #companyFilter a,
.company .unsubscribe {
	color: #D9D9D9;
}
.company .owner,
.company .owner:hover {
	color: #06D386;
	cursor: default;
}
.company .subscribe:hover {
	background-color: #03a039;
	color: #fff;
}
#companyFilter {
	font-size: 13px;
	line-height: 15px;
	position: absolute;
	right: 0;
	top: 0;
}
#companyFilter div {
	color: #d9d9d9;
	cursor: pointer;
	margin: 19px 22px 0 0;
}
#companyFilter div.active,
#companyFilter div.active a {
	color: #000;
}
.sidebar-right .companySocial .icon {
	left: auto;
	position: relative;
}
.companySocial {
	position: relative;
}
.companySocial input {
	padding-left: 30px;
	width: calc(100% - 40px);
}
.companySocial .icon {
	fill: #adadad;
	float: left;
	left: 7px;
	position: absolute;
	top: 12px;
	width: 19px;
}
.companySocial .icon .fb {
	fill: #3b5998;
}
.companySocial .icon .vk {
	fill: #45668e;
}
.companySocial .icon .ok {
	fill: #ed812b;
}
.companySocial .icon .tw {
	fill: #1da1f2;
}

/* New header */
body > header {
	font-size: 14px;
	font-weight: 500;
	position: fixed;
	width: 100%;
	z-index: 20;
}
header > .header-main {
	background-color: #000;
	height: 56px;
	padding: 0 24px;
	position: relative;
	z-index: 19;
}
#subheader {
	background-color: #000;
	display: none;
	height: 52px;
	padding: 0 24px;
	position: relative;
	top: -52px;
	transition: top 0.15s ease-in 0.1s;
	width: 100%;
	z-index: 10;
}
#subheader.open {
	top: 0px;
	transition: top 0.15s ease-out 0.1s;
}
.header-logo {
	margin: 15px 24px 0 0;
}
.header-logo svg {
	fill: #fff;
	transition: all .25s ease-in-out;
}
.header-logo svg:hover {
	fill:#ef473a
}
.menu-user {
	background-color: transparent;
	padding: 0;
}
.menu-user li {
	list-style: none;
}
.menu-user > li {
	height: 56px;
	line-height: 56px;
	padding: 0;
}
header a {
	text-decoration: none;
}
#subheader a {
	color: #fff;
}
.menu-user li:hover .hidden-mobile,
.menu-user li a:hover,
#subheader .links a:hover {
	color: #5c87fc;
}
.menu-user .hidden-mobile,
.menu-user .material-icons {
	transition: all .18s ease-in-out;
}
header li.menu-user-settings {
	margin: 0 0 0 3px;
}
header .menu-user-settings .material-icons {
	font-size: 30px;
	margin: 0;
}
header .menu-user-settings ul.visible + .material-icons {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.menu-user .menu-user-messages,
.menu-user .menu-user-comments,
.menu-user .ava-pic {
	cursor: pointer;
}
.menu-user-write::before {
	display: none;
}
#subheader .links li {
	float: left;
	line-height: 52px;
	list-style: none;
}
#subheader .links li:not(:last-child) {
	margin: 0 18px 0 0;
}
.container .col1-wrap {
	margin: 0;
	min-height: 90vh;
	width: calc(100% - 300px);
}
.col1-wrap.blog-post {
	width: 100%;
}
.header-search-btn .icon {
	cursor: pointer;
	height: 52px;
	line-height: 52px;
}
.header-search-btn .material-icons {
	vertical-align: middle;
}
.search-bar.visible {
	height: 150px;
	transition: all 0.15s ease-out 0.1s;
}
.search-bar .selector {
	display: flex;
	justify-content: center;
	margin: 24px 0;
}
.search-bar__scope label {
	border: 1px solid #d1d5da;
	color: #d1d5da;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 11px;
	margin: 0 10px;
}
.search-bar__scope input[type="radio"] {
	display: none;
}
.search-bar__scope input[type="radio"]:checked ~ label {
	color: #fff;
	border-color: #5c87fc;
	background-color: #5c87fc;
}
.content .itemTab {
	margin: 0 0 15px 0;
}
.headerpic {
	background-position: top center;
	background-size: cover;
	height: 350px;
	margin: 0px -12px;
	overflow: hidden;
}
.headerpic img {
	width: 100%;
}
.headerpic + .container {
	margin-top: -200px;
}
#headerpic-upload {
	background-color: #000000;
	color: #ffffff;
	float: right;
	opacity: 0;
	overflow: hidden;
	padding: 5px;
	position: relative;
}
#headerpic-upload .material-icons {
	vertical-align: bottom;
}
#headerpic-file {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}
#headerpic-file::-webkit-file-upload-button {
	cursor: pointer;
}
#HEAD:hover #headerpic-upload,
.headerpic:hover + .container #headerpic-upload {
	opacity: 0.7;
}
#HEAD:hover #headerpic-upload:hover {
	opacity: 1;
}

/* Blog Settings Pages */
#addalcdlg {
	border: solid 1px #000000;
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	z-index: 2;
}
.blog-settings .acl_item,
.blog-settings .row {
	margin-bottom: 10px;
}
.blog-settings .col-xs-5 img {
	height: auto;
	max-width: 100%;
}
.blog-settings .pagination .popupbody {
	display: none;
}
.pagination span {
	float: left;
	line-height: 21px;
}
.pagination span a {
	border: 1px solid #a8a8a8;
	margin-left: 1px;
	padding: 2px 4px;
	text-decoration: none;
}
.pagination a img {
	position: relative;
	top: 3px;
}
.blog-settings .acl_item,
.blog-settings .row.sub {
	border-top: 1px solid #F7F7F7;
	padding: 11px 0 0 0;
}

/* Klerk.ru styles for compatible view */
header.header {
	background-color: #000;
}
.header-usernav > div > span {
	cursor: pointer;
	font-weight: 500;
	margin: 0 20px 0 0;
}
main {
	padding: 0 0 0 208px;
	width: 100%;
}
.avatar--small {
	width: 24px;
}
.avatar--small img {
	width: 100%;
}
#sidenav {
	z-index: 15;
}
#sidenav .navigation {
	margin: 0;
}
#sidenav .navigation__divider {
	box-sizing: border-box;
	height: 1px;
	border-top: 1px solid #eee;
	opacity: .6;
	margin: 16px -18px;
}
.sidebar--closed {
	width: 0;
}
.navigation__group-caption {
	margin-left: 46px;
}
.navigation__list {
	font-size: 14px;
}
.navigation__list svg {
	height: 24px;
	margin-right: 6px;
	vertical-align: bottom;
}
.navigation__link--button {
	margin-left: -24px;
}
.topnav__link--button {
	height: auto;
}
.container {
	width: 100%;
	/*padding: 0 15px;*/
	height: inherit;
	margin: 0 auto;
	max-width: 1010px;
}
.blog-settings label,
.blog-settings .pagination img {
	display: unset;
}
#resizers img {
	border: 1px solid #ccc;
	display: unset;
}

.hidden {
	display: none;
}
.visible,
.hidden-desktop {
	display: block !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-desktop {
	display: none !important;
}

/* @media */
@media (max-width: 350px) {
	.top-lenta-links-blogs{
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	.share-button--popup {
		min-width: 44px;
		padding: 0 5px;
	}
}
@media (max-width: 480px) {
	.header-logo {
		margin: 15px 15px 0 0;
	}
	body > header {
		font-size: 13px;
	}
	header > .header-main,
	#subheader {
		padding: 0 15px;
	}
	#subheader .links li:not(:last-child) {
		margin: 0 15px 0 0;
	}
	.menu-user > li {
		margin-left: 15px;
	}
	.search-bar__scope label {
		font-size: 13px;
	}
	.top-search-btn[type=submit] {
		display: none;
	}
	.icon-search-wrapper {
		left: 90px;
		position: absolute;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
		width: calc(100% - 142px);
	}
	#sp_srch {
		float: left;
		position: relative;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
		width: 0;
		z-index: 20;
	}
	#sp_srch:focus {
		width: calc(100% - 52px);
	}
	.top-search-btn[type=button]:focus ~ #sp_srch {
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
		width: calc(100% - 52px);
	}
	div.CONTIN {
		padding: 10px;
	}
	.message .infoMember.visible {
		width: 156px;
	}
	.itemBlog {
		padding: 12px 12px 8px;
	}
	.itemBlog footer {
		margin: 12px -12px 0;
		padding: 8px 12px 0;
	}
}
@media (min-width: 481px) {
	.menu-user > li {
		margin: 0 0 0 24px;
	}
	.top-search-btn[type=button] {
		display: none;
	}
	.top-search-btn[type=submit] {
		float: right;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
	.share-resume {
		display: none;
	}
    .klerk-footer {
	    text-align: center;
    }
	.company .readers {
		clear: both;
		float: left;
		margin-bottom: 8px;
	}
	.klerk-footer .row {
		margin: 0;
	}
}
@media (max-width: 768px) {
	.container .col1-wrap {
		width: 100%;
	}
	.share-vert .peopleLike.post2blog {
		width: 500px;
	}
	.cols-wrapper {
		padding-top: 12px;
	}
	.headerpic {
		margin-top: 36px;
	}
	#topnav {
		background-color: #f8f7f6;
		display: block;
		margin: -36px -12px 0;
		padding: 0 12px;
		position: fixed;
		width: 100%;
		z-index: 4;
	}
	header .hidden-xs,
	#topnav .hidden-xs {
		display: none;
	}
	.topnav__link {
		line-height: 40px;
	}
	#subheader {
		display: block;
	}
	.container .col1-wrap {
		margin: 104px 0 0 0;
	}
}
@media (max-width: 1024px) {
	main {
		padding: 0 12px;
	}
	.hidden-mobile {
		display: none !important;
	}
	.visible-mobile {
		display: block !important;
	}
	.col1-wrap {
		margin: 0;
	}
	.menu-user-messages-icon-mobile,
	.menu-user-comments-icon-mobile {
		color: #585F74;
		cursor: pointer;
		height: 24px;
		margin: 0px;
	}
	header .menu-user-comments .submenu {
		right: -50px;
	}
	header .menu-user .submenu::before {
		right: 57px;
	}
	header .icon {
		margin: 0;
	}
	.menu-user-messages-icon-mobile a {
		color: #585F74;
	}
	.menu-user-messages-icon-mobile:hover,
	.menu-user-comments-icon-mobile:hover {
		opacity: 0.8;
	}
	.menu-user-messages.new-notice .menu-user-messages-icon-mobile .new-notice-number,
	.menu-user-comments.new-notice .menu-user-comments-icon-mobile .new-notice-number {
		left: unset;
		right: 5px;
		top: 5px;
	}
	.top-block-content .menu-user-messages,
	.top-block-content .menu-user-comments {
		background-color: #fff;
		border-left: 1px solid #d5d5d5;
		display: block;
		padding: 15px 13px 15px;
		position: absolute;
		top: 0px;
		z-index: 15;
	}
	.top-block-content .menu-user-messages {
		right: 104px;
	}
	.top-block-content .menu-user-comments {
		right: 54px;
	}
	.top-block-content .menu-user .submenu::before {
		border: none;
	}
	#new-comments-list-ul-mobile ul {
		max-height: 350px;
		overflow-y: auto;
	}
	.blog-post .content .container {
		padding: 0;
	}
}
@media (min-width: 1025px) {
	.hidden-desktop {
		display: none !important;
	}
	.visible-desktop {
		display: block !important;
	}
	.company .subscribe,
	.company .unsubscribe,
	.company .owner {
		margin-bottom: 5px;
	}
}
@media (max-width: 380px) {
	#topnav {
		margin-top: -46px;
	}
	.headerpic {
		margin-top: 26px;
	}
}

/* Bootstrap compatible grid */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
svg,
.login__ui,
.header-popnav {
	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
	.visible-lg {
		display: block !important;
	}
}
@media (min-width: 1281px) {
/*	body > header {
		padding: 0 240px 0 0;
	}*/
	.cols-wrapper {
		padding-right: 270px;
	}
	.cols-wrapper.blog-post {
		padding-right: 0px;
	}
	.right-sidebar {
		display: block;
	}
}
.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
	clear: both;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
	display: table;
	content: " ";
}
.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.row {
	margin-right:-15px;
	margin-left:-15px
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float:left
}
.col-xs-12 {
	width:100%
}
.col-xs-11 {
	width:91.66666667%
}
.col-xs-10 {
	width:83.33333333%
}
.col-xs-9 {
	width:75%
}
.col-xs-8 {
	width:66.66666667%
}
.col-xs-7 {
	width:58.33333333%
}
.col-xs-6 {
	width:50%
}
.col-xs-5 {
	width:41.66666667%
}
.col-xs-4 {
	width:33.33333333%
}
.col-xs-3 {
	width:25%
}
.col-xs-2 {
	width:16.66666667%
}
.col-xs-1 {
	width:8.33333333%
}
.col-xs-pull-12 {
	right:100%
}
.col-xs-pull-11 {
	right:91.66666667%
}
.col-xs-pull-10 {
	right:83.33333333%
}
.col-xs-pull-9 {
	right:75%
}
.col-xs-pull-8 {
	right:66.66666667%
}
.col-xs-pull-7 {
	right:58.33333333%
}
.col-xs-pull-6 {
	right:50%
}
.col-xs-pull-5 {
	right:41.66666667%
}
.col-xs-pull-4 {
	right:33.33333333%
}
.col-xs-pull-3 {
	right:25%
}
.col-xs-pull-2 {
	right:16.66666667%
}
.col-xs-pull-1 {
	right:8.33333333%
}
.col-xs-pull-0 {
	right:auto
}
.col-xs-push-12 {
	left:100%
}
.col-xs-push-11 {
	left:91.66666667%
}
.col-xs-push-10 {
	left:83.33333333%
}
.col-xs-push-9 {
	left:75%
}
.col-xs-push-8 {
	left:66.66666667%
}
.col-xs-push-7 {
	left:58.33333333%
}
.col-xs-push-6 {
	left:50%
}
.col-xs-push-5 {
	left:41.66666667%
}
.col-xs-push-4 {
	left:33.33333333%
}
.col-xs-push-3 {
	left:25%
}
.col-xs-push-2 {
	left:16.66666667%
}
.col-xs-push-1 {
	left:8.33333333%
}
.col-xs-push-0 {
	left:auto
}
.col-xs-offset-12 {
	margin-left:100%
}
.col-xs-offset-11 {
	margin-left:91.66666667%
}
.col-xs-offset-10 {
	margin-left:83.33333333%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-8 {
	margin-left:66.66666667%
}
.col-xs-offset-7 {
	margin-left:58.33333333%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-5 {
	margin-left:41.66666667%
}
.col-xs-offset-4 {
	margin-left:33.33333333%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-2 {
	margin-left:16.66666667%
}
.col-xs-offset-1 {
	margin-left:8.33333333%
}
.col-xs-offset-0 {
	margin-left:0
}
@media (min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float:left
	}
	.col-sm-12 {
		width:100%
	}
	.col-sm-11 {
		width:91.66666667%
	}
	.col-sm-10 {
		width:83.33333333%
	}
	.col-sm-9 {
		width:75%
	}
	.col-sm-8 {
		width:66.66666667%
	}
	.col-sm-7 {
		width:58.33333333%
	}
	.col-sm-6 {
		width:50%
	}
	.col-sm-5 {
		width:41.66666667%
	}
	.col-sm-4 {
		width:33.33333333%
	}
	.col-sm-3 {
		width:25%
	}
	.col-sm-2 {
		width:16.66666667%
	}
	.col-sm-1 {
		width:8.33333333%
	}
	.col-sm-pull-12 {
		right:100%
	}
	.col-sm-pull-11 {
		right:91.66666667%
	}
	.col-sm-pull-10 {
		right:83.33333333%
	}
	.col-sm-pull-9 {
		right:75%
	}
	.col-sm-pull-8 {
		right:66.66666667%
	}
	.col-sm-pull-7 {
		right:58.33333333%
	}
	.col-sm-pull-6 {
		right:50%
	}
	.col-sm-pull-5 {
		right:41.66666667%
	}
	.col-sm-pull-4 {
		right:33.33333333%
	}
	.col-sm-pull-3 {
		right:25%
	}
	.col-sm-pull-2 {
		right:16.66666667%
	}
	.col-sm-pull-1 {
		right:8.33333333%
	}
	.col-sm-pull-0 {
		right:auto
	}
	.col-sm-push-12 {
		left:100%
	}
	.col-sm-push-11 {
		left:91.66666667%
	}
	.col-sm-push-10 {
		left:83.33333333%
	}
	.col-sm-push-9 {
		left:75%
	}
	.col-sm-push-8 {
		left:66.66666667%
	}
	.col-sm-push-7 {
		left:58.33333333%
	}
	.col-sm-push-6 {
		left:50%
	}
	.col-sm-push-5 {
		left:41.66666667%
	}
	.col-sm-push-4 {
		left:33.33333333%
	}
	.col-sm-push-3 {
		left:25%
	}
	.col-sm-push-2 {
		left:16.66666667%
	}
	.col-sm-push-1 {
		left:8.33333333%
	}
	.col-sm-push-0 {
		left:auto
	}
	.col-sm-offset-12 {
		margin-left:100%
	}
	.col-sm-offset-11 {
		margin-left:91.66666667%
	}
	.col-sm-offset-10 {
		margin-left:83.33333333%
	}
	.col-sm-offset-9 {
		margin-left:75%
	}
	.col-sm-offset-8 {
		margin-left:66.66666667%
	}
	.col-sm-offset-7 {
		margin-left:58.33333333%
	}
	.col-sm-offset-6 {
		margin-left:50%
	}
	.col-sm-offset-5 {
		margin-left:41.66666667%
	}
	.col-sm-offset-4 {
		margin-left:33.33333333%
	}
	.col-sm-offset-3 {
		margin-left:25%
	}
	.col-sm-offset-2 {
		margin-left:16.66666667%
	}
	.col-sm-offset-1 {
		margin-left:8.33333333%
	}
	.col-sm-offset-0 {
		margin-left:0
	}
}
@media (min-width:992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float:left
	}
	.col-md-12 {
		width:100%
	}
	.col-md-11 {
		width:91.66666667%
	}
	.col-md-10 {
		width:83.33333333%
	}
	.col-md-9 {
		width:75%
	}
	.col-md-8 {
		width:66.66666667%
	}
	.col-md-7 {
		width:58.33333333%
	}
	.col-md-6 {
		width:50%
	}
	.col-md-5 {
		width:41.66666667%
	}
	.col-md-4 {
		width:33.33333333%
	}
	.col-md-3 {
		width:25%
	}
	.col-md-2 {
		width:16.66666667%
	}
	.col-md-1 {
		width:8.33333333%
	}
	.col-md-pull-12 {
		right:100%
	}
	.col-md-pull-11 {
		right:91.66666667%
	}
	.col-md-pull-10 {
		right:83.33333333%
	}
	.col-md-pull-9 {
		right:75%
	}
	.col-md-pull-8 {
		right:66.66666667%
	}
	.col-md-pull-7 {
		right:58.33333333%
	}
	.col-md-pull-6 {
		right:50%
	}
	.col-md-pull-5 {
		right:41.66666667%
	}
	.col-md-pull-4 {
		right:33.33333333%
	}
	.col-md-pull-3 {
		right:25%
	}
	.col-md-pull-2 {
		right:16.66666667%
	}
	.col-md-pull-1 {
		right:8.33333333%
	}
	.col-md-pull-0 {
		right:auto
	}
	.col-md-push-12 {
		left:100%
	}
	.col-md-push-11 {
		left:91.66666667%
	}
	.col-md-push-10 {
		left:83.33333333%
	}
	.col-md-push-9 {
		left:75%
	}
	.col-md-push-8 {
		left:66.66666667%
	}
	.col-md-push-7 {
		left:58.33333333%
	}
	.col-md-push-6 {
		left:50%
	}
	.col-md-push-5 {
		left:41.66666667%
	}
	.col-md-push-4 {
		left:33.33333333%
	}
	.col-md-push-3 {
		left:25%
	}
	.col-md-push-2 {
		left:16.66666667%
	}
	.col-md-push-1 {
		left:8.33333333%
	}
	.col-md-push-0 {
		left:auto
	}
	.col-md-offset-12 {
		margin-left:100%
	}
	.col-md-offset-11 {
		margin-left:91.66666667%
	}
	.col-md-offset-10 {
		margin-left:83.33333333%
	}
	.col-md-offset-9 {
		margin-left:75%
	}
	.col-md-offset-8 {
		margin-left:66.66666667%
	}
	.col-md-offset-7 {
		margin-left:58.33333333%
	}
	.col-md-offset-6 {
		margin-left:50%
	}
	.col-md-offset-5 {
		margin-left:41.66666667%
	}
	.col-md-offset-4 {
		margin-left:33.33333333%
	}
	.col-md-offset-3 {
		margin-left:25%
	}
	.col-md-offset-2 {
		margin-left:16.66666667%
	}
	.col-md-offset-1 {
		margin-left:8.33333333%
	}
	.col-md-offset-0 {
		margin-left:0
	}
}
@media (min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float:left
	}
	.col-lg-12 {
		width:100%
	}
	.col-lg-11 {
		width:91.66666667%
	}
	.col-lg-10 {
		width:83.33333333%
	}
	.col-lg-9 {
		width:75%
	}
	.col-lg-8 {
		width:66.66666667%
	}
	.col-lg-7 {
		width:58.33333333%
	}
	.col-lg-6 {
		width:50%
	}
	.col-lg-5 {
		width:41.66666667%
	}
	.col-lg-4 {
		width:33.33333333%
	}
	.col-lg-3 {
		width:25%
	}
	.col-lg-2 {
		width:16.66666667%
	}
	.col-lg-1 {
		width:8.33333333%
	}
	.col-lg-pull-12 {
		right:100%
	}
	.col-lg-pull-11 {
		right:91.66666667%
	}
	.col-lg-pull-10 {
		right:83.33333333%
	}
	.col-lg-pull-9 {
		right:75%
	}
	.col-lg-pull-8 {
		right:66.66666667%
	}
	.col-lg-pull-7 {
		right:58.33333333%
	}
	.col-lg-pull-6 {
		right:50%
	}
	.col-lg-pull-5 {
		right:41.66666667%
	}
	.col-lg-pull-4 {
		right:33.33333333%
	}
	.col-lg-pull-3 {
		right:25%
	}
	.col-lg-pull-2 {
		right:16.66666667%
	}
	.col-lg-pull-1 {
		right:8.33333333%
	}
	.col-lg-pull-0 {
		right:auto
	}
	.col-lg-push-12 {
		left:100%
	}
	.col-lg-push-11 {
		left:91.66666667%
	}
	.col-lg-push-10 {
		left:83.33333333%
	}
	.col-lg-push-9 {
		left:75%
	}
	.col-lg-push-8 {
		left:66.66666667%
	}
	.col-lg-push-7 {
		left:58.33333333%
	}
	.col-lg-push-6 {
		left:50%
	}
	.col-lg-push-5 {
		left:41.66666667%
	}
	.col-lg-push-4 {
		left:33.33333333%
	}
	.col-lg-push-3 {
		left:25%
	}
	.col-lg-push-2 {
		left:16.66666667%
	}
	.col-lg-push-1 {
		left:8.33333333%
	}
	.col-lg-push-0 {
		left:auto
	}
	.col-lg-offset-12 {
		margin-left:100%
	}
	.col-lg-offset-11 {
		margin-left:91.66666667%
	}
	.col-lg-offset-10 {
		margin-left:83.33333333%
	}
	.col-lg-offset-9 {
		margin-left:75%
	}
	.col-lg-offset-8 {
		margin-left:66.66666667%
	}
	.col-lg-offset-7 {
		margin-left:58.33333333%
	}
	.col-lg-offset-6 {
		margin-left:50%
	}
	.col-lg-offset-5 {
		margin-left:41.66666667%
	}
	.col-lg-offset-4 {
		margin-left:33.33333333%
	}
	.col-lg-offset-3 {
		margin-left:25%
	}
	.col-lg-offset-2 {
		margin-left:16.66666667%
	}
	.col-lg-offset-1 {
		margin-left:8.33333333%
	}
	.col-lg-offset-0 {
		margin-left:0
	}
}