main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-color: rgba(0, 0, 0, 0.15);
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

img {
	border-style: none;
	display: inline-block;
}

iframe,
img,
video {
	max-width: 100%;
}

a {
	background-color: transparent;
	color: #e9c586;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity, color, background-color;
	transition-property: opacity, color, background-color;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

:-moz-placeholder,
::-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

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

::-webkit-scrollbar-track {
	background-color: hsla(0, 0%, 89.4%, 0.2);
}

::-webkit-scrollbar-thumb {
	background-color: hsla(45, 33%, 98%, 0.3);
}

html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
	font-size: 75%;
	font-weight: 400;
	color: #fff;
	cursor: default;
}

body {
	z-index: 0;
	margin: 0;
	background-color: #1c1b21;
}

.page,
body {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page {
	background-image: url(../images/bg/bg-small-0.jpg);
	background-size: auto;
	background-position: top;
	background-repeat: no-repeat;
	z-index: 2;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*
.container,
.section {
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.container {
	max-width: 1440px;
	width: 100%;
	min-width: 0;
	padding-right: 20px;
	padding-left: 20px
}
*/
.rw {
	margin-left: -10px;
	margin-right: -10px;
}

.cl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.spacer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 6.5rem;
}

.link {
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.headline {
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
	color: #c4a457;
	font-size: 1.875rem;
	font-weight: 300;
	padding: 0;
	position: relative;
	z-index: 0;
	margin: 0 0 0 3.75rem;
	display: block;
}

.headline:before {
	display: block;
	content: "";
	width: 2.31rem;
	height: 4px;
	position: absolute;
	right: calc(100% + 1.43rem);
	top: 1.1rem;
	background-color: #3f3f45;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.title {
	color: #e9c586;
	font-size: 1.875rem;
}

.title,
.ttl {
	font-weight: 300;
}

.ttl {
	color: #fbfaf7;
	font-size: 1.87rem;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	margin: 0;
}

.ttl_type_1 {
	text-transform: uppercase;
	color: #e9c586;
}

.desc {
	color: #7b7b85;
}

.desc,
.inf {
	font-size: 12px;
	font-weight: 300;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.inf {
	color: #c4a457;
}

.head {
	display: grid;
	grid-gap: 5px;
}

.download__ttl {
	margin-bottom: 1.8rem;
}

.download__list {
	display: grid;
	grid-gap: 30px;
	position: relative;
	z-index: 0;
	margin-bottom: 35px;
}

.download__container {
	display: grid;
	grid-gap: 35px;
}

.download__btns {
	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;
	padding-top: 30px;
}

.faq {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: grid;
	grid-gap: 1.5rem;
}

.faq_small {
	grid-gap: 0.5rem;
}

.faq__link {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 300;
	text-decoration: none;
}

.faq__link_hov {
	position: relative;
	z-index: 0;
	margin-left: 3.75rem;
	display: block;
}

.faq__link_hov:before {
	display: block;
	content: "";
	width: 2.31rem;
	height: 4px;
	position: absolute;
	right: calc(100% + 1.43rem);
	top: 1rem;
	background-color: #3f3f45;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.faq__link_hov:hover:before {
	background-color: #fff;
}

.sysreq {
	width: 100%;
	font-size: 12px;
	word-break: break-all;
	color: #fff;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

.sysreq__header {
	background: #1f6ea8;
}

.sysreq__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.sysreq__row:nth-child(2n) {
	background-color: #18181c;
}

.sysreq__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	min-height: 41px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
}

.sysreq__col_name {
	color: #707073;
}

.sysreq__col_name,
.sysreq__col_title {
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
	font-weight: 300;
}

.sysreq__col_title {
	color: #e9c586;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aposnow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 100;
}

.bnr {
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bnr:hover {
	opacity: 1;
}

[type="button"],
[type="color"],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	width: auto;
	height: 38px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 3px 10px;
	color: #455971;
	font-family: var(--font-main);
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-align: left;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 0;
}

textarea {
	height: 70px;
	resize: none;
	max-height: 70px;
	text-align: left;
	padding: 5px 10px;
	line-height: 16px;
}

textarea:focus {
	height: auto;
	max-height: none;
	resize: vertical;
}

[type="button"]:focus,
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="reset"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	width: var(--input-focus-width);
	height: 38px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 3px 10px;
	color: #455971;
	font-family: var(--font-main);
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-align: left;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 0;
}

option {
	background-color: #fff;
	color: #455971;
	font-family: var(--font-main);
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

option:hover {
	color: #000;
	background-color: #757575;
}

.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.checkbox,
.checkbox__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkbox__label {
	height: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.checkbox__block,
.checkbox__name {
	margin-right: 10px;
}

.checkbox__block {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	background: #fff;
	border: 1px solid #dadada;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.checkbox__block:after {
	font-family: gwi;
	content: "\e806";
	position: absolute;
	top: 0;
	left: 3px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	pointer-events: none;
	font-size: 11px;
	color: #3b91ff;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.checkbox__input {
	display: none;
}

.checkbox__input:checked + .checkbox__block:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.field {
	position: relative;
	z-index: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	background-color: #fff;
	color: #455971;
	border: 1px solid #dadada;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.field_inlnie {
	width: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.field_mt {
	margin-top: 15px;
}

.field_mt_xs {
	margin-top: 5px;
}

.field_mb {
	margin-bottom: 15px;
}

.field_mb_xs {
	margin-bottom: 5px;
}

.field__input,
.field__input:focus {
	border: 0;
	background-color: transparent;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto;
	min-width: 0;
	width: auto;
}

.field__desc {
	padding: 3px 10px;
	background: #2c3451;
	border: 1px solid #2c3451;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.field__desc,
.field__pic {
	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;
}

.field__pic {
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px;
	color: var(--color-placeholder);
}

.selection {
	padding-left: 10px;
	padding-right: 36px;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/icons/selection-arrow-down.svg) no-repeat
		calc(100% - 12px) 50%;
}

.preload {
	background-color: #1c1b21;
	min-width: 320px;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
	transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.preload_fade {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.preload__logo {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

@-webkit-keyframes preanimateout {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}
}

@keyframes preanimateout {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}
}

.preload__progress {
	z-index: 20;
	width: 0;
	height: 5px;
	background: #c8816b;
}

.preload__progress,
.scene {
	position: absolute;
	top: 0;
	left: 0;
}

.scene {
	right: 0;
	bottom: 0;
	z-index: 1;
}

.char {
	display: none;
	z-index: 1;
}

.char__img {
	display: block;
}

.char_0 {
	top: 307px;
	left: calc(50% - 440px);
}

.char_0,
.char_1 {
	position: absolute;
}

.char_1 {
	top: 197px;
	left: calc(50% + 75px);
}

body:not(.loaded) .char_0.char_animated {
	opacity: 0;
	-webkit-transform: translateX(140px);
	transform: translateX(140px);
}

.loaded .char_0.char_animated {
	-webkit-transition: all 1.3s 0.3s;
	transition: all 1.3s 0.3s;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body:not(.loaded) .char_1.char_animated {
	opacity: 0;
	-webkit-transform: translateX(-140px);
	transform: translateX(-140px);
}

.loaded .char_1.char_animated {
	-webkit-transition: all 1.3s 0.3s;
	transition: all 1.3s 0.3s;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.tippy-wrap {
	background-color: #fff;
	border-radius: 5px;
	border: 0;
	font-size: 13px;
	color: #828282;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	padding: 10px 15px;
	max-width: 400px;
}

.tippy-content {
	padding: 0;
}

.tippy-arrow {
	width: 31px;
	height: 31px;
	color: #fff;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
	top: -15px;
	border-width: 0 15px 15px;
}

.tippy-box[data-placement^="top"] > .tippy-arrow:before {
	bottom: -15px;
	border-width: 15px 15px 0;
}

[data-theme="tip-def"] {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	color: #828282;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

[data-theme="tip-def"][data-animation="translate"][data-state="hidden"] {
	opacity: 0;
}

[data-theme="tip-def"][data-animation="translate"][data-state="visible"] {
	opacity: 1;
}

[data-theme="tip-server"] {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	color: #828282;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

[data-theme="tip-server"][data-animation="server"][data-state="hidden"] {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

[data-theme="tip-server"][data-animation="server"][data-state="visible"] {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

[data-theme="tip-event"] {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	color: #828282;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

[data-theme="tip-event"][data-animation="event"][data-placement="bottom"][data-state="hidden"] {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

[data-theme="tip-event"][data-animation="event"][data-placement="bottom"][data-state="visible"] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

[data-theme="tip-event"][data-animation="event"][data-placement="top"][data-state="hidden"] {
	opacity: 0;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
}

[data-theme="tip-event"][data-animation="event"][data-placement="top"][data-state="visible"] {
	opacity: 1;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

[data-section="navigation"] {
	z-index: 50;
}
/*
[data-container=navigation] {
	position: static
}
*/

.server_hide {
	opacity: 0;
	pointer-events: none;
}

[data-section="header"] {
	z-index: 5;
}

.header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	display: grid;
	grid-gap: 40px;
}

.header__logobox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 60px;
	min-height: 300px;
}

.header__box,
.header__logobox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header__box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__cp-button {
	margin-bottom: 12px;
}

.header__logotype {
	margin-left: 5px;
	margin-top: 15px;
}

.header__servers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.header__servers,
.spag {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.spag {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: auto auto auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sarrow {
	background: url(../images/swiper/sarrow_next.png) no-repeat;
	width: 10px;
	height: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
}

.sarrow_prev {
	background: url(../images/swiper/sarrow_prev.png) no-repeat;
}

.sarrow_next {
	background: url(../images/swiper/sarrow_next.png) no-repeat;
}

.sarrow.swiper-button-disabled {
	opacity: 0.3;
}

.dots {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 8px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #6d6e6d;
	opacity: 1;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	cursor: pointer;
}

.dot_active {
	background-color: #c1f314;
}

.sldinfo {
	max-width: 640px;
	height: 116px;
	position: relative;
	z-index: 0;
	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;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sldinfo:after {
	display: block;
	content: "";
	background: url(../images/sldinfo/decor.png) no-repeat;
	width: 488px;
	height: 147px;
	position: absolute;
	left: calc(50% - 250px);
	top: -15px;
	pointer-events: none;
}

.sldinfo__container {
	min-width: 0;
	overflow: hidden;
}

.sldinfo__container,
.sldinfo__dots {
	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;
}

.sldinfo__dots {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 20;
	bottom: 7px !important;
}

.sldinfo__swiper-wrapper {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sldinfo__swiper-slide {
	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;
}

.swiper-slide-active .sldinfo__slide {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s 0.3s;
	transition: all 0.3s 0.3s;
}

.sldinfo__slide {
	opacity: 0;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	text-align: center;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	position: relative;
	z-index: 0;
}

.sldinfo__link {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.sldinfo__title {
	text-shadow: 0 0 21px rgba(255, 198, 0, 0.32), 0 0 1px rgba(0, 0, 0, 0.5);
	color: #ffd800;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 8px;
}

.sldinfo__desc,
.sldinfo__title {
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sldinfo__desc {
	color: #dbdbdb;
	font-size: 12px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.invite__btns {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.invite__slider {
	min-width: none;
	max-width: 460px;
	margin: 60px auto;
}

.scl {
	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;
	font-display: row-reverse;
}

.scl_1,
.scl_2 {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.scl__item {
	width: 48px;
	height: 46px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	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;
}

.scl__item:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.scl__img,
.scl__img_hov {
	width: 60px;
	height: 60px;
	max-width: 60px;
	pointer-events: none;
}

.scl__img_hov {
	position: absolute;
	left: -6px;
	top: -7px;
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.scl__item:hover .scl__img_hov {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.post {
	height: 100px;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	max-width: 100%;
	min-width: none;
}

.post,
.post__bg {
	border-radius: 5px;
}

.post__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(../images/post/bg-def-0.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-mask: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#000),
		color-stop(40%, rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.1))
	);
	-webkit-mask: linear-gradient(
		90deg,
		#000 0,
		rgba(0, 0, 0, 0.5) 40%,
		rgba(0, 0, 0, 0.1)
	);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.post:hover .post__bg {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.post__title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.post__desc {
	color: #bcbcbc;
	font-size: 13px;
	font-weight: 500;
	max-height: 62px;
	overflow: hidden;
}

.post__date {
	color: #c0ac5c;
	font-size: 12px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.post__link {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.stream {
	width: 100%;
	height: 100%;
	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;
	color: #61666b;
	font-size: 12px;
	font-weight: 500;
	cursor: default;
	overflow: hidden;
	background-color: rgba(38, 44, 49, 0.5);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}

.stream,
.stream__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stream__content {
	text-align: center;
	padding: 10px 20px;
}

.stream__status {
	color: #4f5358;
	font-size: 20px;
	text-transform: uppercase;
}

.stream__desc {
	margin-top: 5px;
}

.stream iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

[data-stream] {
	position: relative;
	z-index: 0;
}

[data-stream]:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(85, 106, 138, 0.4);
	border: 2px solid rgba(85, 106, 138, 0.7);
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-stream]:hover:before {
	opacity: 1;
}

.streams {
	position: relative;
	z-index: 0;
	min-width: 0;
}

.streams__bt {
	width: 100%;
	margin-top: 20px;
}

.streams__spag {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.streams__list {
	overflow: hidden;
	height: 230px;
}

.streams__swiper-slide {
	display: grid;
	grid-gap: 6px;
	grid-template-rows: 1fr 1fr;
}

.stream-active .box,
.stream-active .box__container,
.stream-active .box__content,
.stream-active .box__streams,
.stream-active .box__streams .swiper-wrapper,
.stream-active .mid,
.stream-active .mid__box,
.stream-active .streams__bt,
.stream-active .streams__list,
.stream-active .streams__swiper-slide,
.stream-active [data-container="mid"],
.stream-active [data-section="mid"] {
	position: static !important;
	visibility: visible !important;
	overflow: visible !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

.stream-active [data-section]:not([data-section="mid"]) {
	pointer-events: none;
	z-index: -1;
	opacity: 0;
}

.stream-active .box:after,
.stream-active .stream:before {
	display: none;
}

.stream.stream-active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	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;
}

.stream.stream-active iframe {
	pointer-events: all;
	max-width: 600px;
	height: 300px;
	display: block !important;
}

body.stream-active :not(.stream-active) {
	display: none;
}

.theme {
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 20px 4px 10px;
	position: relative;
	z-index: 0;
	height: 52px;
	max-width: 100%;
	min-width: none;
	overflow: hidden;
	background-color: #3b3c40;
	border-radius: 5px;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.theme:hover {
	background-color: #313235;
}

.theme__pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
	background-image: url(../images/theme/ava-def.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	margin-right: 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	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;
}

.theme:hover .theme__pic {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	border-radius: 50%;
	border: 1px solid hsla(0, 0%, 100%, 0.5);
}

.theme__img {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.theme:hover .theme__img {
	border-radius: 50%;
}

.theme__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 0;
}

.theme__title {
	color: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.theme__info {
	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;
	font-size: 10px;
	font-weight: 500;
	color: #9d9999;
}

.theme__author {
	color: #a48d5b;
}

.theme__link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-decoration: none;
	display: block;
	z-index: 5;
}

.top {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 0;
}

.top__body {
	display: grid;
	grid-gap: 5px;
}

.top__rw {
	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;
	position: relative;
	z-index: 0;
	cursor: default;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 38px;
}

.top__rw:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #3b3c40;
	border-radius: 5px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.top__rw:hover:after {
	opacity: 0.7;
}

.top__rw:not(.top__header):first-child:after {
	background-color: #607957;
}

.top__rw:not(.top__header):nth-child(2):after {
	background-color: #796857;
}

.top__rw:not(.top__header):nth-child(3):after {
	background-color: #645779;
}

.top__rw:not(.top__header):hover {
	background-color: rgba(13, 22, 31, 0.77);
}

.top__num {
	-ms-flex-preferred-size: 40px;
	flex-basis: 40px;
	padding: 5px;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.top__ico-col,
.top__num {
	min-width: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
}

.top__ico-col {
	-ms-flex-preferred-size: 24px;
	flex-basis: 24px;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 5px 0 0;
}

.top__icon {
	width: 24px;
	height: 12px;
	background: url(../images/rating/no-img.png) no-repeat;
}

.top__icon,
.top__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top__name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 5px 0;
	font-size: 14px;
}

.top__info {
	-ms-flex-preferred-size: 130px;
	flex-basis: 130px;
	text-align: left;
	display: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.top__info,
.top__total {
	min-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	-webkit-box-align: center;
	align-items: center;
}

.top__total {
	-ms-flex-preferred-size: 76px;
	flex-basis: 76px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
}

.top__total_large {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}

.top__content {
	min-width: 0;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top__info .top__content {
	white-space: normal;
}

.top__desc {
	font-size: 14px;
	font-weight: 400;
}

.top__clan-ico {
	display: inline-block;
	position: relative;
	top: 2px;
}

.top__clan-ico:last-child {
	margin-right: 5px;
}

.top__header {
	height: 26px;
}

.top__header:after {
	background-color: transparent;
}

.top__header .top__content {
	cursor: default;
	color: #9d9999;
	font-size: 10px;
	font-weight: 500;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

.rating {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 0;
	padding-top: 46px;
}

.rating,
.rating__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rating__btns {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.rating__btns-inner {
	display: inline-grid;
	grid-auto-flow: column;
	grid-gap: 25px 7px;
}

.rating__btn {
	white-space: nowrap;
	width: 53px;
	height: 23px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	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;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.rating__btn,
.rating__btn_type_1,
.rating__btn_type_1:before {
	background-color: #961d14;
}

.rating__btn_type_2,
.rating__btn_type_2:before {
	background-color: #965d14;
}

.rating__btn_type_3,
.rating__btn_type_3:before {
	background-color: #601496;
}

.rating__btn:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.rating__btn:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

[data-rating-select="true"] {
	opacity: 0.5;
	pointer-events: none;
}

.rating__box {
	width: 100%;
	overflow: hidden;
}

.rating__item {
	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;
	-webkit-animation: fadeIn 1s ease;
	animation: fadeIn 1s ease;
}

.rating__title {
	color: #c9c9c9;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	position: absolute;
	left: 0;
	top: 4px;
}

.rating__col {
	width: 100%;
}

.st {
	min-width: 0;
	max-width: 100%;
}

.st__heading {
	margin-bottom: 25px;
}

.st__content {
	min-height: 282px;
}

.st__btns {
	margin-top: 15px;
	grid-gap: 5px;
}

.st__btn,
.st__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.st__btn {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	min-width: auto;
	height: 31px;
	background-color: #555658;
	border-radius: 5px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	opacity: 0.55;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

[data-server-select="true"]:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #797979;
	pointer-events: none;
	opacity: 0;
	-webkit-animation: stbrnhov 0.3s ease;
	animation: stbrnhov 0.3s ease;
	border-radius: 5px;
}

@-webkit-keyframes stbrnhov {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes stbrnhov {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

[data-server-select="true"] {
	opacity: 1;
	pointer-events: none;
}

.st__more {
	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;
	margin-top: 30px;
}

.st__link {
	margin-left: auto;
}

.sidebar__st {
	margin-bottom: 20px;
}

.news {
	position: relative;
	z-index: 0;
}

.news__spag {
	position: absolute;
	bottom: 21px;
	left: 6px;
	z-index: 10;
	background-color: #262c31;
	padding-left: 20px;
	padding-right: 10px;
}

.news__container {
	max-width: 100%;
}

.news__container,
.news__post {
	overflow: hidden;
	border-radius: 5px;
}

.news__post {
	height: 317px;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 155px 20px 20px;
	background-color: #262c31;
	display: grid;
}

.news__bg {
	background-image: url(../images/news/img-def.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-mask: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.8)),
		color-stop(66%, rgba(0, 0, 0, 0.2)),
		to(transparent)
	);
	-webkit-mask: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.8) 0,
		rgba(0, 0, 0, 0.2) 66%,
		transparent
	);
	height: 183px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news:hover .news__bg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.news__title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-line-clamp: 2;
	max-height: 50px;
}

.news__desc,
.news__title {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news__desc {
	-webkit-line-clamp: 3;
	margin-top: 5px;
	height: 56px;
}

.news__date,
.news__desc {
	color: #9c9c9c;
	font-size: 15px;
	font-weight: 500;
}

.news__date {
	text-align: right;
	position: relative;
	z-index: 5;
	margin-top: auto;
}

.news__link {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 10;
}

.box {
	position: relative;
	z-index: 0;
	min-height: 450px;
}

.box:after {
	display: block;
	content: "";
	background: url(../images/box/box-bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 11px;
	right: -13px;
	bottom: -4px;
	left: -13px;
	z-index: -1;
}

.box__heading {
	margin-bottom: 10px;
}

.box__title {
	color: #c9c9c9;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

.box__forum {
	display: grid;
	grid-gap: 4px;
	min-height: 325px;
}

.box__posts {
	display: grid;
	grid-gap: 7px;
}

.box__news {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 6px;
}

.box__btns {
	grid-gap: 3px;
	height: 69px;
	margin-bottom: 20px;
	width: 100%;
	min-width: 0;
}

.box__btn,
.box__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box__btn {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: url(../images/box/box-btn.jpg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	text-shadow: 0 6px 0 rgba(1, 1, 1, 0.19);
	color: #eef2f7;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
}

.box__btn-content {
	max-width: 100px;
	position: relative;
	z-index: 5;
}

[data-tb] {
	display: none;
}

[data-tb-btn] {
	position: relative;
	z-index: 0;
}

[data-tb-btn]:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/box/box-btn.jpg) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

[data-tb-btn="active"]:before {
	-webkit-animation: boxbtnhov 0.3s ease;
	animation: boxbtnhov 0.3s ease;
}

@-webkit-keyframes boxbtnhov {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}

	20% {
		opacity: 0.4;
	}

	80% {
		opacity: 0.05;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes boxbtnhov {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}

	20% {
		opacity: 0.4;
	}

	80% {
		opacity: 0.05;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

[data-tb-btn]:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(32, 33, 41, 0.45);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

[data-tb-btn="active"]:after {
	background-color: rgba(32, 33, 41, 0);
}

[data-tb-btn="active"] {
	pointer-events: none;
}

[data-tb] {
	-webkit-animation: tb 1s ease forwards;
	animation: tb 1s ease forwards;
}

@-webkit-keyframes tb {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes tb {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.mid__invite {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	max-width: 100%;
	min-width: none;
}

.mid__box {
	max-width: 360px;
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 0 auto 80px;
}

.event-tip {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	max-width: 280px;
}

.event-tip__heading {
	color: #0e0e0e;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.event {
	width: 22px;
	height: 16px;
	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;
	background-color: #ff0027;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027;
	box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027;
}

.events__day:hover .event:hover {
	z-index: 10;
}

.event:first-child .event__title {
	opacity: 0;
}

.event:first-child:last-child .event__title {
	opacity: 1;
}

.events__day:hover .event .event__title {
	opacity: 0;
}

.events__day:hover .event:hover .event__title {
	opacity: 1;
}

.event__date {
	font-size: 10px;
	font-weight: 500;
}

.event__title {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 80px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgb(80 68 60 / 100%);
	border-radius: 2px;
	padding: 1px 5px 2px;
	font-size: 10px;
}

.event__title:empty {
	opacity: 0;
	display: none;
}

.event__item {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	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;
	position: absolute;
	bottom: calc(100% + 12px);
	left: calc(50% - 25px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.event__item:after {
	display: block;
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	top: 100%;
	border: 7px solid transparent;
	border-top: 8px solid #fff;
}

.event:hover .event__item {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.event__img {
	width: 46px;
	height: 46px;
	border-radius: 3px;
	display: block;
}

[data-section="events"] {
	padding-top: 70px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.events {
	position: relative;
	z-index: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.events,
.events__months {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.events__months {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 5px;
	margin-right: 10px;
	height: 2px;
}

.events__month {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.events__month:hover {
	color: #e9c586;
}

.events__month_active {
	color: #ff2727;
	pointer-events: none;
}

.events__line {
	min-width: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 0;
}

.events__line:after {
	display: block;
	content: "";
	right: 0;
	z-index: -5;
	background-color: #7f7f7f;
}

.events__line:after,
.events__progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.events__progress {
	width: 30%;
	background-color: #ff0027;
	-webkit-box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027, 0 0 8px #ff0027,
		0 0 5px #ff0027;
	box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027, 0 0 8px #ff0027,
		0 0 5px #ff0027;
	-webkit-animation: events__progress 1s ease forwards;
	animation: events__progress 1s ease forwards;
}

@-webkit-keyframes events__progress {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes events__progress {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.events__day {
	width: 5px;
	height: 5px;
	background-color: #7f7f7f;
	position: relative;
	z-index: 6;
	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;
	-webkit-animation: events__day 1s ease forwards;
	animation: events__day 1s ease forwards;
}

@-webkit-keyframes events__day {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes events__day {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.events__day:hover {
	z-index: 10;
}

.events__day_past {
	background-color: #ff0027;
}

.events__day:empty {
	display: none;
}

.page_static [data-section="events"] {
	padding-bottom: 50px;
}

.page_static .events:after {
	display: block;
	content: "";
	position: absolute;
	top: -50px;
	right: -40px;
	bottom: -50px;
	left: -40px;
	background-color: rgba(24, 24, 28, 0.88);
	z-index: -1;
}

[data-section="footer"] {
	margin-top: auto;
}

.footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	padding-top: 20px;
	padding-bottom: 20px;
	grid-gap: 30px;
}

.footer__bnrs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-gap: 8px 15px;
}

.footer__bnrs,
.footer__info {
	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;
}

.footer__info {
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

.footer__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__content {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #818181;
	font-size: 9px;
	font-weight: 400;
}

.footer__links {
	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;
}

.footer__link {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #fbfaf7;
	margin: 3px 8px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0.3;
}

.footer__link:hover {
	opacity: 0.7;
}

.file {
	text-decoration: none;
	background-color: #1e1e23;
	border: 1px solid #3c3c41;
	padding: 5px 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #7b7b85;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.file:hover {
	background-color: #2c2c33;
}

.file__name {
	margin-top: auto;
}

.files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.files__list {
	grid-gap: 5px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	margin-top: 25px;
}

.files__list,
.ww {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ww {
	max-width: 1460px;
	width: 100%;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

.ww_small {
	max-width: 760px;
}

.ww__inner {
	background: transparent;
	border: 0;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.ww__inner_mb {
	margin-bottom: 60px;
}

.ww__body {
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1d1d24;
	border-radius: 5px;
	position: relative;
	z-index: 0;
}

.ww__body_padding_none {
	padding: 0;
}

.ww__body:after {
	display: block;
	pointer-events: none;
	position: absolute;
	top: -30px;
	right: -38px;
	bottom: -30px;
	left: -38px;
	z-index: 10;
	background: url(../images/ww/decor-top-left.png) no-repeat 0 0,
		url(../images/ww/decor-top-right.png) no-repeat 100% 0,
		url(../images/ww/decor-top-center.png) no-repeat center 8px,
		url(../images/ww/decor-bottom-left.png) no-repeat 0 100%,
		url(../images/ww/decor-bottom-right.png) no-repeat 100% 100%;
}

.ww__close {
	width: 16px;
	height: 16px;
	top: 5px;
	right: 5px;
	z-index: 10;
	cursor: pointer;
	background-size: contain;
	border-radius: 50%;
}

.ww__close,
.ww__close:after,
.ww__close:before {
	display: block;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ww__close:after,
.ww__close:before {
	content: "";
	background: #fff;
	top: calc(50% - 1px);
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 0;
}

.ww__close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ww__close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ww__close:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ww__button-invite {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 15px;
}

.ww__content {
	position: relative;
	z-index: 5;
}

.ww_stream {
	max-width: 700px;
}

.ww__body_stream {
	height: 350px;
	padding: 0;
}

.ww__body_stream iframe {
	width: 100%;
	height: 100%;
}

.fancybox-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.fancybox-container {
	z-index: 666 !important;
}

.fancybox-content {
	padding: 0;
	background: transparent;
}

.fancybox-bg {
	background: rgba(24, 24, 28, 0.55);
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-is-open .fancybox-content {
	-webkit-animation: fancyboxIn 1s ease;
	animation: fancyboxIn 1s ease;
}

.fancybox-is-closing .fancybox-content {
	-webkit-animation: fancyboxOut 1s ease-out;
	animation: fancyboxOut 1s ease-out;
}

@-webkit-keyframes fancyboxIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
		transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0) rotateX(0deg) scale(1);
		transform: translateZ(0) rotateX(0deg) scale(1);
	}
}

@keyframes fancyboxIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
		transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0) rotateX(0deg) scale(1);
		transform: translateZ(0) rotateX(0deg) scale(1);
	}
}

@-webkit-keyframes fancyboxOut {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0) rotateX(0deg) scale(1);
		transform: translateZ(0) rotateX(0deg) scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
		transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
	}
}

@keyframes fancyboxOut {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0) rotateX(0deg) scale(1);
		transform: translateZ(0) rotateX(0deg) scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
		transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
	}
}

.inav {
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-gap: 7px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.inav,
.inav__el {
	margin: 0;
}

.inav__ico {
	display: none;
	width: 70px;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
	margin-left: 5px;
}

.inav__ico,
.inav__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.inav__img {
	max-width: 100px;
	width: 100px;
	height: 100px;
	pointer-events: none;
	display: block;
}

.inav__item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1e1e23;
	-webkit-box-shadow: inset 0 0 43px hsla(0, 0%, 100%, 0.03);
	box-shadow: inset 0 0 43px hsla(0, 0%, 100%, 0.03);
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.inav__item:hover,
.inav__item_active {
	-webkit-box-shadow: inset 0 0 43px rgba(255, 222, 222, 0.14);
	box-shadow: inset 0 0 43px rgba(255, 222, 222, 0.14);
}

.inav__title {
	color: #fbfaf7;
	font-size: 14px;
	font-weight: 300;
}

.inav__desc {
	color: #c4a457;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: 300;
}

.atab_m {
	margin: 20px 0;
}

.atab__btns {
	margin: 20px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.atab__btn,
.atab__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.atab__btn {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	/* background: url(/img/about/atab-btn.jpg) no-repeat; */
	background-color: rgb(38 43 64 / 60%);
	border: 1px solid #9d9fb4;
	border-right: 1px solid #9d9fb4;
	background-size: 100% 100%;
	cursor: pointer;
	text-shadow: 0px 0px 10px rgb(1 1 1 / 17%);
	color: #eef2f7;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 60px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* text-transform: uppercase; */
}
.atab__btn:last-child {
	border-right: 1px solid #9d9fb4;
}
.atab__btn:hover {
	opacity: 1;
	border-right: 1px solid #9d9fb4;
}

[data-atab-btn] {
	opacity: 0.5;
}

[data-atab-btn-active="true"] {
	opacity: 1;
	border-right: 1px solid #9d9fb4;
}

.atab__content {
	display: none;
	-webkit-animation: atab__content 1s ease forwards;
	animation: atab__content 1s ease forwards;
}

@-webkit-keyframes atab__content {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes atab__content {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.about {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}

.about__head {
	margin-bottom: 30px;
}

.about__inf {
	margin-top: 2px;
}

.about__container {
	display: grid;
	grid-gap: 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about__content {
	font-size: 15px;
	font-weight: 300;
	color: #7b7b85;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	-webkit-animation: about__content 1s ease forwards;
	animation: about__content 1s ease forwards;
}

@-webkit-keyframes about__content {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes about__content {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.about__cover {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.entrance {
	position: relative;
	z-index: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	grid-gap: 20px;
}

.entrance:after {
	display: block;
	content: "";
	z-index: -1;
	background: url(../images/entrance/bg.jpg) no-repeat top;
	background-size: cover;
	opacity: 0.2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.entrance__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 5px;
}

.entrance__content,
.entrance__title {
	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;
}

.entrance__title {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 0 0 0.1rem #3b91ff, 0 0 0.3rem #3b91ff, 0 0 0.7rem #3b91ff;
	grid-gap: 10px;
	width: 100%;
}

.entrance__title:after,
.entrance__title:before {
	display: block;
	content: "";
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 50px;
	background-color: #fff;
	margin-top: 2px;
	-webkit-box-shadow: 0 0 0.7rem 3px #3b91ff;
	box-shadow: 0 0 0.7rem 3px #3b91ff;
}

.entrance__rate {
	text-transform: uppercase;
	font-size: 3rem;
	text-shadow: 0 0 0.1rem #3b91ff, 0 0 0.3rem #3b91ff, 0 0 0.7rem #3b91ff;
}

.entrance__date {
	border: 1px solid #203b6c;
	background-color: rgba(94, 132, 223, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 1.2rem;
	border-radius: 3px;
	font-family: Philosopher, Times New Roman, Times, serif;
	color: #ffe6ab;
}

.entrance__desc {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	border-radius: 3px;
	color: #fbfaf7;
}

.entrance__info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #16171c;
	line-height: 1.3;
}

.pr {
	padding-right: 10px;
}

.pl {
	padding-left: 10px;
}

.pt {
	padding-top: 10px;
}

.pb {
	padding-bottom: 10px;
}

.mr {
	margin-right: 10px;
}

.ml {
	margin-left: 10px;
}

.mt {
	margin-top: 10px;
}

.mb {
	margin-bottom: 10px;
}

.m {
	margin: 10px;
}

.mra {
	margin-right: auto;
}

.mla {
	margin-left: auto;
}

.mta {
	margin-top: auto;
}

.ma {
	margin: auto;
}

.mba {
	margin-bottom: auto;
}

.mr0 {
	margin-right: 0;
}

.ml0 {
	margin-left: 0;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.m0 {
	margin: 0;
}

.color-light {
	color: #e8d1a6;
}

.color-dark {
	color: #000;
}

.color-red {
	color: #ff2727;
}

.color-yellow {
	color: #ff0;
}

.color-orange {
	color: #ffab0b;
}

.color-pink {
	color: #ff89bb;
}

.color-purple {
	color: #b518b5;
}

.color-blue {
	color: #3b91ff;
}

.color-green {
	color: #1fc81f;
}

.color-grey {
	color: grey;
}

.color-white {
	color: #fff;
}

.color-black {
	color: #000;
}

.color-brown {
	color: #ae5023;
}

.color-aqua {
	color: #0ff;
}

.color-0 {
	color: #fff;
}

.color-1 {
	color: #000;
}

.color-2 {
	color: #9491a2;
}

.color-3 {
	color: #e9c586;
}

.color-4 {
	color: #7b7b85;
}

.color-5 {
	color: #fbfaf7;
}

.color-6 {
	color: #c4a457;
}

.color-7,
.color-8,
.color-9 {
	color: #fff;
}

.color-accent {
	color: #e9c586;
}

.font-0 {
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.font-1 {
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

.color-main {
	color: #fff;
}

.color-primary {
	color: #000;
}

.color-secondary {
	color: #9491a2;
}

[class*=" gwi_"]:before,
[class^="gwi_"]:before {
	margin: 0;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.fs08 {
	font-size: 0.8em;
}

.fs085 {
	font-size: 0.85em;
}

.fs09 {
	font-size: 0.9em;
}

.fs095 {
	font-size: 0.95em;
}

.fs11 {
	font-size: 1.1em;
}

.fs12 {
	font-size: 1.2em;
}

.fs13 {
	font-size: 1.3em;
}

.fs14 {
	font-size: 1.4em;
}

.fs15 {
	font-size: 1.5em;
}

.fs2 {
	font-size: 2em;
}

[data-tab] {
	-webkit-animation: tab 1s ease forwards;
	animation: tab 1s ease forwards;
}

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

	to {
		opacity: 1;
	}
}

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

	to {
		opacity: 1;
	}
}

@media (min-width: 500px) {
	html {
		font-size: 87%;
	}

	.atab__btns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (min-width: 550px) {
	.ww__body {
		padding: 30px 25px;
	}

	.ww__body_padding_none,
	.ww__body_stream {
		padding: 0;
	}
}

@media (min-width: 600px) {
	.btn_size_large {
		min-height: 54px;
	}
}

@media (min-width: 700px) {
	.desc,
	.inf {
		font-size: 13px;
	}

	.head {
		font-size: 10px;
	}

	.sysreq,
	.sysreq__col {
		font-size: 17px;
	}

	.btn {
		--scale: 1;
	}

	.btn_small {
		--scale: 0.8;
	}

	.header {
		grid-template-columns: minmax(auto, 416px) auto minmax(auto, 416px);
	}

	.header__box {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.header__servers {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header__servers_left {
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10;
	}

	.header__servers_right {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		order: 20;
	}

	.sldinfo__title {
		font-size: 28px;
	}

	.sldinfo__desc {
		font-size: 16px;
	}

	.post {
		padding-left: 35%;
	}

	.box__btn {
		font-size: 16px;
		line-height: 16px;
	}

	.box__btn-content {
		max-width: 120px;
	}

	.mid__invite {
		padding-top: 100px;
		grid-column: span 2;
	}

	[data-section="events"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.ww__inner {
		padding: 40px;
	}

	.ww__body:after {
		content: "";
	}

	.ww__close {
		top: 60px;
		right: 60px;
	}

	.ww__button-invite {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
	}

	.about__ttl {
		font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
		white-space: nowrap;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: auto 1fr;
		grid-gap: 10px;
	}

	.about__ttl:after {
		display: block;
		content: "";
		height: 2px;
		background-color: #3f3f45;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-top: 3px;
	}
}

@media (min-width: 850px) {
	.mid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 40px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 900px) {
	html {
		font-size: 100%;
	}
}
/*
@media (min-width:1000px) {
	.page {
		background-image: url(../images/bg/bg-0.jpg)
	}

	.page_static {
		background-image: url(../images/bg/bg-static-0.jpg)
	}

	.navigation__btns {
		display: block
	}

	.header__countdown {
		margin-top: -25px;
		height: 70px
	}

	.header__servers {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.mid__invite {
		padding-top: 200px
	}

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

	.footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-template-columns: 340px auto
	}

	.inav__item {
		height: 100px
	}

	.inav__title {
		font-size: 25px
	}

	.inav__desc {
		font-size: 12px
	}

	.atab__btn {
		font-size: 17px;
		font-weight: 500;
		font-family: 'Philosopher', 'Times New Roman', Times, serif;
	}

	.about__container {
		grid-template-columns: 300px 1fr
	}
}

@media (min-width:1100px) {
	.download__list {
		grid-template-columns: 1fr 1fr;
		padding-bottom: 35px;
		border-bottom: 2px solid #4f4f52
	}

	.download__list:after {
		display: block;
		content: "";
		position: absolute;
		top: 30%;
		bottom: 0;
		left: calc(50% - 1px);
		width: 2px;
		background-color: #4f4f52
	}

	.download__container {
		grid-template-columns: 1fr 1fr
	}

	.download__btns {
		margin-bottom: -60px
	}

	.files__list {
		margin-top: auto;
		padding-top: 23px
	}
}
/*
@media (min-width:1200px) {
	.download__list {
		grid-gap: 30px 70px
	}

	.char {
		display: block
	}

	.gw-burger {
		display: none
	}

	.menu,
	.menu__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.menu__content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: none
	}

	.menu__list {
		list-style-type: none;
		margin: 0;
		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;
		opacity: 1;
		visibility: visible;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.menu__list_left {
		padding-left: 1%
	}

	.menu__list_right {
		padding-left: 4%
	}

	.menu__el,
	.menu__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 0
	}

	.menu__item {
		padding: 10px 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none;
		text-align: center;
		color: #9491a2;
		cursor: pointer;
		font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.menu__item:hover,
	.menu__item_open:hover {
		-webkit-filter: brightness(180%);
		filter: brightness(180%)
	}

	.menu__item_hov {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 10px 20px;
		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;
		text-decoration: none;
		text-align: center;
		pointer-events: none
	}

	.menu__item:hover .menu__item_hov {
		-webkit-animation: menubtnhov .3s ease;
		animation: menubtnhov .3s ease
	}

	@-webkit-keyframes menubtnhov {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0
		}

		20% {
			opacity: .3
		}

		to {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
			opacity: 0
		}
	}

	@keyframes menubtnhov {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0
		}

		20% {
			opacity: .3
		}

		to {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
			opacity: 0
		}
	}

	.menu__ico {
		display: none;
		margin-right: 8px;
		-webkit-transition: all .2s;
		transition: all .2s;
		position: relative;
		top: -2px
	}

	@media (min-width:1350px) {
		.menu__ico {
			display: block
		}
	}

	[data-menu-open-sub-list]:after {
		display: block;
		content: "";
		background: url(../images/menu/arrow-down.png) no-repeat;
		width: 9px;
		height: 6px;
		margin-left: 6px;
		position: relative;
		top: 0;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.menu__sub-list {
		position: absolute;
		left: 20px;
		top: calc(100% - 10px);
		list-style: none;
		padding: 10px 0;
		margin: 0;
		z-index: 100;
		min-width: 100px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: rgba(13, 13, 17, .88);
		display: block !important
	}

	.menu__sub-list:hover,
	[data-menu-open-sub-list]:hover+.menu__sub-list {
		opacity: 1;
		visibility: visible;
		top: 100%
	}

	.menu__sub-list:before {
		display: block;
		content: "";
		border: 9px solid transparent;
		border-bottom-color: rgba(13, 13, 17, .88);
		position: absolute;
		bottom: 100%;
		left: 20px
	}

	.menu__sub-item {
		padding: 10px 25px;
		border: 0;
		text-align: left;
		font-style: normal;
		color: #9491a2;
		cursor: pointer;
		font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		white-space: nowrap;
		display: block;
		text-decoration: none
	}

	.menu__sub-item:hover {
		background: rgba(148, 145, 162, .102);
		color: #fff
	}

	.menu__sub-item:hover .menu__sub-name {
		color: #000
	}

	.menu__sub-item:hover .menu__sub-desc {
		color: rgba(0, 0, 0, .6)
	}

	.menu__sub-pic {
		width: 48px;
		height: 48px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		background-color: #fff;
		fill: transparent;
		stroke: #000;
		color: #000;
		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;
		border-radius: 50%;
		margin-left: auto;
		border: 1px solid #ccd6e0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.menu__sub-item:hover .menu__sub-pic {
		background-color: #3b91ff;
		border: 1px solid #3b91ff;
		stroke: #fff
	}

	.navigation__lang {
		-webkit-box-ordinal-group: 101;
		-ms-flex-order: 100;
		order: 100;
		margin-right: 0;
		margin-left: 0
	}

	[data-scl-target=menu] {
		display: none
	}

	[data-scl-target=navigation] {
		display: block;
		margin-left: 30px;
		margin-right: 30px
	}

	.header {
		height: 200px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.header_static {
		height: auto;
		min-height: 460px
	}

	.header__servers {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 25px
	}

	.header__servers_left {
		margin-left: -20px
	}

	.header__servers_right {
		margin-right: -20px
	}

	[data-section=mid] {
		margin-top: 114px
	}

	.mid {
		grid-template-columns: minmax(320px, 360px) auto minmax(320px, 360px);
		grid-gap: 0 15px
	}

	.mid__invite {
		grid-column: span 1;
		padding-top: 155px;
		margin-bottom: 20px
	}

	.mid__box {
		margin-bottom: 60px
	}

	.mid__box_1 {
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.mid__box_2 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.footer {
		grid-template-columns: 450px auto;
		padding-top: 6px;
		padding-bottom: 6px;
		min-height: 96px
	}

	.footer__bnrs {
		grid-gap: 8px 40px
	}

	.inav {
		grid-template-columns: 1fr
	}

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

	.about__container {
		grid-template-columns: 440px 1fr
	}
}

@media (min-width:1400px) {
	.invite__slider {
		margin: 54px auto 0
	}

	.scl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.scl_1 {
		left: calc(100% + 12px)
	}

	.scl_1,
	.scl_2 {
		bottom: 30px;
		top: auto;
		-webkit-transform: none;
		transform: none
	}

	.scl_2 {
		right: calc(100% + 12px);
		left: auto
	}

	[data-section=mid] {
		margin-bottom: 20px
	}

	.mid {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mid__box {
		margin-bottom: 0
	}

	.files__list {
		grid-gap: 22px
	}
}

@media (min-width:1400px) and (max-height:1079px) {
	.header__servers {
		margin-top: 15px
	}

	.mid__invite,
	[data-section=mid] {
		margin-top: auto
	}

	.footer {
		padding-top: 4px;
		padding-bottom: 4px;
		min-height: 80px
	}
}

@media (max-width:1199px) {
	.gw-burger {
		position: relative;
		z-index: 5;
		background-color: transparent;
		width: 24px;
		height: 18px;
		border-radius: 0;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.gw-burger__line {
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		background-color: #70767c;
		border-radius: 2px;
		-webkit-transition: top .3s .3s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s;
		transition: top .3s .3s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s
	}

	.gw-burger__line_pos_top {
		top: 0
	}

	.gw-burger__line_pos_middle {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s .4s;
		transition: all .3s .4s
	}

	.gw-burger__line_pos_bottom {
		bottom: 0
	}

	.mob-menu-active .gw-burger__line_pos_top {
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		top: 50%;
		-webkit-transition: top .3s .1s, bottom .3s .1s, opacity 0s .1s, transform .3s .3s;
		transition: top .3s .1s, bottom .3s .1s, opacity 0s .1s, transform .3s .3s
	}

	.mob-menu-active .gw-burger__line_pos_middle {
		opacity: 0;
		-webkit-transition: all .3s .1s;
		transition: all .3s .1s
	}

	.mob-menu-active .gw-burger__line_pos_bottom {
		-webkit-transform: rotate(-45deg) translateY(50%);
		transform: rotate(-45deg) translateY(50%);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		bottom: 50%;
		-webkit-transition: top .3s .1s, bottom .3s .1s, opacity 0s .1s, transform .3s .3s;
		transition: top .3s .1s, bottom .3s .1s, opacity 0s .1s, transform .3s .3s
	}

	.menu {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 80px;
		padding-bottom: 40px;
		height: 100vh;
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: rgba(8, 8, 9, .95);
		opacity: 0;
		-webkit-transition: all .5s .3s;
		transition: all .5s .3s;
		visibility: hidden;
		-webkit-box-shadow: 0 0 100vh 100vh rgba(8, 8, 9, .95);
		box-shadow: 0 0 100vh 100vh rgba(8, 8, 9, .95)
	}

	.nav-scroll:not(.mob-menu-active) .menu {
		padding: 0
	}

	.mob-menu-active .menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.menu__content {
		margin: auto;
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
		-webkit-transition: all .3s;
		transition: all .3s;
		opacity: 0
	}

	.mob-menu-active .menu__content {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-webkit-transition: all .5s .3s;
		transition: all .5s .3s
	}

	.menu__list {
		list-style-type: none;
		padding: 0;
		margin: 0;
		max-height: 400px
	}

	.menu__list_center {
		display: none
	}

	.menu__item {
		padding: 20px 40px;
		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;
		text-decoration: none;
		text-align: center;
		color: #9491a2;
		cursor: pointer;
		font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase
	}

	@media (max-height:599px) {
		.menu__item {
			padding: 10px 20px
		}
	}

	.menu__item_hov {
		display: none
	}

	.menu__item:hover {
		color: #fff
	}

	.menu__ico,
	.menu__sub-wrapper {
		display: none
	}

	.subnav__container {
		padding: 0
	}

	.subnav__ico {
		display: none
	}

	.mob-menu-active {
		overflow: hidden
	}

	[data-menu-open-sub-list]:after {
		display: block;
		content: "";
		background: url(../images/menu/arrow-down.png) no-repeat;
		width: 9px;
		height: 6px;
		margin-left: 6px;
		position: relative;
		top: 0;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.menu__item_open:after {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg)
	}

	.menu__sub-list {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: none;
		background-color: hsla(0, 0%, 100%, .06)
	}

	.menu__sub-item {
		padding: 10px 25px;
		border: 0;
		text-align: center;
		font-style: normal;
		color: #9491a2;
		cursor: pointer;
		font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		white-space: nowrap;
		display: block;
		text-decoration: none
	}

	.menu__sub-item:hover {
		background: rgba(148, 145, 162, .102)
	}

	.menu__sub-content {
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.menu__sub-name {
		font-size: 18px;
		line-height: 18px;
		color: #000
	}

	.menu__sub-desc,
	.menu__sub-name {
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.menu__sub-desc {
		padding-top: 3px;
		font-size: 14px;
		line-height: 16px;
		color: rgba(0, 0, 0, .6)
	}
}

@media (max-width:599px) {

	.bt__content_sm_none,
	.button__content_sm_none {
		margin: 0;
		display: none
	}
}

@media (max-width:449px) {
	.btn__content_sm_none {
		display: none
	}
}
*/
