html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: 'Montserrat', Open Sans, PT Sans, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #454545;
	cursor: default
}

main {
	display: block
}

.fancybox-container {
	font-family: 'Montserrat', Open Sans, PT Sans, Tahoma, Arial, sans-serif !important;
}

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

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

pre {
	font-family: 'Montserrat', 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
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1px
}

.back_obt {
	background: #122231cf;
    padding: 10px 0px 10px 25px;
    width: 420px;
    border-radius: 6px;
	line-height: 24px;
}

.back_obt img {
	width: 20px;
    border-radius: 2px;
    line-height: 24px;
    margin: 0px 6px -5px -4px;
}

.media__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #272321;
	width: calc(33.33333% - 2px);
	margin: 1px
}

.eqip {
	display: inline;
    margin-left: 5px;
}

.eqip img {
    margin: 0px -1px -5px 1px;
}


.media__item iframe {
	width: 100%;
	height: 140px;
	display: block
}

.media__off {
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	width: 100%
}

.media__off:not(:first-child) {
	display: none
}

.media__heading {
	width: 100%;
	-webkit-box-ordinal-group: -99;
	-ms-flex-order: -100;
	order: -100
}

.media__heading:last-child {
	display: none
}

code,
kbd,
samp {
	font-family: 'Montserrat', 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;
	display: inline-block
}

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

a {
	background-color: transparent;
	color: #316ac4;
	-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: #c1c1c1;
	opacity: 1
}

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

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

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

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

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

[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 {
	width: auto;
	height: 35px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 3px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	transition: none;
	color: #5a5c62;
	font-family: 'Montserrat', Open Sans, PT Sans, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	text-align: left;
	outline: 0;
	-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: 15px
}

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-shadow: none;
	box-shadow: none;
	border: 1px solid #797979;
	color: #313131
}

option {
	background-color: #fff;
	color: #5a5c62;
	font-size: 14px;
	font-family: 'Montserrat', Open Sans, PT Sans, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left
}

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

.hidden {
	display: none
}

.tt-uppercase {
	text-transform: uppercase
}

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

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

.mr {
	margin-right: 10px
}

.ml {
	margin-left: 10px
}

.mt {
	margin-top: 10px
}

.mb {
	margin-bottom: 10px
}

.mra {
	margin-right: auto
}

.mla {
	margin-left: auto
}

.mta {
	margin-top: auto
}

.mba {
	margin-bottom: auto
}

.color-light {
	color: #e8d1a6
}

.color-red {
	color: #ff2727
}

.color-yellow {
	color: #fffb00
}

.color-orange {
	color: #ffa800
}

.color-pink {
	color: #deb58b
}

.color-light-blue {
	color: #57a0ce
}

.color-blue {
	color: #4195d3
}

.color-green {
	color: #00b67a
}

.color-grey {
	color: #c5c1c1
}

.color-white {
	color: #fff
}

.color-aqua {
	color: #00fffc
}

[data-link=tdn] {
	text-decoration: none
}

[data-link=tdn]:hover {
	text-decoration: underline
}

.link {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .02em;
	color: #000000;
	stroke: #000000;
	fill: transparent;
	text-decoration: none;
	padding: 3px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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
}

.link_color_light {
	color: #fff;
	stroke: #fff
}

.link__pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	top: 1px;
	font-size: 10px
}

.link:hover .link__pic {
	opacity: 1;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px)
}

.preload {
	background-color: #000000;
	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 {
	z-index: 0;
	margin: 0;
	background-color: #000000
}

.page,
body {
	position: relative;
	overflow-x: hidden;
	min-width: 420px
}

.page {
	z-index: 2;
	max-width: 2500px;
	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
}

.page_hide {
	opacity: 0
}

.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: 1240px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px
}

.title {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: .02em;
	color: #000000;
	margin: 0
}

.title_uppercase {
	text-transform: uppercase
}

.title_mb {
	margin-bottom: 15px
}

.title_mb_small {
	margin-bottom: 10px
}

.title_mb_xs {
	margin-bottom: 5px
}

.sub-title {
	color: #454545;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0
}

.sub-title_uppercase {
	text-transform: uppercase
}

.sub-title_mb {
	margin-bottom: 15px
}

.sub-title_mb_small {
	margin-bottom: 10px
}

.sub-title_mb_xs {
	margin-bottom: 5px
}

.desc {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: .02em;
	color: #000000;
	margin: 0
}

.notice {
	text-align: center;
	padding: 10px 0 10px 0;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	background: #deb58b;
	border-radius: 3px
}

.desc_mb {
	margin-bottom: 15px
}

.desc_mb_small {
	margin-bottom: 10px
}

.desc_mb_xs {
	margin-bottom: 5px
}

.heading {
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0
}

.button {
	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: left;
	color: #fff;
	font-family: 'Montserrat', Open Sans, PT Sans, Tahoma, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	padding: 5px 40px 5px 50px;
	min-height: 64px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	-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;
	border-radius: 30px;
	width: 240px
}

.button:after,
.button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#deb58b), color-stop(33%, #ffab2c), color-stop(50%, #ffab2c), color-stop(65%, #ffab2c), to(#deb58b));
	background: linear-gradient(90deg, #deb58b, #ffab2c 33%, #ffab2c 50%, #ffab2c 65%, #deb58b);
	background-size: 300% 300%;
	border: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button:hover:before {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-position: 100% 100%
}

.button:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	z-index: -2;
	opacity: .3
}

.button:hover:after {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-position: 100% 100%
}

.button__content {
	position: relative;
	z-index: 5;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0
}

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

.button__ico {
	display: inline-block;
	position: relative;
	z-index: 5;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 12px
}

.button__ico_ml {
	margin-left: 12px
}

.button__ico_mr {
	margin-right: 12px
}

.button__ico_arrow {
	-webkit-transition: all .3s;
	transition: all .3s
}

.button:hover .button__ico_arrow {
	-webkit-transform: translateX(6px);
	transform: translateX(6px)
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
	-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;
	color: #fff;
	font-family: 'Montserrat', Open Sans, PT Sans, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0;
	padding: 5px 15px;
	min-height: 44px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	-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;
	border-radius: 30px;
	
}

.btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #000000;
	background-size: 300% 300%;
	border: 1px solid #deb58b;
	transition: all .3s;
}

.btn:hover:after {
	background: #deb58b;
}

.btn_success:after {
	background: -webkit-gradient(linear, left top, right top, from(#00b67a), color-stop(33%, #00b67a), color-stop(50%, #fff), color-stop(65%, #00b67a), to(#00b67a));
	background: linear-gradient(90deg, #00b67a, #00b67a 33%, #fff 50%, #00b67a 65%, #00b67a);
	background-size: 300% 300%;
	border-color: #00b67a
}

.btn_warning:after {
	background: -webkit-gradient(linear, left top, right top, from(var(--color-third)), color-stop(33%, var(--color-third)), color-stop(50%, #fff), color-stop(65%, var(--color-third)), to(var(--color-third)));
	background: linear-gradient(90deg, var(--color-third), var(--color-third) 33%, #fff 50%, var(--color-third) 65%, var(--color-third));
	background-size: 300% 300%;
	border-color: var(--color-third)
}

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

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

.btn__ico {
	display: inline-block;
	position: relative;
	z-index: 5;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 20px
}

.btn__ico_ml {
	margin-left: 12px
}

.btn__ico_mr {
	margin-right: 12px
}

.btn__ico_mr~.btn__content {
	margin-right: 5px
}

.langs {
	position: relative;
	z-index: 10;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	color: #fff
}

.lang__link_select {
	gap: 8px;
}
.lang__link {
	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;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .02em;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 9px 3px 9px;
	position: relative;
	z-index: 1
}

.lang__img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .7));
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .7))
}

.lang__link_sub {
	height: 24px;
	-webkit-box-shadow: 0 10px 50px rgba(19, 63, 114, .05);
	box-shadow: 0 10px 50px rgba(19, 63, 114, .05);
	color: #fff;
	background: #deb58bde;
	border-radius: 3px;
	text-transform: uppercase;
}

.lang__link_sub:hover {
	background-color: #deb58b;
	color: #fff
}

.lang__container {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

.langs:hover .lang__container {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.lang__list {
	-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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	border: 1px solid #deb58b;
	border-radius: 3px
}

.scl,
.scl__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.scl__item {
	margin: 2px 5px;
	color: #000000;
	text-decoration: none;
	position: relative;
	z-index: 0;
	width: 22px;
	height: 22px;
	background-color: transparent;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .5
}

.scl__item_pt {
	padding-top: 0
}

.scl__item_pr {
	padding-right: 2px
}

.scl__item_pb {
	padding-bottom: 2px
}

.scl__item_pl {
	padding-left: 2px
}

.scl__item:hover {
	opacity: 1
}

.scl__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}

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

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

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

.bnr a {
	display: block;
	text-decoration: none;
	opacity: .7
}

.bnr a:hover {
	opacity: 1
}

.bnr img {
	display: block
}

.menu-switcher {
	width: 48px;
	height: 48px;
	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;
	fill: #deb58b;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #000000;
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}

.body_menu_active .menu-switcher,
.menu-switcher:hover {
	background-color: #deb58b;
	fill: #fff
}

.menu-switcher__ico {
	-webkit-transition: all .2s;
	transition: all .2s
}

[data-section=panel] {
	background-color: #121212;
	z-index: 10
}

.panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px
}

.panel__bnrs {
	margin: 0 5px 0 auto;
	display: none
}

.panel__bnr {
	margin: 2px 5px
}

.panel__scl {
	display: flex;
	gap: 8px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.panel__scl a {
	width: 24px;
}

.row.panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.row.panel + * {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.panel__menu-switcher {
	position: relative;
	z-index: 20
}

.logo {
	text-decoration: none;
	display: block
}

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

.menu__list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	min-height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 5px solid transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: var(--color-light-grey);
	fill: #4195d3;
	stroke: #4195d3;
	position: relative;
	z-index: 0
}

[data-menu-open-sub-list]:after {
	display: inline-block;
	content: "";
	background: #e5eaf0 url(../img/menu/plus.svg) no-repeat 50%;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.menu__item_sub {
	color: #fff
}

.menu__pic {
	width: 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;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.menu__sub-pic {
	display: none
}

.menu__ico {
	fill: inherit;
	stroke: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.menu__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	font-size: 18px;
	line-height: 18px;
	color: inherit
}

.menu__sup {
	font-size: 12px;
	top: -1.2em
}

.menu__item:hover,
.menu__sub-item:hover {
	border-color: #deb58b;
	background: #deb58b;
	color: #fff;
	fill: #fff;
	stroke: #fff
}

.menu__item_open {
	border-color: #4195d3;
	background: #57a0ce;
	color: #fff;
	fill: #fff;
	stroke: #fff
}

.menu__item_open .menu__ico {
	fill: #fff
}

.menu__item_active,
.menu__item_active:hover {
	border-color: #b0d9ff;
	background: #1a2742;
	color: var(--color-light-grey);
	fill: var(--color-light-grey);
	stroke: var(--color-light-grey)
}

.menu__sub-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none
}

.menu__sub-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	min-height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 15px;
	border-left: 5px solid transparent;
	color: var(--color-light-grey);
	fill: #4195d3;
	stroke: #4195d3
}

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

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

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

.menu__sub-item:hover,
.menu__sub-item:hover .menu__sub-desc,
.menu__sub-item:hover .menu__sub-name {
	color: #fff
}

[data-section=navigation] {
	background-color: #000000;
	z-index: 5
}


.navigation {
	min-height: 68px;
	gap: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.navigation__logo {
	max-width: 100px;
}

.navigation__btn {
	display: flex;
	gap: 8px;
	margin:0;
}

@media (max-width:1099px) {
	.navigation__menu {
		position: absolute;
		z-index: 100;
		top: 0;
		right: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #fff;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
		-webkit-box-shadow: 0 20px 10px -10px rgba(0, 0, 0, .534);
		box-shadow: 0 20px 10px -10px rgba(0, 0, 0, .534)
	}
	.body_menu_active .navigation__menu {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}
}

.slide {
	background-image: url(../img/slider/bg/bg-1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slide__box {
	display: flex;
	align-items: center;
}
.slide,
.slide__inner {
	min-height: 610px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slide__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.slide__box {
	padding: 0;
	position: relative;
	z-index: 10;
	max-width: 500px;
	height: 100%;

}

.slider__char-box {
	animation: slideIn 2s ease-in-out infinite alternate;
}

@keyframes slideIn {
	from {
		transform: translateY(0%) translateX(-55%);
	}
	to {
		transform: translateY(20px) translateX(-55%);
	}
}

@keyframes glow {
  from {
    opacity: 0.8;
    box-shadow:
		0 0 60px rgba(222, 181, 139, 1),
		0 0 100px rgba(222, 181, 139, 0.9),
		0 0 140px rgba(222, 181, 139, 0.8);
  }
  to {
    opacity: 1;
    box-shadow:
		0 0 20px rgba(222, 181, 139, 0.7),
		0 0 40px rgba(222, 181, 139, 0.6),
		0 0 60px rgba(222, 181, 139, 0.5);
 
  }
}
.slide__box,
.slide__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.slide__title {
	color: #ffffffbd;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
    margin: -30px 0px 17px 30px;
    color: #ffffff;
}

.slide__int {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	padding: 0 0px 15px 0px;
	line-height: 30px;
}

.slide__int_desc {
	line-height: 180%;
	letter-spacing: .02em;
	color: #bac4ce;
	font-size: 14px;
	font-weight: 300;
}

.slide__int_newb {
	letter-spacing: .03em;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0 0 0;
}

.slide__int_obt {
	color: #ffffff;
	font-weight: 400;
	padding: 0px 0px 30px 10px;
	font-size: 15px;
	line-height: 26px;
}


.slide__gve {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	padding: 40px 0px 15px 10px;
}

.slide__gve_desc {
	line-height: 180%;
	letter-spacing: .02em;
	color: #bac4ce;
	font-size: 14px;
	font-weight: 300;
}

.slide__gve_obt {
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase
}

.slide__open {
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 180%;
	letter-spacing: .02em;
	color: #fff
}

.slide__obt {
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 180%;
	letter-spacing: .02em;
	color: #fff
}

.slide__note {
	font-weight: 500;
	font-size: 17px;
	/* text-transform: uppercase; */
	line-height: 180%;
	letter-spacing: .02em;
	color: #fff
}

.slide__note a {
	color: #fff
}

.slide__int span,
.slide__int_desc span,
.slide__int_obt span,
.slide__gve span,
.slide__gve_desc span,
.slide__gve_obt span,
.slide__obt span,
.slide__open span {
	font-size: 9px;
	font-weight: 100;
	position: absolute;
	margin: -7px 0 0 2px
}

.slide__desc {
	line-height: 180%;
	letter-spacing: .02em;
	color: #bac4ce;
	font-size: 14px;
	padding-top: 14px;
	font-weight: 300;
}

.slide__desc a {
	font-size: 14px;
	color: #fff;
}

.slide__title {
	line-height: 180%;
	letter-spacing: .02em;
	color: #fff
}


.slide__btns,
.slide__desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.slide__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 70px 0px 0px 0px;
}

.slide__title {
	-webkit-transform: translateY(0) translateX(-4px);
	transform: translateY(0) translateX(-4px);
	-webkit-transition: transform .3s .5s, opacity .3s .5s;
	transition: transform .3s .5s, opacity .3s .5s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slide__title {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(30px) translateX(-4px);
	transform: translateY(30px) translateX(-4px);
	opacity: 0
}

.slide__desc {
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition: transform .3s .7s, opacity .3s .7s;
	transition: transform .3s .7s, opacity .3s .7s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slide__desc {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(30px) translateX(0);
	transform: translateY(30px) translateX(0);
	opacity: 0
}

.slide__open {
	-webkit-transform: translateY(0) translateX(-4px);
	transform: translateY(0) translateX(-4px);
	-webkit-transition: transform .3s .9s, opacity .3s .9s;
	transition: transform .3s .9s, opacity .3s .9s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slide__open {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(30px) translateX(-4px);
	transform: translateY(30px) translateX(-4px);
	opacity: 0
}

.slide__obt {
	-webkit-transform: translateY(0) translateX(-4px);
	transform: translateY(0) translateX(-4px);
	-webkit-transition: transform .3s 1.1s, opacity .3s 1.1s;
	transition: transform .3s 1.1s, opacity .3s 1.1s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slide__obt {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(30px) translateX(-4px);
	transform: translateY(30px) translateX(-4px);
	opacity: 0
}

.slide__btns {
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition: transform .3s 1.3s, opacity .3s 1.3s;
	transition: transform .3s 1.3s, opacity .3s 1.3s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slide__btns {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(30px) translateX(0);
	transform: translateY(30px) translateX(0);
	opacity: 0
}

.slider__bubbles {
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition: transform .3s .7s, opacity .3s .7s;
	transition: transform .3s .7s, opacity .3s .7s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slider__bubbles {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(30px) translateX(50px);
	transform: translateY(30px) translateX(50px);
	opacity: 0
}

.slider__char {
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition: transform .3s 1s, opacity .3s 1s;
	transition: transform .3s 1s, opacity .3s 1s;
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.swiper-slide:not(.swiper-slide-active) .slider__char {
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(-30px) translateX(-50px);
	transform: translateY(-30px) translateX(-50px);
	opacity: 0
}

.slider {
	height: 610px;
	overflow: hidden;
	background-color: #1b1b37;
	position: relative;
	z-index: 0
}

.slider__container {
	position: relative;
	z-index: 8
}

.slider-pagination {
	position: static;
	z-index: 9;
	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
}

.slider-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 7px;
	background: hsla(0, 0%, 100%, .19);
	border-radius: 3px;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1!important;
	margin: 0 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 0
}

.slider-pagination .swiper-pagination-bullet:after {
	display: block;
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	bottom: -6px;
	left: 0;
	opacity: 0
}

.slider-pagination .swiper-pagination-bullet:hover {
	background-color: #deb58b;
	opacity: 1!important
}

.slider-pagination .swiper-pagination-bullet-active {
	width: 54px;
	background-color: #deb58b;
	opacity: 1!important
}

[data-slider-pagination=header] {
	position: absolute;
	top: 40px!important;
	bottom: auto!important;
	left: 10px!important;
	right: 10px!important;
	z-index: 10;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: auto!important
}

[data-streams=true] .header-dot:last-child {
	width: auto;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 10px 5px
}

[data-streams=true] .header-dot:last-child:before {
	content: "Streams";
	color: #fff;
	font-size: 14px;
	text-transform: uppercase
}

.streams .swiper-slide {
	pointer-events: auto!important
}

.arrows,
.arrows__arrow {
	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
}

.arrows__arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	background-color: #deb58b;
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	outline: 0;
	border: 0
}

.arrows__arrow.swiper-button-disabled {
	background-color: rgba(74, 74, 74, .204);
	color: hsla(0, 0%, 100%, .3);
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.arrows__arrow:before {
	font-family: gwi;
	content: "\e801";
	display: block
}

.arrows__arrow_prev:before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.stream {
    width: 100%;
    height: 155px;
    display: block;
    -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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 3px;
    overflow: hidden;
}

.stream__content {
	max-width: 100%;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: .03em;
	color: rgba(170, 188, 208, .57)
}

.stream__content a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .07em;
	color: #fff
}

.stream__content a:hover {
	color: #deb58b
}

.stream iframe {
	width: 100%;
	height: 100%;
	display: block
}

.streams__content {
	border-radius: 3px;
	overflow: hidden;
	width: calc(100% - 20px);
	margin: auto 10px
}

.streams__arrows {
	margin: 10px auto
}

.progress {
	width: 100%;
	height: 12px;
	background-color: #e6e6e9;
	border-radius: 10px;
	position: relative;
	z-index: 0
}

.progress__load {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	background-color: #deb58b;
	-webkit-transition: all 2s;
	transition: all 2s
}

.server {
	min-height: 120px;
	background: #f6f6f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.server__pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	margin-right: 18px;
	margin-top: 3px
}

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

.server__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: .02em;
	color: #000000;
	padding-bottom: 5px;
	min-height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.server__online {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .02em;
	color: #000000;
	padding-bottom: 5px;
	min-height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

.server__percent {
	margin-left: auto
}

.servers__server {
	margin: 20px 0
}

.servers__btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(100% - 20px);
	margin: 0 10px
}

.event,
.servers__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.event {
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.event,
.event__pic {
	-webkit-transition: all .3s;
	transition: all .3s
}

.event__pic {
	width: 52px;
	height: 52px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 3px;
	position: relative;
	z-index: 0;
	margin-right: 24px;
	overflow: hidden
}

.event__pic:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #deb58b url(../img/event/right-arrow.svg) no-repeat 50%;
	opacity: 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.event__content,
.event__pic:after {
	-webkit-transition: all .3s;
	transition: all .3s
}

.event__content,
.event__title {
	font-size: 14px;
	color: #000000
}

.event__title {
	font-weight: 600;
	line-height: 150%;
}

.event__title p {
	margin-top: 5px;
	font-size: 10px;
	line-height: 150%;
	font-weight: 300;
}

.event:hover .event__content,
.event:hover .event__pic {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.event:hover .event__pic:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.events__event {
	margin-bottom: 15px;
	margin-top: 15px;
}

.top {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: .02em;
	color: #000000
}

[data-top-scroll] {
	height: 436px;
	overflow: hidden
}

.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;
	min-height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.top__rw:not(.top__header) {
	background-color: #fff
}

.top__rw:not(.top__header):not(:last-child) {
	border-bottom: 1px solid rgba(109, 136, 164, .21)
}

.top__rw:hover:after {
	opacity: 1
}

.top__num {
	-ms-flex-preferred-size: 35px;
	flex-basis: 35px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 0px
}

.top__name,
.top__num {
	min-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.top__name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 16px
}

.top__info {
	-ms-flex-preferred-size: 130px;
	flex-basis: 130px;
	display: none;
	-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;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	-webkit-box-pack: start;
	-webkit-box-align: center;
	align-items: center
}

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

.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 {
	min-height: 50px
}

.top__header .top__content {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .03em;
	color: rgba(0, 0, 0, .6);
	cursor: default;
	font-weight: 400
}

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

.rating__btns {
	position: absolute;
	bottom: calc(100% + 15px);
	right: -6px
}

.rating__btn,
.rating__btns {
	-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-align: center;
	-ms-flex-align: center;
	align-items: center
}

.rating__btn {
	height: 30px;
	border: 1px solid #deb58b;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .02em;
	text-transform: capitalize;
	color: #000000;
	margin: 0 4px;
	padding: 4px 8px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s
}

.rating__btn:hover {
	background-color: #deb58b;
	color: #fff;
}

[data-rating-select=true] {
	background-color: #deb58b;
	pointer-events: none;
	color: #fff
}

.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: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.rating__col {
	width: 100%
}

.st {
	padding-top: 3px
}

.st__select {
	color: #fff;
	width: 110px;
	height: 30px;
	text-align: left;
	-moz-text-align-last: left;
	text-align-last: left;
	min-width: 0;
	margin-right: 6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #deb58b;
	background: #deb58b url(../img/icons/arrow-down.svg) no-repeat calc(100% - 10px) 50%;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 14px
}

.st__btns {
	display: none
}

.st__content {
	margin-top: 15px
}

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

[data-section=mid] {
	background-color: #fff
}

.mid__box {
	width: calc(100% - 20px);
	margin: 0 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mid__box,
.mid__events {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mid__events {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f6f6f7;
	border-radius: 3px
}

.mid__st {
	width: calc(100% - 20px);
	margin: 0 10px;
	padding-top: 60px;
	padding-bottom: 60px
}

[data-section=bar] {
	background-color: #deb58b
}

.bar {
	padding: 5px 10px;
	text-align: center;
	line-height: 15px;
	cursor: default
}

.bar,
.bar__link {
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	text-shadow: 0 0 5px rgba(255, 255, 255, .5)
}

.bar__link {
	display: inline-block;
	background-color: #000000;
	border-radius: 3px;
	font-weight: 600;
	line-height: 14px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 12px;
	position: relative;
	top: 0;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin: 2px 6px;
	-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, .63);
	box-shadow: 1px 3px 10px rgba(0, 0, 0, .63)
}

.bar__link:hover {
	background-color: #ca1111;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .63);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .63)
}

.bar__close {
	position: absolute;
	right: 25px;
	top: 10%;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	display: block;
	z-index: 200;
	text-indent: -9999px;
	cursor: pointer
}

.bar__close:after,
.bar__close:before {
	content: '';
	width: 80%;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 48%;
	left: 10%;
	transform: rotate(45deg);
	transition: all .3s ease-out
}

.bar__close:after {
	transform: rotate(-45deg);
	transition: all .3s ease-out
}

.bar__close:hover:after,
.bar__close:hover:before {
	transform: rotate(180deg);
	background: #fff
}

@media (max-width:400px) {
	.bar,
	.bar__link {
		color: #fff;
		padding: 10px 45px 10px 11px;
		line-height: 23px;
		font-size: 15px;
		font-weight: 100;
		text-align: left;
		box-shadow: none
	}
	.bar__close {
		top: 28%
	}
	.navigation__btn {
		margin: 2px 0 2px auto
	}
	.bar__link {
		display: inline-block;
		background-color: #000000;
		border-radius: 3px;
		font-weight: 600;
		line-height: 14px;
		font-size: 14px;
		text-transform: uppercase;
		padding: 10px 17px;
		position: relative;
		top: 0;
		text-decoration: none;
		-webkit-transition: all .2s;
		transition: all .2s;
		margin: 2px 6px;
		-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, .63);
		box-shadow: 1px 3px 10px rgba(0, 0, 0, .63)
	}
}

body .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px
}

body .mCSB_scrollTools .mCSB_draggerRail {
	background-color: hsla(0, 0%, 60.8%, .2);
	width: 4px
}

body .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 5px
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #deb58b
}

body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #deb58b
}

body .mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 20px
}

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

.fancybox-bg {
	background: #0e2436cc
}

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

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

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-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 fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 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)
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.ww {
	max-width: 820px;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	padding: 0
}

.ww_size_big {
	max-width: 916px
}

.ww_animated {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

.fancybox-slide--current .ww_animated {
	opacity: 1
}

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

.ww__body,
.ww__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ww__body {
	background: #fff;
	padding: 15px;
}

.ww__close {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url(../img/icons/close_dark.svg) no-repeat 50%;
	background-size: contain
}

.ww__close:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ww__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px;
	max-width: 650px
}

.ww__title {
	color: #ffc20c;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase
}

.ww__title_warning {
	color: #fc7c56
}

.ww__desc {
	color: #70706d;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 5px 0 7px;
	border-bottom: 1px solid #383838;
	width: 100%
}

.m-heading {
	cursor: default
}

.m-heading_margin {
	margin: 20px 0
}

.m-heading__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: .02em;
	color: #000000
}

.m-heading__desc {
	color: #8d847c;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding-top: 5px
}

.bt {
	text-decoration: none;
	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;
	width: 80px;
	min-height: 67px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: .02em;
	color: #000000;
	stroke: #deb58b;
	fill: #deb58b;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 4px
}

.bt:hover {
	background-color: #deb58b;
	fill: #fff;
	color: #fff;
	stroke: #fff
}

.fl {
	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;
	background-color: #fff;
	border: 1px solid rgba(68, 73, 105, .19);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 0 0 0 10px;
	color: #979797;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	cursor: default
}

.fl_mb {
	margin-bottom: 12px
}

.fl__heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6px;
	margin-right: auto
}

.fl__title {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .02em;
	color: #000000
}

.fl__desc {
	padding-top: 7px;
    font-size: 10px;
    line-height: 14px;
	letter-spacing: .02em;
	color: rgba(68, 73, 105, .51)
}

.fl__clean {
	font-size: 10px;
    font-weight: 400;
    margin-left: 10px;
    padding-top: 4px;
}

.fl__clean a {
	color: #ad00ff80;
    font-weight: 500;
}

.fl__bt {
	border-left: 1px solid #dbdce3;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.fnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.fnav__header {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #fff;
	padding-bottom: 20px;
}

.fnav__list {
	list-style-type: none;
	padding-left: 0
}

.fnav__el {
	margin-bottom: 20px
}

.fnav__link {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .03em;
	color: hsla(0, 0%, 100%, .8);
	-webkit-transition: all .2s;
	transition: all .2s
}

.fnav__link:hover {
	color: #fff
}

.bt__content {
	font-size: 10px;
}

[data-section=footer] {
	background-color: #000000
}

.footer {
	padding-top: 60px;
	padding-bottom: 60px
}

.footer,
.footer__site {
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.footer__site {
	padding-top: 2px;
	padding-bottom: 2px;
	width: calc(100% - 20px);
	margin: 10px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .02em;
	max-width: 400px
}

.footer__logo {
	max-width: 250px;
	display: block;
	margin-left: -5px
}

.footer__title {
	font-weight: 700;
	font-size: 18px
}

.footer__desc,
.footer__title {
	line-height: 150%;
	letter-spacing: .02em;
	color: #fff;
	padding-top: 10px
}

.footer__desc {
	font-size: 14px;
	padding-bottom: 10px
}

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

[data-section=ps] {
	background-color: #000000
}

.ps {
	padding-top: 10px;
	padding-bottom: 10px
}

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

.ps__link,
.ps__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.ps__link {
	width: 130px;
	height: 50px;
	background: hsla(0, 0%, 100%, .03);
	border-radius: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.ps__link:hover {
	background: hsla(0, 0%, 100%, .1)
}

.ps .mCSB_horizontal.mCSB_inside>.mCSB_container {
}

[data-section=under] {
	background-color: #000
}

.under {
	padding: 25px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .02em;
	color: #fff;
	min-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

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

@media (min-width:600px) {
	.btn {
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		letter-spacing: .02em;
		padding: 5px 17px;
		min-height: 50px
	}
	.panel__bnrs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.slide__title {
		font-size: 18px
	}
	.slide__open {
		font-size: 30px;
		padding-top: 15px;
	}
	.slide__obt {
		font-size: 16px
	}
	[data-slider-pagination=header] {
		position: absolute;
		top: 100px!important;
		bottom: auto!important;
		left: auto!important;
		right: 10px!important;
		z-index: 10;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		height: auto!important;
		width: 0!important
	}
	.slider-pagination .swiper-pagination-bullet {
		margin: 0 0 20px
	}
	.bt {
		width: 80px
	}
	.fl {
		padding: 0 0 0 20px
	}
}

@media (min-width:700px) {
	.fnav__box {
		width: calc(33.33333% - 20px);
		margin: 10px
	}
	.ww__body {
		padding: 50px
	}
}

@media (min-width:800px) {
	.mid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.mid__box {
		width: calc(50% - 20px);
		margin: 0 10px
	}
	.ww__inner {
		padding: 35px
	}
	.ww__close {
		width: 22px;
		height: 22px;
		top: 6px;
		right: 6px;
		background: url(../img/icons/close.svg) no-repeat
	}
}

@media (max-width:960px) {
	.slider__bubbles {
		display: none
	}
}

@media (min-width:960px) {
	.slider__scene {
		position: absolute;
		top: 0;
		left: 62%;
		bottom: 0;
		width: 0;
		z-index: -5
	}
.slider__bubbles {
    width: 700px;
    height: 600px;
    position: absolute;
    top: 82px;
    left: -333px;
    z-index: -10;
		-webkit-filter: drop-shadow(0 0 100px rgba(222, 181, 139, 0.5));
		filter: drop-shadow(0 0 100px rgba(222, 181, 139, 0.5));
}
	.slider__bubble {
	/*	display: none; */
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: contain
	}
	.slider__bubble_1 {
		background: url(../img/slider/figures/figure-1.png) no-repeat
	}
	.slider__bubble_2 {
		background: url(../img/slider/figures/figure-2.png) no-repeat
	}
	.slider__bubble_3 {
		background: url(../img/slider/figures/figure-3.png) no-repeat
	}
	.slider__bubble_4 {
		background: url(../img/slider/figures/figure.png) no-repeat
	}
	.slider__char-box {
		width: 600px;
		height: 580px;
		position: absolute;
		top: 79px;
		left: 30px;
		-webkit-transform: translate(-45%);
		transform: translate(-45%);
		-webkit-filter: drop-shadow(0 0 100px #deb58b);
		filter: drop-shadow(0 0 100px #deb58b);
	}
	
	.slider__char {
		width: 600px;
		height: 580px;
		background-image: url(../img/slider/characters/char-1.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny1 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/1char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny2 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/2char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny3 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/3char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny4 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/4char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny5 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/5char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny6 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/6char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny7 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/7char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny8 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/8char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
	.slider__char_bgny9 {
		width: 600px;
		height: 580px;
		background-image: url(../img/ny/9char-4.png);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -6
	}
}

@media (min-width:1100px) {
	.menu-switcher {
		display: none
	}
	.navigation__btn {
		margin-left: 10px
	}
	.navigation__menu {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0
	}
	.menu__list {
		width: 100%
	}
	.menu,
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.menu__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.menu__el {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch
	}
	.menu__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		color: #deb58b;
		border-left: 0;
		white-space: nowrap
	}
	.menu__item:hover {
		color: #fff;
		background-color: transparent
	}
	.menu__item:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 50%;
		bottom: 0;
		left: 50%;
		z-index: -1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	.menu__item:hover:after {
		background: hsla(0, 0%, 100%, .04);
		border-top-color: transparent;
		border-bottom-color: #deb58b;
		left: 0;
		right: 0
	}
	.menu__content {
		font-weight: 600;
		font-size: 12px;
		letter-spacing: .02em
	}
	.footer__navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.footer__fnav {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 70px
	}
	.streams__content {
		width: calc(90% - 20px);
		margin: auto 10px
	}
}

@media (min-width:1200px) {
	:root {
		--font-size-main: 16px
	}
	.menu__item {
		padding-left: 18px;
		padding-right: 18px
	}
	[data-section=mid] {
		position: relative;
		z-index: 5
	}
	.mid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.mid__servers {
		width: 320px;
		margin-right: 40px;
		padding: 60px 0 47px
	}
	.mid__events {
		width: 380px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 40px 10px;
		margin: 0
	}
	.mid__st {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		padding: 0 40px 0;
		margin: 0;
		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
	}
	.mid__st:after {
		display: block;
		content: "";
		position: absolute;
		top: -40px;
		right: 0;
		bottom: -40px;
		left: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .08);
		box-shadow: 0 20px 30px rgba(0, 0, 0, .08);
		z-index: -1
	}
	.rating,
	.rating-container,
	.rating__box,
	.rating__col,
	.rating__item,
	.rating__type,
	.st__content,
	.top {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		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: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	[data-top-scroll] {
		min-height: 436px;
		overflow: hidden
	}
	.footer {
		padding-top: 60px;
		padding-bottom: 10px;
	}
}


/*new year*/
/*--Garland--*/
#garland {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/christmas1.png');
  height: 36px;
  width: 100%;
  overflow: hidden;
  z-index: 99;
}

#nums_1 {
  padding: 100px;
}

.garland_1 {
  background-position: 0 0;
}

.garland_2 {
  background-position: 0 -36px;
}

.garland_3 {
  background-position: 0 -72px;
}

.garland_4 {
  background-position: 0 -108px;
}

/*Snow*/
.snow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99;
  opacity: 0.2;
}
/*fix slider*/
.flex-b{
	display: flex;
	justify-content: space-between;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 3px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #ffffff29;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #deb58b;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.stream {
	width: auto;
    margin: 5px;
    padding: 2px;
}
[data-slider-pagination="header"] {
    display: none;
}
.lSSlideWrapper.usingCss {
    height: 360px !important;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
    width: 188px;
}
.content-slider li {
     background-color: #00000001 !important;
}


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

.stream_title {
	text-align: center;
    padding: 0px 0 5px 0;
}
.stream_title a {
	color: #ffffffc7;
}

@media (max-width:800px) {
	.slider-out {
		display: none;
	}
	
	.back_obt {
		margin: 0px 0px 0px -13px;
		width: 100%;
		border-radius: 0px;
	}
	
	.slide__content {
		margin-top: 20px;
		min-height: 600px;
	}
	
	.slider {
		min-height: 650px;
	}
	
	.slider, .slide__inner {
		min-height: 650px;
	}
	
	.slide__int {
		line-height: 30px;
	}
	
	.slide__title {
		font-size: 20px
	}
	.slide__open {
		padding-top: 20px;
		font-size: 24px
	}
	.slide__obt {
		font-size: 14px
	}
	
}
ul {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}

.demo .item {
	margin-bottom: 60px;
}

.content-slider li {
	background-color: #ed3020;
	text-align: center;
	color: #FFF;
}

.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}

.demo {
	width: 800px;
}