/*
@font-face {
	font-family: 'xolonium';
	src: url('/css3/fonts/xolonium/xolonium-regular-webfont.eot');
	src: url('/css3/fonts/xolonium/xolonium-regular-webfont?#iefix') format('embedded-opentype'),
	url('/css3/fonts/xolonium/xolonium-regular-webfont.woff2') format('woff2'),
	url('/css3/fonts/xolonium/xolonium-regular-webfont.woff') format('woff'),
	url('/css3/fonts/xolonium/xolonium-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
/*
@font-face {
	font-family: 'esqadero';
	src: url('/css3/fonts/esqadero/esqadero-regular-webfont.eot');
	src: url('/css3/fonts/esqadero/esqadero-regular-webfont?#iefix') format('embedded-opentype'),
	url('/css3/fonts/esqadero/esqadero-regular-webfont.woff2') format('woff2'),
	url('/css3/fonts/esqadero/esqadero-regular-webfont.woff') format('woff'),
	url('/css3/fonts/esqadero/esqadero-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'exo2medium';
	src: url('/css3/fonts/exo2medium/exo2medium-webfont.eot');
	src: url('/css3/fonts/exo2medium/exo2medium-webfont?#iefix') format('embedded-opentype'),
	url('/css3/fonts/exo2medium/exo2medium-webfont.woff2') format('woff2'),
	url('/css3/fonts/exo2medium/exo2medium-webfont.woff') format('woff'),
	url('/css3/fonts/exo2medium/exo2medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: 'Segoe UI','exo2medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	font-weight: normal;
	font-size: 35px;
}
.h1-description, .h1-bread {
	font-family: 'Segoe UI','exo2medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #A6A6A6;
	font-weight: normal;
	font-size: 18px;
	margin: -20px 0 20px 0;
}
.h1-bread {
	margin: 0 0 5px;
}
#postSort {
	font-family: 'Segoe UI','exo2medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#upndown {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	transition: opacity .4s ease;
	background-color: transparent;
	cursor: pointer;
	vertical-align: middle;
	z-index: 500;
	opacity: 0.4;
}
#upndown:hover {
	opacity: 1;
}
#upndown div {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -25% auto 0;
	width: 30px;
	height: 30px;
	background: url(img/upndown.png);
}
#upndown.down div {
	background-position: 0 -30px;
}
ul {
	/*
	list-style: none;
	padding: 0;
	margin: 0;
	*/
}
div {
	display: block;
}
.page {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.flex {
	position: relative;
	display: flex;
}
.flex_type_content {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.main-content-wrapper {
	position: relative;
	padding-top: 45px;
	background: url(/css3/img/paper.jpg);
	flex: 1 0 auto;
}
#minibar_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	display: none;
	left: 0;
	top: 0;
	z-index: 750;
}
body.pin-minibar .main-content-wrapper {
	margin-left: 55px;
	transition: margin .4s ease;
}

.site-width {
	max-width: 1162px;
	min-width: 312px;
	margin: 0 auto;
	padding: 0 66px;
}

body.fullscreen .site-width {
	max-width: 1920px;
}

body.adaptive-off .site-width {
	min-width: 950px;
}
body.adaptive-off .header-wrapper {
	min-width: 1006px;
}
.content-wrapper {
	overflow-y: auto;
}
.link_menu {
	/* font-family: tahoma, arial, verdana, sans-serif, Lucida Sans; */
	font-weight: bold;
	display: inline-block;
	height: 29px;
	line-height: 27px;
}
.link_menu:hover {
	color: #fff;
}

/*************************************
.userbar
*************************************/
.userbar {
	display: none;
	position: fixed;
	left: 0;
	top: 4px;
	/* border-right: 1px solid #cbcbcb; */
	z-index: 600;
	width: 224px;
	background-color: #fff;
}
body.with-userbar .userbar {
	display: block;
}
a.userbar__link {
	font-family: 'exo2medium';
	display: block;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 10px;
	text-decoration: none;
	padding: 8px 12px;
	transition: background .4s ease;
	color: #333;
	line-height: 13px;
}
.userbar__link:hover {
	background-color: #ffe3b0;
}
.userbar__link i {
	margin-top: 0;
}
.userbar__link_type_logo {
	margin-bottom: 15px;
}
.userbar__link_type_logo:hover {
	background-color: transparent;

}
.main-content {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #EAEAEA;
	position: relative;
}
div.postHeader a.logo img {
	max-width: 300px;
}
.userbar__p {
	font-size: 13px;
	color: #666677;
	padding: 8px 12px;
}
.userbar__ul__li {
	position: relative;
}
.userbar__dropdown {
	position: absolute;
	background-color: #fff;
	left: 100%;
	top: 0;
	display: none;
	border: solid #cbcbcb;
	border-width: 1px 1px 1px 0;
	border-left: 2px solid #ff7514;
}
.userbar__ul__li:hover .userbar__dropdown {
	display: block;
}


/***********************
.header
***********************/
.top-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 700;
	width: 100%;
}
.top-line {
	display: block;
	height: 3px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background-color: #000;
}
body.pin-minibar .minibar-width {
	padding-left: 55px;
	transition: padding-left .4s ease;
}
.header__show_menu {
	display: none;
	padding: 2px;
	opacity: 0.7;
	cursor: pointer;
}
.header-wrapper {
	margin: -1px auto 0;
	padding: 0 38px;
	position: relative;
	max-width: 1220px;
	min-width: 312px;
}
/*
body.with-userbar .header-wrapper {
	margin-left: 225px;
}
*/
body.pin-minibar .top-fixed {
	/* padding-left: 55px; */
}
.header {
	width: 100%;
	float: left;
}
.header__content, .header__search-button {
	background: url(/css3/img/mainMenuBg5.png) no-repeat;
	height: 29px;
}
.header__search-button {
	background-position: -1138px 0;
	cursor: pointer;
	float: left;
	width: 82px;
	margin-left: -82px;
}
.header__content {
	/* flex: 0 1 1107px; */
	/* padding-left: 29px; */
	margin-right: 82px;
	max-width: 1109px;
	padding-left: 29px;
}
.header__content__logo {
	float: left;
	height: 29px;
	background: url(/css3/img/mainMenuLogo2.png) no-repeat;
	width: 215px;
	margin-top: -3px;
}
.header__link sup.new,
.quest_wrap sup.new {
	color: #ffffff;
	background-color: #f00;
	padding: 1px 3px;
	margin-left: 3px;
	border-radius: 2px;
	line-height: 14px;
}
.header__link {
	font-family: 'exo2medium';
	font-size: 11px;
	text-transform: uppercase;
	color: #b1b1b1;
	padding: 3px 10px;
	white-space: nowrap;
	float: left;
	display: inline-block;
}
.header__link:hover {
	color: #fff;
	text-decoration: none;
}
.header__ul {
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header__ul__li__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #000;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header__link_type_dropdown:after {
	font: normal 5px "fontello";
	content: "▼";
	font-style: normal;
	position: absolute;
	right: 4px;
	text-align: center;
	display: block;
	top: 11px;
	color: #909090;
}
.header__link_type_dropdown:hover:after {
	color: #fff;
}
.header__link_type_dropdown {
	padding-right: 14px;
}

.header__ul__li:hover .header__ul__li__dropdown,
.header__ul__li.hover_effect .header__ul__li__dropdown {
	display: block;
	opacity: 1;
	top: 100%;
}
.header__ul__li {
	position: relative;
	height: 28px;
	float: left;
}
input.header__search {
	display: none;
	position: absolute;
	right: 10px;
	padding: 2px 5px;
	width: 250px;
	border: 0;
	border-radius: 2px;
}

/********************
.post
********************/
.post__html .imgBox {
	display: inline-block;
	padding: 4px;
	border: 1px solid #DDD;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.055);
	margin: 10px 10px 10px 0;
	text-align: center;
	max-width: 100%;
}
.post__html .imgBox p {
	font-size: 13px;
	color: #667;
	margin: 5px 0;
}
.post__html  div.center {
	text-align: center;
}
.post__html  div.right {
	text-align: right;
}
.post__html img {
	max-width: 100%;
}
.post__html .imgBox {
	display: inline-block;
	padding: 4px;
	border: 1px solid #DDD;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.055);
	margin: 10px 10px 10px 0;
	text-align: center;
	max-width: 100%;
}
.post__html .imgBox p {
	font-size: 13px;
	color: #667;
	margin: 5px 0;
}
.post__html img.pull-left {
	margin: 0 15px 15px 0;
}
.post__html img.pull-right {
	margin: 0 0 15px 15px;
}
.post__html a[href^="http"]:not([href*="igrotop.com"])::after {
	content: url(/css/img/ex.png);
}
.post__html a[href^="http://igrotop.com"] {
	color: #000000;
	border-bottom: 1px #000 dotted;
	text-decoration: none;
}
.post__html h4, div.wikiPage h4 {
	font-size: 22px;
}
.post__html h5, div.wikiPage h5 {
	font-size: 18px;
	font-weight: normal;
}
.post__header {
	align-items: flex-start;
}
.post__header__title {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}
.post__header__logo {
	position: relative;
	max-width: 302px;
	min-width: 100px;
	margin-left: -16px;
	padding-right: 15px;
	text-align: center;
	flex: 0 3 302px;
}
.post__header__logo img {
	max-width: 100%;
	border: 1px solid #eaeaea;
}
.post__header__preview {
	flex: 1 2 559px;
}
.post__header__info {
	font-size: 12px;
	color: #8C8C8C;
	margin: 0 0 5px;
}
.post__header__info a[href^="http"]:not([href*="igrotop.com"]) {
	color: #0088cc;
	border: 0;
}
.post__header__info a {
	border-bottom: 1px #8C8C8C dotted;
	text-decoration: none;
	color: #424242;
}
.post__header__info a.post__header__link_type_showAll,
.post__header__info .post__header__link_type_hideAll {
	border: 0;
}
.post__header__info__ico {
	margin-top: -1px;
	opacity: 0.35;
	margin-left: 5px;
}
.post__header__info__ico.icon-comment.new, div.w div.hello i.icon-comment.new {
	opacity: 1;
	background-position: -288px -164px;
}
.post__header__info__ico:first-child {
	margin-left: 0;
}
.post__vote {
	flex-direction: column;
	text-align: center;
	position: absolute;
	left: -50px;
	top: 2px;
	text-align: center;
	width: 30px;
}
.h1_logo .post__vote {
	left: -40px;
}
.post__vote__up, .post__vote__down {
	display: inline-block;
	width: 18px;
	height: 9px;
	background: url(/css3/img/i.png) no-repeat;
	cursor: pointer;
	margin: 0 auto;
}
.post__vote__up {
	background-position: 0 -25px;
}
.post__vote__up:hover, .post__vote__up.active {
	background-position: 0 -34px;
}
.post__vote__down {
	background-position: 0 -43px;
}
.post__vote__down:hover, .post__vote__down.active {
	background-position: 0 -52px;
}
.post__vote__comment {
	position: absolute;
	bottom: -25px;
	left: 8px;
	opacity: 0.5;
	cursor: pointer;
}
.post__vote__value {
	font-size: 25px;
	margin: 8px 0;
	line-height: 20px;
	min-height: 20px;
	color: #8C8C8C;
}


.del {
	display: block;
	background: url(/css/img/toolbar7.png) no-repeat 0 -40px;
	width: 9px;
	height: 9px;
	cursor: pointer;
}
.del:hover {
	background-position: 0 -49px;
}
.userbar .del {
	position: absolute;
	right: -13px;
	top: 3px;
	opacity: 0.6;
}
.userbar .del:hover {
	background-position: 0 -40px;
	opacity: 1;
}

.button {
	font-family: 'exo2medium';
	font-size: 14px;
	border: 3px solid #000;
	background-color: transparent;
	padding: 10px 15px;
	cursor: pointer;
	line-height: 18px;
	text-align: center;
}
.button:hover {
	text-decoration: none;
}
.button_white_text {
	color: #fff;
}
.button_orange {
	transition: all 0.3s;
	border-color: #d84418;
	color: #d84418;
}
.button_orange:hover {
	background-color: #d84418;
	color: #fff;
}
.button_green {
	border-color: rgba(15, 177, 0, 0.8);
	/*
	color: rgba(27, 152, 15, 0.8);
	background-color: rgba(15, 177, 0, 0.05);
	*/
	color: #fff;
	background-color: #0fb100;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 20px;
}
.button_green:hover {
	color: #fff;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.button_toggle_menu {
	position: fixed;
	opacity: 0.5;
	top: 9px;
	width: 15px;
	height: 15px;
	background: url("img/leftnright.png") -15px 0 no-repeat;
	cursor: pointer;
}
.button_toggle_menu:hover {
	opacity: 1;
}
body.no-userbar .button_toggle_menu {
	left: 5px;
}

.fullscreen-button {
	position: absolute;
	right: 10px;
	top: 0;
	display: block;
	width: 22px;
	height: 12px;
	background: url(/css3/img/fullscreen.png) no-repeat 8px 0;
	opacity: 0.4;
	cursor: pointer;
}
.fullscreen-button:hover {
	opacity: 1;
}
body.fullscreen .fullscreen-button {
	background-position: 8px -12px;
}

.birka {
	position: absolute;
	left: -7px;
	bottom: 10px;
}
.birka__header {
	width: 0;
	height: 0;
	border-bottom: 8px solid;
	border-left: 8px solid transparent;
}
.birka__content {
	display: block;
	font-family: 'exo2medium';
	font-size: 10pt;
	padding: 2px 8px;
	color: #fff;
}
.birka.birka_type_sales .birka__header {
	border-bottom-color: darkred;
}
.birka.birka_type_sales .birka__content {
	background-color: rgb(221, 0, 0);
}
.birka.birka_type_editors-choice .birka__header {
	border-bottom-color: #52008b;
}
.birka.birka_type_editors-choice .birka__content {
	background-color: rgb(136, 0, 221);
}

/**********************
.minibar
**********************/
.minibar {
	position: fixed;
	left: -60px;
	top: 4px;
	min-height: 100%;
	background-color: #555555;
	border-right: 1px solid #eaeaea;
	padding: 2px 0 2px 2px;
	width: 52px;
	z-index: 800;
	transition: left .4s ease;
}
body.pin-minibar .minibar {
	left: 0;
}
.minibar__tab {
	position: relative;
	width: 50px;
	height: 50px;
	/* border-right: 2px solid #fff; */
	margin-bottom: 2px;
}
.minibar__tab__link {
	display: block;
	opacity: 0.6;
	transition: opacity .4s ease;
	/*
	width: 50px;
	height: 50px;
	background-color: #555555;
	border-bottom: 2px solid #fff;
	/*
	position: fixed;
	left: 2px;
	top: 0;
	*/
}
.minibar__tab__link.disabled, .minibar__tab:hover .minibar__tab__link.disabled {
	opacity: 0.2;
}

.minibar__tab:hover .minibar__tab__link,
.minibar__tab.hover_effect .minibar__tab__link
{
	opacity: 1;
}

.minibar__tab_profile .minibar__tab__link {
	opacity: 1;
}
.minibar__tab_logo .minibar__tab__link {
	background-color: #fff;
}
.minibar__logo_text {
	display: block;
	padding: 10px;
}

.minibar__link_type_pm {
	display: block;
	opacity: 0.3;
}
/* .minibar__tab:hover .minibar__menu, */
.minibar__tab.hover_effect {
	border-left: 4px solid #ff7514;
}
.minibar__tab.hover_effect .minibar__menu {
	display: block;
}
.minibar__menu {
	display: none;
	position: fixed;
	left: 54px;
	top: 4px;
	width: 310px;
	box-shadow: 5px 0px 8px 0px rgba(0,0,0,0.28);
	min-height: 100%;
	background-color: #fff;
	padding: 2px;
	border-left: 3px solid #555;
	z-index: 500;
}
a.minibar_link {
	font-family: 'exo2medium';
	display: block;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 10px;
	transition: background .4s ease;
	color: #333;
	line-height: 13px;
}
.minibar_link:hover {
	background-color: #ffe3b0;
}
.minibar__menu__separator {
	display: block;
	border-top: 1px solid #eaeaea;
	margin: 10px 0;
}
.minibar__menu__info {
	padding: 0 10px 10px;
	font-size: 13px;
	color: #666677;
	margin: 0;
}
.minibar__tab_anon {
	position: absolute;
	bottom: 8px;
}
.minibar__tab_talk {
	position: absolute;
	bottom: 8px;
}
.minibar__tab_discord {
	position: absolute;
	bottom: 112px;
}
.minibar__tab_vk {
	position: absolute;
	bottom: 60px;
}
.minibar__tab_pm {
	position: relative;
}
.minibar__notices {
	position: absolute;
	left: 55px;
	top: 0;

}
.minibar__notice {
	font-family: 'exo2medium';
	font-size: 10px;
	padding: 0 5px;
	border-radius: 2px;
	z-index: 1;
	opacity: 0.6;
	background-color: #555;
	display: block;
	color: #fff;
}
a.minibar__notice {
	color: #fff;
}
.minibar__notice_red {
	background-color: #f00;
}
.minibar__menu__title {
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}
.big-title {
	margin-left: -15px;
	background-color: #555;
	padding: 10px 15px;
	position: relative;
	color: #fff;
	font-family: 'exo2medium';
	margin-bottom: 25px;
	font-size: 19px;
}
.big-title a {
	color: #73D0FF;
}
.big-title__corner {
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #a82521;
	border-left: 15px solid transparent;
}
#adaptiveOn {
	display: inline;
}
#adaptiveOff {
	display: none;
}
body.adaptive a#adaptiveOn {
	display: none;
}
body.adaptive a#adaptiveOff {
	display: inline;
}
#modalLogin.modal, #modalForgot.modal {
	width: 300px;
	margin: 0 auto;
	right: 20px;
	left: 20px;
}
.talk_text_wrap {
	background-color: #ECECEC;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 15px;
}
.talk_text_b {
	padding-right: 14px;
}
.talk_text_b__img {
	padding: 4px 7px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	float: left;
	cursor: pointer;
	margin-right: -13px;
	transition: opacity .15s ease-in-out;
}
.talk_text_b__info {
	margin: 5px -13px 0 0;
}
.talk_text_b__action {
	margin: 2px 0 5px;
}
.talk_text_b__textarea {
	margin-bottom: 10px;
	height: 20px;;
	min-height: 20px;
	line-height: 20px;
}

.talk_line {
	position: relative;
}
.talk_line a.anchor {
	display: block;
	position: relative; top: -40px;
	visibility: hidden;
}
.talk_line .post__vote {
	top: 25px;
}
.talk_line_root .post__vote {
	left: -60px;
}
.talk_line_root > .talk_line__answers {
	margin-left: 35px;
	padding-right: 15px;
}

.talk_line_root {
	padding: 0;
	margin-bottom: 25px;
	background-color: #f6f6f6;
	margin-left: 10px;
}
.talk_line__avko {
	float: left;
	margin-top: 5px;
}
.talk_line_root > .talk_line__avko img {
	width: 100px;
	height: 100px;
}
.talk_line_root > .talk_line__avko {
	margin-left: -25px;
}
.talk_line_root > .talk_line__action {
	background-color: #fff;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 90px;
}
.talk_line__action {
	color: #8e8ea6;
	margin-bottom: 10px;
}
.talk_line__message {
	margin-left: 90px;
}
.talk_line__action {

}
.talk_line__message {
	position: relative;
	min-height: 20px;
	padding-bottom: 20px;
}
.talk_line_root > .talk_line__message {
	min-height: 44px;
	padding-right: 15px;
}
.talk_link {
	float: right;
}
.talk_line__answers__showAll,
.talk_line__answers__showMore {
	display: block;
	padding: 15px;
	background-color: #ECECEC;
	border: 1px solid #cccccc;
	margin-top: 15px;
	cursor: pointer;
}
.talk_line__answers__showMore {
	text-align: center;
	margin-bottom: 20px;
}
.talk_line__answer_wrap {
	position: absolute;
	bottom: 2px;
	opacity: 0;
	transition: opacity .4s ease;
	width: 100%;
	font-size: 12px;
	color: #8e8ea6;
}
.talk_line:hover > .talk_line__message > .talk_line__answer_wrap {
	opacity: 1;
}
.talk_line__time {
	float: left;
	color: #8e8ea6;
}
.talk_line__attach {
	margin-top: 15px;
	margin-bottom: 10px;
}
.talk_line__attach img {
	max-width: 100%;
	padding: 1px;
	border: 1px solid #AFAFAF;
	max-height: 340px;
}
.talk_line__answers .talk_line__action,
.talk_line__answers .talk_line__message {
	margin-left: 55px;
}
.talk_line__answers .talk_line {
	margin-top: 10px;
}
.talk_line__answers .talk_text_wrap {
	margin-top: 15px;
}
.talk_line__answers .talk_line__avko img {
	width: 40px;
	height: 40px;
}
#publicTalkWrap hr {
	margin: 0 0 0 -15px;
}
.minibar__talk_line {
	cursor: pointer;
	padding: 10px;
}
.minibar__talk_line:hover {
	background-color: #f6f6f6;
}
.minibar__talk_line img {
	float: left;
}
.minibar__talk_line__comments_count {
	float: right;
	margin-left: 10px;
	color: #000;
	opacity: 0.5;
}
.minibar__talk_line__action {
	color: #8e8ea6;
}
.minibar__talk_line__msg {
	margin-top: -3px;
	margin-left: 47px;
}
.minibar__talk_line__msg i.icon-picture {
	opacity: 0.5;
}
.minibar__talk_line__msg a:hover i.icon-picture {
	opacity: 1;
}
#minibar__menu__talk {
	overflow-y: auto;
	height: 100%;
}
.minibar__tab_profile__status {
	font-size: 13px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 15px;
}
div.w.no_border {
	border: 0;
}
div.quest_wrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}
div.quest_info {
	background-color: #f3f3f3;
	color: #757575;
	padding: 10px;
	border: 1px solid #eaeaea;
	margin: 15px 0;
	font-size: 12px;
}

div.quest_info a {
	color: #000;
}
.quest_ready_action {
	float: right;
}
div.quest_wrap h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 20px;
}
.quest_wrap sup.new {
	position: absolute;
	left: -40px;
	top: 8px;
}
.content.bigbar {
	margin-right: 324px;
}
.sidebar.big {
	width: 304px;
	margin-left: -304px;
}
.sidebar.big #gameRatingWrap div.br-widget.br-color {
	margin-bottom: 25px;
}
.sidebar.big div.br-widget div.br-bad {
	width: 100px;
}
.sidebar.big div.br-widget div.br-norm {
	left: 100px;
	width: 72px;
}
.sidebar.big div.br-widget div.br-good {
	left: 172px;
	width: 64px;
}
.sidebar.big div.br-widget div.br-rating {
	width: 228px;
}
.sidebar.big div.br-widget a span {
	padding: 10px 5px;
	margin-right: 2px;
}
.sidebar.big div.br-widget {
	width: 236px;
}
div.w .button_wrap .btn {
	width: 100%;
	box-sizing: border-box;
}
.sidebar div.w.ads {
	text-align: center;
	padding: 1px;
	margin: 0;
	height: 250px;
}
.sidebar div.hideAds {
	text-align: center;
	margin: 0 0 15px;
	padding: 5px 10px;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	border-top: 0;
}
.h1_wrap {
	margin-bottom: 15px;
	width: 100%;
}
.h1_share {
	width: 60px;
	padding: 0;
	text-align: right;
	opacity: 0.6;
	transition: opacity .4s ease;
}
.h1_share:hover {
	opacity: 1;
}
.h1_share .b-share_theme_counter {
	margin-right: -2px;
}
.h1_share .b-share_theme_counter .b-share-btn__wrap {
	display: block;
	margin: 2px 0;
	float: right;
	clear: both;
}
.h1_logo {
	position: relative;
}
div.h1_logo {
	float: left;
}
.h1_logo img {
	padding: 1px;
	border: 1px solid #AFAFAF;
	margin-right: 15px;
}

.user_menu_wrap {
	margin: -15px -15px 20px -15px;
}
.user_menu {

	background-color: #303030;

	width: 100%;
	border-bottom: 3px solid #008CD1;
	/* box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.5); */
	/* margin-left: 115px; */
}
.user_menu a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	white-space: nowrap;
}
.user_menu a.active {
	background-color: #008CD1;
}
.user_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.user_menu ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}
.user_menu__more {
	position: absolute;
	right: 0;
}
.user_menu__more a {
	display: block;
	background-color: #303030;
}
.top_bar__social {
	position: absolute;
	right: 15px;
}
.top_bar__social_link {
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	background: url(/css3/img/soc_round2.png) 0 0;
	margin-right: 5px;
	opacity: 0.75;
	transition: opacity .4s ease;
}
.top_bar__social_link:hover {
	opacity: 1;
}
.top_bar__social_vk {
	background-position: -25px 0;
}
.top_bar__social_fb {
	background-position: -50px 0;
}
.top_bar__social_gplus {
	background-position: -75px 0;
}
.top_bar__social_twitter {
	background-position: -100px 0;
}
.sidebar div.w div.w-body p {
	padding: 0;
}
#adsBottom {
	margin: 20px 0 10px;
	text-align: center;
	overflow: hidden;
}
.sidebar div.w .tooltip-inner p {
	color: #fff;
}