@charset "utf-8";


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	min-width: 320px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	position: relative;
	right: 0;
	-webkit-transition: right .1s;
	-moz-transition: right .1s;
	-o-transition: right .1s;
	transition: right .1s;
}
a {
	text-decoration: none;
}
.hidden {
	display: none;
}
#layout {
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
body.sidebar_open {
	right: 200px;

}
#content {
	margin-bottom: 88px;
}
#sidebar {
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	width: 200px;
	-webkit-transition: right .1s;
	-moz-transition: right .1s;
	-o-transition: right .1s;
	transition: right .1s;
	overflow-x: hidden;
	overflow-y: auto;
	background: #f2f2f2;
	z-index: 110;
}
body.sidebar_open #sidebar {
	right: 0;
}
body.sidebar_open #sidebar_overlay {
	display: block;
}

body.modal_dialog #sidebar_overlay {
	display: block;
}


#footer {
	height: 88px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #3F3F3F;
	text-align: center;
}

#footer.moex
{
	height: auto;
	position: relative;
}

a.btn,
.btn {
	color: #fff;
	background-color: #3F3F3F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	font-weight: 700;
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	cursor: pointer;
	border: 0;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
}
a.btn:active,
.btn:active {
	background-color: #CBCBCB;
}

a.btn.btn-wide,
.btn.btn-wide {
	width: 100%;
}

.indexTopButtons a.btn.btn-wide, .indexTopButtons .btn.btn-wide, .indexTopButtons input
{
	width: calc(50% - 0.5rem);
	min-width: calc(50% - 0.5rem);
}

.btn:disabled {
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	cursor: no-drop;
}

a.btn-vote
{
	margin-top: 1em;
	background-color: #059f4e;
}

a.btn-comment
{
	background-color: #303bff;
}

#header {
	position: relative;
	height: 54px;
	background-color: #3F3F3F;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: transparent;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-position: -304px 0;
	background-repeat: no-repeat;
	background-size: 1000px 200px;
	width: 54px;
	height: 54px;
}
#header .title {
	display: block;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 54px;
	margin: 0 74px;
}
#header .toggle_sidebar {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 51px;
	height: 54px;
	cursor: pointer;
	border-left: 1px solid #e5e4e4;
}
#header .toggle_sidebar:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 16px;
	top: 18px;
	background-color: transparent;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-position: -187px -21px;
	background-repeat: no-repeat;
	background-size: 1000px 200px;
}
#header .toggle_sidebar:active:after,
body.sidebar_open #header .toggle_sidebar:after {
	background-position: -187px 0px;
}
#footer .links {
	font-size: 13px;
	overflow: hidden;
	padding: 0;
}
#footer .links a {
	display: block;
	width: 50%;
	float: left;
	color: #8c8c8b;
	padding: 12px 0;
}
#sidebar_overlay {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 100;
}
#sidebar .head {
	background: #e4e4e4;
	font-size: 0;
	display: block;
	padding: 9px 12px;
}
#sidebar .head img {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#sidebar .head .username {
	max-width: 124px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 700;
	margin-left: 15px;
	color: #3F3F3F;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#sidebar .menu a {
	display: block;
	color: #3F3F3F;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	padding: 11px 12px;
}
#sidebar .menu a:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background-color: transparent;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-repeat: no-repeat;
	background-size: 1000px 200px;
}
#sidebar .menu a:hover {
	background: #e7e7e7;
	color: #636363;
}
#sidebar .menu a:active {
	background: #d8d7d7;
	color: #636363;
}
#sidebar .menu a:hover:after,
#sidebar .menu a:active:after {
	content: "";
	width: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #b9b6b6;
}
#sidebar .menu a.feed:before {
	background-position: -21px 0;
}
#sidebar .menu a.feed:hover:before,
#sidebar .menu a.feed:active:before {
	background-position: -21px -21px;
}
#sidebar .menu a.favorites:before {
	background-position: -63px 0;
}
#sidebar .menu a.favorites:hover:before,
#sidebar .menu a.favorites:active:before {
	background-position: -63px -21px;
}
#sidebar .menu a.posts:before {
	background-position: 0 0;
}
#sidebar .menu a.posts:hover:before,
#sidebar .menu a.posts:active:before {
	background-position: 0 -21px;
}
#sidebar .menu a.allblog:before {
	background-position: -103px 0;
}
#sidebar .menu a.allblog:hover:before,
#sidebar .menu a.allblog:active:before {
	background-position: -103px -21px;
}
#sidebar .menu a.allnews:before {
	background-position: -145px 0;
}
#sidebar .menu a.allnews:hover:before,
#sidebar .menu a.allnews:active:before {
	background-position: -145px -21px;
}

#sidebar .menu a.allvopros:before {
	background-position: -506px 0;
}
#sidebar .menu a.allvopros:hover:before,
#sidebar .menu a.allvopros:active:before {
	background-position: -506px -21px;
}

#sidebar .menu a.flow:before {
	background-position: -527px 0;
}
#sidebar .menu a.flow:hover:before,
#sidebar .menu a.flow:active:before {
	background-position: -527px -21px;
}

#sidebar .menu a.mylinks:before {
	background-position: -124px 0;
}
#sidebar .menu a.mylinks:hover:before,
#sidebar .menu a.mylinks:active:before {
	background-position: -124px -21px;
}
#sidebar .menu a.top24:before {
	background-position: -166px 0;
}
#sidebar .menu a.top24:hover:before,
#sidebar .menu a.top24:active:before {
	background-position: -166px -21px;
}
#sidebar .menu a.companies:before {
	background-position: -42px 0;
}
#sidebar .menu a.companies:hover:before,
#sidebar .menu a.companies:active:before {
	background-position: -42px -21px;
}

#sidebar .menu a.myblog:before {
	background-position: -485px 0;
}
#sidebar .menu a.myblog:hover:before,
#sidebar .menu a.myblog:active:before {
	background-position: -485px -21px;
}


#sidebar .menu a.addtopic:before {
	background-position: -548px 0;
}
#sidebar .menu a.addtopic:hover:before,
#sidebar .menu a.addtopic:active:before {
	background-position: -548px -21px;
}


#sidebar .menu a.getabroker
{
	color: red;
}

#sidebar .menu a.getabroker:hover
{
	background-color: #ffe7e7;
}

#sidebar .menu a.getabroker:hover:after, #sidebar .menu a.getabroker:active:after
{
	background: red;
}

#sidebar .menu a.getabroker:before {
	background-position: -569px 0;
}

#sidebar .menu a.exit
{
	margin-top: 2em;
}

#sidebar .menu a.exit:before {
	background-position: -83px 1px;
}
#sidebar .menu a.exit:hover:before,
#sidebar .menu a.exit:active:before {
	background-position: -83px -20px;
}
.list_items .list_item {
	display: block;
	overflow: hidden;
	padding: 15px;
}
.list_items .list_item .title {
	font-size: 14px;
	font-weight: 700;
	color: #3F3F3F;
}
.list_items .list_item .count {
	float: right;
	font-size: 13px;
	font-weight: 700;
	color: #b2bac2;
}
.list_items .list_item .noactive {
	color: #b2bac2;
}
.list_items .buttons {
	padding-top: 25px;
	padding-bottom: 25px;
}
.posts .post {
	position: relative;
	border-bottom: 1px solid #fafafa;
	-webkit-tap-highlight-color: transparent!important;
}
.post_show .text {
	-webkit-tap-highlight-color: transparent!important;
}
.posts .post .cmtp {
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}
.posts .post .post_inner {
	display: block;
	padding: 15px;
}
.posts .post a.post_inner:visited h3.title {
	color: #939ca6;
}
.posts .post h3.voice {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	color: #cc9;
	margin: 0;
	padding: 0 60px 0 0;
}
.posts .post span.video
{
	color:red;
	cursor:help;
	float: left;
	padding-right: 0.3em;
}
.posts .post h3.title {

	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	color: #3F3F3F;
	position: relative;
	word-wrap: break-word;
	margin: 0;
	padding: 0 60px 0 0;
}
.posts .post .meta {
	margin-top: 12px;
	color: #a5acb3;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.posts .post .logo
{
	width: 50px;
	height: 50px;
	float: left;
}

.posts .post .logo img
{
	width: 40px;
}

.posts .post .cmtp
{
	color: #000;
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
	word-wrap: break-word;
}

.posts .post .comments_count {
	color: #3F3F3F;
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	font-family: arial;
	width: 38px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	background-color: transparent;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-position: -426px 0;
	background-repeat: no-repeat;
	background-size: 1000px 200px;
	padding: 7px 4px 0;
}
.posts .post .comments_count.has_new {
	color: #FF5700;
	background-position: -426px -37px;
}
.post_show {
	padding: 15px;
}
.post_show .hubs {
	color: #3F3F3F;
	font-size: 10px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 20px 8px 0;
	position: relative;
}
.post_show .hubs a.hub {
	color: #3F3F3F;
	letter-spacing: .5px;
}
.post_show h3.title {
	color: #3F3F3F;
	font-size: 17px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	word-wrap: break-word;
	margin: 0;
	padding: 0 50px 0 0;
}
.post_show h3.title .favorite {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	background-color: transparent;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-repeat: no-repeat;
	background-size: 1000px 200px;
	background-position: -63px 0;
}
.post_show h3.title .favorite.favorited {
	background-position: -63px -42px;
}

.post_show .hubs .reader {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
	background-color: transparent;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-repeat: no-repeat;
	background-size: 1000px 200px;
	background-position: -590px 0;
	position: absolute;
	right: 0;
}
.post_show .hubs .reader.favorited {
	background-position: -590px -42px;
}

.post_show .meta {
	margin-top: 3px;
	color: #a5acb3;
	font-size: 13px;
	line-height: 23px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.post_show .meta .origin_author {
	color: #54a7eb;
}

.post_show .meta .score {
	float: right;
	font-size: 13px;
	font-weight: 700;
	color: #aeb4ba;
}
.post_show .meta .score.positive {
	color: #65c178;
}
.post_show .meta .score.negative {
	color: #fe8c8c;
}
.post_show .meta .score:before {
	content: "";
	width: 20px;
	height: 11px;
	display: inline-block;
	background-color: transparent;
	margin-right: 10px;
}

.post_show .text {
	color: #000;
	font-size: 15px;
	line-height: 23px;
	margin-top: 10px;
	word-wrap: break-word;
}
.post_show .share_to_social_networks, .post_show .extra_tags {
	margin-top: 1em;
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 15px;
}
.post_show .share_to_social_networks .label, .post_show .extra_tags .label {
	font-size: 12px;
	font-weight: 700;
	color: #939ca6;
}

.post_show .share_to_social_networks .share_buttons
{
	margin-top: 1em;
}

.post_show .extra_tags .topic_forum_tags
{
	margin-top: 0.5em;
	line-height: 1.5em;
}


/*.post_show .share_to_social_networks .share_buttons {
	margin-top: 10px;
	overflow: hidden;
}
.post_show .share_to_social_networks .share_buttons a {
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 12px;
	position: relative;
}
.post_show .share_to_social_networks .share_buttons a:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 10px;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png);
	background-repeat: no-repeat;
	background-size: 1000px 200px;
}
.post_show .share_to_social_networks .share_buttons a.fb {
	background-color: #466db2;
}
.post_show .share_to_social_networks .share_buttons a.fb:after {
	top: 10px;
	left: 13px;
	width: 8px;
	height: 14px;
	background-position: -405px 0;
}
.post_show .share_to_social_networks .share_buttons a.tw {
	background-color: #00adeb;
}
.post_show .share_to_social_networks .share_buttons a.tw:after {
	top: 10px;
	left: 9px;
	width: 16px;
	height: 14px;
	background-position: -363px 0;
}
.post_show .share_to_social_networks .share_buttons a.vk {
	background-color: #3a6d99;
}
.post_show .share_to_social_networks .share_buttons a.vk:after {
	top: 12px;
	left: 9px;
	width: 16px;
	height: 9px;
	background-position: -384px 0;
}
.post_show .share_to_social_networks .share_buttons a.gp {
	background-color: #eb7575;
}
.post_show .share_to_social_networks .share_buttons a.gp:after {
	top: 9px;
	left: 9px;
	width: 16px;
	height: 16px;
	background-position: 0 -472px;
}*/
.post_show .buttons {
	margin-top: 25px;
}
.comments_list .comment_item {
	position: relative;
	background: #fff;
	padding: 15px;
}
.comments_list .comment_item:target {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.comments_list .comment_item.highlighted {
	background: #edf8ff;
}
.comments_list .comment_item.bad .text {
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.comments_list .comment_item.bad5 .text {
	opacity: .2;
	background: #fff;
}
.comments_list .comment_item.bad4 .text {
	opacity: .35;
	background: #fff;
}
.comments_list .comment_item.bad3 .text {
	opacity: .5;
	background: #fff;
}
.comments_list .comment_item.bad2 .text {
	opacity: .65;
	background: #fff;
}
.comments_list .comment_item.bad1 .text {
	opacity: .8;
	background: #fff;
}
.comments_list .comment_item.bad:hover .text {
	opacity: 1;
}
.comments_list .comment_item.new:after {
	content: "";
	width: 5px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #87f387;
	position: absolute;
}
.comments_list .comment_item.owner:after {
	content: "";
	width: 5px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fbb80f;
	position: absolute;
}
.comments_list .comment_item.self:after {
	content: "";
	width: 5px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #87bcf3 !important;
	position: absolute;
}
.comments_list .comment_item .meta {
	margin-bottom: 5px;
}
.comments_list .comment_item .meta .username {
	font-size: 13px;
	font-weight: 700;
	color: #4f6173;
	margin-right: 10px;
}
.comments_list .comment_item .meta .time {
	font-size: 12px;
	color: #a5acb3;
	white-space: nowrap;
}
.comments_list .comment_item .meta .score {
	float: right;
	font-size: 13px;
	font-weight: 700;
	color: #aeb4ba;
}
.comments_list .comment_item .meta .score.positive {
	color: #65c178;
}
.comments_list .comment_item .meta .score.negative {
	color: #fe8c8c;
}
.comments_list .comment_item .meta .score:before {
	content: "";
	width: 20px;
	height: 11px;
	display: inline-block;
	background-color: transparent;
	margin-right: 10px;
}
.comments_list .comment_item .text {
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
.comments_list .comment_item.deleted .text {
	color: #a5acb3;
}
.comments_list .comment_item.l1 {
	padding-left: 25px;
}
.comments_list .comment_item.l2 {
	padding-left: 35px;
}
.comments_list .comment_item.l3 {
	padding-left: 45px;
}
.comments_list .comment_item.l4 {
	padding-left: 55px;
}
.comments_list .comment_item.l5 {
	padding-left: 65px;
}
.comments_list .comment_item.l6 {
	padding-left: 75px;
}
.comments_list .comment_item.l7 {
	padding-left: 85px;
}
.comments_list .comment_item.l8 {
	padding-left: 95px;
}
.comments_list .comment_item.l9 {
	padding-left: 105px;
}
.comments_list .comment_item.l10 {
	padding-left: 115px;
}

.comment_form, .topic_form
{
	border-top: 1px solid #fafafa;
	position: relative;
	background: #fff;
	padding: 15px;
}

.comment_form textarea, .topic_form textarea
{
	position: relative;
	width: 100%;
	height: 10em;
}

.topic_form input[type="text"], .topic_form select
{
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

.comment_form .btn, .topic_form .btn
{
	margin-top: 1em;
}


.add_comment
{
	display: flex;
	align-items: center;
	margin-top: 1em;
}
.add_comment-image
{
	max-width: 25%;
	min-width: 25%;
}
.add_comment-image input
{
	display: none;
}
.add_comment-image label
{
	display: flex;
	user-select: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	padding: 8px;
	height: 40px;
	color: #fff;
	background-color: #3F3F3F;
	border-radius: 4px;
	box-sizing: border-box;
	border: 0;
	text-align: center;
	text-decoration: none;
}
.add_comment-image label img
{
	height: 100%;
}
.add_comment-btn
{
	max-width: 70%;
	min-width: 70%;
	margin-left: auto;
}
.add_comment-btn input
{
	margin-top: 0!important;
}

.text_html a:visited {
	color: #bd6fda;
}
.text_html h1,
.text_html h2,
.text_html h3 {
	color: #4f6173;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.text_html h4,
.text_html h5,
.text_html h6 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.text_html img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.text_html img[alt='flag_icon'] {
	margin:0;
	height: 13px;
}
.text_html img[align="left"] {
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text_html img[align="right"] {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text_html .img_wrapper {
	text-align: center;
	margin: 0 -15px;
}
.text_html ul,
.text_html ol {
	margin: 0;
	padding: 0 0 0 20px;
}
.text_html ul li,
.text_html ol li {
	margin: 0;
	padding: 0;
}
.text_html pre {
	font-size: 14px;
	word-break: break-word;
	overflow: auto;
	white-space: pre-wrap;
}
.text_html pre code {
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Menlo, Monaco, "Courier New", monospace;
	display: block;
	overflow: auto;
	font-size: 11px;
	line-height: 14px;
	padding: 10px;
}
.text_html blockquote {
	border-left: 3px solid #c3c8cc;
	padding: 0 0 0 10px;

	display: block;
	vertical-align: baseline;
	margin: 0 0 5px 0;
	background: #fbfbfc;
}

.text_html blockquote.bq_many
{
	cursor: pointer;
	background: #fbfbfc url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEJJREFUeNpi/P//PwO5gImBAjCqechoZoAmEgsgLgDRID6xYjCbQYICUJqBWDGY5hNA/AFKMxArxjiatkeEZoAAAwBBCiOtGOb8TwAAAABJRU5ErkJggg==') 10px 5px no-repeat;
}


.text_html object,
.text_html iframe {
	
	vertical-align: middle;
}
.text_html table {
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 14px;
}
.text_html table th,
.text_html table td {
	border: 1px solid #ccc;
	padding: 2px;
}
.paginator {
	overflow: hidden;
	padding: 15px;
}
.paginator a {
	font-size: 15px;
	font-weight: 700;
	color: #3F3F3F;
	height: 50px;
	width: 48%;
	border: solid 1px #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	background-color: #f1f1f1;
}
.paginator a.back {
	float: left;
}
.paginator a.forward {
	float: right;
}
.empty_block {
	text-align: center;
	padding: 60px 0;
}
.empty_block .img {
	padding: 0 0 25px;
}
.empty_block .title {
	font-weight: 700;
	font-size: 16px;
	color: #7a8195;
	margin-bottom: 10px;
}
.empty_block .text {
	font-size: 13px;
	color: #9499a5;
	line-height: 20px;
}
.list_items .list_item+.list_item,
.comments_list .comment_item+.comment_item {
	border-top: 1px solid #fafafa;
}
/*.list_items .list_item:active,
.posts .post a.post_inner:active {
	background-color: #f0f0f0;
}*/
.posts .post .meta .author,
.post_show .meta .author {
	color: #b8b8b6;
	margin-left: 5px;
	margin-right: 5px;
	white-space: nowrap;
}

.posts .post .meta .time,
.post_show .meta .time {
	color: #a5acb3;
	margin-right: 5px;
}

.posts .post .meta .rating,
.post_show .meta .rating {

	margin-left: 5px;
	margin-right: 10px;
}

.posts .post .meta .rating.positive,
.post_show .meta .rating.positive {
	color: #65c178;
}

.posts .post .meta .rating.negative,
.post_show .meta .rating.negative {
	color: #fe8c8c;
}


.text_html a,
.empty_block .text a {
	color: #3e93e3;
}
.text_html .imgpreview img,
.empty_block .img img {
	display: block;
	margin: auto;
}

/* --- */

.s-form .buttons {
	border-top: 1px double #3F3F3F;
	padding-top: 24px
}
.field-error {
	color: #f15a5c;
	font-size: 13px
}
.s-form .title+.s-field {
	margin-top: 25px
}
.s-form .s-field+.s-field {
	margin-top: 17px
}
.s-form .s-field .s-error {
	font-size: 14px;
	color: #f20b0b;
	margin-top: 5px
}

#topic_form .s-field
{
	margin-bottom: 1em;
}


.s-form .s-field .text-wrapper {
	position: relative
}
.s-form .s-field .text-wrapper input, .s-form .s-field .text-wrapper select {
	background: #fff;
	border: 0px;
	padding: 12px;
	padding-left: 42px;
	margin: 0;
	line-height: 24px;
	height: 44px;
	color: #3F3F3F;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
.s-form .s-field .text-wrapper input:focus, .s-form .s-field .text-wrapper select:focus {
	padding: 10px;
	padding-left: 40px;
	border: 2px solid #3F3F3F;
	outline: none
}

#topic_form.s-form .s-field .text-wrapper input, #topic_form.s-form .s-field .text-wrapper select
{
	padding-left: 12px;
	font-size: 16px;
}

.s-form .s-field .text-wrapper .icon_username {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 13px;
	top: 14px;
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png) no-repeat -229px 0px;
	background-size: 1000px 200px;
}
.s-form .s-field .text-wrapper .icon_password {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 13px;
	top: 14px;
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png) no-repeat -208px 0px;
	background-size: 1000px 200px;
}

.s-form .s-field .text-wrapper input[type="checkbox"]
{
	width: 18px;
	display: inline-block;
	line-height: 42px;
	vertical-align: middle;
	margin-left: 11px;
	margin-right: 12px;
	font-size: 14px
}

.s-form .s-with-error .text-wrapper input {
	padding: 10px;
	padding-left: 40px;
	border: 2px solid #f20b0b;
}
.s-form .s-with-error .icon_username {
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png) no-repeat -229px -21px !important;
	background-size: 1000px 200px !important;
}
.s-form .s-with-error .icon_password {
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/mobile_sprite.png) no-repeat -208px -21px !important;
	background-size: 1000px 200px !important;
}
.form_column {
	max-width: 1024px;
	min-height: 750px;
	margin: auto;
}
.form_column .inner {
	position: relative;
	width: 300px;
	margin: auto;
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
}
.form_column .inner .title {
	font-size: 23px;
	font-weight: bold;
	color: #3F3F3F;
}
.form_column .inner .links {
	margin-top: 15px;
}
.form_column .inner .links a {
	color: #3F3F3F;
	font-size: 14px;
	vertical-align: top;
}
.form_column .inner .links .register {
	float: right;
}

.counters
{
	height: 0px;
	overflow: hidden;
}

#edit_comment_form textarea, #comment_form textarea, #topic_form textarea, #topic_form input[type="text"], #topic_form select
{
	border: 1px solid #3F3F3F;
}


#edit_comment_form textarea:disabled, #comment_form textarea:disabled, #topic_form textarea:disabled, #topic_form input[type="text"]:disabled, #topic_form select:disabled
{
	border: 1px solid #9F9F9F;
	opacity: 0.5;
}



.loader
{
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin-top: -28px;
	padding-left: 50%;
	margin-left: -4.3em;

	background-image: url('data:image/gif;base64,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');
	background-repeat: no-repeat;
	background-position: right top;
	width: 16px;
	height: 16px;
}


.dictionary_link {
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: 1px solid #7f7f7f !important;
}

#smartlab_499
{
	width: auto !important;
	height: auto !important;
	margin: 0px auto;
	max-width: 900px;
	position: relative;
}

#smartlab_499 br
{
	display: none;
}

#smartlab_499 img
{
	display: block;
	position: relative;
	width: 100% !important;
	height: auto !important;
}

.btn.like_more_topics
{
	font-size: 15px;
	font-weight: 700;
	color: #3F3F3F;
	height: 50px;
	border: solid 1px #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	background-color: #f1f1f1;
}

.btn.btn-mart 
{
	margin: 0.3em 0;
	background-color: #909090;
	color: #cecece;
}

.btn.btn-mart.enabled
{
	background-color: #909090;
	color: #fff;	
}

.btn.btn-top
{
	background-color: #2b7548;
	color: #ffffff;
	font-weight: bold;
}

.btn.btn-small
{
	margin-top: 1em;
	background-color: #909090;
	color: #cecece;
	padding: 10px;
	margin: 10px 0;
}

.btn.btn-small.enabled
{
	color: #fff;	
	background-color: #4a616b;
}


.nail {
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/fire.jpg);
	background-position: 0;
	background-repeat: no-repeat;
}

.postnail {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 60px;
}

.mrtnail {
	margin-left:18px;
}


.mart {
	display: block;
	position: absolute;
	text-align: center;
	top: 15px;
	cursor: pointer;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	color: #fff;
	font-size: 13px;
}

.quotes-mart {
	
	display: block;
	color: #F59300;
	padding: 13px 10px;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: -1px;
	font-family: 'Verdana';
}

.q-red { color: #ff8a8a;}
.q-green { color: #acffbe;}

.notif_1 {
	right: 89px;
	background-color: #1D93E6;

}
.notif_2 {
	right: 57px;
	background-color: #CE5209;
}

#top-quotes a { color:#cecece }


.search_company
{
	padding: 4px
}

.search_company > form { display: block }
.search_company > form > input { width: 100%; box-sizing: border-box; line-height: 2em }

.news_attaching_wrap{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 200;
	height: 320px;
	font-size: 1em;
}

.news_attaching{
	background-color: #fff;
	border: 1px solid #909090;
	opacity: 1;
	height: 100%;
	margin: 0 auto;
	max-width: 500px;
}

.news_attaching .dialog-close-btn
{
	position: relative;
	float: right;
	margin-right: 0.3em;
	margin-top: 0.3em;
	width: 20px;
	height: 20px;
	opacity: 1;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/close.png);
	background-size: contain;
	cursor: pointer;
}

.news_attaching .dialog-title
{
	font-size: x-large;
	margin-bottom: 5px;
	border-bottom: 1px solid #b3b0a7;
	padding: 0.3em;
}

.news_attaching .dialog-controls
{
	text-align: right;
	padding: 8px;
}

.news_attaching .dialog-controls input
{
	font-size: x-large;
}

.news_attaching .dialog-content
{
	padding: 0 1em;
	/*clear: both;*/
}

.news_attaching .dialog-content div{
	margin:1em 0;
}

.news_attaching .dialog-content label
{
	/*display: block;*/
}

.news_attaching .dialog-content textarea
{
	width: 100%;
	height: 50px;
}

.news_attaching .autocomplete_wrapper
{
	padding: 8px;
}
.news_attaching .dialog-content input[type="text"]
{
	box-sizing: border-box;
	width: 100%;
	font-size: 2em;
}

/* NEWS SLIDERS  */
.news_attaching_wrap .switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
}

.news_attaching_wrap .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.news_attaching_wrap .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.news_attaching_wrap .slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.news_attaching_wrap input:checked + .slider {
	background-color: #2196F3;
}

.news_attaching_wrap input:checked[name='publish'] + .slider {
	background-color: #ec8c42;
}

.news_attaching_wrap input:checked[name='red_string'] + .slider {
	background-color: #f11212;
}

/*.news_attaching_wrap input:focus + .slider {*/
/*	box-shadow: 0 0 1px #2196F3;*/
/*}*/

.news_attaching_wrap input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}


/* Rounded sliders */
.news_attaching_wrap .slider.round {
	border-radius: 17px;
}

.news_attaching_wrap .slider.round:before {
	border-radius: 50%;
}








.forum_tags
{
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	min-height: 200px;
	border: 1px solid #cecece;
	background-color: #fff;
	opacity: 0.95;
	z-index: 200;
}

.more_companies .autocomplete-suggestion
{
	padding: 8px 5px;
	white-space: nowrap;
	font-size: 1.5em;
	overflow: hidden;
}


.forum_tags .dialogclosebtn
{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 20px;
	height: 20px;
	opacity: 0.8;
	background-image: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/close.png);
	background-size: contain;
	cursor: pointer;
}

.forum_tags .dialogtitle
{
	font-size: x-large;
}

.forum_tags .dialogcontrols
{
	text-align: right;
	padding: 8px;
}

.forum_tags .dialogcontrols input
{
	font-size: x-large;
}


.forum_tags .forecastControls
{
	text-align: left;
	padding: 8px;
}

.forum_tags .forecastControls input
{
	font-size: x-large;
}


.forum_tags .dialogcontent
{
	clear: both;
}

.forum_tags .dialogcontent label
{
	display: block;
}


 .forum_tags .autocomplete_wrapper
 {
	padding: 8px;
 }
 .forum_tags .dialogcontent input[type="text"]
 {
	box-sizing: border-box;
	width: 100%;
	font-size: 2em;
 }

 #more_comments
 {
	padding: 15px;
 }


#more_topics input, #more_forum_comments input, #more_users input
{
	font-size: 15px;
	font-weight: 700;
	color: #3F3F3F;
	height: 50px;
	border: solid 1px #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	background-color: #f1f1f1;
}


.block-fixed-comment{
	padding: 30px;
	border-top: 2px solid #999;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 15;
	display: none;
	background: #fff;
}
.block-fixed-comment-wrap{
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}

.block-fixed-comment-wrap.user.hide, .block-fixed-comment-wrap.self.hide
{
	display: none;
}

.block-fixed-comment-wrap img{
	cursor: pointer;
	width: 50px;
	height: 39px;
	filter: grayscale(100%);
}
.block-fixed-comment-wrap .block{
	display: block;
}
.block-fixed-comment-wrap .active img{
	filter: grayscale(0%);
}
.greenArrow{
	transform: rotate(180deg);
}
.block-fixed-comment-comment, .block-fixed-comment-edit, .block-fixed-comment-delete{
	display: block;
	background-color: #3F3F3F;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 700;
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0 10px;
	color: #fff;
    min-width: 120px;
    text-align: center;	
}

.block-fixed-comment-wrap.self .block-fixed-comment-comment, .block-fixed-comment-wrap.self .block-fixed-comment-edit, .block-fixed-comment-wrap.self .block-fixed-comment-delete
{
	flex-basis: 100%;
	text-align: center;
}

div.text_html.active{
	border: 2px solid #f1920c;
	padding: 5px;
	border-radius: 4px;
}
div.text_html{
	cursor: pointer;
}


.books_vote_stars
{
	margin-right: 0.5em;
	float: left;
	width: 130px;
	height: 26px;
	overflow: hidden;
	background: url(/plugins/books/templates/skin/default/img/stars.png) left top no-repeat;
}

.books_vote_stars.star1
{
	background-position: 0px -26px;
}

.books_vote_stars.star2
{
	background-position: 0px -52px;
}

.books_vote_stars.star3
{
	background-position: 0px -78px;
}

.books_vote_stars.star4
{
	background-position: 0px -104px;
}

.books_vote_stars.star5
{
	background-position: 0px -130px;
}

.review_sign, .review_sign a
{
	margin-top: 3px;
	color: #a5acb3;
	font-size: 13px;
	line-height: 23px;
}


.extrasFilters
{
	margin-top: 0.5em;
	padding: 0em 1em;
}

.extrasFilters span
{
	line-height: 22px;
	font-size: 10px;
	cursor: pointer;
	padding: 2px 6px;
	border: 1px solid #909090;
	color: black;
	background-color: white;
	border-radius: 5px;
	user-select: none;
}

.extrasFilters span.selected
{
	color: #cecece;
	background-color: #909090;
}



/*Main*/


#topic_text
{
	min-height: 300px;
}


@media (max-height: 350px)
{
	#topic_text
	{
		min-height: 120px;
	}
}

@media (max-height: 400px)
{
	#topic_text
	{
		min-height: 150px;
	}
}


@media (max-height: 450px)
{
	#topic_text
	{
		min-height: 200px;
	}
}

.post_show .meta .views-span { background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+CjxnPgo8L2c+Cgk8cGF0aCBkPSJNMTIuODUxIDI1Mi4zNzVjMTU0LjQ0LTE3NC4zNTcgMzE2LjUyOS0xNzMuOTM2IDQ4Ni4yODggMS41MjYtMTg1LjUzOCAyMDkuMTgzLTM0MS4yNzkgMTUyLjA0My00ODYuMjg4LTEuNTI2djB6TTI1NiAyMjMuODk4Yy0yMC4zNDcgMC0zNy4wMDcgMTQuNDU5LTM3LjAwNyAzMi4yMTUgMCAxNy41MjEgMTYuNjYxIDMxLjkzOCAzNy4wMDcgMzEuOTM4IDIwLjYwMyAwIDM3LjI0My0xNC40MTggMzcuMjQzLTMxLjkzOCAwLTE3Ljc1Ni0xNi42NC0zMi4yMTUtMzcuMjQzLTMyLjIxNXYwek0yNTYgMTg2LjY2NWMtNDIuNDc2IDAtNzcuMTA3IDMxLjExOS03Ny4xMDcgNjkuNDU4IDAgMzguMDgyIDM0LjYzMSA2OS4yMDIgNzcuMTA3IDY5LjIwMiA0Mi41MjYgMCA3Ny4xMjctMzEuMTIgNzcuMTI3LTY5LjIwMi0wLjAxMC0zOC4zMzktMzQuNjExLTY5LjQ1OC03Ny4xMjctNjkuNDU4eiIgZmlsbD0iI2I4YjhiNiIgLz4KPC9zdmc+Cg==') no-repeat; background-size: 16px; padding-left: 18px; margin-right: 5px; }


.prevNextButtons
{
	display: flex;
}

.prevNextButtons.top
{
	margin-bottom: 1em
}

.prevNextButtons a
{
	background-color: #ffffff;
	margin: 1em 0 0 1rem;
	color: #74a3c7;
	padding: .8em 1em;
	border-radius: 0.2em;
	border: solid 1px #74a3c7;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}

.prevNextButtons a:first-child
{
	margin-left: 0rem;
}

.prevNextButtons a:active
{
	background-color: inherit;
}

.prevNextButtons a span
{
	display: inline-block;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: 8px;
	background: transparent url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/arrow.svg) no-repeat center center;
}

.prevNextButtons a:last-child span
{
	transform: translateX(-50%) rotate(180deg);
	margin-left: 16px;
}

.wrapper__index{
	padding: 1rem 1rem 0;
}
.indexTopButtons
{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.button-dropdown{
	width: calc(50% - 0.5rem);
	min-width: calc(50% - 0.5rem);
	position: relative;
}

.button-dropdown .dropdown-toggle > img
{
	height: 18px;
	margin-right: 8px;
}

.button-dropdown a{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: .8em 1em;
}
.button-dropdown .dropdown-menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	border: solid 1px #74a3c7;
	border-top: none;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	list-style-type: none;
}
.button-dropdown .dropdown-menu li a{
	text-align: left;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;

}
.button-dropdown .dropdown-menu li a:hover{
	background: #e0f3ff;
}

.button-dropdown .dropdown-menu li a > img
{
	height: 18px;
	margin-right: 8px;
}

.button-dropdown .dropdown-menu li:last-child a{
	border-bottom: none
}

.button-dropdown .dropdown-menu.active {
	display: block;
}
.button-dropdown .dropdown-menu a {
	width: 150px;
}



.indexTopButtons a, .indexTopButtons input
{
	background-color: #ffffff;
	color: #74a3c7;
	padding: .8em 1em;
	border-radius: 0.2em;
	border: solid 1px #74a3c7;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}

.indexTopButtons a:active
{
	background-color: inherit;
}

.indexTopButtons a.up, .indexTopButtons a.favorited
{
	background-color: green;
	color: #ffffff;
	border-color: green;
}

.indexTopButtons a.up:active, .indexTopButtons a.favorited:active
{
	background-color: #39d839;
	border-color: #39d839;
}

.indexTopButtons a.down
{
	background-color: #920000;
	color: #ffffff;
	border-color: #920000;
}

.indexTopButtons a.down:active
{
	background-color: #ff2020;
	border-color: #ff2020;
}



.users{
	margin: 16px 0;
	width: 100%;
	padding: 0 16px;
}

.users__top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fcfcfc;
	border: 1px solid #e7e9ea;
	padding: 10px;
}
.users__top strong{
	font-size: 12px;
	font-weight: 700;
}
.users__top .right{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.users__top .right span{
	font-size: 12px;
	font-weight: 400;
}

.user__block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.user__block:hover{
	background: #fcfcfc;
}

.user__person{
	display: flex;
	align-items: center;
	flex-basis: 40%;
}

.user__person .img__wrapper{
	min-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e7e9ea;
	margin-right: 15px;
}
.user__person .img__wrapper img{
	display: block;
	width: 100%;
	height: 100%;
}

.user__person .text__wrapper p, .user__person .text__wrapper p a {
	font-size: 14px;
	font-weight: 400;
	color: #767676;
}

.user__setting{
	display: flex;
	align-items: center;
}
.user__button{
	margin-right: 10px;
}

.user__button button{
	width: 40px;
	height: 35px;
	border: none;
	outline: none;
	font-weight: 700;
	font-size: 16px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	padding: 0;
}
.user__button button:active{
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.user__plus{
	background: #5ea226;
}
.user__minus{
	background: #a3171e;
}
.user__rating{
	color: #3f6c19;
	font-size: 14px;
	font-weight: 700;
}

.users__more{

}

.users__more--button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fcfcfc;
	border: 1px solid #e7e9ea;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s;
}
.users__more--button:hover{
	background: #e7e9ea;
}


.ya-share2__container_size_m .ya-share2__item
{
	margin-right: 20px !important;
}

.comment_item.your_last_comment
{
	background-color: #eafaba;
}


/* questions */
.vote_container {
	padding: 20px 0;
	margin: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	font-family: 'Open Sans', sans-serif;
}
.vote_inner {
	width: 600px;
}
.vote {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
/*    min-height: 350px;*/
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.6);
			box-shadow: 2px 2px 5px rgba(0,0,0,.6);
	background:  -webkit-linear-gradient(315deg, #ff5252 0%,#ffb344 100%);
	background:  -o-linear-gradient(315deg, #ff5252 0%,#ffb344 100%);
	background:  linear-gradient(135deg, #ff5252 0%,#ffb344 100%);
	color: #fff!important;
	padding: 15px;
}
.vote_title{
	color: #ffffff;
}
.vote_description {
	text-align: center;
	margin: 15px 0 0 0;
	line-height: 1.2;
}
.vote_title {
	text-align: center;
}
.vote_description p {
	margin: 0 0 10px 0!important;
}
.vote_options {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.vote_list {
	width: 100%;
}
.vote_item {
	cursor: pointer;
	overflow: hidden;
	width: 90%;
	position: relative;
	margin: 0 auto 15px;
	min-height: 35px;
	background: rgba(255,255,255,.3);
	border-radius: 8px;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 600;

}
.vote_item:hover {
	background: rgba(255,255,255,.5);
}
.vote_item > div {
	position: relative;
	z-index: 3;
	text-shadow: 2px 2px 5px #757575;
}
.vote_item > div.vote_indicator {
	position: absolute;
	z-index: 1;
	height: 100%;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 0;
	background: #ea8c00;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.vote_item.selected > div.vote_indicator
{
	background: #388427;
}

.vote_actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.vote_value {
	margin-left: 15px;
	white-space: nowrap;
}
.vote_btn {
	background: #000;
	padding: 5px 10px 6px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
}
.vote_item:hover .vote_btn {
	opacity: 1;
}
.vote_btn:hover {
	background: #fff;
	color: #000;
}
.vote_selected {
	display: none;
}
.selected .vote_selected {
	display: block;
}
.selected .vote_btn {
	display: none;
}
.disable_vote{
	position: relative;
}
.disable_vote:before{
	content: '';
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.disable_vote .vote_btn {
	display: none!important;
}
.disable_vote .vote_item {
	opacity: 0.7;
}
.disable_vote .vote_item.selected {
	opacity: 1;
}
.total_users {
	font-size: 18px;
}
#total_users {
	font-weight: 600;
	font-size: 22px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.voted {
	color: #33ff57;
}

@media(max-width: 992px) {
	.vote_inner {
		width: 95%;
	}
	.vote_item {
		width: 90%;
		height: auto;
		padding: 10px;
		font-size: 12px;
	}
	.vote_btn {
		background: #000;
		padding: 3px 5px 4px;
		font-size: 8px;
		opacity: 1;
	}
	.vote_option {
		padding-right: 5px;
		font-size: 11px;
		font-weight: 400;
	}
	.vote_value {
		margin-left: 8px;
	}
	.vote_title {
		text-align: center;
		font-size: 16px!important;
	}
	.vote_description p {
		margin: 0 0 10px 0!important;
		font-size: 12px!important;
	}
	.vote_description {
		margin: 15px 0 25px 0;
	}
}






.table__section{
	margin: 20px 0;
	width: 100%;
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
}
.table__section h2{
	text-align: center;
	font-size: 22px;
	padding: 0;
	margin: 0.5em 0.5em 0.5em 0em;
	color: #3F3F3F;
	font-weight: 700;
}

.table__wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.table__block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fdfdfd;
	border-bottom: 1px solid #eee;
	max-height: 58px;
	height: 58px;
}
.table__block:last-child{
	border-bottom: none;
}

.table__block li{
	min-width: 20%;
	width: 20%;
	padding: 10px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table__logo a{
	width: 100%;
	display: block;
	cursor: pointer;
}
.table__logo a img{
	width: auto;
	max-height: 47px;
}
.table__rating p{
	color: #3f6c19;
	font-size: 14px;
	font-weight: 700;
}
.table__block .table__user{
	padding: 10px 30px;
	justify-content: flex-start;
}

.table__user span{
	width: 13px;
	height: 15px;
	display: block;
	margin-right: 2px;

	background-image: url('data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ1c2VyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtdXNlciBmYS13LTE0IiByb2xlPSJpbWciDQogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPg0KICAgIDxwYXRoIGZpbGw9IiM0NDQ0NDQiDQogICAgICAgICAgZD0iTTIyNCAyNTZjNzAuNyAwIDEyOC01Ny4zIDEyOC0xMjhTMjk0LjcgMCAyMjQgMCA5NiA1Ny4zIDk2IDEyOHM1Ny4zIDEyOCAxMjggMTI4em04OS42IDMyaC0xNi43Yy0yMi4yIDEwLjItNDYuOSAxNi03Mi45IDE2cy01MC42LTUuOC03Mi45LTE2aC0xNi43QzYwLjIgMjg4IDAgMzQ4LjIgMCA0MjIuNFY0NjRjMCAyNi41IDIxLjUgNDggNDggNDhoMzUyYzI2LjUgMCA0OC0yMS41IDQ4LTQ4di00MS42YzAtNzQuMi02MC4yLTEzNC40LTEzNC40LTEzNC40eiI+PC9wYXRoPg0KPC9zdmc+');
	background-size: cover;
}

/*.table__user span img{
	width: 100%;
	display: block;
}
*/
.table__user p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #767676;
}

.button_reviews{
	width: 100%;
	display: block;
	padding: 5px;
	outline: none;
	cursor: pointer;

}
.open__account{
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 5px;
	outline: none;

}

.more__btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 20px 0;
}
.more__btn img{
	display: block;
	width: 30px;
	height: 30px;
}


.more__btn img{
	width: 100%;
	display: block;
}

.more__btn:hover{
	color: #347fff;
	transition: background .7s;
}

.default {
	border: none;
	background: #27aadd;
	border-radius: 4px;
	outline: none;
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	padding: 0 10px;
	height: 40px;
	color: #fff;
	font-size: 14px;
}
.default:hover {
	background: #1f98dd;
	transition: background .7s;
}
.default:active {
	background: #1f98dd;;
}
.confirm {
	border-radius: 4px;
	outline: none;
	border: none;
	padding: 0 10px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	border: none;
	background: hsl(145, 63%, 49%);
	transition: background .7s;
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
}
.confirm:hover {
	background: hsl(145, 64%, 42%);
	transition: background .7s;
}
.confirm:active {
	background: hsl(145, 64%, 32%);
	transition: background .7s;
}

.table__block  .table__button a 
{
	line-height: 40px;
	text-align: center;
}
	/*new 24.04*/
.table-box{
	background: #eaebec;
}
.right-column {
	text-align: right;
}
.right-column .value_box{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.head-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}
.head-box span{
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	width: 50%;
}
.inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.item {
	width: 50%;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
}
.name {
	font-size: 16px;
	font-weight: 600;
}
.up_arrow {
	background: #0f9769;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 7px;
	position: relative;
	margin-right: 15px;
}
.upbar_registered {
	width: 80px;
	min-width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.upbar_registered  .dropdown-menu {
	top: 80%;
	left: auto;
	right: 0;
}
.avatar_user {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background: #eaebec;
}
.upbar_registered .btn {
	border: unset;
	background: transparent;
	color: #fff;
	font-size: 15px;
	padding: 15px;
	white-space: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
}
.avatar_user img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.positive td:last-child{
	color: white;
	background: #3d9400;
	text-align: center;
}
.positive td:nth-child(2) {
	text-align: center;
}
.positive td >a{
	color: #3d9400;
}
.negative td:last-child{
	color: white;
	background: #f11212;
	text-align: center;
}
.negative td:nth-child(2) {
	text-align: center;
}
.negative td >a{
	color: #f11212;
}
.value_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.small-text {
	font-size: 12px;
	padding: 10px 0;
}
.up {
	color: #0f9769;
}
.gray {
	color: #999;
}
.up_arrow:after{
	content: '';
	position: absolute;
	display: block;
	right: -22.5px;
	border: 13px solid transparent;
	border-left: 10px solid #0f9769;
	border-radius: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.left-column .indent{
	padding: 10px 0;
}
.right-column .black {
	padding-right: 10px;
}
.left-column .up:first-child, .left-column .drop:first-child, .left-column .gray:first-child {
	padding-right: 10px;
}
.drop {
	color: #f11212;
}
.drop_arrow {
	background: #f11212;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 50px;
	position: relative;
	margin-right: 15px;
}
.drop_arrow:after{
	content: '';
	position: absolute;
	display: block;
	right: -21.5px;
	border: 13px solid transparent;
	border-left: 10px solid #f11212;
	border-radius: 3px;
	top:50%;
	transform: translateY(-50%);
}
.head-box span:last-child {
	text-align: right;
}
.tab-head {
	background: #212121;
	padding-top: 1em;
}
.tab-head .value_box {
	color: #fff;
	padding: 10px 15px;
}
.tab-head p {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	padding-right: 15px;
	margin: 0;
}
.tab-head p:after {
	content: '₽';
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	display: block;
}
.my_dropdown .btn {
	border: unset;
	background: transparent;
	color: #fff;
	font-size: 15px;
	padding: 15px;
	white-space: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
}
.my_dropdown .btn i {
	margin-right: 5px;
}
.btn .caret {
	margin-left: 10px;
}
.list-box-item {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-box {
	padding: 0 15px;
}
.btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.btn-list i {
	margin-right: 5px;
}
.btn-list .caret {
	margin-left: 5px;
}
.btn-list:hover {
	text-decoration: none;
	color: #fff;
}
.btn-list.active .caret{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.list-box-item li.positive > span{
	background: #0f9769;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	margin-left: 5px;
}
.list-box-item li.negative > span{
	background: #f11212;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 5px;
	width: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	margin-left: 5px;

}
.list-box-item li > a.gray {
	color: #999;
}
.list-box-item li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}
.list-box-item li:first-child {
	margin-top: 5px;
}
.list-box-item li > a {
	color: #fff;
}
.btn.active, .btn:active {
	outline: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.tab-head p>span {
	font-size: 14px;
}
.tab-head .drop, .tab-head .up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	font-size: 18px;
}
.icons-box {
	background: #212121;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.icons-box .icons-item{
	width: 25%;
	text-align: center;
}
.icons-item i {
	font-size: 24px;
	color: #fff;
}
.icons-item .material-icons {
	font-size: 30px;
}
.title-box {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}
.title-box {
	text-transform: uppercase;
	font-size: 10px;
}
.my_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
.my_nav a{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.my_nav.nav>li {
	width: 50%;
	text-align: center;
}
.my_nav .active {
	border-bottom: 2px solid #0f9769;
}
.my_nav.nav>li>a:focus, .my_nav.nav>li>a:hover {
	background-color: transparent;
}
.my_nav .active a{
	color: #0f9769;
}
.topbar {
	width: 100%;
	height: 49px;
}
.upbar {
	height: 50px;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #212121;
}
.upbar_login a {
	padding: 0.25em;
	color: #d4d4d4;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.upbar_search {
	width: 100%;
	margin: 0 15px;
}
.upbar_login {
	width: 40%;
}
.upbar input {
	width: 100%;
	padding: 6px 20px 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 2px solid #717171;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2d2d2d;
	color: #ffffff;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.upbar input:hover {
	border: 2px solid #ffd400;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(52, 152, 219, 0.2) inset;
	box-shadow: 1px 1px 3px 1px rgba(52, 152, 219, 0.2) inset;
}
.upbar_menu {
	min-width: 50px;
	height: 50px;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 101;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
	background: -webkit-linear-gradient(top, transparent, transparent);
	background: -o-linear-gradient(top, transparent, transparent);
	background: linear-gradient(to bottom, transparent, transparent);
}

.hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	width: 14px;
	height: 2px;
	background-color: #c7c7c7;
	border-radius: 2px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger-inner::before, .hamburger-inner::after {
	width: 14px;
	height: 2px;
	background-color: #c7c7c7;
	border-radius: 2px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -5px;
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::after {
	bottom: -5px;
}
.hamburger--vortex .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}
.undermenu_more_main {
	left: 0;
	top: 50px;
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 4px;
	background: #272727;
	-webkit-box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.73);
	box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.73);
	z-index: 1000;
	-o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	-ms-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.undermenu_more_main ul.cols > li {
	padding-right: 10px;
}
.undermenu_more_main ul.cols{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.undermenu_more_main ul.cols > li h3 {
	display: block;
	padding: 6px 15px 6px 6px;
	margin: 0;
	color: lightblue;
	font: bold 16px Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}
.undermenu_more_main ul.list {
	margin-bottom: 1.5em;
	margin-left: 10px;
}
.undermenu_more_main ul.list a, .undermenu_more_main ul.list li.submenu span {
	display: block !important;
	width: auto !important;
	height: auto !important;
	padding: 6px 16px 5px;
	margin: 0;
	height: 15px;
	color: #fff;
	font: bold 12px/15px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.navitext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	margin: 0;
	list-style: none;
}
ul.navitext li {
	display: inline;
	padding-right: 6px;
	color: #d4d4d4;
	font-size: 12px;
}
.navitext a {
	color: #d4d4d4;
	font-size: 12px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.newPosture-content  {
	padding: 16px;
	text-align: left;
}
.newPosture-content table {
	margin: 0 auto;
}
.newPosture-content table td {
	width: 50%;
}
.checkbox-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.checkbox-price input[type=checkbox] {
	margin: 0 5px 0 0;
}
.newPosture-content .item-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}
.newPosture-content .item-check input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.newPosture-content .item-check  > label {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 0.2em;
	margin-bottom: 0;
	border-radius: 3px;
	width: 47%;
	background: #ccc;
}
.newPosture-content .item-check > input#poza_sell:checked + label {
	background-color: #f11212;
	color: #fff;
}
.newPosture-content .item-check > input#poza_buy:checked + label {
	background-color: #0f9769;
	color: #fff;
}
.newPosture-footer {
	height: 46px;
}
.newPosture-button {
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
	width: 50%;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	padding: 0 10px;
	-webkit-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.newPosture-button-submit {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #0f9769;
	color: #fff;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	border: none;
}
.newPosture-button-cancel {
	border-bottom-left-radius: 4px;
	background: #ddd;
	color: #666;
}
.my_new_item__title {
	text-align: right;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 300;
}
.my_new_item__value input, .my_new_item__value select {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #212121
}
.my_list_create {
	list-style: none;
	padding: 0;
	margin: 0;
}
.my_list_create li.mn_check {
	margin: 25px 0;
}
.mn_check input {
	display: none;
}
.mn_check label {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mn_check label:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #212121;
	left: 0;
	background: #ccc;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mn_check input:checked ~ label:before {
	background: #fff;
}
.mn_check input:checked ~ label:after {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: #212121;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.my_list_create li {
	margin-bottom: 15px;
}
.ticker_search {
	position: relative;
}
.ticker_search input {
	padding-left: 40px;
}
.ticker_search_icon {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ccc;
}
.ico_box_wrap {
	display: none;
}
.subMenuOpened .ico_box_wrap {
	display: block;
}
.inner-box.active {
	background: #fff;
}
.tab-pane {
	display: none; /* по умолчанию прячем все блоки */
}
.tab-pane.active {
	display: block; /* по умолчанию показываем нужный блок */
}
@media(max-width: 480px) {
	.head-box span {
		font-size: 10px;
	}
	.nav>li>a {
		font-size: 10px;
	}
	.my_dropdown .btn {
		font-size: 14px;
	}

}
@media (max-width: 767px) {
	.table__section h2 {
		text-align: center;
		margin: 20px 0;
	}
	.table__block {
		max-height: unset;
		height: auto;
		flex-wrap: wrap;
		border-bottom: 1px solid #ccc;
		padding: 0px;
	}
	.table__logo a img {
		width: 70%;
		max-height: unset;
	}
	.table__block  .table__logo {
		padding: 0 10px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 50%;
		max-width: 50%;
	}
	.table__block  .table__rating, .table__block  .table__user {
		min-width: 25%;
		max-width: 25%;
		padding: 0 10px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.table__block  .table__button {
		min-width: 50%;
		max-width: 50%;

		margin-bottom: 15px;
	}
	.table__block  .table__button a {
		font-size: 13px;

	}
}

#calendar_table td
{
	text-align: left;
	padding: 10px;
}



/* MOEX - begin */
.simple-little-table
{ 
	font-family:'Trebuchet MS', sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-collapse:separate;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width: 100%;
}

.simple-little-table th
{ 
	font-weight:bold;
	padding:11px 12px 12px 12px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.simple-little-table th:first-child
{
	text-align: left;
}

.simple-little-table tr:first-child th:first-child
{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

.simple-little-table tr:first-child th:last-child
{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

.simple-little-table tr
{
	text-align: center;
}

.simple-little-table tr td:first-child
{
	text-align: left;
	border-left: 0;
}

.simple-little-table tr td
{
	padding:2px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.simple-little-table tr.even td
{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.simple-little-table tr:last-child td
{
	border-bottom:0;
}

.simple-little-table tr:last-child td:first-child
{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

.simple-little-table tr:last-child td:last-child
{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

.simple-little-table tr:hover td
{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.simple-little-table a:link, .simple-little-table a:visited
{
	color: #666;
	font-weight: bold;
	text-decoration:none;
}


.simple-little-table a:active, 
.simple-little-table a:hover
{
	color: #bd5a35;
	text-decoration:underline;
}

.simple-little-table .up
{
	color: #3d9400;
}

.simple-little-table .down
{
	color: #f11212;
}

/*.up.arrow::before, .down.arrow::before
{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMCAYAAAB8xa1IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1RThENDE1NkFDMzdFNjExOEE5MUVDREY4QUJFQzRBMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQzY5QjVFMjM3QUUxMUU2QTZENkRBMUM2RjU1OEExQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQzY5QjVFMTM3QUUxMUU2QTZENkRBMUM2RjU1OEExQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVFOEQ0MTU2QUMzN0U2MTE4QTkxRUNERjhBQkVDNEEyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVFOEQ0MTU2QUMzN0U2MTE4QTkxRUNERjhBQkVDNEEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PhsYdQAAAOdJREFUeNpiZDhkxoAGeID4GhAzArEmEH9BlvxvexLC4OZG1/cfjc+IzGFiwATNQCwLxDJA3MJAJYBukREQ5yLxc6BiVLWIGYhnQWlksdloYhRbBHK9MRY1RlA5bGAnNG7+Y5GDie+ERBgkMchAEwAvDgO/QBPGE7TEoAvE5/H4+C/UoZdgPpqMxxJYSpyCRfwyEC/Eow8kdwnZR0QnUyzJWxKIb4NE0PR9BWI1IH6GK3mTCp4DcQ8W8R6YJdSyCAS6oRYiW95NKMOSA0DBVIPEr4WKIYU/5XGEnOfOQ9mG0BQHBwABBgC6ujOdFDJZjQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	margin-right: 2px;
	
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';			
}

.up.arrow::before
{
	background-position: 0 0;
}

.down.arrow::before
{
	background-position: -14px 0;
}*/

.up.arrow::before
{
	display: inline-block;
	content: '↑';
}

.down.arrow::before
{
	display: inline-block;
	content: '↓';
}

.arrow::before
{
	display: inline-block;
	content: '↔';
}				


.simple-little-table th a.active[href$='/desc/']::after, .simple-little-table th a.active[href*='/desc/?']::after
{
	display: inline-block;
	margin-left: 1em;
	content: '↑';			
}

.simple-little-table th a.active[href$='/asc/']::after, .simple-little-table th a.active[href*='/asc/?']::after
{
	display: inline-block;
	margin-left: 1em;
	content: '↓';			
}


.undermenu
{
	position: relative;
	overflow: hidden;
	font: bold 1em 'Arial', monospace;
	background-color: #3e3e3e;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e3e3e), color-stop(100%, #212121));
	background-image: -moz-linear-gradient(top, #3e3e3e, #212121);
	background-image: -webkit-linear-gradient(top, #3e3e3e, #212121);
	background-image: linear-gradient(to bottom, #3e3e3e, #212121);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E3E3E', endColorstr='#FF212121');
}

.undermenu ul
{
	display: table;
	width: 100%;

	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.undermenu.index ul
{
	width: auto;
}

.undermenu ul li
{
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.undermenu ul li:before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #505050;
}

.undermenu ul li:first-child:before
{
	visibility: hidden;
}

.undermenu li a
{
	display: block;
	/*padding: 7px 16px 7px;*/
	padding: 7px 2px 7px;
	margin: 0;
	height: 15px;
	color: #fff;
	font: bold 12px/15px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: content-box;
}

.undermenu li a span
{
	color: #00ff4e;
}

.undermenu ul li:hover:before
{
	visibility: hidden;
}

.undermenu li a:hover
{
	text-decoration: none;
	background: #4f91cd;
}

.undermenu .more
{
	width: 32px;
}

.undermenu .more i
{
	display: block;
	border: none;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/menu.png) no-repeat;
}

.undermenu_more
{
	display: none;
	position: absolute;
	
	background-color: #3e3e3e;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e3e3e), color-stop(100%, #252525));
	background-image: -moz-linear-gradient(top, #3e3e3e, #252525);
	background-image: -webkit-linear-gradient(top, #3e3e3e, #252525);
	background-image: linear-gradient(to bottom, #3e3e3e, #252525);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E3E3E', endColorstr='#FF252525');
	-moz-box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.73);
	-webkit-box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.73);
	box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.73);
	z-index: 1000;
	-moz-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.undermenu_more ul
{
	position: relative;
	float: left;
}

.undermenu_more ul:last-child
{
	margin-left: 2em;
}

.undermenu_more li a
{
	display: block;
	padding: 6px 16px 5px;
	margin: 0;
	height: 15px;
	color: #fff;
	font: bold 12px/15px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	box-sizing: content-box;
}

.undermenu_more ul li:before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background: #505050;
}

.undermenu_more ul li:hover:before
{
	visibility: hidden;
}

.undermenu_more li a:hover
{
	text-decoration: none;
	background: #4f91cd;
}

.simple-little-table th.chartrow
{
	padding: 0px;
}

.charticon
{
	display: inline-block;
	border: none;
	width: 21px;
	height: 18px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/chart-icon-small.png) no-repeat;
}

.charticon3
{
	display: inline-block;
	border: none;
	width: 21px;
	height: 18px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/chart3-icon-small.png) no-repeat;
}

.moex_info
{
	color: #fff;
	text-align: left;
	padding: 0 2em 1em;

}

.moex_info a
{
	color: #b2dbff
}

#wrld tr[tkr] td { cursor: pointer; }
/* MOEX - end */



/* PROFILE START */

.sl {
	font-family: "Open Sans";
}

.user-profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.user-profile img {
	width: 98px;
}

.user-profile-name {
	font-size: 20px;
	font-weight: 400;
	line-height: 54.21px;
	color: #f3881c;
	font-family: "OpenSans SemiBold";
}

.user-profile-company {
	color: #2d2d2d;
	font-weight: 400;
	font-size: 16px;
	padding: 0 15px 5px;
	text-align: center;
}

.awards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 400px;
	margin: 0 auto;
}

.awards-item{
	margin: 15px;
}

.user-profile-info-inner {
	margin: 10px;
	padding-left: 0;
}

.user-profile-info-inner:nth-of-type(1) {
	margin-bottom: 30px;
}

.user-profile-info-inner a {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #3f3f3f;
}

.user-profile-info-inner span {
	color: #f3881c;
}

.user-profile-info-inner li {
	height: 77px;
	box-shadow: 0 0 16px rgba(48, 43, 43, 0.04);
	border-radius: 5px;
	border: 1px solid #e4e3e2;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.user-profile .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.user-profile .rating > img {
    margin-right: 5px;
    width: 28px;
}

.user-profile-info-inner--item {
	display: flex;
}

.user-profile-info-inner--item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.user-profile-info-inner--item div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.user-profile-info-inner--item img {
	width: 25px;
}

.title-for-item {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #3f3f3f;
}

.contacts {
	margin-top: 20px;
	padding: 5px;
}

.contacts div:nth-of-type(1) {
	text-align: center;
	font-size: 24px;
	font-family: "OpenSans SemiBold";
	font-weight: 400;
	line-height: 54.21px;
	color: #3f3f3f;
}

.contacts div:nth-of-type(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.my-brokers {
	color: #3f3f3f;
	font-size: 24px;
	font-family: "OpenSans SemiBold";
	font-weight: 400;
	line-height: 54.21px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.awards-title {
	color: #3f3f3f;
	font-size: 24px;
	font-family: "OpenSans SemiBold";
	font-weight: 400;
	line-height: 54.21px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.personal {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 16px rgba(48, 43, 43, 0.04);
	border-radius: 5px;
	border: 1px solid #e4e3e2;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
}

.personal-title-item {
	font-size: 20px;
	font-family: "OpenSans SemiBold";
	color: #3f3f3f;
}

.personal-info-item {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.personal-info-item span {
	color: #888888;
}

.personal-work-info {
	display: flex;
	flex-direction: row;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.personal-work-info div {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #3f3f3f;
}

.personal-work-info img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
	margin-top: 5px;
}

.activity {
	color: #3f3f3f;
	font-size: 24px;
	font-weight: 400;
	line-height: 54.21px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "OpenSans SemiBold";
}

.community {
	color: #888888;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 10px;
}

.community span {
	color: #f3881c;
}

.community a {
	border-bottom: 1px solid #888888;
	color: #888888;
}

.community a:nth-of-type(1) {
	text-transform: uppercase;
}

.register-date {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #888888;
	margin: 10px;
}

.register-date span {
	font-size: 14px;
}

.last-visit-date {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #888888;
	margin: 10px;
}

.last-visit-date span {
	font-size: 14px;
}

.activity-item {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 16px rgba(48, 43, 43, 0.04);
	border-radius: 5px;
	border: 1px solid #e4e3e2;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
}

.activity-title-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	text-decoration: none !important;
}

.activity-title-item img {
	height: 25px;
}

.activity-item-info {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.my-brokers-item {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 16px rgba(48, 43, 43, 0.04);
	border-radius: 5px;
	border: 1px solid #e4e3e2;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
}

.my-brokers-title-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	text-decoration: none !important;
}

.my-brokers-title-item div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.my-brokers-title-item img {
	height: 25px;
}

.my-brokers-item-info {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.favorite {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 16px rgba(48, 43, 43, 0.04);
	border-radius: 5px;
	border: 1px solid #e4e3e2;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
}

.favorite-title-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	text-decoration: none !important;
}

.favorite-title-item div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.favorite-title-item img {
	height: 25px;
}

.favorite-item-info {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
} */


.owl-thumbs {
	display: flex;
	overflow: auto;
	margin: 40px 0 10px;
}
.owl-thumbs.scrollable_bottom {
	margin: 10px 0 40px;
}
.quotation__slider .owl-dots {
	margin: 20px auto 40px;
}
.quotation__slider .owl-dots button {
	outline: none!important;
}
.owl-thumb-item {
	padding: 10px 20px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	min-width: 130px;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-thumb-item.active {
	background: #000;
	color: #fff;
}

.owl-theme .owl-nav.disabled+.owl-dots
{
	margin-top: 30px !important;
}

.needShadow {
	position: relative
}
.right_shadow:before {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 65%;

	z-index: 2;
	box-shadow: -10px 0 30px 7px rgba(0, 0, 0, 0.8);
}
.left_shadow:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 65%;
	z-index: 2;
	box-shadow: 10px 0 30px 7px rgba(0, 0, 0, 0.8);
}
.table-wrapper {
	overflow: auto;
}
.table-wrapper table {
	width: 100%;
}
.slider-item {
	width: calc(100% - 30px);
	margin: 15px auto 0;
}

.slider-item .more
{
	text-align: center;
	margin-top: 1em
}

.table-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	font-size: 20px;
}










.owl-nav {
	display: none;
}

.owl-dot.active span {
	background-color: #f3881c !important;
}

.accordion {
  position: relative;
  margin: 10px;
  box-shadow: 0 0 16px rgba(48, 43, 43, 0.04);
  border-radius: 5px;
  border: 1px solid #e4e3e2;
}

.accordion_content {

}
.accordion > a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #3f3f3f;
  background-color: #ffffff;
	cursor: pointer;
}
.accordion > a:hover {
	text-decoration: none;
}
.accordion > a > span {
	display: flex;
	align-items: center;
}
.accordion  > a i {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion > a i:before, .accordion  > a i:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 3px;
  background-color: #f3881c;
  transition: transform 250ms ease;
}
.accordion > a i:before {
  transform: translate(-5px, 8px) rotate(45deg);
}
.accordion > a i:after {
  transform: translate(5px, 8px) rotate(-45deg);
}

.accordion.opened > a i:before {
	transform: translate(5px, 8px) rotate(45deg);
}
.accordion.opened > a i:after {
	transform: translate(-5px, 8px) rotate(-45deg);
}

.accordion .accordion_content {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ffffff;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.accordion .accordion_content h3 {
  margin: 30px 0 15px 30px;
}
.accordion .accordion_content > p {
  margin: 0 30px 30px;
}
.accordion.opened .accordion_content {
	height: auto;
	transition: all 0.2s;
}

.content-inner {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #3f3f3f;
	font-size: 16px;
	padding: 0 15px;
}

.accordion.opened .accordion_content a
{
	display: inline-block;
	padding: 4px;
	background: #f3881c;
	margin: 3px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}

.mart_search_back {
	background-color: #f1f1f1;
	padding: 1em 0;
}

.mart_search {
	height: 50px;
	border: 1px solid #363636;
	margin: 0 1em;
	border-radius: 11px;
	overflow: hidden;
	background-color: white;
}

img.mart_ico {
	width: 20px;
	margin: 15px;
	display: inline-block;
	float: right;
}

.mart_textbox {
	color: #c3c3c3;
	margin: 15px;
	font-size: 0.8em;

}

.mart_search input
{
	width: calc(100% - 50px);
	height: 100%;
	border: none;
	outline: none;
	font-size: 1em;
	padding: 2px 1em;
}

.mart_search input::placeholder, .mart_search input:-ms-input-placeholder, .mart_search input::-ms-input-placeholder
{
	color: #c3c3c3;
}

.mart_mob_news_text
{
	font-size: 13px;
	padding: 0 15px 20px 15px;
	color: #848484;
}


.mart_tree_link {text-align: center;}
img.mart_tree_icon {width: 20px;padding: 10px 0;position: absolute;display: inline-block;}
.mart_tree_link {padding: 15px 0 10px 0;/}
img.mart_tree_icon {width: 20px;padding: 10px 0;position: absolute;display: inline-block;}
a.mart_tree_a {padding: 10px;display: inline-block;position: relative;left: 15px;top: 2px;text-decoration: none;color: #828282;font-family: Helvetica,Verdana;font-weight: bold;}

.more_quotes > a
{
	margin-top: 15px;
}

a.mart_mob_quote
{
	display: block;
	padding: 8px 0 12px;
	color: #fff;
	text-align: center;
	box-sizing: content-box;
}

a.mart_mob_quote img
{
	margin-right: 0.5em;
}

.undermenu.maintheme
{
	background: #ff8261;
}

.undermenu.maintheme a
{
	display: block;
	margin-top: 0.2em;
    padding: 8px 0 12px;
    color: #fff;
    text-align: center;
    box-sizing: content-box;
}

/*hide post button*/
.post__title {
	display: flex;
}
.hide_post_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 3px;
	opacity: 1;
	transition: all 0.2s;
}
.hide_post_btn img {
	width: 100%;
}

.openid-service-list
{
	margin: 0px;
	padding: 0px;
}


/* #17363965 */
.topic_button__wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}

.topic_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 20px;
    padding: 0 30px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    max-width: 350px;
    width: 100%;
    text-align: center;
    /*margin: 20px;*/
}

.topic_button__text {
  position: relative;
  z-index: 2;
}

.topic_button__icon {
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  left: -30px;
  z-index: -1;
}

.topic_button:before,
.popup_container__btn:before {
  position: absolute;
  content: '';
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 5;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: all .15s ease;
}

.topic_button:hover:before,
.popup_container__btn:hover:before {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.topic_button:first-child {
  margin-right: 0;
  padding-left: 50px;
}

.topic_button__popup {
  background-color: #e22d15;
}

.topic_button__telegram {
  position: relative;
  background-color: #039be5;
}

.b-popup {
  display: none;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 17;
}

.b-popup .b-popup-content {
  margin: 40px auto 0px auto;
  width: 500px;
  padding: 20px;
  background-color: #fff;
}

.b-popup-content {
  position: relative;
}

.popup_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.popup_close {
  position: absolute;
  right: 20px;
  height: 12px;
  width: 12px;
  background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/close.svg) center 0/cover;
}

.popup_container__btn {
  position: relative;
  width: 280px;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f;
  overflow: hidden;
  cursor: pointer;
  transition: all .15s ease-in-out;
}

.popup_container__btn:hover {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}

.popup_container__btn:after {
  position: absolute;
  content: '';
  left: 15px;
  top: calc(50% - 15px);
  height: 30px;
  width: 30px;
}

.popup_container__broker:after {
  background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/promo/broker.png) center 0/cover;
}

.popup_container__finance:after {
  background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/promo/fin.jpg) center 0/cover;
}

.popup_container__bks:after {
  background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/promo/bks.gif) center 0/cover;
}

.popup_container__alfa:after {
  background: url(/plugins/mobile/templates/skin/default/actions/ActionMobile/images/promo/alfa.png) center 0/cover;
}

.popup_container__btn:last-child {
  margin-bottom: 0;
}

.popup_container__broker {
  border-color: #00bee8;
}

.popup_container__finance {
  border-color: #f3ba3a;
}

.popup_container__bks {
  border-color: #91a4b9;
}

.popup_container__alfa {
  border-color: #ff0000;
}


@media screen and (max-width: 767px) {
  .topic_button__wrapper {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }

  .topic_button {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .topic_button:last-child,
  .popup_container__btn:last-child {
    margin-bottom: 0;
  }

  .b-popup .b-popup-content {
    margin: 0;
    width: 100vw;
    height: 100vh;
  }

  .popup_container {
    flex-direction: column;
    justify-content: center;
  }

  .popup_container__btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

#promo_open_account_btn, #promo_open_account_close, #report_open_close
{
	cursor: pointer;
}


.chat_login {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  border-top: 1px dotted #ccc;
}

.chat_login__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 10px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff !important;
}

.chat_login__item-vk {
  background-color: #4d76a1;
}

.chat_login__item-fb {
  background-color: #3b5998;
}

.chat_login__item:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  border-radius: 3px;
  transition: all .2s ease;
}

.chat_login__item:hover:before {
  border: 2px solid #fff;
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: 3px;
}

.chat_login__item:first-child {
  margin-left: 0;
}

.chat_login__item>img {
  z-index: 2;
  width: 40px;
  height: 40px;
}

.chat_login__item>div {
  z-index: 10;
  font-size: 12px;
}




.block-fixed-comment-wrap > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-fixed-comment-wrap .report_btn {
    display: flex;
    align-items: center;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    color: #f03a17;
    padding: 3px;
    border-radius: 3px;
    transition: all 0.2s;
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 8px;
}
.block-fixed-comment-wrap .report_btn:hover {
    background: #3f3f3f;
    color: #fff;
}
.block-fixed-comment-wrap .report_btn span:first-child {
    min-width: 20px;
    margin-right: 4px;
}
.block-fixed-comment-wrap .report_btn img {
    width: 100%;
}

.success_send_report {
    display: none;
    text-align: center;
    padding: 15px;
}
#report_menu .popup_container > p {
    margin: 0 0 15px 0;
    text-align: center;
    font-weight: 600;
}
#report_menu .popup_container form {
    width: 100%;
}
#report_menu .popup_container textarea {
    width: 100%;
    resize: none;
    min-height: 150px;
    border-radius: 3px;
    padding: 10px;
    outline: none!important;
}
#report_menu .popup_container textarea:focus {
    box-shadow: 0 0 3px #2d2d2d;
}
.popup_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.popup_actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: transparent;
    width: 100px;
    height: 30px;
    color: #2d2d2d;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #2d2d2d;
    transition: all 0.2s;
    outline: none!important;
}
.popup_actions .popup_actions__cancel {
    opacity: .7;
}
.popup_actions .popup_actions__cancel:hover {
    color: #fff;
    background: #2d2d2d;
}
.popup_actions .popup_actions__success {
    color: #fff;
    background: #2d2d2d;
}
.popup_actions .popup_actions__success:hover {
    color: #2d2d2d;
    background: #fff;
}


#topicBanDialog fieldset
{
	border: 0px;
}

#topicBanDialog .jBox-container
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#topicBanDialog .jBox-content
{
	padding: 16px;
	text-align: left;
	overflow: auto;
}

#topicBanDialog .ban_reason label, #topicBanDialog .ban_time label, #topicBanDialog .additional_action label
{
	display: block;
}


.emitents_container {
  height: 300px;
  border: 1px solid rgba(0, 0, 0, .25);
  margin: 0 15px;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
}

.emitents_container .emitents_logo {
  width: 100%;
  height: 100%;
  margin-right: 5px;
}

.emitents_title {
  margin: 20px auto 20px auto;
  width: fit-content;
  display: flex;
}

.emitents_content {
  border: 1px solid rgba(0, 0, 0, .25);
  margin: 10px;
  border-radius: 8px;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  color: black;

}

.emitents_log {
  min-width: 50%;
  max-width: 50%;
  margin-right: 5px;
}

.emitents_content {
  display: flex;
  justify-content: space-between;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden
}

.emitents_content_logo {
  display: flex;
  align-items: center;
  width: 140px;
}

.emitents_percent {
  color: #29c758;
}

.emitents_footer {
  width: fit-content;
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
}

.emitents_footer a {
  color: #9F9F9F;
  text-decoration: underline;
}

.emitents_container_main {
  padding-bottom: 30px;
}

.emitents_content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .25s, opacity 0.5s;
}

.emitents_content:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0.01s
}

.emitents_logo_title {
  width: 30px;
  height: 20px;
  margin-right: 5px;
}




.footer_follow {
    display: none;
    width: fit-content;
    order: 1;
    align-items: center;
}

.android .footer_follow {
	display: flex;
}

.footer_follow_img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.footer_follow_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21%;
}

.footer_follow_text {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.footer_follow div {
    margin-right: 20px;
}

.footer_follow_btn a {
    display: flex;
    align-items: center;
    background-image: url('/plugins/mobile/templates/skin/default/actions/ActionMobile/images/en_badge_web_generic.png');
    background-size: contain;
    background-color: inherit;
    background-repeat: no-repeat;

    width: 130px;
    height: 50px;
    padding: 0;

    border-radius: 4px;
    outline: none;
	border: none;
}

.footer_follow_btn {
    margin-right: 0 !important;
}

.android #footer {
    height: 125px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.android #footer .links {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    order: 0;
    width: 100%;
}

.android #footer .links a {
    display: block;
    width: fit-content;
    float: left;
    color: #8c8c8b;
    padding: 12px 0;
    margin-right: 25px;
}

.android #content {
    margin-bottom: 120px;
}

@media (max-width: 676px) {

    .android #footer {
        height: 125px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer_follow {
        display: none;
        width: fit-content;
        padding: 0 12px;
        order: 1;
    }

    .android .footer_follow {
    	display: flex;
    }

}


.fixed-block {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 50px;
	/* старый зеленый вариант */
	/*background: green;*/

	/* новый синий вариант*/
  background: #0a8cef;
  font-weight: bold;

}

.fixed-block-close
{
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 101;
    height: 50px;
    width: 50px;
    padding: 15px;
    color: #fff;
    cursor: pointer;
}

.fixed-block-close img {
    width: 100%;
}


.fixed-block > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}


.remove_comment_btn, .blacklist_comment_btn{
    top: auto !important;
    bottom: 8px;
}
.report_btn{
    width: 42px;
    display: flex;
    justify-content: center;
}

#regReqDialog .jBox-content
{
	text-align: center;
	line-height: 2em;

}

.image_true img
{
	width: 12px;
	height: 12px;
}

a + .image_true
{
	margin-left: 5px;
}





.footer_moex
{
	color: white;
	margin-left: 40px;
}

.footer_moex a 
{
	color: #4eadff;
	vertical-align: baseline;
}

.footer_moex .i
{
	vertical-align: middle;
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 0.4em;
}

.footer_moex .i > img
{
	width: 32px;
	height: 32px;
}.jBox-wrapper{text-align:left;box-sizing:border-box}.jBox-title,.jBox-content,.jBox-container{position:relative;word-break:break-word;box-sizing:border-box}
.jBox-container{background:#fff}.jBox-content{padding:8px 10px;overflow-x:hidden;overflow-y:auto;transition:opacity .2s}.jBox-Tooltip .jBox-container,.jBox-Mouse .jBox-container{border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.25)}
.jBox-Tooltip .jBox-title,.jBox-Mouse .jBox-title{padding:8px 10px 0;font-weight:bold}.jBox-hasTitle.jBox-Tooltip .jBox-content,.jBox-hasTitle.jBox-Mouse .jBox-content{padding-top:5px}
.jBox-Mouse{pointer-events:none}.jBox-pointer{position:absolute;overflow:hidden}.jBox-pointer-top{top:0}.jBox-pointer-bottom{bottom:0}.jBox-pointer-left{left:0}
.jBox-pointer-right{right:0}.jBox-pointer-top,.jBox-pointer-bottom{width:30px;height:12px}.jBox-pointer-left,.jBox-pointer-right{width:12px;height:30px}
.jBox-pointer:after{content:'';width:20px;height:20px;position:absolute;background:#fff;transform:rotate(45deg)}.jBox-pointer-top:after{left:5px;top:6px;box-shadow:-1px -1px 2px rgba(0,0,0,.15)}
.jBox-pointer-right:after{top:5px;right:6px;box-shadow:1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-bottom:after{left:5px;bottom:6px;box-shadow:1px 1px 2px rgba(0,0,0,.15)}
.jBox-pointer-left:after{top:5px;left:6px;box-shadow:-1px 1px 2px rgba(0,0,0,.15)}.jBox-Modal .jBox-container{border-radius:4px}.jBox-Modal .jBox-content{padding:15px 20px}
.jBox-Modal .jBox-title{border-radius:4px 4px 0 0;padding:15px 20px;background:#fafafa;border-bottom:1px solid #eee}.jBox-Modal .jBox-footer{border-radius:0 0 4px 4px}
.jBox-Modal.jBox-closeButton-title .jBox-title{padding-right:55px}.jBox-Modal .jBox-container,.jBox-Modal.jBox-closeButton-box:before{box-shadow:0 3px 15px rgba(0,0,0,.4),0 0 5px rgba(0,0,0,.4)}
.jBox-closeButton{cursor:pointer;position:absolute}.jBox-closeButton svg{position:absolute;top:50%;right:50%}.jBox-closeButton path{transition:fill .2s}
.jBox-closeButton path{fill:#aaa}.jBox-closeButton:hover path{fill:#888}.jBox-closeButton:active path{fill:#666}.jBox-overlay .jBox-closeButton{top:0;right:0;width:40px;height:40px}
.jBox-overlay .jBox-closeButton svg{width:20px;height:20px;margin-top:-10px;margin-right:-10px}.jBox-overlay .jBox-closeButton path,.jBox-overlay .jBox-closeButton:active path{fill:#ddd}
.jBox-overlay .jBox-closeButton:hover path{fill:#fff}.jBox-closeButton-title .jBox-closeButton{top:0;right:0;bottom:0;width:40px}.jBox-closeButton-title .jBox-closeButton svg{width:12px;height:12px;margin-top:-6px;margin-right:-6px}
.jBox-closeButton-box .jBox-closeButton{top:-8px;right:-10px;width:24px;height:24px;background:#fff;border-radius:50%}.jBox-closeButton-box .jBox-closeButton svg{width:10px;height:10px;margin-top:-5px;margin-right:-5px}
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton{background:#fafafa}.jBox-closeButton-box:before{content:'';position:absolute;top:-8px;right:-10px;width:24px;height:24px;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3)}
.jBox-pointerPosition-top.jBox-closeButton-box:before{top:5px}.jBox-pointerPosition-right.jBox-closeButton-box:before{right:2px}.jBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.82)}
.jBox-footer{background:#fafafa;border-top:1px solid #eee;padding:8px 10px;border-radius:0 0 3px 3px}body[class^="jBox-blockScroll-"],body[class*=" jBox-blockScroll-"]{overflow:hidden}
.jBox-draggable{cursor:move}@keyframes jBoxLoading{to{transform:rotate(360deg)}}.jBox-loading .jBox-content{opacity:.2}.jBox-loading-spinner .jBox-content{min-height:38px!important;min-width:38px!important;opacity:0}
.jBox-spinner{box-sizing:border-box;position:absolute;top:50%;left:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px}.jBox-spinner:before{display:block;box-sizing:border-box;content:'';width:24px;height:24px;border-radius:50%;border:2px solid rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.8);animation:jBoxLoading .6s linear infinite}
[class^="jBox-animated-"],[class*=" jBox-animated-"]{animation-fill-mode:both}@keyframes jBox-tada{0%{transform:scale(1)}
10%,20%{transform:scale(0.8) rotate(-4deg)}30%,50%,70%,90%{transform:scale(1.2) rotate(4deg)}40%,60%,80%{transform:scale(1.2) rotate(-4deg)}100%{transform:scale(1) rotate(0)}
}.jBox-animated-tada{animation:jBox-tada 1s}@keyframes jBox-tadaSmall{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-2deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(2deg)}
40%,60%,80%{transform:scale(1.1) rotate(-2deg)}100%{transform:scale(1) rotate(0)}}.jBox-animated-tadaSmall{animation:jBox-tadaSmall 1s}@keyframes jBox-flash{0%,50%,100%{opacity:1}
25%,75%{opacity:0}}.jBox-animated-flash{animation:jBox-flash .5s}@keyframes jBox-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}
40%,80%{transform:translateX(6px)}}.jBox-animated-shake{animation:jBox-shake .4s}@keyframes jBox-pulseUp{0%{transform:scale(1)}50%{transform:scale(1.15)}
100%{transform:scale(1)}}.jBox-animated-pulseUp{animation:jBox-pulseUp .25s}@keyframes jBox-pulseDown{0%{transform:scale(1)}50%{transform:scale(0.85)}
100%{transform:scale(1)}}.jBox-animated-pulseDown{animation:jBox-pulseDown .25s}@keyframes jBox-popIn{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}
}.jBox-animated-popIn{animation:jBox-popIn .25s}@keyframes jBox-popOut{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(0)}}.jBox-animated-popOut{animation:jBox-popOut .25s}
@keyframes jBox-fadeIn{0%{opacity:0}100%{opacity:1}}.jBox-animated-fadeIn{animation:jBox-fadeIn .2s}@keyframes jBox-fadeOut{0%{opacity:1}100%{opacity:0}
}.jBox-animated-fadeOut{animation:jBox-fadeOut .2s}@keyframes jBox-slideUp{0%{transform:translateY(0)}100%{transform:translateY(-300px);opacity:0}}.jBox-animated-slideUp{animation:jBox-slideUp .4s}
@keyframes jBox-slideRight{0%{transform:translateX(0)}100%{transform:translateX(300px);opacity:0}}.jBox-animated-slideRight{animation:jBox-slideRight .4s}
@keyframes jBox-slideDown{0%{transform:translateY(0)}100%{transform:translateY(300px);opacity:0}}.jBox-animated-slideDown{animation:jBox-slideDown .4s}
@keyframes jBox-slideLeft{0%{transform:translateX(0)}100%{transform:translateX(-300px);opacity:0}}.jBox-animated-slideLeft{animation:jBox-slideLeft .4s}
.jBox-closeButton{z-index:1}.jBox-countdown{border-radius:3px 3px 0 0;z-index:0;background:#000;opacity:.2;position:absolute;top:0;left:0;right:0;height:3px}
.jBox-countdown_inner{border-radius:3px 3px 0 0;top:0;right:0;width:100%;height:3px;position:absolute;background:#fff}
.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 46px 35px;
}

.jBox-Confirm-footer {
  height: 46px;
}

.jBox-Confirm-button {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 50%;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  padding: 0 10px;
  transition: color .2s, background-color .2s;
  box-sizing: border-box;
}

.jBox-Confirm-button-cancel {
  border-bottom-left-radius: 4px;
  background: #ddd;
  color: #666;
}

.jBox-Confirm-button-cancel:hover,
.jBox-Confirm-button-cancel:active {
  background: #ccc;
}

.jBox-Confirm-button-submit {
  border-bottom-right-radius: 4px;
  background: #7d0;
  color: #fff;
}

.jBox-Confirm-button-submit:hover,
.jBox-Confirm-button-submit:active {
  background: #6c0;
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

@media (max-width: 500px) {
  
  .jBox-Confirm .jBox-content {
    padding: 32px 20px;
  }

}
.jBox-Image .jBox-container {
  background-color: transparent;
}

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%;
}

.jBox-image-container {
  background: center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.jBox-image-label-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
}

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
  padding: 8px 40px;
  line-height: 24px;
  transition: opacity .36s;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.jBox-image-label.expanded {
  background: #000;
}

.jBox-image-label:not(.expanded) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jBox-image-label.active {
  opacity: 1;
  pointer-events: all;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  user-select: none;
  z-index: 1;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1;
}

.jBox-image-pointer-next {
  right: 0;
  transform: scaleX(-1);
}

.jBox-image-pointer-prev {
  left: 0;
}

.jBox-image-counter-container {
  position: absolute;
  right: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  text-align: right;
  display: none;
}

.jBox-image-has-counter .jBox-image-counter-container {
  display: block;
}

.jBox-image-has-counter .jBox-image-label:not(.expanded) {
  padding-right: 80px;
  text-indent: 40px;
}

.jBox-overlay.jBox-overlay-Image {
  background: #000;
}

.jBox-image-not-found {
  background: #000;
}

.jBox-image-not-found:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #222;
  border-radius: 50%;
}

.jBox-image-not-found:after {
  content: '';
  display: block;
  box-sizing: content-box;
  z-index: auto;
  width: 6px;
  height: 74px;
  margin-top: -37px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222;
  transform: rotateZ(45deg);
  transform-origin: 50% 50% 0;
}

/* Image spinner */

@keyframes jBoxImageLoading {
  to { transform: rotate(360deg); }
}

.jBox-image-loading .jBox-container:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border: 4px solid #333;
  border-bottom-color: #666;
  animation: jBoxImageLoading 1.2s linear infinite;
  border-radius: 50%;
}

.jBox-Notice {
  transition: margin .2s;
}

.jBox-Notice .jBox-container {
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .25), inset -1px -1px 0 0 rgba(0, 0, 0, .1);
}

.jBox-Notice .jBox-content {
  border-radius: 3px;
  padding: 12px 20px;
}

.jBox-Notice .jBox-title {
  padding: 12px 20px 0;
  font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: 5px;
}

.jBox-Notice-black .jBox-container {
  color: #fff;
  background: #000;
}

.jBox-Notice-gray .jBox-container {
  color: #333;
  background: #f6f6f6;
}

.jBox-Notice-red .jBox-container {
  color: #fff;
  background: #d00;
}

.jBox-Notice-green .jBox-container {
  color: #fff;
  background: #5d0;
}

.jBox-Notice-blue .jBox-container {
  color: #fff;
  background: #07d;
}

.jBox-Notice-yellow .jBox-container {
  color: #000;
  background: #fd0;
}

@media (max-width: 768px) {
  
  .jBox-Notice .jBox-content {
    padding: 10px 15px;
  }
  
  .jBox-Notice .jBox-title {
    padding: 10px 15px 0;
  }
  
}

@media (max-width: 500px) {
  
  .jBox-Notice .jBox-content {
    padding: 8px 10px;
  }
  
  .jBox-Notice .jBox-title {
    padding: 8px 10px 0;
  }
  
  .jBox-hasTitle.jBox-Notice .jBox-content {
    padding-top: 0;
  }
}.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}
.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute}
.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}
.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}
.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}
.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}
.datepicker>div{display:none}.datepicker.days div.datepicker-days{display:block}.datepicker.months div.datepicker-months{display:block}.datepicker.years div.datepicker-years{display:block}
.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}
.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:#eee;cursor:pointer}.datepicker table tr td.old,.datepicker table tr td.new{color:#999}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}
.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}
.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9}
.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(top,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(top,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(top,#f3c17a,#f3e97a);background-image:-o-linear-gradient(top,#f3c17a,#f3e97a);background-image:linear-gradient(top,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a',endColorstr='#f3e97a',GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a}
.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9}
.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(top,#b3b3b3,#808080);background-image:-ms-linear-gradient(top,#b3b3b3,#808080);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(#808080));background-image:-webkit-linear-gradient(top,#b3b3b3,#808080);background-image:-o-linear-gradient(top,#b3b3b3,#808080);background-image:linear-gradient(top,#b3b3b3,#808080);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3',endColorstr='#808080',GradientType=0);border-color:#808080 #808080 #595959;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled]{background-color:#808080}
.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active{background-color:#666 \9}
.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#f59300,#ff7e00);background-image:-ms-linear-gradient(top,#f59300,#ff7e00);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f59300),to(#ff7e00));background-image:-webkit-linear-gradient(top,#f59300,#ff7e00);background-image:-o-linear-gradient(top,#f59300,#ff7e00);background-image:linear-gradient(top,#f59300,#ff7e00);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F59300',endColorstr='#ff7e00',GradientType=0);border-color:#ff7e00 #ff7e00 #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color:#ff7e00}
.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color:#039 \9}
.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}
.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#f59300,#ff7e00);background-image:-ms-linear-gradient(top,#f59300,#ff7e00);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f59300),to(#ff7e00));background-image:-webkit-linear-gradient(top,#f59300,#ff7e00);background-image:-o-linear-gradient(top,#f59300,#ff7e00);background-image:linear-gradient(top,#f59300,#ff7e00);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F59300',endColorstr='#ff7e00',GradientType=0);border-color:#ff7e00 #ff7e00 #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color:#ff7e00}
.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{background-color:#039 \9}
.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker th.datepicker-switch{width:145px}.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor:pointer}
.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}
.datepicker thead tr:first-child th.cw{cursor:default;background-color:transparent}.input-append.date .add-on i,.input-prepend.date .add-on i{cursor:pointer;width:16px;height:16px}
.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}
.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:20px}
.datepicker.dropdown-menu th,.datepicker.dropdown-menu td{padding:4px 5px}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:0;color:inherit;border:0;padding:0!important;font:inherit}
.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}
.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url() no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.openid-block { width: 500px; margin: 0 auto; padding-top: 50px; }
.openid-block.wide { width: 650px; }
.openid-title { font-size: 22px; line-height: 28px; margin-bottom: 10px; }

.openid-services { padding-top: 20px; }
.openid-services p { margin-bottom: 5px; }
.openid-services img.google { position: relative; top: 2px; }

.step-two label { display: block; font: normal 18px Arial, Sans-Serif; }
.step-two a.openid-mail { text-decoration: none; color: #70aae0; border-bottom: 1px dashed #70aae0; }
.step-two p { margin-bottom: 10px; }

.step-three span { color: #afafaf; }

.openid-img { position: relative; top: 4px; margin-right: 3px; }

.openid-block ul { overflow: hidden; zoom: 1; margin-bottom: 15px; }
.openid-block ul li { float: left; margin-right: 5px; }
.openid-block ul li a { display: block; text-decoration: none; color: #69909b; background: url(/plugins/autoopenid/templates/skin/default/img/openid_nav.png) no-repeat; }
.openid-block ul li a span { display: block; padding: 7px 15px 8px 0; margin-left: 15px; background: url(/plugins/autoopenid/templates/skin/default/img/openid_nav.png) no-repeat top right; }
.openid-block ul li.active a { color: #363f42; background: url(/plugins/autoopenid/templates/skin/default/img/openid_nav.png) no-repeat 0 -33px; }
.openid-block ul li.active a span { background: url(/plugins/autoopenid/templates/skin/default/img/openid_nav.png) no-repeat 100% -33px; }

.icon-remove { display: block; text-decoration: none; background: url(/plugins/autoopenid/templates/skin/default/img/delete.png) no-repeat; width: 16px; height: 16px;}

.openid-service-list {
	list-style: none outside none;
	display: table;
}

.openid-service-list li {
	float: left;
	margin-right: 5px;
 }

 .openid-service-list.inline
 {
 	display: inline-block;
 }

.openid-service-facebook {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAABXklEQVRoge3VQUvCYBzHcd9XBJNuvYMIR5fegocu3YIISryUPhFKh8ioW5QRkaGycrDFTCWKKMfAQkMQV7P57xbEHrVk7nke+A9+twee72eHLTQ1twUiL8Q6AAGsAxAw6QskmcDSehYOTg0oas+gVy3QqxaUDBOuSk9wnKvBKsnxCVhJXEKr3YVRj2qY/AGOzsojw7kFxNKFP8dzB5hdTEHXdsQF/PftcwdQ9Jehsde3ddg5VGFzT/nZcvycH0Cj2RkYH98t+nrXRACfzhc13um5IMmEf4Dr9qmAt1bH9/hAAa9NBCDg16RIEsIy8WwYgHY+LBOYnk8ED9AqFjV0nGcjlRcbEF07ERsQiWbEBswsbIsLeG/bY8dzAbh7aLABJPdvIJu/96xP/4qC/dGjno+lC2wAgybMjwwBCEAAAhCAAAQgAAEIQIDvALVsglaxPLtQHsUABD0EsB4CWO8brIggDPqQd+0AAAAASUVORK5CYII=');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-facebook-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAyUlEQVRIiWOwjpzxn5aYYdBZ4Ju56H/NhF3/22ce+N80bd//3OZN1LNg3toz///8+fsfGTx58ZE6FrRO3/8fG6CaBTfuvUIx+Oa91//PXH7yf/uhm9Sx4NevP3DDN+69Rv1IRgYTFx0dIhZMXnLs/4L1Z/8vWH8WxYJTlx7DxZun7SPfguevP2FNOchgy/7rtLVg1spT5Ftw/Pyj/7cfvPl/+8EbFENfv/sCFy/t2jaII3nUglELhpgFrdP3w3F0yUrqW0AuprkFANeVh/CLwJGxAAAAAElFTkSuQmCC');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-vkontakte {
	 background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADWUlEQVRoge2X/U9SURjH/QOvU9vS36xsttWqae6iNvGHNNOmlbkscyvzIqlDpFJ8S1RMURQFQRBfABWuokb5BuLL/faDwzTgAIretd1ne357vg/fD+eec56TQNEM/udM4NuAAMC3AQGAbwMCAN8GBAC+DQgAfBsQAOLV6G75V0i7DVDpbBidXsaYxQmt2Qm13oFmlREPXrRdHcCrpmGMW1yYnGVhmFvB1PwqjAtumGxu1HdOBtVnliqw69sHKXz+A6SKG0OaSMqVoG1oBiPTyxidXobW7MSYxYlxiws6qwsTVhZlEnX0AIMGB9FMwfvvQZq0wibo51aIuuxKZUgTZRI1UQcAQ1OL0QM8rukhNtOanSGbid50EXWPXocGMNncEQGeNwzGtgdmlzfCNuM44H7Ft+BVEDcSTYTS5FR1RDRvYz1IFEliAyiu6yc2HTYuBWkSRRKiJrNUEaSZsLJEDcdxyKnqiG0TH5thsODyEJvnVncF6Q4Oj8LWZ5S0nqktrO0l9geAZpUx9lMokE8+9hGb21kPknLPLi3HcWHrbxa3nNRdy5eC3dgi9p9ZXEdyXsP5ASiagdm+RvyRT8q/x+r1AvIeSC+SndTKB8zE2q3dPdx6Kid6iwog0iY7ODw6+UazKtuJtVmV7aBoBkV1/SAsFDiOQ2Ftb0TzUQFQNIP+CTvR2ObOHkolaqj15PtjxLSEGoUW/v1DYl1TL/m7jxkgvUgG7x75po1XsBtbEb/7mAEomsHbVu2VAKh0tqjNxwSQKGJgXFi9dACf/wD3yoMvvAsDUDSDjBI5drz+S4f4te0LeWtfGICij29o0gkSr9j2+sPOThcCoGgGki79uY1ZHGv4uemNqnbXt4/sCBDnftB8GbTEbD4wxaaJG6OaQIHjIzrUDHVhAIpmUN85SRwd/o3Tj5JUcSPsLHnWCoSd9SAlXxp/AIpmkP+uG6518kwTiIcvzz4rbxS3wO3ZiUr7oU13OQAUzSA5rwFVMk3Ef/T0LBTI289asbT6OyKAxhQ8vscN4HTeKVOgsnkYsj4TlBorOjSzUGqsqPj8I6wmJV+Kavko1HoHBg0ODEzaodItoGdsHp0jc5B2G0LCXwrAVacAwHcKAHynAMB3CgB8pwDAdwoAfOcfdZWV2cYOx+gAAAAASUVORK5CYII=');
	 width: 48px;
	 height: 48px;
	 cursor: pointer;
 }
.openid-service-vkontakte-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABrElEQVRIie2UyUtCURjF+wOfKA2IRZvatY1nZuWQYC2EFm2qR4M8taxINErIoWwg0CZKMhvIBg1zKBx6mtVpUVg3LXURFHjhbc733vndd7/z3RqKZvGbT00VUAWAolm0aebRr1uFxrAO5ZgT9V2TlQO6R+wIRRMIx1OI3KUxYvaAolnUSg3Y9F7i8zK5DvMGzb2zOA/FEYwkEIomcBNLonNoqRAglBnxkHnMmyTSGdRJ33baqJgmANbN47zBpG2fqHHZHJoUM8WPaMbpJV7WLu6ColnwxCyhm9d8oGgWIrkRqYcsURsyub/vgUhuRIr7+Asum0OLeg78Dh1hMvd+RDbPKaG7D6/BE5do8vjCDvHR0UUEqokVQtv2B8FYPIQWjichlBlLp0gg0eMyfI9K18DURvkxbR+04un5pSLAwVm4aHy/nQPGsvWj4X2KK9B8gVs0dE+VP2hfI/h5t/wOHdb2AgW1HX+IaHTJSZYxDpxcxQgTy3tMBRI9PL7rAoh81FH5XdTaZ4KMcUA55kST8mOQeGIduoZtUGtdUI0vo4exQyDR/7HLrgr434BXpuYlclNf/dEAAAAASUVORK5CYII=');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-twitter {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACIUlEQVRoge3YO2gUURSA4bHRwlR2IWAfFWyEtAFtLCKCrYWFTcTSJqS1NGCtjYoKsixLSNRsjLCrSUASVsKKEMWw6ysviczszs57fqtFxJCZOw/nDs6B092B8zF35tx7FKWkkuvMvIACkHUBBUDwgZGXXe5sWNR2XGa+O4w3DA6XcwKYaJr4/B0rey7HpjW5AReW9H1K/x3T3xy5AfVd90AAwHC1Iy9AtffbPH/G5Tc9eQGmF1g/V1cLQAEoAAUgS8DUusW5ui6UZ+s6J+L0jyQBcaLx0+VUFIgsAIAfls/xp4IImQAAdzfsfAM+drx8A1p6zgFPvuR4C5kenJ7v5hOwY/qcf62LFZ804FHb5vpbQyivNQwuLukcrUS8kiYJyP1RQmqAEXwllhugOcF34htrhryAT93gPTS/lcFoJezCZ5tO8B4CxhYj/Ar/BWDynRkK0HPhykqPQ7IBTlY7oQD9aOse5a82D9vBeb9lM9E0GZqN0AtEFr8KMZ2LE13H59Ky4J9MZPFo7eD5aBJhe3BmQeA8JPrK7rXs1BEVkUGxKGCgotFU0z3ZbZt+egClpDI0q4XqC1FjN22AUlIZnNFY3Uvno54TaYhRAUpJ5UhZ5da6hRt8yggdPjBaE2iGcQD9HK52eNCy6cV8Ia4P4w3B81QSgH4OVDTGFnVuvjd5/Nnm+abDi22HhYCc23K4/cFKd7AlbWZeQAHIuoD/HfALI3fCRwbbJMMAAAAASUVORK5CYII=');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-twitter-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABKklEQVRIie3UP0sDMRgG8NPFD+Dq7CYOHRzFD+BkXUTopou4+HlEByevhRY7SGmhg1haKMXFtUp7h0uH1OsbmjN5nATT+9Mc5tDBB54lw/1I8l4cx2XItb8G7LQClHqEjfq7feDiieMr01BhuxHYBSZzhe+5Ggq7wIf+fVS98B9IB0YkcfMqYns5FNhtpwyBCbAsQgJbjYRxtgEAwPmA5wdIBRSaCcdkArxxhbofxrY8Fth/mP2xKRJSB+58y4BH+hYmc4X12tQecDsSkYt8ZhInfY5ih7QePBI271Ne3LjFvfYs8xSVemQOOC7D9Ut0F2kZk8oGrFUYal5oDPg8I+C4DCsuw9mARy59MQrAaT/Dn7zY1TJDoRngsEM47uo96lLyO2QK/Kh5A5/CS7B+y8mcwgAAAABJRU5ErkJggg==');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-google {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEf0lEQVRoge3Y+09TZxgHcP+eikxdNjddslhCFUVBd8GVjS7gvGGMGIKW6ZawzHXBLZNMJ05luuEczM3pGE4TLlkIiBfO6Y1CL0hr6QVK6ZWeXs53P2grh1OhPaftkYQ3eX7q+7zn+Zz37XvevCsIsQhLOVYIXcAyQOgClgHZGHRk77uwnlHA1dEOz0Av/OR9+FWPFomHsJ5rBCl5RRgAuXkNrGcVoGwWAEDENYmIaxKptKBeC0ONTLgZGK3eBcpqBgC4uzsxXLEl8Zu2XILpuzdZRU/f+QvkptUgC1cJu4SMR/eApkIAgMkbV1/Yz9bSxEK4/r3B++XxAgzLtiIWDAAAoj4vlFteXbC/p6+LhTB/XS8cwEcMJgpxd3cu2l8rLQQdiTAA4SkHSEl+7gGjBz9gFOJoPZ9Snrv7H9YsGOt25x7gbGthFGH/+YeU8sZOHGQBbJeacg/wDd1jFDF1qy2lPNW2dQBNM3Inr1/JPSBo0DGKCGiIlHMpu5XT8ssowK98wCiCjkah2rYupdyAlmTkjn9Zl3vA5PUrrLVs+fbz1AA6dSInFpqFquTN3APm70IAELKMLf5lLchD1DvzfPlc/ZFz8bwAhFgEz0Ave0e5eHrBHJN8X6KvX/kg7cNbRgGa995G2GljCugYxhXypP21UgkoxwQAwDd0D8ri13gVzxsQL2r+jgQAM713YKzbDa1UgtEDZXC0NiMW8AMApv5u5/X1zSiAEItASvLx5PQXSSHzm7urIyOFZxQwN9Sl6zFavQuGGhks3zWwAMMfFb3cgLnhaG1mAbTSwqUDmH9eAoDpuzdBFOQtDUCygxsAePp7oNqe2ldbUABRkAe/ZigpgrKaoasqefkA6h0boD9cAbNCjonz38Dd1fHCHSka8MFYWyUwoGAlDLWVmLrVlriRmFtgyDKGoEGHsNOeFEGHKV4IXgCTfB9mx/SJYsJOOxzXLsBYWwV16XpGX7JwFey/nAPoGHsmfF5oyjbmDkBK8uHqaH/+FqkQnnx/MqWvq6G2EpGZaRbCdfvP3AHmrms6Eob+cEVa+VqpJHGPFG+x0CzITauzDzAr5IwHO369wOnNaaUSRL0exlgjn+zIPmD+m9NVbucEIMQiWM8qGGPpD32YXYDu42LW2l3sMmvBWSiXMMYalm3NLsB4bC8LoHmf2+5BiJ/dUDxrkZlpTkeMtAD6Q+UsgLnxBGfAyJ53EuM4f7/MaYy0AMqitYjNBhkAymaBqvh1Tg93tv8EAIh6PVDvfCv7AEIsguPaRdYs+IhBqEreSGscQ40MdCQCOhaFqX4/51lMG6AsWsu4Fom38JQD5lOfgdy8ZtH8ieZToKkQ6DCFxw1HOBfPCUCIn/75PP09LAQAxAJ+ePq6YL98BubG43jccATjXx3DRPPTg13U5wUABLQkdFWlvIrnDIiH6Xg1/KqHSSHJGh2Lwjv4H0yfHgBRsJJ38bwB8dCUbcT4yaNw/nYJ7u5OeO/3wfdoAJ7+Hrg6/4CtpQmm+v0pXz3mHCBkLAOEjmWA0PE/xpRXFLQ8kdYAAAAASUVORK5CYII=');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-google-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACMklEQVRIic2U3UuTcRTH/XsqwQzWC3ZRZmYNFaVIKYiSYGQZVF4o1dACtZKIHAkVeRG5vJEmkRRllNgr7fF5pntxOjdXU5853ZtbW/t0IS7GWG6PCf3g3JzD+X0453zPyTPu3cRGWt5/AxDVKuyX6nC2N+G8eSXFpi7XYyzerAwgqlXIBj2+oRe4dW0svn/F6vO9eY5b146oVimrYPTgNsK2cRYG+1P8c/qHAMS880jVu5W3yNPTBcBkkybFLxzYSsznBWC294FywLJjAgB7Y11aTDY8BSAofFYOiHnnAXDfu5EWm7lzDYClD2+VA5ZGhgAIT5jTVOLWtQHg7GhWDrBqDpP4GQXge/etP8MvKyRsNeEd7M8oz6xlams4TthqAiDw7SOyQU/U42aur2fNz7MCrJpYvp3JJk1yB8SKHVnl5XQqrPU1SYD8rBehJP/fAaSqIqxnjhKZmU5CAsZPa1byV4BUuYvZJ/eJOCdZGn7Nj0d3cd1uQR7oS0JCZgmhtCB3gPlUJbEFmZBZxHRkT1p8SnueRDQCgKtTmztg2W4BwHyyPGOys6N5ZR4DfbkBxmr2JVswWlaYWVlq1co9etydG0Cs2AmJXwBMaRsyJltOV5OIxxk/cSj3FskGPQDxoB9HywWMxVtSq6zdT9gi4eq8qkxFQkk+np4u4kH/yu33efF/GWbx3UtCYwKBryPYzh1b/x4IpQXYztbiaL3I9PVG7I11SFVFWe1OVoD12oYDfgMgKZYDLqDJQgAAAABJRU5ErkJggg==');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-yandex {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACfUlEQVRoge3Z70tTURgHcP+f6YLpLCIsISnYi4iQCBEp7IUVlRBJYEILSmGL2UAkwZRBSJJkWLMhlVhk24rofc6Cum7ux/2xu7vbPPfbmxg9u7nWi9g5sAPPq/ucy/dzOPdyttskuRwQuZrqHaABqHeABuC/3by1GZn+PmhTkzBWIjCj6zDjMVsZz8P8AbKDF1BKbKCWYWkaR4C2FujzczUF5xJQeLxgC7jz9QvyoRmo/jGovlGovlFYep4/gOwdockZg+ofg9TWYutlmTRfgK2OvWCKQvIrt2/u2s8dQL17h4Q347Gq/dwBShufCSB7cUAcQMrTRd8qug6pfY84gNzVwX/aPtwB1GCAAAqLC2IB9AchAsiHZgQDPHpIAbPTggEqjg76/JxYAO3eBAEUX6+KBchdu0IALJOB1NosDiB5pBOwLILInOkVByC5HDDfx+g2Wqu+jbgDZC+dQ+WQvdfFAUguB4qvXlABY1DH/ZDcTjEAyUP7bYc6ANj5/g350H3I3hHIw0OQh4dgaRp/AMnlQPJwB358+mhDVBtcASSXA5LbCTUYID8bxQL8KjXgo4+EoqC0mUBpMwEwxjcgeXAfmJwjgMxAf/k6lw/x75WfnSbhzQ9xcp1rQMrTBcs06eqf7RMHYISX6OpH12093ALSPd22c1H6dI84ADMeJeGLb9b+2MclIHv5PCpHuvekIAC30/ZvdHH15a793AGUWzfo0lsW0qdOiAHYOtBOAgGAsRKpOocrgDY1SVefMWx3HxMDkDraCcsw6OqHn/51HjeAwmLFBw3GsH3cIw7AWH4G893bcmkTwdrgS0/Kc4zIcv0APFQDUO9qAOpdPwFC3Jns9zIecwAAAABJRU5ErkJggg==');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-yandex-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABX0lEQVRIic3UvUtCURjHcf8fo8DoZYmiIYpQCBNKkCBcbMihQlHLpSFoEIREjKIoaosiiIYgeiOiJYKalYKbetWr17fC27fhgmBtdS504FmeM3zO4fyeY5IsZows078C0v295L0zKEsBlHAQJRwkO24TAHS2ocaifNbrfF+laOTvgLoeB6CRSlIILCBPOans74oBMrZh0DS0Uon00ECzX4qsigHU+BoAlb2dlr4woH59CUDBP2cM8PH8BEDO4zYIeHzQbzDvNQaoHh4AUN7aMAbIedwAaEXFmBRJFjO10xN9Dl5fUBb9yE4H5d1tcYDU3aEPlqYZM8mSxYzU1U4jlQRATcSonZ+JBYorywC839+Jf4O3vh60fF6fh2mXeKC8mQCgfnsjPkWZkcHmNy27JsQD1eMj/fRXFy19IYA8aW9GU3Y6xANZuxUl5CM/6/m5NzaKEvKRtVvFxPS3ZTjwBbu3pnnP6NWfAAAAAElFTkSuQmCC');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-mailru {
	background: url('data:image/png;base64,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');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-mailru-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC90lEQVRIid2UyU8TYRjG/SsGt6jRYIwxbolL4OJ2cTvoycSDB40aMQaNidGDS6LHgSogCgJJiWAwRgWxUpVAPIhLFLeYqohO2+mUzrTQlbbT+XmYdqRSxBg96CTvZTLf83vm/Z73nSKIEn+zpvzfgBk2N3vvqLS7YnjCOroBGQPkiE7XQJzyLo3Z592/B9h5M4A0kmayJxDTKXNoFP0qoEiUsPWNWAL9SpKj94OUNvmYW+WmuNrD+maFM70hPoe+G2jqjzC14hcA5x4NA6AbcOxB0HK2rM7LtjY/6+w+pldmW1jp5uyjYXTDhNiejPwcsNbuI5P9uMyhIYgSa+w+HntG89qiRHWOODVKGmWO3g+yu0PFAAxgQ7MyMeDOhzgAHR/iCKLEllY/8bRhterqmyidH+PWu1AiA8DqRpn6FxEA2l2xwoB5VR5SWfsbmhXmXHDji+gAHHZqeYcWXfLy0pe0/qi0ycfSOi8Ao2mDWWOSZQG2tfkB8IZ1ikSJ8i4NAMeneMF0rGyQMcYABFHCpaYA2NiijAeUOUzB7sEEgihx9U20oPux9T6QygN0DyYA2NOhTgxwDpiO296ZgP2d6oSAfiWZB+j9agL2dRYAbL8+BIBLTSGIEqd6QgDUPg8XFF9w0UMqm88cIDeY268PjQcUV3usPC+vl1lY6yWaMoimDEsgV9MrJW65YnmXvLJBhmxU59d4CsfUOWDGtLE/giBK7O9UAQgnM9j6RtjToXKiO8hrf9ISywHqXoQB6PmSmHgONrYo1sDsvBlAECV23Q6gRPW8QcsY5mqwvzKz/0xOWrDNrf6fr4qqp6aTlG5wxGkusZk2NztuDHH8YZADd1WWXPYiiBKbWhTrHgBO94Ym30XTKiSaX0etQy+VJOVdGiuuyEyrMFf4WruPkz0hVjXIlDTKnOgOsvWaf5x4QUBuox66pxGI5bfmx6fmWeGETQrI1ezzbg46NNpdMQZDaRJpg0TaYDCUpvVtlMXZVv024E/Uvw/4Bm1tk+ulcilSAAAAAElFTkSuQmCC');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-odnoklassniki {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADlklEQVRoge3Y20sUURwH8P4UtaCIrkoWFPQSQYl2hy7QS1AUEUQPFUkX2RXL21p09ZbY1c2N7rmVlGH2UrprQVKWkWUSmbpzzszsOXO+PZhizUw77c7ObODAeTu/Od/PuTCXSZInDf9zm+R2gAmA2wEmAHbfkPiyod7LBwv5wbtbwLtbwEJ+KHcPgPjmpS6AlGeBdTQAGofppTGw9isgZZmpBaC1qyCkb+bB/7hEpB+0Ji81ALQ6F0IllsOPIZQIaOUylwFHp0MMfvrn8KOXNtADqWiaewD1SblxsN52yP6tIL5sEF82ZP82aJ9Dhn3V5mMuAQonG+57Fg5A8k427M9e3dBvpeGvkLwZzgPk82v0YQY/QSqaal5XNA1iqE9XR6tznQeo9/L12+FJecy6aOtJXZ1ye68LgMcl+iCBnTHrlBu79fBHRS4AHhbqAXf2x667f1APCBY4D1CubdcF4W+aYtbxt826OvnqFucBpDwLENofUQTkCxtNa+RLm3XhoXGQ0jnOA8xmUygRKI079Ct2fZfhE5t3BeMeP2EArckzWIVfE/v9A1g4ABYOQBvoMewDwUErl7sHkDxpiLaeMg5n4Yq2+BIa2xaA5EkHC/n/OTxrvwLJk54KgBGE+sADMNnCtFOowSM2jGkrYKSRigWItp01fEMVPz4i+uw0SMV828aLGyDXr4f2uQPalzCUO/uMMWWZoFU5oFU5Jl9g6VDuHoDW1wmt9yXkunXOAEjxDAhl+LfZ5e8eg55ZYvke9OxS8PdPf18h+gPS0enJB8gXNplsbgH+oRVq8AhoTR5I8Yxx6JmgNSugBgvAe9oACMM7yHVrHViBsrkQ8lDswwqMHGorBxuAoAMgJbOcOQO0diVEpN8awkr4ob64vwnifxcqnQvWeT3R6GDhRpCS2XFlSAgwthrVuWDhRgglYj22MgzW0QBalZPQ2LYAxlrhFNDa1VCbDoG9uAhobFxiDvbyMtSmw6C1qyEVTrFnTFsBo82bARZu1M06e33L+GM/pQDeDLBwwHTrJANhH8CbYelQ242wB2AxfDIQiQP+El4M9UEM9iYVkRggRnh6cjHIiUVJRcQP+MuBHQ0/2jeZiPh/q9zcYym8FYTZK3lSAUa/CM3Cx0JEn59zHkArlwNctRzeFMGj7vzclTxpkOvWgb9pAgtdAzmx0HIdOb4ArKMBvCsIuX5D3OMnDEiFNgFwu00A3G4/AVtAquUJzraMAAAAAElFTkSuQmCC');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-odnoklassniki-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB30lEQVRIic2UTU8TURSG+SkFokREYSUb4x8gYeNPcNGFLDT6E0qgtCQ2laQhhoAuCGkErKgbFoLYEiCEBCgfsYGwK0pC5N7O5M7H42JwyqS2pTMl8SZ3c8/c88x9z3lPi4iEuMnd8t8A5OtH6LMD6O+fIpMPmweQsS6M3Y94l42xM48c6QwIGGzHPFmj2jKPs4jBNv8Aff6Zm8zYnEa+eoBM9GJszbjn+uyAf4CRXwDA+nmIiLReeVkb1tmRA96e8w8wj1acJHtfKmOHi45MP74GeMHmtFNSeYaM3y8XfrQHWzsHQK1P+Qdok49dra3iPnrmBXrmJdbpgdtNpYn+YG2qsqmqXaRWksF9ICIh568viwpg/Sqgf3he915NgJYOY18UUd/HENE7jvbxbmS82/km2onKprAvimgzTxoHqLXJsm+1c4z8Amo5gVpOYOQ/Yeu/y1KtjjcOkCN3MXYzVfV3Dbg9h4hWHxl1a1Ca6EflxjGPc4B9OSJyqGyK0pu+5hRZREKo9amyJBvv8Dg7GKAVtfG2skWvCakD8CY3C0uYhaWGIDUB6lvSk1wMdyCGO7yQOmarPYv2PnuT/41dgfxrEF4bIGNdaOkwYuhWZXzoNlo6jIzda04X+d03DvgDDNxqjFcvb3kAAAAASUVORK5CYII=');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.openid-service-stocktwits {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDM5REM1NjVDRTZBMTFFNDlEOUFENTEyNDEwNkZDRTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDM5REM1NjZDRTZBMTFFNDlEOUFENTEyNDEwNkZDRTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzlEQzU2M0NFNkExMUU0OUQ5QUQ1MTI0MTA2RkNFOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzlEQzU2NENFNkExMUU0OUQ5QUQ1MTI0MTA2RkNFOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgySuU0AAAirSURBVHja1Fp7cFRn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');
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.openid-service-stocktwits-sm {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTI2ODRBRDlDRTZCMTFFNEE2NzNBN0IyNkIzMUREREQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTI2ODRBREFDRTZCMTFFNEE2NzNBN0IyNkIzMUREREQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMjY4NEFEN0NFNkIxMUU0QTY3M0E3QjI2QjMxRERERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMjY4NEFEOENFNkIxMUU0QTY3M0E3QjI2QjMxRERERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgVHx7MAAAP0SURBVHjatFVbaFxFGP7OnNlms7upUdlq0ja2WsFGI5FSqJKmF9AmWOqDF0qloFTBC2itaKGhQiuFgFj0QYTqi2VtY1uCQjBiIA/aF6+kt221cbumES1J3D27m5Oz5zb+c/ZkL8m2ukJ+mDNzZv77/38zyo/NDW7OsnNYABrI2UFOs3I5azYshIEztgJpAAFVwYKQjYKBWfWKXLgCmRkHWQEI/yxAI0KLSAOHrruYtl2o19EpZaS/DSFPdcGAp5wBVl5gwnSw8o4oOp7ajvqm5TAzGlLnRpAY/Bp/ZSy0rIhiadNSuHmjqgGmctiGgfRvVzz3igZcU2CSlG/Zuwftve/OE1xP4+fnd4I13oL2d96/YWaM8avou2uFZ4DNpuZa3kHHrmeqKp+l8UAIRvbfG85VSjX1DJiGg5todd+e1ytyeeLIRzj86mv49fcxjGkaBj48AocxjNLZyIWLmEprRX7HdXEpkUB8KoXRK8mSNcKB+ID09d+9TJTTD5/3i1W0303j2VBQvNnaKmJcEb11qniSKYJSJobfO1zk19Mp8VIoILbR/ouciaNhLh7mXJRqwCv74v4Nm/DFrh1Ixj7DGd3AVDwONaSi2QGaKb4/iacFbpGfe3USyNIcpH1RSE7hKztqfHQMfyRLoS1qbETrx5/ikSkNzw0OYFv3JozpDiwhoPgtKAKBMpcUiHCwoLGOl2pgU+4CBGjDEjjV0zOvYDwcRrTrUXR+OYytvYeQMl24hBVxHQy4/lw0wKloDu2sinAkjx3DC21tOBk7jsTE5DwFrXv3YfWDD0CjSP4rsWLv0moNZ4icP4/jO3egZ0kUb3SuRzx+sUJgWUcn9BpuiyIO0hkbi9e0Y+vGddhMew/R+O7b05S2fRUCFjHXcnN51RC2gITP2gOH0LSlC9G330LiVB/2uw7WvfJyJdiom+pp1msxMEFA2/z0455ySffuP+iNuRT/5TLODg5hJUnpdg0pkh4llQCu3YDxqj6Do9ufQJg6gtXz+Qwyb0xUj+C2xRw/xfpw8kQ/NuzejdVd3bh9eQtUAt/f1E0Xhr7C0IGDuMc0cSdd2Rr14hKS+354GN9EboWa1cDSKQjTQpBVVkiRV8XZzAxupv3JaRunSXiaDsJMOqVghnpeYnwjCUYjKlLUofI/TJ+RaRfnHJeQS2CVSCak1xGf7QcSy/sRqLSh0QhS6I9JxZaLHD0qLqE2tIju9DoVOcnjK5eUoXVbPcNayvIswOQjRXit6DJeDgaPSX5UBkUOv1uYf+Woc4pHTwjMaqCaayBIPkgdRplt6ZXjP5Wc/mzxfx5liv6SYVmf5JWA4nugVL1TagNXmY/KPwIMACy6k9ZuBTmHAAAAAElFTkSuQmCC');
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.regSocialsHeader
{
	padding-right: 1em;
}

.regSocialsHeader span
{
	display: inline-block;
}

.autoopenid_login_panel
{
	margin-bottom: 25px;
	border-bottom: #999 1px solid;
	padding-bottom: 15px;
}