html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

main {
	display: block
}

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

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

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: -.25em
}

sup {
	top: -.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: .35em .75em .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;
	max-width: 100%;
	height: auto
}

a {
	background-color: transparent;
	color: #f8a61f;
	-webkit-transition-duration: .2s;
	transition-duration: .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: #fff
}

:-moz-placeholder,
::-moz-placeholder {
	color: #fff
}

:-ms-input-placeholder {
	color: #fff
}

:focus::-webkit-input-placeholder {
	color: transprent
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
	color: transprent
}

:focus:-ms-input-placeholder {
	color: transprent
}

input:not([type=checkbox]):not([type=radio]),
select {
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, .6);
	border: 1px solid #59462a;
	border-radius: 3px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	color: #d9d9d9;
	font-family: Segoe UI, Open Sans, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	outline: none
}

input:not([type=checkbox]):not([type=radio]):focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ffba00
}

option {
	background-color: #141110;
	color: #d5c8b4;
	font-size: 16px;
	font-weight: 400
}

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

.tt-uppercase {
	text-transform: uppercase
}

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

.inp-grp {
	position: relative;
	width: 100%
}

.inp-grp_m_b {
	margin-bottom: 15px
}

.inp-desc {
	color: #b0925c;
	font-size: 14px
}

.inp-desc_m_b,
.inp-error {
	margin-bottom: 5px
}

.inp-error {
	color: #ff5412
}

.inp-error~input {
	outline: 1px solid #ff5412
}

.field {
	position: relative
}

.color-light {
	color: #e8d1a6
}

.color-red {
	color: #ff2727
}

.color-orange {
	color: #ffba00
}

.color-blue {
	color: #2437e2
}

.color-green {
	color: #24e23d 2
}

.color-grey {
	color: #c5c1c1
}

.color-white {
	color: #fff
}

.color-aqua {
	color: #00fffc
}

.preload {
	background-color: #1e2120;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s cubic-bezier(.64, .14, .34, 1.32);
	transition: all .5s cubic-bezier(.64, .14, .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__logo {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block
}

.preload__fade {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

@-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)
	}
}

body {
	line-height: 1.15;
	color: #6f6865;
	font-family: Segoe UI, Open Sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	background-color: #1e2120
}

.page,
body {
	overflow-x: hidden;
	min-width: 460px
}

.page {
	position: relative;
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #1e2120 url(../images/bg__full.jpg) no-repeat top
}

.page_hide {
	opacity: 0
}

.page__section {
	position: relative;
	z-index: 2;
	-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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.page__container,
.page__section_pad {
	padding-left: 10px;
	padding-right: 10px
}

.page__container {
	max-width: 1250px;
	width: 100%;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.page__inner_rw {
	margin-left: -10px;
	margin-right: -10px
}

.heading {
	font-weight: 400;
	padding: 10px 0;
	margin: 0
}

.btn,
.heading {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 299px;
	height: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 0;
	border: 0;
	outline: 0;
	background-color: transparent
}

.btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: transparent url(../images/btns/btn_type_1.png) no-repeat 50%
}

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

.btn__content {
	position: relative;
	z-index: 5;
	display: inline-block
}

.btn__desc {
	color: #ceb980;
	font-size: 11px;
	font-weight: 400
}

.btn_type_1 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
	width: 299px;
	height: 70px
}

.btn_type_1 .btn__title {
	letter-spacing: 1px
}

.btn_type_1 .btn__desc {
	color: #ceb980;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1.55px
}

.btn_type_1:after {
	background: transparent url(../images/btns/btn_type_1.png) no-repeat 50%
}

.btn_type_2 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	width: 209px;
	height: 52px
}

.btn_type_2:after {
	background: transparent url(../images/btns/btn_type_2.png) no-repeat 50%
}

.btn_type_3 {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	width: 106px;
	height: 33px
}

.btn_type_3:after {
	background: transparent url(../images/btns/btn_type_3.png) no-repeat 50%
}

.btn_type_3.btn_color_green:after {
	background: transparent url(../images/btns/btn-3-green.png) no-repeat 50%;
}

.btn_type_3.btn_color_red:after {
	background: transparent url(../images/btns/btn-3-red.png) no-repeat 50%;
}

.btn_type_3.btn_color_blue:after {
	background: transparent url(../images/btns/btn-3-blue.png) no-repeat 50%;
}

.btn_type_4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	width: 274px;
	height: 65px
}

.btn_type_4:after {
	background: transparent url(../images/btns/btn_type_4.png) no-repeat 50%
}




/* .btn_color_green:after {
	filter: hue-rotate(60deg) !important;
}

.btn_color_blue:after {
	filter: hue-rotate(173deg) !important;
}

.btn_color_purple:after {
	filter: hue-rotate(228deg) !important;
}

.btn_color_magenta:after {
	filter: hue-rotate(271deg) !important;
} */

.lang {
	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
}

.lang__link {
	margin: 6px;
	opacity: .4;
	-webkit-transition: all .3s;
	transition: all .3s
}

.lang__link:hover,
.lang__link_active {
	opacity: 1
}

.nav {
	position: relative
}

.nav__link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 8px;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	line-height: 16px
}

.nav__ico,
.nav__link {
	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
}

.nav__ico {
	width: 55px;
	height: 55px;
	margin-right: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.nav__link:hover .nav__ico {
	-webkit-filter: brightness(130%);
	filter: brightness(130%)
}

.nav__img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.nav__name {
	text-shadow: .1px 2px 0 rgba(0, 0, 0, .27);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	white-space: nowrap
}

.nav__desc,
.nav__name {
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}

.nav__desc {
	color: #a1adbb;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px
}

.nav__link:hover .nav__name {
	color: #ffc923
}

.nav__link:hover .nav__desc {
	color: #9b7f2d
}

.gw-burger {
	position: relative;
	z-index: 5;
	background-color: #fbaa41;
	height: 36px;
	width: 40px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.gw-burger__line {
	height: 4px;
	position: absolute;
	left: 5px;
	right: 5px;
	background-color: #000;
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.gw-burger__line_pos_top {
	top: 5px
}

.gw-burger__line_pos_middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.gw-burger__line_pos_bottom {
	bottom: 5px
}

.gw-burger_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%
}

.gw-burger_active .gw-burger__line_pos_middle {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0
}

.gw-burger_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%
}

.navigation {
	position: relative;
	z-index: 20
}

.navigation__container {
	max-width: 1230px
}

.navigation__inner {
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navigation__lang {
	margin-left: auto;
	margin-right: 4px
}

.navigation__nav {
	-ms-flex-item-align: center;
	align-self: center
}

.navigation__list,
.navigation__nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.navigation__list {
	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;
	max-width: 920px;
	min-width: 230px;
	margin-right: 50px
}

@media (min-width:1000px) {
	.navigation__burger {
		display: none
	}
}

@media (max-width:1000px) {
	.navigation__burger {
		display: block;
		margin: 10px
	}

	.navigation__list {
		position: absolute;
		left: 10px;
		top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		z-index: 10;
		background-color: #232321;
		border: 2px solid #fbaa41;
		border-radius: 3px;
		-webkit-transition: all .3s;
		transition: all .3s;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: left top;
		transform-origin: left top
	}

	.nav__link,
	.navigation__list {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.nav__link {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.nav__link:hover {
		background-color: #1c1c1c
	}

	.nav__ico {
		display: block
	}

	.nav__name {
		color: #fbaa41
	}

	.nav__link:hover .nav__name {
		color: #f8a61f
	}

	.nav__desc {
		color: #bbbaa1
	}

	.gw-burger_active~.navigation__list {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 42px
	}
}

.logo {
	text-decoration: none;
	display: block;
	width: 320px;
	height: 185px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative
}

.logo:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%)
}

.logo:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	width: 536px;
	height: 590px;
	left: 50%;
	top: -141px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none
}

.link-cp {
	background-color: rgba(20, 20, 20, .77);
	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;
	height: 40px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #c9cdcc
}

.link-cp:hover {
	background-color: #141414;
	color: #ececec
}

.link-cp__img {
	margin-right: 16px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.link-cp:hover .link-cp__img {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	-webkit-filter: brightness(120%);
	filter: brightness(120%)
}

.link-cp__content {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase
}

.page__header {
	position: relative;
	z-index: 4
}

.header__inner {
	min-height: 390px;
	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
}

.header__box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 299px;
	flex-basis: 299px;
	margin: 0 10px
}

.header__box_play {
	padding-top: 275px
}

.header__link-cp {
	margin-left: 2px;
	margin-top: -4px;
	margin-right: 1px
}

.header__logotype {
	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-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (max-width:1000px) {
	.header__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		height: auto;
		padding-bottom: 40px
	}

	.header__box {
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}

	.header__box_play {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		padding-top: 0
	}

	.header__logotype {
		padding-right: 0;
		padding-left: 14px;
		height: 300px
	}
}

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

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

.post__content {
	height: 83px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	overflow: hidden
}

.post__content:before {
	content: "";
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .91)), color-stop(30%, rgba(0, 0, 0, .7)), to(transparent));
	background: linear-gradient(90deg, rgba(0, 0, 0, .91) 0, rgba(0, 0, 0, .7) 30%, transparent);
	right: 50%;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.post__content:before,
.post__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.post__img {
	right: 0;
	z-index: 0;
	background-image: url(../images/posts/post__bg_1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s
}

.post__link:hover~.post__content .post__img {
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

.post__type {
	color: #ce5861;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	z-index: 5
}

.post__type_event {
	color: #a958ce
}

.post__date {
	color: #828281;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	padding-top: 4px
}

.post__date,
.post__heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.post__heading {
	background-color: rgba(20, 20, 20, .77);
	min-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1px 15px 4px
}

.post__title {
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400
}

.post__desc {
	color: #7b7b7b;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

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

.posts__post {
	width: calc(50% - 20px);
	margin: 0 10px
}

.scl {
	margin: 0 10px
}

.scl,
.scl__link {
	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__link {
	background: url(../images/scl/scl__bg_1.jpg) no-repeat;
	width: 99px;
	height: 133px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	margin-left: 1px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.scl__link:hover {
	-webkit-filter: brightness(125%);
	filter: brightness(125%)
}

.scl__link_type_1 {
	background: url(../images/scl/scl__bg_1.jpg) no-repeat
}

.scl__link_type_2 {
	background: url(../images/scl/scl__bg_2.jpg) no-repeat
}

.scl__link_type_3 {
	background: url(../images/scl/scl__bg_3.jpg) no-repeat
}

.scl__link_type_4 {
	background: url(../images/scl/scl__bg_4.jpg) no-repeat
}

.scl__pic {
	height: 50px
}

.scl__title {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase
}

.scl__desc,
.scl__title {
	height: 12px;
	line-height: 12px;
	font-weight: 400
}

.scl__desc {
	color: #a6afe3;
	font-size: 12px
}

.holder__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;
	padding-bottom: 15px
}

.holder__posts {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (max-width:1000px) {
	.holder__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.holder__posts {
		width: 100%
	}

	.posts__post {
		width: calc(50% - 20px);
		margin: 10px
	}

	.holder__scl {
		width: 100%;
		margin: 0
	}

	.scl__link {
		margin: 10px
	}
}

@media (max-width:700px) {
	.posts__post {
		width: calc(100% - 20px)
	}

	.holder__scl {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 5px;
		padding-left: 5px
	}

	.scl__link {
		margin: 5px
	}
}

.stream {
	position: relative;
	z-index: 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;
	flex-direction: column;
	height: 150px;
}

.stream__content {
	text-align: center
}

.stream__title {
	color: #fff
}

.stream__link,
.stream__title {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase
}

.stream__link {
	text-shadow: 0 0 9px rgba(236, 180, 57, .9), 0 0 3px rgba(236, 168, 20, .9), 0 0 9px rgba(236, 168, 20, .9), 0 0 15px rgba(236, 168, 20, .9);
	color: #f1d90b;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.stream__link:hover {
	color: orange
}

.stream iframe,
.stream img {
	width: 100%;
	height: 100%
}

.page__streams {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 15px
}

.streams__list {
	width: calc(100% - 20px);
	margin: 0 10px;
	position: relative;
	z-index: 0
}

.streams__arrow {
	display: block;
	width: 18px;
	height: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.streams__arrow:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%)
}

.streams__arrow.swiper-button-disabled {
	opacity: .3;
	pointer-events: none
}

.streams__arrow_next {
	background: url(../images/streams/streams__arrow_next.png) no-repeat;
	left: 100%
}

.streams__arrow_prev {
	background: url(../images/streams/streams__arrow_prev.png) no-repeat;
	right: 100%
}

@media (max-width:1280px) {
	.streams__arrow_next {
		left: calc(100% - 20px)
	}

	.streams__arrow_prev {
		right: calc(100% - 20px)
	}
}

.server {
	width: 100%;
	cursor: default;
	position: relative;
	z-index: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.server__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 77px
}

.server__ico {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 0;
	margin-right: 20px
}

.server__pic {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 101px;
	height: 99px;
	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;
	pointer-events: none
}

.server__content {
	position: relative;
	z-index: 2;
	line-height: 16px;
	width: 150px
}

.server__title {
	color: #fff;
	font-size: 16px;
	font-weight: 400
}

.server__desc {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400
}

.server__online {
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	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;
	line-height: 16px
}

.server__count {
	color: #fff;
	font-size: 15px;
	font-weight: 400
}

.server__status {
	color: #a6b755;
	font-size: 12px;
	font-weight: 400
}

.server__select {
	color: #a6b755;
	font-size: 11px
}

.server__note,
.server__select {
	text-transform: uppercase;
	font-weight: 400
}

.server__note {
	color: #fff;
	font-size: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 1px;
	display: inline-block;
	background-color: #d20000;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #d20000;
	box-shadow: 0 0 10px #d20000;
	position: relative;
	top: -2px
}

.server__note_new {
	background-color: #d20000;
	-webkit-box-shadow: 0 0 10px #d20000;
	box-shadow: 0 0 10px #d20000;
}

.server__note_old {
	background-color: #6f6f6f;
	-webkit-box-shadow: 0 0 10px #6f6f6f;
	box-shadow: 0 0 10px #6f6f6f;
}

.server_status_off .server__count,
.server_status_off .server__status {
	color: #cc3914
}

.servers {
	width: 280px
}

.lang span {
	font-size: 12px;
	position: relative;
	top: -2px;
	color: #c1c2c2;
	background: #ffffff0d;
	padding: 3px 5px;
}

.servers__inner {
	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
}

.servers__server {
	margin: 0 10px
}

.topicons {
	position: absolute;
	right: 0px;
	top: 1px;
}

.topicons a {
	text-decoration: none;
}

.topicons img {
	text-decoration: none;
	width: 38px;
}

.navigation__lang {
	width: 150px;
	margin-left: auto;
	margin-right: 4px;
	margin-top: 3px;
}

.rating {
	width: 100%;
	margin: 0 auto;
	color: #6a6a6a;
	position: relative
}

.rating,
.rating__tab {
	-webkit-transition: all .5s;
	transition: all .5s
}

.rating__tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	height: 0
}

.rating__tab_active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	height: 100%
}

.rating-wrp {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.top {
	height: 28px;
	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;
	position: relative;
	z-index: 0;
	cursor: default;
	color: #818181;
	font-size: 14px;
	font-weight: 400
}

.top:after {
	content: "";
	background-color: hsla(0, 0%, 100%, .07);
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	left: -15px;
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

.top:hover:after {
	opacity: 1
}

.top_header:after {
	display: none
}

.top__num {
	width: 24px;
	text-align: center;
	margin-left: -4px;
	background: rgb(0 0 0 / 10%);
	margin-right: 10px;
	padding: 0px 5px;
	text-align: center;
}

.top__name,
.top__num {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.top__name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-overflow: ellipsis;
	overflow: hidden
}

.top__pk,
.top__pvp {
	width: 55px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.top__name_header,
.top__pk_header,
.top__pvp_header {
	color: #444;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase
}

.rating-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;
	text-align: center;
	flex-wrap: wrap;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: auto;
}

.rating-ul {
	margin: 5px 0;
}

.rating-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #424242;
	margin: 0 2px;
	color: #d9d9d9;
	font-size: 12px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 2px 10px;
	cursor: pointer;
	width: 88px;
}

.rating-btn_active,
.active .rating-btn {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
	/*    opacity: 0;*/
}

.theme {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 10px;
	margin-bottom: 6px;
	cursor: default;
	border: 1px solid #2b2a2a;
	overflow: hidden
}

.theme,
.theme:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.theme:after {
	content: "";
	background: linear-gradient(6deg, #141414, #141414 37%, #262626);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.theme:hover:after {
	-webkit-filter: brightness(130%);
	filter: brightness(130%)
}

.theme__info {
	width: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.theme__type {
	color: #999;
	font-size: 13px;
	line-height: 12px;
	padding-bottom: 4px;
	font-weight: 400;
	text-transform: uppercase
}

.theme__date {
	color: #828281;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.theme__content {
	color: #fff;
	font-size: 13px;
	line-height: 12px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6px
}

.theme__btns {
	-ms-flex-item-align: center;
	align-self: center;
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.theme__link {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	padding: 7px 0;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #424242;
	border: 1px solid #424242;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}

.theme__link:hover {
	background-color: #272727
}

.theme_type_event:after {
	background: linear-gradient(6deg, #141414, #141414 37%, #3b1714)
}

.theme_type_event .theme__link {
	background-color: #7b4309;
	border: 1px solid #7b4309
}

.theme_type_event .theme__link:hover {
	background-color: #46290a
}

.theme_type_event .theme__type {
	color: #cb7d37
}

.theme_type_info:after {
	background: linear-gradient(6deg, #141414, #141414 37%, #14213b)
}

.theme_type_info .theme__link {
	background-color: #09467b;
	border: 1px solid #09467b
}

.theme_type_info .theme__link:hover {
	background-color: #08243f
}

.theme_type_info .theme__type {
	color: #5884ce
}

.theme_type_support:after {
	background: linear-gradient(6deg, #141414, #141414 37%, #262626)
}

.theme_type_support .theme__link {
	background-color: #424242;
	border: 1px solid #424242
}

.theme_type_support .theme__link:hover {
	background-color: #272727
}

.theme_type_support .theme__type {
	color: #999
}

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

.about__servers {
	margin: 0 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.about__tops {
	margin: 0 10px;
	flex-basis: 385px;
	display: flex;
	flex-direction: column;
}

.about__forum,
.about__tops {
	background-color: #171717;
	border: 1px solid #232222;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	min-width: 300px;
}

.about__forum {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 5px
}

@media (max-width:1280px) {
	.about__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about__forum {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		width: calc(100% - 20px);
		margin: 10px
	}

	.about__servers,
	.about__tops {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.about__tops {
		flex-basis: auto;
	}

	.servers__server {
		width: 100%
	}
}

@media (max-width:680px) {
	.about__tops {
		width: calc(100% - 20px);
		margin: 10px
	}

	.about__servers {
		margin: 0 auto;
		width: auto
	}
}

.payment-system {
	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
}

.payment-system__logo {
	margin: 10px
}

.dev {
	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__dev {
	margin-left: auto
}

.dev__logo {
	margin: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #3e3e3e
}

.dev__logo_gw {
	margin-top: 10px
}

.dev__logo:hover {
	opacity: .7
}

.page__footer {
	margin-top: auto
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 10px
}

@media (max-width:900px) {
	.footer__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer__dev {
		width: calc(100% - 20px);
		margin: 10px
	}
}

.start {
	position: relative;
	z-index: 20
}

.start__servers {
	position: absolute;
	top: 100%;
	left: 2px;
	right: 2px
}

.start__server {
	background-color: #1a1a1a;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.start__server:hover {
	background-color: #292929
}

.p-header {
	color: #fff;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px
}

.p-header_bb {
	border-bottom: 2px solid #252421
}

.p-header_p_b {
	padding-bottom: 10px
}

.p-header__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700
}

.p-header__notice {
	color: #99a6b1;
	font-size: 11px;
	font-weight: 600;
	text-transform: none;
	margin-left: 25px
}

.p-header__link {
	color: #b3cc2a;
	text-decoration: underline
}

.p-header__link:hover {
	text-decoration: none
}

.gw-modal-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 15;
	display: none;
	pointer-events: none
}

.main__container_style_group {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-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
}

.gw-modal,
.main__container_style_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gw-modal {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1230px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #1a1a1a url(../images/modal/bg.jpg) no-repeat bottom;
	z-index: 15;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%)
}

.gw-modal-close {
	background: #1a1a1a url(../images/close.png) no-repeat 50%;
	width: 31px;
	height: 31px;
	border: 1px solid #39352e;
	display: inline-block;
	margin-left: auto;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 5px;
	position: absolute;
	right: 20px;
	top: 80px
}

.gw-modal-close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 50%
}

.fancybox-content .gw-modal-close {
	top: 6px;
	right: 6px
}

.gw-modal__inner {
	width: 100%
}

.gw-modal__content {
	padding-top: 72px;
	position: relative
}

.gw-modal__content:before {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 72px;
	background-color: #252421;
	left: 0;
	right: 0;
	z-index: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}

.gw-modal__p-header {
	padding: 10px 0
}

.gw-modal__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px
}

.gw-modal__block {
	width: calc(100% - 40px);
	margin: 0 20px
}

.m-heading_p {
	padding: 10px 0
}

.m-heading__title {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase
}

.m-heading__title_yellow {
	color: #d3b23e
}

.m-heading__desc {
	color: #7f7f7f;
	font-size: 11px;
	font-weight: 100;
	line-height: 18px;
	min-height: 40px
}

.files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1230px
}

.files__box {
	width: calc(50% - 40px);
	margin: 0 20px
}

.files__box_reg {
	text-align: center;
	padding-bottom: 20px
}

.download {
	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;
	border-top: 2px solid #252421;
	border-bottom: 2px solid #252421;
	padding: 5px 0;
	color: #b0925c;
	font-size: 13px;
	margin: 2px 0
}

.download__desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5px
}

.donate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1230px
}

.donate__box {
	width: calc(50% - 40px);
	margin: 0 20px
}

.donate__servers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px
}

.donate__server {
	width: calc(50% - 20px);
	margin: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 2px solid #33322e;
	padding-right: 10px;
	position: relative;
	z-index: 0
}

.donate__server .server__ico {
	margin-right: 10px
}

.donate__server .server__info {
	min-height: 70px
}

.server__input {
	display: none
}

.server__check {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -10px;
	z-index: -1;
	background-color: hsla(0, 0%, 100%, .06);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.server__input:checked~.server__check {
	opacity: 1
}

.psy {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px
}

.psy,
.psy__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.psy__item {
	width: calc(50% - 20px);
	margin: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 2px solid #33322e;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	z-index: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.psy__select {
	text-transform: uppercase;
	font-weight: 400;
	color: #a6b755;
	font-size: 11px
}

.psy__input {
	display: none
}

.psy__check {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -10px;
	z-index: -1;
	background-color: hsla(0, 0%, 100%, .06);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.psy__input:checked~.psy__check {
	opacity: 1
}

.donate__form-box,
.form-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.donate__form-box {
	width: calc(100% + 20px);
	margin: 0 -10px
}

.donate__field {
	width: calc(50% - 20px);
	margin: 10px
}

.form-box__container {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.form-box__container_desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.form-box__price {
	color: #caa34e;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px
}

.form-box__price_m_b {
	margin-bottom: 10px
}

.donate__total {
	color: #f1ba59;
	font-size: 25px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	text-align: center
}

.donate__send-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.donate__contacts {
	color: #6e6e6e;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	padding: 10px 0
}

.donate__link {
	color: #969696
}

.donate__about {
	color: #9a9180;
	font-size: 10px;
	line-height: 12px;
	margin-top: auto
}

.donate__bonus {
	padding-top: 15px;
	padding-bottom: 30px
}

.bonus-box {
	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;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f9a63b;
	padding-bottom: 3px
}

.bonus-box__sum {
	min-width: 30px;
	margin-left: 5px
}

.bonus__heading {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-shadow: 0 0 9px rgba(255, 110, 31, .75), 0 0 9px rgba(255, 210, 143, .75)
}

.bonus__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px
}

.bonus__item,
.bonus__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bonus__item {
	width: calc(50% - 20px);
	margin: 0 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #33322e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 30px
}

.bonus__title {
	color: #fff
}

.bonus__count,
.bonus__title {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase
}

.bonus__count {
	color: #eaa92c;
	margin-left: auto
}

.about-servers {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.a-server,
.about-servers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.a-server {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #252421;
	padding: 15px 0;
	color: #b0925c;
	font-size: 13px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: default;
	width: calc(50% - 40px);
	margin: 0 20px
}

.a-server__info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	border: 0;
	text-align: center;
	padding-bottom: 5px;
	width: 100px;
	position: relative;
	z-index: 0
}

.a-server__note {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px 1px;
	display: inline-block;
	background-color: #d20000;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #d20000;
	box-shadow: 0 0 10px #d20000;
	position: absolute;
	top: 0;
	right: 0
}

.a-server__img {
	height: 100px;
	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
}

.a-server__name {
	color: #d3b23e;
	margin-bottom: 5px
}

.a-server__chron {
	color: #7a7a7a
}

.a-server__content {
	color: #9b9b9b;
	font-size: 13px;
	line-height: 16px;
	padding-top: 10px
}

.a-server__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 5px
}

.a-server__link {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	padding: 7px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7b4309;
	border: 1px solid #7b4309;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}

.a-server__link:hover {
	background-color: #46290a
}

.fancybox-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #1a1a1a url(../images/modal/bg.jpg) no-repeat bottom;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}

.fancybox-is-open .fancybox-content {
	-webkit-animation: fadeInDown .5s ease;
	animation: fadeInDown .5s ease
}

.fancybox-is-closing .fancybox-content {
	-webkit-animation: fadeOutDown .5s ease;
	animation: fadeOutDown .5s ease
}

@media (max-width:1230px) {
	.gw-modal {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: auto;
		-webkit-transform: none;
		transform: none
	}
}

@media (max-width:1050px) {
	.donate {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.donate__box {
		width: calc(100% - 20px);
		margin: 10px
	}

	.donate__servers {
		margin-bottom: 20px
	}

	.donate__p-header {
		display: none
	}

	.donate__bonus {
		padding-bottom: 15px
	}
}

@media (max-width:750px) {
	.a-server {
		width: calc(100% - 20px);
		margin: 10px
	}
}

@media (max-width:630px) {
	.files__box {
		width: calc(100% - 20px);
		margin: 10px
	}

	[data-files-header="1"] {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	[data-files-content="1"] {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	[data-files-header="2"] {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	[data-files-content="2"] {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	[data-files-content="3"] {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.m-heading__desc {
		min-height: auto
	}
}

[data-animation="1"] {
	-webkit-animation: swing 2.5s ease infinite;
	animation: swing 2.5s ease infinite
}

@-webkit-keyframes swing {
	45% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	46% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}

	48% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}

	52% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}

	54% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px)
	}

	55% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

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

@keyframes swing {
	45% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	46% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}

	48% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}

	52% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}

	54% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px)
	}

	55% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

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

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}


/*Top fix*/
.f-c {
	display: flex;
	justify-content: center;
}

.f-b {
	display: flex;
	justify-content: space-between;
}

.ratecol {
	width: 40%;
	margin: 1px;
	padding: 2px 5px;
	background: rgb(255 255 255 / 2%);
}

.rateheader-i {
	color: rgb(255 255 255);
	background: rgb(255 255 255 / 5%);
	padding: 2px 5px;
	font-size: 14px;
}

.ratecol-mini {
	width: 35px;
	text-align: center;
}

.ratecol-mini-stat {
	width: 50px;
	text-align: center;
}

.rate-number {
	padding: 0px 5px;
}

.rateheader.f-b {
	padding: 2px;
	margin-bottom: 5px;
	background: #2b2b2b;
}

.rateinfo {
	background: rgb(255 255 255 / 2%);
	margin: 1px;
	padding: 2px 0px;
	font-size: 14px;
	padding: 2px 2px;
	transition: 0.2s;
}

.rateinfo:hover {
	background: rgb(255 255 255 / 5%);
}

.ratecol.ratecol-mini-stat.rate-pvp {
	color: #9ab459;
}

.ratecol.ratecol-mini-stat.rate-pk {
	color: #b45959;
}

.rate-number span {
	background: rgb(255 255 255 / 5%);
	display: block;
	width: 21px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 12px;
	color: rgb(255 255 255 / 50%);
}

.ratecol.rate-user {
	color: rgb(255 255 255 / 70%);
}

.clanemp {
	background: rgb(255 255 255 / 2%);
	line-height: 17px;
}

/*rating tabs*/


ul.tabs li.active {
	display: block;
}

ul.tabs {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}

ul.tabs li {
	list-style: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
}

/* invite */

.invite {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.invite__link {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 5px 8px;
	filter: drop-shadow(0 0 6px rgba(191, 201, 255, 0.37)) drop-shadow(0 0 3px rgba(215, 221, 255, .9)) drop-shadow(0 0 3px rgba(215, 221, 255, 0.59));
	transition: .3s all;
}

.invite__link_size_large {
	filter: drop-shadow(0 0 16px rgba(191, 201, 255, 0.37)) drop-shadow(0 0 6px rgba(215, 221, 255, .9)) drop-shadow(0 0 3px rgba(215, 221, 255, 0.59));
}

.invite__link:hover {
	transform: scale(1.15);
}

.invite__img {
	display: block;
}

.modal__invite {
	padding-bottom: 17px;
}

/* modal */

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 999;
	display: flex;
	transition: 0.3s all;
	transform: scale(1);
	opacity: 1;
	filter: blur(0);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	overflow-x: hidden;
}

.modal_none {
	display: none;
}

.modal_hide {
	opacity: 0;
}

.modal__close {
	background: url(../images/modal/cls.png) no-repeat;
	width: 23px;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 23px;
	display: inline-block;
	z-index: 5;
	cursor: pointer;
	transition: 0.3s all;
	flex-shrink: 0;
}

.modal__close:hover {
	transform: rotate(180deg);
}

.modal__inner {
	flex-basis: 600px;
	height: 400px;
	margin: auto;
	background-image: url(../images/modal/gif-ru.gif);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.5s all;
	transform: scale(1) translateY(0);
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.modal_hide .modal__inner {
	transform: scale(1.2) translateY(-100px);
	opacity: 0;
}

.modal__content {
	margin: 0 auto 0px auto;
	box-sizing: border-box;
	padding: 0 15px;
	color: #32325c;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 600px) {
	.modal__inner {
		flex-basis: 100%;
		width: auto;
		min-height: auto;
	}
}

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

[data-theme="ny"] .page {
	background-image: url(../images/bg__full_ny.png);
}

[data-theme="ny"] .logo:before {
	background: url(../images/logo-ny.png) no-repeat;
}