@font-face {
    font-display: block;
	font-family: FontAwesome;
	src: url("/fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: 400;
	font-style: normal
}

.cabinet {
	display: grid;
	grid-template-columns: 3fr 9fr;
	grid-column-gap: 20px;
	padding: 0 0 60px
}

.cabinet-menu {
	height: 100%;
	position: relative
}

.cabinet-profile {
	width: 100%;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px
}

.cabinet-menu__container {
	background: #242c3a;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 8px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 76px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 0
}

.cabinet-menu__link_active {
	color: #fff
}

.cabinet-menu__link:active,
.cabinet-menu__link:hover,
.cabinet-menu__link_active {
	background: rgba(0, 0, 0, .1);
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.cabinet-menu__link {
	height: 40px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 24px;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 20px;
	margin-bottom: 4px;
	-webkit-transition: .3s;
	transition: .3s
}

.cabinet-menu__link:active svg,
.cabinet-menu__link:hover svg,
.cabinet-menu__link_active svg {
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s
}

.cabinet-menu__link svg {
	height: 24px;
	width: 24px;
	margin-right: 8px;
	opacity: .7;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.cabinet-profile__info {
	grid-column: 1/2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.cabinet-profile__status-icon {
	width: 120px;
	height: 120px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 24px
}

.cabinet-profile__status {
	background: #242c3a;
	width: 100%;
	min-height: 222px;
	height: 222px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden
}

.expansion-panel {
	width: 100%;
	background: #242c3a;
	position: relative;
	border-radius: 15px;
	-webkit-transition: height .3s;
	transition: height .3s;
	overflow: hidden;
	cursor: pointer
}

.expansion-panel__arrow {
	width: auto;
	height: auto;
	position: absolute;
	top: 22px;
	right: 22px;
	-webkit-transition: .3s;
	transition: .3s
}

.cabinet-profile__status .expansion-panel__container {
	padding: 36px 36px 56px
}

.profile-balance {
	background: #242c3a;
	width: 100%;
	border-radius: 8px;
	padding: 32px 0 16px
}

.configuring-notifications {
	grid-area: 1/2/auto/auto;
	background: #242c3a;
	border-radius: 8px;
	padding: 32px 32px 12px
}

.cabinet-menu__link:active~.cabinet-menu__underline,
.cabinet-menu__link:hover~.cabinet-menu__underline,
.cabinet-menu__link_active~.cabinet-menu__underline {
	opacity: 1
}

.cabinet-menu__underline {
	background: #069052;
	width: 4px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px 2px 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0
}

.cabinet-profile__status-info {
	height: 170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.cabinet-profile__status-icon img {
	width: 120px;
	position: absolute
}

.cabinet-profile__status-nickname {
	font-size: 25px;
	color: #fff;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 4px
}

.cabinet-profile__status-text {
	font-size: 14px;
	color: #a8b0bf;
	text-align: left;
	line-height: 20px;
	margin-bottom: 16px
}

.status-progress__container {
	width: 100%;
	overflow: hidden
}

.status-progress {
	background: #353f50;
	width: 100%;
	height: 4px;
	border-radius: 8px;
	margin: 4px 0 30px
}

.status-progress__line {
	background: #ffb124;
	width: 0;
	height: 4px;
	border-radius: 8px
}

.cabinet-profile__status-bottom-more {
	background: #2c3544;
	width: 100%;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 0 8px 8px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	cursor: pointer
}

.cabinet-menu__link_active svg {
	opacity: 1
}

.cabinet-bonuses__container h3 {
	font-size: 17px
}

.profile-balance {
	background: #242c3a;
	width: 100%;
	border-radius: 8px;
	padding: 32px 0 16px
}

.profile-balance-title {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px;
	padding: 0 32px
}

.cabinet .btn,
.cabinet button {
	border-radius: 10px;
	background: #069052;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!ш;!шь;!шьз;!шь;!ш;!;
	color: #fff;
	font-size: 14px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 5px 23px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 26px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .1);
	text-decoration: none !important;
	border-radius: 12px;
	border: none;
	transition: background-color .3s ease;
	z-index: 2;
	cursor: pointer;
}

.profile-balance__item {
	min-height: 72px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 32px;
	border-bottom: 1px solid #2c3544;
}

.cabinet-menu__container svg {
	color: #2f72e9
}

.profile-balance__item-value {
	font-size: 16px;
	color: #fff;
	line-height: 22px
}

.cabinet-profile__signout {
	grid-column: 1/2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}

.cabinet-profile__link-signout {
	color: #a8b0bf
}

.cabinet-profile__link {
	background: 0 0;
	font-size: 14px;
	color: #ffb124;
	line-height: 20px;
	text-decoration: underline
}

.cabinet-profile__games {
	grid-column: 2/2
}

.cabinet-profile__games-block {
	width: 100%
}

.cabinet-profile__games-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	margin-bottom: 24px
}

.cabinet-profile__games-header h2 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px
}

.cabinet-profile__link {
	background: 0 0;
	font-size: 14px;
	color: #ffb124;
	line-height: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.cabinet-profile__games-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}

.cabinet-profile__games-container-item {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	padding: 0 10px 20px 0
}

.gift {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	border-radius: 8px
}

.gift__game {
	font-size: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.gift__game-diller,
.gift__game-img,
.gift__game-preload {
	width: 100%
}

.settings {
	display: grid;
	grid-template-columns: 6fr 3fr;
	grid-column-gap: 20px;
	grid-template-rows: minmax(200px, 280px) 1fr;
	grid-row-gap: 20px
}

.personal-settings {
	grid-column: 1;
	grid-row: 1/3
}

.account-data {
	background: #242c3a;
	border-radius: 8px;
	padding: 32px;
	margin-bottom: 20px
}

.settings-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
	cursor: default
}

.session-history__btn-container,
.settings-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.settings-header__title {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px
}

.settings-header__edit {
	background: #213039;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	padding: 0;
	cursor: pointer
}

.settings-header__edit svg {
	width: auto;
	height: auto
}

.account-data__info-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px
}

.account-data__info-label {
	font-size: 12px;
	color: #a8b0bf;
	line-height: 18px
}

.account-data__info-value {
	font-size: 14px;
	color: #fff;
	line-height: 20px
}

.dropdown,
.dropdown__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.dropdown__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	background: 0 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.password-edit {
	background: #242c3a;
	border-radius: 8px;
	padding: 32px;
	margin-bottom: 20px
}

.settings-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
	cursor: default
}

.session-history__btn-container,
.settings-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.settings-header__title {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px
}

.settings-header__edit {
	background: #213039;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	padding: 0;
	cursor: pointer
}

.personal-data {
	background: #242c3a;
	border-radius: 8px;
	padding: 32px
}

.personal-data__info-container {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: wrap
}

.personal-data__info-block {
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	margin-bottom: 16px
}

.configuring-notifications {
	grid-column: 2;
	grid-row: 1;
	background: #242c3a;
	border-radius: 8px;
	padding: 32px 32px 12px
}

.cabinet-profile__games-header {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	margin-bottom: 24px
}

.cabinet-profile__games-container {
	display: flex;
	flex-flow: wrap
}

.cabinet-profile__games-container-item {
	flex-basis: 45%;
	padding: 0 10px 20px 0
}
.cabinet-bonuses__new-bonus_img {
	text-align: center
}

.game-nav__btn.game-nav__btn_bottom:after {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear
}

.game-page-menu__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #242c3a
}

.game-nav__btn.game-nav__btn_bottom:after {
	content: "";
	position: relative;
	top: 1px;
	margin-left: 5px;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffb124;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.info-page__title.title-section {
	color: #fff
}

.registration-form__wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.registration-form__button-container,
.registration-form__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.hidden_set {
	display: none !important
}

.pr-20 {
	padding-right: 20px
}

.show_set .hidden_set {
	display: block !important
}

.show_set .not_form {
	display: none
}

.btn_second:hover {
	-webkit-box-shadow: inset 0 0 0 1px #429153;
	box-shadow: inset 0 0 0 1px #429153;
	color: #fff !important
}

.personal-data__info-input {
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	margin-bottom: 20px
}

.password-edit__input {
	margin-bottom: 22px
}

.password-edit__input:last-child {
	margin-bottom: 0
}

.personal-data__info-input {
	margin-bottom: 22px
}

.personal-data__info-input:last-child {
	margin-bottom: 0
}

.selectboxit-container {
	border: 0
}

.btn_second {
	-webkit-transition: background .3s, color .3s, -webkit-box-shadow .3s;
	transition: background .3s, color .3s, -webkit-box-shadow .3s;
	transition: background .3s, box-shadow .3s, color .3s;
	transition: background .3s, box-shadow .3s, color .3s, -webkit-box-shadow .3s;
	-webkit-box-shadow: inset 0 0 0 1px #429153;
	box-shadow: inset 0 0 0 1px #429153;
	background: 0 0
}

.btn_green.is-disabled,
.btn_green.is-loading,
.btn_green:disabled,
.btn_green[disabled] {
	background-color: #3a3a3a;
	color: #9a9a9a;
	cursor: not-allowed
}

.account-data__info-block-prompt {
	font-size: 10px;
	color: #a8b0bf;
	margin: 5px 0 0 0px;
}

.account-data__info-input .text-input:disabled {
	border: 1px solid #069052;
	color: rgba(168, 176, 191, .65)
}

.account-data__info-block_edit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	
}

span.metka.gift__label.gift__label_number_s {
	background-color: #293a37
}

.cabinet-bonuses {
	width: 100%
}

.selectboxit-container .selectboxit-options {
	padding: 0;
	border-radius: 0
}

.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
	padding-left: 0
}

.selectboxit-text {
	text-indent: 0
}

.mb-20 {
	margin-bottom: 20px
}

.bdflex {
	display: grid;
	grid-template-columns: repeat(3, minmax(30%, 1fr));
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 20px
}

.promocode {
	background: #242c3a;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	padding: 32px;
	margin-bottom: 20px
}

.promocode__header {
	width: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 24px
}

.promocode__container,
.promocode__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.promocode__container {
	width: 100%
}

.promocode__header-title {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	line-height: 23px;
	white-space: nowrap;
	cursor: default
}

.promocode-input {
	margin-right: 32px
}

.historytable .preload {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px
}

.table_responsive svg {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 40%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px
}

#exchange_submit {
	cursor: pointer
}

.wdtable .preload {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px
}

.history__container {
	padding-bottom: 20px
}

.input-default {
	width: 100%;
	position: relative
}

.input-default .text-input__label {
	position: absolute;
	-webkit-transition: .25s;
	transition: .25s;
	top: 0;
	left: 0;
	margin-left: -4px;
	padding: 0 4px;
	font-size: 12px;
	color: #a8b0bf;
	line-height: 16px;
	-webkit-transform: translate(25px, 12px);
	transform: translate(25px, 12px)
}

.input-default .text-input__icon {
	width: 26px;
	height: 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer
}

.input-default svg {
	width: auto;
	height: auto
}

.input-default .text-input {
	background: #2c354400;
	width: 100%;
	height: 40px;
	border: 1px solid #069052;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	line-height: 20px;
	padding: 2px 36px 0 24px;
	-webkit-transition: border .2s linear;
	transition: border .2s linear
}

.show_pass {
	opacity: .5
}

.b__info {
	padding-top: 15px
}

.tournament__header-timer {
	color: #c3c3c3;
	font-size: 12px
}

.bonuses__item {
	float: left;
	color: #c3c3c3
}

.bonus_footer__greed {
	position: relative;
	bottom: 0;
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 10% 70%;
	grid-template-rows: auto auto;
	grid-column-gap: 40px;
	grid-row-gap: 10px
}

.desc-list__str {
	position: relative;
	bottom: 0;
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 70% 10%;
	grid-template-rows: auto auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	color: #c3c3c3
}

.bonus_footer__greed .btn {
	box-sizing: border-box;
	padding: 6px 15px;
	text-align: center;
	margin-top: 9px
}

.checkbox-input input[type=checkbox] {
	display: none
}

.checkbox-input__icon-svg {
	opacity: 0
}

.checkbox-input__label {
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
	font-size: 14px;
	color: #a8b0bf;
	line-height: 20px;
	cursor: pointer
}

.checkbox-input__container,
.checkbox-input__label {
	display: flex
}

.checkbox-input input[type=checkbox]:checked+label .checkbox-input__icon {
	border: 1px solid transparent
}

.checkbox-input__icon {
	width: 16px;
	height: 16px;
	border: 1px solid #a8b0bf;
	border-radius: 2px;
	margin: 2px 8px 0 0;
	flex-shrink: 0
}

.checkbox-input input[type=checkbox]:checked+label .checkbox-input__icon-svg {
	opacity: 1;
	transition: opacity .2s ease 0s
}

.text-input {
	outline: 0 !important
}

.focused {
	color: #069052 !important;
	height: auto !important;
	top: -20px !important;
	font-size: 12px !important;
	transition: .3s !important;
	background: #050508 !important;
}

input.forfocus:focus+label {
	color: #E5B120;
	height: auto;
	top: -20px;
	font-size: 12px;
	transition: .3s;
	background: #11222b
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cabinet-bonuses__container {
	display: grid;
	grid-template-columns: repeat(3, minmax(240px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px
}


@media (max-width:600px) {
	

.cabinet-bonuses__new-bonus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#011b2b), to(#00142a));
	background-image: linear-gradient(180deg, #011b2b, #00142a);
	height: 100%;
    width:390px!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	padding: 16px
}
}

@media (max-width:400px) {
	

.cabinet-bonuses__new-bonus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#011b2b), to(#00142a));
	background-image: linear-gradient(180deg, #011b2b, #00142a);
	height: 100%;
    width:310px!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	padding: 16px
}
}

@media (min-width:601px) {
	

.cabinet-bonuses__new-bonus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#011b2b), to(#00142a));
	background-image: linear-gradient(180deg, #011b2b, #00142a);
	height: 100%;
    width:100%!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	padding: 16px
}
}
.cabinet-bonuses__new-bonus_img {
	width: 100%;
	height: 152px;
	padding-bottom: 20px
}

.cabinet-bonuses__new-bonus_title {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0;
	line-height: 13px;
	text-transform: none;
	margin: 50px 0 8px
}

.cabinet-bonuses__new-bonus_subtitle {
	font-size: 14px;
	color: #a8b0bf;
	text-align: left;
	line-height: 18px;
	margin-bottom: 16px
}

.cabinet-bonuses__new-bonus_img img {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
	padding: 10px
}

@media only screen and (max-width:1248px) {
	.cabinet-bonuses {
		padding: 0 10px
	}

	.promocode {
		padding: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.promocode__header {
		width: 100%;
		margin-bottom: 16px
	}

	.cabinet-bonuses__container {
		display: grid;
		grid-template-columns: 100%;
		grid-column-gap: 20px;
		grid-row-gap: 20px
	}

	.cabinet-bonuses__new-bonus_title {
		margin: 8px 0 4px
	}

	.mtop-15 {
		margin-top: 15px
	}

	.cabinet-bonuses__new-bonus {
		height: 100%;
        width:200px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0
	}

	.cabinet-bonuses__new-bonus_img {
		position: relative;
		width: 41%;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.cabinet-bonuses__new-bonus_container {
		background: #242c3a;
		height: 100%;
		width: 59%;
		padding: 16px
	}

	.cabinet {
		margin-top: 80px;
		grid-template-columns: 100%;
		padding: 0 0 60px
	}

	.cabinet-profile {
		grid-template-rows: auto;
		grid-template-columns: 100%;
		position: relative;
		padding-bottom: 28px
	}

	.cabinet-menu__underline {
		display: none
	}

	.cabinet-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 16px;
		overflow-x: auto;
		overflow-y: hidden
	}

	.cabinet-menu__wrapper {
		background: #161620;
		width: 100%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 8px 16px 0;
		border-radius: 10px
	}

	.cabinet-menu {
		margin-bottom: 15px
	}

	.cabinet-menu__container {
		background: 0 0;
		position: relative;
		top: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0
	}

	.cabinet-profile__status {
		min-height: 160px;
		height: 160px;
		margin-bottom: 24px
	}

	.cabinet-profile__info {
		margin: 0 0
	}

	.menu__link:first-of-type {
		margin-left: 0
	}

	.cabinet-menu__link:active,
	.cabinet-menu__link:hover,
	.cabinet-menu__link_active {
		background: 0 0
	}

	.cabinet-profile__status .expansion-panel__container {
		padding: 18px 18px 56px
	}

	.cabinet-profile__games {
		display: none
	}

	.cabinet-profile__status {
		width: 100%;
		min-height: 222px;
		height: 222px;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 8px;
		margin-bottom: 20px;
		overflow: hidden
	}

	.settings {
		grid-template-rows: auto;
		grid-template-areas: "personal-settings""notifications""session-history""limit-settings";
		padding: 0
	}

	.personal-settings {
		grid-area: personal-settings;
		grid-column: 1/3
	}

	.account-data {
		border-radius: 8px
	}

	.configuring-notifications {
		grid-area: notifications;
		grid-column: 1/3
	}

	.session-history {
		grid-area: session-history;
		grid-column: 1/3
	}

	.expansion-panel {
		width: 100%;
		position: relative;
		border-radius: 15px;
		-webkit-transition: height .3s;
		transition: height .3s;
		overflow: hidden;
		cursor: pointer
	}
}

.btn_first:hover {
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}

.icons-tg { 
    opacity:1;
    cursor:pointer;
display: inline-block;
width: 48px;
height: 48px;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CjxsaW5lYXJHcmFkaWVudCBpZD0iQmlGN0QxNlVsQzBSWl9WcVhKSG5YYV9vV2l1SDBqRmlVMFJfZ3IxIiB4MT0iOS44NTgiIHgyPSIzOC4xNDIiIHkxPSI5Ljg1OCIgeTI9IjM4LjE0MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzMzYmVmMCI+PC9zdG9wPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBhODVkOSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNCaUY3RDE2VWxDMFJaX1ZxWEpIblhhX29XaXVIMGpGaVUwUl9ncjEpIiBkPSJNNDQsMjRjMCwxMS4wNDUtOC45NTUsMjAtMjAsMjBTNCwzNS4wNDUsNCwyNFMxMi45NTUsNCwyNCw0UzQ0LDEyLjk1NSw0NCwyNHoiPjwvcGF0aD48cGF0aCBkPSJNMTAuMTE5LDIzLjQ2NmM4LjE1NS0zLjY5NSwxNy43MzMtNy43MDQsMTkuMjA4LTguMjg0YzMuMjUyLTEuMjc5LDQuNjcsMC4wMjgsNC40NDgsMi4xMTMJYy0wLjI3MywyLjU1NS0xLjU2Nyw5Ljk5LTIuMzYzLDE1LjMxN2MtMC40NjYsMy4xMTctMi4xNTQsNC4wNzItNC4wNTksMi44NjNjLTEuNDQ1LTAuOTE3LTYuNDEzLTQuMTctNy43Mi01LjI4MgljLTAuODkxLTAuNzU4LTEuNTEyLTEuNjA4LTAuODgtMi40NzRjMC4xODUtMC4yNTMsMC42NTgtMC43NjMsMC45MjEtMS4wMTdjMS4zMTktMS4yNzgsMS4xNDEtMS41NTMtMC40NTQtMC40MTIJYy0wLjE5LDAuMTM2LTEuMjkyLDAuOTM1LTEuNzQ1LDEuMjM3Yy0xLjExLDAuNzQtMi4xMzEsMC43OC0zLjg2MiwwLjE5MmMtMS40MTYtMC40ODEtMi43NzYtMC44NTItMy42MzQtMS4yMjMJQzguNzk0LDI1Ljk4Myw4LjM0LDI0LjI3MiwxMC4xMTksMjMuNDY2eiIgb3BhY2l0eT0iLjA1Ij48L3BhdGg+PHBhdGggZD0iTTEwLjgzNiwyMy41OTFjNy41NzItMy4zODUsMTYuODg0LTcuMjY0LDE4LjI0Ni03LjgxM2MzLjI2NC0xLjMxOCw0LjQ2NS0wLjUzNiw0LjExNCwyLjAxMQljLTAuMzI2LDIuMzU4LTEuNDgzLDkuNjU0LTIuMjk0LDE0LjU0NWMtMC40NzgsMi44NzktMS44NzQsMy41MTMtMy42OTIsMi4zMzdjLTEuMTM5LTAuNzM0LTUuNzIzLTMuNzU0LTYuODM1LTQuNjMzCWMtMC44Ni0wLjY3OS0xLjc1MS0xLjQ2My0wLjcxLTIuNTk4YzAuMzQ4LTAuMzc5LDIuMjctMi4yMzQsMy43MDctMy42MTRjMC44MzMtMC44MDEsMC41MzYtMS4xOTYtMC40NjktMC41MDgJYy0xLjg0MywxLjI2My00Ljg1OCwzLjI2Mi01LjM5NiwzLjYyNWMtMS4wMjUsMC42OS0xLjk4OCwwLjg1Ni0zLjY2NCwwLjMyOWMtMS4zMjEtMC40MTYtMi41OTctMC44MTktMy4yNjItMS4wNzgJQzkuMDk1LDI1LjYxOCw5LjA3NSwyNC4zNzgsMTAuODM2LDIzLjU5MXoiIG9wYWNpdHk9Ii4wNyI+PC9wYXRoPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS41NTMsMjMuNzE3YzYuOTktMy4wNzUsMTYuMDM1LTYuODI0LDE3LjI4NC03LjM0M2MzLjI3NS0xLjM1OCw0LjI4LTEuMDk4LDMuNzc5LDEuOTEJYy0wLjM2LDIuMTYyLTEuMzk4LDkuMzE5LTIuMjI2LDEzLjc3NGMtMC40OTEsMi42NDItMS41OTMsMi45NTUtMy4zMjUsMS44MTJjLTAuODMzLTAuNTUtNS4wMzgtMy4zMzEtNS45NTEtMy45ODQJYy0wLjgzMy0wLjU5NS0xLjk4Mi0xLjMxMS0wLjU0MS0yLjcyMWMwLjUxMy0wLjUwMiwzLjg3NC0zLjcxMiw2LjQ5My02LjIxYzAuMzQzLTAuMzI4LTAuMDg4LTAuODY3LTAuNDg0LTAuNjA0CWMtMy41MywyLjM0MS04LjQyNCw1LjU5LTkuMDQ3LDYuMDEzYy0wLjk0MSwwLjYzOS0xLjg0NSwwLjkzMi0zLjQ2NywwLjQ2NmMtMS4yMjYtMC4zNTItMi40MjMtMC43NzItMi44ODktMC45MzIJQzkuMzg0LDI1LjI4Miw5LjgxLDI0LjQ4NCwxMS41NTMsMjMuNzE3eiI+PC9wYXRoPgo8L3N2Zz4=') 50% 50% no-repeat;
background-size: 100%; }

.icons-tg:hover {
    opacity:0.75;
}



.table-hr {
}

.table-hr>* {-webkit-box-flex: 1;-ms-flex: 1 0 0px;flex: 1 0 0px;padding: 1rem 2rem;}

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

@media only screen and (min-width:993px) {
    .table-row {
        background: var(--bg5);
        border-radius: var(--brs);
        margin-bottom: .5rem
    }

    .table-row>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0px;
        padding: 1rem 2rem
    }
}

@media only screen and (max-width:992px) {
    .table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        overflow: hidden
    }

    .table,
    .table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-row {
        background: var(--bg5);
        border-radius: var(--brs);
        font-size: 1.6rem;
        padding: .5rem 1rem
    }

    .table-row>* {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding: .5rem 0
    }

    .table-row>:not(:last-child) {
        border-bottom: .1rem solid var(--bg5)
    }

    .table-row>*>:first-child {
        color: rgba(157, 171, 226, .8);
        font-size: 1.4rem
    }
}

.table-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1rem;
    line-height: 1
}

.table-icon img {
    width: 2.2rem
}

.table-icon.icon-coin:before {
    color: #ffa438;
    font-size: 1.7rem
}

@media only screen and (max-width:992px) {
    .table-icon {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:993px) {
    .md-visible {
        display: none !important
    }
}
@media only screen and (max-width:992px) {
    .md-hidden {
        display: none !important
    }
}

.bage,
.btn-min {
    font-size: 1.4rem
}

.bage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb800), to(#ff9534));
    background: linear-gradient(180deg, #ffb800, #ff9534);
    border-radius: .6rem;
    -webkit-box-shadow: 0 15px 32px 0 rgba(255, 184, 0, .23);
    box-shadow: 0 15px 32px 0 rgba(255, 184, 0, .23);
    color: #472d0d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    gap: .7rem;
    line-height: 1;
    padding: .5rem 1rem;
    font-size:1rem
}

.bage__user:before {
    -ms-flex-negative: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%239F5D11' d='M4.824.34a.793.793 0 0 0-.412.226C4.308.668 4.269.742 3.8 1.69c-.366.74-.522 1.036-.575 1.09-.148.157-.152.157-1.386.336-1.051.155-1.135.17-1.25.227a.842.842 0 0 0-.457.879c.043.254.09.316.623.84l.822.808c.361.356.424.444.445.627.01.076-.033.365-.18 1.217-.187 1.096-.189 1.121-.167 1.256.09.52.603.832 1.095.666.047-.016.399-.194.782-.397 1.177-.619 1.257-.66 1.36-.675.18-.028.26.005 1.157.478 1.164.611 1.147.602 1.299.629.445.076.875-.24.955-.703.023-.135.02-.156-.168-1.252-.133-.774-.19-1.145-.184-1.211.018-.178.088-.28.42-.606l.823-.808c.566-.555.607-.61.654-.88.068-.396-.223-.837-.61-.929-.05-.01-.566-.09-1.146-.174-.785-.115-1.082-.166-1.152-.195-.196-.088-.207-.105-.754-1.21C5.732.741 5.693.67 5.59.565a.818.818 0 0 0-.442-.232.63.63 0 0 0-.324.006Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem
}

.user-balans__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 600;
    gap: .2rem;
    margin-right: auto;
    text-transform: uppercase
}

.user-balans__text span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: none
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div.bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: stretch;
    align-items: flex-stretch;
    background: url(/images/tokens/dist/bonus-img.png), url(/images/tokens/dist/bonus.svg), -webkit-gradient(linear, left top, left bottom, color-stop(60.42%, rgba(157, 171, 226, .05)), to(rgba(157, 171, 226, 0)));
    background: url(/images/tokens/dist/bonus-img.png), url(/images/tokens/dist/bonus.svg), linear-gradient(180deg, rgba(157, 171, 226, .05) 60.42%, rgba(157, 171, 226, 0));
    background-position: 100% 0, 100% 0, top;
    background-repeat: no-repeat;
    background-size: 14.7rem 12.4rem, auto auto, 100% 100%;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.2rem 2rem 2rem
}

.bonus__title {
    font-family: Montserrat;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.14;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
    text-transform: uppercase
}

.bonus__title span {
    font-size: 4rem;
    font-weight: 900
}

.bonus-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--bg5);
    border-radius: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap: 1.5rem;
    width: 100%
}

.bonus-item:before {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb800), to(#ff9534));
    background: linear-gradient(180deg, #ffb800, #ff9534);
    border-radius: var(--brs);
    -webkit-box-shadow: 0 15px 32px 0 rgba(255, 184, 0, .23);
    box-shadow: 0 15px 32px 0 rgba(255, 184, 0, .23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 1.9rem;
    height: 4.1rem;
    justify-content: center;
    width: 4.1rem
}

.bonus__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   // background: #19151F;
    border-radius: .6rem;
    color: rgba(157, 171, 226, .78);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    gap: .5rem;
    overflow: hidden;
    padding: .6rem .6rem .6rem 5rem;
    position: relative;
    width: 100%;
    align-items: stretch
}

.bonus__row img {
    height: 3.8rem;
    left: 0;
    position: absolute;
    top: 0
}

.bonus__row span {
    background: #eff7ff;
    font-family:Arial;
    border-radius: .4rem;
    color: #05062a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-left: auto;
    padding: .5rem .6rem
}

.bonus .btn {
    width: 100%
}

.game__btns {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.42%, rgba(157, 171, 226, .05)), to(rgba(157, 171, 226, 0)));
    background: linear-gradient(180deg, rgba(157, 171, 226, .05) 60.42%, rgba(157, 171, 226, 0));
    border-radius: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1rem;
    padding: 1rem
}

.mb-m-5 {
    margin-bottom: .5rem
}

.mb-m-10 {
    margin-bottom: 1rem
}

.mb-m-15 {
    margin-bottom: 1.5rem
}

.mb-m-20 {
    margin-bottom: 2rem
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    speak: never;
    -ms-flex-negative: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-shrink: 0;
    font-family: kab-icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-user:before {
    content: "\e903"
}

.icon-home:before {
    content: "\e91f"
}

.icon-logout:before {
    content: "\e900"
}

.icon-error:before {
    content: "\e906"
}

.icon-money-bag:before {
    content: "\e918"
}

.icon-setting:before {
    content: "\e909"
}

.icon-history:before {
    content: "\e907"
}

.icon-gift:before {
    content: "\e90d"
}

.icon-chat:before {
    content: "\e91d"
}

.icon-bills:before {
    content: "\e91e"
}

.icon-id-card:before {
    content: "\e910"
}

.icon-mail:before {
    content: "\e912"
}

.icon-lock:before {
    content: "\e911"
}

.icon-marker:before {
    content: "\e90f"
}

.icon-copy:before {
    content: "\e904"
}

.icon-crown:before {
    content: "\e920"
}

.icon-point:before {
    content: "\e90b"
}

.icon-link:before {
    content: "\e908"
}

.icon-clock:before {
    content: "\e90a"
}

.icon-coin:before {
    content: "\e90e"
}

.icon-check:before {
    content: "\e90c"
}

.icon-search:before {
    content: "\e91a"
}

.icon-arrow-1:before {
    content: "\e901"
}

.icon-arrow-2:before {
    content: "\e902"
}

.icon-next:before {
    content: "\e905"
}

.icon-close:before {
    content: "\e919"
}

.icon-drop-big:before {
    content: "\e91b"
}

.icon-drop:before {
    content: "\e91c"
}

.icon-vk:before {
    content: "\e917"
}

.icon-fb:before {
    content: "\e916"
}

.icon-google:before {
    content: "\e915"
}

.icon-mailru:before {
    content: "\e914"
}

.icon-yandex:before {
    content: "\e913"
}

.user-status {
    background-color: var(--bg5);
    background: url(/images/tokens/dist/status-bg.svg) no-repeat 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: .9rem;
    font-size: 1.2rem;
    padding: 1.3rem 1.2rem 1rem 7.1rem;
    position: relative
}

.user-status,
.user-status__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.user-status__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem
}

.user-status__img {
    left: .5rem;
    max-width: 5.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user-status__img img {
    width: 100%
}

.user-status__bar {
    background: var(--bg5);
    border-radius: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.user-status__bar span {
    background: var(--grd);
    border-radius: .6rem;
    -webkit-box-shadow: 0 6px 15px 0 rgba(75, 93, 255, .23);
    box-shadow: 0 6px 15px 0 rgba(75, 93, 255, .23);
    height: .8rem
}

.user-balans {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.42%, rgba(157, 171, 226, .05)), to(rgba(157, 171, 226, 0)));
    background: linear-gradient(180deg, rgba(157, 171, 226, .05) 60.42%, rgba(157, 171, 226, 0));
    border-radius: var(--brs);
    padding: .5rem 1rem
}

.user-balans__item {
    padding: 1rem 0
}

.user-balans__item:not(:last-child) {
    border-bottom: .1rem solid hsla(0, 0%, 100%, .05)
}

.user-balans__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    //font-size: 1.6rem;
    font-weight: 600;
    gap: .2rem;
    margin-right: auto;
    text-transform: uppercase
}

.user-balans__text span {
    color: rgba(157, 171, 226, .78);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none
}

.user-balans p {
    color: rgba(157, 171, 226, .8);
    font-size: 1.2rem;
    padding-top: .7rem
}

.user-balans__icon {
    gap: 1rem
}

.user-balans__icon:before {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: var(--grd);
    border-radius: var(--brs);
    -webkit-box-shadow: 0 15px 32px 0 rgba(75, 93, 255, .23);
    box-shadow: 0 15px 32px 0 rgba(75, 93, 255, .23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 1.9rem;
    height: 4.1rem;
    justify-content: center;
    width: 4.1rem
}

.user-balans__icon.orange:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb800), to(#ff9534));
    background: linear-gradient(180deg, #ffb800, #ff9534);
    -webkit-box-shadow: 0 15px 32px 0 rgba(255, 184, 0, .23);
    box-shadow: 0 15px 32px 0 rgba(255, 184, 0, .23)
}

.user__white-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: var(--bg5);
    border-radius: var(--brs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    gap: 2rem
}

@media only screen and (min-width:993px) {

    .user-status,
    .user__white-box {
        font-size: 1.6rem
    }

    .user-status {
        padding: 1.3rem 2rem 1.3rem 8.6rem
    }

    .user-status__img {
        left: 0;
        max-width: 7rem
    }
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #E5B120;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn__custom {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 5px 23px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 26px;
    text-shadow: 0 2px 0 rgba(0,0,0,.1);
    text-decoration: none !important;
    background-color: #20202b;
    border-radius: 12px;
    border: none;
    transition: background-color .3s ease;
    z-index: 2;
    cursor: pointer
}

.btn__custom--grey:hover {
    background-color: #292836
}

.btn__custom--green {
    padding: 9px 34px;
    margin-bottom: 4px;
    background-color: rgba(0,0,0,0)
}

.btn__custom--green:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-image: linear-gradient(180deg, #49e484 0%, #2da35a 100%);
    transition: background-image .3s ease;
    z-index: -1
}

.btn__custom--green:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: #1a703b;
    z-index: -2
}

.btn__custom--green:hover:before {
    background-image: linear-gradient(180deg, #55EF90 1%, #35B666 100%)
}





.btn__custom--transparent {
    background: rgba(0,0,0,0);
    padding: 11px 5px !important;
    
}

.btn__custom--transparent::before {
    display: none
}

.btn__custom--transparent::after {
    display: none
}

.btn__custom--link {
    padding: 11px 0
}

.btn__custom--small {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px
}

@media(min-width: 600px) {
    .btn__custom--small {
        padding:10px 24px;
        font-size: 16px
    }
}

.btn__custom--small.btn__custom--green,.btn__custom--small.btn__custom--red {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px
}

@media(min-width: 600px) {
    .btn__custom--small.btn__custom--green,.btn__custom--small.btn__custom--red {
        padding:8px 24px;
        font-size: 16px
    }
}

.btn__custom:hover {
    opacity: 1
}

.btn__custom:hover,.btn__custom:focus {
    outline: none;
    color: #fff;
    text-decoration: none
}

.btn__custom:disabled {
    opacity: .4
}

.configuring-notifications__title {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px;
	margin-bottom: 16px
}
.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.fade {
	z-index: -1;
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1;
	z-index: 10501;
	display: -ms-flexbox !important;
	display: flex !important
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	//border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

.page-content h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 68px;
	color: #fff
}
.cabinet-profile__games-header h2 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px
}

.flex span {
    color:#fff;
    font-size: 1rem;    
    
}
.user-balans__text span {
    color: rgba(157, 171, 226, .78);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none
}


.mb-m-0.history-pagination {
    background: #242c3a;
    border-radius: 9px;
    margin-bottom: 32px;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .mb-m-0.history-pagination {
        border-radius:0
    }
}

.mb-m-0.history-pagination h2.h2.mb-m-15 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    padding: 32px 0 16px 32px;
}
@media only screen and (max-width: 1024px) {
    .mb-m-0.history-pagination h2.h2.mb-m-15 {
        font-size:16px;
        line-height: 22px;
        padding: 16px 16px 12px
    }
}


.mb-m-0.history-pagination .paginated {
    border-radius: 0 0 9px 9px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .mb-m-0.history-pagination .paginated {
        border-radius:0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: auto;
        width: auto
    }
}


.table-hr.md-hidden {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2c3544;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px;
}

@media only screen and (max-width: 1024px) {
    .table-hr.md-hidden {
        padding:0 10px
    }
}


.table-hr.md-hidden div {
    font-family: Roboto, sans-serif;
    height: 40px;
    line-height: 20px;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    width: 105px;
}

.mb-m-20.mb-30.game-history-pagination h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    padding: 32px 0 16px 32px;
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .mb-m-20.mb-30.game-history-pagination h2 {
        font-size:16px;
        line-height: 22px;
        padding: 16px 16px 12px
    }
}


.mb-m-20.mb-30.game-history-pagination {
    background: #242c3a;
    border-radius: 9px;
    margin-bottom: 32px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .mb-m-20.mb-30.game-history-pagination {
        border-radius:0
    }
}



.session-history { background: #242c3a; border-radius: 8px; padding: 32px 32px 12px; } 
h2.session-history__title { color: #fff; font-family: Roboto, sans-serif; font-size: 18px; letter-spacing: 0; line-height: 23px; margin-bottom: 16px; } 
span.lastlogin-ip { color: #fff; }
.table.paysys-history div {
    color: #fff;
}

.paginated .table-row.game-row div {
    color: #fff;
}

.paginated .table-row.game-row .flex img {
    max-width: 30px;
    max-height: 30px;
}



.user-balans__text span {
    padding-left: 10px;
    font-size: 10px;
}

.table-icon.icon-coin:before {
    display: none;
}
.table.game-history .table-row.game-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(74, 80, 90, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.pagin {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.table-icon.icon-coin {
    color: #41924c!important;
}
ul.pagin button {padding: 7px!important;line-height: normal;}

ul.pagin li {
    display: inline-block;
}