@font-face {
	font-family: "FiraSans-Bold";
	src: url("../fonts/FiraSans-Bold.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-Book";
	src: url("../fonts/FiraSans-Book.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-ExtraBold";
	src: url("../fonts/FiraSans-ExtraBold.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-ExtraLight";
	src: url("../fonts/FiraSans-ExtraLight.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-Heavy";
	src: url("../fonts/FiraSans-Heavy.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-Light";
	src: url("../fonts/FiraSans-Light.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-Medium";
	src: url("../fonts/FiraSans-Medium.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-Regular";
	src: url("../fonts/FiraSans-Regular.otf") format("opentype");
}

@font-face {
	font-family: "FiraSans-SemiBold";
	src: url("../fonts/FiraSans-SemiBold.otf") format("opentype");
}

@font-face {
	font-family: "MuseoSansCyrl_100";
	src: url("../fonts/MuseoSansCyrl_100.otf") format("opentype");
}

@font-face {
	font-family: "MuseoSansCyrl_300";
	src: url("../fonts/MuseoSansCyrl_300.otf") format("opentype");
}

@font-face {
	font-family: "MuseoSansCyrl_500";
	src: url("../fonts/MuseoSansCyrl_500.otf") format("opentype");
}

@font-face {
	font-family: "MuseoSansCyrl_700";
	src: url("../fonts/MuseoSansCyrl_700.otf") format("opentype");
}

@font-face {
	font-family: "MuseoSansCyrl_900";
	src: url("../fonts/MuseoSansCyrl_900.otf") format("opentype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

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

html,
body {
	position: relative;
}

body {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	font-family: "FiraSans-Regular";
	font-size: 15px;
	color: #fff;
	min-height: 100vh;
	padding-bottom: 25px;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #7084a4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1,
h2,
h3 {
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table td {
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid rgba(134, 85, 39, 0.7);
}

img {
	max-width: 100%;
}

caption {
	margin-bottom: 15px;
}

select {
	background: rgba(142, 88, 43, 0.8);
	min-width: 150px;
	border: 1px solid rgba(201, 170, 113, 0.1);
	color: #fff;
	margin-bottom: 15px;
	padding: 6px 40px 6px 20px;
	position: relative;
	-webkit-appearance: none;
	background-image: url(../images/arrow-v.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	-ms-appearance: none;
	appearance: none !important;
}

input,
textarea {
	background: #fff;
	border: none;
	color: #8797b2;
	padding: 10px 10px;
	position: relative;
	font-size: 16px;
	border-radius: 12px;
	font-family: "FiraSans-Book";
	width: 100%;

	line-height: 1.8em;
}

textarea {
	min-height: 115px;
}

button,
.button {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	padding: 17px 28px;
	border: none;
	color: #fff;
	background: #FF6400;
	border-radius: 7px;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	font-family: "FiraSans-Regular";
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

button:hover,
.button:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.button {
	display: inline-block;
	text-decoration: none;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: #8797b2;
}

::-moz-placeholder {
	color: #8797b2;
}

:-moz-placeholder {
	color: #8797b2;
}

:-ms-input-placeholder {
	color: #8797b2;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #9ca9bf;
	border-radius: 5px;
	height: 80px;
}

::-webkit-scrollbar-track {
	border-width: 0;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-s-c {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-c-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bright:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.menuButton {
	display: block;
	position: absolute;
	z-index: 102;
	left: 35px;
	top: 21px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.menuButton span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	width: 34px;
	height: 4px;
	margin: 7px 0px;
	background: #fff;
	position: relative;
}

.menuButton.active {
	left: 40px;
	top: 28px;
}

.menuButton.active span {
	background: #FF6400;
}

.menuButton.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
}

.menuButton.active span:nth-child(2) {
	display: none;
}

.menuButton.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 6px;
}

header {
	margin-bottom: 35px;
}

.headerBlock {
	background-color: #FF6400;
}

.headerBlock-login {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 45px;
}

.menuBlock {
	height: 85px;
	width: 435px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	left: -15px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 40px;
}

.logo-text {
	position: relative;
	z-index: 2;
	max-width: calc(100% - 90px);
	width: 100%;
	display: flex;
	height: 100%;
}

.logo-text img {
	width: 100%;
	display: block;
}

.stat-block {
	padding: 5px 40px;
	font-size: 17px;
	position: relative;
	border-right: 2px solid #fff;
}

.stat-block:last-child {
	border-right: none;
}

.stat-block p {
	font-size: 15px;
	margin-bottom: 5px;
}

.stat-block span {
	font-family: "MuseoSansCyrl_500";
	font-size: 21px;
}

.stat-block_reg:before {
	content: "";
	background: url(../images/icon-people.png) no-repeat;
	position: absolute;
	width: 63px;
	height: 42px;
	right: calc(100% - 20px);
	top: 0px;
}

.login-button {
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 40px;
}

.login-button:before {
	content: "";
	background: url(../images/icon-man.png) no-repeat;
	position: absolute;
	width: 32px;
	height: 34px;
	left: 0px;
	top: 50%;
	margin-top: -17px;
}

.socBlock {
	position: absolute;
	border-radius: 5px;
	padding: 2px 8px;
	width: 245px;
	top: 11px;
	right: 40px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 11;
	visibility: hidden;
	opacity: 0;
}

.socBlock.active {
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
}

.socBlock a {
	display: block;
	position: relative;
	z-index: 1;
	height: 40px;
	width: 40px;
	margin: 8px;
}

.socBlock a.fb {
	background: url(../images/soc-icons.png) top left no-repeat;
}

.socBlock a.vk {
	background: url(../images/soc-icons.png) top left -56px no-repeat;
}

.socBlock a.gg {
	background: url(../images/soc-icons.png) top left -112px no-repeat;
}

.socBlock a.od {
	background: url(../images/soc-icons.png) top left -168px no-repeat;
}

.socBlock:after {
	content: "";
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#d1d7e1),
			to(#ffffff));
	background: linear-gradient(to bottom, #d1d7e1, #ffffff);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.85;
	border-radius: 5px;
}

.menu {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	position: absolute;
	width: auto;
	top: 18px;
	left: -140%;
	z-index: 5;
	display: inline-block;
	background: rgba(255, 255, 255, 0.9);
	padding: 0px 10px 0px 50px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.menu.active {
	left: 20px;
}

.menu ul li {
	padding: 16px 12px;
}

.menu ul li a {
	color: #8797b2;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}

.menu ul li a:after {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	right: 0;
	height: 3px;
	-webkit-transition: width 0.5s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition: width 0.5s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	background: #FF6400;
}

.menu ul li a:hover:after {
	width: 100%;
	left: 0;
}

.container-main {
	display: flex;
	flex: 1 0 auto;
}

.main {
	position: relative;
	width: 100%;
	min-height: 554px;
	overflow: hidden;
}

.left-sidebar {
	position: absolute;
	top: 0;
	left: 3px;
	width: 17%;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.content {
	position: relative;
	left: 18%;
	align-self: flex-start;
	width: 58%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.content.content--left-sidebar-active {
	left: calc(1% + 40px);
}

.right-sidebar {
	position: absolute;
	top: 0;
	right: 3px;
	width: 23%;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blockContent {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.videoContainer {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#e3e3e3),
			to(#b0b0b0));
	background: linear-gradient(to bottom, #e3e3e3, #b0b0b0);
	border-radius: 8px;
	padding: 2px;
	-webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

.videoContainer_1 {
	background: #00222e;
	border-radius: 8px;
	padding: 10px;
}

.contentChat {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	border-radius: 5px;
	background: #F9F5EF;
	overflow: hidden;
}

.contentChat-messages-wrap {
	position: relative;
	flex: 1 0 auto;
	min-height: 140px;
}

.contentChat-messages {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0px 10px;
	overflow-y: auto;
}

.contentChat-message {
	font-family: "FiraSans-Book";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 0px;
	border-bottom: 1px solid #FF6400;
	position: relative;
}

.contentChat-message:before {
	content: "";
	position: absolute;
	background: url(../images/message-icon.png) no-repeat;
	width: 24px;
	height: 25px;
	left: 10px;
	top: 10px;
}

.contentChat-message:last-child {
	border-bottom: none;
}

.contentChat-message_time {
	font-size: 14px;
	color: #505050;
	padding-left: 50px;
}

.contentChat-message_text {
	position: relative;
	top: -3px;
	color: #8b8d94;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 1.3;
}

.contentChat-none {
	display: flex;
	justify-content: center;
	padding: 5px;
}

.questBlock {
	background: #FF6400;
	padding: 10px 15px;
	border-radius: 0px 0px 5px 5px;

	z-index: 1;
}

.questBlock input {
	width: calc(100% - 300px);
	margin-left: 15px;
}

.send-button {
	background: url(../images/send-button.png) no-repeat;
	width: 42px;
	height: 42px;
	padding: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 15px;
}

.blockInfo {
	background: #F9F5EF;
}

.blockSidebar {
	border-radius: 5px;
	margin-bottom: 6px;
	overflow: hidden;
}

.sidebarTitle {
	position: relative;
	padding: 10px 20px;
	display: inline-block;
	left: -5px;
}

.sidebarTitle:after {
	content: "";
	position: absolute;
	background: #FF6400;
	border-radius: 0px 0px 12px 0px;
	-webkit-transform: skew(-18deg, 0deg);
	transform: skew(-18deg, 0deg);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.sidebarTitle span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 15px;
}

.sidebarTitle-img {
	padding: 2px 20px 2px 25px;
}

.sidebarContent {
	padding: 20px 20px 20px 25px;
	color: #8b8d94;
	font-size: 15px;
	line-height: 1.4;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	max-width: 100%;

	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1250px) {
	.sidebarContent {
		padding: 20px 10px;
	}
}

.sidebarContent-scroll {
	overflow-y: auto;
	height: 100%;
	color: #fff;
}

.left-sidebar {
	display: flex;
	flex-direction: column;
}

.left-button {
	cursor: pointer;
	background: url(../images/feed-icon.png) no-repeat;
	width: 32px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.left-button.active {
	background: url(../images/feed-icon-active.png) no-repeat;
	width: 40px;
	height: 50px;
	right: -44px;
}

.blocksInfo {
	flex: 0.5;
	height: 50%;
	max-height: 50%;
	margin-bottom: 6px;
}

.blocksInfo .blockSidebar:last-child {
	margin-bottom: 0;
}

.blockOpros {
	position: relative;
	height: 50%;
	flex: 0.5;
	color: #fff;
	background: #F9F5EF;
	margin-bottom: 0;
}

.oprosScroll {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sidebarContent-opros {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wp-polls {
	max-width: 100%;
}

.wp-polls-loading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	font-family: arial;
}

.oprosTitle {
	color: #fff;
	margin-bottom: 15px;
}

.right-button {
	cursor: pointer;
	position: absolute;
	background: url(../images/right-sidebar-icon.png) center center no-repeat;
	right: 0px;
	height: 38px;
	width: 32px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}

.right-button.active {
	background: url(../images/chat-icon-active.png) no-repeat;
    width: 40px;
    height: 50px;
	top: 0px;
    left: -43px;
}

.left-sidebar.active {
	-webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0 auto;
    left: -17%;
    margin-right: 50px;
}

.right-sidebar.active {
    right: -23%;
}

.tab-content {
	-webkit-animation: tab 1s linear;
	animation: tab 1s linear;
	height: 100%;
}

.headerSearchBlock {
	display: none;
}

@-webkit-keyframes tab {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes tab {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

.profileBlock {
	padding: 30px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #c5cdd9;
	border-radius: 10px;
	position: absolute;
	text-align: center;
	z-index: 10;
	min-width: 450px;
	right: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.profileBlock.active {
	visibility: visible;
	opacity: 1;
}

.profile-ava {
	background: url(../images/ava-border.png);
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.profile-ava img {
	width: 78px;
	height: 78px;
	border-radius: 50%;
}

.profile-form_item {
	justify-content: flex-end;
	margin: 3px 0px;
}

.profile-form_item p {
	color: #7084a4;
	margin-bottom: 0px;
	width: 30%;
	text-align: right;
	padding-right: 10px;
}

.profile-form_item p span {
	color: #ff7a00;
}

.profile-form_item input {
	width: 100%;
	min-width: auto;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#eaecf0),
			to(#fff));
	background: linear-gradient(to bottom, #eaecf0, #fff);
	border: 1px solid #c5cdd9;
	border-radius: 7px;
	width: 70%;
}

.profile-button {
	padding-top: 25px;
}

.close {
	background: url(../images/close.png) no-repeat;
	width: 22px;
	height: 23px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.tabs {
	position: fixed;
	background: #FF6400;
	height: 120px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 35px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: none;
}

.tabs li {
	position: relative;
}

.tabs li a {
	opacity: 0.7;
	display: block;
}

.tabs li.active a {
	opacity: 1;
}

.online {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #ff2600;
	border-radius: 50%;
	right: -30px;
	top: 50%;
	margin-top: -20px;
}

.wp-polls-ans {
	color: #fff;
}

.videoContainer_1>div {
	position: relative;
	padding-bottom: 56.25%;
}

.videoContainer_1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.headerSearchBlock {
	margin-left: 14px;
	margin-bottom: 17px;
	position: relative;
	z-index: 5;
}

.search-icon {
	display: inline-block;
	height: 18px;
	width: 18px;
}

.search-icon.search-icon-white {
	background: url(../images/search-icon-white.png);
}

.search-block {
	width: 360px;
	position: absolute;
	right: -15px;
	top: -10px;
}

.searchBlock {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#eceef2),
			to(#fff));
	background: linear-gradient(to bottom, #eceef2, #fff);
	border: 1px solid #c5cdd9;
	border-radius: 5px;
	padding: 3px;
	width: 360px;
	position: absolute;
	right: -15px;
	top: -10px;
}

.searchBlock input {
	min-width: auto;
	width: 82%;
	padding: 5px 10px;
	border: none;
	background: none;
}

.searchBlock button,
.searchBlock .button {
	background-image: url(../images/search-icon-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c5cdd9;
	width: 40px;
	padding: 15px 0px;
	border-radius: 0px 3px 3px 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectSearch button,
.selectSearch .button {
	background-image: url(../images/search-icon-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #c5cdd9;
	width: 40px;
	padding: 15px 0px;
	border-radius: 0px 3px 3px 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu li {
	position: relative;
	display: inline-block;
}

.menu li a {
	position: relative;
}

.menu li a:hover:after {
	width: 100%;
	left: 0;
}

.sub-menu {
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #c5cdd9;
	border-radius: 5px;
	padding: 10px 0px;
	display: none;
}

.sub-menu li {
	width: 100%;
	padding: 6px 12px;
}

.sub-menu li a {
	color: #8797b2;
	font-size: 18px;
	white-space: nowrap;
}

.sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.menu-item-has-children:after {
	position: absolute;
	right: 20px;
	top: 23px;
	margin-top: -2px;
	border: 7px solid transparent;
	border-top: 7px solid #FF6400;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px !important;
	}
}

@media (max-width: 1200px) {
	.headerBlock-stat {
		display: none;
	}
}

@media (max-width: 994px) {
	.content.content--left-sidebar-active {
		left: unset;
	}

	.menu-item-has-children:after {
		content: "";
	}

	.headerSearchBlock {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
		display: block;
	}

	.headerSearchBlock .search-icon {
		display: none;
	}

	.headerSearchBlock .searchBlock {
		display: block !important;
		position: relative;
		left: auto;
		right: auto;
		top: 0px;
		margin: 0 auto;
		width: 100%;
	}

	.main {
		padding-bottom: 50px;
	}

	body {
		padding-bottom: 60px;
	}

	.menu {
		left: -100%;
	}

	.menu>ul {
		display: block;
	}

	.left-sidebar,
	.right-sidebar,
	.content {
		position: static;
		width: 100% !important;
		height: 90vh;
		min-height: 600px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.content {
		order: 2;
	}

	.left-button,
	.right-button {
		display: none;
	}

	.sidebarContent {
		text-align: center;
	}

	.tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu {
		border-radius: 0;
		padding: 80px 20px 0px 20px;
		position: fixed;
		top: 0px;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: 101;
		background: #fff;
	}

	.menu>ul {
		max-height: calc(100% - 100px);
		overflow-x: auto;
	}

	.menu ul li {
		display: block;
		border-bottom: 1px solid #d3d9e2;
		padding: 10px 0px;
		position: relative;
	}

	.menu ul li a {
		color: #7584a2;
		font-size: 22px;
	}

	.menu .sub-menu ul li a {
		font-size: 18px;
	}

	.menu.active {
		left: 0px;
	}

	.tabs {
		height: 50px;
		align-items: center;
		justify-content: space-around;
		padding-top: 0;
	}

	.tabs li {
		margin-top: 5px;
	}

	.tabs li a {
		width: 40px;
	}

	.tabs li:first-child a {
		width: 30px;
	}

	.tabs li:last-child a {
		width: 30px;
	}

	.online {
		width: 8px;
		height: 8px;
		right: -17px;
		margin-top: -12px;
		display: none;
	}

	.left-sidebar,
	.right-sidebar {
		padding: 0 5px;
	}

	.left-sidebar {
		order: 1;
	}

	.right-sidebar {
		order: 3;
	}

	.videoContainer_1,
	.videoContainer {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
	}

	.headerBlock-stat {
		display: none;
	}

	header {
		margin-bottom: 20px;
	}

	.blockContent {
		height: 100%;
	}

	.blockContent,
	.contentChat,
	.left-sidebar {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: column;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.blockContent .videoContainer {
		flex: 0 1 auto;
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.blockContent .contentChat,
	.contentChat-messages,
	.blocksInfo,
	.blockOpros {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-flex: 1;
		margin: 5px;
	}

	.questBlock {
		-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.menu>ul {
		width: 100%;
	}

	.menu li {
		display: block;
		border-bottom: 1px solid #d3d9e2;
		padding: 10px 0px;
		position: relative;
	}

	.menu li a {
		color: #7584a2;
		font-size: 22px;
	}

	.menu li a:after {
		display: none;
	}

	.sub-menu>a:before {
		content: "";
		position: absolute;
		top: 100%;
		width: 0;
		right: 0;
		height: 3px;
		-webkit-transition: width 0.5s cubic-bezier(0.29, 0.18, 0.26, 0.83);
		transition: width 0.5s cubic-bezier(0.29, 0.18, 0.26, 0.83);
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(#00ad9e),
				to(#0ddba2));
		background: linear-gradient(to right, #00ad9e, #0ddba2);
	}

	.sub-menu.active>a:before {
		left: 0px;
		width: 100%;
	}

	.sub-menu {
		position: relative;
		top: auto;
		border: none;
		padding: 0px;
		margin-top: 10px;
		background: none;
		margin-top: 10px;
		background: none;
		margin-left: 20px;
	}

	.sub-menu li {
		border-bottom: 0px !important;
	}

	.sub-menu a {
		font-size: 18px !important;
	}

	.sub-menu li {
		border-bottom: 0px;
	}

	.sub-menu .sub-menu {
		left: unset;
		top: unset;
	}
}

@media (max-width: 769px) {
	.stat-block {
		padding: 5px 20px;
	}

	.stat-block_reg:before {
		right: 100%;
	}

	.menuBlock {
		width: 400px;
		padding-right: 15px;
	}

	.questBlock {
		width: 100%;
		text-align: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.questBlock input {
		width: calc(100% - 60px);
		margin-left: 0px;
	}

	.questBlock span {
		display: block;
		margin: 7px 0 15px 0;
	}

	.searchBlock input {
		padding: 5px 10px;
		font-size: 15px;
		width: calc(100% - 34px);
	}

	.searchBlock button,
	.searchBlock .button,
	.searchBlock .button {
		padding: 14px 0px;
		width: 34px;
	}

	.sub-menu li {
		padding: 12px 15px;
	}

	.sub-menu li a {
		font-size: 20px;
	}
}

@media (max-width: 570px) {
	.menuBlock {
		width: 310px;
		max-width: 100%;
	}

	.logo-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.headerBlock-stat {
		padding-left: 0px;
	}

	.stat-block {
		padding: 5px 13px;
	}

	.stat-block_reg:before {
		display: none;
	}

	/*.logo-text img { width: 70%; }*/
	.profileBlock {
		width: 100%;
		right: 0;
	}

	.menuBlock {
		height: 70px;
	}

	.menuButton {
		top: 17px;
	}

	.menuButton span {
		width: 29px;
		height: 2px;
	}

	.headerBlock-login {
		padding-right: 15px;
	}

	.headerBlock-left {
		max-width: calc(100% - 130px);
	}

	.login-button {
		padding: 10px 5px 10px 35px;
		font-size: 13px;
	}
}

@media (max-width: 425px) {
	.menuButton {
		left: 30px;
	}

	.logo-text {
		max-width: calc(100% - 75px);
	}

	.headerBlock-login {
		padding-right: 0;
	}

	.headerBlock-left {
		max-width: calc(100% - 100px);
	}
}

@media (max-width: 375px) {
	.login-button:before {
		width: 25px;
		background-size: contain;
		height: 30px;
		margin-top: -15px;
	}

	.login-button {
		padding: 10px 10px 10px 32px;
	}

	.headerBlock-left {
		max-width: calc(100% - 90px);
	}

	.menuButton {
		left: 25px;
	}

	.menuBlock {
		padding-right: 10px;
	}

	.logo-text {
		max-width: calc(100% - 65px);
	}
}

.wp-polls {
	color: #fff;
	font-family: "FiraSans-Regular";
}

.wp-polls .pollbar {
	border: unset !important;
	border-radius: 10px;
	background: #ff7900 !important;
}

.wp-polls-form input[type="button"] {
	cursor: pointer;
}

.wp-polls-form a,
.wp-polls-ans a {
	text-decoration: underline;
	color: #fff;
}

.wp-polls-form a:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
}

.wp-polls-form ul li label {
	display: inline-block;
	word-wrap: break-word;
	width: calc(100% - 30px);
}

.wp-polls-loading {
	color: #fff;
	font-family: "FiraSans-Regular";
}

.wp-polls input[type="radio"] {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	min-width: 15px;
	margin-right: 10px;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
	margin-bottom: 15px !important;
	display: flex;
}

.uppercase {
	text-transform: uppercase;
}

.profile-form_error {
	display: none;
	justify-content: flex-end;
	width: 100%;
	margin: 5px;
	color: #f00;
}



.wcMessageAvatarWrapper {
	background-size: cover !important;
}

.wcMessageContent {
	display: inline-block !important;
}


.democracy .dem-poll-title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #505050;
}

.dem-poll-title,
.democracy ul.dem-vote li>* {
	color: #8b8d94;
}

.democracy input[type=radio],
.democracy input[type=checkbox],
.democracy ul.dem-answers li {
	width: auto;
	color: #fff;
}

.dem-results-link,
.dem-graph,
.dem-percent-txt,
.dem-poll-info {
	color: #fff;
}

.democracy .dem-fill {
	background: -webkit-gradient(linear, left, right, from(#e5690f), to(#fcb900));
	background: linear-gradient(to right, #e5690f, #fcb900);
}

.democracy .dem-voted-this .dem-fill {
	background: -webkit-gradient(linear, left, right, from(#e5690f), to(#fcb900));
	background: linear-gradient(to right, #e5690f, #fcb900);
}

.democracy input[type=submit].dem-button,
.democracy a.dem-button,
.democracy .dem-button,
.democracy input[type=submit].dem-button:hover,
.democracy a.dem-button:hover,
.democracy .dem-button:hover,
input[type=submit].dem-button:hover,
a.dem-button:hover,
.dem-button:hover {
	background: #FF6400;
}

.democracy input[type=submit].dem-button,
.democracy a.dem-button,
.democracy .dem-button {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	padding: 5px 15px 9px 15px;
	border: none;
	color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: "FiraSans-Regular";
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.democracy input[type=submit].dem-button:hover,
.democracy a.dem-button:hover,
.democracy .dem-button:hover,
input[type=submit].dem-button:hover,
a.dem-button:hover,
.dem-button:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.dem-answers .dem-label {
	color: #8b8d94;
}