﻿





::-webkit-scrollbar-thumb {
	background-color: #0e3b7b;
	border: 6px solid transparent;
	border-radius: 9px;
	background-clip: content-box
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=number] {
	-moz-appearance: textfield
}
.rsinput[data-v-005484d1] {
	position: relative
}
.rsinput__placeholder-center[data-v-005484d1] {
	font-size: 14px;
	color: hsla(0, 0%, 100%, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 1;
	transition: opacity .2s
}
.rsinput__placeholder-center.hidden[data-v-005484d1] {
	opacity: 0;
	transition: opacity .2s
}
.rsinput__placeholder-top[data-v-005484d1] {
	position: absolute;
	width: 100%;
	left: 50%;
	top: -8px;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #1662ae;
	z-index: 2
}
.rsinput__prepend-text[data-v-005484d1] {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	opacity: .5;
	z-index: 10;
	pointer-events: none
}
.rsinput__input[data-v-005484d1] {
	background: #091f40;
	border-radius: 6px;
	outline: none;
	border: none;
	/* width: 100%; */
	height: 36px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #4475a6;
	padding: 0 20px;
	transition: all .3s;
	max-width: 163px;
}
@media(max-width:450px) {
	.rsinput__input[data-v-005484d1] {
		font-size: 12px
	}
}
.rsinput__input[data-v-005484d1]:invalid, .rsinput__input[data-v-005484d1]:required {
	box-shadow: none
}
.rsinput__input.height-avearage[data-v-005484d1] {
	height: 70px;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	text-align: center;
	border-radius: 12px;
}
.rsinput__input.clearable[data-v-005484d1] {
	padding: 0 30px 0 20px
}
.rsinput__input.height-big[data-v-005484d1] {
	height: 50px
}
.rsinput__input.disabled[data-v-005484d1] {
	opacity: .6;
	pointer-events: none
}
.rsinput__input.dark[data-v-005484d1] {
	background: #06162e
}
.rsinput__input.darkest[data-v-005484d1] {
	background: #000915
}
.rsinput__input.darkest[data-v-005484d1]:focus {
	background: #000;
	transition: background .3s
}
.rsinput__input.prepend[data-v-005484d1] {
	padding-left: 130px;
	color: #fdd835;
	font-weight: 700;
	font-size: 18px
}
.rsinput__input.prepend[data-v-005484d1]:focus {
	color: #fdd835!important
}
.rsinput__input.capitalize[data-v-005484d1] {
	text-transform: uppercase
}
.rsinput__input[data-v-005484d1]:focus {
	background: #000915;
	color: #fff;
	transition: all .3s
}
.rsinput__clear[data-v-005484d1] {
	position: absolute;
	top: 50%;
	right: 5px;
	font-weight: 400;
	transform: translateY(-50%);
	height: 26px;
	width: 26px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8595a9;
	font-size: 22px;
	pointer-events: auto;
	transition: color .3s, opacity .2s
}
.rsinput__clear[data-v-005484d1]:hover {
	color: #fff;
	transition: color .3s
}
.rsinput__clear.hidden[data-v-005484d1] {
	pointer-events: none;
	opacity: 0;
	transition: color .3s, opacity .2s
}
.button[data-v-a0548ef2] {
	line-height: 36px;
	/* background: #18a0fb; */
	display: flex;
	background-image: -webkit-linear-gradient( 
0deg
, rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(79,101,208) 0%, rgb(134,58,199) 100%);
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 20px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all .4s;
}
@media(max-width:800px) {
	.button[data-v-a0548ef2] {
		line-height: 32px;
		padding: 0 10px
	}
}
.button__text[data-v-a0548ef2] {
	white-space: nowrap;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	transition: color .4s
}
@media(max-width:800px) {
	.button__text[data-v-a0548ef2] {
		font-size: 12px
	}
}
.button__img[data-v-a0548ef2] {
	height: 24px;
	width: auto;
	margin-left: 10px
}
@media(max-width:800px) {
	.button__img[data-v-a0548ef2] {
		height: 20px;
		margin-left: 0;
		margin-top: 5px
	}
}
.button__img img[data-v-a0548ef2] {
	height: 100%;
	width: auto
}
.button[data-v-a0548ef2]:hover {
	background: #7e41c9;
	box-shadow: 0 0px 30px 7px rgb(89 15 224 / 37%);
}
.button.blocked[data-v-a0548ef2] {
	width: 90%!important;
	z-index: 5;
}
.button.blocked .button__text[data-v-a0548ef2] {
	font-size: 18px!important
}
.button.disabled[data-v-a0548ef2] {
	opacity: .6;
	pointer-events: none;
	transition: opacity .3s
}
.button.height-big[data-v-a0548ef2] {
	height: 50px!important
}
.button.height-huge[data-v-a0548ef2] {
	height: 72px!important;
	padding: 0 40px!important
}
.button.height-huge .button__text[data-v-a0548ef2] {
	font-size: 18px!important
}
.button.two-lines[data-v-a0548ef2] {
	flex-wrap: wrap!important;
	padding: 10px 30px!important;
	height: auto!important
}
.button.outline[data-v-a0548ef2] {
	background: #001534!important;
	border: 2px solid #1662ae
}
.button.outline .button__text[data-v-a0548ef2] {
	color: #1662ae!important
}
.button.outline[data-v-a0548ef2]:hover {
	border: 2px solid #18a0fb;
	transition: all .4s
}
.button.outline:hover .button__text[data-v-a0548ef2] {
	color: #18a0fb!important;
	transition: color .4s
}
.button.yellow[data-v-a0548ef2] {
	background: #fdd835!important;
	transition: background .4s
}
.button.yellow .button__text[data-v-a0548ef2] {
	color: #0b2954!important
}
.button.yellow[data-v-a0548ef2]:hover {
	background: #e1c33f!important;
	transition: background .4s
}
.button.yellow:hover .button__text[data-v-a0548ef2] {
	color: #000915!important
}
.modal[data-v-b17b8b32] {
	width: 100%;
	height: auto!important;
	border-radius: 12px;
	overflow: hidden
}
.modal__close[data-v-b17b8b32] {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #4475a6;
	cursor: pointer;
	z-index: 1;
	transition: color .3s
}
.modal__close[data-v-b17b8b32]:hover {
	color: #5f8fbe;
	transition: color .3s
}
.modal__header[data-v-b17b8b32] {
	padding: 20px 20px 10px;
	font-weight: 700;
	font-size: 24px;
	text-align: center
}
.modal__header span[data-v-b17b8b32] {
	color: #fdd835
}
.modal__body[data-v-b17b8b32] {
	padding: 20px 40px
}
.modal__periods[data-v-b17b8b32] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px
}
.modal__periods .radio[data-v-b17b8b32] {
	margin: 0 10px;
	width: 100px
}
.modal__input[data-v-b17b8b32] {
	max-width: 150px;
	margin: 0 auto 30px
}
.modal__button[data-v-b17b8b32] {
	margin: 0 auto
}
.modal[data-v-a8b0f75e] {
	width: 100%;
	height: auto!important;
	border-radius: 12px;
	overflow: hidden
}
.modal__close[data-v-a8b0f75e] {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #4475a6;
	cursor: pointer;
	z-index: 1;
	transition: color .3s
}
.modal__close[data-v-a8b0f75e]:hover {
	color: #5f8fbe;
	transition: color .3s
}
.modal__header[data-v-a8b0f75e] {
	padding: 20px 20px 10px;
	font-weight: 700;
	font-size: 24px;
	text-align: center
}
.modal__header span[data-v-a8b0f75e] {
	color: #fdd835
}
.modal__body[data-v-a8b0f75e] {
	padding: 20px 40px;
	display: flex;
	flex-direction: row;
	justify-content: center
}
.modal__button[data-v-a8b0f75e] {
	margin: 0 5px
}
.steam-login-button[data-v-6b5cb894] {
	background: #18a0fb;
	border-radius: 6px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	height: 100%;
	padding: 6px 40px
}
.steam-login-button .text[data-v-6b5cb894] {
	white-space: nowrap;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	margin: auto 0
}
.steam-login-button .img[data-v-6b5cb894] {
	margin-left: 10px;
	height: 100%;
	width: auto
}
.steam-login-button.nologo .img[data-v-6b5cb894] {
	display: none
}
.profile[data-v-54a67526] {
	height: 100%;
	max-height: 56px;
	display: grid;
	grid-template-columns: 24px minmax(60px, auto) minmax(auto, 74px);
	grid-template-rows: 24px;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: left
}
.profile .loader[data-v-54a67526] {
	height: 24px;
	width: 24px;
	padding: 2px;
	grid-column: 3;
	justify-self: center
}
.profile .loader[data-v-54a67526]:after {
	display: block;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: 50%;
	border: 2px solid;
	border-color: #fff transparent;
	-webkit-animation: lds-dual-ring-data-v-54a67526 1s linear infinite;
	animation: lds-dual-ring-data-v-54a67526 1s linear infinite
}
@-webkit-keyframes lds-dual-ring-data-v-54a67526 {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
@keyframes lds-dual-ring-data-v-54a67526 {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
.profile .avatar[data-v-54a67526] {
	height: 100%;
	width: auto;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden
}
.profile .avatar img[data-v-54a67526] {
	height: 100%;
	width: auto
}
.profile .name[data-v-54a67526] {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer
}
.profile .name[data-v-54a67526]:hover {
	text-decoration: underline
}
.profile .balance[data-v-54a67526] {
	color: #fdd835
}
.header[data-v-1f46034c] {
	display: flex;
	justify-content: space-between
}
.header__left[data-v-1f46034c], .header__right[data-v-1f46034c] {
	height: inherit;
	display: flex;
	align-items: center
}
.header__icon[data-v-1f46034c] {
	cursor: pointer;
	fill: none
}
.header__icon>path[data-v-1f46034c] {
	fill: #1662ae;
	transition: fill .4s
}
.header__icon:hover>path[data-v-1f46034c] {
	fill: #0785da;
	transition: fill .4s
}

.textarea[data-v-28988b45] {
	height: 50px;
	position: relative
}
.textarea__send[data-v-28988b45] {
	height: 16px;
	width: 19px;
	position: absolute;
	top: 17px;
	right: 17px;
	z-index: 100;
	cursor: pointer
}
.textarea__send>path[data-v-28988b45] {
	fill: hsla(0, 0%, 100%, .25);
	transition: fill .3s
}
.textarea__send.focused path[data-v-28988b45] {
	fill: #fff
}
.textarea__input[data-v-28988b45] {
	border: none;
	color: hsla(0, 0%, 100%, .5);
	width: 100%;
	height: 50px;
	min-height: 50px;
	max-height: 200px;
	word-wrap: break-word;
	text-align: left;
	background: #001534;
	line-height: 16px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	outline: none;
	padding: 17px 46px 17px 17px;
	border-radius: 6px;
	overflow-y: auto;
	resize: none;
	box-sizing: border-box;
	transition: background .3s, color .3s
}
.textarea__input[data-v-28988b45]:focus {
	background: #000915;
	border: 2px solid #1662ae;
	color: #fff;
	transition: background .3s, color .3s
}
.textarea__count[data-v-28988b45] {
	position: absolute;
	right: 20px;
	top: -24px;
	font-size: 12px;
	color: #fff0ad;
	opacity: .3;
	display: none
}
.textarea__count.required[data-v-28988b45] {
	color: #d11a08;
	opacity: .8
}
.textarea__count.warning[data-v-28988b45] {
	color: #c96100;
	opacity: .8
}
.lds-dual-ring[data-v-159c51e5] {
	display: inline-block;
	width: 40px;
	height: 40px
}
.lds-dual-ring[data-v-159c51e5]:after {
	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 4px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-color: #fff transparent #fff transparent;
	-webkit-animation: lds-dual-ring-data-v-159c51e5 1s linear infinite;
	animation: lds-dual-ring-data-v-159c51e5 1s linear infinite
}
@-webkit-keyframes lds-dual-ring-data-v-159c51e5 {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
@keyframes lds-dual-ring-data-v-159c51e5 {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.support__btn[data-v-03e3c556] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 134px;
	height: 46px;
	box-sizing: border-box;
	padding: 13px 22px;
	border-radius: 25px;
	background-color: #eafb42;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .6px;
	color: #687017;
	cursor: pointer
}
@media(max-width:1279px) {
	.support__btn[data-v-03e3c556] {
		width: 48px;
		height: 48px;
		padding: 14px
	}
}
.support__btn__icon-wrapper[data-v-03e3c556] {
	display: inline-block;
	fill: #687017
}
.support__btn__text[data-v-03e3c556] {
	display: inline-block
}
@media(max-width:1279px) {
	.support__btn__text[data-v-03e3c556] {
		display: none
	}
}
.refill[data-v-149f9377] {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	position: relative
}
.refill__close[data-v-149f9377] {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #4475a6;
	cursor: pointer;
	z-index: 1;
	transition: color .3s
}
.refill__close[data-v-149f9377]:hover {
	color: #5f8fbe;
	transition: color .3s
}
.refill__header[data-v-149f9377] {
	padding: 20px 20px 10px;
	font-weight: 700;
	font-size: 22px
}
.refill__body[data-v-149f9377] {
	padding: 20px 40px
}
.refill__input[data-v-149f9377] {
	margin-bottom: 15px
}
.refill__content[data-v-149f9377] {
	margin: 0 auto;
	max-width: 300px
}
.refill__buttons[data-v-149f9377] {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center
}
.refill__button[data-v-149f9377] {
	margin-bottom: 10px
}
.refill .help[data-v-149f9377] {
	display: block;
	margin-bottom: 10px
}
.refill .is-danger[data-v-149f9377] {
	color: #d32f2f
}
.refill .is-success[data-v-149f9377] {
	color: #7bc623
}
.no-scroll {
	overflow: hidden
}
#app {
	height: inherit;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	min-width: 320px;
	scrollbar-width: none;
	-ms-overflow-style: none
}
#app::-webkit-scrollbar {
	width: 0;
	height: 0
}
.rs-app__header {
	background: rgba(0, 9, 21, .75);
	height: 40px
}
@media(min-width:1280px) {
	.rs-app__header {
		height: 70px
	}
}
.rs-app__content {
	display: flex;
	flex-flow: row nowrap;
	flex: 1 1 auto;
	width: 100%
}
.rs-app__main {
	flex: 1 1 auto;
	width: calc(100% - 386px);
	display: flex;
	flex-direction: column;
	position: relative;
	transition: width .3s
}
.rs-app__main.nochat {
	width: 100%;
	transition: width .3s;
}
@media(min-width:2500px) {
	.rs-app__main {
		width: calc(100% - 600px)
	}
}
@media(max-width:1279px) {
	.rs-app__main {
		padding: 0;
		width: 100%
	}
}
.rs-app__chat-button {
	background: #fff;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%;
	right: 10px;
	border-radius: 25px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .65;
	cursor: pointer
}
@media(min-width:720px) {
	.rs-app__chat-button {
		display: none
	}
}
.rs-app__chat-button svg {
	width: 20px;
	height: 20px
}
.rs-app__chat-button svg path {
	fill: #4475a6
}
.rs-app__support {
	width: 134px;
	height: 50px;
	padding: 0;
	margin: 40px 20px;
	position: fixed;
	bottom: 0;
	overflow: visible;
	opacity: 1;
	border: 0;
	z-index: 5;
	left: 0
}
@media(max-width:1279px) {
	.rs-app__support {
		width: 48px;
		height: 50px;
		margin: 20px 20px
	}
}
.rs-app__opacity {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1
}
.radio {
	margin: 3px 8px
}
.radio label {
	cursor: pointer
}
.radio input[type=radio] {
	position: absolute;
	opacity: 0
}
.radio input[type=radio]+.radio-label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -.2em;
	margin-right: .6em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .25s ease
}
.radio input[type=radio]:checked+.radio-label:before {
	background-color: #b68918;
	box-shadow: inset 0 0 0 4px #f4f4f4
}
.radio input[type=radio]:focus+.radio-label:before {
	outline: none;
	border-color: #b68918
}
.radio input[type=radio]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4
}
.radio input[type=radio]+.radio-label:empty:before {
	margin-right: 0
}
.tooltip {
	display: block!important;
	z-index: 10000
}
.tooltip .tooltip-inner {
	background: #000;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 10px 15px
}
.tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
	border-color: #000
}
.tooltip[x-placement^=top] {
	margin-bottom: 5px
}
.tooltip[x-placement^=top] .tooltip-arrow {
	border-width: 5px 5px 0 5px;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	border-bottom-color: transparent!important;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0
}
.tooltip[x-placement^=bottom] {
	margin-top: 5px
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	border-top-color: transparent!important;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0
}
.tooltip[x-placement^=right] {
	margin-left: 5px
}
.tooltip[x-placement^=right] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent!important;
	border-top-color: transparent!important;
	border-bottom-color: transparent!important;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0
}
.tooltip[x-placement^=left] {
	margin-right: 5px
}
.tooltip[x-placement^=left] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent!important;
	border-right-color: transparent!important;
	border-bottom-color: transparent!important;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0
}
.tooltip[aria-hidden=true] {
	visibility: hidden;
	opacity: 0;
	transition: opacity .15s, visibility .15s
}
.tooltip[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
	transition: opacity .15s
}
.vm--container {
	z-index: 9999
}
.vm--overlay {
	background: rgba(0, 0, 0, .75)!important
}
.vm--modal {
	background: #091f40!important;
	border-radius: 12px!important
}
.fade-enter-active, .fade-leave-active {
	transition: opacity .35s
}
.fade-enter, .fade-leave-to {
	opacity: 0
}
.fadeShort-enter-active, .fadeShort-leave-active {
	transition: opacity .1s
}
.fadeShort-enter, .fadeShort-leave-to {
	opacity: 0
}
.fadeUp-enter-active, .fadeUp-leave-active {
	transition: opacity .25s, transform .35s ease-out;
	opacity: 1;
	transform: translateY(0)
}
.fadeUp-enter, .fadeUp-leave-to {
	transition: opacity .25s, transform .35s ease-out;
	opacity: .3;
	transform: translateY(7px)
}
.fadeRight-enter-active, .fadeRight-leave-active {
	transition: opacity .25s, transform .35s ease-out;
	opacity: 1;
	transform: translateX(0)
}
.fadeRight-enter, .fadeRight-leave-to {
	transition: opacity .25s, transform .35s ease-out;
	opacity: 0;
	transform: translateX(50px)
}
.list-enter-active, .list-leave-active, .list-move {
	transition: opacity .5s cubic-bezier(.59, .12, .34, .95), transform .25s cubic-bezier(.59, .12, .34, .95), background .4s ease
}
.list-enter {
	opacity: 0;
	transform: translateX(50px) scaleY(.5)
}
.list-enter-to {
	opacity: 1;
	transform: translateX(0) scaleY(1)
}
.list-leave-active {
	position: absolute
}
.list-leave-to {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center top
}
.history[data-v-95cb0cf2] {
	width: 100%;
	height: 45px;
	background: #000915;
	padding: 0 5px;
	overflow: hidden;
	border-bottom-right-radius: 12px;
	position: relative;
}
@media(max-width:1279px) {
	.history[data-v-95cb0cf2] {
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px
	}
}
@media(max-width:1150px) {
	.history[data-v-95cb0cf2] {
		border-radius: 0;
	}
}
.history__container[data-v-95cb0cf2] {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center
}
.history__item[data-v-95cb0cf2] {
	display: flex;
	flex: 0 0 65px;
	width: 65px;
	height: 25px;
	line-height: 25px;
	background: #d32f2f;
	border-radius: 6px;
	margin: 0 5px;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s
}
.history__item[data-v-95cb0cf2]:hover {
	opacity: .8;
	transition: opacity .2s
}
.history__item.red[data-v-95cb0cf2] {
	background: #d32f2f
}
.history__item.purple[data-v-95cb0cf2] {
	background: #ae1558
}
.history__item.sea[data-v-95cb0cf2] {
	background: #059688
}
.history__item.blue[data-v-95cb0cf2] {
	background: #1665c1
}
.history__item.green[data-v-95cb0cf2] {
	background: #7bc623
}
.history__item.violet[data-v-95cb0cf2] {
	background: #4528a1
}
.history__item.yellow[data-v-95cb0cf2] {
	background: #d7b51a
}
.history[data-v-fd8fc82a] {
	width: 100%;
	height: 45px;
	background: #000915;
	/* padding: 0 5px; */
	overflow: hidden;
	border-bottom-right-radius: 12px;
	position: relative
}
@media(max-width:1279px) {
	.history[data-v-fd8fc82a] {
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px
	}
}
@media(max-width:1150px) {
	.history[data-v-fd8fc82a] {
		border-radius: 0
	}
}
.history__container[data-v-fd8fc82a] {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center
}
.history__item[data-v-fd8fc82a] {
	display: flex;
	flex: 0 0 65px;
	width: 65px;
	height: 25px;
	line-height: 25px;
	background: #d32f2f;
	border-radius: 6px;
	margin: 0 5px;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s
}
.history__item[data-v-fd8fc82a]:hover {
	opacity: .8;
	transition: opacity .2s
}
.history__item.color-factor-x1[data-v-fd8fc82a] {
	background: #d32f2f
}
.history__item.color-factor-x1-2[data-v-fd8fc82a] {
	background: #a30da6
}
.history__item.color-factor-x2[data-v-fd8fc82a] {
	background: #4528a1
}
.history__item.color-factor-x3-5[data-v-fd8fc82a] {
	background: #1665c1
}
.history__item.color-factor-x5[data-v-fd8fc82a] {
	background: #059688
}
.history__item.color-factor-x10[data-v-fd8fc82a] {
	background: #7bc623
}
.history__item.color-factor-x50[data-v-fd8fc82a] {
	background: #d7b51a
}
.graph[data-v-150e096d] {
	width: 100%;
	height: 369px;
	margin-right: 5px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}
.graph__box[data-v-150e096d] {
	width: 100%;
	height: 324px;
	position: relative;
	overflow: hidden
}
.graph__status[data-v-150e096d] {
	position: absolute;
	width: 180px;
	height: 70px;
	left: 55%;
	top: 20px;
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-left: 20px;
	color: #fff;
	background: #13386e;
	border-radius: 12px;
	z-index: 2;
	pointer-events: none;
	transition: opacity .15s
}
.graph__status.factor[data-v-150e096d] {
	background: transparent;
	font-family: Anton, sans-serif;
	font-size: 42px;
	letter-spacing: 5px;
	color: #fdd835;
	transition: color 10s
}
.graph__status.factor .timer-icon[data-v-150e096d] {
	display: block
}
.graph__status.factor.x2[data-v-150e096d] {
	color: #fc8f35;
	transition: color 10s
}
.graph__status.factor.x3[data-v-150e096d] {
	color: #f68529;
	transition: color 10s
}
.graph__status.factor.x4[data-v-150e096d] {
	color: #f45917;
	transition: color 10s
}
.graph .timer-icon[data-v-150e096d] {
	position: absolute;
	top: 50%;
	left: 15%;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: opacity .1s, transform .15s
}
.graph .timer-icon.hide[data-v-150e096d] {
	display: none;
	opacity: 0;
	transform: translate(-55%, -50%);
	transition: opacity .1s, transform .15s
}
.graph__labels[data-v-150e096d] {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 30px;
	display: flex;
	flex-direction: column;
	width: 50px;
	height: 245px;
	justify-content: space-between;
	pointer-events: none;
	opacity: 0
}
.graph__labels.show[data-v-150e096d] {
	opacity: 1
}
.graph__label[data-v-150e096d] {
	color: #fff;
	text-align: left;
	font-weight: 700;
	font-size: 16px
}
.graph__chart[data-v-150e096d] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.graph__chart>div[data-v-150e096d] {
	transition: width .2s
}
.graph__shadowloaded[data-v-150e096d] {
	position: fixed;
	left: -9999px;
	top: 0;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	pointer-events: none;
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) 0 0 no-repeat
}
.graph__alchemist-container[data-v-150e096d] {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2
}
.graph__alchemist[data-v-150e096d] {
	width: 300px;
	height: 300px
}
.graph__alchemist.idle[data-v-150e096d] {
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) no-repeat;
	-webkit-animation: play_idle-data-v-150e096d 3s steps(74) infinite forwards;
	animation: play_idle-data-v-150e096d 3s steps(74) infinite forwards
}
.graph__alchemist.transition[data-v-150e096d] {
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) no-repeat;
	-webkit-animation: play_transition-data-v-150e096d .8s steps(19) infinite forwards;
	animation: play_transition-data-v-150e096d .8s steps(19) infinite forwards
}
.graph__alchemist.game[data-v-150e096d] {
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) no-repeat;
	-webkit-animation: play_game-data-v-150e096d 2.12s steps(52) infinite forwards;
	animation: play_game-data-v-150e096d 2.12s steps(52) infinite forwards
}
.graph__alchemist.game.x2[data-v-150e096d] {
	-webkit-animation: play_game-data-v-150e096d 1.59s steps(52) infinite forwards;
	animation: play_game-data-v-150e096d 1.59s steps(52) infinite forwards
}
.graph__alchemist.game.x3[data-v-150e096d] {
	-webkit-animation: play_game-data-v-150e096d 1.06s steps(52) infinite forwards;
	animation: play_game-data-v-150e096d 1.06s steps(52) infinite forwards
}
.graph__alchemist.game.x4[data-v-150e096d] {
	-webkit-animation: play_game-data-v-150e096d .71s steps(52) infinite forwards;
	animation: play_game-data-v-150e096d .71s steps(52) infinite forwards
}
.graph__alchemist.crash[data-v-150e096d] {
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) no-repeat;
	-webkit-animation: play_crash-data-v-150e096d 1.32s steps(32) 1 forwards;
	animation: play_crash-data-v-150e096d 1.32s steps(32) 1 forwards
}
.graph__alchemist.refresh[data-v-150e096d] {
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) no-repeat;
	-webkit-animation: play_refresh-data-v-150e096d 1.52s steps(37) 1 forwards;
	animation: play_refresh-data-v-150e096d 1.52s steps(37) 1 forwards
}
.graph__background[data-v-150e096d] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(1turn, #0d2e5c, #001534)
}
.graph__lines[data-v-150e096d] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	height: 100%
}
.graph__lines.animated[data-v-150e096d] {
	-webkit-animation: progress-data-v-150e096d 1s linear infinite;
	animation: progress-data-v-150e096d 1s linear infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.graph__lines.animated.x2[data-v-150e096d] {
	-webkit-animation: progress-data-v-150e096d .5s linear infinite;
	animation: progress-data-v-150e096d .5s linear infinite
}
.graph__lines.animated.x3[data-v-150e096d] {
	-webkit-animation: progress-data-v-150e096d .33s linear infinite;
	animation: progress-data-v-150e096d .33s linear infinite
}
.graph__lines.animated.x4[data-v-150e096d] {
	-webkit-animation: progress-data-v-150e096d .25s linear infinite;
	animation: progress-data-v-150e096d .25s linear infinite
}
.graph__line[data-v-150e096d] {
	width: 100px;
	min-width: 100px;
	margin-right: 100px;
	height: 100%;
	background: linear-gradient(1turn, #13386e, #113569 8.45%, #001534)
}
@-webkit-keyframes progress-data-v-150e096d {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-200px)
	}
}
@keyframes progress-data-v-150e096d {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-200px)
	}
}
@-webkit-keyframes play_idle-data-v-150e096d {
	0% {
		background-position: left 0 top 0
	}
	to {
		background-position: left -22200px top 0
	}
}
@keyframes play_idle-data-v-150e096d {
	0% {
		background-position: left 0 top 0
	}
	to {
		background-position: left -22200px top 0
	}
}
@-webkit-keyframes play_transition-data-v-150e096d {
	0% {
		background-position: left 0 top -300px
	}
	to {
		background-position: left -5700px top -300px
	}
}
@keyframes play_transition-data-v-150e096d {
	0% {
		background-position: left 0 top -300px
	}
	to {
		background-position: left -5700px top -300px
	}
}
@-webkit-keyframes play_game-data-v-150e096d {
	0% {
		background-position: left 0 top -600px
	}
	to {
		background-position: left -15600px top -600px
	}
}
@keyframes play_game-data-v-150e096d {
	0% {
		background-position: left 0 top -600px
	}
	to {
		background-position: left -15600px top -600px
	}
}
@-webkit-keyframes play_crash-data-v-150e096d {
	0% {
		background-position: left 0 top -900px
	}
	to {
		background-position: left -9600px top -900px
	}
}
@keyframes play_crash-data-v-150e096d {
	0% {
		background-position: left 0 top -900px
	}
	to {
		background-position: left -9600px top -900px
	}
}
@-webkit-keyframes play_refresh-data-v-150e096d {
	0% {
		background-position: left 0 top -1200px
	}
	to {
		background-position: left -11100px top -1200px
	}
}
@keyframes play_refresh-data-v-150e096d {
	0% {
		background-position: left 0 top -1200px
	}
	to {
		background-position: left -11100px top -1200px
	}
}
.auto-withdrawal[data-v-00adc0d2] {
	flex: 0 0 auto;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.auto-withdrawal__summ[data-v-00adc0d2] {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #5800ff;
	padding: 30px 10px;
	width: 100%;
	position: relative
}
.auto-withdrawal__total.take[data-v-00adc0d2] {
	color: #7bc623
}
.auto-withdrawal__toggle-chat[data-v-00adc0d2] {
	position: absolute;
	top: 10px;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #0a244a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background .3s
}
.auto-withdrawal__toggle-chat path[data-v-00adc0d2] {
	fill: #1662ae;
	transition: fill .3s
}
.auto-withdrawal__toggle-chat[data-v-00adc0d2]:hover {
	background: #1662ae;
	transition: background .3s
}
.auto-withdrawal__toggle-chat:hover path[data-v-00adc0d2] {
	fill: #fff;
	transition: fill .3s
}
.auto-withdrawal__multi[data-v-00adc0d2] {
	flex: 0 0 163px;
	height: 70px;
	background: #000915;
	justify-content: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	border-radius: 12px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px
}
.auto-withdrawal__coefficients[data-v-00adc0d2] {
	flex: 1 1 247px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 1px 0;
	margin-bottom: 10px;
	pading-left: -2px;
}
.auto-withdrawal__coefficients.disabled[data-v-00adc0d2] {
	opacity: .8;
	pointer-events: none
}
.auto-withdrawal__coefficient[data-v-00adc0d2] {
	width: 76px;
	height: 30px;
	border-radius: 12px;
	border: 2px solid #7f3fc8;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #d95037;
	margin-bottom: 5px;
	cursor: pointer;
	transition: border .3s, color .3s;
}
.auto-withdrawal__coefficient[data-v-00adc0d2]:hover {
	border: 2px solid #18a0fb;
	color: #18a0fb;
	transition: border .3s, color .3s
}
.auto-withdrawal__coefficient.active[data-v-00adc0d2] {
	border: 2px solid #fff;
	color: #fff;
	transition: border .3s, color .3s
}
.auto-withdrawal__progress[data-v-00adc0d2] {
	width: 95%;
	height: 60px;
	font-weight: 700;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #18a0fb;
	background: #0c2953;
	border-radius: 12px
}
.auto-withdrawal__progress.betting[data-v-00adc0d2] {
	background: #fdd835;
	color: #001534;
	cursor: pointer;
	transition: background .3s
}
.auto-withdrawal__progress.betting[data-v-00adc0d2]:hover {
	background: #fff;
	transition: background .3s
}
.auto-withdrawal__progress.take[data-v-00adc0d2] {
	background: #7bc623;
	color: #fff;
	cursor: pointer;
	transition: background .3s
}
.auto-withdrawal__progress.take[data-v-00adc0d2]:hover {
	background: #009688;
	transition: background .3s
}
@media(max-width:1279px) {
	.auto-withdrawal[data-v-00adc0d2] {
		flex-direction: row;
		align-items: flex-start;
		margin: 0;
		padding: 20px 5px 10px;
		width: calc(100% - 20px);
	}
	.auto-withdrawal__summ[data-v-00adc0d2] {
		flex: 1 1 100%;
		order: 3;
		margin: 20px 5px 0;
		padding: 10px
	}
	.auto-withdrawal__multi[data-v-00adc0d2] {
		margin-bottom: 0
	}
	.auto-withdrawal__coefficients[data-v-00adc0d2] {
		flex: 0 1 260px;
		height: 72px;
		justify-content: flex-start;
		margin-bottom: 0
	}
	.auto-withdrawal__coefficient[data-v-00adc0d2] {
		margin: 0 5px
	}
	.auto-withdrawal__progress[data-v-00adc0d2] {
		flex: 1 1 33%;
		margin: 0 5px;
		height: 67px
	}
}
@media(max-width:1150px) {
	.auto-withdrawal[data-v-00adc0d2] {
		padding: 20px 0;
	}
	.auto-withdrawal__summ[data-v-00adc0d2] {
		font-size: 40px;
		margin-top: 10px;
		padding: 0
	}
	.auto-withdrawal__progress[data-v-00adc0d2] {
		font-size: 18px
	}
}
@media(max-width:719px) {
	.auto-withdrawal[data-v-00adc0d2] {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.auto-withdrawal__title[data-v-00adc0d2] {
		font-size: 12px
	}
	.auto-withdrawal__summ[data-v-00adc0d2] {
		display: none
	}
	.auto-withdrawal__coefficients[data-v-00adc0d2] {
		order: 1;
		width: 100%;
		flex: 0 0 100%;
		flex-wrap: nowrap
	}
	.auto-withdrawal__coefficient[data-v-00adc0d2] {
		font-size: 16px;
		flex: 1 1 auto;
		height: 47px;
		border-radius: 6px
	}
	.auto-withdrawal__multi[data-v-00adc0d2] {
		order: 2;
		font-size: 18px;
		border-radius: 6px
	}
	.auto-withdrawal__progress[data-v-00adc0d2] {
		order: 3;
		height: 69px;
		border-radius: 6px
	}
}
@media(max-width:600px) {
	.auto-withdrawal__coefficient[data-v-00adc0d2] {
		font-size: 14px;
		flex: 1 1 auto;
		border-radius: 6px
	}
	.auto-withdrawal__multi[data-v-00adc0d2], .auto-withdrawal__progress[data-v-00adc0d2] {
		font-size: 16px
	}
}
@media(max-width:450px) {
	.auto-withdrawal__coefficients[data-v-00adc0d2] {
		height: 60px
	}
	.auto-withdrawal__coefficient[data-v-00adc0d2] {
		margin: 0 3px;
		font-size: 14px;
		height: 40px
	}
	.auto-withdrawal__multi[data-v-00adc0d2] {
		flex: 0 0 100px
	}
	.auto-withdrawal__progress[data-v-00adc0d2] {
		font-size: 14px;
		padding: 0 10px
	}
}
@media(max-width:400px) {
	.auto-withdrawal__coefficients[data-v-00adc0d2] {
		height: 60px
	}
	.auto-withdrawal__coefficient[data-v-00adc0d2] {
		font-size: 12px;
		height: 40px;
		font-weight: 700
	}
}
.players__statistics[data-v-86305b7a] {
	margin: 10px auto;
	width: 580px;
	height: 65px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}
.players__statistic[data-v-86305b7a] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative
}
.players__statistic-icon[data-v-86305b7a] {
	height: 36px;
	width: auto;
	position: relative;
	z-index: 1;
	margin-right: 17px
}
.players__statistic-gradient[data-v-86305b7a] {
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: radial-gradient(50% 50% at 50% 50%, #fdd835 0, rgba(252, 216, 53, 0) 100%);
	z-index: 0
}
.players__statistic-text[data-v-86305b7a] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start
}
.players__statistic-head[data-v-86305b7a] {
	font-weight: 500;
	font-size: 14px;
	color: #fdd835;
	margin-bottom: 5px
}
.players__statistic-value[data-v-86305b7a] {
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-align: left
}
@media(max-width:1100px) {
	.players__statistics[data-v-86305b7a] {
		margin: 0 auto
	}
	.players__statistic[data-v-86305b7a] {
		width: 170px;
		margin: 0 10px
	}
	.players__statistic-head[data-v-86305b7a] {
		font-size: 14px
	}
	.players__statistic-value[data-v-86305b7a] {
		font-size: 18px
	}
	.players__statistic-icon[data-v-86305b7a] {
		height: 30px
	}
	.players__statistic-gradient[data-v-86305b7a] {
		width: 35px;
		height: 35px;
		left: 15px
	}
}
@media(max-width:719px) {
	.players__statistics[data-v-86305b7a] {
		width: 100%;
		padding: 15px 10px;
		display: flex;
		justify-content: center
	}
	.players__statistic[data-v-86305b7a] {
		width: auto;
		margin: auto
	}
	.players__statistic-head[data-v-86305b7a] {
		font-size: 10px;
		line-height: 12px
	}
	.players__statistic-value[data-v-86305b7a] {
		font-size: 14px;
		line-height: 16px
	}
	.players__statistic-icon[data-v-86305b7a] {
		height: 25.4px;
		margin-right: 10px
	}
	.players__statistic-gradient[data-v-86305b7a] {
		width: 30px;
		height: 30px;
		left: 10px
	}
}
.players__player-status[data-v-0605b930] {
	width: 130px;
	height: 50px;
	border-radius: 6px;
	background: #001534;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center
}
.players__player[data-v-0605b930] {
	margin: 5px 0;
	background: #0a244a;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	padding: 0 96px 0 10px
}
.players__player.taken[data-v-0605b930] {
	background: linear-gradient(89.76deg, rgba(123, 198, 35, .5), rgba(0, 150, 136, .5));
	padding: 0 10px
}
.players__player.taken .players__player-status[data-v-0605b930] {
	background: linear-gradient(81.59deg, #009688, #7bc623);
	font-weight: 700;
	font-size: 22px
}
.players__player.crashed[data-v-0605b930] {
	background: linear-gradient(89.76deg, rgba(211, 47, 47, .5), rgba(173, 20, 87, .5));
	padding: 0 10px
}
.players__player.crashed .players__player-status[data-v-0605b930] {
	background: linear-gradient(81.59deg, #ad1457, #d32f2f);
	font-weight: 700;
	font-size: 22px
}
.players__player.no-user-info[data-v-0605b930] {
	padding: 0 96px 0 30px
}
.players__player-left[data-v-0605b930], .players__player-right[data-v-0605b930] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100%
}
.players__player-right[data-v-0605b930] {
	justify-content: flex-end
}
.players__player-avatar[data-v-0605b930] {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 20px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border .3s
}
.players__player-avatar img[data-v-0605b930] {
	height: 100%;
	width: auto
}
.players__player-avatar[data-v-0605b930]:hover {
	border: 2px solid hsla(0, 0%, 100%, .5);
	transition: border .3s
}
.players__player-bet[data-v-0605b930] {
	text-align: left;
	width: 120px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	white-space: nowrap
}
.players__player-items[data-v-0605b930] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	height: 100%;
	align-items: center
}
.players__player-item[data-v-0605b930] {
	width: 75px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #1662ae;
	background: #13386e;
	border: 2px solid transparent
}
.players__player-item img[data-v-0605b930] {
	width: 100%;
	height: auto
}
.players__player-item.common[data-v-0605b930] {
	border: 2px solid #b0c3d9
}
.players__player-item.uncommon[data-v-0605b930] {
	border: 2px solid #5e98d9
}
.players__player-item.rare[data-v-0605b930] {
	border: 2px solid #4b69ff
}
.players__player-item.mythical[data-v-0605b930] {
	border: 2px solid #8847ff
}
.players__player-item.legendary[data-v-0605b930] {
	border: 2px solid #d32ce6
}
.players__player-item.immortal[data-v-0605b930] {
	border: 2px solid #f4ca35
}
.players__player-item.arcana[data-v-0605b930] {
	border: 2px solid #ade55c
}
.players__player-item.ancient[data-v-0605b930] {
	border: 2px solid #eb4b4b
}
.players__player-resultbet[data-v-0605b930] {
	height: 100%;
	width: 125px;
	font-weight: 700;
	font-size: 18px;
	color: #fdd835;
	margin-right: 10px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center
}
@media(max-width:1100px) {
	.players__player[data-v-0605b930] {
		height: 47px;
		padding: 0 10px
	}
	.players__player.crashed .players__player-status[data-v-0605b930], .players__player.taken .players__player-status[data-v-0605b930] {
		font-weight: 700;
		font-size: 15px
	}
	.players__player-avatar[data-v-0605b930] {
		width: 28px;
		height: 28px;
		border-radius: 14px;
		margin-right: 10px
	}
	.players__player-bet[data-v-0605b930] {
		font-size: 14px
	}
	.players__player-item[data-v-0605b930] {
		width: 42px;
		height: 28px;
		border-radius: 3px;
		border: 1px solid transparent;
		font-size: 14px
	}
	.players__player-resultbet[data-v-0605b930] {
		width: auto;
		height: 28px;
		font-size: 14px;
		white-space: nowrap
	}
	.players__player-status[data-v-0605b930] {
		width: 59px;
		height: 28px;
		border-radius: 3px;
		font-size: 14px
	}
	.players__player-right .players__player-item[data-v-0605b930] {
		display: none
	}
}
@media(max-width:600px) {
	.players__player-bet[data-v-0605b930] {
		width: 100px
	}
	.players__player-resultbet[data-v-0605b930] {
		margin-left: 10px
	}
}
@media(max-width:450px) {
	.players__player[data-v-0605b930] {
		flex-direction: column;
		height: auto;
		padding: 10px
	}
	.players__player.crashed[data-v-0605b930], .players__player.taken[data-v-0605b930] {
		padding: 10px
	}
	.players__player-avatar[data-v-0605b930] {
		flex: 0 0 auto
	}
	.players__player-left[data-v-0605b930], .players__player-right[data-v-0605b930] {
		width: 100%
	}
	.players__player-left[data-v-0605b930] {
		margin-bottom: 10px;
		justify-content: space-between
	}
	.players__player-right[data-v-0605b930] {
		justify-content: center
	}
	.players__player-right>[data-v-0605b930] {
		flex: 1 1 50%
	}
	.players__player-bet[data-v-0605b930] {
		flex: 1 1 auto;
		font-size: 12px;
		text-overflow: ellipsis;
		overflow: hidden
	}
}
.playground-hash__opacity[data-v-5fe65a4f] {
	opacity: .5
}
.playground-footer[data-v-709e758a] {
	height: 60px;
	width: 100%;
	left: 0;
	bottom: -1px;
	padding: 0 30px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #1662ae;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	background: linear-gradient(0deg, #001534 44.27%, rgba(0, 21, 52, 0))
}


.playground[data-v-32fa5a4a] {
	width: 100%;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: auto;
	overflow-y: auto;
}
@media(min-width:1280px) {
	/*.playground[data-v-32fa5a4a] {
		max-height: calc(100vh - 449px)
	}*/
}
.playground__main[data-v-32fa5a4a] {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow-y: auto;
	min-height: 300px;
}
.playground__list[data-v-32fa5a4a] {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	flex: 0 1 auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.playground__list[data-v-32fa5a4a]::-webkit-scrollbar {
	width: 0;
	height: 0
}
.playground__footer[data-v-32fa5a4a] {
	flex: 0 0 auto
}
@media(max-width:1279px) {
	.playground[data-v-32fa5a4a], .playground__main[data-v-32fa5a4a] {
		height: auto;
	}
	.playground__list[data-v-32fa5a4a] {
		padding-left: 0
	}
}
@media(max-width:600px) {
	.playground[data-v-32fa5a4a] {
		min-height: 650px
	}
}
@media(max-width:450px) {
	.playground[data-v-32fa5a4a] {
		min-height: 750px
	}
}
.checkbox[data-v-436b836f] {
	width: 45px;
	height: 10px;
	background: #0b2954;
	position: relative;
	border-radius: 5px;
	margin: 10px 0;
	pointer-events: auto
}
.checkbox.checked[data-v-436b836f] {
	background: #fdd835
}
.checkbox label[data-v-436b836f] {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: -5px;
	z-index: 1;
	left: 0;
	border-radius: 12px;
	background: #18a0fb
}
.checkbox input[type=checkbox][data-v-436b836f] {
	visibility: hidden
}
.checkbox input[type=checkbox]:checked+label[data-v-436b836f] {
	left: 25px;
	background: #fff
}
.checkbox__clickarea[data-v-436b836f] {
	width: 100%;
	height: 26px;
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 100;
	background: transparent;
	cursor: pointer
}
.checkbox.light[data-v-436b836f] {
	background: #13386e
}
.checkbox.disabled[data-v-436b836f] {
	opacity: .55;
	pointer-events: none
}
@media(max-width:1279px) {
	.checkbox[data-v-436b836f] {
		width: 35px;
		margin: 6px 0
	}
	.checkbox label[data-v-436b836f] {
		width: 16px;
		height: 16px;
		top: -4px;
		border-radius: 8px
	}
	.checkbox__clickarea[data-v-436b836f] {
		height: 20px;
		top: 0
	}
}
.item-select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	box-shadow: inset 0 0 0 3px #fff;
	transition: opacity .3s;
	z-index: 3
}
.item {
	position: relative;
	cursor: pointer
}
.item, .item--empty {
	height: 100%;
	width: 100%;
	border-radius: 6px;
	overflow: hidden
}
.item--empty {
	background: #091f40
}
.item:hover .item-img img {
	transform: translate(-50%, -5%);
	transition: transform .5s
}
.item.no-stock {
	opacity: .5;
	pointer-events: none
}
.item.selected .item-select, .item:hover .item-select {
	opacity: 1;
	transition: opacity .3s
}
.item.selected .item-price {
	bottom: 48px;
	color: #fff;
	font-size: 18px;
	transition: all .1s
}
.gradient {
	position: absolute;
	width: 100%;
	height: 55%;
	z-index: 2;
	left: 0;
	bottom: 0
}
.gradient, .gradient.common {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #b0c3d9)
}
.gradient.uncommon {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #5e98d9)
}
.gradient.rare {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #4b69ff)
}
.gradient.mythical {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #8847ff)
}
.gradient.legendary {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #d32ce6)
}
.gradient.immortal {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #b28a33)
}
.gradient.arcana {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #ade55c)
}
.gradient.ancient {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #eb4b4b)
}
.item-count {
	width: 20px;
	height: 20px;
	z-index: 2;
	background: #13386e;
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 7px;
	pointer-events: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}
.item-count.noitems {
	background: #000915
}
.item-img {
	height: 100%;
	width: auto;
	position: relative
}
.item-img img {
	position: absolute;
	height: 100%;
	width: auto;
	top: -5px;
	left: 50%;
	transform: translate(-50%);
	transition: transform .5s
}
.item-name {
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 12px;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 10px
}
.item-name, .item-price {
	position: absolute;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	overflow: hidden;
	z-index: 2
}
.item-price {
	font-weight: 700;
	font-size: 14px;
	color: #fdd835;
	bottom: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .1s
}
.items {
	position: relative;
	padding: 15px 0 15px 15px;
	width: 100%;
	height: inherit;
	display: grid;
	grid-template-columns: repeat(auto-fill, 120px);
	grid-auto-rows: 170px;
	grid-gap: 15px;
	background-color: #0b2954
}
@media(max-width:1279px) {
	.items {
		padding: 10px 0 10px 10px;
		grid-template-columns: repeat(auto-fill, minmax(86.67px, 1fr));
		grid-auto-rows: 144px;
		grid-gap: 10px
	}
}
.items__item-select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	box-shadow: inset 0 0 0 3px #fff;
	transition: opacity .3s
}
.items__item {
	position: relative;
	cursor: pointer
}
.items__item, .items__item--empty {
	height: 100%;
	width: 100%;
	border-radius: 6px;
	overflow: hidden
}
.items__item--empty {
	background: #091f40
}
.items__item:hover .items__item-img img {
	transform: translate(-50%, -5%);
	transition: transform .5s
}
.items__item.no-stock {
	opacity: .5;
	pointer-events: none
}
.items__item.selected .items__item-select, .items__item:hover .items__item-select {
	opacity: 1;
	transition: opacity .3s
}
.items__item.selected .items__item-price {
	bottom: 48px;
	color: #fff;
	font-size: 18px;
	transition: all .1s
}
.items__gradient {
	position: absolute;
	width: 100%;
	height: 55%;
	z-index: 2;
	left: 0;
	bottom: 0
}
.items__gradient, .items__gradient.common {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #b0c3d9)
}
.items__gradient.uncommon {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #5e98d9)
}
.items__gradient.rare {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #4b69ff)
}
.items__gradient.mythical {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #8847ff)
}
.items__gradient.legendary {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #d32ce6)
}
.items__gradient.immortal {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #b28a33)
}
.items__gradient.arcana {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #ade55c)
}
.items__gradient.ancient {
	background: linear-gradient(180deg, transparent, rgba(9, 31, 64, .9) 26%, #091f40 45%, #eb4b4b)
}
.items__item-count {
	width: 20px;
	height: 20px;
	z-index: 10;
	background: #13386e;
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 7px;
	pointer-events: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}
.items__item-count.noitems {
	background: #000915
}
.items__item-img {
	height: 100%;
	width: auto;
	position: relative;
	z-index: 1
}
.items__item-img img {
	position: absolute;
	height: 100%;
	width: auto;
	top: -5px;
	left: 50%;
	transform: translate(-50%);
	transition: transform .5s
}
.items__item-name {
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 12px;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 10px;
	z-index: 3
}
.items__item-name, .items__item-price {
	position: absolute;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	overflow: hidden
}
.items__item-price {
	font-weight: 700;
	font-size: 14px;
	color: #fdd835;
	z-index: 1;
	bottom: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 4;
	transition: all .1s
}
.stock[data-v-2226bc4a] {
	width: 100%;
	height: 100%;
	transform: translateX(calc(-100% - 10px));
	margin-bottom: 10px;
	border-radius: 12px;
	background: #0a244a;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding-bottom: 140px;
	position: absolute;
	bottom: -8px;
	z-index: 20
}
@media(max-width:1279px) {
	.stock[data-v-2226bc4a] {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #0b2954;
		transform: translateX(0);
		margin: 0
	}
}
@media(max-width:840px) {
	.stock[data-v-2226bc4a] {
		border-radius: 0
	}
}
.stock__header[data-v-2226bc4a] {
	height: 72px;
	flex: 0 0 72px;
	padding: 12px 20px;
	font-size: 18px;
	background: #13386f;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative
}
.stock__header-close[data-v-2226bc4a] {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	height: 26px;
	width: 26px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8595a9;
	font-size: 26px;
	pointer-events: auto;
	transition: color .3s, opacity .2s
}
.stock__header-close[data-v-2226bc4a]:hover {
	color: #fff;
	transition: color .3s
}
.stock__header-close.disabled[data-v-2226bc4a] {
	opacity: .7;
	pointer-events: none;
	transition: opacity .2s
}
.stock__body[data-v-2226bc4a] {
	flex: 1 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	display: flex;
	flex-direction: column
}
.stock__filter[data-v-2226bc4a] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 15px 0
}
.stock__filter-column[data-v-2226bc4a] {
	width: 33.33%;
	margin-right: 15px;
	display: flex;
	align-items: center;
	flex-direction: column
}
.stock__filter-column[data-v-2226bc4a]:last-child {
	margin-right: 0
}
.stock__filter-column-title[data-v-2226bc4a] {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 4px;
	color: #18a0fb
}
.stock__body-inner[data-v-2226bc4a] {
	position: relative;
	flex: 1
}
.stock__loader[data-v-2226bc4a] {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center
}
.stock__body-gradient[data-v-2226bc4a] {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #0a244a 9.9%, rgba(10, 36, 74, 0));
	z-index: 80;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px
}
.stock__items[data-v-2226bc4a] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.stock__button[data-v-2226bc4a] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 100;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px
}
.container[data-v-209cf7fa] {
	/* width: 100%; */
	height: 440px;
	flex: 0 0 440px;
	padding: 10px;
	/* min-height: 200px; */
}
@media(min-width:1280px) {
	.container[data-v-209cf7fa] {
		height: 100%;
		flex: 1 1 auto
	}
}
@media(min-width:280px) {
	.container[data-v-209cf7fa] {
		height: 90%;
		flex: 1 1 auto
	}
}
.inventory[data-v-209cf7fa] {
	position: relative;
	width: 100%;
	/* height: 100%; */
	border-radius: 12px;
	background: #0b2954;
	padding-bottom: 10px;
}
.inventory__header[data-v-209cf7fa] {
	height: 62px;
	padding: 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #0e3b7b;
	display: flex;
}
@media(min-width:1280px) {
	.inventory__header[data-v-209cf7fa] {
		height: 72px;
	}
}
.inventory__header-column[data-v-209cf7fa] {
	width: 33.33333%;
	text-align: center
}
.inventory__header-column.yellow[data-v-209cf7fa] {
	color: #fdd835
}
.inventory__header-column.blue[data-v-209cf7fa] {
	color: #18a0fb
}
.inventory__header-column-title[data-v-209cf7fa] {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px
}
@media(min-width:1280px) {
	.inventory__header-column-title[data-v-209cf7fa] {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 8px
	}
}
.inventory__header-column-title.checked[data-v-209cf7fa] {
	color: #fdd835
}
.inventory__header-column-value[data-v-209cf7fa] {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px
}
@media(min-width:1280px) {
	.inventory__header-column-value[data-v-209cf7fa] {
		font-size: 18px;
		line-height: 21px
	}
}
.inventory__checkbox[data-v-209cf7fa] {
	display: flex;
	justify-content: center
}
.inventory__body[data-v-209cf7fa] {
	position: absolute;
	top: 62px;
	width: 100%;
	height: 286px;
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(86.67px, 1fr));
	grid-auto-rows: 128px;
	grid-gap: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none
}
@media(min-width:1280px) {
	.inventory__body[data-v-209cf7fa] {
		top: 72px;
		height: calc(100% - 152px);
		margin-bottom: 15px;
		padding: 15px;
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		grid-auto-rows: 170px;
		grid-gap: 15px
	}
}
.inventory__body[data-v-209cf7fa]::-webkit-scrollbar {
	width: 0;
	height: 0
}
.inventory__buttons[data-v-209cf7fa] {
	/* position: absolute; */
	bottom: 10px;
	height: 52px;
	width: 90%;
	padding: 0 10px;
	z-index: 2;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	display: flex;
	justify-content: space-between;
}
.inventory__buttons.two-buttons button[data-v-209cf7fa] {
	width: 48%!important
}
.inventory__opacity[data-v-209cf7fa] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1
}
.inventory-skeleton[data-v-48a0b728] {
	position: relative;
	width: 100%;
	padding: 0 10px;
	height: 280px;
	margin: 10px 0;
	display: flex;
	flex-direction: column
}
@media(min-width:1280px) {
	.inventory-skeleton[data-v-48a0b728] {
		flex: 1 1 auto
	}
}
.inventory-skeleton__header[data-v-48a0b728] {
	width: 100%;
	height: 64px;
	padding: 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #0e3b7b;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center
}
@media(min-width:1280px) {
	.inventory-skeleton__header[data-v-48a0b728] {
		font-size: 14px;
		line-height: 18px
	}
}
.inventory-skeleton__header .yellow[data-v-48a0b728] {
	color: #fdd835
}
.inventory-skeleton__body[data-v-48a0b728] {
	height: 164px;
	overflow: hidden;
	padding: 10px;
	background-color: #0b2954;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(86.67px, 1fr));
	grid-template-rows: repeat(auto-fit, minmax(128px, 1fr));
	grid-gap: 10px
}
@media(min-width:1280px) {
	.inventory-skeleton__body[data-v-48a0b728] {
		flex: 1 1 auto;
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		grid-template-rows: repeat(auto-fit, minmax(170px, 1fr))
	}
}
.inventory-skeleton__body__placeholder-item[data-v-48a0b728] {
	background-color: #091f40;
	border-radius: 6px
}
.inventory-skeleton__footer[data-v-48a0b728] {
	height: 52px;
	padding: 0 10px;
	background-color: #0b2954;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	display: flex;
	flex-direction: column
}
.inventory-skeleton__steam-button[data-v-48a0b728] {
	width: 100%;
	height: 42px
}
.inventory-skeleton__body-gradient[data-v-48a0b728] {
	position: absolute;
	width: calc(100% - 20px);
	top: 64px;
	bottom: 52px;
	background: linear-gradient(0deg, #0b2954 15.1%, rgba(10, 36, 74, 0) 100%, #0b2954 0);
	z-index: 2
}
.inventory-skeleton__overlay[data-v-48a0b728] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3
}
.inventory-skeleton__overlay__text[data-v-48a0b728] {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px
}
@media(min-width:1280px) {
	.inventory-skeleton__overlay__text[data-v-48a0b728] {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 15px
	}
}
.inventory-skeleton__overlay__icon[data-v-48a0b728] {
	width: 48.76px;
	height: 64px
}
@media(min-width:1280px) {
	.inventory-skeleton__overlay__icon[data-v-48a0b728] {
		width: 80px;
		height: 105px
	}
}
.main[data-v-6169ad28] {
	flex: 1 1 auto;
	/* display: flex; */
	/* flex-direction: row; */
	align-items: flex-start;
	height: 100%;
}
.main__left[data-v-6169ad28] {
	flex: 1 1 auto;
	height: 100%;
	min-width: 439px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-right: 10px;
	width: 100%;
}
@media(max-height:949px) {
	.main__left[data-v-6169ad28] {
		min-width: 424px;
		width: 100%;
	}
}
@media(max-height:949px) {
	.main__center[data-v-6169ad28] {
		.main__center[data-v-6169ad28] {
    flex: 0 0 440px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
	}
}
.main__center[data-v-6169ad28] {
	display: flex;
	flex: 0 0 440px;
	/* position: relative; */ /* Чтобы абсолютный элемент внутри позиционировался относительно этого */
	height: 50%;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
}
.main__right[data-v-6169ad28] {
	flex: 0 0 400px;
	margin: 0 10px 0 5px
}
.main-mobile[data-v-6169ad28] {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.header[data-v-6dffcf72] {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	min-height: 81px;
	padding: 20px 30px;
	border-bottom: 1px solid #4475a6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}
.header__left[data-v-6dffcf72] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 22px
}
.header__loader[data-v-6dffcf72] {
	margin-left: 20px
}
.header__chat[data-v-6dffcf72] {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #0a244a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background .3s
}
@media(max-width:800px) {
	.header__chat[data-v-6dffcf72] {
		display: none
	}
}
.header__chat path[data-v-6dffcf72] {
	fill: #1662ae;
	transition: fill .3s
}
.header__chat.active[data-v-6dffcf72] {
	background: #0e3369
}
.header__chat.active path[data-v-6dffcf72] {
	fill: #2c88e4
}
.header__chat[data-v-6dffcf72]:hover {
	background: #1662ae;
	transition: background .3s
}
.header__chat:hover path[data-v-6dffcf72] {
	fill: #fff;
	transition: fill .3s
}
.tradelink__header[data-v-76a06694] {
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}
@media(max-width:500px) {
	.tradelink__header[data-v-76a06694] {
		flex-direction: column
	}
}
.tradelink__left[data-v-76a06694] {
	padding-left: 20px
}
@media(max-width:500px) {
	.tradelink__left[data-v-76a06694] {
		padding: 0;
		margin-bottom: 20px
	}
}
.tradelink__right[data-v-76a06694] {
	padding-right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center
}
@media(max-width:500px) {
	.tradelink__right[data-v-76a06694] {
		justify-content: space-between;
		padding: 0 20px
	}
}
.tradelink__hint[data-v-76a06694] {
	font-weight: 400;
	font-size: 14px;
	color: #fdd835;
	text-decoration: underline
}
.tradelink__caret[data-v-76a06694] {
	margin-left: 20px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(180deg);
	transition: transform .15s
}
.tradelink__caret.active[data-v-76a06694] {
	transform: rotate(0deg);
	transition: transform .15s
}
.tradelink__caret svg[data-v-76a06694] {
	width: 13px
}
.tradelink__caret path[data-v-76a06694] {
	fill: #4475a6
}
.tradelink__caret:hover path[data-v-76a06694] {
	fill: #5f8fbe
}
.tradelink__hr[data-v-76a06694] {
	margin: 15px auto;
	width: 100%;
	background: #4475a6;
	height: 1px;
	opacity: .3
}
.tradelink__link[data-v-76a06694] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%
}
@media(max-width:500px) {
	.tradelink__link[data-v-76a06694] {
		flex-direction: column
	}
}
.tradelink__link-input[data-v-76a06694] {
	flex: 1;
	height: 50px;
	margin-right: 10px
}
@media(max-width:500px) {
	.tradelink__link-input[data-v-76a06694] {
		flex: 0 0 50px;
		margin-right: 0;
		margin-bottom: 10px
	}
}
.tradelink__link-button[data-v-76a06694] {
	flex: 0 1 366px
}
@media(max-width:800px) {
	.tradelink__link-button[data-v-76a06694] {
		flex: 0 1 166px
	}
}
@media(max-width:500px) {
	.tradelink__link-button[data-v-76a06694] {
		flex: 0 0 50px
	}
}
.icon[data-v-4a9827d6] {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #fff;
	background: #0a244a;
	display: flex;
	justify-content: center;
	align-items: center
}
.items__item:hover .items__item-buttons[data-v-dd9e481c] {
	transition: opacity .3s;
	opacity: 1;
	pointer-events: auto
}
.items__item.nohover[data-v-dd9e481c] {
	cursor: auto
}
.items__item.nohover .items__item-select[data-v-dd9e481c] {
	display: none
}
.items__timer[data-v-dd9e481c] {
	font-weight: 700;
	font-size: 24px;
	color: #fdd835;
	margin: 5px 0;
	padding: 0 10px
}
.items__item-status[data-v-dd9e481c] {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100
}
.items__item-buttons[data-v-dd9e481c] {
	width: 100px;
	height: auto;
	position: absolute;
	top: 26px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9px;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s
}
.items__item-buttons.noshow[data-v-dd9e481c] {
	display: none
}
.items__item-button-get[data-v-dd9e481c], .items__item-button-sell[data-v-dd9e481c], .items__item-button-take[data-v-dd9e481c] {
	width: 100%;
	height: 26px;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	transition: background .3s
}
.items__item-button-get.disabled[data-v-dd9e481c], .items__item-button-sell.disabled[data-v-dd9e481c], .items__item-button-take.disabled[data-v-dd9e481c] {
	opacity: .6;
	pointer-events: none
}
.items__item-button-get[data-v-dd9e481c], .items__item-button-take[data-v-dd9e481c] {
	background: #18a0fb
}
.items__item-button-get[data-v-dd9e481c]:hover, .items__item-button-take[data-v-dd9e481c]:hover {
	background: #0785da
}
.items__item-button-sell[data-v-dd9e481c] {
	background: #4475a6
}
.items__item-button-sell[data-v-dd9e481c]:hover {
	background: #325578;
	transition: background .3s
}
.items__item-button-get[data-v-dd9e481c] {
	border-radius: 6px
}
.items__item-withdraw[data-v-dd9e481c] {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 21, 52, .94);
	border: 2px solid #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: auto
}
.items__item-withdraw-icon[data-v-dd9e481c] {
	margin-bottom: 10px
}
.items__item-withdraw-text[data-v-dd9e481c] {
	font-weight: 500;
	padding: 0 10px;
	font-size: 12px
}
.inventory[data-v-aaaf6de6] {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 12px;
	background: #0a244a;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative
}
.inventory__empty[data-v-aaaf6de6] {
	height: 200px;
	position: relative
}
.inventory__empty-message[data-v-aaaf6de6] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #1662ae;
	display: flex;
	z-index: 10;
	align-items: center
}
.inventory__empty-message svg[data-v-aaaf6de6] {
	margin-right: 10px
}
.inventory__body[data-v-aaaf6de6] {
	position: relative;
	flex: 1 0 auto;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%
}
.inventory__body-gradient[data-v-aaaf6de6] {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #0a244a 9.9%, rgba(10, 36, 74, 0));
	z-index: 80
}
.inventory__button[data-v-aaaf6de6] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 100
}
@media(max-width:1279px) {
	.inventory[data-v-aaaf6de6] {
		display: block;
		max-height: 755px
	}
}
@media(max-width:1150px) {
	.inventory[data-v-aaaf6de6] {
		width: 100%
	}
}
.profile-history[data-v-a893a15e] {
	width: 100%;
	max-height: 710px;
	height: 710px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
	position: relative;
	padding: 20px 0
}
.profile-history__list[data-v-a893a15e] {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 100%;
	flex: 1
}
.profile-history__nodata[data-v-a893a15e] {
	padding: 40px 20px;
	font-size: 16px;
	color: #fdd835
}
.profile-history__footer[data-v-a893a15e] {
	flex: 0 0 auto;
	position: absolute;
	bottom: 0;
	left: 0
}
@media(max-width:1279px) {
	.players[data-v-a893a15e] {
		height: auto;
		margin-bottom: 50px
	}
	.players__list[data-v-a893a15e] {
		padding-left: 0
	}
}
.profile[data-v-1b1e62c6] {
	height: 1010px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 10px
}
.profile__loader[data-v-1b1e62c6] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0
}
.profile__information[data-v-1b1e62c6] {
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 165px;
	margin-bottom: 30px
}
.profile__information-item[data-v-1b1e62c6] {
	width: 31%;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #091f40;
	margin-right: 10px;
	transition: width .2s ease;
	transition-delay: .5s
}
.profile__information-item.profile-item[data-v-1b1e62c6] {
	justify-content: flex-start
}
.profile__information-item.col33[data-v-1b1e62c6] {
	width: 33.33%;
	transition: width .2s ease
}
.profile__information-item.col33.last[data-v-1b1e62c6] {
	margin-right: 0
}
.profile__information-item-container-text[data-v-1b1e62c6], .profile__information-item-container[data-v-1b1e62c6] {
	display: flex;
	flex-direction: column
}
.profile__information-item-icon[data-v-1b1e62c6] {
	position: relative;
	z-index: 2;
	margin-bottom: 15px
}
.profile__information-item-gradient[data-v-1b1e62c6] {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: radial-gradient(50% 50% at 50% 50%, #fdd835 0, rgba(252, 216, 53, 0) 100%);
	z-index: 1;
	opacity: .7
}
.profile__information-item-title[data-v-1b1e62c6] {
	font-weight: 700;
	font-size: 14px;
	color: #fdd835;
	margin-bottom: 7px
}
.profile__information-item-value[data-v-1b1e62c6] {
	font-weight: 700;
	font-size: 24px;
	color: #fff
}
.profile__info[data-v-1b1e62c6] {
	width: 100%;
	display: flex;
	flex-direction: row
}
.profile__info-avatar[data-v-1b1e62c6] {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
	margin-right: 20px;
	flex: 0 0 80px
}
.profile__info-avatar img[data-v-1b1e62c6] {
	height: 100%;
	width: auto
}
.profile__info-container[data-v-1b1e62c6] {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.profile__info-name[data-v-1b1e62c6] {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis
}
.profile__info-balance[data-v-1b1e62c6] {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	color: #fdd835;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}
.profile__info-tradelink[data-v-1b1e62c6] {
	text-align: left
}
.profile__info-tradelink a[data-v-1b1e62c6] {
	color: #4475a6;
	text-decoration: underline;
	transition: color .3s
}
.profile__info-tradelink a[data-v-1b1e62c6]:hover {
	color: #5f8fbe;
	transition: color .3s
}
.profile__info-balance-value[data-v-1b1e62c6] {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}
.profile__information-item-chat[data-v-1b1e62c6] {
	height: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center
}
.profile__toggle-chat[data-v-1b1e62c6] {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #0a244a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background .3s
}
.profile__toggle-chat path[data-v-1b1e62c6] {
	fill: #1662ae;
	transition: fill .3s
}
.profile__toggle-chat.active[data-v-1b1e62c6] {
	background: #0e3369
}
.profile__toggle-chat.active path[data-v-1b1e62c6] {
	fill: #2c88e4
}
.profile__toggle-chat[data-v-1b1e62c6]:hover {
	background: #1662ae;
	transition: background .3s
}
.profile__toggle-chat:hover path[data-v-1b1e62c6] {
	fill: #fff;
	transition: fill .3s
}
.profile__tradelink[data-v-1b1e62c6] {
	margin-bottom: 30px
}
.profile__tab[data-v-1b1e62c6] {
	width: 100%;
	margin: 0 auto
}
.profile__tabs[data-v-1b1e62c6] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%
}
.profile__tabs-left[data-v-1b1e62c6] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center
}
.profile__loader[data-v-1b1e62c6] {
	margin-left: 20px
}
.profile__tabs-right[data-v-1b1e62c6] {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px
}
.profile__tabs-button[data-v-1b1e62c6] {
	margin-right: 10px
}
.profile__tabs-checkbox-text[data-v-1b1e62c6] {
	font-weight: 500;
	font-size: 14px;
	color: #1662ae;
	cursor: pointer;
	margin-right: 10px
}
@media(max-width:1279px) {
	.profile__tradelink[data-v-1b1e62c6] {
		width: 100%;
		margin: 30px auto
	}
}
@media(max-width:1100px) {
	.profile__information[data-v-1b1e62c6] {
		height: auto
	}
	.profile__information-item[data-v-1b1e62c6] {
		padding: 20px
	}
	.profile__info[data-v-1b1e62c6] {
		flex-direction: column;
		align-items: center
	}
	.profile__info-avatar[data-v-1b1e62c6] {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		border-radius: 20px;
		margin-bottom: 10px;
		margin-right: 0
	}
	.profile__info-balance[data-v-1b1e62c6] {
		flex-direction: column;
		align-items: center
	}
}
@media(max-width:800px) {
	.profile__information-item[data-v-1b1e62c6] {
		width: 33.33%;
		padding: 30px 20px
	}
	.profile__information-item.last[data-v-1b1e62c6] {
		margin-right: 0
	}
	.profile__information-item-chat[data-v-1b1e62c6] {
		display: none
	}
	.profile__info-balance-value[data-v-1b1e62c6] {
		margin-right: 0;
		margin-bottom: 10px
	}
	.profile__tradelink[data-v-1b1e62c6] {
		margin: 50px 0 60px
	}
}
@media(max-width:600px) {
	.profile__information[data-v-1b1e62c6] {
		flex-direction: column
	}
	.profile__information-item[data-v-1b1e62c6] {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
		justify-content: flex-start
	}
	.profile__info[data-v-1b1e62c6] {
		flex-direction: row
	}
	.profile__info-avatar[data-v-1b1e62c6] {
		margin-bottom: 0;
		margin-right: 20px;
		height: 60px;
		width: 60px;
		border-radius: 30px;
		flex: 0 0 60px
	}
	.profile__info-balance[data-v-1b1e62c6] {
		align-items: flex-start
	}
	.profile__information-item-container[data-v-1b1e62c6] {
		flex-direction: row
	}
	.profile__information-item-container-text[data-v-1b1e62c6] {
		flex-direction: column;
		align-items: flex-start
	}
	.profile__information-item-icon[data-v-1b1e62c6] {
		width: 60px;
		margin-bottom: 0;
		margin-right: 20px;
		align-items: center;
		display: flex
	}
	.profile__information-item-gradient[data-v-1b1e62c6] {
		left: 10px
	}
	.profile__tabs[data-v-1b1e62c6] {
		flex-direction: column
	}
	.profile__tabs-right[data-v-1b1e62c6] {
		justify-content: flex-start;
		margin-top: 20px
	}
}
.honest[data-v-4b697768] {
	width: 100%;
	height: auto!important;
	border-radius: 12px;
	overflow: hidden
}
.honest__close[data-v-4b697768] {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #4475a6;
	cursor: pointer;
	z-index: 1;
	transition: color .3s
}
.honest__close[data-v-4b697768]:hover {
	color: #5f8fbe;
	transition: color .3s
}
.honest__content-header[data-v-4b697768], .honest__header[data-v-4b697768] {
	padding: 20px 20px 10px;
	font-weight: 700;
	font-size: 22px;
	text-align: center
}
.honest__body[data-v-4b697768] {
	padding: 20px 40px
}
.honest__content[data-v-4b697768] {
	text-align: left;
	border-bottom: 1px solid #4475a6;
	padding-bottom: 10px;
	line-height: 1.5
}
.honest__content a[data-v-4b697768] {
	color: #fdd835;
	text-decoration: underline;
	transition: color .3s
}
.honest__content a[data-v-4b697768]:hover {
	color: #e3ba02;
	transition: color .3s
}
.honest__content .yellow[data-v-4b697768] {
	color: #fdd835;
	white-space: pre-wrap
}
.honest__content .orange[data-v-4b697768] {
	color: #fc7735;
	white-space: pre-wrap
}
.honest__content-stat[data-v-4b697768] {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px
}
.honest__content-stat-text[data-v-4b697768] {
	color: #fdd835;
	font-size: 16px;
	font-weight: 700;
	margin-right: 10px;
	min-width: 60px;
	text-align: right
}
.honest__content-stat-value[data-v-4b697768] {
	color: #fff;
	font-size: 16px;
	font-weight: 500
}
.honest__text[data-v-4b697768] {
	font-weight: 400
}
.players[data-v-579a93eb] {
	width: 100%;
	max-height: 425px;
	height: 425px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 10px;
	position: relative
}
.players__list[data-v-579a93eb] {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	flex: 1
}
.players__footer[data-v-579a93eb] {
	flex: 0 0 auto;
	position: absolute;
	bottom: 0;
	left: 0
}
@media(max-width:1279px) {
	.players[data-v-579a93eb] {
		height: auto;
		margin-bottom: 50px
	}
	.players__list[data-v-579a93eb] {
		padding-left: 0
	}
}
@-webkit-keyframes play_idle-data-v-f9cb9394 {
	0% {
		background-position: left 0 top 0
	}
	to {
		background-position: left -22200px top 0
	}
}
@keyframes play_idle-data-v-f9cb9394 {
	0% {
		background-position: left 0 top 0
	}
	to {
		background-position: left -22200px top 0
	}
}
@-webkit-keyframes play_idle_min-data-v-f9cb9394 {
	0% {
		background-position: left 0 top 0
	}
	to {
		background-position: left -14800px top 0
	}
}
@keyframes play_idle_min-data-v-f9cb9394 {
	0% {
		background-position: left 0 top 0
	}
	to {
		background-position: left -14800px top 0
	}
}
.statistic__dash[data-v-f9cb9394] {
	width: 100%;
	height: 350px;
	flex: 0 0 350px;
	background: linear-gradient(90deg, rgba(68, 117, 166, 0), rgba(68, 117, 166, .5) 49.48%, rgba(68, 117, 166, 0));
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	position: relative
}
@media(max-width:500px) {
	.statistic__dash[data-v-f9cb9394] {
		flex-direction: column
	}
}
.statistic__alchemist[data-v-f9cb9394] {
	width: 300px;
	height: 300px
}
.statistic__alchemist.idle[data-v-f9cb9394] {
	background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite.png) no-repeat;
	-webkit-animation: play_idle-data-v-f9cb9394 3s steps(74) infinite forwards;
	animation: play_idle-data-v-f9cb9394 3s steps(74) infinite forwards
}
.statistic__dash-stat[data-v-f9cb9394] {
	text-align: left;
	margin-right: -30px
}
@media(max-width:500px) {
	.statistic__dash-stat[data-v-f9cb9394] {
		position: relative;
		margin-right: 0
	}
}
.statistic__dash-stat-text[data-v-f9cb9394] {
	color: hsla(0, 0%, 100%, .5);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px
}
.statistic__dash-stat-id[data-v-f9cb9394] {
	color: #fff;
	font-size: 24px;
	font-weight: 700
}
.statistic__dash-factor[data-v-f9cb9394] {
	margin-left: -30px;
	right: 20%;
	top: 45%;
	font-weight: 700;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	pointer-events: none;
	background: transparent;
	font-family: Anton, sans-serif;
	font-size: 42px;
	letter-spacing: 5px;
	color: #fdd835;
	background: #fff;
	padding: 2px 15px;
	border-radius: 12px;
	transition: color 10s, opacity .15s
}
@media(max-width:500px) {
	.statistic__dash-factor[data-v-f9cb9394] {
		font-size: 25px;
		border-radius: 6px;
		margin-left: 0;
		margin-top: 30px;
		position: relative;
		right: auto;
		top: 0
	}
}
.statistic__dash-factor.red[data-v-f9cb9394] {
	color: #d32f2f
}
.statistic__dash-factor.purple[data-v-f9cb9394] {
	color: #ae1558
}
.statistic__dash-factor.sea[data-v-f9cb9394] {
	color: #059688
}
.statistic__dash-factor.blue[data-v-f9cb9394] {
	color: #1665c1
}
.statistic__dash-factor.green[data-v-f9cb9394] {
	color: #7bc623
}
.statistic__dash-factor.violet[data-v-f9cb9394] {
	color: #4528a1
}
.statistic__dash-factor.yellow[data-v-f9cb9394] {
	color: #d7b51a
}
.statistic__players[data-v-f9cb9394] {
	margin: 0 auto;
	padding: 0 10px;
	max-height: 515px
}
.statistic__chat[data-v-f9cb9394] {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #0a244a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background .3s;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%)
}
@media(max-width:800px) {
	.statistic__chat[data-v-f9cb9394] {
		display: none
	}
}
.statistic__chat path[data-v-f9cb9394] {
	fill: #1662ae;
	transition: fill .3s
}
.statistic__chat.active[data-v-f9cb9394] {
	background: #0e3369
}
.statistic__chat.active path[data-v-f9cb9394] {
	fill: #2c88e4
}
.statistic__chat[data-v-f9cb9394]:hover {
	background: #1662ae;
	transition: background .3s
}
.statistic__chat:hover path[data-v-f9cb9394] {
	fill: #fff;
	transition: fill .3s
}
.statistic__check[data-v-f9cb9394] {
	position: relative;
	width: 100%;
	height: auto
}
.statistic__checkbtn[data-v-f9cb9394] {
	max-width: 340px;
	margin: 30px auto
}
.statistic__hash[data-v-f9cb9394] {
	width: 100%;
	text-align: center;
	padding: 30px;
	line-height: 1.6;
	margin: 0 auto;
	background: #000915;
	color: #4475a6;
	font-weight: 700
}
.statistic__nogame[data-v-f9cb9394] {
	padding: 50px 20px
}
.statistic__loader[data-v-f9cb9394] {
	margin: 0 auto
}
.statistic__link[data-v-f9cb9394] {
	display: inline-block;
	margin-top: 20px;
	color: #fdd835;
	text-decoration: underline;
	cursor: pointer;
	transition: color .3s
}
.statistic__link[data-v-f9cb9394]:hover {
	color: #fee268;
	transition: color .3s
}
@media(max-width:500px) {
	.statistic__dash[data-v-f9cb9394] {
		flex: 0 0 270px
	}
	.statistic__checkbtn[data-v-f9cb9394] {
		margin: 20px
	}
	.statistic__alchemist[data-v-f9cb9394] {
		width: 200px;
		min-width: 200px;
		height: 200px
	}
	.statistic__alchemist.idle[data-v-f9cb9394] {
		background: url(/assets/newmy/img/magic/alchemist/alchemist-sprite-idle.png) no-repeat;
		-webkit-animation: play_idle_min-data-v-f9cb9394 3s steps(74) infinite forwards;
		animation: play_idle_min-data-v-f9cb9394 3s steps(74) infinite forwards
	}
}

p[data-v-3b13516a] {
	margin: 0
}
ol[data-v-3b13516a], ul[data-v-3b13516a] {
	counter-reset: item;
	list-style-position: inside;
	padding: 0;
	margin: 10px 0
}
ol ol[data-v-3b13516a], ol ul[data-v-3b13516a], ul ol[data-v-3b13516a], ul ul[data-v-3b13516a] {
	margin: 0;
	margin-bottom: 10px
}
ol li[data-v-3b13516a], ol ol>li[data-v-3b13516a], ul li[data-v-3b13516a], ul ol>li[data-v-3b13516a] {
	display: block
}
ol li[data-v-3b13516a]:before {
	content: counters(item, ".") " ";
	counter-increment: item
}


p[data-v-24e741bb] {
	margin: 20px 0
}
strong[data-v-24e741bb] {
	font-weight: 700;
	color: #719bc5
}
a[data-v-24e741bb] {
	color: #719bc5;
	text-decoration: underline;
	transition: color .4s
}
a[data-v-24e741bb]:hover {
	color: #4d82b6;
	transition: color .4s
}
ol[data-v-24e741bb], ul[data-v-24e741bb] {
	counter-reset: item;
	list-style-position: inside;
	padding: 0;
	margin: 10px 0
}
ol ol[data-v-24e741bb], ol ul[data-v-24e741bb], ul ol[data-v-24e741bb], ul ul[data-v-24e741bb] {
	margin: 0;
	margin-bottom: 10px
}
ol li[data-v-24e741bb], ol ol>li[data-v-24e741bb], ul li[data-v-24e741bb], ul ol>li[data-v-24e741bb] {
	display: block
}
ol li[data-v-24e741bb]:before {
	content: counters(item, ".") " ";
	counter-increment: item
}

p[data-v-72c15cec] {
	margin: 20px 0
}
strong[data-v-72c15cec] {
	font-weight: 700;
	color: #719bc5
}
ol[data-v-72c15cec], ul[data-v-72c15cec] {
	counter-reset: item;
	list-style-position: inside;
	padding: 0;
	margin: 10px 0
}
ol ol[data-v-72c15cec], ol ul[data-v-72c15cec], ul ol[data-v-72c15cec], ul ul[data-v-72c15cec] {
	margin: 0;
	margin-bottom: 10px
}
ol li[data-v-72c15cec], ol ol>li[data-v-72c15cec], ul li[data-v-72c15cec], ul ol>li[data-v-72c15cec] {
	display: block
}
ol li[data-v-72c15cec]:before {
	content: counters(item, ".") " ";
	counter-increment: item
}
.technical[data-v-9d067a96] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/newmy/img/magic/splash_technical.jpg) no-repeat 50% 50%;
	background-size: cover
}
.technical[data-v-9d067a96], .technical__container[data-v-9d067a96] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	flex-direction: column
}
.technical__container[data-v-9d067a96] {
	max-width: 800px;
	padding: 20px
}
.technical__logo[data-v-9d067a96] {
	position: relative;
	z-index: 1;
	margin-bottom: 50px
}
.technical__logo-gradient[data-v-9d067a96] {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	width: 200px;
	height: 200px;
	background: radial-gradient(50% 50% at 50% 50%, #fdd835 0, rgba(252, 216, 53, 0) 100%);
	z-index: 0;
	opacity: .5
}
.technical__text-header[data-v-9d067a96] {
	font-size: 36px;
	margin-bottom: 30px
}
.technical__text[data-v-9d067a96] {
	color: #cbb4c3;
	font-size: 18px;
	margin-bottom: 150px
}
.technical[data-v-6fcd67cc] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/splash_technical.jpg) no-repeat 50% 50%;
	background-size: cover
}
.technical[data-v-6fcd67cc], .technical__container[data-v-6fcd67cc] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	flex-direction: column
}
.technical__container[data-v-6fcd67cc] {
	max-width: 800px;
	padding: 20px
}
.technical__logo[data-v-6fcd67cc] {
	position: relative;
	z-index: 1;
	margin-bottom: 50px
}
.technical__logo-gradient[data-v-6fcd67cc] {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	width: 200px;
	height: 200px;
	background: radial-gradient(50% 50% at 50% 50%, #fdd835 0, rgba(252, 216, 53, 0) 100%);
	z-index: 0;
	opacity: .5
}
.technical__text-header[data-v-6fcd67cc] {
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px
}
.technical__text[data-v-6fcd67cc] {
	color: #cbb4c3;
	font-size: 18px;
	margin-bottom: 150px
}
.technical__button[data-v-6fcd67cc] {
	margin: 20px auto
}
.login[data-v-dfd4c11c] {
	padding: 50px 30px;
	text-align: center
}
.login__title[data-v-dfd4c11c] {
	font-size: 18px;
	margin-bottom: 15px;
	color: #f4ca35
}

.rsinput__input[data-v-005484d1]:invalid, .rsinput__input[data-v-005484d1]:required {
    box-shadow: none;
}

button[disabled], html input[disabled] {
    cursor: default;
}
button:disabled {
    color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

@media(max-width:1200px) {
	.main[data-v-6169ad28] {
	flex: 1 1 auto;
	/* display: flex; */
	/* flex-direction: row; */
	align-items: flex-start;
	/* height: 100%; */
	}
	
.main__left[data-v-6169ad28] {.main__left[data-v-6169ad28] {
width:50%;
}

;width: 100%;/* min-width: 500px; */display: block;}
