.mobile-container-bg {
	background: rgba(0, 0, 0, 0.48);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	bottom: 0;
	visibility: hidden
}

.redirect-page .mobile-menus-open {
	display: none;
}

.mobile-menus {
	position: fixed;
	z-index: 10001;
	top: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	bottom: 0;
	width: 250px;
	max-width: 100%;
	overflow-y: auto;
	right: -250px;
	visibility: hidden;
	background: #0d0e11;
	border-left: 1px solid #13151a;
	-webkit-transform: translateZ(0);
}

.mobile-menus-open {
	background: #56bd4b;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
	display: none;
}

.mobile-menus-open i {
	color: #fff;
	cursor: pointer;
	font-size: 19px;
}

.mobile-menus .close-menus {
	color: #cd4545;
	margin-top: -5px;
	cursor: pointer;
	font-size: 20pt
}

.mobile-menus .login-box {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: auto;
	background: #0d0e11;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
}

.headline.visible-on-mobile .close {
	padding: 10px 15px;
}

.mobile-menus li.imp-menu {
	text-align: left;
	padding: 0
}

.mobile-menus li.imp-menu ul li {
	display: block;
	float: left;
	padding: 19px 15px;
	border-left: 1px solid #efeff3;
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.mobile-menus li.imp-menu ul li:first-child {
	border-left: 0
}

.mobile-menus li.imp-menu ul li a {
	font-size: 14px
}

.mobile-menus .login span {
	cursor: pointer
}

.mobile-menus .login-box form {
	background: none;
	padding-top: 0;
}

.mobile-menus .site-menu__dropdown-icon {
	position: unset;
	margin-left: 5px;
}

.mobile-menus ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block
}

.mobile-menus .userbar__item,
.mobile-menus .imp-menu__item,
.mobile-menus .site-menu__item {
	margin: 0;
	height: auto;
	padding: 0;
	display: block;
}

.mobile-menus .userbar__item b {
	font-weight: normal;
}

.mobile-menus .imp-menu__item--close-menus {
	color: #cd4545;
	cursor: pointer;
	font-size: 25px;
	margin: 0;
	padding: 15px 13px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 0
}

.mobile-menus li.imp-menu {
	text-align: left;
	padding: 0
}

.mobile-menus .imp-menu__item {
	display: block;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	vertical-align: top;
	position: relative;
}

.mobile-menus .imp-menu__link,
.imp-menu__item--close-menus {
	padding: 11px 15px;
	height: 50px;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 0
}

.imp-menu__item--close-menus {
	padding-top: 17px
}

.mobile-menus .userbar__link,
.mobile-menus .imp-menu__link,
.mobile-menus .site-menu__link,
.sm-link {
	margin: 0;
	padding: 15px 10px;
	height: auto;
	text-align: left;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border: 0;
	border-top: 1px solid #13151a;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	width: auto;
}

.mobile-menus .site-menu__item--active .site-menu__title,
.mobile-menus .site-menu__item:hover .site-menu__title {
	text-shadow: none;
}

.mobile-menus .site-menu__icon {
	min-width: 20px;
	margin-right: 7px;
	margin-bottom: 0;
	font-size: 15px;
}

.mobile-menus .userbar__link:before,
.mobile-menus .userbar__link:after {
	display: none;
}

.mobile-menus .userbar__link:hover {
	opacity: 1;
}

.mobile-menus .imp-menu__link {
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 20px;
	border-bottom: 0;
	border-left: 1px solid #13151a;
	border-top: 0;
}

.mobile-menus .site-menu__link:before,
.mobile-menus .site-menu__link:after {
	display: none
}

.mobile-menus .menu-icon {
	display: none
}

.mobile-menus>ul>li>ul.sm-ul, .mobile-menus .drop-menu {
	display: none;
	background: #13151a;
	border-radius: 5px;
	padding: 10px 0;
	margin: 15px;
	margin-top: 0;
}

.mobile-menus .drop-menu {
	display: block;
	position: unset;
	margin: 0 20px;
	transform: scaleY(1);
}

.mobile-menus>ul>li>ul.sm-ul li, .mobile-menus .drop-menu__item {
	padding: 5px 0;
	padding-left: 20px;
	font-size: 13px;
	border: 0;
}

.mobile-menus .drop-menu__link {
	padding: 0;
	border: 0 !important;
	margin: 0;
}


.mobile-menus .pms-value {
	border-radius: 3px;
	font-weight: bold;
	z-index: 100;
	padding: 3px 6px;
	text-align: center;
	bottom: -10px;
}

.mobile-menus .sm-link {
	cursor: pointer
}

.visible-on-mobile {
	display: none
}

@media screen and (max-width:1300px) {
	.server-container,
	.server-container>div.name h1,
	.server-container>div.name h1 a,
	.buttons>span:last-child a {
		font-size: 11px
	}
	.server-container>div.name h1 {
		width: 130px
	}
}

@media screen and (max-width: 1226px) {
	.ann-slider {
		height: auto;
		margin-top: 10px;
	}
	.user-list .users .user,
	.user-list .users .user:nth-child(3n+2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		margin: 10px 0
	}
	.users.row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.user-list .alphabet a {
		margin: 5px
	}
	.statsboard__line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
	}
	.statsboard__item:before {
		display: none;
	}
	.statsboard__item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		border-bottom: 1px solid rgba(57, 75, 101, 0.2);
		padding: 20px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left:  25px;
	}
	.stat-icon, .statsboard__avatar {
		min-width: 25px;
	}
	.statsboard__item--has-avatar {
		justify-content: flex-start;
	}
	.statsboard__value {
		font-size: 14px;
	}
	.statsboard__item:nth-child(odd) {
		border-right: 1px solid rgba(57, 75, 101, 0.2);
	}
	.statsboard__item:nth-child(odd):last-child {
		border-bottom: 0;
	}
	.statsboard__big-container {
		margin: 0;
	}
	.statsboard__item-container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.statsboard__avatar img {
		width: 23px;
		height: 23px;
	}
	.site-menu,
	.userbar {
		display: none
	}
	.header-site__welcome {
		width: 100%;
		text-align: center;
		padding: 0
	}
	.container-bar:before {
		display: none
	}
	.container-bar {
		height: auto
	}
	.header-site__top,
	.header-site__bottom {
		display: none;
	}
	.header-site:before {
		background-position: top left;
	}
	.header-site__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.social-box {
		margin-left: 0;
	}
	.top__logo {
		position: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		display: inline-block
	}
	.container-bar {
		margin-top: 30px
	}
	.table--sc {
		display: block;
		height: auto
	}
	.small-container {
		display: block;
		width: 100%;
		padding-right: 0
	}
	.small-container--logo {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px
	}
	.small-container--logo img {
		max-width: 100%
	}
	.small-container--anns {
		margin-bottom: 30px
	}
	.serversboard {
		display: none;
	}
	.serversboard__server {
		display: block;
		padding: 15px 25px;
		height: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.serversboard__cell {
		display: block;
		margin-top: 15px;
		width: 100%;
		padding-left: 0
	}
	.serversboard__cell:first-child {
		margin-top: 0
	}
	.progress {
		max-width: 100px
	}
	.serversboard__cell--buttons {
		display: none
	}
	.anns__item {
		width: 100%
	}
	.categories .category>.headline .left,
	.stable .headline>.left {
		display: inline-block;
		width: auto;
		margin-right: 10px;
	}
	.visible-on-mobile {
		display: inline-block;
	}
	.headline.visible-on-mobile {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	header .top .inline-media {
		display: none
	}
	.footer__btt__title {
		display: none
	}
	.r_bg {
		padding: 20px;
	}
	.stable .row.och {
		display: block;
		position: relative
	}
	.pc10l,
	.pc10r {
		padding: 0
	}
	.ac {
		text-align: left
	}
	.row.och.np {
		display: none
	}
	.row.thread .thread-info .avatar,
	.row.thread .last-post .avatar,
	.row.och .avatar {
		position: absolute;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0
	}
	.row.och .info {
		display: none
	}
	.stable .row.och>div {
		display: block;
		width: 100% !important;
		padding: 10px;
		position: unset;
		text-align: left !important
	}
	.stable .row.och .username {
		padding: 0
	}
	.profile-header {
		height: auto;
		border-bottom: 0;
	}
	.profile-header .avatar img {
		border-radius: 4px
	}
	.profile-header .avatar {
		border: 0;
		margin-bottom: 20px
	}
	.profile-options,
	.profile-header .avatar,
	.profile-header .info {
		position: unset;
		padding: 0;
		left: unset;
		bottom: unset;
		margin-left: 0;
		display: block;
	}
	.profile-options a {
		display: block;
		margin-bottom: 10px !important
	}
	.stats-container {
		position: unset;
		padding: 0;
		right: unset;
		bottom: unset;
		margin-top: 30px;
	}
	.stats-container .stat {
		display: block;
		float: left;
		width: 48%;
		margin: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: none;
		border: 0;
		border-radius: 5px;
		margin-top: 20px;
		background: #17181e;
	}
	.stats-container .stat:nth-child(2n) {
		margin-left: 2%
	}
	.stats-container .stat:nth-child(-n+2) {
		margin-top: 0
	}
	.stats-container .stat:before {
		display: none;
	}
	.stats-container .stat .value,
	.stats-container .stat .title {
		color: #fff
	}
	.profile-header {
		text-align: center
	}
	.profile-header__container {
		height: auto;
		padding: 30px 10px !important;
	}
	.profile-container .additional-stuff .menu ul li {
		margin: 10px 0;
		display: block
	}
	.profile-container .info {
		margin-bottom: 30px
	}
	.profile-container .info,
	.profile-container .additional-stuff {
		display: block;
		float: none;
		padding: 0;
		width: 100%;
		text-align: center
	}
	.user-list .alphabet a {
		margin: 5px
	}
	.ucp-menu>ul>li {
		display: block;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-top: 20px;
	}
	.ucp-menu>ul>li:first-child {
		margin-top: 0
	}
	.home-container__main {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.home-container__main,
	.home-container__sidebar {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		padding: 0;
		margin: 0;
		max-width: 100%;
	}
	.home-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.home-container__sidebar {
		margin-top: 45px;
	}
	.left10,
	.left20,
	.left25,
	.left30,
	.left33,
	.left40,
	.left50,
	.left60,
	.left70,
	.left80,
	.left90 {
		float: none;
		width: 100%;
		padding: 0;
		display: block
	}
	.left10,
	.left20,
	.left25,
	.left30,
	.left33,
	.left40,
	.left50,
	.left60,
	.left70,
	.left80,
	.left90 {
		margin: 10px 0
	}
	.right {
		margin-top: 10px
	}
	.ar {
		text-align: left
	}
	.categories .category:not(:first-child) {
		margin-top: 20px
	}
	.side-table {
		max-width: unset;
	}
	.side-row__result {
		margin-left: 25px;
	}
	.row.thread>div.icon,
	.row.thread>div.status,
	.row.thread>div.stats {
		display: none
	}
	.mobile-menus-open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	footer .site-logo {
		display: none
	}
	.row.thread>div.thread-info,
	.row.thread>div.last-post {
		width: 45%
	}
	.left {
		float: none !important;
		width: 100%;
		text-align: left
	}
	.right.postbit_buttons {
		display: inline-block;
		width: auto
	}
	.right,
	.tb-container .right {
		float: none !important;
		width: 100%;
		text-align: left;
	}
	.stable--thread .row .left {
		margin-right: auto;
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.stable--thread .row .right {
		margin-left: auto;
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-top: 0;
	}
	.ucp-container>.right {
		margin-top: 0;
		padding-top: 40px
	}
	.stable--thread .row .right i {
		float: none;
		padding: 0;
		margin: 0
	}
	.nav {
		margin-top: 40px;
	}
	main {
		margin-top: 20px;
	}
	.wrapper {
		padding: 0 15px;
	}
	.statsboard__description {
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.statsboard__description:last-child {
		margin-bottom: 0;
		margin-top: 5px;
	}
	.statsboard__row-container {
		padding-top: 20px;
	}
	.stable--thread .inline-stats>div a,
	.stable--thread .inline-stats>div {
		font-size: 12px;
	}
	.stable--thread .post-container .author-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 23%;
		flex: 0 1 23%;
		padding: 20px 10px;
	}
	.post-controls .float_left,
	.post-controls .float_right {
		float: none;
		display: inline-block
	}
	.post-controls a {
		margin: 3px 0;
		display: inline-block
	}
	.row .options,
	.row .textarea-c {
		float: none;
		width: 100%
	}
	.row .textarea-c {
		margin-top: 20px
	}
	.header-site__contianer {
		height: auto;
	}
	.header-site__logo {
		z-index: 2;
		min-height: auto;
	}
	.header-site__logo:before {
		display: none;
	}
	.header-site__search {
		margin-left: auto;
		margin-right: 0;
	}
	.slick-slider {
		padding-bottom: 10px;
	}
	.section--ann-slider .wrapper {
		height: auto;
	}
	.ann-slider .slick-slide>div {
		padding: 40px 0;
	}
	.ann-slider__item-container {
		min-height: unset;
	}
	.ann-slider__title {
		font-size: 25px;
	}
	.ann-slider__description {
		font-size: 15px;
		width: 100%;
		margin: 20px 0 40px 0;
	}
	.ann-slider__button {
		font-size: 10px;
	}
	.ann-slider__dots ul {
		position: static;
	}
	.headline,
	.thead {
		border-radius: 4px;
		height: auto;
		padding: 25px 20px !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box;
	}
	.side-table .headline, .home-container__sidebar .thead {
		margin-top: 0;
		margin-left: 0;
		background: none;
		padding: 20px 15px !important;
	}
	.side-table .list, .home-container__sidebar tbody {
		padding-top: 5px;
	}
	.headline .icon {
		position: relative;
		left: 0;
		top: 0;
		height: 25px;
		width: 25px;
		border-radius:3px;
	}
    .headline .icon:before {
    	transform: scale(0.85);
    }
	.headline .title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 16px;
	}
	.headline a, .thead a {
		font-size: 16px;
	}
	.headline .right {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.headline:before,
	.thead:before {
		display: none;
	}
	.headline .close {
		height: auto;
		width: auto;
		padding: 0 5px;
		align-self: stretch;
		align-items: flex-start;
	}
	.headline .close img {
		padding: 0;
	}
	.shout__container {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin-left: 0;
	}
	.shout {
		position: relative;
		background: #0d0e11;
        border-top: 1px solid #13151a;
		padding: 15px 15px;
		border-radius: 4px;
	}
	.shout__the-message {
		padding: 0;
		background: 0;
		border-top: 0;
	}
	.dvz__send-container:before {
		margin-left: 2px;
		margin-right: 0;
	}
	.shout__avatar {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.shout__avatar img {
		height: 20px;
		width: 20px;
	}
	.shout__the-message .user {
		padding-left: 30px;
		padding-right: 35px;
	}
	.shout__the-message .text {
		margin-top: 20px;
	}
	.shout__container {
		position: relative;
	}
	.shout__container .date {
		display: none;
	}
	.shout .info {
		position: absolute;
		top: 0;
		right: 0;
	}
	.dvz {
		margin-bottom: 40px;
	}
	.dvz .window {
		padding: 0 10px 0 0;
	}
}

@media screen and (max-width:1079px) {
	.container:not(.statsboard__line),
	.statsboard .container:not(.statsboard__line) {
		padding: 0 20px 20px 20px;
		height: auto;
	}
	
	.footer-site__button {
		display: none;
	}
	.footer-site__list {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
	}
	.footer-site {
		margin-top: 40px;
	}
	.inline-media.footer-site__box-inside {
		height: 100px;
	}
	.inline-media.footer-site__box-inside {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.inline-media__item {
		margin-right: 20px;
	}
	.footer-site {
		height: auto;
		padding: 25px 0;
		margin: 40px 0 0 0;
	}
	.footer-site:before {
		display: none;
	}
	.footer-site__bottom {
		padding: 0;
		margin-bottom: 0;
	}
	.footer-site__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding: 0;
		margin: 0;
		width: 100%;
		padding-bottom: 20px;
	}
	.footer-site__box .site-menu__link:before {
		display: none;
	}
	.footer-site__box {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin-top: 40px;
		margin-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-site__about-container {
		margin-top: 20px;
		margin-left: 0;
		flex: 100%;
	}
	.footer-site__about-text {
		max-height: unset;
	}
	.footer-site .footer-site__title {
		margin-top: 0;
	}
	.footer-site__box:first-child {
		margin-top: 0;
	}
	.footer-site__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 20px 0;
	}
	.footer-site__box--left,
	.footer-site__box-inide--about {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-site__about-text {
		width: 100%;
		text-align: left;
	}
	.statsboard__row-title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.statsboard__row:not(:last-child) {
		padding-bottom: 20px;
	}
	.about-site__container--description,
	.about-site__container--sm {
		display: block;
		text-align: left;
		width: 100%
	}
	.about-site__container--sm {
		margin-top: 30px
	}
	.about-site__container--sm .about-site__headline {
		display: block;
		margin-bottom: 20px
	}
}

@media screen and (max-width:899px) {
	.wrapper {
		padding: 0 13px;
	}
	.nav__user-links {
		display: none;
	}
	.serversboard__container.normal {
		display: none;
	}
	.serversboard__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.serversboard__row {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.serversboard__thing--background {
		margin-right: 0;
		margin-left: 10px;
	}
	.serversboard__container--content .serversboard__row {
		padding: 10px;
	}
	.serversboard__container--content .serversboard__row--game {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:780px) {
	.user-list .users .user,
	.user-list .users .user:nth-child(3n+2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 10px 0
	}
}

@media screen and (max-width:700px) {
	.footer-site__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}
	.footer-site__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.footer-site__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 20px 0 0px 0;
		display: block;
	}
	.footer-site__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		line-height: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	.r_bg {
		padding: 20px;
	}
	.redirect {
		width: 100%
	}
	.thread-table .post-container {
		display: block;
		margin-top: 20px;
	}
	.thread-table .post-container .author-info {
		text-align: left;
		padding-bottom: 30px;
		padding-left: 80px;
		border-bottom: 1px solid rgba(57, 75, 101, 0.2);
	}
	.thread-table .post-container .post-info {
		padding: 20px 15px;
	}
	.thread-table .post-container .author-info,
	.thread-table .post-container .post-info {
		display: block;
		width: 100%;
		border-left: 0;
		border-radius: 0 0 8px 8px;
		margin-bottom: 0;
	}
	.thread-table .post-container .author-info {
		border-radius: 8px 8px 0 0;
		border: 0;
	}
	.thread-table .post-container .author-info {}
	.thread-table .post-container .post-info {}
	.thread-table .post-controls {
		margin-top: 30px;
		position: unset
	}
	.thread-table .post-container .author-info .avatar {
		position: absolute;
		left: 15px;
		width: auto;
		top: 20px;
		margin: 0
	}
	.thread-table .post-container .author-info .avatar img {
		width: 50px;
		height: 50px
	}
	.thread-table .post-container .author-info .username {
		font-size: 11pt
	}
	.thread-table .post-container .author-info .title {
		font-size: 9pt;
		line-height: 10px
	}
	.thread-table .post-container .author-info .inline-stats {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.thread-table .status .user-online,
	.thread-table .status .user-offline {
		width: 10px;
		height: 10px
	}
	.thread-table .status {
		right: 5px
	}
	.thread-table .status .user-online {
		height: 10px;
		width: 10px
	}
	.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.forum {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.forum__item {
		display: block
	}
	.forum__item--info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 0;
	}
	.forum__item--stats {
		display: none;
	}
	.forum__item--status {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.forum__post {
		display: none;
	}
	.forum__item--last-post {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.forum__item--last-post.center {
		display: none;
	}
	.forum__avatar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
	}
	.forum__item--last-post .avatarep_fd img {
		width: 30px;
		height: 30px;
	}
	.forum__status {
		width: 30px;
		height: 30px;
		font-size: 13px;
		border-radius: 4px;
	}
	.forum__status:before {
		display: none;
	}
	.forum__status:after {
		content: '\f086';
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		background: none;
		color: #fff;
	}
	.forum__status.forum_on:after {
        filter: none;
        text-shadow:0 0 15px #40b854;
        color: #40b854;
	}
	.forum__name {
		font-size: 13px;
		margin-left: 40px;
		margin-top: 7px;
		display: block;
	}
	.forum__description {
		font-size: 12px;
		margin-top: 20px;
	}
	.user-list .users .user .avatar {
		width: 40px;
	}
}

@media screen and (max-width:550px) {
	.header-site__search {
		display: none;
	}
	.container,
	.statsboard .container:not(.statsboard__line) {
		padding: 0 20px 20px 20px;
		height: auto;
	}
	.statsboard .container.statsboard__line {
    padding: 0;
 }
	.row.thread>div.last-post {
		display: none !important
	}
	.row.thread>div.thread-info {
		width: 90%
	}
	.stats-container .stat {
		width: 100%;
		margin: 5px 0 !important;
		border: 1px solid rgba(57, 75, 101, 0.2);
	}
}

@media screen and (max-width:500px) {
	.statsboard__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.statsboard__item:nth-child(even),
	.statsboard__item:nth-child(odd):last-child {
		border-left: 0;
		border-right: 0;
	}
}

@media screen and (max-height: 560px) {
	.login-box-index {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 10px;
	}
}

@media screen and (max-width: 400px) {
	.thread-table .post-container .author-info .inline-stats {
		display: none;
	}
	.thread-table .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.thread-table .row .left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.thread-table .row .right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-top: 10px;
	}
	.thread-table .row .right a,
	.thread-table .row .left a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
		
		
		
		
		