/* FONTS */

:root {
	--font-family-text: -apple-system, "SF Pro Text", sans-serif;
}

/* SCROLLBAR */
::-webkit-scrollbar,
::-moz-scrollbar,
::-ms-scrollbar,
::-o-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb,
::-moz-scrollbar-thumb,
::-ms-scrollbar-thumb,
::-o-scrollbar-thumb {
	background: #d9d9d94d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* DEFAULTS */
* {
	box-sizing: border-box;
	margin: 0;
	scrollbar-color: rgba(217,217,217,.3) transparent;
	scrollbar-width: thin
}

html {
	font-family: var(--font-family-text);
	overflow: hidden;
}

body {
	height: 100%;
	line-height: normal;
	margin: 0;
	scroll-behavior: smooth;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	background-color: #090f1e;
}

.container {
	max-width: 118.13rem;
	margin: 0 auto;
	padding: 0;
}

.icon {
	display: inherit;
	flex: none;
	height: 1em;
	overflow: visible;
}

/* ВЕРХНЯЯ ЧАСТЬ HEADER */
.header-line-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 52px;
	background-color: #090f1e;
}

.header-line-left {
	display: flex;
	align-items: center;
}

.header-line-right {
	display: flex;
	align-items: center;
}

.level-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.level-item-wrapper {
	display: flex;
	gap: 8px;
}

.left-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1D273D;
	border-radius: 0.5rem;
	width: 1.5rem;
	height: 1.5rem;
}

.level-item-line {
	width: 0.06rem;
	height: 0.88rem;
	background: #3A3F4B;
}

.level-item-money {
	display: flex;
	align-items: center;
	border-radius: 3.12rem;
	background: linear-gradient(329deg, #ffb800 0%, #fff173 100%);
	height: 1.5rem;
}

.money-img-1 {
	position: relative;
	top: -4px;
}

.money-text {
	font-family: var(--font-family-text);
	font-weight: 600;
	font-size: 0.69rem;
	color: #090f1e;
}

.money-img-2 {
	margin: 0 10px 0 10px;
}

.bonus {
	display: flex;
	gap: 12px;
}

.bonus-item {
	position: relative;
	background: #4e5d864d;
	display: flex;
	align-items: center;
	border-radius: 100px;
	height: 1.5rem;
}

.bonus-item-2 {
	background-color: #161d2e;
}

.bonus-img {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.88rem;
	width: 1.75rem;
	height: 1.75rem;
	box-shadow: 0 5px 15px #c955ff66;
	background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%), linear-gradient(90deg, #ed6ea0 0%, #ec8c69 100%);
}

.bonus-img-1 {
	background-image: linear-gradient(143deg, rgb(0, 194, 255) 0.74%, rgb(0, 9, 218) 141.93%);
	box-shadow: 0 3px 5px #557aff66;
}

.bonus-img-1 img {
	position: relative;
	top: 0.5px;
	left: 0.5px;
}

.bonus-text {
	padding: 0 25px 0 38px;
	font-family: var(--font-family-text);
	font-weight: 600;
	font-size: 0.62rem;
	line-height: 130%;
	color: #fff;
}

.bonus-text-2 {
	padding: 0 6px 0 38px;
}

.bonus-right-img-1 {
	position: absolute;
	right: -22px;
}

.bonus-right-img-2 {
	position: relative;
	margin-left: 12px;
	width: 57px;
	height: 22px;
}

.vertical-line {
	width: 0.06rem;
	height: 0.88rem;
	background: #3A3F4B;
	margin: 0 10px 0 10px;
}

.vertical-line-blue {
	background: rgba(255, 255, 255, .2);
}

.windows {
	display: flex;

	align-items: center;
	gap: 7px;
}

.windows-text {
	font-family: var(--font-family-text);
	font-weight: 600;
	font-size: 0.62rem;
	line-height: 130%;
	text-align: right;
	color: #fff;
}

.windows-text span {
	font-weight: 400;
	color: #84878F;
}

.windows-box {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.38rem;
	width: 3.12rem;
	height: 1.5rem;
	backdrop-filter: blur(5px);
	background: #1D273D;
}

.windows-box img {
	height: 14px;
	width: 14px;
}

.windows-box img:first-child {
	margin-right: 6px;
}

.language {
	padding: 0 7px;
	border-radius: 0.38rem;
	display: flex;
	align-items: center;
	height: 1.5rem;
	background: #1D273D;
}

.language-item {
	display: flex;
	align-items: center;
	gap: 3px;
}

.language-country-img {
	margin-left: 2px;
	width: 16px;
	height: 16px;
}

.language-text {
	font-family: var(--font-family-text);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 117%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.language-img {
	margin-left: 3px;
	width: 7px;
	height: 4px;
	color: #ffffff80;
	transform: rotate(180deg);
	transition: transform .2s ease-in-out;

}

.support {
	display: flex;
	gap: 10px;
}

.support-text {
	font-family: var(--font-family-text);
	font-weight: 600;
	font-size: 0.62rem;
	line-height: 130%;
	text-align: right;
	color: #fff;
}

.support-icons {
	display: flex;
	gap: 5px;
}

.support-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #1D273D;
	backdrop-filter: blur(13.600000381469727px);
}

.support-text span {
	font-weight: 400;
	color: #84878F;
}

.links {
	display: flex;
	align-items: center
}

.links-text {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0 0 0 23px;
}

.link-text {
	font-family: var(--font-family-text);
	font-weight: 400;
	font-size: 0.81rem;
	line-height: 364%;
	text-align: center;
	color: #fff;
	text-wrap: nowrap;
}

.links-img {
	display: flex;
	align-items: center;
	gap: 21px;
}

.link-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.link-last {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background: #242E44;
	border-radius: 0.38rem;
	width: 4.25rem;
	height: 1.69rem;
}

.link-last .dropdown {
	display: none;
	z-index: 1000;
	position: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	border-radius: 0.5rem;
	padding: 5px 0;
	top: 36px;
	background: #fff;
}

.link-last .dropdown.show {
	display: flex;
}

.dropdown::before {
	content: '';
	position: absolute;
	top: -10px;
	right: 50%;
	transform: translateX(50%);
	rotate: 45deg;
	display: block;
	background: #fff;
	height: 12px;
	width: 12px;
}

.dropdown-item {
	font-family: var(--font-family-text);
	font-weight: 300;
	font-size: 0.7rem;
	padding: 8px 0 8px 0;
	width: 90px;
	text-align: center;
	color: #000;
}

.dropdown-item:hover.dropdown-item {
	background: #c3c3c3;
}

.header-active-link-cont {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	top: 0;
	left: 0;
	height: 47px;
	width: 100px;
	transition: opacity 0.5s, transform 0.5s;
	transform: translate(460px, 0px) scaleX(0.58) scaleY(1);
	transform-origin: left top;
}

.active-link-line {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.active-line {
	background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
	border-radius: 4px 4px 0 0;
	height: 4px;
	width: 100%;
}

.account {
	display: flex;
	gap: 10px;
	align-items: center;
}

.header-balance {
	display: flex;
	align-items: center;
}

.header-balance-top {
	display: flex;
	flex-flow: row nowrap;
	font-size: 13px;
	font-weight: 600;
}

.header-balance-drop {
	/* padding-right: 11px; */
}

.header-nb-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
	background: rgb(35, 45, 69);
    border-radius: 10px;
    padding: 2px 2px 2px 10px;
	margin-right: 10px;
}

.balance-dropdown {
	position: relative;
}

.dropdown-trigger {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
}

.dropdown-wrapper {
	display: flex;
	flex-direction: column;
}

.balance-arrow {
	display: flex;
	align-items: center;
	align-self: flex-end;
	margin-bottom: 1px;
}

.balance-title {
	color: rgb(148, 166, 205);
	font-size: 11px;
	align-self: flex-end;

    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
}

.balance-img {
	margin-left: 5px;
	width: 8px;
	height: 13px;
	color: #fffc;
	transform: rotate(180deg);
	transition: transform .2s ease-in-out;
}

.balance-value {
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
	font-family: var(--font-family-text);
	color: #fff;
}

.bal-dropdown-menu {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 7px 10px;
	width: 134px;
	top: 45px;
	right: 10px;
	border-radius: 8px;
	background: linear-gradient(90deg, rgb(36, 29, 71) 0%, rgb(43, 35, 87) 100%);
}

.bal-dropdown-menu input {
	padding: 5px;
	display: block;
	width: 100%;
	background: rgb(27, 21, 54);
	border-radius: 5px;
	font-family: var(--font-family-text);
	color: #fff;
	pointer-events: all;
	border: none;
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.bal-dropdown-menu button {
	background: linear-gradient(263.87deg, rgb(148, 78, 245) 0%, rgb(92, 36, 252) 100%);
	border: none;
	font-family: var(--font-family-text);
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	padding: 7px 5px;
	cursor: pointer;
}

.header-balance-bonus {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	padding-left: 12px;
}

.balance-bonus {
	position: relative;
}

.bonus-drop {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
}

.header-balance-bonus::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
	height: 26px;
	width: 1px;
	background: rgba(255, 255, 255, .1);
}

.bonus-value {
	display: flex;
	align-items: center;
	flex-direction: column;
	align-items: flex-end;
}

.bonus-amount {
	color: #1b2029;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	padding-right: calc(.9em + 4px);
	will-change: transform;
	transform: translateZ(0);
	letter-spacing: .1px;
	line-height: 1.3;
	font-family: var(--font-family-text);
}

.currency-ammount {
	color: #0854c3;
	background-image: radial-gradient(circle at 0 100%, #ffa3b8, #c04df8 98%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 8px rgba(198, 85, 241, .25);
}

.header-balance .bonus-amount {
	font-weight: 500;
	font-size: 11px;
	padding-right: calc(1.1em + 4px);
}

.bonus-icon {
	width: .9em;
	height: .9em;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: calc(50% - .5em);
	background-image: url(https://1win-cdn.com/img/emoji-slots.1c6e965b9-160.png);
}

.profile-menu {
	position: relative;
}

.profile-trigger {
	gap: 10px;
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
}

.user-menu {
	display: flex;
	align-items: center;
	padding: 3px 8px 3px 3px;
}

.user-menu>* {
	z-index: 2;
}


.user-menu-bg {
	background: #1f2841;
	border-radius: 20px 8px 8px 20px;
	position: absolute;
	z-index: 1;
	inset: 0;
}

.header-before-active:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #fff;
    opacity: .2;
    top: 50%;
    transform: translateY(-50%);
}

.user-avatar-wrapper {
	align-items: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	height: 29px;
	width: 29px;
}

.user-avatar {
	align-items: center;
	border-radius: 50%;
	background-color: #2c3756;
	display: flex;
	font-size: 10px;
	justify-content: center;
	height: 29px;
	width: 29px;
}

.toggle-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	width: 10px;
}

.replenish {
	display: flex;
	background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
	color: #fff;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border-width: 0;
	min-height: 30px;
	cursor: pointer;
	transition: all .1s;
}

.replenish span {
	font-size: 12px;
	font-weight: 600;
	font-family: var(--font-family-text);
}

.replenish.replenish-green {
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	border-style: none;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.replenish.replenish-green.replenish-animate {
	min-width: 94px;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -.15px;
}

/* .replenish.replenish-green.replenish-animate::before {
	content: "";
	position: absolute;
	top: calc(50% - 62px);
	width: 92px;
	height: 92px;
	background-image: radial-gradient(19.58% 37.96% at 16.68% 41.55%, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 100%);
	animation: flare 5s infinite ease-in-out;
	-webkit-animation: flare 5s infinite ease-in-out;
}

@keyframes flare {
	0% {
		transform: translate(-115%) rotate(-45deg);
	}

	20% {
		transform: translate(140%) rotate(-45deg);
	}

	100% {
		transform: translate(140%) rotate(-45deg);
	}
} */

/* НИЖНЯЯ ЧАСТЬ HEADER */

.header-line-bottom {
	position: relative;
	z-index: 1000;
	height: 47px;
	will-change: transform;
	transform: translateZ(0);
}

.level-list {
	height: 100%;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));
	background-color: #090f1e;
	border-radius: 10px;
	transition: border-radius .2s;
	will-change: border-radius, transform;
}

.header-line-bottom .level-list .level-item:not(:last-child) {
	margin-right: 1rem;
}

/* ОБЩАЯ ОБЕРТКА КОНТЕЙНЕРА */

.main-wrapper {
	padding-left: calc(50vw - 960px);
	padding-right: calc(50vw - 960px);
}

#container-index {
	z-index: 99;
	position: relative;

}

.main-article {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.casino {
	display: flex;
	user-select: none;
	padding-top: 15px;
}

/* КАТЕГОРИИ */
.left-section {
	position: sticky;
	flex: none;
	width: 270px;
	height: calc(100vh - 77px);
	border-radius: 0.75rem;
	background: #141B2F;
	overflow: hidden;
}

.no-scroll {
	height: calc(100vh - 129px);
	margin-bottom: 0;
}

.category {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}

.casino-navigation {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.casino-navigation-header {
	display: flex;
	padding: 15px;
}

.search-field {
	background-color: #1f2941;
	border-radius: 10px;
	display: flex;
	gap: 0.5625rem;
	width: 15rem;
	height: 2.13rem;
}

.search-input::-webkit-input-placeholder {
	color: rgb(115, 136, 182);
	font-family: var(--font-family-text);
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.06rem;
	letter-spacing: -0.01rem;
	opacity: 0.3;
}

.search-field img {
	margin: 8.5px 0 8.5px 9px;
}

.search-img {
	width: 1.06rem;
	height: 1.06rem;
}

.search-input {
	background-color: #1f2941;
	border: none;
	outline: none;
	color: rgb(115, 136, 182);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.casino-navigation-main {
	flex: 1;
	margin-bottom: 15px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.casino-navigation-title {
	padding: 0.9375rem 15px;
	color: #7388b6;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -0.12px;
	opacity: .3;
	text-transform: uppercase;
	font-family: var(--font-family-text);
}

#cnt {
	padding-top: 0;
}

.casino-navigation-pretitle {
    padding: 5px 12px 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -.12px;
    text-transform: uppercase;
    color: #7388b6;
    opacity: .5;
	font-family: var(--font-family-text);
}

.casino-popular-wrapper {
	display: flex;
	gap: 0.625rem;
	padding: 0 15px;
}

.casino-popular-card {
	width: 7.19rem;
	border-radius: 0.5rem;
	display: flex;
	gap: 0.3125rem;
	padding: 0.625rem;

}

#pink-card {
	background: linear-gradient(224.43deg, rgb(38, 34, 60) 0%, rgba(255, 23, 183, 0.4) 84%, rgb(75, 43, 102) 100%);
}

#pink-card:hover {
	background: linear-gradient(250deg, rgba(38, 34, 60, .5), rgba(255, 23, 183, .2) 84%, rgba(75, 43, 102, .5))
}

#green-card {
	background: linear-gradient(224.43deg, rgb(28, 40, 55) 0%, rgba(0, 168, 88, 0.3) 84%, rgb(25, 67, 83) 100%);
}

#green-card:hover {
	background: linear-gradient(250deg, rgba(28, 40, 55, .5), rgba(0, 168, 88, .15) 84%, rgba(25, 67, 83, .5))
}


.casino-card-right {
	display: flex;
	flex-direction: column;
}

.casino-card-top-text {
	color: rgb(255, 255, 255);
	font-family: var(--font-family-text);
	font-size: 0.69rem;
	font-weight: 600;
	line-height: 0.81rem;
	letter-spacing: 0%;
	text-align: left;
}

.casino-card-bottom-text {
	color: rgb(255, 255, 255);
	font-family: var(--font-family-text);
	font-size: 0.63rem;
	font-weight: 400;
	line-height: 0.75rem;
	letter-spacing: 0.01rem;
	text-align: left;
	opacity: .5;
}


.casino-navigation-body-list {
	padding: 5px 3px 0;
	list-style: none;
}

.casino-navigation-body-item {
	border-radius: 12px;
	height: 45px;
	position: relative;
}

.casino-navigation-body-item:not(:last-child):before {
	background-color: #262e4880;
	bottom: 0;
	content: "";
	height: 1px;
	left: 12px;
	position: absolute;
	right: 12px;
}

.casino-navigation-body-item:hover {
	background-color: #1f2941;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.item-link {
	align-items: center;
	display: flex;
	min-height: 43px;
	text-decoration: none;
	gap: 0.75rem;
	padding: 9px 12px;
}

.item-img {
	height: 25px;
	width: 25px;
}

.item-name {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.item-count {
	color: #7388b6;
	font-size: 10px;
	letter-spacing: .23px;
	margin-left: auto;
	text-align: right;
}

/* ИГРА */
.main-section {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow-y: auto;
	padding-left: 15px;
}

.casino-game {
	z-index: 100;
	flex-grow: 1;
	display: flex;
	height: calc(100vh - 129px);
	position: relative;
}

.casino-game-wrapper {
	position: relative;
	width: 100%;
	z-index: 99;
	display: flex;
}

.casino-fs {
	left: 40px;
	position: absolute;
	top: 40px;
	width: 34px;
	height: 34px;
	background-color: #2b3843;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	z-index: 1000000;
}

.casino-fs img {
	display: inherit;
	flex: none;
	height: 1em;
}

.casino-frame {
	color: #fff;
	overflow: hidden;
	width: 100%;
}

.casino-frame iframe {
	border: none !important;
	color: #fff !important;
	height: 100% !important;
	width: 100% !important;
}

.live-symbol {
	background-color: red;
	border-radius: 50px;
	padding: 2px;
}

.NY {
	background-image: linear-gradient(271deg, #0030FE 1%, #268AFF 99%);
    border-radius: 13px;
    cursor: pointer;
    margin-right: 12px;
    overflow: hidden;
    padding: 5px 8px 5px 29px;
    position: relative;
	font-size: 10px;
    font-weight: 600;
    line-height: 13px;
	color: #fff;
}

.NYImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 23px;
}

.NYSvg {
	position: absolute;
	top: 0;
	opacity: 0.4;
}
