h1[data-v-b46ec900] {
	font-size: 20px
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #ff5739;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: #cc1d00
}

:root {
	--padding-horizontal: 32px;
	--root-padding: 0 var(--padding-horizontal)
}

@media(max-width:1439px) {
	:root {
		--padding-horizontal: 24px
	}
}

@media(max-width:767px) {
	:root {
		--padding-horizontal: 16px
	}
}

@media(max-width:479px) {
	:root {
		--padding-horizontal: 8px
	}
}

*,
:after,
:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: inherit
}

body {
	width: 100vw;
	overflow: hidden;
	overflow-y: scroll;
	font: 400 16px/24px Geologica, sans-serif;
	color: #fff;
	background: #101010
}

body.t-lock-body {
	overflow: hidden
}

body .grecaptcha-badge {
	z-index: -1;
	visibility: hidden
}

body .zsiq_custommain,
body .zsiq_floatmain {
	z-index: 103 !important
}

a {
	color: inherit;
	text-decoration: none
}

.t-param-row {
	display: flex
}

.t-param-row__label {
	display: flex;
	align-items: center;
	margin-right: 3px
}

.t-param-row__value {
	display: flex;
	align-items: center;
	color: #fff
}

.t-abbr {
	width: fit-content;
	cursor: pointer;
	border-bottom: 1px dashed
}

.t-link {
	font: 500 14px/140% Geologica, sans-serif;
	color: #ff5739;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-link:hover {
	color: #ff6c52
}

.t-link_dashed {
	width: fit-content;
	border-bottom: 1px dashed
}

.t-link_dotted {
	width: fit-content;
	border-bottom: 1px dotted
}

.t-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 20px;
	padding: 0 12px;
	text-align: center;
	border-radius: 100px
}

.t-label_blue {
	color: #3e66fb;
	background: rgba(62, 102, 251, .1)
}

.t-label_green {
	color: #70c407;
	background: rgba(112, 196, 7, .1)
}

.t-label_red {
	color: #e2155f;
	background: rgba(226, 21, 95, .1)
}

.t-label_solid.t-label {
	color: #fff
}

.t-label_solid.t-label_blue {
	background: #3e66fb
}

.t-label_solid.t-label_green {
	background: #70c407
}

.t-label_solid.t-label_red {
	background: #e2155f
}

.t-opacity-enter-active,
.t-opacity-leave-active {
	transition: .3s
}

.t-opacity-create-enter,
.t-opacity-create-leave-to {
	opacity: 0
}

::-webkit-scrollbar {
	width: 8px;
	height: 13px
}

::-webkit-scrollbar-thumb {
	border: 2px solid #040c1c;
	border-radius: 0
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
	background: hsla(0, 0%, 100%, .2)
}

::-webkit-scrollbar-track {
	border-radius: 0;
	box-shadow: inset -10px -10px 0 -30px #f0f0f0
}

@media only screen and (max-width:767px) {
	::-webkit-scrollbar {
		width: 0
	}
}

.sbdocs {
	color: #fff !important
}

.sbdocs-wrapper {
	background: rgba(12, 16, 40, .9) !important
}

@keyframes heartbeat {
	0% {
		transform: scale(1)
	}

	20% {
		transform: scale(1.25)
	}

	40% {
		transform: scale(1.5)
	}
}

@media screen and (max-width:767px) {
	.page-game .zsiq_floatmain {
		display: none !important
	}
}

.page-error .zsiq_floatmain {
	display: none !important
}

.t-loading {
	margin: 12px auto
}

.t-loading svg path {
	fill: #fff
}

.t-close {
	display: flex;
	width: 10px;
	height: 10px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E5QTlBOSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC4xNjcgMi45ODhMMTAgOC44MjJsNS44MzQtNS44MzQgMS4xNzggMS4xNzlMMTEuMTc5IDEwbDUuODMzIDUuODM0LTEuMTc4IDEuMTc4TDEwIDExLjE3OWwtNS44MzMgNS44MzMtMS4xNzktMS4xNzhMOC44MjIgMTAgMi45ODggNC4xNjd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 50%/cover
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

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

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

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none
}

b,
strong {
	font-weight: 600
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	outline: none
}

button,
input {
	overflow: visible
}

button {
	border: none
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

* {
	box-sizing: border-box;
	outline: none
}

#webpack-hot-middleware-clientOverlay {
	display: none
}

@font-face {
	font-family: Geologica;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Geologica-Regular.525fe0a.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Geologica;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Geologica-Medium.3ff48f3.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Geologica;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Geologica-SemiBold.c367c21.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Geologica;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Geologica-Bold.e30b805.ttf) format("truetype");
	font-display: swap
}

@font-face {
	font-family: Geologica;
	font-style: normal;
	font-weight: 800;
	src: url(../fonts/Geologica-Bold.e30b805.ttf) format("truetype");
	font-display: swap
}

.t-icon-ADA {
	background-image: url(./images/currency-ADA.2192bde.svg)
}

.t-icon-ADA,
.t-icon-IDR {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-IDR {
	background-image: url(/./images/currency-IDR.0425766.svg)
}

.t-icon-RUB {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRjIyRTIxIi8+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTYuMjkxIDEyLjQxN1Y4LjA4NG0wIDBoMS43NWMuNSAwIDIuNzUuMDMgMi43NS0yLjI1cy0yLjI1LTIuMjUtMi43NS0yLjI1aC0xLjc1em0tMS4wODMgMS45MTdoMy4zMzMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)
}

.t-icon-CNY,
.t-icon-RUB {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-CNY {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjRjIyRTIxIi8+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTUgM2wzIDUuNW0wIDBMMTEgM004IDguNUg1bTMgMGgzbS0zIDB2Mk04IDEzdi0yLjVtMCAwSDVtMyAwaDMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)
}

.t-icon-PHP {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSI4IiBjeT0iNy45OTkiIHI9IjcuMzMzIiBmaWxsPSIjMkM4OURFIi8+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTUuNzUgMTEuNzV2LTNtMCAwSDcuNWMuNSAwIDIuNzUuMDMgMi43NS0yLjI1UzggNC4yNSA3LjUgNC4yNUg1Ljc1em0tMS41LTNoNy41bS03LjUgMS41aDcuNSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-AUD,
.t-icon-PHP {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-AUD {
	background-image: url(./images/currency-AUD.37797f2.svg)
}

.t-icon-BCH {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzBBQzE4RSIgZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjAuOTkxIDEwLjYyN2MtLjgwNC0xLjgyNC0yLjY1Mi0yLjIxNC00LjkxNC0xLjgzNmwtLjcyNy0yLjgxOC0xLjcxMy40NDIuNzE0IDIuODFjLS40NS4xMTQtLjkxMy4yMTItMS4zNzIuMzQybC0uNzE1LTIuNzk0LTEuNzE0LjQ0Mi43MjcgMi44MTljLS4zNy4xMDUtMy40Ni44OTctMy40Ni44OTdsLjQ3MSAxLjgzNnMxLjI2LS4zNTQgMS4yNDctLjMyNWMuNjk5LS4xODMgMS4wMjguMTY2IDEuMTgyLjQ5NWwxLjk5OCA3LjcyNGMuMDI0LjIyMy0uMDE2LjYwNS0uNDk2LjczNS4wMjkuMDE2LTEuMjQ2LjMyLTEuMjQ2LjMybC4xODYgMi4xNHMzLjA2Mi0uNzgzIDMuNDY0LS44ODRsLjczNiAyLjg1IDEuNzEzLS40NDItLjczNS0yLjg3MXEuNzA3LS4xNjUgMS4zNzctLjM0MWwuNzMgMi44NTQgMS43MTUtLjQ0Mi0uNzM1LTIuODQ3YzIuNjM5LS42NDIgNC41MDMtMi4zMDcgNC4xMjEtNC44NTMtLjI0My0xLjUzNS0xLjkyLTIuNzk0LTMuMzEzLTIuOTM2Ljg1Ni0uNzYgMS4yOS0xLjg2OC43NTktMy4zMThtLS44MjQgNi43MmMuMzQgMi41MjItMy4xNjQgMi44My00LjMyMSAzLjEzNWwtMS4wMDctMy43NzJjMS4xNjEtLjMwNSA0Ljc1LTEuNTg0IDUuMzI4LjYzN20tMi4xMTItNS4xMzdjLjM2MSAyLjI0Mi0yLjYzNiAyLjUwMi0zLjYwMiAyLjc1bC0uOTE4LTMuNDI0Yy45Ny0uMjQgMy43ODUtMS40IDQuNTIuNjc0Ii8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-BNB,
.t-icon-BNB-BSC {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwQjkwQiIgZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOS45NjcgMTZsLTIuNDc1IDIuNDkyTDUgMTZsMi40OTItMi40OTJ6TTE2IDkuOTY3bDQuMjYyIDQuMjYzIDIuNDkzLTIuNDkyLTQuMjYzLTQuMjQ2TDE2IDVsLTIuNDkyIDIuNDkyLTQuMjQ1IDQuMjQ2IDIuNDkyIDIuNDkyem04LjUwOCAzLjU0TDIyLjAzMyAxNmwyLjQ5MiAyLjQ5MkwyNyAxNnpNMTYgMjIuMDM0bC00LjI2Mi00LjI2My0yLjQ3NiAyLjQ5MiA0LjI2MyA0LjI2M0wxNiAyN2wyLjQ5Mi0yLjQ5MiA0LjI2My00LjI2My0yLjQ5Mi0yLjQ3NXptMC0zLjU0TDE4LjQ5MiAxNiAxNiAxMy41MDggMTMuNTA4IDE2eiIvPjwvc3ZnPg==)
}

.t-icon-BNB,
.t-icon-BNB-BSC,
.t-icon-BUSD {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-BUSD {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzYuNDEgMzM3LjQyIj48ZyBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGQ9Ik0xNjguMi43MWw0MS41IDQyLjUtMTA0LjUgMTA0LjUtNDEuNS00MS41em02MyA2M2w0MS41IDQyLjUtMTY3LjUgMTY3LjUtNDEuNS00MS41em0tMTg5IDYzbDQxLjUgNDIuNS00MS41IDQxLjUtNDEuNS00MS41em0yNTIgMGw0MS41IDQyLjUtMTY3LjUgMTY3LjUtNDEuNS00MS41eiIgZGF0YS1uYW1lPSJMYXllciAxIiBmaWxsPSIjZjBiOTBiIiBzdHJva2U9IiNmMGI5MGIiLz48L2c+PC9zdmc+)
}

.t-icon-USDC {
	background-image: url(./images/currency-USDC.4cb81e5.svg)
}

.t-icon-NOT,
.t-icon-USDC {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-NOT {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjcwNSAxNEg3LjA5OGMtLjIxNCAwLS4zOTMtLjAzNi0uNjA3LS4xNDNhLjkyLjkyIDAgMDEtLjQ2NS0uNDI4czAtLjAzNi0uMDM1LS4wMzZhMS4yMyAxLjIzIDAgMDEtLjE3OS0uNjQzYzAtLjIxNC4wMzYtLjQyOS4xNzktLjY0M2wzLjUzNS02LjA3MWMuMDcyLS4xNDMuMjE1LS4yMTUuMzkzLS4yMTUuMTQzIDAgLjI4Ni4wNzIuMzkzLjIxNWwzLjQ2NCA2LjA3MWMuMDcyLjE0My4yMTUuMzIyLjIxNS42MDcuMDM1LjI1LS4wMzYuNDY1LS4xNDMuNjc5YS44Ny44NyAwIDAxLS41MzYuNDY0Yy0uMjE0LjE0My0uNDY0LjE0My0uNjA3LjE0M20tMi4zNTctLjg1N2gyLjM1N2MuMTQzIDAgLjIxNCAwIC4yNS0uMDM2YS4yOC4yOCAwIDAwLjE0My0uMTQzYy4wMzYtLjAzNS4wMzYtLjEwNy4wMzYtLjE3OCAwLS4wMzYtLjAzNi0uMDcyLS4xMDgtLjIxNUwxMC4zNDggNy45M3ptLS44NTcgMHYtNS4yNUw2Ljc3NiAxMi41N2MtLjAzNS4wNzItLjAzNS4xNDMtLjAzNS4yMTUgMCAuMDcxIDAgLjE0My4wMzUuMTc4cy4wMzYuMDcyLjA3Mi4wNzJsLjAzNi4wMzVjLjA3MS4wMzYuMTQyLjAzNi4yNS4wMzZIOS40OXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-BRL {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzZEQTU0NCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRkZEQTQ0IiBkPSJNMTAgMy45MTNMMTguMjYxIDEwbC04LjI2IDYuMDg3TDEuNzM4IDEweiIvPjxwYXRoIGZpbGw9IiNGMEYwRjAiIGQ9Ik0xMCAxMy40NzhhMy40NzggMy40NzggMCAxMDAtNi45NTYgMy40NzggMy40NzggMCAwMDAgNi45NTYiLz48cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNOC4yNiA5Ljc4M2E1LjkgNS45IDAgMDAtMS43MzcuMjYyIDMuNDc4IDMuNDc4IDAgMDA2LjMyNiAxLjk1QTUuODYgNS44NiAwIDAwOC4yNiA5Ljc4M201LjE1NC44ODNxLjA2NC0uMzIzLjA2NS0uNjY2YTMuNDc4IDMuNDc4IDAgMDAtNi42NzUtMS4zNzMgNy4xOCA3LjE4IDAgMDE2LjYxIDIuMDQiLz48L3N2Zz4=)
}

.t-icon-BRL,
.t-icon-BSV {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-BSV {
	background-image: url(../images/currency-BSV.e4adf64.svg)
}

.t-icon-BTC {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjRjc5MzFBIiBkPSJNMzEuNTE1IDE5Ljg3QTE2IDE2IDAgMTEuNDYzIDEyLjEzOGExNiAxNiAwIDAxMzEuMDUyIDcuNzMyIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIzLjA1IDEzLjcyYy4zMi0yLjEyNi0xLjMtMy4yNy0zLjUtNC4wMzZsLjcxNS0yLjg4NS0xLjc1NS0uNDM1LS43IDIuODA1Yy0uNDYtLjExNS0uOTM1LS4yMi0xLjQwNS0uMzNsLjcwNS0yLjgyNS0xLjc1NS0uNDQtLjcyIDIuODg1LTEuMTItLjI2NS0yLjQyNS0uNjA1LS40NjUgMS44NzVzMS4zLjMgMS4yNzUuMzJhLjkzNS45MzUgMCAwMS44MiAxbC0uODIgMy4yODVxLjA5MS4wMjQuMTguMDZsLS4xODUtLjA0NS0xLjE0NSA0LjZhLjY0NS42NDUgMCAwMS0uODA1LjQyYzAgLjAyNS0xLjI4LS4zMi0xLjI4LS4zMmwtLjg3IDIgMi4yODUuNTcgMS4yNS4zMi0uNzI1IDIuOTIgMS43NTUuNDM1LjcyLTIuODg1cS43MTIuMTk0IDEuMzk1LjM2NWwtLjcxNSAyLjg3IDEuNzU1LjQ0LjcyNS0yLjkxNWMzIC41NyA1LjI0NS4zNCA2LjE5NS0yLjM3Ljc2LTIuMTc1LS4wNC0zLjQzNS0xLjYxNS00LjI1NSAxLjE0LS4yNDUgMi0xIDIuMjMtMi41Nm0tNCA1LjYyNGMtLjU0IDIuMTgtNC4yMSAxLTUuNC43MDVsLjk2LTMuODY1YzEuMTguMyA1IC44OSA0LjQzIDMuMTZ6bS41MzUtNS42NjVjLS41IDItMy41NSAxLTQuNTQuNzNsLjg3LTMuNWMuOTk1LjI3IDQuMTg1LjcxIDMuNjcgMi43NyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMzJ2MzJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-BTC,
.t-icon-CAD {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-CAD {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMjAgMTBBMTAgMTAgMCAwMDE0LjM0OC45OTJ2MTguMDE2QTEwIDEwIDAgMDAyMCAxME0wIDEwYTEwIDEwIDAgMDA1LjY1MiA5LjAwOFYuOTkyQTEwIDEwIDAgMDAwIDEwbTExLjc0IDEuMzA0bDEuNzM4LS44Ny0uODctLjQzNHYtLjg3TDEwLjg3IDEwbC44Ny0xLjc0aC0uODdMMTAgNi45NTdsLS44NyAxLjMwNWgtLjg3TDkuMTMgMTBsLTEuNzM5LS44N1YxMGwtLjg3LjQzNSAxLjc0Ljg3LS40MzUuODY5aDEuNzR2MS4zMDRoLjg2OXYtMS4zMDRoMS43Mzl6Ii8+PC9zdmc+)
}

.t-icon-CSC {
	background-image: url(../images/currency-CSC.deef823.svg)
}

.t-icon-CSC,
.t-icon-CZK {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-CZK {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjRjBGMEYwIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCIvPjxwYXRoIGZpbGw9IiNEODAwMjciIGQ9Ik05LjEzIDEwcy02LjE5NSA3LjA3My02LjIwMSA3LjA3MUE5Ljk3IDkuOTcgMCAwMDEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTB6Ii8+PHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTIuOTI5IDIuOTI5Yy0zLjkwNSAzLjkwNS0zLjkwNSAxMC4yMzcgMCAxNC4xNDJMMTAgMTB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.t-icon-DASH {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwOERFNCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNzk2IDVINy40NjNsLS4zNTkgMi4wMDcgMy45MTEuMDA2YzEuOTI3IDAgMi40OTYuNjk5IDIuNDggMS44NTgtLjAxLjU5NS0uMjY1IDEuNi0uMzc3IDEuOTI3LS4yOTcuODY4LS45MDcgMS44Ni0zLjE5MiAxLjg1N2wtMy44MDQtLjAwMi0uMzYgMi4wMDloNC4zMjNjMS41MjYgMCAyLjE3NC0uMTc4IDIuODYtLjQ5NSAxLjUyNC0uNzAzIDIuNDMtMi4yMDYgMi43OTMtNC4xNjhDMTYuMjggNy4wOCAxNS42MDYgNSAxMS43OTYgNSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjU5MSA4LjgyMmMtMS4xMzUgMC0xLjI5OC43NC0xLjQwNCAxLjE4Ni0uMTQxLjU4Ni0uMTg3LjgyMy0uMTg3LjgyM2g0LjQzN2MxLjEzNSAwIDEuMjk4LS43NCAxLjQwNS0xLjE4Ny4xNC0uNTg2LjE4Ni0uODIyLjE4Ni0uODIyeiIvPjwvc3ZnPg==)
}

.t-icon-DASH,
.t-icon-DKK {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-DKK {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNNy44MjYgOC42OTZoMTIuMDlDMTkuMjc1IDMuNzg5IDE1LjA4IDAgMTAgMGMtLjc0NyAwLTEuNDc0LjA4My0yLjE3NC4yMzh6bS0yLjYwOSAwdi03LjQ4YTEwIDEwIDAgMDAtNS4xMzIgNy40OHptMCAyLjYwOEguMDg1YTEwIDEwIDAgMDA1LjEzMiA3LjQ4em0yLjYwOSAwdjguNDU4Yy43LjE1NSAxLjQyNy4yMzggMi4xNzQuMjM4IDUuMDggMCA5LjI3Ni0zLjc5IDkuOTE1LTguNjk2eiIvPjwvc3ZnPg==)
}

.t-icon-DOGE {
	background-image: url(../images/currency-DOGE.7aceade.svg)
}

.t-icon-DOGE,
.t-icon-ETC {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-ETC {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0iI0M0QzRDNCIgZD0iTTAgMGgyMHYyMEgweiIvPjwvbWFzaz48ZyBmaWxsPSIjNjY5MDczIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgbWFzaz0idXJsKCNhKSI+PHBhdGggZD0iTTQuMzcxIDguOTYxbDUuODk2LTIuNDg1IDUuNzE0IDIuNTQ5TDEwLjI1OCAwem0uMDE4IDIuNzU4bDUuODg3IDMuNDEgNi4wMDQtMy40MUwxMC4zMyAyMHoiLz48cGF0aCBkPSJNMTAuMjkzIDcuNjkybC02LjE0IDIuNTg1IDYuMTQgMy40MSA1Ljk2OC0zLjMzOHoiLz48L2c+PC9zdmc+)
}

.t-icon-ETH {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiM2MjdFRUEiLz48ZyBmaWxsPSIjZmZmIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE1Ljk5OCAyNy45OTdWMjEuOTdsNy4zNzEtNC4zNTN6bTAtMjMuOTk3bDcuMzY2IDEyLjIyMy0uMDAyLjAwMS03LjM2NC0zLjM0N3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguNjMyIDE2LjIyM0wxNS45OTggNHY4Ljg3N2wtNy4zNjQgMy4zNDd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii42IiBkPSJNOC42MzIgMTYuMjIzbDcuMzY2IDQuMzU0di03LjcwMnoiLz48cGF0aCBkPSJNMTUuOTk4IDI3Ljk5OHYtNi4wMjlsLTcuMzY2LTQuMzUyeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjIiIGQ9Ik0xNS45OTggMjAuNTc3bDcuMzY2LTQuMzU0LTcuMzY2LTMuMzQ4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDRoMjR2MjRINHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-ETH,
.t-icon-EUR {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-EUR {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM2MzU4QTciLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuMzgxIDEzLjU1MWMtMS4wMDUgMC0xLjg4Ni0uNzAzLTIuMzY0LTEuNzQ4aDMuMTYzdi0xLjQ0OUg3LjY1YTUgNSAwIDAxMC0uNzA4aDMuNTNWOC4xOTdIOC4wMTdjLjQ3OC0xLjA0NSAxLjM1OS0xLjc0OCAyLjM2NC0xLjc0OC45NiAwIDEuODY1LjY2OCAyLjM2IDEuNzQzTDE0IDcuNTY3QzEzLjI3IDUuOTgzIDExLjg4NCA1IDEwLjM4MSA1Yy0xLjEzIDAtMi4xODQuNTM2LTIuOTcgMS41MTFhNS4yIDUuMiAwIDAwLS44OTQgMS42ODZINXYxLjQ1aDEuMjUxYTYgNiAwIDAwMCAuNzA3SDV2MS40NDloMS41MTdjLjE5OC42MjMuNSAxLjE5NC44OTUgMS42ODUuNzg1Ljk3NSAxLjg0IDEuNTEyIDIuOTY5IDEuNTEyIDEuNTAzIDAgMi44OS0uOTgzIDMuNjE5LTIuNTY3bC0xLjI1OC0uNjI2Yy0uNDk2IDEuMDc2LTEuNCAxLjc0NC0yLjM2MSAxLjc0NCIvPjwvc3ZnPg==)
}

.t-icon-EUR-BLUE {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDBDNkQyIiBkPSJNMTIuMDA3LjA2OUM1LjQxNC4wNjkuMDY4IDUuNDE0LjA2OCAxMi4wMDdzNS4zNDYgMTEuOTM4IDExLjkzOSAxMS45MzhTMjMuOTQ1IDE4LjYgMjMuOTQ1IDEyLjAwN0MyMy45MzEgNS40MTQgMTguNi4wNjkgMTIuMDA3LjA2OSIvPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzIDE2LjMzM0E0LjMyIDQuMzIgMCAwMTkuMTYgMTRIMTN2LTEuMzMzSDguNzJBNC40IDQuNCAwIDAxOC42NjcgMTJxLjAwMi0uMzM5LjA1My0uNjY3SDEzVjEwSDkuMTZhNC4zMjggNC4zMjggMCAwMTYuNjYtMS4yODdMMTcgNy41MzNBNS45NyA1Ljk3IDAgMDAxMyA2YTYgNiAwIDAwLTUuNjUzIDRINXYxLjMzM2gyLjA0YTUuNSA1LjUgMCAwMDAgMS4zMzRINVYxNGgyLjM0N2MuODI2IDIuMzI3IDMuMDQgNCA1LjY1MyA0IDEuNTQgMCAyLjk0LS41OCA0LTEuNTMzbC0xLjE4Ny0xLjE4QTQuMjcgNC4yNyAwIDAxMTMgMTYuMzMzIi8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNGgxNnYxNkgzeiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.t-icon-EUR-BLUE,
.t-icon-HRK {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-HRK {
	background-image: url(../images/currency-HRK.f20dd22.svg)
}

.t-icon-JPY {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMTAgMTQuMzQ4YTQuMzQ4IDQuMzQ4IDAgMTAwLTguNjk2IDQuMzQ4IDQuMzQ4IDAgMDAwIDguNjk2Ii8+PC9zdmc+)
}

.t-icon-JPY,
.t-icon-KRW {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-KRW {
	background-image: url(../images/currency-KRW.2aa543c.svg)
}

.t-icon-LTC {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM0NUQ5RCIgZD0iTTE2LjAxLjA5QzcuMjIuMDkuMDkyIDcuMjE3LjA5MiAxNi4wMDhjMCA4Ljc5IDcuMTI3IDE1LjkxNyAxNS45MTggMTUuOTE3IDguNzkgMCAxNS45MTctNy4xMjcgMTUuOTE3LTE1LjkxN0MzMS45MSA3LjIxOCAyNC44LjA5IDE2LjAxLjA5Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2LjI0NyAxNi41MmwtMS42NDUgNS41OTJoOC44NDZjLjMxIDAgLjUxMS4yOTMuNDM4LjU4NWwtLjc2NyAyLjY1YS42MS42MSAwIDAxLS41ODUuNDM5SDkuMDFsMi4yODQtNy43My0yLjUyMi43ODUuNTQ5LTEuODI4IDIuNTQtLjc4NSAzLjIxNi0xMC44NTZhLjYxLjYxIDAgMDEuNTg1LS40MzhoMy40MThjLjMxIDAgLjUxMS4yOTIuNDM4LjU4NGwtMi43MjMgOS4xNzUgMi41MjItLjc4Ni0uNTQ4IDEuODQ2eiIvPjwvc3ZnPg==)
}

.t-icon-LTC,
.t-icon-MXN {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-MXN {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjRjBGMEYwIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCIvPjxwYXRoIGZpbGw9IiNEODAwMjciIGQ9Ik0yMCAxMEExMCAxMCAwIDAwMTQuMzQ4Ljk5MnYxOC4wMTZBMTAgMTAgMCAwMDIwIDEwIi8+PHBhdGggZmlsbD0iIzZEQTU0NCIgZD0iTTAgMTBhMTAgMTAgMCAwMDUuNjUyIDkuMDA4Vi45OTJBMTAgMTAgMCAwMDAgMTBtNy4zOTEgMGEyLjYwOSAyLjYwOSAwIDAwNS4yMTggMHYtLjg3SDcuMzl6Ii8+PHBhdGggZmlsbD0iI0ZGOTgxMSIgZD0iTTEzLjQ3OCA4LjI2SDEwLjg3YS44Ny44NyAwIDAwLTEuNzQgMEg2LjUyMmMwIC40ODEuNDE4Ljg3Ljg5OC44N2gtLjAyOWMwIC40OC4zOS44Ny44Ny44NyAwIC40OC4zOS44Ny44Ny44N2gxLjczOWMuNDggMCAuODctLjM5Ljg3LS44N2EuODcuODcgMCAwMC44NjktLjg3aC0uMDNjLjQ4MSAwIC45LS4zODkuOS0uODciLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)
}

.t-icon-POL {
	background-image: url(../images/currency-POL.11eab44.svg)
}

.t-icon-NEO,
.t-icon-POL {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-NEO {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMEU1OTkiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljc1IDIxLjUwN1YxMC44TDE2LjQyMSA4bDYuODI5IDIuNDQtNy41MjQgMi43NlYyNHptNy41MzctMi4xMzRWMTMuNmw2Ljk2My0yLjU3M3YxMC44MjZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.t-icon-NOK {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNLjM0NSAxMi42MDlhMTAgMTAgMCAwMDMuNTY4IDUuMzI1di01LjMyNXptOC43ODUgNy4zNTNROS41NiAyMCAxMCAyMGM0LjYyIDAgOC41MDgtMy4xMzQgOS42NTYtNy4zOTFIOS4xM3pNMTkuNjU2IDcuMzkxQzE4LjUwOCAzLjEzNCAxNC42MiAwIDEwIDBxLS40MzkgMC0uODcuMDM4djcuMzUzek0zLjkxMyAyLjA2NkExMCAxMCAwIDAwLjM0NSA3LjM5MWgzLjU2OHoiLz48cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMTkuOTE1IDguNjk2SDcuODI2Vi4yMzhhMTAgMTAgMCAwMC0yLjYwOS45Nzh2Ny40OEguMDg1YTEwIDEwIDAgMDAwIDIuNjA4aDUuMTMydjcuNDhhMTAgMTAgMCAwMDIuNjEuOTc4di04LjQ1N2gxMi4wODhhMTAgMTAgMCAwMDAtMi42MSIvPjwvc3ZnPg==)
}

.t-icon-NOK,
.t-icon-NZD {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-NZD {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMGMwIC4wMDIgMTAtOS45OTkgMTAtMTAgNS41MjMgMCAxMCA0LjQ3NyAxMCAxMCIvPjxwYXRoIGZpbGw9IiNGMEYwRjAiIGQ9Ik05Ljk3MyAxMEgxMHYtLjAyN3pNMTAgNS4yMTdWMGgtLjAwMkM0LjQ3NiAwIDAgNC40NzggMCAxMGg1LjIxN1Y3LjA2Mkw4LjE1NSAxMGgxLjgxOEwxMCA5Ljk3M1Y4LjE1NUw3LjA2MiA1LjIxN3oiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNNS4wNTkgMS4zMDRBMTAuMDUgMTAuMDUgMCAwMDEuMzA0IDUuMDZWMTBoMi42MDlWMy45MTNIMTBWMS4zMDR6Ii8+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTEwIDguNzdMNi40NDcgNS4yMTdoLTEuMjNMMTAgMTB6bTcuMzE4LTEuMzVsLjIxNS42NjVoLjY5OWwtLjU2NS40MS4yMTUuNjY0LS41NjUtLjQxLS41NjUuNDEuMjE2LS42NjQtLjU2NS0uNDFoLjY5OXptLTIuNDk4IDQuNzgzbC4zMjUuOTk2aDEuMDQ3bC0uODQ4LjYxNi4zMjQuOTk3LS44NDctLjYxNi0uODQ4LjYxNi4zMjQtLjk5Ny0uODQ4LS42MTZoMS4wNDh6bS4wOTUtNy44MjZsLjI3LjgzaC44NzNsLS43MDcuNTEzLjI3LjgzLS43MDYtLjUxMy0uNzA2LjUxNC4yNy0uODMtLjcwNy0uNTE0aC44NzN6bS0yLjQwMyAzLjAxNGwuMzI0Ljk5N2gxLjA0OGwtLjg0OC42MTYuMzI0Ljk5Ni0uODQ4LS42MTYtLjg0Ny42MTYuMzI0LS45OTYtLjg0OC0uNjE2aDEuMDQ4eiIvPjwvc3ZnPg==)
}

.t-icon-PLN {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMjAgMTBjMCA1LjUyMy00LjQ3NyAxMC0xMCAxMFMwIDE1LjUyMyAwIDEwIi8+PC9zdmc+)
}

.t-icon-PLN,
.t-icon-RIPPLE {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-RIPPLE {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzczOUJFRSIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRkVGRUZFIiBkPSJNMTIuNzE5IDExLjAxNWEzLjIgMy4yIDAgMDAtLjkwNi0uMTIzYy0uMjgyLjAzMS0uNTk0LS4wOTItLjc1LS4zMzhsLS4wOTQtLjEyM2EuNzguNzggMCAwMTAtLjg5M2wuMDk0LS4xNTNhLjgzLjgzIDAgMDEuNjg3LS4zMzkgMi4xIDIuMSAwIDAwMS4wMzEtLjI0NmMuODQ0LS40MyAxLjQwNi0xLjI2MiAxLjM3NS0yLjE4NS0uMDMxLTEuMzIzLTEuMTU2LTIuMzY5LTIuNTMxLTIuMzA3YTIuNDIgMi40MiAwIDAwLTIuMjUgMi4xMjNjLS4wNjMuNjE1LjEyNSAxLjE2OS40MzcgMS42M2EuODMuODMgMCAwMTAgLjkyNGwtLjAzLjAzYS44Mi44MiAwIDAxLS42NTcuMzM5aC0uMTU2YS43OS43OSAwIDAxLS43MTktLjQ2MkEyLjM4IDIuMzggMCAwMDYuMDMxIDcuNmMtMS4yNS4wMy0yLjI4MSAxLjA0Ni0yLjMxMiAyLjI3Ny0uMDYzIDEuMzU0IDEuMDMxIDIuNDYxIDIuNDA2IDIuNDYxLjkzNyAwIDEuNzUtLjUyMyAyLjEyNS0xLjI5MmEuNzkuNzkgMCAwMS43MTktLjQ2MWguMTI1Yy4yODEgMCAuNTMxLjEyMy42NTYuMzM4bC4xNTYuMjE1Yy4xODguMjQ3LjE1Ni41ODUgMCAuODMxYTIuMTggMi4xOCAwIDAwLS4zNDQgMS40NzdjLjA5NCAxLjEwOCAxLjAzMiAyIDIuMTI2IDIuMTIzYTIuNDA3IDIuNDA3IDAgMDAyLjY1Ni0yLjU4NGMtLjA2My0uODkzLS43MTktMS42OTMtMS42MjUtMS45NyIvPjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjkuNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utb3BhY2l0eT0iLjEiLz48L3N2Zz4=)
}

.t-icon-SGD {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMCAxMEMwIDQuNDc3IDQuNDc3IDAgMTAgMHMxMCA0LjQ3NyAxMCAxMCIvPjxwYXRoIGZpbGw9IiNGMEYwRjAiIGQ9Ik02LjA4NyA1LjIxN2EzLjA0NCAzLjA0NCAwIDAxMi4zOTEtMi45NzIgMy4wNDMgMy4wNDMgMCAxMDAgNS45NDUgMy4wNDQgMy4wNDQgMCAwMS0yLjM5MS0yLjk3M00xMCAyLjM5MWwuMjE2LjY2NGguNjk4bC0uNTY1LjQxMS4yMTYuNjY0TDEwIDMuNzJsLS41NjUuNDEuMjE2LS42NjQtLjU2NS0uNDFoLjY5OHoiLz48cGF0aCBmaWxsPSIjRjBGMEYwIiBkPSJNOC4zMDUgMy42OTZsLjIxNi42NjRoLjY5OWwtLjU2NS40MS4yMTYuNjY1LS41NjYtLjQxLS41NjUuNDEuMjE2LS42NjUtLjU2NS0uNDFoLjY5OXptMy4zODkgMGwuMjE2LjY2NGguNjk4bC0uNTY1LjQxLjIxNi42NjUtLjU2NS0uNDEtLjU2NS40MS4yMTYtLjY2NS0uNTY1LS40MWguNjk4em0tLjY1MiAxLjk1NmwuMjE2LjY2NGguNjk4bC0uNTY1LjQxLjIxNi42NjUtLjU2NS0uNDEtLjU2NS40MS4yMTYtLjY2NC0uNTY1LS40MWguNjk4em0tMi4wODQgMGwuMjE2LjY2NGguNjk4bC0uNTY1LjQxLjIxNi42NjUtLjU2NS0uNDEtLjU2NS40MS4yMTYtLjY2NC0uNTY2LS40MWguNjk5eiIvPjwvc3ZnPg==)
}

.t-icon-SGD,
.t-icon-SOL {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-SOL {
	background-image: url(../images/currency-SOL.fc52b14.svg)
}

.t-icon-TFL {
	background-image: url(../images/currency-TFL.f5c69aa.svg)
}

.t-icon-TFL,
.t-icon-TRX {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-TRX {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNFQjAwMjkiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjIuNTg1IDkuNzhMNy41IDdsNy45MzkgMjBMMjYuNSAxMy41MDd6bS0uMjQzIDEuMjI0TDI0LjY1IDEzLjJsLTYuMzEyIDEuMTQ0em0tNS4zNzQgMy4xMTFsLTYuNjUyLTUuNTIzIDEwLjg3MiAyLjAwMnptLS40NzQuOTc3bC0xLjA4NSA4Ljk3OEw5LjU2MSA5LjMzNXptMS4wMDQuNDc3bDYuOTg4LTEuMjY3LTguMDE2IDkuNzc4eiIvPjwvc3ZnPg==)
}

.t-icon-TON {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDhDIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMjE0IDYuNjA3aDUuNjA4Yy4yMTQgMCAuMzkyLjAzNi42MDcuMTQzLjI1LjEwNy4zOTMuMjg2LjQ2NC40MjggMCAwIDAgLjAzNi4wMzYuMDM2LjEwNy4xNzkuMTc4LjM5My4xNzguNjQzYTEuMSAxLjEgMCAwMS0uMTc4LjY0M2wtMy41MzYgNi4wNzFjLS4wNzEuMTQzLS4yMTQuMjE1LS4zOTMuMjE1YS41LjUgMCAwMS0uMzkzLS4yMTVMNi4xNDMgOC41Yy0uMDcxLS4xNDMtLjIxNC0uMzIyLS4yMTQtLjYwNy0uMDM2LS4yNS4wMzUtLjQ2NS4xNDMtLjY3OWEuODcuODcgMCAwMS41MzUtLjQ2NGMuMjE1LS4xNDMuNDY1LS4xNDMuNjA3LS4xNDNtMi4zNTguODU3SDcuMjE0Yy0uMTQyIDAtLjIxNCAwLS4yNS4wMzZhLjI4LjI4IDAgMDAtLjE0Mi4xNDNjLS4wMzYuMDM1LS4wMzYuMTA3LS4wMzYuMTc4IDAgLjAzNi4wMzYuMDcyLjEwNy4yMTVsMi42NzkgNC42NDJ6bS44NTcgMHY1LjI1bDIuNzE0LTQuNjc4Yy4wMzYtLjA3Mi4wMzYtLjE0My4wMzYtLjIxNSAwLS4wNzEgMC0uMTQzLS4wMzYtLjE3OHMtLjAzNi0uMDcyLS4wNzEtLjA3MmwtLjAzNi0uMDM1Yy0uMDcyLS4wMzYtLjE0My0uMDM2LS4yNS0uMDM2aC0yLjM1N3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-TON,
.t-icon-USD {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-USD {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjNjM1OEE3IiBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTUuNzU5IDkuOTM1QTggOCAwIDExLjIzMiA2LjA3IDggOCAwIDAxMTUuNzYgOS45MzUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuMTg4IDEwLjAycTAgLjUtLjI1Ljk0LS4yNC40NC0uNzIuNzQtLjQ3LjMtMS4xMi4zNnYuODFoLS42NXYtLjgxcS0uOTQtLjA5LTEuNTItLjU5dC0uNTgtMS4zMmgxLjIycS4wMy4zOS4yNS42NS4yMi4yNS42My4zMnYtMi4yYTkgOSAwIDAxLTEuMDktLjM0cS0uNDItLjE4LS43Mi0uNTYtLjI5LS4zOC0uMjktMS4wNCAwLS44My41OC0xLjM3LjU4LS41NSAxLjUyLS42NHYtLjgxaC42NXYuODFxLjg4LjA4IDEuNDEuNTYuNTQuNDcuNjEgMS4zaC0xLjIyYS45Ni45NiAwIDAwLS4yNC0uNTUgMS4wNSAxLjA1IDAgMDAtLjU2LS4zNFY4LjFxLjY3LjE2IDEuMDkuMzQuNDIuMTcuNzEuNTUuMjkuMzcuMjkgMS4wM20tMy42OC0zLjFxMCAuNDEuMjQuNjQuMjUuMjMuNy4zN1Y1LjkxcS0uNDMuMDUtLjY5LjMxLS4yNS4yNi0uMjUuN20xLjU5IDQuMnEuNDQtLjA3LjY5LS4zNS4yNS0uMjkuMjUtLjY5dC0uMjUtLjYycS0uMjQtLjIzLS42OS0uMzd6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.t-icon-USDT {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzUwQUY5NSIgZD0iTTIyLjYyNSAwSDUuMzc1TC4xMjUgMTAuNSAxNCAyNGwxMy44NzUtMTMuNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuNzUxIDExLjc5NnYtLjAwMmEyOSAyOSAwIDAxLTEuNzM1LjAzNmMtLjkwMyAwLTEuNTM2LS4wMjUtMS43Ni0uMDM2di4wMDJjLTMuNDczLS4xNTMtNi4wNjMtLjc1Ny02LjA2My0xLjQ4MSAwLS43MjMgMi41OTMtMS4zMjkgNi4wNjMtMS40ODJ2Mi4zNjJjLjIyNi4wMTYuODc4LjA1NSAxLjc3Ni4wNTUgMS4wNzkgMCAxLjYxOC0uMDQ2IDEuNzItLjA1NXYtMi4zNmMzLjQ2NS4xNTYgNi4wNDguNzYgNi4wNDggMS40ODJzLTIuNTg2IDEuMzI2LTYuMDQ5IDEuNDgxem0wLTMuMjA1VjYuNDc5aDQuODM1VjMuMjU4SDcuNDIzdjMuMjJoNC44MzV2Mi4xMTNjLTMuOTMuMTgtNi44ODMuOTU4LTYuODgzIDEuODkgMCAuOTMzIDIuOTU2IDEuNzEgNi44ODMgMS44OTN2Ni43NzFoMy40OTV2LTYuNzdjMy45MjMtLjE4MSA2Ljg3Mi0uOTU5IDYuODcyLTEuODkxIDAtLjkzLTIuOTQ5LTEuNzEtNi44NzItMS44OSIvPjwvc3ZnPg==)
}

.t-icon-USDT,
.t-icon-USDTE {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-USDTE {
	background-image: url(../images/currency-USDTE.ee67d04.svg)
}

.t-icon-USDTB {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzUwQUY5NSIgZD0iTTE2LjIzMiAzMmM4LjgzNyAwIDE2LTcuMTYzIDE2LTE2cy03LjE2My0xNi0xNi0xNi0xNiA3LjE2My0xNiAxNiA3LjE2NCAxNiAxNiAxNiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4yMDMgMTcuNDc1di0uMDAzYy0uMTEuMDA4LS42ODEuMDQxLTEuOTUyLjA0MWE0NCA0NCAwIDAxLTEuOTgtLjA0di4wMDJjLTMuOTA4LS4xNzItNi44MjMtLjg1Mi02LjgyMy0xLjY2NyAwLS44MTMgMi45MTctMS40OTUgNi44MjItMS42Njd2Mi42NTdjLjI1NS4wMTguOTg4LjA2MiAxLjk5OS4wNjIgMS4yMTQgMCAxLjgyMS0uMDUxIDEuOTM0LS4wNjJ2LTIuNjU0YzMuOS4xNzUgNi44MDcuODU0IDYuODA3IDEuNjY3cy0yLjkxIDEuNDkyLTYuODA3IDEuNjY2em0wLTMuNjA3di0yLjM3Nmg1LjQ0VjcuODY3SDguODM0djMuNjI1aDUuNDR2Mi4zNzZjLTQuNDIyLjIwNC03Ljc0NiAxLjA3OC03Ljc0NiAyLjEyOHMzLjMyNiAxLjkyNCA3Ljc0NiAyLjEzdjcuNjE5aDMuOTMzdi03LjYyYzQuNDE0LS4yMDMgNy43MzItMS4wNzcgNy43MzItMi4xMjcgMC0xLjA0Ny0zLjMxOC0xLjkyNC03LjczMi0yLjEyNyIvPjwvc3ZnPg==)
}

.t-icon-USDTB,
.t-icon-XMR {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-XMR {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjRkE2ODAwIiBkPSJNMTAgMEM0LjQ3OCAwIDAgNC40NzggMCAxMGExMCAxMCAwIDAwLjUxIDMuMTU4SDMuNVY0Ljc0NGw2LjUgNi41IDYuNS02LjV2OC40MTRoMi45OUExMCAxMCAwIDAwMjAgMTBjMC01LjUyMi00LjQ3OC0xMC0xMC0xMCIvPjxwYXRoIGZpbGw9IiM0QzRDNEMiIGQ9Ik04LjUwNSAxMi43NEw1LjY2NyA5LjkwMnY1LjI5NEgxLjQ1M0ExMCAxMCAwIDAwMTAgMjBhOS45OSA5Ljk5IDAgMDA4LjU0NC00LjgwNEgxNC4zM1Y5LjkwMmwtMi44MzYgMi44MzhMMTAgMTQuMjM0eiIvPjwvc3ZnPg==)
}

.t-icon-XRP {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwQTkzRUIiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjEuODcgMTguMzkzYy0uNzY2LS40NDItMS42My0uNTctMi40ODYtLjYwMS0uNzE0LS4wMjUtMS43OS0uNDg1LTEuNzktMS43OSAwLS45NzQuNzktMS43NTcgMS43OS0xLjc5Mi44NTYtLjAzIDEuNzItLjE1OSAyLjQ4Ni0uNjAxYTQuNTMyIDQuNTMyIDAgMTAtNi43OTctMy45MjRjMCAuODc4LjMxMiAxLjY4Ni43MTQgMi40MzUuMzM1LjYzLjUxIDEuOC0uNjQ0IDIuNDYzLS44NTYuNDk0LTEuOTIyLjE4Mi0yLjQ1NS0uNjcxLS40NS0uNzIxLS45OTQtMS4zOTYtMS43NTUtMS44MzZhNC41MzIgNC41MzIgMCAxMDAgNy44NWMuNzYtLjQzOSAxLjMwNC0xLjExNCAxLjc1NC0xLjgzNC4zNy0uNTkyIDEuMjkzLTEuMzQ1IDIuNDU2LS42NzMuODUzLjQ5MyAxLjEyMSAxLjU3NC42NDQgMi40NjQtLjM5OS43NS0uNzE0IDEuNTU2LS43MTQgMi40MzRhNC41MzMgNC41MzMgMCAwMDguNDU3IDIuMjY3IDQuNTMgNC41MyAwIDAwLTEuNjYtNi4xOSIvPjwvc3ZnPg==)
}

.t-icon-XRP,
.t-icon-ZEC {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-ZEC {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEwLjAwMSAyMGE5Ljk1IDkuOTUgMCAwMS03LjA3LTIuOTI4QTkuOTggOS45OCAwIDAxMCA5Ljk5OWMwLTEuMzUuMjY1LTIuNjYuNzg2LTMuODkyYTEwIDEwIDAgMDEyLjE0Mi0zLjE3OUE5Ljk4IDkuOTggMCAwMTkuOTk4IDBhOS45NiA5Ljk2IDAgMDE3LjA3NCAyLjkyNkE5Ljk4IDkuOTggMCAwMTIwIDkuOTk2YTkuOTUgOS45NSAwIDAxLTIuOTI4IDcuMDcgMTAgMTAgMCAwMS0zLjE3OSAyLjE0NCA5LjkgOS45IDAgMDEtMy44OTIuNzltMC0xNy43OGMtMi4wNzcgMC00LjAzMS44MS01LjUgMi4yNzhhNy43MyA3LjczIDAgMDAtMi4yNzggNS41QTcuNzQgNy43NCAwIDAwNC41IDE1LjVhNy43NCA3Ljc0IDAgMDA1LjUwMSAyLjI3N2MyLjA3OCAwIDQuMDMxLS44MSA1LjUwMS0yLjI3N2E3Ljc0IDcuNzQgMCAwMDIuMjc3LTUuNTAxYzAtMi4wNzgtLjgxLTQuMDMxLTIuMjc3LTUuNTAxYTcuNzQgNy43NCAwIDAwLTUuNS0yLjI3NyIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik05LjUxIDEyLjExNmgzLjQzNHYxLjg0M0gxMC44M2MuMDM1LjUyNy4wNTQgMS4wMTYuMDg4IDEuNTQxaC0xLjc4di0xLjUyM0g3LjAyNGMwLS42MDMtLjA3LTEuMjA0LjAzNS0xLjc2OC4wNTMtLjMuMzctLjU2NC41NjQtLjgyNmEyNjAgMjYwIDAgMDEyLjAyNS0yLjUyMWMuMjY1LS4zMi41MjgtLjYyMS44MjgtLjk3OEg3LjE4MlY2LjA0MmgxLjk1NFY0LjVoMS43MDl2MS41MDVoMi4xMzJjMCAuNjIuMDcgMS4yMjItLjAzNSAxLjc4Ny0uMDUzLjMwMi0uMzcuNTY1LS41ODEuODI3LS42Ny44NDctMS4zMzkgMS42NzQtMi4wMjYgMi41MjEtLjI2MS4zMzYtLjUyNC42MzYtLjgyNS45NzYiLz48L3N2Zz4=)
}

.t-icon-NGN {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiMwMDg2Y2QiIGQ9Ik0wIDI1NkMwIDExNC42MSAxMTQuNjEgMCAyNTYgMHMyNTYgMTE0LjYzIDI1NiAyNTYtMTE0LjYyIDI1Ni0yNTYgMjU2UzAgMzk3LjM5IDAgMjU2Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1Ny43IDI4OS43M3YtMjYuMTVoMjN2LTE3LjI1aC0yM3YtMjYuMTVoMjN2LTU4LjNoNDFsMzMuMTggNTguM2g0MS44NXYtNTguM2gzNi41OXY1OC4zaDIwLjk4djI2LjE1aC0yMC45MnYxNy4yNWgyMC45MnYyNi4xNWgtMjAuOTJ2NjAuMzloLTM5LjIybC0zNC43Ny02MC4zOWgtNDIuMDd2NjAuMzloLTM2LjU5di02MC4zOXptNTkuNjItNjkuNTVoMi4wOWwtMi4wOS0zLjY2em0wIDQzLjRoMjYuOTFsLTkuOTMtMTcuMjVoLTE3em02Mi40OSAwaDE3di0xNy4yNWgtMjYuNjh6bTE3IDI5Ljc5di0zLjY1aC0yLjA5eiIvPjwvc3ZnPg==)
}

.t-icon-INR,
.t-icon-NGN {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-INR {
	background-image: url(../images/currency-INR.4324d5d.svg)
}

.t-icon-HUF {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzQ3NzA1MCIgZD0iTTMwIDBoLTQwdjIwaDQweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMCAwaC00MHYxMy4zMzNoNDB6Ii8+PHBhdGggZmlsbD0iI0NFMjkzOSIgZD0iTTMwIDBoLTQwdjYuNjY3aDQweiIvPjwvZz48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI5LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4xIi8+PC9zdmc+)
}

.t-icon-CLP,
.t-icon-HUF {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-CLP {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcGF0aD0idXJsKCNiKSIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIgMGgxMnYxMkgxMnoiLz48cGF0aCBmaWxsPSIjMDAzOUE2IiBkPSJNMCAwaDEydjEySDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuODY2IDguOTg2TDYuMDA5IDcuNTk0IDQuMTU4IDlsLjY4OS0yLjI4N0wzIDUuMzAybDIuMjgzLS4wMjRMNS45OSAzbC43MjYgMi4yNzNMOSA1LjI3OCA3LjE2MiA2LjcwM3oiLz48cGF0aCBmaWxsPSIjRDUyQjFFIiBkPSJNMCAxMmgyNHYxMkgweiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNmZmYiIHJ4PSIxMiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJiIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNmZmYiIHJ4PSI0Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)
}

.t-icon-CHF {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjREEyOTFDIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMTI1IDMuNzVoMy43NXY0LjM3NWg0LjM3NXYzLjc1aC00LjM3NXY0LjM3NWgtMy43NXYtNC4zNzVIMy43NXYtMy43NWg0LjM3NXoiLz48L2c+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS41IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1vcGFjaXR5PSIuMSIvPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjZmZmIiByeD0iMTAiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-CHF,
.t-icon-KZT {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-KZT {
	background-image: url(../images/currency-KZT.36a50c9.svg)
}

.t-icon-AZN {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNDNEM0QzQiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwQjlFNCIgZD0iTTAgMGgyMHY2SDB6Ii8+PHBhdGggZmlsbD0iI0VEMjkzOSIgZD0iTTAgNmgyMHY4SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxM2MuOTggMCAxLjg0OS0uNDcgMi4zOTctMS4xOTVhMi41IDIuNSAwIDExMC0zLjYxQTMgMyAwIDEwOSAxM20zLjY1NC0zLjc3bC0uMzItLjg5Ny0uMzIyLjg5Ni0uODU4LS40MDguNDA5Ljg1OC0uODk2LjMyMS44OTYuMzItLjQwOS44Ni44NTgtLjQxLjMyMS44OTcuMzIxLS44OTYuODU4LjQwOC0uNDA4LS44NThMMTQgMTBsLS44OTYtLjMxNy40MDktLjg2MnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGZpbGw9IiMzRjlDMzUiIGQ9Ik0wIDE0aDIwdjZIMHoiLz48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI5LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4xIi8+PC9nPjwvc3ZnPg==)
}

.t-icon-AVAX,
.t-icon-AZN {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-AVAX {
	background-image: url(../images/currency-AVAX.7f55aa3.svg)
}

.t-icon-GBP {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjNjM1OEE3IiBkPSJNMTUuNzU4IDkuOTM1QTggOCAwIDExLjIzMyA2LjA3YTggOCAwIDAxMTUuNTI1IDMuODY2Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwLjE2IDEwLjN2LjkzSDUuNTNsLS4yLS42MnEuNDItLjQ1LjYyLS44OS4yLS40NS4yLTEuMTEgMC0uMi0uMDUtLjQySDVWNy40aC44NWEzLjkgMy45IDAgMDEtLjIxLTEuMjJxMC0uNjcuMjktMS4xNnQuOC0uNzVRNy4yNCA0IDcuOTEgNHExLjA3IDAgMS42Mi42dC41NyAxLjUzSDkuMDZxMC0uNTQtLjI4LS44NS0uMjgtLjMyLS44Ny0uMzItLjU0IDAtLjg3LjMxLS4zMi4zMS0uMzIuOTcgMCAuMjkuMDYuNTZ0LjE3LjZoMS45NHYuNzlINy4xOHEuMDUuMjMuMDUuNDMgMCAuOTctLjY3IDEuNjh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.t-icon-GBP,
.t-icon-SUI {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-SUI {
	background-image: url(../images/currency-SUI.58eaf66.svg)
}

.t-icon-CORE {
	background-image: url(../images/currency-CORE.0161ef0.svg)
}

.t-icon-CORE,
.t-icon-SHIB {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-SHIB {
	background-image: url(../images/currency-SHIB.1eb560a.svg)
}

.t-icon-UZS {
	background-image: url(../images/currency-UZS.5d16866.svg)
}

.t-icon-SEK,
.t-icon-UZS {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-SEK {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0tMiAwaDI2LjY2N3YyMEgtMnoiLz48ZyBjbGlwLXBhdGg9InVybCgjYykiPjxwYXRoIGZpbGw9IiMwMDZBQTciIGQ9Ik0tNi44NTcgMGgzMy40Mjl2MjAuNTcxSC02Ljg1N3oiLz48cGF0aCBmaWxsPSIjRkVDQzAwIiBkPSJNLTYuODU3IDguMjI5SDMuNTlWMGg0LjE4djguMjI5aDE4LjgwM3Y0LjExNEg3Ljc2OHY4LjIyOEgzLjU5di04LjIyOEgtNi44NTd6Ii8+PC9nPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IiNmZmYiIHJ4PSIxMCIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJiIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLTIgMGgyNi42Njd2MjBILTJ6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImMiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0tNi44NTcgMGgzMy4xNzF2MjAuNzMyaC0zMy4xN3oiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-XLM {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNC40NTYgNS44MDhsLTEuNS43NjUtNy4yNDggMy42OTFhNC4zMTggNC4zMTggMCAwMTYuMzg2LTQuMzI4bC44NTktLjQzNy4xMjgtLjA2NmE1LjI3NSA1LjI3NSAwIDAwLTguMzU3IDQuNjcuOTYuOTYgMCAwMS0uNTIxLjkyOGwtLjQ1My4yMzF2MS4wNzdsMS4zMzMtLjY4LjQzMi0uMjIuNDI2LS4yMTcgNy42NDEtMy44OTQuODU5LS40MzcgMS43NzUtLjkwNFY0Ljkxem0xLjc2IDEuMjU3bC05Ljg0IDUuMDEtLjg1OS40MzgtMS43NjcuOTAydjEuMDc2bDEuNzU1LS44OTMgMS41LS43NjUgNy4yNTctMy42OThhNC4zMTggNC4zMTggMCAwMS02LjM5MyA0LjMzMWwtLjA1My4wMjktLjkzMS40NzVhNS4yNzQgNS4yNzQgMCAwMDguMzU3LTQuNjcyLjk2Ljk2IDAgMDEuNTItLjkyN2wuNDU0LS4yMzF6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.t-icon-LINK,
.t-icon-XLM {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-LINK {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMzY1OUQyIiBkPSJNMTAgMjBjNS41MjMgMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjE3OSAzTDQgNi41NzF2Ny4xNDNsNi4xNzkgMy41NzIgNi4xNi0zLjU3Mi0yLjE4NC0xLjI3My0zLjk3NiAyLjI5Ny0zLjk5NC0yLjI5N1Y3Ljg0NWwzLjk5NC0yLjI5NyAzLjk3NiAyLjI5N3Y0LjU5NmwyLjE4NCAxLjI3M1Y2LjU3MXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

.t-icon-RSD {
	background-image: url(../images/currency-RSD.f87edd6.svg)
}

.t-icon-DAI,
.t-icon-RSD {
	width: 20px;
	height: 20px;
	padding: 9px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-DAI {
	background-image: url(../images/currency-DAI.780a5ae.svg)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #fff
}

.h1,
h1 {
	font: 800 32px/38px Geologica, sans-serif
}

@media screen and (max-width:767px) {

	.h1,
	h1 {
		font: 700 24px/32px Geologica, sans-serif
	}
}

.h2,
h2 {
	font: 700 24px/32px Geologica, sans-serif
}

.h3,
h3 {
	font: 700 20px/28px Geologica, sans-serif
}

.t-icon {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: .2s
}

.t-icon+b {
	margin-left: 5px
}

.t-icon:after,
.t-icon:before {
	position: absolute;
	inset: 50% 0 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	transition: .2s;
	transform: translateY(-50%)
}

.t-icon:after {
	opacity: 0
}

.t-icon-flag {
	background-image: url(../images/flag-globe.90fb81f.svg);
	background-size: cover
}

.t-icon-flag:after,
.t-icon-flag:before {
	display: none
}

.t-icon-flag_at {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTcuOTk5IDE2YTggOCAwIDAwNy41MDItNS4yMTdILjQ5NkE4IDggMCAwMDggMTZNNy45OTkgMEE4IDggMCAwMC40OTYgNS4yMTdoMTUuMDA1QTggOCAwIDAwNy45OTkgMCIvPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_br {
	background: url(../images/flag-br.d498d21.svg) no-repeat 50%
}

.t-icon-flag_cs,
.t-icon-flag_cz {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2OUgweiIvPjxwYXRoIGZpbGw9IiNENzE0MUEiIGQ9Ik0wIDloMjR2OUgweiIvPjxwYXRoIGZpbGw9IiMxMTQ1N0UiIGQ9Ik0xNCA5TDAgMHYxOHoiLz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_au {
	background: url(../images/flag-au.fe64c05.svg) no-repeat 50%
}

.t-icon-flag_de {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTAgMGgyNHY2SDB6Ii8+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTAgNmgyNHY2SDB6Ii8+PHBhdGggZmlsbD0iI0ZGRDkxNCIgZD0iTTAgMTJoMjR2NkgweiIvPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_dk {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTYuMjYgNi45NTdoOS42NzJBOCA4IDAgMDA2LjI2MS4xOXptLTIuMDg2LS4wMDFWLjk3M0E4IDggMCAwMC4wNjcgNi45NTZ6bTAgMi4wODdILjA2N2E4IDggMCAwMDQuMTA3IDUuOTg0em0yLjA4NiAwdjYuNzY3YTggOCAwIDAwOS42NzEtNi43NjZ6Ii8+PC9zdmc+) no-repeat 50%
}

.t-icon-flag_el {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik0wIDBoNHY0SDB6bTAgNmg0djRIMHptMjQgNkgwdjJoMjR6TTEwIDhoMTR2Mkg2VjZoNHptMC00SDZWMGgxOHYySDEwem0wIDB2MmgxNFY0em0xNCAxMkgwdjJoMjR6Ii8+PC9zdmc+) no-repeat 50%
}

.t-icon-flag_en {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDEyMTY5IiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIuODEzIDBsOS4xNSA2Ljc4OEwyMS4wNzUgMEgyNHYyLjMyNWwtOSA2LjcxMiA5IDYuNjc2VjE4aC0zbC05LTYuNzEyTDMuMDM4IDE4SDB2LTIuMjVsOC45NjMtNi42NzVMMCAyLjRWMHoiLz48cGF0aCBmaWxsPSIjQzgxMDJFIiBkPSJNMTUuOSAxMC41MzhMMjQgMTYuNVYxOGwtMTAuMTYyLTcuNDYyem0tNi45Ljc1bC4yMjUgMS4zMTItNy4yIDUuNEgwek0yNCAwdi4xMTNsLTkuMzM3IDcuMDUuMDc1LTEuNjVMMjIuMTI1IDB6TTAgMGw4Ljk2MyA2LjZoLTIuMjVMMCAxLjU3NXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOS4wMzggMHYxOGg2VjB6TTAgNnY2aDI0VjZ6Ii8+PHBhdGggZmlsbD0iI0M4MTAyRSIgZD0iTTAgNy4yMzh2My42aDI0di0zLjZ6TTEwLjIzOCAwdjE4aDMuNlYweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_es {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNSIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIC41aDMyLjAwMnYyNEgweiIvPjwvbWFzaz48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIC41aDI0djEySDEyeiIvPjxwYXRoIGZpbGw9IiMwMDM5QTYiIGQ9Ik0wIC41aDEydjEySDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuODY2IDkuNDg2TDYuMDA5IDguMDk0IDQuMTU4IDkuNWwuNjg5LTIuMjg3TDMgNS44MDJsMi4yODMtLjAyNEw1Ljk5IDMuNWwuNzI2IDIuMjczTDkgNS43NzggNy4xNjIgNy4yMDN6Ii8+PHBhdGggZmlsbD0iI0Q1MkIxRSIgZD0iTTAgMTIuNWgzNnYxMkgweiIvPjwvZz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_fi {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTEwIDB2MThINlYweiIvPjxwYXRoIGZpbGw9IiMwMDUyQjQiIGQ9Ik0yNCAxMUgwVjdoMjR6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_fn {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0YwRjBGMCIgZD0iTTEwIDIwYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBTMTUuNTIzIDAgMTAgMCAwIDQuNDc3IDAgMTBzNC40NzcgMTAgMTAgMTAiLz48cGF0aCBmaWxsPSIjMDA1MkI0IiBkPSJNMTkuOTE1IDguNjk2SDcuODI2Vi4yMzhhMTAgMTAgMCAwMC0yLjYwOS45Nzh2Ny40OEguMDg1YTEwIDEwIDAgMDAwIDIuNjA4aDUuMTMydjcuNDhhMTAgMTAgMCAwMDIuNjEuOTc4di04LjQ1N2gxMi4wODhhMTAgMTAgMCAwMDAtMi42MSIvPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_fr {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNDEuMzQiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+PGRlZnM+PGcgaWQ9ImQiPjxnIGlkPSJiIj48cGF0aCBpZD0iYSIgZD0iTTAtMWwtLjMgMSAuNS4xeiIvPjx1c2UgaHJlZj0iI2EiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkiLz48L2c+PGcgaWQ9ImMiPjx1c2UgaHJlZj0iI2IiIHRyYW5zZm9ybT0icm90YXRlKDcyKSIvPjx1c2UgaHJlZj0iI2IiIHRyYW5zZm9ybT0icm90YXRlKDE0NCkiLz48L2c+PHVzZSBocmVmPSIjYyIgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSIvPjwvZz48L2RlZnM+PHBhdGggZmlsbD0iIzAzOSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+PGcgZmlsbD0iI2ZjMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIwIDI0Mi4zKSBzY2FsZSgyMy43MDM3KSI+PHVzZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB5PSItNiIgaHJlZj0iI2QiLz48dXNlIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHk9IjYiIGhyZWY9IiNkIi8+PGcgaWQ9ImUiPjx1c2Ugd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgeD0iLTYiIGhyZWY9IiNkIi8+PHVzZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBocmVmPSIjZCIgdHJhbnNmb3JtPSJyb3RhdGUoLTE0NCAtMi4zIC0yLjEpIi8+PHVzZSB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBocmVmPSIjZCIgdHJhbnNmb3JtPSJyb3RhdGUoMTQ0IC0yLjEgLTIuMykiLz48dXNlIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGhyZWY9IiNkIiB0cmFuc2Zvcm09InJvdGF0ZSg3MiAtNC43IC0yKSIvPjx1c2Ugd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgaHJlZj0iI2QiIHRyYW5zZm9ybT0icm90YXRlKDcyIC01IC41KSIvPjwvZz48dXNlIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGhyZWY9IiNlIiB0cmFuc2Zvcm09InNjYWxlKC0xIDEpIi8+PC9nPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_ja {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiNEMzAwMDAiIGQ9Ik0xMiAxNWE2IDYgMCAxMDAtMTIgNiA2IDAgMDAwIDEyIi8+PC9zdmc+) no-repeat 50%
}

.t-icon-flag_it {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiMwMDkyNDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGg4djE4SDB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjQ0UyQjM3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAwaDh2MThoLTh6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_no {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjRDgwMDI3IiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTkgMHYxOEg3VjB6Ii8+PHBhdGggZmlsbD0iIzAwNTJCNCIgZD0iTTI0IDEwSDBWOGgyNHoiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDBINnY3SDB2MWg3em0zIDBIOXY4aDE1VjdIMTB6TTcgMTF2N0g2di03SDB2LTFoN3ptMyA3di03aDE0di0xSDl2OHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_pl {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjxwYXRoIGZpbGw9IiNEODAwMjciIGQ9Ik0wIDloMjR2OUgweiIvPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_pt {
	background: url(../images/flag-pt.d498d21.svg) no-repeat 50%
}

.t-icon-flag_ru {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iIzAwMzlBNiIgZD0iTTI0IDEySDBWNmgyNHoiLz48cGF0aCBmaWxsPSIjRDUyQjFFIiBkPSJNMjQgMThIMHYtNmgyNHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djE4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+) no-repeat 50%
}

.t-icon-flag_us {
	background: url(../images/flag-us.78d943e.svg) no-repeat 50%
}

.t-icon-flag_ca {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iI0Q4MDAyNyIgZD0iTTI0IDB2MThoLTVWMHpNNSAwdjE4SDBWMHptMi41MiA5LjM5N0w3IDkuNTc0bDIuNDAzIDIuMTI1Yy4xODMuNTQ0LS4wNjMuNzAzLS4yMi45OWwyLjYwNC0uMzMyTDExLjcyNSAxNWwuNTQzLS4wMTUtLjEyMS0yLjYyNCAyLjYxMi4zMTRjLS4xNjItLjM0NC0uMzA1LS41MjUtLjE1OC0xLjA3MkwxNyA5LjU5bC0uNDE4LS4xNTZjLS4zNDUtLjI2Ni4xNDYtMS4yODIuMjItMS45MjUgMCAwLTEuMzk4LjQ4NC0xLjQ5LjIyOWwtLjM1OS0uNjkxLTEuMjczIDEuNDEyYy0uMTQuMDMzLS4xOTgtLjAyMy0uMjMxLS4xNGwuNTg3LTIuOTUtLjkzMi41MjhjLS4wNzcuMDM3LS4xNTQuMDA4LS4yMDUtLjA4NUwxMiA0bC0uOTI0IDEuODgxYy0uMDcuMDY3LS4xNC4wNzQtLjE5OS4wM2wtLjg4Ny0uNTAzLjUzNSAyLjkyNGMtLjA0NC4xMTgtLjE0Ni4xNDgtLjI2NC4wODVMOS4wNCA3LjAyNGMtLjE1OC4yNTgtLjI2NS42NzYtLjQ3Ny43NzItLjIxLjA4OS0uOTE3LS4xNzctMS4zOS0uMjguMTYuNTg3LjY2NyAxLjU2My4zNDggMS44ODR6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat 50%
}

.t-icon-flag_nl {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMjE0NjhCIiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYxMkgweiIvPjxwYXRoIGZpbGw9IiNBRTFDMjgiIGQ9Ik0wIDBoMjR2NkgweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_se {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDY2QUE3IiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iI0ZFQ0MwMCIgZD0iTTAgNy4yaDI0djMuNkgweiIvPjxwYXRoIGZpbGw9IiNGRUNDMDAiIGQ9Ik02LjYgMGgzLjZ2MThINi42eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_sz {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXBhdGg9InVybCgjYSkiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0icmVkIiBkPSJNMCAwaDI0djE4SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMzc1IDcuMzEzaDExLjI1djMuMzc1SDYuMzc1eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC4zMTMgMy4zNzVoMy4zNzR2MTEuMjVoLTMuMzc0eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MThIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=) no-repeat 50%
}

.t-icon-flag_be {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXBhdGg9InVybCgjYSkiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0iIzAwMDAwMSIgZD0iTTAgMGg3Ljk5OXYxOEgweiIvPjxwYXRoIGZpbGw9IiNGRkQ5MEMiIGQ9Ik03Ljk5OSAwaDguMDAzdjE4SDcuOTk5eiIvPjxwYXRoIGZpbGw9IiNGMzE4MzAiIGQ9Ik0xNi4wMDEgMEgyNHYxOGgtOHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDI0djE4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+) no-repeat 50%
}

.t-icon-flag:hover {
	opacity: .8
}

.t-flag {
	display: inline-block;
	width: 52px;
	height: 39px;
	background: url(../images/countryFlags.50ed2e9.png)
}

.t-flag-ad,
.t-flag-and,
.t-flag-andorra {
	background-position: 0 -42px
}

.t-flag-ae,
.t-flag-are {
	background-position: 0 -82px
}

.t-flag-af,
.t-flag-afg {
	background-position: 0 -123px
}

.t-flag-ag,
.t-flag-atg {
	background-position: 0 -164px
}

.t-flag-ai,
.t-flag-aia {
	background-position: 0 -205px
}

.t-flag-al,
.t-flag-alb {
	background-position: 0 -246px
}

.t-flag-am,
.t-flag-arm {
	background-position: 0 -287px
}

.t-flag-an,
.t-flag-ant {
	background-position: 0 -328px
}

.t-flag-ago,
.t-flag-ao {
	background-position: 0 -369px
}

.t-flag-aq,
.t-flag-ata {
	background-position: 0 -410px
}

.t-flag-ar,
.t-flag-arg {
	background-position: 0 -451px
}

.t-flag-as,
.t-flag-asm {
	background-position: 0 -492px
}

.t-flag-at,
.t-flag-aut {
	background-position: 0 -533px
}

.t-flag-au,
.t-flag-aus {
	background-position: 0 -574px
}

.t-flag-abw,
.t-flag-aw {
	background-position: 0 -615px
}

.t-flag-ala,
.t-flag-ax {
	background-position: 0 -657px
}

.t-flag-az,
.t-flag-aze {
	background-position: 0 -698px
}

.t-flag-ba,
.t-flag-bih {
	background-position: 0 -738px
}

.t-flag-bb,
.t-flag-brb {
	background-position: 0 -779px
}

.t-flag-bd,
.t-flag-bgd {
	background-position: 0 -820px
}

.t-flag-be,
.t-flag-bel {
	background-position: 0 -861px
}

.t-flag-bf,
.t-flag-bfa {
	background-position: 0 -902px
}

.t-flag-bg,
.t-flag-bgr {
	background-position: 0 -943px
}

.t-flag-bh,
.t-flag-bhr {
	background-position: 0 -984px
}

.t-flag-bdi,
.t-flag-bi {
	background-position: 0 -1025px
}

.t-flag-ben,
.t-flag-bj {
	background-position: 0 -1067px
}

.t-flag-bl,
.t-flag-blm {
	background-position: 0 -1107px
}

.t-flag-bm,
.t-flag-bmu {
	background-position: 0 -1148px
}

.t-flag-bn,
.t-flag-brn {
	background-position: 0 -1189px
}

.t-flag-bo,
.t-flag-bol {
	background-position: 0 -1230px
}

.t-flag-bes,
.t-flag-bq {
	background-position: 0 -1272px
}

.t-flag-br,
.t-flag-bra {
	background-position: 0 -1312px
}

.t-flag-bhs,
.t-flag-bs {
	background-position: 0 -1353px
}

.t-flag-bt,
.t-flag-btn {
	background-position: 0 -1394px
}

.t-flag-bv,
.t-flag-bvt {
	background-position: 0 -1435px
}

.t-flag-bw,
.t-flag-bwa {
	background-position: 0 -1477px
}

.t-flag-blr,
.t-flag-by {
	background-position: 0 -1517px
}

.t-flag-blz,
.t-flag-bz {
	background-position: 0 -1558px
}

.t-flag-ca,
.t-flag-can {
	background-position: 0 -1599px
}

.t-flag-cc,
.t-flag-cck {
	background-position: 0 -1640px
}

.t-flag-cd,
.t-flag-cod {
	background-position: 0 -1681px
}

.t-flag-caf,
.t-flag-cf {
	background-position: 0 -1722px
}

.t-flag-cg,
.t-flag-cog {
	background-position: 0 -1763px
}

.t-flag-ch,
.t-flag-che {
	background-position: 0 -1804px
}

.t-flag-ci,
.t-flag-civ {
	background-position: 0 -1845px
}

.t-flag-ck,
.t-flag-cok {
	background-position: 0 -1886px
}

.t-flag-chl,
.t-flag-cl {
	background-position: 0 -1927px
}

.t-flag-cm,
.t-flag-cmr {
	background-position: 0 -1968px
}

.t-flag-chn,
.t-flag-cn {
	background-position: 0 -2009px
}

.t-flag-co,
.t-flag-col {
	background-position: 0 -2050px
}

.t-flag-cr,
.t-flag-cri {
	background-position: 0 -2091px
}

.t-flag-cu,
.t-flag-cub {
	background-position: 0 -2132px
}

.t-flag-cpv,
.t-flag-cv {
	background-position: 0 -2173px
}

.t-flag-cuw,
.t-flag-cw {
	background-position: 0 -2214px
}

.t-flag-cx,
.t-flag-cxr {
	background-position: 0 -2255px
}

.t-flag-cy,
.t-flag-cyp {
	background-position: 0 -2296px
}

.t-flag-cz,
.t-flag-cze {
	background-position: 0 -2337px
}

.t-flag-de,
.t-flag-deu {
	background-position: 0 -2377px
}

.t-flag-dj,
.t-flag-dji {
	background-position: 0 -2419px
}

.t-flag-dk,
.t-flag-dnk {
	background-position: 0 -2460px
}

.t-flag-dm,
.t-flag-dma {
	background-position: 0 -2501px
}

.t-flag-do,
.t-flag-dom {
	background-position: 0 -2542px
}

.t-flag-dz,
.t-flag-dza {
	background-position: 0 -2583px
}

.t-flag-ec,
.t-flag-ecu {
	background-position: 0 -2624px
}

.t-flag-ee,
.t-flag-est {
	background-position: 0 -2665px
}

.t-flag-eg,
.t-flag-egy {
	background-position: 0 -2706px
}

.t-flag-eh,
.t-flag-esh {
	background-position: 0 -2747px
}

.t-flag-er,
.t-flag-eri {
	background-position: 0 -2787px
}

.t-flag-es-ca {
	background-position: 0 -2829px
}

.t-flag-es,
.t-flag-esp {
	background-position: 0 -2870px
}

.t-flag-et,
.t-flag-eth {
	background-position: 0 -2911px
}

.t-flag-eu {
	background-position: 0 -2953px
}

.t-flag-fi,
.t-flag-fin {
	background-position: 0 -2993px
}

.t-flag-fj,
.t-flag-fji {
	background-position: 0 -3034px
}

.t-flag-fk,
.t-flag-flk {
	background-position: 0 -3075px
}

.t-flag-fm,
.t-flag-fsm {
	background-position: 0 -3116px
}

.t-flag-fo,
.t-flag-fro {
	background-position: 0 -3157px
}

.t-flag-fr,
.t-flag-fra {
	background-position: 0 -3198px
}

.t-flag-ga,
.t-flag-gab {
	background-position: 0 -3239px
}

.t-flag-gb-eng {
	background-position: 0 -3280px
}

.t-flag-gb-nir {
	background-position: 0 -3321px
}

.t-flag-gb-sct {
	background-position: 0 -3362px
}

.t-flag-gb-wls {
	background-position: 0 -3403px
}

.t-flag-gb,
.t-flag-gbr {
	background-position: 0 -3444px
}

.t-flag-gd,
.t-flag-grd {
	background-position: 0 -3485px
}

.t-flag-ge,
.t-flag-geo {
	background-position: 0 -3526px
}

.t-flag-gf,
.t-flag-guf {
	background-position: 0 -3567px
}

.t-flag-gg,
.t-flag-ggy {
	background-position: 0 -3608px
}

.t-flag-gh,
.t-flag-gha {
	background-position: 0 -3649px
}

.t-flag-gi,
.t-flag-gib {
	background-position: 0 -3690px
}

.t-flag-gl,
.t-flag-grl {
	background-position: 0 -3731px
}

.t-flag-gm,
.t-flag-gmb {
	background-position: 0 -3771px
}

.t-flag-gin,
.t-flag-gn {
	background-position: 0 -3813px
}

.t-flag-glp,
.t-flag-gp {
	background-position: 0 -3854px
}

.t-flag-gnq,
.t-flag-gq {
	background-position: 0 -3895px
}

.t-flag-gr,
.t-flag-grc {
	background-position: 0 -3936px
}

.t-flag-gs,
.t-flag-sgs {
	background-position: 0 -3977px
}

.t-flag-gt,
.t-flag-gtm {
	background-position: 0 -4018px
}

.t-flag-gu,
.t-flag-gum {
	background-position: 0 -4059px
}

.t-flag-gnb,
.t-flag-gw {
	background-position: 0 -4100px
}

.t-flag-guy,
.t-flag-gy {
	background-position: 0 -4141px
}

.t-flag-hk,
.t-flag-hkg {
	background-position: 0 -4182px
}

.t-flag-hm,
.t-flag-hmd {
	background-position: 0 -4223px
}

.t-flag-hn,
.t-flag-hnd {
	background-position: 0 -4264px
}

.t-flag-hr,
.t-flag-hrv {
	background-position: 0 -4305px
}

.t-flag-ht,
.t-flag-hti {
	background-position: 0 -4347px
}

.t-flag-hu,
.t-flag-hun {
	background-position: 0 -4387px
}

.t-flag-id,
.t-flag-idn {
	background-position: 0 -4428px
}

.t-flag-ie,
.t-flag-irl {
	background-position: 0 -4468px
}

.t-flag-il,
.t-flag-isr {
	background-position: 0 -4510px
}

.t-flag-im,
.t-flag-imn {
	background-position: 0 -4551px
}

.t-flag-in,
.t-flag-ind {
	background-position: 0 -4593px
}

.t-flag-io,
.t-flag-iot {
	background-position: 0 -4633px
}

.t-flag-iq,
.t-flag-irq {
	background-position: 0 -4674px
}

.t-flag-ir,
.t-flag-irn {
	background-position: 0 -4715px
}

.t-flag-is,
.t-flag-isl {
	background-position: 0 -4756px
}

.t-flag-it,
.t-flag-ita {
	background-position: 0 -4797px
}

.t-flag-je,
.t-flag-jey {
	background-position: 0 -4838px
}

.t-flag-jam,
.t-flag-jm {
	background-position: 0 -4879px
}

.t-flag-jo,
.t-flag-jor {
	background-position: 0 -4920px
}

.t-flag-jp,
.t-flag-jpn {
	background-position: 0 -4961px
}

.t-flag-ke,
.t-flag-ken {
	background-position: 0 -5002px
}

.t-flag-kg,
.t-flag-kgz {
	background-position: 0 -5043px
}

.t-flag-kh,
.t-flag-khm {
	background-position: 0 -5084px
}

.t-flag-ki,
.t-flag-kir {
	background-position: 0 -5125px
}

.t-flag-com,
.t-flag-km {
	background-position: 0 -5166px
}

.t-flag-kn,
.t-flag-kna {
	background-position: 0 -5207px
}

.t-flag-kp,
.t-flag-prk {
	background-position: 0 -5248px
}

.t-flag-kor,
.t-flag-kr {
	background-position: 0 -5289px
}

.t-flag-kw,
.t-flag-kwt {
	background-position: 0 -5330px
}

.t-flag-cym,
.t-flag-ky {
	background-position: 0 -5371px
}

.t-flag-kaz,
.t-flag-kz {
	background-position: 0 -5412px
}

.t-flag-la,
.t-flag-lao {
	background-position: 0 -5453px
}

.t-flag-lb,
.t-flag-lbn {
	background-position: 0 -5494px
}

.t-flag-lc,
.t-flag-lca {
	background-position: 0 -5535px
}

.t-flag-li,
.t-flag-lie {
	background-position: 0 -5576px
}

.t-flag-lk,
.t-flag-lka {
	background-position: 0 -5617px
}

.t-flag-lbr,
.t-flag-lr {
	background-position: 0 -5658px
}

.t-flag-ls,
.t-flag-lso {
	background-position: 0 -5698px
}

.t-flag-lt,
.t-flag-ltu {
	background-position: 0 -5740px
}

.t-flag-lu,
.t-flag-lux {
	background-position: 0 -5781px
}

.t-flag-lv,
.t-flag-lva {
	background-position: 0 -5822px
}

.t-flag-lby,
.t-flag-ly {
	background-position: 0 -5862px
}

.t-flag-ma,
.t-flag-mar {
	background-position: 0 -5904px
}

.t-flag-mc,
.t-flag-mco {
	background-position: 0 -5945px
}

.t-flag-md,
.t-flag-mda {
	background-position: 0 -5986px
}

.t-flag-me,
.t-flag-mne {
	background-position: 0 -6028px
}

.t-flag-maf,
.t-flag-mf {
	background-position: 0 -6068px
}

.t-flag-mdg,
.t-flag-mg {
	background-position: 0 -6109px
}

.t-flag-mh,
.t-flag-mhl {
	background-position: 0 -6150px
}

.t-flag-mk,
.t-flag-mkd {
	background-position: 0 -6191px
}

.t-flag-ml,
.t-flag-mli {
	background-position: 0 -6233px
}

.t-flag-mm,
.t-flag-mmr {
	background-position: 0 -6273px
}

.t-flag-mn,
.t-flag-mng {
	background-position: 0 -6314px
}

.t-flag-mac,
.t-flag-mo {
	background-position: 0 -6355px
}

.t-flag-mnp,
.t-flag-mp {
	background-position: 0 -6397px
}

.t-flag-mq,
.t-flag-mtq {
	background-position: 0 -6437px
}

.t-flag-mr,
.t-flag-mrt {
	background-position: 0 -6478px
}

.t-flag-ms,
.t-flag-msr {
	background-position: 0 -6519px
}

.t-flag-mlt,
.t-flag-mt {
	background-position: 0 -6560px
}

.t-flag-mu,
.t-flag-mus {
	background-position: 0 -6601px
}

.t-flag-mdv,
.t-flag-mv {
	background-position: 0 -6642px
}

.t-flag-mw,
.t-flag-mwi {
	background-position: 0 -6682px
}

.t-flag-mex,
.t-flag-mx {
	background-position: 0 -6724px
}

.t-flag-my,
.t-flag-mys {
	background-position: 0 -6765px
}

.t-flag-moz,
.t-flag-mz {
	background-position: 0 -6806px
}

.t-flag-na,
.t-flag-nam {
	background-position: 0 -6847px
}

.t-flag-nc,
.t-flag-ncl {
	background-position: 0 -6888px
}

.t-flag-ne,
.t-flag-ner {
	background-position: 0 -6929px
}

.t-flag-nf,
.t-flag-nfk {
	background-position: 0 -6970px
}

.t-flag-ng,
.t-flag-nga {
	background-position: 0 -7011px
}

.t-flag-ni,
.t-flag-nic {
	background-position: 0 -7052px
}

.t-flag-nl,
.t-flag-nld {
	background-position: 0 -7093px
}

.t-flag-no,
.t-flag-nor {
	background-position: 0 -7134px
}

.t-flag-np,
.t-flag-npl {
	background-position: 0 -7175px
}

.t-flag-nr,
.t-flag-nru {
	background-position: 0 -7217px
}

.t-flag-niu,
.t-flag-nu {
	background-position: 0 -7257px
}

.t-flag-nz,
.t-flag-nzl {
	background-position: 0 -7298px
}

.t-flag-om,
.t-flag-omn {
	background-position: 0 -7339px
}

.t-flag-pa,
.t-flag-pan {
	background-position: 0 -7380px
}

.t-flag-pe,
.t-flag-per {
	background-position: 0 -7421px
}

.t-flag-pf,
.t-flag-pyf {
	background-position: 0 -7463px
}

.t-flag-pg,
.t-flag-png {
	background-position: 0 -7503px
}

.t-flag-ph,
.t-flag-phl {
	background-position: 0 -7544px
}

.t-flag-pak,
.t-flag-pk {
	background-position: 0 -7585px
}

.t-flag-pl,
.t-flag-pol {
	background-position: 0 -7626px
}

.t-flag-pm,
.t-flag-spm {
	background-position: 0 -7667px
}

.t-flag-pcn,
.t-flag-pn {
	background-position: 0 -7708px
}

.t-flag-pr,
.t-flag-pri {
	background-position: 0 -7749px
}

.t-flag-ps,
.t-flag-pse {
	background-position: 0 -7790px
}

.t-flag-prt,
.t-flag-pt {
	background-position: 0 -7831px
}

.t-flag-plw,
.t-flag-pw {
	background-position: 0 -7873px
}

.t-flag-pry,
.t-flag-py {
	background-position: 0 -7913px
}

.t-flag-qa,
.t-flag-qat {
	background-position: 0 -7954px
}

.t-flag-re,
.t-flag-reu {
	background-position: 0 -7995px
}

.t-flag-ro,
.t-flag-rou {
	background-position: 0 -8036px
}

.t-flag-rs,
.t-flag-srb {
	background-position: 0 -8077px
}

.t-flag-ru,
.t-flag-rus {
	background-position: 0 -8117px
}

.t-flag-rw,
.t-flag-rwa {
	background-position: 0 -8159px
}

.t-flag-sa,
.t-flag-sau {
	background-position: 0 -8200px
}

.t-flag-sb,
.t-flag-slb {
	background-position: 0 -8241px
}

.t-flag-sc,
.t-flag-syc {
	background-position: 0 -8282px
}

.t-flag-sd,
.t-flag-sdn {
	background-position: 0 -8323px
}

.t-flag-se,
.t-flag-swe {
	background-position: 0 -8364px
}

.t-flag-sg,
.t-flag-sgp {
	background-position: 0 -8405px
}

.t-flag-sh,
.t-flag-shn {
	background-position: 0 -8446px
}

.t-flag-si,
.t-flag-svn {
	background-position: 0 -8487px
}

.t-flag-sj,
.t-flag-sjm {
	background-position: 0 -8528px
}

.t-flag-sk,
.t-flag-svk {
	background-position: 0 -8569px
}

.t-flag-sl,
.t-flag-sle {
	background-position: 0 -8610px
}

.t-flag-sm,
.t-flag-smr {
	background-position: 0 -8651px
}

.t-flag-sen,
.t-flag-sn {
	background-position: 0 -8693px
}

.t-flag-so,
.t-flag-som {
	background-position: 0 -8733px
}

.t-flag-sr,
.t-flag-sur {
	background-position: 0 -8774px
}

.t-flag-ss,
.t-flag-ssd {
	background-position: 0 -8815px
}

.t-flag-st,
.t-flag-stp {
	background-position: 0 -8856px
}

.t-flag-slv,
.t-flag-sv {
	background-position: 0 -8897px
}

.t-flag-sx,
.t-flag-sxm {
	background-position: 0 -8938px
}

.t-flag-sy,
.t-flag-syr {
	background-position: 0 -8979px
}

.t-flag-swz,
.t-flag-sz {
	background-position: 0 -9020px
}

.t-flag-tc,
.t-flag-tca {
	background-position: 0 -9061px
}

.t-flag-tcd,
.t-flag-td {
	background-position: 0 -9102px
}

.t-flag-atf,
.t-flag-tf {
	background-position: 0 -9142px
}

.t-flag-tg,
.t-flag-tgo {
	background-position: 0 -9184px
}

.t-flag-th,
.t-flag-tha {
	background-position: 0 -9225px
}

.t-flag-tj,
.t-flag-tjk {
	background-position: 0 -9266px
}

.t-flag-tk,
.t-flag-tkl {
	background-position: 0 -9307px
}

.t-flag-tl,
.t-flag-tls {
	background-position: 0 -9348px
}

.t-flag-tkm,
.t-flag-tm {
	background-position: 0 -9389px
}

.t-flag-tn,
.t-flag-tun {
	background-position: 0 -9430px
}

.t-flag-to,
.t-flag-ton {
	background-position: 0 -9472px
}

.t-flag-tr,
.t-flag-tur {
	background-position: 0 -9512px
}

.t-flag-tt,
.t-flag-tto {
	background-position: 0 -9552px
}

.t-flag-tuv,
.t-flag-tv {
	background-position: 0 -9594px
}

.t-flag-tw,
.t-flag-twn {
	background-position: 0 -9635px
}

.t-flag-tz,
.t-flag-tza {
	background-position: 0 -9676px
}

.t-flag-ua,
.t-flag-ukr {
	background-position: 0 -9717px
}

.t-flag-ug,
.t-flag-uga {
	background-position: 0 -9757px
}

.t-flag-um,
.t-flag-umi {
	background-position: 0 -9799px
}

.t-flag-un {
	background-position: 0 -9840px
}

.t-flag-us,
.t-flag-usa {
	background-position: 0 -9881px
}

.t-flag-ury,
.t-flag-uy {
	background-position: 0 -9922px
}

.t-flag-uz,
.t-flag-uzb {
	background-position: 0 -9963px
}

.t-flag-va,
.t-flag-vat {
	background-position: 0 -10004px
}

.t-flag-vc,
.t-flag-vct {
	background-position: 0 -10045px
}

.t-flag-ve,
.t-flag-ven {
	background-position: 0 -10086px
}

.t-flag-vg,
.t-flag-vgb {
	background-position: 0 -10127px
}

.t-flag-vi,
.t-flag-vir {
	background-position: 0 -10168px
}

.t-flag-vn,
.t-flag-vnm {
	background-position: 0 -10209px
}

.t-flag-vu,
.t-flag-vut {
	background-position: 0 -10250px
}

.t-flag-wf,
.t-flag-wlf {
	background-position: 0 -10291px
}

.t-flag-ws,
.t-flag-wsm {
	background-position: 0 -10331px
}

.t-flag-xk {
	background-position: 0 -10373px
}

.t-flag-ye,
.t-flag-yem {
	background-position: 0 -10414px
}

.t-flag-myt,
.t-flag-yt {
	background-position: 0 -10455px
}

.t-flag-za,
.t-flag-zaf {
	background-position: 0 -10496px
}

.t-flag-zm,
.t-flag-zmb {
	background-position: 0 -10538px
}

.t-flag-zw,
.t-flag-zwe {
	background-position: 0 -10578px
}

.t-flag-su,
.t-flag-sun {
	height: 26px;
	background-position: 0 -10619px
}

.t-icon-attention {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAyLjY2N0M4LjYzNiAyLjY2NyAyLjY2NyA4LjYzNyAyLjY2NyAxNmMwIDcuMzY0IDUuOTcgMTMuMzMzIDEzLjMzMyAxMy4zMzMgNy4zNjQgMCAxMy4zMzMtNS45NyAxMy4zMzMtMTMuMzMzIDAtNy4zNjQtNS45Ny0xMy4zMzMtMTMuMzMzLTEzLjMzM3pNMTcuMzMzIDE2YTEuMzMzIDEuMzMzIDAgMTEtMi42NjYgMHYtNC44YTEuMzMzIDEuMzMzIDAgMTEyLjY2NiAwVjE2ek0xNiAyMi4xMzNhMS4zMzMgMS4zMzMgMCAwMTAtMi42NjZoLjAxMmExLjMzMyAxLjMzMyAwIDExMCAyLjY2NkgxNnoiIGZpbGw9IiNEQzZGMjEiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-promotions:after,
.t-icon-promotions:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-promotions:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjYyNSAzLjQxN2EuOTkzLjk5MyAwIDAwLS43Mi4zMmMtLjIwMi4yMTEtLjMyMi41MDgtLjMyMi44MjUgMCAuMzE4LjEyLjYxNS4zMjEuODI3LjIuMjEuNDYuMzIuNzIxLjMyaDIuMjY3YTYuNiA2LjYgMCAwMC0uMzM0LS43NjFDOC4wOCA0LjAzIDcuNDUgMy40MTcgNi42MjUgMy40MTd6bTIuNTQyIDMuOTU4djMuODc1SDMuMzMzVjcuMzc1aDUuODM0ek00LjE1IDUuNzA4YTIuOTA3IDIuOTA3IDAgMDEtLjIzNC0xLjE0NmMwLS43MzEuMjc1LTEuNDQyLjc3Ny0xLjk3MmEyLjY2IDIuNjYgMCAwMTEuOTMxLS44NGMxLjc2IDAgMi44MTIgMS4zMDcgMy4zNzUgMi4zNi41NjMtMS4wNTMgMS42MTQtMi4zNiAzLjM3NS0yLjM2YTIuNjYgMi42NiAwIDAxMS45My44NGMuNTAzLjUzLjc3OCAxLjI0Ljc3OCAxLjk3MyAwIC4zOTYtLjA4Ljc4Ny0uMjM0IDEuMTQ1aDIuNDg0VjE5LjI1SDEuNjY3VjUuNzA4SDQuMTV6bS0uODE4IDcuMjA5djQuNjY2aDUuODM0di00LjY2NkgzLjMzM3ptNy41IDB2NC42NjZoNS44MzR2LTQuNjY2aC01LjgzNHptNS44MzQtMS42NjdWNy4zNzVoLTUuODM0djMuODc1aDUuODM0em0tMy4yOTItNS41NDJjLjI2MSAwIC41MjItLjEwOS43Mi0uMzIuMjAxLS4yMTEuMzIyLS41MDguMzIyLS44MjUgMC0uMzE4LS4xMi0uNjE1LS4zMjEtLjgyN2EuOTkzLjk5MyAwIDAwLS43MjEtLjMyYy0uODI2IDAtMS40NTUuNjE1LTEuOTMzIDEuNTMyLS4xMzUuMjU4LS4yNDUuNTItLjMzNC43NmgyLjI2N3oiIGZpbGw9IiNBOUE5QTkiLz48L3N2Zz4=");
	opacity: 1
}

.t-icon-promotions:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjYyNSAzLjQxN2EuOTkzLjk5MyAwIDAwLS43Mi4zMmMtLjIwMi4yMTEtLjMyMi41MDgtLjMyMi44MjUgMCAuMzE4LjEyLjYxNS4zMjEuODI3LjIuMjEuNDYuMzIuNzIxLjMyaDIuMjY3YTYuNiA2LjYgMCAwMC0uMzM0LS43NjFDOC4wOCA0LjAzIDcuNDUgMy40MTcgNi42MjUgMy40MTd6bTIuNTQyIDMuOTU4djMuODc1SDMuMzMzVjcuMzc1aDUuODM0ek00LjE1IDUuNzA4YTIuOTA3IDIuOTA3IDAgMDEtLjIzNC0xLjE0NmMwLS43MzEuMjc1LTEuNDQyLjc3Ny0xLjk3MmEyLjY2IDIuNjYgMCAwMTEuOTMxLS44NGMxLjc2IDAgMi44MTIgMS4zMDcgMy4zNzUgMi4zNi41NjMtMS4wNTMgMS42MTQtMi4zNiAzLjM3NS0yLjM2YTIuNjYgMi42NiAwIDAxMS45My44NGMuNTAzLjUzLjc3OCAxLjI0Ljc3OCAxLjk3MyAwIC4zOTYtLjA4Ljc4Ny0uMjM0IDEuMTQ1aDIuNDg0VjE5LjI1SDEuNjY3VjUuNzA4SDQuMTV6bS0uODE4IDcuMjA5djQuNjY2aDUuODM0di00LjY2NkgzLjMzM3ptNy41IDB2NC42NjZoNS44MzR2LTQuNjY2aC01LjgzNHptNS44MzQtMS42NjdWNy4zNzVoLTUuODM0djMuODc1aDUuODM0em0tMy4yOTItNS41NDJjLjI2MSAwIC41MjItLjEwOS43Mi0uMzIuMjAxLS4yMTEuMzIyLS41MDguMzIyLS44MjUgMC0uMzE4LS4xMi0uNjE1LS4zMjEtLjgyN2EuOTkzLjk5MyAwIDAwLS43MjEtLjMyYy0uODI2IDAtMS40NTUuNjE1LTEuOTMzIDEuNTMyLS4xMzUuMjU4LS4yNDUuNTItLjMzNC43NmgyLjI2N3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODA3MF80NTIyKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODA3MF80NTIyIiB4MT0iMTAuNDQ3IiB5MT0iMTkuMjUiIHgyPSIxMy40ODYiIHkyPSIyLjI5NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	opacity: 0
}

.t-icon-warn-white {
	background: url(../images/mail.749e974.svg) no-repeat 50%/contain
}

.t-icon-favorites {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5NCAzLjA5N0M4LjA0NCAxLjM5MyA1LjE2IDEuMDQ1IDIuOTIgMi45NThjLTIuNDIzIDIuMDctMi43NzUgNS41NTUtLjg2IDguMDIuNzI4LjkzNiAyLjE0NyAyLjM0MiAzLjUxMSAzLjYyOWExNTQuMzE3IDE1NC4zMTcgMCAwMDMuNzE5IDMuMzgybC4xMTcuMS4wNDguMDQyLjU1NS40NzguNTQ1LS40ODkuMTU3LS4xNC4yNjgtLjIzOWMuNjc5LS42MDEgMi4wNTUtMS44MzIgMy40MzUtMy4xMzQgMS4zNjQtMS4yODcgMi43ODMtMi42OTMgMy41MS0zLjYyOSAxLjkwOC0yLjQ1NSAxLjYxLTUuOTY4LS44NjctOC4wMjctMi4yNjUtMS44ODItNS4xMTgtMS41NTgtNy4wNjUuMTQ2em0wIDEzLjI5MmMtLjcwNi0uNjI3LTEuOTkyLTEuNzgtMy4yNzgtMi45OTQtMS4zNzctMS4zLTIuNzAyLTIuNjIxLTMuMzM4LTMuNDQtMS4zNjMtMS43NTQtMS4xMjctNC4yMzIuNjI1LTUuNzMgMS42NzgtMS40MzQgMy45MzctMS4wNjUgNS4zNTguNTk2bC42MzMuNzQuNjMzLS43NGMxLjQxNS0xLjY1MyAzLjY0NC0yLjAyIDUuMzY2LS41ODkgMS43NyAxLjQ3IDEuOTg4IDMuOTYuNjE3IDUuNzI0LS42MzYuODE4LTEuOTYgMi4xMzktMy4zMzggMy40MzlhMTUxLjY2MiAxNTEuNjYyIDAgMDEtMy4yNzggMi45OTR6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTgwOTFfNDE3KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODA5MV80MTciIHgxPSIxMC40OTIiIHkxPSIxOC42MDkiIHgyPSIxMy4xIiB5Mj0iMi4wNzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-favorites,
.t-icon-recently {
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%)
}

.t-icon-recently {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADJCAMAAABR2o0JAAAA8FBMVEUAAAAQn88gn88gn99AQIAYn9cgl9cgn9c4QIAbmtQbn9Qbn9ogmtogn9o1QIU6QIUcm9ccn9c4QIMdnNkdn9k5QIM5Q4Mentkentwbn9cdndcdn9c4QoU6QII6QoIen9obndgbn9gendgen9g5QoQcn9sen9s6QoUcndccn9cendcen9c6QoMdn9oen9o7QoQcntgcn9g6QoMdn9kdn9o6QoQ6QoUdntcdn9cdn9k5QYMdn9k5QoU6QoUdntg5QYQcn9odn9o5QYQ5Q4Qcn9ken9k6QYQ6Q4Q7Q4Qdn9k6QYU6QoUdn9k6QoQdn9k6QoTnNbA5AAAATnRSTlMAEBAQECAgICAwMDAwMDAwQEBAUFBQUF9fYGBgYGBgb3BwcHBwf39/gICAgICPj4+QkJCfn5+foKCgoK+vr7Cwv7+/v8/Pz8/P39/f7++coUWSAAAGSUlEQVR42tTaj4rbRhAG8JGFsjRXg8QdJI2BS20a3BYFhROkh6BYoAMGhu/9H6dUtBynyLJGtobZH/99cHi9O9pvZ0WOJPu6Y4Db8p4ilrd4JXVGcbprMVAmFKFH/Igzik3WYox8iK06GGfENZKvOEuyWJfVECcUiY+CSSVFIRkuq0jL5I4xEGeZPApmaMm5pME8ZYSbx7gimkxyAScxbB5Rl0ku0Nn7ziQK78mfrIMeJ643D4XSdyZR2EeXSWKIKo+4QkdeJC2uUvrOJAqF/81DXyb+M4nvqPIguIl9rJuHr6iSMW6GE9eZRKF2fqDtCZ/Ea5koNo9Tv02EHeufwZ4yCRf0n9BgUpd43jw40KvKWVTJZWn6eMGkB7+Z5IneKByVSdZdEwfZTVT5KNCggQrT9k4zCdPA3keiv2OsPRBOXGYS0S4toLHPJEuK/aRP9D6i7h+Df6I4LhqOQ/+tan2i93L0aDUJzSCqtFiqSS6Pwy6q7LAcf6Lez41+QTo703JzPJYtFFqHE+Kq+cgwV6ySTDCD1MdjdfLdVdnjIt5t6F/hOxSsy6TBJd2G/ncAnDUfFQGJNys8GeS9fa2H8wn3dHgoisPJR5mw7mCejvSCAnt4BnfarD5SOvQMvQ8mxX75YM6biUqTrhPrqFIpz7O/jM5UwCv5vf/b9rvtPWmx7GDenp3YLtCgdmzKJBVMSsZn8DO9dT9WOilbRpVG34Ub+TiMtYMpiOHiKlRpIh/epg0GsqM3jpj0yXJvL4YTMjkjYfixYeYKMv8x+RswXiM5eq1yv6WbOsy9zUm+nv0ta/SelNNNpnsJ6rwfxhc5u+IyuBhIyrhAupYHy3v00fe3MgHRjW0FavVY6Qjpuo90awfotdlI47jQdTbsz1ej6vuf3r27L+XsHpex+UBSXqPX08B8IFTgRr5o2tq0ggo3wjn18g4GA1GUiR7Xx2PNmIHWEATWmFbxAGtPtI5Ku34axlUCrSN90bze1NsxlvuT1hJE/xUqgwrROyz4KZ+xjARa0bP+p0wFS8iW1pSy/qLmiAV4S+va6td2Cr1ToAHzMtGfnvTPK6OoUl0bbrggC0F506AeSLMhG4X2BpChIL+SmQqTJNEdzG2fVpo3Xz8Pe1rzfduQpSCKC0DFhMiOjO0wqdW+yzK8OnFTJl224J3Ob6RlEFW47IeS15hLClKwbD5K24lBJjGIKho2m4f+Ts5nJlGWid5fG9KziSqrZJJ/2rUD1bZhIIzjH5sgApgHoi0M0gIsEABDSyAZZC4LKnUaq+Le/23G2q3tGQDR+Zx+wb83+GPLOgmHRZOyDCDvm4UffJkcZijhlq0MKl4VjLXDzyQXWQaX/HCXj49nKOHWYmJZsEyG3Dz8XoysC0aV4WYSl0TsS+7tN49GDC3/e5nsSjePpZgK6htsOJP4LKb2epnYXb+txdhVf1SxOdB6sRb15aPVPclczAU9qhgdaG/F3EKPKkYH2izmfqmJ3uhA68ReUhO90YE2yAjUrYrNgXb8EOyKZhKCkNljySU7QQjOijYPghDcFB1oCUI+35fMJAQhmB1KLtkJQnSJ3jy4QjD7UTCTEITon2j03zVHColz76vzbXmITtEZxwtpA575bVmI9uX7z93hcNjdfPsEHDOkcXhRvyNEO15I5/RdDG1I0AeCzBrSQluxhtTQAmtIgOaJQzTWkPMP9kSmNRKhrU9kH/FCG5KId3Zt7/HiWohDJF3gmY/CFpKT+qkgLkIVFjqDICTXHgDCVvq4QlqPv3zHHNI6QJdwhnQeb1S8IZdQtqwhGVpgDYnoyaQhK/Q8nErIHWnI5lSeSILmhTREApQ5bUjUDyTRhshSn6NIQ3SJWwtziGw8noQkZCG5WdVNJ6/213W9ySJcId2lwx/VrWhkIdHhn5o5pMUbNW9I9nqyog3ZQAm0IRW0B9KQjJ4VaUhCTz2FfLBX65Y0RAK0dCKf37mwhvQeSeINSR6vroU0RJe4tbCFaJvqKWOZhTBEyzEm0ZhCtJMPmUKmkClkCplCphAv9jLGkMVcxBjuxNwKY6jF3DnG8FWsddBo360NxhHEVucxkkZM1RiL68RQi/FUmf/F0iWMHVrViYnWY2R+KwZWDuOb38nAYoXjqFbtgBW1w+QdfgOpGmtVVYVMyQAAAABJRU5ErkJggg==") no-repeat 50%/contain
}

.t-icon-sport:after,
.t-icon-sport:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-sport:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuOTM2IiBjeT0iMTEuOTMxIiByPSI4LjUyNyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTIuMzUgMy4zNzRjLS41MSAxLjgyMi0yLjMwOCA1LjU1Mi00LjE2MyA2LjUzLS44ODUuNDY2LTIuNDc4LjY3Ni00LjE0My0uMDk4bTE2LjExMy0uNDAzYy0uMTMgMS40NjgtLjgxMyAzLjY1NC0zLjI4IDQuMTY0LTIuODMzLjU4NS02LjI1LS44NDgtOC4yNjYgMi4xNzctLjQ3My43MDktLjkxIDIuNjEyLjQ2NiA0LjM1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.t-icon-sport:after {
	content: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuOTM2IiBjeT0iMTEuOTMxIiByPSI4LjUyNyIgc3Ryb2tlPSIjQjlBNUZBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTIuMzUgMy4zNzRjLS41MSAxLjgyMi0yLjMwOCA1LjU1Mi00LjE2MyA2LjUzLS44ODUuNDY2LTIuNDc4LjY3Ni00LjE0My0uMDk4bTE2LjExMy0uNDAzYy0uMTMgMS40NjgtLjgxMyAzLjY1NC0zLjI4IDQuMTY0LTIuODMzLjU4NS02LjI1LS44NDgtOC4yNjYgMi4xNzctLjQ3My43MDktLjkxIDIuNjEyLjQ2NiA0LjM1IiBzdHJva2U9IiNCOUE1RkEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.t-icon-live {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk1IDE5LjA3aDEuODY4bC00LjIyMSAxLjE1M2EuNTQ3LjU0NyAwIDAxLS40MjMtLjA1Ny41NjcuNTY3IDAgMDEtLjI1OS0uMzQ0TDEuNzU4IDcuODI3YS41NzkuNTc5IDAgMDEuMTk4LS41OTkuNTUzLjU1MyAwIDAxLjE5Ni0uMDk4TDUuODggNi4xMTF2LS43ODRMMS45NyA2LjRhMS4yOSAxLjI5IDAgMDAtLjc5NS42MTUgMS4zNDMgMS4zNDMgMCAwMC0uMTMzIDEuMDA4TDQuMiAyMC4wMTdjLjA5LjM0LjMwNy42MjkuNjA1LjgwNS4yOTkuMTc1LjY1NC4yMjMuOTg3LjEzMmw2LjE5NC0xLjY5MiA2LjIyNCAxLjdjLjMzMy4wOS42ODguMDQzLjk4Ni0uMTMzLjI5OS0uMTc2LjUxNy0uNDY1LjYwNi0uODA1TDIyLjk1OSA4LjAzYTEuMzUyIDEuMzUyIDAgMDAtLjEzNC0xLjAxMyAxLjMwNCAxLjMwNCAwIDAwLS43ODktLjYxN2wtMy45MjItMS4wNzJ2Ljc5MmwzLjcyOSAxLjAxOWEuNTUzLjU1MyAwIDAxLjMzOC4yNjUuNTc2LjU3NiAwIDAxLjA1Ni40MzFMMTkuMDggMTkuODNhLjU2Ny41NjcgMCAwMS0uMjYuMzQ1LjU0Ny41NDcgMCAwMS0uNDIyLjA1N2wtNC4yMjMtMS4xNTRoLTEuNTEybC4wMjctLjAwN2gzLjM2Yy4zNDUgMCAuNjc2LS4xNC45Mi0uMzg4LjI0My0uMjQ5LjM4LS41ODYuMzgtLjkzN1Y1LjMyNWMwLS4zNTEtLjEzNy0uNjg4LS4zOC0uOTM3QTEuMjg3IDEuMjg3IDAgMDAxNi4wNSA0aC04LjFjLS4zNDUgMC0uNjc2LjE0LS45Mi4zODgtLjI0NC4yNDktLjM4LjU4Ni0uMzguOTM4djEyLjQxOWMwIC4zNTEuMTM2LjY4OC4zOC45MzcuMjQ0LjI0OS41NzUuMzg4LjkyLjM4OHpNNy41NTQgNC45MjRhLjU1Mi41NTIgMCAwMS4zOTQtLjE2N2g4LjEwMWMuMTQ4IDAgLjI5LjA2LjM5NC4xNjdhLjU3NC41NzQgMCAwMS4xNjQuNDAydjEyLjQxOWMwIC4xNS0uMDYuMjk1LS4xNjQuNDAxYS41NTIuNTUyIDAgMDEtLjM5NC4xNjdoLTguMWEuNTUyLjU1MiAwIDAxLS4zOTUtLjE2Ny41NzQuNTc0IDAgMDEtLjE2My0uNDAxVjUuMzI1YzAtLjE1LjA1OS0uMjk1LjE2My0uNDAxem0uNzg4LjY1OWgxLjUxMmMuMDk5IDAgLjE5My4wNC4yNjMuMTFhLjM4Mi4zODIgMCAwMTAgLjUzNy4zNjguMzY4IDAgMDEtLjI2My4xMWgtLjM4NHYuOTQ3YzAgLjEtLjA0LjE5Ny0uMTEuMjY4YS4zNjguMzY4IDAgMDEtLjUyNCAwIC4zODMuMzgzIDAgMDEtLjExLS4yNjhWNi4zNGgtLjM4NGEuMzY4LjM2OCAwIDAxLS4yNjItLjExLjM4My4zODMgMCAwMTAtLjUzNi4zNjguMzY4IDAgMDEuMjYyLS4xMTF6bTMuNDA1IDguNDA4YS4zNjcuMzY3IDAgMDAuNTA3LS4wMDJjLjc3Ni0uNzQyIDIuNTgtMi41NzMgMi41OC0zLjM5MyAwLTEuMTE2LS44MS0xLjYyLTEuNDMtMS42Mi0uNjIxIDAtMS4wMTkuMzM2LTEuNDA1LjcyNC0uMzk3LS40MDEtLjc3OC0uNzIzLTEuNDA0LS43MjMtLjU5NCAwLTEuNDMuNTAzLTEuNDMgMS42MTkgMCAuODk3IDEuOTc2IDIuODI3IDIuNTgyIDMuMzk1em0tMS44NC0zLjM5M2MwLS44MjQuNjg4LS44NjIuNjg4LS44NjJ2LS4wMDJjLjM3NSAwIC41ODUuMiAxLjAyMy42NTJsLjEyLjEyYS4zNjguMzY4IDAgMDAuNTIzIDBsLjExMy0uMTE1Yy40MzEtLjQ0My42NTgtLjY1NSAxLjAzLS42NTUuMDA3IDAgLjY4Ni4wMzguNjg2Ljg2Mi0uMDE2LjMxLS45NTIgMS40Ni0yLjA5NSAyLjU5Ni0xLjE1OS0xLjEyMy0yLjA4Ny0yLjI3NS0yLjA4Ny0yLjU5NnptNS43NDkgNi4xMjZoLS4zODV2LS45NDdjMC0uMS0uMDM5LS4xOTctLjEwOC0uMjY4YS4zNjcuMzY3IDAgMDAtLjUyNiAwIC4zODMuMzgzIDAgMDAtLjEwOC4yNjh2Ljk0N2gtLjM4NWEuMzY4LjM2OCAwIDAwLS4yNjIuMTExLjM4Mi4zODIgMCAwMDAgLjUzNmMuMDcuMDcuMTY0LjExLjI2Mi4xMWgxLjUxMmMuMDk4IDAgLjE5My0uMDQuMjYyLS4xMWEuMzgzLjM4MyAwIDAwMC0uNTM2LjM2OC4zNjggMCAwMC0uMjYyLS4xMTF6IiBmaWxsPSIjRkZENjAwIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-promo:after,
.t-icon-promo:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-promo:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4wNjkgOS4yMDNoLTMuOTY2YTcuODc1IDcuODc1IDAgMDAyLjUzOC0xLjA0M2MuNzUtLjYgMS4wNTctMS41MDIuODAzLTIuMzUyLS4yNTUtLjg1LTEuMDMxLTEuNTE1LTIuMDI2LTEuNzMzLS45OTQtLjIxOC0yLjA0OC4wNDYtMi43NS42ODdhMy4zMjIgMy4zMjIgMCAwMC0uNjYxLjkzIDMuMjk0IDMuMjk0IDAgMDAtLjY2Mi0uOTNjLTEuMTA3LS44ODYtMi44MzYtLjg2MS0zLjkwOC4wNTYtMS4wNzEuOTE2LTEuMSAyLjM5NS0uMDY1IDMuMzQyLjc1OS40ODUgMS42Mi44NCAyLjUzOCAxLjA0M0g1LjkzMWMtMS4wNjYgMC0xLjkzLjc0LTEuOTMxIDEuNjUxdi45NDRjLjAwOC45MS44NjggMS42NDUgMS45MzEgMS42NTJoNC45NjZjLjE1MiAwIC4yNzUtLjEwNi4yNzUtLjIzNlY5LjIwM2gxLjY1NnY0LjAxMWMwIC4xMy4xMjMuMjM2LjI3NS4yMzZoNC45NjZjMS4wNjMtLjAwNyAxLjkyMy0uNzQyIDEuOTMxLTEuNjUydi0uOTQ0Yy0uMDAxLS45MTEtLjg2NS0xLjY1LTEuOTMxLTEuNjUxem0tMy44NDEtMy4xMDhhLjY3OC42NzggMCAwMS44NTQtLjAwNmMuMjM3LjIuMjQuNTI3LjAwNi43My0uNDY1LjIzLS45NjEuNDEtMS40NzguNTM1LjE0My0uNDQuMzUtLjg2NC42MTgtMS4yNnptLTQuNDY3LS4wMWEuNjc3LjY3NyAwIDAwLS44NDMuMDEuNDY1LjQ2NSAwIDAwLS4wMDcuNzI0Yy40NjUuMjMuOTYxLjQxIDEuNDc4LjUzNWE1LjA0OCA1LjA0OCAwIDAwLS42MjgtMS4yNjl6IiBmaWxsPSIjOTk5REMyIi8+PHBhdGggZD0iTTEzLjA3MiAxNC44MDljLS4xNTIgMC0uMjc2LjEwNS0uMjc2LjIzNnY0LjcxOWMwIC4xMy4xMjMuMjM2LjI3Ni4yMzZoMi44MzVjMS4wMTItLjAwMyAxLjg1LS42NzIgMS45MjUtMS41MzVsLjI4NS0zLjQwM2EuMjE5LjIxOSAwIDAwLS4wNzQtLjE3OC4zMDEuMzAxIDAgMDAtLjIwMi0uMDc1aC00Ljc3ek0xMC44OTcgMTQuODA5Yy4xNTIgMCAuMjc2LjEwNS4yNzYuMjM2djQuNzE5YzAgLjEzLS4xMjQuMjM2LS4yNzYuMjM2SDguMDYyYy0xLjAxMi0uMDAzLTEuODUtLjY3Mi0xLjkyNi0xLjUzNWwtLjI4NC0zLjQwM2EuMjE2LjIxNiAwIDAxLjA3My0uMTc4LjMuMyAwIDAxLjIwMS0uMDc1aDQuNzd6IiBmaWxsPSIjOTk5REMyIi8+PC9zdmc+");
	opacity: 1
}

.t-icon-promo:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4wNjkgOS4yMDNoLTMuOTY2YTcuODc1IDcuODc1IDAgMDAyLjUzOC0xLjA0M2MuNzUtLjYgMS4wNTctMS41MDIuODAzLTIuMzUyLS4yNTUtLjg1LTEuMDMxLTEuNTE1LTIuMDI2LTEuNzMzLS45OTQtLjIxOC0yLjA0OC4wNDYtMi43NS42ODdhMy4zMjIgMy4zMjIgMCAwMC0uNjYxLjkzIDMuMjk0IDMuMjk0IDAgMDAtLjY2Mi0uOTNjLTEuMTA3LS44ODYtMi44MzYtLjg2MS0zLjkwOC4wNTYtMS4wNzEuOTE2LTEuMSAyLjM5NS0uMDY1IDMuMzQyLjc1OS40ODUgMS42Mi44NCAyLjUzOCAxLjA0M0g1LjkzMWMtMS4wNjYgMC0xLjkzLjc0LTEuOTMxIDEuNjUxdi45NDRjLjAwOC45MS44NjggMS42NDUgMS45MzEgMS42NTJoNC45NjZjLjE1MiAwIC4yNzUtLjEwNi4yNzUtLjIzNlY5LjIwM2gxLjY1NnY0LjAxMWMwIC4xMy4xMjMuMjM2LjI3NS4yMzZoNC45NjZjMS4wNjMtLjAwNyAxLjkyMy0uNzQyIDEuOTMxLTEuNjUydi0uOTQ0Yy0uMDAxLS45MTEtLjg2NS0xLjY1LTEuOTMxLTEuNjUxem0tMy44NDEtMy4xMDhhLjY3OC42NzggMCAwMS44NTQtLjAwNmMuMjM3LjIuMjQuNTI3LjAwNi43My0uNDY1LjIzLS45NjEuNDEtMS40NzguNTM1LjE0My0uNDQuMzUtLjg2NC42MTgtMS4yNnptLTQuNDY3LS4wMWEuNjc3LjY3NyAwIDAwLS44NDMuMDEuNDY1LjQ2NSAwIDAwLS4wMDcuNzI0Yy40NjUuMjMuOTYxLjQxIDEuNDc4LjUzNWE1LjA0OCA1LjA0OCAwIDAwLS42MjgtMS4yNjl6IiBmaWxsPSIjRkZGNjU0Ii8+PHBhdGggZD0iTTEzLjA3MiAxNC44MDljLS4xNTIgMC0uMjc2LjEwNS0uMjc2LjIzNnY0LjcxOWMwIC4xMy4xMjMuMjM2LjI3Ni4yMzZoMi44MzVjMS4wMTItLjAwMyAxLjg1LS42NzIgMS45MjUtMS41MzVsLjI4NS0zLjQwM2EuMjE5LjIxOSAwIDAwLS4wNzQtLjE3OC4zMDEuMzAxIDAgMDAtLjIwMi0uMDc1aC00Ljc3ek0xMC44OTcgMTQuODA5Yy4xNTIgMCAuMjc2LjEwNS4yNzYuMjM2djQuNzE5YzAgLjEzLS4xMjQuMjM2LS4yNzYuMjM2SDguMDYyYy0xLjAxMi0uMDAzLTEuODUtLjY3Mi0xLjkyNi0xLjUzNWwtLjI4NC0zLjQwM2EuMjE2LjIxNiAwIDAxLjA3My0uMTc4LjMuMyAwIDAxLjIwMS0uMDc1aDQuNzd6IiBmaWxsPSIjRkZGNjU0Ii8+PC9zdmc+");
	opacity: 0
}

.t-icon-home:after,
.t-icon-home:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-home:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjAwNyA0LjRBMS40NzkgMS40NzkgMCAwMDEyIDRjLS4zNyAwLS43MjkuMTQxLTEuMDA2LjM5OGwtNi40NzggNS45MzdhMS42MDQgMS42MDQgMCAwMC0uNTE2IDEuMTJjLS4wMTcuNDMuMTM1Ljg1LjQyMiAxLjE2LjI4Ny4zMTIuNjg0LjQ4NyAxLjA5OC40ODdoLjExN2MuMDc2LjAwMS4xMzcuMDY1LjEzOC4xNDR2NS43NDhjMCAuMjY3LjEwMi41MjIuMjg0LjcxMWEuOTUxLjk1MSAwIDAwLjY4NC4yOTVoMi40OWEuOTUyLjk1MiAwIDAwLjY4NC0uMjk1Yy4xODItLjE4OS4yODQtLjQ0NC4yODQtLjcxMVYxNS4xMmMwLS42NjcuMzQzLTEuMjg0Ljg5OS0xLjYxOGExLjc0IDEuNzQgMCAwMTEuNzk4IDBjLjU1Ni4zMzQuOS45NS45IDEuNjE4djMuODc0YzAgLjI2Ny4xMDEuNTIyLjI4My43MTFhLjk1MS45NTEgMCAwMC42ODQuMjk1aDIuNDlhLjk1MS45NTEgMCAwMC42ODQtLjI5NWMuMTgyLS4xODkuMjg0LS40NDQuMjg0LS43MTF2LTUuNzQ4YzAtLjA4LjA2Mi0uMTQzLjEzOC0uMTQ0aC4xMTdjLjQxNCAwIC44MTEtLjE3NSAxLjA5OC0uNDg2LjI4Ny0uMzExLjQ0LS43My40MjItMS4xNjFhMS42MDUgMS42MDUgMCAwMC0uNTE2LTEuMTJMMTMuMDA3IDQuNHoiIGZpbGw9IiNBOUE5QTkiLz48L3N2Zz4=");
	opacity: 1
}

.t-icon-home:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjAwNyA0LjRBMS40NzkgMS40NzkgMCAwMDEyIDRjLS4zNyAwLS43MjkuMTQxLTEuMDA2LjM5OGwtNi40NzggNS45MzdhMS42MDQgMS42MDQgMCAwMC0uNTE2IDEuMTJjLS4wMTcuNDMuMTM1Ljg1LjQyMiAxLjE2LjI4Ny4zMTIuNjg0LjQ4NyAxLjA5OC40ODdoLjExN2MuMDc2LjAwMS4xMzcuMDY1LjEzOC4xNDR2NS43NDhjMCAuMjY3LjEwMi41MjIuMjg0LjcxMWEuOTUxLjk1MSAwIDAwLjY4NC4yOTVoMi40OWEuOTUyLjk1MiAwIDAwLjY4NC0uMjk1Yy4xODItLjE4OS4yODQtLjQ0NC4yODQtLjcxMVYxNS4xMmMwLS42NjcuMzQzLTEuMjg0Ljg5OS0xLjYxOGExLjc0IDEuNzQgMCAwMTEuNzk4IDBjLjU1Ni4zMzQuOS45NS45IDEuNjE4djMuODc0YzAgLjI2Ny4xMDEuNTIyLjI4My43MTFhLjk1MS45NTEgMCAwMC42ODQuMjk1aDIuNDlhLjk1MS45NTEgMCAwMC42ODQtLjI5NWMuMTgyLS4xODkuMjg0LS40NDQuMjg0LS43MTF2LTUuNzQ4YzAtLjA4LjA2Mi0uMTQzLjEzOC0uMTQ0aC4xMTdjLjQxNCAwIC44MTEtLjE3NSAxLjA5OC0uNDg2LjI4Ny0uMzExLjQ0LS43My40MjItMS4xNjFhMS42MDUgMS42MDUgMCAwMC0uNTE2LTEuMTJMMTMuMDA3IDQuNHoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMDA0XzQ2MzQpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwMDRfNDYzNCIgeDE9IjEyIiB5MT0iNCIgeDI9IjEyIiB5Mj0iMjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjdBNTM4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQTdGRjk5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+");
	opacity: 0
}

.t-icon-menu:after,
.t-icon-menu:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-menu:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDQuNjY2di0uODMzaDE2VjUuNUgydi0uODM0ek0yIDEwLjV2LS44MzRoMTZWMTEuMzMzSDJWMTAuNXptMCA1Ljk5OHYtMWwxNiAuMDAyVjE3LjE2N0gydi0uNjY5eiIgZmlsbD0iI0E5QTlBOSIvPjwvc3ZnPg==");
	opacity: 1
}

.t-icon-menu:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDQuNjY2di0uODMzaDE2VjUuNUgydi0uODM0ek0yIDEwLjV2LS44MzRoMTZWMTEuMzMzSDJWMTAuNXptMCA1Ljk5OHYtMWwxNiAuMDAyVjE3LjE2N0gydi0uNjY5eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MDcwXzQ1MjUpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDcwXzQ1MjUiIHgxPSIxMC40MjkiIHkxPSIxNy4xNjYiIHgyPSIxMi4yODgiIHkyPSI0LjA5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	opacity: 0
}

.t-icon-games {
	background: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAAMUAAADICAMAAABveNUcAAAA3lBMVEUAAAAQn88gn88gn99AQIA6QoQYn9cgl9cgn9c4QIAbn9Qbn9ogn9o1QIU6QIUcm9ccn9c4QIMdnNkdn9Ydn9k5QIM5Q4Mentkbndcbn9cdn9c4QoU6QII6QoIen9obndgendgen9g5QIQ5QoQcn9s6QoUcndccn9cen9c6QoMdn9oen9o7QoQcntg5QoM6QoMdn9kdn9o6QoQ6QoUdntc5QYMdn9k5QoU6QoUdntg5QYQcn9odn9o5QYQ5Q4Qcn9ken9k6QYQ6Q4Qdn9k6QYU6QoUdn9k6QoQdn9k6QoSNtCzfAAAASHRSTlMAEBAQEB8gICAgMDAwMDBAQEBQUFBQUF9gYGBgYGBvcHBwcHB/f4CAgICPj4+QkJCfn5+foKCvr6+wsL+/v7/Pz8/P39/f7++cWdfUAAADzUlEQVR42u3d5WLrNhjG8afnOKAUEpeZyeUstJ3QWsexdP8XNGrnkrxaybH6qnv/H2P8mT9FeJUn5v3PTHiYNv8qUp9e3NnBFG1FikjRiYfJEn1FqMjHJM3HilYnJBEWGCJS9FqFYRQRKvZg1JYiWcPpU5EkYNCqIloAg35RRIucvqCSCsicp8i2gswtKLIdIXO+IlvAClawghVfQyEaZFvFF43jOI7juOI62WaRuaok2ykrTGIFK1jBClawYlg/tdB1N09FWIOlyu3cFGEZ9mrnpViGxb6PzRSl6mK1OvOxIoTVmgaK6sWTebhf/EDxG6y2n1lR7ckXXRT/U3EHq21kVRzL14UVBxV1+a415xSXUlPFMcWm1BXOOKUohlJbPYti7lQbkr6faqsgafNU17Khoi5TqmVQbEhtSCpLbetI6hpuQ68IZUrXDikWZVpjhxTXMrWKO4quTG3dHcVQprbnjiKUqZ3aVfC5aMvUltxRnMrUyu4oajKtIdxRpN8Ymy4pNqW+sOySAr9LbedwSjE31t8Vbimwqb+eHFPgQI9wTIG5UL6q/Q0OKoCzF45uDXBTASw3h1LKcfesBjim0EdfwQpWsIIVrGAFK5b3q6UZoFRa3C+7q2jKpFoWBStYwQpWsIIVrGAFK1ix3NX2QtHVVkPSdVfXgQWF1VjBCqNYwYohrHadj0IWYbMwJ0UPFjuWOSnkxQxstStzU8jwomqjxf2ezEFBJFboYwUrWMEKVrCiWCfbMnRt1pMq4DiO4zjOzcQW2eaRVFvXNePYv+w2pa4aKzLGClawghWsYEXUuO2od/UbtwP9rxQVIx8AREv765s9vn/8dUROMRJ47Fb76yvGyMM/effUFNt4yovVcz6eEi9/Fcmv1BRIClTSPZJaKqmPpAEtRV87etcPre0WSbe0FPfQLdxwTBF7H1xRv7pwRakd/FukvbuVE3d3LPDYiXrRg4fHOtqb6IGaQkWrAOBdvfn1H5z3hEhwwmCkVENF2USh6eEqaMTqbf0g6Ot+vTIwGCh6+AJfg+PyF1CEc3BNsVl/0/XGNx6BixWsYAUr6Cni28Otn9ZhMPgUxRF+cisj24ocEICIbSt+IIcC24oV5JBnWzGPPIotKwrIo4gVrGAFJcVNY7o8EopITVfhf6hgBStYwQpBV3GEzHl0FSvIXkRWMY/stagqRjDIp6powKSYqELApCOaigbMGlBUxAJmiZigYhum+fQUAcxbiYkpAkySGFFSxD4mbGtERREHHiZvqzP6fEXcP/QwZZ6vC8/55hmtSmCi/gQrjgH/e3qYyAAAAABJRU5ErkJggg==") no-repeat 50%/contain
}

.t-icon-status {
	width: 40px;
	height: 40px
}

.t-icon-status-success {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNjExXzIyMjM1NykiIHN0cm9rZT0iIzQxRDc5MSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIxOSIvPjxwYXRoIGQ9Ik0xMyAyMGw1IDUgMTEtMTEiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMzYxMV8yMjIzNTciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDB2NDBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-status-wait {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNjExXzIyMjY0NykiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5IiBzdHJva2U9IiNGRkQ2MDAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGw9IiNGRkQ2MDAiIGQ9Ik0yOCAzMUgxMnYtMmgxNnoiLz48cGF0aCBkPSJNMjUgMzBIMTV2LTVjMC0zIDUtNSA1LTVzNSAyIDUgNXY1eiIgc3Ryb2tlPSIjRkZENjAwIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBmaWxsPSIjRkZENjAwIiBkPSJNMTIgOWgxNnYySDEyeiIvPjxwYXRoIGQ9Ik0xNSAxMGgxMHY1YzAgMy01IDUtNSA1cy01LTItNS01di01eiIgc3Ryb2tlPSIjRkZENjAwIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMzYxMV8yMjI2NDciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDB2NDBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-status-error,
.t-icon-status-wrong {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNjExXzIyMjU4OSkiIHN0cm9rZT0iI0ZGMzc1NSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIxOSIvPjxwYXRoIGQ9Ik0xNCAyNmwxMi0xMk0xNCAxNGwxMiAxMiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEzNjExXzIyMjU4OSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHY0MEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-info-i {
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzLjVhOSA5IDAgMTAwIDE4IDkgOSAwIDAwMC0xOHptLTExIDljMC02LjA3NSA0LjkyNS0xMSAxMS0xMXMxMSA0LjkyNSAxMSAxMS00LjkyNSAxMS0xMSAxMS0xMS00LjkyNS0xMS0xMXptMTAtNWgyLjAxdjJIMTF2LTJ6bTIgNHY2aC0ydi02aDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain;
	opacity: .66
}

.t-icon-info-i:hover {
	opacity: 1
}

.t-icon-rakeback-up {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4zOCAxLjQzOGwtLjk5OCAxLjAxM0MxNy45NjEgMy4xMyAyMS41IDcuMTMgMjEuNSAxMmMwIDMuMjE3LTEuNTUgNi4wNi0zLjkxOCA3LjgxbC0uNzkzLjU4Ni0xLjEzMy0xLjY0Ljc5My0uNTg1QTcuNjUyIDcuNjUyIDAgMDAxOS41NSAxMmMwLTMuNzE1LTIuNjMxLTYuODMzLTYuMTM4LTcuNTAzbC45NjguOTgxLTEuMzY1IDEuNDM4LTMuNDEtMy40NThMMTMuMDE1IDBsMS4zNjUgMS40Mzh6TTguMzQ1IDUuMjQzbC0uNzkzLjU4NkE3LjY1MiA3LjY1MiAwIDAwNC40NSAxMmMwIDMuNzE1IDIuNjMxIDYuODMzIDYuMTM4IDcuNTAzbC0uOTY4LS45ODEgMS4zNjUtMS40MzggMy40MSAzLjQ1OEwxMC45ODUgMjRsLTEuMzY1LTEuNDM4Ljk5OS0xLjAxM0M2LjAzOSAyMC44NyAyLjUgMTYuODcgMi41IDEyYzAtMy4yMTcgMS41NS02LjA2IDMuOTE4LTcuODFsLjc5My0uNTg2IDEuMTMzIDEuNjR6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYxODlfMTIzMTA5KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjE4OV8xMjMxMDkiIHgxPSIxMi41MSIgeTE9IjI0IiB4Mj0iMTcuNDU1IiB5Mj0iMS4wNjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-rakeback-payouts {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzYTkgOSAwIDEwMCAxOCA5IDkgMCAwMDAtMTh6TTEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMSAxOC4wNzUgMSAxMnptMTItNy41VjZoLjE2N0EzLjMzMyAzLjMzMyAwIDAxMTYuNSA5LjMzM3YxaC0ydi0xQzE0LjUgOC41OTcgMTMuOTAzIDggMTMuMTY3IDhIMTFhMS41IDEuNSAwIDAwMCAzaDJhMy41IDMuNSAwIDExMCA3djEuNWgtMlYxOGgtLjE2N0EzLjMzMyAzLjMzMyAwIDAxNy41IDE0LjY2N3YtMWgydjFjMCAuNzM2LjU5NyAxLjMzMyAxLjMzMyAxLjMzM0gxM2ExLjUgMS41IDAgMDAwLTNoLTJhMy41IDMuNSAwIDExMC03VjQuNWgyeiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2MTg5XzEyMzExMikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTYxODlfMTIzMTEyIiB4MT0iMTIuNTkiIHkxPSIyMyIgeDI9IjE2LjI0IiB5Mj0iMS42MjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-rakeback-cashback {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzYTkgOSAwIDEwMCAxOCA5IDkgMCAwMDAtMTh6TTEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMSAxOC4wNzUgMSAxMnptMTYuNDE0LTRMOCAxNy40MTQgNi41ODYgMTYgMTYgNi41ODYgMTcuNDE0IDh6TTcuNSA5YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAwem02IDZhMS41IDEuNSAwIDExMyAwIDEuNSAxLjUgMCAwMS0zIDB6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYxODlfMTIzMTE1KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjE4OV8xMjMxMTUiIHgxPSIxMi41OSIgeTE9IjIzIiB4Mj0iMTYuMjQiIHkyPSIxLjYyMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-rakeback-wallet {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDJoMTZ2Mkg0djJoMTh2MTZIMlYyem0yIDZ2MTJoMTZWOEg0em0xMSA2YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAweiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2MTg5XzEyMzExOCkiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTYxODlfMTIzMTE4IiB4MT0iMTIuNTM3IiB5MT0iMjIiIHgyPSIxNS44NTQiIHkyPSIyLjU2NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-instant {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjMwNSA0LjA3NGEuNTMxLjUzMSAwIDAxLjU0Ni4wMDNjLjE2NC4xMDMuMjQuMjg0LjE5LjQ1NmwtMi40MDkgNi4xODdjLS4wNTIuMTkyLjA1Mi4zOTEuMjUuNDhsMy44NTMgMS40MTRhLjQyOS40MjkgMCAwMS4yNjQuMzU2LjQxNC40MTQgMCAwMS0uMjE0LjM4MmwtMTEuMDkgNi41NzRhLjUzLjUzIDAgMDEtLjU0Ni0uMDAzLjQwNC40MDQgMCAwMS0uMTktLjQ1NmwyLjI0My02LjE4N2MuMDUtLjE5My0uMDUzLS4zOTEtLjI1Mi0uNDhMNS4yNjUgMTEuMzhhLjQyOS40MjkgMCAwMS0uMjY0LS4zNTYuNDE0LjQxNCAwIDAxLjIxNC0uMzgxbDExLjA5LTYuNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-instant,
.t-icon-logout {
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%)
}

.t-icon-logout {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjQ3MiAyLjA4M1YzLjc1SDMuNzV2MTIuNWg0LjcyMnYxLjY2NkgyLjA4M1YyLjA4M2g2LjM5em00LjY3NiAyLjgwM0wxOC4yNjIgMTBsLTUuMTE0IDUuMTE0LTEuMTc4LTEuMTc5IDMuMTAxLTMuMTAySDYuODA1VjkuMTY3aDguMjY2TDExLjk3IDYuMDY1bDEuMTc4LTEuMTc5eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MDkxXzQ4NikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTgwOTFfNDg2IiB4MT0iMTAuNjA3IiB5MT0iMTcuOTE2IiB4Mj0iMTMuMTgiIHkyPSIyLjUxMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-wallet {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxOC43NWE4Ljc1IDguNzUgMCAxMDAtMTcuNSA4Ljc1IDguNzUgMCAwMDAgMTcuNXpNOS4xNjcgNS40MTd2My43NWgtMy43NXYxLjY2NmgzLjc1djMuNzVoMS42NjZ2LTMuNzVoMy43NVY5LjE2N2gtMy43NXYtMy43NUg5LjE2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-notifications {
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDMuNWEyIDIgMCAxMC00IDBNMTIgMy41Yy0zLjMxNCAwLTUuNSAyLjI1LTUuNSA2IDAgNy41LTMgNS0zIDggMCAxLjQ5NiA0LjI1IDEuOTk5IDguNSAyIDQuMjUuMDAxIDguNS0uNSA4LjUtMiAwLTMtMy0uNS0zLTggMC0zLjc1LTIuMTg2LTYtNS41LTZ6TTE1IDE5LjVhMyAzIDAgMTEtNiAwIiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/24px
}

.t-icon-arrow {
	width: 8px;
	height: 8px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjAwOCA1LjgzM0w4IDkuODJsMy45OTMtMy45ODcuOTQuOTRMOCAxMS43IDMuMDY3IDYuNzczbC45NC0uOTR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-arrow,
.t-icon-arrow-up {
	display: block;
	filter: brightness(0) saturate(100%) invert(79%) sepia(11%) saturate(15%) hue-rotate(314deg) brightness(85%) contrast(85%)
}

.t-icon-arrow-up {
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDdMNiAwIDAgN2gzdjVoNlY3aDN6IiBmaWxsPSIjMTYxRjM4Ii8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-gift {
	display: block;
	width: 20px;
	height: 20px
}

.t-icon-arrow-left_long {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNiAxMUwxIDZsNS01IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-arrow-right_long {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxMWw1LTUtNS01IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-arrow-down_solid {
	width: 8px;
	height: 8px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjI3NiAzSC43MjRhLjMuMyAwIDAwLS4yMTIuNTEybDMuMTM0IDMuMTM0YS41LjUgMCAwMC43MDggMGwzLjEzNC0zLjEzNEEuMy4zIDAgMDA3LjI3NiAzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-transaction-bet {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTUiIHk9IjIyIiB3aWR0aD0iNiIgaGVpZ2h0PSIyMCIgcng9IjIiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxNSAyMikiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHJlY3QgeD0iOSIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiByeD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDkgMTkpIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxyZWN0IHg9IjIxIiB5PSIxOSIgd2lkdGg9IjYiIGhlaWdodD0iMTQiIHJ4PSIyIiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgMjEgMTkpIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTguOCAxNS4yM2EuOC44IDAgMTEtMS42IDB2LTEuNmEuOC44IDAgMTExLjYgMHYxLjZ6bS02LTIuNDA5YS44LjggMCAwMS0xLjYgMHYtMS42YS44LjggMCAxMTEuNiAwdjEuNnpNNiAxMS4yMTNhLjguOCAwIDAwLjgtLjh2LTEuNmEuOC44IDAgMTAtMS42IDB2MS42YS44LjggMCAwMC44Ljh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-transaction-dep {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4xNjcgMi41djEzLjMzNGgtNC41ODR2LTEuNjY3SDE3LjVWOC4zMzNoLTE1djUuODM0aDIuOTE3djEuNjY2SC44MzRWMi41aDE4LjMzM3pNMi41IDYuNjY3di0yLjVoMTV2Mi41aC0xNXpNMTAuODM0IDEwdjQuNjU1bDEuNjY2LTEuNjY3IDEuMTc5IDEuMTc5TDEwIDE3Ljg0NWwtMy42NzgtMy42NzhMNy41IDEyLjk4OGwxLjY2NyAxLjY2N1YxMGgxLjY2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-transaction-wit {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4xNjcgMi41djEzLjMzM2gtNC41ODR2LTEuNjY2SDE3LjVWOC4zMzNoLTE1djUuODM0aDIuOTE3djEuNjY2SC44MzRWMi41aDE4LjMzM3pNMi41IDYuNjY3aDE1di0yLjVoLTE1djIuNXpNMTAgOS42NTVsMy42NzkgMy42NzgtMS4xNzkgMS4xNzktMS42NjYtMS42NjdWMTcuNUg5LjE2N3YtNC42NTVMNy41IDE0LjUxMmwtMS4xNzgtMS4xNzlMMTAgOS42NTV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-transaction-bonus {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjYyNSAyLjkxN2EuOTkzLjk5MyAwIDAwLS43MjEuMzJjLS4yLjIxMS0uMzIuNTA3LS4zMi44MjUgMCAuMzE4LjEyLjYxNS4zMi44MjcuMi4yMS40Ni4zMi43Mi4zMmgyLjI2OGMtLjA5LS4yNDEtLjItLjUwMy0uMzM0LS43NjFDOC4wOCAzLjUzIDcuNDUgMi45MTcgNi42MjUgMi45MTd6bTIuNTQxIDMuOTU4djMuODc1SDMuMzMzVjYuODc1aDUuODMzek00LjE1MSA1LjIwOGEyLjkwNyAyLjkwNyAwIDAxLS4yMzQtMS4xNDZjMC0uNzMxLjI3NC0xLjQ0Mi43NzctMS45NzJhMi42NiAyLjY2IDAgMDExLjkzLS44NGMxLjc2MiAwIDIuODEzIDEuMzA3IDMuMzc2IDIuMzYuNTYzLTEuMDUzIDEuNjE0LTIuMzYgMy4zNzUtMi4zNmEyLjY2IDIuNjYgMCAwMTEuOTMuODRjLjUwMy41My43NzggMS4yNC43NzggMS45NzMgMCAuMzk2LS4wOC43ODctLjIzNSAxLjE0NWgyLjQ4NVYxOC43NUgxLjY2N1Y1LjIwOEg0LjE1em0tLjgxOCA3LjIwOXY0LjY2Nmg1LjgzM3YtNC42NjZIMy4zMzN6bTcuNSAwdjQuNjY2aDUuODMzdi00LjY2NmgtNS44MzN6bTUuODMzLTEuNjY3VjYuODc1aC01LjgzM3YzLjg3NWg1LjgzM3ptLTMuMjkxLTUuNTQyYy4yNjEgMCAuNTIxLS4xMDkuNzItLjMyLjIwMS0uMjExLjMyMS0uNTA4LjMyMS0uODI1IDAtLjMxOC0uMTItLjYxNS0uMzItLjgyN2EuOTkzLjk5MyAwIDAwLS43MjEtLjMyYy0uODI2IDAtMS40NTYuNjE1LTEuOTMzIDEuNTMyYTYuNTkgNi41OSAwIDAwLS4zMzQuNzZoMi4yNjd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-transaction-levelup {
	width: 24px;
	height: 24px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgBrVWBccMgDMRdoB6BDZoRPIJH8AhsYG/QbEA3aDZgBHcDukFHUKF9LoICBqe602GB9HykvzCIB42IpFtmhLdhGD7Ff5gDnpwbis06H8VZ88XOV+dfDNR/X53viOczwJ7tewLsAbfA2K1v2Fe94GvSBuMvzOQpnF9Fj6GvhDaMlbwFeTe+/yTa7dl5bYAfWF/EkWGYE75VopKpUvMz9JYLNJInxDNTjKzUBRHIGviFMZbYs4g3UScWpHqpJUVgbHi2kr96MkyqSwk8AkORLRVRLGHLWjTnwP+AufUVsSnkB9vZtymxD2B7BkBm8jXONOLpqPeKmEpSgCQ3JwQpWo3PosDe4nxL8rfWCwKAQqs0Y9olhBy4TAB0YEedQjj6BQsGR2E2dJdlkxBqF4zsIs4+HaxGrEWvZXodgdH9/8l2sUdx1Gv6laWh+AULBPpesKTYHOSde+ApkeYj9g2jtTeUjGTqkwAAAABJRU5ErkJggg==") no-repeat 50%/contain
}

.t-icon-transaction-cashback {
	width: 24px;
	height: 24px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHlSURBVHgBlVaBccIwDHQ6ASN4hGzQMAHZoGzQMAF0AtIJQicAJkg7QegEyQawgWo3EvkIu0l1p/MhyfqXbSkk5g8hotQtK6eZU8vqpWM9Oz0lSdKZ/4hLbJ3WNF8qv2du8lenV97o19Jpjgl8ZWw7AEjrbVPJt7DBJ17MIGQV0EssMIWgXcC/cNowUxvw76BqGwJoY8nZf1THEQIp2V9rRyYbwZbTcBeYuFE2H1NAlbIn87YnzieX8wG4C1aRm9Mla6fiLPz+5HXrQNbCtkZUqKIN2dlnoQqr8tzlCdjhKvIubMyjiO0AjXZWMRtkkwdY4pnmHOc1heqs2lOwvTJTwslaikvwSRL0T4JGV+pNBTWmv8CbeTw+eQQXp0vcG2JaMaMCbHu2tRGWWN1e+YbRQuPx8AtCgRcSIZbqOBp66iRBWmqoqAqwTpVN5lCpAGoJWNPwfv04WEDpKTDFDvb+XFVx5b0lAhqFeiU1Npg1ju8WgDKOEfCMYs0JVUjwie3C6AixZSSmQXKhV4HDbaeAcxWLVa5pLPd7klFhuN03gPlM/cv4lt/gW/HaUd8v6HtzuS4mJtS/4RbY4OXWNB5oDY3vpzBzhB4/g1NSU6Rfkikg038r/JH4c5UZ07F+mf5vS/RIfgDXABd/e5XgqwAAAABJRU5ErkJggg==") no-repeat 50%/contain
}

.t-icon-transaction-rakeback {
	width: 24px;
	height: 24px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHISURBVHgBnVSBcYMwDCRdoIzACIxAN2AEd4KyQbpBsoHZINmAbkA3MBswgmvTV3gUB0L+TmcQsl56G2VZAt77PFgT7BLM+RkjfCZ7FWHzFxJtwe0mChusqjaioe9Nguj4bPITJTbBWrwbijHwWZBJEaet5IaSl/C1JAXbRICYkkjqNQLH1Ya18MvD1eiD5Uo2J7616i2sp00NCEvEOvom8Q+7OARnF9Yq0dgQ7ONwOAyqoCIsfbBY7Q/iIqJ/CPGfugNhN6pCkz2WVGS5Kn9Sogn0LgTFCkFJsnawU3LPXgK//SPaxV5K+KUkahLJLSXqEF/BWiJ2NxL/P1tScFxJeD76WZaK/DnkibLx9e4koKGNFuaIRKoUVCvnISTjLRYVLOYOfL2/x3XjLEbs/V7Eqy54VDi/lNAouXyCoIBN79zqmYIaEMjM6W4tLy9GlK/WxSFmgr4lZ1WRpW64A5Emh51V8lxI35gg/ObxDOKvPsBVYZV3SfKLNY6MOKrf6VtEreLugfYveC4TGjvV7Uh7HXf8FEi+uLmAr/bzDKvgsxKX7QF0dURi/HzjcpD13Gm2F5Cm9etwng78Jcj5+Pk2yVSN13sxsv8AWOjaMp/0qHUAAAAASUVORK5CYII=") no-repeat 50%/contain
}

.t-icon-transaction-transfer {
	width: 24px;
	height: 24px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFmSURBVHgBtVWBcYMwDPR1AkbwCBmBEbJBvUHYADboCGQD2gkYIdnA3YBuoNp3UniMHMOF/J0PYr/+JcsxxrwAIqrDcOYdCMKfNONkjkQUBPHO7EUIsmG0YXgW8Yn4BAa3MPoYs1X8kgikBg3l0ZbEWyD33MRK4V2Bd01+tzlxByRnypV2wD8llZ21AM+LjdkINhlk/8FkWlQO2fuMUGz6SHNvHqIKd1wlygHq1rB42nTJ0ip8qeIbJ2+yl0rAAM2s2FCaOmYSWu6GpGT0kgUW5iqp4llMfP8wZfwlz4gqeWYhBr/sbBXOnZ9fXH4UlbP+k5Jhm+84Oaw6P6/tbbLTmtzkmgYmAwiPlD+mnnkOJyvIsoH5lkr3y1L8sjpBsHiG8hueE9OiCS2/Dy5Hwvulh4xUE668Zq6gK2WCJilq4PlkbaKt9xjN/1YUie9WMfCclDV7wCZeEz8ENDd9JOWjc5SJNS/iH0s8NibqDXSOAAAAAElFTkSuQmCC") no-repeat 50%/contain
}

.t-icon-heart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5NCAzLjA5N0M4LjA0NCAxLjM5MyA1LjE2IDEuMDQ1IDIuOTIgMi45NThjLTIuNDIzIDIuMDctMi43NzUgNS41NTUtLjg2IDguMDIuNzI4LjkzNiAyLjE0NyAyLjM0MiAzLjUxMSAzLjYyOWExNTQuMzE3IDE1NC4zMTcgMCAwMDMuNzE5IDMuMzgybC4xMTcuMS4wNDguMDQyLjU1NS40NzguNTQ1LS40ODkuMTU3LS4xNC4yNjgtLjIzOWMuNjc5LS42MDEgMi4wNTUtMS44MzIgMy40MzUtMy4xMzQgMS4zNjQtMS4yODcgMi43ODMtMi42OTMgMy41MS0zLjYyOSAxLjkwOC0yLjQ1NSAxLjYxLTUuOTY4LS44NjctOC4wMjctMi4yNjUtMS44ODItNS4xMTgtMS41NTgtNy4wNjUuMTQ2em0wIDEzLjI5MmMtLjcwNi0uNjI3LTEuOTkyLTEuNzgtMy4yNzgtMi45OTQtMS4zNzctMS4zLTIuNzAyLTIuNjIxLTMuMzM4LTMuNDQtMS4zNjMtMS43NTQtMS4xMjctNC4yMzIuNjI1LTUuNzMgMS42NzgtMS40MzQgMy45MzctMS4wNjUgNS4zNTguNTk2bC42MzMuNzQuNjMzLS43NGMxLjQxNS0xLjY1MyAzLjY0NC0yLjAyIDUuMzY2LS41ODkgMS43NyAxLjQ3IDEuOTg4IDMuOTYuNjE3IDUuNzI0LS42MzYuODE4LTEuOTYgMi4xMzktMy4zMzggMy40MzlhMTUxLjY2MiAxNTEuNjYyIDAgMDEtMy4yNzggMi45OTR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain;
	background-size: 20px;
	transition: all .3s ease-in-out
}

.t-icon-heart:after,
.t-icon-heart:before {
	content: none
}

.t-icon-heart_active {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjc2IDIwLjQzOGwuMjQyLjEzMy4yNDEtLjEzM2M3LjAyMS0zLjg3NCA4Ljk5Mi04LjY3OSA4LjAzNC0xMi4wOTYtLjQ3NC0xLjY5NC0xLjY2OS0yLjk5MS0zLjIzNy0zLjU0Ny0xLjQ5NS0uNTMtMy4yOC0uMzctNS4wMzguNjc2LTEuNzU4LTEuMDQ2LTMuNTQ0LTEuMjA2LTUuMDM5LS42NzYtMS41NjguNTU2LTIuNzYyIDEuODUzLTMuMjM3IDMuNTQ3LS45NTcgMy40MTcgMS4wMTMgOC4yMjIgOC4wMzQgMTIuMDk2eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain;
	background-size: 26px
}

.t-icon-heart_active:after,
.t-icon-heart_active:before {
	content: none
}

.t-icon-fullscreen {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy45MTYgMy43NUg0LjkyOGwzLjMzNCAzLjMzMy0xLjE3OSAxLjE3OUwzLjc1IDQuOTI4djIuOTg4SDIuMDgzVjIuMDgzaDUuODMzem00LjE2Ny0xLjY2N2g1LjgzM3Y1LjgzM0gxNi4yNVY0LjkyOGwtMy4zMzQgMy4zMzQtMS4xNzgtMS4xNzlMMTUuMDcgMy43NWgtMi45ODh6TTguMjYyIDEyLjkxNkw0LjkyOCAxNi4yNWgyLjk4OHYxLjY2NkgyLjA4M3YtNS44MzNIMy43NXYyLjk4OGwzLjMzMy0zLjMzM3ptNC42NTQtMS4xNzhsMy4zMzQgMy4zMzN2LTIuOTg4aDEuNjY2djUuODMzaC01LjgzM1YxNi4yNWgyLjk4OGwtMy4zMzMtMy4zMzR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 50%/contain
}

.t-icon-fullscreen,
.t-icon-search {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-icon-search:after,
.t-icon-search:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-search:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjE2NiAzLjMzM2E1LjgzMyA1LjgzMyAwIDEwMy45MDIgMTAuMTdsLjQzNS0uNDM1YTUuODMzIDUuODMzIDAgMDAtNC4zMzctOS43MzV6bTUuODYgMTAuNTE1YTcuNSA3LjUgMCAxMC0xLjE3OSAxLjE3OWwzLjY1MyAzLjY1MSAxLjE3OC0xLjE3OC0zLjY1Mi0zLjY1MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
	opacity: 0
}

.t-icon-search:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjE2NiAzLjMzM2E1LjgzMyA1LjgzMyAwIDEwMy45MDIgMTAuMTdsLjQzNS0uNDM1YTUuODMzIDUuODMzIDAgMDAtNC4zMzctOS43MzV6bTUuODYgMTAuNTE1YTcuNSA3LjUgMCAxMC0xLjE3OSAxLjE3OWwzLjY1MyAzLjY1MSAxLjE3OC0xLjE3OC0zLjY1Mi0zLjY1MnoiIGZpbGw9IiNBOUE5QTkiLz48L3N2Zz4=");
	opacity: 1
}

.t-icon-games-favorites,
.t-icon-games-recently {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-icon-crown {
	z-index: 1;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQgNi4zOThBMy4zOTcgMy4zOTcgMCAwMDEyLjAwNSAzYy00LjUwOC4xNzktNC41MDcgNi42MTggMCA2Ljc5NkEzLjM5NSAzLjM5NSAwIDAwMTUuNCA2LjM5OHpNMjIuOTIgNi44NmEyLjM4NiAyLjM4NiAwIDAwLTIuMzg2LTIuMzg1Yy0zLjE2My4xMi0zLjE2MiA0LjY0NSAwIDQuNzdBMi4zODUgMi4zODUgMCAwMDIyLjkyIDYuODZ6TTUuODUyIDYuODhhMi40IDIuNCAwIDAwLTIuNC0yLjRjLTMuMTkuMTI3LTMuMTg4IDQuNjggMCA0LjgxYTIuNCAyLjQgMCAwMDIuNC0yLjQxek0zLjQyNSAxMS4zM2ExLjA4IDEuMDggMCAwMC45NDItLjU0NGwuMTExLS4xOTRIMi4zNzJsLjExMi4xOTRhMS4wOCAxLjA4IDAgMDAuOTQuNTQzek0yMy4wMTUgMTguMDk1QS45ODUuOTg1IDAgMDAyNCAxNy4xMXYtNC43NTdhMS44IDEuOCAwIDAwLS43Mi0xLjQ0bC0uMzY5LjYzOGMtMS4wMDYgMS43OTMtMy42NDQgMS44MzQtNC42Ni4wMzNsLS40MDEtLjY5NWMtLjA5NS4wNjUtLjE4NC4xNC0uMjY1LjIyMmE0LjggNC44IDAgMDExLjI0MiAzLjIyOHYzLjc1N2w0LjE4OC0uMDAxem0tMS4wMzgtNC41M2EuNzk3Ljc5NyAwIDAxLjc5NS43OThjLS4wNCAxLjA1Ny0xLjU1IDEuMDU2LTEuNTkyIDBhLjc5Ny43OTcgMCAwMS43OTctLjc5N3oiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMS4wODYgMTEuNTVsLS4zNTItLjYwN0ExLjggMS44IDAgMDAwIDEyLjM5djQuNzU4YS45ODQuOTg0IDAgMDAuOTg1Ljk4NGg0LjJ2LTMuNzljMC0xLjE4Ni40MzctMi4zMzEgMS4yMy0zLjIxNGExLjgwMSAxLjgwMSAwIDAwLS4yNzEtLjIyNWwtLjM5NC42ODRjLTEuMDIgMS43OTYtMy42NTcgMS43NTUtNC42NjQtLjAzOHptMS42ODggMi44MTNhLjc5Ny43OTcgMCAwMS0uNzk2Ljc5NmMtMS4wNTgtLjA0Mi0xLjA1Ni0xLjU1MSAwLTEuNTkyYS43OTcuNzk3IDAgMDEuNzk2Ljc5NnpNMjAuNTcgMTEuMzNhMS4wOCAxLjA4IDAgMDAuOTQxLS41NDRsLjEzNS0uMjMyaC0yLjE1MmwuMTM0LjIzMmExLjA4IDEuMDggMCAwMC45NDEuNTQzek0xNC45NDggMTEuMjQ2bC0uNjEgMS4wNTVjLTEuMDA2IDEuNzkzLTMuNjQzIDEuODM0LTQuNjU5LjAzMWwtLjYyNi0xLjA4YTMuMjQgMy4yNCAwIDAwLTIuMjggMy4wOXY1LjU2M2EuOTg1Ljk4NSAwIDAwLjk4NS45ODZoOC40ODZhLjk4Ny45ODcgMCAwMC45ODYtLjk4NXYtNS41NjJhMy4yNCAzLjI0IDAgMDAtMi4yODItMy4wOTh6bS01Ljc4IDUuNzZhLjc5Ny43OTcgMCAwMS0uNzk3LS43OTZjLjA0Mi0xLjA1NiAxLjU1Mi0xLjA1NiAxLjU5NCAwYS43OTcuNzk3IDAgMDEtLjc5Ny43OXYuMDA2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMiAxMi4wOGExLjA4IDEuMDggMCAwMC45NDItLjU0M2wuMjQ4LS40MzJoLTIuMzhsLjI0OC40MzJhMS4wOCAxLjA4IDAgMDAuOTQyLjU0M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50% 50%
}

.t-icon-apple {
	width: 40px;
	height: 40px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMCIvPjxwYXRoIGZpbGw9IiMxMjEyMTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI0LjM5IDhjLjIwOSAxLjQyMi0uMzcgMi44MTYtMS4xMzQgMy44MDEtLjgxNyAxLjA1OC0yLjIyNSAxLjg3NS0zLjU5IDEuODMzLS4yNDktMS4zNjIuMzg5LTIuNzY1IDEuMTY1LTMuNzA4Ljg1MS0xLjA0IDIuMzEtMS44NCAzLjU1OC0xLjkyNm00LjA5OCAyMC4wMThjLjcwMy0xLjA3OC45NjYtMS42MjIgMS41MTItMi44MzktMy45NzEtMS41MS00LjYwOC03LjE1Ni0uNjc3LTkuMzIzLTEuMi0xLjUwNC0yLjg4NC0yLjM3NS00LjQ3NC0yLjM3NS0xLjE0NiAwLTEuOTMxLjI5OS0yLjY0NS41Ny0uNTk0LjIyNy0xLjE0LjQzNS0xLjgwMy40MzUtLjcxNiAwLTEuMzUtLjIyOC0yLjAxNS0uNDY2LS43My0uMjYyLTEuNDk3LS41MzYtMi40NDctLjUzNi0xLjc4NSAwLTMuNjg0IDEuMDktNC44ODkgMi45NTRDOS4zNTcgMTkuMDY0IDkuNjQ2IDI0IDEyLjM5MSAyOC4yMDRjLjk4MiAxLjUwNSAyLjI5MyAzLjE5NSA0LjAwNyAzLjIxLjcxMi4wMDggMS4xODUtLjIwNSAxLjY5OC0uNDM1LjU4Ni0uMjYzIDEuMjI0LS41NDkgMi4zMjctLjU1NCAxLjExLS4wMDcgMS43MzguMjgyIDIuMzE2LjU1LjUuMjMuOTYyLjQ0MyAxLjY2OC40MzUgMS43MTYtLjAxMyAzLjEtMS44ODcgNC4wOC0zLjM5MiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat 50%/contain
}

.t-icon-google {
	width: 40px;
	height: 40px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMCIvPjxwYXRoIGZpbGw9IiNFQTQzMzUiIGQ9Ik0yMCAxNC42ODRjMS42MjggMCAyLjcyNi43MDMgMy4zNTEgMS4yOWwyLjQ0Ni0yLjM4OEMyNC4yOTUgMTIuMTkgMjIuMzQgMTEuMzMzIDIwIDExLjMzM2E4LjY2IDguNjYgMCAwMC03Ljc0MiA0Ljc3NmwyLjgwMiAyLjE3N2MuNzAzLTIuMDkgMi42NDgtMy42MDIgNC45NC0zLjYwMiIvPjxwYXRoIGZpbGw9IiM0Mjg1RjQiIGQ9Ik0yOC4zMiAyMC4xOTNjMC0uNzEzLS4wNTgtMS4yMzMtLjE4My0xLjc3MkgyMHYzLjIxNmg0Ljc3NmMtLjA5Ni44LS42MTYgMi4wMDMtMS43NzEgMi44MTJsMi43MzUgMi4xMTljMS42MzctMS41MTIgMi41OC0zLjczNyAyLjU4LTYuMzc1Ii8+PHBhdGggZmlsbD0iI0ZCQkMwNSIgZD0iTTE1LjA3IDIxLjcxNEE1LjMgNS4zIDAgMDExNC43OCAyMGMwLS41OTcuMTA3LTEuMTc1LjI4LTEuNzE0bC0yLjgwMi0yLjE3N2E4LjcgOC43IDAgMDAtLjkyNCAzLjg5IDguNyA4LjcgMCAwMC45MjQgMy44OTF6Ii8+PHBhdGggZmlsbD0iIzM0QTg1MyIgZD0iTTIwIDI4LjY2N2MyLjM0IDAgNC4zMDUtLjc3IDUuNzQtMi4xbC0yLjczNS0yLjExOGMtLjczMi41MS0xLjcxNC44NjYtMy4wMDUuODY2LTIuMjkyIDAtNC4yMzctMS41MTItNC45My0zLjYwMWwtMi44MDIgMi4xNzZjMS40MjUgMi44MzEgNC4zNDIgNC43NzYgNy43MzIgNC43NzYiLz48L3N2Zz4=) no-repeat 50%/contain
}

.t-icon-telegram {
	width: 40px;
	height: 40px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTIwIDQwYzExLjA0NiAwIDIwLTguOTU0IDIwLTIwUzMxLjA0NiAwIDIwIDAgMCA4Ljk1NCAwIDIwczguOTU0IDIwIDIwIDIwIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuNDQ4IDIwLjk3OWMyLjMzOC0xLjI4OCA0Ljk0OC0yLjM2MyA3LjM4Ny0zLjQ0MyA0LjE5NS0xLjc3IDguNDA3LTMuNTA4IDEyLjY2MS01LjEyNy44MjgtLjI3NiAyLjMxNS0uNTQ2IDIuNDYuNjgtLjA3OSAxLjczNy0uNDA3IDMuNDYzLS42MzMgNS4xOS0uNTcyIDMuNzk2LTEuMjMzIDcuNTc5LTEuODc3IDExLjM2Mi0uMjIyIDEuMjYtMS44MDEgMS45MTMtMi44MTEgMS4xMDYtMi40MjgtMS42NC00Ljg3NC0zLjI2NC03LjI3LTQuOTQxLS43ODYtLjc5OC0uMDU4LTEuOTQ0LjY0My0yLjUxMyAyLTEuOTcgNC4xMi0zLjY0NSA2LjAxNS01LjcxNy41MTEtMS4yMzUtLjk5OS0uMTk0LTEuNDk3LjEyNC0yLjczOCAxLjg4Ny01LjQwOCAzLjg4OC04LjI5NCA1LjU0Ni0xLjQ3NC44MTItMy4xOTIuMTE4LTQuNjY2LS4zMzUtMS4zMi0uNTQ3LTMuMjU3LTEuMDk4LTIuMTE4LTEuOTMyIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMjYuNjY4IiB4Mj0iMTYuNjY4IiB5MT0iNi42NjgiIHkyPSIzMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMzN0FFRTIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxRTk2QzgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=) no-repeat 50%/contain
}

.t-icon-facebook {
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuMjQgMy41MmgxLjZhLjMyLjMyIDAgMDAuMzItLjMyVjEuMDQ0YS4zMi4zMiAwIDAwLS4yOTYtLjMxOUEzNyAzNyAwIDAwNi42NDUuNjRDNC42OC42NCAzLjQgMS44MTggMy40IDMuOTU4VjYuMDhIMS4xNmEuMzIuMzIgMCAwMC0uMzIuMzJ2Mi4yNGMwIC4xNzcuMTQzLjMyLjMyLjMySDMuNHY2LjA4YzAgLjE3Ny4xNDMuMzIuMzIuMzJoMi4yNGEuMzIuMzIgMCAwMC4zMi0uMzJWOC45NmgyLjMxYS4zMi4zMiAwIDAwLjMxOS0uMjg1bC4yNDktMi4yNGEuMzIuMzIgMCAwMC0uMzE4LS4zNTVINi4yOHYtMS42YzAtLjUzLjQzLS45Ni45Ni0uOTYiLz48L3N2Zz4=) no-repeat 50%/contain
}

.t-icon-back {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMAEH+AkM/f4O8cebnYAAAAMElEQVQY02NgoBJgYsIixsmKTYyRumKcHGwwwAIVZObkZIcDmCBQFFM7DUWZqRW0ACt6AW6r/U4vAAAAAElFTkSuQmCC") no-repeat 50%/contain
}

.t-icon-filter {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uODMzIDQuMTY3aDE4LjMzNHYxLjY2NkguODMzVjQuMTY2em0yLjc3OCA1LjQxNkgxNi4zOXYxLjY2N0gzLjYxMVY5LjU4M3pNNi4zOSAxNWg3LjIyMnYxLjY2Nkg2LjM5VjE1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-social-telegram {
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTIwIDQwYzExLjA0NiAwIDIwLTguOTU0IDIwLTIwUzMxLjA0NiAwIDIwIDAgMCA4Ljk1NCAwIDIwczguOTU0IDIwIDIwIDIwIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuNDQ4IDIwLjk3OWMyLjMzOC0xLjI4OCA0Ljk0OC0yLjM2MyA3LjM4Ny0zLjQ0MyA0LjE5NS0xLjc3IDguNDA3LTMuNTA4IDEyLjY2MS01LjEyNy44MjgtLjI3NiAyLjMxNS0uNTQ2IDIuNDYuNjgtLjA3OSAxLjczNy0uNDA3IDMuNDYzLS42MzMgNS4xOS0uNTcyIDMuNzk2LTEuMjMzIDcuNTc5LTEuODc3IDExLjM2Mi0uMjIyIDEuMjYtMS44MDEgMS45MTMtMi44MTEgMS4xMDYtMi40MjgtMS42NC00Ljg3NC0zLjI2NC03LjI3LTQuOTQxLS43ODYtLjc5OC0uMDU4LTEuOTQ0LjY0My0yLjUxMyAyLTEuOTcgNC4xMi0zLjY0NSA2LjAxNS01LjcxNy41MTEtMS4yMzUtLjk5OS0uMTk0LTEuNDk3LjEyNC0yLjczOCAxLjg4Ny01LjQwOCAzLjg4OC04LjI5NCA1LjU0Ni0xLjQ3NC44MTItMy4xOTIuMTE4LTQuNjY2LS4zMzUtMS4zMi0uNTQ3LTMuMjU3LTEuMDk4LTIuMTE4LTEuOTMyIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMjYuNjY4IiB4Mj0iMTYuNjY4IiB5MT0iNi42NjgiIHkyPSIzMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMzN0FFRTIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxRTk2QzgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=) no-repeat 50%/contain
}

.t-icon-social-whatsapp {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMjJsMS40MTMtNS4xMzZhOS44NTMgOS44NTMgMCAwMS0xLjMzLTQuOTU1QzIuMDg3IDYuNDQ2IDYuNTU0IDIgMTIuMDQzIDJhOS45MTggOS45MTggMCAwMTcuMDQ0IDIuOTA3QTkuODMgOS44MyAwIDAxMjIgMTEuOTE4Yy0uMDAzIDUuNDY1LTQuNDcgOS45MS05Ljk1OCA5LjkxYTEwIDEwIDAgMDEtNC43NjMtMS4yMDZMMiAyMnptNS41MjQtMy4xNzJjMS40MDMuODI5IDIuNzQzIDEuMzI1IDQuNTE1IDEuMzI2IDQuNTYxIDAgOC4yNzctMy42OTUgOC4yOC04LjIzNy4wMDEtNC41NTItMy42OTctOC4yNDItOC4yNzQtOC4yNDQtNC41NjUgMC04LjI3OCAzLjY5NS04LjI4IDguMjM3IDAgMS44NTQuNTQ1IDMuMjQyIDEuNDYyIDQuNjk1bC0uODM2IDMuMDQgMy4xMzMtLjgxN3ptOS41MzQtNC41NTRjLS4wNjItLjEwMy0uMjI4LS4xNjUtLjQ3Ny0uMjg5LS4yNDktLjEyNC0xLjQ3Mi0uNzIzLTEuNy0uODA2LS4yMjgtLjA4Mi0uMzk0LS4xMjQtLjU2LjEyNC0uMTY3LjI0OC0uNjQ0LjgwNi0uNzg5Ljk3MS0uMTQ1LjE2NS0uMjkuMTg2LS41MzkuMDYyLS4yNDktLjEyNC0xLjA1LS4zODUtMi4wMDEtMS4yMy0uNzQtLjY1Ni0xLjI0LTEuNDY3LTEuMzg0LTEuNzE1LS4xNDUtLjI0OC0uMDE1LS4zODIuMTA5LS41MDUuMTEyLS4xMTEuMjQ4LS4yOS4zNzMtLjQzNC4xMjctLjE0NC4xNjgtLjI0Ny4yNTEtLjQxMy4wODMtLjE2NS4wNDItLjMxLS4wMi0uNDM0LS4wNjMtLjEyMy0uNTYtMS4zNDMtLjc2OC0xLjgzOC0uMjAyLS40ODMtLjQwNy0uNDE4LS41Ni0uNDI1bC0uNDc3LS4wMDlhLjkxNC45MTQgMCAwMC0uNjYzLjMxYy0uMjI4LjI0OS0uODcxLjg0Ny0uODcxIDIuMDY2IDAgMS4yMi44OTIgMi4zOTcgMS4wMTYgMi41NjIuMTI0LjE2NSAxLjc1NCAyLjY2NiA0LjI1IDMuNzM5LjU5NC4yNTUgMS4wNTcuNDA3IDEuNDE4LjUyMi41OTYuMTg4IDEuMTM5LjE2MSAxLjU2OC4wOTguNDc4LS4wNyAxLjQ3Mi0uNiAxLjY4LTEuMTc3LjIwNy0uNTguMjA3LTEuMDc1LjE0NC0xLjE3OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-policy-close:before {
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy43MDcgMS43MDdBMSAxIDAgMDAxNi4yOTMuMjkzTDkgNy41ODYgMS43MDcuMjkzQTEgMSAwIDAwLjI5MyAxLjcwN0w3LjU4NiA5IC4yOTMgMTYuMjkzYTEgMSAwIDEwMS40MTQgMS40MTRMOSAxMC40MTRsNy4yOTMgNy4yOTNhMSAxIDAgMDAxLjQxNC0xLjQxNEwxMC40MTQgOWw3LjI5My03LjI5M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-account {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41IDRhNCA0IDAgMTAwIDggNCA0IDAgMDAwLTh6bS01IDRhNSA1IDAgMTExMCAwIDUgNSAwIDAxLTEwIDB6TTEyLjUgMTZjLTMuMjY4IDAtNS44MjMgMi4wOTUtNy4wNDcgNC43MTJhLjUuNSAwIDAxLS45MDYtLjQyNEM1LjkwMSAxNy4zOTUgOC43NjcgMTUgMTIuNSAxNWMzLjczMyAwIDYuNiAyLjM5NSA3Ljk1MyA1LjI4OGEuNS41IDAgMDEtLjkwNi40MjRDMTguMzIzIDE4LjA5NSAxNS43NjcgMTYgMTIuNSAxNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-bonuses {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy44NzEgNmgyLjE1NWExLjUgMS41IDAgMTAtMS4wODctMi41NmMtLjMwMy4zMDMtLjk0OC45OC0xLjQ5OCAxLjU2MmwtLjI1NC4yNjkuMDIuMDIyLjAxNy4wMTcuMDA0LjAwNHYuMDAxaC4wMDFMMTIuNSA2bC0uNzMtLjY4NGguMDAxbC4wMDEtLjAwMi4wMDQtLjAwNC4wMTYtLjAxNy4wMjEtLjAyMkwxMS41NiA1Yy0uNTUtLjU4LTEuMTk1LTEuMjU4LTEuNDk4LTEuNTYxQTEuNSAxLjUgMCAxMDguOTc0IDZoMi4xNTVsLjY0Mi0uNjg0TDEyLjUgNmwuNzMtLjY4NC42NDEuNjg0em0zLjg5Ny0zLjI2OEEyLjUgMi41IDAgMDExOCA2aDIuMTg2Yy43MjUgMCAxLjMxMy41ODggMS4zMTMgMS4zMTN2My4zNzVjMCAuNzI0LS41ODggMS4zMTItMS4zMTMgMS4zMTJINC44MTNBMS4zMTIgMS4zMTIgMCAwMTMuNSAxMC42ODdWNy4zMTNDMy41IDYuNTg4IDQuMDg4IDYgNC44MTMgNmgyLjE4NmEyLjUgMi41IDAgMDEzLjc2OS0zLjI2OGMuMzA0LjMwNS45MjUuOTU2IDEuNDU4IDEuNTJsLjI3NC4yOS4yNzQtLjI5Yy41MzMtLjU2NCAxLjE1NC0xLjIxNSAxLjQ1OC0xLjUyYTIuNSAyLjUgMCAwMTMuNTM2IDB6bS0zLjY1MyA0LjI3TDEzIDcuMDAyVjExaDcuMTg4Yy4xNzIgMCAuMzEyLS4xNC4zMTItLjMxM1Y3LjMxM0EuMzEyLjMxMiAwIDAwMjAuMTg3IDdoLTQuMTUzYy0uMjI0LjAwMy0xLjEwNi4wMDMtMS45Mi4wMDN6bS0zLjIzIDBMMTIgNy4wMDJWMTFINC44MTJhLjMxMi4zMTIgMCAwMS0uMzEyLS4zMTNWNy4zMTNjMC0uMTczLjE0LS4zMTMuMzEzLS4zMTNoNC4xNTNjLjIyNC4wMDMgMS4xMDYuMDAzIDEuOTIuMDAzek0xMyAyMWg2LjE4OGMuMTcyIDAgLjMxMi0uMTQuMzEyLS4zMTNWMTNoMXY3LjY4OGMwIC43MjQtLjU4OCAxLjMxMi0xLjMxMyAxLjMxMkg1LjgxM0ExLjMxMiAxLjMxMiAwIDAxNC41IDIwLjY4N1YxM2gxdjcuNjg4YzAgLjE3Mi4xNC4zMTIuMzEzLjMxMkgxMnYtOGgxdjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-finance {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjUgNEEyLjUgMi41IDAgMDA0IDYuNXYxMUEyLjUgMi41IDAgMDA2LjUgMjBIMThhMiAyIDAgMDAyLTJoLTFhMSAxIDAgMDEtMSAxSDYuNUExLjUgMS41IDAgMDE1IDE3LjV2LTljLjQxOC4zMTQuOTM3LjUgMS41LjVIMThhMSAxIDAgMDExIDFoMWEyIDIgMCAwMC0yLTJINi41YTEuNSAxLjUgMCAxMTAtM2gxMEExLjUgMS41IDAgMDExOCA2LjVWN2gxdi0uNUEyLjUgMi41IDAgMDAxNi41IDRoLTEwek0xOSAxNXYtMmgxdjJoLTF6bS01LTEuNWEyLjUgMi41IDAgMDEyLjUtMi41SDIwdjFoLTMuNWExLjUgMS41IDAgMDAtMS41IDEuNXYxYTEuNSAxLjUgMCAwMDEuNSAxLjVIMjB2MWgtMy41YTIuNSAyLjUgMCAwMS0yLjUtMi41di0xem0yIDBhLjUuNSAwIDAxMSAwdjFhLjUuNSAwIDAxLTEgMHYtMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-preferences {
	background: url(../images/preferences.791429b.svg) no-repeat 50%/contain
}

.t-icon-avatar-edit {
	background: url(../images/camera.3f4694f.svg) no-repeat 50%/contain;
	opacity: .66;
	transition: all .3s ease-in-out
}

.t-icon-details {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMi41IiB5PSI0IiB3aWR0aD0iMTAiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjQjlBNUZBIi8+PHJlY3QgeD0iMi41IiB5PSIxOSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iI0I5QTVGQSIvPjxyZWN0IHg9IjIuNSIgeT0iMTEuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjQjlBNUZBIi8+PHJlY3QgeD0iMTkuNSIgeT0iNCIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjQjlBNUZBIi8+PHJlY3QgeD0iMTkuNSIgeT0iMTkiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iI0I5QTVGQSIvPjxyZWN0IHg9IjEyLjUiIHk9IjExLjUiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiNCOUE1RkEiLz48Y2lyY2xlIGN4PSIxNiIgY3k9IjQuNSIgcj0iMiIgc3Ryb2tlPSIjQjlBNUZBIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSIxOS41IiByPSIyIiBzdHJva2U9IiNCOUE1RkEiLz48Y2lyY2xlIGN4PSI5IiBjeT0iMTIiIHI9IjIiIHN0cm9rZT0iI0I5QTVGQSIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-security {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIGZpbGw9IiNmZmYiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuNSA3djJoLTZWN2EzIDMgMCAxMTYgMHptLTcgMlY3YTQgNCAwIDAxOCAwdjJhMyAzIDAgMDEzIDN2NmEzIDMgMCAwMS0zIDNoLThhMyAzIDAgMDEtMy0zdi02YTMgMyAwIDAxMy0zem0xIDFoLTFhMiAyIDAgMDAtMiAydjZhMiAyIDAgMDAyIDJoOGEyIDIgMCAwMDItMnYtNmEyIDIgMCAwMC0yLTJoLTd6bTMuNSA0Ljg2NmExIDEgMCAxMC0xIDBWMTYuNWEuNS41IDAgMDAxIDB2LTEuNjM0eiIvPjwvbWFzaz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjUgN3YyaC02VjdhMyAzIDAgMTE2IDB6bS03IDJWN2E0IDQgMCAwMTggMHYyYTMgMyAwIDAxMyAzdjZhMyAzIDAgMDEtMyAzaC04YTMgMyAwIDAxLTMtM3YtNmEzIDMgMCAwMTMtM3ptMSAxaC0xYTIgMiAwIDAwLTIgMnY2YTIgMiAwIDAwMiAyaDhhMiAyIDAgMDAyLTJ2LTZhMiAyIDAgMDAtMi0yaC03em0zLjUgNC44NjZhMSAxIDAgMTAtMSAwVjE2LjVhLjUuNSAwIDAwMSAwdi0xLjYzNHoiIGZpbGw9IiNCOUE1RkEiLz48cGF0aCBkPSJNMTUuNSA5djFoMVY5aC0xem0tNiAwaC0xdjFoMVY5em0tMSAwdjFoMVY5aC0xem04IDBoLTF2MWgxVjl6TTEzIDE0Ljg2NmwtLjUtLjg2NS0uNS4yODh2LjU3N2gxem0tMSAwaDF2LS41NzdsLS41LS4yODgtLjUuODY1ek0xNi41IDlWN2gtMnYyaDJ6bS03IDFoNlY4aC02djJ6bS0xLTN2MmgyVjdoLTJ6bTQtNGE0IDQgMCAwMC00IDRoMmEyIDIgMCAwMTItMlYzem00IDRhNCA0IDAgMDAtNC00djJhMiAyIDAgMDEyIDJoMnptLTkgMHYyaDJWN2gtMnptNS01YTUgNSAwIDAwLTUgNWgyYTMgMyAwIDAxMy0zVjJ6bTUgNWE1IDUgMCAwMC01LTV2MmEzIDMgMCAwMTMgM2gyem0wIDJWN2gtMnYyaDJ6bTMgM2E0IDQgMCAwMC00LTR2MmEyIDIgMCAwMTIgMmgyem0wIDZ2LTZoLTJ2Nmgyem0tNCA0YTQgNCAwIDAwNC00aC0yYTIgMiAwIDAxLTIgMnYyem0tOCAwaDh2LTJoLTh2MnptLTQtNGE0IDQgMCAwMDQgNHYtMmEyIDIgMCAwMS0yLTJoLTJ6bTAtNnY2aDJ2LTZoLTJ6bTQtNGE0IDQgMCAwMC00IDRoMmEyIDIgMCAwMTItMlY4em0wIDNoMVY5aC0xdjJ6bS0xIDFhMSAxIDAgMDExLTFWOWEzIDMgMCAwMC0zIDNoMnptMCA2di02aC0ydjZoMnptMSAxYTEgMSAwIDAxLTEtMWgtMmEzIDMgMCAwMDMgM3YtMnptOCAwaC04djJoOHYtMnptMS0xYTEgMSAwIDAxLTEgMXYyYTMgMyAwIDAwMy0zaC0yem0wLTZ2Nmgydi02aC0yem0tMS0xYTEgMSAwIDAxMSAxaDJhMyAzIDAgMDAtMy0zdjJ6bS0xIDBoMVY5aC0xdjJ6bS02IDBoNlY5aC02djJ6bTMgM2wxIDEuNzMyYTIgMiAwIDAwMS0xLjczMmgtMnptMCAwaDJhMiAyIDAgMDAtMi0ydjJ6bTAgMHYtMmEyIDIgMCAwMC0yIDJoMnptMCAwaC0yYTIgMiAwIDAwMSAxLjczMmwxLTEuNzMxem0tMS41Ljg2NlYxNi41aDJ2LTEuNjM0aC0yem0wIDEuNjM0YTEuNSAxLjUgMCAwMDEuNSAxLjV2LTJhLjUuNSAwIDAxLjUuNWgtMnptMS41IDEuNWExLjUgMS41IDAgMDAxLjUtMS41aC0yYS41LjUgMCAwMS41LS41djJ6bTEuNS0xLjV2LTEuNjM0aC0yVjE2LjVoMnoiIGZpbGw9IiNCOUE1RkEiIG1hc2s9InVybCgjYSkiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-info {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 0;
	cursor: pointer;
	background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MTEzXzY2Njk3KSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxNy41YTcuNSA3LjUgMCAxMTAtMTUgNy41IDcuNSAwIDAxMCAxNXpNLjgzMyAxMGE5LjE2NyA5LjE2NyAwIDEwMTguMzM0IDBBOS4xNjcgOS4xNjcgMCAwMC44MzMgMTB6bTguMzM0IDQuMTY2aDEuNjc1VjEyLjVIOS4xNjd2MS42NjZ6bTEuNjY3LTMuMzMzdi01SDkuMTY3djVoMS42Njd6IiBmaWxsPSIjRDgyRTM5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTYxMTNfNjY2OTciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
	transition: .3s
}

.t-icon-info:after,
.t-icon-info:before {
	content: none
}

.t-icon-info .t-icon_alarm {
	color: #fff;
	background: transparent;
	border: 1px solid #e15541
}

.t-icon-info .t-icon_alarm .t-icon:hover {
	background: transparent
}

.t-icon-info .t-icon_yellow {
	color: #ff5a00;
	background: transparent;
	border: 1px solid #ff5a00
}

.t-icon-info .t-icon_yellow .t-icon:hover {
	background: transparent
}

.t-icon-arrow-down {
	display: block;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43OSAzLjIyYS43NzcuNzc3IDAgMDEwIDEuMDZsLTQuMjg1IDQuNUEuNjk3LjY5NyAwIDAxNiA5YS42OTcuNjk3IDAgMDEtLjUwNS0uMjJsLTQuMjg2LTQuNWEuNzc3Ljc3NyAwIDAxMC0xLjA2LjY5LjY5IDAgMDExLjAxIDBMNiA3LjE5bDMuNzgtMy45N2EuNjkuNjkgMCAwMTEuMDEgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/100%
}

.t-icon-arrow-down:after,
.t-icon-arrow-down:before {
	content: none
}

.t-icon-lock {
	display: block;
	width: 10px;
	height: 12px;
	background: url(../images/lock.bcd974b.svg) no-repeat 50%/contain
}

.t-icon-lock .t-icon:after,
.t-icon-lock .t-icon:before {
	background: none
}

.t-icon-exit {
	display: block;
	width: 14px;
	height: 14px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuMjIgMTEuMjlhLjc3Ny43NzcgMCAwMDEuMDYgMCAuNjkuNjkgMCAwMDAtMS4wMUwzLjA5OCA3LjI1aDcuNjUyYS43NS43NSAwIDAwMC0xLjVIMy4wOThMNi4yOCAyLjcyYS42OS42OSAwIDAwMC0xLjAxLjc3Ny43NzcgMCAwMC0xLjA2IDBMLjcyIDUuOTk0QS43LjcgMCAwMC41IDYuNWMwIC4xOS4wNzkuMzcxLjIyLjUwNXoiLz48L3N2Zz4=) no-repeat 50%/contain
}

.t-icon-notification {
	display: block;
	width: 16px;
	height: 16px
}

.t-icon-notification .t-icon:after,
.t-icon-notification .t-icon:before {
	background: none
}

.t-icon-withdrawal {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMjhoMjRNMTggMjNWN20wIDBsLTQgNG00LTRsNCA0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-withdrawal .t-icon:after,
.t-icon-withdrawal .t-icon:before {
	content: none
}

.t-icon-refill {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDJhMSAxIDAgMDExIDF2MTAuNTg2bDIuMjkzLTIuMjkzYTEgMSAwIDAxMS40MTQgMS40MTRsLTQgNGExIDEgMCAwMS0xLjQxNCAwbC00LTRhMSAxIDAgMTExLjQxNC0xLjQxNEwxMSAxMy41ODZWM2ExIDEgMCAwMTEtMXpNNSAxN2ExIDEgMCAwMTEgMXYyaDEydi0yYTEgMSAwIDExMiAwdjJhMiAyIDAgMDEtMiAySDZhMiAyIDAgMDEtMi0ydi0yYTEgMSAwIDAxMS0xeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-refill .t-icon:after,
.t-icon-refill .t-icon:before {
	content: none
}

.t-icon-bonus,
.t-icon-bonus_activated,
.t-icon-bonus_failed,
.t-icon-bonus_remove,
.t-icon-bonus_wagered {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIuNWExIDEgMCAwMS44OTUuNTUzbDIuNTc4IDUuMTU4IDUuNjcxLjgyNGExIDEgMCAwMS41NTQgMS43MDZsLTQuMTI3IDQuMDI0LjkyOCA1LjY3NGExIDEgMCAwMS0xLjQ1NSAxLjA0NEwxMiAxOC44MDdsLTUuMDQ0IDIuNjc2YTEgMSAwIDAxLTEuNDU1LTEuMDQ0bC45MjgtNS42NzQtNC4xMjctNC4wMjRhMSAxIDAgMDEuNTU0LTEuNzA2bDUuNjctLjgyNCAyLjU4LTUuMTU4QTEgMSAwIDAxMTIgMi41em0wIDMuMjM2bC0xLjkxOCAzLjgzNmExIDEgMCAwMS0uNzUuNTQzbC00LjE4NC42MDggMy4wNSAyLjk3M2ExIDEgMCAwMS4yODkuODc4TDcuOCAxOC43NzFsMy43MzEtMS45OGExIDEgMCAwMS45MzggMGwzLjczMSAxLjk4LS42ODctNC4xOTdhMSAxIDAgMDEuMjg5LS44NzdsMy4wNS0yLjk3NC00LjE4My0uNjA4YTEgMSAwIDAxLS43NS0uNTQzTDEyIDUuNzM2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-bonus .t-icon:after,
.t-icon-bonus .t-icon:before,
.t-icon-bonus_activated .t-icon:after,
.t-icon-bonus_activated .t-icon:before,
.t-icon-bonus_failed .t-icon:after,
.t-icon-bonus_failed .t-icon:before,
.t-icon-bonus_remove .t-icon:after,
.t-icon-bonus_remove .t-icon:before,
.t-icon-bonus_wagered .t-icon:after,
.t-icon-bonus_wagered .t-icon:before {
	content: none
}

.t-icon-service_cashback {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4IDdsMy42MiA2LjAxNyA2Ljg0MiAxLjU4NC00LjYwNCA1LjMwMy42MDggNi45OTVMMTggMjQuMTZsLTYuNDY2IDIuNzQuNjA3LTYuOTk2TDcuNTM5IDE0LjZsNi44NDEtMS41ODVMMTggN3oiIHN0cm9rZT0iI2ZmZiIgZmlsbD0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-service_cashback .t-icon:after,
.t-icon-service_cashback .t-icon:before {
	content: none
}

.t-icon-game_session {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgNi43NDFjMC0xLjU0NCAxLjY3NC0yLjUwNSAzLjAwOC0xLjcyOGw5LjAxNSA1LjI2YzEuMzIzLjc3MSAxLjMyMyAyLjY4MyAwIDMuNDU1bC05LjAxNSA1LjI1OEM3LjY3NCAxOS43NjQgNiAxOC44MDMgNiAxNy4yNlY2Ljc0MXpNMTcuMDE1IDEyTDggNi43NDFWMTcuMjZMMTcuMDE1IDEyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-game_session .t-icon:after,
.t-icon-game_session .t-icon:before {
	content: none
}

.t-icon-service_transfer {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iNCIgc3Ryb2tlPSIjQTA3NkY0IiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTEuNjkgMjUuNzU4bC42MzItLjc3NS0uNDUyLS4zNjgtLjU0Mi4yMTEuMzYyLjkzMnptMi43NDggMS41ODlsLjk4OC0uMTUyLS4wODgtLjU3NS0uNTQ0LS4yMDctLjM1Ni45MzR6TTguMjQgMjcuMWwtLjg2Ni41LjQzLjc0My43OTktLjMxLS4zNjMtLjkzM3ptLTMtNS4xOTZsLS42MjYtLjc4LS42NjkuNTM3LjQzLjc0My44NjUtLjV6bTIuODg1LTIuMzE1bC42MjYuNzguNDU0LS4zNjQtLjA5Mi0uNTc0LS45ODguMTU4em0wLTMuMTc0bC45ODcuMTU3LjA5Mi0uNTczLS40NTMtLjM2NC0uNjI2Ljc4ek01LjI0IDE0LjFsLS44NjYtLjUtLjQyOS43NDMuNjcuNTM3LjYyNS0uNzh6bTMtNS4xOTZsLjM2My0uOTMyLS44LS4zMTEtLjQyOS43NDMuODY2LjV6bTMuNDQ3IDEuMzRsLS4zNjMuOTMyLjU0My4yMTIuNDUxLS4zNjgtLjYzMS0uNzc2em0yLjc1MS0xLjU5MWwuMzU2LjkzNC41NDQtLjIwNy4wODgtLjU3NS0uOTg4LS4xNTJ6TTE1IDVWNGgtLjg1OGwtLjEzLjg0OEwxNSA1em02IDBsLjk4OC0uMTUyLS4xMy0uODQ4SDIxdjF6bS41NjIgMy42NTNsLS45ODguMTUyLjA4OC41NzUuNTQ0LjIwNy4zNTYtLjkzNHptMi43NSAxLjU5bC0uNjMxLjc3Ni40NTEuMzY4LjU0My0uMjExLS4zNjMtLjkzMnptMy40NDUtMS4zNGwuODY2LS41LS40MjktLjc0Mi0uOC4zMS4zNjMuOTMzem0zIDUuMTk3bC42MjYuNzguNjY5LS41MzctLjQzLS43NDMtLjg2NS41em0tMi44ODIgMi4zMTNsLS42MjYtLjc4LS40NTMuMzY0LjA5MS41NzMuOTg4LS4xNTd6bTAgMy4xNzhsLS45ODgtLjE1OC0uMDkyLjU3NC40NTMuMzY0LjYyNi0uNzh6bTIuODgyIDIuMzEzbC44NjYuNS40MjktLjc0My0uNjctLjUzNy0uNjI1Ljc4em0tMyA1LjE5NmwtLjM2My45MzIuOC4zMTEuNDI5LS43NDMtLjg2Ni0uNXptLTMuNDQ4LTEuMzQxbC4zNjMtLjkzMi0uNTQzLS4yMTEtLjQ1MS4zNjcuNjMxLjc3NnptLTIuNzQ3IDEuNTg4bC0uMzU2LS45MzQtLjU0NC4yMDctLjA4OC41NzUuOTg4LjE1MnpNMjEgMzF2MWguODU4bC4xMy0uODQ4TDIxIDMxem0tNiAwbC0uOTg4LjE1Mi4xMy44NDhIMTV2LTF6bS0zLjk0MS00LjQ2NmExMC45OSAxMC45OSAwIDAwMy4wMjMgMS43NDdsLjcxMi0xLjg2OGE4Ljk4OCA4Ljk4OCAwIDAxLTIuNDczLTEuNDNsLTEuMjYyIDEuNTV6bS0yLjQ1NiAxLjQ5OGwzLjQ1LTEuMzQyLS43MjYtMS44NjQtMy40NSAxLjM0Mi43MjYgMS44NjR6bS00LjIyOS01LjYyOGwzIDUuMTk2IDEuNzMyLTEtMy01LjE5Ni0xLjczMiAxek03LjUgMTguODA5bC0yLjg4NiAyLjMxNSAxLjI1MiAxLjU2IDIuODg1LTIuMzE2LTEuMjUxLTEuNTZ6TTcgMThjMCAuNTk0LjA0NyAxLjE3Ny4xMzggMS43NDZsMS45NzUtLjMxNUE5LjA3NSA5LjA3NSAwIDAxOSAxOEg3em0uMTM3LTEuNzQyQzcuMDQ3IDE2LjgyNiA3IDE3LjQwOCA3IDE4aDJjMC0uNDg2LjAzOS0uOTYzLjExMi0xLjQyOGwtMS45NzUtLjMxNHptMS42MTQtLjYyM0w1Ljg2NiAxMy4zMmwtMS4yNTIgMS41Nkw3LjUgMTcuMTk1bDEuMjUyLTEuNTZ6TTYuMTA2IDE0LjZsMy01LjE5Ni0xLjczMi0xLTMgNS4xOTYgMS43MzIgMXptMS43NzItNC43NjRsMy40NDYgMS4zNC43MjUtMS44NjQtMy40NDYtMS4zNC0uNzI1IDEuODY0em02LjIwNC0yLjExN2ExMC45OSAxMC45OSAwIDAwLTMuMDI3IDEuNzVsMS4yNjQgMS41NWE4Ljk4NyA4Ljk4NyAwIDAxMi40NzUtMS40MzJsLS43MTItMS44Njh6bS0uMDctMi44NzFMMTMuNDUgOC41bDEuOTc2LjMwNC41NjItMy42NTMtMS45NzYtLjMwNHpNMjEgNGgtNnYyaDZWNHptMS41NSA0LjUwMWwtLjU2Mi0zLjY1My0xLjk3Ni4zMDQuNTYyIDMuNjUzIDEuOTc2LS4zMDR6bTIuMzk0Ljk2N2MtLjktLjczMy0xLjkyLTEuMzI4LTMuMDI2LTEuNzVsLS43MTIgMS44N2MuOTAzLjM0NCAxLjczNy44MyAyLjQ3NSAxLjQzbDEuMjYzLTEuNTV6bTIuNDUtMS40OTZsLTMuNDQ0IDEuMzQuNzI1IDEuODY0IDMuNDQ0LTEuMzQtLjcyNS0xLjg2NHptNC4yMjkgNS42MjhsLTMtNS4xOTYtMS43MzIgMSAzIDUuMTk2IDEuNzMyLTF6TTI4LjUgMTcuMTkzbDIuODgyLTIuMzEzLTEuMjUyLTEuNTYtMi44ODIgMi4zMTMgMS4yNTIgMS41NnpNMjkgMThjMC0uNTkzLS4wNDctMS4xNzYtLjEzOC0xLjc0NWwtMS45NzUuMzE1Yy4wNzQuNDY1LjExMy45NDMuMTEzIDEuNDNoMnptLS4xMzggMS43NDhjLjA5LS41Ny4xMzgtMS4xNTQuMTM4LTEuNzQ4aC0yYzAgLjQ4OC0uMDM5Ljk2Ny0uMTEzIDEuNDMzbDEuOTc1LjMxNnptLTEuNjE0LjYyM2wyLjg4MyAyLjMxMyAxLjI1Mi0xLjU2LTIuODgzLTIuMzEzLTEuMjUyIDEuNTZ6bTIuNjQzIDEuMDMzbC0zIDUuMTk2IDEuNzMyIDEgMy01LjE5Ni0xLjczMi0xem0tMS43NzIgNC43NjRsLTMuNDQ3LTEuMzQxLS43MjYgMS44NjQgMy40NDggMS4zNDEuNzI1LTEuODY0em0tNi4yIDIuMTEzYTEwLjk5MiAxMC45OTIgMCAwMDMuMDIxLTEuNzQ2bC0xLjI2Mi0xLjU1MmE4Ljk5IDguOTkgMCAwMS0yLjQ3MiAxLjQzbC43MTIgMS44Njh6bS4wNyAyLjg3MWwuNTYxLTMuNjUzLTEuOTc2LS4zMDQtLjU2MiAzLjY1MyAxLjk3Ni4zMDR6TTE1IDMyaDZ2LTJoLTZ2MnptLTEuNTUtNC41MDFsLjU2MiAzLjY1MyAxLjk3Ni0uMzA0LS41NjItMy42NTMtMS45NzYuMzA0eiIgZmlsbD0iI0EwNzZGNCIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-service_transfer .t-icon:after,
.t-icon-service_transfer .t-icon:before {
	content: none
}

.t-icon-games_rollback,
.t-icon-refund {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4IDE4YzAtNS41MjMtNC40NzctMTAtMTAtMTBTOCAxMi40NzcgOCAxOHM0LjQ3NyAxMCAxMCAxMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMzEgMThoLTZsMyA1IDMtNXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/cover
}

.t-icon-games_rollback .t-icon:after,
.t-icon-games_rollback .t-icon:before,
.t-icon-refund .t-icon:after,
.t-icon-refund .t-icon:before {
	display: none
}

.t-icon-level_up_prize {
	background: url("data:image/svg;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMgMTRDMyAxMy40NDc3IDMuNDQ3NzIgMTMgNCAxM0wxNiAxM0MxNy42NTY5IDEzIDE5IDExLjY1NjkgMTkgMTBMMTkgNkMxOSA1LjQ0NzcxIDE5LjQ0NzcgNSAyMCA1QzIwLjU1MjMgNSAyMSA1LjQ0NzcxIDIxIDZMMjEgMTBDMjEgMTIuNzYxNCAxOC43NjE0IDE1IDE2IDE1TDQgMTVDMy40NDc3MiAxNSAzIDE0LjU1MjMgMyAxNFoiIGZpbGw9IndoaXRlIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjI5Mjg5IDE0LjcwNzFDMi45MDIzNyAxNC4zMTY2IDIuOTAyMzcgMTMuNjgzNCAzLjI5Mjg5IDEzLjI5MjlMNy4yOTI4OSA5LjI5Mjg5QzcuNjgzNDIgOC45MDIzNyA4LjMxNjU4IDguOTAyMzcgOC43MDcxMSA5LjI5Mjg5QzkuMDk3NjMgOS42ODM0MiA5LjA5NzYzIDEwLjMxNjYgOC43MDcxMSAxMC43MDcxTDUuNDE0MjEgMTRMOC43MDcxMSAxNy4yOTI5QzkuMDk3NjMgMTcuNjgzNCA5LjA5NzYzIDE4LjMxNjYgOC43MDcxMSAxOC43MDcxQzguMzE2NTggMTkuMDk3NiA3LjY4MzQyIDE5LjA5NzYgNy4yOTI4OSAxOC43MDcxTDMuMjkyODkgMTQuNzA3MVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+") no-repeat 50%/cover
}

.t-icon-level_up_prize .t-icon:after,
.t-icon-level_up_prize .t-icon:before {
	content: none
}

.t-icon-depositbonus {
	background: url(../images/deposit.c0b4029.png) no-repeat 50%/contain
}

.t-icon-eye {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4yODMgMTUuNDYxbDIuNjI4IDIuNjI4IDEuMTc4LTEuMTc4LTE1LTE1LTEuMTc4IDEuMTc4TDQuMzMgNS41MWwtLjA5OS4wOEMyLjc5MyA2Ljc5IDEuODA3IDguMTggMS4zMTMgOC45NjJhMTQuNTI0IDE0LjUyNCAwIDAwLS4zMy41NTZsLS4wMjkuMDVMLjcwNyAxMGwuMjQ3LjQzMi4wMy4wNTFhMzEuNDIgMzEuNDIgMCAwMC4zMjkuNTU2Yy40OTQuNzgzIDEuNDggMi4xNyAyLjkxOCAzLjM3MiAxLjQ0IDEuMjAyIDMuMzg1IDIuMjU2IDUuNzcgMi4yNTYgMS42NDMgMCAzLjA3OC0uNSA0LjI4Mi0xLjIwNnptLTEuMjI3LTEuMjI2bC0xLjM2Mi0xLjM2M2EzLjMzMyAzLjMzMyAwIDAxLTQuNTY1LTQuNTY1TDUuNTE1IDYuNjk0Yy0uMDczLjA1Ny0uMTQ1LjExNi0uMjE2LjE3NS0xLjI1NSAxLjA0OC0yLjEzMyAyLjI3OS0yLjU3NyAyLjk4MmE3LjA3IDcuMDcgMCAwMC0uMDkxLjE1bC4wOS4xNDhjLjQ0NS43MDMgMS4zMjMgMS45MzQgMi41NzggMi45ODIgMS4yNTQgMS4wNDYgMi44MzIgMS44NyA0LjcwMiAxLjg3IDEuMTI2IDAgMi4xNDctLjMgMy4wNTUtLjc2NnpNOC4zOSA5LjU2OWExLjY3IDEuNjcgMCAwMDIuMDQyIDIuMDQxTDguMzkgOS41N3oiIGZpbGw9IiNBOUE5QTkiLz48cGF0aCBkPSJNMTguNjg5IDExLjA0YTE1LjMwNSAxNS4zMDUgMCAwMS0xLjg5MiAyLjQxM2wtMS4xNzgtMS4xOEExMy42NSAxMy42NSAwIDAwMTcuMzcgMTBhNi42NjEgNi42NjEgMCAwMC0uMDktLjE1Yy0uNDQ0LS43MDItMS4zMjMtMS45MzMtMi41NzgtMi45OEMxMy40NSA1LjgyMiAxMS44NyA1IDEwLjAwMSA1Yy0uNTE2IDAtMS4wMS4wNjMtMS40OC4xNzVMNy4xODUgMy44NDFhOC4wODcgOC4wODcgMCAwMTIuODE1LS41MDhjMi4zODUgMCA0LjMyOSAxLjA1NCA1Ljc3IDIuMjU3IDEuNDM4IDEuMiAyLjQyNCAyLjU4OSAyLjkxOCAzLjM3YTE0LjEwNSAxNC4xMDUgMCAwMS4zMy41NThsLjAyOC4wNS4yNDUuNDMyLS4yNDUuNDMxLS4wMjkuMDUxLS4wOTYuMTY2Yy0uMDcyLjEyNS0uMTY3LjI4Ni0uMjMzLjM5MXoiIGZpbGw9IiNBOUE5QTkiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-eye-cross {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjkxIDEyLjc4N3YtLjAwMWwuMDA2LS4wMDguMDI3LS4wMzcuMTEyLS4xNDdjLjEwMi0uMTI5LjI1NS0uMzE2LjQ1Ny0uNTRhMTMuNTQ0IDEzLjU0NCAwIDAxMS43OTMtMS42NTggMTIuMDYyIDEyLjA2MiAwIDAxMi45MTctMS42NzEgNSA1IDAgMTA3LjU1NiAwYzEuMTQzLjQ1IDIuMTIgMS4wNTggMi45MTcgMS42NzFhMTMuNTQ5IDEzLjU0OSAwIDAxMS43OTMgMS42NTcgMTAuNzMxIDEwLjczMSAwIDAxLjU3LjY4OGwuMDI2LjAzNy4wMDYuMDA4di4wMDFhLjUuNSAwIDAwLjgyLS41NzRsLS40MS4yODcuNDEtLjI4N2gtLjAwMXYtLjAwMmwtLjAwNC0uMDA0LS4wMS0uMDEzYTQuNDkgNC40OSAwIDAwLS4xNjQtLjIxOCAxMS42NiAxMS42NiAwIDAwLS41LS41OTIgMTQuNTUyIDE0LjU1MiAwIDAwLTEuOTI2LTEuNzhDMTcuNjI1IDguMzEgMTUuMTQ1IDcgMTIgNyA4Ljg1NiA3IDYuMzc2IDguMzEgNC42OTUgOS42MDRhMTQuNTQ3IDE0LjU0NyAwIDAwLTEuOTI2IDEuNzggMTEuNjc0IDExLjY3NCAwIDAwLS42NjUuODFsLS4wMS4wMTMtLjAwMi4wMDQtLjAwMS4wMDEuNDA5LjI4OC0uNDEtLjI4N2EuNS41IDAgMDAuODIuNTc0ek04IDEyYTQgNCAwIDExOCAwIDQgNCAwIDAxLTggMHptNiAwYTIgMiAwIDExLTEuNDExLTEuOTEyIDEgMSAwIDEwMS4zMjMgMS4zMjNjLjA1Ny4xODYuMDg4LjM4NC4wODguNTg5eiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-INR {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUwMzRfMjY5ODApIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMzEuNTE3IDE5Ljg3MUExNiAxNiAwIDExLjQ2NSAxMi4xMzhhMTYgMTYgMCAwMTMxLjA1MiA3LjczM3oiIGZpbGwtb3BhY2l0eT0iLjEiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNDUyIDYuMzA0YS42OC42OCAwIDAwMCAxLjM2aDMuOTM1YTQuNTY3IDQuNTY3IDAgMDE0LjUxNiAzLjg4N0g5LjQ1MmEuNjguNjggMCAwMDAgMS4zNjFoOC40NTFhNC41NjYgNC41NjYgMCAwMS00LjUxNiAzLjg4Nkg5LjQ1MmEuNjguNjggMCAwMC0uNDgxIDEuMTYybDcuODcgNy44NzFhLjY4LjY4IDAgMDAuOTYzLS45NjJsLTYuNzEtNi43MWgyLjI5M2E1LjkyOCA1LjkyOCAwIDAwNS44ODktNS4yNDdoNC42MDZhLjY4LjY4IDAgMTAwLTEuMzZoLTQuNjA2YTUuOTI4IDUuOTI4IDAgMDAtMi4xMS0zLjg4N2g2LjcxNmEuNjguNjggMCAxMDAtMS4zNjFIOS40NTJ6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNTAzNF8yNjk4MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgzMnYzMkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-cpf-prize,
.t-icon-prize {
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zNzEgNGgyLjE1NWExLjUgMS41IDAgMTAtMS4wODctMi41NmMtLjMwMy4zMDMtLjk0OC45OC0xLjQ5OCAxLjU2MmwtLjI1NC4yNjkuMDIuMDIyLjAxNy4wMTcuMDA0LjAwNHYuMDAxaC4wMDFMOSA0bC0uNzMtLjY4NGguMDAxbC4wMDEtLjAwMi4wMDQtLjAwNC4wMTYtLjAxNy4wMjEtLjAyMkw4LjA2IDNjLS41NS0uNTgtMS4xOTUtMS4yNTgtMS40OTgtMS41NjFBMS41IDEuNSAwIDEwNS40NzQgNGgyLjE1NGwuNjQzLS42ODRMOSA0bC43My0uNjg0LjY0MS42ODR6TTE0LjI2OC43MzJBMi41IDIuNSAwIDAxMTQuNSA0aDIuMTg3QzE3LjQxMiA0IDE4IDQuNTg4IDE4IDUuMzEzdjMuMzc1QzE4IDkuNDEyIDE3LjQxMiAxMCAxNi42ODcgMTBIMS4zMTNBMS4zMTIgMS4zMTIgMCAwMTAgOC42ODhWNS4zMTNDMCA0LjU4OC41ODggNCAxLjMxMyA0aDIuMTg2QTIuNSAyLjUgMCAwMTcuMjY4LjczMmMuMzA0LjMwNS45MjUuOTU2IDEuNDU4IDEuNTJsLjI3NC4yOS4yNzQtLjI5Yy41MzMtLjU2NCAxLjE1NC0xLjIxNSAxLjQ1OC0xLjUyYTIuNSAyLjUgMCAwMTMuNTM2IDB6bS0zLjY1MyA0LjI3TDkuNSA1LjAwMlY5aDcuMTg4Yy4xNzIgMCAuMzEyLS4xNC4zMTItLjMxMlY1LjMxM0EuMzEyLjMxMiAwIDAwMTYuNjg3IDVoLTQuMTUzYy0uMjI0LjAwMy0xLjEwNi4wMDMtMS45Mi4wMDN6bS0zLjIzIDBMOC41IDUuMDAyVjlIMS4zMTJBLjMxMi4zMTIgMCAwMTEgOC42ODhWNS4zMTNDMSA1LjE0IDEuMTQgNSAxLjMxMyA1aDQuMTUzYy4yMjQuMDAzIDEuMTA2LjAwMyAxLjkyLjAwM3pNOS41IDE5aDYuMTg4Yy4xNzIgMCAuMzEyLS4xNC4zMTItLjMxM1YxMWgxdjcuNjg4YzAgLjcyNC0uNTg4IDEuMzEyLTEuMzEzIDEuMzEySDIuMzEzQTEuMzEyIDEuMzEyIDAgMDExIDE4LjY4N1YxMWgxdjcuNjg4YzAgLjE3Mi4xNC4zMTIuMzEzLjMxMkg4LjV2LThoMXY4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-blocked {
	display: block;
	background: url(../images/lock-icon.cb9562f.svg) no-repeat 50%/contain
}

.t-icon-success {
	width: 20px;
	height: 20px;
	padding: 8px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4MTAxXzgzMDcpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDIuNWE3LjUgNy41IDAgMTAwIDE1IDcuNSA3LjUgMCAwMDAtMTV6TS44MzMgMTBhOS4xNjcgOS4xNjcgMCAxMTE4LjMzNCAwQTkuMTY3IDkuMTY3IDAgMDEuODMzIDEwem0xNC4wOTUtMi41TDguNzUgMTMuNjc4IDUuMDcgMTAgNi4yNSA4LjgybDIuNSAyLjUgNS01TDE0LjkyOCA3LjV6IiBmaWxsPSIjMEJBODcwIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTgxMDFfODMwNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%
}

.t-icon-success .t-icon:after,
.t-icon-success .t-icon:before {
	background: none
}

.t-icon-cookies {
	width: 49px;
	height: 40px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNS4yIDE4LjI4NWMtLjYyMi4wOS0xLjI1OC4xMzgtMS45MDUuMTM4LTYuODUzIDAtMTIuNDg1LTUuMjc4LTEzLjEzLTEyLjAzQTguMjQ2IDguMjQ2IDAgMDExNS4xNyAwQzYuNDUyIDIuMjIxIDAgMTAuMTk2IDAgMTkuNjkyIDAgMzAuOTA4IDkgNDAgMjAuMTAzIDQwYzkuODQyIDAgMTguMDMzLTcuMTQ2IDE5Ljc2NS0xNi41ODMtMi41MDUtLjQzNi00LjQ0Ni0yLjUzNi00LjY2Ny01LjEzMnpNMTEuMzA5IDE1LjI1YTEuODk0IDEuODk0IDAgMDEtMS44ODUgMS45MDQgMS44OTQgMS44OTQgMCAwMS0xLjg4NS0xLjkwNGMwLTEuMDUyLjg0NC0xLjkwNCAxLjg4NS0xLjkwNCAxLjA0IDAgMS44ODUuODUyIDEuODg1IDEuOTA0em0zLjc2OSA0LjQ0MmMwIC43MDEtLjU2MyAxLjI3LTEuMjU3IDEuMjdhMS4yNjMgMS4yNjMgMCAwMS0xLjI1Ni0xLjI3YzAtLjcuNTYzLTEuMjcgMS4yNTYtMS4yNy42OTQgMCAxLjI1Ny41NyAxLjI1NyAxLjI3em0xMy44MiA3LjYxNmMwIC43LS41NjIgMS4yNjktMS4yNTYgMS4yNjlhMS4yNjMgMS4yNjMgMCAwMS0xLjI1Ni0xLjI3YzAtLjcuNTYyLTEuMjY5IDEuMjU2LTEuMjY5czEuMjU2LjU2OSAxLjI1NiAxLjI3em0tOC43OTQgMy44MDdjLjY5MyAwIDEuMjU2LS41NjggMS4yNTYtMS4yNjkgMC0uNy0uNTYzLTEuMjctMS4yNTctMS4yNy0uNjkzIDAtMS4yNTYuNTctMS4yNTYgMS4yNyAwIC43MDEuNTYzIDEuMjcgMS4yNTYgMS4yN3ptLTkuNDI0LTEuMjY5YzEuMDQxIDAgMS44ODUtLjg1MiAxLjg4NS0xLjkwNGExLjg5NCAxLjg5NCAwIDAwLTEuODg0LTEuOTA0Yy0xLjA0MSAwLTEuODg1Ljg1My0xLjg4NSAxLjkwNCAwIDEuMDUyLjg0NCAxLjkwNCAxLjg4NSAxLjkwNHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuMTI4IDQuNDYxYy42OTQgMCAxLjI1Ny0uNTY4IDEuMjU3LTEuMjY5cy0uNTYzLTEuMjctMS4yNTctMS4yNy0xLjI1Ni41NjktMS4yNTYgMS4yN2MwIC43MDEuNTYyIDEuMjcgMS4yNTYgMS4yN3pNNDcuNzQ0IDEyLjA3N2MuNjk0IDAgMS4yNTYtLjU2OSAxLjI1Ni0xLjI3IDAtLjctLjU2My0xLjI2OS0xLjI1Ni0xLjI2OS0uNjk0IDAtMS4yNTcuNTY5LTEuMjU3IDEuMjcgMCAuNy41NjMgMS4yNjkgMS4yNTcgMS4yNjl6TTMzLjkyMyAxMS40NDJhMS44OTQgMS44OTQgMCAwMS0xLjg4NSAxLjkwNCAxLjg5NCAxLjg5NCAwIDAxLTEuODg0LTEuOTA0YzAtMS4wNTEuODQ0LTEuOTA0IDEuODg0LTEuOTA0IDEuMDQxIDAgMS44ODUuODUzIDEuODg1IDEuOTA0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-cookies .t-icon:after,
.t-icon-cookies .t-icon:before {
	content: none
}

.t-icon-accounts .t-icon_inr {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43MjYuOTkyYS41LjUgMCAxMDAgMWgxLjk2N2EyLjEyNCAyLjEyNCAwIDAxMi4wNjQgMS42MjRILjcyNmEuNS41IDAgMDAwIDFoNC4wMzFhMi4xMjQgMi4xMjQgMCAwMS0yLjA2NCAxLjYyM0guNzI2YS41LjUgMCAwMC0uMzU0Ljg1NGwzLjkzNiAzLjkzNWEuNS41IDAgMDAuNzA3LS43MDdMMS45MzMgNy4yNGguNzZhMy4xMjQgMy4xMjQgMCAwMDMuMDg0LTIuNjIzSDcuOTRhLjUuNSAwIDEwMC0xSDUuNzc3YTMuMTI0IDMuMTI0IDAgMDAtLjc5My0xLjYyNGgyLjk1N2EuNS41IDAgMTAwLTFILjcyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-accounts .t-icon_usd {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNSAxLjJhLjUuNSAwIDAwLTEgMHYxLjExYy0uNDgzLjAzMi0uOTgzLjEzOC0xLjM5Mi4zOTItLjQzLjI2OC0uNzM2LjY5LS44MDUgMS4yNzUtLjA1NS40NjMtLjAwNC44NzMuMTYgMS4yMjcuMTY0LjM1NC40MjMuNjEyLjcxNy44MDEuNTU4LjM2IDEuMzAzLjUwNiAxLjkxMy42MjVsLjAwNi4wMDEuMDU0LjAxMWMuMzAzLjA2LjU4LjExNC44MzMuMTgyLjI2OC4wNzMuNDc1LjE1My42MjUuMjQ3LjE0Mi4wOS4yMTcuMTgyLjI1NS4yODMuMDQuMTA2LjA2Mi4yODItLjAxLjU3Ny0uMDU1LjIyMy0uMjA2LjM5OC0uNDkzLjUzMy0uMjk3LjE0MS0uNzA1LjIxOS0xLjE3Mi4yMzMtLjk0Ni4wMy0xLjk0LS4yLTIuMzU4LS40MmEuNS41IDAgMDAtLjQ2Ni44ODVjLjQ3NC4yNSAxLjI5MS40NTUgMi4xMzMuNTE4djEuMTJhLjUuNSAwIDEwMSAwVjkuNjgyYy40NTEtLjAzNy45MDMtLjEzIDEuMjkxLS4zMTQuNDgtLjIyNy44OTItLjYwOSAxLjAzNi0xLjE5OS4xMDUtLjQyNy4xMDYtLjgxOS0uMDI1LTEuMTY3YTEuNTY5IDEuNTY5IDAgMDAtLjY1OC0uNzc3IDMuMzA0IDMuMzA0IDAgMDAtLjg5Ny0uMzY2IDEzLjE5IDEzLjE5IDAgMDAtLjg5Mi0uMTk2bC0uMDY0LS4wMTNjLS42Ni0uMTMtMS4yMDItLjI0OS0xLjU3LS40ODZhLjkwNi45MDYgMCAwMS0uMzUxLS4zOGMtLjA3LS4xNS0uMTEzLS4zNjctLjA3NC0uNjlhLjY4OC42ODggMCAwMS4zNDEtLjU0M2MuMjEzLS4xMzIuNTI5LS4yMTcuOTMtLjI0Mi44LS4wNTIgMS43NTMuMTQgMi4zNS4zNGEuNS41IDAgMDAuMzE5LS45NDhBOC4yNjQgOC4yNjQgMCAwMDMuNSAyLjMzNFYxLjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon__logo-brand {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url(../images/brand-logo.a748c81.svg) no-repeat 50%/contain;
	transition: all .3s ease-in-out
}

.t-icon__logo-brand .t-icon:hover {
	opacity: .7
}

.t-icon-document {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmEyIDIgMCAwMTItMmgxOGEyIDIgMCAwMTIgMnYxMmEyIDIgMCAwMS0yIDJINWEyIDIgMCAwMS0yLTJWNnoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTMgNGw4LjA1MSA4Ljc4M2E0IDQgMCAwMDUuODk4IDBMMjUgNCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNOC4yNDcgMTUuNjY0YTEgMSAwIDAwLTEuNDk0LTEuMzI4bDEuNDk0IDEuMzI4em0xMy0xLjMyOGExIDEgMCAwMC0xLjQ5NCAxLjMyOGwxLjQ5NC0xLjMyOHptLTE0LjQ5NCAwbC00IDQuNSAxLjQ5NCAxLjMyOCA0LTQuNS0xLjQ5NC0xLjMyOHptMTguNDk0IDQuNWwtNC00LjUtMS40OTQgMS4zMjggNCA0LjUgMS40OTQtMS4zMjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-document-search {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTNoMXYtMUg1djF6bTAgNEg0YTEgMSAwIDAwMS42MjUuNzhMNSAxN3ptNS00di0xaC0uMzVsLS4yNzUuMjJMMTAgMTN6TTMgMmgxNFYwSDN2MnptMTUgMXY4aDJWM2gtMnpNMiAxMVYzSDB2OGgyem0zIDFIM3YyaDJ2LTJ6bTEgNXYtNEg0djRoMnptMTEtNWgtN3YyaDd2LTJ6bS03LjYyNS4yMmwtNSA0IDEuMjUgMS41NiA1LTQtMS4yNS0xLjU2ek0wIDExYTMgMyAwIDAwMyAzdi0yYTEgMSAwIDAxLTEtMUgwem0xOCAwYTEgMSAwIDAxLTEgMXYyYTMgMyAwIDAwMy0zaC0yem0tMS05YTEgMSAwIDAxMSAxaDJhMyAzIDAgMDAtMy0zdjJ6TTMgMGEzIDMgMCAwMC0zIDNoMmExIDEgMCAwMTEtMVYwek0xNyAxN2gxdi0xaC0xdjF6bTAgNGgtMWExIDEgMCAwMDEuNjI1Ljc4TDE3IDIxem01LTR2LTFoLS4zNWwtLjI3NS4yMkwyMiAxN3ptNC0xMHY4aDJWN2gtMnptLTkgOWgtNXYyaDV2LTJ6bTEgNXYtNGgtMnY0aDJ6bTctNWgtM3YyaDN2LTJ6bS0zLjYyNS4yMmwtNSA0IDEuMjUgMS41NiA1LTQtMS4yNS0xLjU2ek0yMiA2aDNWNGgtM3Yyem00IDlhMSAxIDAgMDEtMSAxdjJhMyAzIDAgMDAzLTNoLTJ6bTItOGEzIDMgMCAwMC0zLTN2MmExIDEgMCAwMTEgMWgyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-sport-betslip {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	min-height: 40px;
	margin-top: -16px;
	margin-bottom: 0;
	background: #8255f0;
	border-radius: 32px
}

.t-icon-sport-betslip:before {
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0MTAyXzQ1MjAzNikiPjxwYXRoIGQ9Ik0xMy41NjUgMjAuNTZhLjg5MS44OTEgMCAwMS4wMzUuMjEybC4wMzUuMjI4aDQuMDA4di00LjkyMmgtMS45MTZ2LTEuMDU1aDEuOTE2VjNoLTQuMDA4bC0uMDcuNDRjLS4wNy4zODYtLjI1Mi43MDMtLjU0NS45NDlBMS41NCAxLjU0IDAgMDExMiA0Ljc0Yy0uMzg3IDAtLjcyNy0uMTE3LTEuMDItLjM1MWExLjYwMiAxLjYwMiAwIDAxLS41MjctLjk1TDEwLjM4MyAzaC0zLjk5djEyLjAyM2gxLjkxNnYxLjA1NUg2LjM5M1YyMWgzLjk5bC4wNy0uNDRjLjA3LS4zODYuMjQ2LS42OTcuNTI3LS45MzEuMjkzLS4yNDYuNjMzLS4zNyAxLjAyLS4zNy4zOTggMCAuNzM4LjEyNCAxLjAyLjM3LjI5My4yMzQuNDc0LjU0NS41NDUuOTMxem0tNC4yMDItNC40ODJWMTUuMDIzaDIuMTF2MS4wNTVoLTIuMTF6bTMuMiAwVjE1LjAyM2gyLjEwOXYxLjA1NWgtMi4xMXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNDEwMl80NTIwMzYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") no-repeat 50%/cover
}

.t-icon-sport-live {
	display: block
}

.t-icon-sport-live:after,
.t-icon-sport-live:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-sport-live:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjU5MyAxMy4zOTdjMCAxLjkzLTQuMjg2IDMuNDk0LTkuNTczIDMuNDk0LTUuMjg3IDAtOS41NzMtMS41NjQtOS41NzMtMy40OTQgMC0xLjkzIDQuMjg2LTMuNDk1IDkuNTczLTMuNDk1IDUuMjg3IDAgOS41NzMgMS41NjUgOS41NzMgMy40OTV6IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0yMS41OTMgMTMuMzE4djMuOTcxYzAgMi4yOTQtNC4yODYgNC4xNTQtOS41NzMgNC4xNTQtNS4yODcgMC05LjU3My0xLjg2LTkuNTczLTQuMTU0di0zLjk3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxjaXJjbGUgY3g9IjEyLjA4MiIgY3k9IjUuMDA1IiByPSIyLjE0OCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNNi45MDMgNS4wMDVoMy4wM00xNC43MjMgNS4wMDVoMi4xNDZNMTIuMDgyIDEyLjk5OFY3LjE1MiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.t-icon-sport-live:after {
	content: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjU5MyAxMy4zOTdjMCAxLjkzLTQuMjg2IDMuNDk0LTkuNTczIDMuNDk0LTUuMjg3IDAtOS41NzMtMS41NjQtOS41NzMtMy40OTQgMC0xLjkzIDQuMjg2LTMuNDk1IDkuNTczLTMuNDk1IDUuMjg3IDAgOS41NzMgMS41NjUgOS41NzMgMy40OTV6IiBzdHJva2U9IiNCOUE1RkEiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0yMS41OTMgMTMuMzE4djMuOTcxYzAgMi4yOTQtNC4yODYgNC4xNTQtOS41NzMgNC4xNTQtNS4yODcgMC05LjU3My0xLjg2LTkuNTczLTQuMTU0di0zLjk3IiBzdHJva2U9IiNCOUE1RkEiIHN0cm9rZS13aWR0aD0iMiIvPjxjaXJjbGUgY3g9IjEyLjA4MiIgY3k9IjUuMDA1IiByPSIyLjE0OCIgc3Ryb2tlPSIjQjlBNUZBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNNi45MDMgNS4wMDVoMy4wM00xNC43MjMgNS4wMDVoMi4xNDZNMTIuMDgyIDEyLjk5OFY3LjE1MiIgc3Ryb2tlPSIjQjlBNUZBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.t-icon-sport-results:after,
.t-icon-sport-results:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-sport-results:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuOTM2IiBjeT0iMTEuOTMxIiByPSI4LjUyNyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTIuMzUgMy4zNzRjLS41MSAxLjgyMi0yLjMwOCA1LjU1Mi00LjE2MyA2LjUzLS44ODUuNDY2LTIuNDc4LjY3Ni00LjE0My0uMDk4bTE2LjExMy0uNDAzYy0uMTMgMS40NjgtLjgxMyAzLjY1NC0zLjI4IDQuMTY0LTIuODMzLjU4NS02LjI1LS44NDgtOC4yNjYgMi4xNzctLjQ3My43MDktLjkxIDIuNjEyLjQ2NiA0LjM1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.t-icon-sport-results:after {
	content: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEuOTM2IiBjeT0iMTEuOTMxIiByPSI4LjUyNyIgc3Ryb2tlPSIjQjlBNUZBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTIuMzUgMy4zNzRjLS41MSAxLjgyMi0yLjMwOCA1LjU1Mi00LjE2MyA2LjUzLS44ODUuNDY2LTIuNDc4LjY3Ni00LjE0My0uMDk4bTE2LjExMy0uNDAzYy0uMTMgMS40NjgtLjgxMyAzLjY1NC0zLjI4IDQuMTY0LTIuODMzLjU4NS02LjI1LS44NDgtOC4yNjYgMi4xNzctLjQ3My43MDktLjkxIDIuNjEyLjQ2NiA0LjM1IiBzdHJva2U9IiNCOUE1RkEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")
}

.t-icon-sport-cricket {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjkxNSAxMS4zOEw3LjI0MyAyLjcwNlM2LjUzNiAyIDQuNzY4IDMuNzY3QzMgNS41MzcgMy43MDggNi4yNDQgMy43MDggNi4yNDRsOC42NzEgOC42NzJhMiAyIDAgMDAyLjA0Ny40ODNsLjk0OC0uMzE2IDQuNTk3IDQuNTk2YS41LjUgMCAwMC43MDctLjcwN2wtNC41OTctNC41OTcuMzE3LS45NDhhMiAyIDAgMDAtLjQ4My0yLjA0N3oiIHN0cm9rZT0iI0Y1QkU0NiIvPjxjaXJjbGUgY3g9IjUuNSIgY3k9IjE1LjUiIHI9IjEuNSIgZmlsbD0iI0ZGNUEwMCIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-action-attention {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiNGRjM3NTUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMDAyIDkuNDE2bDIuNzkxIDIuNzkxIDEuNDE0LTEuNDE0TDkuNDE1IDhsMi43OTMtMi43OTQtMS40MTUtMS40MTRMOCA2LjU4NyA1LjIwNyAzLjc5MyAzLjc5MyA1LjIwN2wyLjc5NCAyLjc5NS0yLjc5NCAyLjc5NiAxLjQxNSAxLjQxNCAyLjc5NC0yLjc5NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-warn {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiNGRkQ2MDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgM0g3djZoMlYzek04IDEzYTEgMSAwIDEwMC0yIDEgMSAwIDAwMCAyeiIgZmlsbD0iIzE1MjAyNSIvPjwvc3ZnPg==") no-repeat 50%/contain;
	filter: none
}

.t-icon-completed {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiM0MUQ3OTEiLz48cGF0aCBkPSJNNC41IDguNUw3IDExbDUtNSIgc3Ryb2tlPSIjMTUyMDI1IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-level_up_prize,
.t-icon-rakeback {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zIDE0YTEgMSAwIDAxMS0xaDEyYTMgMyAwIDAwMy0zVjZhMSAxIDAgMTEyIDB2NGE1IDUgMCAwMS01IDVINGExIDEgMCAwMS0xLTF6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjI5MyAxNC43MDdhMSAxIDAgMDEwLTEuNDE0bDQtNGExIDEgMCAwMTEuNDE0IDEuNDE0TDUuNDE0IDE0bDMuMjkzIDMuMjkzYTEgMSAwIDExLTEuNDE0IDEuNDE0bC00LTR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-level_up_prize .t-icon:after,
.t-icon-level_up_prize .t-icon:before,
.t-icon-rakeback .t-icon:after,
.t-icon-rakeback .t-icon:before {
	content: none
}

.t-icon-terms-text {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjRkY1QTAwIiBkPSJNLjUgMWgxMXYxMkguNXoiLz48cGF0aCBmaWxsPSIjRkY1QTAwIiBkPSJNMyAzLjVoNnYxSDN6TTMgNi41aDZ2MUgzek0zIDkuNWg0djFIM3oiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-icon-terms-text .t-icon:after,
.t-icon-terms-text .t-icon:before {
	content: none
}

.t-icon-arrow-left {
	width: 7px;
	height: 12px;
	opacity: .4
}

.t-icon-arrow-left:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02IC43MjR2Ni41NTJhLjMuMyAwIDAxLS41MTIuMjEyTDIuMzU0IDQuMzU0YS41LjUgMCAwMTAtLjcwOEw1LjQ4OC41MTJBLjMuMyAwIDAxNiAuNzI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-caret {
	display: block;
	width: 8px;
	height: 8px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjI3NiAzSC43MjRhLjMuMyAwIDAwLS4yMTIuNTEybDMuMTM0IDMuMTM0YS41LjUgMCAwMC43MDggMGwzLjEzNC0zLjEzNEEuMy4zIDAgMDA3LjI3NiAzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-caret:after,
.t-icon-caret:before {
	content: none
}

.t-icon-invite {
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjM4NiAxN2EuNTAyLjUwMiAwIDAxLjQ2OS42NzdDMTQuNTI3IDE4LjU2MiAxNCAyMCAxMCAyMGwxLjg5NCAxLjMyMmMuMDcuMDM1LjE0Ni4wNTMuMjI0LjA1M2gzLjcxM2EuNDk4LjQ5OCAwIDAwLjI5OC0uMWMuMjYyLS4xOTUuOTQxLTEuMDYyIDIuMjQ2LTEuOSAxLjE5LS43NjUgMi45NzguMjcxIDIuNjI1LjYyNWwtMy44NTQgMy44NTRhLjUuNSAwIDAxLS4zNTMuMTQ2aC02LjY3NWEuNTAyLjUwMiAwIDAxLS4yMjQtLjA1M2wtMy43ODgtMS44OTRBLjUwMS41MDEgMCAwMDUuODgxIDIySDB2LTVoMTQuMzg2eiIgZmlsbD0iI0ZGRURCNCIvPjxwYXRoIGQ9Ik0xNC42ODUgMTcuMWMtLjM5Ljg1NS0xLjI3NyAxLjktNC42ODUgMS45djFjMS42MzcgMCAyLjY5MS0uMjQxIDMuMzktLjU4Ny4yODItLjE2OC41NS0uMzYuOC0uNTczYTMuMSAzLjEgMCAwMC42NjUtMS4xNjRjLS4wMjYtLjIzNC0uMDAxLS40NS0uMTctLjU3NnpNMjAuNTg1IDE5LjQxNWwtMy40MzkgMy40MzhhLjQ5OS40OTkgMCAwMS0uMzUzLjE0N2gtNi42NzVhLjUwMi41MDIgMCAwMS0uMjI0LS4wNTNsLTMuNzg4LTEuODk0QS41MDEuNTAxIDAgMDA1Ljg4MSAyMUgwdjFoNS44ODJjLjA3OCAwIC4xNTQuMDE4LjIyNC4wNTNsMy43ODggMS44OTRjLjA3LjAzNS4xNDYuMDUzLjIyNC4wNTNoNi42NzVhLjQ5OS40OTkgMCAwMC4zNTQtLjE0N0wyMSAyMGMuMTQtLjE0LS4wNTUtLjM4Ni0uNDE1LS41ODV6IiBmaWxsPSIjRTlDMzQ1Ii8+PHBhdGggZD0iTTEyIDE0YTcgNyAwIDEwMC0xNCA3IDcgMCAwMDAgMTR6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYxMDlfMTEyMSkiLz48cGF0aCBkPSJNMTEuNDk5IDVoMy41VjNoLTJWMmgtMnYxLjA1YTIuNSAyLjUgMCAwMC41IDQuOTVoMWEuNS41IDAgMDEwIDFoLTMuNXYyaDJ2MWgydi0xLjA1YTIuNSAyLjUgMCAwMC0uNS00Ljk1aC0xYS41LjUgMCAxMTAtMXoiIGZpbGw9IiNmZmYiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTYxMDlfMTEyMSIgeDE9IjcuMDUzIiB5MT0iMTEuOTQ3IiB4Mj0iMTYuOTQ3IiB5Mj0iMi4wNTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNUQzRkYwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRDA0RkZCIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-invite:after,
.t-icon-invite:before {
	content: none
}

.t-icon-recent {
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjUgMTBhNi42NjcgNi42NjcgMCAwMC02LjY2Ny02LjY2NmMtMy4yMTUgMC01Ljg3IDIuNjQzLTYuNDAyIDUuODlsLjgyLS44MTkgMS4xNzggMS4xNzktMi44NDYgMi44NDUtMi43NS0yLjg0NiAxLjE4LTEuMTc4LjczMy44M2MuNTQzLTQuMDQ3IDMuODE3LTcuNTY4IDguMDg3LTcuNTY4YTguMzMzIDguMzMzIDAgMTEtNi40OCAxMy41NzJsLS41MjUtLjY0OCAxLjI5Ni0xLjA0OC41MjQuNjQ4QTYuNjY3IDYuNjY3IDAgMDAxNy41IDEweiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MDkxXzQyMykiLz48cGF0aCBkPSJNMTEuNjY3IDkuOTcxVjUuNDE3SDEwdjUuNDQ2bDMuNTY1IDIuMzc2LjkyNC0xLjM4Ny0yLjgyMi0xLjg4MXoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xODA5MV80MjMpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDkxXzQyMyIgeDE9IjEwLjQ5MiIgeTE9IjE4LjMzNCIgeDI9IjEzLjAxOCIgeTI9IjIuMDU5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE4MDkxXzQyMyIgeDE9IjEwLjQ5MiIgeTE9IjE4LjMzNCIgeDI9IjEzLjAxOCIgeTI9IjIuMDU5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%;
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%)
}

.t-icon-recent:after,
.t-icon-recent:before {
	content: none
}

.t-icon-casino {
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuMTY3IDEuNjY3djEuNjY3aDExLjY2NlYxLjY2N0g0LjE2NnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODA5MV80MjkpIi8+PHBhdGggZD0iTTUuNzEgOC4wNDJsLjYzNSAxLjA2IDEuMjAxLjI3Ny0uODEuOTMyLjExIDEuMjMxLTEuMTM1LS40ODQtMS4xMzUuNDg0LjEwOS0xLjIzMS0uODEtLjkzMiAxLjIwMS0uMjc3LjYzNS0xLjA2eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE4MDkxXzQyOSkiLz48cGF0aCBkPSJNMTAgOC4wNDJsLjYzNCAxLjA2IDEuMjAyLjI3Ny0uODEuOTMyLjEwOCAxLjIzMUwxMCAxMS4wNThsLTEuMTM1LjQ4NC4xMDktMS4yMzEtLjgxLS45MzIgMS4yMDItLjI3Ny42MzQtMS4wNnoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcl8xODA5MV80MjkpIi8+PHBhdGggZD0iTTE0LjkyMyA5LjEwMmwtLjYzNC0xLjA2LS42MzQgMS4wNi0xLjIwMi4yNzcuODEuOTMyLS4xMDggMS4yMzEgMS4xMzQtLjQ4NCAxLjEzNS40ODQtLjEwOS0xLjIzMS44MS0uOTMyLTEuMjAyLS4yNzd6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTgwOTFfNDI5KSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS42NjcgNC4xNjdoMTYuNjY2djExLjY2N0gxLjY2N1Y0LjE2N3ptMS42NjYgMS42NjdoMTMuMzM0djguMzMzSDMuMzMyVjUuODM0eiIgZmlsbD0idXJsKCNwYWludDRfbGluZWFyXzE4MDkxXzQyOSkiLz48cGF0aCBkPSJNNC4xNjcgMTYuNjY3djEuNjY3aDExLjY2NnYtMS42NjdINC4xNjZ6IiBmaWxsPSJ1cmwoI3BhaW50NV9saW5lYXJfMTgwOTFfNDI5KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODA5MV80MjkiIHgxPSIxMC40NDciIHkxPSIxOC4zMzQiIHgyPSIxMy4yMTIiIHkyPSIyLjEzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xODA5MV80MjkiIHgxPSIxMC40NDciIHkxPSIxOC4zMzQiIHgyPSIxMy4yMTIiIHkyPSIyLjEzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl8xODA5MV80MjkiIHgxPSIxMC40NDciIHkxPSIxOC4zMzQiIHgyPSIxMy4yMTIiIHkyPSIyLjEzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xODA5MV80MjkiIHgxPSIxMC40NDciIHkxPSIxOC4zMzQiIHgyPSIxMy4yMTIiIHkyPSIyLjEzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhcl8xODA5MV80MjkiIHgxPSIxMC40NDciIHkxPSIxOC4zMzQiIHgyPSIxMy4yMTIiIHkyPSIyLjEzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ1X2xpbmVhcl8xODA5MV80MjkiIHgxPSIxMC40NDciIHkxPSIxOC4zMzQiIHgyPSIxMy4yMTIiIHkyPSIyLjEzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=") no-repeat 50%;
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%)
}

.t-icon-casino:after,
.t-icon-casino:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-casino:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuMTY3IDIuMTY3djEuNjY3aDExLjY2NlYyLjE2N0g0LjE2N3pNNS43MSA4LjU0MmwuNjM1IDEuMDYgMS4yMDIuMjc3LS44MS45MzIuMTA4IDEuMjMxLTEuMTM0LS40ODQtMS4xMzUuNDg0LjEwOS0xLjIzMS0uODEtLjkzMiAxLjIwMi0uMjc3LjYzNC0xLjA2ek0xMCA4LjU0MmwuNjM0IDEuMDYgMS4yMDIuMjc3LS44MS45MzIuMTA5IDEuMjMxTDEwIDExLjU1OGwtMS4xMzQuNDg0LjEwOC0xLjIzMS0uODEtLjkzMiAxLjIwMi0uMjc3LjYzNC0xLjA2ek0xNC45MjQgOS42MDJsLS42MzUtMS4wNi0uNjM0IDEuMDYtMS4yMDEuMjc3LjgxLjkzMi0uMTEgMS4yMzEgMS4xMzUtLjQ4NCAxLjEzNS40ODQtLjEwOS0xLjIzMS44MS0uOTMyLTEuMjAxLS4yNzd6IiBmaWxsPSIjQTlBOUE5Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjY2NyA0LjY2N2gxNi42NjZ2MTEuNjY3SDEuNjY3VjQuNjY3em0xLjY2NiAxLjY2N2gxMy4zMzR2OC4zMzNIMy4zMzNWNi4zMzR6IiBmaWxsPSIjQTlBOUE5Ii8+PHBhdGggZD0iTTQuMTY3IDE3LjE2N3YxLjY2N2gxMS42NjZ2LTEuNjY3SDQuMTY3eiIgZmlsbD0iI0E5QTlBOSIvPjwvc3ZnPg==");
	opacity: 1
}

.t-icon-casino:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuMTY3IDIuMTY3djEuNjY3aDExLjY2NlYyLjE2N0g0LjE2N3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNTk5OF8yMTcwMikiLz48cGF0aCBkPSJNNS43MSA4LjU0MmwuNjM1IDEuMDYgMS4yMDIuMjc3LS44MS45MzIuMTA4IDEuMjMxLTEuMTM0LS40ODQtMS4xMzUuNDg0LjEwOS0xLjIzMS0uODEtLjkzMiAxLjIwMi0uMjc3LjYzNC0xLjA2eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE1OTk4XzIxNzAyKSIvPjxwYXRoIGQ9Ik0xMCA4LjU0MmwuNjM0IDEuMDYgMS4yMDIuMjc3LS44MS45MzIuMTA5IDEuMjMxTDEwIDExLjU1OGwtMS4xMzQuNDg0LjEwOC0xLjIzMS0uODEtLjkzMiAxLjIwMi0uMjc3LjYzNC0xLjA2eiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzE1OTk4XzIxNzAyKSIvPjxwYXRoIGQ9Ik0xNC45MjQgOS42MDJsLS42MzUtMS4wNi0uNjM0IDEuMDYtMS4yMDEuMjc3LjgxLjkzMi0uMTEgMS4yMzEgMS4xMzUtLjQ4NCAxLjEzNS40ODQtLjEwOS0xLjIzMS44MS0uOTMyLTEuMjAxLS4yNzd6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTU5OThfMjE3MDIpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjY2NyA0LjY2N2gxNi42NjZ2MTEuNjY3SDEuNjY3VjQuNjY3em0xLjY2NiAxLjY2N2gxMy4zMzR2OC4zMzNIMy4zMzNWNi4zMzR6IiBmaWxsPSJ1cmwoI3BhaW50NF9saW5lYXJfMTU5OThfMjE3MDIpIi8+PHBhdGggZD0iTTQuMTY3IDE3LjE2N3YxLjY2N2gxMS42NjZ2LTEuNjY3SDQuMTY3eiIgZmlsbD0idXJsKCNwYWludDVfbGluZWFyXzE1OTk4XzIxNzAyKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNTk5OF8yMTcwMiIgeDE9IjEwLjQ0NyIgeTE9IjE4LjgzNCIgeDI9IjEzLjIxMiIgeTI9IjIuNjM5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE1OTk4XzIxNzAyIiB4MT0iMTAuNDQ3IiB5MT0iMTguODM0IiB4Mj0iMTMuMjEyIiB5Mj0iMi42MzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfMTU5OThfMjE3MDIiIHgxPSIxMC40NDciIHkxPSIxOC44MzQiIHgyPSIxMy4yMTIiIHkyPSIyLjYzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xNTk5OF8yMTcwMiIgeDE9IjEwLjQ0NyIgeTE9IjE4LjgzNCIgeDI9IjEzLjIxMiIgeTI9IjIuNjM5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDRfbGluZWFyXzE1OTk4XzIxNzAyIiB4MT0iMTAuNDQ3IiB5MT0iMTguODM0IiB4Mj0iMTMuMjEyIiB5Mj0iMi42MzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NV9saW5lYXJfMTU5OThfMjE3MDIiIHgxPSIxMC40NDciIHkxPSIxOC44MzQiIHgyPSIxMy4yMTIiIHkyPSIyLjYzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	opacity: 0
}

.t-icon-livecasino {
	display: block
}

.t-icon-livecasino:after,
.t-icon-livecasino:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-livecasino:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44MzQgMTUuNjA4YzEuNjkuOTMzIDMuODE2LjkxOCA1LjU2LS40NzkgMi4yNzctMS44MjEgMi41NTgtNC45NS43OTYtNy4xMzItLjY2LS44MTgtMS45NDMtMi4wNDItMy4xNy0zLjE1NmExMzcuMjU5IDEzNy4yNTkgMCAwMC0zLjMzNC0yLjkyNWwtLjY3NS0uNTgzLS41ODYuNDg3LS4xMDYuMDg3LS4yNTUuMjE1Yy0uNjEyLjUyMi0xLjg1MiAxLjU4OS0zLjA5NCAyLjcxOUM0Ljc0MyA1Ljk1NSAzLjQ2IDcuMTc5IDIuOCA3Ljk5N2MtMS43NyAyLjE5Mi0xLjQzNiA1LjI5Ni43ODcgNy4xMjUgMS43MyAxLjQyNCAzLjg4IDEuNDI0IDUuNTguNDhWMThINC41djEuNjY2aDExVjE4aC00LjY2NnYtMi4zOTJ6TTEyLjkgNi4wNzRhMTM0LjM4NSAxMzQuMzg1IDAgMDAtMi45MDUtMi41NTVjLS42NDMuNTUtMS43NzQgMS41MjgtMi45MDQgMi41NTUtMS4yNDEgMS4xMjgtMi40MjggMi4yNjctMi45OTQgMi45Ny0xLjE4MiAxLjQ2My0uOTg2IDMuNTI5LjU0OSA0Ljc5MSAxLjQ3OCAxLjIxNyAzLjQ3NS45MDIgNC43MjYtLjUwNmwuNjIzLS43MDIuNjIzLjcwMmMxLjI0NSAxLjQwMSAzLjIxNiAxLjcxNSA0LjczNS41IDEuNTQ2LTEuMjM5IDEuNzMtMy4zMTIuNTQtNC43ODYtLjU2Ni0uNzAyLTEuNzUzLTEuODQxLTIuOTkzLTIuOTY5eiIgZmlsbD0iI0E5QTlBOSIvPjwvc3ZnPg==");
	opacity: 1
}

.t-icon-livecasino:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44MzQgMTUuNjA4YzEuNjkuOTMzIDMuODE2LjkxOCA1LjU2LS40NzkgMi4yNzctMS44MjEgMi41NTgtNC45NS43OTYtNy4xMzItLjY2LS44MTgtMS45NDMtMi4wNDItMy4xNy0zLjE1NmExMzcuMjU5IDEzNy4yNTkgMCAwMC0zLjMzNC0yLjkyNWwtLjY3NS0uNTgzLS41ODYuNDg3LS4xMDYuMDg3LS4yNTUuMjE1Yy0uNjEyLjUyMi0xLjg1MiAxLjU4OS0zLjA5NCAyLjcxOUM0Ljc0MyA1Ljk1NSAzLjQ2IDcuMTc5IDIuOCA3Ljk5N2MtMS43NyAyLjE5Mi0xLjQzNiA1LjI5Ni43ODcgNy4xMjUgMS43MyAxLjQyNCAzLjg4IDEuNDI0IDUuNTguNDhWMThINC41djEuNjY2aDExVjE4aC00LjY2NnYtMi4zOTJ6TTEyLjkgNi4wNzRhMTM0LjM4NSAxMzQuMzg1IDAgMDAtMi45MDUtMi41NTVjLS42NDMuNTUtMS43NzQgMS41MjgtMi45MDQgMi41NTUtMS4yNDEgMS4xMjgtMi40MjggMi4yNjctMi45OTQgMi45Ny0xLjE4MiAxLjQ2My0uOTg2IDMuNTI5LjU0OSA0Ljc5MSAxLjQ3OCAxLjIxNyAzLjQ3NS45MDIgNC43MjYtLjUwNmwuNjIzLS43MDIuNjIzLjcwMmMxLjI0NSAxLjQwMSAzLjIxNiAxLjcxNSA0LjczNS41IDEuNTQ2LTEuMjM5IDEuNzMtMy4zMTIuNTQtNC43ODYtLjU2Ni0uNzAyLTEuNzUzLTEuODQxLTIuOTkzLTIuOTY5eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MDcwXzIxNDApIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDcwXzIxNDAiIHgxPSIxMC40NDciIHkxPSIxOS42NjYiIHgyPSIxMy43NzMiIHkyPSIxLjk1OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	opacity: 0
}

.t-icon-sports {
	display: block
}

.t-icon-sports:after,
.t-icon-sports:before {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-icon-sports:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43OTkgMy40NjFBNy4xNjcgNy4xNjcgMCAwMTIuOTYxIDExLjNhNy4wODYgNy4wODYgMCAwMDYuMjQgNi4yNEE3LjE2NyA3LjE2NyAwIDAxMTcuMDM5IDkuN2E3LjA4NiA3LjA4NiAwIDAwLTYuMjQtNi4yNHptNy45NSA3LjE4OWwuMDAxLS4xNWE4Ljc1IDguNzUgMCAxMC04LjYgOC43NDkuODE5LjgxOSAwIDAwLjEzOS0uMDA0IDguNzUgOC43NSAwIDAwOC40NTYtOC40NTYuODE5LjgxOSAwIDAwLjAwNC0uMTR6bS0xLjcyLjcyN2E1LjUgNS41IDAgMDAtNi4xNTMgNi4xNTMgNy4wODcgNy4wODcgMCAwMDYuMTU0LTYuMTUzek0yLjk3IDkuNjIzQTUuNSA1LjUgMCAwMDkuMTIzIDMuNDcgNy4wODcgNy4wODcgMCAwMDIuOTcgOS42MjN6IiBmaWxsPSIjQTlBOUE5Ii8+PC9zdmc+");
	opacity: 1
}

.t-icon-sports:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43OTkgMy40NjFBNy4xNjcgNy4xNjcgMCAwMTIuOTYxIDExLjNhNy4wODYgNy4wODYgMCAwMDYuMjQgNi4yNEE3LjE2NyA3LjE2NyAwIDAxMTcuMDM5IDkuN2E3LjA4NiA3LjA4NiAwIDAwLTYuMjQtNi4yNHptNy45NSA3LjE4OWwuMDAxLS4xNWE4Ljc1IDguNzUgMCAxMC04LjYgOC43NDkuODE5LjgxOSAwIDAwLjEzOS0uMDA0IDguNzUgOC43NSAwIDAwOC40NTYtOC40NTYuODE5LjgxOSAwIDAwLjAwNC0uMTR6bS0xLjcyLjcyN2E1LjUgNS41IDAgMDAtNi4xNTMgNi4xNTMgNy4wODcgNy4wODcgMCAwMDYuMTU0LTYuMTUzek0yLjk3IDkuNjIzQTUuNSA1LjUgMCAwMDkuMTIzIDMuNDcgNy4wODcgNy4wODcgMCAwMDIuOTcgOS42MjN6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTgwNzBfNDUxOSkiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTgwNzBfNDUxOSIgeDE9IjEwLjQ3IiB5MT0iMTkuMjUiIHgyPSIxMy4zNzMiIHkyPSIyLjI0NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	opacity: 0
}

.t-icon-vip {
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NTMxXzQ5ODYpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDIuNWE3LjUgNy41IDAgMTAwIDE1IDcuNSA3LjUgMCAwMDAtMTV6TS44MzMgMTBhOS4xNjcgOS4xNjcgMCAxMTE4LjMzNCAwQTkuMTY3IDkuMTY3IDAgMDEuODMzIDEwek0xMCA1YTUgNSAwIDAwLTQuMTA0IDcuODU2bC40NzcuNjg0LTEuMzY3Ljk1My0uNDc3LS42ODNhNi42NjcgNi42NjcgMCAwMTYuNjQ4LTEwLjM3M2wuODIuMTQ2LS4yOTIgMS42NC0uODItLjE0NUE1LjAzNiA1LjAzNiAwIDAwMTAgNXptNC45MjkgMS4yNUwxMS42MSA5LjU2OEExLjY3IDEuNjcgMCAwMTEwIDExLjY2NmExLjY2NyAxLjY2NyAwIDExLjQzMi0zLjI3N2wzLjMxOC0zLjMxOEwxNC45MyA2LjI1em0xLjQwNyAxLjUwOGwuMTc3LjgxNGE2LjY4OCA2LjY4OCAwIDAxLTEuMDQyIDUuMjM4bC0uNDc2LjY4My0xLjM2Ny0uOTUzLjQ3Ni0uNjg0Yy41NjUtLjgxLjg5Ni0xLjc5My44OTYtMi44NTYgMC0uMzctLjA0LS43MjgtLjExNS0xLjA3M2wtLjE3OC0uODE0IDEuNjI5LS4zNTV6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTg1MzFfNDk4NikiLz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4NTMxXzQ5ODYiIHgxPSIxMC40OTIiIHkxPSIxOS4xNjYiIHgyPSIxMy41MzMiIHkyPSIxLjM1MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxjbGlwUGF0aCBpZD0iY2xpcDBfMTg1MzFfNDk4NiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-icon-chat {
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjI1IDEuNjY3aDE3LjV2MTQuMTY3aC04LjUyTDUgMTguOTcxdi0zLjEzOUgxLjI1VjEuNjY4em0xNS44MzMgMTIuNVYzLjMzNEgyLjkxN3YxMC44MzNoMy43NXYxLjg2MWwzLjEwMi0xLjg2MWg3LjMxNHpNNSA2LjI1aDUuODMzdjEuNjY3SDVWNi4yNXptMCAzLjMzM2g4LjMzM3YxLjY2N0g1VjkuNTgzeiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MDkxXzQ3MSkiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTgwOTFfNDcxIiB4MT0iMTAuNDciIHkxPSIxOC45NzIiIHgyPSIxMy4zMSIgeTI9IjIuMTQ2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%/contain;
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%)
}

.t-icon-chat:after,
.t-icon-chat:before {
	content: none
}

.t-icon-rakeback-profile:before {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMjkzLjg5M2ExIDEgMCAwMTEuNDE0IDBsMiAyYTEgMSAwIDAxMCAxLjQxNGwtMiAyYTEgMSAwIDExLTEuNDE0LTEuNDE1bC4yNTItLjI1MWE3LjUwMiA3LjUwMiAwIDAwLTIuOTU2IDEzLjQyNSAxIDEgMCAxMS0xLjE3OCAxLjYxNkE5LjQ5IDkuNDkgMCAwMTIuNSAxMmMwLTQuNzY4IDMuNTEyLTguNzE1IDguMDktOS4zOTZsLS4yOTctLjI5N2ExIDEgMCAwMTAtMS40MTRtNS44OTkgMy42NDNhMSAxIDAgMDExLjM5Ny0uMjJBOS40OSA5LjQ5IDAgMDEyMS41IDEyYzAgNC43NjctMy41MTIgOC43MTQtOC4wOSA5LjM5NmwuMjk3LjI5NmExIDEgMCAwMS0xLjQxNCAxLjQxNWwtMi0yYTEgMSAwIDAxMC0xLjQxNWwyLTJhMSAxIDAgMDExLjQxNCAxLjQxNWwtLjI1Mi4yNTJhNy41MDIgNy41MDIgMCAwMDIuOTU2LTEzLjQyNiAxIDEgMCAwMS0uMjItMS4zOTciIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/contain
}

.t-icon-cashbackMax-profile:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.061 5l.023.02c.154.132.435.297.869.454C4.813 5.787 6.066 6 7.5 6c1.434 0 2.688-.213 3.547-.526.434-.157.715-.322.869-.454l.023-.02a1.105 1.105 0 00-.023-.02c-.154-.132-.435-.297-.869-.454C10.187 4.213 8.934 4 7.5 4c-1.434 0-2.688.213-3.547.526-.434.157-.715.322-.869.454a1.088 1.088 0 00-.023.02zm9.176 2.147a6.621 6.621 0 01-.506.207C10.6 7.765 9.104 8 7.5 8s-3.1-.235-4.23-.646A7.034 7.034 0 013 7.25v1.687A.622.622 0 003.062 9c.128.117.37.27.755.422.764.302 1.894.526 3.216.57.153.004.31.007.467.007a1 1 0 110 2c-.18 0-.357-.003-.533-.009-1.481-.048-2.851-.299-3.886-.708A7.232 7.232 0 013 11.25v1.687c.015.018.04.046.084.083.154.132.435.297.869.454.86.313 2.113.526 3.547.526a1 1 0 110 2c-1.604 0-3.1-.235-4.23-.646A7.118 7.118 0 013 15.25v1.687c.015.018.04.046.084.083.154.132.435.297.869.454.86.313 2.113.526 3.547.526a1 1 0 110 2c-1.604 0-3.1-.235-4.23-.646-.562-.204-1.087-.47-1.49-.817-.4-.344-.78-.86-.78-1.537V5c0-.677.38-1.193.78-1.537.403-.346.928-.613 1.49-.817C4.4 2.235 5.895 2 7.5 2c1.604 0 3.1.235 4.23.646.562.204 1.087.47 1.49.817.4.344.78.86.78 1.537v1.5a1 1 0 01-1.763.647zm-.176 4.353l.023.02c.154.132.435.297.869.454.86.313 2.114.526 3.547.526 1.433 0 2.688-.213 3.547-.526.434-.157.715-.322.869-.454l.023-.02a1.137 1.137 0 00-.023-.02c-.154-.132-.435-.297-.869-.454-.86-.313-2.114-.526-3.547-.526-1.434 0-2.688.213-3.547.526-.434.157-.715.322-.869.454a1.137 1.137 0 00-.023.02zM21 13.75a7.106 7.106 0 01-.27.104c-1.13.411-2.626.646-4.23.646-1.604 0-3.1-.235-4.23-.646a7.106 7.106 0 01-.27-.104v1.437c.015.018.04.046.084.083.154.132.435.297.869.454.86.313 2.114.526 3.547.526 1.433 0 2.688-.213 3.547-.526.434-.157.715-.322.869-.454a.679.679 0 00.084-.083V13.75zm0 3.75a7.106 7.106 0 01-.27.104c-1.13.411-2.626.646-4.23.646-1.604 0-3.1-.235-4.23-.646A7.106 7.106 0 0112 17.5v1.437c.015.018.04.046.084.083.154.132.435.297.869.454.86.313 2.114.526 3.547.526 1.433 0 2.688-.213 3.547-.526.434-.157.715-.322.869-.454a.679.679 0 00.084-.083V17.5zm2 1.5c0 .677-.38 1.193-.78 1.537-.403.346-.928.613-1.49.817-1.13.411-2.626.646-4.23.646-1.604 0-3.1-.235-4.23-.646-.562-.204-1.087-.47-1.49-.817-.4-.344-.78-.86-.78-1.537v-7.5c0-.677.38-1.193.78-1.537.403-.346.928-.613 1.49-.817 1.13-.411 2.626-.646 4.23-.646 1.604 0 3.1.235 4.23.646.562.204 1.087.47 1.49.817.4.344.78.86.78 1.537V19z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%/contain
}

.t-icon-cashback-profile:before {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIgM2E5IDkgMCAxMDAgMTggOSA5IDAgMDAwLTE4TTEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMSAxOC4wNzUgMSAxMm0xNC4yOTMtNC43MDdhMSAxIDAgMTExLjQxNCAxLjQxNGwtOCA4YTEgMSAwIDAxLTEuNDE0LTEuNDE0ek03LjUgOWExLjUgMS41IDAgMTEzIDAgMS41IDEuNSAwIDAxLTMgMG02IDZhMS41IDEuNSAwIDExMyAwIDEuNSAxLjUgMCAwMS0zIDAiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/contain
}

.t-icon-money-profile,
.t-icon-rankbonus-profile:before {
	background: url(../images/rankMoneyBonus.4dc9ad1.png) no-repeat 50%/contain
}

.t-icon-max-cashback-profile:before {
	background: url(../images/max-cashback.a3ffee4.svg) no-repeat 50%/contain
}

.t-icon-rank-bonus-profile:before {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEgMmE5IDkgMCAxMDAgMTggOSA5IDAgMDAwLTE4TTAgMTFDMCA0LjkyNSA0LjkyNSAwIDExIDBzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMCAxNy4wNzUgMCAxMW0xMS01LjQxNEwxNi40MTQgMTEgMTUgMTIuNDE0bC0zLTNWMTZoLTJWOS40MTRsLTMgM0w1LjU4NiAxMXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/contain
}

.t-icon-get-document {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43MTQgM2wxLjggMy41NTZIMjF2MWgxdjEyLjQ0M0wyMSAyMHYxSDMuMDAyTDMgMjBIMlY0aDFWM2g4LjcxNHpNMyA0VjNIMnYxaDF6bTEgMXYxLjU1Nmg3LjI3M0wxMC40ODUgNUg0em04Ljg4IDMuNTU2SDRWMTloMTZWOC41NTZoLTcuMTJ6TTMgMjBIMnYxaDF2LTF6bTE4IDB2MWgxdi0xaC0xem0wLTEyLjQ0NGgxdi0xaC0xdjF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain
}

.t-icon-referral {
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwN18yODAwMSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjUuOTQ5djE1Ljc2NWwtMS4xOC0uNTQtLjAxMi0uMDA1LS4wMy0uMDE0LS4xMTItLjA1MmEzMy4zNjUgMzMuMzY1IDAgMDEtMS41NDEtLjc3NWMtLjc1OC0uMzUxLTEuNjUzLS43NDktMi41MzItMS4wNi0uODAzLS4yODQtMS41MjktLjQ3Mi0yLjA5My0uNTF2NS40MDlIMy4zMzNWMTMuNzVoLTIuNVY5LjQxNyA1aDcuMDgzYy41NiAwIDEuNDA1LS4yNDMgMi4zNTgtLjYzNS45MjQtLjM4IDEuODQ4LS44NTQgMi41My0xLjIyNi4zNzktLjIwNy45MTEtLjUzNiAxLjM2My0uODIzYTYwLjEzIDYwLjEzIDAgMDAuNzMtLjQ3MmwuMDQ0LS4wMjkuMDE1LS4wMUwxNi4yNS45NXptLTEuNjY3IDMuMDc0Yy0uMzM4LjIxLS42OTEuNDIxLS45OC41OC0uNzA4LjM4NC0xLjY5MS44OTEtMi42OTUgMS4zMDQtLjk3NS40LTIuMDguNzYtMi45OTIuNzZIMi41djUuNDE2aDEuNjY2Yy40NiAwIC44MzQuMzczLjgzNC44MzRWMTcuNWgyLjA4M3YtNC41ODNjMC0uNDYuMzczLS44MzQuODMzLS44MzRoLjYyNWMuODg0IDAgMS45MTIuMjggMi44NTguNjE0Ljk2NC4zNDEgMS45MjcuNzcxIDIuNzAxIDEuMTNhMjEuOTY1IDIxLjk2NSAwIDAwLjQ4My4yNTRWNC4wMjR6bTQuNTgzIDIuNjQ0djVIMTcuNXYtNWgxLjY2NnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMDdfMjgwMDEpIi8+PC9nPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMDdfMjgwMDEiIHgxPSIxMC40OTIiIHkxPSIxOS4xNjciIHgyPSIxMy40OTYiIHkyPSIxLjQ1OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxjbGlwUGF0aCBpZD0iY2xpcDBfMTA3XzI4MDAxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+") no-repeat 50%/contain
}

.t-tooltip {
	z-index: 999;
	display: block !important
}

.t-tooltip .t-close {
	width: 7px;
	height: 7px
}

.t-tooltip .t-close:after,
.t-tooltip .t-close:before {
	height: 1px;
	border: none
}

.t-tooltip .t-tooltip-inner {
	padding: 4px 8px;
	font: 400 12px/17px Geologica, sans-serif;
	color: #fff;
	background: #393939;
	border-radius: 4px
}

.t-tooltip .t-tooltip-arrow {
	position: absolute;
	z-index: 1;
	display: flex
}

.t-tooltip .t-tooltip-arrow path {
	fill: #393939
}

.t-tooltip .t-popover-inner {
	max-width: 260px;
	padding: 16px;
	font: 400 12px/140% Geologica, sans-serif;
	color: #fff;
	background: #5d5d5d;
	border-radius: 8px
}

.t-tooltip .t-popover-inner .t-link,
.t-tooltip .t-popover-inner a,
.t-tooltip .t-popover-inner a:visited {
	font-weight: 600
}

.t-tooltip .t-popover-arrow {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	opacity: 0
}

.t-tooltip.t-popover_alarm .t-popover-inner {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font: 400 12px/17px Geologica, sans-serif;
	color: #fff;
	text-align: center;
	background: #d82e39;
	border-radius: 12px
}

.t-tooltip.t-popover_alarm .t-popover-arrow {
	display: none
}

.t-tooltip.t-popover_alarm[x-placement^=top] {
	margin-bottom: 15px
}

.t-tooltip.t-popover_alarm[x-placement^=top] .t-popover-arrow {
	bottom: 1px
}

.t-tooltip.t-popover_alarm[x-placement^=bottom] {
	margin-top: 15px
}

.t-tooltip.t-popover_alarm[x-placement^=bottom] .t-popover-arrow {
	top: 1px
}

.t-tooltip.t-popover_alarm[x-placement^=left] {
	margin-right: 15px
}

.t-tooltip.t-popover_alarm[x-placement^=left] .t-popover-arrow {
	right: 2px
}

.t-tooltip.t-popover_alarm[x-placement^=right] {
	margin-left: 15px
}

.t-tooltip.t-popover_alarm[x-placement^=right] .t-popover-arrow {
	left: 2px
}

.t-tooltip[x-placement^=top] {
	margin-bottom: 5px
}

.t-tooltip[x-placement^=top] .t-popover-arrow,
.t-tooltip[x-placement^=top] .t-tooltip-arrow {
	bottom: 0;
	transform: rotate(180deg) translateY(-100%)
}

.t-tooltip[x-placement^=bottom] {
	margin-top: 5px
}

.t-tooltip[x-placement^=bottom] .t-popover-arrow,
.t-tooltip[x-placement^=bottom] .t-tooltip-arrow {
	top: 0;
	transform: translateY(-100%)
}

.t-tooltip[x-placement^=right] {
	margin-left: 5px
}

.t-tooltip[x-placement^=right] .t-popover-arrow,
.t-tooltip[x-placement^=right] .t-tooltip-arrow {
	left: 0;
	transform: translateX(-69%) rotate(-90deg)
}

.t-tooltip[x-placement^=left] {
	margin-right: 5px
}

.t-tooltip[x-placement^=left] .t-popover-arrow,
.t-tooltip[x-placement^=left] .t-tooltip-arrow {
	right: 0;
	transform: translateX(69%) rotate(90deg)
}

.t-tooltip[aria-hidden=true] {
	visibility: hidden;
	opacity: 0;
	transition: opacity .15s, visibility .15s
}

.t-tooltip[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
	transition: opacity .15s
}

.t-tooltip._active .t-tooltip-inner {
	background: #14a578
}

.t-tooltip._active .t-tooltip-arrow path {
	fill: #14a578
}

.t-tooltip._green .t-tooltip-inner {
	background: #14a578
}

.t-tooltip._green .t-tooltip-arrow path {
	fill: #14a578
}

.t-tooltip._addicted .t-tooltip-inner {
	background: #ff3246
}

.t-tooltip._addicted .t-tooltip-arrow path {
	fill: #ff3246
}

.t-tooltip._red .t-tooltip-inner {
	background: #ff3246
}

.t-tooltip._red .t-tooltip-arrow path {
	fill: #ff3246
}

.t-tooltip._sleeping .t-tooltip-inner {
	background: #9061cc
}

.t-tooltip._sleeping .t-tooltip-arrow path {
	fill: #9061cc
}

.t-tooltip._violet .t-tooltip-inner {
	background: #9061cc
}

.t-tooltip._violet .t-tooltip-arrow path {
	fill: #9061cc
}

.t-tooltip._suspicious .t-tooltip-inner {
	background: #eb4178
}

.t-tooltip._suspicious .t-tooltip-arrow path {
	fill: #eb4178
}

.t-tooltip._pink .t-tooltip-inner {
	background: #eb4178
}

.t-tooltip._pink .t-tooltip-arrow path {
	fill: #eb4178
}

.t-tooltip._lost .t-tooltip-inner {
	background: hsla(0, 0%, 100%, .5)
}

.t-tooltip._lost .t-tooltip-arrow path {
	fill: hsla(0, 0%, 100%, .5)
}

.t-tooltip._gray .t-tooltip-inner {
	background: hsla(0, 0%, 100%, .5)
}

.t-tooltip._gray .t-tooltip-arrow path {
	fill: hsla(0, 0%, 100%, .5)
}

.t-tooltip._admin .t-tooltip-inner {
	background: #19a0aa
}

.t-tooltip._admin .t-tooltip-arrow path {
	fill: #19a0aa
}

.t-tooltip._blue .t-tooltip-inner {
	background: #19a0aa
}

.t-tooltip._blue .t-tooltip-arrow path {
	fill: #19a0aa
}

.t-scroll {
	scrollbar-color: transparent;
	scrollbar-width: none
}

.t-scroll::-webkit-scrollbar {
	display: none
}

.t-profile-security-details-skeleton .list:after,
.t-profile-security-details-skeleton .list:before,
.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton__content:before,
.t-sidebar-menu-skeleton span,
.t-skeleton {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	background: #24242b;
	background: linear-gradient(110deg, #2c2c2c 8%, hsla(0, 0%, 100%, .15) 18%, #2c2c2c 33%);
	background-size: 200% 100%;
	border-radius: 8px;
	animation: shine 1.5s linear infinite
}

.t-skeleton_small {
	height: 20px
}

.t-skeleton_medium {
	height: 48px
}

.t-skeleton_large {
	height: 96px
}

.t-skeleton_big {
	height: 180px
}

@keyframes shine {
	to {
		background-position-x: -200%
	}
}

.app {
	margin-left: 224px;
	transition: all .3s ease-in-out
}

@media screen and (max-width:991px) {
	.app {
		margin-left: 0
	}
}

.app-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding-top: 64px;
	overflow: hidden
}

.app-bonuses,
.app-contact-us,
.app-favorites,
.app-game,
.app-games,
.app-home,
.app-livecasino,
.app-policy,
.app-profile,
.app-profile-details,
.app-profile-security,
.app-promotions,
.app-providers,
.app-recent,
.app-referral,
.app-transactions,
.app-vip {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	width: 100%;
	max-width: 1864px;
	height: 100%;
	padding: var(--root-padding);
	margin: 0 auto
}

.app-bonuses .t-games-catalog,
.app-contact-us .t-games-catalog,
.app-favorites .t-games-catalog,
.app-game .t-games-catalog,
.app-games .t-games-catalog,
.app-home .t-games-catalog,
.app-livecasino .t-games-catalog,
.app-policy .t-games-catalog,
.app-profile-details .t-games-catalog,
.app-profile-security .t-games-catalog,
.app-profile .t-games-catalog,
.app-promotions .t-games-catalog,
.app-providers .t-games-catalog,
.app-recent .t-games-catalog,
.app-referral .t-games-catalog,
.app-transactions .t-games-catalog,
.app-vip .t-games-catalog {
	margin-top: 20px
}

.app-favorites .t-games-catalog,
.app-recent .t-games-catalog {
	display: flex;
	flex-grow: 1
}

.app-promotion-details,
.app-promotions {
	position: relative;
	margin-top: 20px
}

.app.collapsed {
	margin-left: 56px
}

@media screen and (max-width:991px) {
	.app.collapsed {
		margin-left: 0
	}
}

.app-mail {
	width: 100%;
	max-width: 480px;
	margin: auto
}

@media(max-width:767px) {
	.app-mail {
		padding: 0 16px
	}
}

.app-home {
	position: relative
}

.app-home:after {
	position: absolute;
	bottom: 0;
	width: calc(100% - var(--padding-horizontal)*2);
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.app-home .t-main-accordion {
	max-width: 720px
}

@media screen and (max-width:767px) {
	.page-profile .app-content {
		padding-top: 56px
	}
}

@keyframes blur-in {
	0% {
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0)
	}

	to {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px)
	}
}

@keyframes opacity {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes animated-gradient-border {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	to {
		background-position: 0 50%
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-30px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

@keyframes gradient-animation {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	99% {
		animation-timing-function: ease-out
	}

	to {
		background-position: 0 50%
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes float {

	0%,
	to {
		transform: translateY(-6px)
	}

	50% {
		transform: translateY(0)
	}
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
	opacity: 0
}

.vue-notification-group {
	position: fixed;
	z-index: 5000;
	display: block
}

.t-notification {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	min-width: 200px;
	max-width: 100%;
	padding: 11px 24px 11px 11px;
	margin: 16px 0 0;
	color: #fff;
	cursor: pointer;
	background: #28282f;
	border-radius: 4px
}

.t-notification:after,
.t-notification:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 2px;
	content: "";
	background: #fff;
	border-radius: 1px;
	transform: translateY(-50%)
}

.t-notification:before {
	transform: rotate(45deg)
}

.t-notification:after {
	transform: rotate(-45deg)
}

.t-notification .notification-title {
	font: 400 12px/17px Geologica, sans-serif
}

.t-notification .notification-content {
	padding: 0 0 0 30px;
	font: 700 12px/17px Geologica, sans-serif
}

.t-notification .notification-content:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	transform: translateY(-50%)
}

.t-notification.success {
	color: #fff;
	background: #109464
}

.t-notification.success:after,
.t-notification.success:before {
	background: #fff
}

.t-notification.success .notification-content:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA0YTggOCAwIDEwMCAxNiA4IDggMCAwMDAtMTZ6TTIgMTJDMiA2LjQ3NyA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMnptMTQuNzU3LTMuNDA3YTEgMSAwIDAxMCAxLjQxNGwtNS40IDUuNGExIDEgMCAwMS0xLjQxNCAwbC0yLjctMi43YTEgMSAwIDExMS40MTQtMS40MTRsMS45OTMgMS45OTMgNC42OTMtNC42OTNhMSAxIDAgMDExLjQxNCAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7451%) hue-rotate(113deg) brightness(106%) contrast(88%)
}

.t-notification.info {
	color: #fff;
	background: #387ce2
}

.t-notification.info:after,
.t-notification.info:before {
	background: #fff
}

.t-notification.info .notification-content:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA0YTggOCAwIDEwMCAxNiA4IDggMCAwMDAtMTZ6TTIgMTJDMiA2LjQ3NyA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMnptOS0zLjZhMSAxIDAgMDExLTFoLjAwOWExIDEgMCAxMTAgMkgxMmExIDEgMCAwMS0xLTF6bTEgMi42YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTJhMSAxIDAgMDExLTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7451%) hue-rotate(113deg) brightness(106%) contrast(88%)
}

.t-notification.warn {
	color: #fff;
	background: #dc6f21
}

.t-notification.warn:after,
.t-notification.warn:before {
	background: #fff
}

.t-notification.warn .notification-content:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA0YTggOCAwIDEwMCAxNiA4IDggMCAwMDAtMTZ6TTIgMTJDMiA2LjQ3NyA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTEgMTUuNmExIDEgMCAwMDEgMWguMDA5YTEgMSAwIDEwMC0ySDEyYTEgMSAwIDAwLTEgMXpNMTIgMTNhMSAxIDAgMDAxLTFWOC40YTEgMSAwIDEwLTIgMFYxMmExIDEgMCAwMDEgMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7451%) hue-rotate(113deg) brightness(106%) contrast(88%)
}

.t-notification.error {
	color: #fff;
	background: #d43c3c
}

.t-notification.error:after,
.t-notification.error:before {
	background: #fff
}

.t-notification.error .notification-content:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA0YTggOCAwIDEwMCAxNiA4IDggMCAwMDAtMTZ6TTIgMTJDMiA2LjQ3NyA2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMiAxNy41MjMgMiAxMnptNi41OTMtMy40MDdhMSAxIDAgMDExLjQxNCAwTDEyIDEwLjU4NmwxLjk5My0xLjk5M2ExIDEgMCAxMTEuNDE0IDEuNDE0TDEzLjQxNCAxMmwxLjk5MyAxLjk5M2ExIDEgMCAwMS0xLjQxNCAxLjQxNEwxMiAxMy40MTRsLTEuOTkzIDEuOTkzYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDEwLjU4NiAxMmwtMS45OTMtMS45OTNhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7451%) hue-rotate(113deg) brightness(106%) contrast(88%)
}

.v-fade-top-enter-active,
.v-fade-top-leave-active,
.v-fade-top-move {
	transition: all .3s linear
}

.v-fade-top-enter,
.v-fade-top-leave-to {
	opacity: 0;
	transform: translateY(-15px)
}

.t-carousel__item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-carousel__item_bank-transfer {
	background-image: url(../images/bank-transfer.3e21bdc.svg)
}

.t-carousel__item_crypto {
	background-image: url(../images/crypto.cae8a24.svg)
}

.t-carousel__item_instant-pay {
	background-image: url(../images/instant-pay.238bab6.svg)
}

.t-carousel__item_visa {
	background-image: url(../images/visa.ba0bed5.svg)
}

.t-carousel__item_mastercard {
	background-image: url(../images/mastercard.5c825e2.svg)
}

.t-loading {
	position: relative;
	box-sizing: border-box;
	width: 40px !important;
	height: 40px !important;
	border: 5px solid hsla(0, 0%, 100%, .2);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 2s linear infinite
}

.t-loading svg {
	display: none
}

.t-loading.t-search__loading {
	width: 24px !important;
	height: 24px !important;
	border: 3px solid hsla(0, 0%, 100%, .2);
	border-top-color: #fff
}

.t-loading.t-search__loading:after,
.t-loading.t-search__loading:before {
	width: 3px;
	height: 3px
}

.t-loading.t-search__loading:before {
	top: 0;
	left: 2px
}

.t-loading.t-search__loading:after {
	top: 0;
	right: -1px
}

.t-loading.t-button__loading,
.t-loading.t-game-item__hover-favorite__loading,
.t-loading.t-games-catalog__clear__loading,
.t-loading.t-main-games__more__loading {
	width: 16px !important;
	height: 16px !important;
	border: 2px solid hsla(0, 0%, 100%, .2);
	border-top-color: #fff
}

.t-loading.t-button__loading:after,
.t-loading.t-button__loading:before,
.t-loading.t-game-item__hover-favorite__loading:after,
.t-loading.t-game-item__hover-favorite__loading:before,
.t-loading.t-games-catalog__clear__loading:after,
.t-loading.t-games-catalog__clear__loading:before,
.t-loading.t-main-games__more__loading:after,
.t-loading.t-main-games__more__loading:before {
	width: 2px;
	height: 2px
}

.t-loading.t-button__loading:before,
.t-loading.t-game-item__hover-favorite__loading:before,
.t-loading.t-games-catalog__clear__loading:before,
.t-loading.t-main-games__more__loading:before {
	top: 0;
	left: 1px
}

.t-loading.t-button__loading:after,
.t-loading.t-game-item__hover-favorite__loading:after,
.t-loading.t-games-catalog__clear__loading:after,
.t-loading.t-main-games__more__loading:after {
	top: 0;
	right: -1px
}

.t-loading:after,
.t-loading:before {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	background-color: #fff;
	border-radius: 50%
}

.t-loading:before {
	top: 0;
	left: 3px;
	transform: translateX(-50%)
}

.t-loading:after {
	top: 0;
	right: -2px;
	transform: translateX(-50%)
}

.t-checkbox {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none
}

.t-checkbox__label {
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-checkbox input {
	display: none
}

.t-checkbox:hover .t-checkbox__elem {
	background: transparent;
	border-color: #2f74ff
}

.t-checkbox.t-checkbox_checked .t-checkbox__elem {
	background: #2f74ff;
	border-color: #2f74ff
}

.t-checkbox.t-checkbox_checked .t-checkbox__check-icon {
	opacity: 1
}

.t-checkbox__block-label {
	margin-left: 12px;
	white-space: nowrap
}

.t-checkbox__elem {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #a9a9a9;
	border-radius: 4px
}

.t-checkbox__count {
	color: #a9a9a9
}

.t-checkbox__check-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiA2Ljg5NUw4LjU1IDE0LjUgNCA5Ljg1NSA1LjM2NyA4LjQ2bDMuMTgzIDMuMjUgNi4wODMtNi4yMUwxNiA2Ljg5NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/cover;
	opacity: 0;
	transition: .2s
}

.t-checkbox__check-icon,
.t-checkbox__incomplete {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.t-checkbox__incomplete {
	width: 8px;
	height: 2px;
	background: #fff;
	border-radius: 0
}

.t-checkbox__info {
	position: relative;
	margin: 0 0 0 8px
}

.t-checkbox_button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: none;
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: 0;
	transition: .3s
}

.t-checkbox_button .t-checkbox__block-label {
	margin-top: 0;
	margin-left: 0;
	line-height: 26px
}

.t-checkbox_button .t-checkbox__label {
	font: 400 12px/17px Geologica, sans-serif;
	color: #fff
}

.t-checkbox_button .t-checkbox__elem {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 7px;
	height: 5px;
	background: none;
	border: none;
	border-radius: 0
}

.t-checkbox_button .t-checkbox__check-icon {
	width: 12px;
	height: 8px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA0bDIuNSAyLjUgNS01IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat 50%/cover
}

.t-checkbox_button.t-checkbox_checked {
	background: #5a23b4;
	border: 1px solid #a076f4
}

.t-checkbox_button.t-checkbox_checked .t-checkbox__label {
	color: #fff
}

.t-checkbox_button:hover {
	border: 1px solid rgba(169, 169, 184, .8)
}

.t-checkbox_error {
	animation: checkbox-error .3s
}

.t-checkbox_error .t-checkbox__elem {
	border: 1px solid #d82e39
}

.t-checkbox_error .t-checkbox__label {
	color: #d82e39
}

.t-checkbox_error.t-checkbox_checked .t-checkbox__elem {
	background: #d82e39;
	border-color: #d82e39
}

.t-checkbox_disabled {
	cursor: not-allowed;
	opacity: .5
}

@keyframes checkbox-error {
	0% {
		left: 0
	}

	25% {
		left: 5px
	}

	50% {
		left: 0
	}

	75% {
		left: -5px
	}

	to {
		left: 0
	}
}

.t-back {
	width: fit-content;
	font: 700 14px/100% Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: uppercase;
	letter-spacing: .84px;
	cursor: pointer
}

.t-back,
.t-back__icon {
	display: flex;
	align-items: center;
	transition: all .3s ease-in-out
}

.t-back__icon {
	width: 20px;
	height: 20px;
	margin-right: 4px
}

.t-back__icon .t-icon-back {
	width: 100%;
	height: 100%;
	opacity: .6
}

.t-back:hover {
	color: #fff
}

.t-back:hover .t-icon-back {
	color: #fff;
	opacity: 1
}

.t-button-pwa {
	position: relative;
	order: 1;
	padding: 6px 0;
	margin-top: 4px;
	cursor: pointer;
	border-radius: 8px
}

.t-button-pwa:before {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

@media not all and (pointer:coarse) {
	.t-button-pwa:hover:not(:disabled) {
		background: #2c2c2c
	}

	.t-button-pwa:hover:not(:disabled) .t-button-pwa__icon {
		filter: unset
	}

	.t-button-pwa:hover:not(:disabled) .t-button-pwa__install {
		color: #fff
	}
}

.t-button-pwa__wrap {
	flex-flow: row nowrap;
	gap: 8px;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 6px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-button-pwa__icon,
.t-button-pwa__wrap {
	display: flex;
	transition: all .3s ease-in-out
}

.t-button-pwa__icon {
	position: relative;
	width: 24px;
	min-width: 24px;
	height: 24px;
	overflow: hidden;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44MzMgMS42Njd2OC44MjJsMy4zMzQtMy4zMzQgMS4xNzggMS4xNzlMMTAgMTMuNjc5IDQuNjU1IDguMzM0bDEuMTc4LTEuMTc5IDMuMzM0IDMuMzMzVjEuNjY4aDEuNjY2em0tNy41IDEwdjVoMTMuMzM0di01aDEuNjY2djYuNjY3SDEuNjY3di02LjY2N2gxLjY2NnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODA5MV80NjUpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDkxXzQ2NSIgeDE9IjEwLjQ0NyIgeTE9IjE4LjMzNCIgeDI9IjEzLjIxMiIgeTI9IjIuMTM5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%);
	background-repeat: no-repeat;
	background-position: 50%
}

.t-button__pwa-compact:before {
	content: none
}

.t-button,
.t-error-page-content-button,
.t-promo-card__action-btn,
.t-promo-events__router {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	overflow: hidden;
	font: 700 16px/100% Geologica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.08px;
	cursor: pointer;
	background: linear-gradient(180deg, #ff593b, #d33013);
	border: none;
	border-radius: 100px;
	transition: all .3s ease-in-out
}

.t-button:before,
.t-error-page-content-button:before,
.t-promo-card__action-btn:before,
.t-promo-events__router:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	content: "";
	background: transparent;
	opacity: 0;
	transition: all .3s ease-in-out
}

.t-button:hover:before,
.t-error-page-content-button:hover:before,
.t-promo-card__action-btn:hover:before,
.t-promo-events__router:hover:before {
	background: linear-gradient(180deg, #ff694f, #e33a1c);
	opacity: 1
}

.t-button:active:before,
.t-button:focus-visible:before,
.t-button:focus:before,
.t-error-page-content-button:active:before,
.t-error-page-content-button:focus-visible:before,
.t-error-page-content-button:focus:before,
.t-promo-card__action-btn:active:before,
.t-promo-card__action-btn:focus-visible:before,
.t-promo-card__action-btn:focus:before,
.t-promo-events__router:active:before,
.t-promo-events__router:focus-visible:before,
.t-promo-events__router:focus:before {
	background: linear-gradient(180deg, #ff694f, #e33a1c);
	outline: 0
}

.t-button__wrap {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.t-button__block {
	width: 100%
}

.t-button.t-button__disabled,
.t-button__disabled.t-error-page-content-button,
.t-button__disabled.t-promo-card__action-btn,
.t-button__disabled.t-promo-events__router {
	color: hsla(0, 0%, 100%, .4);
	cursor: not-allowed;
	background: linear-gradient(180deg, rgba(255, 89, 59, .3), rgba(211, 52, 24, .3));
	border: 0
}

.t-button.t-button__disabled:before,
.t-button__disabled.t-error-page-content-button:before,
.t-button__disabled.t-promo-card__action-btn:before,
.t-button__disabled.t-promo-events__router:before {
	content: unset
}

.t-button.t-button__disabled:active,
.t-button.t-button__disabled:focus,
.t-button.t-button__disabled:hover,
.t-button__disabled.t-error-page-content-button:active,
.t-button__disabled.t-error-page-content-button:focus,
.t-button__disabled.t-error-page-content-button:hover,
.t-button__disabled.t-promo-card__action-btn:active,
.t-button__disabled.t-promo-card__action-btn:focus,
.t-button__disabled.t-promo-card__action-btn:hover,
.t-button__disabled.t-promo-events__router:active,
.t-button__disabled.t-promo-events__router:focus,
.t-button__disabled.t-promo-events__router:hover {
	color: hsla(0, 0%, 100%, .4);
	cursor: not-allowed;
	background: linear-gradient(180deg, rgba(255, 89, 59, .3), rgba(211, 52, 24, .3));
	border: 0
}

.t-button .t-button__border,
.t-button__border,
.t-main-games__more.t-link,
.t-main-promotion-list__header-btn,
.t-promo-card-casino .t-promo-card__action-btn-info,
.t-promo-card__action-btn.t-button__disabled,
.t-promo-events__router {
	color: #fff;
	background: #2c2c2c;
	border: none
}

.t-button .t-button__border-white:before,
.t-button .t-button__border:before,
.t-button__border-white:before,
.t-button__border:before,
.t-main-games__more.t-link:before,
.t-main-promotion-list__header-btn:before,
.t-promo-card-casino .t-promo-card__action-btn-info:before,
.t-promo-card__action-btn.t-button__disabled:before,
.t-promo-events__router:before {
	content: unset
}

.t-button .t-button__border-white.t-button__disabled,
.t-button .t-button__border-white.t-button__disabled:active,
.t-button .t-button__border-white.t-button__disabled:focus,
.t-button .t-button__border-white.t-button__disabled:hover,
.t-button__border-white.t-button__disabled,
.t-button__border-white.t-button__disabled:active,
.t-button__border-white.t-button__disabled:focus,
.t-button__border-white.t-button__disabled:hover {
	color: hsla(0, 0%, 100%, .4);
	cursor: not-allowed;
	background: #181818;
	border: none
}

.t-button .t-button__border:hover,
.t-button__border:hover,
.t-main-games__more.t-link:hover,
.t-main-promotion-list__header-btn:hover,
.t-promo-card-casino .t-promo-card__action-btn-info:hover,
.t-promo-card__action-btn.t-button__disabled:hover,
.t-promo-events__router:hover {
	background: #5d5d5d;
	border: none
}

.t-button .t-button__border:focus,
.t-button .t-button__border:focus-visible,
.t-button__border:focus,
.t-button__border:focus-visible,
.t-main-games__more.t-link:focus,
.t-main-games__more.t-link:focus-visible,
.t-main-promotion-list__header-btn:focus,
.t-main-promotion-list__header-btn:focus-visible,
.t-promo-card-casino .t-promo-card__action-btn-info:focus,
.t-promo-card-casino .t-promo-card__action-btn-info:focus-visible,
.t-promo-card__action-btn.t-button__disabled:focus,
.t-promo-card__action-btn.t-button__disabled:focus-visible,
.t-promo-events__router:focus,
.t-promo-events__router:focus-visible {
	outline: 0
}

.t-button__loading {
	display: flex
}

.t-button__loading .t-loading {
	margin: 0 8px 0 0
}

.t-button__large {
	padding: 20px 24px;
	font: 700 18px/100% Geologica, sans-serif
}

.t-button__medium {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-button__small,
.t-promo-events__router {
	padding: 13px 16px;
	font: 700 14px/100% Geologica, sans-serif
}

.t-button__micro {
	padding: 10px 12px;
	font: 700 12px/100% Geologica, sans-serif
}

.t-button__weight-light,
.t-button__weight-thin {
	font-weight: 300
}

.t-button__weight-regular {
	font-weight: 400
}

.t-button__weight-semibold {
	font-weight: 600
}

.t-button__weight-bold,
.t-button__weight-bolder {
	font-weight: 800
}

.t-button__icon {
	width: 24px;
	height: 24px
}

.t-button__icon-left .t-button__icon {
	margin-right: 8px
}

.t-button__icon-center .t-button__icon {
	margin: 0
}

.t-button__icon-right .t-button__icon {
	order: 2;
	margin-left: 8px
}

.t-radio {
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
	user-select: none
}

.t-radio:hover:not(.t-radio__disabled) .t-radio__elem {
	border-color: #2f74ff
}

.t-radio:hover .t-radio__elem {
	border: 1px solid #2f74ff
}

.t-radio__elem {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

.t-radio__elem:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	content: "";
	background-color: #2f74ff;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	transform: translate(-50%, -50%) scale(0)
}

.t-radio__label {
	margin: 0 0 0 12px;
	font: 400 16px/140% Geologica, sans-serif;
	white-space: nowrap;
	transition: all .3s ease-in-out
}

.t-radio input {
	display: none
}

.t-radio input:checked+.t-radio__elem {
	border: 1px solid #2f74ff
}

.t-radio input:checked+.t-radio__elem:before {
	transform: scale(1) translate(-50%, -50%)
}

.t-radio__disabled {
	cursor: not-allowed;
	opacity: .5
}

.t-select {
	position: relative;
	user-select: none
}

.t-select__icon {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjAwOCA1LjgzM0w4IDkuODJsMy45OTMtMy45ODcuOTQuOTRMOCAxMS43IDMuMDY3IDYuNzczbC45NC0uOTR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain;
	opacity: .6;
	transition: .2s;
	transform: translateY(-50%)
}

.t-select__choose {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	min-height: 48px;
	padding: 6px 12px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff;
	cursor: pointer;
	background: #2c2c2c;
	border: none;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-select__choose .t-icon {
	margin: 0 6px 0 0
}

.t-select__choose:focus,
.t-select__choose:hover {
	border: 1px solid #2f74ff;
	box-shadow: 0 0 0 3px rgba(47, 116, 255, .25)
}

.t-select__info {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 2;
	transform: translateY(-50%)
}

.t-select__info .t-icon {
	margin: 0
}

.t-select__info~.t-select__icon {
	right: 40px
}

.t-select__label {
	position: absolute;
	top: 12px;
	left: 12px;
	font: 500 10px/140% Geologica, sans-serif;
	color: #a9a9a9;
	user-select: none;
	transition: .2s
}

.t-select__label,
.t-select__value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.t-select__dropdown {
	z-index: 10;
	width: 100%;
	min-width: min-content;
	margin: 3px 0 0
}

.t-select_open .t-select__icon {
	opacity: 1;
	transform: scaleY(-1) translateY(50%)
}

.t-select_open .t-select__choose {
	padding: 20px 12px 6px;
	border: 1px solid #2f74ff;
	box-shadow: 0 0 0 3px rgba(47, 116, 255, .25)
}

.t-select_open .t-select__label,
.t-select_selected .t-select__label {
	top: 6px;
	font: 500 10px/140% Geologica, sans-serif
}

.t-select_selected .t-select__choose {
	padding: 20px 12px 6px
}

.t-select_separator .t-select__dropdown {
	padding: 6px 0 0
}

.t-select_separator .t-select__dropdown .t-dropdown__item:last-child {
	height: 39px;
	padding: 0 0 54px;
	margin-top: 5px;
	border-top: 1px solid #e5e1f8
}

.t-select_not-label .t-select__choose {
	display: flex;
	align-items: center;
	padding: 0 40px 0 15px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_not-label .t-select__label {
	position: relative;
	top: 0;
	left: 0;
	font: 400 14px/20px Geologica, sans-serif
}

.t-select_not-label .t-select__value {
	display: flex;
	align-items: center
}

.t-select_not-label.t-select_selected .t-select__label {
	display: none
}

.t-select_not-label.t-select_selected .t-select__value {
	font: 400 16px/22px Geologica, sans-serif
}

.t-select_out-label {
	padding: 26px 0 0
}

.t-select_out-label .t-select__choose {
	display: flex;
	align-items: center;
	padding: 0 40px 0 15px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_out-label .t-select__label {
	position: absolute;
	top: 0;
	left: 5px;
	font: 400 14px/20px Geologica, sans-serif
}

.t-select_out-label .t-select__value {
	display: flex;
	align-items: center
}

.t-select_out-label .t-select__icon {
	top: auto
}

.t-select_out-label.t-select_selected .t-select__value {
	font: 400 14px/20px Geologica, sans-serif
}

.t-select_fit-content {
	width: fit-content
}

.t-select_fit-content .t-select__choose {
	min-width: 95px
}

.t-select_fit-content.t-select_not-label .t-select__choose {
	min-width: auto
}

.t-select_medium .t-select__choose {
	height: 40px;
	padding: 10px 35px 8px 13px;
	border-radius: 8px
}

.t-select_medium .t-select__label {
	top: 11px;
	left: 13px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_medium .t-select__icon {
	top: 17px;
	right: 15px;
	width: 10px
}

.t-select_medium.t-select_open .t-select__label {
	top: 4px;
	font: 400 14px/20px Geologica, sans-serif
}

.t-select_medium.t-select_selected .t-select__choose {
	padding: 16px 35px 4px 13px
}

.t-select_medium.t-select_selected .t-select__label {
	top: 4px;
	font: 400 10px/15px Geologica, sans-serif
}

.t-select_medium.t-select_selected .t-select__value {
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_medium.t-select_not-label .t-select__choose {
	padding: 10px 35px 8px 13px
}

.t-select_medium.t-select_not-label .t-select__label {
	top: 0;
	left: 0;
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_medium.t-select_not-label .t-select__value {
	line-height: 18px
}

.t-select_small {
	height: 30px
}

.t-select_small .t-select__choose {
	height: 30px;
	padding: 6px 35px 5px 13px;
	border-radius: 8px
}

.t-select_small .t-select__label {
	top: 7px;
	left: 13px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_small .t-select__icon {
	top: 12px;
	right: 15px;
	width: 10px
}

.t-select_small.t-select_open .t-select__label {
	top: 1px;
	font: 400 10px/15px Geologica, sans-serif
}

.t-select_small.t-select_selected .t-select__choose {
	padding: 12px 35px 2px 13px
}

.t-select_small.t-select_selected .t-select__label {
	top: 1px;
	font: 400 10px/15px Geologica, sans-serif
}

.t-select_small.t-select_selected .t-select__value {
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_small.t-select_not-label .t-select__choose {
	padding: 6px 35px 5px 13px
}

.t-select_small.t-select_not-label .t-select__label {
	top: 0;
	left: 0;
	font: 400 12px/17px Geologica, sans-serif
}

.t-select_not-input .t-select__choose {
	width: fit-content;
	min-width: auto;
	height: auto;
	padding: 0;
	background: none;
	border: none
}

.t-select_not-input .t-select__choose .t-icon {
	margin: -1px 6px 0 0
}

.t-select_not-input .t-select__choose:hover .t-select__label,
.t-select_not-input .t-select__choose:hover .t-select__value {
	color: #131f88
}

.t-select_not-input .t-select__choose:hover .t-select__icon {
	opacity: 1
}

.t-select_not-input .t-select__label {
	position: relative;
	top: 0;
	left: 0
}

.t-select_not-input .t-select__value {
	transition: .2s
}

.t-select_not-input .t-select__icon {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 5px
}

.t-select_not-input.t-select_selected .t-select__label {
	top: 0;
	font: 400 14px/20px Geologica, sans-serif
}

.t-select_not-input.t-select_selected .t-select__value {
	margin-left: 4px;
	font: 400 14px/20px Geologica, sans-serif
}

.t-select_not-input.t-select_open .t-select__label {
	top: 0;
	font: 400 14px/20px Geologica, sans-serif;
	color: #131f88
}

.t-select_not-input.t-select_open .t-select__value {
	color: #131f88
}

.t-select_not-input.t-select_open .t-select__icon {
	opacity: 1
}

.t-select_not-input.t-select_open .t-select__dropdown {
	width: fit-content
}

.t-select_not-input:hover .t-select__choose {
	border: none
}

.t-select_checkbox .t-dropdown__item-option:hover,
.t-select_checkbox .t-dropdown__item-option_active {
	background: none
}

.t-select_collapse .t-dropdown {
	max-width: 265px;
	border: 1px solid #2f74ff
}

.t-select_collapse .t-dropdown__item-options {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .3s
}

.t-select_collapse .t-dropdown__item-group {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	padding: 7px 24px;
	margin-top: 0;
	font: 400 14px/20px Geologica, sans-serif;
	cursor: pointer;
	background: rgba(27, 31, 40, 0);
	transition: .3s
}

.t-select_collapse .t-dropdown__item-group:hover {
	background: rgba(125, 135, 155, .2)
}

.t-select_collapse .t-dropdown__item-group .t-icon {
	margin: 0 0 0 10px;
	opacity: .5;
	transition: .3s
}

.t-select_collapse .t-dropdown__item-group_active .t-icon {
	transform: scaleY(-1)
}

.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options {
	height: auto;
	opacity: 1
}

.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options .t-dropdown__item-option {
	padding: 7px 24px;
	font: 400 14px/20px Geologica, sans-serif;
	cursor: pointer;
	background: rgba(27, 31, 40, 0);
	transition: .3s
}

.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options .t-dropdown__item-option:hover small {
	background: rgba(125, 135, 155, .2)
}

.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options .t-dropdown__item-option:first-child {
	padding-top: 13px
}

.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options .t-dropdown__item-option:last-child {
	padding-bottom: 13px
}

.t-select_collapse .t-dropdown__item-group_active~.t-dropdown__item-options .t-dropdown__item-option:only-child {
	padding: 13px 24px
}

.t-select_error {
	animation: input-error .3s
}

.t-select_error .t-select__choose {
	border: 1px solid #d82e39
}

.t-select_error .t-select__info {
	margin-top: 13px
}

.t-select_disabled .t-select__choose,
.t-select_disabled .t-select__label,
.t-select_disabled .t-select__value {
	cursor: not-allowed
}

.t-select_disabled .t-select__choose .t-icon,
.t-select_disabled .t-select__icon {
	cursor: not-allowed;
	opacity: .4
}

.t-select_disabled .t-select__icon:hover,
.t-select_disabled:hover .t-select__icon {
	opacity: .4
}

.t-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	max-height: 265px;
	overflow-y: auto;
	background: #2c2c2c;
	border: none;
	border-radius: 12px
}

.t-dropdown__item:hover .t-dropdown__item-option,
.t-dropdown__item_active .t-dropdown__item-option {
	background: #444
}

.t-dropdown_icon-right .t-dropdown__item-option .t-icon {
	order: 2;
	margin-right: 0;
	margin-left: 5px
}

.t-dropdown_loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px
}

.t-dropdown__item-option {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 8px;
	margin: 8px;
	font: 400 16px/140% Geologica, sans-serif;
	cursor: pointer;
	background: #2c2c2c;
	border-radius: 8px;
	transition: .3s
}

.t-dropdown__item-option:hover {
	background: #444
}

.t-dropdown__item-option .t-icon {
	margin: auto 0
}

.t-dropdown__item-option:has(>.t-dropdown__item-html) {
	flex-direction: column;
	align-items: flex-start;
	font-size: 12px;
	line-height: 14px
}

.t-dropdown__item-option span {
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-dropdown__item-option small {
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff;
	white-space: nowrap
}

.t-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100%;
	color: #fff;
	transition: all 0s ease-in-out
}

@media(max-width:767px) {
	.t-popup {
		height: calc(100% - 20px);
		margin-top: 20px
	}
}

.t-popup_center {
	text-align: center
}

.t-popup_center .t-popup__header {
	justify-content: center
}

.t-popup_hidden {
	pointer-events: none;
	opacity: 0
}

.t-popup__action {
	display: flex;
	gap: 8px;
	width: 100%;
	padding: 16px 32px 0
}

@media(max-width:767px) {
	.t-popup__action {
		padding: 16px 20px 0
	}
}

.t-popup__action-row {
	display: flex;
	gap: 8px;
	width: 100%;
	padding-bottom: 32px
}

@media(max-width:767px) {
	.t-popup__action-row {
		padding-bottom: 24px
	}
}

.t-popup__action-col {
	flex: 1 1 auto;
	width: 100%
}

.t-popup__action .t-button,
.t-popup__action .t-error-page-content-button,
.t-popup__action .t-promo-card__action-btn,
.t-popup__action .t-promo-events__router {
	flex: 1 1 auto;
	height: 100%;
	padding: 12px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-popup__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 31, 31, .5);
	animation: blur-in 3ms 3ms forwards
}

.t-popup__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	padding: 24px 32px 0;
	overflow: hidden auto;
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-popup__body {
		padding: 20px 20px 0
	}
}

.t-popup__body .v-popover .trigger {
	width: 100%
}

.t-popup__close {
	position: absolute;
	top: 40px;
	right: 44px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-popup__close {
		top: 33px;
		right: 32px
	}
}

.t-popup__close:before {
	position: absolute;
	width: 14px;
	height: 14px;
	content: "";
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l12 12M1 13L13 1' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50%/contain;
	opacity: .66;
	transition: all .3s ease-in-out
}

.t-popup__close:hover:before {
	opacity: 1
}

.t-popup__component {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 100%;
	padding-bottom: 32px
}

@media(max-width:767px) {
	.t-popup__component {
		padding-bottom: 24px
	}
}

.t-popup__component .t-login__help {
	margin-top: 16px;
	text-align: center
}

.t-popup__component .t-login__help,
.t-popup__component .t-login__help .t-link {
	font: 400 12px/17px Geologica, sans-serif
}

.t-popup__footer {
	width: calc(100% + 80px);
	margin: 0 0 -40px -40px;
	background: rgba(130, 47, 235, .1);
	border-radius: 0 0 30px 30px
}

.t-popup__icon {
	width: 50px;
	height: 50px;
	margin: 0 auto
}

.t-popup__header {
	position: relative;
	width: 100%;
	padding: 24px 56px 24px 32px;
	font: 600 24px/135% Geologica, sans-serif;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-popup__header {
		padding: 20px 44px 20px 20px;
		font: 700 20px/28px Geologica, sans-serif
	}
}

.t-popup__header .t-icon {
	margin: 0 12px 0 0
}

.t-popup.t-assets-modal-create-order-modal .t-popup__close {
	top: 40px;
	right: 44px
}

.t-popup__wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 500px;
	max-height: calc(100% - 80px);
	margin: auto;
	overflow: hidden;
	background: #101010;
	border-radius: 20px
}

@media(max-width:767px) {
	.t-popup__wrap {
		max-height: 100%;
		margin-top: auto;
		margin-bottom: unset;
		border-radius: 20px 20px 0 0
	}
}

.t-popup .t-login .t-button,
.t-popup .t-login .t-error-page-content-button,
.t-popup .t-login .t-promo-card__action-btn,
.t-popup .t-login .t-promo-events__router,
.t-popup .t-signup .t-button,
.t-popup .t-signup .t-error-page-content-button,
.t-popup .t-signup .t-promo-card__action-btn,
.t-popup .t-signup .t-promo-events__router {
	padding: 12px 20px
}

.t-popup-enter-active,
.t-popup-leave-active {
	opacity: 1;
	transition: all .3s ease-in
}

.t-popup-enter-active .t-popup__wrap,
.t-popup-leave-active .t-popup__wrap {
	transition: all .3s ease-in;
	transform: scale(1)
}

@media(max-width:767px) {

	.t-popup-enter-active .t-popup__wrap,
	.t-popup-leave-active .t-popup__wrap {
		transform: translate(0)
	}
}

.t-popup-enter,
.t-popup-leave-to {
	opacity: 0;
	transition: all .3s ease
}

.t-popup-enter .t-popup__wrap,
.t-popup-leave-to .t-popup__wrap {
	transition: all .3s ease;
	transform: scale(.6)
}

@media(max-width:767px) {

	.t-popup-enter .t-popup__wrap,
	.t-popup-leave-to .t-popup__wrap {
		transform: translateY(100%)
	}
}

.t-input {
	position: relative
}

.t-input~.t-button,
.t-input~.t-error-page-content-button,
.t-input~.t-promo-card__action-btn,
.t-input~.t-promo-events__router {
	position: absolute;
	right: 4px;
	bottom: 4px;
	min-width: 80px;
	font: 400 16px/140% Geologica, sans-serif;
	text-transform: capitalize
}

.t-input input {
	width: 100%;
	height: 48px;
	padding: 18px 12px 6px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff;
	background: #2c2c2c;
	border: none;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-input input::placeholder {
	color: #a9a9a9
}

.t-input input:focus,
.t-input input:focus-visible {
	outline: 0
}

.t-input input:focus,
.t-input input:hover {
	border: 1px solid #2f74ff;
	box-shadow: 0 0 0 3px rgba(47, 116, 255, .25)
}

.t-input input::-webkit-inner-spin-button,
.t-input input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.t-input input:-webkit-autofill,
.t-input input:-webkit-autofill:focus,
.t-input input:-webkit-autofill:hover {
	transition: background-color 1s ease 86400s, color 1s ease 86400s
}

.t-input input[type=number] {
	-moz-appearance: textfield
}

.t-input__wrap {
	position: relative;
	display: flex
}

.t-input__input {
	position: relative;
	width: 100%
}

.t-input__select {
	width: auto
}

.t-input__password {
	right: 15px;
	cursor: pointer;
	opacity: 1;
	transition: .3s
}

.t-input__info,
.t-input__password {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.t-input__info {
	right: 12px;
	z-index: 2;
	display: flex
}

.t-input__info~.t-input__password {
	right: 40px
}

.t-input__label {
	position: absolute;
	top: 12px;
	left: 12px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	pointer-events: none;
	user-select: none;
	transition: all .3s ease-in-out
}

.t-input__icon {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 2;
	transform: translateY(-50%)
}

.t-input_select .t-input__input input {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.t-input_select .t-input__input input:focus,
.t-input_select .t-input__input input:focus:hover {
	border-right: 1px solid rgba(99, 99, 99, .4)
}

.t-input_select .t-input__select .t-select__choose {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.t-input:has(input:-webkit-autofill) .t-input__label,
.t-input_focus .t-input__label,
.t-input_value .t-input__label {
	top: 6px;
	font: 400 10px/15px Geologica, sans-serif
}

.t-input_error {
	animation: input-error .3s
}

.t-input_error input {
	border: 1px solid #d82e39
}

.t-input_medium input {
	height: 40px;
	padding: 20px 15px 7px;
	border-radius: 8px
}

.t-input_medium .t-input__label {
	top: 10px;
	left: 15px
}

.t-input_medium.t-input_focus .t-input__label {
	top: 4px
}

.t-input_small input {
	height: 30px;
	padding: 15px 10px 5px;
	font: 400 12px/17px Geologica, sans-serif;
	border-radius: 8px
}

.t-input_small .t-input__label {
	top: 5px;
	left: 10px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-input_small.t-input_focus .t-input__label {
	top: 1px;
	font: 400 10px/15px Geologica, sans-serif
}

.t-input_not-label input {
	padding-top: 7px;
	padding-bottom: 7px
}

.t-input_not-label .t-input__label {
	display: none
}

.t-input_out-label {
	display: flex;
	flex-direction: column
}

.t-input_out-label input {
	padding-top: 7px;
	padding-bottom: 7px
}

.t-input_out-label .t-input__label {
	position: relative;
	top: 0;
	left: 5px;
	order: 1;
	margin: 0 0 5px
}

.t-input_out-label .t-input__wrap {
	order: 2
}

.t-input_out-label.t-input_focus .t-input__label {
	font: 500 14px/140% Geologica, sans-serif
}

.t-input_icon input {
	padding-left: 40px
}

.t-input_icon.t-input_medium input {
	padding-left: 35px
}

.t-input_icon.t-input_medium .t-input__icon {
	left: 10px
}

.t-input_icon.t-input_small input {
	padding-left: 35px
}

.t-input_icon.t-input_small .t-input__icon {
	left: 10px
}

.t-input_disabled input,
.t-input_disabled input:hover {
	background: hsla(0, 0%, 100%, .15);
	border: 1px solid hsla(0, 0%, 100%, .15)
}

.t-popover_info {
	margin-top: 12px
}

.t-popover_info span {
	pointer-events: none
}

.t-popover_info span .t-link {
	pointer-events: auto
}

.t-popover_info .t-popover-inner {
	position: relative;
	max-width: 200px;
	padding: 16px;
	font: 400 12px/140% Geologica, sans-serif;
	background-color: #5d5d5d;
	border-radius: 8px
}

.t-popover_info .t-popover-inner a,
.t-popover_info .t-popover-inner a:visited {
	font: 400 12px/17px Geologica, sans-serif
}

@media(max-width:767px) {

	.t-popover_info .t-popover-inner,
	.t-popover_info .t-popover-inner .t-link {
		font: 400 12px/17px Geologica, sans-serif
	}
}

.t-popover_info .t-popover-inner:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	content: "";
	transform: translate(-50%, -50%)
}

@keyframes input-error {
	0% {
		left: 0
	}

	25% {
		left: 5px
	}

	50% {
		left: 0
	}

	75% {
		left: -5px
	}

	to {
		left: 0
	}
}

@media screen and (max-width:767px) {
	.t-modal-pwa-info .t-popup__wrap {
		min-width: 100%
	}
}

.t-modal-pwa-info__title {
	position: relative;
	padding: 24px 32px;
	font: 700 24px/32px Geologica, sans-serif;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media screen and (max-width:767px) {
	.t-modal-pwa-info__title {
		padding: 20px;
		font: 700 20px/28px Geologica, sans-serif
	}
}

.t-modal-pwa-info__subtitle {
	padding: 24px 32px 0;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

@media screen and (max-width:767px) {
	.t-modal-pwa-info__subtitle {
		padding: 20px 20px 0
	}
}

.t-modal-pwa-info__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 32px 0
}

@media screen and (max-width:767px) {
	.t-modal-pwa-info__list {
		padding: 16px 20px 0
	}
}

.t-modal-pwa-info__list p {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 16px;
	font: 600 16px/24px Geologica, sans-serif;
	color: #fff;
	background: #2c2c2c;
	border-radius: 16px
}

.t-modal-pwa-info__list p i {
	display: block;
	min-width: 24px;
	height: 24px;
	background-size: contain
}

.t-modal-pwa-info__description {
	display: none
}

.t-modal-pwa-info__action {
	padding: 12px 20px;
	margin: 16px 32px 0
}

@media screen and (max-width:767px) {
	.t-modal-pwa-info__action {
		margin: 16px 20px 0
	}
}

.t-modal-follow-us__title {
	font: 700 20px/28px Geologica, sans-serif
}

.t-modal-follow-us__subtitle {
	margin-top: 4px;
	font: 600 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-modal-follow-us__description {
	margin-top: 16px;
	font: 400 14px/20px Geologica, sans-serif
}

.t-modal-follow-us__action {
	padding: 17px;
	margin-top: 24px
}

.t-search {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}

.t-search__icon {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJNMiA0bDQgNCA0LTQiLz48L3N2Zz4=) no-repeat 50%/contain;
	opacity: .6;
	transition: .2s;
	transform: translateY(-50%)
}

.t-search__input {
	position: relative;
	display: flex;
	align-items: center;
	transition: .3s
}

.t-search__input .t-icon-search {
	position: absolute;
	display: block;
	width: 24px;
	min-width: 15px;
	height: 24px;
	transition: all .3s ease-in-out
}

.t-search__input .t-icon-search-cross {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 20px;
	height: 20px;
	text-align: right;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4xODcgMTYuMTg3QTguNzUgOC43NSAwIDEwMy44MTMgMy44MTNhOC43NSA4Ljc1IDAgMDAxMi4zNzQgMTIuMzc0ek02LjE3IDcuMzQ4TDguODIgMTAgNi4xNyAxMi42NTJsMS4xNzggMS4xNzhMMTAgMTEuMTc4bDIuNjUyIDIuNjUyIDEuMTc4LTEuMTc4TDExLjE3OCAxMGwyLjY1Mi0yLjY1Mi0xLjE3OC0xLjE3OEwxMCA4LjgyIDcuMzQ4IDYuMTcgNi4xNyA3LjM0OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: .6;
	transition: all .3s ease-in-out;
	transform: translateY(-50%)
}

.t-search__input .t-icon-search-cross:hover {
	opacity: 1
}

.t-search__input input {
	width: 100%;
	height: 48px;
	padding: 6px 48px 6px 12px;
	font: #fff;
	color: #fff;
	background: #2c2c2c;
	border: none;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-search__input input::placeholder {
	color: #a9a9a9
}

.t-search__input input:focus,
.t-search__input input:focus-visible {
	outline: 0
}

.t-search__input input:focus,
.t-search__input input:hover {
	border: 1px solid #2f74ff;
	box-shadow: 0 0 0 3px rgba(47, 116, 255, .25)
}

.t-search__input input::-webkit-inner-spin-button,
.t-search__input input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.t-search__input input[type=number] {
	-moz-appearance: textfield
}

.t-search__info {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 2;
	display: flex;
	transform: translateY(-50%)
}

.t-search__info~.t-icon-search-cross {
	right: 42px
}

.t-search__info~.t-search__icon {
	right: 40px
}

.t-search__loading {
	position: absolute;
	right: 16px;
	display: flex;
	align-items: center;
	justify-content: center
}

.t-search__loading~.t-icon-search-cross {
	right: 48px
}

.t-search__loading~.t-search__icon {
	right: 40px
}

.t-search__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	max-height: 265px;
	overflow-y: auto;
	background: #2c2c2c;
	border: 1px solid #2f74ff;
	border-radius: 12px
}

@media(max-width:767px) {
	.t-search__dropdown {
		max-height: 200px
	}
}

.t-search__dropdown-wrap {
	position: relative;
	width: 100%
}

.t-search__dropdown_footer {
	max-height: none;
	padding: 3px 0 0
}

.t-search__dropdown_footer:before {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 66px;
	pointer-events: none;
	content: "";
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 88.54%);
	opacity: 1;
	transition: .3s
}

.t-search__dropdown_footer .t-search__dropdown-wrap {
	position: relative;
	width: 100%;
	max-height: 350px;
	padding: 0 8px 0 24px;
	margin: 0;
	overflow: hidden auto
}

.t-search__dropdown_fog-off:before {
	opacity: 0
}

.t-search__dropdown_loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px
}

.t-search__dropdown_loading .t-loading {
	opacity: .5
}

.t-search__group {
	border-top: 1px solid rgba(229, 225, 248, .65)
}

.t-search__group-name {
	margin: 0 0 5px;
	font: 400 12px/17px Geologica, sans-serif;
	color: rgba(19, 31, 136, .4)
}

.t-search__group:first-child {
	border-top: none
}

.t-search__group:first-child .t-search__group-name {
	padding: 7px 0 0
}

.t-search__item {
	padding: 7px 24px;
	font: 400 14px/20px Geologica, sans-serif;
	cursor: pointer;
	background: rgba(27, 31, 40, 0);
	transition: .3s
}

.t-search__item:first-child {
	padding-top: 13px
}

.t-search__item:last-child {
	padding-bottom: 13px
}

.t-search__item:only-child {
	padding: 13px 24px
}

.t-search__item:hover,
.t-search__item_active {
	background: rgba(125, 135, 155, .2)
}

.t-search__notitem {
	width: 100%;
	padding: 16px;
	margin: 0;
	font: 400 14px/20px Geologica, sans-serif
}

.t-search__footer {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin: 0;
	font: 400 12px/17px Geologica, sans-serif;
	cursor: pointer;
	transition: .3s
}

.t-search_open .t-search__icon {
	opacity: 1;
	transform: scaleY(-1) translateY(50%)
}

.t-search_focus input {
	border: 1px solid #2f74ff
}

.t-search_focus .t-icon-search {
	opacity: 1
}

.t-search_medium .t-search__input {
	height: 40px;
	border-radius: 8px
}

.t-search_medium .t-search__input input {
	height: 40px;
	padding: 0 11px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-search_medium .t-search__input .t-icon-search {
	margin: 0 0 0 10px
}

.t-search_medium .t-search__input .t-icon-search-cross {
	margin: 0 10px 0 0
}

.t-search_medium .t-search__dropdown {
	top: 44px
}

.t-search_small .t-search__input {
	height: 30px;
	border-radius: 8px
}

.t-search_small .t-search__input input {
	height: 30px;
	padding: 0 7px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-search_small .t-search__input .t-icon-search {
	margin: 0 0 0 8px
}

.t-search_small .t-search__input .t-icon-search-cross {
	margin: 0 8px 0 0
}

.t-search_small .t-search__dropdown {
	top: 34px
}

.t-search_error .t-search__input input {
	border: 1px solid #d82e39
}

.t-search_disabled .t-search__input input {
	cursor: not-allowed
}

.t-search_disabled .t-search__input input,
.t-search_disabled .t-search__input input:hover {
	background: #2c2c2c;
	border: 1px solid hsla(0, 0%, 100%, .6);
	opacity: .5
}

.t-search-skeleton {
	display: flex;
	min-width: 180px;
	min-height: 40px
}

.t-search-skeleton .t-search__input {
	display: none !important
}

.t-account-balances {
	position: absolute;
	top: 7px;
	right: 0;
	z-index: -2;
	width: 100%;
	height: 100vh;
	transition: all .3s ease-in-out;
	transform: translateY(-465px)
}

.t-account-balances__popover {
	width: 100%
}

.t-account-balances__popover.open {
	margin-top: 0
}

.t-account-balances__popover .t-wrapper {
	transition: transform .15s
}

.t-account-balances__popover .t-popover-inner {
	width: calc(100% + 3px);
	max-width: none;
	background: none
}

.t-account-balances.is-visible {
	opacity: 1;
	transform: translate(0)
}

.t-account-balances.is-visible .t-account-balances__backdrop {
	opacity: 1
}

.t-account-balances__wrap {
	position: absolute;
	top: 0;
	right: 32px;
	z-index: 2;
	width: 100%;
	max-width: 180px;
	padding: 4px 12px;
	background: #2c2c2c;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

@media screen and (max-width:1439px) {
	.t-account-balances__wrap {
		right: 24px
	}
}

@media screen and (max-width:767px) {
	.t-account-balances__wrap {
		right: -3px;
		width: 100%;
		max-width: 100%
	}
}

.t-account-balances__backdrop {
	position: fixed;
	top: 0;
	left: 4px;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(31, 31, 31, .5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: all .3s ease-in-out
}

.t-account-balances .content {
	padding: 16px 16px 20px;
	background: #191e23;
	border-radius: 12px
}

.t-account-balances .t-bar-balance__all {
	display: none
}

.t-account-balances .t-bar-balance__detail {
	position: relative;
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	justify-content: flex-start;
	order: 3;
	min-height: 60px
}

.t-account-balances .t-bar-balance__detail:before {
	order: 2;
	width: 100%;
	height: 1px;
	content: "";
	background-color: hsla(0, 0%, 100%, .1)
}

.t-account-balances .t-bar-balance__detail span {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin: 8px 0;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-account-balances .t-bar-balance__detail span:first-child {
	order: 1
}

.t-account-balances .t-bar-balance__detail span:last-child {
	order: 3
}

.t-account-balances .t-bar-balance__detail span b {
	font: 600 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-account-balances .t-bar-balance__deposit {
	display: none
}

.t-footer {
	align-self: flex-end;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 42px;
	background-color: #101010
}

@media(max-width:1279px) {
	.t-footer {
		padding-top: 24px;
		padding-bottom: 24px
	}
}

@media(max-width:991px) {
	.t-footer {
		padding-bottom: 100px
	}
}

@media(max-width:767px) {
	.t-footer {
		padding-top: 24px
	}
}

.t-footer__age-limit {
	order: 0
}

.t-footer .course {
	display: none
}

.t-footer .logo-begamble {
	display: none;
	order: 2
}

.t-footer__content {
	position: relative;
	display: grid;
	grid-template-areas: "info navbar media";
	grid-template-columns: 1fr min-content min-content;
	gap: 24px;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1864px;
	padding: var(--root-padding);
	margin: 0 auto
}

@media(max-width:1279px) {
	.t-footer__content {
		grid-template-areas: "info navbar""media media";
		grid-template-columns: 1fr min-content;
		gap: 20px 24px
	}
}

@media(max-width:767px) {
	.t-footer__content {
		grid-template-areas: "info""navbar""media";
		grid-template-columns: 1fr;
		gap: 4px
	}
}

.t-footer__logo-partners .clashofslots-logo {
	display: block;
	width: 96px;
	height: 40px;
	background: url(../images/clashofslots.3722b9f.png) no-repeat 50%/cover
}

.t-footer__copyright {
	gap: 12px
}

.t-footer__copyright,
.t-footer__copyright-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.t-footer__copyright-text {
	gap: 8px;
	font: 400 10px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-footer__copyright h3 {
	font: 400 12px/17px Geologica, sans-serif
}

.t-footer__copyright-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.t-footer__copyright-logo .copyright-logo_not-active {
	pointer-events: none
}

.t-footer__copyright-logo .copyright-logo_curacao {
	display: block;
	width: 135px;
	height: 52px
}

.t-footer__copyright-logo .copyright-logo_costarica {
	display: block;
	width: 52px;
	height: 52px
}

.t-footer__copyright-logo .copyright-logo_curacao_gcb {
	display: block;
	width: 71px;
	height: 40px
}

.t-footer__media {
	display: flex;
	flex-direction: column;
	grid-area: media;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%
}

@media(max-width:1279px) {
	.t-footer__media {
		flex-direction: row;
		align-items: center;
		width: 100%;
		height: auto;
		padding-top: 0;
		margin-right: 0
	}
}

@media(max-width:767px) {
	.t-footer__media {
		display: none;
		order: 2;
		margin-top: 24px
	}
}

.t-footer__social-media {
	display: none
}

.t-footer__gamble {
	display: grid;
	grid-template-areas: "age-limit age-limit""footnote partners";
	gap: 16px 24px;
	align-items: center
}

@media(max-width:1279px) {
	.t-footer__gamble {
		grid-template-areas: "age-limit footnote partners";
		grid-template-columns: 1fr min-content min-content;
		width: 100%;
		max-width: 100%
	}
}

.t-footer__gamble .t-footer__age-limit {
	grid-area: age-limit
}

.t-footer__gamble .t-footer__footnote {
	grid-area: footnote
}

.t-footer__gamble .t-footer__logo-partners {
	grid-area: partners
}

@media(max-width:767px) {
	.t-footer__gamble .age-limit {
		display: none
	}
}

.t-footer__footnote {
	margin-left: auto
}

.t-footer__info {
	grid-area: info
}

@media(max-width:767px) {
	.t-footer__info {
		display: none
	}
}

.t-footer__info h3 {
	font: 400 12px/140% Geologica, sans-serif
}

.t-footer__info_mobile {
	display: none
}

@media(max-width:767px) {
	.t-footer__info_mobile {
		display: flex;
		flex-direction: column;
		order: 3;
		padding: var(--root-padding);
		margin: 24px auto 0
	}
}

.t-footer__navbar {
	display: flex;
	grid-area: navbar;
	gap: 80px;
	align-items: flex-start
}

@media(max-width:1365px) {
	.t-footer__navbar {
		gap: 60px;
		width: 50%;
		max-width: none
	}
}

@media screen and (max-width:1279px) {
	.t-footer__navbar {
		width: auto
	}
}

@media screen and (max-width:1023px) {
	.t-footer__navbar {
		gap: 32px;
		width: 50%
	}
}

@media(max-width:767px) {
	.t-footer__navbar {
		flex-direction: column;
		gap: 0;
		order: 1;
		width: 100%;
		max-width: 100%;
		transform: none
	}
}

.t-footer__navbar-item {
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: capitalize;
	white-space: nowrap
}

.t-footer__navbar-item a,
.t-footer__navbar-item a:visited {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {

	.t-footer__navbar-item a:hover:not(:disabled),
	.t-footer__navbar-item a:visited:hover:not(:disabled) {
		color: #fff
	}
}

.t-footer__navbar-nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start
}

@media(max-width:767px) {
	.t-footer__navbar-nav {
		position: relative;
		width: 100%;
		max-width: 100%
	}
}



@media(max-width:767px) {
	.t-footer__navbar-nav_info .t-footer__navbar-links {
		grid-template-columns: 1fr
	}
}

.t-footer__navbar-links {
	display: flex;
    flex-direction: column;
	gap: 8px;
	font: 400 12px/140% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-footer__navbar-links {
		padding-bottom: 12px;
		padding-left: 16px;
		margin-top: -12px
	}

	.t-footer__navbar-links.show {
		display: block;
		animation: blur .5s ease-in-out
	}
}

.t-footer__navbar-title {
	font: 400 12px/140% Geologica, sans-serif;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-footer__navbar-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 8px 12px;
		margin-bottom: 6px;
		font: 400 14px/140% Geologica, sans-serif;
		background: #1f1f1f;
		border-radius: 8px
	}

	.t-footer__navbar-title:hover {
		background: #393939
	}


	.t-footer__navbar-title.active:after {
		transform: rotate(180deg)
	}
}

.t-footer:has(.copyright-logo_costarica) {
	padding-bottom: 110px
}

@media(max-width:1279px) {
	.t-footer:has(.copyright-logo_costarica) {
		padding-bottom: 120px
	}
}

@media screen and (max-width:991px) {
	.t-footer:has(.copyright-logo_costarica) {
		padding-bottom: 190px
	}
}

@media(max-width:767px) {
	.t-footer:has(.copyright-logo_costarica) {
		padding-bottom: 100px
	}
}

.t-footer .t-footer__follow-gamble_mobile {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 20px
}

@media(max-width:479px) {
	.t-footer .t-footer__follow-gamble_mobile {
		flex-wrap: wrap
	}
}

.t-footer .t-footer__follow-gamble_mobile .age-limit__policy,
.t-footer .t-footer__follow-gamble_mobile .t-footer__age-limit {
	display: contents
}

.t-footer .t-footer__follow-gamble_mobile .age-limit__policy-text {
	flex-shrink: 12
}

@media(max-width:479px) {
	.t-footer .t-footer__follow-gamble_mobile .age-limit__policy-text {
		min-width: 280px
	}
}

.t-footer .t-footer__follow-gamble_mobile .t-footer__copyright-logo {
	flex-shrink: 1;
	margin-left: auto
}

@media(max-width:479px) {
	.t-footer .t-footer__follow-gamble_mobile .t-footer__copyright-logo {
		margin-left: unset
	}
}

.t-footer .age-limit {
	display: flex;
	gap: 12px
}

.t-footer .age-limit__logo {
	display: flex;
	gap: 2px;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 52px;
	font-weight: 600;
	border: 4px solid hsla(0, 0%, 100%, .1);
	border-radius: 50%
}

.t-footer .age-limit__logo .plus {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px
}

.t-footer .age-limit__logo .plus:after,
.t-footer .age-limit__logo .plus:before {
	position: absolute;
	width: 2px;
	height: 8px;
	content: "";
	background-color: #fff
}

.t-footer .age-limit__logo .plus:after {
	transform: rotate(90deg)
}

.t-footer .age-limit__policy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 12px;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

@media(max-width:767px) {
	.t-footer .age-limit__policy {
		flex-direction: row;
		justify-content: space-between;
		width: 100%
	}
}

.t-footer .age-limit__policy .t-footer__copyright-logo .copyright-logo {
	width: 100%;
	max-width: 105px;
	height: 100%;
	max-height: 52px;
	padding: 0;
	background: unset
}

.t-footer .age-limit__policy .t-footer__copyright-logo .copyright-logo_costarica {
	width: 52px;
	height: 52px
}

.t-footer .age-limit__policy a,
.t-footer .age-limit__policy a:visited {
	display: block;
	width: 134px;
	height: 17px;
	padding-left: 64px;
	font-size: 0;
	background: url(../images/be-gamble-aware.cce0867.svg) no-repeat 50%/cover;
	transition: all .3s ease-in-out
}

.t-footer .age-limit__policy a:hover,
.t-footer .age-limit__policy a:visited:hover {
	opacity: .8
}

.t-footer .age-limit__policy .logo-begamble,
.t-footer .askgamblers-logo {
	display: none
}

.br .t-footer__navbar,
.de .t-footer__navbar {
	max-width: 500px
}

.t-games-catalog .t-games-filters-skeleton {
	height: 40px;
	margin-top: 24px
}

.t-games-catalog .t-games-filters-skeleton,
.t-games-catalog .t-games-filters-skeleton__left,
.t-games-catalog .t-games-filters-skeleton__right {
	display: flex;
	flex-direction: row;
	gap: 4px;
	width: 100%
}

.t-games-catalog .t-games-filters-skeleton__left .t-profile-security-details-skeleton .list:after,
.t-games-catalog .t-games-filters-skeleton__left .t-profile-security-details-skeleton .list:before,
.t-games-catalog .t-games-filters-skeleton__left .t-profile-security-details-skeleton:after,
.t-games-catalog .t-games-filters-skeleton__left .t-profile-security-details-skeleton:before,
.t-games-catalog .t-games-filters-skeleton__left .t-profile-security-details-skeleton__content:after,
.t-games-catalog .t-games-filters-skeleton__left .t-profile-security-details-skeleton__content:before,
.t-games-catalog .t-games-filters-skeleton__left .t-sidebar-menu-skeleton span,
.t-games-catalog .t-games-filters-skeleton__left .t-skeleton,
.t-profile-security-details-skeleton .t-games-catalog .t-games-filters-skeleton__left .list:after,
.t-profile-security-details-skeleton .t-games-catalog .t-games-filters-skeleton__left .list:before,
.t-sidebar-menu-skeleton .t-games-catalog .t-games-filters-skeleton__left span {
	width: 100%;
	max-width: 200px;
	height: 40px
}

.t-games-catalog .t-games-filters-skeleton__right .t-profile-security-details-skeleton .list:after,
.t-games-catalog .t-games-filters-skeleton__right .t-profile-security-details-skeleton .list:before,
.t-games-catalog .t-games-filters-skeleton__right .t-profile-security-details-skeleton:after,
.t-games-catalog .t-games-filters-skeleton__right .t-profile-security-details-skeleton:before,
.t-games-catalog .t-games-filters-skeleton__right .t-profile-security-details-skeleton__content:after,
.t-games-catalog .t-games-filters-skeleton__right .t-profile-security-details-skeleton__content:before,
.t-games-catalog .t-games-filters-skeleton__right .t-sidebar-menu-skeleton span,
.t-games-catalog .t-games-filters-skeleton__right .t-skeleton,
.t-profile-security-details-skeleton .t-games-catalog .t-games-filters-skeleton__right .list:after,
.t-profile-security-details-skeleton .t-games-catalog .t-games-filters-skeleton__right .list:before,
.t-sidebar-menu-skeleton .t-games-catalog .t-games-filters-skeleton__right span {
	position: absolute;
	top: 8px;
	right: 0;
	max-width: 75px;
	height: 24px
}

.t-games-catalog__body-button.t-profile-security-details-skeleton:after,
.t-games-catalog__body-button.t-profile-security-details-skeleton:before,
.t-games-catalog__body-button.t-profile-security-details-skeleton__content:after,
.t-games-catalog__body-button.t-profile-security-details-skeleton__content:before,
.t-games-catalog__body-button.t-skeleton,
.t-profile-security-details-skeleton .t-games-catalog__body-button.list:after,
.t-profile-security-details-skeleton .t-games-catalog__body-button.list:before,
.t-sidebar-menu-skeleton span.t-games-catalog__body-button {
	height: 48px
}

.t-games-catalog__title.t-profile-security-details-skeleton:after,
.t-games-catalog__title.t-profile-security-details-skeleton:before,
.t-games-catalog__title.t-profile-security-details-skeleton__content:after,
.t-games-catalog__title.t-profile-security-details-skeleton__content:before,
.t-games-catalog__title.t-skeleton,
.t-profile-security-details-skeleton .t-games-catalog__title.list:after,
.t-profile-security-details-skeleton .t-games-catalog__title.list:before,
.t-sidebar-menu-skeleton span.t-games-catalog__title {
	max-width: 110px;
	height: 38px
}

@media(max-width:767px) {

	.t-games-catalog__title.t-profile-security-details-skeleton:after,
	.t-games-catalog__title.t-profile-security-details-skeleton:before,
	.t-games-catalog__title.t-profile-security-details-skeleton__content:after,
	.t-games-catalog__title.t-profile-security-details-skeleton__content:before,
	.t-games-catalog__title.t-skeleton,
	.t-profile-security-details-skeleton .t-games-catalog__title.list:after,
	.t-profile-security-details-skeleton .t-games-catalog__title.list:before,
	.t-sidebar-menu-skeleton span.t-games-catalog__title {
		height: 32px
	}
}

.t-games-catalog .t-game-list__content-skeleton {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 16px;
	width: 100%
}

@media(max-width:1919px) {
	.t-games-catalog .t-game-list__content-skeleton {
		grid-template-columns: repeat(7, 1fr)
	}
}

@media(max-width:1439px) {
	.t-games-catalog .t-game-list__content-skeleton {
		grid-template-columns: repeat(6, 1fr)
	}
}

@media(max-width:1365px) {
	.t-games-catalog .t-game-list__content-skeleton {
		grid-template-columns: repeat(5, 1fr)
	}
}

@media(max-width:1023px) {
	.t-games-catalog .t-game-list__content-skeleton {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media(max-width:767px) {
	.t-games-catalog .t-game-list__content-skeleton {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px
	}
}

.t-games-catalog .t-game-list__content-skeleton .t-game-item {
	max-width: 100%
}

.t-games-catalog .t-close {
	display: none
}

.t-games-catalog__title-name {
	text-transform: capitalize
}

@media(max-width:767px) {
	.t-games-catalog__title-name {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-games-catalog__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 24px;
	margin-top: 24px
}

@media(max-width:767px) {
	.t-games-catalog__body {
		margin-top: 16px
	}
}

.t-games-catalog__body-button {
	width: 100%;
	max-width: max-content;
	margin: 0 auto
}

.t-games-catalog__body-button .t-button,
.t-games-catalog__body-button .t-error-page-content-button,
.t-games-catalog__body-button .t-promo-card__action-btn,
.t-games-catalog__body-button .t-promo-events__router {
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-games-catalog__body-button .t-button .t-loading,
.t-games-catalog__body-button .t-error-page-content-button .t-loading,
.t-games-catalog__body-button .t-promo-card__action-btn .t-loading,
.t-games-catalog__body-button .t-promo-events__router .t-loading {
	display: none
}

.t-games-catalog__body-button .t-button:hover,
.t-games-catalog__body-button .t-error-page-content-button:hover,
.t-games-catalog__body-button .t-promo-card__action-btn:hover,
.t-games-catalog__body-button .t-promo-events__router:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-games-catalog__content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}

.t-games-catalog__head-nav .t-games-catalog__title {
	display: flex;
	gap: 7px;
	align-items: center
}

.t-games-catalog__head-nav .t-games-catalog__title-country {
	font: 800 32px/38px Geologica, sans-serif
}

@media(max-width:767px) {
	.t-games-catalog__head-nav .t-games-catalog__title-country {
		font: 700 24px/32px Geologica, sans-serif
	}
}

.t-games-catalog__filter-list {
	width: 100%;
	margin-top: 12px
}

.t-games-catalog__filter-list .list {
	display: flex;
	gap: 8px;
	width: calc(100% + var(--padding-horizontal)*2);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: var(--padding-horizontal);
	padding-left: var(--padding-horizontal);
	margin-right: calc(var(--padding-horizontal)*-1);
	margin-left: calc(var(--padding-horizontal)*-1);
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-games-catalog__filter-list .list::-webkit-scrollbar {
	display: none
}

.t-games-catalog__filter-list .list__item {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	font: 400 14px/140% Geologica, sans-serif;
	cursor: pointer;
	background: #2c2c2c;
	border-radius: 10px;
	transition: all .3s ease-in-out
}

.t-games-catalog__filter-list .list__item .t-close {
	display: none
}

.t-games-catalog__filter-list .list__item span {
	white-space: nowrap
}

.t-games-catalog__filter-list .list__item.is-checked,
.t-games-catalog__filter-list .list__item:hover {
	background: #5d5d5d
}

.app-providers .t-games-filters__tabs,
.t-games-catalog__menu,
.t-games-catalog__search-btn {
	display: none
}

.app-recent .t-games-catalog__head-nav {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.app-recent .t-games-catalog__menu {
	display: flex;
	align-items: center
}

.app-recent .t-games-catalog__menu-item {
	display: none
}

.app-recent .t-games-catalog__clear {
	display: flex;
	flex-direction: row-reverse;
	gap: 4px;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	height: 40px;
	padding: 11px 8px;
	font: 700 14px/100% Geologica, sans-serif;
	color: #fff;
	background: #2c2c2c;
	border-radius: 100px
}

.app-recent .t-games-catalog__clear:active,
.app-recent .t-games-catalog__clear:focus,
.app-recent .t-games-catalog__clear:hover {
	background: #5d5d5d
}

@media(max-width:767px) {
	.app-recent .t-games-catalog__clear {
		font: 700 14px/100% Geologica, sans-serif
	}
}

.app-games .t-search,
.app-livecasino .t-search,
.app-providers .t-search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 12px;
	background: #181818;
	border-radius: 12px
}

.app-games .t-search .t-search__input,
.app-livecasino .t-search .t-search__input,
.app-providers .t-search .t-search__input {
	width: 100%;
	max-width: 520px
}

@media(max-width:767px) {

	.app-games .t-search,
	.app-livecasino .t-search,
	.app-providers .t-search {
		width: calc(100% + 32px);
		padding: 20px;
		margin: 0 -16px 20px;
		border-radius: unset
	}
}

.t-games-filters-action {
	display: flex;
	gap: 8px;
	padding: 12px 20px 20px
}

.t-games-filters-action .t-button,
.t-games-filters-action .t-error-page-content-button,
.t-games-filters-action .t-promo-card__action-btn,
.t-games-filters-action .t-promo-events__router {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif;
	letter-spacing: .96px
}

.t-games-filters-action .t-button.t-games-filters-action__close,
.t-games-filters-action .t-games-filters-action__close.t-error-page-content-button,
.t-games-filters-action .t-games-filters-action__close.t-promo-card__action-btn,
.t-games-filters-action .t-games-filters-action__close.t-promo-events__router {
	color: #fff;
	background: linear-gradient(180deg, #ff593b, #d33013)
}

.t-games-filters-action .t-button.t-games-filters-action__close:active,
.t-games-filters-action .t-button.t-games-filters-action__close:focus,
.t-games-filters-action .t-button.t-games-filters-action__close:focus-visible,
.t-games-filters-action .t-button.t-games-filters-action__close:hover,
.t-games-filters-action .t-games-filters-action__close.t-error-page-content-button:active,
.t-games-filters-action .t-games-filters-action__close.t-error-page-content-button:focus,
.t-games-filters-action .t-games-filters-action__close.t-error-page-content-button:focus-visible,
.t-games-filters-action .t-games-filters-action__close.t-error-page-content-button:hover,
.t-games-filters-action .t-games-filters-action__close.t-promo-card__action-btn:active,
.t-games-filters-action .t-games-filters-action__close.t-promo-card__action-btn:focus,
.t-games-filters-action .t-games-filters-action__close.t-promo-card__action-btn:focus-visible,
.t-games-filters-action .t-games-filters-action__close.t-promo-card__action-btn:hover,
.t-games-filters-action .t-games-filters-action__close.t-promo-events__router:active,
.t-games-filters-action .t-games-filters-action__close.t-promo-events__router:focus,
.t-games-filters-action .t-games-filters-action__close.t-promo-events__router:focus-visible,
.t-games-filters-action .t-games-filters-action__close.t-promo-events__router:hover {
	background: linear-gradient(180deg, #ff694f, #e33a1c)
}

.t-games-filters-action__clear.t-button,
.t-games-filters-action__clear.t-error-page-content-button,
.t-games-filters-action__clear.t-promo-card__action-btn,
.t-games-filters-action__clear.t-promo-events__router {
	color: #fff;
	background: #2c2c2c
}

.t-games-filters-action__clear.t-button:active,
.t-games-filters-action__clear.t-button:hover,
.t-games-filters-action__clear.t-error-page-content-button:active,
.t-games-filters-action__clear.t-error-page-content-button:hover,
.t-games-filters-action__clear.t-promo-card__action-btn:active,
.t-games-filters-action__clear.t-promo-card__action-btn:hover,
.t-games-filters-action__clear.t-promo-events__router:active,
.t-games-filters-action__clear.t-promo-events__router:hover {
	color: #fff;
	background: #5d5d5d
}

.t-games-filters-block {
	display: none
}

.t-games-filters-block.is-active-tabs {
	display: flex;
	height: 80%;
	padding: 20px 20px 0;
	overflow: hidden
}

.t-games-filters-block.providers .t-games-select__checkbox .t-checkbox {
	gap: 36px
}

.t-games-filters-block.providers .t-games-select__checkbox .t-checkbox:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: ""
}

.t-games-filters-block.providers .t-games-select__checkbox .t-checkbox:after {
	position: absolute;
	top: 50%;
	right: 16px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	content: attr(data-providers);
	transform: translateY(-50%)
}

.t-games-filters-block__items {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	overflow-y: scroll
}

.t-games-filters-block__items::-webkit-scrollbar {
	width: 0
}

.t-games-filters-block__items .t-games-select__checkbox {
	position: relative;
	width: 100%
}

.t-games-filters-block__items .t-games-select__checkbox .image {
	position: absolute;
	top: 50%;
	left: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	max-width: 20px;
	height: 20px;
	max-height: 20px;
	overflow: hidden;
	transform: translateY(-50%)
}

.t-games-filters-block__items .t-games-select__checkbox .image img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.t-games-filters-block__items .t-games-select__checkbox .image__empty {
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg2NyA0LjI0bC0yLjM3LTIuMThjLS40MjItLjQxNS0xLjEwNi0uMzYzLTEuNTI4LjA1M0wuMjc3IDEzLjI3M2ExLjA5MyAxLjA5MyAwIDAwMCAxLjQ1NGwxMC42OTIgMTEuMTZjLjQyMi40MTYgMS4xMDYuNDY4IDEuNTI4LjA1MmwyLjM3LTIuMThjLjQyMS0uNDE1LjQ3NC0xLjA5LjA1My0xLjUwNUw3LjAxOSAxNGw3LjktOC4yNTRhMS4xMDYgMS4xMDYgMCAwMC0uMDUyLTEuNTA1ek00OS42ODQgMTMuMjczTDM4Ljk5MSAyLjExM2MtLjQyMS0uNDE2LTEuMTA2LS40NjgtMS41MjctLjA1MmwtMi4zNyAyLjE4Yy0uNDIyLjQxNS0uNDc1IDEuMDktLjA1MyAxLjUwNUw0Mi45NCAxNGwtNy45IDguMjU0Yy0uNDIyLjQxNS0uMzY5IDEuMDkuMDUzIDEuNTA1bDIuMzcgMi4xOGMuNDIxLjQxNiAxLjEwNi4zNjQgMS41MjctLjA1MmwxMC42OTMtMTEuMTZhLjk5NC45OTQgMCAwMDAtMS40NTR6TTMwLjA5LjgxNUwyNi45My4wMzZjLS41OC0uMTU2LTEuMTYuMjA4LTEuMzE4Ljc3OWwtNi41MzEgMjUuMDcyYy0uMTU4LjU3MS4yMSAxLjE0Mi43OSAxLjI5OGwzLjE2Ljc3OWMuNTguMTU2IDEuMTYtLjIwOCAxLjMxNy0uNzc5TDMwLjg4IDIuMTEzYy4xMDUtLjU3MS0uMjExLTEuMTQyLS43OS0xLjI5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/20px
}

@media(max-width:767px) {
	.t-games-filters-block__items .t-games-select__checkbox .image {
		left: 44px
	}
}

.t-games-filters-block__items .t-games-select__checkbox .t-checkbox {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	max-height: 48px;
	padding: 12px 16px;
	background: #2c2c2c;
	border: 1px solid transparent;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-games-filters-block__items .t-games-select__checkbox .t-checkbox {
		padding: 13px 40px 13px 13px
	}
}

.t-games-filters-block__items .t-games-select__checkbox .t-checkbox.t-checkbox_checked,
.t-games-filters-block__items .t-games-select__checkbox .t-checkbox:hover {
	background: rgba(47, 116, 255, .15);
	border: 1px solid #2f74ff
}

.t-games-filters-block__items .t-games-select__checkbox .t-checkbox__block-label {
	margin: 0;
	white-space: normal
}

.t-games-filters-block__items .t-games-select__checkbox .t-checkbox__label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-games-filters-mobile {
	height: 100%
}

.t-games-filters-mobile__body {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 337px;
	height: 100%;
	background: #101010;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-games-filters-mobile__body {
		max-width: 320px
	}
}

@media(max-width:479px) {
	.t-games-filters-mobile__body {
		max-width: unset;
		height: calc(100% - 20px);
		margin-top: 20px;
		border-radius: 20px 20px 0 0
	}
}

.t-games-filters__tabs {
	position: relative;
	padding: 0 20px 20px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.t-games-filters__tabs .t-tabs__body {
	display: none
}

.t-games-filters__tabs .t-tabs__item {
	max-height: 42px;
	font: 600 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-games-filters__tabs .t-tabs__item_active {
	color: #fff;
	background: #5d5d5d
}

.t-games-filters__tabs .t-tabs__head {
	max-height: 48px;
	padding: 3px
}

.t-games-filters-mobile__search {
	display: none
}

.t-games-filters-mobile__toggle {
	position: absolute;
	top: 8px;
	right: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: none;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-games-filters-mobile__toggle {
		top: 6px
	}
}

.t-games-filters-mobile__toggle:before {
	font: 700 16px/100% Geologica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	content: attr(data-filter)
}

@media(max-width:767px) {
	.t-games-filters-mobile__toggle:before {
		font: 700 14px/100% Geologica, sans-serif
	}
}

.t-games-filters-mobile__toggle .t-icon {
	width: 20px;
	height: 20px
}

.t-games-filters-mobile__toggle .count-label {
	top: -3px;
	left: -3px;
	width: 16px;
	height: 16px;
	font: 400 10px/15px Geologica, sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #ff5739;
	border-radius: 50%
}

.t-games-filters-mobile__toggle .count-label,
.t-games-filters__close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center
}

.t-games-filters__close {
	top: 20px;
	right: 16px;
	z-index: 5;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDQuNTg2bDYgNiA2LTZMMTkuNDE0IDZsLTYgNiA2IDZMMTggMTkuNDE0bC02LTYtNiA2TDQuNTg2IDE4bDYtNi02LTZMNiA0LjU4NnoiIGZpbGw9IiNBOUE5QTkiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-games-filters__close:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: calc(100% - 337px);
	height: 100%;
	cursor: auto;
	content: "";
	background: rgba(31, 31, 31, .5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

@media(max-width:767px) {
	.t-games-filters__close:before {
		width: calc(100% - 320px)
	}
}

@media(max-width:479px) {
	.t-games-filters__close:before {
		content: none
	}
}

.t-games-filters__close:after {
	content: none
}

@media(max-width:767px) {
	.t-games-filters__close {
		top: 20px;
		right: 16px
	}
}

.t-games-filters__title {
	padding: 20px 20px 12px;
	font: 600 20px/135% Geologica, sans-serif
}

.t-games-filters-mobile .t-collapse .content,
.t-games-filters .t-collapse .content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 100px;
	overflow: hidden;
	background: rgba(31, 31, 31, .5);
	opacity: 0
}

@media screen and (max-width:1023px) {

	.t-games-filters-mobile .t-collapse .content,
	.t-games-filters .t-collapse .content {
		padding-top: 160px
	}
}

@media screen and (max-width:767px) {

	.t-games-filters-mobile .t-collapse .content,
	.t-games-filters .t-collapse .content {
		align-items: flex-end;
		padding-top: 0;
		padding-bottom: 0
	}
}

.t-games-filters-mobile .t-collapse .content.visibility-visible,
.t-games-filters .t-collapse .content.visibility-visible {
	display: flex;
	height: 100%;
	opacity: 1
}

@media screen and (max-width:767px) {

	.t-games-filters-mobile .t-collapse .content.visibility-visible,
	.t-games-filters .t-collapse .content.visibility-visible {
		height: 100%;
		overflow-x: hidden;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px)
	}
}

.app-providers .t-games-filters-block.is-active-tabs {
	height: 87%
}

.t-game-filter-enter-active,
.t-game-filter-leave-active {
	transition: opacity .2s, transform .3s
}

.t-game-filter-enter,
.t-game-filter-leave-to {
	opacity: 0;
	transform: translateX(337px)
}

@media screen and (max-width:767px) {

	.t-game-filter-enter,
	.t-game-filter-leave-to {
		transform: translateX(320px)
	}
}

.t-game-item {
	display: block
}

.t-game-item:hover .t-game-item__hover {
	opacity: 1
}

.t-game-item__is-group-available .t-popup__component .t-popup__header {
	font-size: 0
}

.t-game-item__is-group-available .t-popup__component .t-icon-status {
	margin: 0 auto
}

.t-game-item__is-group-available .t-popup__component .t-popup__body {
	margin: 0
}

.t-game-item__equal {
	position: relative;
	width: 100%;
	padding-top: 134%
}

.t-game-item__wrap {
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 12px
}

.t-game-item__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #2c2c2c
}

.t-game-item__img img,
.t-game-item__img object,
.t-game-item__img picture {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 100%;
	pointer-events: none
}

.t-game-item__label {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	width: auto;
	padding: 5px 8px;
	font: 400 10px/15px Geologica, sans-serif;
	font-weight: 700;
	color: #ff5739;
	text-transform: uppercase;
	background: #2c2c2c;
	border-radius: 6px
}

.t-game-item__label_new {
	color: #0ba870
}

.t-game-item__label_featured {
	color: #6e6ef0
}

.t-game-item__label_tournament {
	color: #ff9132
}

.t-game-item__label_hot {
	color: #ed7cff
}

.t-game-item__label_buy-bonus {
	color: #ff6b6b
}

.t-game-item__label_best-choice {
	color: #1e6ee1
}

.t-game-item__label_popular {
	color: #19a0aa
}

.t-game-item__label_top-live {
	color: #3d3add
}

.t-game-item__label_drops-and-wins {
	color: #a076f4
}

.t-game-item__label_jackpot {
	background: #3282dc
}

.t-game-item__hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: rgba(16, 16, 16, .7);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	opacity: 0;
	transition: all .3s ease-in-out
}

.t-game-item__hover-name {
	display: none
}

.t-game-item__hover-provider {
	width: 100%;
	height: 24px;
	padding: 4px 32px 0 0;
	overflow: hidden;
	font: 400 12px/140% Geologica, sans-serif;
	color: #fff;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap
}

.t-game-item__hover-favorite {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer
}

.t-game-item__hover-favorite .t-icon-heart_active {
	animation: heartbeat .3s ease-in-out
}

.t-game-item__access-prohibited .t-game-item__hover-name {
	color: #fff;
	white-space: normal
}

.t-game-item__access-prohibited .t-game-item__hover-provider {
	padding: 4px 0 0;
	overflow: unset;
	color: #a9a9a9;
	white-space: normal
}

@media(max-width:767px) {
	.t-game-item__access-prohibited .t-game-item__hover-provider {
		font-size: 11px
	}
}

.t-game-item__access-prohibited .t-game-item__img:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(21, 21, 25, .8)
}

.t-game-item__access-prohibited:hover .t-game-item__img:before {
	opacity: 0
}

.t-game-play {
	display: flex;
	flex-basis: 58%;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	width: 100%;
	margin-top: auto
}

.t-game-play__button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%)
}

@media(max-width:479px) {
	.t-game-play__button {
		width: 60px;
		height: 60px
	}
}

.t-game-play__button:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	opacity: 1
}

.t-game-play__button:before,
.t-game-play__button:hover:before {
	background: url(../images/play-button.9636613.png) no-repeat 50%/cover
}

.t-game-play__button .t-button__wrap {
	display: none
}

.t-game-play__link {
	display: block;
	margin-top: auto;
	font: 600 12px/140% Geologica, sans-serif;
	color: #fff
}

.t-game-item__dga {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 12px 12px 16px;
	font-size: 10px;
	line-height: 16px
}

.t-game-item__dga-table-limits {
	left: 12px
}

.t-game-item__dga-players,
.t-game-item__dga-table-limits {
	position: absolute;
	top: 12px;
	display: flex;
	align-items: center;
	padding: 1px 8px;
	color: #fff;
	background: #101010;
	border-radius: 4px
}

.t-game-item__dga-players {
	right: 12px
}

.t-game-item__dga-players:before {
	display: block;
	width: 10px;
	height: 11px;
	margin: -2px 2px 0 0;
	line-height: 18px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IC42YTIuNCAyLjQgMCAxMDAgNC44QTIuNCAyLjQgMCAwMDUgLjZ6TTIgM2EzIDMgMCAxMTYgMCAzIDMgMCAwMS02IDB6TTUgNy42NjdjLTIuMDQyIDAtMy42NCAxLjM5Ni00LjQwNCAzLjE0YS4zMDQuMzA0IDAgMDEtLjQxNi4xNjIuMzQzLjM0MyAwIDAxLS4xNS0uNDQ0Qy44NzUgOC41OTcgMi42NjcgNyA1IDdjMi4zMzMgMCA0LjEyNSAxLjU5NyA0Ljk3IDMuNTI1YS4zNDMuMzQzIDAgMDEtLjE1LjQ0NC4zMDQuMzA0IDAgMDEtLjQxNi0uMTYxQzguNjQgOS4wNjMgNy4wNDIgNy42NjcgNSA3LjY2N3oiIGZpbGw9IiMzQzMyNkUiLz48L3N2Zz4=")
}

.t-game-item__dga-last-won {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 12px
}

.t-game-item__dga-last-won-number {
	display: flex;
	align-items: center;
	padding: 1px 8px;
	color: #fff;
	background: #101010;
	border-radius: 4px
}

.t-game-item__dga-last-won-number.wheel {
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 50%
}

.t-game-item__dga-last-won-number.transparent {
	color: #fff;
	background: #101010
}

.t-game-item__dga-last-won-number.yellow {
	background: #ff0
}

.t-game-item__dga-last-won-number.blue {
	color: #fff;
	background: #00f
}

.t-game-item__dga-last-won-number.violet {
	color: #fff;
	background: violet
}

.t-game-item__dga-last-won-number.orange {
	background: orange
}

.t-game-item__dga-last-won-number.turquoise {
	background: #40e0d0
}

.t-game-item__dga-last-won-number.purple {
	color: #fff;
	background: purple
}

.t-game-item__dga-last-won-number.pink {
	background: pink
}

.t-game-item__dga-last-won-number.green {
	color: #fff;
	background: #21fa90
}

.t-game-item__dga-last-won-number.black {
	color: #fff;
	background: #000
}

.t-game-item__dga-last-won-number.red {
	color: #fff;
	background: #ff3246
}

.t-game-item__dga-available-list {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 12px
}

.t-game-item__dga-available-list-item {
	display: flex;
	align-items: center;
	padding: 4px;
	color: #fff;
	background: #101010;
	border-radius: 4px
}

.t-game-item__dga-available-list-item.active {
	background: #21fa90
}

.t-game-item__dga-available-list-item:before {
	display: block;
	width: 10px;
	height: 11px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IC42YTIuNCAyLjQgMCAxMDAgNC44QTIuNCAyLjQgMCAwMDUgLjZ6TTIgM2EzIDMgMCAxMTYgMCAzIDMgMCAwMS02IDB6TTUgNy42NjdjLTIuMDQyIDAtMy42NCAxLjM5Ni00LjQwNCAzLjE0YS4zMDQuMzA0IDAgMDEtLjQxNi4xNjIuMzQzLjM0MyAwIDAxLS4xNS0uNDQ0Qy44NzUgOC41OTcgMi42NjcgNyA1IDdjMi4zMzMgMCA0LjEyNSAxLjU5NyA0Ljk3IDMuNTI1YS4zNDMuMzQzIDAgMDEtLjE1LjQ0NC4zMDQuMzA0IDAgMDEtLjQxNi0uMTYxQzguNjQgOS4wNjMgNy4wNDIgNy42NjcgNSA3LjY2N3oiIGZpbGw9IiMzQzMyNkUiLz48L3N2Zz4=")
}

.t-game-item__tag-single,
.t-game-item__tags {
	position: absolute;
	z-index: 2
}

.t-game-item__tag-single {
	right: 0;
	bottom: 0;
	width: 42px;
	height: 42px
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	max-width: 100%;
	max-height: 100%;
	padding: 8px;
	overflow: hidden
}

.tags .tag {
	position: relative;
	padding: 4px 6px;
	font: 700 10px/13px Geologica, sans-serif;
	color: #ff5739;
	text-transform: uppercase;
	background: #2c2c2c;
	border-radius: 6px
}

.tags .tag-new,
.tags .tag-top {
	padding-left: 20px
}

.tags .tag-new:before,
.tags .tag-top:before {
	position: absolute;
	left: 4px;
	width: 12px;
	height: 12px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.tags .tag-new {
	color: #0ba870
}

.tags .tag-new:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.34.234c.02-.122.3-.122.32 0 .167 1.008.488 2.388 1.056 3.146.631.842 1.839 1.275 2.6 1.474.112.03.112.263 0 .292-.761.2-1.969.633-2.6 1.475-.568.757-.889 2.137-1.056 3.146-.02.121-.3.121-.32 0-.167-1.01-.487-2.389-1.055-3.146-.631-.842-1.839-1.276-2.6-1.475-.112-.03-.112-.262 0-.292.761-.199 1.969-.632 2.6-1.474.568-.758.888-2.138 1.056-3.146z' fill='%230BA870'/%3E%3C/svg%3E")
}

.tags .tag-top {
	color: #ed7cff
}

.tags .tag-top:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.071A3.893 3.893 0 016.828 8.85 4.037 4.037 0 014 10a4.037 4.037 0 01-2.828-1.15A3.893 3.893 0 010 6.071c0-1.079.394-2.07 1.028-2.979.133-.189.4-.212.572-.059l1.143 1.016a.4.4 0 00.656-.21L4.126.621C4.19.338 4.527.212 4.75.4 5.765 1.256 8 3.43 8 6.07z' fill='%23ED7CFF'/%3E%3C/svg%3E")
}

.tag-single {
	display: flex;
	justify-content: center;
	background: linear-gradient(90deg, #fff, #bdc2d7);
	border-top-left-radius: 100%
}

.tag-single__name {
	display: block;
	padding-top: 15px;
	font: 700 10px/13px Geologica, sans-serif;
	font-weight: 900;
	color: #101010;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-45deg)
}

.t-game-list__content {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 16px
}

@media(max-width:1919px) {
	.t-game-list__content {
		grid-template-columns: repeat(7, 1fr)
	}
}

@media(max-width:1439px) {
	.t-game-list__content {
		grid-template-columns: repeat(6, 1fr)
	}
}

@media(max-width:1365px) {
	.t-game-list__content {
		grid-template-columns: repeat(5, 1fr);
		gap: 12px
	}
}

@media(max-width:767px) {
	.t-game-list__content {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px
	}
}

.t-game-list__content-skeleton {
	display: flex;
	flex-flow: row nowrap;
	gap: 16px
}

.t-game-list__content-skeleton .t-game-item {
	flex-shrink: 1;
	max-width: 170px
}

.t-slide .t-game-list__content {
	display: block
}

.t-slide .t-game-list__content .t-game-item {
	margin-top: 16px
}

.t-slide .t-game-list__content .t-game-item:first-child {
	margin-top: 0
}

@media(max-width:767px) {
	.t-slide .t-game-list__content .t-game-item {
		margin-top: 8px
	}
}

.app-recent .t-game-list-notfound {
	min-height: auto;
	text-align: center
}

.app-recent .t-game-list-notfound p {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.app-recent .t-game-list-notfound p:before {
	width: 44px;
	height: 44px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E5QTlBOSIgZD0iTTQwIDIwYzAtOC44MzctNy4xNjQtMTYtMTYtMTYtNy43MTcgMC0xNC4wOSA2LjM0NS0xNS4zNjcgMTQuMTM4bDEuOTY3LTEuOTY2TDEzLjQyOCAxOWwtNi44MyA2LjgyOEwwIDE5bDIuODI5LTIuODI4IDEuNzYxIDEuOTlDNS44OTMgOC40NDkgMTMuNzUgMCAyNCAwYzExLjA0NSAwIDIwIDguOTU0IDIwIDIwcy04Ljk1NSAyMC0yMCAyMGMtNi4yODQgMC0xMS44OTItMi45LTE1LjU1NS03LjQyN2wtMS4yNTgtMS41NTUgMy4xMS0yLjUxNiAxLjI1OCAxLjU1NUExNS45NyAxNS45NyAwIDAwMjQgMzZjOC44MzYgMCAxNi03LjE2MyAxNi0xNiIvPjxwYXRoIGZpbGw9IiNBOUE5QTkiIGQ9Ik0yNiAxOS45M1Y5aC00djEzLjA3bDguNTU1IDUuNzAzIDIuMjE4LTMuMzI4eiIvPjwvc3ZnPg==);
	background-repeat: no-repeat
}

.t-game-list-notfound {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:767px) {
	.t-game-list-notfound {
		flex-direction: column;
		padding: 24px;
		text-align: center
	}
}

.t-game-list-notfound .list {
	display: none
}

.t-game-list-notfound .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 400px;
	animation: opacity 1s ease-in-out
}

.t-game-list-notfound .content h3 {
	font: 700 20px/28px Geologica, sans-serif;
	color: #fff;
	text-align: center
}

@media(max-width:767px) {
	.t-game-list-notfound .content h3 {
		font: 600 16px/24px Geologica, sans-serif
	}
}

.t-game-list-notfound .content p {
	margin-top: 8px;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

@media(max-width:767px) {
	.t-game-list-notfound .content p {
		font: 400 14px/20px Geologica, sans-serif
	}
}

.t-game-list-notfound .content__image {
	position: relative;
	width: 180px;
	height: 110px;
	margin-top: 16px;
	background: url(../images/card.6554e34.png) no-repeat top;
	background-size: 100%
}

@media(max-width:767px) {
	.t-game-list-notfound .content__image {
		margin-bottom: 0
	}
}

.t-game-list-notfound .content__image .t-icon {
	position: absolute;
	top: -8px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: none;
	border: 2px solid #ff5739;
	border-radius: 50%;
	animation: pulse 3s ease-in-out infinite
}

.t-game-list-notfound .content__image .t-icon:after,
.t-game-list-notfound .content__image .t-icon:before {
	content: none
}

.t-game-list-notfound .content .t-links {
	margin-top: 16px
}

.t-game-list-notfound .content .t-links .t-link {
	font: 400 16px/24px Geologica, sans-serif
}

@media(max-width:767px) {
	.t-game-list-notfound .t-icon {
		margin: 0
	}
}

.t-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 64px;
	padding: 12px 0;
	background: #101010;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-header {
		width: 100%;
		margin-left: auto
	}
}

.t-header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 103
}

.t-header.collapsed .t-header__toggle {
	display: none
}

.t-header__button-group {
	display: flex;
	gap: 8px;
	align-items: center;
	height: 100%
}

@media(max-width:767px) {
	.t-header__button-group {
		white-space: nowrap
	}
}

.t-header__content {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1864px;
	padding: var(--root-padding)
}

.t-header__deposit {
	max-height: 40px;
	padding: 8px 12px;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%);
	border-radius: 100px
}

.t-header__deposit:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-header__deposit:hover:before {
	content: none
}

@media(max-width:767px) {
	.t-header__deposit {
		min-width: 40px
	}
}

.t-header__deposit .t-icon {
	display: block;
	width: 24px;
	height: 24px
}

.t-header__notifications {
	width: 48px;
	height: 48px;
	padding: 0;
	color: #fff;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4)
}

.t-header__notifications:hover {
	color: #fff;
	border: 1px solid #fff
}

.t-header__notifications:active,
.t-header__notifications:focus,
.t-header__notifications:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff
}

@media(max-width:767px) {
	.t-header__notifications {
		width: 40px;
		height: 40px
	}
}

.t-header__notifications .t-button__icon {
	width: 24px;
	height: 24px
}

.t-header__group.order-3 {
	display: flex;
	gap: 8px;
	align-items: stretch;
	justify-content: flex-end;
	width: 100%
}

@media(max-width:767px) {
	.t-header__group.order-3 {
		gap: 4px
	}
}

.t-header__group.order-3:not(:has(.account)) .t-header__search .t-search__input .t-icon:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.56 4a7.56 7.56 0 104.632 13.533l2.189 2.19a.949.949 0 001.341-1.342l-2.189-2.19A7.56 7.56 0 0011.56 4zm-5.663 7.56a5.662 5.662 0 1111.324 0 5.662 5.662 0 01-11.324 0z' fill='%23A9A9A9'/%3E%3C/svg%3E")
}

@media(max-width:395px) {
	.t-header__group.order-3:not(:has(.account)) .t-header__search .t-search__input .t-icon {
		padding: 16px
	}
}

.t-header__group.order-3 .t-header__search,
.t-header__group.order-3 .t-header__search .t-search__input {
	height: 100%
}

.t-header__group.order-3 .t-header__group-items {
	flex-shrink: 0
}

.t-header__group-item {
	height: 100%
}

.t-header__group-item.account {
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
	align-items: center;
	height: auto;
	background: #2c2c2c;
	border-radius: 100px
}

@media(max-width:767px) {
	.t-header__group-item.account {
		gap: 4px
	}
}

.t-header__group-item.balance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 160px
}

@media(max-width:767px) {
	.t-header__group-item.balance {
		min-width: 140px;
		height: 40px
	}
}

@media(max-width:479px) {
	.t-header__group-item.balance {
		min-width: 128px
	}
}

.t-header__group-item.balance.is-open .amount__content span {
	opacity: 1
}

.t-header__group-item.balance.is-open .amount__content span .t-icon {
	transform: rotate(180deg)
}

.t-header__group-item.balance .amount {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 10px 8px 10px 12px;
	cursor: pointer
}

.t-header__group-item.balance .amount:hover .t-icon {
	filter: none
}

.t-header__group-item.balance .amount__icon {
	display: none
}

.t-header__group-item.balance .amount__content {
	display: flex;
	gap: 6px;
	align-items: center
}

@media(max-width:767px) {
	.t-header__group-item.balance .amount__content {
		font: 400 12px/17px Geologica, sans-serif
	}
}

.t-header__group-item.balance .amount__content span {
	display: flex;
	gap: 6px;
	align-items: center;
	order: 2;
	font: 600 14px/140% Geologica, sans-serif;
	color: #fff;
	transition: all .3s ease-in-out
}

.t-header__group-item.balance .amount__content span .t-icon {
	width: 16px;
	height: 16px;
	transition: all .3s ease-in-out
}

.t-header__group-item.balance .amount__content span:hover {
	opacity: 1
}

.t-header__group-item.balance .amount__content p {
	font: 600 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-header__group-item.search {
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 auto;
	cursor: pointer
}

@media(max-width:991px) {
	.t-header__group-item.search {
		position: unset;
		width: auto;
		margin: 0;
		border: 1px solid hsla(0, 0%, 100%, .4);
		border-radius: 12px;
		transform: unset
	}
}

.t-header__group-item.search .t-icon {
	left: 12px
}

@media(max-width:991px) {
	.t-header__group-item.search .t-icon {
		position: unset;
		padding: 19px
	}

	.t-header__group-item.search .t-icon:after,
	.t-header__group-item.search .t-icon:before {
		width: 60%;
		height: 60%;
		filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7475%) hue-rotate(43deg) brightness(102%) contrast(117%)
	}
}

.t-header__group-item.search input {
	padding: 6px 48px 6px 44px;
	cursor: pointer
}

@media(max-width:991px) {
	.t-header__group-item.search input {
		display: none
	}
}

.t-header__group-item.search .t-search_focus input,
.t-header__group-item.search .t-search input {
	height: 100%;
	pointer-events: none;
	background: #2c2c2c;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

.t-header__group-item.search .t-search_focus input:focus,
.t-header__group-item.search .t-search_focus input:hover,
.t-header__group-item.search .t-search input:focus,
.t-header__group-item.search .t-search input:hover {
	border-color: hsla(0, 0%, 100%, .6)
}

.t-header__group-items.auth-user {
	display: none
}

.t-header__login {
	color: #fff;
	background: #2c2c2c
}

.t-header__login:active,
.t-header__login:focus,
.t-header__login:focus-visible,
.t-header__login:hover {
	background: #5d5d5d
}

.t-header__login,
.t-header__signin {
	height: 100%;
	padding: 13px 16px;
	letter-spacing: .84px
}

@media(max-width:479px) {

	.t-header__login,
	.t-header__signin {
		height: auto;
		padding: 10px 12px;
		font: 700 12px/100% Geologica, sans-serif;
		letter-spacing: .72px
	}
}

@media(max-width:767px) {
	.t-header.is-open-sidebar {
		z-index: 103;
		width: 100%;
		margin-left: auto;
		transition: all .3s ease-in-out
	}
}

.t-header.is-open-sidebar .t-header {
	overflow: hidden
}

.t-header.is-open-sidebar .t-header__logo {
	opacity: 0;
	transform: translateY(-200%)
}

@media(max-width:767px) {
	.t-header.is-open-sidebar .t-header__logo {
		transition: all .3s ease-in-out;
		transform: none
	}
}

.t-header.is-open-sidebar .t-header__group-item.search {
	left: calc(50% + 85px)
}

@media(max-width:1085px) {
	.t-header.is-open-sidebar .t-header__group-item.search {
		left: calc(50% + 45px)
	}
}

@media(max-width:767px) {
	.t-header.is-open-sidebar .t-header__group-item.search {
		display: none
	}
}

.t-header__logo {
	width: 137px;
	height: 22px;
	margin-right: 24px;
	opacity: 1;
	transition: opacity .3s ease
}

@media(max-width:479px) {
	.t-header__logo {
		width: 125px;
		height: 20px;
		margin-right: 8px
	}
}

@media(max-width:991px) {
	.t-header.is-auth .t-header__group-item.search .t-icon {
		padding: 23px
	}
}

@media(max-width:767px) {
	.t-header.is-auth .t-header__group-item.search .t-icon {
		padding: 19px
	}
}

.t-profile-modal-phone-verify__description {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-profile-modal-phone-verify__description .phone-number {
	padding: 23px 16px;
	font: 600 16px/24px Geologica, sans-serif;
	color: #fff;
	text-align: center;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-profile-modal-phone-verify__description .text {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-modal-phone-verify__action .t-button,
.t-profile-modal-phone-verify__action .t-error-page-content-button,
.t-profile-modal-phone-verify__action .t-promo-card__action-btn,
.t-profile-modal-phone-verify__action .t-promo-events__router {
	margin-top: 8px
}

.t-profile-modal-phone-verify__action .t-button.verify,
.t-profile-modal-phone-verify__action .verify.t-error-page-content-button,
.t-profile-modal-phone-verify__action .verify.t-promo-card__action-btn,
.t-profile-modal-phone-verify__action .verify.t-promo-events__router {
	padding: 12px 20px
}

.t-profile-modal-phone-verify__support {
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-modal-phone-verify__support .time {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

.t-profile-modal-phone-verify__support .description {
	padding-top: 12px;
	margin: 16px 0 0;
	text-align: center;
	pointer-events: none;
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-profile-modal-phone-verify__support .description {
		margin: 14px 0 0
	}
}

.t-profile-modal-phone-verify__support .description .t-link {
	font: 400 12px/17px Geologica, sans-serif;
	pointer-events: auto
}

.t-profile-skeleton {
	width: 100%;
	max-width: 640px;
	margin: 0 auto
}

.t-profile-skeleton__head {
	display: none
}

.t-profile-skeleton__content {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	padding: 24px;
	background: #181818;
	border-radius: 0 0 24px 24px
}

@media screen and (max-width:1023px) {
	.t-profile-skeleton__content {
		padding: 32px 12px
	}
}

@media screen and (max-width:767px) {
	.t-profile-skeleton__content {
		padding: 8px;
		margin: 0 -8px;
		border-radius: 12px
	}
}

@media screen and (max-width:639px) {
	.t-profile-skeleton__content {
		margin-right: 0
	}
}

.t-profile-skeleton__content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.t-profile-skeleton-account-details {
	width: 100%
}

.t-profile-skeleton-account-details-info {
	width: 100%;
	margin-top: 24px
}

.t-profile-skeleton-account-details-info .list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%
}

.t-profile-skeleton-account-details-info .list__item {
	width: 100%;
	max-width: calc(25% - 12px);
	overflow: hidden;
	border-radius: 8px
}

@media screen and (max-width:1679px) {
	.t-profile-skeleton-account-details-info .list__item {
		max-width: calc(50% - 6px)
	}
}

@media screen and (max-width:767px) {
	.t-profile-skeleton-account-details-info .list__item {
		max-width: 100%
	}
}

.t-profile-security-details-skeleton .t-profile-skeleton-account-details-info .list__item .list:after,
.t-profile-security-details-skeleton .t-profile-skeleton-account-details-info .list__item .list:before,
.t-profile-skeleton-account-details-info .list__item .t-profile-security-details-skeleton .list:after,
.t-profile-skeleton-account-details-info .list__item .t-profile-security-details-skeleton .list:before,
.t-profile-skeleton-account-details-info .list__item .t-profile-security-details-skeleton:after,
.t-profile-skeleton-account-details-info .list__item .t-profile-security-details-skeleton:before,
.t-profile-skeleton-account-details-info .list__item .t-profile-security-details-skeleton__content:after,
.t-profile-skeleton-account-details-info .list__item .t-profile-security-details-skeleton__content:before,
.t-profile-skeleton-account-details-info .list__item .t-sidebar-menu-skeleton span,
.t-profile-skeleton-account-details-info .list__item .t-skeleton,
.t-sidebar-menu-skeleton .t-profile-skeleton-account-details-info .list__item span {
	height: 156px
}

.t-profile-skeleton-account-details-info .list__item:last-child {
	max-width: calc(50% - 6px);
	margin-top: 36px
}

@media screen and (max-width:767px) {
	.t-profile-skeleton-account-details-info .list__item:last-child {
		max-width: 100%
	}
}

.t-profile-skeleton-account-details-profile {
	display: none
}

.t-profile-skeleton-account-details-wrapper {
	display: flex;
	gap: 12px
}

.t-profile-skeleton .citizen-bonus {
	display: none
}

.t-profile-skeleton .preferences {
	width: 100%;
	max-width: 180px;
	height: 88px;
	border-radius: 8px
}

.t-profile-skeleton .security {
	width: 100%;
	max-width: 656px;
	height: 96px;
	margin-right: 24px;
	border-radius: 8px
}

.t-profile-skeleton .t-close {
	display: none
}

.t-profile-choose-your-avatar .avatar-list {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 16px
}

@media screen and (max-width:767px) {
	.t-profile-choose-your-avatar .avatar-list {
		gap: 8px
	}
}

.t-profile-choose-your-avatar .avatar-list__item {
	position: relative;
	display: flex;
	flex-basis: 33.3%;
	align-items: center;
	justify-content: center;
	min-height: 137px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%
}

@media screen and (max-width:767px) {
	.t-profile-choose-your-avatar .avatar-list__item {
		min-height: 147px
	}
}

@media screen and (max-width:479px) {
	.t-profile-choose-your-avatar .avatar-list__item {
		min-height: 128px
	}
}

@media screen and (max-width:420px) {
	.t-profile-choose-your-avatar .avatar-list__item {
		min-height: 112px
	}
}

@media screen and (max-width:395px) {
	.t-profile-choose-your-avatar .avatar-list__item {
		min-height: 101px
	}
}

.t-profile-choose-your-avatar .avatar-list__item:last-child {
	color: #a9a9a9;
	border: 1px dashed hsla(0, 0%, 100%, .4)
}

.t-profile-choose-your-avatar .avatar-list__item:last-child input {
	display: none
}

@media not all and (pointer:coarse) {
	.t-profile-choose-your-avatar .avatar-list__item:last-child:hover:not(:disabled) {
		color: #fff;
		border: 1px dashed #fff
	}
}

.t-profile-choose-your-avatar .avatar-list__item:hover .image {
	transform: scale(1.1)
}

.t-profile-choose-your-avatar .avatar-list__item.selected {
	border: 1px solid #ff5739
}

.t-profile-choose-your-avatar .avatar-list__item.selected .image {
	transform: scale(1.1)
}

.t-profile-choose-your-avatar .avatar-list__item .image {
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: all .3s ease-in-out
}

.t-profile-choose-your-avatar .avatar-list__item .upload-btn {
	width: 100%;
	font: 400 16px/24px Geologica, sans-serif;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-profile-choose-your-avatar__description {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-choose-your-avatar__action {
	margin-top: 16px
}

.t-profile-modal-no-rush .t-popup__wrap {
	width: 420px
}

.t-profile-modal-no-rush__action {
	display: flex;
	gap: 8px;
	margin-top: 24px
}

.t-profile-modal-no-rush__action .t-button,
.t-profile-modal-no-rush__action .t-error-page-content-button,
.t-profile-modal-no-rush__action .t-promo-card__action-btn,
.t-profile-modal-no-rush__action .t-promo-events__router {
	padding: 11px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-modal-no-rush__action .t-button:last-child,
.t-profile-modal-no-rush__action .t-error-page-content-button:last-child,
.t-profile-modal-no-rush__action .t-promo-card__action-btn:last-child,
.t-profile-modal-no-rush__action .t-promo-events__router:last-child {
	color: #fff;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4)
}

.t-profile-modal-no-rush__action .t-button:last-child:active,
.t-profile-modal-no-rush__action .t-button:last-child:focus,
.t-profile-modal-no-rush__action .t-button:last-child:hover,
.t-profile-modal-no-rush__action .t-error-page-content-button:last-child:active,
.t-profile-modal-no-rush__action .t-error-page-content-button:last-child:focus,
.t-profile-modal-no-rush__action .t-error-page-content-button:last-child:hover,
.t-profile-modal-no-rush__action .t-promo-card__action-btn:last-child:active,
.t-profile-modal-no-rush__action .t-promo-card__action-btn:last-child:focus,
.t-profile-modal-no-rush__action .t-promo-card__action-btn:last-child:hover,
.t-profile-modal-no-rush__action .t-promo-events__router:last-child:active,
.t-profile-modal-no-rush__action .t-promo-events__router:last-child:focus,
.t-profile-modal-no-rush__action .t-promo-events__router:last-child:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff
}

.t-profile-modal-email-change__description {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.t-profile-modal-email-change__action {
	margin-top: 16px
}

.t-profile-save-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
	width: 100vw;
	padding: 16px 8px;
	background-color: #101010;
	border-top: .5px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px 12px 0 0;
	transition: all .3s ease-in-out;
	transform: translateY(100%)
}

.t-profile-save-panel__content {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	width: 100%
}

@media screen and (max-width:767px) {
	.t-profile-save-panel__content {
		flex-direction: column;
		gap: 12px
	}
}

.t-profile-save-panel__content .description {
	font: 400 16px/140% Geologica, sans-serif
}

.t-profile-save-panel__content .action {
	display: flex;
	gap: 8px;
	align-items: center
}

.t-profile-save-panel__content .action .t-button,
.t-profile-save-panel__content .action .t-error-page-content-button,
.t-profile-save-panel__content .action .t-promo-card__action-btn,
.t-profile-save-panel__content .action .t-promo-events__router {
	min-width: 168px;
	padding: 16px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-save-panel__content .action .t-button:last-child,
.t-profile-save-panel__content .action .t-error-page-content-button:last-child,
.t-profile-save-panel__content .action .t-promo-card__action-btn:last-child,
.t-profile-save-panel__content .action .t-promo-events__router:last-child {
	background: #2c2c2c
}

.t-profile-save-panel__content .action .t-button:last-child:active,
.t-profile-save-panel__content .action .t-button:last-child:focus,
.t-profile-save-panel__content .action .t-button:last-child:hover,
.t-profile-save-panel__content .action .t-error-page-content-button:last-child:active,
.t-profile-save-panel__content .action .t-error-page-content-button:last-child:focus,
.t-profile-save-panel__content .action .t-error-page-content-button:last-child:hover,
.t-profile-save-panel__content .action .t-promo-card__action-btn:last-child:active,
.t-profile-save-panel__content .action .t-promo-card__action-btn:last-child:focus,
.t-profile-save-panel__content .action .t-promo-card__action-btn:last-child:hover,
.t-profile-save-panel__content .action .t-promo-events__router:last-child:active,
.t-profile-save-panel__content .action .t-promo-events__router:last-child:focus,
.t-profile-save-panel__content .action .t-promo-events__router:last-child:hover {
	background: #5d5d5d
}

.t-profile-save-panel.show {
	transform: translate(0)
}

.cashback-popup .t-popup__wrap {
	max-width: 500px !important
}

.cashback-popup .cashback-modal {
	overflow: hidden auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.cashback-popup .cashback-modal::-webkit-scrollbar {
	display: none
}

.cashback-popup .cashback-modal__container {
	display: contents
}

.cashback-popup .cashback-modal__caption {
	position: sticky;
	top: 0;
	z-index: 5;
	width: 500px;
	padding: 24px 56px 24px 32px;
	font: 700 24px/32px Geologica, sans-serif;
	background: #101010;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 20px 20px 0 0
}

@media(max-width:767px) {
	.cashback-popup .cashback-modal__caption {
		width: 100%;
		padding: 20px 44px 20px 20px;
		font: 700 20px/28px Geologica, sans-serif
	}
}

.cashback-popup .cashback-modal__caption .text {
	display: flex;
	gap: 8px
}

.cashback-popup .cashback-modal__caption-min {
	display: none
}

.cashback-popup .cashback-modal__wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px 32px 0
}

@media(max-width:767px) {
	.cashback-popup .cashback-modal__wrap {
		padding: 20px 20px 0
	}
}

.cashback-popup .cashback-modal__wrap_description {
	font: 400 14px/20px Geologica, sans-serif;
	color: #fff
}

.cashback-popup .cashback-modal__policy {
	padding: 16px 32px 0
}

@media(max-width:767px) {
	.cashback-popup .cashback-modal__policy {
		padding: 16px 20px 0
	}
}

.cashback-popup .cashback-modal__policy .t-policy {
	margin-top: 12px
}

.cashback-popup .cashback-modal__policy .t-policy-content {
	padding: 0;
	margin: 0;
	font: 400 16px/24px Geologica, sans-serif
}

.cashback-popup .cashback-modal__policy .t-policy-content .t-policy-list-content li {
	margin-bottom: 8px
}

.cashback-popup .cashback-modal__policy .t-button,
.cashback-popup .cashback-modal__policy .t-error-page-content-button,
.cashback-popup .cashback-modal__policy .t-promo-card__action-btn,
.cashback-popup .cashback-modal__policy .t-promo-events__router {
	width: 100%;
	margin-top: 16px
}

.cashback-popup .cashback-modal__btn {
	width: fit-content;
	margin: 0 auto;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.cashback-popup .cashback-modal__btn:hover:not(:disabled) {
		color: #fff
	}

	.cashback-popup .cashback-modal__btn:hover:not(:disabled) span:after {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7465%) hue-rotate(203deg) brightness(110%) contrast(100%)
	}
}

.cashback-popup .cashback-modal__btn span {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center
}

.cashback-popup .cashback-modal__btn span:after {
	position: relative;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.79 3.22a.777.777 0 010 1.06l-4.285 4.5A.697.697 0 016 9a.697.697 0 01-.505-.22l-4.286-4.5a.777.777 0 010-1.06.69.69 0 011.01 0L6 7.19l3.78-3.97a.69.69 0 011.01 0z' fill='%23A9A9A9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: all .3s ease-in-out
}

.cashback-popup .cashback-modal__btn_open {
	color: #fff
}

.cashback-popup .cashback-modal__btn_open span:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7465%) hue-rotate(203deg) brightness(110%) contrast(100%);
	transform: rotate(180deg)
}

.cashback-popup .cashback-modal .list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.cashback-popup .cashback-modal .list__item {
	display: flex;
	gap: 8px;
	align-items: center;
	font: 400 16px/24px Geologica, sans-serif
}

.cashback-popup .cashback-modal .list__item:before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.cashback-popup .cashback-modal .list__item_first:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCA0YTMuNSAzLjUgMCAxMDAgNyAzLjUgMy41IDAgMDAwLTd6TTQuNSA3LjVhNS41IDUuNSAwIDExMTEgMCA1LjUgNS41IDAgMDEtMTEgMHptMi44MjYgN0gxM3YySDcuNWMtMS40NjggMC0xLjk4LjAxLTIuMzcuMTNhMyAzIDAgMDAtMiAyYy0uMTIuMzktLjEzLjkwMi0uMTMgMi4zN3YxSDF2LTEtLjE3NGMwLTEuMjI3IDAtMi4wNjUuMjE1LTIuNzc3YTUgNSAwIDAxMy4zMzQtMy4zMzRjLjcxMi0uMjE2IDEuNTUtLjIxNiAyLjc3Ny0uMjE1ek0yMy40MTQgMTZMMTggMjEuNDE0IDE0LjU4NiAxOCAxNiAxNi41ODZsMiAyIDQtNEwyMy40MTQgMTZ6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYxODlfMTIxOTY5KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjE4OV8xMjE5NjkiIHgxPSIxMi44MDgiIHkxPSIyMiIgeDI9IjE1Ljc4NiIgeTI9IjIuNDU0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.cashback-popup .cashback-modal .list__item_second:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDJoMTZ2Mkg0djJoMTh2MTZIMlYyem0yIDZ2MTJoMTZWOEg0em0xMSA2YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAweiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2MTg5XzEyMzExOCkiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTYxODlfMTIzMTE4IiB4MT0iMTIuNTM3IiB5MT0iMjIiIHgyPSIxNS44NTQiIHkyPSIyLjU2NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.cashback-popup .cashback-modal .list__item_third:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzYTkgOSAwIDEwMCAxOCA5IDkgMCAwMDAtMTh6TTEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMSAxOC4wNzUgMSAxMnptMTItNy41VjZoLjE2N0EzLjMzMyAzLjMzMyAwIDAxMTYuNSA5LjMzM3YxaC0ydi0xQzE0LjUgOC41OTcgMTMuOTAzIDggMTMuMTY3IDhIMTFhMS41IDEuNSAwIDAwMCAzaDJhMy41IDMuNSAwIDExMCA3djEuNWgtMlYxOGgtLjE2N0EzLjMzMyAzLjMzMyAwIDAxNy41IDE0LjY2N3YtMWgydjFjMCAuNzM2LjU5NyAxLjMzMyAxLjMzMyAxLjMzM0gxM2ExLjUgMS41IDAgMDAwLTNoLTJhMy41IDMuNSAwIDExMC03VjQuNWgyeiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2MTg5XzEyMzExMikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTYxODlfMTIzMTEyIiB4MT0iMTIuNTkiIHkxPSIyMyIgeDI9IjE2LjI0IiB5Mj0iMS42MjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.cashback-popup .cashback-modal .list__item_four:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTkgMS41TDguNTQyIDguMzA0IDEuNSA0LjgzOWwzLjQ3MyAxNC42OTJoMTQuMDUxTDIyLjQ5OCA0Ljg0bC03LjA0MiAzLjQ2NUwxMS45OTkgMS41em0wIDQuNDE1bDIuNTY4IDUuMDU1IDUuMDA5LTIuNDY0LTIuMTM0IDkuMDI1SDYuNTU1TDQuNDIyIDguNTA2IDkuNDMgMTAuOTdsMi41NjgtNS4wNTV6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYxODlfMTIxOTc4KSIvPjxwYXRoIGQ9Ik00Ljk3MyAyMC40OTh2MmgxNC4wNXYtMkg0Ljk3NHoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xNjE4OV8xMjE5NzgpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2MTg5XzEyMTk3OCIgeDE9IjEyLjU2MiIgeTE9IjIyLjQ5OCIgeDI9IjE2LjA0NiIgeTI9IjIuMDk1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE2MTg5XzEyMTk3OCIgeDE9IjEyLjU2MiIgeTE9IjIyLjQ5OCIgeDI9IjE2LjA0NiIgeTI9IjIuMDk1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-profile-modal-email-confirm__action {
	margin-top: 16px
}

.t-profile-modal-email-confirm-container .t-popup__wrap {
	width: 420px
}

.t-profile-account-details-mini {
	display: flex;
	gap: 12px;
	align-items: center
}

.t-profile-account-details-mini .t-icon-blocked {
	width: 24px;
	height: 24px
}

.t-profile-account-details-mini .avatar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	height: 96px;
	overflow: hidden;
	cursor: pointer
}

@media(max-width:767px) {
	.t-profile-account-details-mini .avatar {
		min-width: 72px;
		height: 72px
	}
}

.t-profile-account-details-mini .avatar img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	transform: translate(-50%, -50%)
}

.t-profile-account-details-mini .avatar__edit {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #5d5d5d;
	border-radius: 50%
}

@media screen and (max-width:767px) {
	.t-profile-account-details-mini .avatar__edit {
		width: 32px;
		height: 32px
	}
}

.t-profile-account-details-mini .avatar__edit i {
	width: 20px;
	height: 20px
}

.t-profile-account-details-mini .avatar__edit:hover i {
	opacity: 1
}

.t-profile-account-details-mini .action {
	display: none
}

.t-profile-account-details-mini .content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%
}

.t-profile-account-details-mini .content-name {
	font: 600 20px/135% Geologica, sans-serif
}

.t-profile-account-details-mini .content-vip {
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 8px
}

.t-profile-account-details-mini .content-vip__lvl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px
}

.t-profile-account-details-mini .content-vip__lvl span {
	font: 400 14px/140% Geologica, sans-serif
}

.t-profile-account-details-mini .content-vip__lvl span:last-child {
	color: #a9a9a9
}

.t-profile-account-details-mini .content-vip__percent {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 40px;
	margin-top: -10px;
	margin-left: auto;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: right;
	white-space: nowrap
}

.t-profile-account-details-mini .content-vip__percent:has(.t-icon-blocked) {
	height: auto;
	margin-top: auto
}

.t-profile-account-details-mini .content-vip__percent .t-icon-prize {
	display: none
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip {
	position: absolute;
	right: 0;
	bottom: 24px;
	width: 218px;
	min-height: 113px;
	padding: 12px;
	overflow: hidden;
	text-align: left;
	background: #191e23;
	border: 1px solid #a9a9a9;
	border-radius: 12px
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip h4 {
	font: 400 16px/24px Geologica, sans-serif
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip ul {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 8px
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip ul li {
	font: 400 12px/17px Geologica, sans-serif;
	color: #fff;
	list-style-type: none
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	cursor: pointer
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close:after,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close:before {
	position: absolute;
	width: 15px;
	height: 1px;
	content: "";
	background: #fff;
	transform: rotate(45deg)
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip .close:before {
	transform: rotate(-45deg)
}

.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-profile-security-details-skeleton .list:after,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-profile-security-details-skeleton .list:before,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-profile-security-details-skeleton:after,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-profile-security-details-skeleton:before,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-profile-security-details-skeleton__content:after,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-profile-security-details-skeleton__content:before,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-sidebar-menu-skeleton span,
.t-profile-account-details-mini .content-vip__percent .percent-tooltip .t-skeleton,
.t-profile-security-details-skeleton .t-profile-account-details-mini .content-vip__percent .percent-tooltip .list:after,
.t-profile-security-details-skeleton .t-profile-account-details-mini .content-vip__percent .percent-tooltip .list:before,
.t-sidebar-menu-skeleton .t-profile-account-details-mini .content-vip__percent .percent-tooltip span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	transform: translate(-50%, -50%)
}

.t-profile-account-details-mini .content-vip__progress {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}

.t-profile-account-bonuses .list {
	--gap: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	margin-top: 24px
}

@media(max-width:767px) {
	.t-profile-account-bonuses .list {
		--gap: 8px
	}
}

.t-profile-account-bonuses .list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(50% - var(--gap)/2);
	height: 156px;
	padding: 16px;
	background: #2c2c2c;
	border-radius: 16px
}

.t-profile-account-bonuses .list__item:has(.container-head:has(.is-blocked)) {
	background: rgba(43, 43, 43, .4)
}

@media(max-width:767px) {
	.t-profile-account-bonuses .list__item {
		width: 100%
	}
}

.t-profile-account-bonuses .list__item.rakeback {
	order: 0
}

.t-profile-account-bonuses .list__item.cashback {
	order: 1
}

.t-profile-account-bonuses .list__item.rank-bonus {
	order: 3
}

.t-profile-account-bonuses .list__item.rank-bonus>.tooltip {
	display: none
}

.t-profile-account-bonuses .list__item.rank-bonus .container-head .link {
	flex-flow: row wrap;
	gap: 3px;
	width: 100%;
	color: #a9a9a9
}

.t-profile-account-bonuses .list__item.max-cashback {
	order: 2
}

.t-profile-account-bonuses .list__item_blocked {
	background: rgba(43, 43, 43, .4)
}

.t-profile-account-bonuses .list__item_blocked .container-bottom,
.t-profile-account-bonuses .list__item_blocked .container-head {
	opacity: .4
}

.t-profile-account-bonuses .list__item .container-head {
	--icon-size: 24px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	align-items: center;
	width: 100%
}

.t-profile-account-bonuses .list__item .container-head .t-icon {
	width: var(--icon-size);
	height: var(--icon-size)
}

.t-profile-account-bonuses .list__item .container-head .t-icon.is-blocked:before {
	content: none
}

.t-profile-account-bonuses .list__item .container-head .t-icon.is-blocked:after {
	width: var(--icon-size);
	height: var(--icon-size);
	background: url(../images/lock-icon.cb9562f.svg) no-repeat 50%/contain;
	opacity: 1
}

.t-profile-account-bonuses .list__item .container-head .content {
	display: contents
}

.t-profile-account-bonuses .list__item .container-head .title {
	width: calc(100% - var(--icon-size));
	padding-right: 24px;
	padding-left: 8px;
	font: 600 16px/24px Geologica, sans-serif
}

.t-profile-account-bonuses .list__item .container-head .progress {
	display: flex;
	gap: 8px;
	align-items: center;
	width: max-content;
	margin-right: 6px
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow {
	display: flex;
	align-items: center;
	width: 33px;
	height: 16px;
	overflow: hidden
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow.is-personal {
	display: none
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span {
	position: relative;
	width: 11px;
	height: 100%
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span:after {
	z-index: 1;
	filter: opacity(.25)
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span:after,
.t-profile-account-bonuses .list__item .container-head .progress__arrow span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg1bDYgOC02IDhIMGw2LTgtNi04eiIgZmlsbD0iI0ZGNTczOSIvPjwvc3ZnPg==") no-repeat 50%/cover
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span:before {
	z-index: 2;
	animation: brightness 1s infinite
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span:nth-child(2):before {
	animation-delay: .2s
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span:nth-child(3):before {
	animation-delay: .4s
}

.t-profile-account-bonuses .list__item .container-head .progress__arrow span:last-child {
	display: none
}

.t-profile-account-bonuses .list__item .container-head .progress__lvl {
	font: 600 24px/135% Geologica, sans-serif
}

.t-profile-account-bonuses .list__item .container-head .progress__lvl:last-child {
	color: #a9a9a9
}

.t-profile-account-bonuses .list__item .container-head .link {
	display: flex;
	flex-direction: column;
	font: 500 10px/140% Geologica, sans-serif
}

.t-profile-account-bonuses .list__item .container-head .link .t-link {
	font: 500 10px/140% Geologica, sans-serif;
	color: #ff5739;
	white-space: nowrap
}

.t-profile-account-bonuses .list__item .container-head .link .t-link:hover {
	opacity: .7
}

.t-profile-account-bonuses .list__item .container-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50%
}

.t-profile-account-bonuses .list__item .container-bottom .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding-top: 18px
}

.t-profile-account-bonuses .list__item .container-bottom .content:has(.info) {
	justify-content: center
}

.t-profile-account-bonuses .list__item .container-bottom .content .info__wrap {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-account-bonuses .list__item .container-bottom .content .info__wrap:first-letter {
	text-transform: uppercase
}

.t-profile-account-bonuses .list__item .container-bottom .action,
.t-profile-account-bonuses .list__item .container-bottom .t-button__disabled {
	min-width: 104px;
	padding: 13px 16px;
	font: 700 14px/100% Geologica, sans-serif;
	letter-spacing: .84px
}

.t-profile-account-bonuses .list__item .container-bottom .action .t-button__wrap,
.t-profile-account-bonuses .list__item .container-bottom .t-button__disabled .t-button__wrap {
	white-space: nowrap
}

.t-profile-account-bonuses .list__item .container-bottom .amount {
	width: 100%
}

.t-profile-account-bonuses .list__item .container-bottom .amount span {
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-profile-account-bonuses .list__item .container-bottom .amount p {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-account-bonuses .list__item .container-bottom .description {
	width: 100%;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

.t-profile-account-bonuses .list__item .container-bottom:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-profile-account-bonuses .list__item .tooltip {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMmE4IDggMCAxMDAgMTYgOCA4IDAgMDAwLTE2TTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMG05LTMuNmExIDEgMCAwMTEtMWguMDA5YTEgMSAwIDExMCAySDEwYTEgMSAwIDAxLTEtMU0xMCA5YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTBhMSAxIDAgMDExLTEiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/contain;
	opacity: .6;
	transition: all .3s ease-in-out
}

.t-profile-account-bonuses .list__item .tooltip:hover {
	opacity: 1
}

.t-profile-account-bonuses .list__item .v-popover {
	position: absolute;
	top: 0;
	right: 0
}

.t-profile-account-bonuses .list__item:has(.is-blocked) .content .link {
	display: flex;
	flex-flow: row wrap;
	gap: 3px;
	width: 100%;
	color: #a9a9a9
}

.t-profile-account-bonuses .bonuses {
	display: flex;
	flex-direction: column;
	margin-top: 24px
}

.t-profile-account-bonuses .bonuses .title {
	font: 700 24px/32px Geologica, sans-serif
}

@media(max-width:767px) {
	.t-profile-account-bonuses .bonuses .title {
		font: 700 20px/28px Geologica, sans-serif
	}
}

.t-profile-account-bonuses .bonuses .items {
	display: flex;
	margin-top: 12px
}

.t-profile-account-bonuses .bonuses .items__item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: calc(50% - 8px);
	height: 156px;
	padding: 16px;
	background: #2c2c2c;
	border-radius: 16px
}

@media(max-width:1023px) {
	.t-profile-account-bonuses .bonuses .items__item {
		flex-basis: 100%
	}
}

@media(max-width:767px) {
	.t-profile-account-bonuses .bonuses .items__item {
		max-width: 100%
	}
}

.t-profile-account-bonuses .bonuses .items__item .content {
	width: 100%
}

.t-profile-account-bonuses .bonuses .items__item .tooltip {
	position: absolute;
	top: 19px;
	right: 19px;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	cursor: pointer;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRhOCA4IDAgMTA4IDggOC4wMTYgOC4wMTYgMCAwMC04LTh6bS0uMTU0IDMuNjkyYS45MjMuOTIzIDAgMTEwIDEuODQ3LjkyMy45MjMgMCAwMTAtMS44NDd6bS43NyA4LjYxNkgxMmEuNjE1LjYxNSAwIDAxLS42MTUtLjYxNlYxMmEuNjE1LjYxNSAwIDExMC0xLjIzSDEyYS42MTUuNjE1IDAgMDEuNjE1LjYxNXYzLjY5MmEuNjE1LjYxNSAwIDAxMCAxLjIzeiIgZmlsbD0iIzcyNzhBRCIvPjwvc3ZnPg==") no-repeat 50%;
	transition: all .3s ease-in-out
}

.t-profile-account-bonuses .bonuses .items__item .title {
	font: 600 16px/24px Geologica, sans-serif
}

.t-profile-account-bonuses .bonuses .items__item .description {
	font: 500 10px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-account-bonuses .bonuses .items__item .description span {
	color: #fff
}

.t-profile-account-bonuses .bonuses .items__item .progress {
	display: flex;
	align-items: center
}

.t-profile-account-bonuses .bonuses .items__item .progress .t-progress-line__progress {
	height: 3px !important;
	background-color: #0ba870 !important
}

.t-profile-account-bonuses .bonuses .items__item .percent {
	margin-left: 16px;
	font: 400 14px/20px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: right
}

.t-profile-account-bonuses .bonuses .items__item .t-icon {
	min-width: 52px;
	height: 52px;
	margin-right: 12px
}

.t-profile-account-bonuses .t-profile-security-details-skeleton .list:after,
.t-profile-account-bonuses .t-profile-security-details-skeleton .list:before,
.t-profile-account-bonuses .t-profile-security-details-skeleton:after,
.t-profile-account-bonuses .t-profile-security-details-skeleton:before,
.t-profile-account-bonuses .t-profile-security-details-skeleton__content:after,
.t-profile-account-bonuses .t-profile-security-details-skeleton__content:before,
.t-profile-account-bonuses .t-sidebar-menu-skeleton span,
.t-profile-account-bonuses .t-skeleton,
.t-profile-security-details-skeleton .t-profile-account-bonuses .list:after,
.t-profile-security-details-skeleton .t-profile-account-bonuses .list:before,
.t-sidebar-menu-skeleton .t-profile-account-bonuses span {
	width: 100%;
	height: 100%;
	border-radius: 8px
}

.t-profile-account-bonuses-tooltip[x-placement^=bottom] {
	margin-top: 30px
}

.t-profile-account-bonuses-tooltip[x-placement^=top] {
	margin: 0
}

.t-profile-account-bonuses-tooltip .t-close,
.t-profile-account-bonuses-tooltip .t-popover-arrow {
	display: none
}

@keyframes brightness {

	0%,
	to {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

.t-profile-modal-email-change-success .t-popup__header {
	text-align: center
}

.t-profile-modal-email-change-success .t-popup__header .icon {
	width: 100%;
	height: 56px;
	margin: 0 0 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiM4MjU1RjAiLz48cGF0aCBkPSJNMTMuNSA3LjVMOSAxMiA2LjUgOS41IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS42NjciLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-profile-modal-email-change-success__action {
	display: flex;
	gap: 16px;
	margin: 24px 0 0
}

.t-profile-modal-email-change-success .t-button,
.t-profile-modal-email-change-success .t-error-page-content-button,
.t-profile-modal-email-change-success .t-promo-card__action-btn,
.t-profile-modal-email-change-success .t-promo-events__router {
	padding: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	border-radius: 8px
}

.t-profile-modal-email-change-success .t-button__border-white {
	color: #fff;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4)
}

.t-profile-modal-email-change-success .t-button__border-white:hover {
	color: #fff;
	border: 1px solid #fff
}

.t-profile-modal-email-change-success .t-button__border-white:active,
.t-profile-modal-email-change-success .t-button__border-white:focus,
.t-profile-modal-email-change-success .t-button__border-white:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff
}

.t-profile-modal-need_two_fa__description {
	margin: 0;
	color: hsla(0, 0%, 100%, .7)
}

.t-profile-modal-need_two_fa__description .phone-number {
	padding: 24px;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: hsla(0, 0%, 100%, .7);
	text-align: center;
	background: hsla(0, 0%, 100%, .05)
}

.t-profile-modal-need_two_fa__description .verification-code-input {
	margin: 24px 0 0
}

.t-profile-modal-need_two_fa__description .text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: hsla(0, 0%, 100%, .7)
}

.t-profile-modal-need_two_fa__action,
.t-profile-modal-need_two_fa__action .t-button+.t-button,
.t-profile-modal-need_two_fa__action .t-button+.t-error-page-content-button,
.t-profile-modal-need_two_fa__action .t-button+.t-promo-card__action-btn,
.t-profile-modal-need_two_fa__action .t-button+.t-promo-events__router,
.t-profile-modal-need_two_fa__action .t-error-page-content-button+.t-button,
.t-profile-modal-need_two_fa__action .t-error-page-content-button+.t-error-page-content-button,
.t-profile-modal-need_two_fa__action .t-error-page-content-button+.t-promo-card__action-btn,
.t-profile-modal-need_two_fa__action .t-error-page-content-button+.t-promo-events__router,
.t-profile-modal-need_two_fa__action .t-promo-card__action-btn+.t-button,
.t-profile-modal-need_two_fa__action .t-promo-card__action-btn+.t-error-page-content-button,
.t-profile-modal-need_two_fa__action .t-promo-card__action-btn+.t-promo-card__action-btn,
.t-profile-modal-need_two_fa__action .t-promo-card__action-btn+.t-promo-events__router,
.t-profile-modal-need_two_fa__action .t-promo-events__router+.t-button,
.t-profile-modal-need_two_fa__action .t-promo-events__router+.t-error-page-content-button,
.t-profile-modal-need_two_fa__action .t-promo-events__router+.t-promo-card__action-btn,
.t-profile-modal-need_two_fa__action .t-promo-events__router+.t-promo-events__router {
	margin: 24px 0 0
}

.t-profile-modal-need_two_fa__support {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: hsla(0, 0%, 100%, .5)
}

.t-profile-modal-need_two_fa__support .time {
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: hsla(0, 0%, 100%, .5);
	text-align: center
}

.t-profile-modal-need_two_fa__support .description {
	margin: 12px 0 0;
	text-align: center
}

.t-profile-modal-need_two_fa__support .description .t-link {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px
}

.t-profile,
.t-profile-details,
.t-profile-security-details {
	position: relative;
	width: 100%;
	max-width: 640px;
	padding: 24px;
	margin: 0 auto;
	background: #181818;
	border-radius: 0 0 24px 24px
}

@media(max-width:767px) {

	.t-profile,
	.t-profile-details,
	.t-profile-security-details {
		max-width: 100%;
		padding: 24px 0 0;
		background: transparent
	}
}

.t-profile-details .t-back,
.t-profile-security-details .t-back,
.t-profile .t-back {
	display: none
}

.t-profile-details__head,
.t-profile-security-details__head,
.t-profile__head {
	margin-bottom: 24px
}

.t-profile-details__title-name,
.t-profile-security-details__title-name,
.t-profile__title-name {
	font: 700 32px/120% Geologica, sans-serif
}

@media screen and (max-width:767px) {

	.t-profile-details__title-name,
	.t-profile-security-details__title-name,
	.t-profile__title-name {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-profile-details__action,
.t-profile-security-details__action,
.t-profile__action {
	display: none
}

.t-profile-security-modal-suspicious-activity .t-popup__header {
	padding-right: 80px
}

.t-profile-security-modal-suspicious-activity .t-profile-security-modal-settings__description {
	padding: 0
}

.t-profile-security-modal-suspicious-activity__action {
	margin-top: 24px
}

.t-profile-security-modal-suspicious-activity__action .t-button,
.t-profile-security-modal-suspicious-activity__action .t-error-page-content-button,
.t-profile-security-modal-suspicious-activity__action .t-promo-card__action-btn,
.t-profile-security-modal-suspicious-activity__action .t-promo-events__router {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-security-modal-complete-session__action {
	margin-top: 24px
}

.t-profile-security-modal-complete-session__action .t-button,
.t-profile-security-modal-complete-session__action .t-error-page-content-button,
.t-profile-security-modal-complete-session__action .t-promo-card__action-btn,
.t-profile-security-modal-complete-session__action .t-promo-events__router {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-security-modal-complete-session__action .t-button:first-child,
.t-profile-security-modal-complete-session__action .t-error-page-content-button:first-child,
.t-profile-security-modal-complete-session__action .t-promo-card__action-btn:first-child,
.t-profile-security-modal-complete-session__action .t-promo-events__router:first-child {
	color: #fff;
	background: #2c2c2c
}

.t-profile-security-modal-complete-session__action .t-button:first-child:active,
.t-profile-security-modal-complete-session__action .t-button:first-child:focus,
.t-profile-security-modal-complete-session__action .t-button:first-child:hover,
.t-profile-security-modal-complete-session__action .t-error-page-content-button:first-child:active,
.t-profile-security-modal-complete-session__action .t-error-page-content-button:first-child:focus,
.t-profile-security-modal-complete-session__action .t-error-page-content-button:first-child:hover,
.t-profile-security-modal-complete-session__action .t-promo-card__action-btn:first-child:active,
.t-profile-security-modal-complete-session__action .t-promo-card__action-btn:first-child:focus,
.t-profile-security-modal-complete-session__action .t-promo-card__action-btn:first-child:hover,
.t-profile-security-modal-complete-session__action .t-promo-events__router:first-child:active,
.t-profile-security-modal-complete-session__action .t-promo-events__router:first-child:focus,
.t-profile-security-modal-complete-session__action .t-promo-events__router:first-child:hover {
	background: #5d5d5d
}

.t-profile-details-skeleton {
	width: 100%;
	max-width: 640px;
	padding: 24px;
	margin: 0 auto;
	background: #181818;
	border-radius: 0 0 24px 24px
}

.t-profile-details-skeleton .account-edit-skeleton-profile {
	display: none
}

.t-profile-details-skeleton .account-edit-skeleton-form,
.t-profile-details-skeleton .account-edit-skeleton-form__input-group {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-profile-details-skeleton .account-edit-skeleton-form .t-profile-security-details-skeleton .list:after,
.t-profile-details-skeleton .account-edit-skeleton-form .t-profile-security-details-skeleton .list:before,
.t-profile-details-skeleton .account-edit-skeleton-form .t-profile-security-details-skeleton:after,
.t-profile-details-skeleton .account-edit-skeleton-form .t-profile-security-details-skeleton:before,
.t-profile-details-skeleton .account-edit-skeleton-form .t-profile-security-details-skeleton__content:after,
.t-profile-details-skeleton .account-edit-skeleton-form .t-profile-security-details-skeleton__content:before,
.t-profile-details-skeleton .account-edit-skeleton-form .t-sidebar-menu-skeleton span,
.t-profile-details-skeleton .account-edit-skeleton-form .t-skeleton,
.t-profile-security-details-skeleton .t-profile-details-skeleton .account-edit-skeleton-form .list:after,
.t-profile-security-details-skeleton .t-profile-details-skeleton .account-edit-skeleton-form .list:before,
.t-sidebar-menu-skeleton .t-profile-details-skeleton .account-edit-skeleton-form span {
	height: 48px;
	border-radius: 8px
}

.t-profile-details-skeleton .citizen-bonus,
.t-profile-details-skeleton .t-close {
	display: none
}

.t-profile-details-skeleton .t-back {
	width: 45px;
	height: 18px;
	margin-top: 20px
}

.t-profile-details-skeleton__head {
	width: 100%;
	max-width: 158px;
	margin-top: 12px
}

.t-profile-details-skeleton__content {
	width: 100%;
	max-width: 560px;
	margin-top: 20px
}

@media screen and (max-width:767px) {
	.t-profile-details-skeleton__content {
		margin-right: 64px
	}
}

@media screen and (max-width:639px) {
	.t-profile-details-skeleton__content {
		margin-right: 0
	}
}

.t-profile-details__action {
	display: none
}

.t-profile-details__content .account-content {
	margin-top: 20px
}

@media(max-width:1023px) {
	.t-profile-details__content .account-content {
		margin-top: 16px
	}
}

.t-profile-details__content .account-action {
	display: none
}

.t-profile-details__content .account-edit {
	display: flex;
	flex-direction: column
}

.t-profile-details__content .account-edit-form__button-email {
	right: 8px;
	bottom: 8px;
	max-height: 32px;
	padding: 10px 12px;
	font: 700 12px/100% Geologica, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-profile-details__content .account-edit-form__button-email:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-profile-details__content .account-edit-form__avatar-group {
	display: none
}

.t-profile-details__content .account-edit-form__input.email .t-input__info {
	right: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px
}

@media(max-width:767px) {
	.t-profile-details__content .account-edit-form__input.email .t-input__info {
		right: 92px
	}
}

.t-profile-details__content .account-edit-form__details-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: stretch;
	width: 100%
}

.t-profile-details__content .account-edit-form__details-group .t-input input:disabled {
	opacity: 1
}

.t-profile-details__content .account-edit-form__details-group .t-popover__disabled-kyc.username {
	order: -1
}

.t-profile-details__content .account-edit-form__input-group {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-profile-details__content .account-edit-form__input-group.email {
	display: flex;
	align-items: center
}

.t-profile-details__content .account-edit-form__input-group.email .t-input {
	width: 100%
}

.t-profile-details__content .account-edit-form__input-group.email .t-input input {
	padding-right: 80px
}

@media(max-width:767px) {

	.t-profile-details__content .account-edit-form__input-group.email .t-button:hover,
	.t-profile-details__content .account-edit-form__input-group.email .t-error-page-content-button:hover,
	.t-profile-details__content .account-edit-form__input-group.email .t-promo-card__action-btn:hover,
	.t-profile-details__content .account-edit-form__input-group.email .t-promo-events__router:hover {
		color: #fff;
		background: transparent;
		border: 1px solid hsla(0, 0%, 100%, .4)
	}
}

.t-profile-details__content .account-edit-form__input-group.phone .item {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: flex-end
}

.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input {
	width: 100%
}

.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input input {
	padding-right: 88px
}

.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-button,
.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-error-page-content-button,
.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-promo-card__action-btn,
.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-promo-events__router {
	position: absolute;
	top: 8px;
	right: 8px;
	min-width: 80px;
	max-height: 32px;
	padding: 10px 12px;
	font: 700 12px/100% Geologica, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-button:hover,
.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-error-page-content-button:hover,
.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-promo-card__action-btn:hover,
.t-profile-details__content .account-edit-form__input-group.phone .t-phone-mask-input~.t-promo-events__router:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-profile-details__content .account-edit-form__input-group.country .t-search__label,
.t-profile-details__content .account-edit-form__input-group.nationality .t-search__label {
	display: none
}

.t-profile-details__content .account-edit-form__label {
	padding-left: 8px;
	margin-bottom: 4px;
	font: 400 12px/17px Geologica, sans-serif;
	color: #fff
}

.t-profile-details__content .account-edit-form .t-radio {
	padding: 10px 8px 8px;
	margin: 0 38px 0 0
}

.t-profile-details__content .account-edit-form .t-radio__elem {
	width: 20px;
	height: 20px
}

.t-profile-details__content .account-edit-form input:focus {
	border: 1px solid hsla(0, 0%, 100%, .6);
	transition: all .3s ease-in-out
}

.t-profile-details__content .account-edit-form .t-date-dropdown__select-error .t-select__choose,
.t-profile-details__content .account-edit-form .t-date-dropdown__select-error .t-select__choose:hover,
.t-profile-details__content .account-edit-form .t-date-dropdown__select-error.t-select_open .t-select__choose {
	border-color: #d82e39
}

.t-profile-details__content .v-popover .trigger {
	width: 100%
}

.page-profile-details.de .t-profile-details__content .account-edit-form__input.email .t-input__info,
.page-profile-details.el .t-profile-details__content .account-edit-form__input.email .t-input__info {
	right: 125px
}

.t-profile-preferences-skeleton {
	width: 100%;
	max-width: 1864px;
	padding: var(--root-padding);
	margin: 0 auto
}

.t-profile-preferences-skeleton .citizen-bonus,
.t-profile-preferences-skeleton .t-back,
.t-profile-preferences-skeleton .t-close {
	display: none
}

.t-profile-preferences-skeleton .list {
	display: flex;
	gap: 32px;
	width: 100%
}

@media screen and (max-width:767px) {
	.t-profile-preferences-skeleton .list {
		flex-direction: column
	}
}

.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton .list:after,
.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton .list:before,
.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton:after,
.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton:before,
.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton__content:after,
.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton__content:before,
.t-profile-preferences-skeleton .list .t-sidebar-menu-skeleton span,
.t-profile-preferences-skeleton .list .t-skeleton,
.t-profile-security-details-skeleton .t-profile-preferences-skeleton .list .list:after,
.t-profile-security-details-skeleton .t-profile-preferences-skeleton .list .list:before,
.t-sidebar-menu-skeleton .t-profile-preferences-skeleton .list span {
	width: 100%;
	max-width: calc(50% - 6px);
	height: 84px;
	border-radius: 8px
}

@media screen and (max-width:767px) {

	.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton .list:after,
	.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton .list:before,
	.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton:after,
	.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton:before,
	.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton__content:after,
	.t-profile-preferences-skeleton .list .t-profile-security-details-skeleton__content:before,
	.t-profile-preferences-skeleton .list .t-sidebar-menu-skeleton span,
	.t-profile-preferences-skeleton .list .t-skeleton,
	.t-profile-security-details-skeleton .t-profile-preferences-skeleton .list .list:after,
	.t-profile-security-details-skeleton .t-profile-preferences-skeleton .list .list:before,
	.t-sidebar-menu-skeleton .t-profile-preferences-skeleton .list span {
		max-width: 100%
	}
}

.t-profile-preferences-skeleton__head {
	display: none
}

.t-profile-preferences-skeleton__content {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 288px;
	padding: 40px 24px;
	background: #23282d;
	border-radius: 12px
}

@media screen and (max-width:1023px) {
	.t-profile-preferences-skeleton__content {
		padding: 32px 12px
	}
}

@media screen and (max-width:767px) {
	.t-profile-preferences-skeleton__content {
		padding: 0 0 24px;
		margin-top: 12px;
		margin-right: 64px;
		background: none;
		border-radius: 12px
	}
}

@media screen and (max-width:639px) {
	.t-profile-preferences-skeleton__content {
		margin-right: 0
	}
}

.t-profile-preferences-skeleton__content-wrapper {
	height: 100%
}

.t-profile-preferences__title-name {
	margin-top: 12px;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__title-name {
		font-size: 22px;
		font-weight: 400;
		line-height: 24px
	}
}

.t-profile-preferences__content {
	margin-top: 20px
}

@media screen and (max-width:1023px) {
	.t-profile-preferences__content {
		margin-top: 16px
	}
}

.t-profile-preferences__content-wrapper {
	width: 100%;
	max-width: 620px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper {
		max-width: 100%
	}
}

.t-profile-preferences__content-wrapper .list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 36px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .list {
		gap: 22px
	}
}

.t-profile-preferences__content-wrapper .t-select__label {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #fff
}

.t-profile-preferences__content-wrapper .t-select__choose {
	margin-top: 16px
}

.t-profile-preferences__content-wrapper .t-profile-general-language {
	width: 100%;
	max-width: 240px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-general-language {
		max-width: 100%
	}
}

.t-profile-preferences__content-wrapper .t-profile-general-language .t-select .t-icon,
.t-profile-preferences__content-wrapper .t-profile-general-language__title {
	display: none
}

.t-profile-preferences__content-wrapper .t-profile-preferences-privacy {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-top: -24px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-preferences-privacy {
		margin-top: -12px
	}
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone {
	width: 100%;
	max-width: calc(100% - 276px)
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-preferences-timezone {
		max-width: 100%
	}
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone__title {
	display: none
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone-form__input-group {
	display: flex;
	gap: 12px;
	align-items: flex-end
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .t-select {
	width: 180px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .t-select {
		width: auto
	}
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .item:first-child {
		width: 100%
	}
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .timezone {
	display: flex;
	gap: 8px;
	align-items: flex-end;
	padding-bottom: 12px;
	color: hsla(0, 0%, 100%, .5);
	white-space: nowrap
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .timezone span {
	color: #fff
}

.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .timezone:before {
	min-width: 24px;
	height: 24px;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAxMmE4IDggMCAxMS0xNiAwIDggOCAwIDAxMTYgMHptMSAwYTkgOSAwIDExLTE4IDAgOSA5IDAgMDExOCAwem0tOC40Ny41M2w0LTQtMS4wNi0xLjA2LTMuNTY2IDMuNTY1LTIuNDg4LTEuNjU5LS44MzIgMS4yNDggMyAyIC41MTIuMzQxLjQzNC0uNDM1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-preferences-timezone .timezone {
		font: 400 14px/20px Geologica, sans-serif
	}
}

.t-profile-preferences__content-wrapper .t-profile-preferences-subscription {
	width: 100%;
	max-width: 240px
}

@media screen and (max-width:767px) {
	.t-profile-preferences__content-wrapper .t-profile-preferences-subscription {
		max-width: 100%
	}
}

.t-profile-preferences__content-wrapper .t-profile-preferences-subscription__title {
	display: none
}

.t-profile-preferences__content-wrapper .t-profile-preferences-subscription-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.t-profile-preferences__content-wrapper .t-profile-preferences-subscription-form .title {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px
}

.t-profile-preferences__content-wrapper .t-profile-preferences-subscription-form__input-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	margin-top: 16px;
	font: 400 14px/20px Geologica, sans-serif
}

.t-profile-security-details-skeleton {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 640px;
	padding: 24px;
	margin: 0 auto;
	background: #181818;
	border-radius: 0 0 24px 24px
}

.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton:before {
	display: block;
	width: 50%;
	height: 40px;
	content: ""
}

.t-profile-security-details-skeleton:after {
	width: 100%
}

@media(max-width:767px) {
	.t-profile-security-details-skeleton {
		gap: 12px;
		padding: 24px 0;
		background: transparent
	}

	.t-profile-security-details-skeleton:after {
		height: 66px
	}
}

.t-profile-security-details-skeleton .citizen-bonus,
.t-profile-security-details-skeleton .t-close {
	display: none
}

.t-profile-security-details-skeleton .list,
.t-profile-security-details-skeleton__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	order: 2;
	width: 100%;
	height: 100%
}

.t-profile-security-details-skeleton .list .list:after,
.t-profile-security-details-skeleton .list .list:before,
.t-profile-security-details-skeleton .list .t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .list .t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .list .t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .list .t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .list .t-sidebar-menu-skeleton span,
.t-profile-security-details-skeleton .list .t-skeleton,
.t-profile-security-details-skeleton .t-profile-security-details-skeleton__content .list:after,
.t-profile-security-details-skeleton .t-profile-security-details-skeleton__content .list:before,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton .list:after,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton .list:before,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton__content .t-sidebar-menu-skeleton span,
.t-profile-security-details-skeleton__content .t-skeleton,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .list span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content span {
	height: 40px
}

.t-profile-security-details-skeleton .list:after,
.t-profile-security-details-skeleton .list:before,
.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton__content:before {
	display: block;
	width: 100%;
	height: 40px;
	content: ""
}

.t-profile-security-details-skeleton .list-wrapper,
.t-profile-security-details-skeleton__content-wrapper {
	order: 2
}

.t-profile-security-details-skeleton__content:before {
	width: 50%
}

.t-profile-security-details-skeleton .list:before {
	content: none
}

.t-profile-security-details-skeleton .t-back {
	width: 100%;
	height: 38px
}

.t-profile-security-details-skeleton .t-back .list:after,
.t-profile-security-details-skeleton .t-back .list:before,
.t-profile-security-details-skeleton .t-back .t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-back .t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-back .t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-back .t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-back .t-sidebar-menu-skeleton span,
.t-profile-security-details-skeleton .t-back .t-skeleton,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-back span {
	height: 100%
}

@media(max-width:767px) {

	.t-profile-security-details-skeleton .t-back,
	.t-profile-security-details-skeleton .t-back:after,
	.t-profile-security-details-skeleton .t-back:before {
		height: 66px
	}
}

.t-profile-security-details-skeleton__head {
	width: 100%;
	height: 40px
}

@media(max-width:767px) {
	.t-profile-security-details-skeleton__head {
		height: 66px
	}
}

.t-profile-security-details-skeleton .t-profile-security-details-skeleton__title .list:after,
.t-profile-security-details-skeleton .t-profile-security-details-skeleton__title .list:before,
.t-profile-security-details-skeleton__title,
.t-profile-security-details-skeleton__title .t-profile-security-details-skeleton .list:after,
.t-profile-security-details-skeleton__title .t-profile-security-details-skeleton .list:before,
.t-profile-security-details-skeleton__title .t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton__title .t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton__title .t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton__title .t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton__title .t-sidebar-menu-skeleton span,
.t-profile-security-details-skeleton__title .t-skeleton,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton__title span {
	height: 100%
}

.t-profile-security-details-skeleton .t-profile-security-details-skeleton__content .list:after,
.t-profile-security-details-skeleton .t-profile-security-details-skeleton__content .list:before,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton .list:after,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton .list:before,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton__content .t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton__content .t-sidebar-menu-skeleton span,
.t-profile-security-details-skeleton__content .t-skeleton,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content span {
	height: 42px
}

.t-profile-security-details-skeleton .list:after {
	width: 180px;
	height: 42px;
	margin: 0 auto
}

.t-profile-modal-sessions .t-popup__wrap {
	width: 100%
}

.t-profile-modal-sessions__info {
	margin-top: 16px
}

.t-profile-modal-sessions__info .radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 6px
}

.t-profile-modal-sessions__info .radio-group .t-radio {
	position: relative;
	flex-basis: 25%;
	flex-grow: 3
}

.t-profile-modal-sessions__info .radio-group .t-radio__elem {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px
}

.t-profile-modal-sessions__info .radio-group .t-radio__elem:before {
	right: 16px;
	left: auto;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjI1IDIuMjVMNC41IDkgLjc1IDUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjY2NyIvPjwvc3ZnPg==") no-repeat 50%/cover
}

.t-profile-modal-sessions__info .radio-group .t-radio__label {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	margin: 0;
	font: 400 16px/140% Geologica, sans-serif;
	text-align: center;
	background: none;
	background: #2c2c2c;
	border-radius: 12px
}

.t-profile-modal-sessions__info .radio-group .t-radio input {
	display: none
}

.t-profile-modal-sessions__info .radio-group .t-radio input:checked~.t-radio__label {
	background: none
}

.t-profile-modal-sessions__info .radio-group .t-radio input:checked~.t-radio__elem {
	background: #2f74ff
}

.t-profile-modal-sessions__info .radio-group .t-radio input:checked~.t-radio__elem:before {
	content: none
}

.t-profile-modal-sessions__action {
	margin-top: 16px
}

.t-profile-modal-change-password__action .t-profile-modal-change-password__button,
.t-profile-modal-sessions__action .t-profile-modal-sessions__button {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-security-modal-settings__type {
	margin-top: 24px
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-settings__type {
		padding: 0 16px
	}
}

.t-profile-security-modal-settings__type .radio-group {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.t-profile-security-modal-settings__type .t-radio {
	align-items: baseline
}

.t-profile-security-modal-settings__type .t-radio__label {
	white-space: normal
}

.t-profile-security-modal-settings__type .t-radio__label .label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font: 400 14px/20px Geologica, sans-serif
}

.t-profile-security-modal-settings__type .t-radio__label .label span {
	font: 400 16px/24px Geologica, sans-serif
}

.t-profile-security-modal-settings__method {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	margin-top: 24px
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-settings__method {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		margin: 24px 16px 0
	}
}

.t-profile-security-modal-settings__description {
	display: flex;
	align-items: center;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-settings__description {
		padding: 0 16px
	}
}

.t-profile-security-modal-settings__action {
	margin-top: 18px
}

.t-profile-security-modal-settings__action .t-button,
.t-profile-security-modal-settings__action .t-error-page-content-button,
.t-profile-security-modal-settings__action .t-promo-card__action-btn,
.t-profile-security-modal-settings__action .t-promo-events__router {
	padding: 16px;
	font: 400 14px/20px Geologica, sans-serif;
	border-radius: 26px
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-settings__action {
		padding: 16px;
		margin-top: 10px;
		box-shadow: 0 -4px 16px rgba(170, 170, 185, .1)
	}
}

.t-profile-security-modal-settings__container .t-popup__wrap {
	width: 520px
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-settings__container .t-popup__wrap {
		padding: 16px 0 0
	}
}

.t-profile-security-modal-settings__container .t-popup__header {
	margin: 0
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-settings__container .t-popup__header {
		padding: 0 16px
	}
}

.t-profile-modal-activate-two-fa__body .info-google__description {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-modal-activate-two-fa__body .info-google__qr {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	margin-top: 16px;
	background: #2c2c2c;
	border-radius: 8px
}

.t-profile-modal-activate-two-fa__body .info-google__qr .picture {
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px
}

@media(max-width:767px) {
	.t-profile-modal-activate-two-fa__body .info-google__qr .picture {
		width: 104px;
		height: 104px
	}
}

.t-profile-modal-activate-two-fa__body .info-google__qr .picture img {
	width: 100%;
	height: 100%
}

.t-profile-modal-activate-two-fa__body .info-google__secret-key {
	margin-top: 16px;
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-modal-activate-two-fa__body .info-google__inner {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: center
}

.t-profile-modal-activate-two-fa__body .info-google__inner .code {
	width: 100%;
	font: 400 16px/24px Geologica, sans-serif;
	color: #fff
}

.t-profile-modal-activate-two-fa__body .info-google__inner .action__button {
	width: 30px;
	height: 30px;
	padding: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4xNDYgNC4wNTFDMTYuNTI5IDQuMDAxIDE1LjczNiA0IDE0LjYgNEg3LjVhMSAxIDAgMTEwLTJoNy4xNDNjMS4wODQgMCAxLjk1OCAwIDIuNjY2LjA1OC43MjkuMDYgMS4zNjkuMTg1IDEuOTYxLjQ4N2E1IDUgMCAwMTIuMTg1IDIuMTg1Yy4zMDIuNTkyLjQyOCAxLjIzMy40ODcgMS45NjFDMjIgNy40IDIyIDguMjczIDIyIDkuMzU3VjE2LjVhMSAxIDAgMTEtMiAwVjkuNGMwLTEuMTM3IDAtMS45MjktLjA1MS0yLjU0Ni0uMDUtLjYwNS0uMTQyLS45NTMtLjI3Ni0xLjIxNmEzIDMgMCAwMC0xLjMxMS0xLjMxMWMtLjI2My0uMTM0LS42MTEtLjIyNi0xLjIxNi0uMjc2ek02LjE2IDUuNWg4LjE3OGMuNTI3IDAgLjk4MSAwIDEuMzU2LjAzLjM5NS4wMzMuNzg5LjEwNCAxLjE2Ny4yOTdhMyAzIDAgMDExLjMxMSAxLjMxMWMuMTkzLjM3OC4yNjQuNzcyLjI5NiAxLjE2Ny4wMzEuMzc1LjAzMS44My4wMzEgMS4zNTZ2OC4xNzhjMCAuNTI3IDAgLjk4Mi0uMDMgMS4zNTYtLjAzMy4zOTUtLjEwNC43ODktLjI5NyAxLjE2N2EzIDMgMCAwMS0xLjMxMSAxLjMxMWMtLjM3OC4xOTMtLjc3Mi4yNjQtMS4xNjcuMjk2LS4zNzUuMDMxLS44My4wMzEtMS4zNTYuMDMxSDYuMTZjLS41MjcgMC0uOTgxIDAtMS4zNTYtLjAzLS4zOTUtLjAzMy0uNzg5LS4xMDQtMS4xNjctLjI5N2EzIDMgMCAwMS0xLjMxMS0xLjMxMWMtLjE5My0uMzc4LS4yNjQtLjc3Mi0uMjk2LTEuMTY3QTE3LjkgMTcuOSAwIDAxMiAxNy44MzhWOS42NjJjMC0uNTI3IDAtLjk4MS4wMy0xLjM1Ni4wMzMtLjM5NS4xMDQtLjc4OS4yOTctMS4xNjdhMyAzIDAgMDExLjMxMS0xLjMxMWMuMzc4LS4xOTMuNzcyLS4yNjQgMS4xNjctLjI5Ni4zNzUtLjAzMS44My0uMDMxIDEuMzU2LS4wMzF6TTQuOTY4IDcuNTI0Yy0uMjcyLjAyMi0uMzczLjA2LS40MjIuMDg1YTEgMSAwIDAwLS40MzcuNDM3Yy0uMDI1LjA1LS4wNjMuMTUtLjA4NS40MjJDNCA4Ljc1IDQgOS4xMjMgNCA5Ljd2OC4xYzAgLjU3NyAwIC45NDkuMDI0IDEuMjMyLjAyMi4yNzIuMDYuMzcyLjA4NS40MjJhMSAxIDAgMDAuNDM3LjQzN2MuMDUuMDI1LjE1LjA2My40MjIuMDg1QzUuMjUgMjAgNS42MjMgMjAgNi4yIDIwaDguMWMuNTc3IDAgLjk0OSAwIDEuMjMyLS4wMjQuMjcyLS4wMjIuMzczLS4wNi40MjItLjA4NWExIDEgMCAwMC40MzctLjQzN2MuMDI1LS4wNS4wNjMtLjE1LjA4NS0uNDIyLjAyMy0uMjgzLjAyNC0uNjU1LjAyNC0xLjIzMlY5LjdjMC0uNTc3IDAtLjk0OS0uMDI0LTEuMjMyLS4wMjItLjI3Mi0uMDYtLjM3My0uMDg1LS40MjJhMSAxIDAgMDAtLjQzNy0uNDM3Yy0uMDUtLjAyNS0uMTUtLjA2My0uNDIyLS4wODVDMTUuMjUgNy41IDE0Ljg3NyA3LjUgMTQuMyA3LjVINi4yYy0uNTc3IDAtLjk0OSAwLTEuMjMyLjAyNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%;
	border-radius: 4px
}

.t-profile-modal-activate-two-fa__body .info-google__inner .action__button .t-button__wrap {
	display: none
}

.t-profile-modal-activate-two-fa__body .info-google__inner .action__button:focus-visible:before,
.t-profile-modal-activate-two-fa__body .info-google__inner .action__button:focus:before,
.t-profile-modal-activate-two-fa__body .info-google__inner .action__button:hover:before {
	background: hsla(0, 0%, 100%, .1);
	opacity: unset
}

.t-profile-modal-activate-two-fa__body .info-google__inner .action__button:active:before {
	background: #fff;
	opacity: unset
}

.t-profile-modal-activate-two-fa__body .info-google__inner .action__button_success {
	cursor: unset;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy43MDcuMjkzYTEgMSAwIDAxMCAxLjQxNGwtMTEgMTFhMSAxIDAgMDEtMS40MTQgMGwtNS01YTEgMSAwIDAxMS40MTQtMS40MTRMNiAxMC41ODYgMTYuMjkzLjI5M2ExIDEgMCAwMTEuNDE0IDB6IiBmaWxsPSIjQTdGRjk5Ii8+PC9zdmc+") no-repeat 50%
}

.t-profile-modal-activate-two-fa__body .info-google__inner .action__button_success:active:before,
.t-profile-modal-activate-two-fa__body .info-google__inner .action__button_success:focus-visible:before,
.t-profile-modal-activate-two-fa__body .info-google__inner .action__button_success:focus:before,
.t-profile-modal-activate-two-fa__body .info-google__inner .action__button_success:hover:before {
	background: unset;
	opacity: unset
}

.t-profile-modal-activate-two-fa__body .info-google__inner:after {
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 1px;
	content: "";
	background-color: hsla(0, 0%, 100%, .1)
}

.t-profile-modal-activate-two-fa__body .action,
.t-profile-modal-activate-two-fa__body .form {
	margin-top: 16px
}

.t-profile-modal-activate-two-fa__body .action .t-button,
.t-profile-modal-activate-two-fa__body .action .t-error-page-content-button,
.t-profile-modal-activate-two-fa__body .action .t-promo-card__action-btn,
.t-profile-modal-activate-two-fa__body .action .t-promo-events__router {
	width: 100%;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-modal-activate-two-fa__body .additional {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	margin-top: 16px;
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-modal-activate-two-fa__body .additional__store {
	display: flex;
	gap: 8px
}

.t-profile-modal-activate-two-fa__body .additional__store-itunes {
	width: 124px;
	height: 40px;
	background: url(../images/app_store.c91a1fe.png) no-repeat;
	background-size: cover
}

.t-profile-modal-activate-two-fa__body .additional__store-google_play {
	width: 136px;
	height: 40px;
	background: url(../images/google_play.3fd7dae.png) no-repeat;
	background-size: cover
}

.t-profile-security-modal-complete-session__action {
	display: flex;
	gap: 8px;
	margin-top: 16px
}

.t-profile-security-modal-complete-session__text {
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-security-modal-complete-all-session .t-popup__wrap {
	width: 500px
}

@media screen and (max-width:767px) {
	.t-profile-security-modal-complete-all-session .t-popup__wrap {
		width: 100%
	}
}

.t-profile-security-modal-complete-all-session .t-popup__header {
	max-width: calc(100% - 24px);
	padding-right: 20px;
	font: 600 24px/135% Geologica, sans-serif
}

.t-profile-security-modal-complete-all-session__description {
	position: relative;
	padding-top: 68px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

.t-profile-security-modal-complete-all-session__description span {
	font-weight: 700
}

.t-profile-security-modal-complete-all-session__description:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA1Ni4yNWMxNC40OTggMCAyNi4yNS0xMS43NTIgMjYuMjUtMjYuMjVTNDQuNDk4IDMuNzUgMzAgMy43NSAzLjc1IDE1LjUwMiAzLjc1IDMwIDE1LjUwMiA1Ni4yNSAzMCA1Ni4yNXptMi40NzUtMjMuNzV2LTE1SDI3LjV2MTVoNC45NzV6bS4wMjUgMTB2LTVoLTV2NWg1eiIgZmlsbD0iI0U5NkIxNyIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-50%)
}

.t-profile-security-modal-complete-all-session__action {
	display: flex;
	gap: 8px;
	margin-top: 16px
}

.t-profile-security-modal-complete-all-session__action .t-button,
.t-profile-security-modal-complete-all-session__action .t-error-page-content-button,
.t-profile-security-modal-complete-all-session__action .t-promo-card__action-btn,
.t-profile-security-modal-complete-all-session__action .t-promo-events__router {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-profile-security-modal-complete-all-session__action .t-button:first-child,
.t-profile-security-modal-complete-all-session__action .t-error-page-content-button:first-child,
.t-profile-security-modal-complete-all-session__action .t-promo-card__action-btn:first-child,
.t-profile-security-modal-complete-all-session__action .t-promo-events__router:first-child {
	color: #fff;
	background: #2c2c2c
}

.t-profile-security-modal-complete-all-session__action .t-button:first-child:active,
.t-profile-security-modal-complete-all-session__action .t-button:first-child:focus,
.t-profile-security-modal-complete-all-session__action .t-button:first-child:hover,
.t-profile-security-modal-complete-all-session__action .t-error-page-content-button:first-child:active,
.t-profile-security-modal-complete-all-session__action .t-error-page-content-button:first-child:focus,
.t-profile-security-modal-complete-all-session__action .t-error-page-content-button:first-child:hover,
.t-profile-security-modal-complete-all-session__action .t-promo-card__action-btn:first-child:active,
.t-profile-security-modal-complete-all-session__action .t-promo-card__action-btn:first-child:focus,
.t-profile-security-modal-complete-all-session__action .t-promo-card__action-btn:first-child:hover,
.t-profile-security-modal-complete-all-session__action .t-promo-events__router:first-child:active,
.t-profile-security-modal-complete-all-session__action .t-promo-events__router:first-child:focus,
.t-profile-security-modal-complete-all-session__action .t-promo-events__router:first-child:hover {
	background: #5d5d5d
}

.t-profile-security-details__title-name {
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-profile-security-details__title-name {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-profile-security-details__head {
	margin-top: 0
}

.t-profile-security-details__content-wrapper {
	width: 100%;
	max-width: 992px
}

@media(max-width:767px) {
	.t-profile-security-details__content-wrapper {
		max-width: 100%
	}
}

.t-profile-security-details .t-profile-security-center .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 8px
}

@media(max-width:767px) {
	.t-profile-security-details .t-profile-security-center .list {
		display: flex;
		flex-direction: column;
		gap: 8px
	}
}

.t-profile-security-details .t-profile-security-center .list__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	padding: 16px;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

@media(max-width:767px) {
	.t-profile-security-details .t-profile-security-center .list__item {
		align-items: flex-end
	}
}

.t-profile-security-details .t-profile-security-center .list__item.password {
	order: 3
}

.t-profile-security-details .t-profile-security-center .list__item.twofa {
	order: 1
}

.t-profile-security-details .t-profile-security-center .list__item.session {
	order: 2
}

.t-profile-security-details .t-profile-security-center .list__item .title {
	margin-bottom: 4px;
	font: 600 16px/140% Geologica, sans-serif
}

.t-profile-security-details .t-profile-security-center .list__item .text {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-security-details .t-profile-security-center .list__item .text span {
	font-weight: 700
}

.t-profile-security-details .t-profile-security-center .list__item .description {
	position: relative;
	width: 100%
}

.t-profile-security-details .t-profile-security-center .list__item .action {
	width: 100%;
	margin-top: auto
}

.t-profile-security-details .t-profile-security-center .list__item .t-button,
.t-profile-security-details .t-profile-security-center .list__item .t-error-page-content-button,
.t-profile-security-details .t-profile-security-center .list__item .t-promo-card__action-btn,
.t-profile-security-details .t-profile-security-center .list__item .t-promo-events__router {
	width: 100%;
	padding: 13px 16px;
	font: 700 14px/100% Geologica, sans-serif;
	letter-spacing: .84px;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-profile-security-details .t-profile-security-center .list__item .t-button:hover,
.t-profile-security-details .t-profile-security-center .list__item .t-error-page-content-button:hover,
.t-profile-security-details .t-profile-security-center .list__item .t-promo-card__action-btn:hover,
.t-profile-security-details .t-profile-security-center .list__item .t-promo-events__router:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-profile-security-details .t-profile-security-center .list__item .t-button:hover:before,
.t-profile-security-details .t-profile-security-center .list__item .t-error-page-content-button:hover:before,
.t-profile-security-details .t-profile-security-center .list__item .t-promo-card__action-btn:hover:before,
.t-profile-security-details .t-profile-security-center .list__item .t-promo-events__router:hover:before {
	opacity: 0
}

.t-profile-activity-log {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 24px
}

.t-profile-activity-log .t-button:hover:before,
.t-profile-activity-log .t-error-page-content-button:hover:before,
.t-profile-activity-log .t-promo-card__action-btn:hover:before,
.t-profile-activity-log .t-promo-events__router:hover:before {
	content: none
}

.t-profile-activity-log__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 12px;
	margin-bottom: 12px
}

.t-profile-activity-log__head .title {
	font: 600 24px/135% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-profile-activity-log__head .title {
		font: 600 20px/135% Geologica, sans-serif
	}
}

.t-profile-activity-log__head .settings,
.t-profile-activity-log__head .title .v-popover {
	display: none
}

.t-profile-activity-log__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%
}

.t-profile-activity-log__content .login-details {
	position: relative;
	padding: 16px;
	background: #1f1f1f;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-profile-activity-log__content .login-details:has(.content .active) .entry-time-ip {
	position: absolute;
	top: 58px;
	left: 0;
	display: block;
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-profile-activity-log__content .login-details:first-child {
	border-top: transparent
}

.t-profile-activity-log__content .login-details.active .t-table {
	background: transparent
}

.t-profile-activity-log__content .login-details.active .t-table th {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-profile-activity-log__content .login-details.active .t-table th:nth-child(2) {
	text-align: center
}

.t-profile-activity-log__content .login-details.active .t-table th:first-child span {
	padding-left: 0
}

.t-profile-activity-log__content .login-details.active .t-table th:first-child span:before {
	left: 0
}

.t-profile-activity-log__content .login-details.active .t-table th:last-child span {
	padding-right: 0
}

.t-profile-activity-log__content .login-details.active .t-table th:last-child span:before {
	right: 0
}

.t-profile-activity-log__content .login-details.active .t-table th span {
	padding: 16px 16px 8px
}

.t-profile-activity-log__content .login-details.active .content__info .title {
	color: #fff
}

.t-profile-activity-log__content .login-details.active .content__info .entry-time {
	color: #a9a9a9
}

.t-profile-activity-log__content .login-details .content {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-profile-activity-log__content .login-details .content:after {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	margin: auto 0;
	pointer-events: none;
	content: "";
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E5QTlBOSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNS4wMSA2LjY2N0wxMCAxMS42NWw0Ljk5LTQuOTg0IDEuMTc3IDEuMTc0TDEwIDE0LjAwMSAzLjgzMyA3Ljg0eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat 50%/contain;
	transition: all .3s ease-in-out
}

.t-profile-activity-log__content .login-details .content.active {
	padding-bottom: 16px
}

.t-profile-activity-log__content .login-details .content.active:after {
	transform: rotate(180deg)
}

.t-profile-activity-log__content .login-details .content__status {
	position: absolute;
	right: 32px;
	padding: 2px 6px;
	margin: auto 0;
	font: 500 12px/140% Geologica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #0ba870;
	border-radius: 5px;
	transition: all .4s ease
}

.t-profile-activity-log__content .login-details .content__status:has(.content__status-removed) {
	background: #444
}

.t-profile-activity-log__content .login-details .content__image {
	display: flex;
	align-items: center;
	justify-content: center;
	order: 0;
	min-width: 44px;
	height: 44px;
	background: #393939;
	border-radius: 100%
}

.t-profile-activity-log__content .login-details .content__image.desktop:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTguMzMzIDEuNjY3VjIuNWguODM0djExLjY2NmgtLjgzNFYxNWgtNy41djEuNjY2aDMuMzM0djEuNjY3SDUuODMzdi0xLjY2NmgzLjMzNFYxNWgtNy41di0uODM0SC44MzNWMi41aC44MzR2LS44MzN6TTEuNjY3IDIuNXYtLjgzM0guODMzVjIuNXptLjgzMy44MzN2MTBoMTV2LTEwem0tLjgzMyAxMC44MzNILjgzM1YxNWguODM1em0xNi42NjYgMFYxNWguODM0di0uODM0em0wLTExLjY2NmguODM0di0uODMzaC0uODM0eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t-profile-activity-log__content .login-details .content__image.mobile:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuNjY3LjgzM3YxOC4zMzRIMy4zMzNWLjgzMnptLTEwIDEuNjY3SDV2MTVoMTB2LTE1aC0xLjY2N1Y1SDYuNjY3em0xLjY2Ni44MzNoMy4zMzRWMi41SDguMzMzeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t-profile-activity-log__content .login-details .content__image:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-profile-activity-log__content .login-details .content__info {
	order: 2;
	width: calc(100% - 56px)
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .content__info {
		display: block;
		margin-right: 40px
	}
}

.t-profile-activity-log__content .login-details .content__info .title {
	display: flex;
	align-items: center;
	font: 500 16px/140% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .content__info .title {
		flex-wrap: wrap;
		width: 100%;
		max-width: 80%;
		color: #fff
	}
}

.t-profile-activity-log__content .login-details .content__info .title-separator {
	margin: 0 2px
}

.t-profile-activity-log__content .login-details .content__info .entry-time {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #a9a9a9
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .content__info .entry-time {
		max-width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

.t-profile-activity-log__content .login-details .content__info .entry-time-ip,
.t-profile-activity-log__content .login-details .content__info .entry-time-separator {
	display: none
}

.t-profile-activity-log__content .login-details .sessions {
	padding: 16px 0
}

.t-profile-activity-log__content .login-details .sessions .close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-profile-activity-log__content .login-details .sessions .close:hover {
	opacity: .7
}

.t-profile-activity-log__content .login-details .sessions .close:after,
.t-profile-activity-log__content .login-details .sessions .close:before {
	position: absolute;
	width: 24px;
	height: 2px;
	content: "";
	background: #fff;
	border-radius: 2px;
	transform: rotate(45deg)
}

.t-profile-activity-log__content .login-details .sessions .close:after {
	transform: rotate(-45deg)
}

.t-profile-activity-log__content .login-details .sessions-action {
	display: flex;
	gap: 12px;
	margin-top: 16px
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .sessions-action {
		flex-wrap: wrap;
		gap: 8px
	}
}

.t-profile-activity-log__content .login-details .sessions-action .t-button,
.t-profile-activity-log__content .login-details .sessions-action .t-error-page-content-button,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-card__action-btn,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-events__router {
	flex: 1 1 48%;
	color: #fff;
	white-space: nowrap;
	background: #393939
}

.t-profile-activity-log__content .login-details .sessions-action .t-button:hover,
.t-profile-activity-log__content .login-details .sessions-action .t-error-page-content-button:hover,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-card__action-btn:hover,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-events__router:hover {
	background: #5d5d5d
}

@media(max-width:767px) {

	.t-profile-activity-log__content .login-details .sessions-action .t-button:first-child,
	.t-profile-activity-log__content .login-details .sessions-action .t-error-page-content-button:first-child,
	.t-profile-activity-log__content .login-details .sessions-action .t-promo-card__action-btn:first-child,
	.t-profile-activity-log__content .login-details .sessions-action .t-promo-events__router:first-child {
		flex: 1 1 100%
	}
}

.t-profile-activity-log__content .login-details .sessions-action .t-button:active,
.t-profile-activity-log__content .login-details .sessions-action .t-button:focus,
.t-profile-activity-log__content .login-details .sessions-action .t-button:focus-visible,
.t-profile-activity-log__content .login-details .sessions-action .t-error-page-content-button:active,
.t-profile-activity-log__content .login-details .sessions-action .t-error-page-content-button:focus,
.t-profile-activity-log__content .login-details .sessions-action .t-error-page-content-button:focus-visible,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-card__action-btn:active,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-card__action-btn:focus,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-card__action-btn:focus-visible,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-events__router:active,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-events__router:focus,
.t-profile-activity-log__content .login-details .sessions-action .t-promo-events__router:focus-visible {
	outline: 0
}

.t-profile-activity-log__content .login-details .sessions-table {
	overflow: hidden;
	border-radius: 8px
}

.t-profile-activity-log__content .login-details .sessions-table tr td:last-child {
	padding-right: 0
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .sessions-table tr td:last-child {
		width: 100%;
		max-width: 58px;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

.t-profile-activity-log__content .login-details .sessions-table tr td:first-child {
	padding-left: 0
}

.t-profile-activity-log__content .login-details .sessions-table tr td.time {
	text-align: center
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .sessions-table tr td.time {
		padding: 4px 0
	}
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .sessions-table tr .t-table__th-text {
		padding: 8px 0
	}

	.t-profile-activity-log__content .login-details .sessions-table tr .t-table__th-text:before {
		left: 0
	}
}

.t-profile-activity-log__content .login-details .sessions-table tr td>span {
	white-space: nowrap
}

@media(max-width:767px) {
	.t-profile-activity-log__content .login-details .sessions-table tr:last-child td.time {
		padding-bottom: 16px
	}

	.t-profile-activity-log__content .login-details .sessions-table tr:first-child td.time {
		padding-top: 16px
	}
}

.t-profile-activity-log__content .login-details .sessions-table__more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #2c2c2c
}

.t-profile-activity-log__content .login-details .sessions-table__more:hover .t-button,
.t-profile-activity-log__content .login-details .sessions-table__more:hover .t-error-page-content-button,
.t-profile-activity-log__content .login-details .sessions-table__more:hover .t-promo-card__action-btn,
.t-profile-activity-log__content .login-details .sessions-table__more:hover .t-promo-events__router {
	opacity: 1
}

.t-profile-activity-log__content .login-details .sessions-table__more .t-button,
.t-profile-activity-log__content .login-details .sessions-table__more .t-error-page-content-button,
.t-profile-activity-log__content .login-details .sessions-table__more .t-promo-card__action-btn,
.t-profile-activity-log__content .login-details .sessions-table__more .t-promo-events__router {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #ff5739;
	background: none;
	border: none
}

.t-profile-activity-log__content .login-details .sessions-table__more .t-button__wrap {
	padding: 0
}

.t-profile-activity-log__content .login-details .sessions-table__more .t-button:after,
.t-profile-activity-log__content .login-details .sessions-table__more .t-error-page-content-button:after,
.t-profile-activity-log__content .login-details .sessions-table__more .t-promo-card__action-btn:after,
.t-profile-activity-log__content .login-details .sessions-table__more .t-promo-events__router:after {
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4yOSAzLjIyYS43NzcuNzc3IDAgMDEwIDEuMDZsLTQuMjg1IDQuNUEuNjk3LjY5NyAwIDAxNi41IDlhLjY5Ny42OTcgMCAwMS0uNTA1LS4yMmwtNC4yODYtNC41YS43NzcuNzc3IDAgMDEwLTEuMDYuNjkuNjkgMCAwMTEuMDEgMEw2LjUgNy4xOWwzLjc4LTMuOTdhLjY5LjY5IDAgMDExLjAxIDB6IiBmaWxsPSIjRkZGNjU0Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-profile-activity-log__content .login-details .sessions-title {
	display: none
}

.t-profile-activity-log__action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 24px 0 0
}

.t-profile-activity-log__action .t-button,
.t-profile-activity-log__action .t-error-page-content-button,
.t-profile-activity-log__action .t-promo-card__action-btn,
.t-profile-activity-log__action .t-promo-events__router {
	width: auto;
	min-width: 157px;
	font: 700 14px/100% Geologica, sans-serif;
	color: #fff;
	letter-spacing: .84px;
	white-space: nowrap;
	background: transparent;
	background: #393939
}

@media(max-width:767px) {

	.t-profile-activity-log__action .t-button,
	.t-profile-activity-log__action .t-error-page-content-button,
	.t-profile-activity-log__action .t-promo-card__action-btn,
	.t-profile-activity-log__action .t-promo-events__router {
		width: 100%
	}
}

@media not all and (pointer:coarse) {

	.t-profile-activity-log__action .t-button:hover:not(:disabled),
	.t-profile-activity-log__action .t-error-page-content-button:hover:not(:disabled),
	.t-profile-activity-log__action .t-promo-card__action-btn:hover:not(:disabled),
	.t-profile-activity-log__action .t-promo-events__router:hover:not(:disabled) {
		background: #5d5d5d
	}
}

.t-profile-activity-log__action .t-button:active,
.t-profile-activity-log__action .t-button:focus,
.t-profile-activity-log__action .t-button:focus-visible,
.t-profile-activity-log__action .t-error-page-content-button:active,
.t-profile-activity-log__action .t-error-page-content-button:focus,
.t-profile-activity-log__action .t-error-page-content-button:focus-visible,
.t-profile-activity-log__action .t-promo-card__action-btn:active,
.t-profile-activity-log__action .t-promo-card__action-btn:focus,
.t-profile-activity-log__action .t-promo-card__action-btn:focus-visible,
.t-profile-activity-log__action .t-promo-events__router:active,
.t-profile-activity-log__action .t-promo-events__router:focus,
.t-profile-activity-log__action .t-promo-events__router:focus-visible {
	outline: 0
}

.t-profile-modal-deactivate-two-fa__description {
	padding-bottom: 8px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-sidebar-menu__header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 16px 8px 0;
	margin-bottom: 24px;
	transition: all .3s ease-in-out
}

.t-sidebar-menu__header-details {
	width: 100%
}

.t-sidebar-menu__header-auth {
	display: none
}

.t-sidebar-menu__header:has(.t-sidebar-menu__profile) {
	padding: 8px 8px 0;
	margin-bottom: 8px
}

.t-sidebar-menu__collapsed .t-sidebar-menu__header {
	padding: 0;
	margin-bottom: 0
}

.t-sidebar-menu__collapsed .t-sidebar-menu__header:before {
	top: -1px;
	left: -24px
}

.t-sidebar-menu__collapsed .t-sidebar-menu__header-details {
	margin-top: 0
}

.t-sidebar-menu__collapsed .t-sidebar-menu__logo {
	transform: translateX(160px)
}

.t-sidebar-menu__collapsed .t-sidebar-profile__mini-menu {
	display: none
}

.t-sidebar-menu__collapsed .t-sidebar-profile-user-details.t-sidebar-menu__profile-user-details:before {
	height: 40px
}

.t-sidebar-menu__collapsed .t-sidebar-profile .t-sidebar-profile-user-details__button {
	top: 0;
	left: -50px;
	width: 40px;
	height: 40px;
	opacity: 0
}

.t-sidebar-menu__collapsed .t-sidebar-profile .t-sidebar-profile-user-details__button .t-icon {
	display: none
}

.t-sidebar-menu__logo {
	position: relative;
	z-index: 3;
	width: 137px;
	height: 22px;
	cursor: pointer;
	background-image: var(--logo-main) !important;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: all .3s ease-in-out;
	transition-delay: .1s
}
.t-sidebar-menu__logo img, .t-header__content img {
    width: 137px;
	height: 22px;
}

.t-sidebar-menu-skeleton .t-sidebar-menu__toggle-btn {
	display: none
}

.t-sidebar-menu-skeleton .t-sidebar-menu__header {
	margin-top: 36px
}

.t-sidebar-menu-skeleton span {
	height: 40px
}

.t-sidebar-menu-skeleton .t-sidebar-menu__scroll-wrapper .t-sidebar-menu__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 36px
}

.t-sidebar-menu-skeleton .t-sidebar-menu__scroll-wrapper .t-sidebar-menu__list .t-sidebar-menu__item:nth-child(n+4) {
	display: none
}

.t-sidebar-menu-skeleton .t-sidebar-menu__scroll-wrapper .t-sidebar-menu__bonus-list {
	margin-top: 36px
}

.t-sidebar-menu-skeleton .t-sidebar-menu__scroll-wrapper .t-sidebar-menu__bonus-list .t-sidebar-menu-bonus-item:nth-child(n+4) {
	display: none
}

.t-sidebar-menu-skeleton .t-sidebar-menu__scroll-wrapper .t-assets-changelly {
	margin-bottom: 4px
}

.t-sidebar-menu-skeleton .t-sidebar-menu__select-lang {
	margin-top: 36px
}

.t-sidebar-menu-skeleton .left-nav__progress-bar {
	padding: 0
}

.t-sidebar-menu-skeleton .left-nav__progress-bar:before {
	content: none
}

.t-sidebar-menu__item {
	order: 1
}

.t-sidebar-menu__item .t-link {
	cursor: pointer
}

.t-sidebar-menu__item .t-link_level-1 {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	min-width: 40px;
	height: 36px;
	padding: 0 8px;
	color: #a9a9a9;
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-sidebar-menu__item .t-link_level-1:hover {
	color: #fff;
	background: #2c2c2c
}

.t-sidebar-menu__item .t-link_level-1:hover .t-icon {
	filter: unset
}

.t-sidebar-menu__item .t-link_level-1 .t-icon {
	position: static
}

.t-sidebar-menu__item .t-link_level-1 .t-icon:after,
.t-sidebar-menu__item .t-link_level-1 .t-icon:before {
	content: none
}

.t-sidebar-menu__item .t-link_level-2 {
	display: flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	color: #a9a9a9;
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-sidebar-menu__item .t-link_level-2 span {
	color: #fff
}

.t-sidebar-menu__item .t-link_level-2:hover {
	color: #fff;
	background: #2c2c2c
}

.t-sidebar-menu__item .t-link_level-2:hover .t-icon {
	filter: unset
}

.t-sidebar-menu__item .t-icon {
	display: block;
	width: 24px;
	height: 24px;
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%);
	background-size: contain
}

.t-sidebar-menu__item .t-icon:after,
.t-sidebar-menu__item .t-icon:before {
	content: none
}

.t-sidebar-menu__item .t-icon-livecasino {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44MzMgMTUuMTA4YzEuNjkxLjkzMyAzLjgxNy45MTggNS41NjItLjQ3OSAyLjI3NS0xLjgyMSAyLjU1Ny00Ljk1Ljc5NS03LjEzMi0uNjYtLjgxOC0xLjk0My0yLjA0Mi0zLjE3LTMuMTU2YTEzNy4yNTkgMTM3LjI1OSAwIDAwLTMuMzM0LTIuOTI1TDEwLjAxLjgzM2wtLjU4Ni40ODctLjEwNi4wODctLjI1Ni4yMTVjLS42MS41MjItMS44NSAxLjU4OS0zLjA5NCAyLjcxOUM0Ljc0MyA1LjQ1NSAzLjQ2IDYuNjc5IDIuOCA3LjQ5N2MtMS43NjkgMi4xOTItMS40MzYgNS4yOTYuNzg4IDcuMTI1IDEuNzMgMS40MjQgMy44OCAxLjQyNCA1LjU4LjQ4VjE3LjVINC41djEuNjY2aDExVjE3LjVoLTQuNjY3di0yLjM5MnpNMTIuOSA1LjU3NGExMzQuMTk5IDEzNC4xOTkgMCAwMC0yLjkwNC0yLjU1NWMtLjY0My41NS0xLjc3NCAxLjUyOC0yLjkwNSAyLjU1NS0xLjI0IDEuMTI4LTIuNDI3IDIuMjY3LTIuOTkzIDIuOTctMS4xODIgMS40NjMtLjk4NiAzLjUyOS41NDkgNC43OTEgMS40NzggMS4yMTcgMy40NzUuOTAyIDQuNzI2LS41MDZsLjYyMy0uNzAyLjYyMy43MDJjMS4yNDUgMS40MDEgMy4yMTUgMS43MTUgNC43MzUuNSAxLjU0Ni0xLjIzOSAxLjczLTMuMzEyLjU0LTQuNzg2LS41NjYtLjcwMi0xLjc1My0xLjg0MS0yLjk5NC0yLjk2OXoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODA5MV80MzUpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDkxXzQzNSIgeDE9IjEwLjQ0NyIgeTE9IjE5LjE2NiIgeDI9IjEzLjc3MyIgeTI9IjEuNDU4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%
}

.t-sidebar-menu__item .t-icon-promotions {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjYyNSAyLjkxN2EuOTkzLjk5MyAwIDAwLS43MjEuMzJjLS4yLjIxMS0uMzIuNTA3LS4zMi44MjUgMCAuMzE4LjEyLjYxNS4zMi44MjcuMi4yMS40Ni4zMi43Mi4zMmgyLjI2OGMtLjA5LS4yNDEtLjItLjUwMy0uMzM0LS43NjFDOC4wOCAzLjUzIDcuNDUgMi45MTcgNi42MjUgMi45MTd6bTIuNTQxIDMuOTU4djMuODc1SDMuMzMzVjYuODc1aDUuODMzek00LjE1MSA1LjIwOGEyLjkwNyAyLjkwNyAwIDAxLS4yMzQtMS4xNDZjMC0uNzMxLjI3NC0xLjQ0Mi43NzctMS45NzJhMi42NiAyLjY2IDAgMDExLjkzLS44NGMxLjc2MiAwIDIuODEzIDEuMzA3IDMuMzc2IDIuMzYuNTYzLTEuMDUzIDEuNjE0LTIuMzYgMy4zNzUtMi4zNmEyLjY2IDIuNjYgMCAwMTEuOTMuODRjLjUwMy41My43NzggMS4yNC43NzggMS45NzMgMCAuMzk2LS4wOC43ODctLjIzNSAxLjE0NWgyLjQ4NVYxOC43NUgxLjY2N1Y1LjIwOEg0LjE1em0tLjgxOCA3LjIwOXY0LjY2Nmg1LjgzM3YtNC42NjZIMy4zMzN6bTcuNSAwdjQuNjY2aDUuODMzdi00LjY2NmgtNS44MzN6bTUuODMzLTEuNjY3VjYuODc1aC01LjgzM3YzLjg3NWg1LjgzM3ptLTMuMjkxLTUuNTQyYy4yNjEgMCAuNTIxLS4xMDkuNzItLjMyLjIwMS0uMjExLjMyMS0uNTA4LjMyMS0uODI1IDAtLjMxOC0uMTItLjYxNS0uMzItLjgyN2EuOTkzLjk5MyAwIDAwLS43MjEtLjMyYy0uODI2IDAtMS40NTYuNjE1LTEuOTMzIDEuNTMyYTYuNTkgNi41OSAwIDAwLS4zMzQuNzZoMi4yNjd6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTgwOTFfNDQ3KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODA5MV80NDciIHgxPSIxMC40NDciIHkxPSIxOC43NSIgeDI9IjEzLjQ4NiIgeTI9IjEuNzk1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat 50%
}

.t-sidebar-menu__item .t-icon-sport {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43OTkgMi45NjFBNy4xNjcgNy4xNjcgMCAwMTIuOTYxIDEwLjhhNy4wODYgNy4wODYgMCAwMDYuMjQgNi4yNEE3LjE2NyA3LjE2NyAwIDAxMTcuMDM5IDkuMmE3LjA4NiA3LjA4NiAwIDAwLTYuMjQtNi4yNHptNy45NSA3LjE4OWwuMDAxLS4xNWE4Ljc1IDguNzUgMCAxMC04LjYgOC43NDkuODE5LjgxOSAwIDAwLjEzOS0uMDA0IDguNzUgOC43NSAwIDAwOC40NTYtOC40NTYuODE5LjgxOSAwIDAwLjAwNC0uMTR6bS0xLjcyLjcyN2E1LjUgNS41IDAgMDAtNi4xNTMgNi4xNTMgNy4wODcgNy4wODcgMCAwMDYuMTU0LTYuMTUzek0yLjk3IDkuMTIzQTUuNSA1LjUgMCAwMDkuMTIzIDIuOTcgNy4wODcgNy4wODcgMCAwMDIuOTcgOS4xMjN6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTgwOTFfNDQxKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODA5MV80NDEiIHgxPSIxMC40NyIgeTE9IjE4Ljc1IiB4Mj0iMTMuMzczIiB5Mj0iMS43NDYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50%
}

.t-sidebar-menu__item .favorites {
	margin-top: 4px
}

.t-sidebar-menu__item .promotions .t-sidebar-menu__item-count {
	display: flex;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	font: 600 12px/140% Geologica, sans-serif;
	color: #fff;
	background: #2f74ff;
	border-radius: 100px
}

.t-sidebar-menu__item .recent,
.t-sidebar-menu__item .sport {
	margin-bottom: 8px
}

.t-sidebar-menu__item .recent:before,
.t-sidebar-menu__item .sport:before {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-sidebar-menu__item .casino,
.t-sidebar-menu__item .promotions {
	margin-top: 4px
}

.t-sidebar-menu__item-title {
	display: flex;
	width: 100%;
	color: inherit
}

.t-sidebar-menu__item-count {
	margin-left: auto;
	font: 400 12px/140% Geologica, sans-serif;
	color: inherit
}

.t-sidebar-menu__item-chat {
	order: 2;
	width: 100%
}

.t-sidebar-menu__badge.new {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 41px;
	min-height: 20px;
	padding: 1px 6px;
	font: 600 12px/140% Geologica, sans-serif;
	color: #fff;
	background-color: #0ba870;
	border-radius: 6px
}

.t-sidebar-menu__collapsed .t-sidebar-menu__item .favorites {
	margin-top: 0
}

.t-sidebar-menu__collapsed .t-sidebar-menu__item .t-link_level-1 {
	justify-content: center;
	width: 36px;
	min-width: unset;
	height: 36px
}

.t-sidebar-logout {
	order: 6
}

.t-sidebar-logout__wrap {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	width: 100%;
	height: 36px;
	padding: 0 6px;
	cursor: pointer;
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-sidebar-logout__wrap:hover {
	background: #2c2c2c
}

.t-sidebar-logout__wrap:hover .t-sidebar-logout__text {
	color: #fff
}

.t-sidebar-logout__wrap:hover .t-icon {
	filter: unset
}

.t-sidebar-logout__text {
	font: 500 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

@media(max-width:767px) {
	.t-sidebar-logout__text {
		font: 500 14px/140% Geologica, sans-serif
	}
}

.t-sidebar-vip-manager {
	order: 1
}

.t-sidebar-vip-manager__wrap {
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	margin: 8px 0 12px
}

@media not all and (pointer:coarse) {
	.t-sidebar-vip-manager__wrap:hover:not(:disabled) {
		color: #fff
	}

	.t-sidebar-vip-manager__wrap:hover:not(:disabled) .t-icon-sidebar-vip-manager {
		filter: unset
	}
}

.t-sidebar-vip-manager__wrap .t-icon-sidebar-vip-manager {
	position: relative;
	display: flex;
	width: 20px;
	min-width: 20px;
	height: 20px;
	overflow: hidden;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.002 0h-.004C3.587 0 0 3.588 0 8a7.94 7.94 0 001.523 4.689l-.997 2.972 3.075-.983A7.93 7.93 0 008.002 16C12.413 16 16 12.411 16 8s-3.587-8-7.998-8m4.655 11.297c-.193.545-.959.997-1.57 1.129-.418.089-.964.16-2.802-.602-2.351-.974-3.865-3.363-3.983-3.518-.113-.155-.95-1.265-.95-2.413s.583-1.707.818-1.947c.193-.197.512-.287.818-.287q.148.002.268.009c.235.01.353.024.508.395.193.465.663 1.613.719 1.731.057.118.114.278.034.433-.075.16-.141.231-.259.367s-.23.24-.348.386c-.108.127-.23.263-.094.498.136.23.606.997 1.298 1.613.893.795 1.617 1.049 1.876 1.157.193.08.423.061.564-.089.179-.193.4-.513.625-.828.16-.226.362-.254.574-.174.216.075 1.359.64 1.594.757.235.118.39.174.447.273s.056.564-.137 1.11' fill='%23FFF'/%3E%3C/svg%3E");
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%);
	background-repeat: no-repeat;
	background-position: 50%;
	transition: all .3s
}

.t-sidebar-vip-manager__wrap .t-sidebar-menu__item-title {
	color: #a9a9a9
}

.t-sidebar-vip-manager_active .t-sidebar-menu__item-title {
	background: linear-gradient(#ffe587, #f7a538);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}

.t-sidebar-vip-manager_active .t-icon-sidebar-vip-manager {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.002 0h-.004C3.587 0 0 3.588 0 8a7.94 7.94 0 001.523 4.689l-.997 2.972 3.075-.983A7.93 7.93 0 008.002 16C12.413 16 16 12.411 16 8s-3.587-8-7.998-8m4.655 11.297c-.193.545-.959.997-1.57 1.129-.418.089-.964.16-2.802-.602-2.351-.974-3.865-3.363-3.983-3.518-.113-.155-.95-1.265-.95-2.413s.583-1.707.818-1.947c.193-.197.512-.287.818-.287q.148.002.268.009c.235.01.353.024.508.395.193.465.663 1.613.719 1.731.057.118.114.278.034.433-.075.16-.141.231-.259.367s-.23.24-.348.386c-.108.127-.23.263-.094.498.136.23.606.997 1.298 1.613.893.795 1.617 1.049 1.876 1.157.193.08.423.061.564-.089.179-.193.4-.513.625-.828.16-.226.362-.254.574-.174.216.075 1.359.64 1.594.757.235.118.39.174.447.273s.056.564-.137 1.11' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='6.526' y1='-4.6' x2='13.255' y2='20.808' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE587'/%3E%3Cstop offset='.87' stop-color='%23F7A538'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	filter: unset
}

.t-sidebar-menu__collapsed .t-sidebar-vip-manager .t-icon-sidebar-vip-manager {
	width: 24px
}

.t-sidebar-menu__collapsed .t-sidebar-vip-manager .t-sidebar-menu__item-title {
	display: none
}

.t-sidebar-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 105;
	width: 224px;
	height: 100%;
	padding: 8px;
	background: #181818;
	transition: all .3s ease-in-out;
	transition-delay: .1s;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-sidebar-menu::-webkit-scrollbar {
	display: none
}

@media(max-width:991px) {
	.t-sidebar-menu {
		padding-bottom: 132px
	}
}

@media(max-width:767px) {
	.t-sidebar-menu {
		width: 0
	}
}

.t-sidebar-menu .t-icon {
	display: block;
	min-width: 20px;
	height: 20px
}

.t-sidebar-menu:not(:has(.vip), :has(.referral)) .t-button__pwa {
	margin-top: 12px
}

.t-sidebar-menu:not(:has(.vip), :has(.referral)) .t-button__pwa:before {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-sidebar-menu .left-nav__progress-bar {
	order: 0;
	padding: 0 8px 16px
}

@media(max-width:991px) {
	.t-sidebar-menu .left-nav__progress-bar {
		padding: 0
	}
}

.t-sidebar-menu .left-nav__progress-bar .rank_new {
	display: none
}

.t-sidebar-menu .left-nav__progress-bar .rank_current {
	font: 400 12px/140% Geologica, sans-serif
}

.t-sidebar-menu .left-nav__progress-bar .progress-points {
	margin-bottom: 0
}

.t-sidebar-menu .left-nav__progress-bar .progress-points__percent {
	margin-top: -24px;
	font: 400 12px/140% Geologica, sans-serif
}

.t-sidebar-menu .left-nav__progress-bar:before {
	left: 0;
	width: 100%
}

.t-sidebar-menu span {
	position: relative;
	align-items: center;
	font: 500 14px/140% Geologica, sans-serif;
	white-space: nowrap
}

.t-sidebar-menu.t-sidebar-menu__collapsed {
	width: 56px;
	padding: 16px 10px;
	overflow: hidden scroll
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-link_level-1,
.t-sidebar-menu.t-sidebar-menu__collapsed .t-link_level-2 {
	padding: 0
}

@media(max-width:991px) {
	.t-sidebar-menu.t-sidebar-menu__collapsed {
		right: 0;
		left: auto;
		overflow: visible;
		transform: translate(56px)
	}
}

.t-sidebar-menu.t-sidebar-menu__collapsed:not(:has(.t-sidebar-menu__profile)) .t-sidebar-menu__scroll-wrapper {
	margin-top: 22px
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-button-pwa {
	padding: 0
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-button-pwa__wrap {
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-button-pwa__install {
	display: none
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-logout__wrap {
	justify-content: center;
	width: 36px;
	height: 36px
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__list {
	max-width: 40px
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__profile {
	padding-top: 28px
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__select-lang .t-select__choose {
	justify-content: center;
	width: 36px;
	min-width: unset;
	height: 36px;
	padding: 0
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__select-lang .t-select__icon,
.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__select-lang .t-select__value {
	display: none
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__select-lang .t-dropdown__item-option {
	justify-content: center;
	padding: 5px 7px
}

.t-sidebar-menu.t-sidebar-menu__collapsed span {
	position: absolute;
	right: 100%;
	z-index: -4;
	opacity: 0
}

.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__toggle-btn {
	left: 50%;
	transform: translateX(-50%)
}

@media(max-width:991px) {
	.t-sidebar-menu.t-sidebar-menu__collapsed .t-sidebar-menu__toggle-btn {
		display: none
	}
}

.t-sidebar-menu.t-sidebar-menu__collapsed .profile-user-picture {
	transform: translateX(-2px)
}

.t-sidebar-menu.t-sidebar-menu__expanded {
	overflow: hidden auto
}

@media(max-width:991px) {
	.t-sidebar-menu.t-sidebar-menu__expanded {
		right: 0;
		left: auto;
		padding: 8px 8px 80px
	}

	.t-sidebar-menu.t-sidebar-menu__expanded:after {
		position: fixed;
		top: 0;
		right: 223px;
		z-index: -1;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(31, 31, 31, .5);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		opacity: 1;
		transition: all .3s ease-in-out
	}
}

@media(max-width:767px) {
	.t-sidebar-menu.t-sidebar-menu__expanded {
		width: 224px
	}
}

.t-sidebar-menu.t-sidebar-menu__expanded:has(.t-sidebar-menu__profile) {
	padding: 16px
}

@media(max-width:991px) {
	.t-sidebar-menu.t-sidebar-menu__expanded:has(.t-sidebar-menu__profile) {
		padding-bottom: 132px
	}
}

.t-sidebar-menu.t-sidebar-menu__expanded:not(:has(.t-button-pwa)) .t-sidebar-menu__item-chat .t-link {
	margin-top: 4px
}

.t-sidebar-menu.t-sidebar-menu__expanded .t-button-pwa__install {
	font: 500 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	white-space: nowrap;
	visibility: visible;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-sidebar-menu.t-sidebar-menu__expanded .t-button-pwa__install {
		font: 400 14px/20px Geologica, sans-serif
	}
}

.t-sidebar-menu__overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 104;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 31, 31, .5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: all .3s ease-in-out;
	animation-delay: .3s
}

@media screen and (max-width:991px) {
	.t-sidebar-menu__overlay {
		display: block
	}
}

.t-sidebar-menu__bonus-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	order: 3;
	margin-top: 12px
}

.t-sidebar-menu-bonus-item {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	height: 40px;
	padding: 0 8px;
	overflow: hidden;
	cursor: pointer;
	background-size: 100%;
	border-radius: 8px
}

.t-sidebar-menu-bonus-item:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	transition: all .5s ease-in-out;
	transform: translate(-50%, -50%)
}

.t-sidebar-menu-bonus-item:hover:before {
	transform: translate(-50%, -50%) scale(2)
}

.t-sidebar-menu-bonus-item-wheel:before {
	background: radial-gradient(66.83% 306.82% at 0 50%, #8356f3 0, #2d2f3c 100%)
}

.t-sidebar-menu-bonus-item-invite:before {
	background: radial-gradient(66.83% 306.82% at 0 50%, #f94bb6 0, #2d2f3c 100%)
}

.t-sidebar-menu-bonus-item-invite span {
	font: 400 10px/15px Geologica, sans-serif
}

.t-sidebar-menu__item {
	display: flex;
	flex-direction: column
}

.t-sidebar-menu__list {
	position: relative;
	display: contents;
	order: 4
}

.t-sidebar-menu__scroll-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: all .3s ease-in-out;
	transition-delay: .1s
}

@media(max-width:767px) {
	.t-sidebar-menu__scroll-wrapper {
		gap: 7px
	}
}

.t-sidebar-menu__toggle-btn {
	position: absolute;
	top: 14px;
	right: 36px;
	z-index: 8;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: transparent;
	border-radius: 26px;
	transition: all .3s ease-in-out
}

.t-sidebar-menu__toggle-btn:hover:before {
	filter: none
}

.t-sidebar-menu__toggle-btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45MTYgNS4wMUw3LjkzMiAxMGw0Ljk4NCA0Ljk5MS0xLjE3NCAxLjE3Ni02LjE1OS02LjE2NiA2LjE1OS02LjE2NyAxLjE3NCAxLjE3NnoiIGZpbGw9IiNBOUE5QTkiLz48L3N2Zz4=") no-repeat 50%/contain;
	transition: all .3s ease-in-out;
	transform: translateY(-50%) scale(0)
}

@media(max-width:991px) {
	.t-sidebar-menu__toggle-btn:after {
		width: 12px;
		height: 12px;
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNDcxIDEuNDcyQS42NjcuNjY3IDAgMDA4LjUyOC41M0w1IDQuMDU4IDEuNDcuNTI5YS42NjcuNjY3IDAgMTAtLjk0Mi45NDNsMy41MjggMy41MjlMLjUzIDguNTI5YS42NjcuNjY3IDAgMDAuOTQyLjk0M0w1IDUuOTQzbDMuNTI5IDMuNTNhLjY2Ny42NjcgMCAxMC45NDItLjk0NEw1Ljk0MyA1LjAwMSA5LjQ3IDEuNDcyeiIgZmlsbD0iI0E5QTlBOSIvPjwvc3ZnPg==") no-repeat 50%/contain
	}
}

.t-sidebar-menu__toggle-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjQgNVY0aDE5LjJ2MkgyLjRWNXptMCA3di0xaDE5LjJ2MkgyLjR2LTF6bTAgNy4xOTh2LTEuMkwyMS42IDE4djJIMi40di0uODAyeiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE1OTk2XzExMjEyMykiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTU5OTZfMTEyMTIzIiB4MT0iMTIuNTE1IiB5MT0iMjAiIHgyPSIxNC43NDYiIHkyPSI0LjMxNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=") no-repeat 50%/contain;
	filter: brightness(0) saturate(100%) invert(76%) sepia(4%) saturate(5%) hue-rotate(322deg) brightness(88%) contrast(95%);
	transition: all .3s ease-in-out;
	transition-delay: .1s;
	transform: translate(-50%, -50%) scale(1)
}

.t-sidebar-menu__toggle-btn-active {
	top: 16px;
	right: 16px;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:1279px) {
	.t-sidebar-menu__toggle-btn-active {
		transform: translate(0)
	}
}

.t-sidebar-menu__toggle-btn-active:before {
	transform: translateY(-50%) scale(0)
}

.t-sidebar-menu__toggle-btn-active:after {
	transform: translate(-50%, -50%) scale(1)
}

@media not all and (pointer:coarse) {
	.t-sidebar-menu__toggle-btn-active:hover:not(:disabled) {
		border-color: #a9a9a9
	}

	.t-sidebar-menu__toggle-btn-active:hover:not(:disabled):after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45MTYgNS4wMUw3LjkzMiAxMGw0Ljk4NCA0Ljk5MS0xLjE3NCAxLjE3Ni02LjE1OS02LjE2NiA2LjE1OS02LjE2NyAxLjE3NCAxLjE3NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
	}

	@media(max-width:1023px) {
		.t-sidebar-menu__toggle-btn-active:hover:not(:disabled):after {
			background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDMuMDU3bDQgNCA0LTQgLjk0My45NDItNCA0IDQgNC0uOTQzLjk0My00LTQtNCA0TDMuMDU3IDEybDQtNC00LTRMNCAzLjA1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
			background-size: 20px
		}
	}
}

.t-sidebar-menu__select-lang {
	order: 5;
	width: 100%
}

.t-sidebar-menu__select-lang .t-dropdown {
	position: unset;
	margin-top: 4px;
	border: unset;
	border-radius: 12px
}

.t-sidebar-menu__select-lang .t-dropdown__item-option {
	background: #2b2b2b
}

.t-sidebar-menu__select-lang .t-dropdown__item-option .t-icon {
	width: 16px;
	min-width: unset;
	height: 12px;
	border-radius: 2px
}

.t-sidebar-menu__select-lang .t-dropdown__item:first-child .t-dropdown__item-option {
	padding-top: 8px
}

.t-sidebar-menu__select-lang .t-dropdown__item:last-child .t-dropdown__item-option {
	padding-bottom: 8px
}

.t-sidebar-menu__select-lang .t-dropdown__item .t-dropdown__item-option {
	padding: 4px 8px
}

.t-sidebar-menu__select-lang .t-dropdown__item:hover span {
	color: #fff
}

.t-sidebar-menu__select-lang .t-dropdown__item:hover .t-dropdown__item-option {
	background: initial
}

.t-sidebar-menu__select-lang .t-dropdown span {
	color: #a9a9a9;
	transition: all .3s ease-in-out
}

.t-sidebar-menu__select-lang .t-dropdown__item-option_active span {
	color: #fff
}

.t-sidebar-menu__select-lang .t-select__choose {
	position: relative;
	gap: 12px;
	width: 100%;
	height: 36px;
	min-height: 32px;
	padding: 0 8px;
	color: #a9a9a9;
	background: unset;
	border: none;
	box-shadow: none
}

.t-sidebar-menu__select-lang .t-select__choose:hover {
	color: #fff;
	background: #2c2c2c;
	box-shadow: none
}

.t-sidebar-menu__select-lang .t-select__choose:hover .t-select__icon {
	opacity: 1
}

.t-sidebar-menu__select-lang .t-select__choose .t-icon {
	min-width: 16px;
	height: 12px;
	margin: 0;
	border-radius: 2px
}

.t-sidebar-menu__select-lang .t-select__choose .t-select__icon {
	right: 10px
}

.t-sidebar-menu__select-lang .t-select_open .t-select__choose {
	box-shadow: none
}

.t-sidebar-menu__dropdown .t-sidebar-menu__list {
	background-color: #232832
}

.t-sidebar-menu__dropdown .t-sidebar-menu__list .t-sidebar-menu__item+.t-sidebar-menu__item {
	margin-bottom: 0
}

.t-sidebar-menu__dropdown .t-link {
	color: #a9a9a9;
	background-color: transparent
}

.t-sidebar-menu__arrow {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	margin-left: auto;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjI3NiAzSC43MjRhLjMuMyAwIDAwLS4yMTIuNTEybDMuMTM0IDMuMTM0YS41LjUgMCAwMC43MDggMGwzLjEzNC0zLjEzNEEuMy4zIDAgMDA3LjI3NiAzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%;
	transition: .2s
}

.t-sidebar-menu__arrow-open {
	transform: scaleY(-1)
}

.t-sidebar-menu .expand-enter-active,
.t-sidebar-menu .expand-leave-active {
	overflow: hidden;
	transition: height .3s ease
}

.t-sidebar-menu .expand-enter,
.t-sidebar-menu .expand-leave-to {
	height: 0 !important
}

.t-sidebar-menu .slide-animation-enter-active,
.t-sidebar-menu .slide-animation-leave-active {
	transition: width .3s ease
}

.t-sidebar-menu .slide-animation-enter,
.t-sidebar-menu .slide-animation-leave-to {
	width: 0 !important
}

.t-sidebar-menu .fade-animation-enter-active,
.t-sidebar-menu .fade-animation-leave-active {
	transition: opacity .3s ease, visibility .3s ease
}

.t-sidebar-menu .fade-animation-enter,
.t-sidebar-menu .fade-animation-leave-to {
	visibility: hidden;
	opacity: 0
}

.t-breadcrumb {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin-top: 32px;
	font: 400 12px/17px Geologica, sans-serif
}

@media screen and (max-width:767px) {
	.t-breadcrumb {
		margin-top: 24px
	}
}

.t-breadcrumb__ol {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: 1864px;
	padding-top: 24px;
	margin: 0 auto;
	list-style-type: none
}

.t-breadcrumb__ol:before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1);
	transform: translateX(-50%)
}

.t-breadcrumb__ol .t-profile-security-details-skeleton .list:after,
.t-breadcrumb__ol .t-profile-security-details-skeleton .list:before,
.t-breadcrumb__ol .t-profile-security-details-skeleton:after,
.t-breadcrumb__ol .t-profile-security-details-skeleton:before,
.t-breadcrumb__ol .t-profile-security-details-skeleton__content:after,
.t-breadcrumb__ol .t-profile-security-details-skeleton__content:before,
.t-breadcrumb__ol .t-sidebar-menu-skeleton span,
.t-breadcrumb__ol .t-skeleton,
.t-profile-security-details-skeleton .t-breadcrumb__ol .list:after,
.t-profile-security-details-skeleton .t-breadcrumb__ol .list:before,
.t-sidebar-menu-skeleton .t-breadcrumb__ol span {
	width: 65px
}

.t-breadcrumb__li {
	display: flex;
	gap: 10px;
	align-items: center;
	transition: all .4s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.t-breadcrumb__li :focus,
.t-breadcrumb__li:hover {
	color: #a9a9a9
}

.t-breadcrumb__li_active {
	color: #a9a9a9;
	cursor: not-allowed
}

.t-breadcrumb__li .t-icon {
	width: 8px;
	height: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjYwNiAzLjU2NkwxMS41MzMgOC41bC00LjkyNyA0LjkzMy0uOTQtLjk0TDkuNjU1IDguNSA1LjY2NyA0LjUwN2wuOTQtLjk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.t-breadcrumb.t-align-left {
	justify-content: flex-start
}

.t-breadcrumb.t-align-center {
	justify-content: center
}

.t-breadcrumb.t-align-right {
	justify-content: flex-end
}

.t-breadcrumb .disabled-link {
	pointer-events: none;
	opacity: .5
}

.t-policy-skeleton {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%
}

.t-policy-skeleton .t-back {
	display: none
}

.t-policy-skeleton-header {
	height: 32px
}

.t-policy-skeleton-header .t-profile-security-details-skeleton .list:after,
.t-policy-skeleton-header .t-profile-security-details-skeleton .list:before,
.t-policy-skeleton-header .t-profile-security-details-skeleton:after,
.t-policy-skeleton-header .t-profile-security-details-skeleton:before,
.t-policy-skeleton-header .t-profile-security-details-skeleton__content:after,
.t-policy-skeleton-header .t-profile-security-details-skeleton__content:before,
.t-policy-skeleton-header .t-sidebar-menu-skeleton span,
.t-policy-skeleton-header .t-skeleton,
.t-profile-security-details-skeleton .t-policy-skeleton-header .list:after,
.t-profile-security-details-skeleton .t-policy-skeleton-header .list:before,
.t-sidebar-menu-skeleton .t-policy-skeleton-header span {
	height: 100%
}

.t-policy-skeleton-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 600px;
	overflow: hidden;
	border-radius: 12px
}

.t-policy-skeleton-content .t-profile-security-details-skeleton .list:after,
.t-policy-skeleton-content .t-profile-security-details-skeleton .list:before,
.t-policy-skeleton-content .t-profile-security-details-skeleton:after,
.t-policy-skeleton-content .t-profile-security-details-skeleton:before,
.t-policy-skeleton-content .t-profile-security-details-skeleton__content:after,
.t-policy-skeleton-content .t-profile-security-details-skeleton__content:before,
.t-policy-skeleton-content .t-sidebar-menu-skeleton span,
.t-policy-skeleton-content .t-skeleton,
.t-profile-security-details-skeleton .t-policy-skeleton-content .list:after,
.t-profile-security-details-skeleton .t-policy-skeleton-content .list:before,
.t-sidebar-menu-skeleton .t-policy-skeleton-content span {
	height: 100%;
	padding: 100px
}

.t-policy {
	position: relative;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	color: #fff;
	counter-reset: fullPageFirst
}

.t-policy-content {
	font: 400 14px/20px Geologica, sans-serif;
	background: transparent
}

@media screen and (max-width:767px) {
	.t-policy-content {
		padding: 24px 16px 0;
		margin: 0 -16px
	}
}

.t-policy-content a,
.t-policy-content a:visited {
	margin: 0 4px;
	font: 400 14px/20px Geologica, sans-serif;
	color: #ff5739;
	text-decoration: none
}

.t-policy-content a:hover,
.t-policy-content a:visited:hover {
	color: #ff6c52
}

.t-policy-content p:not(li>p, .t-policy-update) {
	position: relative;
	margin-bottom: 12px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-policy-content h2 {
	margin: 40px 0 16px;
	font: 700 32px/120% Geologica, sans-serif
}

@media screen and (max-width:767px) {
	.t-policy-content h2 {
		margin: 28px 0 12px;
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-policy-content h3 {
	margin: 28px 0 16px;
	font: 600 24px/135% Geologica, sans-serif
}

.t-policy-content strong {
	display: block;
	font-weight: 600
}

.t-policy-content table {
	display: block;
	width: 100% !important;
	overflow-x: auto;
	border-collapse: collapse
}

.t-policy-content table thead {
	color: #a9a9a9;
	text-align: left;
	border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.t-policy-content table thead th {
	padding-bottom: 8px;
	font-weight: 400
}

.t-policy-content table thead th:last-child {
	text-align: right
}

.t-policy-content table tbody {
	text-align: left
}

.t-policy-content table tbody tr {
	padding: 6px 0
}

.t-policy-content table tbody tr:first-child td {
	padding: 16px 0 6px
}

.t-policy-content table tbody tr td {
	padding: 6px 0
}

.t-policy-content table tbody td {
	font-weight: 500
}

.t-policy-content table tbody td:last-child {
	text-align: right
}

.t-policy-content u {
	text-decoration: none
}

.t-policy-content ul li {
	list-style: disc
}

.t-policy-content ul li p {
	margin-bottom: 8px
}

.t-policy-content ul li::marker {
	font-size: 6px;
	color: #a9a9a9
}

.t-policy-content ol li {
	padding-left: 12px;
	list-style: decimal
}

.t-policy-content ol,
.t-policy-content ul {
	padding-left: 24px;
	margin-bottom: 20px
}

@media screen and (max-width:767px) {

	.t-policy-content ol,
	.t-policy-content ul {
		padding-left: 24px
	}
}

.t-policy-content ol:last-child,
.t-policy-content ul:last-child {
	margin-bottom: 0
}

.t-policy-content ol li,
.t-policy-content ul li {
	padding-left: 12px;
	margin-left: -8px;
	color: #a9a9a9
}

.t-policy-content ol li::marker,
.t-policy-content ul li::marker {
	letter-spacing: 0;
	white-space: pre
}

.t-policy-content ol li:not(:last-child),
.t-policy-content ul li:not(:last-child) {
	margin-bottom: 16px
}

.t-policy-content ol ol,
.t-policy-content ul ol {
	margin-top: 12px
}

.t-policy-content ol ol li:not(:last-child),
.t-policy-content ul ol li:not(:last-child) {
	margin-bottom: 8px
}

.t-policy-header {
	position: relative;
	margin: 0 0 8px;
	font: 700 48px/110% Geologica, sans-serif
}

@media screen and (max-width:767px) {
	.t-policy-header {
		font: 700 32px/120% Geologica, sans-serif
	}
}

.t-policy-update {
	margin-bottom: 40px;
	color: #a9a9a9
}

@media screen and (max-width:767px) {
	.t-policy-update {
		margin-bottom: 28px
	}
}

.t-policy-tabs {
	margin-top: 40px
}

.t-policy-tabs .dics-cashback {
	margin-top: 20px
}

.t-policy-tabs .dics-cashback li {
	list-style-type: disc
}

.t-policy-tabs .dics-cashback li:before {
	content: none
}

.t-policy-tabs .full-page-numeric li {
	position: relative;
	padding-left: 12px
}

.t-policy-tabs .full-page-numeric li:not(:last-child) {
	margin-bottom: 20px
}

.t-policy-tabs .list {
	padding: 40px 0;
	border-bottom: 1px solid rgba(80, 88, 147, .3)
}

.t-policy-tabs .list:first-child {
	padding: 0 0 40px
}

.t-policy-tabs .list:last-child {
	padding: 40px 0 0;
	border: none
}

.t-policy-tabs .list__item {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-policy-tabs .list__item .title {
	font: 600 24px/135% Geologica, sans-serif
}

.t-policy-tabs .list-nested {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.t-policy-tabs .list-nested__item h5 {
	display: flex;
	gap: 8px;
	align-items: center;
	font: 600 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer
}

.t-policy-tabs .list-nested__item .t-icon {
	transition: all .3s ease-in-out
}

.t-policy-tabs .list-nested__item .t-icon-arrow {
	width: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjc0OS4yOTNjLjMzNS4zOS4zMzUgMS4wMjQgMCAxLjQxNGwtNS4xNDMgNkEuOC44IDAgMDE2IDhhLjguOCAwIDAxLS42MDYtLjI5M2wtNS4xNDMtNmExLjEyMSAxLjEyMSAwIDAxMC0xLjQxNGMuMzM1LS4zOS44NzgtLjM5IDEuMjEyIDBMNiA1LjU4NiAxMC41MzcuMjkzYy4zMzQtLjM5Ljg3Ny0uMzkgMS4yMTIgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/contain
}

.t-policy-tabs .list-nested__item .t-collapse {
	display: none;
	padding: 8px 24px
}

@media screen and (max-width:767px) {
	.t-policy-tabs .list-nested__item .t-collapse {
		padding: 16px
	}
}

.t-policy-tabs .list-nested__item.is-open .t-collapse {
	display: block
}

.t-policy-tabs .list-nested__item.is-open h5 {
	color: #fff
}

.t-policy-tabs .list-nested__item.is-open .t-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(2%) hue-rotate(33deg) brightness(104%) contrast(101%);
	transform: scaleY(-1)
}

.t-policy-tabs .numeric li .disc li {
	list-style-type: disc
}

.t-policy-tabs .numeric li .disc li:before {
	content: none
}

.t-game-search-skeleton .t-games-filters__filter,
.t-game-search-skeleton .t-games-filters__sort {
	display: none
}

.t-game-search-skeleton .t-games-filters__search .t-profile-security-details-skeleton .list:after,
.t-game-search-skeleton .t-games-filters__search .t-profile-security-details-skeleton .list:before,
.t-game-search-skeleton .t-games-filters__search .t-profile-security-details-skeleton:after,
.t-game-search-skeleton .t-games-filters__search .t-profile-security-details-skeleton:before,
.t-game-search-skeleton .t-games-filters__search .t-profile-security-details-skeleton__content:after,
.t-game-search-skeleton .t-games-filters__search .t-profile-security-details-skeleton__content:before,
.t-game-search-skeleton .t-games-filters__search .t-sidebar-menu-skeleton span,
.t-game-search-skeleton .t-games-filters__search .t-skeleton,
.t-profile-security-details-skeleton .t-game-search-skeleton .t-games-filters__search .list:after,
.t-profile-security-details-skeleton .t-game-search-skeleton .t-games-filters__search .list:before,
.t-sidebar-menu-skeleton .t-game-search-skeleton .t-games-filters__search span {
	height: 48px
}

.t-game-search-skeleton .t-game-search-skeleton__content {
	display: none
}

.t-game-search-skeleton .t-main-games__title_skeleton .t-profile-security-details-skeleton .list:after,
.t-game-search-skeleton .t-main-games__title_skeleton .t-profile-security-details-skeleton .list:before,
.t-game-search-skeleton .t-main-games__title_skeleton .t-profile-security-details-skeleton:after,
.t-game-search-skeleton .t-main-games__title_skeleton .t-profile-security-details-skeleton:before,
.t-game-search-skeleton .t-main-games__title_skeleton .t-profile-security-details-skeleton__content:after,
.t-game-search-skeleton .t-main-games__title_skeleton .t-profile-security-details-skeleton__content:before,
.t-game-search-skeleton .t-main-games__title_skeleton .t-sidebar-menu-skeleton span,
.t-game-search-skeleton .t-main-games__title_skeleton .t-skeleton,
.t-profile-security-details-skeleton .t-game-search-skeleton .t-main-games__title_skeleton .list:after,
.t-profile-security-details-skeleton .t-game-search-skeleton .t-main-games__title_skeleton .list:before,
.t-sidebar-menu-skeleton .t-game-search-skeleton .t-main-games__title_skeleton span {
	width: 134px;
	height: 16px
}

.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__item {
	width: 100%;
	max-width: 108px;
	height: 36px;
	pointer-events: none
}

.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-profile-security-details-skeleton .list:after,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-profile-security-details-skeleton .list:before,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-profile-security-details-skeleton:after,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-profile-security-details-skeleton:before,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-profile-security-details-skeleton__content:after,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-profile-security-details-skeleton__content:before,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-sidebar-menu-skeleton span,
.t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .t-skeleton,
.t-profile-security-details-skeleton .t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .list:after,
.t-profile-security-details-skeleton .t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title .list:before,
.t-sidebar-menu-skeleton .t-game-search-skeleton .t-last-tags__wrapper .t-last-tags__title span {
	width: 134px;
	height: 16px
}

.t-game-search-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	width: 100vw;
	height: 100svh;
	padding: 40px 0;
	background: rgba(31, 31, 31, .5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	scrollbar-gutter: stable both-edges
}

.t-game-search-modal .t-game-list__content {
	gap: 8px
}

@media(max-width:767px) {
	.t-game-search-modal {
		padding: 0
	}
}

.t-game-search,
.t-game-search-skeleton {
	position: relative;
	width: 100%;
	max-width: 680px;
	height: 100%;
	margin: auto;
	overflow: hidden;
	background: #101010;
	border-radius: 24px
}

@media(max-width:767px),
screen and (max-height:450px) {

	.t-game-search,
	.t-game-search-skeleton {
		height: calc(100% - 20px);
		margin: 20px auto auto;
		border-radius: 20px 20px 0 0
	}
}

.t-game-search-skeleton__wrapper,
.t-game-search__wrapper {
	height: 100%;
	overflow: hidden scroll
}

.t-game-search-skeleton .t-close,
.t-game-search .t-close {
	position: absolute;
	top: 33px;
	right: 37px;
	z-index: 3;
	width: 14px;
	height: 14px;
	cursor: pointer;
	opacity: .66;
	transition: all .3s ease-in-out
}

@media(max-width:767px),
screen and (max-height:450px) {

	.t-game-search-skeleton .t-close,
	.t-game-search .t-close {
		top: 26px;
		right: 25px;
		z-index: 5
	}
}

.t-game-search-skeleton .t-close:hover,
.t-game-search .t-close:hover {
	opacity: 1
}

.t-game-search-skeleton .t-main-games,
.t-game-search .t-main-games {
	padding: 0 32px 32px;
	margin: unset;
	overflow: hidden
}

@media(max-width:767px) {

	.t-game-search-skeleton .t-main-games,
	.t-game-search .t-main-games {
		padding: 0 20px 20px
	}
}

.t-game-search-skeleton .t-main-games__title:before,
.t-game-search .t-main-games__title:before {
	content: none
}

.t-game-search-skeleton .t-main-games__title-name,
.t-game-search .t-main-games__title-name {
	font: 600 16px/140% Geologica, sans-serif
}

.t-game-search-skeleton .t-main-games__head,
.t-game-search .t-main-games__head {
	height: unset
}

.t-game-search-skeleton .t-main-games__body .t-main-games-slider,
.t-game-search .t-main-games__body .t-main-games-slider {
	overflow: hidden
}

.t-game-search-skeleton .t-main-games .t-game-list__content-skeleton .t-game-item,
.t-game-search .t-main-games .t-game-list__content-skeleton .t-game-item {
	flex-basis: calc(25% - 12px)
}

.t-game-search-skeleton .providers-wrapper,
.t-game-search .providers-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 4px;
	margin-bottom: 20px
}

@media(max-width:767px) {

	.t-game-search-skeleton .providers-wrapper,
	.t-game-search .providers-wrapper {
		margin-bottom: 16px
	}
}

.t-game-search-skeleton .providers-wrapper__title,
.t-game-search .providers-wrapper__title {
	width: 100%;
	font: 600 16px/24px Geologica, sans-serif
}

.t-game-search-skeleton .providers-wrapper__item,
.t-game-search .providers-wrapper__item {
	position: relative;
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 8px 16px;
	white-space: nowrap;
	cursor: pointer;
	background-color: #2c2c2c;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-game-search-skeleton .providers-wrapper__item:hover,
.t-game-search .providers-wrapper__item:hover {
	background-color: #5d5d5d
}

.t-game-search-skeleton .providers-wrapper__item-empty-img:before,
.t-game-search .providers-wrapper__item-empty-img:before {
	display: block;
	width: 28px;
	height: 28px;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg2NyA0LjI0bC0yLjM3LTIuMThjLS40MjItLjQxNS0xLjEwNi0uMzYzLTEuNTI4LjA1M0wuMjc3IDEzLjI3M2ExLjA5MyAxLjA5MyAwIDAwMCAxLjQ1NGwxMC42OTIgMTEuMTZjLjQyMi40MTYgMS4xMDYuNDY4IDEuNTI4LjA1MmwyLjM3LTIuMThjLjQyMS0uNDE1LjQ3NC0xLjA5LjA1My0xLjUwNUw3LjAxOSAxNGw3LjktOC4yNTRhMS4xMDYgMS4xMDYgMCAwMC0uMDUyLTEuNTA1ek00OS42ODQgMTMuMjczTDM4Ljk5MSAyLjExM2MtLjQyMS0uNDE2LTEuMTA2LS40NjgtMS41MjctLjA1MmwtMi4zNyAyLjE4Yy0uNDIyLjQxNS0uNDc1IDEuMDktLjA1MyAxLjUwNUw0Mi45NCAxNGwtNy45IDguMjU0Yy0uNDIyLjQxNS0uMzY5IDEuMDkuMDUzIDEuNTA1bDIuMzcgMi4xOGMuNDIxLjQxNiAxLjEwNi4zNjQgMS41MjctLjA1MmwxMC42OTMtMTEuMTZhLjk5NC45OTQgMCAwMDAtMS40NTR6TTMwLjA5LjgxNUwyNi45My4wMzZjLS41OC0uMTU2LTEuMTYuMjA4LTEuMzE4Ljc3OWwtNi41MzEgMjUuMDcyYy0uMTU4LjU3MS4yMSAxLjE0Mi43OSAxLjI5OGwzLjE2Ljc3OWMuNTguMTU2IDEuMTYtLjIwOCAxLjMxNy0uNzc5TDMwLjg4IDIuMTEzYy4xMDUtLjU3MS0uMjExLTEuMTQyLS43OS0xLjI5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/28px
}

.t-game-search-skeleton .providers-wrapper__item .image,
.t-game-search .providers-wrapper__item .image {
	position: relative;
	z-index: 1;
	width: 28px;
	height: 28px;
	background-color: transparent
}

.t-game-search-skeleton .providers-wrapper__item .image img,
.t-game-search .providers-wrapper__item .image img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.t-game-search-skeleton .providers-wrapper__item .info,
.t-game-search .providers-wrapper__item .info {
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-game-search-skeleton__content-notfound,
.t-game-search__content-notfound {
	position: relative;
	width: 100%;
	padding: 12px 16px 12px 88px;
	margin-top: 24px;
	color: #a9a9a9;
	text-align: left;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:767px) {

	.t-game-search-skeleton__content-notfound,
	.t-game-search__content-notfound {
		padding: 60px 12px 12px;
		margin-top: 20px
	}
}

.t-game-search-skeleton__content-notfound:before,
.t-game-search__content-notfound:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	align-self: center;
	margin: auto;
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MDc3XzM0NzI2KSIgZmlsbD0iIzgxODE4MSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS40OSAyLjcyOGEyOC44OSAyOC44OSAwIDAwLTE0LjIzNyA0bDMuODUyIDYuOThhMjEuMjkyIDIxLjI5MiAwIDAxMTAuNDkzLTIuOTQ3bC0uMTA3LTguMDMzek00LjkzIDE2Ljg3M2EzMC4xNyAzMC4xNyAwIDAxNy42Ni04LjM3OWw0LjU1MiA2LjUxN2EyMi4yMzYgMjIuMjM2IDAgMDAtNS42NDUgNi4xNzVsLTYuNTY2LTQuMzEzek0zLjUwMyAxOS40NmEzMS4xOTcgMzEuMTk3IDAgMDAtMi40OTQgNy4xOTNsNy41OTggMS43NGEyMi45OTQgMjIuOTk0IDAgMDExLjgzOC01LjMwMWwtNi45NDItMy42MzJ6TS41MzggMjkuNDQ3YTMxLjUyIDMxLjUyIDAgMDAtLjIzMyAzLjgyNWg3Ljc4M2MwLS45NDIuMDU3LTEuODg0LjE3MS0yLjgxOUwuNTM4IDI5LjQ0N3pNMzIuMzUgMi44M2M2LjIzLjUzNSAxMi4xMzQgMy4wOTEgMTYuODY4IDcuMzAzbC01LjA4MSA2LjA4NmMtMy40OS0zLjEwNS03Ljg0MS00Ljk4OS0xMi40MzItNS4zODNsLjY0NS04LjAwNnptMjcuMTQxIDMwLjQzOGMwLTcuNzQtMi44NDgtMTUuMTktNy45NjYtMjAuODQ3bC01LjY4OCA1LjQ4NGMzLjc3MiA0LjE2OCA1Ljg3IDkuNjYgNS44NzEgMTUuMzY0aDcuNzgzeiIvPjxwYXRoIGQ9Ik0zMi41IDI5YzEuNzkyLjgxOCAyLjI0MyAyLjYxMiAxLjU0OSA0LjExOWEzLjAxNCAzLjAxNCAwIDAxLTMuOTg2IDEuNDgzYy0xLjUwNy0uNjg4LTE3LjAwMi05LjM5LTE3LjAwMi05LjM5UzMwLjcwOCAyOC4xODIgMzIuNSAyOXoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNjA3N18zNDcyNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg2MHYzNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==")
}

@media(max-width:767px) {

	.t-game-search-skeleton__content-notfound:before,
	.t-game-search__content-notfound:before {
		top: 12px;
		bottom: auto;
		left: 50%;
		text-align: center;
		transform: translateX(-50%)
	}
}

.t-game-search-skeleton__content-notfound .t-link,
.t-game-search__content-notfound .t-link {
	display: inline-block;
	font: 400 16px/24px Geologica, sans-serif
}

.t-game-search-skeleton__content-notfound .t-links,
.t-game-search__content-notfound .t-links {
	display: none
}

.t-game-search-skeleton__content-notfound .content-notfound__search-sorry,
.t-game-search-skeleton__content-notfound .content-notfound__value,
.t-game-search__content-notfound .content-notfound__search-sorry,
.t-game-search__content-notfound .content-notfound__value {
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-game-search-skeleton__content-notfound .content-notfound__value,
.t-game-search__content-notfound .content-notfound__value {
	text-transform: capitalize
}

.t-game-search-skeleton__content-notfound .content-notfound__value:before,
.t-game-search__content-notfound .content-notfound__value:before {
	content: open-quote
}

.t-game-search-skeleton__content-notfound .content-notfound__value:after,
.t-game-search__content-notfound .content-notfound__value:after {
	content: close-quote
}

.t-game-search-skeleton__content-notfound .content-notfound__value .dot,
.t-game-search__content-notfound .content-notfound__value .dot {
	display: none
}

.t-game-search-skeleton__content-notfound .content-notfound__search-please,
.t-game-search__content-notfound .content-notfound__search-please {
	font: 400 14px/140% Geologica, sans-serif
}

.t-game-search-skeleton__content-notfound .content-notfound__search-please:before,
.t-game-search__content-notfound .content-notfound__search-please:before {
	white-space: pre;
	content: "\a"
}

.t-game-search-skeleton__title,
.t-game-search__title {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 24px 32px 12px;
	font: 600 24px/135% Geologica, sans-serif;
	background: #101010
}

@media(max-width:767px),
screen and (max-height:450px) {

	.t-game-search-skeleton__title,
	.t-game-search__title {
		padding: 20px 20px 12px;
		font: 600 20px/135% Geologica, sans-serif
	}
}

.t-game-search-skeleton__head,
.t-game-search__head {
	position: sticky;
	top: 68px;
	z-index: 2;
	background: #101010
}

@media(max-width:767px),
screen and (max-height:450px) {

	.t-game-search-skeleton__head,
	.t-game-search__head {
		top: 60px
	}
}

.t-game-search-skeleton__head .t-game-search__filters,
.t-game-search__head .t-game-search__filters {
	padding: 0 32px 24px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {

	.t-game-search-skeleton__head .t-game-search__filters,
	.t-game-search__head .t-game-search__filters {
		padding: 0 20px 20px
	}
}

.t-game-search-skeleton__content,
.t-game-search__content {
	margin: 0 32px 32px
}

@media(max-width:767px) {

	.t-game-search-skeleton__content,
	.t-game-search__content {
		margin: 0 20px 20px
	}
}

.t-game-search-skeleton__content .games-wrapper,
.t-game-search__content .games-wrapper {
	display: flex;
	flex-direction: column
}

.t-game-search-skeleton__content .games-wrapper .t-game-list__content,
.t-game-search__content .games-wrapper .t-game-list__content {
	grid-template-columns: repeat(4, 1fr)
}

@media(max-width:767px) {

	.t-game-search-skeleton__content .games-wrapper .t-game-list__content,
	.t-game-search__content .games-wrapper .t-game-list__content {
		grid-template-columns: repeat(3, 1fr)
	}
}

.t-game-search-skeleton__content .games-wrapper__title,
.t-game-search__content .games-wrapper__title {
	width: 100%;
	margin-bottom: 14px;
	font: 600 16px/24px Geologica, sans-serif
}

.t-game-search-skeleton__content .games-wrapper__item,
.t-game-search__content .games-wrapper__item {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%
}

.t-game-search-skeleton__content .games-wrapper__item:not(:last-child),
.t-game-search__content .games-wrapper__item:not(:last-child) {
	margin-bottom: 8px
}

.t-game-search-skeleton__content .games-wrapper__item-prohibited,
.t-game-search__content .games-wrapper__item-prohibited {
	pointer-events: none
}

.t-game-search-skeleton__content .games-wrapper__item-prohibited .image:before,
.t-game-search__content .games-wrapper__item-prohibited .image:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(25, 30, 35, .9);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwNzMzXzM4MTQ2MCkiIHN0cm9rZT0iI0ZGMzI0NiIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIxOSIvPjxwYXRoIGQ9Ik0xNCAyNmwxMi0xMk0xNCAxNGwxMiAxMiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEwNzMzXzM4MTQ2MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg0MHY0MEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 32px
}

.t-game-search-skeleton__content .games-wrapper__item .image,
.t-game-search__content .games-wrapper__item .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	min-width: 48px;
	height: 48px;
	cursor: pointer;
	background-color: #191e23
}

.t-game-search-skeleton__content .games-wrapper__item .image img,
.t-game-search__content .games-wrapper__item .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
	object-fit: cover
}

.t-game-search-skeleton__content .games-wrapper__item .info,
.t-game-search__content .games-wrapper__item .info {
	width: 100%
}

.t-game-search-skeleton__content .games-wrapper__item .info .name,
.t-game-search__content .games-wrapper__item .info .name {
	font: 400 14px/20px Geologica, sans-serif;
	color: #a9a9a9
}

.t-game-search-skeleton__content .games-wrapper__item .info .provider,
.t-game-search__content .games-wrapper__item .info .provider {
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9
}

.t-game-search-skeleton__content .games-wrapper__item .blocked-geo,
.t-game-search__content .games-wrapper__item .blocked-geo {
	font: 400 12px/17px Geologica, sans-serif;
	color: #d82e39;
	white-space: nowrap
}

.t-game-search-skeleton__content .games-wrapper__action,
.t-game-search__content .games-wrapper__action {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px
}

@media(max-width:767px) {

	.t-game-search-skeleton__content .games-wrapper__action,
	.t-game-search__content .games-wrapper__action {
		margin-top: 20px
	}
}

.t-game-search-skeleton__content .games-wrapper__action .t-button,
.t-game-search-skeleton__content .games-wrapper__action .t-error-page-content-button,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-card__action-btn,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-events__router,
.t-game-search__content .games-wrapper__action .t-button,
.t-game-search__content .games-wrapper__action .t-error-page-content-button,
.t-game-search__content .games-wrapper__action .t-promo-card__action-btn,
.t-game-search__content .games-wrapper__action .t-promo-events__router {
	width: auto;
	font: 700 16px/100% Geologica, sans-serif;
	color: #fff;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4);
	border-radius: 12px
}

.t-game-search-skeleton__content .games-wrapper__action .t-button:hover,
.t-game-search-skeleton__content .games-wrapper__action .t-error-page-content-button:hover,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-card__action-btn:hover,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-events__router:hover,
.t-game-search__content .games-wrapper__action .t-button:hover,
.t-game-search__content .games-wrapper__action .t-error-page-content-button:hover,
.t-game-search__content .games-wrapper__action .t-promo-card__action-btn:hover,
.t-game-search__content .games-wrapper__action .t-promo-events__router:hover {
	color: #fff;
	border: 1px solid #fff
}

.t-game-search-skeleton__content .games-wrapper__action .t-button:hover:before,
.t-game-search-skeleton__content .games-wrapper__action .t-error-page-content-button:hover:before,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-card__action-btn:hover:before,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-events__router:hover:before,
.t-game-search__content .games-wrapper__action .t-button:hover:before,
.t-game-search__content .games-wrapper__action .t-error-page-content-button:hover:before,
.t-game-search__content .games-wrapper__action .t-promo-card__action-btn:hover:before,
.t-game-search__content .games-wrapper__action .t-promo-events__router:hover:before {
	content: none
}

.t-game-search-skeleton__content .games-wrapper__action .t-button .t-loading,
.t-game-search-skeleton__content .games-wrapper__action .t-error-page-content-button .t-loading,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-card__action-btn .t-loading,
.t-game-search-skeleton__content .games-wrapper__action .t-promo-events__router .t-loading,
.t-game-search__content .games-wrapper__action .t-button .t-loading,
.t-game-search__content .games-wrapper__action .t-error-page-content-button .t-loading,
.t-game-search__content .games-wrapper__action .t-promo-card__action-btn .t-loading,
.t-game-search__content .games-wrapper__action .t-promo-events__router .t-loading {
	display: none
}

.t-game-search-skeleton__recommended,
.t-game-search__recommended {
	margin-bottom: 0
}

.t-game-search-skeleton__tags,
.t-game-search__tags {
	margin: 24px 32px;
	overflow: hidden
}

@media(max-width:767px) {

	.t-game-search-skeleton__tags,
	.t-game-search__tags {
		margin: 20px 20px 16px
	}
}

.t-games-filters__search .t-icon-search {
	position: absolute;
	left: 12px;
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	transition: all .3s
}

.t-games-filters__search .t-search__input input {
	padding-left: 44px
}

.t-games-filters__search .t-search__input:has(.t-icon-search-cross) input {
	padding-right: 82px
}

.t-games-filters__search .t-search__input:has(.t-search__loading) input {
	padding-right: 110px
}

.t-last-tags {
	position: relative;
	width: 100%
}

.t-last-tags__item {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	font: 400 14px/140% Geologica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	background: #2c2c2c;
	border-radius: 10px
}

.t-last-tags__item:hover {
	background: #5d5d5d
}

.t-last-tags__title {
	margin-bottom: 12px;
	font: 600 16px/140% Geologica, sans-serif
}

.t-last-tags__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center
}

@media screen and (max-width:767px) {
	.t-last-tags__wrapper {
		flex-wrap: nowrap;
		overflow-y: auto;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.t-last-tags__wrapper::-webkit-scrollbar {
		display: none
	}
}

.t-last-tags__wrapper .close {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	cursor: pointer
}

.t-last-tags__wrapper .close:after,
.t-last-tags__wrapper .close:before {
	position: absolute;
	width: calc(100% + 4px);
	height: 1.5px;
	content: "";
	background-color: #a9a9a9;
	border-radius: 1px;
	transform: rotate(45deg)
}

.t-last-tags__wrapper .close:after {
	transform: rotate(-45deg)
}

.t-main-games {
	width: 100%;
	margin-bottom: 32px
}

@media(max-width:991px) {
	.t-main-games {
		margin-bottom: 24px
	}
}

.t-main-games .t-game-item {
	flex-basis: 100%
}

.t-main-games__content {
	padding-right: var(--padding-horizontal);
	padding-left: var(--padding-horizontal);
	margin-right: calc(var(--padding-horizontal)*-1);
	margin-left: calc(var(--padding-horizontal)*-1);
	position: relative;
	overflow: hidden
}

.t-main-games__content swiper-container::part(container) {
	overflow: visible
}

.t-main-games__navigation {
	display: flex;
	gap: 20px
}

.t-main-games__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px
}

@media(max-width:767px) {
	.t-main-games__head {
		margin-bottom: 12px
	}
}

.t-main-games__body {
	display: contents
}

.t-main-games__body .t-main-games-slider_top_10 {
	margin-left: 24px
}

.t-main-games__body .swiper-container {
	padding-right: var(--padding-horizontal);
	padding-left: var(--padding-horizontal);
	margin-right: calc(var(--padding-horizontal)*-1);
	margin-left: calc(var(--padding-horizontal)*-1)
}

.t-main-games__more.t-link {
	display: flex;
	gap: 6px;
	align-items: center;
	order: 2;
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	background: transparent
}

.t-main-games__more.t-link:active,
.t-main-games__more.t-link:focus,
.t-main-games__more.t-link:hover {
	color: #fff;
	background: transparent
}

.t-main-games__title {
	display: flex;
	gap: 8px;
	align-items: center
}

.t-main-games__title-country,
.t-main-games__title-name {
	font: 600 20px/135% Geologica, sans-serif
}

.t-main-games__pagination {
	display: flex;
	gap: 16px
}

.t-main-games__pagination .t-button,
.t-main-games__pagination .t-error-page-content-button,
.t-main-games__pagination .t-promo-card__action-btn,
.t-main-games__pagination .t-promo-events__router {
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent
}

.t-main-games__pagination-next,
.t-main-games__pagination-prev {
	width: 20px;
	height: 20px;
	padding: 0
}

.t-main-games__pagination-next .t-icon,
.t-main-games__pagination-prev .t-icon {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xODMgNC42NzdMNi4xODggOS42NjhoMTAuNDc5djEuNjY0SDYuMTg3bDQuOTk2IDQuOTkxLTEuMTc3IDEuMTc3TDMgMTAuNWw3LjAwNi03IDEuMTc3IDEuMTc3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain;
	opacity: .6;
	transition: all .3s ease-in-out
}

.t-main-games__pagination-next .t-icon:after,
.t-main-games__pagination-next .t-icon:before,
.t-main-games__pagination-prev .t-icon:after,
.t-main-games__pagination-prev .t-icon:before {
	content: none
}

.t-main-games__pagination-next:active,
.t-main-games__pagination-next:focus,
.t-main-games__pagination-next:hover,
.t-main-games__pagination-prev:active,
.t-main-games__pagination-prev:focus,
.t-main-games__pagination-prev:hover {
	border-color: hsla(0, 0%, 100%, .4)
}

.t-main-games__pagination-next:hover .t-icon,
.t-main-games__pagination-prev:hover .t-icon {
	opacity: 1
}

.t-main-games__pagination-next.swiper-button-disabled,
.t-main-games__pagination-prev.swiper-button-disabled {
	cursor: not-allowed
}

.t-main-games__pagination-next.swiper-button-disabled:hover .t-icon,
.t-main-games__pagination-prev.swiper-button-disabled:hover .t-icon {
	opacity: .6
}

.t-main-games__pagination-next:after {
	position: absolute;
	top: 11px;
	left: 0;
	width: 1px;
	height: 16px;
	content: "";
	background: rgba(80, 88, 147, .3)
}

.t-main-games__pagination-next .t-icon {
	transform: rotate(180deg)
}

@media(max-width:1023px) {
	.t-main-games__pagination {
		display: none
	}
}

.t-main-games_top_10 .t-icon-title-top_10 {
	display: none
}

.t-main-games_top_10 .t-main-games__title-country-flag .t-icon {
	width: 22px;
	height: 16px;
	background-size: cover;
	border-radius: 3px
}

.t-main-games_top_10 .t-game-list__content {
	width: 100%;
	margin: 0
}

.t-main-games_top_10 .t-game-list__content .t-game-item {
	margin-top: 0
}

.t-main-games_top_10 .t-game-list__content:has(.t-game-list__number) {
	align-items: center;
	padding-left: 21%
}

@media(max-width:480px) {
	.t-main-games_top_10 .t-game-list__content:has(.t-game-list__number) {
		padding-left: 30%
	}
}

.t-main-games_top_10 .t-main-games__body .swiper-slide {
	width: 211px
}

@media(max-width:1024px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide {
		transform: unset
	}
}

.t-main-games_top_10 .t-main-games__body .swiper-slide:not(:first-child) .t-game-list__number {
	left: -15%
}

@media(max-width:992px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide:not(:first-child) .t-game-list__number {
		left: -10%
	}
}

@media(max-width:480px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide:not(:first-child) .t-game-list__number {
		left: 0
	}
}

.t-main-games_top_10 .t-main-games__body .swiper-slide:first-child .t-game-list__number {
	left: -15px
}

@media(max-width:480px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide:first-child .t-game-list__number {
		left: 10px
	}
}

.t-main-games_top_10 .t-main-games__body .swiper-slide:nth-child(10) .t-game-list__number {
	left: -36%
}

@media(max-width:768px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide:nth-child(10) .t-game-list__number {
		left: -25%
	}
}

@media(max-width:992px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide {
		width: 208px
	}
}

@media(max-width:480px) {
	.t-main-games_top_10 .t-main-games__body .swiper-slide {
		width: 168px
	}
}

.t-main-games_top_10 .t-main-games__body .t-game-list__number {
	position: absolute;
	top: 50%;
	left: 0;
	font: 800 188px/100% Geologica, sans-serif;
	color: #101010;
	text-align: center;
	user-select: none;
	background: linear-gradient(0deg, #f1393c, #ffc125);
	-webkit-background-clip: text;
	transform: translateY(-50%);
	-webkit-text-stroke: 3px transparent
}

@media screen and (max-width:1365px) {
	.t-main-games_top_10 .t-main-games__body .t-game-list__number {
		font-size: 174px
	}
}

@media screen and (max-width:991px) {
	.t-main-games_top_10 .t-main-games__body .t-game-list__number {
		font-size: 154px
	}
}

@media(max-width:480px) {
	.t-main-games_top_10 .t-main-games__body .t-game-list__number {
		font-size: 120px
	}
}

.t-tabs {
	position: relative;
	width: 100%
}

.t-tabs__head {
	flex-direction: row-reverse;
	gap: 2px;
	justify-content: space-between;
	padding: 2px;
	background: #1f1f1f;
	border-radius: 10px
}

.t-tabs__head,
.t-tabs__item {
	display: flex;
	align-items: center
}

.t-tabs__item {
	flex-basis: 50%;
	justify-content: center;
	height: 100%;
	padding: 12px 4px;
	font: 700 14px/100% Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: capitalize;
	cursor: pointer;
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-tabs__item_active {
	color: #fff;
	background: #393939
}

.t-tabs_style-button__head {
	gap: 3px;
	padding: 2px;
	background: #191e23;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-tabs_style-button .t-tabs__body {
	margin: 16px 0 0
}

.t-tabs_style-button__item {
	display: flex;
	flex-basis: 50%;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 10px;
	text-transform: capitalize;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 9px;
	transition: all .3s ease-in-out
}

.t-tabs_style-button__item:before {
	display: none
}

@media screen and (max-width:767px) {
	.t-tabs_style-button__item {
		text-align: center
	}
}

.t-tabs_style-button__item:hover {
	background: #230a5a;
	border: 1px solid #6e50c3
}

.t-tabs_style-button__item_active {
	background: #23282d;
	border-color: hsla(0, 0%, 100%, .1)
}

.t-tabs_only-child .t-tabs__head {
	display: none
}

.t-tabs_only-child .t-tabs__body,
.t-tabs_only-child.t-tabs_style-button .t-tabs__body {
	margin: 0
}

.t-cookies {
	--bottom-offset: 40px;
	position: fixed;
	bottom: var(--bottom-offset);
	left: 100vw;
	z-index: 105;
	transform: translateX(calc(-100% - 32px));
	animation: show-bottom 1.5s
}

@media(max-width:991px) {
	.t-cookies {
		--bottom-offset: 84px
	}
}

@media(max-width:767px) {
	.t-cookies {
		left: 50vw;
		transform: translateX(-50%)
	}
}

@keyframes show-bottom {
	0% {
		bottom: 0
	}

	to {
		bottom: var(--bottom-offset)
	}
}

.t-cookies__modal {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 8px 16px 8px 20px;
	background: #2c2c2c;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 8px
}

.t-cookies__modal .t-close {
	width: 14px;
	height: 14px
}

.t-cookies__modal .t-close:hover {
	cursor: pointer;
	opacity: .75
}

.t-cookies__modal .t-cookies__link {
	font: 400 14px/20px Geologica, sans-serif;
	white-space: nowrap
}

.t-cookies__modal .t-cookies__link b {
	font-weight: 400
}

.t-game-frame-skeleton__body {
	min-height: 300px;
	margin: 20px 0 0;
	border-radius: 12px
}

.t-game-frame-skeleton__bar {
	display: none
}

.t-game-frame {
	position: relative;
	width: 100%
}

.t-game-frame__body {
	position: relative;
	display: flex
}

.t-game-frame__bar {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	min-width: 44px;
	min-height: 520px;
	padding: 52px 0 8px;
	background: #1f1f1f;
	border-radius: 0 16px 16px 0
}

.t-game-frame__bar .game-frame-bar__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: .66
}

@media not all and (pointer:coarse) {
	.t-game-frame__bar .game-frame-bar__button:hover:not(:disabled) {
		opacity: 1
	}
}

.t-game-frame__bar .game-frame-bar__button .t-icon {
	width: 20px;
	height: 20px;
	filter: brightness(0) saturate(100%) invert(78%) sepia(1%) saturate(0) hue-rotate(11deg) brightness(87%) contrast(90%)
}

@media screen and (max-width:1279px) {
	.t-game-frame__bar {
		min-height: 320px
	}
}

.t-game-frame__game {
	width: 100%
}

.t-game-frame__game-wrap {
	position: relative;
	display: flex;
	width: 100%;
	padding-top: 56.25%;
	background: #1f1f1f;
	transition: all .3s ease-in-out
}

.t-game-frame__game-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none
}

.t-game-frame__game-wrap_mobile {
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 101;
	width: 100%;
	height: calc(100% - 40px);
	padding-top: 0;
	background: #000
}

.t-game-frame__head {
	position: absolute;
	right: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
	margin-top: 12px
}

.t-game-frame__head .t-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: pointer
}

@media not all and (pointer:coarse) {
	.t-game-frame__head .t-close:hover:not(:disabled) {
		opacity: 1
	}
}

.t-game-frame__title {
	display: none
}

.t-game-frame__name {
	font-size: 32px;
	font-weight: 400;
	line-height: 36px
}

@media screen and (max-width:1023px) {
	.t-game-frame__name {
		font-size: 24px;
		font-weight: 400;
		line-height: 28px
	}
}

.t-game-frame__provider {
	display: none
}

.t-game-frame__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	margin-top: 12px;
	background: hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-game-frame__footer .t-button,
.t-game-frame__footer .t-error-page-content-button,
.t-game-frame__footer .t-promo-card__action-btn,
.t-game-frame__footer .t-promo-events__router {
	margin-left: 12px
}

.page-game.is-mobile {
	overflow-y: hidden
}

.page-game.is-mobile .t-header,
.page-game.is-mobile .t-sidebar-menu__wrap,
.page-game.is-mobile aside {
	display: none
}

.page-game.is-mobile .app {
	margin: 0 !important
}

.t-quick-navigations {
	position: fixed;
	top: inherit !important;
	right: 0;
	bottom: 0;
	z-index: 105;
	display: none;
	width: 100vw;
	min-height: 60px;
	background-color: #101010;
	border-top: .5px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:991px) {
	.t-quick-navigations {
		display: flex;
		align-items: center
	}
}

.t-quick-navigations__container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 0 calc(8px + env(safe-area-inset-bottom))
}

.t-quick-navigations__list {
	display: flex;
	gap: 4px;
	width: 100%;
	min-height: 100%
}

.t-quick-navigations__item {
	flex-basis: 20%
}

.t-quick-navigations__item.search .link.is-active {
	color: #ff5739;
	background-color: inherit
}

.t-quick-navigations__item.search .link.is-active .link__icon {
	filter: none
}

.t-quick-navigations .link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font: 500 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-quick-navigations .link__icon {
	width: 24px;
	height: 24px;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.t-quick-navigations .link:hover:not(:disabled) {
		color: #ff5739
	}

	.t-quick-navigations .link:hover:not(:disabled) .link__icon:before {
		opacity: 0
	}

	.t-quick-navigations .link:hover:not(:disabled) .link__icon:after {
		content: "";
		opacity: 1
	}

	.t-quick-navigations .link:hover:not(:disabled) .link__icon.t-icon-casino {
		filter: none
	}
}

.t-quick-navigations .link.is-active {
	color: #ff5739
}

.t-quick-navigations .link.is-active .link__icon:before {
	opacity: 0
}

.t-quick-navigations .link.is-active .link__icon:after {
	content: "";
	opacity: 1
}

.t-quick-navigations .link.is-active .link__icon.t-icon-casino {
	filter: none
}

.app.onPWA .t-quick-navigations {
	padding-bottom: 20px
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password {
	display: flex;
	flex-direction: column
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-back {
	order: 2;
	margin: 24px 32px 16px
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-back .t-back__icon {
	width: 16px;
	height: 16px
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-back .t-back__text {
	font: 700 14px/100% Geologica, sans-serif
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-login__header {
	order: 1
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-login__body {
	order: 3;
	padding-top: 0
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-login__body .t-login__text {
	margin-bottom: 4px;
	font: 400 14px/20px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: left
}

.t-login-modal .t-login__backdrop .t-login.t-login_forgot-password .t-login__action {
	order: 4;
	margin: 16px 0 0
}

.t-login__change-password .t-back {
	display: none
}

.t-login__change-password .t-login__body {
	gap: 8px
}

.t-login-modal .t-login__backdrop .t-login .t-login__body {
	overflow: hidden
}

.t-login-modal .t-login__backdrop .t-login .t-login__body .phone-number {
	position: relative;
	width: 100%;
	height: 48px;
	padding: 18px 12px 6px;
	font: 400 16px/24px Geologica, sans-serif;
	color: #fff;
	letter-spacing: .02em;
	background: #2c2c2c;
	border: hsla(0, 0%, 100%, .15);
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-login-modal .t-login__backdrop .t-login .t-login__body .phone-number p {
	position: absolute;
	top: 6px;
	left: 12px;
	font: 400 10px/15px Geologica, sans-serif;
	color: #a9a9a9;
	letter-spacing: .02em
}

.t-login-modal .t-login__backdrop .t-login .t-login__body .t-login__recaptcha {
	margin: 8px 0 0
}

.t-login-modal .t-login__backdrop .t-login .t-login__body .t-login__recaptcha #gRecaptcha {
	display: flex;
	justify-content: center
}

.t-login-modal .t-login__backdrop .t-login .t-login__action {
	display: flex;
	flex-direction: column;
	padding-top: 0
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__button {
	order: 2;
	padding: 16px 20px
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__link {
	font: 400 12px/17px Geologica, sans-serif
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__link .t-link {
	display: block;
	margin-top: 4px;
	font: 400 12px/140% Geologica, sans-serif
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__link_pass {
	order: 1;
	margin-bottom: 8px
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__link_account {
	order: 3;
	padding: 14px 20px;
	text-align: center;
	text-transform: uppercase;
	background: #2c2c2c;
	border-radius: 100px;
	transition: all .3s ease-in-out
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__link_account .t-link {
	font: 700 16px/100% Geologica, sans-serif;
	color: #fff
}

.t-login-modal .t-login__backdrop .t-login .t-login__action .t-login__link_account:hover {
	background: #5d5d5d
}

.t-login-modal .t-login__backdrop .t-login .t-social {
	margin-top: 16px
}

.t-login-twofa {
	display: flex;
	flex-direction: column
}

.t-login-twofa .t-back {
	position: absolute;
	top: 130px;
	left: 32px;
	z-index: 3
}

@media(max-width:767px) {
	.t-login-twofa .t-back {
		top: 112px;
		left: 20px
	}
}

.t-login-twofa__header {
	margin: 24px 0 0
}

.t-login-twofa__action .t-button,
.t-login-twofa__action .t-error-page-content-button,
.t-login-twofa__action .t-promo-card__action-btn,
.t-login-twofa__action .t-promo-events__router {
	padding: 12px 20px
}

.t-login-twofa__body,
.t-login-twofa__description {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-login-twofa__body .text,
.t-login-twofa__description .text {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-login-twofa__body {
	padding: 60px 32px 0
}

@media(max-width:767px) {
	.t-login-twofa__body {
		padding: 54px 20px 0
	}
}

.t-login-twofa .t-input_out-label .t-input__label {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	font: 400 16px/24px Geologica, sans-serif
}

.t-login-twofa .t-input_out-label.t-input_focus .t-input__label,
.t-login-twofa .t-input_out-label.t-input_value .t-input__label {
	top: 3px;
	font: 400 10px/15px Geologica, sans-serif
}

.t-login-twofa+.t-login__help {
	padding-top: 20px;
	margin-top: 24px;
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.t-popup.almost-there .t-popup__wrap {
	max-height: unset;
	padding: 0;
	margin: auto 0;
	overflow: hidden;
	border-radius: 20px
}

@media(max-width:767px) {
	.t-popup.almost-there .t-popup__wrap {
		height: 100%;
		max-height: 100%;
		margin: auto 0 0;
		border-radius: 20px 20px 0 0
	}
}

@media(max-width:767px) {
	.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-signup__header {
		top: 124px
	}
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body {
	overflow: unset
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body.step_1,
.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body.step_2 {
	padding: 60px 32px 0
}

@media(max-width:767px) {

	.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body.step_1,
	.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body.step_2 {
		padding: 56px 20px 0
	}
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body>.t-login__checkbox {
	margin-top: 8px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__text {
	margin: 0 0 4px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: left
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__input {
	margin: 0
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__row {
	display: flex;
	justify-content: space-between;
	margin-top: 8px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__row .t-login__checkbox_promocode {
	margin-right: 24px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__row .t-login__checkbox_promocode .t-checkbox__label {
	font: 400 14px/140% Geologica, sans-serif;
	white-space: nowrap
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__row .t-login__input_promo_code input {
	height: 48px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__checkbox .t-checkbox__block-label {
	font: 400 14px/140% Geologica, sans-serif;
	white-space: normal
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__checkbox .t-checkbox__block-label .t-checkbox__label,
.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-login__checkbox .t-checkbox__block-label .t-link {
	font: 400 14px/140% Geologica, sans-serif
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-signup__popover {
	margin: 0
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-select_open .t-dropdown {
	max-width: 100%;
	max-height: 160px;
	border: 1px solid #2f74ff
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-search__label {
	display: none
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .t-search__dropdown {
	max-height: 150px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio {
	display: flex;
	flex-flow: row wrap;
	gap: 16px 8px;
	margin-top: 10px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio {
	width: calc(50% - 4px)
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio__elem {
	display: none
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio__label {
	position: relative;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: left;
	width: 100%;
	padding: 14px 24px 12px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	background: #2b2b2b;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio__label:before {
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NDU4XzI0MDc4KSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4xNjcgMGgtNS44MzR2MS42NjdoMy44MjJMMTIuMTggNi42NEE3LjUgNy41IDAgMTAxMy4zNiA3LjgybDQuOTc0LTQuOTc0djMuODIySDIwVjBoLS44MzN6bS01LjgzNCAxMi41YTUuODMzIDUuODMzIDAgMTEtMTEuNjY2IDAgNS44MzMgNS44MzMgMCAwMTExLjY2NiAweiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE4NDU4XzI0MDc4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio__label:after {
	position: absolute;
	top: 19px;
	right: 16px;
	z-index: 2;
	display: block;
	width: 10px;
	height: 8px;
	content: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNzY5LjI3Yy4zMDguMzYuMzA4Ljk0NSAwIDEuMzA2TDQuNTA2IDcuNzNhLjcxMi43MTIgMCAwMS0xLjExNyAwTC4yMzEgNC4wMzdhMS4wMzcgMS4wMzcgMCAwMTAtMS4zMDUuNzEyLjcxMiAwIDAxMS4xMTcgMGwyLjYgMy4wNEw4LjY1MS4yN2EuNzEyLjcxMiAwIDAxMS4xMTcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio:last-child .t-radio__label:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS44MzMgNy41YTUuODMzIDUuODMzIDAgMTEtMTEuNjY2IDAgNS44MzMgNS44MzMgMCAwMTExLjY2NiAwem0tNSA3LjQ1NGE3LjUwMSA3LjUwMSAwIDEwLTEuNjY2IDB2MS43MTNINy41djEuNjY2aDEuNjY3VjIwaDEuNjY2di0xLjY2N0gxMi41di0xLjY2NmgtMS42Njd2LTEuNzEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio_button input:checked~.t-radio__label {
	background: #636363
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-radio .t-radio_button input:checked~.t-radio__label:after {
	content: ""
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-date {
	margin: 0
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-date .label {
	margin: 8px 0 4px;
	font: 400 14px/140% Geologica, sans-serif
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-date .t-date-dropdown__wrapper {
	gap: 8px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-date .t-date-dropdown__wrapper .t-date-dropdown__select {
	flex: 0 1 33.3333333333%
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body .fields__input-group-date .t-date-dropdown__wrapper .t-date-dropdown__select-error .t-select__choose {
	border: 1px solid #d82e39
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__body__action {
	flex-direction: row;
	align-items: center
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there .t-login__action button {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_1,
.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_2 {
	position: relative
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_1 .t-back,
.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_2 .t-back {
	position: absolute;
	top: 102px;
	left: 32px
}

@media(max-width:767px) {

	.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_1 .t-back,
	.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_2 .t-back {
		top: 88px;
		left: 20px
	}
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_1 .t-back .t-back__icon,
.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_2 .t-back .t-back__icon {
	width: 14px;
	height: 14px
}

.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_1 .t-back .t-back__text,
.t-popup.almost-there .t-popup__wrap .t-signup__backdrop.t-signup__almost-there .t-login__almost-there.step_2 .t-back .t-back__text {
	font: 700 14px/100% Geologica, sans-serif
}

.t-popup.t-signup-modal .t-popup__wrap {
	max-height: unset;
	padding: 0;
	margin: auto 0;
	overflow: hidden;
	border-radius: 20px
}

@media(max-width:767px) {
	.t-popup.t-signup-modal .t-popup__wrap {
		height: 100%;
		margin: auto 0 0;
		border-radius: 20px 20px 0 0
	}
}

.t-popup.t-signup-modal .t-popup__wrap .t-popup__close {
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	background: rgba(31, 31, 31, .5);
	border-radius: 50%
}

.t-popup.t-signup-modal .t-popup__wrap .t-popup__close:hover {
	background: #1f1f1f
}

.t-popup.t-signup-modal .t-popup__wrap .t-popup__close:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDMuODIybDUgNSA1LTVMMTYuMTc5IDVsLTUgNSA1IDVMMTUgMTYuMTc5bC01LTUtNSA1TDMuODIyIDE1bDUtNS01LTVMNSAzLjgyMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/20px;
	filter: none;
	opacity: 1
}

.t-signup__backdrop {
	overflow: hidden scroll;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-signup__backdrop-info {
	position: relative;
	min-height: 160px;
	padding: 24px;
	color: #fff;
	background: #1f1f1f
}

@media(max-width:767px) {
	.t-signup__backdrop-info {
		position: sticky;
		top: 0;
		z-index: 3;
		min-height: 124px;
		padding: 22px 20px
	}
}

.t-signup__backdrop-info:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: calc(100% - 35px);
	height: 100%;
	content: "";
	background-image: url(../images/banner.c9a2b44.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

@media(max-width:767px) {
	.t-signup__backdrop-info:after {
		width: calc(100% - 120px)
	}
}

@media(max-width:479px) {
	.t-signup__backdrop-info:after {
		width: calc(100% - 90px)
	}
}

@media(max-width:395px) {
	.t-signup__backdrop-info:after {
		width: 100%
	}
}

.t-signup__backdrop-info .t-signup-backdrop__subtitle {
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 4px;
	font: 500 14px/140% Geologica, sans-serif
}

.t-signup__backdrop-info .t-signup-backdrop__title {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	max-width: 205px;
	font: 800 40px/110% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-signup__backdrop-info .t-signup-backdrop__title {
		max-width: 188px;
		font: 800 30px/110% Geologica, sans-serif
	}
}

.t-signup__backdrop-info .t-signup-backdrop__title b,
.t-signup__backdrop-info .t-signup-backdrop__title br {
	display: none
}

.t-signup__backdrop .t-signup__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 32px;
	font: 600 24px/135% Geologica, sans-serif;
	text-transform: capitalize
}

@media(max-width:767px) {
	.t-signup__backdrop .t-signup__header {
		position: sticky;
		top: 124px;
		z-index: 3;
		padding: 20px;
		font: 600 20px/135% Geologica, sans-serif;
		background: #101010
	}
}

.t-signup__backdrop .t-signup__header .steps {
	display: flex;
	gap: 12px;
	align-items: center
}

.t-signup__backdrop .t-signup__header .steps.step_1 .steps__item:first-child span {
	transform: scale(0)
}

.t-signup__backdrop .t-signup__header .steps.step_1 .steps__item:first-child:after {
	transform: scale(1)
}

.t-signup__backdrop .t-signup__header .steps.step_2 .steps__item:not(:last-child) span {
	transform: scale(0)
}

.t-signup__backdrop .t-signup__header .steps.step_2 .steps__item:not(:last-child):after {
	transform: scale(1)
}

.t-signup__backdrop .t-signup__header .steps__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%
}

.t-signup__backdrop .t-signup__header .steps__item.done span {
	transform: scale(1)
}

.t-signup__backdrop .t-signup__header .steps__item span {
	z-index: 2;
	font: 600 12px/140% Geologica, sans-serif;
	color: #fff;
	background-color: #2f74ff
}

.t-signup__backdrop .t-signup__header .steps__item:after,
.t-signup__backdrop .t-signup__header .steps__item span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	transform: scale(0)
}

.t-signup__backdrop .t-signup__header .steps__item:after {
	z-index: 3;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiA3LjM5NUw4LjU1IDE1IDQgMTAuMzU1IDUuMzY3IDguOTZsMy4xODMgMy4yNUwxNC42MzMgNiAxNiA3LjM5NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/20px;
	background-color: #0ba870
}

.t-signup__backdrop .t-signup__header .steps__item:before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4);
	border-radius: 50%;
	transition: all .3s ease-in-out
}

.t-signup__backdrop .t-signup__body {
	gap: 0;
	overflow: unset
}

.t-signup__backdrop .t-signup__body .fields,
.t-signup__backdrop .t-signup__body .fields__group {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__input_currency .t-select__choose {
	padding-top: 16px
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__row {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	min-height: 48px;
	margin-top: 8px
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column .t-checkbox {
	align-items: flex-start;
	min-width: 130px
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column .t-checkbox__block-label {
	margin-left: 8px;
	white-space: normal
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column .t-checkbox__block-label span,
.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column .t-checkbox__block-label span a,
.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column .t-checkbox__label {
	font: 400 14px/140% Geologica, sans-serif
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column .t-signup__checkbox_promo {
	display: none
}

.t-signup__backdrop .t-signup__body .fields .t-collapse .t-signup__column.t-signup__promocode-block {
	flex-direction: row;
	order: -1;
	min-height: 48px
}

.t-signup__backdrop .t-signup__body .fields .t-select_open .t-dropdown {
	max-height: 148px;
	border: 1px solid #2f74ff
}

@media(max-width:767px) {
	.t-signup__backdrop .t-signup__body .fields .t-select_open .t-dropdown {
		max-width: 100%;
		max-height: 160px
	}
}

.t-signup__backdrop .t-signup__body .fields .t-search__dropdown {
	max-height: 150px
}

.t-signup__backdrop .t-signup__body .fields .select-genders {
	display: flex;
	gap: 8px
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio {
	width: calc(50% - 4px)
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio__elem {
	display: none
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio__label {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: left;
	width: 100%;
	padding: 12px 24px 12px 16px;
	margin: 0;
	color: #fff;
	background: #2b2b2b;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio__label:before {
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NDU4XzI0MDc4KSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4xNjcgMGgtNS44MzR2MS42NjdoMy44MjJMMTIuMTggNi42NEE3LjUgNy41IDAgMTAxMy4zNiA3LjgybDQuOTc0LTQuOTc0djMuODIySDIwVjBoLS44MzN6bS01LjgzNCAxMi41YTUuODMzIDUuODMzIDAgMTEtMTEuNjY2IDAgNS44MzMgNS44MzMgMCAwMTExLjY2NiAweiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE4NDU4XzI0MDc4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio__label:after {
	position: absolute;
	top: 19px;
	right: 16px;
	z-index: 2;
	display: block;
	width: 10px;
	height: 8px;
	content: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNzY5LjI3Yy4zMDguMzYuMzA4Ljk0NSAwIDEuMzA2TDQuNTA2IDcuNzNhLjcxMi43MTIgMCAwMS0xLjExNyAwTC4yMzEgNC4wMzdhMS4wMzcgMS4wMzcgMCAwMTAtMS4zMDUuNzEyLjcxMiAwIDAxMS4xMTcgMGwyLjYgMy4wNEw4LjY1MS4yN2EuNzEyLjcxMiAwIDAxMS4xMTcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio:last-child .t-radio__label:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS44MzMgNy41YTUuODMzIDUuODMzIDAgMTEtMTEuNjY2IDAgNS44MzMgNS44MzMgMCAwMTExLjY2NiAwem0tNSA3LjQ1NGE3LjUwMSA3LjUwMSAwIDEwLTEuNjY2IDB2MS43MTNINy41djEuNjY2aDEuNjY3VjIwaDEuNjY2di0xLjY2N0gxMi41di0xLjY2NmgtMS42Njd2LTEuNzEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio input:checked~.t-radio__label {
	background: #636363
}

.t-signup__backdrop .t-signup__body .fields .select-genders .t-radio input:checked~.t-radio__label:after {
	content: ""
}

.t-signup__backdrop .t-signup__body .fields .select-brithday {
	margin-top: 8px
}

.t-signup__backdrop .t-signup__body .fields .select-brithday .fields__input-group {
	font: 400 14px/20px Geologica, sans-serif
}

.t-signup__backdrop .t-signup__body .fields .select-brithday .t-date-dropdown {
	margin-top: 4px
}

.t-signup__backdrop .t-signup__body .fields .t-date-dropdown__select-error .t-select__choose {
	border: 1px solid #d82e39
}

.t-signup__backdrop .t-signup__action .action__button {
	padding: 16px 20px
}

.t-signup__backdrop .t-signup__action .action__button_login {
	display: none
}

.t-signup__backdrop .t-signup__action .email.t-error-page-content-button,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router,
.t-signup__backdrop .t-signup__action .t-button.email {
	position: absolute;
	top: 100px;
	left: 32px;
	height: 18px;
	padding: 0;
	font: 700 14px/100% Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: uppercase;
	letter-spacing: .84px;
	background: none;
	border: none
}

@media(max-width:767px) {

	.t-signup__backdrop .t-signup__action .email.t-error-page-content-button,
	.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn,
	.t-signup__backdrop .t-signup__action .email.t-promo-events__router,
	.t-signup__backdrop .t-signup__action .t-button.email {
		top: 89px;
		left: 24px
	}
}

.t-signup__backdrop .t-signup__action .email.t-error-page-content-button:active,
.t-signup__backdrop .t-signup__action .email.t-error-page-content-button:focus,
.t-signup__backdrop .t-signup__action .email.t-error-page-content-button:hover,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn:active,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn:focus,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn:hover,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router:active,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router:focus,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router:hover,
.t-signup__backdrop .t-signup__action .t-button.email:active,
.t-signup__backdrop .t-signup__action .t-button.email:focus,
.t-signup__backdrop .t-signup__action .t-button.email:hover {
	color: #fff;
	background: none;
	border: none
}

.t-signup__backdrop .t-signup__action .email.t-error-page-content-button:active .t-icon,
.t-signup__backdrop .t-signup__action .email.t-error-page-content-button:focus .t-icon,
.t-signup__backdrop .t-signup__action .email.t-error-page-content-button:hover .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn:active .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn:focus .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn:hover .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router:active .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router:focus .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router:hover .t-icon,
.t-signup__backdrop .t-signup__action .t-button.email:active .t-icon,
.t-signup__backdrop .t-signup__action .t-button.email:focus .t-icon,
.t-signup__backdrop .t-signup__action .t-button.email:hover .t-icon {
	opacity: 1
}

.t-signup__backdrop .t-signup__action .email.t-error-page-content-button .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn .t-icon,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router .t-icon,
.t-signup__backdrop .t-signup__action .t-button.email .t-icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xODMgNC4xNzdMNi4xODggOS4xNjhoMTAuNDc5djEuNjY0SDYuMTg3bDQuOTk2IDQuOTkxTDEwLjAwNiAxNyAzIDEwbDcuMDA2LTcgMS4xNzcgMS4xNzd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%
}

.t-signup__backdrop .t-signup__action .email.t-error-page-content-button .t-icon:after,
.t-signup__backdrop .t-signup__action .email.t-error-page-content-button .t-icon:before,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn .t-icon:after,
.t-signup__backdrop .t-signup__action .email.t-promo-card__action-btn .t-icon:before,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router .t-icon:after,
.t-signup__backdrop .t-signup__action .email.t-promo-events__router .t-icon:before,
.t-signup__backdrop .t-signup__action .t-button.email .t-icon:after,
.t-signup__backdrop .t-signup__action .t-button.email .t-icon:before {
	content: none
}

.t-signup__backdrop .t-signup__terms {
	display: none
}

.t-signup__backdrop .t-signup__social {
	margin-top: 16px
}

.t-signup__backdrop .t-signup_stepper {
	position: relative;
	z-index: 2
}

.t-signup__backdrop .t-signup_stepper.step_1 .t-popup__body,
.t-signup__backdrop .t-signup_stepper.step_2 .t-popup__body {
	margin-top: 34px
}

.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group .t-input,
.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group .t-search {
	width: calc(50% - 4px)
}

.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group .t-input_focus input,
.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group .t-search_focus input {
	border: unset
}

.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group .fields__input {
	flex-basis: 100%
}

.t-signup__backdrop .t-signup_stepper.step_1 .fields__input-group .t-search__label {
	display: none
}

.t-profile-security-details-skeleton .t-signup__backdrop .t-signup_stepper .list:after,
.t-profile-security-details-skeleton .t-signup__backdrop .t-signup_stepper .list:before,
.t-sidebar-menu-skeleton .t-signup__backdrop .t-signup_stepper span,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton .list:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton .list:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton__content:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton__content:before,
.t-signup__backdrop .t-signup_stepper .t-sidebar-menu-skeleton span,
.t-signup__backdrop .t-signup_stepper .t-skeleton {
	height: 48px;
	margin-bottom: 8px
}

.t-profile-security-details-skeleton .t-signup__backdrop .t-signup_stepper .list:last-child:after,
.t-profile-security-details-skeleton .t-signup__backdrop .t-signup_stepper .list:last-child:before,
.t-profile-security-details-skeleton .t-signup__backdrop .t-signup_stepper .list:only-child:after,
.t-profile-security-details-skeleton .t-signup__backdrop .t-signup_stepper .list:only-child:before,
.t-sidebar-menu-skeleton .t-signup__backdrop .t-signup_stepper span:last-child,
.t-sidebar-menu-skeleton .t-signup__backdrop .t-signup_stepper span:only-child,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton .list:last-child:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton .list:last-child:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton .list:only-child:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton .list:only-child:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton:last-child:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton:last-child:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton:only-child:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton:only-child:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton__content:last-child:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton__content:last-child:before,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton__content:only-child:after,
.t-signup__backdrop .t-signup_stepper .t-profile-security-details-skeleton__content:only-child:before,
.t-signup__backdrop .t-signup_stepper .t-sidebar-menu-skeleton span:last-child,
.t-signup__backdrop .t-signup_stepper .t-sidebar-menu-skeleton span:only-child,
.t-signup__backdrop .t-signup_stepper .t-skeleton:last-child,
.t-signup__backdrop .t-signup_stepper .t-skeleton:only-child {
	margin-bottom: 0
}

.t-signup__backdrop .t-signup-cpf-modal.almost-there {
	padding-top: 200px
}

@media(max-width:767px) {
	.t-signup__backdrop .t-signup-cpf-modal.almost-there {
		padding-bottom: 0
	}
}

@media(max-width:767px) {
	.t-signup__backdrop .t-signup-cpf-modal.almost-there .t-popup__wrap {
		margin-bottom: 0
	}
}

.app-sport-page,
.app-welcome-sport {
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-around;
	width: 100vw;
	height: 100vh;
	min-height: 937px;
	padding: 0 20px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media(max-width:768px) {

	.app-sport-page,
	.app-welcome-sport {
		flex-direction: column-reverse;
		min-height: unset
	}
}

.app-sport-page:after,
.app-welcome-sport:after {
	display: block;
	width: 100%;
	max-width: 524px;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

@media(max-width:768px) {

	.app-sport-page:after,
	.app-welcome-sport:after {
		max-height: 376px;
		margin: 92px auto 0;
		background-position: top
	}
}

@media(max-width:479px) {

	.app-sport-page:after,
	.app-welcome-sport:after {
		max-height: 276px;
		margin: 92px auto 0;
		background-position: top
	}
}

.app-sport-page .t-welcome-header,
.app-welcome-sport .t-welcome-header {
	position: absolute;
	top: 0;
	left: 0
}

@media(max-width:768px) {

	.app-sport-page .t-welcome-header,
	.app-welcome-sport .t-welcome-header {
		right: 0;
		width: 100%;
		background: #101010
	}
}

.app-sport-page .t-welcome-header .t-welcome-header__logo,
.app-welcome-sport .t-welcome-header .t-welcome-header__logo {
	display: block;
	width: 175px;
	height: 28px;
	margin: 40px;
	background-image: url(../images/brand-logo.a748c81.svg);
	background-repeat: no-repeat;
	background-size: contain
}

@media(max-width:768px) {

	.app-sport-page .t-welcome-header .t-welcome-header__logo,
	.app-welcome-sport .t-welcome-header .t-welcome-header__logo {
		margin: 16px auto
	}
}

.app-sport-page .t-signup__backdrop,
.app-welcome-sport .t-signup__backdrop {
	min-width: 400px
}

@media(max-width:768px) {

	.app-sport-page .t-signup__backdrop,
	.app-welcome-sport .t-signup__backdrop {
		min-width: unset
	}
}

.app-sport-page .t-signup__backdrop .t-signup__backdrop-info,
.app-welcome-sport .t-signup__backdrop .t-signup__backdrop-info {
	min-height: unset;
	padding: 0;
	background: unset
}

@media(max-width:768px) {

	.app-sport-page .t-signup__backdrop .t-signup__backdrop-info,
	.app-welcome-sport .t-signup__backdrop .t-signup__backdrop-info {
		text-align: center
	}
}

.app-sport-page .t-signup__backdrop .t-signup__backdrop-info:after,
.app-welcome-sport .t-signup__backdrop .t-signup__backdrop-info:after {
	content: unset
}

.app-sport-page .t-signup__backdrop .t-signup__backdrop-info .t-signup-backdrop__subtitle,
.app-welcome-sport .t-signup__backdrop .t-signup__backdrop-info .t-signup-backdrop__subtitle {
	position: relative;
	font-size: 0;
	color: transparent
}

.app-sport-page .t-signup__backdrop .t-signup__backdrop-info .t-signup-backdrop__subtitle:before,
.app-welcome-sport .t-signup__backdrop .t-signup__backdrop-info .t-signup-backdrop__subtitle:before {
	font: 300 20px/135% Geologica, sans-serif;
	color: #fff;
	content: attr(data-additional)
}

.app-sport-page .t-signup__backdrop .t-signup__backdrop-info .t-signup-backdrop__title,
.app-welcome-sport .t-signup__backdrop .t-signup__backdrop-info .t-signup-backdrop__title {
	max-width: unset
}

.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__header,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__header {
	display: none
}

.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body {
	padding: 30px 0 0
}

.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body .t-signup__row,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body .t-signup__row {
	min-height: unset;
	margin-top: 12px
}

.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-input__input input,
.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__choose,
.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__dropdown .t-dropdown__item-option,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-input__input input,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__choose,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__dropdown .t-dropdown__item-option {
	color: #101010;
	background: #fff
}

.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__dropdown .t-dropdown__item-option small,
.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__dropdown .t-dropdown__item-option span,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__dropdown .t-dropdown__item-option small,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__body .fields .t-select__dropdown .t-dropdown__item-option span {
	color: #101010
}

.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__action,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__action {
	flex-direction: column;
	padding: 16px 0 0;
	text-align: center
}

.app-sport-page .t-signup__backdrop .t-login__help,
.app-sport-page .t-signup__backdrop .t-signup.step_0 .t-signup__action .t-signup__link,
.app-welcome-sport .t-signup__backdrop .t-login__help,
.app-welcome-sport .t-signup__backdrop .t-signup.step_0 .t-signup__action .t-signup__link {
	display: none
}

.app-welcome-sport {
	background-image: url(../images/bg-1920.35fb4c4.jpg)
}

@media(max-width:768px) {
	.app-welcome-sport {
		justify-content: flex-end;
		background-image: url(../images/bg-768.10d770d.jpg)
	}
}

.app-welcome-sport:after {
	background-image: url(../images/match-bg.bd76cf7.png)
}

.app-sport-page {
	background-image: url(../images/bg-1920.ea12fdb.jpg)
}

@media(max-width:768px) {
	.app-sport-page {
		justify-content: flex-end;
		background-image: url(../images/bg-768.38e984e.jpg)
	}
}

.app-sport-page:after {
	background-image: url(../images/match-bg.fd8c239.png)
}

.t-password-quality-popover {
	width: auto;
	transition: none
}

.t-password-quality {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 4px 14px;
	max-width: 200px
}

.t-password-quality p {
	grid-area: 1/1/2/3;
	margin: 0;
	font: 400 12px/17px Geologica, sans-serif;
	color: #fff
}

.t-password-quality .t-progress-line {
	grid-area: 2/1/3/2;
	place-self: center center;
	padding: 0;
	background: #191e23;
	border: none
}

.t-password-quality .t-progress-line .t-progress-line__progress {
	top: 0;
	height: 100%;
	transform: translateY(0)
}

.t-password-quality .t-progress-line .t-progress-line__progress:before {
	display: none
}

.t-password-quality font {
	grid-area: 2/2/3/3;
	font: 700 12px/17px Geologica, sans-serif
}

.t-progress-line {
	position: relative;
	width: 100%;
	height: 10px;
	padding: 2px;
	overflow: hidden;
	background: #2c2c2c;
	border-radius: 6px
}

.t-progress-line__progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	border-radius: 6px;
	transition: .3s;
	animation: progress-line 1s ease-in-out
}

.t-progress-line__tooltip .t-tooltip-arrow {
	left: 50% !important;
	transform: translate(-50%, -100%) !important
}

.t-progress-line__tooltip .t-tooltip-inner {
	font: 400 10px/15px Geologica, sans-serif;
	color: #fff;
	text-align: center
}

.t-progress-line_vertical {
	width: 8px;
	height: 100%
}

.t-progress-line_vertical .t-progress-line__progress {
	top: auto;
	bottom: 0;
	animation: progress-line-vertical 1s ease-in-out
}

@keyframes progress-line {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes progress-line-vertical {
	0% {
		height: 0
	}

	to {
		height: 100%
	}
}

.t-date-dropdown,
.t-date-dropdown__wrapper {
	display: flex;
	width: 100%
}

.t-date-dropdown__select {
	display: inline-block
}

.t-date-dropdown__select+.t-date-dropdown__select {
	margin: 0 0 0 8px
}

.t-date-dropdown__select__disabled {
	cursor: not-allowed;
	opacity: .5
}

.t-date-dropdown__select-error .t-select__choose {
	border-color: #d82e39
}

.t-date-dropdown__select.day,
.t-date-dropdown__select.month {
	min-width: 100px
}

.t-date-dropdown__select.year {
	width: 100%
}

.t-phone-mask-input,
.t-phone-mask-input__wrap {
	position: relative
}

.t-phone-mask-input__input {
	position: relative;
	width: 100%;
	height: 48px;
	padding: 20px 12px 6px 34px;
	font: 400 14px/20px Geologica, sans-serif;
	color: #fff;
	background: #191e23;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-phone-mask-input__input::placeholder {
	color: #a9a9a9
}

.t-phone-mask-input__input:hover {
	border: 1px solid hsla(0, 0%, 100%, .25)
}

.t-phone-mask-input__input:focus,
.t-phone-mask-input__input:focus-visible {
	outline: 0
}

.t-phone-mask-input__input:focus {
	border: 1px solid hsla(0, 0%, 100%, .25)
}

.t-phone-mask-input__input::-webkit-inner-spin-button,
.t-phone-mask-input__input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.t-phone-mask-input__input [type=number] {
	-moz-appearance: textfield
}

.t-phone-mask-input__label {
	position: absolute;
	top: 6px;
	left: 12px;
	font: 400 10px/15px Geologica, sans-serif;
	color: #a9a9a9;
	pointer-events: none;
	user-select: none;
	transition: all .3s ease-in-out
}

.t-phone-mask-input .t-flag {
	position: absolute;
	top: 12px;
	left: -5px;
	z-index: 1;
	margin: 0;
	transform: scale(.3)
}

.t-phone-mask-input__phone .t-input__input input {
	padding: 20px 12px 6px 34px
}

.t-phone-mask-input-popover .t-close {
	display: none
}

.static-welcome-pack-modal .t-popup__wrap {
	overflow: hidden
}

.static-welcome-pack-modal .t-popup__close {
	top: 44px
}

@media(max-width:767px) {
	.static-welcome-pack-modal .t-popup__close {
		top: 32px
	}
}

.static-welcome-pack-modal__container {
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.static-welcome-pack-modal__container::-webkit-scrollbar {
	display: none
}

.static-welcome-pack-modal__close-terms {
	width: 100%;
	padding: 16px;
	margin: 12px auto 0
}

.static-welcome-pack-modal__info {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.static-welcome-pack-modal__info:after {
	width: 12px;
	height: 12px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.79 3.22a.777.777 0 010 1.06l-4.285 4.5A.697.697 0 016 9a.697.697 0 01-.505-.22l-4.286-4.5a.777.777 0 010-1.06.69.69 0 011.01 0L6 7.19l3.78-3.97a.69.69 0 011.01 0z' fill='%23A9A9A9'/%3E%3C/svg%3E");
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.static-welcome-pack-modal__info:hover:not(:disabled) {
		color: #fff
	}

	.static-welcome-pack-modal__info:hover:not(:disabled):after {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7465%) hue-rotate(203deg) brightness(110%) contrast(100%)
	}
}

.static-welcome-pack-modal__info.is-open {
	color: #fff
}

.static-welcome-pack-modal__info.is-open:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7465%) hue-rotate(203deg) brightness(110%) contrast(100%);
	transform: rotate(180deg)
}

.static-welcome-pack-modal__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px;
	background: #1f1f1f;
	border-radius: 16px
}

@media(max-width:767px) {
	.static-welcome-pack-modal__item {
		flex-direction: row;
		justify-content: start;
		max-width: 100%
	}
}

.static-welcome-pack-modal__item h4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.static-welcome-pack-modal__item h4 {
		align-items: flex-start;
		min-width: 82px;
		font: 600 14px/140% Geologica, sans-serif
	}
}

.static-welcome-pack-modal__item h4 span {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.static-welcome-pack-modal__item p {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 12px;
	font: 600 20px/135% Geologica, sans-serif;
	color: #ff5739;
	text-align: center;
	white-space: nowrap;
	border-top: 1px dashed hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.static-welcome-pack-modal__item p {
		align-items: flex-start;
		width: 60%;
		padding-top: 0;
		padding-left: 16px;
		text-align: left;
		border-top: none;
		border-left: 1px dashed hsla(0, 0%, 100%, .1)
	}

	.static-welcome-pack-modal__item p span {
		width: 100%
	}
}

.static-welcome-pack-modal__item p span {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	letter-spacing: .24px
}

.static-welcome-pack-modal__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 0 32px
}

@media(max-width:767px) {
	.static-welcome-pack-modal__list {
		grid-template-columns: 1fr;
		padding: 0 20px
	}
}

.static-welcome-pack-modal__btn-container {
	padding: 0 32px;
	margin-top: 20px
}

@media(max-width:767px) {
	.static-welcome-pack-modal__btn-container {
		padding: 0 20px;
		margin-top: 16px
	}
}

.static-welcome-pack-modal__btn-container .t-button,
.static-welcome-pack-modal__btn-container .t-error-page-content-button,
.static-welcome-pack-modal__btn-container .t-promo-card__action-btn,
.static-welcome-pack-modal__btn-container .t-promo-events__router {
	width: 100%;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.static-welcome-pack-modal__header {
	position: sticky;
	top: 0;
	z-index: 5;
	padding: 32px 32px 20px;
	background: #101010
}

@media(max-width:767px) {
	.static-welcome-pack-modal__header {
		padding: 20px 20px 16px
	}
}

.static-welcome-pack-modal__title {
	font: 400 20px/135% Geologica, sans-serif;
	text-align: center
}

@media(max-width:767px) {
	.static-welcome-pack-modal__title {
		margin-bottom: 8px;
		font: 400 16px/140% Geologica, sans-serif
	}
}

.static-welcome-pack-modal__subtitle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 8px;
	font: 800 40px/110% Geologica, sans-serif;
	font-weight: 700;
	text-align: center
}

.static-welcome-pack-modal__subtitle p strong {
	font-weight: 700
}

@media(max-width:767px) {
	.static-welcome-pack-modal__subtitle {
		font: 700 32px/120% Geologica, sans-serif
	}
}

.static-welcome-pack-modal__terms {
	padding-top: 10px
}

.static-welcome-pack-modal__terms-text {
	font: 400 16px/140% Geologica, sans-serif
}

.static-welcome-pack-modal__terms-text ol {
	padding-left: 12px;
	margin-left: 12px;
	color: #a9a9a9
}

.static-welcome-pack-modal__terms-text ol li {
	padding-left: 2px;
	margin-bottom: 8px;
	list-style-type: decimal
}

.static-welcome-pack-modal__text {
	display: flex;
	flex-direction: column;
	margin-top: 16px
}

.t-main-banner_skeleton .t-main-banner__position {
	display: none
}

.t-main-banner_skeleton .t-main-banner__title {
	margin-bottom: 20px
}

.t-main-banner_skeleton .t-main-banner__title p {
	display: none
}

.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton .list:after,
.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton .list:before,
.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton:after,
.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton:before,
.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton__content:after,
.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton__content:before,
.t-main-banner_skeleton .t-main-banner__title span .t-sidebar-menu-skeleton span,
.t-main-banner_skeleton .t-main-banner__title span .t-skeleton,
.t-profile-security-details-skeleton .t-main-banner_skeleton .t-main-banner__title span .list:after,
.t-profile-security-details-skeleton .t-main-banner_skeleton .t-main-banner__title span .list:before,
.t-sidebar-menu-skeleton .t-main-banner_skeleton .t-main-banner__title span span {
	height: 200px
}

@media(max-width:1023px) {

	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton .list:after,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton .list:before,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton:after,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton:before,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton__content:after,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton__content:before,
	.t-main-banner_skeleton .t-main-banner__title span .t-sidebar-menu-skeleton span,
	.t-main-banner_skeleton .t-main-banner__title span .t-skeleton,
	.t-profile-security-details-skeleton .t-main-banner_skeleton .t-main-banner__title span .list:after,
	.t-profile-security-details-skeleton .t-main-banner_skeleton .t-main-banner__title span .list:before,
	.t-sidebar-menu-skeleton .t-main-banner_skeleton .t-main-banner__title span span {
		height: 130px
	}
}

@media(max-width:767px) {

	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton .list:after,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton .list:before,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton:after,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton:before,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton__content:after,
	.t-main-banner_skeleton .t-main-banner__title span .t-profile-security-details-skeleton__content:before,
	.t-main-banner_skeleton .t-main-banner__title span .t-sidebar-menu-skeleton span,
	.t-main-banner_skeleton .t-main-banner__title span .t-skeleton,
	.t-profile-security-details-skeleton .t-main-banner_skeleton .t-main-banner__title span .list:after,
	.t-profile-security-details-skeleton .t-main-banner_skeleton .t-main-banner__title span .list:before,
	.t-sidebar-menu-skeleton .t-main-banner_skeleton .t-main-banner__title span span {
		height: 72px
	}
}

.t-main-banner_skeleton>.t-benefits__list {
	flex-direction: row
}

.t-main-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 344px);
	height: 410px;
	padding: 111.5px 60px;
	margin-bottom: 32px;
	overflow: hidden;
	border-radius: 16px
}

@media(max-width:1365px) {
	.t-main-banner {
		width: 100%;
		height: 280px;
		padding: 40px;
		margin-bottom: 24px
	}
}

@media(max-width:1023px) {
	.t-main-banner {
		width: 100%;
		margin-bottom: 12px
	}
}

@media(max-width:767px) {
	.t-main-banner {
		height: 326px;
		padding: 172px 16px 16px
	}
}

.t-main-banner__cash-content .info {
	display: none
}

.t-main-banner__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%
}

@media(max-width:767px) {
	.t-main-banner__content {
		justify-content: end
	}
}

.t-main-banner__picture {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	height: 100%
}

.t-main-banner__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 75%
}

@media(max-width:767px) {
	.t-main-banner__picture img {
		display: none
	}
}

.t-main-banner__picture:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/img/theme/gxbet/main-banner/banner-mobile.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

@media(max-width:767px) {
	.t-main-banner__picture:after {
		content: ""
	}
}

@media(max-width:479px) {
	.t-main-banner__picture:after {
		background-size: cover
	}
}

.t-main-banner__welcomepack h3 {
	display: none
}

.t-main-banner__welcomepack i {
	position: absolute;
	bottom: 108px;
	left: 294px;
	z-index: 7;
	width: 56px;
	height: 56px;
	cursor: pointer;
	background-color: #393939;
	background-size: 24px;
	border-radius: 100px;
	opacity: 1
}

@media(max-width:1365px) {
	.t-main-banner__welcomepack i {
		bottom: 51px;
		left: 274px
	}
}

@media(max-width:1023px) {
	.t-main-banner__welcomepack i {
		bottom: 58px;
		left: 272px
	}
}

@media(max-width:767px) {
	.t-main-banner__welcomepack i {
		right: 16px;
		bottom: 16px;
		left: auto
	}
}

.t-main-banner__welcomepack i:after {
	content: none
}

.t-main-banner__welcomepack i:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzLjVhOSA5IDAgMTAwIDE4IDkgOSAwIDAwMC0xOHptLTExIDljMC02LjA3NSA0LjkyNS0xMSAxMS0xMXMxMSA0LjkyNSAxMSAxMS00LjkyNSAxMS0xMSAxMS0xMS00LjkyNS0xMS0xMXptMTAtNWgyLjAxdjJIMTF2LTJ6bTIgNHY2aC0ydi02aDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat 50%/contain;
	background-size: 24px
}

.t-main-banner__welcomepack i:hover {
	background-color: #444
}

.t-main-banner_auth {
	width: 100%;
	height: 96px;
	padding: 0;
	margin-top: 16px;
	background: linear-gradient(60deg, #1a1a1a 13.25%, #2f2f2f 98.09%);
	border-radius: 12px
}

@media(max-width:767px) {
	.t-main-banner_auth {
		z-index: 6;
		align-items: center
	}
}

@media(max-width:479px) {
	.t-main-banner_auth {
		height: 80px;
		margin-bottom: 24px
	}
}

.t-main-banner_auth+.t-benefits,
.t-main-banner_auth .t-main-banner__picture {
	display: none
}

.t-main-banner_auth .t-main-banner__content {
	flex-direction: row-reverse;
	gap: 24px;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 20px 100px
}

@media(max-width:1365px) {
	.t-main-banner_auth .t-main-banner__content {
		gap: 20px
	}
}

@media screen and (max-width:767px) {
	.t-main-banner_auth .t-main-banner__content {
		z-index: 6;
		gap: 12px;
		align-items: center;
		padding: 12px 16px
	}
}

.t-main-banner_auth .t-main-banner__content:before {
	content: none
}

.t-main-banner_auth .t-main-banner__cash {
	display: flex
}

.t-main-banner_auth .t-main-banner__cash-content {
	position: relative;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.t-main-banner_auth .t-main-banner__cash-content {
		margin-left: 75px
	}
}

.t-main-banner_auth .t-main-banner__cash-content .info {
	display: block
}

.t-main-banner_auth .t-main-banner__cash-content .group .glitch {
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-main-banner_auth .t-main-banner__cash-content .group .glitch {
		font: 700 24px/135% Geologica, sans-serif
	}
}

@media screen and (max-width:767px) {
	.t-main-banner_auth .t-main-banner__cash-content .group .glitch {
		font: 700 16px/140% Geologica, sans-serif
	}
}

@media screen and (max-width:479px) {
	.t-main-banner_auth .t-main-banner__cash-content .group .glitch {
		max-width: 120px
	}
}

.t-main-banner_auth .t-main-banner__cash-content .group .glitch:last-child {
	display: none
}

.t-main-banner_auth .t-main-banner__cash-content:before {
	position: absolute;
	top: 50%;
	left: -120px;
	width: 93px;
	height: 56px;
	content: "";
	background: url(/img/theme/gxbet/main-banner/banner-logo-auth.png) no-repeat 50%;
	background-size: cover;
	transform: translateY(-50%)
}

@media(max-width:767px) {
	.t-main-banner_auth .t-main-banner__cash-content:before {
		left: -72px;
		width: 60px;
		height: 36px
	}
}

.t-main-banner_auth .t-main-banner__position {
	position: unset;
	margin: 0
}

.t-main-banner_auth .t-banner-form {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	max-width: inherit;
	padding: 0;
	transform: none
}

.t-main-banner_auth .t-banner-form__title {
	display: none
}

.t-main-banner_auth .t-banner-form__button.t-button,
.t-main-banner_auth .t-banner-form__button.t-error-page-content-button,
.t-main-banner_auth .t-banner-form__button.t-promo-card__action-btn,
.t-main-banner_auth .t-banner-form__button.t-promo-events__router {
	max-width: none;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(180deg, #ff593b, #d33013);
	border: unset
}

@media(max-width:767px) {

	.t-main-banner_auth .t-banner-form__button.t-button,
	.t-main-banner_auth .t-banner-form__button.t-error-page-content-button,
	.t-main-banner_auth .t-banner-form__button.t-promo-card__action-btn,
	.t-main-banner_auth .t-banner-form__button.t-promo-events__router {
		padding: 13px 16px;
		font: 700 14px/100% Geologica, sans-serif;
		white-space: nowrap
	}
}

.t-main-banner_auth .t-banner-form__button.t-button:active,
.t-main-banner_auth .t-banner-form__button.t-button:focus,
.t-main-banner_auth .t-banner-form__button.t-button:hover,
.t-main-banner_auth .t-banner-form__button.t-error-page-content-button:active,
.t-main-banner_auth .t-banner-form__button.t-error-page-content-button:focus,
.t-main-banner_auth .t-banner-form__button.t-error-page-content-button:hover,
.t-main-banner_auth .t-banner-form__button.t-promo-card__action-btn:active,
.t-main-banner_auth .t-banner-form__button.t-promo-card__action-btn:focus,
.t-main-banner_auth .t-banner-form__button.t-promo-card__action-btn:hover,
.t-main-banner_auth .t-banner-form__button.t-promo-events__router:active,
.t-main-banner_auth .t-banner-form__button.t-promo-events__router:focus,
.t-main-banner_auth .t-banner-form__button.t-promo-events__router:hover {
	background: linear-gradient(180deg, #ff694f, #e33a1c)
}

.t-main-banner_auth .t-banner-form__button.t-button__wrap {
	white-space: nowrap
}

.el .t-main-banner__welcomepack i {
	bottom: 98px
}

@media(max-width:767px) {
	.el .t-main-banner__welcomepack i {
		bottom: 17px
	}
}

.t-slider,
.t-slider-navigation__prev {
	transition: all .3s ease-in-out
}

.t-slider-navigation__prev {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: #101010;
	border-left: 0;
	border-radius: 0 8px 8px 0;
	transform: translateY(-50%)
}

.t-slider-navigation__prev:hover {
	border: none;
	opacity: .8
}

.t-slider-navigation__prev i {
	left: -4px;
	display: block;
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02IC43MjR2Ni41NTJhLjMuMyAwIDAxLS41MTIuMjEyTDIuMzU0IDQuMzU0YS41LjUgMCAwMTAtLjcwOEw1LjQ4OC41MTJBLjMuMyAwIDAxNiAuNzI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.t-slider-navigation__next {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: #101010;
	border-radius: 8px 0 0 8px;
	transition: all .3s ease-in-out;
	transform: translateY(-50%)
}

.t-slider-navigation__next:before {
	content: none
}

.t-slider-navigation__next:hover {
	border: none;
	opacity: .8
}

.t-slider-navigation__next i {
	right: -4px;
	display: block;
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02IC43MjR2Ni41NTJhLjMuMyAwIDAxLS41MTIuMjEyTDIuMzU0IDQuMzU0YS41LjUgMCAwMTAtLjcwOEw1LjQ4OC41MTJBLjMuMyAwIDAxNiAuNzI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
	opacity: 1;
	transform: rotate(180deg)
}

.t-main-winners-socket {
	margin-top: 8px
}

.t-main-winners-socket .t-tabs__head {
	flex-direction: row;
	gap: 8px;
	justify-content: flex-start;
	padding: 0;
	background: none;
	border-radius: 0
}

@media(max-width:1023px) {
	.t-main-winners-socket .t-tabs__head {
		padding-right: var(--padding-horizontal);
		padding-left: var(--padding-horizontal);
		margin-right: calc(var(--padding-horizontal)*-1);
		margin-left: calc(var(--padding-horizontal)*-1);
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch
	}

	.t-main-winners-socket .t-tabs__head::-webkit-scrollbar {
		display: none
	}
}

.t-main-winners-socket .t-tabs__item {
	flex-basis: max-content;
	padding: 8px 16px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff;
	background: #2c2c2c;
	border-radius: 10px
}

.t-main-winners-socket .t-tabs__item:hover,
.t-main-winners-socket .t-tabs__item_active {
	background: #5d5d5d
}

.t-main-winners-socket-table {
	display: table;
	width: 100%;
	border-spacing: 0 8px;
	border-collapse: separate
}

@media(max-width:767px) {
	.t-main-winners-socket-table {
		border-spacing: 0 4px
	}
}

.t-main-winners-socket-table__game {
	position: relative;
	display: flex;
	align-items: center
}

.t-main-winners-socket-table__game img {
	width: 32px;
	height: 32px;
	margin-right: 12px;
	font-size: 8px;
	line-height: 8px;
	border-radius: 4px
}

@media(max-width:767px) {
	.t-main-winners-socket-table__game img {
		width: 24px;
		height: 24px;
		margin-right: 8px
	}
}

.t-main-winners-socket-table__game.t-link {
	font: 400 14px/20px Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-main-winners-socket-table__game.t-link {
		font: 400 12px/17px Geologica, sans-serif
	}
}

.t-main-winners-socket-table__game.t-link:hover {
	color: #fff
}

.t-main-winners-socket-table__game span {
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

.t-main-winners-socket-table__game .non-image {
	width: 32px;
	height: 32px;
	margin-right: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjUgMWE0LjUgNC41IDAgMDAtNC40OTMgNC43NDYgNC41IDQuNSAwIDAwNS45ODctNC40OTNBNC40OTIgNC40OTIgMCAwMDYuNSAxek0xIDUuNUE1LjUgNS41IDAgMDE2LjUgMGMyLjA4NyAwIDMuOTk4Ljc1MiA1LjQ3NyAySDEydi4wMTlhOC40OSA4LjQ5IDAgMDEyLjg3OCA1LjAzNSA3LjA3IDcuMDcgMCAwMC0xLjAyOC0uMDUyIDcuNDgyIDcuNDgyIDAgMDAtMS45NDktMy43MDUgOC40NzYgOC40NzYgMCAwMS0yLjM0OCA0LjY3QTYuOTcyIDYuOTcyIDAgMDA4LjYgNy41YTcuNDc5IDcuNDc5IDAgMDAyLjM4NC01LjAxMkE3LjQ4IDcuNDggMCAwMDkgMS40MjdWMS41YTUuNSA1LjUgMCAwMS03LjY2MSA1LjA2bC0uMjY2LS4xMTUtLjAzNC0uMjg2QTUuNTUxIDUuNTUxIDAgMDExIDUuNXptMTIuNTAyIDUuNTQxYy0uMzU5LjA2LS42OTcuMTg0LTEgLjM2YTYuOTYzIDYuOTYzIDAgMDAtLjQzOS0uOTAyIDMuOTczIDMuOTczIDAgMDExLjQzOC0uNDY4Yy4yNzQtLjAzNC40OTkuMTkzLjQ5OS40NjkgMCAuMjc2LS4yMjUuNDk2LS40OTguNTQxem0tOCAwYy4yNzItLjA0NS40OTgtLjI2NS40OTgtLjU0MXMtLjIyNS0uNTAzLS40OTktLjQ3YTQuMDAyIDQuMDAyIDAgMDAtMy40NyAzLjQ3MWMtLjAzNC4yNzQuMTkzLjQ5OS40NjkuNDk5LjI3NiAwIC40OTYtLjIyNi41NDEtLjQ5OGEzLjAwMyAzLjAwMyAwIDAxMi40NjEtMi40NnpNNiAxOUE1IDUgMCAxMDYgOWE1IDUgMCAwMDAgMTB6bTAgMUE2IDYgMCAxMDYgOGE2IDYgMCAwMDAgMTJ6bTUuNS0xLjY3Yy0uMjExLjI2OC0uNDQxLjUyLS42ODguNzU0YTYgNiAwIDEwMC0xMC4xNjhjLjI0Ny4yMzQuNDc3LjQ4Ni42ODguNzUzYTUgNSAwIDExMCA4LjY2MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat 50%/20px
}

@media(max-width:767px) {
	.t-main-winners-socket-table__game .non-image {
		width: 24px;
		height: 24px;
		margin-right: 4px;
		background-size: 16px
	}
}

.t-main-winners-socket-table__user span {
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

@media(max-width:767px) {
	.t-main-winners-socket-table__user span {
		max-width: 60px
	}
}

.t-main-winners-socket-table__amount {
	position: relative;
	display: flex;
	gap: 8px
}

@media(max-width:767px) {
	.t-main-winners-socket-table__amount .t-icon {
		width: 12px;
		height: 12px;
		padding: 6px
	}
}

.t-main-winners-socket-table__amount_win {
	color: #0ba870
}

.t-main-winners-socket-table__body {
	display: table-row-group
}

.t-main-winners-socket-table__body .t-main-winners-socket-table__row {
	position: relative
}

.t-main-winners-socket-table__body .t-main-winners-socket-table__row .t-main-winners-socket-table__cell:first-child {
	max-width: 130px;
	border-radius: 8px 0 0 8px
}

@media(max-width:767px) {
	.t-main-winners-socket-table__body .t-main-winners-socket-table__row .t-main-winners-socket-table__cell:first-child {
		max-width: 90px
	}
}

.t-main-winners-socket-table__body .t-main-winners-socket-table__row .t-main-winners-socket-table__cell:last-child {
	border-radius: 0 8px 8px 0
}

.t-main-winners-socket-table__row {
	display: table-row
}

.t-main-winners-socket-table__heading {
	display: table-header-group
}

.t-main-winners-socket-table__cell {
	display: table-cell;
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff;
	vertical-align: middle;
	background: #1f1f1f
}

@media(max-width:767px) {
	.t-main-winners-socket-table__cell {
		font: 400 12px/17px Geologica, sans-serif
	}
}

.t-main-winners-socket-table__cell>* {
	padding: 8px
}

.t-main-winners-socket-table__head {
	display: table-cell;
	padding: 0 16px;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: left
}

@media(max-width:767px) {
	.t-main-winners-socket-table__head {
		padding: 0 13px
	}
}

.t-main-winners-socket-table.t-main-winners-socket-table_empty .t-main-winners-socket-table__head:first-child {
	min-width: 130px
}

@media(max-width:767px) {
	.t-main-winners-socket-table.t-main-winners-socket-table_empty .t-main-winners-socket-table__head:first-child {
		min-width: unset
	}
}

.t-main-accordion {
	width: 100%;
	margin: 32px 0
}

.t-main-accordion.is-open .t-main-accordion-text {
	height: 100%
}

.t-main-accordion.is-open .t-main-accordion-toggle:after {
	transform: rotate(180deg)
}

.t-main-accordion.is-open .t-main-accordion-text-decorate {
	opacity: 0
}

.t-main-accordion-title {
	font: 700 24px/32px Geologica, sans-serif;
	color: #fff
}

@media(max-width:1023px) {
	.t-main-accordion-title {
		font: 700 20px/28px Geologica, sans-serif
	}
}

.t-main-accordion-text {
	position: relative;
	height: 36px;
	margin-top: 12px;
	overflow: hidden;
	color: #fff
}

.t-main-accordion-text p,
.t-main-accordion-text span {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9 !important
}

@media(max-width:1439px) {
	.t-main-accordion-text {
		height: 54px
	}
}

@media(max-width:1023px) {
	.t-main-accordion-text {
		height: 36px
	}
}

@media(max-width:767px) {
	.t-main-accordion-text {
		height: 54px
	}
}

.t-main-accordion-text-decorate {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: linear-gradient(180deg, transparent, #101010);
	transition: all .3s ease-in-out
}

@media(max-width:1439px) {
	.t-main-accordion-text-decorate {
		height: 39px
	}
}

@media(max-width:1023px) {
	.t-main-accordion-text-decorate {
		height: 26px
	}
}

@media(max-width:767px) {
	.t-main-accordion-text-decorate {
		height: 39px
	}
}

.t-main-accordion-toggle {
	display: flex;
	align-items: center;
	width: auto;
	margin-top: 12px;
	font: 400 12px/17px Geologica, sans-serif;
	color: #ff5739;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-main-accordion-toggle:after {
	width: 12px;
	height: 12px;
	margin-left: 8px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjAxIDcuNDY4TDEwIDEyLjQ1Mmw0Ljk5MS00Ljk4NCAxLjE3NiAxLjE3NC02LjE2NiA2LjE2LTYuMTY3LTYuMTZMNS4wMSA3LjQ2OHoiIGZpbGw9IiNGRjU3MzkiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: all .3s ease-in-out
}

.t-banner-form {
	position: relative;
	z-index: 5;
	width: 100%
}

@media screen and (max-width:767px) {
	.t-banner-form {
		max-width: 100%
	}
}

.t-banner-form__title {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	font: 500 20px/135% Geologica, sans-serif
}

@media(max-width:1365px) {
	.t-banner-form__title {
		gap: 12px
	}
}

@media(max-width:1023px) {
	.t-banner-form__title {
		font: 500 16px/140% Geologica, sans-serif
	}
}

@media(max-width:767px) {
	.t-banner-form__title {
		gap: 4px;
		align-items: center;
		font: 500 16px/140% Geologica, sans-serif
	}
}

.t-banner-form__title div,
.t-banner-form__title span {
	font: 800 56px/110% Geologica, sans-serif;
	white-space: nowrap
}

@media(max-width:1023px) {

	.t-banner-form__title div,
	.t-banner-form__title span {
		max-width: 410px;
		font: 800 48px/110% Geologica, sans-serif;
		white-space: wrap
	}
}

@media(max-width:767px) {

	.t-banner-form__title div,
	.t-banner-form__title span {
		font: 800 40px/110% Geologica, sans-serif;
		text-align: center;
		letter-spacing: -1px
	}
}

.t-banner-form__content {
	display: flex;
	flex-direction: column;
	gap: 32px
}

@media(max-width:1365px) {
	.t-banner-form__content {
		gap: 20px
	}
}

@media(max-width:767px) {
	.t-banner-form__content {
		gap: 12px
	}
}

.t-banner-form__input,
.t-banner-form__text {
	display: none
}

.t-banner-form__button.t-button,
.t-banner-form__button.t-error-page-content-button,
.t-banner-form__button.t-promo-card__action-btn,
.t-banner-form__button.t-promo-events__router {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 220px;
	padding: 19px 24px;
	font: 700 18px/100% Geologica, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%);
	border: none
}

.t-banner-form__button.t-button:active,
.t-banner-form__button.t-button:focus,
.t-banner-form__button.t-button:hover,
.t-banner-form__button.t-error-page-content-button:active,
.t-banner-form__button.t-error-page-content-button:focus,
.t-banner-form__button.t-error-page-content-button:hover,
.t-banner-form__button.t-promo-card__action-btn:active,
.t-banner-form__button.t-promo-card__action-btn:focus,
.t-banner-form__button.t-promo-card__action-btn:hover,
.t-banner-form__button.t-promo-events__router:active,
.t-banner-form__button.t-promo-events__router:focus,
.t-banner-form__button.t-promo-events__router:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-banner-form__button.t-button:active:before,
.t-banner-form__button.t-button:focus:before,
.t-banner-form__button.t-button:hover:before,
.t-banner-form__button.t-error-page-content-button:active:before,
.t-banner-form__button.t-error-page-content-button:focus:before,
.t-banner-form__button.t-error-page-content-button:hover:before,
.t-banner-form__button.t-promo-card__action-btn:active:before,
.t-banner-form__button.t-promo-card__action-btn:focus:before,
.t-banner-form__button.t-promo-card__action-btn:hover:before,
.t-banner-form__button.t-promo-events__router:active:before,
.t-banner-form__button.t-promo-events__router:focus:before,
.t-banner-form__button.t-promo-events__router:hover:before {
	opacity: 0
}

@media(max-width:767px) {

	.t-banner-form__button.t-button,
	.t-banner-form__button.t-error-page-content-button,
	.t-banner-form__button.t-promo-card__action-btn,
	.t-banner-form__button.t-promo-events__router {
		max-width: calc(100% - 68px)
	}
}

.t-assets-modal-deposit-fiat-unavailable .t-popup__header {
	text-align: left
}

.t-assets-modal-deposit-fiat-unavailable .t-popup__body span {
	color: hsla(0, 0%, 100%, .5);
	pointer-events: none
}

.t-assets-modal-deposit-fiat-unavailable .t-popup__body span .t-link,
.t-assets-modal-deposit-fiat-unavailable .t-popup__body span a {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	pointer-events: all
}

.t-assets-modal-status .t-icon-status {
	margin: 0 auto 16px
}

.t-assets-modal-status .t-popup__header {
	align-items: center
}

.t-assets-modal-status .t-popup__body {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: hsla(0, 0%, 100%, .5);
	text-align: left
}

.t-assets-modal-status .t-popup__body b {
	font-weight: 400;
	color: #fff
}

.t-assets-modal-status .t-popup__action .t-button,
.t-assets-modal-status .t-popup__action .t-error-page-content-button,
.t-assets-modal-status .t-popup__action .t-promo-card__action-btn,
.t-assets-modal-status .t-popup__action .t-promo-events__router {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-assets-modal-kyc-procced .t-popup__wrap {
	max-width: 500px !important
}

.t-assets-modal-kyc-procced .t-popup__icon {
	position: absolute;
	top: 104px;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translateX(-50%)
}

@media screen and (max-width:767px) {
	.t-assets-modal-kyc-procced .t-popup__icon {
		top: 87px
	}
}

.t-assets-modal-kyc-procced .t-popup__icon .t-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA1Ni4yNWMxNC40OTggMCAyNi4yNS0xMS43NTIgMjYuMjUtMjYuMjVTNDQuNDk4IDMuNzUgMzAgMy43NSAzLjc1IDE1LjUwMiAzLjc1IDMwIDE1LjUwMiA1Ni4yNSAzMCA1Ni4yNXptMi40NzUtMjMuNzV2LTE1SDI3LjV2MTVoNC45NzV6bS4wMjUgMTB2LTVoLTV2NWg1eiIgZmlsbD0iI0U5NkIxNyIvPjwvc3ZnPg==") no-repeat 50%/cover
}

.t-assets-modal-kyc-procced .t-popup__body {
	padding: 92px 32px 0;
	color: #a9a9a9;
	text-align: center
}

@media screen and (max-width:767px) {
	.t-assets-modal-kyc-procced .t-popup__body {
		padding: 88px 20px 0
	}
}

.t-assets-modal-kyc-procced__slider .t-button,
.t-assets-modal-kyc-procced__slider .t-error-page-content-button,
.t-assets-modal-kyc-procced__slider .t-promo-card__action-btn,
.t-assets-modal-kyc-procced__slider .t-promo-events__router {
	padding: 0;
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: capitalize;
	background: transparent;
	border: none
}

.t-assets-modal-kyc-procced__slider .t-button:active,
.t-assets-modal-kyc-procced__slider .t-button:focus,
.t-assets-modal-kyc-procced__slider .t-button:hover,
.t-assets-modal-kyc-procced__slider .t-error-page-content-button:active,
.t-assets-modal-kyc-procced__slider .t-error-page-content-button:focus,
.t-assets-modal-kyc-procced__slider .t-error-page-content-button:hover,
.t-assets-modal-kyc-procced__slider .t-promo-card__action-btn:active,
.t-assets-modal-kyc-procced__slider .t-promo-card__action-btn:focus,
.t-assets-modal-kyc-procced__slider .t-promo-card__action-btn:hover,
.t-assets-modal-kyc-procced__slider .t-promo-events__router:active,
.t-assets-modal-kyc-procced__slider .t-promo-events__router:focus,
.t-assets-modal-kyc-procced__slider .t-promo-events__router:hover {
	padding: 0;
	color: #fff;
	border: none
}

.t-assets-modal-kyc-procced .t-popup__action-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center
}

.t-assets-modal-kyc-procced .t-popup__action-col button.proceed {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-assets-modal-kyc-procced .t-popup__action-row {
	padding-bottom: 0
}

.t-assets-user-balances .items-more {
	left: calc(36% + 4px);
	width: auto
}

.t-assets-user-balances .swiper-wrapper {
	width: 100%
}

@media(max-width:1023px) {
	.t-assets-user-balances .swiper-slide {
		margin-top: auto
	}
}

@media(max-width:767px) {
	.t-assets-user-balances .swiper-slide {
		margin-top: 54px
	}
}

.t-assets-user-balances swiper-container::part(container) {
	overflow: visible
}

.t-assets-user-balances__add-wallet {
	position: absolute;
	top: 1px;
	right: 24px;
	z-index: 2;
	display: flex;
	justify-content: center;
	min-width: 131px;
	padding: 12px 16px;
	font: 700 14px/100% Geologica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .84px;
	white-space: nowrap;
	cursor: pointer;
	background: #2c2c2c;
	border-radius: 100px;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-assets-user-balances__add-wallet {
		right: 8px;
		min-width: 109px;
		padding: 10px 12px;
		font: 700 12px/100% Geologica, sans-serif
	}
}

@media not all and (pointer:coarse) {
	.t-assets-user-balances__add-wallet:hover:not(:disabled) {
		background: #5d5d5d
	}
}

.t-assets-user-balances__list {
	position: relative;
	height: 262px;
	padding: var(--root-padding);
	padding-bottom: 24px;
	background: #101010
}

@media(max-width:1023px) {
	.t-assets-user-balances__list {
		height: 246px;
		padding: 0
	}
}

@media(max-width:767px) {
	.t-assets-user-balances__list {
		height: 220px
	}
}

.t-assets-user-balances__list .title {
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .title {
		padding: var(--root-padding)
	}
}

@media(max-width:767px) {
	.t-assets-user-balances__list .title {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-assets-user-balances__list .items {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	gap: 12px;
	width: 100%;
	padding: var(--root-padding);
	overflow: scroll;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-assets-user-balances__list .items::-webkit-scrollbar {
	display: none
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .items {
		position: relative;
		top: -38px;
		align-items: flex-end;
		height: 100%;
		padding: 0 400px 0 24px;
		overflow: hidden
	}
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items {
		position: relative;
		padding: 0 8px;
		overflow: hidden
	}
}

.t-assets-user-balances__list .items.item-one .items__item {
	max-width: 100%
}

.t-assets-user-balances__list .items__item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 342px;
	max-width: 342px;
	height: 187px;
	padding: 16px;
	list-style: none;
	cursor: pointer;
	background: #2c2c2c;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .items__item {
		width: 66.6666666667%;
		max-width: 100%
	}

	.t-assets-user-balances__list .items__item:last-child {
		margin-right: 66.6666666667%
	}
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items__item {
		width: 100%;
		min-width: auto;
		max-width: 296px;
		height: 153px;
		padding: 12px
	}
}

.t-assets-user-balances__list .items__item.is-active {
	z-index: 3;
	color: #fff;
	background: rgba(47, 116, 255, .15);
	border-color: #2f74ff
}

.t-assets-user-balances__list .items__item .accounts {
	display: flex;
	gap: 16px;
	margin-top: 16px
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .items__item .accounts {
		margin-top: 12px
	}
}

.t-assets-user-balances__list .items__item .accounts__item {
	display: flex;
	flex-direction: column-reverse;
	width: calc(50% - 8px)
}

.t-assets-user-balances__list .items__item .accounts__item span {
	font: 600 20px/135% Geologica, sans-serif;
	color: inherit
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .items__item .accounts__item span {
		font: 600 16px/140% Geologica, sans-serif
	}
}

.t-assets-user-balances__list .items__item .accounts__item p {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .items__item .accounts__item p {
		font: 400 12px/140% Geologica, sans-serif
	}
}

.t-assets-user-balances__list .items__item .amount {
	position: relative;
	padding-bottom: 16px;
	font: 700 32px/120% Geologica, sans-serif;
	color: inherit
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items__item .amount {
		padding-bottom: 12px;
		font: 700 24px/32px Geologica, sans-serif
	}
}

.t-assets-user-balances__list .items__item .amount:before {
	position: absolute;
	bottom: 0;
	left: -16px;
	z-index: 2;
	width: calc(100% + 32px);
	height: 1px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjk2IiBoZWlnaHQ9IjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utb3BhY2l0eT0iLjEyIiBzdHJva2UtZGFzaGFycmF5PSI0IDQiIGQ9Ik0wIC41aDI5NiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items__item .amount:before {
		left: -12px;
		width: calc(100% + 24px)
	}
}

.t-assets-user-balances__list .items__item .wallet {
	position: absolute;
	top: 7px;
	right: 0;
	font: 400 14px/140% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-assets-user-balances__list .items__item .wallet {
		top: 18px;
		right: 16px
	}

	.t-assets-user-balances__list .items__item .wallet:has(.t-button, .t-error-page-content-button, .t-promo-events__router, .t-promo-card__action-btn) {
		top: 12px
	}
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items__item .wallet {
		font: 400 12px/140% Geologica, sans-serif
	}
}

.t-assets-user-balances__list .items__item .wallet.making {
	top: 0;
	right: 0
}

.t-assets-user-balances__list .items__item .wallet .t-button,
.t-assets-user-balances__list .items__item .wallet .t-error-page-content-button,
.t-assets-user-balances__list .items__item .wallet .t-promo-card__action-btn,
.t-assets-user-balances__list .items__item .wallet .t-promo-events__router {
	width: 100%;
	min-width: 123px;
	padding: 7px 12px;
	font: 700 12px/100% Geologica, sans-serif;
	letter-spacing: .72px;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4);
	border-radius: 100px
}

.t-assets-user-balances__list .items__item .wallet .t-button:hover,
.t-assets-user-balances__list .items__item .wallet .t-error-page-content-button:hover,
.t-assets-user-balances__list .items__item .wallet .t-promo-card__action-btn:hover,
.t-assets-user-balances__list .items__item .wallet .t-promo-events__router:hover {
	background: transparent;
	border: 1px solid #fff
}

.t-assets-user-balances__list .items__item .wallet .t-button__wrap {
	padding: 0;
	white-space: nowrap
}

.t-assets-user-balances__list .items__item .name {
	display: flex;
	gap: 5px;
	align-items: center;
	height: 28px
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items__item .name {
		margin-bottom: 8px
	}
}

.t-assets-user-balances__list .items__item .name__icon {
	width: 20px;
	height: 20px;
	border-radius: 50%
}

.t-assets-user-balances__list .items__item .name__icon:after {
	font-size: 19px;
	line-height: 32px
}

.t-assets-user-balances__list .items__item .name__icon.t-icon-NZD:after {
	font-size: 13px
}

.t-assets-user-balances__list .items__item .name__text {
	font: 400 14px/140% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-assets-user-balances__list .items__item .name__text {
		font: 400 12px/140% Geologica, sans-serif
	}
}

.t-assets-user-balances__list .items__item .row {
	position: relative;
	flex-shrink: 1
}

.t-assets-user-balances__list .items__item .row .cart-info {
	margin-bottom: 12px
}

.t-assets-user-balances__list .items__item .row:last-child:before {
	content: none
}

.t-assets-details {
	position: relative;
	padding: var(--root-padding);
	padding-bottom: 24px;
	margin: 16px 0 0;
	background: #101010
}

.t-assets-details:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - var(--padding-horizontal)*2);
	height: 1px;
	margin: 0 auto;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-assets-details {
		margin: 0
	}
}

.t-assets-details .amount,
.t-assets-details .t-assets-details__head,
.t-assets-details .title {
	display: none
}

.t-assets-details .action {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	max-width: 342px
}

@media(max-width:767px) {
	.t-assets-details .action {
		justify-content: center
	}
}

.t-assets-details .action .t-button,
.t-assets-details .action .t-error-page-content-button,
.t-assets-details .action .t-promo-card__action-btn,
.t-assets-details .action .t-promo-events__router {
	flex-basis: 50%;
	min-width: 167px
}

@media(max-width:767px) {

	.t-assets-details .action .t-button,
	.t-assets-details .action .t-error-page-content-button,
	.t-assets-details .action .t-promo-card__action-btn,
	.t-assets-details .action .t-promo-events__router {
		max-width: unset
	}
}

.t-assets-account-modal .t-popup__wrap {
	width: 500px;
	overflow: unset
}

@media(max-width:767px) {
	.t-assets-account-modal .t-popup__wrap {
		width: 100%
	}
}

.t-assets-account__select {
	margin: 0 32px
}

@media(max-width:767px) {
	.t-assets-account__select {
		margin: 0 20px
	}
}

.t-assets-account__select .t-select__label {
	top: 50%;
	left: 12px;
	font: 400 16px/140% Geologica, sans-serif;
	transform: translateY(-50%)
}

.t-assets-account__select.t-select_open .t-dropdown {
	max-width: none;
	border: 1px solid #2f74ff;
	border-radius: 12px
}

.t-assets-account__select.t-select_selected .t-select__label {
	top: 12px;
	font: 500 10px/140% Geologica, sans-serif;
	transform: translateY(-50%)
}

.t-assets-account__select .t-dropdown {
	padding: 4px;
	border: none;
	border-radius: 8px
}

@media(max-width:767px) {
	.t-assets-account__select .t-dropdown {
		position: relative;
		max-height: 100%
	}
}

.t-assets-account__select .t-dropdown .t-dropdown__item {
	margin-bottom: 4px
}

.t-assets-account__select .t-dropdown .t-dropdown__item .t-icon-accounts {
	width: 24px;
	height: 24px;
	background-color: hsla(0, 0%, 100%, .1);
	border-radius: 50%
}

.t-assets-account__select .t-dropdown .t-dropdown__item:last-child {
	margin-bottom: 0
}

.t-assets-account__select .t-dropdown .t-dropdown__item-option {
	border-radius: 4px
}

.t-assets-account__select .t-dropdown .t-dropdown__item-option.t-dropdown__item-option_active,
.t-assets-account__select .t-dropdown .t-dropdown__item-option:hover {
	background: rgba(125, 135, 155, .2)
}

.t-assets-account .t-popup__header {
	margin-bottom: 24px;
	font: 600 24px/135% Geologica, sans-serif;
	color: #fff;
	text-align: left
}

.t-assets-account .t-popup__close {
	top: 16px;
	right: 16px
}

.t-assets-account .action {
	padding: 0 32px;
	margin-top: 16px
}

@media(max-width:767px) {
	.t-assets-account .action {
		padding: 0 20px
	}
}

.t-assets-account .action .t-button,
.t-assets-account .action .t-error-page-content-button,
.t-assets-account .action .t-promo-card__action-btn,
.t-assets-account .action .t-promo-events__router {
	padding: 11px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px
}

.t-assets-modal-withdrawal-iframe #devcode_cashier {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.t-assets-modal-withdrawal-iframe .t-popup__body {
	flex-direction: column-reverse
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap {
	width: 100%;
	max-width: 500px !important
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__wallet-qr {
	padding: 16px;
	background: #2c2c2c;
	border-radius: 12px
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__wallet-qr .picture {
	max-width: 120px;
	max-height: 120px;
	margin: auto
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__changer,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__rates {
	font: 500 16px/140% Geologica, sans-serif
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .title {
	display: flex;
	align-items: center
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .title .v-popover {
	display: flex;
	margin: 0 0 0 8px
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields {
	position: relative;
	display: flex;
	margin-top: 8px
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .control {
	flex-grow: 1
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .control .t-input__input input {
	padding-right: 60px
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-button,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-error-page-content-button,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-promo-card__action-btn,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-promo-events__router {
	position: absolute;
	top: 4px;
	right: 4px;
	left: auto;
	padding: 8px 12px;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-button .t-button__icon,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-error-page-content-button .t-button__icon,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-promo-card__action-btn .t-button__icon,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-promo-events__router .t-button__icon {
	width: 22px;
	height: 22px;
	margin-right: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjEgMjIuNzVINi45Yy0zLjkxIDAtNS42NS0xLjc0LTUuNjUtNS42NXYtNC4yYzAtMy45MSAxLjc0LTUuNjUgNS42NS01LjY1aDQuMmMzLjkxIDAgNS42NSAxLjc0IDUuNjUgNS42NXY0LjJjMCAzLjkxLTEuNzQgNS42NS01LjY1IDUuNjV6bS00LjItMTRjLTMuMSAwLTQuMTUgMS4wNS00LjE1IDQuMTV2NC4yYzAgMy4xIDEuMDUgNC4xNSA0LjE1IDQuMTVoNC4yYzMuMSAwIDQuMTUtMS4wNSA0LjE1LTQuMTV2LTQuMmMwLTMuMS0xLjA1LTQuMTUtNC4xNS00LjE1SDYuOXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTcuMSAxNi43NUgxNmMtLjQxIDAtLjc1LS4zNC0uNzUtLjc1di0zLjFjMC0zLjEtMS4wNS00LjE1LTQuMTUtNC4xNUg4Yy0uNDEgMC0uNzUtLjM0LS43NS0uNzVWNi45YzAtMy45MSAxLjc0LTUuNjUgNS42NS01LjY1aDQuMmMzLjkxIDAgNS42NSAxLjc0IDUuNjUgNS42NXY0LjJjMCAzLjkxLTEuNzQgNS42NS01LjY1IDUuNjV6bS0uMzUtMS41aC4zNWMzLjEgMCA0LjE1LTEuMDUgNC4xNS00LjE1VjYuOWMwLTMuMS0xLjA1LTQuMTUtNC4xNS00LjE1aC00LjJjLTMuMSAwLTQuMTUgMS4wNS00LjE1IDQuMTV2LjM1aDIuMzVjMy45MSAwIDUuNjUgMS43NCA1LjY1IDUuNjV2Mi4zNXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-button span,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-error-page-content-button span,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-promo-card__action-btn span,
.t-assets-modal-withdrawal-iframe .t-popup__wrap .t-assets-modal-deposit-crypto__info .addons .fields .copy .t-promo-events__router span {
	display: none
}

.t-assets-modal-withdrawal-iframe__container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 48px 0
}

.t-assets-modal-withdrawal-iframe__container:after {
	position: relative;
	display: block;
	padding-top: 100%;
	content: ""
}

.t-assets-modal-withdrawal-iframe__container .t-iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.t-assets-modal-create-order-modal .t-assets-modal-create-order {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 68px 12px 12px
}

.t-assets-modal-create-order-modal .t-assets-modal-create-order .t-iframe {
	z-index: 2;
	height: auto;
	min-height: 500px !important;
	border-radius: 12px
}

.t-assets-modal-create-order-modal .t-popup__wrap {
	width: 100%;
	padding: 0
}

.t-assets-modal-create-order-modal .t-popup__close {
	top: 12px;
	right: 12px
}

.t-assets-modal-create-order-modal #devcode_cashier {
	position: relative;
	top: 25px
}

.t-assets-modal-create-order-modal_yaspa,
.t-assets-modal-create-order-modal_yaspa_de {
	padding: 20px 0 !important
}

.t-assets-modal-create-order-modal_yaspa .t-popup__wrap,
.t-assets-modal-create-order-modal_yaspa_de .t-popup__wrap {
	width: 100% !important;
	max-width: 500px !important;
	height: 800px;
	max-height: none !important;
	background: #000;
	border-radius: 28px
}

.t-assets-modal-create-order-modal_yaspa .t-assets-modal-create-order,
.t-assets-modal-create-order-modal_yaspa_de .t-assets-modal-create-order {
	height: 100%;
	background: #000;
	border-radius: 28px
}

.t-assets-modal-create-order-modal_yaspa .t-assets-modal-create-order .t-iframe,
.t-assets-modal-create-order-modal_yaspa_de .t-assets-modal-create-order .t-iframe {
	height: 100%
}

.t-klyme-widget-modal .t-popup__wrap {
	background: transparent
}

.t-assets-skeleton.t-assets {
	padding: var(--root-padding)
}

.t-assets-skeleton .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton span {
	border-radius: 12px
}

.t-assets-skeleton .t-assets__sider .head,
.t-assets-skeleton .t-close {
	display: none
}

.t-assets-skeleton .t-assets__sider .head .title .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-assets__sider .head .title .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-assets__sider .head .title .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-assets__sider .head .title .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-assets__sider .head .title .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-assets__sider .head .title .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-assets__sider .head .title .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-assets__sider .head .title .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets__sider .head .title .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets__sider .head .title .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets__sider .head .title span {
	height: 32px
}

.t-assets-skeleton .t-assets__sider .settings,
.t-assets-skeleton .t-assets__sider .wallet-amount {
	display: none
}

.t-assets-skeleton .t-assets__sider .wallet-amount .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-assets__sider .wallet-amount .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets__sider .wallet-amount .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets__sider .wallet-amount .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets__sider .wallet-amount span {
	height: 32px
}

@media screen and (max-width:1023px) {
	.t-assets-skeleton .t-assets__sider .wallet-amount {
		padding: 0 32px
	}
}

.t-assets-skeleton .t-assets-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 262px;
	overflow: hidden;
	background: #1f1f1f;
	border-radius: 12px
}

.t-assets-skeleton .t-assets-details:before {
	display: none
}

@media(max-width:1023px) {
	.t-assets-skeleton .t-assets-details {
		padding: 8px
	}
}

.t-assets-skeleton .t-assets-details__head .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-assets-details__head .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-assets-details__head .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-assets-details__head .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-assets-details__head .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-assets-details__head .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-assets-details__head .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-assets-details__head .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__head .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__head .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets-details__head span {
	max-width: 167px;
	height: 36px
}

.t-assets-skeleton .t-assets-details__balance {
	width: 100%
}

@media(max-width:768px) {
	.t-assets-skeleton .t-assets-details__balance .title {
		display: block;
		margin-bottom: 12px
	}
}

.t-assets-skeleton .t-assets-details__balance .title .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-assets-details__balance .title .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-assets-details__balance .title .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-assets-details__balance .title .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-assets-details__balance .title .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-assets-details__balance .title .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-assets-details__balance .title .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-assets-details__balance .title .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .title .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .title .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets-details__balance .title span {
	max-width: 80px;
	height: 20px
}

.t-assets-skeleton .t-assets-details__balance .amount .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-assets-details__balance .amount .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-assets-details__balance .amount .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-assets-details__balance .amount .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-assets-details__balance .amount .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-assets-details__balance .amount .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-assets-details__balance .amount .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-assets-details__balance .amount .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .amount .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .amount .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets-details__balance .amount span {
	max-width: 220px;
	height: 36px
}

.t-assets-skeleton .t-assets-details__balance .action {
	max-width: 100%
}

.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton .list:after,
.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton .list:before,
.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton:after,
.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton:before,
.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton__content:after,
.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton__content:before,
.t-assets-skeleton .t-assets-details__balance .action .t-sidebar-menu-skeleton span,
.t-assets-skeleton .t-assets-details__balance .action .t-skeleton,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .action .list:after,
.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .action .list:before,
.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets-details__balance .action span {
	width: 100%;
	max-width: 420px;
	height: 200px;
	margin-bottom: -20px
}

@media(max-width:768px) {

	.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton .list:first-child:after,
	.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton .list:first-child:before,
	.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton:first-child:after,
	.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton:first-child:before,
	.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton__content:first-child:after,
	.t-assets-skeleton .t-assets-details__balance .action .t-profile-security-details-skeleton__content:first-child:before,
	.t-assets-skeleton .t-assets-details__balance .action .t-sidebar-menu-skeleton span:first-child,
	.t-assets-skeleton .t-assets-details__balance .action .t-skeleton:first-child,
	.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .action .list:first-child:after,
	.t-profile-security-details-skeleton .t-assets-skeleton .t-assets-details__balance .action .list:first-child:before,
	.t-sidebar-menu-skeleton .t-assets-skeleton .t-assets-details__balance .action span:first-child {
		display: none
	}
}

.t-assets-skeleton .t-assets__sticky {
	position: relative;
	top: 0
}

.t-assets-skeleton .t-assets-changelly {
	display: none
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap {
	max-width: 500px !important
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info {
	overflow: hidden auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info::-webkit-scrollbar {
	display: none
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info__content {
	display: contents
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info__policy {
	padding: 16px 32px 0
}

@media(max-width:767px) {
	.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info__policy {
		padding: 16px 20px 0
	}
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__header {
	position: sticky;
	top: 0;
	z-index: 5;
	background: #101010
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__header h3 {
	font: 700 24px/32px Geologica, sans-serif
}

@media(max-width:767px) {
	.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__header h3 {
		font: 700 20px/28px Geologica, sans-serif
	}
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__header p {
	display: none
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 16px
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .list__item {
	display: flex;
	column-gap: 8px
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .list__item .t-icon {
	width: 24px;
	height: 24px;
	background-size: contain
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .description {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #a9a9a9
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .t-button,
.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .t-error-page-content-button,
.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .t-promo-card__action-btn,
.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__body .t-promo-events__router {
	width: 100%;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .t-popup__close {
	border: none
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__text-btn {
	width: 100%
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__text {
	margin-top: 12px;
	color: #a9a9a9
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__text ul {
	padding-left: 20px
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__text ul li {
	padding-left: 2px;
	margin-bottom: 8px;
	list-style-type: decimal
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__text ul li ul {
	margin-top: 12px;
	margin-left: 12px
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn.is-active {
	color: #fff
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn.is-active span:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7465%) hue-rotate(203deg) brightness(110%) contrast(100%);
	transform: rotate(180deg)
}

@media not all and (pointer:coarse) {
	.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn:hover:not(:disabled) {
		color: #fff
	}

	.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn:hover:not(:disabled) span:after {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7465%) hue-rotate(203deg) brightness(110%) contrast(100%)
	}
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn span {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center
}

.t-popup.t-assets-modal-rakeback-info .t-popup__wrap .t-assets-modal-rakeback-info .policy__btn span:after {
	position: relative;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.79 3.22a.777.777 0 010 1.06l-4.285 4.5A.697.697 0 016 9a.697.697 0 01-.505-.22l-4.286-4.5a.777.777 0 010-1.06.69.69 0 011.01 0L6 7.19l3.78-3.97a.69.69 0 011.01 0z' fill='%23A9A9A9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: all .3s ease-in-out
}

.t-assets-modal-forfeit-bonus .t-popup__wrap {
	max-width: 500px !important
}

.t-assets-modal-forfeit-bonus .t-popup__body,
.t-assets-modal-forfeit-bonus .t-popup__header {
	text-align: left
}

.t-assets-modal-forfeit-bonus .t-popup__action-row {
	padding-bottom: 0
}

.t-assets-modal-forfeit-bonus .t-popup__action-col .t-button,
.t-assets-modal-forfeit-bonus .t-popup__action-col .t-error-page-content-button,
.t-assets-modal-forfeit-bonus .t-popup__action-col .t-promo-card__action-btn,
.t-assets-modal-forfeit-bonus .t-popup__action-col .t-promo-events__router {
	max-width: unset;
	padding: 11px 20px;
	border: 1px solid transparent
}

.t-assets-modal-forfeit-bonus .t-popup__action-col .close.t-error-page-content-button,
.t-assets-modal-forfeit-bonus .t-popup__action-col .close.t-promo-card__action-btn,
.t-assets-modal-forfeit-bonus .t-popup__action-col .close.t-promo-events__router,
.t-assets-modal-forfeit-bonus .t-popup__action-col .t-button.close {
	color: #fff;
	background: none;
	border: 1px solid hsla(0, 0%, 100%, .4)
}

.t-assets-modal-forfeit-bonus .t-popup__action-col .close.t-error-page-content-button:hover,
.t-assets-modal-forfeit-bonus .t-popup__action-col .close.t-promo-card__action-btn:hover,
.t-assets-modal-forfeit-bonus .t-popup__action-col .close.t-promo-events__router:hover,
.t-assets-modal-forfeit-bonus .t-popup__action-col .t-button.close:hover {
	border: 1px solid #fff
}

.t-assets-modal-rakeback-enable .t-popup__wrap {
	max-width: 500px !important
}

.t-assets-modal-rakeback-enable .t-popup__header .t-icon {
	display: none
}

.t-assets-modal-rakeback-enable .description {
	margin: 8px auto;
	text-align: center
}

.t-assets-modal-rakeback-enable .description:before {
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto 12px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzBCQTg3MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTMuMjUgMjdjMCAxNC40OTgtMTEuNzUyIDI2LjI1LTI2LjI1IDI2LjI1Uy43NSA0MS40OTguNzUgMjcgMTIuNTAzLjc1IDI3IC43NSA1My4yNSAxMi41MDMgNTMuMjUgMjdtLTMwIDExLjAzNkw0MS43ODYgMTkuNWwtMy41MzYtMy41MzUtMTUgMTUtNy41LTcuNUwxMi4yMTUgMjd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: contain
}

.t-assets-modal-rakeback-enable .t-button__large {
	padding: 16px 24px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-assets-modal-rollback .t-popup__action {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.t-assets-modal-rollback .t-popup__action .t-button,
.t-assets-modal-rollback .t-popup__action .t-error-page-content-button,
.t-assets-modal-rollback .t-popup__action .t-promo-card__action-btn,
.t-assets-modal-rollback .t-popup__action .t-promo-events__router {
	width: calc(50% - 12px)
}

.t-assets-modal-rollback .t-popup__header {
	margin: 7px 45px 16px 0;
	text-align: left
}

.t-assets-modal-rollback .t-popup__body {
	margin-bottom: 34px
}

.t-modal-withdrawal-control-bonus .t-popup__wrap {
	width: 100%
}

.t-modal-withdrawal-control-bonus .t-popup__header {
	padding-right: 56px
}

.app-assets .t-breadcrumb {
	padding: var(--root-padding)
}

.t-assets {
	background: #101010;
	border-radius: 12px
}

.t-assets__content {
	padding-top: 20px
}

@media screen and (max-width:767px) {
	.t-assets__content {
		padding: 0
	}
}

.t-assets-container.t-container {
	position: relative;
	width: 100%;
	max-width: 1864px;
	margin: 0 auto 24px
}

@media screen and (max-width:767px) {
	.t-assets-container.t-container {
		padding: 0
	}
}

@media screen and (max-width:639px) {
	.t-assets {
		margin-right: 0;
		margin-left: 0
	}
}

@media screen and (max-width:767px) {
	.t-assets {
		padding: 0;
		margin-top: 12px;
		background: none;
		border-radius: 0
	}
}

.t-assets .t-transactions {
	margin: 24px 0 0
}

.t-assets .t-transactions__head {
	margin: 0 0 16px
}

.t-assets .t-transactions__head h1 {
	font: 600 24px/135% Geologica, sans-serif
}

@media screen and (max-width:1023px) {
	.t-assets .t-transactions__wrap {
		grid-gap: 8px
	}
}

.t-assets .t-transactions-list-item {
	gap: 0
}

@media screen and (max-width:767px) {
	.t-assets .t-transactions-list-item__col_amount {
		display: table-cell
	}
}

@media screen and (max-width:767px) {
	.t-assets .t-transactions-list-item__col_amount-balance {
		display: none
	}
}

.t-assets .t-transactions__filter {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
	justify-content: flex-end;
	width: 100%;
	max-width: 600px;
	margin: 0
}

@media(max-width:1365px) {
	.t-assets .t-transactions__filter {
		max-width: fit-content
	}
}

@media(max-width:1023px) {
	.t-assets .t-transactions__filter {
		position: relative;
		top: unset;
		right: unset;
		flex-direction: column-reverse;
		width: 100%;
		max-width: 100%;
		margin: 0 0 41px
	}
}

.t-assets .t-transactions .t-transactions__dropdown-item {
	display: flex;
	gap: 0 12px
}

.t-assets .t-transactions .t-transactions__dropdown-item span {
	flex: 10%
}

.t-assets .t-transactions .t-transactions__dropdown-item strong {
	flex: 75%
}

.t-assets-card {
	display: none
}

.t-game-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
	display: flex;
	flex-direction: column;
	width: 100%
}

.t-game-progress-bar__top {
	display: flex;
	gap: 4px;
	align-items: center;
	width: 100%;
	padding: 8px;
	background: #101010
}

.t-game-progress-bar__top-level {
	display: flex;
	grid-area: level;
	align-items: center
}

.t-game-progress-bar__top-level-button {
	position: relative;
	z-index: 5;
	padding: 0 0 2px;
	font: 400 10px/15px Geologica, sans-serif;
	color: #fff;
	background: none;
	border: none;
	border-radius: 0
}

.t-game-progress-bar__top-level-button:active,
.t-game-progress-bar__top-level-button:focus,
.t-game-progress-bar__top-level-button:hover {
	background: none;
	border: none
}

.t-game-progress-bar__top-level-button:active:before,
.t-game-progress-bar__top-level-button:focus:before,
.t-game-progress-bar__top-level-button:hover:before {
	content: none
}

.t-game-progress-bar__top-level_open .t-tooltip {
	transform: translate3d(7px, 31px, 0) !important
}

.t-game-progress-bar__top-level_open .t-tooltip .t-popover-inner {
	max-width: 280px
}

.t-game-progress-bar__top-level_open .t-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(31, 31, 31, .5)
}

.t-game-progress-bar__action {
	display: flex;
	gap: 4px
}

.t-game-progress-bar__action .t-button,
.t-game-progress-bar__action .t-error-page-content-button,
.t-game-progress-bar__action .t-promo-card__action-btn,
.t-game-progress-bar__action .t-promo-events__router {
	width: 32px;
	height: 32px;
	padding: 0;
	margin-right: 8px;
	background: #2c2c2c;
	border-radius: 100px
}

@media not all and (pointer:coarse) {

	.t-game-progress-bar__action .t-button:hover:not(:disabled),
	.t-game-progress-bar__action .t-error-page-content-button:hover:not(:disabled),
	.t-game-progress-bar__action .t-promo-card__action-btn:hover:not(:disabled),
	.t-game-progress-bar__action .t-promo-events__router:hover:not(:disabled) {
		background: #5d5d5d
	}

	.t-game-progress-bar__action .t-button:hover:not(:disabled):before,
	.t-game-progress-bar__action .t-error-page-content-button:hover:not(:disabled):before,
	.t-game-progress-bar__action .t-promo-card__action-btn:hover:not(:disabled):before,
	.t-game-progress-bar__action .t-promo-events__router:hover:not(:disabled):before {
		opacity: 0
	}
}

.t-game-progress-bar__action .t-button:active:before,
.t-game-progress-bar__action .t-button:focus-visible:before,
.t-game-progress-bar__action .t-button:focus:before,
.t-game-progress-bar__action .t-button:hover:before,
.t-game-progress-bar__action .t-error-page-content-button:active:before,
.t-game-progress-bar__action .t-error-page-content-button:focus-visible:before,
.t-game-progress-bar__action .t-error-page-content-button:focus:before,
.t-game-progress-bar__action .t-error-page-content-button:hover:before,
.t-game-progress-bar__action .t-promo-card__action-btn:active:before,
.t-game-progress-bar__action .t-promo-card__action-btn:focus-visible:before,
.t-game-progress-bar__action .t-promo-card__action-btn:focus:before,
.t-game-progress-bar__action .t-promo-card__action-btn:hover:before,
.t-game-progress-bar__action .t-promo-events__router:active:before,
.t-game-progress-bar__action .t-promo-events__router:focus-visible:before,
.t-game-progress-bar__action .t-promo-events__router:focus:before,
.t-game-progress-bar__action .t-promo-events__router:hover:before {
	background: transparent
}

.t-game-progress-bar__bottom {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	padding: 4px 8px 8px;
	background: #101010;
	border-radius: 0 0 16px 16px
}

.t-game-progress-bar__percent {
	grid-area: percent;
	align-self: center;
	font: 400 10px/15px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: right
}

.t-game-progress-bar__progress {
	display: grid;
	grid-template-areas: "level percent deposit""line line deposit";
	grid-template-columns: auto min-content min-content;
	width: 100%
}

.t-game-progress-bar__progress .deposit {
	grid-area: deposit;
	min-width: 89px;
	height: 32px;
	padding: 7px 40px 7px 12px;
	margin-left: 12px;
	font: 700 12px/100% Geologica, sans-serif;
	color: #fff;
	background: #2c2c2c
}

.t-game-progress-bar__progress .deposit .t-button__wrap {
	justify-content: start
}

.t-game-progress-bar__progress .deposit:after {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 6;
	width: 32px;
	height: 32px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMTYiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAzNF8yNykiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2IDIzYTcgNyAwIDEwMC0xNCA3IDcgMCAwMDAgMTR6bS0uNjY3LTEwLjY2N3YzaC0zdjEuMzM0aDN2M2gxLjMzNHYtM2gzdi0xLjMzNGgtM3YtM2gtMS4zMzR6IiBmaWxsPSIjZmZmIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDM0XzI3IiB4MT0iMTkiIHkxPSIwIiB4Mj0iMjAuMzA0IiB5Mj0iMzEuOTQ5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzJGNzRGRiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBBNEJDQSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	transform: translateY(-50%)
}

.t-game-progress-bar__progress .deposit:hover:before {
	opacity: 0
}

.t-game-progress-bar__lock {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px
}

.t-game-progress-bar__lock .trigger {
	width: 100%;
	height: 100%
}

.t-game-progress-bar__lock .t-button,
.t-game-progress-bar__lock .t-error-page-content-button,
.t-game-progress-bar__lock .t-promo-card__action-btn,
.t-game-progress-bar__lock .t-promo-events__router {
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 4px
}

.t-game-progress-bar__lock .t-button:before,
.t-game-progress-bar__lock .t-error-page-content-button:before,
.t-game-progress-bar__lock .t-promo-card__action-btn:before,
.t-game-progress-bar__lock .t-promo-events__router:before {
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 4px
}

.t-game-progress-bar__lock .t-button .t-button__wrap,
.t-game-progress-bar__lock .t-error-page-content-button .t-button__wrap,
.t-game-progress-bar__lock .t-promo-card__action-btn .t-button__wrap,
.t-game-progress-bar__lock .t-promo-events__router .t-button__wrap {
	width: 100%;
	height: 100%;
	padding: 0
}

.t-game-progress-bar__lock .t-button .t-button__wrap .t-icon-lock,
.t-game-progress-bar__lock .t-error-page-content-button .t-button__wrap .t-icon-lock,
.t-game-progress-bar__lock .t-promo-card__action-btn .t-button__wrap .t-icon-lock,
.t-game-progress-bar__lock .t-promo-events__router .t-button__wrap .t-icon-lock {
	width: 13px;
	height: 13px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E5QTlBOSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMiA0LjMzNGE0IDQgMCAxMTggMFY1aDJ2OC42NjdIMFY1aDJ6bS0uNjY2IDJ2Nmg5LjMzM3YtNnpNOC42NjcgNUgzLjMzM3YtLjY2N2EyLjY2NyAyLjY2NyAwIDExNS4zMzQgMHptLTIgM3YyLjY2N0g1LjMzM1Y4eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t-game-progress-bar__lock_open.t-tooltip {
	max-width: 267px
}

.t-game-progress-bar__lock_open.t-tooltip strong {
	font-weight: 600
}

.t-game-progress-bar__lock_open .t-button,
.t-game-progress-bar__lock_open .t-error-page-content-button,
.t-game-progress-bar__lock_open .t-promo-card__action-btn,
.t-game-progress-bar__lock_open .t-promo-events__router {
	z-index: 4
}

.t-game-progress-bar__lock_open .t-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(31, 31, 31, .5)
}

.t-game-progress-bar__line {
	display: flex;
	grid-area: line;
	width: 100%
}

.t-game-progress-bar__line .trigger {
	width: 100%
}

.t-game-progress-bar__line .t-progress-line {
	z-index: 1;
	display: flex;
	width: 100%;
	border: none
}

.t-game-progress-bar__line .t-progress-line__progress:before {
	display: none
}

.t-game-progress-bar__line_open.t-tooltip {
	max-width: 280px;
	transform: translate3d(7px, 31px, 0) !important
}

.t-game-progress-bar__line_open .t-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(31, 31, 31, .5)
}

.t-game-progress-bar__playreal {
	min-width: 125px;
	padding: 10px 12px;
	margin-left: 8px;
	font: 700 12px/100% Geologica, sans-serif;
	letter-spacing: .72px;
	white-space: nowrap;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%);
	border-radius: 100px
}

.t-game-progress-bar__playreal:hover {
	color: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-game-progress-bar__playreal:hover:before {
	opacity: 0
}

.t-game-progress-bar__arrow {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	background: #2c2c2c;
	border-radius: 100px
}

@media not all and (pointer:coarse) {
	.t-game-progress-bar__arrow:hover:not(:disabled) {
		background: transparent
	}

	.t-game-progress-bar__arrow:hover:not(:disabled):before {
		opacity: 0
	}
}

.t-game-progress-bar__arrow:active:before,
.t-game-progress-bar__arrow:focus-visible:before,
.t-game-progress-bar__arrow:focus:before,
.t-game-progress-bar__arrow:hover:before {
	background: transparent
}

.t-game-progress-bar__arrow .t-icon-circle {
	position: absolute;
	top: -7px;
	right: 7px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%
}

.t-game-progress-bar__arrow .t-icon-circle_red {
	background: #ff5a00
}

.t-game-progress-bar__arrow_open .t-icon-arrow-down {
	transform: scaleY(-1)
}

.t-game-progress-bar .t-game-progress-info__action {
	display: flex;
	margin-top: 8px
}

.t-game-progress-bar .t-game-progress-info__action .t-button,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router {
	flex-grow: 1;
	min-width: 40px;
	height: 36px;
	padding: 0;
	color: #fff;
	background: transparent;
	border-radius: 0
}

.t-game-progress-bar .t-game-progress-info__action .t-button-heart.t-error-page-content-button,
.t-game-progress-bar .t-game-progress-info__action .t-button-heart.t-promo-card__action-btn,
.t-game-progress-bar .t-game-progress-info__action .t-button-heart.t-promo-events__router,
.t-game-progress-bar .t-game-progress-info__action .t-button.t-button-heart {
	border-right: 1px solid hsla(0, 0%, 100%, .1);
	border-left: 1px solid hsla(0, 0%, 100%, .1)
}

@media not all and (pointer:coarse) {

	.t-game-progress-bar .t-game-progress-info__action .t-button:hover:not(:disabled),
	.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button:hover:not(:disabled),
	.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn:hover:not(:disabled),
	.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router:hover:not(:disabled) {
		background: transparent
	}

	.t-game-progress-bar .t-game-progress-info__action .t-button:hover:not(:disabled):before,
	.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button:hover:not(:disabled):before,
	.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn:hover:not(:disabled):before,
	.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router:hover:not(:disabled):before {
		opacity: 0
	}
}

.t-game-progress-bar .t-game-progress-info__action .t-button:active:before,
.t-game-progress-bar .t-game-progress-info__action .t-button:focus-visible:before,
.t-game-progress-bar .t-game-progress-info__action .t-button:focus:before,
.t-game-progress-bar .t-game-progress-info__action .t-button:hover:before,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button:active:before,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button:focus-visible:before,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button:focus:before,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button:hover:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn:active:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn:focus-visible:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn:focus:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn:hover:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router:active:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router:focus-visible:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router:focus:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router:hover:before {
	background: transparent
}

.t-game-progress-bar .t-game-progress-info__action .t-button .t-icon,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button .t-icon,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn .t-icon,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router .t-icon {
	width: 20px;
	height: 20px
}

.t-game-progress-bar .t-game-progress-info__action .t-button .t-icon-search:before,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button .t-icon-search:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn .t-icon-search:before,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router .t-icon-search:before {
	content: none
}

.t-game-progress-bar .t-game-progress-info__action .t-button .t-icon-heart,
.t-game-progress-bar .t-game-progress-info__action .t-error-page-content-button .t-icon-heart,
.t-game-progress-bar .t-game-progress-info__action .t-promo-card__action-btn .t-icon-heart,
.t-game-progress-bar .t-game-progress-info__action .t-promo-events__router .t-icon-heart {
	filter: brightness(0) saturate(100%) invert(78%) sepia(1%) saturate(0) hue-rotate(11deg) brightness(87%) contrast(90%)
}

.t-game-progress-bar .t-game-progress-info__action .t-button-exit {
	display: none
}

.t-game-progress-bar .t-game-progress-info__balance {
	width: 100%
}

.t-game-progress-bar .t-game-progress-info__bonus {
	width: 100%;
	padding: 12px 16px 8px;
	margin-top: 8px;
	background: #2b2b2b;
	border-radius: 10px
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus {
	display: flex;
	flex-direction: column;
	gap: 2px
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus__name {
	font: 600 16px/24px Geologica, sans-serif
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus__progress {
	display: flex;
	gap: 16px;
	align-items: center
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus__progress span {
	font: 400 14px/20px Geologica, sans-serif;
	color: #a9a9a9
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus__progress .t-progress-line {
	border: none
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus__info {
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9
}

.t-game-progress-bar .t-game-progress-info__bonus .t-bar-bonus__info b {
	font-weight: 700;
	color: #fff
}

.t-game-progress-bar .t-bar-balance {
	margin-top: 7px
}

.t-game-progress-bar .t-bar-balance__all {
	display: none
}

.t-game-progress-bar .t-bar-balance__detail span {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 12px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	background: #1f1f1f;
	border-radius: 12px;
	margin-top: 4px
}

.t-game-progress-bar .t-bar-balance__detail span b {
	font: 600 14px/140% Geologica, sans-serif;
	color: #fff
}

.page-game.is-mobile .t-header,
.page-game.is-mobile .t-header__share-dialog,
.page-game.is-mobile .t-sidebar-menu__wrap,
.t-button-pwa__label,
.t-game-progress-bar .t-bar-balance__deposit,
.t-header__share-dialog {
	display: none
}

.t-promo-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 260px;
	max-width: 320px;
	min-height: 340px;
	overflow: hidden;
	cursor: pointer;
	background: #1f1f1f;
	border-radius: 16px
}

@media(max-width:1023px) {
	.t-promo-card {
		min-width: 260px
	}
}

.t-promo-card.t-promo-card-hot-events .t-promo-card__info-date {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 100%;
	font: 500 12px/140% Geologica, sans-serif;
	text-align: center
}

.t-promo-card-casino .t-promo-card__action {
	align-items: flex-end
}

.t-promo-card-casino .t-promo-card__action .t-button,
.t-promo-card-casino .t-promo-card__action .t-error-page-content-button,
.t-promo-card-casino .t-promo-card__action .t-promo-card__action-btn,
.t-promo-card-casino .t-promo-card__action .t-promo-events__router {
	height: 48px
}

@media(max-width:767px) {

	.t-promo-card-casino .t-promo-card__action .t-button:hover,
	.t-promo-card-casino .t-promo-card__action .t-error-page-content-button:hover,
	.t-promo-card-casino .t-promo-card__action .t-promo-card__action-btn:hover,
	.t-promo-card-casino .t-promo-card__action .t-promo-events__router:hover {
		color: #fff;
		background: transparent;
		border: 1px solid hsla(0, 0%, 100%, .4)
	}
}

.t-promo-card-casino .t-promo-card__action-btn {
	width: calc(100% - 44px);
	margin-right: auto
}

.t-promo-card-casino .t-promo-card__action-btn-info {
	position: relative;
	width: 40px;
	padding: 0;
	font-size: 0;
	background: #393939
}

.t-promo-card-casino .t-promo-card__action-btn-info:hover:before {
	opacity: 1
}

.t-promo-card-casino .t-promo-card__info-title .title {
	font: 500 14px/140% Geologica, sans-serif;
	text-align: center
}

.t-promo-card-archive {
	opacity: .4
}

.t-promo-card__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%
}

.t-promo-card__img .img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(../images/promo-card.8c8e98f.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

.t-promo-card__img .icon {
	display: none
}

.t-promo-card__img-text {
	position: relative;
	z-index: 1;
	display: block;
	width: calc(100% - 32px);
	max-height: 84px;
	margin-top: 184px;
	margin-left: 16px;
	overflow: hidden;
	text-align: center
}

.t-promo-card__img-text_info,
.t-promo-card__img-text_percent {
	display: block;
	font: 400 28px/100% Geologica, sans-serif
}

.t-promo-card__img-text_info {
	text-transform: uppercase
}

.t-promo-card__img-text_subtitle {
	display: block;
	font: 400 28px/100% Geologica, sans-serif;
	text-transform: uppercase;
	white-space: normal
}

.t-promo-card__info {
	z-index: 1;
	display: flex;
	flex: 1 1 100%;
	flex-direction: column;
	gap: 4px;
	justify-content: end;
	height: 100%;
	padding: 0 16px
}

.t-promo-card__info-date {
	display: none
}

.t-promo-card__info-title {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.t-promo-card__info-title .title {
	overflow: hidden;
	font: 500 14px/140% Geologica, sans-serif;
	text-align: center;
	white-space: normal
}

.t-promo-card__info-title .t-icon-info {
	display: none
}

.t-promo-card__info-text {
	text-align: center;
	text-overflow: ellipsis;
	white-space: normal
}

.t-promo-card__info-text,
.t-promo-card__info-text b {
	font: 800 30px/110% Geologica, sans-serif
}

.t-promo-card__action {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 8px;
	justify-content: center;
	width: 100%;
	padding: 0 16px 16px;
	margin-top: auto
}

.t-promo-card__action-btn {
	width: 100%;
	height: 48px;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-promo-card__action-btn:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-promo-card__action-btn:hover:before {
	opacity: 0
}

.t-promo-card__action-btn-info {
	width: 48px;
	min-width: 48px;
	padding: 14px 22px;
	font-size: 0;
	background: #393939;
	border-radius: 100px
}

.t-promo-card__action-btn-info:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zMzMgMi41YTcuNSA3LjUgMCAxMDAgMTUgNy41IDcuNSAwIDAwMC0xNXpNMS4xNjcgMTBBOS4xNjcgOS4xNjcgMCAxMTE5LjUgMTBhOS4xNjcgOS4xNjcgMCAwMS0xOC4zMzMgMHpNOS41IDUuODMzaDEuNjc1VjcuNUg5LjVWNS44MzN6bTEuNjY3IDMuMzM0djVIOS41di01aDEuNjY3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translate(-50%, -50%)
}

.t-promo-card__action-btn-info:hover {
	background: #5d5d5d
}

.t-promo-card__action-btn-info:hover:before {
	opacity: 0
}

.t-promo-card-hot-events .t-promo-card__action .t-promo-card__action-btn .t-button__wrap {
	width: auto
}

.t-promo-card-hot-events .t-promo-card__action .t-promo-card__action-btn:after {
	width: 20px;
	height: 20px;
	margin-left: 6px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNDk1IDNsNy4wMDYgNy03LjAwNiA3LTEuMTc4LTEuMTc3IDQuOTk2LTQuOTkxSDMuODM0VjkuMTY4aDEwLjQ4TDkuMzE2IDQuMTc3eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.t-promo-events-skeleton__title {
	width: 200px;
	height: 40px
}

.t-promo-events-skeleton__wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 14px
}

@media screen and (max-width:767px) {
	.t-promo-events-skeleton__wrapper {
		gap: 6px;
		width: 100%;
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.t-promo-events-skeleton__wrapper::-webkit-scrollbar {
		display: none
	}
}

.t-promo-events-skeleton__card {
	width: 240px;
	height: 322px;
	border-radius: 12px
}

@media screen and (max-width:767px) {
	.t-promo-events-skeleton__card {
		min-width: 240px
	}
}

.t-promo-events-skeleton__wrap {
	width: 100%;
	height: 68px;
	margin-top: 32px
}

.t-promo-events-skeleton__btn {
	height: 100%;
	border-radius: 12px
}

.t-promo-events-modal {
	padding: 32px
}

@media(max-width:767px) {
	.t-promo-events-modal {
		padding: 20px 20px 24px
	}
}

.t-promo-events-modal__title {
	width: 100%;
	padding: 0 24px;
	margin-bottom: 8px;
	font: 400 20px/135% Geologica, sans-serif;
	color: #fff;
	text-align: center
}

@media(max-width:767px) {
	.t-promo-events-modal__title {
		font: 400 16px/140% Geologica, sans-serif
	}
}

.t-promo-events-modal__subtitle {
	width: 100%;
	margin-bottom: 8px;
	font: 700 32px/120% Geologica, sans-serif;
	color: #fff;
	text-align: center
}

@media(max-width:767px) {
	.t-promo-events-modal__subtitle {
		font: 700 24px/135% Geologica, sans-serif
	}
}

.t-promo-events-modal__info {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	height: auto
}

.t-promo-events-modal__info-img {
	display: none
}

.t-promo-events-modal__info-description {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	font: 400 16px/140% Geologica, sans-serif
}

.t-promo-events-modal__info-description span {
	color: #a9a9a9
}

.t-promo-events-modal__info-description p {
	color: #a9a9a9;
	text-align: center
}

.t-promo-events-modal__info-description p:not(li>p)+p {
	margin-top: 8px
}

.t-promo-events-modal__info-description table {
	position: relative;
	width: 100%;
	margin: 16px 0 0;
	border-collapse: collapse;
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.t-promo-events-modal__info-description table thead {
	color: #a9a9a9;
	text-align: left
}

.t-promo-events-modal__info-description table thead th {
	font: 400 16px/24px Geologica, sans-serif;
	font-weight: 400
}

.t-promo-events-modal__info-description table thead th:last-child {
	text-align: right
}

.t-promo-events-modal__info-description table tbody {
	text-align: left
}

.t-promo-events-modal__info-description table tbody tr {
	padding: 4px 0
}

.t-promo-events-modal__info-description table tbody tr:first-child td {
	padding: 16px 0 4px
}

.t-promo-events-modal__info-description table tbody tr:last-child td {
	padding: 4px 0 0
}

.t-promo-events-modal__info-description table tbody tr td {
	padding: 4px 0;
	font: 400 16px/24px Geologica, sans-serif
}

.t-promo-events-modal__info-description table tbody td:last-child {
	color: #fff;
	text-align: right;
	text-wrap: nowrap
}

.t-promo-events-modal__info-description table tbody td:first-child {
	color: #a9a9a9
}

.t-promo-events-modal__info-description table tbody td:only-child {
	color: #fff;
	text-align: left
}

.t-promo-events-modal__policy {
	display: flex;
	justify-content: center;
	margin: 12px 0 0
}

.t-promo-events-modal__policy .policy-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.t-promo-events-modal__policy .policy-btn:hover:not(:disabled) {
		color: #fff
	}
}

.t-promo-events-modal__action {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 16px 0 0
}

.t-promo-events-modal__action .t-button,
.t-promo-events-modal__action .t-error-page-content-button,
.t-promo-events-modal__action .t-promo-card__action-btn,
.t-promo-events-modal__action .t-promo-events__router {
	width: 100%;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-promotions-promocode-modal__desc {
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-promotions-promocode-modal__action .t-button,
.t-promotions-promocode-modal__action .t-error-page-content-button,
.t-promotions-promocode-modal__action .t-promo-card__action-btn,
.t-promotions-promocode-modal__action .t-promo-events__router {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-promotions-promocode-modal .t-popup__body {
	gap: 16px
}

.t-promo-events {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	min-height: calc(100vh - 553px);
	overflow-x: hidden
}

@media(max-width:1023px) {
	.t-promo-events {
		overflow-x: visible
	}
}

.t-promo-events__item {
	order: 2;
	width: 100%
}

@media(max-width:767px) {
	.t-promo-events__item.current {
		margin-bottom: 20px
	}
}

.t-promo-events__title {
	margin-bottom: 16px;
	font: 600 20px/135% Geologica, sans-serif
}

.t-promo-events .t-promotions__title {
	display: flex;
	align-items: center;
	order: -1;
	margin-bottom: 32px;
	font: 700 32px/120% Geologica, sans-serif;
	text-align: left
}

@media(max-width:991px) {
	.t-promo-events .t-promotions__title {
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.t-promo-events .t-promotions__title {
		width: 100%;
		margin-bottom: 8px
	}
}

@media(max-width:479px) {
	.t-promo-events .t-promotions__title {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-promo-events__coupon {
	order: 1;
	width: max-content
}

@media(max-width:767px) {
	.t-promo-events__coupon {
		width: 100%;
		max-width: calc(50% - 4px)
	}

	.t-promo-events__coupon .t-button,
	.t-promo-events__coupon .t-error-page-content-button,
	.t-promo-events__coupon .t-promo-card__action-btn,
	.t-promo-events__coupon .t-promo-events__router {
		width: 100%
	}
}

@media(max-width:767px)and (max-width:767px) {

	.t-promo-events__coupon .t-button:hover,
	.t-promo-events__coupon .t-error-page-content-button:hover,
	.t-promo-events__coupon .t-promo-card__action-btn:hover,
	.t-promo-events__coupon .t-promo-events__router:hover {
		color: #fff;
		background: transparent;
		border: 1px solid hsla(0, 0%, 100%, .4)
	}
}

.t-promo-events__coupon-title {
	display: none
}

.t-promo-events__router {
	order: 0;
	height: fit-content;
	margin-right: 8px;
	margin-left: auto
}

@media(max-width:767px) {
	.t-promo-events__router {
		width: 100%;
		max-width: calc(50% - 6px);
		margin-right: 0;
		margin-bottom: 24px;
		margin-left: unset
	}

	.t-promo-events__router:hover {
		color: #fff;
		background: transparent;
		border: 1px solid hsla(0, 0%, 100%, .4)
	}
}

.t-promo-events__content {
	position: relative;
	width: 100%;
	margin-bottom: 16px
}

@media(max-width:991px) {
	.t-promo-events__content {
		margin-bottom: 12px
	}
}

.t-promo-events__promo-list {
	position: relative;
	width: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-promo-events__promo-list::-webkit-scrollbar {
	display: none
}

@media(max-width:1023px) {
	.t-promo-events__promo-list {
		flex-wrap: nowrap;
		width: calc(100% + var(--padding-horizontal)*2);
		padding-right: var(--padding-horizontal);
		padding-left: var(--padding-horizontal);
		margin-right: calc(var(--padding-horizontal)*-1);
		margin-left: calc(var(--padding-horizontal)*-1)
	}
}

@media(max-width:991px) {
	.t-promo-events__promo-list {
		gap: 12px
	}
}

@media(max-width:767px) {
	.t-promo-events__promo-list {
		gap: 8px
	}
}

.t-promo-events__promo-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px
}

.t-promo-events__mock {
	display: flex;
	flex-direction: column
}

.page-game .t-email-confirm {
	display: none
}

.t-email-confirm {
	display: flex;
	width: 100%;
	padding: 12px;
	font: 600 12px/140% Geologica, sans-serif;
	color: #fff;
	background: #2c5fc7
}

.t-email-confirm .email-confirm__content {
	display: flex;
	gap: 12px;
	align-items: center;
	max-width: 800px;
	margin: 0 auto
}

@media(max-width:768px) {
	.t-email-confirm .email-confirm__content {
		align-items: flex-start
	}
}

.t-email-confirm .email-confirm__content-icon .t-icon {
	width: 24px;
	height: 24px
}

@media(max-width:768px) {
	.t-email-confirm .email-confirm__content-icon .t-icon {
		margin-top: 3px
	}
}

.t-email-confirm .email-confirm__content-text.timer {
	display: inherit
}

@media(max-width:768px) {
	.t-email-confirm .email-confirm__content-text.timer {
		display: block
	}
}

.t-email-confirm .email-confirm__content-description {
	display: inline
}

.t-email-confirm .email-confirm__content span {
	font-weight: 500;
	white-space: nowrap
}

.t-email-confirm .email-confirm__content span .white:after,
.t-email-confirm .email-confirm__content span .white:before {
	content: " "
}

.t-email-confirm .email-confirm__content span .black {
	color: #fff;
	text-decoration: underline;
	cursor: pointer
}

.t-email-confirm .email-confirm__content .t-countdown {
	display: inline-block;
	pointer-events: none
}

.t-email-confirm .email-confirm__content .t-countdown__group-date {
	display: flex;
	min-width: 44px;
	font-weight: 500
}

.t-email-confirm .email-confirm__content .t-countdown__group-date:before {
	content: "("
}

.t-email-confirm .email-confirm__content .t-countdown__group-date:after {
	content: ")"
}

.t-email-confirm .email-confirm__content .t-countdown__date {
	position: relative
}

.t-email-confirm .email-confirm__content .t-countdown__date:first-child,
.t-email-confirm .email-confirm__content .t-countdown__date:nth-child(2) {
	display: none
}

.t-email-confirm .email-confirm__content .t-countdown__date:not(:last-child) .digit:after {
	content: ":"
}

@media(max-width:767px) {
	.NotFound404 .t-error-page-wrap {
		transform: translateY(-50px)
	}
}

.somethingWrong .t-error-page-wrap {
	max-width: 770px
}

@media screen and (max-width:1365px) {
	.somethingWrong .t-error-page-wrap {
		max-width: 680px
	}
}

@media screen and (max-width:767px) {
	.somethingWrong .t-error-page-wrap {
		max-width: 296px
	}
}

.somethingWrong .t-error-page-content-text {
	display: none
}

.somethingWrong .t-error-page-content-text:last-child {
	display: block
}

@media screen and (max-width:1365px) {
	.accessDenied .t-error-page-wrap {
		max-width: 635px
	}
}

@media screen and (max-width:767px) {
	.accessDenied .t-error-page-wrap {
		max-width: 296px;
		transform: translateY(-50px)
	}
}

.countryError .t-error-page-wrap {
	max-width: 740px
}

@media screen and (max-width:1365px) {
	.countryError .t-error-page-wrap {
		max-width: 600px
	}
}

@media(max-width:767px) {
	.countryError .t-error-page-wrap {
		max-width: 296px;
		transform: translateY(-50px)
	}
}

.countryError .t-error-page-content-info,
.countryError .t-error-page-content-text_sub-title {
	display: none
}

.t-error-page.soon .t-error-page-wrap {
	max-width: 660px
}

@media(max-width:1365px) {
	.t-error-page.soon .t-error-page-wrap {
		max-width: 700px
	}
}

@media screen and (max-width:1023px) {
	.t-error-page.soon .t-error-page-wrap {
		max-width: 640px;
		transform: translateY(-65px)
	}
}

@media(max-width:767px) {
	.t-error-page.soon .t-error-page-wrap {
		max-width: 300px;
		transform: translateY(-35px)
	}
}

.technicalWork .t-error-page-content-text {
	display: none
}

.technicalWork .t-error-page-content-text:last-child {
	display: block
}

.page-error {
	background-color: #101010
}

.t-error-page {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 120px);
	height: calc(100vh - 120px);
	margin: 60px;
	background: radial-gradient(165.1% 116.24% at 50% -16.24%, #ffdb38 3.14%, #ff5043 47.81%, #181818 72.62%);
	border-radius: 16px
}

@media screen and (max-width:1023px) {
	.t-error-page {
		width: calc(100% - 48px);
		height: calc(100vh - 48px);
		margin: 24px
	}
}

@media screen and (max-width:767px) {
	.t-error-page {
		width: calc(100% - 32px);
		height: calc(100vh - 32px);
		margin: 16px
	}
}

.t-error-page-wrap {
	max-width: 600px;
	transform: translateY(-115px)
}

@media screen and (max-width:1365px) {
	.t-error-page-wrap {
		max-width: 600px;
		transform: translateY(-80px)
	}
}

@media screen and (max-width:1023px) {
	.t-error-page-wrap {
		max-width: 640px;
		transform: translateY(-65px)
	}
}

@media(max-width:767px) {
	.t-error-page-wrap {
		max-width: 296px;
		transform: translateY(-35px)
	}
}

.t-error-page-img {
	position: relative;
	z-index: 0;
	display: flex;
	width: 100%;
	max-width: 1040px;
	overflow: hidden
}

@media screen and (max-width:1365px) {
	.t-error-page-img {
		max-width: 750px
	}
}

@media screen and (max-width:1023px) {
	.t-error-page-img {
		align-items: center;
		text-align: center
	}
}

@media(max-width:767px) {
	.t-error-page-img {
		max-width: 100%
	}
}

.t-error-page-img img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

@media screen and (max-width:1023px) {
	.t-error-page-img img {
		object-fit: cover
	}
}

.t-error-page-content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.t-error-page-content-title {
	font: 700 56px/110% Geologica, sans-serif;
	text-align: center
}

@media screen and (max-width:1365px) {
	.t-error-page-content-title {
		font: 700 48px/110% Geologica, sans-serif
	}
}

@media(max-width:767px) {
	.t-error-page-content-title {
		font: 700 32px/120% Geologica, sans-serif
	}
}

.t-error-page-content-text,
.t-error-page-content .t-link {
	font: 400 20px/135% Geologica, sans-serif
}

@media(max-width:1365px) {

	.t-error-page-content-text,
	.t-error-page-content .t-link {
		font: 400 16px/140% Geologica, sans-serif
	}
}

.t-error-page-content-text {
	margin: 20px 0 0;
	color: #a9a9a9;
	text-align: center
}

@media(max-width:767px) {
	.t-error-page-content-text {
		margin: 16px 0 0;
		text-align: center
	}
}

.t-error-page-content-info {
	display: flex;
	gap: 12px;
	justify-content: center;
	width: 100%;
	max-width: 460px
}

@media screen and (max-width:767px) {
	.t-error-page-content-info {
		flex-direction: column
	}
}

.t-error-page-content-info+.t-error-page-content-info {
	margin: 16px 0 0
}

@media screen and (max-width:767px) {
	.t-error-page-content-info+.t-error-page-content-info {
		margin: 24px 0 0
	}
}

.t-error-page-content-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 225px;
	padding: 19px 20px;
	margin: 32px 0 0;
	font: 700 18px/100% Geologica, sans-serif;
	letter-spacing: 1.08px;
	cursor: pointer;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

@media(max-width:767px) {
	.t-error-page-content-button {
		width: 100%;
		margin: 24px 0 0
	}
}

.t-error-page-content-button:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-error-page-content-button:hover:before {
	opacity: 0
}

.t-modal-fund-skeleton-global .t-popup__close {
	top: 24px;
	right: 24px;
	pointer-events: none;
	border-color: #e6e6eb
}

.t-modal-fund-skeleton-global .t-popup__close:after,
.t-modal-fund-skeleton-global .t-popup__close:before {
	background: #41414b
}

.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton .list:after,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton .list:before,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-popup__header .t-sidebar-menu-skeleton span,
.t-modal-fund-skeleton .t-popup__header .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-popup__header .list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-popup__header .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-popup__header span {
	width: 120px;
	height: 28px;
	border-radius: 8px
}

.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton .list:last-child:after,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton .list:last-child:before,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton:last-child:after,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton:last-child:before,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton__content:last-child:after,
.t-modal-fund-skeleton .t-popup__header .t-profile-security-details-skeleton__content:last-child:before,
.t-modal-fund-skeleton .t-popup__header .t-sidebar-menu-skeleton span:last-child,
.t-modal-fund-skeleton .t-popup__header .t-skeleton:last-child,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-popup__header .list:last-child:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-popup__header .list:last-child:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-popup__header span:last-child {
	display: none
}

.t-modal-fund-skeleton.t-popup {
	padding: 0
}

.t-modal-fund-skeleton .t-popup__wrap {
	padding: 0;
	border: none
}

@media screen and (max-width:767px) {
	.t-modal-fund-skeleton .t-popup__wrap {
		height: 100%;
		margin: 0
	}
}

.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .title {
	width: 64px;
	height: 20px;
	border-radius: 8px
}

.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton:after+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton:after+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton:before+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton:before+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:after+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:after+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:before+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:before+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-sidebar-menu-skeleton .list:after+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-sidebar-menu-skeleton .list:before+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-skeleton+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .t-skeleton+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-profile-security-details-skeleton:after+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-profile-security-details-skeleton:before+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content:after+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content:before+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-profile-security-details-skeleton span+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-profile-security-details-skeleton span+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .t-skeleton+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .list:after+span,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton .list:before+span,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-sidebar-menu-skeleton span+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+.list:before,
.t-profile-security-details-skeleton .t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.list:after,
.t-profile-security-details-skeleton .t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton .list:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton__content:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton span+.list:after,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-profile-security-details-skeleton span+.list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .t-skeleton+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.t-profile-security-details-skeleton:after,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.t-profile-security-details-skeleton:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.t-profile-security-details-skeleton__content:after,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.t-profile-security-details-skeleton__content:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+.t-skeleton,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses span+span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:after+span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-bonuses .list:before+span {
	height: 84px;
	margin: 12px 0 0;
	border-radius: 12px
}

.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount {
	margin: 24px 0 0
}

.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .title {
	width: 140px;
	height: 20px;
	border-radius: 8px
}

.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton .list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton .list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-sidebar-menu-skeleton span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input span {
	height: 44px;
	margin: 12px 0 0;
	border-radius: 8px
}

.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton .list:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton .list:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-sidebar-menu-skeleton span,
.t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group span {
	height: 44px;
	border-radius: 8px
}

.t-modal-fund-skeleton .t-fund-skeleton-payment-method {
	margin: 24px 0 0
}

.t-modal-fund-skeleton .t-fund-skeleton-payment-method .title {
	width: 140px;
	height: 20px;
	border-radius: 8px
}

.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:after+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:after+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:before+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:before+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:after+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:after+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:before+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:before+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-sidebar-menu-skeleton .list:after+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-sidebar-menu-skeleton .list:before+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-skeleton+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-skeleton+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton:after+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton:before+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content:after+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content:before+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton span+.list:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton span+.list:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-skeleton+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-skeleton,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+span,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .list:after+span,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .list:before+span,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+.list:before,
.t-profile-security-details-skeleton .t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.list:after,
.t-profile-security-details-skeleton .t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton span+.list:after,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton span+.list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .t-skeleton+span,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton:after,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton__content:after,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton__content:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+.t-skeleton,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method span+span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:after+span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-skeleton-payment-method .list:before+span {
	height: 48px;
	margin: 12px 0 0;
	border-radius: 12px
}

.t-modal-fund-skeleton .t-fund-fee {
	margin: 52px 0 0
}

.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton .list:after,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton .list:before,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-sidebar-menu-skeleton span,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-fee .t-fund-fee__processing span {
	width: 164px;
	height: 22px;
	border-radius: 12px
}

.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton .list:after,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton .list:before,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-sidebar-menu-skeleton span,
.t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton .t-fund-fee .t-fund-fee__total span {
	width: 180px;
	height: 22px;
	border-radius: 12px
}

.t-modal-fund-skeleton__action {
	display: flex;
	margin: 16px 0 0
}

.t-modal-fund-skeleton__action .t-profile-security-details-skeleton .list:after,
.t-modal-fund-skeleton__action .t-profile-security-details-skeleton .list:before,
.t-modal-fund-skeleton__action .t-profile-security-details-skeleton:after,
.t-modal-fund-skeleton__action .t-profile-security-details-skeleton:before,
.t-modal-fund-skeleton__action .t-profile-security-details-skeleton__content:after,
.t-modal-fund-skeleton__action .t-profile-security-details-skeleton__content:before,
.t-modal-fund-skeleton__action .t-sidebar-menu-skeleton span,
.t-modal-fund-skeleton__action .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-skeleton__action .list:after,
.t-profile-security-details-skeleton .t-modal-fund-skeleton__action .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-skeleton__action span {
	height: 44px;
	border-radius: 8px
}

.t-fund-deposit-bonuses__title {
	margin-bottom: 8px;
	font: 600 16px/24px Geologica, sans-serif
}

.t-fund-deposit-bonuses__details {
	position: relative;
	padding: 16px 12px;
	background-color: #2c2c2c;
	border: 1px solid hsla(0, 0%, 100%, .15);
	border-radius: 12px
}

.t-fund-deposit-bonuses__details .bonus {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between
}

.t-fund-deposit-bonuses__details .bonus__info {
	display: flex;
	flex-direction: column
}

.t-fund-deposit-bonuses__details .bonus__info .label {
	font: 400 10px/15px Geologica, sans-serif
}

.t-fund-deposit-bonuses__details .bonus__info .item {
	display: flex;
	gap: 12px;
	align-items: center;
	font: 400 14px/20px Geologica, sans-serif
}

.t-fund-deposit-bonuses__details .bonus__button {
	width: auto;
	padding: 12px 20px;
	font: 700 14px/100% Geologica, sans-serif;
	background: linear-gradient(180deg, #ff593b, #d33013)
}

@media not all and (pointer:coarse) {
	.t-fund-deposit-bonuses__details .bonus__button:hover:not(:disabled) {
		background: linear-gradient(180deg, #ff694f, #e33a1c)
	}
}

.t-fund-deposit-bonuses__details .radio-group {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.t-fund-deposit-bonuses__details .radio-group .t-radio {
	height: 22px
}

@media(max-width:767px) {
	.t-fund-deposit-bonuses__details .radio-group .t-radio {
		height: auto
	}
}

.t-fund-deposit-bonuses__details .radio-group .t-radio .t-radio__label {
	width: 100%;
	white-space: normal
}

.t-fund-deposit-bonuses__details .radio-group .t-radio .t-icon {
	width: 20px;
	height: 20px;
	font-size: 0;
	color: transparent;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMmE4IDggMCAxMDAgMTYgOCA4IDAgMDAwLTE2TTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMG05LTMuNmExIDEgMCAwMTEtMWguMDA5YTEgMSAwIDExMCAySDEwYTEgMSAwIDAxLTEtMU0xMCA5YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTBhMSAxIDAgMDExLTEiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/contain;
	border: none;
	opacity: .6
}

.t-fund-deposit-bonuses__details .radio-group .t-radio .t-icon:hover {
	opacity: 1
}

.t-fund-deposit-amount__title {
	margin-bottom: 8px;
	font: 500 16px/140% Geologica, sans-serif
}

.t-fund-deposit-amount__input .t-input__wrap .t-input__input input {
	border-right: 1px solid hsla(0, 0%, 100%, .1);
	transition: all .3s ease-in-out
}

.t-fund-deposit-amount__input .t-input__wrap .t-input__input input:focus:hover {
	border-right: none
}

.t-fund-deposit-amount__input .t-input__wrap:focus-within .t-input__input input,
.t-fund-deposit-amount__input .t-input__wrap:hover .t-input__input input {
	border: 1px solid #2f74ff;
	border-right: none;
	box-shadow: none
}

.t-fund-deposit-amount__input .t-input__wrap:focus-within .t-input__select .t-select__choose,
.t-fund-deposit-amount__input .t-input__wrap:hover .t-input__select .t-select__choose {
	border: 1px solid #2f74ff;
	box-shadow: none
}

.t-fund-deposit-amount__input .t-icon {
	display: none
}

.t-fund-deposit-amount__input .t-select__dropdown {
	right: 0;
	left: auto
}

.t-fund-deposit-amount__note {
	display: flex;
	align-items: center;
	margin: 8px 0 0
}

.t-fund-deposit-amount__note .t-icon {
	display: none
}

.t-fund-deposit-amount__note span {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #d82e39
}

.t-fund-deposit-amount__btn-group {
	display: flex;
	gap: 4px;
	margin: 8px 0 0
}

.t-fund-deposit-amount__btn-group .btn {
	width: 100%;
	padding: 8px 12px;
	font: 400 14px/140% Geologica, sans-serif;
	text-align: center;
	cursor: pointer;
	background: #2c2c2c;
	border-radius: 10px;
	transition: all .3s ease-in-out
}

.t-fund-deposit-amount__btn-group .btn.active,
.t-fund-deposit-amount__btn-group .btn:hover {
	background: #2f74ff
}

.t-fund-payment-method__title {
	font: 500 16px/140% Geologica, sans-serif
}

.t-fund-payment-method__title+.t-fund-payment-method__select {
	margin: 12px 0 0
}

.t-fund-payment-method__payment-verify {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #ff3246
}

.t-fund-payment-method__payment-verify .t-icon {
	width: 24px;
	height: 24px
}

.t-fund-payment-method__select .t-icon {
	min-width: 85px;
	min-height: 26px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-fund-payment-method__select .t-select__dropdown {
	max-height: 155px
}

.t-fund-payment-method__select .t-select__value {
	flex: auto
}

.t-fund-payment-method__select .t-dropdown__item .t-dropdown__item-option,
.t-fund-payment-method__select .t-select__value span {
	text-transform: capitalize
}

.t-fund-payment-method__grid {
	--gap: 4px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + var(--gap));
	height: 100%;
	max-height: 504px;
	padding: 8px 0 24px;
	margin: 0 0 0 calc(var(--gap)*-1)
}

@media(max-width:767px) {
	.t-fund-payment-method__grid {
		padding-bottom: 20px
	}
}

.t-fund-payment-method__grid-item {
	position: relative;
	width: calc(33.33333% - var(--gap));
	height: 52px;
	margin: var(--gap) 0 0 var(--gap);
	cursor: pointer;
	background: #2c2c2c;
	background-size: cover;
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-fund-payment-method__grid-item:only-child {
	width: 100%;
	margin: var(--gap) 0 0 var(--gap)
}

.t-fund-payment-method__grid-item.active,
.t-fund-payment-method__grid-item:hover {
	border: 1px solid #2f74ff
}

.t-fund-payment-method__grid-item img {
	width: 100%;
	height: 100%;
	padding: 5px;
	object-fit: contain
}

.t-fund-payment-method__grid-item-extra:before {
	background: #9173d2
}

.t-fund-payment-method__grid-item-extra:after {
	border-top: 2px solid #735aaf
}

.t-fund-payment-method__grid-item-popular:before {
	background: #e65f9b
}

.t-fund-payment-method__grid-item-popular:after {
	border-top: 2px solid #cd2d78
}

.t-fund-payment-method__grid-item-alternative:before {
	background: #ff8e25
}

.t-fund-payment-method__grid-item-alternative:after {
	border-top: 2px solid #d9761b
}

.t-fund-payment-method__two-fa {
	display: none
}

.t-fund-payment-method__description {
	max-width: 250px;
	margin: 8px 0 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	color: #a9a9b8
}

.t-fund-payment-method__no-withdrawal {
	margin: 16px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #ff3246
}

.t-fund-payment-method__no-withdrawal .t-icon-attention {
	display: none
}

.t-fund-withdrawal-available {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 16px;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-fund-withdrawal-available__info {
	display: flex;
	gap: 6px;
	align-items: center
}

.t-fund-withdrawal-available__info .title {
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-fund-withdrawal-available__amount {
	font: 600 20px/135% Geologica, sans-serif
}

.t-fund-withdrawal-available .v-popover {
	display: flex
}

.t-fund-withdrawal-available .v-popover .t-icon {
	width: 20px;
	height: 20px;
	font-size: 0;
	color: transparent;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMmE4IDggMCAxMDAgMTYgOCA4IDAgMDAwLTE2TTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMG05LTMuNmExIDEgMCAwMTEtMWguMDA5YTEgMSAwIDExMCAySDEwYTEgMSAwIDAxLTEtMU0xMCA5YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTBhMSAxIDAgMDExLTEiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/contain;
	border: none;
	opacity: .6
}

.t-fund-withdrawal-available .v-popover .t-icon:hover {
	opacity: 1
}

.t-fund-withdrawal-amount {
	position: relative;
	margin-top: 16px
}

.t-fund-withdrawal-amount__input .t-input__wrap .t-input__input input {
	border-right: 1px solid hsla(0, 0%, 100%, .1);
	transition: all .3s ease-in-out
}

.t-fund-withdrawal-amount__input .t-input__wrap .t-input__input input:focus:hover {
	border-right: none
}

.t-fund-withdrawal-amount__input .t-input__wrap:focus-within .t-input__input input,
.t-fund-withdrawal-amount__input .t-input__wrap:hover .t-input__input input {
	border: 1px solid #2f74ff;
	border-right: none;
	box-shadow: none
}

.t-fund-withdrawal-amount__input .t-input__wrap:focus-within .t-input__select .t-select__choose,
.t-fund-withdrawal-amount__input .t-input__wrap:hover .t-input__select .t-select__choose {
	border: 1px solid #2f74ff;
	box-shadow: none
}

.t-fund-withdrawal-amount__title {
	margin-bottom: 8px;
	font: 500 16px/140% Geologica, sans-serif
}

.t-fund-withdrawal-amount__input .t-icon {
	display: none
}

.t-fund-withdrawal-amount__input .t-dropdown {
	right: 0;
	left: auto
}

.t-fund-withdrawal-amount__no-withdrawal {
	margin-top: 16px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #ff3246
}

.t-fund-withdrawal-amount__no-withdrawal .t-icon-attention {
	display: none
}

.t-fund-withdrawal-amount__max-withdrawal {
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #ff3246
}

.t-fund-withdrawal-amount__max-withdrawal+.t-fund-withdrawal-amount__min-withdrawal {
	margin-top: 12px
}

.t-fund-withdrawal-amount__min-withdrawal {
	position: absolute;
	top: 0;
	right: 0;
	font: 400 14px/140% Geologica, sans-serif
}

.t-fund-withdrawal-amount__min-withdrawal span {
	color: #2f74ff
}

.t-fund-withdrawal-amount__min-withdrawal span:hover {
	color: #568dfe
}

.t-fund-withdrawal-amount__btn-group {
	display: flex;
	gap: 4px;
	margin-top: 12px
}

.t-fund-withdrawal-amount__btn-group .btn {
	width: 100%;
	padding: 8px;
	font: 600 12px/14px Geologica, sans-serif;
	text-align: center;
	cursor: pointer;
	border: 1px solid hsla(0, 0%, 100%, .4);
	border-radius: 10px;
	transition: all .3s ease-in-out
}

.t-fund-withdrawal-amount__btn-group .btn:hover {
	border-color: #fff
}

.t-fund-withdrawal-amount__btn-group .btn.active {
	color: #101010;
	background: #ff5739;
	border-color: #ff5739
}

.t-fund-fee {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	color: #a9a9a9
}

.t-fund-fee__processing {
	font: 400 14px/140% Geologica, sans-serif
}

.t-fund-fee__processing+.t-fund-fee__total {
	margin: 4px 0 0
}

.t-fund-fee__processing span {
	font: 600 14px/140% Geologica, sans-serif
}

.t-fund-fee__total {
	font: 400 14px/140% Geologica, sans-serif
}

.t-fund-fee__total .total {
	font: 600 14px/140% Geologica, sans-serif
}

.t-fund-change-method {
	position: relative
}

.t-fund-change-method__details {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	background: #2c2c2c;
	border-radius: 12px
}

.t-fund-change-method__picture {
	width: 100%;
	height: 32px
}

@media screen and (max-width:767px) {
	.t-fund-change-method__picture {
		overflow: hidden
	}
}

.t-fund-change-method__picture img {
	height: 100%;
	object-fit: contain
}

.t-fund-change-method__button {
	width: auto;
	padding: 0;
	overflow: initial;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: right;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	background: none;
	border: none
}

.t-fund-change-method__button:active,
.t-fund-change-method__button:focus,
.t-fund-change-method__button:hover {
	background: none;
	border: none
}

.t-fund-change-method__info {
	display: none;
	gap: 12px;
	align-items: center;
	margin: 12px 0 0;
	cursor: pointer
}

.t-fund-change-method__info span {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #ff5a00;
	text-transform: capitalize
}

.t-fund-cryptocurrency-select {
	margin: 16px 0 0
}

.t-fund-cryptocurrency-select__title {
	font: 500 16px/140% Geologica, sans-serif
}

.t-fund-cryptocurrency-select__item {
	margin: 12px 0 0
}

.t-fund-accordion {
	display: none
}

.t-fund-accordion__checkbox {
	margin: 8px 0 0
}

.t-fund-accordion__checkbox .t-checkbox__block-label {
	color: #aaaab9
}

.t-fund-accordion.t-main-accordion {
	position: relative;
	padding: 16px 12px;
	margin: 0 0 12px;
	background: #e6e6eb;
	border-radius: 12px
}

.t-fund-accordion.t-main-accordion:before {
	position: absolute;
	top: -2px;
	left: -2px;
	padding: 0 4px;
	font-family: Poppins, sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	color: #fff;
	content: attr(data-text);
	background: #9173d2;
	border-radius: 2px 2px 2px 0
}

.t-fund-accordion.t-main-accordion:after {
	position: absolute;
	top: 12px;
	left: -2px;
	width: 0;
	height: 0;
	content: "";
	border-left: 2px solid transparent
}

.t-fund-accordion.t-main-accordion.extra:before {
	background: #9173d2
}

.t-fund-accordion.t-main-accordion.extra:after {
	border-top: 2px solid #735aaf
}

.t-fund-accordion.t-main-accordion.popular:before {
	background: #e65f9b
}

.t-fund-accordion.t-main-accordion.popular:after {
	border-top: 2px solid #cd2d78
}

.t-fund-accordion.t-main-accordion.alternative:before {
	background: #ff8e25
}

.t-fund-accordion.t-main-accordion.alternative:after {
	border-top: 2px solid #d9761b
}

.t-fund-accordion.t-main-accordion .t-main-accordion-content {
	display: flex;
	gap: 8px;
	align-items: flex-start
}

.t-fund-accordion.t-main-accordion .t-main-accordion-text {
	width: 100%;
	height: 18px;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px
}

.t-fund-accordion.t-main-accordion .t-main-accordion-text div {
	max-width: 332px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.t-fund-accordion.t-main-accordion .t-main-accordion-text-decorate {
	display: none
}

.t-fund-accordion.t-main-accordion .t-main-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin: 0;
	font-size: 0
}

.t-fund-accordion.t-main-accordion .t-main-accordion-toggle:after {
	width: 8px;
	height: 8px;
	margin: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNSAyLjVsMy41IDMgMy41LTMiIHN0cm9rZT0iIzQxNDE0QiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+")
}

.t-fund-accordion.t-main-accordion.is-open .t-main-accordion-text {
	height: 100%
}

.t-fund-accordion.t-main-accordion.is-open .t-main-accordion-text div {
	white-space: normal
}

.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .title {
	width: 100%;
	height: 44px;
	border-radius: 8px
}

.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton .list:after,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton .list:before,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton:after,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton:before,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton__content:after,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton__content:before,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-sidebar-menu-skeleton span,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .list:after,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input span {
	height: 44px;
	margin: 40px 0 0;
	border-radius: 8px
}

.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton .list:after,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton .list:before,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton:after,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton:before,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton__content:after,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton__content:before,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-sidebar-menu-skeleton span,
.t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .list:after,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-deposit-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group span {
	height: 44px;
	border-radius: 8px
}

.t-modal-fund-deposit-skeleton .t-fund-skeleton-payment-method {
	display: none
}

.t-modal-fund-deposit-skeleton .t-fund-fee {
	margin: 24px 0 0
}

.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton .list:after,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton .list:before,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton:after,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton:before,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton__content:after,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton__content:before,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-sidebar-menu-skeleton span,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .list:after,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__processing span {
	width: 164px;
	height: 22px;
	border-radius: 12px
}

.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton .list:after,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton .list:before,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton:after,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton:before,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton__content:after,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton__content:before,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-sidebar-menu-skeleton span,
.t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .list:after,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-deposit-skeleton .t-fund-fee .t-fund-fee__total span {
	width: 180px;
	height: 22px;
	border-radius: 12px
}

.t-modal-fund-deposit-skeleton__action {
	display: flex;
	margin: 16px 0 0
}

.t-modal-fund-deposit-skeleton__action .t-profile-security-details-skeleton .list:after,
.t-modal-fund-deposit-skeleton__action .t-profile-security-details-skeleton .list:before,
.t-modal-fund-deposit-skeleton__action .t-profile-security-details-skeleton:after,
.t-modal-fund-deposit-skeleton__action .t-profile-security-details-skeleton:before,
.t-modal-fund-deposit-skeleton__action .t-profile-security-details-skeleton__content:after,
.t-modal-fund-deposit-skeleton__action .t-profile-security-details-skeleton__content:before,
.t-modal-fund-deposit-skeleton__action .t-sidebar-menu-skeleton span,
.t-modal-fund-deposit-skeleton__action .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton__action .list:after,
.t-profile-security-details-skeleton .t-modal-fund-deposit-skeleton__action .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-deposit-skeleton__action span {
	height: 44px;
	border-radius: 8px
}

.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available {
	padding: 0
}

.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton .list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton .list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-sidebar-menu-skeleton span,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available span {
	height: 86px;
	border-radius: 12px
}

.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton .list:last-child:after,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton .list:last-child:before,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton:last-child:after,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton:last-child:before,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton__content:last-child:after,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-profile-security-details-skeleton__content:last-child:before,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-sidebar-menu-skeleton span:last-child,
.t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .t-skeleton:last-child,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .list:last-child:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available .list:last-child:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-withdrawal-available span:last-child {
	display: none
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount {
	margin: 24px 0 0
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .title {
	width: 140px;
	height: 20px;
	border-radius: 8px
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton .list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton .list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-sidebar-menu-skeleton span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__input span {
	height: 44px;
	margin: 12px 0 0;
	border-radius: 8px
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton .list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton .list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-sidebar-menu-skeleton span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-deposit-amount .t-fund-deposit-amount__btn-group span {
	height: 44px;
	border-radius: 8px
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method {
	margin: 24px 0 0
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .title {
	width: 140px;
	height: 20px;
	border-radius: 8px
}

.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:after+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:after+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:before+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton:before+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:after+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:after+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:before+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-profile-security-details-skeleton__content:before+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-sidebar-menu-skeleton .list:after+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-sidebar-menu-skeleton .list:before+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-skeleton+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .t-skeleton+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton:after+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton:before+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content:after+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton__content:before+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton span+.list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-profile-security-details-skeleton span+.list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .t-skeleton+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.t-skeleton,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+span,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton__content:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.t-profile-security-details-skeleton__content:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+.t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .list:after+span,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton .list:before+span,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-sidebar-menu-skeleton span+.list:before,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+.list:before,
.t-profile-security-details-skeleton .t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.list:after,
.t-profile-security-details-skeleton .t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton .list:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:after+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton__content:before+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton span+.list:after,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-profile-security-details-skeleton span+.list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .t-skeleton+span,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton:after,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton__content:after,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.t-profile-security-details-skeleton__content:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+.t-skeleton,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method span+span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:after+span,
.t-sidebar-menu-skeleton .t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-skeleton-payment-method .list:before+span {
	height: 48px;
	margin: 12px 0 0;
	border-radius: 12px
}

.t-modal-fund-withdrawal-skeleton .t-fund-fee {
	margin: 52px 0 0
}

.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton .list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton .list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-sidebar-menu-skeleton span,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__processing span {
	width: 164px;
	height: 22px;
	border-radius: 12px
}

.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton .list:after,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton .list:before,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-sidebar-menu-skeleton span,
.t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton .t-fund-fee .t-fund-fee__total span {
	width: 180px;
	height: 22px;
	border-radius: 12px
}

.t-modal-fund-withdrawal-skeleton__action {
	display: flex;
	margin: 16px 0 0
}

.t-modal-fund-withdrawal-skeleton__action .t-profile-security-details-skeleton .list:after,
.t-modal-fund-withdrawal-skeleton__action .t-profile-security-details-skeleton .list:before,
.t-modal-fund-withdrawal-skeleton__action .t-profile-security-details-skeleton:after,
.t-modal-fund-withdrawal-skeleton__action .t-profile-security-details-skeleton:before,
.t-modal-fund-withdrawal-skeleton__action .t-profile-security-details-skeleton__content:after,
.t-modal-fund-withdrawal-skeleton__action .t-profile-security-details-skeleton__content:before,
.t-modal-fund-withdrawal-skeleton__action .t-sidebar-menu-skeleton span,
.t-modal-fund-withdrawal-skeleton__action .t-skeleton,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton__action .list:after,
.t-profile-security-details-skeleton .t-modal-fund-withdrawal-skeleton__action .list:before,
.t-sidebar-menu-skeleton .t-modal-fund-withdrawal-skeleton__action span {
	height: 44px;
	border-radius: 8px
}

.t-fund-withdrawal-payment-method {
	margin-top: 16px
}

.t-fund-withdrawal-payment-method__title {
	margin-bottom: 12px;
	font: 500 16px/140% Geologica, sans-serif
}

.t-fund-withdrawal-payment-method__payment-verify {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 8px 0 12px
}

.t-fund-withdrawal-payment-method__payment-verify+.t-fund-withdrawal-payment-method__select {
	margin: 8px 0 0
}

.t-fund-withdrawal-payment-method__payment-verify .t-icon {
	display: none
}

.t-fund-withdrawal-payment-method__payment-verify span {
	width: 100%;
	font: 400 12px/17px Geologica, sans-serif;
	color: #ff5739
}

.t-fund-withdrawal-payment-method__select .t-icon {
	min-width: 85px;
	min-height: 26px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-fund-withdrawal-payment-method__select .t-select__value {
	flex: auto
}

.t-fund-withdrawal-payment-method__select .t-dropdown__item .t-dropdown__item-option,
.t-fund-withdrawal-payment-method__select .t-select__value span {
	text-transform: capitalize
}

.t-fund-withdrawal-payment-method__description {
	max-width: 250px;
	margin: 8px 0 0;
	font: 400 10px/15px Geologica, sans-serif;
	color: #fff
}

.t-fund-withdrawal-payment-method__grid {
	--gap: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	width: 100%;
	margin-bottom: 16px
}

.t-fund-withdrawal-payment-method__grid-item {
	position: relative;
	display: flex;
	flex-grow: 1;
	max-width: calc(33.33333% - var(--gap)*2/3);
	height: 52px;
	cursor: pointer;
	background: #2c2c2c;
	background-size: cover;
	border-radius: 8px;
	transition: all .3s ease-in-out
}

.t-fund-withdrawal-payment-method__grid-item-coinspaid {
	order: -1
}

.t-fund-withdrawal-payment-method__grid-item:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	content: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuMDc4IDEwYS42OTIuNjkyIDAgMDEtLjU0Ni0uMjQ3TC4yMTUgNS45NDJDLjA3MiA1Ljc3NyAwIDUuNTYgMCA1LjI5MmMwLS4yNy4wNzItLjQ4Ni4yMTUtLjY1YS42OTIuNjkyIDAgMDEuNTQ2LS4yNDdjLjIyMSAwIC40MDMuMDgyLjU0Ni4yNDZsMi43NzEgMy4xODRMMTAuNjczLjI0N0EuNzAzLjcwMyAwIDAxMTEuMjMgMGEuNy43IDAgMDEuNTU1LjI0N2MuMTQzLjE2NC4yMTUuMzc3LjIxNS42NCAwIC4yNjEtLjA3Mi40NzQtLjIxNS42MzhsLTcuMTYgOC4yMjhhLjY4OC42ODggMCAwMS0uMjU0LjE5MS43NDYuNzQ2IDAgMDEtLjI5My4wNTZ6IiBmaWxsPSIjRENGRjAwIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	border: 1px solid red;
	border-radius: 8px;
	opacity: 0;
	transition: all .3s ease-in-out
}

.t-fund-withdrawal-payment-method__grid-item.active {
	background-size: 12px 10px;
	border: 1px solid #0ba870
}

.t-fund-withdrawal-payment-method__grid-item.active:hover:before {
	content: unset
}

.t-fund-withdrawal-payment-method__grid-item.active:after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgN2w1IDVMMTcgMSIgc3Ryb2tlPSIjMTRGMDg3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
	background-position: 50%;
	background-size: 18px 18px;
	border: 1px solid #0ba870;
	opacity: 1
}

.t-fund-withdrawal-payment-method__grid-item.blocked.active {
	border: 1px solid #d82e39
}

.t-fund-withdrawal-payment-method__grid-item.blocked.active:after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDBhNSA1IDAgMDAtNSA1djEuMTI2QzEuMjc1IDYuNTcgMCA4LjEzNiAwIDEwdjZhNCA0IDAgMDA0IDRoOGE0IDQgMCAwMDQtNHYtNmE0LjAwMiA0LjAwMiAwIDAwLTMtMy44NzRWNWE1IDUgMCAwMC01LTV6TTQgOGg4YTIgMiAwIDAxMiAydjZhMiAyIDAgMDEtMiAySDRhMiAyIDAgMDEtMi0ydi02YTIgMiAwIDAxMi0yem03LTJ2MUg1VjVhMyAzIDAgMDE2IDB2MXptLTIgNmExIDEgMCAwMS0uNS44NjZWMTQuNWEuNS41IDAgMDEtMSAwdi0xLjYzNEExIDEgMCAxMTkgMTJ6IiBmaWxsPSIjRkYzMjQ2Ii8+PC9zdmc+");
	background-size: 10px 14px;
	border: 1px solid #d82e39;
	opacity: 1
}

.t-fund-withdrawal-payment-method__grid-item.blocked.active:before {
	content: unset
}

.t-fund-withdrawal-payment-method__grid-item img {
	width: 100%;
	height: 100%;
	padding: 5px;
	object-fit: contain
}

.t-fund-withdrawal-payment-method__no-withdrawal,
.t-fund-withdrawal-payment-method__two-fa {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 12px 0 16px
}

@media(max-width:767px) {

	.t-fund-withdrawal-payment-method__no-withdrawal,
	.t-fund-withdrawal-payment-method__two-fa {
		margin: 12px 0 18px
	}
}

.t-fund-withdrawal-payment-method__no-withdrawal+.t-modal-fund__action,
.t-fund-withdrawal-payment-method__two-fa+.t-modal-fund__action {
	margin: 32px 0 0
}

.t-fund-withdrawal-payment-method__no-withdrawal .t-icon,
.t-fund-withdrawal-payment-method__two-fa .t-icon {
	display: none
}

.t-fund-withdrawal-payment-method__no-withdrawal span,
.t-fund-withdrawal-payment-method__two-fa span {
	width: 100%;
	font: 400 12px/17px Geologica, sans-serif;
	color: #ff5739
}

.t-fund-withdrawal-payment-method__no-withdrawal span {
	max-width: 300px
}

.t-fund-withdrawal-payment-method__payment-description {
	margin-bottom: 8px;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	transition: all .3s ease-in-out
}

.t-fund-withdrawal-payment-method__payment-description.attention {
	color: #d82e39
}

@media screen and (max-width:767px) {
	.t-fund-deposit-address {
		margin: 24px 0
	}
}

.t-fund-deposit-address__switch-block {
	display: flex;
	gap: 17px;
	margin-top: 20px
}

.t-fund-deposit-address__switch-text {
	font-family: Saira, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: hsla(0, 0%, 100%, .7)
}

.t-fund-deposit-address__destination-tag {
	margin: 10px 0
}

.t-fund-deposit-address__title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px
}

.t-fund-deposit-address__title>span {
	margin-right: 10px
}

.t-fund-deposit-address__fields {
	display: flex;
	gap: 12px;
	width: 100%;
	margin: 9px 0 0
}

@media screen and (max-width:767px) {
	.t-fund-deposit-address__fields {
		flex-direction: column
	}
}

.t-fund-deposit-address__fields+.t-fund-deposit-address__title {
	margin: 12px 0 0
}

.t-fund-deposit-address__fields-input {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}

.t-fund-deposit-address__fields-input .t-input {
	width: 100%
}

.t-fund-deposit-address__fields-btn-copy {
	display: flex;
	flex-wrap: wrap
}

@media screen and (max-width:767px) {

	.t-fund-deposit-address__fields-btn-copy .t-button,
	.t-fund-deposit-address__fields-btn-copy .t-error-page-content-button,
	.t-fund-deposit-address__fields-btn-copy .t-promo-card__action-btn,
	.t-fund-deposit-address__fields-btn-copy .t-promo-events__router {
		width: 100%
	}
}

.t-fund-deposit-address__fields-btn-copy .t-button .t-button__wrap,
.t-fund-deposit-address__fields-btn-copy .t-error-page-content-button .t-button__wrap,
.t-fund-deposit-address__fields-btn-copy .t-promo-card__action-btn .t-button__wrap,
.t-fund-deposit-address__fields-btn-copy .t-promo-events__router .t-button__wrap {
	padding: 10px
}

.t-fund-deposit-address__fields-btn-copy .t-button .t-button__wrap .t-icon,
.t-fund-deposit-address__fields-btn-copy .t-error-page-content-button .t-button__wrap .t-icon,
.t-fund-deposit-address__fields-btn-copy .t-promo-card__action-btn .t-button__wrap .t-icon,
.t-fund-deposit-address__fields-btn-copy .t-promo-events__router .t-button__wrap .t-icon {
	width: 22px;
	height: 22px;
	margin: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAySDh2Mkg2VjBoMTZ2MTZoLTR2LTJoMlYyek02IDEwaDJ2NGg0djJINnYtNnpNMiA4aDEydjEySDJWOHpNMCA2aDE2djE2SDBWNnoiIGZpbGw9IiMxMzA1MzEiLz48L3N2Zz4=")
}

@media screen and (max-width:767px) {

	.t-fund-deposit-address__fields-btn-copy .t-button .t-button__wrap .t-icon,
	.t-fund-deposit-address__fields-btn-copy .t-error-page-content-button .t-button__wrap .t-icon,
	.t-fund-deposit-address__fields-btn-copy .t-promo-card__action-btn .t-button__wrap .t-icon,
	.t-fund-deposit-address__fields-btn-copy .t-promo-events__router .t-button__wrap .t-icon {
		margin: 0 12px 0 0
	}
}

.t-fund-deposit-address__fields-btn-copy .t-button .t-button__wrap span,
.t-fund-deposit-address__fields-btn-copy .t-error-page-content-button .t-button__wrap span,
.t-fund-deposit-address__fields-btn-copy .t-promo-card__action-btn .t-button__wrap span,
.t-fund-deposit-address__fields-btn-copy .t-promo-events__router .t-button__wrap span {
	display: none
}

@media screen and (max-width:767px) {

	.t-fund-deposit-address__fields-btn-copy .t-button .t-button__wrap span,
	.t-fund-deposit-address__fields-btn-copy .t-error-page-content-button .t-button__wrap span,
	.t-fund-deposit-address__fields-btn-copy .t-promo-card__action-btn .t-button__wrap span,
	.t-fund-deposit-address__fields-btn-copy .t-promo-events__router .t-button__wrap span {
		display: block
	}
}

.t-fund-deposit-address__info {
	margin-top: 16px
}

.t-fund-deposit-address__sections {
	margin: 24px 0 0
}

.t-fund-deposit-address__sections .t-tabs .t-tabs__body {
	margin: 0
}

.t-fund-deposit-address__sections .t-tabs.t-tabs_only-child .t-tabs__head {
	display: block
}

.t-fund-deposit-address__sections+.t-fund-deposit-address__body {
	margin: 24px 0 0
}

.t-fund-deposit-address__tooltip {
	width: 250px
}

.t-modal-fund-global .t-popup__wrap .t-fund-deposit-address__tabs .t-tabs__head {
	gap: 4px
}

.t-modal-fund-global .t-popup__wrap .t-fund-deposit-address__tabs .t-tabs__head .t-tabs__item {
	position: relative;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

.t-modal-fund-global .t-popup__wrap .t-fund-deposit-address__tabs .t-tabs__head .t-tabs__item_active {
	display: flex;
	gap: 8px;
	border: 1px solid #6e50c3
}

.t-modal-fund-global .t-popup__wrap .t-fund-deposit-address__tabs .t-tabs__head .t-tabs__item_active:after {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNC41TDQuNSA3bDUtNSIgc3Ryb2tlPSIjMjNEQ0I5IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=")
}

.t-fund-qr-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.t-fund-qr-info__title {
	display: flex;
	gap: 5px;
	margin: 10px 0
}

.t-fund-qr-info__qr-code {
	width: 120px;
	height: 120px;
	border-radius: 18px
}

.t-fund-qr-info__fields {
	display: flex;
	gap: 0;
	align-items: center;
	width: 100%;
	margin-bottom: 4px
}

.t-fund-qr-info__fields .control {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}

.t-fund-qr-info__fields .control__input {
	width: 100%
}

.t-fund-qr-info__fields .control__input input {
	background: transparent
}

.t-fund-qr-info__fields .copy {
	display: flex;
	flex-wrap: wrap;
	width: 48px;
	height: 48px
}

.t-fund-qr-info__fields .copy__button {
	width: 100%;
	height: 100%;
	background: #1450f0;
	border: none;
	border-radius: 0
}

.t-fund-qr-info__fields .t-icon-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAySDh2Mkg2VjBoMTZ2MTZoLTR2LTJoMlYyek02IDEwaDJ2NGg0djJINnYtNnpNMiA4aDEydjEySDJWOHpNMCA2aDE2djE2SDBWNnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	opacity: 1
}

.t-fund-qr-info__fields .t-icon-copy:after,
.t-fund-qr-info__fields .t-icon-copy:before {
	content: none
}

.t-fund-qr-info__fields .t-icon-copy+span {
	display: none
}

.t-fund-qr-info__title-skeleton {
	display: flex;
	gap: 5px;
	margin: 10px 0
}

.t-fund-qr-info__qr-code-skeleton {
	width: 120px;
	height: 120px;
	margin: 10px 0;
	border-radius: 18px
}

.t-fund-qr-info__address-skeleton,
.t-fund-qr-info__fields-skeleton {
	display: flex;
	gap: 0;
	align-items: center;
	width: 100%;
	margin-bottom: 4px
}

.t-fund-rate-calculator {
	margin-top: 10px
}

.t-fund-rate-calculator__exchange-rate-title {
	display: flex;
	gap: 12px;
	align-items: center
}

.t-fund-rate-calculator__exchange-rate-title .v-popover {
	display: flex;
	align-items: center
}

.t-fund-rate-calculator .t-input {
	margin: 10px 0
}

.t-modal-fund-global .t-popup__header .t-modal-fund__tabs-item {
	pointer-events: none
}

.t-modal-fund-global .t-popup__header .t-modal-fund__tabs-item.skeleton {
	width: 74px;
	height: 28px;
	background: linear-gradient(110deg, #2b2b2b 8%, #373737 18%, #2b2b2b 33%);
	background-size: 200% 100%;
	border-radius: 8px;
	animation: shine 1.5s linear infinite
}

.t-modal-fund-global .t-popup__header .t-modal-fund__tabs-item.skeleton:before {
	display: none
}

.t-modal-fund-global .t-tabs {
	position: static
}

.t-modal-fund-global .t-tabs__head {
	display: none
}

.t-modal-fund-global .t-tabs__body {
	margin: 0
}

.t-modal-fund.t-popup {
	padding: 0
}

.t-modal-fund .t-popup__wrap {
	padding: 0;
	border: none
}

@media screen and (max-width:767px) {
	.t-modal-fund .t-popup__wrap {
		height: 100%;
		margin: 0
	}
}

.t-modal-fund .t-fund-deposit-amount+.t-fund-payment-method,
.t-modal-fund .t-fund-deposit-bonuses+.t-fund-deposit-amount,
.t-modal-fund .t-fund-withdrawal-amount+.t-fund-payment-method {
	margin: 16px 0 0
}

.t-modal-fund .t-fund-change-method+.t-fund-deposit-amount,
.t-modal-fund .t-fund-change-method+.t-fund-deposit-bonuses {
	margin: 20px 0 0
}

.t-modal-fund .t-fund-deposit-amount+.t-fund-fee,
.t-modal-fund .t-fund-payment-method+.t-fund-fee,
.t-modal-fund .t-modal-fund-password-input+.t-fund-fee {
	margin: 16px 0 0
}

.t-modal-fund .t-fund-deposit-amount__head {
	display: flex;
	justify-content: space-between
}

.t-modal-fund .t-fund-deposit-amount__min_label {
	font: 500 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-modal-fund .t-fund-deposit-amount__min_value {
	font: 500 14px/140% Geologica, sans-serif;
	color: #2f74ff;
	cursor: pointer
}

.t-modal-fund__action {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 16px 0 0
}

@media screen and (max-width:767px) {
	.t-modal-fund__action-button {
		padding: 12px
	}
}

.t-modal-fund-password-input {
	margin: 24px 0 0
}

.t-modal-fund-password-input.t-input_out-label .t-input__label {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.t-modal-fund-password-input .t-input__info {
	display: flex
}

.t-modal-fund-password-input .t-icon-eye:after,
.t-modal-fund-password-input .t-icon-eye:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjA5IDExLjIxM2E0Ljk2IDQuOTYgMCAwMS0uMTQ1LjE5M2MtLjEwMi4xMjktLjI1NS4zMTUtLjQ1Ny41NGExMy41NDkgMTMuNTQ5IDAgMDEtMS43OTMgMS42NThDMTcuMTI1IDE0LjgxIDE0Ljg1NSAxNiAxMiAxNmMtMi44NTUgMC01LjEyNi0xLjE5LTYuNjk1LTIuMzk2YTEzLjU0NCAxMy41NDQgMCAwMS0xLjc5My0xLjY1NyA4LjIzMiA4LjIzMiAwIDAxLS42MDItLjczNC41LjUgMCAwMC0uODIuNTc0bC4wNDkuMDY2Yy4wMy4wNC4wNzMuMDk4LjEzLjE3LjExNC4xNDUuMjguMzUuNS41OTMuMTguMi4zOTcuNDI4LjY0Ny42NzJsLTEuMTkzLjc5NmEuNS41IDAgMDAuNTU0LjgzMmwxLjQwMy0uOTM1YTEzLjY0IDEzLjY0IDAgMDAyLjE5MyAxLjUyMkw1LjEgMTcuMmEuNS41IDAgMTAuOC42bDEuMzgtMS44NGMuNjY0LjMwMyAxLjM4OC41NjIgMi4xNy43NDVsLS40NCAyLjE5N2EuNS41IDAgMTAuOTguMTk2bC40NDItMi4yMDhhMTEuMTYxIDExLjE2MSAwIDAwMy4xMzYgMGwuNDQyIDIuMjA4YS41LjUgMCAxMC45OC0uMTk2bC0uNDM5LTIuMTk3YTExLjY3MiAxMS42NzIgMCAwMDIuMTctLjc0NEwxOC4xIDE3LjhhLjUuNSAwIDAwLjgtLjZsLTEuMjc0LTEuNjk3YTEzLjY0IDEzLjY0IDAgMDAyLjE5My0xLjUyMmwxLjQwMy45MzVhLjUuNSAwIDEwLjU1NC0uODMybC0xLjE5My0uNzk2Yy4yNS0uMjQ0LjQ2Ni0uNDcyLjY0Ny0uNjcyLjIyLS4yNDQuMzg2LS40NDguNS0uNTkyLjA2MS0uMDc4LjEyMS0uMTU2LjE3OC0uMjM2di0uMDAxYS41LjUgMCAwMC0uODE5LS41NzR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+");
	opacity: .25
}

.t-modal-fund-password-input .t-icon-eye-cross:after,
.t-modal-fund-password-input .t-icon-eye-cross:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjkxIDEyLjc4N3YtLjAwMWwuMDA2LS4wMDguMDI3LS4wMzcuMTEyLS4xNDdjLjEwMi0uMTI5LjI1NS0uMzE2LjQ1Ny0uNTRhMTMuNTQ0IDEzLjU0NCAwIDAxMS43OTMtMS42NTggMTIuMDYyIDEyLjA2MiAwIDAxMi45MTctMS42NzEgNSA1IDAgMTA3LjU1NiAwYzEuMTQzLjQ1IDIuMTIgMS4wNTggMi45MTcgMS42NzFhMTMuNTQ5IDEzLjU0OSAwIDAxMS43OTMgMS42NTcgMTAuNzMxIDEwLjczMSAwIDAxLjU3LjY4OGwuMDI2LjAzNy4wMDYuMDA4di4wMDFhLjUuNSAwIDAwLjgyLS41NzRsLS40MS4yODcuNDEtLjI4N2gtLjAwMXYtLjAwMmwtLjAwNC0uMDA0LS4wMS0uMDEzYTQuNDkgNC40OSAwIDAwLS4xNjQtLjIxOCAxMS42NiAxMS42NiAwIDAwLS41LS41OTIgMTQuNTUyIDE0LjU1MiAwIDAwLTEuOTI2LTEuNzhDMTcuNjI1IDguMzEgMTUuMTQ1IDcgMTIgNyA4Ljg1NiA3IDYuMzc2IDguMzEgNC42OTUgOS42MDRhMTQuNTQ3IDE0LjU0NyAwIDAwLTEuOTI2IDEuNzggMTEuNjc0IDExLjY3NCAwIDAwLS42NjUuODFsLS4wMS4wMTMtLjAwMi4wMDQtLjAwMS4wMDEuNDA5LjI4OC0uNDEtLjI4N2EuNS41IDAgMDAuODIuNTc0ek04IDEyYTQgNCAwIDExOCAwIDQgNCAwIDAxLTggMHptNiAwYTIgMiAwIDExLTEuNDExLTEuOTEyIDEgMSAwIDEwMS4zMjMgMS4zMjNjLjA1Ny4xODYuMDg4LjM4NC4wODguNTg5eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
	opacity: .25
}

.t-modal-fund__help {
	position: relative;
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	padding-top: 16px
}

.t-modal-fund__help:before {
	position: absolute;
	bottom: 0;
	left: -32px;
	width: calc(100% + 64px);
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1);
	top: 0
}

@media(max-width:767px) {
	.t-modal-fund__help:before {
		left: -20px;
		width: calc(100% + 40px)
	}
}

.t-modal-fund__help .t-link,
.t-modal-fund__help span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.t-modal-fund__loading {
	margin: 0 auto
}

.t-modal-fund__loading svg path {
	fill: #ff5a00
}

.t-modal-fund__additional-info {
	margin: 12px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: hsla(0, 0%, 100%, .7)
}

.t-modal-fund__additional-info .link {
	font-weight: 600
}

.t-modal-fund__additional-info .list {
	list-style: none
}

.t-modal-fund__tips {
	position: relative;
	padding-left: 28px;
	margin-top: 16px;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-modal-fund__tips span {
	font-weight: 700
}

.t-modal-fund__tips .t-link {
	font: 400 12px/140% Geologica, sans-serif
}

.t-modal-fund__tips:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ3MSAxLjc2M2EuODcuODcgMCAwMC0xLjE1OC4zNDhMMTAgOC4yMTQgNi42ODYgMi4xMTFhLjg3Ljg3IDAgMDAtMS4xNTgtLjM0OC44MjIuODIyIDAgMDAtLjM1OCAxLjEyNmwzLjQwOCA2LjI3NmgtNi43MkEuODQ1Ljg0NSAwIDAwMSAxMGMwIC40Ni4zODQuODMzLjg1Ny44MzNoNi43MjFMNS4xNyAxNy4xMWEuODIyLjgyMiAwIDAwLjM1OCAxLjEyNi44Ny44NyAwIDAwMS4xNTgtLjM0OEwxMCAxMS43ODRsMy4zMTMgNi4xMDRhLjg3Ljg3IDAgMDAxLjE1OC4zNDguODIyLjgyMiAwIDAwLjM1OC0xLjEyNmwtMy40MDgtNi4yNzhoNi43MjJBLjg0NS44NDUgMCAwMDE5IDkuOTk5YS44NDUuODQ1IDAgMDAtLjg1Ny0uODM0aC02LjcyMWwzLjQwNy02LjI3NmEuODIyLjgyMiAwIDAwLS4zNTgtMS4xMjZ6IiBmaWxsPSIjQTlBOUE5Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: contain
}

.t-modal-country-is-not-allowed__header {
	margin-bottom: 8px;
	font: 700 24px/32px Geologica, sans-serif
}

.t-modal-country-is-not-allowed__body,
.t-modal-country-is-not-allowed__body .t-link {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-modal-country-is-not-allowed__body .t-link {
	text-decoration: underline
}

.t-modal-country-is-not-allowed__action {
	margin-top: 16px
}

.t-modal-default.pwa-modal-default .t-popup__wrap {
	max-width: 500px !important
}

.t-modal-default.pwa-modal-default .t-popup__wrap .t-popup__action {
	padding: 16px 32px
}

.t-modal-withdrawal-control .t-popup__header {
	padding-right: 40px
}

.t-modal-withdrawal-control__btn-wrapper .t-modal-withdrawal-control__button-cancel,
.t-modal-withdrawal-control__btn-wrapper .t-modal-withdrawal-control__button-confirm {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-modal-events__header {
	padding-right: 40px
}

.t-modal-need-user-fields-wrap .t-popup__wrap .t-popup__header {
	text-align: left
}

.t-modal-need-user-fields-wrap .t-popup__body p {
	color: hsla(0, 0%, 100%, .5)
}

.t-modal-need-user-fields__body_loading {
	display: flex;
	align-items: center;
	justify-content: center
}

.t-modal-need-user-fields__body_description {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-modal-need-user-fields__action {
	margin: 16px 0 0
}

.t-modal-need-user-fields__button {
	width: 100%
}

.t-modal-need-user-fields .account-edit-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: inherit;
	width: 100%;
	margin: 16px 0 0
}

.t-modal-need-user-fields .account-edit-form input::placeholder {
	color: transparent
}

.t-modal-need-user-fields .account-edit-form__input-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%
}

.t-modal-need-user-fields .account-edit-form__input-group .account-edit-form__input,
.t-modal-need-user-fields .account-edit-form__input-group .account-edit-form__radio {
	width: 100%
}

.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone {
	display: flex;
	flex-direction: row;
	grid-gap: 8px;
	gap: 8px;
	align-items: flex-end
}

.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone .t-search {
	width: auto
}

.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone .t-search__input {
	width: 112px
}

.t-modal-need-user-fields .account-edit-form__input-group.flex-end.phone .t-input input {
	padding: 12px 16px 12px 12px
}

.t-modal-need-user-fields .account-edit-form__select-group .account-edit-form__label {
	padding: 0 8px;
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #fff
}

.t-modal-need-user-fields .account-edit-form__select-group.country .t-search__input input::placeholder {
	color: hsla(0, 0%, 100%, .5)
}

.t-modal-need-user-fields .account-edit-form__radio-group {
	display: flex;
	gap: 48px;
	align-items: center
}

.t-modal-need-user-fields .account-edit-form .trigger {
	width: 100%
}

.t-table {
	border-collapse: collapse;
	background: #0f1419
}

.t-table__title {
	padding: 24px 30px 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px
}

.t-table__table {
	width: 100%;
	border-collapse: collapse
}

.t-table__table thead {
	position: sticky;
	top: 0;
	z-index: 1
}

.t-table__table thead tr {
	padding: 16px
}

.t-table__table thead tr th {
	padding: 0;
	overflow: hidden
}

.t-table__table thead tr th span {
	position: relative;
	display: block;
	width: 100%;
	padding: 16px
}

.t-table__table thead tr th span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-table__table thead tr th:first-child {
	padding-left: 0
}

.t-table__table thead tr th:first-child span:before {
	right: auto;
	left: 16px
}

.t-table__table thead tr th:last-child {
	padding-right: 0
}

.t-table__table thead tr th:last-child span:before {
	right: 16px;
	left: auto
}

.t-table__table td {
	padding: 4px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px
}

.t-table__table td,
.t-table__table th {
	text-align: left
}

.t-table__table td:first-child,
.t-table__table th:first-child {
	padding-left: 16px;
	border-left: 0
}

.t-table__table td:last-child,
.t-table__table th:last-child {
	padding-right: 16px;
	border-right: 0
}

.t-table__table th {
	padding: 16px 16px 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: hsla(0, 0%, 100%, .4);
	white-space: nowrap
}

.t-table__table tr:first-child td {
	padding-top: 16px
}

.t-table__table tr:last-child td {
	padding-bottom: 16px
}

.t-table__th-text_sort {
	position: relative;
	padding-right: 12px;
	white-space: nowrap;
	cursor: pointer
}

.t-table__th-text_sort:before {
	top: 7px;
	border-color: transparent transparent #fff;
	border-width: 0 3px 3px
}

.t-table__th-text_sort:after,
.t-table__th-text_sort:before {
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	opacity: .4
}

.t-table__th-text_sort:after {
	top: 12px;
	border-color: #fff transparent transparent;
	border-width: 3px 3px 0
}

.t-table__th-text_down:after,
.t-table__th-text_up:before {
	opacity: 1
}

.t-table__th-loading {
	position: relative;
	margin-left: 24px
}

.t-table__th-loading:before {
	position: absolute;
	top: 3px;
	right: 0;
	width: 16px;
	height: 16px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSIjMTMxZjg4NjYiIGQ9Ik0zMS42IDMuNUM1LjkgMTMuNi02LjYgNDIuNyAzLjUgNjguNHMzOS4yIDM4LjMgNjQuOSAyOC4xbC0zLjEtNy45QzQ0IDk3IDE5LjkgODYuNiAxMS41IDY1LjNzMi00NS40IDIzLjMtNTMuOHoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiBkdXI9IjJzIiBmcm9tPSIwIDUwIDUwIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgdG89IjM2MCA1MCA1MCIgdHlwZT0icm90YXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMxMzFmODg2NiIgZD0iTTQyLjMgMzkuNmM1LjctNC4zIDEzLjktMy4xIDE4LjEgMi43IDQuMyA1LjcgMy4xIDEzLjktMi43IDE4LjFsNC4xIDUuNWM4LjgtNi41IDEwLjYtMTkgNC4xLTI3LjctNi41LTguOC0xOS0xMC42LTI3LjctNC4xeiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGR1cj0iMXMiIGZyb209IjAgNTAgNTAiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB0bz0iLTM2MCA1MCA1MCIgdHlwZT0icm90YXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMxMzFmODg2NiIgZD0iTTgyIDM1LjdDNzQuMSAxOCA1My40IDEwLjEgMzUuNyAxOFMxMC4xIDQ2LjYgMTggNjQuM2w3LjYtMy40Yy02LTEzLjUgMC0yOS4zIDEzLjUtMzUuM3MyOS4zIDAgMzUuMyAxMy41eiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGR1cj0iMnMiIGZyb209IjAgNTAgNTAiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB0bz0iMzYwIDUwIDUwIiB0eXBlPSJyb3RhdGUiLz48L3BhdGg+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.t-table__tr-main_expand td {
	border: 0
}

.t-table__tr-main_expand.t-table__tr-main_has-expand {
	background: hsla(0, 0%, 100%, .1)
}

.t-table__tr-main_has-expand:hover {
	cursor: pointer
}

.t-table__expand {
	position: relative;
	background: hsla(0, 0%, 100%, .1);
	animation: blur .5s ease-in-out
}

.t-table__expand td {
	padding-top: 0;
	border: 0
}

.t-table__expand h2~.t-icon-close,
.t-table__expand h3~.t-icon-close {
	top: 18px;
	right: 34px
}

.t-table__expand-title {
	width: 100%;
	padding: 15px 40px 15px 22px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px
}

.t-table__expand-title~.t-icon-close {
	top: 18px;
	right: 34px
}

.t-table__mobile .t-table__tr-main:hover {
	box-shadow: unset
}

.t-table__mobile .t-table__tr-main:last-child {
	border-bottom: 0
}

.t-table__mobile .t-table__mobile-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding-right: 10px;
	padding-left: 10px
}

.t-table__mobile .t-table__mobile-row:first-child {
	padding-left: 10px
}

.t-table__mobile .t-table__mobile-row:last-child {
	padding-right: 10px
}

.t-table__mobile .t-table__mobile-head {
	padding-right: 20px;
	text-align: left
}

.t-table__mobile .t-table__mobile-item {
	text-align: right
}

.t-table__mobile .t-table__expand:last-child {
	border-bottom: 0
}

.t-table__mobile .t-table__expand td:first-child {
	padding-left: 10px
}

.t-table__mobile .t-table__expand td:last-child {
	padding-right: 10px
}

.t-table__mobile tr {
	display: block;
	padding: 10px 0
}

.t-table__mobile tr:first-child th:first-child {
	padding-left: 10px
}

.t-table__mobile tr:first-child td {
	border: 0
}

.t-table__mobile tr:first-child td:first-child {
	padding-left: 10px
}

.t-table__mobile tr:first-child td:last-child {
	padding-right: 10px
}

.t-table__mobile td {
	display: block;
	padding: 0;
	border: 0
}

.t-table__mobile .t-icon-close {
	top: 20px
}

.t-table_simple {
	overflow: hidden;
	background: #0c1028
}

@media screen and (min-width:768px)and (max-width:1023px) {
	.t-table_simple {
		padding-bottom: 0
	}
}

@media screen and (max-width:767px) {
	.t-table_simple {
		padding-bottom: 0
	}
}

.t-table_simple .t-table__tr-main {
	cursor: default
}

.t-table_simple .t-table__tr-main:hover {
	box-shadow: unset
}

.t-table_simple .t-table__table th,
.t-table_simple .t-table__table tr td {
	padding: 24px
}

.t-table_simple .t-table__table td {
	background: 0 0;
	border: 0
}

.t-table__loading {
	margin: auto
}

.t-table__loading-wrapper {
	border-bottom: 0 !important
}

.t-table .t-icon-close {
	position: absolute;
	top: 28px;
	right: 40px;
	z-index: 2;
	width: 28px;
	height: 28px;
	padding: 15px;
	margin: -5px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjcwNyA5LjEyMUwxNCAxNS40MTQgMTUuNDE0IDE0IDkuMTIxIDcuNzA3bDYuMjkzLTYuMjkzTDE0IDAgNy43MDcgNi4yOTMgMS40MTQgMCAwIDEuNDE0bDYuMjkzIDYuMjkzTDAgMTRsMS40MTQgMS40MTQgNi4yOTMtNi4yOTN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%
}

@keyframes blur {
	0% {
		filter: blur(4px)
	}

	to {
		filter: blur(0)
	}
}

.t-promotions-details__terms_skeleton {
	height: 68px
}

.t-profile-security-details-skeleton .t-promotions-details__terms_skeleton .list:after,
.t-profile-security-details-skeleton .t-promotions-details__terms_skeleton .list:before,
.t-promotions-details__terms_skeleton .t-profile-security-details-skeleton .list:after,
.t-promotions-details__terms_skeleton .t-profile-security-details-skeleton .list:before,
.t-promotions-details__terms_skeleton .t-profile-security-details-skeleton:after,
.t-promotions-details__terms_skeleton .t-profile-security-details-skeleton:before,
.t-promotions-details__terms_skeleton .t-profile-security-details-skeleton__content:after,
.t-promotions-details__terms_skeleton .t-profile-security-details-skeleton__content:before,
.t-promotions-details__terms_skeleton .t-sidebar-menu-skeleton span,
.t-promotions-details__terms_skeleton .t-skeleton,
.t-sidebar-menu-skeleton .t-promotions-details__terms_skeleton span {
	height: 100%
}

.t-promotions-details-banner_skeleton {
	height: 350px
}

.t-promotions-details-banner__content_skeleton {
	width: 100%;
	max-width: 1160px;
	height: 100%;
	padding: 0 16px;
	margin: 0 auto
}

.t-promotions-details__body-skeleton {
	display: none
}

.t-promotions-details__games_skeleton {
	display: flex;
	flex-direction: column;
	width: 100%
}

.t-promotions-details__games_skeleton-title {
	height: 28px
}

.t-profile-security-details-skeleton .t-promotions-details__games_skeleton-title .list:after,
.t-profile-security-details-skeleton .t-promotions-details__games_skeleton-title .list:before,
.t-promotions-details__games_skeleton-title .t-profile-security-details-skeleton .list:after,
.t-promotions-details__games_skeleton-title .t-profile-security-details-skeleton .list:before,
.t-promotions-details__games_skeleton-title .t-profile-security-details-skeleton:after,
.t-promotions-details__games_skeleton-title .t-profile-security-details-skeleton:before,
.t-promotions-details__games_skeleton-title .t-profile-security-details-skeleton__content:after,
.t-promotions-details__games_skeleton-title .t-profile-security-details-skeleton__content:before,
.t-promotions-details__games_skeleton-title .t-sidebar-menu-skeleton span,
.t-promotions-details__games_skeleton-title .t-skeleton,
.t-sidebar-menu-skeleton .t-promotions-details__games_skeleton-title span {
	height: 100%
}

.t-promotions-details__games_skeleton-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 48px
}

@media screen and (max-width:1024px)and (min-width:768px) {
	.t-promotions-details__games_skeleton-wrap {
		flex-wrap: wrap;
		gap: 7px
	}
}

@media screen and (max-width:767px) {
	.t-promotions-details__games_skeleton-wrap {
		flex-wrap: wrap
	}
}

.t-promotions-details__games_skeleton .t-game-skeleton-item {
	width: 100%;
	max-width: 19%;
	aspect-ratio: 1;
	overflow: hidden
}

@media screen and (max-width:1023px) {
	.t-promotions-details__games_skeleton .t-game-skeleton-item {
		max-width: 24%;
		padding: 2px
	}
}

@media screen and (max-width:767px) {
	.t-promotions-details__games_skeleton .t-game-skeleton-item {
		max-width: 49%
	}
}

.t-profile-security-details-skeleton .t-promotions-details__games_skeleton .t-game-skeleton-item .list:after,
.t-profile-security-details-skeleton .t-promotions-details__games_skeleton .t-game-skeleton-item .list:before,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-profile-security-details-skeleton .list:after,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-profile-security-details-skeleton .list:before,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-profile-security-details-skeleton:after,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-profile-security-details-skeleton:before,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-profile-security-details-skeleton__content:after,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-profile-security-details-skeleton__content:before,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-sidebar-menu-skeleton span,
.t-promotions-details__games_skeleton .t-game-skeleton-item .t-skeleton,
.t-sidebar-menu-skeleton .t-promotions-details__games_skeleton .t-game-skeleton-item span {
	width: 100%;
	height: 100%;
	border-radius: 12px
}

.app-promotion-details .t-breadcrumb {
	padding: 0 32px
}

@media screen and (max-width:1023px) {
	.app-promotion-details .t-breadcrumb {
		padding: 0 12px
	}
}

@media screen and (max-width:767px) {
	.app-promotion-details .t-breadcrumb {
		padding: 0 8px
	}
}

.t-promotions-details {
	position: relative;
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 800px;
	padding: 0 32px 48px;
	margin: 0 auto
}

@media(max-width:767px) {
	.t-promotions-details {
		padding: 0 24px 24px
	}
}

@media(max-width:639px) {
	.t-promotions-details {
		padding: 0 16px 24px
	}
}

@media(max-width:479px) {
	.t-promotions-details {
		padding: 0 8px 24px
	}
}

.t-promotions-details ul {
	margin-left: 16px
}

.t-promotions-details li {
	list-style-type: disc
}

.t-promotions-details__content {
	display: flex;
	flex-wrap: wrap
}

.t-promotions-details__columns {
	position: relative;
	width: 100%
}

.t-promotions-details__head {
	margin-bottom: 20px
}

@media(max-width:767px) {
	.t-promotions-details__head {
		margin-top: 10px
	}
}

.t-promotions-details__info_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 320px;
	padding: 60px;
	background-repeat: no-repeat;
	background-position: 75% top;
	background-size: cover;
	border-radius: 16px
}

@media(max-width:1365px) {
	.t-promotions-details__info_wrap {
		min-height: 268px
	}
}

@media(max-width:1023px) {
	.t-promotions-details__info_wrap {
		padding: 24px
	}
}

@media(max-width:767px) {
	.t-promotions-details__info_wrap {
		background-position: 50%
	}
}

@media(max-width:639px) {
	.t-promotions-details__info_wrap {
		height: 240px;
		min-height: 240px;
		padding: 20px
	}
}

@media(max-width:395px) {
	.t-promotions-details__info_wrap {
		height: 200px;
		min-height: 200px;
		padding: 16px
	}
}

.t-promotions-details__date {
	position: absolute;
	bottom: -56px;
	left: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	width: 100%;
	padding: 12px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff;
	white-space: nowrap;
	background: #1f1f1f;
	border-radius: 12px
}

.t-promotions-details__date:before {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2Mzg0XzE0NjEzMikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMi41YTcuNSA3LjUgMCAxMDAgMTUgNy41IDcuNSAwIDAwMC0xNXpNLjgzMyAxMGE5LjE2NyA5LjE2NyAwIDExMTguMzM0IDBBOS4xNjcgOS4xNjcgMCAwMS44MzMgMTB6bTEwLTUuODMzdjUuMzE4bDMuNjE4IDEuODA5LS43NDUgMS40OS00LjU0LTIuMjdWNC4xNjhoMS42Njd6IiBmaWxsPSIjMkY3NEZGIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTYzODRfMTQ2MTMyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-promotions-details__title {
	width: 70%;
	font: 500 20px/135% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-promotions-details__title {
		width: 100%;
		font: 500 16px/140% Geologica, sans-serif
	}
}

.t-promotions-details__prize {
	width: 70%
}

@media(max-width:767px) {
	.t-promotions-details__prize {
		width: 100%
	}
}

.t-promotions-details__prize-item_pool span {
	font: 800 40px/110% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-promotions-details__prize-item_pool span {
		font: 800 30px/110% Geologica, sans-serif
	}
}

.t-promotions-details__prize-item_time {
	position: relative;
	display: none
}

.t-promotions-details__subtitle {
	margin-top: 88px;
	font: 600 20px/135% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-promotions-details__subtitle {
		margin-top: 84px
	}
}

.t-promotions-details__description {
	position: relative;
	width: 100%;
	margin: 8px 0;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-promotions-details__description p+p {
	margin-top: 8px
}

.t-promotions-details__wrapper {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.t-promotions-details-info__banner-button {
	min-width: 206px;
	padding: 14px;
	margin-top: 66px;
	white-space: nowrap;
	background: none
}

.t-promotions-details-info__banner-button:before {
	z-index: -1
}

@media(max-height:1440px) {
	.t-promotions-details-info__banner-button {
		margin-right: 30px
	}
}

@media(max-width:641px) {
	.t-promotions-details-info__banner-button {
		width: 100%
	}
}

.t-promotions-details-info__banner-button .t-button__wrap {
	padding: 14px 70px
}

@media(max-width:769px) {
	.t-promotions-details-info__banner-button .t-button__wrap {
		padding: 14px 40px
	}
}

.t-promotions-details__body {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 24px
}

.t-promotions-details__container {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 16px
}

.t-promotions-details__games {
	order: 1
}

@media screen and (max-width:767px) {
	.t-promotions-details__games {
		margin-top: 48px
	}
}

@media screen and (max-width:600px) {
	.t-promotions-details__games {
		margin-top: 0
	}
}

.t-promotions-details__games_title {
	margin-bottom: 16px;
	font: 700 20px/28px Geologica, sans-serif
}

.t-promotions-details__games_wrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px
}

@media(max-width:1023px) {
	.t-promotions-details__games_wrap {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media(max-width:767px) {
	.t-promotions-details__games_wrap {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px
	}
}

.t-promotions-details__terms {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	order: 2;
	padding: 20px;
	background: #1f1f1f;
	border-radius: 12px
}

.t-promotions-details__terms .t-collapse {
	width: 100%
}

.t-promotions-details__terms-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font: 500 20px/135% Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-promotions-details__terms-button.is-active,
.t-promotions-details__terms-button:hover {
	color: #fff
}

.t-promotions-details__terms-open {
	position: relative;
	width: 12px;
	height: 12px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJNMiA0bDQgNCA0LTQiLz48L3N2Zz4=) no-repeat 50%/contain;
	opacity: .6;
	transition: all .3s ease
}

.t-promotions-details__terms-open.is-active,
.t-promotions-details__terms-open:hover {
	opacity: 1
}

.t-promotions-details__terms-open.is-active {
	transform: rotate(180deg)
}

.t-promotions-details__info {
	position: relative;
	width: 100%
}

.t-promotions-details__button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.t-promotions-details__prizepool-description {
	width: 100%;
	max-width: 474px
}

.t-promotions-details__prizepool-description span {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.t-promotions-details__prizepool-description a,
.t-promotions-details__prizepool-description a:visited {
	color: #ffe65f
}

.t-promotions-details__places {
	width: 100%
}

.t-promotions-details__places .list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	width: 100%
}

.t-promotions-details__places .list:before {
	margin-bottom: 44px;
	font: 600 20px/135% Geologica, sans-serif;
	content: attr(data-prizes)
}

.t-promotions-details__places .list:after {
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 24px;
	content: "";
	background-color: #2c2c2c;
	border-radius: 8px
}

.t-promotions-details__places .list__item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 100%;
	padding: 12px;
	font: 400 14px/140% Geologica, sans-serif;
	background: #1f1f1f;
	border-radius: 10px
}

.t-promotions-details__places .list__item:first-child .list__item-block:before {
	position: absolute;
	top: -24px;
	left: 10px;
	z-index: 1;
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9;
	content: attr(data-place)
}

.t-promotions-details__places .list__item:first-child .list__amount:before {
	position: absolute;
	top: -24px;
	z-index: 1;
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9;
	content: attr(data-prize)
}

.t-promotions-details__places .list h1,
.t-promotions-details__places .list h2,
.t-promotions-details__places .list h3,
.t-promotions-details__places .list h4,
.t-promotions-details__places .list h5,
.t-promotions-details__places .list h6,
.t-promotions-details__places .list li,
.t-promotions-details__places .list p,
.t-promotions-details__places .list span {
	font-family: Chakra Petch, sans-serif !important;
	color: #fff !important;
	overflow-wrap: break-word !important;
	background: 0 0 !important
}

.t-promotions-details__places .list a {
	background-color: transparent !important
}

.t-promotions-details__places .t-container-widget {
	background: none;
	border: none
}

.t-promotions-details__places .t-container-widget__wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0;
	background: none;
	border: none
}

.t-promotions-details__prizepool {
	margin-top: 4px
}

.t-promotions-details__prizepool-lebel {
	font: 400 14px/20px Geologica, sans-serif
}

.t-promotions-details__prizepool-item {
	display: flex;
	align-items: center
}

.t-promotions-details__prizepool-places {
	display: flex;
	align-items: center;
	margin-left: 20px
}

.t-promotions-details__prizepool-amount {
	display: none
}

.t-promotions-details__prizepool-amount small {
	margin-left: 6px
}

.t-promotions-details__promo {
	order: 3
}

.t-promotions-details__promo_title {
	margin-bottom: 20px;
	font: 700 20px/28px Geologica, sans-serif
}

.t-promotions-details__terms-text {
	width: 100%;
	max-width: 720px;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-promotions-details__terms-text p {
	margin-top: 12px;
	overflow-wrap: break-word
}

.t-promotions-details__terms-text h1,
.t-promotions-details__terms-text h2,
.t-promotions-details__terms-text h3,
.t-promotions-details__terms-text h4,
.t-promotions-details__terms-text h5,
.t-promotions-details__terms-text h6,
.t-promotions-details__terms-text li {
	margin: revert;
	color: #a9a9a9 !important;
	overflow-wrap: break-word !important;
	background: 0 0 !important
}

.t-promotions-details__terms-text a {
	background-color: transparent !important
}

.t-promotions-details__terms-text .table {
	width: 100% !important
}

.t-promotions-details__terms-text .table td {
	vertical-align: baseline
}

.t-promotions-details__terms-text .table-bordered {
	border-spacing: 4px 8px
}

.t-promotions-details__terms-text .table-headered {
	margin-top: 8px
}

.t-promotions-details__terms-text .table-headered tr:first-child td {
	vertical-align: bottom
}

.t-promotions-details_wrap {
	padding: 0 16px;
	margin: 92px auto
}

@media screen and (max-width:767px) {
	.t-promotions-details_wrap {
		padding: 0;
		margin: 76px auto
	}
}

.t-promotions-details-info__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 528px;
	margin: 12px 0 0
}

.t-promotions-details-info__list_item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 50%;
	min-height: 60px;
	padding: 0 24px 24px
}

.t-promotions-details-info__list_item .icon {
	min-width: 48px;
	height: 48px;
	margin-right: 16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNTE1XzEwOTIxKSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIj48cGF0aCBkPSJNMzItNDhMMTc2IDk2TTAtNDhMMTQ0IDk2TS0zMi00OEwxMTIgOTZNLTY0LTQ4TDgwIDk2TS05Ni00OEw0OCA5Nk0tMTI4LTQ4TDE2IDk2Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTM1MTVfMTA5MjEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKDkwIDI0IDI0KSIgZD0iTTAgMGg0OHY0OEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-promotions-details-info__list_item .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: hsla(0, 0%, 100%, .7)
}

.t-promotions-details__banner-button {
	left: 0;
	width: 220px
}

@media screen and (max-width:767px) {
	.t-promotions-details__banner-button {
		width: 100%
	}
}

.t-promotions-details.is-archive {
	filter: grayscale(1)
}

.t-bonus-cancellation {
	padding: 16px 32px 32px
}

.t-bonus-cancellation .t-icon-attention {
	width: 32px;
	height: 32px
}

.t-bonus-cancellation__title {
	margin-top: 12px;
	margin-bottom: 8px;
	font: 700 24px/32px Geologica, sans-serif;
	color: #fff
}

.t-bonus-cancellation__description {
	margin-bottom: 16px;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-game-sports-skeleton {
	width: 100%
}

.t-game-sports-skeleton__body {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%
}

@media screen and (max-width:767px) {
	.t-game-sports-skeleton__body {
		flex-direction: column
	}
}

.t-game-sports-skeleton__col {
	width: 25%;
	padding: 0 10px
}

@media screen and (max-width:767px) {
	.t-game-sports-skeleton__col {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px
	}
}

.t-game-sports-skeleton__col .t-profile-security-details-skeleton .list:after,
.t-game-sports-skeleton__col .t-profile-security-details-skeleton .list:before,
.t-game-sports-skeleton__col .t-profile-security-details-skeleton:after,
.t-game-sports-skeleton__col .t-profile-security-details-skeleton:before,
.t-game-sports-skeleton__col .t-profile-security-details-skeleton__content:after,
.t-game-sports-skeleton__col .t-profile-security-details-skeleton__content:before,
.t-game-sports-skeleton__col .t-sidebar-menu-skeleton span,
.t-game-sports-skeleton__col .t-skeleton,
.t-profile-security-details-skeleton .t-game-sports-skeleton__col .list:after,
.t-profile-security-details-skeleton .t-game-sports-skeleton__col .list:before,
.t-sidebar-menu-skeleton .t-game-sports-skeleton__col span {
	margin-bottom: 10px
}

.app-sports {
	display: flex;
	min-height: calc(100vh + 64px);
	margin-bottom: 8px
}

@media screen and (max-width:767px) {
	.app-sports {
		min-height: calc(100vh - 110px)
	}
}

.t-game-sports,
.t-game-sports__content,
.t-game-sports__frame {
	display: flex;
	flex-grow: 1
}

.t-game-sports__frame {
	flex-direction: column
}

@media screen and (max-width:767px) {
	.t-game-sports__frame {
		padding-bottom: 76px
	}
}

@media screen and (max-width:767px)and (orientation:landscape) {
	.t-game-sports__frame {
		padding-bottom: 262px
	}
}

.t-game-sports iframe {
	flex-grow: 1;
	border: none
}

.page-sports-dynamic .t-footer,
.page-sports-live .t-footer,
.page-sports .t-footer {
	display: none
}

.t-payment-and-withdrawal-modal {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: rgba(31, 31, 31, .5)
}

.t-payment-and-withdrawal-modal.modal-iframe {
	display: flex;
	height: 100vh
}

.t-payment-and-withdrawal-modal__content {
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.t-payment-and-withdrawal-modal__content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.t-payment-and-withdrawal-modal__content-wrapper .alert {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 520px;
	padding: 32px;
	color: #fff;
	background: #101010;
	border: 1px solid transparent;
	border-radius: 24px
}

@media(max-width:520px) {
	.t-payment-and-withdrawal-modal__content-wrapper .alert {
		min-width: 375px
	}
}

.t-payment-and-withdrawal-modal__content-wrapper .alert__title {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	font: 700 24px/32px Geologica, sans-serif
}

.t-payment-and-withdrawal-modal__content-wrapper .alert__title:before {
	width: 40px;
	height: 40px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-payment-and-withdrawal-modal__content-wrapper .alert__description {
	margin: 16px 0 24px;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	pointer-events: none
}

.t-payment-and-withdrawal-modal__content-wrapper .alert__description .t-link {
	font: 400 16px/24px Geologica, sans-serif;
	pointer-events: auto
}

.t-payment-and-withdrawal-modal__content-wrapper .alert__action {
	font: 700 16px/100% Geologica, sans-serif
}

.t-payment-and-withdrawal-modal__content-wrapper .alert__action .t-button,
.t-payment-and-withdrawal-modal__content-wrapper .alert__action .t-error-page-content-button,
.t-payment-and-withdrawal-modal__content-wrapper .alert__action .t-promo-card__action-btn,
.t-payment-and-withdrawal-modal__content-wrapper .alert__action .t-promo-events__router {
	padding: 12px 20px
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.success .alert__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ1MDFfMjI2MDQ4KSIgc3Ryb2tlPSIjMEFGMDc4IiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5Ii8+PHBhdGggZD0iTTEzIDIwbDUgNSAxMS0xMSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ1MDFfMjI2MDQ4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.failure .alert__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ1MDFfMjI2MDY2KSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC44MzMgNC45ODNjMi4yOTYtMy45NzcgOC4wMzgtMy45NzcgMTAuMzM0IDBsMTQuMDI1IDI0LjI5MmMyLjI5NiAzLjk3Ny0uNTc0IDguOTUtNS4xNjcgOC45NUg1Ljk3NWMtNC41OTMgMC03LjQ2My00Ljk3My01LjE2Ny04Ljk1TDE0LjgzMyA0Ljk4M3ptNy4zODEgMS43MDVjLS45ODQtMS43MDUtMy40NDQtMS43MDUtNC40MjggMEwzLjc2IDMwLjk3OWMtLjk4NCAxLjcwNS4yNDYgMy44MzYgMi4yMTQgMy44MzZoMjguMDVjMS45NjggMCAzLjE5OC0yLjEzIDIuMjE0LTMuODM2TDIyLjIxNCA2LjY4OHptLS4yOTYgMjEuOTQ3YTEuOTE4IDEuOTE4IDAgMTEtMy44MzYgMCAxLjkxOCAxLjkxOCAwIDAxMy44MzYgMHptLS44NTMtMy44MzVzMS4yNzktNy45NTMgMS4yNzktOC45NWEyLjM0NCAyLjM0NCAwIDAwLTQuNjg4IDBjMCAuOTk3IDEuMjc5IDguOTUgMS4yNzkgOC45NS4zMjMuODg2IDEuODA3Ljg4NiAyLjEzIDB6IiBmaWxsPSIjRkZDRDRCIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDUwMV8yMjYwNjYiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDB2NDBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.cancel .alert__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ1MDFfMjI2MDU4KSIgc3Ryb2tlPSIjRkYzMjQ2IiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5Ii8+PHBhdGggZD0iTTE0IDI2bDEyLTEyTTE0IDE0bDEyIDEyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDUwMV8yMjYwNTgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDB2NDBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.pending .alert__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ1MDFfMjI2MDUxKSI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMTkiIHN0cm9rZT0iI0ZGQ0Q0QiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0ZGQ0Q0QiIgZD0iTTI4IDMxSDEydi0yaDE2eiIvPjxwYXRoIGQ9Ik0yNSAzMEgxNXYtNWMwLTMgNS01IDUtNXM1IDIgNSA1djV6IiBzdHJva2U9IiNGRkNENEIiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGw9IiNGRkNENEIiIGQ9Ik0xMiA5aDE2djJIMTJ6Ii8+PHBhdGggZD0iTTE1IDEwaDEwdjVjMCAzLTUgNS01IDVzLTUtMi01LTV2LTV6IiBzdHJva2U9IiNGRkNENEIiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ1MDFfMjI2MDUxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-profile-security-details-skeleton .list:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-profile-security-details-skeleton .list:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-profile-security-details-skeleton:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-profile-security-details-skeleton:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-profile-security-details-skeleton__content:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-profile-security-details-skeleton__content:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-sidebar-menu-skeleton span,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .t-skeleton,
.t-profile-security-details-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .list:after,
.t-profile-security-details-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title .list:before,
.t-sidebar-menu-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title span {
	height: 40px
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__title:before {
	background: linear-gradient(110deg, #24242b 8%, #303038 18%, #24242b 33%);
	background-size: 200% 100%;
	animation: shine 1.5s linear infinite
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-profile-security-details-skeleton .list:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-profile-security-details-skeleton .list:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-profile-security-details-skeleton:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-profile-security-details-skeleton:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-profile-security-details-skeleton__content:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-profile-security-details-skeleton__content:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-sidebar-menu-skeleton span,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .t-skeleton,
.t-profile-security-details-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .list:after,
.t-profile-security-details-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description .list:before,
.t-sidebar-menu-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__description span {
	height: 72px
}

.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-profile-security-details-skeleton .list:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-profile-security-details-skeleton .list:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-profile-security-details-skeleton:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-profile-security-details-skeleton:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-profile-security-details-skeleton__content:after,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-profile-security-details-skeleton__content:before,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-sidebar-menu-skeleton span,
.t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .t-skeleton,
.t-profile-security-details-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .list:after,
.t-profile-security-details-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action .list:before,
.t-sidebar-menu-skeleton .t-payment-and-withdrawal-modal__content-wrapper .alert.skeleton .alert__action span {
	height: 56px
}

.t-sidebar-profile {
	width: 100%
}

.t-sidebar-profile .t-sidebar-menu__profile {
	display: grid;
	grid-template-areas: "icon username""menu menu";
	grid-auto-columns: 40px calc(100% - 46px);
	gap: 8px;
	justify-content: space-between;
	width: 100%;
	padding-top: 14px;
	background-color: transparent;
	transition: all .3s ease-in-out
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	font: 400 12px/17px Geologica, sans-serif
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__user {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__welcome {
	width: 100%;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__button {
	position: absolute;
	right: -5px;
	bottom: 4px;
	display: flex;
	width: 24px;
	height: 18px;
	padding: 8px 5px;
	background: transparent;
	transition-delay: .1s
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__button:hover:before {
	opacity: 0
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__button .t-icon-arrow {
	width: 16px;
	height: 16px
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__button .t-icon-arrow:hover {
	filter: none
}

.t-sidebar-profile .t-sidebar-menu__profile-user-details__username {
	font: 400 12px/140% Geologica, sans-serif
}

.t-sidebar-profile .profile-user-picture {
	display: flex;
	grid-area: icon;
	width: 100%;
	min-width: 40px;
	max-width: 40px
}

.t-sidebar-profile .profile-user-picture img {
	width: 40px;
	height: 40px;
	border-radius: 100px
}

.t-sidebar-profile-user-details {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	grid-area: username
}

.t-sidebar-profile-user-details .t-icon-arrow {
	transform: rotate(0)
}

.t-sidebar-profile-user-details_opened .t-icon-arrow {
	filter: none;
	transform: rotate(180deg)
}

.t-sidebar-profile__mini-menu {
	position: relative;
	display: flex;
	flex-direction: column;
	grid-area: menu;
	gap: 6px;
	width: 100%;
	margin-bottom: 12px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	background-color: transparent;
	border-bottom: 1px dashed hsla(0, 0%, 100%, .1);
	transition: all .3s ease-in-out
}

.t-sidebar-profile__mini-menu:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-sidebar-profile__mini-menu-item {
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-sidebar-profile__mini-menu-item:first-child {
	padding-top: 12px
}

.t-sidebar-profile__mini-menu-item:last-child {
	padding-bottom: 12px
}

.t-sidebar-profile__mini-menu-item a,
.t-sidebar-profile__mini-menu-item a:visited {
	display: block;
	width: 100%;
	height: 100%
}

.t-sidebar-profile__mini-menu-item:active,
.t-sidebar-profile__mini-menu-item:hover {
	color: #fff;
	background: transparent
}

.t-vip-skeleton {
	display: flex;
	flex-direction: column;
	gap: 100px;
	width: 100%;
	max-width: 1094px;
	margin: 0 auto
}

.t-vip-skeleton__caption {
	height: 592px
}

.t-vip-skeleton__wrapper {
	display: flex;
	flex-direction: row;
	gap: 24px
}

.t-vip-skeleton__wrapper .vip-skeleton__item {
	display: flex;
	height: 400px
}

.t-vip-skeleton__wrapper .vip-skeleton__item:nth-child(4),
.t-vip-skeleton__wrapper .vip-skeleton__item:nth-child(5),
.t-vip-skeleton__wrapper .vip-skeleton__item:nth-child(6) {
	display: none
}

.t-vip-skeleton__text {
	order: 2;
	height: 422px
}

.t-vip-page {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1008px;
	margin: 0 auto
}

.t-vip-players-area {
	position: relative;
	display: flex;
	align-items: center;
	order: 1;
	width: 100%;
	height: 320px;
	overflow: hidden;
	background-image: url(../images/banner.67d0c77.webp);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 16px
}

@media(max-width:1023px) {
	.t-vip-players-area {
		height: 280px
	}
}

@media(max-width:767px) {
	.t-vip-players-area {
		align-items: end;
		height: unset;
		background-image: url(../images/banner-mobile.7247f4a.webp);
		background-position: 50%
	}
}

.t-vip-players-area .t-vip-how-to-become__button,
.t-vip-players-area__button {
	display: none
}

.t-vip-players-area__container {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%
}

.t-vip-players-area__description {
	position: relative;
	z-index: 1;
	max-width: 340px;
	font: 400 16px/140% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-vip-players-area__description {
		max-width: 400px;
		text-align: center
	}
}

.t-vip-players-area__title {
	position: relative;
	z-index: 1;
	max-width: 340px;
	font: 700 48px/110% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-vip-players-area__title {
		font: 700 32px/120% Geologica, sans-serif
	}
}

@media(max-width:767px) {
	.t-vip-players-area__title {
		max-width: unset;
		text-align: center
	}
}

.t-vip-players-area__wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	margin: 20px
}

@media(max-width:767px) {
	.t-vip-players-area__wrapper {
		align-items: center;
		margin: 200px 20px 20px
	}
}

.t-vip-advantages {
	order: 2;
	margin-top: 16px
}

.t-vip-advantages-list {
	display: flex;
	gap: 16px
}

@media(max-width:1023px) {
	.t-vip-advantages-list {
		padding-right: var(--padding-horizontal);
		padding-left: var(--padding-horizontal);
		margin-right: calc(var(--padding-horizontal)*-1);
		margin-left: calc(var(--padding-horizontal)*-1);
		-ms-overflow-style: none;
		scrollbar-width: none;
		gap: 12px;
		overflow-x: auto
	}

	.t-vip-advantages-list::-webkit-scrollbar {
		display: none
	}
}

.t-vip-advantages-list__card {
	display: grid;
	flex-basis: 33.3333333333%;
	grid-template-areas: "title image""info image";
	grid-template-rows: auto auto;
	gap: 4px 8px;
	align-items: center;
	padding: 20px;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:1023px) {
	.t-vip-advantages-list__card {
		min-width: 288px;
		padding: 20px
	}
}

.t-vip-advantages-list__card-title {
	grid-area: title;
	align-self: end;
	font: 600 16px/140% Geologica, sans-serif
}

.t-vip-advantages-list__card-info {
	grid-area: info;
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-vip-advantages-list__card-img {
	grid-area: image;
	width: 52px;
	height: 52px;
	background: transparent no-repeat 50%/contain
}

.t-vip-advantages-list__card-img.background1 {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI2LjcxMiA4LjcxNmMtNi45NzMgMC0xMy4zMDMgMy44ODMtMTYuNzY3IDkuNTg4bC0zLjI2NS0yLjE4QzEwLjk1MSA5LjMxMyAxOC41OSA0LjcgMjYuOTkzIDQuN2wtLjI4IDQuMDE3eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MDA1XzEwOTApIi8+PHBhdGggZD0iTTUuMDcgMTkuMTU2bDMuNzg1IDEuMjFhMTguNyAxOC43IDAgMDAtMS42MzUgNi40MjdjLS4yOTYgNC4yNC45MDMgOC4xNCAzLjE1MyAxMS4yMjRMNi44NzEgNDAuM0M0LjIyIDM2LjU2NSAyLjgxNCAzMS44OCAzLjE3IDI2Ljc5M2EyMi44NCAyMi44NCAwIDAxMS45LTcuNjM3eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE4MDA1XzEwOTApIi8+PHBhdGggZD0iTTguOTM2IDQyLjc2NGwyLjgzOC0zLjA3M2MzLjA2NSAzLjIwNCA3LjQzNiA1LjE4IDEyLjQxIDUuMTggMi40ODIgMCA0Ljg4Mi0uNDkyIDcuMS0xLjM4M2wxLjE0MyAzLjc3MWEyMy4yNTUgMjMuMjU1IDAgMDEtOC41MjQgMS42MjljLTUuOTcyIDAtMTEuMjMyLTIuMzMtMTQuOTY3LTYuMTI0eiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzE4MDA1XzEwOTApIi8+PHBhdGggZD0iTTM1LjU5MiA0NS43NGM2Ljc0Ny0zLjg2NSAxMS41NzItMTAuOTA0IDEyLjEzNC0xOC45NDdoLTQuMDVjLS40NjggNi42OTMtNC41NDQgMTIuNTM2LTEwLjIxMiAxNS42NmwyLjEyOCAzLjI4NnoiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xODAwNV8xMDkwKSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDEuNTI1IDNsMi44NjMgNi4yMjcgNS44IDMuMDA1LTkuNDA1IDguNzIzLTUuMDYyLjcxLTEzLjUyMiA4LjE0MiA2LjQxLTkuNDg5LjExIDMuMzgxaDEuMzM0bDIuMDY5LTExLjk3OEw0MS41MjUgM3pNMzQuOTIgMTcuNzU5bDQuNTY5LTEuMDA5IDMuOTg4LTMuNjA3LTIuMzE3LS45MjEtMS4wMTUtMi42My0zLjk0MyAzLjY1Ny0xLjI4MiA0LjUxeiIgZmlsbD0idXJsKCNwYWludDRfbGluZWFyXzE4MDA1XzEwOTApIi8+PHBhdGggZD0iTTI2LjAxIDE4Ljc1OWMtNC40NzQgMC04LjM1MyAzLjU5Ny04LjY2MyA4LjAzNC0uMzEgNC40MzggMy4wNjUgOC4wMzUgNy41NCA4LjAzNSA0LjQ3MyAwIDguMzUyLTMuNTk3IDguNjYyLTguMDM1aDQuMDVjLS40NjQgNi42NTYtNi4yODIgMTIuMDUyLTEyLjk5NCAxMi4wNTItNi43MSAwLTExLjc3NC01LjM5Ni0xMS4zMDktMTIuMDUyLjQ2Ni02LjY1NiA2LjI4NC0xMi4wNTEgMTIuOTk1LTEyLjA1MWwtLjI4MSA0LjAxN3oiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcl8xODAwNV8xMDkwKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODAwNV8xMDkwIiB4MT0iMjUuODU5IiB5MT0iNDguODg4IiB4Mj0iMzMuNjMyIiB5Mj0iMy43ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTgwMDVfMTA5MCIgeDE9IjI1Ljg1OSIgeTE9IjQ4Ljg4OCIgeDI9IjMzLjYzMiIgeTI9IjMuNzg3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE4MDA1XzEwOTAiIHgxPSIyNS44NTkiIHkxPSI0OC44ODgiIHgyPSIzMy42MzIiIHkyPSIzLjc4NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xODAwNV8xMDkwIiB4MT0iMjUuODU5IiB5MT0iNDguODg4IiB4Mj0iMzMuNjMyIiB5Mj0iMy43ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTgwMDVfMTA5MCIgeDE9IjI1Ljg1OSIgeTE9IjQ4Ljg4OCIgeDI9IjMzLjYzMiIgeTI9IjMuNzg3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDVfbGluZWFyXzE4MDA1XzEwOTAiIHgxPSIyNS44NTkiIHkxPSI0OC44ODgiIHgyPSIzMy42MzIiIHkyPSIzLjc4NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-vip-advantages-list__card-img.background2 {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjIyNyA2Ljk4M0wyNy4wNDcgM0MyMS44NTQgMy40MDIgMTYuNjEgNS42MzUgMTIuMzE0IDkuN2ExNDkuOTE5IDE0OS45MTkgMCAwMC0zLjUwNSAzLjQxN2wtLjM0MyA0LjQ2MS0xLjE2My4xNTQtMS4yNjktNy42MTItLjQyLTIuMTcyLTMuMzAyIDE1LjM3NiAxNC45Ny0xLjgzOS05LjA1NC0yLjE3MmMxLjI3OS0xLjQ4IDMuMzQzLTMuNjYzIDYuNjU2LTYuNzk3IDMuNTk3LTMuNDA0IDcuOTk4LTUuMjQ4IDEyLjM0My01LjUzMnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAwNV8xNTQ1KSIvPjxwYXRoIGQ9Ik0yOS41ODYgNi45ODNjNC4yOTYuMjg0IDguMzggMi4xMjggMTEuMzkgNS41MzIgMi4zMyAyLjYzNiAzLjcwNSA1Ljg1MSA0LjE1OSA5LjI0bC4yNjIgMS45NTcgMy45My0uODc1LS4yNjItMS45NThjLS41NDgtNC4wOTUtMi4yMTItNy45OS01LjAzNC0xMS4xOEM0MC40MzggNS42MzUgMzUuNTggMy40MDIgMzAuNDUzIDNsLS44NjcgMy45ODN6IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfMTgwMDVfMTU0NSkiLz48cGF0aCBkPSJNOC4zOTYgMzAuMjM4bC0uMjYyLTEuOTU3LTMuOTMuODc2LjI2MiAxLjk1N2MuNTQ5IDQuMDk1IDIuMjEzIDcuOTkgNS4wMzQgMTEuMTggMy41OTMgNC4wNjQgOC40NTEgNi4yOTcgMTMuNTc2IDYuNjk5bC44NjctMy45ODNjLTQuMjk1LS4yODQtOC4zNzgtMi4xMjgtMTEuMzg3LTUuNTMyLTIuMzMyLTIuNjM2LTMuNzA2LTUuODUxLTQuMTYtOS4yNHoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcl8xODAwNV8xNTQ1KSIvPjxwYXRoIGQ9Ik00MS4yMTcgNDIuMjk0Yy00LjI5NSA0LjA2NC05LjU0IDYuMjk3LTE0LjczNSA2LjY5OWwtLjE3OS0zLjk4M2M0LjM0NS0uMjg0IDguNzQ3LTIuMTI4IDEyLjM0NC01LjUzMiAzLjMxMy0zLjEzNCA1LjM3OC01LjMxNyA2LjY1Ni02Ljc5N0wzNi4yNSAzMC41MWwxNC45NjktMS44MzktMy4zMDIgMTUuMzc1LS4yLTEuMDMyLTEuMjkxLTguODA0LTEuMzg3LjE2MS0uNDAzIDQuNTk0Yy0uOTc2Ljk4NC0yLjEwOCAyLjA5LTMuNDE5IDMuMzN6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTgwMDVfMTU0NSkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5LjQwNiAxNS40MTdsLjE5LTIuMjA2aC0zLjQ1NWwtLjE5IDIuMjA2aC0uNDEyYy0zLjM0MiAwLTYuMjQ3IDIuNzg3LTYuNTM5IDYuMTY3LS4yOTIgMy4zOCAyLjEzMiA2LjE2NyA1LjQ3NCA2LjE2N2guNDEybC0uNDYgNS4zMTRoLS40MWMtMS4zODUgMC0yLjQ1LTEuMTY0LTIuMzIyLTIuNjU3bC4xNTItMS43NTVIMTguMzlsLS4xNTIgMS43NTVjLS4yOTIgMy4zOCAyLjEzMiA2LjE2NyA1LjQ3NCA2LjE2N2guNDEybC0uMTkgMi4yMDZoMy40NTVsLjE5LTIuMjA2aC40MTJjMy4zNDIgMCA2LjI0Ny0yLjc4NiA2LjUzOS02LjE2Ny4yOTItMy4zOC0yLjEzMi02LjE2Ny01LjQ3NC02LjE2N2gtLjQxMmwuNDYtNS4zMTRoLjQxYzEuMzg0IDAgMi40NSAxLjE2NCAyLjMyMiAyLjY1N2wtLjE1MiAxLjc1NWgzLjQ1NmwuMTUyLTEuNzU1Yy4yOTEtMy4zOC0yLjEzMi02LjE2Ny01LjQ3NC02LjE2N2gtLjQxMnptLTQuMTcgMy41MWguNDExbC0uNDU4IDUuMzE0aC0uNDEyYy0xLjM4NCAwLTIuNDUtMS4xNjQtMi4zMjEtMi42NTdzMS4zOTYtMi42NTcgMi43OC0yLjY1N3ptMi42NDYgMTQuMTM4bC40Ni01LjMxNGguNDFjMS4zODUgMCAyLjQ1IDEuMTY0IDIuMzIyIDIuNjU3LS4xMjkgMS40OTMtMS4zOTYgMi42NTctMi43OCAyLjY1N2gtLjQxMnoiIGZpbGw9InVybCgjcGFpbnQ0X2xpbmVhcl8xODAwNV8xNTQ1KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODAwNV8xNTQ1IiB4MT0iMjcuNjc5IiB5MT0iNDguOTkzIiB4Mj0iMzQuOTA0IiB5Mj0iNC4wMzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTgwMDVfMTU0NSIgeDE9IjI3LjY3OSIgeTE9IjQ4Ljk5MyIgeDI9IjM0LjkwNCIgeTI9IjQuMDMyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE4MDA1XzE1NDUiIHgxPSIyNy42NzkiIHkxPSI0OC45OTMiIHgyPSIzNC45MDQiIHkyPSI0LjAzMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xODAwNV8xNTQ1IiB4MT0iMjcuNjc5IiB5MT0iNDguOTkzIiB4Mj0iMzQuOTA0IiB5Mj0iNC4wMzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTgwMDVfMTU0NSIgeDE9IjI3LjY3OSIgeTE9IjQ4Ljk5MyIgeDI9IjM0LjkwNCIgeTI9IjQuMDMyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-vip-advantages-list__card-img.background3 {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ0LjgwNiAyNS44OTJjLjQ5NC0xMC4wNzEtNi45MzMtMTguMjk5LTE2LjgyLTE4LjkxNUwyOC43MjcgM2MxMS42NTguODY4IDIwLjQyIDEwLjQ5OSAyMC4xMDIgMjIuMzZsLTQuMDIyLjUzMnoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAwNV8xNDE1KSIvPjxwYXRoIGQ9Ik00NC41ODYgMjguMDE0Yy0xLjQ3NSA5LjIzNC05LjQ1MSAxNi40OS0xOC44NTQgMTYuOTQybC4zMjEgMy45ODFjMTEuMjA0LS43IDIwLjY2NS05LjM3MiAyMi40NzMtMjAuMzk0bC0zLjk0LS41M3oiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xODAwNV8xNDE1KSIvPjxwYXRoIGQ9Ik0yMy44NyA0NC45NTZjLTkuMzU1LS40NTItMTYuNTctNy43MDgtMTcuMDc4LTE2Ljk0M2wtMy45OTUuNTNDMy40NDkgMzkuNTY1IDEyIDQ4LjIzNyAyMy4xMyA0OC45MzdsLjc0LTMuOTh6IiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTgwMDVfMTQxNSkiLz48cGF0aCBkPSJNMjUuNTk2IDYuOTc3Yy05Ljk1LjYxNi0xOC4yNCA4Ljg0NC0xOC44MDIgMTguOTE2bC0zLjk2Ni0uNTMzQzMuNzUzIDEzLjQ5OSAxMy41MjUgMy44NjggMjUuMjc0IDNsLjMyMiAzLjk3N3oiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xODAwNV8xNDE1KSIvPjxwYXRoIGQ9Ik0zNi4xMyAxNi4xMzVsLTguOTExIDExLjMyNi0xMS40NzcgOC42MTYgOC42MzMtMTEuNjIgMTEuNzU0LTguMzIyeiIgZmlsbD0idXJsKCNwYWludDRfbGluZWFyXzE4MDA1XzE0MTUpIi8+PHBhdGggZD0iTTE2Ljc3NCAxOS42NTNjLjA4OC0xLjY4NiAxLjUyNi0zLjA1MyAzLjIxMS0zLjA1MyAxLjY4NSAwIDIuOTggMS4zNjcgMi44OTEgMy4wNTMtLjA4OCAxLjY4Ni0xLjUyNiAzLjA1My0zLjIxIDMuMDUzLTEuNjg2IDAtMi45OC0xLjM2Ny0yLjg5Mi0zLjA1M3oiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcl8xODAwNV8xNDE1KSIvPjxwYXRoIGQ9Ik0yOC43MTcgMzIuMjY2Yy4wODktMS42ODYgMS41MjYtMy4wNTMgMy4yMTEtMy4wNTNhMi44NjcgMi44NjcgMCAwMTIuODkxIDMuMDUzYy0uMDg4IDEuNjg2LTEuNTI2IDMuMDUzLTMuMjEgMy4wNTMtMS42ODYgMC0yLjk4LTEuMzY3LTIuODkyLTMuMDUzeiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyXzE4MDA1XzE0MTUpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MDA1XzE0MTUiIHgxPSIyNS44MjciIHkxPSI0OC45MzciIHgyPSIzMy41NzEiIHkyPSIzLjkxOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xODAwNV8xNDE1IiB4MT0iMjUuODI3IiB5MT0iNDguOTM3IiB4Mj0iMzMuNTcxIiB5Mj0iMy45MTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfMTgwMDVfMTQxNSIgeDE9IjI1LjgyNyIgeTE9IjQ4LjkzNyIgeDI9IjMzLjU3MSIgeTI9IjMuOTE4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyXzE4MDA1XzE0MTUiIHgxPSIyNS44MjciIHkxPSI0OC45MzciIHgyPSIzMy41NzEiIHkyPSIzLjkxOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ0X2xpbmVhcl8xODAwNV8xNDE1IiB4MT0iMjUuODI3IiB5MT0iNDguOTM3IiB4Mj0iMzMuNTcxIiB5Mj0iMy45MTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NV9saW5lYXJfMTgwMDVfMTQxNSIgeDE9IjI1LjgyNyIgeTE9IjQ4LjkzNyIgeDI9IjMzLjU3MSIgeTI9IjMuOTE4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDZfbGluZWFyXzE4MDA1XzE0MTUiIHgxPSIyNS44MjciIHkxPSI0OC45MzciIHgyPSIzMy41NzEiIHkyPSIzLjkxOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-vip-advantages__banner {
	display: none
}

.t-vip-how-to-become {
	order: 5;
	width: 100%;
	padding: 60px 0
}

@media(max-width:767px) {
	.t-vip-how-to-become {
		padding: 40px 0
	}
}

.t-vip-how-to-become .t-vip-container {
	width: 100%;
	height: 100%
}

.t-vip-how-to-become__inner {
	display: grid;
	grid-template-areas: "title list""description list""button list";
	grid-template-columns: 1fr 1fr;
	column-gap: 32px;
	align-items: center;
	justify-content: space-between
}

@media(max-width:1023px) {
	.t-vip-how-to-become__inner {
		grid-template-areas: "title""description""button""list";
		grid-template-columns: 1fr
	}
}

@media(max-width:767px) {
	.t-vip-how-to-become__inner {
		grid-template-areas: "title""description""list""button"
	}
}

.t-vip-how-to-become__caption {
	display: none
}

.t-vip-how-to-become__answer,
.t-vip-how-to-become__answer>p {
	display: contents
}

.t-vip-how-to-become__answer-title {
	grid-area: title;
	align-self: end;
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-vip-how-to-become__answer-title {
		padding: 0 60px;
		text-align: center
	}
}

.t-vip-how-to-become__answer-description {
	grid-area: description;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

@media(max-width:1023px) {
	.t-vip-how-to-become__answer-description {
		padding: 0 60px;
		margin-top: 16px;
		text-align: center
	}
}

@media(max-width:767px) {
	.t-vip-how-to-become__answer-description {
		padding: 0;
		margin-top: 12px
	}
}

.t-vip-how-to-become__answer-list {
	display: grid;
	grid-area: list;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
	width: 100%
}

@media(max-width:1023px) {
	.t-vip-how-to-become__answer-list {
		margin-top: 32px
	}
}

@media(max-width:767px) {
	.t-vip-how-to-become__answer-list {
		grid-template-columns: 1fr 1fr
	}
}

.t-vip-how-to-become__answer-list li {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	padding: 16px;
	font: 400 14px/140% Geologica, sans-serif;
	list-style: none;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 12px
}

.t-vip-how-to-become__answer-list li:before {
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%
}

.t-vip-how-to-become__answer-list .manager:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzYTkgOSAwIDEwMCAxOCA5IDkgMCAwMDAtMTh6TTEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMSAxOC4wNzUgMSAxMnptMTEtNS40MTRMMTcuNDE0IDEyIDE2IDEzLjQxNGwtMy0zVjE3aC0ydi02LjU4NmwtMyAzTDYuNTg2IDEyIDEyIDYuNTg2eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2OTI5XzEyNjI5MykiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTY5MjlfMTI2MjkzIiB4MT0iMTIuNTkiIHkxPSIyMyIgeDI9IjE2LjI0IiB5Mj0iMS42MjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-vip-how-to-become__answer-list .insights:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4xNjcgOC41bC0zLjUtNy41LTMuNSA3LjUtNy41IDMuNSA3LjUgMy41IDMuNSA3LjUgMy41LTcuNSA3LjUtMy41LTcuNS0zLjV6bTIuNzcgMy41bC00LjI3NS0xLjk5NS0xLjk5Ni00LjI3Ni0xLjk5NSA0LjI3Nkw2LjM5NiAxMmw0LjI3NSAxLjk5NSAxLjk5NSA0LjI3NiAxLjk5Ni00LjI3NkwxOC45MzcgMTJ6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTY5MzBfODc5NzUpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2OTMwXzg3OTc1IiB4MT0iMTMuMjU3IiB5MT0iMjMiIHgyPSIxNi45MDYiIHkyPSIxLjYyMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-vip-how-to-become__answer-list .cashback:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42NjYgM2E5IDkgMCAxMDAgMTggOSA5IDAgMDAwLTE4em0tMTEgOWMwLTYuMDc1IDQuOTI1LTExIDExLTExIDYuMDc2IDAgMTEgNC45MjUgMTEgMTFzLTQuOTI0IDExLTExIDExYy02LjA3NSAwLTExLTQuOTI1LTExLTExem0xNi40MTUtNGwtOS40MTUgOS40MTRMNy4yNTIgMTZsOS40MTUtOS40MTRMMTguMDggOHpNOC4xNjYgOWExLjUgMS41IDAgMTEzIDAgMS41IDEuNSAwIDAxLTMgMHptNiA2YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAweiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2OTI5XzEyNjI5NikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTY5MjlfMTI2Mjk2IiB4MT0iMTMuMjU3IiB5MT0iMjMiIHgyPSIxNi45MDYiIHkyPSIxLjYyMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-vip-how-to-become__answer-list .rakeback:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC43MTQgMS40MzhsLS45OTggMS4wMTNjNC41NzguNjc5IDguMTE4IDQuNjggOC4xMTggOS41NDkgMCAzLjIxNy0xLjU1IDYuMDYtMy45MTkgNy44MWwtLjc5My41ODYtMS4xMzMtMS42NC43OTMtLjU4NUE3LjY1MiA3LjY1MiAwIDAwMTkuODg1IDEyYzAtMy43MTUtMi42MzItNi44MzMtNi4xMzktNy41MDNsLjk2OC45ODEtMS4zNjQgMS40MzgtMy40MTEtMy40NThMMTMuMzQ5IDBsMS4zNjUgMS40Mzh6TTguNjc4IDUuMjQzbC0uNzkzLjU4NkE3LjY1MiA3LjY1MiAwIDAwNC43ODIgMTJjMCAzLjcxNSAyLjYzMiA2LjgzMyA2LjEzOCA3LjUwM2wtLjk2Ny0uOTgxIDEuMzY0LTEuNDM4IDMuNDExIDMuNDU4TDExLjMxOCAyNGwtMS4zNjUtMS40MzguOTk4LTEuMDEzQzYuMzczIDIwLjg3IDIuODM0IDE2Ljg3IDIuODM0IDEyYzAtMy4yMTcgMS41NS02LjA2IDMuOTE4LTcuODFsLjc5My0uNTg2IDEuMTMzIDEuNjR6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTY5MjlfMTI2Mjk5KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjkyOV8xMjYyOTkiIHgxPSIxMi44NDMiIHkxPSIyNCIgeDI9IjE3Ljc4OSIgeTI9IjEuMDY2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-vip-how-to-become__answer-list .bonuses:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk1IDMuNWMtLjMxNCAwLS42MjYuMTMxLS44NjUuMzgzLS4yNC4yNTUtLjM4NS42MS0uMzg1Ljk5MnMuMTQ0LjczNy4zODUuOTkyYy4yNC4yNTIuNTUxLjM4My44NjUuMzgzaDIuNzJhNy45MjQgNy45MjQgMCAwMC0uNC0uOTEzQzkuNjk1IDQuMjM3IDguOTQgMy41IDcuOTUgMy41ek0xMSA4LjI1djQuNjVINFY4LjI1aDd6bS02LjAxOC0yQTMuNDg4IDMuNDg4IDAgMDE0LjcgNC44NzVjMC0uODc4LjMzLTEuNzMuOTMzLTIuMzY3QTMuMTkxIDMuMTkxIDAgMDE3Ljk1IDEuNWMyLjExMyAwIDMuMzc0IDEuNTY5IDQuMDUgMi44MzEuNjc2LTEuMjYyIDEuOTM3LTIuODMxIDQuMDUtMi44MzEuODggMCAxLjcxMi4zNyAyLjMxNyAxLjAwOC42MDMuNjM2LjkzMyAxLjQ4OS45MzMgMi4zNjcgMCAuNDc2LS4wOTcuOTQ0LS4yODIgMS4zNzVIMjJWMjIuNUgyVjYuMjVoMi45ODJ6TTQgMTQuOXY1LjZoN3YtNS42SDR6bTkgMHY1LjZoN3YtNS42aC03em03LTJWOC4yNWgtN3Y0LjY1aDd6bS0zLjk1LTYuNjVjLjMxMyAwIC42MjYtLjEzMS44NjUtLjM4My4yNC0uMjU1LjM4NS0uNjEuMzg1LS45OTJzLS4xNDQtLjczNy0uMzg1LS45OTJhMS4xOTIgMS4xOTIgMCAwMC0uODY1LS4zODNjLS45OTEgMC0xLjc0Ny43MzgtMi4zMiAxLjgzNy0uMTYxLjMxLS4yOTQuNjI0LS40LjkxM2gyLjcyeiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE2OTI5XzEyNjMwMikiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTY5MjlfMTI2MzAyIiB4MT0iMTIuNTM3IiB5MT0iMjIuNSIgeDI9IjE2LjE4NCIgeTI9IjIuMTU0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-vip-how-to-become__answer-list .benefits:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljg2NSAyaDEwLjkzN2w1LjgzMyA3LTExLjMwMSAxMy41NjJMMS4wMzIgOWw1LjgzMy03em0uOTM3IDJMNC40NjkgOGgzLjE2NGwxLjQ1NC00SDcuODAyem0zLjQxNCAwTDkuNzYgOGg1LjE0NGwtMS40NTQtNGgtMi4yMzV6bTQuMzYzIDBsMS40NTQgNGgzLjE2NWwtMy4zMzMtNEgxNS41OHptNC42MiA2aC0zLjE0NWwtMi4wOTYgNi4yODlMMjAuMTk4IDEwem0tNy44NjYgNy44MzhMMTQuOTQ1IDEwSDkuNzJsMi42MTMgNy44Mzh6TTcuNjEzIDEwSDQuNDY3bDUuMjQgNi4yODhMNy42MTIgMTB6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTY5MjlfMTI2MzA5KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjkyOV8xMjYzMDkiIHgxPSIxMi45NCIgeTE9IjIyLjU2MiIgeDI9IjE2LjA1OCIgeTI9IjIuNDg0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-vip-how-to-become__button {
	grid-area: button;
	align-self: start;
	width: max-content;
	min-width: 200px;
	padding: 16px 20px;
	margin-top: 14px;
	font: 700 16px/100% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-vip-how-to-become__button {
		margin: 24px auto 0
	}
}

@media(max-width:767px) {
	.t-vip-how-to-become__button {
		width: 100%
	}
}

.t-vip-player-ranked {
	order: 2;
	padding: 60px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-vip-player-ranked {
		padding: 40px 0
	}
}

.t-vip-player-ranked__slider-container {
	position: relative
}

.t-vip-player-ranked__cart {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 395px;
	height: 372px;
	padding: 63px 20px 24px;
	background: #1f1f1f;
	border-radius: 16px
}

.t-vip-player-ranked__text {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 16px;
	margin-top: 16px
}

.t-vip-player-ranked__text:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-vip-player-ranked__text-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%
}

@media(max-width:1023px) {
	.t-vip-player-ranked__text-options {
		gap: 6px
	}
}

.t-vip-player-ranked__text-options li {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
	font: 400 14px/140% Geologica, sans-serif;
	list-style: none
}

.t-vip-player-ranked__text-options li b {
	font: 600 14px/140% Geologica, sans-serif
}

.t-vip-player-ranked__text-options li.empty:after {
	width: 16px;
	height: 16px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4yNzYgNEw2IDEyLjI3NyAxLjcyNCA4bC45NDItLjk0Mkw2IDEwLjM5bDcuMzMzLTcuMzMzLjk0My45NDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: cover
}

.t-vip-player-ranked__btn {
	width: 100%;
	padding: 16px 20px;
	margin-top: auto;
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-vip-player-ranked__btn:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-vip-player-ranked__caption {
	z-index: 2;
	width: 100%;
	font: 600 20px/135% Geologica, sans-serif;
	text-align: center
}

.t-vip-player-ranked__subtitle {
	z-index: 2;
	padding: 3px 8px;
	margin-top: 10px;
	font: 600 12px/140% Geologica, sans-serif;
	color: #101010;
	text-align: center;
	background: #ff5739;
	border-radius: 100px
}

.t-vip-player-ranked__img {
	position: absolute;
	top: -48px;
	z-index: 5;
	width: 85px;
	height: 95px;
	content: "";
	background-repeat: no-repeat;
	background-size: cover
}

.t-vip-player-ranked__img_rookie {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAwNV84NjQpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy42MjUgMzQuODkyYzAtNC41NTUgMy43NTYtOC4yNjEgOC4zNzQtOC4yNjEgNC42MTcgMCA4LjM3MyAzLjcwNiA4LjM3MyA4LjI2IDAgNC41NTYtMy43NTYgOC4yNjEtOC4zNzMgOC4yNjEtNC42MTggMC04LjM3NC0zLjcwNS04LjM3NC04LjI2em04LjM3NCAyLjc5N2wyLjk2NCAxLjIyNC0uMjY0LTMuMTYgMi4wOTYtMi40MDItMy4xMjgtLjcyOUw0MiAyOS45MTJsLTEuNjcgMi43MS0zLjEyNy43MjkgMi4wOTYgMi40MDMtLjI2NCAzLjE2TDQyIDM3LjY4OHoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU3LjE1NiAzMC4wN2wtLjU3Ny01LjU4LTUuMTg4LTIuMjkzLTMuNzkzLTQuMTgtNS41NjMgMS4xNTlMMzYuNDc0IDE4bC0zLjgwOCA0LjE2My01LjIwNiAyLjI2LS42IDUuNThMMjQgMzQuODU1bDIuODQ0IDQuODYuNTc3IDUuNTc4IDUuMTg4IDIuMjk1IDMuNzkzIDQuMTc5IDUuNTYzLTEuMTU5IDUuNTYgMS4xNzYgMy44MDgtNC4xNjMgNS4yMDYtMi4yNi42LTUuNThMNjAgMzQuOTI5bC0yLjg0NC00Ljg1OXpNNDIgNDUuOTM2Yy02LjE3MyAwLTExLjE5NS00Ljk1NS0xMS4xOTUtMTEuMDQ0IDAtNi4wOSA1LjAyMi0xMS4wNDUgMTEuMTk1LTExLjA0NXMxMS4xOTUgNC45NTUgMTEuMTk1IDExLjA0NVM0OC4xNzMgNDUuOTM2IDQyIDQ1LjkzNnoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNNDEuOTYgNTMuMzg3bC02LjQ5NyAxLjM1My4wMTIgMTEuMjYgNi40NTMtMy4zNCA2LjYxMiAzLjMwOC0uMDI0LTExLjIxLS4wMTMuMDEzLTYuNTQzLTEuMzg0eiIgZmlsbD0iIzEwMTAxMCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODAwNV84NjQiIHgxPSI0NC4yNTQiIHkxPSI5NCIgeDI9IjYxLjU3OSIgeTI9IjMuMzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-vip-player-ranked__img_midfield {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAwNV8xOTMwKSIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xODAwNV8xOTMwKSIgZmlsbD0iIzEwMTAxMCI+PHBhdGggZD0iTTQwLjc5OSAyOS4wMDVsMS4xOTktMS42MTUgMS4xOTggMS42MTUgMS45MDUuNjQyLTEuMTY0IDEuNjQtLjAyIDIuMDEzLTEuOTItLjYwMS0xLjkxOC42MDEtLjAyLTIuMDEzLTEuMTY1LTEuNjQgMS45MDUtLjY0MnoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5LjM1OCAzMC42NTZjMC02Ljk3OSA1LjY3LTEyLjY1NiAxMi42MzktMTIuNjU2IDYuOTcgMCAxMi42MzkgNS42NzcgMTIuNjM5IDEyLjY1NiAwIDYuOTgtNS42NyAxMi42NTctMTIuNjQgMTIuNjU3LTYuOTY5IDAtMTIuNjM4LTUuNjc4LTEyLjYzOC0xMi42NTd6bTE3LjMyNSA2LjQ1OWwuMDUzLTQuOTE2IDIuODQzLTQuMDEtNC42NTMtMS41NjktMi45My0zLjk0Ny0yLjkyOSAzLjk0Ny00LjY1MyAxLjU2OSAyLjg0MyA0LjAxLjA1NCA0LjkxNiA0LjY4Ni0xLjQ3IDQuNjg2IDEuNDd6Ii8+PHBhdGggZD0iTTQwLjU5MiA0Ni4wMzlhMTUuMzcgMTUuMzcgMCAwMS01LjYxOC0xLjYyMlY2Nmw1LjYxOC01LjkwNlY0Ni4wMzl6TTQzLjQgNDYuMDM5YTE1LjM3IDE1LjM3IDAgMDA1LjYxOC0xLjYyMlY2Nkw0My40IDYwLjA5NFY0Ni4wMzl6TTIwLjgzOCAyNy44NDRjMCAxLjU1LjIxNSAzLjA0MS41MzIgNC40OTVhOC4zNiA4LjM2IDAgMDAtMy4zNC0uNjk4YzAgNC4wMzUgMi44NDYgNy40MDggNi42MzIgOC4yMzUuODYyIDEuMjM0IDEuODIgMi4zOTUgMi45MiAzLjQxNi0uMDYuMDA4LS4xMTguMDEtLjE3Ny4wMTQtLjA3NS4wMDQtLjE1LjAwOC0uMjI2LjAyMmE4LjM3OCA4LjM3OCAwIDAwLTUuNDM0IDMuNDc3IDguMzQ4IDguMzQ4IDAgMDA0LjgwOCAxLjUxN2MyLjQwNyAwIDMuOTYzLS45NTggNC44MzMtMS40OTMuNC0uMjQ2LjY1NS0uNDAzLjc4LS4zMzZ2LTMuMjYxYy00Ljc2OC0zLjA2MS04LjA4NS04LjI4LTguNDQ4LTE0LjI4MiAxLjMyNy00LjMxLS45NjMtOC45NDgtNS4yNDctMTAuNDQ4LTEuMTU5IDMuMzItLjEwOCA2Ljg4MyAyLjM2NyA5LjA4OHYuMjU0ek02NS4xNTggMjQuOTU2YTguNDE3IDguNDE3IDAgMDEtMi4wMDMgMi42NDh2LjI0YzAgMS41NS0uMjE1IDMuMDQxLS41MzIgNC40OTVhOC4zNTUgOC4zNTUgMCAwMTMuMzQtLjY5OGMwIDQuMDM1LTIuODQ2IDcuNDA5LTYuNjMyIDguMjM1LS44NjIgMS4yMzQtMS45MTQgMi4zOTUtMy4wMTMgMy40MTYuMDU5LjAwOC4xMTcuMDEuMTc2LjAxNC4wNzUuMDA0LjE1LjAwOC4yMjYuMDIyIDIuMjE1LjM5NCA0LjI0IDEuNjI4IDUuNTI4IDMuNDc3bC0uMDAxLjAwMWMtMS40Mi45OTItMy4xNzcgMS41MTYtNC45MDMgMS41MTYtMi40IDAtMy45Mi0uOTYyLTQuNzY1LTEuNDk2LS4zODUtLjI0NC0uNjMtLjM5OC0uNzUzLS4zMzN2LTMuMjYxYzQuNzctMy4wNjEgOC4wODctOC4yODEgOC40NDgtMTQuMjgzLTEuMzI3LTQuMzA5Ljk2NC04Ljk0NyA1LjI1LTEwLjQ0N2E4LjM5MyA4LjM5MyAwIDAxLS4zNjYgNi40NTR6Ii8+PC9nPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODAwNV8xOTMwIiB4MT0iNDQuMjU0IiB5MT0iOTQiIHgyPSI2MS41NzkiIHkyPSIzLjMxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJjbGlwMF8xODAwNV8xOTMwIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOCAxOCkiIGQ9Ik0wIDBoNDh2NDhIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-vip-player-ranked__img_podium {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ0OTUpIi8+PHBhdGggZD0iTTQyIDM4Ljk4OGwtOC43NDUgNC4zMjQgMS42Ny05LjE1OC03LjA3Ni02LjQ4NiA5Ljc3OS0xLjMzNkw0MiAxOGw0LjM3MyA4LjMzMiA5Ljc3OCAxLjMzNi03LjA3NSA2LjQ4NiAxLjY3IDkuMTU4TDQyIDM4Ljk4OHoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMzcuMjE1IDQ0LjI1bC0xLjU5NiA4LjI1aDEyLjc2MmwtMS41OTYtOC4yNUw0MiA0MS44NjVsLTQuNzg1IDIuMzg1eiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTQuMjEyIDU0Ljc1SDI5Ljc4OGwtMS4xMjIgOC40MzhIMjUuNVY2NmgzM3YtMi44MTNoLTMuMTY2bC0xLjEyMi04LjQzN3ptLTcuNzI2IDUuNjI1aC04Ljk3MnYtMi44MTNoOC45NzJ2Mi44MTN6IiBmaWxsPSIjMTAxMDEwIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2ODU5XzIwNDQ5NSIgeDE9IjQ0LjI1NCIgeTE9Ijk0IiB4Mj0iNjEuNTc5IiB5Mj0iMy4zMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-vip-player-ranked__img_track {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ1MzQpIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2ODU5XzIwNDUzNCkiIGZpbGw9IiMxMDEwMTAiPjxwYXRoIGQ9Ik01OS44MyA0My4yNDNhMTkuNSAxOS41IDAgMDEtLjU2NiAyLjQ3OCA2LjA2MiA2LjA2MiAwIDAxMy4yNzkuMzU4bDMuMTg4IDEuMjc4LTEuMjIxIDMuMzM3Yy0uOTcgMi42NDgtMy4zOSA0LjI3Ny01Ljk1IDQuMjc3YTYuMDg1IDYuMDg1IDAgMDEtMi4yNy0uNDRsLTEuODQyLS43MzlhMTguMzQgMTguMzQgMCAwMS0yLjg3NSAyLjMzNGMxLjIxNy43NzQgMi4xNDUgMS45NDQgMi42NSAzLjM2MmwxLjE5IDMuMzQ4LTMuMiAxLjI0NkE2LjA4NSA2LjA4NSAwIDAxNTAgNjQuNWMtMi41ODQgMC01LjAyLTEuNjU5LTUuOTcyLTQuMzM4bC0uNDM5LTEuMjM0YTE3LjIzMiAxNy4yMzIgMCAwMS0zLjE4IDBsLS40NCAxLjIzNEMzOS4wMTkgNjIuODQgMzYuNTg0IDY0LjUgMzQgNjQuNWE2LjA4IDYuMDggMCAwMS0yLjIxMi0uNDE4bC0zLjItMS4yNDYgMS4xOS0zLjM0OGMuNTA0LTEuNDE5IDEuNDMzLTIuNTg4IDIuNjUtMy4zNjJhMTguMzQgMTguMzQgMCAwMS0yLjg3Ni0yLjMzNGwtMS44NDIuNzM5Yy0zLjE5NCAxLjMwNi02Ljk2Ny0uMzc1LTguMjItMy44MzdsLTEuMjItMy4zMzcgMy4xODgtMS4yNzhhNi4wNjMgNi4wNjMgMCAwMTMuMjgtLjM1OGMtLjI0MS0uODA0LS40My0xLjYzMi0uNTY3LTIuNDc4bC0yLjM5OS0xLjEyYy0zLjIwNS0xLjQ5Ni00LjY0OS01LjQ0MS0zLjIxOS04Ljc5NGwxLjM5LTMuMjYzIDMuMTE5IDEuNDU1Yy44My4zODggMS41NC45NCAyLjExNCAxLjYwMy4yMzgtLjYyMy41MDUtMS4yNDMuODEtMS44NGwtLjQ2NS0uODE0Yy0xLjgwMy0zLjE1MS0uODItNy4yNDkgMi4xOTEtOS4xMzVsMi45My0xLjgzNSAxLjc1NCAzLjA2NmMxLjgwMiAzLjE1LjgxOSA3LjI0OC0yLjE5MiA5LjEzNGwtMS44MjcgMS4xNDRDMjMuMTcgNDMuMjM2IDMwLjc3NCA1Ni4yMDcgNDIgNTYuMDZjMTEuMjcyLjEwNSAxOC44MS0xMi43OCAxMy42MTctMjMuMjJsLTEuODItMS4xNGMtMy4wMS0xLjg4Ni0zLjk5NC01Ljk4NC0yLjE5Mi05LjEzNGwxLjc1NC0zLjA2NiAyLjkzIDEuODM1YzMuMDEgMS44ODYgMy45OTMgNS45ODQgMi4xOTEgOS4xMzVsLS40NjYuODE0Yy4zLjU5OS41NyAxLjIxNC44MDcgMS44NDNhNi4zNDkgNi4zNDkgMCAwMTIuMTE4LTEuNjA2bDMuMTE4LTEuNDU1IDEuMzkxIDMuMjYzYzEuNDMgMy4zNTMtLjAxNCA3LjI5OC0zLjIyIDguNzk1bC0yLjM5OCAxLjEyeiIvPjxwYXRoIGQ9Ik0zNi4xODggNDkuMTAzbC4xNy02LjQ1Mi0zLjc2Mi01LjExNSA1LjkxNi0xLjgyNUw0MiAzMC4zODdsMy40ODcgNS4zMjQgNS45MTcgMS44MjUtMy43NjEgNS4xMTUuMTY5IDYuNDUyLTUuODEyLTIuMTYyLTUuODExIDIuMTYyeiIvPjwvZz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTY4NTlfMjA0NTM0IiB4MT0iNDQuMjU0IiB5MT0iOTQiIHgyPSI2MS41NzkiIHkyPSIzLjMxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNjg1OV8yMDQ1MzQiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4IDE4KSIgZD0iTTAgMGg0OHY0OEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==")
}

.t-vip-player-ranked__img_race {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ1NzMpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ni41NTkgNDUuMzA5Yy4xMDggMi42MzMgMy44NjEgMi42MzQgMy45NyAwdi0uNjYyaDIuNjQ3di42NjJhNC42MzggNC42MzggMCAwMS00LjYzMiA0LjYzMiA0LjYzOCA0LjYzOCAwIDAxLTQuNjMyLTQuNjMyYzAtMS41NjEuNDU3LTMuMDczIDEuMzIzLTQuMzcxbDUuMzIxLTcuOTgyYTcuNjk3IDcuNjk3IDAgMDAxLjI5Ny00LjI4M2MtLjA5NS00LjU0LTYuNDE3LTUuMzQzLTcuNjM1LS45NjZsLTEuNzkgMTEuOTNjLTIuMDAyIDExLjg5LTE4Ljg0NCAxMS45MDktMjAuODU2IDBsLTEuNzktMTEuOTNjLTEuMjE3LTQuMzc1LTcuNTQtMy41NzYtNy42MzUuOTY2IDAgMS41My40NDkgMy4wMSAxLjI5NyA0LjI4M2w1LjMyIDcuOTgyYTcuODU1IDcuODU1IDAgMDExLjMyNCA0LjM3IDQuNjM4IDQuNjM4IDAgMDEtNC42MzIgNC42MzMgNC42MzggNC42MzggMCAwMS00LjYzMy00LjYzMnYtLjY2MmgyLjY0OHYuNjYyYy4xMDggMi42MzMgMy44NjEgMi42MzQgMy45NyAwIDAtMS4wMzctLjMwNC0yLjA0LS44NzktMi45MDNsLTUuMzItNy45ODFhMTAuMzM3IDEwLjMzNyAwIDAxLTEuNzQyLTUuNzUyIDYuNTMzIDYuNTMzIDAgMDE2LjUyNi02LjUyNmMxLjA4NyAwIDIuMTIyLjI2OCAzLjAzNS43NDdsLS41MS0zLjM5NEg1NS40NWwtLjUxIDMuMzk0YTYuNTE4IDYuNTE4IDAgMDEzLjAzNS0uNzQ3IDYuNTMzIDYuNTMzIDAgMDE2LjUyNiA2LjUyNmMwIDIuMDU0LS42MDIgNC4wNDMtMS43NDEgNS43NTJsLTUuMzIxIDcuOThhNS4yMTcgNS4yMTcgMCAwMC0uODggMi45MDR6TTQzLjMyNCAzMi43MzVoMi42NDd2LTIuNjQ3aC0yLjY0N3YtMi42NDdoLTIuNjQ4djIuNjQ3SDM4LjAzdjIuNjQ3aDIuNjQ3di0yLjY0N2gyLjY0OHYyLjY0N2gtMi42NDh2Mi42NDdoMi42NDd2Mi42NDdoLTIuNjQ3di0yLjY0N0gzOC4wM3YyLjY0N2gyLjY0N3YyLjY0N2gyLjY0OGwtLjAwMS0yLjY0N2gyLjY0OHYtMi42NDdoLTIuNjQ4di0yLjY0N3oiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNNDkuOTQgNTkuMjA2aDEuMzI0djIuNjQ3aDIuNjQ3VjY0LjVIMzAuMDg4di0yLjY0N2gyLjY0N3YtMi42NDdoMS4zMjRjLjczIDAgMS4zMjMtLjU5NCAxLjMyMy0xLjMyNFY1Ni41NmgyLjY0N3YtNS45MDdhMTMuMTcgMTMuMTcgMCAwMDcuOTQxIDB2NS45MDdoMi42NDd2MS4zMjRjMCAuNzMuNTk0IDEuMzIzIDEuMzI0IDEuMzIzeiIgZmlsbD0iIzEwMTAxMCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ1NzMiIHgxPSI0NC4yNTQiIHkxPSI5NCIgeDI9IjYxLjU3OSIgeTI9IjMuMzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-vip-player-ranked__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: 100%
}

@media(max-width:1365px) {
	.t-vip-player-ranked__info {
		gap: 12px
	}
}

@media(max-width:1023px) {
	.t-vip-player-ranked__info {
		align-items: flex-start
	}
}

.t-vip-player-ranked__info h3 {
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-vip-player-ranked__info h3 {
		text-align: center
	}
}

.t-vip-player-ranked__info p {
	width: 100%;
	max-width: 600px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

@media(max-width:1023px) {
	.t-vip-player-ranked__info p {
		text-align: left
	}
}

.t-vip-player-ranked__pagination {
	display: flex;
	place-content: center space-between;
	width: 78px;
	margin: 36px auto 0
}

@media(max-width:1023px) {
	.t-vip-player-ranked__pagination {
		display: none
	}
}

.t-vip-player-ranked__bullet {
	width: 20px;
	height: 3px;
	background: #a9a9a9;
	border: none;
	border-radius: 100px
}

.t-vip-player-ranked__bullet_active {
	background: #2f74ff
}

@media(max-width:1023px) {
	.t-vip-player-ranked__slide {
		margin-top: 44px
	}
}

.t-vip-player-ranked__slide-count {
	display: none
}

@media(max-width:1023px) {
	.t-vip-player-ranked__slide-count {
		display: block;
		width: 100%;
		max-width: 30px;
		font: 400 14px/20px Geologica, sans-serif;
		text-align: center
	}
}

.t-vip-player-ranked__slide-next,
.t-vip-player-ranked__slide-prev {
	position: absolute;
	bottom: -17px;
	left: calc(50% + 56px);
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
	transition: all .3s ease-in-out
}

.t-vip-player-ranked__slide-next:hover:before,
.t-vip-player-ranked__slide-prev:hover:before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(172deg) brightness(109%) contrast(107%)
}

.t-vip-player-ranked__slide-next:before,
.t-vip-player-ranked__slide-prev:before {
	display: block;
	width: 36px;
	height: 36px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy45OSA1LjRMMzAuNiAxOCAxNy45OSAzMC42bC0yLjEyLTIuMTE3IDguOTkyLTguOTg1SDZ2LTIuOTk1aDE4Ljg2MkwxNS44NyA3LjUxOCAxNy45OSA1LjR6IiBmaWxsPSIjQTlBOUE5Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: contain
}

.t-vip-player-ranked__slide-next[aria-disabled=true],
.t-vip-player-ranked__slide-prev[aria-disabled=true] {
	pointer-events: none;
	opacity: .5
}

.t-vip-player-ranked__slide-prev {
	right: calc(50% + 56px);
	left: auto
}

.t-vip-player-ranked__slide-prev:before {
	transform: rotate(180deg)
}

@media(max-width:1023px) {
	.t-vip-player-ranked__slide-navigation {
		display: none
	}
}

.t-vip-player-ranked__slider-wrap {
	padding-top: 5px;
	margin-top: 32px;
	overflow: hidden
}

@media(max-width:1023px) {
	.t-vip-player-ranked__slider-wrap {
		margin-top: 14px;
		padding-right: var(--padding-horizontal);
		padding-left: var(--padding-horizontal);
		margin-right: calc(var(--padding-horizontal)*-1);
		margin-left: calc(var(--padding-horizontal)*-1)
	}
}

.t-vip-player-ranked__slider-wrap swiper-container::part(container) {
	padding-top: 44px;
	overflow: visible
}

@media(max-width:1023px) {
	.t-vip-player-ranked__slider-wrap swiper-container::part(container) {
		padding-top: 14px
	}
}

.t-vip-player-ranked__wrapper {
	display: none
}

.t-vip-questions {
	order: 3;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.t-vip-questions .t-vip-container {
	width: 100%;
	padding: 60px 0
}

@media(max-width:767px) {
	.t-vip-questions .t-vip-container {
		padding: 40px 0
	}
}

.t-vip-questions__action {
	display: flex;
	justify-content: center;
	margin-top: 32px
}

@media(max-width:1023px) {
	.t-vip-questions__action {
		justify-content: flex-start
	}
}

.t-vip-questions__action .t-button,
.t-vip-questions__action .t-error-page-content-button,
.t-vip-questions__action .t-promo-card__action-btn,
.t-vip-questions__action .t-promo-events__router {
	width: 100%;
	max-width: 288px;
	height: 48px;
	font: 700 16px/100% Geologica, sans-serif
}

@media(max-width:767px) {

	.t-vip-questions__action .t-button,
	.t-vip-questions__action .t-error-page-content-button,
	.t-vip-questions__action .t-promo-card__action-btn,
	.t-vip-questions__action .t-promo-events__router {
		max-width: 100%
	}
}

.t-vip-questions__caption {
	font: 700 32px/120% Geologica, sans-serif;
	text-align: center
}

@media(max-width:1023px) {
	.t-vip-questions__caption {
		text-align: left
	}
}

.t-vip-questions__description {
	display: none
}

.t-vip-questions__item {
	--content-padding: 24px;
	position: relative;
	display: flex;
	flex-basis: 33.3333333333%;
	flex-direction: column;
	padding: 0
}

@media(max-width:1023px) {
	.t-vip-questions__item {
		min-width: 288px;
		--content-padding: 20px
	}
}

.t-vip-questions__item:before {
	position: relative;
	width: 100%;
	height: 292px;
	content: "";
	background-color: #1f1f1f;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 24px;
	background-size: 277px auto;
	border-radius: 16px
}

.t-vip-questions__item:first-child:before {
	background-image: url(../images/question1.7194e90.webp)
}

.t-vip-questions__item:nth-child(2):before {
	background-image: url(../images/question2.3e86f12.webp)
}

.t-vip-questions__item:last-child:before {
	background-image: url(../images/question3.7f86aa7.webp)
}

.t-vip-questions__item .t-vip-questions__question {
	width: 100%;
	padding: 0 var(--content-padding);
	margin-top: 20px;
	font: 600 20px/135% Geologica, sans-serif
}

@media(max-width:1023px) {
	.t-vip-questions__item .t-vip-questions__question {
		margin-top: 16px
	}
}

.t-vip-questions__item .t-vip-questions__question span {
	margin-right: 4px;
	color: #ff5739
}

.t-vip-questions__item .t-collapse {
	width: 100%;
	padding: 0 var(--content-padding);
	margin-top: 4px
}

.t-vip-questions__item .t-collapse .content {
	display: block !important;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-vip-questions__wrapper {
	display: flex;
	gap: 16px;
	margin-top: 32px
}

@media(max-width:1023px) {
	.t-vip-questions__wrapper {
		padding-right: var(--padding-horizontal);
		padding-left: var(--padding-horizontal);
		margin-right: calc(var(--padding-horizontal)*-1);
		margin-left: calc(var(--padding-horizontal)*-1);
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow-x: auto
	}

	.t-vip-questions__wrapper::-webkit-scrollbar {
		display: none
	}
}

@media(max-width:767px) {
	.t-vip-questions__wrapper {
		gap: 12px
	}
}

.left-nav__progress-bar {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	padding: 0 0 16px;
	margin-top: -4px;
	cursor: pointer;
	background-color: transparent
}

.left-nav__progress-bar:before {
	position: absolute;
	bottom: 0;
	left: -16px;
	width: calc(100% + 32px);
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.left-nav__progress-bar-caption,
.left-nav__progress-bar .logo__rank {
	display: none
}

.left-nav__progress-bar-shape {
	display: none;
	order: 1
}

.left-nav__progress-bar-content {
	display: flex;
	flex-direction: column;
	order: 0
}

.left-nav__progress-bar-content .rank {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.left-nav__progress-bar-content .rank_current,
.left-nav__progress-bar-content .rank_new {
	font: 400 10px/15px Geologica, sans-serif;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer
}

.left-nav__progress-bar-content .rank_new {
	color: #a9a9a9
}

.left-nav__progress-bar-content .progress-points {
	position: relative;
	width: 100%;
	height: 4px;
	margin-top: 4px;
	margin-bottom: 20px;
	background: #393939;
	border-radius: 2px
}

.left-nav__progress-bar-content .progress-points__percent {
	position: absolute;
	right: 0;
	margin-top: 7px;
	font: 400 10px/15px Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer
}

.left-nav__progress-bar-content .progress-points_active {
	width: 0;
	height: 100%;
	background: #ff5739;
	border-radius: 2px
}

.left-nav__progress-bar-content .progress-points__lock {
	font: 400 10px/15px Geologica, sans-serif;
	color: #ff5739
}

.left-nav__progress-bar-content .progress-points__link {
	position: absolute;
	margin-top: 7px;
	font: 400 10px/15px Geologica, sans-serif;
	color: #ff5739;
	cursor: pointer
}

.left-nav__progress-bar-content .progress-points__link:before {
	position: absolute;
	top: -26px;
	left: 0;
	z-index: 5;
	width: 200px;
	height: 44px;
	cursor: pointer;
	content: ""
}

.left-nav__progress-bar-compact,
.left-nav__progress-bar .v-popover {
	display: none
}

.t-system-message__skeleton {
	width: 100%;
	height: 100%;
	border: none
}

.t-profile-security-details-skeleton .t-system-message__skeleton .list:after,
.t-profile-security-details-skeleton .t-system-message__skeleton .list:before,
.t-sidebar-menu-skeleton .t-system-message__skeleton span,
.t-system-message__skeleton .t-profile-security-details-skeleton .list:after,
.t-system-message__skeleton .t-profile-security-details-skeleton .list:before,
.t-system-message__skeleton .t-profile-security-details-skeleton:after,
.t-system-message__skeleton .t-profile-security-details-skeleton:before,
.t-system-message__skeleton .t-profile-security-details-skeleton__content:after,
.t-system-message__skeleton .t-profile-security-details-skeleton__content:before,
.t-system-message__skeleton .t-sidebar-menu-skeleton span,
.t-system-message__skeleton .t-skeleton {
	height: 40px
}

.t-system-message {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 32px;
	margin: 0 auto;
	color: #fff;
	background: #101010;
	border: 1px solid #101010;
	border-radius: 24px
}

@media(max-width:767px) {
	.t-system-message {
		padding: 24px 16px
	}
}

.t-system-message .t-close {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-image: none;
	border: none;
	transition: all .3s ease-in-out
}

.t-system-message .t-close:before {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjcwNyA2LjcwN2ExIDEgMCAwMC0xLjQxNC0xLjQxNEwxMiAxMC41ODYgNi43MDcgNS4yOTNhMSAxIDAgMDAtMS40MTQgMS40MTRMMTAuNTg2IDEybC01LjI5MyA1LjI5M2ExIDEgMCAxMDEuNDE0IDEuNDE0TDEyIDEzLjQxNGw1LjI5MyA1LjI5M2ExIDEgMCAwMDEuNDE0LTEuNDE0TDEzLjQxNCAxMmw1LjI5My01LjI5M3oiIGZpbGw9IiM5OTlEQzIiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	transition: all .3s ease-in-out
}

.t-system-message .t-close:hover:before {
	filter: invert(93%) sepia(94%) saturate(0) hue-rotate(248deg) brightness(199%) contrast(106%)
}

@media(max-width:767px) {
	.t-system-message .t-close {
		top: 16px;
		right: 16px
	}
}

.t-system-message .t-back {
	display: none
}

.t-system-message__content {
	display: flex;
	width: 100%
}

.t-system-message__content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.t-system-message__content-wrapper .alert {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0
}

.t-system-message__content-wrapper .alert__title {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	font: 700 20px/28px Geologica, sans-serif
}

.t-system-message__content-wrapper .alert__title:before {
	position: static;
	top: 16px;
	display: flex;
	width: 36px;
	height: 36px;
	margin: 0 12px 0 0;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-system-message__content-wrapper .alert__description {
	font: 400 14px/20px Geologica, sans-serif
}

.t-system-message__content-wrapper .alert__action {
	display: flex;
	width: 100%;
	height: 56px;
	margin-top: 8px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-system-message__content-wrapper .alert.success .alert__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0NjhfMjI2NDg5KSIgc3Ryb2tlPSIjMEFGMDc4IiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5Ii8+PHBhdGggZD0iTTEzIDIwbDUgNSAxMS0xMSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ0NjhfMjI2NDg5Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")
}

.t-system-message__content-wrapper .alert.danger .alert__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0NjhfMjI2NTA3KSIgc3Ryb2tlPSIjRkYzMjQ2IiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5Ii8+PHBhdGggZD0iTTE0IDI2bDEyLTEyTTE0IDE0bDEyIDEyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDQ2OF8yMjY1MDciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDB2NDBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-system-message__content-wrapper .alert.warning .alert__title:before {
	width: 42px;
	height: 42px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMC41YTggOCAwIDEwMC0xNiA4IDggMCAwMDAgMTZ6bTAgMWE5IDkgMCAxMDAtMTggOSA5IDAgMDAwIDE4ek0xMSAxNmExIDEgMCAxMTIgMCAxIDEgMCAwMS0yIDB6bTEuNzUtMi41VjhoLTEuNXY1LjVoMS41eiIgZmlsbD0iIzJFMzQzQSIvPjwvc3ZnPg==");
	filter: invert(42%) sepia(89%) saturate(2809%) hue-rotate(359deg) brightness(99%) contrast(109%)
}

.t-bonuses-list__body {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 262px;
	max-width: 262px;
	height: 322px;
	max-height: 322px
}

@media(max-width:1439px) {
	.t-bonuses-list__body {
		min-width: 246px;
		max-width: 246px
	}
}

.t-bonuses-list__body.t-slider-wrap {
	padding: 16px 12px;
	background: #28427a;
	border-radius: 12px
}

.t-bonuses-list__body .swiper-wrapper {
	height: auto
}

.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #0098ff
}

.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: ""
}

.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #0098ff;
	border: none;
	transform: translate(-50%, -50%)
}

.t-bonuses-list__body .t-slider-pagination .swiper-pagination-bullet:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%)
}

.t-bonuses-list__body .t-bonuses-list-slider {
	display: flex;
	flex-direction: column;
	height: 230px;
	margin: 12px 0 0
}

.t-bonuses-list__body .t-bonuses-list-slider__title {
	font-family: Chakra Petch, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	text-transform: capitalize
}

.t-bonuses-list__body .t-bonuses-list-slider__slide {
	position: relative;
	max-width: 64px;
	height: 64px;
	background: transparent;
	transition: .3s
}

.t-bonuses-list__body .t-bonuses-list-slider__slide .t-bonuses__icon {
	width: 100%;
	height: 100%;
	padding: 8px;
	cursor: pointer
}

@media(max-width:1023px) {
	.t-bonuses-list__body .t-bonuses-list-slider__slide .t-bonuses__icon {
		max-width: 64px
	}
}

.t-bonuses-list__body .t-bonuses-list-slider__pagination {
	position: absolute;
	bottom: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 14px;
	text-align: center;
	transition: opacity .3s
}

.t-popover__slider {
	margin-top: 64px
}

.t-popover__slider-status {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #fa5a19
}

.t-popover__slider-status.activated {
	color: #70c307
}

.t-popover__slider-status.expired {
	color: #fa5a19
}

.t-popover__slider-date,
.t-popover__slider-failed {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: hsla(0, 0%, 100%, .5)
}

.t-bonuses-card {
	position: relative;
	width: 33%;
	max-width: 360px;
	min-height: 354px;
	overflow: hidden;
	background: #1f1f1f;
	border-radius: 16px;
	transition: all .3s ease-in-out
}

@media(max-width:1365px) {
	.t-bonuses-card {
		width: calc(33% - 8px)
	}
}

@media(max-width:767px) {
	.t-bonuses-card {
		width: 280px;
		min-width: 280px
	}
}

.t-bonuses-card__wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: end;
	width: 100%;
	height: 100%;
	padding: 16px;
	opacity: 1;
	transition: opacity .2s linear
}

.t-bonuses-card__wrap._is-loading {
	opacity: 0
}

.t-bonuses-card__label {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	padding: 6px 12px;
	font: 700 10px/13px Geologica, sans-serif;
	text-transform: uppercase;
	background: #2c2c2c;
	border-radius: 8px
}

.t-bonuses-card__caption-wrap,
.t-bonuses-card__head {
	display: contents
}

.t-bonuses-card__title {
	z-index: 2;
	justify-content: center;
	margin: 132px 0 0;
	overflow: hidden;
	font: 700 24px/135% Geologica, sans-serif;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: capitalize
}

.t-bonuses-card__info,
.t-bonuses-card__title {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}

.t-bonuses-card__info {
	left: 0;
	z-index: 1;
	gap: 8px;
	font: 400 14px/140% Geologica, sans-serif
}

.t-bonuses-card__info-item {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 8px;
	justify-content: space-between;
	width: 100%;
	white-space: nowrap
}

.t-bonuses-card__info-item span {
	color: #fff
}

.t-bonuses-card__info-item-title {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-bonuses-card__info-item-amount {
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-bonuses-card__info-description a {
	color: #ff5739
}

.t-bonuses-card__info-description a:hover {
	color: #ffbd64
}

.t-bonuses-card__info .name {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	font: 400 12px/17px Geologica, sans-serif
}

.t-bonuses-card__info .name span {
	font-weight: 600
}

.t-bonuses-card__i {
	z-index: 3;
	order: 5;
	width: 48px;
	height: 48px;
	margin: auto 0 0;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMmE4IDggMCAxMDAgMTYgOCA4IDAgMDAwLTE2TTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMG05LTMuNmExIDEgMCAwMTEtMWguMDA5YTEgMSAwIDExMCAySDEwYTEgMSAwIDAxLTEtMU0xMCA5YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTBhMSAxIDAgMDExLTEiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/20px;
	background-color: #393939;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.t-bonuses-card__i:hover:not(:disabled) {
		background-color: #5d5d5d
	}
}

.t-bonuses-card__i span {
	display: none
}

.t-bonuses-card__action {
	display: flex;
	width: calc(100% - 56px);
	margin: auto 8px 0 0
}

.t-bonuses-card__action-button {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

@media not all and (pointer:coarse) {
	.t-bonuses-card__action-button:hover:not(:disabled) {
		background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
	}

	.t-bonuses-card__action-button:hover:not(:disabled):before {
		content: none
	}
}

@media(max-width:767px) {
	.t-bonuses-card__action {
		flex-direction: column
	}
}

.t-bonuses-card._active {
	order: -1;
	min-width: 360px
}

.t-bonuses-card._active:after {
	content: none
}

@media(max-width:767px) {
	.t-bonuses-card._active {
		min-width: 100%;
		height: 100%;
		max-height: unset
	}
}

@media(max-width:479px) {
	.t-bonuses-card._active {
		width: calc(100vw - 16px)
	}
}

.t-bonuses-card._active .t-bonuses__icon {
	position: relative;
	width: 64px;
	min-width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 50%
}

.t-bonuses-card._active .t-bonuses-card__character .description {
	font: 600 20px/135% Geologica, sans-serif
}

.t-bonuses-card._active .t-bonuses-card__group {
	position: relative;
	width: 100%;
	height: 76px;
	margin-bottom: 12px
}

.t-bonuses-card._active .t-bonuses-card__group:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-bonuses-card._active .t-bonuses-card__wrap {
	padding: 16px
}

.t-bonuses-card._active .t-bonuses-card__action {
	flex-direction: column;
	align-items: center;
	order: 10;
	width: 100%;
	height: auto;
	margin: 4px 0 0
}

@media(max-width:767px) {
	.t-bonuses-card._active .t-bonuses-card__action {
		position: relative;
		width: 100%;
		padding: 0
	}
}

.t-bonuses-card._active .t-bonuses-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	align-self: end;
	justify-content: flex-start;
	width: 100%;
	font-family: Poppins, sans-serif
}

@media(max-width:767px) {
	.t-bonuses-card._active .t-bonuses-card__body {
		width: 100%
	}
}

.t-bonuses-card._active .t-bonuses-card__info,
.t-bonuses-card._active .t-bonuses-card__remaining {
	display: contents
}

.t-bonuses-card._active .t-bonuses-card__remaining-wager {
	display: none
}

.t-bonuses-card._active .t-bonuses-card__type {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 20px;
	padding: 2px 12px;
	font: 600 12px/140% Geologica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #0ba870;
	border-radius: 0 0 0 12px
}

@media(max-width:767px) {
	.t-bonuses-card._active .t-bonuses-card__type {
		margin: 0
	}
}

.t-bonuses-card._active .t-bonuses-card__credit,
.t-bonuses-card._active .t-bonuses-card__expired,
.t-bonuses-card._active .t-bonuses-card__wagering {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	width: 100%;
	font: 400 14px/140% Geologica, sans-serif;
	white-space: nowrap
}

.t-bonuses-card._active .t-bonuses-card__wagering .title {
	color: #a9a9a9
}

.t-bonuses-card._active .t-bonuses-card__wagering .t-progress-line.progress {
	display: none
}

.t-bonuses-card._active .t-bonuses-card__expired .addition {
	order: 1;
	color: #a9a9a9
}

.t-bonuses-card._active .t-bonuses-card__expired .days {
	order: 2
}

.t-bonuses-card._active .t-bonuses-card__credit {
	color: #a9a9a9
}

.t-bonuses-card._active .t-bonuses-card__credit span {
	color: #fff
}

.t-bonuses-card._active .t-bonuses-card__action-button {
	width: 100%;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif;
	background: #393939
}

.t-bonuses-card._active .t-bonuses-card__action-button:hover {
	background: #5d5d5d
}

.t-bonuses-card._active .t-bonuses-card__action-button:hover:before {
	content: none
}

.t-bonuses-card._active .t-bonuses-card__action-button.t-button__link {
	padding: 0;
	margin-top: 16px;
	font: 500 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	background: transparent
}

.t-bonuses-card._active .t-bonuses-card__action-button.t-button__link:hover {
	color: #fff
}

.t-bonuses-card._active .t-bonuses-card__head {
	width: 100%;
	height: auto
}

@media(max-width:767px) {
	.t-bonuses-card._rakeback {
		max-height: unset
	}
}

.t-bonuses-card._rakeback:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/rakeback.b5023cc.png) no-repeat 50%/cover
}

.t-bonuses-card._rakeback .t-bonuses-card__wrap {
	flex-direction: column;
	justify-content: end;
	padding: 16px
}

.t-bonuses-card._rakeback .t-bonuses-card__label {
	display: none
}

.t-bonuses-card._rakeback .t-bonuses-card__inner {
	display: contents
}

.t-bonuses-card._rakeback .t-bonuses-card__title {
	position: relative;
	top: auto;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	max-width: unset;
	height: auto;
	margin-bottom: 16px;
	font: 700 24px/135% Geologica, sans-serif;
	text-align: center;
	text-transform: capitalize
}

.t-bonuses-card._rakeback .t-bonuses-card__title:before {
	position: relative;
	z-index: 1;
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC44OCAxLjkzOGwtLjk5OCAxLjAxM0MxOC40NjEgMy42MyAyMiA3LjYzIDIyIDEyLjVhOS42OSA5LjY5IDAgMDEtMy45MTggNy44MWwtLjc5My41ODYtMS4xMzMtMS42NC43OTMtLjU4NUE3LjY1IDcuNjUgMCAwMDIwLjA1IDEyLjVjMC0zLjcxNS0yLjYzMS02LjgzMy02LjEzOC03LjUwM2wuOTY4Ljk4MS0xLjM2NSAxLjQzOC0zLjQxLTMuNDU4TDEzLjUxNi41ek04Ljg0NSA1Ljc0M2wtLjc5My41ODZBNy42NSA3LjY1IDAgMDA0Ljk1IDEyLjVjMCAzLjcxNSAyLjYzMSA2LjgzMyA2LjEzOCA3LjUwM2wtLjk2OC0uOTgxIDEuMzY1LTEuNDM4IDMuNDEgMy40NTgtMy40MSAzLjQ1OC0xLjM2NS0xLjQzOC45OTktMS4wMTNDNi41MzkgMjEuMzcgMyAxNy4zNyAzIDEyLjVhOS42OSA5LjY5IDAgMDEzLjkxOC03LjgxbC43OTMtLjU4NnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0uNS41aDI0djI0SC41eiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat 50%/cover
}

.t-bonuses-card._rakeback .t-bonuses-card__info {
	position: absolute;
	inset: auto 16px 16px auto;
	order: 5;
	width: 48px;
	height: 48px;
	margin: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMmE4IDggMCAxMDAgMTYgOCA4IDAgMDAwLTE2TTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMG05LTMuNmExIDEgMCAwMTEtMWguMDA5YTEgMSAwIDExMCAySDEwYTEgMSAwIDAxLTEtMU0xMCA5YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTBhMSAxIDAgMDExLTEiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%/20px;
	background-color: #393939;
	transition: all .3s ease-in-out
}

.t-bonuses-card._rakeback .t-bonuses-card__info .t-button__wrap,
.t-bonuses-card._rakeback .t-bonuses-card__info:before {
	display: none
}

.t-bonuses-card._rakeback .t-bonuses-card__info:hover {
	background-color: #5d5d5d
}

.t-bonuses-card._rakeback .t-bonuses-card__title-label {
	z-index: 1;
	order: 2;
	width: 100%;
	padding: 2px 12px 12px;
	margin-bottom: 22px;
	font: 400 14px/140% Geologica, sans-serif;
	text-align: center;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-top: none;
	border-radius: 0 0 12px 12px
}

@media(max-width:767px) {
	.t-bonuses-card._rakeback .t-bonuses-card__title-label {
		margin-bottom: 16px
	}
}

.t-bonuses-card._rakeback .t-bonuses-card__rakeback {
	z-index: 1;
	order: 1;
	width: 100%;
	padding: 12px 12px 2px;
	font: 600 24px/135% Geologica, sans-serif;
	text-align: center;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-bottom: none;
	border-radius: 12px 12px 0 0
}

.t-bonuses-card._rakeback .t-bonuses-card__action-button {
	order: 3;
	width: calc(100% - 56px);
	height: max-content;
	padding: 16px 20px;
	margin: 0 8px 0 0;
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-bonuses-card._rakeback .t-bonuses-card__action-button:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-bonuses-card._rakeback .t-bonuses-card__action-button.t-button__disabled {
	background: linear-gradient(178deg, rgba(47, 116, 255, .3) 2.33%, rgba(10, 75, 202, .3) 98.41%)
}

.t-bonuses-card._blocked {
	order: 5
}

.t-bonuses-card._blocked .t-bonuses__icon {
	position: absolute;
	width: 100%
}

.t-bonuses-card._blocked .t-bonuses__icon:after {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIGZpbGw9IiNmZmYiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOCAzdjFINFYzYTIgMiAwIDExNCAwek0zIDRWM2EzIDMgMCAwMTYgMHYxaC41QTEuNSAxLjUgMCAwMTExIDUuNXY1QTEuNSAxLjUgMCAwMTkuNSAxMmgtN0ExLjUgMS41IDAgMDExIDEwLjV2LTVBMS41IDEuNSAwIDAxMi41IDRIM3ptMSAxSDIuNWEuNS41IDAgMDAtLjUuNXY1YS41LjUgMCAwMC41LjVoN2EuNS41IDAgMDAuNS0uNXYtNWEuNS41IDAgMDAtLjUtLjVINHptMi41IDIuODY2YTEgMSAwIDEwLTEgMFY5LjVhLjUuNSAwIDAwMSAwVjcuODY2eiIvPjwvbWFzaz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggM3YxSDRWM2EyIDIgMCAxMTQgMHpNMyA0VjNhMyAzIDAgMDE2IDB2MWguNUExLjUgMS41IDAgMDExMSA1LjV2NUExLjUgMS41IDAgMDE5LjUgMTJoLTdBMS41IDEuNSAwIDAxMSAxMC41di01QTEuNSAxLjUgMCAwMTIuNSA0SDN6bTEgMUgyLjVhLjUuNSAwIDAwLS41LjV2NWEuNS41IDAgMDAuNS41aDdhLjUuNSAwIDAwLjUtLjV2LTVhLjUuNSAwIDAwLS41LS41SDR6bTIuNSAyLjg2NmExIDEgMCAxMC0xIDBWOS41YS41LjUgMCAwMDEgMFY3Ljg2NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNOCA0djFoMVY0SDh6TTQgNEgzdjFoMVY0ek0zIDR2MWgxVjRIM3ptNiAwSDh2MWgxVjR6TTYuNSA3Ljg2Nkw2IDcuMDAxbC0uNS4yODh2LjU3N2gxem0tMSAwaDFWNy4yOUw2IDcuMDAxbC0uNS44NjV6TTkgNFYzSDd2MWgyek00IDVoNFYzSDR2MnpNMyAzdjFoMlYzSDN6bTMtM2EzIDMgMCAwMC0zIDNoMmExIDEgMCAwMTEtMVYwem0zIDNhMyAzIDAgMDAtMy0zdjJhMSAxIDAgMDExIDFoMnpNMiAzdjFoMlYzSDJ6bTQtNGE0IDQgMCAwMC00IDRoMmEyIDIgMCAwMTItMnYtMnptNCA0YTQgNCAwIDAwLTQtNHYyYTIgMiAwIDAxMiAyaDJ6bTAgMVYzSDh2MWgyem0tLjUtMUg5djJoLjVWM3pNMTIgNS41QTIuNSAyLjUgMCAwMDkuNSAzdjJhLjUuNSAwIDAxLjUuNWgyem0wIDV2LTVoLTJ2NWgyek05LjUgMTNhMi41IDIuNSAwIDAwMi41LTIuNWgtMmEuNS41IDAgMDEtLjUuNXYyem0tNyAwaDd2LTJoLTd2MnpNMCAxMC41QTIuNSAyLjUgMCAwMDIuNSAxM3YtMmEuNS41IDAgMDEtLjUtLjVIMHptMC01djVoMnYtNUgwek0yLjUgM0EyLjUgMi41IDAgMDAwIDUuNWgyYS41LjUgMCAwMS41LS41VjN6TTMgM2gtLjV2MkgzVjN6bS0uNSAzSDRWNEgyLjV2MnptLjUtLjVhLjUuNSAwIDAxLS41LjVWNEExLjUgMS41IDAgMDAxIDUuNWgyem0wIDV2LTVIMXY1aDJ6bS0uNS0uNWEuNS41IDAgMDEuNS41SDFBMS41IDEuNSAwIDAwMi41IDEydi0yem03IDBoLTd2Mmg3di0yem0tLjUuNWEuNS41IDAgMDEuNS0uNXYyYTEuNSAxLjUgMCAwMDEuNS0xLjVIOXptMC01djVoMnYtNUg5em0uNS41YS41LjUgMCAwMS0uNS0uNWgyQTEuNSAxLjUgMCAwMDkuNSA0djJ6TTggNmgxLjVWNEg4djJ6TTQgNmg0VjRINHYyem0yIDFsMSAxLjczMkEyIDIgMCAwMDggN0g2em0wIDBoMmEyIDIgMCAwMC0yLTJ2MnptMCAwVjVhMiAyIDAgMDAtMiAyaDJ6bTAgMEg0YTIgMiAwIDAwMSAxLjczMkw2IDd6bS0xLjUuODY2VjkuNWgyVjcuODY2aC0yem0wIDEuNjM0QTEuNSAxLjUgMCAwMDYgMTFWOWEuNS41IDAgMDEuNS41aC0yek02IDExYTEuNSAxLjUgMCAwMDEuNS0xLjVoLTJBLjUuNSAwIDAxNiA5djJ6bTEuNS0xLjVWNy44NjZoLTJWOS41aDJ6IiBmaWxsPSIjZmZmIiBtYXNrPSJ1cmwoI2EpIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-bonuses-card._blocked .t-bonuses__icon:before {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 32px;
	height: 32px;
	content: "";
	background: #000;
	border-radius: 12px
}

.t-bonuses-card._blocked .t-bonuses-card__info .description {
	color: #fff
}

.t-bonuses-card._closed {
	opacity: .4
}

.t-bonuses-card._closed .t-bonuses-card__i {
	display: none
}

.t-bonuses-card__group {
	z-index: 1;
	display: flex;
	gap: 12px
}

.t-bonuses-card__group .title {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-bonuses-card__group .description {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 1.3125
}

.t-bonuses-card__character {
	display: flex;
	flex-direction: column;
	align-self: center;
	margin-top: -6px
}

.t-bonuses-card__character .description {
	margin: 0
}

.t-bonuses-card__type {
	display: none
}

.t-bonuses-card__used-up {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 16px;
	margin: 25px 0 0
}

.t-bonuses-card__used-up-status {
	font-size: 16px;
	line-height: 1.3;
	color: #e2155f
}

.t-bonuses-card__used-up-failed {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 1.3125
}

.t-bonuses-card__used-up-date {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: hsla(0, 0%, 100%, .7)
}

.t-bonuses-card__pxaining {
	display: flex;
	flex-direction: column;
	width: 40%;
	padding-left: 48px;
	border-left: 1px solid #6e50c3
}

.t-bonuses-card__pxaining-item+.t-bonuses-card__pxaining-item {
	margin: 10px 0 0
}

.t-bonuses-card__pxaining-item span {
	color: rgba(19, 31, 136, .65)
}

@media(max-width:767px) {
	.t-bonuses-card__pxaining {
		width: 100%;
		padding-top: 24px;
		padding-left: 0;
		border-top: 1px solid #6e50c3;
		border-left: none
	}
}

.t-bonuses__icon {
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: .3s
}

.t-bonuses__icon,
.t-bonuses__icon img {
	position: absolute;
	width: 100%;
	height: 100%
}

.t-bonuses__icon img {
	top: 50%;
	left: 50%;
	max-width: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%)
}

.t-bonuses-card-modal {
	padding: 32px;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-bonuses-card-modal::-webkit-scrollbar {
	display: none
}

@media(max-width:767px) {
	.t-bonuses-card-modal {
		padding: 20px 20px 24px
	}
}

.t-bonuses-card-modal__container {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.t-bonuses-card-modal__description {
	margin-top: -12px
}

.t-bonuses-card-modal__blocked-description,
.t-bonuses-card-modal__description {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #a9a9a9
}

.t-bonuses-card-modal__blocked-description {
	justify-content: center;
	padding: 24px 12px;
	margin-bottom: 8px;
	text-align: center;
	background: #2c2c2c;
	border-radius: 12px
}

.t-bonuses-card-modal .t-bonuses__icon {
	display: none
}

.t-bonuses-card-modal__type {
	font: 600 24px/135% Geologica, sans-serif;
	color: #fff
}

.t-bonuses-card-modal__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	color: #fff
}

.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	font: 400 14px/20px Geologica, sans-serif;
	color: #ff5739;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch_open:after {
	transform: rotate(180deg)
}

.t-bonuses-card-modal__policy .t-bonuses-card-modal__policy-switch:after {
	width: 12px;
	height: 12px;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoODAydjYwMkgtMXoiLz48Zz48cGF0aCBmaWxsPSIjZmY1NzM5IiBkPSJNMTAuNzkgMy40MjRhLjc3Ny43NzcgMCAwMTAgMS4wNjFsLTQuMjg1IDQuNWEuNjk3LjY5NyAwIDAxLS41MDUuMjIuNjk3LjY5NyAwIDAxLS41MDUtLjIybC00LjI4Ni00LjVhLjc3Ny43NzcgMCAwMTAtMS4wNi42OS42OSAwIDAxMS4wMSAwTDYgNy4zOTRsMy43OC0zLjk3YS42OS42OSAwIDAxMS4wMSAweiIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+") no-repeat 50%/contain;
	transition: all .3s ease-in-out
}

.t-bonuses-card-modal .t-policy {
	margin: 0 auto 28px
}

.t-bonuses-card-modal .t-policy-list {
	margin-bottom: 0;
	color: #fff
}

.t-bonuses-card-modal .t-policy-content {
	padding: 0;
	margin: 0
}

.t-bonuses-card-modal .t-policy-content ol {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 20px
}

.t-bonuses-card-modal .t-policy-content ol li {
	padding-left: 8px;
	margin-bottom: 0;
	list-style: decimal
}

.t-bonuses-card-modal .t-policy-content ol li:before {
	content: none
}

.t-bonuses-card-modal .t-policy-content ol li ol {
	padding-left: 12px;
	margin-top: 16px
}

.t-bonuses-card-modal .t-policy-content ol li ol li {
	list-style: disc
}

.t-bonuses-card-modal .t-policy-content ol li ol li:before {
	content: none
}

.t-bonuses-card-modal .list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-bonuses-card-modal .list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-bonuses-card-modal .list__item .value {
	color: #fff
}

.t-bonuses-card-modal__policy-btn {
	width: 100%;
	max-width: 100%;
	margin: 0 auto
}

.bonus-popup:has(.t-bonuses-card-modal) .t-popup__wrap {
	max-width: 500px !important
}

.t-bonuses-cashback {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 33%;
	max-width: 360px;
	min-height: 354px;
	overflow: hidden;
	text-decoration: none;
	background: #1f1f1f;
	border-radius: 16px;
	transition: all .3s ease-in-out
}

@media(max-width:1365px) {
	.t-bonuses-cashback {
		width: calc(33% - 8px)
	}
}

@media(max-width:767px) {
	.t-bonuses-cashback {
		width: 280px;
		min-width: 280px;
		max-height: unset
	}
}

.t-bonuses-cashback__used .t-bonuses-cashback__icon {
	filter: grayscale(1)
}

.t-bonuses-cashback__used .t-bonuses-cashback__date {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	display: block;
	padding: 6px 12px;
	font: 700 10px/13px Geologica, sans-serif;
	text-transform: uppercase;
	background: #2c2c2c;
	border-radius: 8px
}

.t-bonuses-cashback._is-loading div {
	opacity: 0
}

.t-bonuses-cashback__icon {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/cashback.ee69ea2.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-bonuses-cashback__date {
	display: none
}

.t-bonuses-cashback__countdown {
	width: 215px
}

.t-bonuses-cashback__head {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.t-bonuses-cashback__head:before {
	position: absolute;
	top: -16px;
	left: -24px;
	display: block;
	width: calc(100% + 48px);
	height: 51px;
	content: "";
	background-color: #2c2c2c
}

@media(max-width:767px) {
	.t-bonuses-cashback__head {
		flex-direction: column;
		align-items: flex-start
	}
}

@media(max-width:767px) {
	.t-bonuses-cashback__head.left .t-bonuses-cashback__type {
		margin: 15px 0 0
	}
}

.t-bonuses-cashback__head.center {
	flex-direction: column-reverse;
	align-items: center
}

.t-bonuses-cashback__head.center .t-bonuses-cashback__type {
	margin: 0 0 15px
}

@media(max-width:767px) {
	.t-bonuses-cashback__head.center .t-bonuses-cashback__type {
		margin: 15px 0 0
	}
}

.t-bonuses-cashback__head.right {
	flex-direction: row-reverse
}

.t-bonuses-cashback__head.right .t-bonuses-cashback__type {
	margin: 0 15px 0 0
}

@media(max-width:767px) {
	.t-bonuses-cashback__head.right .t-bonuses-cashback__type {
		margin: 15px 0 0
	}
}

.t-bonuses-cashback__body {
	display: flex;
	gap: 40px;
	margin: 25px 0 0
}

@media(max-width:767px) {
	.t-bonuses-cashback__body {
		flex-flow: column wrap;
		gap: 15px
	}
}

.t-bonuses-cashback__body .t-bonuses-cashback__info {
	margin: 0
}

.t-bonuses-cashback__type {
	margin: 0 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.125;
	text-transform: uppercase
}

@media(max-width:767px) {
	.t-bonuses-cashback__type {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0
	}
}

.t-bonuses-cashback__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 100%;
	padding: 16px
}

.t-bonuses-cashback__title {
	margin-bottom: 16px
}

.t-bonuses-cashback__title span {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
	font: 500 20px/135% Geologica, sans-serif;
	text-transform: uppercase;
	white-space: nowrap
}

.t-bonuses-cashback__title span:before {
	position: relative;
	z-index: 1;
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNSAzLjVhOSA5IDAgMTAwIDE4IDkgOSAwIDAwMC0xOG0tMTEgOWMwLTYuMDc1IDQuOTI1LTExIDExLTExczExIDQuOTI1IDExIDExLTQuOTI1IDExLTExIDExLTExLTQuOTI1LTExLTExbTE0LjI5My00LjcwN2ExIDEgMCAxMTEuNDE0IDEuNDE0bC04IDhhMSAxIDAgMDEtMS40MTQtMS40MTR6TTggOS41YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAwbTYgNmExLjUgMS41IDAgMTEzIDAgMS41IDEuNSAwIDAxLTMgMCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat 50%/cover
}

.t-bonuses-cashback__title:after {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 48px;
	height: 48px;
	margin: 0;
	cursor: pointer;
	content: "";
	background-color: #393939;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMmE4IDggMCAxMDAgMTYgOCA4IDAgMDAwLTE2TTAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBzMTAgNC40NzcgMTAgMTAtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMG05LTMuNmExIDEgMCAwMTEtMWguMDA5YTEgMSAwIDExMCAySDEwYTEgMSAwIDAxLTEtMU0xMCA5YTEgMSAwIDAxMSAxdjMuNmExIDEgMCAxMS0yIDBWMTBhMSAxIDAgMDExLTEiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 50%;
	transition: all .3s ease-in-out
}

.t-bonuses-cashback__title:hover:after {
	background-color: #5d5d5d
}

.t-bonuses-cashback__description {
	position: relative;
	z-index: 1;
	padding: 12px 12px 2px;
	font: 600 24px/135% Geologica, sans-serif;
	text-align: center;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-bottom: none;
	border-radius: 12px 12px 0 0
}

.t-bonuses-cashback__name {
	position: relative;
	z-index: 1;
	padding: 2px 12px 12px;
	margin-bottom: 56px;
	font: 400 14px/140% Geologica, sans-serif;
	text-align: center;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-top: none;
	border-radius: 0 0 12px 12px
}

.t-bonuses-cashback__info {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 25px 0 0
}

.t-bonuses-cashback__info-item+.t-bonuses-cashback__info-item {
	margin: 10px 0 0
}

.t-bonuses-cashback__info-item span {
	color: #fff
}

.t-bonuses-cashback__info .description {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3125;
	color: #ffe65f
}

.t-bonuses-cashback__info .name {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #a9a9a9
}

.t-bonuses-cashback__info .name span {
	font-weight: 600
}

@media(max-width:767px) {
	.t-bonuses-cashback__action {
		flex-direction: column
	}
}

.t-bonuses-cashback__action-button {
	order: 3;
	width: calc(100% - 56px);
	height: max-content;
	padding: 16px 20px;
	margin: 0 8px 0 0;
	font: 700 16px/100% Geologica, sans-serif;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-bonuses-cashback__action-button:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-bonuses-cashback__action-button:hover:before {
	content: none
}

.t-bonuses-cashback__status {
	display: none
}

.t-bonuses-cashback:has(.t-bonuses-cashback__action-button) .t-bonuses-cashback__name {
	margin-bottom: 22px
}

.t-bonus-terms {
	position: relative
}

.t-bonus-terms h1 {
	display: flex;
	margin-right: 25px;
	font-size: 24px;
	text-transform: uppercase
}

.t-bonus-terms h1 span {
	margin-right: 5px
}

.t-bonus-terms h1 span:first-letter {
	text-transform: uppercase
}

.t-bonus-terms__content {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42;
	text-align: left
}

.t-bonus-terms .t-policy .numeric li {
	position: relative;
	list-style: decimal outside;
	counter-increment: first-counter
}

.t-cashback-terms {
	position: relative
}

.t-cashback-terms h1 {
	margin-right: 25rem
}

.t-cashback-terms__content {
	font-size: 14em;
	font-weight: 300;
	line-height: 1.42;
	color: #3e2f7a;
	text-align: left
}

.t-bonuses-card-deposit-modal-content {
	display: flex;
	flex-direction: column;
	overflow-y: auto
}

.t-bonuses-card-deposit-modal-header {
	position: sticky;
	top: 0;
	z-index: 5;
	padding: 24px 32px;
	background: #101010;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-bonuses-card-deposit-modal-header {
		padding: 20px
	}
}

.t-bonuses-card-deposit-modal-header .bonus-title {
	padding-right: 24px;
	font: 700 32px/120% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-bonuses-card-deposit-modal-header .bonus-title {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-bonuses-card-deposit-modal__link {
	color: #ff5739;
	cursor: pointer
}

.t-bonuses-card-deposit-modal__policy {
	padding: 0 32px;
	margin-top: 16px;
	overflow: visible;
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer;
	background: none;
	border: none;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.t-bonuses-card-deposit-modal__policy:hover:not(:disabled) {
		color: #fff
	}
}

@media(max-width:767px) {
	.t-bonuses-card-deposit-modal__policy {
		padding: 0 20px
	}
}

.t-bonuses-card-deposit-modal__policy:before {
	display: none
}

.t-bonuses-card-deposit-modal-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 32px;
	margin-top: 24px
}

@media(max-width:767px) {
	.t-bonuses-card-deposit-modal-info {
		padding: 0 20px;
		margin-top: 20px
	}
}

.t-bonuses-card-deposit-modal-info_item {
	display: flex;
	gap: 8px;
	align-items: baseline;
	justify-content: space-between;
	font: 400 16px/140% Geologica, sans-serif
}

.t-bonuses-card-deposit-modal-info_item .name {
	flex-shrink: 0;
	color: #a9a9a9
}

.t-bonuses-card-deposit-modal-info_item .value {
	color: #fff
}

.t-bonuses-card-deposit-modal-info_item .t-select__icon {
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjAxIDYuNjY3TDEwIDExLjY1bDQuOTktNC45ODQgMS4xNzcgMS4xNzVMMTAgMTQgMy44MzMgNy44NCA1LjAxIDYuNjY2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain;
	opacity: 1
}

.t-bonuses-card-deposit-modal-info_item .t-select.t-select_open .t-select__choose {
	border: none;
	box-shadow: none
}

.t-bonuses-card-deposit-modal-info_item .t-select_medium .t-select__choose {
	height: auto;
	min-height: unset;
	padding: 0;
	margin-right: 24px;
	background: transparent
}

.t-bonuses-card-deposit-modal-info_item .t-select_medium .t-select__choose .t-select__value {
	font: 400 16px/140% Geologica, sans-serif
}

.t-bonuses-card-deposit-modal-info_item .t-select_medium .t-select__choose:hover {
	border: none;
	box-shadow: none
}

.t-bonuses-card-deposit-modal-info_item .t-select:not(.t-select_open) .t-select__icon {
	transform: translateY(-50%)
}

.t-bonuses-card-deposit-modal-info_item.description a {
	color: #ff5739
}

.t-bonuses-card-deposit-modal-info_item.description a:hover {
	color: #ffbd64
}

.t-bonuses-card-deposit-modal .bonus-icon {
	display: none
}

.t-bonuses-card-deposit-modal-action {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 32px;
	margin-top: 16px
}

@media(max-width:767px) {
	.t-bonuses-card-deposit-modal-action {
		padding: 0 20px
	}
}

.t-bonuses-card-deposit-modal-action .t-button,
.t-bonuses-card-deposit-modal-action .t-error-page-content-button,
.t-bonuses-card-deposit-modal-action .t-promo-card__action-btn,
.t-bonuses-card-deposit-modal-action .t-promo-events__router {
	width: 100%;
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-bonuses-card-deposit-modal-action .action-disable.t-error-page-content-button,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-card__action-btn,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-events__router,
.t-bonuses-card-deposit-modal-action .t-button.action-disable {
	background: #393939
}

.t-bonuses-card-deposit-modal-action .action-disable.t-error-page-content-button:before,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-card__action-btn:before,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-events__router:before,
.t-bonuses-card-deposit-modal-action .t-button.action-disable:before {
	display: none
}

.t-bonuses-card-deposit-modal-action .action-disable.t-error-page-content-button:hover,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-card__action-btn:hover,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-events__router:hover,
.t-bonuses-card-deposit-modal-action .t-button.action-disable:hover {
	background: #5d5d5d
}

.t-bonuses-card-deposit-modal-action .action-disable.t-error-page-content-button:active,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-card__action-btn:active,
.t-bonuses-card-deposit-modal-action .action-disable.t-promo-events__router:active,
.t-bonuses-card-deposit-modal-action .t-button.action-disable:active {
	border-color: #5d5d5d
}

@media(max-width:767px) {

	.t-bonuses-card-deposit-modal-action .t-button,
	.t-bonuses-card-deposit-modal-action .t-error-page-content-button,
	.t-bonuses-card-deposit-modal-action .t-promo-card__action-btn,
	.t-bonuses-card-deposit-modal-action .t-promo-events__router {
		padding: 11px 20px
	}
}

.t-bonuses-list_skeleton .t-close {
	display: none
}

.t-bonuses-list_skeleton .t-back {
	width: 90px;
	padding: 0;
	border: 0
}

.t-bonuses-list_skeleton .t-bonuses-list__title {
	font-size: 0
}

.t-bonuses-list_skeleton .t-bonuses-list__title span {
	width: 152px;
	height: 28px;
	border-radius: 6px
}

.t-bonuses-list_skeleton .t-profile-security-details-skeleton .list:after,
.t-bonuses-list_skeleton .t-profile-security-details-skeleton .list:before,
.t-bonuses-list_skeleton .t-profile-security-details-skeleton:after,
.t-bonuses-list_skeleton .t-profile-security-details-skeleton:before,
.t-bonuses-list_skeleton .t-profile-security-details-skeleton__content:after,
.t-bonuses-list_skeleton .t-profile-security-details-skeleton__content:before,
.t-bonuses-list_skeleton .t-sidebar-menu-skeleton span,
.t-bonuses-list_skeleton .t-skeleton,
.t-profile-security-details-skeleton .t-bonuses-list_skeleton .list:after,
.t-profile-security-details-skeleton .t-bonuses-list_skeleton .list:before,
.t-sidebar-menu-skeleton .t-bonuses-list_skeleton span {
	width: 100%;
	height: 100%
}

.t-bonuses-list_skeleton .t-bonuses-wrap {
	width: 100%;
	max-width: 250px
}

@media(max-width:450px) {
	.t-bonuses-list_skeleton .t-bonuses-wrap {
		display: none
	}
}

@media(max-width:450px) {
	.t-bonuses-list_skeleton .t-bonuses-wrap:first-child {
		display: block
	}
}

.t-bonuses-list_skeleton .t-bonuses-list__type.usedup .t-bonuses-list__title {
	font-size: 0
}

.t-bonuses-list_skeleton .usedup .t-bonuses-wrap .t-bonuses-card {
	filter: none
}

.t-bonuses-list_skeleton .t-bonuses-card {
	width: 100%;
	max-width: 100%;
	padding: 0;
	border: 0
}

@media screen and (max-width:767px) {
	.t-bonuses-list_skeleton .t-bonuses-card {
		min-width: 180px;
		height: 280px;
		max-height: 280px
	}
}

.t-bonuses-list_skeleton .t-bonuses-list__title:after {
	background: none
}

.t-bonuses-list_skeleton .t-bonuses-list__promo-list .t-bonuses-wrap:first-child {
	width: 100%;
	max-width: 510px
}

.t-container.t-bonuses-container {
	width: 100%;
	max-width: 100%;
	background: #101010
}

.t-bonuses-list {
	position: relative;
	width: 100%
}

.t-bonuses-list__caption {
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-bonuses-list__caption {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.t-bonuses-list .t-back,
.t-bonuses-list .t-close {
	display: none
}

.t-bonuses-list__type {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-bonuses-list__type::-webkit-scrollbar {
	display: none
}

@media(max-width:767px) {
	.t-bonuses-list__type {
		display: contents
	}
}

.t-bonuses-list__type.usedup .t-bonuses__icon {
	filter: grayscale(1)
}

.t-bonuses-list__type.usedup .t-bonuses-list__title {
	font-size: 24px
}

.t-bonuses-list__type.usedup .t-bonuses-list__content {
	padding: 20px 0 0
}

@media(max-width:1023px) {
	.t-bonuses-list__type.usedup .t-bonuses-list__content {
		flex-wrap: nowrap;
		overflow-y: auto
	}
}

.t-bonuses-list__title {
	margin-top: 32px;
	font: 600 20px/135% Geologica, sans-serif;
	color: #fff
}

@media(max-width:767px) {
	.t-bonuses-list__title {
		margin-top: 24px
	}
}

.t-bonuses-list__content {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	margin-top: 16px;
	-ms-overflow-style: none;
	scrollbar-width: none
}

@media(max-width:1023px) {
	.t-bonuses-list__content {
		margin-top: 12px
	}
}

.t-bonuses-list__content::-webkit-scrollbar {
	display: none
}

@media(max-width:767px) {
	.t-bonuses-list__content {
		flex-wrap: nowrap;
		gap: 8px;
		width: calc(100% + var(--padding-horizontal)*2);
		overflow: scroll;
		padding-right: var(--padding-horizontal);
		padding-left: var(--padding-horizontal);
		margin-right: calc(var(--padding-horizontal)*-1);
		margin-left: calc(var(--padding-horizontal)*-1)
	}
}

.t-bonuses-list__promo-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-bonuses-list__promo-list::-webkit-scrollbar {
	display: none
}

@media(max-width:1023px) {
	.t-bonuses-list__promo-list {
		gap: 8px;
		overflow-y: auto
	}
}

@media(max-width:767px) {
	.t-bonuses-list__promo-list {
		display: contents
	}
}

.t-bonuses-list__body_cashback .t-bonuses-list-slider .swiper-container {
	overflow: hidden
}

.t-bonuses-list__body_cashback .t-bonuses-list-slider__slide {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNSAzLjVhOSA5IDAgMTAwIDE4IDkgOSAwIDAwMC0xOG0tMTEgOWMwLTYuMDc1IDQuOTI1LTExIDExLTExczExIDQuOTI1IDExIDExLTQuOTI1IDExLTExIDExLTExLTQuOTI1LTExLTExbTE0LjI5My00LjcwN2ExIDEgMCAxMTEuNDE0IDEuNDE0bC04IDhhMSAxIDAgMDEtMS40MTQtMS40MTR6TTggOS41YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAwbTYgNmExLjUgMS41IDAgMTEzIDAgMS41IDEuNSAwIDAxLTMgMCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-bonuses-cashback-modal__header {
	position: relative;
	margin: 24px 32px
}

.t-bonuses-cashback-modal__header:after {
	position: absolute;
	bottom: -24px;
	left: -32px;
	width: calc(100% + 64px);
	height: 1px;
	content: "";
	background-color: hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-bonuses-cashback-modal__header {
		margin: 20px
	}
}

.t-bonuses-cashback-modal__title-text {
	font: 700 24px/32px Geologica, sans-serif;
	color: #fff
}

.t-bonuses-cashback-modal__info {
	display: flex;
	flex-direction: column;
	margin: 24px 32px 16px
}

@media(max-width:767px) {
	.t-bonuses-cashback-modal__info {
		margin: 20px 20px 16px
	}
}

.t-bonuses-cashback-modal__info:before {
	width: 52px;
	height: 52px;
	margin: 0 auto 20px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzBCQTg3MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTMuMjUgMjdjMCAxNC40OTgtMTEuNzUyIDI2LjI1LTI2LjI1IDI2LjI1Uy43NSA0MS40OTguNzUgMjcgMTIuNTAzLjc1IDI3IC43NSA1My4yNSAxMi41MDMgNTMuMjUgMjdtLTMwIDExLjAzNkw0MS43ODYgMTkuNWwtMy41MzYtMy41MzUtMTUgMTUtNy41LTcuNUwxMi4yMTUgMjd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: contain
}

.t-bonuses-cashback-modal__info-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	background-color: #1f1f1f
}

.t-bonuses-cashback-modal__info-item:first-child {
	padding-top: 16px;
	border-radius: 12px 12px 0 0
}

.t-bonuses-cashback-modal__info-item:last-child {
	padding-bottom: 16px;
	border-radius: 0 0 12px 12px
}

.t-bonuses-cashback-modal__info-item+.t-bonuses-cashback-modal__info-item {
	padding-top: 8px
}

.t-bonuses-cashback-modal__info-name {
	flex: 0 1 auto;
	color: #fff
}

.t-bonuses-cashback-modal__info-value {
	color: #fff
}

.t-bonuses-cashback-modal__action {
	margin: 0 32px
}

@media(max-width:767px) {
	.t-bonuses-cashback-modal__action {
		margin: 20px
	}
}

.t-bonuses-cashback-modal__policy {
	padding: unset;
	margin: 16px auto 0;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: unset;
	letter-spacing: unset;
	cursor: pointer;
	background: transparent;
	border: unset
}

.t-bonuses-cashback-modal__policy:active,
.t-bonuses-cashback-modal__policy:focus {
	background: transparent
}

.t-bonuses-cashback-modal__policy:hover {
	background: none;
	opacity: .7
}

.t-bonuses-cashback-modal__policy:after,
.t-bonuses-cashback-modal__policy:before {
	content: none
}

.t-bonuses-cashback-modal__policy .t-button__wrap {
	gap: 7px
}

.t-bonuses-cashback-modal__policy .t-button__wrap:after {
	width: 15px;
	height: 9px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.011 0L8 5.98 13.988 0 15.4 1.41 8 8.8.6 1.41z' fill='%23A9A9A9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-email-confirm+.t-header__share-dialog {
	display: none
}

.share-dialog {
	position: relative;
	display: none;
	gap: 22px;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 12px 0 64px;
	background: #654fde
}

.share-dialog:after {
	top: 50%;
	left: 12px;
	width: 40px;
	height: 40px;
	padding: 8px;
	background-image: var(--logo-pwa-32, url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxMDEwMTAiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC44MzQgMTEuNjY2djguODIybDMuMzMzLTMuMzMzIDEuMTc5IDEuMTc4TDIwIDIzLjY3OGwtNS4zNDUtNS4zNDUgMS4xNzktMS4xNzggMy4zMzMgMy4zMzN2LTguODIyaDEuNjY3em0tNy41IDEwdjVoMTMuMzMzdi01aDEuNjY3djYuNjY3SDExLjY2N3YtNi42NjZoMS42Njd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+"));
	transform: translateY(-50%)
}

.share-dialog:after,
.share-dialog:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover
}

.share-dialog:before {
	right: 37px;
	bottom: 0;
	width: 60px;
	height: 55px;
	background-image: url(../images/installPwa.359ed6a.png);
	background-position: 50%
}

.share-dialog__logo {
	display: none
}

.share-dialog__title {
	flex: 0 1 100%;
	font: 600 16px/24px Geologica, sans-serif;
	color: #fff
}

.share-dialog__title b {
	position: relative
}

.share-dialog__title b:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: #fff
}

.share-dialog__title span {
	display: none
}

.share-dialog__action {
	position: absolute;
	width: 90%;
	height: 100%;
	padding: 12px 20px;
	background: unset;
	border-radius: 0
}

.share-dialog__action:before {
	content: none
}

@media screen and (max-width:479px) {
	.share-dialog__action {
		width: 80%
	}
}

.share-dialog__action .t-button__wrap {
	display: none
}

.share-dialog .t-close {
	z-index: 3;
	width: 18px;
	height: 16px;
	margin: auto;
	opacity: .6
}

.t-header-pwa-modal .t-popup__wrap {
	max-width: 500px !important
}

@media screen and (max-width:767px) {
	.t-header-pwa-modal .t-popup__wrap {
		width: 100%
	}
}

.header-pwa-modal.t-popup__component {
	padding: 0
}

.header-pwa-modal__app {
	display: none
}

.header-pwa-modal__get-install-app {
	padding: 16px;
	font: 700 16px/100% Geologica, sans-serif
}

.header-pwa-modal__caption {
	position: relative;
	padding: 20px 20px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.header-pwa-modal__caption .text span {
	display: none
}

.header-pwa-modal__caption .text p {
	padding-bottom: 20px;
	font: 700 20px/28px Geologica, sans-serif;
	color: #fff
}

.header-pwa-modal__wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 20px 24px
}

.header-pwa-modal .list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.header-pwa-modal .list__item {
	position: relative;
	display: flex;
	flex-direction: column
}

.header-pwa-modal .list__item-text {
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.header-pwa-modal .list__item-text span,
.header-pwa-modal .list__item-text strong {
	font-weight: 400;
	color: #ff5739
}

.header-pwa-modal .list__item-text p {
	display: inline
}

.header-pwa-modal .list__item:after {
	width: 100%;
	margin-top: 8px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	border-radius: 12px
}

.header-pwa-modal .list__item_first:after {
	height: 124px;
	background-image: url(../images/first.276949b.png)
}

@media(max-width:479px) {
	.header-pwa-modal .list__item_first:after {
		height: 112px;
		background-size: 100% 100%
	}
}

@media(max-width:395px) {
	.header-pwa-modal .list__item_first:after {
		height: 90px
	}
}

.header-pwa-modal .list__item_second b {
	display: block;
	width: 18px;
	height: 18px;
	margin: 4px 0 0
}

.header-pwa-modal .list__item_second:after {
	height: 124px;
	background-image: url(../images/second.e33b501.png)
}

@media(max-width:479px) {
	.header-pwa-modal .list__item_second:after {
		height: 114px;
		background-size: 100% 100%
	}
}

@media(max-width:395px) {
	.header-pwa-modal .list__item_second:after {
		height: 90px
	}
}

.header-pwa-modal .list__item_third:after {
	height: 78px;
	overflow: hidden;
	background-image: url(../images/last.62d4fe5.png)
}

@media(max-width:479px) {
	.header-pwa-modal .list__item_third:after {
		height: 83px;
		background-size: 100% 100%
	}
}

@media(max-width:395px) {
	.header-pwa-modal .list__item_third:after {
		height: 64px
	}
}

.t-top-notice {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw
}

.t-vip-level-modal-slider .t-popup__wrap {
	max-width: 500px !important;
	padding-top: 32px
}

.t-vip-level-modal-slider__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	padding: 0 88px;
	margin-top: 48px
}

@media(max-width:767px) {
	.t-vip-level-modal-slider__card {
		padding: 0 20px
	}
}

.t-vip-level-modal-slider__body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 63px 20px 24px;
	overflow: hidden;
	background: #2c2c2c;
	border-radius: 16px
}

@media(max-width:767px) {
	.t-vip-level-modal-slider__body {
		padding: 54px 20px 24px
	}
}

.t-vip-level-modal-slider__body:hover:before {
	opacity: 1
}

.t-vip-level-modal-slider__content {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	margin-top: 16px
}

.t-vip-level-modal-slider__content:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-vip-level-modal-slider__content ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%
}

.t-vip-level-modal-slider__content ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font: 400 14px/140% Geologica, sans-serif;
	list-style: none
}

.t-vip-level-modal-slider__content ul li.empty:after {
	width: 16px;
	height: 16px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4yNzYgNEw2IDEyLjI3NyAxLjcyNCA4bC45NDItLjk0Mkw2IDEwLjM5bDcuMzMzLTcuMzMzLjk0My45NDJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: cover
}

.t-vip-level-modal-slider__content ul li b {
	font: 600 14px/140% Geologica, sans-serif
}

.t-vip-level-modal-slider__count {
	min-width: 60px;
	font: 400 14px/140% Geologica, sans-serif;
	text-align: center
}

.t-vip-level-modal-slider__icon {
	position: absolute;
	top: -48px;
	z-index: 5;
	width: 85px;
	height: 95px;
	content: "";
	background-repeat: no-repeat;
	background-size: cover
}

.t-vip-level-modal-slider__icon.rookie {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAwNV84NjQpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy42MjUgMzQuODkyYzAtNC41NTUgMy43NTYtOC4yNjEgOC4zNzQtOC4yNjEgNC42MTcgMCA4LjM3MyAzLjcwNiA4LjM3MyA4LjI2IDAgNC41NTYtMy43NTYgOC4yNjEtOC4zNzMgOC4yNjEtNC42MTggMC04LjM3NC0zLjcwNS04LjM3NC04LjI2em04LjM3NCAyLjc5N2wyLjk2NCAxLjIyNC0uMjY0LTMuMTYgMi4wOTYtMi40MDItMy4xMjgtLjcyOUw0MiAyOS45MTJsLTEuNjcgMi43MS0zLjEyNy43MjkgMi4wOTYgMi40MDMtLjI2NCAzLjE2TDQyIDM3LjY4OHoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU3LjE1NiAzMC4wN2wtLjU3Ny01LjU4LTUuMTg4LTIuMjkzLTMuNzkzLTQuMTgtNS41NjMgMS4xNTlMMzYuNDc0IDE4bC0zLjgwOCA0LjE2My01LjIwNiAyLjI2LS42IDUuNThMMjQgMzQuODU1bDIuODQ0IDQuODYuNTc3IDUuNTc4IDUuMTg4IDIuMjk1IDMuNzkzIDQuMTc5IDUuNTYzLTEuMTU5IDUuNTYgMS4xNzYgMy44MDgtNC4xNjMgNS4yMDYtMi4yNi42LTUuNThMNjAgMzQuOTI5bC0yLjg0NC00Ljg1OXpNNDIgNDUuOTM2Yy02LjE3MyAwLTExLjE5NS00Ljk1NS0xMS4xOTUtMTEuMDQ0IDAtNi4wOSA1LjAyMi0xMS4wNDUgMTEuMTk1LTExLjA0NXMxMS4xOTUgNC45NTUgMTEuMTk1IDExLjA0NVM0OC4xNzMgNDUuOTM2IDQyIDQ1LjkzNnoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNNDEuOTYgNTMuMzg3bC02LjQ5NyAxLjM1My4wMTIgMTEuMjYgNi40NTMtMy4zNCA2LjYxMiAzLjMwOC0uMDI0LTExLjIxLS4wMTMuMDEzLTYuNTQzLTEuMzg0eiIgZmlsbD0iIzEwMTAxMCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODAwNV84NjQiIHgxPSI0NC4yNTQiIHkxPSI5NCIgeDI9IjYxLjU3OSIgeTI9IjMuMzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-vip-level-modal-slider__icon.midfield {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODAwNV8xOTMwKSIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xODAwNV8xOTMwKSIgZmlsbD0iIzEwMTAxMCI+PHBhdGggZD0iTTQwLjc5OSAyOS4wMDVsMS4xOTktMS42MTUgMS4xOTggMS42MTUgMS45MDUuNjQyLTEuMTY0IDEuNjQtLjAyIDIuMDEzLTEuOTItLjYwMS0xLjkxOC42MDEtLjAyLTIuMDEzLTEuMTY1LTEuNjQgMS45MDUtLjY0MnoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5LjM1OCAzMC42NTZjMC02Ljk3OSA1LjY3LTEyLjY1NiAxMi42MzktMTIuNjU2IDYuOTcgMCAxMi42MzkgNS42NzcgMTIuNjM5IDEyLjY1NiAwIDYuOTgtNS42NyAxMi42NTctMTIuNjQgMTIuNjU3LTYuOTY5IDAtMTIuNjM4LTUuNjc4LTEyLjYzOC0xMi42NTd6bTE3LjMyNSA2LjQ1OWwuMDUzLTQuOTE2IDIuODQzLTQuMDEtNC42NTMtMS41NjktMi45My0zLjk0Ny0yLjkyOSAzLjk0Ny00LjY1MyAxLjU2OSAyLjg0MyA0LjAxLjA1NCA0LjkxNiA0LjY4Ni0xLjQ3IDQuNjg2IDEuNDd6Ii8+PHBhdGggZD0iTTQwLjU5MiA0Ni4wMzlhMTUuMzcgMTUuMzcgMCAwMS01LjYxOC0xLjYyMlY2Nmw1LjYxOC01LjkwNlY0Ni4wMzl6TTQzLjQgNDYuMDM5YTE1LjM3IDE1LjM3IDAgMDA1LjYxOC0xLjYyMlY2Nkw0My40IDYwLjA5NFY0Ni4wMzl6TTIwLjgzOCAyNy44NDRjMCAxLjU1LjIxNSAzLjA0MS41MzIgNC40OTVhOC4zNiA4LjM2IDAgMDAtMy4zNC0uNjk4YzAgNC4wMzUgMi44NDYgNy40MDggNi42MzIgOC4yMzUuODYyIDEuMjM0IDEuODIgMi4zOTUgMi45MiAzLjQxNi0uMDYuMDA4LS4xMTguMDEtLjE3Ny4wMTQtLjA3NS4wMDQtLjE1LjAwOC0uMjI2LjAyMmE4LjM3OCA4LjM3OCAwIDAwLTUuNDM0IDMuNDc3IDguMzQ4IDguMzQ4IDAgMDA0LjgwOCAxLjUxN2MyLjQwNyAwIDMuOTYzLS45NTggNC44MzMtMS40OTMuNC0uMjQ2LjY1NS0uNDAzLjc4LS4zMzZ2LTMuMjYxYy00Ljc2OC0zLjA2MS04LjA4NS04LjI4LTguNDQ4LTE0LjI4MiAxLjMyNy00LjMxLS45NjMtOC45NDgtNS4yNDctMTAuNDQ4LTEuMTU5IDMuMzItLjEwOCA2Ljg4MyAyLjM2NyA5LjA4OHYuMjU0ek02NS4xNTggMjQuOTU2YTguNDE3IDguNDE3IDAgMDEtMi4wMDMgMi42NDh2LjI0YzAgMS41NS0uMjE1IDMuMDQxLS41MzIgNC40OTVhOC4zNTUgOC4zNTUgMCAwMTMuMzQtLjY5OGMwIDQuMDM1LTIuODQ2IDcuNDA5LTYuNjMyIDguMjM1LS44NjIgMS4yMzQtMS45MTQgMi4zOTUtMy4wMTMgMy40MTYuMDU5LjAwOC4xMTcuMDEuMTc2LjAxNC4wNzUuMDA0LjE1LjAwOC4yMjYuMDIyIDIuMjE1LjM5NCA0LjI0IDEuNjI4IDUuNTI4IDMuNDc3bC0uMDAxLjAwMWMtMS40Mi45OTItMy4xNzcgMS41MTYtNC45MDMgMS41MTYtMi40IDAtMy45Mi0uOTYyLTQuNzY1LTEuNDk2LS4zODUtLjI0NC0uNjMtLjM5OC0uNzUzLS4zMzN2LTMuMjYxYzQuNzctMy4wNjEgOC4wODctOC4yODEgOC40NDgtMTQuMjgzLTEuMzI3LTQuMzA5Ljk2NC04Ljk0NyA1LjI1LTEwLjQ0N2E4LjM5MyA4LjM5MyAwIDAxLS4zNjYgNi40NTR6Ii8+PC9nPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODAwNV8xOTMwIiB4MT0iNDQuMjU0IiB5MT0iOTQiIHgyPSI2MS41NzkiIHkyPSIzLjMxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJjbGlwMF8xODAwNV8xOTMwIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOCAxOCkiIGQ9Ik0wIDBoNDh2NDhIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-vip-level-modal-slider__icon.podium {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ0OTUpIi8+PHBhdGggZD0iTTQyIDM4Ljk4OGwtOC43NDUgNC4zMjQgMS42Ny05LjE1OC03LjA3Ni02LjQ4NiA5Ljc3OS0xLjMzNkw0MiAxOGw0LjM3MyA4LjMzMiA5Ljc3OCAxLjMzNi03LjA3NSA2LjQ4NiAxLjY3IDkuMTU4TDQyIDM4Ljk4OHoiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNMzcuMjE1IDQ0LjI1bC0xLjU5NiA4LjI1aDEyLjc2MmwtMS41OTYtOC4yNUw0MiA0MS44NjVsLTQuNzg1IDIuMzg1eiIgZmlsbD0iIzEwMTAxMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTQuMjEyIDU0Ljc1SDI5Ljc4OGwtMS4xMjIgOC40MzhIMjUuNVY2NmgzM3YtMi44MTNoLTMuMTY2bC0xLjEyMi04LjQzN3ptLTcuNzI2IDUuNjI1aC04Ljk3MnYtMi44MTNoOC45NzJ2Mi44MTN6IiBmaWxsPSIjMTAxMDEwIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2ODU5XzIwNDQ5NSIgeDE9IjQ0LjI1NCIgeTE9Ijk0IiB4Mj0iNjEuNTc5IiB5Mj0iMy4zMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-vip-level-modal-slider__icon.track {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ1MzQpIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2ODU5XzIwNDUzNCkiIGZpbGw9IiMxMDEwMTAiPjxwYXRoIGQ9Ik01OS44MyA0My4yNDNhMTkuNSAxOS41IDAgMDEtLjU2NiAyLjQ3OCA2LjA2MiA2LjA2MiAwIDAxMy4yNzkuMzU4bDMuMTg4IDEuMjc4LTEuMjIxIDMuMzM3Yy0uOTcgMi42NDgtMy4zOSA0LjI3Ny01Ljk1IDQuMjc3YTYuMDg1IDYuMDg1IDAgMDEtMi4yNy0uNDRsLTEuODQyLS43MzlhMTguMzQgMTguMzQgMCAwMS0yLjg3NSAyLjMzNGMxLjIxNy43NzQgMi4xNDUgMS45NDQgMi42NSAzLjM2MmwxLjE5IDMuMzQ4LTMuMiAxLjI0NkE2LjA4NSA2LjA4NSAwIDAxNTAgNjQuNWMtMi41ODQgMC01LjAyLTEuNjU5LTUuOTcyLTQuMzM4bC0uNDM5LTEuMjM0YTE3LjIzMiAxNy4yMzIgMCAwMS0zLjE4IDBsLS40NCAxLjIzNEMzOS4wMTkgNjIuODQgMzYuNTg0IDY0LjUgMzQgNjQuNWE2LjA4IDYuMDggMCAwMS0yLjIxMi0uNDE4bC0zLjItMS4yNDYgMS4xOS0zLjM0OGMuNTA0LTEuNDE5IDEuNDMzLTIuNTg4IDIuNjUtMy4zNjJhMTguMzQgMTguMzQgMCAwMS0yLjg3Ni0yLjMzNGwtMS44NDIuNzM5Yy0zLjE5NCAxLjMwNi02Ljk2Ny0uMzc1LTguMjItMy44MzdsLTEuMjItMy4zMzcgMy4xODgtMS4yNzhhNi4wNjMgNi4wNjMgMCAwMTMuMjgtLjM1OGMtLjI0MS0uODA0LS40My0xLjYzMi0uNTY3LTIuNDc4bC0yLjM5OS0xLjEyYy0zLjIwNS0xLjQ5Ni00LjY0OS01LjQ0MS0zLjIxOS04Ljc5NGwxLjM5LTMuMjYzIDMuMTE5IDEuNDU1Yy44My4zODggMS41NC45NCAyLjExNCAxLjYwMy4yMzgtLjYyMy41MDUtMS4yNDMuODEtMS44NGwtLjQ2NS0uODE0Yy0xLjgwMy0zLjE1MS0uODItNy4yNDkgMi4xOTEtOS4xMzVsMi45My0xLjgzNSAxLjc1NCAzLjA2NmMxLjgwMiAzLjE1LjgxOSA3LjI0OC0yLjE5MiA5LjEzNGwtMS44MjcgMS4xNDRDMjMuMTcgNDMuMjM2IDMwLjc3NCA1Ni4yMDcgNDIgNTYuMDZjMTEuMjcyLjEwNSAxOC44MS0xMi43OCAxMy42MTctMjMuMjJsLTEuODItMS4xNGMtMy4wMS0xLjg4Ni0zLjk5NC01Ljk4NC0yLjE5Mi05LjEzNGwxLjc1NC0zLjA2NiAyLjkzIDEuODM1YzMuMDEgMS44ODYgMy45OTMgNS45ODQgMi4xOTEgOS4xMzVsLS40NjYuODE0Yy4zLjU5OS41NyAxLjIxNC44MDcgMS44NDNhNi4zNDkgNi4zNDkgMCAwMTIuMTE4LTEuNjA2bDMuMTE4LTEuNDU1IDEuMzkxIDMuMjYzYzEuNDMgMy4zNTMtLjAxNCA3LjI5OC0zLjIyIDguNzk1bC0yLjM5OCAxLjEyeiIvPjxwYXRoIGQ9Ik0zNi4xODggNDkuMTAzbC4xNy02LjQ1Mi0zLjc2Mi01LjExNSA1LjkxNi0xLjgyNUw0MiAzMC4zODdsMy40ODcgNS4zMjQgNS45MTcgMS44MjUtMy43NjEgNS4xMTUuMTY5IDYuNDUyLTUuODEyLTIuMTYyLTUuODExIDIuMTYyeiIvPjwvZz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTY4NTlfMjA0NTM0IiB4MT0iNDQuMjU0IiB5MT0iOTQiIHgyPSI2MS41NzkiIHkyPSIzLjMxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNjg1OV8yMDQ1MzQiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4IDE4KSIgZD0iTTAgMGg0OHY0OEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==")
}

.t-vip-level-modal-slider__icon.race {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4wNjQgODIuNzg3QzcwLjQgNzguMjc3IDg0IDYxLjcyNyA4NCA0MiA4NCAxOC44MDQgNjUuMTk2IDAgNDIgMFMwIDE4LjgwNCAwIDQyYzAgMjAuNTg2IDE0LjgxIDM3LjcxMiAzNC4zNTYgNDEuMzA2TDQzIDk0bDkuMDY0LTExLjIxM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ1NzMpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ni41NTkgNDUuMzA5Yy4xMDggMi42MzMgMy44NjEgMi42MzQgMy45NyAwdi0uNjYyaDIuNjQ3di42NjJhNC42MzggNC42MzggMCAwMS00LjYzMiA0LjYzMiA0LjYzOCA0LjYzOCAwIDAxLTQuNjMyLTQuNjMyYzAtMS41NjEuNDU3LTMuMDczIDEuMzIzLTQuMzcxbDUuMzIxLTcuOTgyYTcuNjk3IDcuNjk3IDAgMDAxLjI5Ny00LjI4M2MtLjA5NS00LjU0LTYuNDE3LTUuMzQzLTcuNjM1LS45NjZsLTEuNzkgMTEuOTNjLTIuMDAyIDExLjg5LTE4Ljg0NCAxMS45MDktMjAuODU2IDBsLTEuNzktMTEuOTNjLTEuMjE3LTQuMzc1LTcuNTQtMy41NzYtNy42MzUuOTY2IDAgMS41My40NDkgMy4wMSAxLjI5NyA0LjI4M2w1LjMyIDcuOTgyYTcuODU1IDcuODU1IDAgMDExLjMyNCA0LjM3IDQuNjM4IDQuNjM4IDAgMDEtNC42MzIgNC42MzMgNC42MzggNC42MzggMCAwMS00LjYzMy00LjYzMnYtLjY2MmgyLjY0OHYuNjYyYy4xMDggMi42MzMgMy44NjEgMi42MzQgMy45NyAwIDAtMS4wMzctLjMwNC0yLjA0LS44NzktMi45MDNsLTUuMzItNy45ODFhMTAuMzM3IDEwLjMzNyAwIDAxLTEuNzQyLTUuNzUyIDYuNTMzIDYuNTMzIDAgMDE2LjUyNi02LjUyNmMxLjA4NyAwIDIuMTIyLjI2OCAzLjAzNS43NDdsLS41MS0zLjM5NEg1NS40NWwtLjUxIDMuMzk0YTYuNTE4IDYuNTE4IDAgMDEzLjAzNS0uNzQ3IDYuNTMzIDYuNTMzIDAgMDE2LjUyNiA2LjUyNmMwIDIuMDU0LS42MDIgNC4wNDMtMS43NDEgNS43NTJsLTUuMzIxIDcuOThhNS4yMTcgNS4yMTcgMCAwMC0uODggMi45MDR6TTQzLjMyNCAzMi43MzVoMi42NDd2LTIuNjQ3aC0yLjY0N3YtMi42NDdoLTIuNjQ4djIuNjQ3SDM4LjAzdjIuNjQ3aDIuNjQ3di0yLjY0N2gyLjY0OHYyLjY0N2gtMi42NDh2Mi42NDdoMi42NDd2Mi42NDdoLTIuNjQ3di0yLjY0N0gzOC4wM3YyLjY0N2gyLjY0N3YyLjY0N2gyLjY0OGwtLjAwMS0yLjY0N2gyLjY0OHYtMi42NDdoLTIuNjQ4di0yLjY0N3oiIGZpbGw9IiMxMDEwMTAiLz48cGF0aCBkPSJNNDkuOTQgNTkuMjA2aDEuMzI0djIuNjQ3aDIuNjQ3VjY0LjVIMzAuMDg4di0yLjY0N2gyLjY0N3YtMi42NDdoMS4zMjRjLjczIDAgMS4zMjMtLjU5NCAxLjMyMy0xLjMyNFY1Ni41NmgyLjY0N3YtNS45MDdhMTMuMTcgMTMuMTcgMCAwMDcuOTQxIDB2NS45MDdoMi42NDd2MS4zMjRjMCAuNzMuNTk0IDEuMzIzIDEuMzI0IDEuMzIzeiIgZmlsbD0iIzEwMTAxMCIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjg1OV8yMDQ1NzMiIHgxPSI0NC4yNTQiIHkxPSI5NCIgeDI9IjYxLjU3OSIgeTI9IjMuMzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-vip-level-modal-slider__navigation {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
	margin-top: 16px
}

.t-vip-level-modal-slider__next,
.t-vip-level-modal-slider__prev {
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {

	.t-vip-level-modal-slider__next:hover:not(:disabled):before,
	.t-vip-level-modal-slider__prev:hover:not(:disabled):before {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(172deg) brightness(109%) contrast(107%)
	}
}

.t-vip-level-modal-slider__next:before,
.t-vip-level-modal-slider__prev:before {
	display: block;
	width: 36px;
	height: 36px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy45OSA1LjRMMzAuNiAxOCAxNy45OSAzMC42bC0yLjEyLTIuMTE3IDguOTkyLTguOTg1SDZ2LTIuOTk1aDE4Ljg2MkwxNS44NyA3LjUxOCAxNy45OSA1LjR6IiBmaWxsPSIjQTlBOUE5Ii8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: contain
}

.t-vip-level-modal-slider__next[aria-disabled=true],
.t-vip-level-modal-slider__prev[aria-disabled=true] {
	pointer-events: none;
	opacity: .5
}

.t-vip-level-modal-slider__prev:before {
	transform: rotate(180deg)
}

.t-vip-level-modal-slider__slider,
.t-vip-level-modal-slider__slider .swiper-container {
	width: 100%
}

.t-vip-level-modal-slider__title {
	font: 600 20px/135% Geologica, sans-serif;
	text-align: center;
	white-space: nowrap
}

.t-vip-level-modal-slider__total {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	font: 600 16px/24px Geologica, sans-serif;
	text-align: center
}

.t-vip-level-modal-slider__total span {
	color: #fff
}

.t-vip-level-modal-slider__total .level {
	width: fit-content;
	padding: 3px 8px;
	font: 600 12px/140% Geologica, sans-serif;
	color: #101010;
	text-align: center;
	background: #ff5739;
	border-radius: 100px
}

.t-vip-level-modal-slider__total .total {
	font: 600 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-vip-level-modal-slider__total .total b {
	color: #fff
}

.t-contact-skeleton {
	width: 100%
}

.t-contact-skeleton__content {
	width: 100%;
	max-width: 1008px;
	margin: 0 auto
}

.t-contact-skeleton__head .t-back,
.t-contact-skeleton__picture {
	display: none
}

.t-contact-skeleton__title-name .t-profile-security-details-skeleton .list:after,
.t-contact-skeleton__title-name .t-profile-security-details-skeleton .list:before,
.t-contact-skeleton__title-name .t-profile-security-details-skeleton:after,
.t-contact-skeleton__title-name .t-profile-security-details-skeleton:before,
.t-contact-skeleton__title-name .t-profile-security-details-skeleton__content:after,
.t-contact-skeleton__title-name .t-profile-security-details-skeleton__content:before,
.t-contact-skeleton__title-name .t-sidebar-menu-skeleton span,
.t-contact-skeleton__title-name .t-skeleton,
.t-profile-security-details-skeleton .t-contact-skeleton__title-name .list:after,
.t-profile-security-details-skeleton .t-contact-skeleton__title-name .list:before,
.t-sidebar-menu-skeleton .t-contact-skeleton__title-name span {
	max-width: 255px;
	height: 52px
}

@media screen and (max-width:767px) {

	.t-contact-skeleton__title-name .t-profile-security-details-skeleton .list:after,
	.t-contact-skeleton__title-name .t-profile-security-details-skeleton .list:before,
	.t-contact-skeleton__title-name .t-profile-security-details-skeleton:after,
	.t-contact-skeleton__title-name .t-profile-security-details-skeleton:before,
	.t-contact-skeleton__title-name .t-profile-security-details-skeleton__content:after,
	.t-contact-skeleton__title-name .t-profile-security-details-skeleton__content:before,
	.t-contact-skeleton__title-name .t-sidebar-menu-skeleton span,
	.t-contact-skeleton__title-name .t-skeleton,
	.t-profile-security-details-skeleton .t-contact-skeleton__title-name .list:after,
	.t-profile-security-details-skeleton .t-contact-skeleton__title-name .list:before,
	.t-sidebar-menu-skeleton .t-contact-skeleton__title-name span {
		height: 38px
	}
}

.t-contact-skeleton__title-subname {
	display: none
}

.t-contact-skeleton__body {
	position: relative;
	margin-top: 24px
}

.t-contact-skeleton__connection {
	display: flex;
	grid-gap: 4px;
	gap: 4px;
	width: 100%
}

.t-contact-skeleton__connection .t-conection__item {
	height: 68px
}

.t-contact-skeleton__connection .t-conection__item .t-profile-security-details-skeleton .list:after,
.t-contact-skeleton__connection .t-conection__item .t-profile-security-details-skeleton .list:before,
.t-contact-skeleton__connection .t-conection__item .t-profile-security-details-skeleton:after,
.t-contact-skeleton__connection .t-conection__item .t-profile-security-details-skeleton:before,
.t-contact-skeleton__connection .t-conection__item .t-profile-security-details-skeleton__content:after,
.t-contact-skeleton__connection .t-conection__item .t-profile-security-details-skeleton__content:before,
.t-contact-skeleton__connection .t-conection__item .t-sidebar-menu-skeleton span,
.t-contact-skeleton__connection .t-conection__item .t-skeleton,
.t-profile-security-details-skeleton .t-contact-skeleton__connection .t-conection__item .list:after,
.t-profile-security-details-skeleton .t-contact-skeleton__connection .t-conection__item .list:before,
.t-sidebar-menu-skeleton .t-contact-skeleton__connection .t-conection__item span {
	display: none
}

.t-contact-skeleton__address {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
	gap: 8px;
	width: 100%;
	margin-top: 24px
}

.t-contact-skeleton__address .title {
	max-width: 215px;
	height: 28px
}

.t-contact-skeleton__address .description {
	max-width: 485px;
	height: 20px
}

@media screen and (max-width:767px) {
	.t-contact-skeleton__address .description {
		height: 40px
	}
}

.t-contact {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 680px;
	margin: 20px auto 0
}

@media screen and (max-width:767px) {
	.t-contact {
		margin: 32px auto 0
	}
}

.t-contact__body {
	position: relative;
	margin-top: 24px
}

.t-contact__content {
	width: 100%;
	max-width: 1008px
}

.t-contact__head .t-back,
.t-contact__picture {
	display: none
}

.t-contact__title-name {
	font: 700 48px/110% Geologica, sans-serif
}

@media screen and (max-width:767px) {
	.t-contact__title-name {
		font: 700 32px/120% Geologica, sans-serif
	}
}

.t-contact__title-subname {
	display: none
}

.t-contact__address {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin-top: 24px
}

.t-contact__address span {
	font: 600 20px/135% Geologica, sans-serif
}

.t-contact__address p {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-conection {
	display: flex;
	gap: 16px;
	width: 100%
}

@media screen and (max-width:767px) {
	.t-conection {
		flex-direction: column;
		gap: 8px
	}
}

.t-conection__item {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 100%;
	padding: 80px 20px 20px;
	background: #1f1f1f;
	border-radius: 12px
}

@media screen and (max-width:767px) {
	.t-conection__item {
		align-items: flex-start;
		padding: 16px 16px 16px 76px
	}
}

.t-conection__item .t-icon {
	position: absolute;
	top: 20px;
	left: 50%;
	display: block;
	width: 48px;
	height: 48px;
	background-color: #393939;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 28px;
	border-radius: 100px;
	transform: translateX(-50%)
}

.t-conection__item .t-icon.t-icon-contacts {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUgMmwyMSAuMDAxdjE3TDEyLjI3NyAxOSA2IDIyLjc2NlYxOUgxLjVWMnptMTkgMTVWNGgtMTd2MTNIOHYyLjIzNEwxMS43MjMgMTdIMjAuNXpNNiA3LjVoN3YySDZ2LTJ6bTAgNGgxMHYySDZ2LTJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.t-conection__item .t-icon.t-icon-info-document {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMyAzdjE4SDFWM2gyMnpNMyA1djEuNDhsOSA2LjMgOS02LjNWNUgzem0xOCAzLjkybC00LjUwMiAzLjE1MkwyMSAxNS44NTRWOC45MnptMCA5LjU0NmwtNi4xOTgtNS4yMDdMMTIgMTUuMjIxbC0yLjgwMi0xLjk2MkwzIDE4LjQ2NlYxOWgxOHYtLjUzNHpNMyAxNS44NTRsNC41MDItMy43ODJMMyA4LjkyMXY2LjkzM3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

@media screen and (max-width:767px) {
	.t-conection__item .t-icon {
		top: 50%;
		left: 16px;
		transform: translateY(-50%)
	}
}

.t-conection__item a,
.t-conection__item a:visited {
	font: 400 16px/140% Geologica, sans-serif
}

@media screen and (max-width:767px) {

	.t-conection__item a,
	.t-conection__item a:visited {
		font: 400 14px/140% Geologica, sans-serif
	}
}

.t-conection__item p {
	font: 600 20px/135% Geologica, sans-serif
}

@media screen and (max-width:767px) {
	.t-conection__item p {
		font: 600 16px/140% Geologica, sans-serif
	}
}

.t-social-media__item {
	width: 100%;
	font-size: 14px;
	line-height: 16px
}

.t-social-media__list {
	display: flex;
	gap: 12px
}

.t-social-media__link {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 4px;
	border-radius: 8px
}

.t-icon-right {
	order: 1
}

.t-icon-left {
	order: 0
}

.t-icon-gaming-curacao {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-image: url(../images/gaming-curacao.c2177a4.png);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: contain
}

@media(max-width:1279px) {
	.t-icon-gaming-curacao {
		background-position: 100%
	}
}

@media(max-width:767px) {
	.t-icon-gaming-curacao {
		background-position: 0
	}
}

.t-social__terms {
	max-width: 300px;
	margin: 0 auto;
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

.t-social__terms+h4 {
	margin: 20px 0 0
}

.t-social h4 {
	display: flex;
	gap: 24px;
	align-items: center
}

.t-social h4 span {
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center;
	white-space: nowrap
}

.t-social h4:after,
.t-social h4:before {
	width: 100%;
	height: 1px;
	content: "";
	background-color: hsla(0, 0%, 100%, .1)
}

.t-social .social-link {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 16px
}

.t-social .social-link__item {
	width: 48px;
	height: 48px;
	cursor: pointer
}

.t-social .social-link__item_telegram {
	position: relative;
	order: -1
}

.t-social .social-link__item .t-icon {
	width: 100%;
	height: 100%
}

.t-social .social-link__item .t-telegram {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.t-social .social-link__item .t-telegram-button {
	position: absolute;
	width: 48px;
	height: 48px;
	overflow: hidden
}

.t-social .social-link__item .t-telegram-button:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
	background: #101010 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTIwIDQwYzExLjA0NiAwIDIwLTguOTU0IDIwLTIwUzMxLjA0NiAwIDIwIDAgMCA4Ljk1NCAwIDIwczguOTU0IDIwIDIwIDIwIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuNDQ4IDIwLjk3OWMyLjMzOC0xLjI4OCA0Ljk0OC0yLjM2MyA3LjM4Ny0zLjQ0MyA0LjE5NS0xLjc3IDguNDA3LTMuNTA4IDEyLjY2MS01LjEyNy44MjgtLjI3NiAyLjMxNS0uNTQ2IDIuNDYuNjgtLjA3OSAxLjczNy0uNDA3IDMuNDYzLS42MzMgNS4xOS0uNTcyIDMuNzk2LTEuMjMzIDcuNTc5LTEuODc3IDExLjM2Mi0uMjIyIDEuMjYtMS44MDEgMS45MTMtMi44MTEgMS4xMDYtMi40MjgtMS42NC00Ljg3NC0zLjI2NC03LjI3LTQuOTQxLS43ODYtLjc5OC0uMDU4LTEuOTQ0LjY0My0yLjUxMyAyLTEuOTcgNC4xMi0zLjY0NSA2LjAxNS01LjcxNy41MTEtMS4yMzUtLjk5OS0uMTk0LTEuNDk3LjEyNC0yLjczOCAxLjg4Ny01LjQwOCAzLjg4OC04LjI5NCA1LjU0Ni0xLjQ3NC44MTItMy4xOTIuMTE4LTQuNjY2LS4zMzUtMS4zMi0uNTQ3LTMuMjU3LTEuMDk4LTIuMTE4LTEuOTMyIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMjYuNjY4IiB4Mj0iMTYuNjY4IiB5MT0iNi42NjgiIHkyPSIzMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMzN0FFRTIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxRTk2QzgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=) no-repeat 50%/contain
}

.t-social .social-link__item .t-telegram-button>* {
	width: 100% !important
}

.t-modal-level-up {
	padding-top: 140px;
	overflow: hidden
}

@media(max-width:767px) {
	.t-modal-level-up {
		align-items: unset;
		height: 100%;
		padding: 0;
		overflow: hidden auto
	}
}

@media(orientation:landscape)and (max-width:1023px)and (max-height:600px) {
	.t-modal-level-up {
		overflow: auto
	}
}

@media screen and (orientation:landscape)and (max-width:767px) {
	.t-modal-level-up {
		padding-top: 68px;
		padding-bottom: 0
	}
}

.t-modal-level-up .t-popup__close {
	display: none
}

.t-modal-level-up .t-popup__backdrop {
	z-index: 106
}

.t-modal-level-up .t-popup__wrap {
	z-index: 107;
	overflow: unset
}

.t-modal-level-up__action {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	width: 100%
}

.t-modal-level-up__action .t-button,
.t-modal-level-up__action .t-error-page-content-button,
.t-modal-level-up__action .t-promo-card__action-btn,
.t-modal-level-up__action .t-promo-events__router {
	width: 100%;
	opacity: 0;
	transition: all .3s ease-in-out;
	transition-delay: 3s
}

.t-modal-level-up__action .t-checkbox {
	opacity: 0;
	transition: all .3s ease-in-out;
	transition-delay: 3s
}

.t-modal-level-up__body {
	position: relative;
	z-index: 2;
	width: 100%;
	opacity: 0;
	transition: all .3s ease-in-out;
	transition-delay: 1.5s
}

.t-modal-level-up__body p {
	display: none
}

.t-modal-level-up__content {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 70px 32px 0;
	background: #101010;
	border-radius: 24px
}

@media screen and (max-width:767px) {
	.t-modal-level-up__content {
		padding: 60px 16px 36px
	}
}

@media screen and (orientation:landscape)and (max-width:767px) {
	.t-modal-level-up__content {
		padding: 54px 32px 0
	}
}

.t-modal-level-up__container.driver .t-modal-level-up__title-image {
	background-image: url(../images/driver.f8695bc.png)
}

.t-modal-level-up__container.chaser .t-modal-level-up__title-image {
	background-image: url(../images/chaser.55664a2.png)
}

.t-modal-level-up__container.master .t-modal-level-up__title-image {
	background-image: url(../images/master.905d9e2.png)
}

.t-modal-level-up__container.winner .t-modal-level-up__title-image {
	background-image: url(../images/winner.e7ec154.png)
}

@media screen and (max-width:767px) {
	.t-modal-level-up__container {
		padding-bottom: 0
	}
}

.t-modal-level-up__list {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	padding: 16px 0;
	margin-top: 16px;
	overflow: hidden
}

.t-modal-level-up__list:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1)
}

.t-modal-level-up__item {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	font: 400 16px/140% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-modal-level-up__item {
		width: 100%
	}
}

@media screen and (orientation:landscape)and (max-width:767px) {
	.t-modal-level-up__item {
		width: 100%
	}
}

.t-modal-level-up__item-content {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%
}

.t-modal-level-up__item_money {
	order: -1
}

.t-modal-level-up__item b {
	font: 600 16px/140% Geologica, sans-serif;
	white-space: nowrap
}

.t-modal-level-up__item .t-icon-money-profile {
	background: none
}

.t-modal-level-up__item .t-icon-money-profile:after {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3a9 9 0 100 18 9 9 0 000-18zM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm6.293-.707l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L13 10.414V16a1 1 0 11-2 0v-5.586l-2.293 2.293a1 1 0 01-1.414-1.414z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%/contain
}

.t-modal-level-up__item i {
	flex-shrink: 0;
	width: 24px;
	height: 24px
}

.t-modal-level-up__item i:after {
	opacity: 1
}

.t-modal-level-up__lvls {
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	height: 36px;
	overflow: hidden
}

@media screen and (orientation:landscape)and (max-width:767px) {
	.t-modal-level-up__lvls {
		height: 20px
	}
}

.t-modal-level-up__lvls span {
	position: relative;
	display: block;
	font: 600 24px/135% Geologica, sans-serif;
	color: #ff5739;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	transition-delay: 1s
}

.t-modal-level-up__lvls span:before {
	margin-right: 6px;
	content: attr(data-text)
}

@media screen and (max-width:767px) {
	.t-modal-level-up__lvls span {
		font-size: 28px;
		font-weight: 600;
		line-height: 36px
	}
}

@media screen and (orientation:landscape)and (max-width:767px) {
	.t-modal-level-up__lvls span {
		font-size: 16px;
		font-weight: 600;
		line-height: 20px
	}
}

.t-modal-level-up__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%
}

.t-modal-level-up__title-image-container {
	display: contents
}

.t-modal-level-up__title-image {
	position: absolute;
	top: -54px;
	width: 96px;
	height: 108px;
	background-image: url(../images/racer.38406fb.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media screen and (max-width:767px) {
	.t-modal-level-up__title-image {
		top: -47px;
		width: 84px;
		height: 94px
	}
}

.t-modal-level-up__title-lvlup {
	font: 600 24px/135% Geologica, sans-serif;
	text-align: center
}

@media(max-width:767px) {
	.t-modal-level-up__title-lvlup {
		font: 600 20px/135% Geologica, sans-serif
	}
}

.t-modal-level-up__title .t-modal-level-up__lvls-name {
	font: 600 24px/135% Geologica, sans-serif;
	color: #ff5739;
	text-align: center
}

@media(max-width:767px) {
	.t-modal-level-up__title .t-modal-level-up__lvls-name {
		font: 600 20px/135% Geologica, sans-serif
	}
}

.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__action .t-button,
.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__action .t-checkbox,
.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__action .t-error-page-content-button,
.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__action .t-promo-card__action-btn,
.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__action .t-promo-events__router,
.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__body,
.t-modal-level-up .t-modal-level-up__container.is-show .t-modal-level-up__content:after,
.t-modal-level-up .t-modal-level-up__container.is-show:before {
	opacity: 1
}

.t-navigation-pages,
.t-navigation-pages-skeleton {
	position: relative;
	display: block;
	width: 100%;
	max-width: 640px;
	padding: 24px 0 0;
	margin: 0 auto;
	background: #181818;
	border-radius: 24px 24px 0 0
}

@media(max-width:767px) {

	.t-navigation-pages,
	.t-navigation-pages-skeleton {
		z-index: 102;
		max-width: 100%;
		padding: 0;
		overflow: hidden;
		background: transparent
	}
}

.t-navigation-pages-skeleton .title,
.t-navigation-pages .title {
	display: none
}

.t-navigation-pages-skeleton .list,
.t-navigation-pages .list {
	display: flex;
	width: 100%
}

.t-navigation-pages-skeleton .list__item,
.t-navigation-pages .list__item {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 14px 12px;
	font: 500 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-transform: capitalize;
	transition: all .3s ease-in-out
}

.t-navigation-pages-skeleton .list__item:hover,
.t-navigation-pages .list__item:hover {
	color: #fff
}

.t-navigation-pages-skeleton .list__item .t-icon,
.t-navigation-pages .list__item .t-icon {
	display: none
}

.t-navigation-pages-skeleton .list__item:before,
.t-navigation-pages .list__item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: hsla(0, 0%, 100%, .1);
	transition: all .3s ease-in-out
}

.t-navigation-pages-skeleton .list__item.list__item_active,
.t-navigation-pages-skeleton .list__item.nuxt-link-exact-active,
.t-navigation-pages .list__item.list__item_active,
.t-navigation-pages .list__item.nuxt-link-exact-active {
	color: #fff
}

.t-navigation-pages-skeleton .list__item.list__item_active:before,
.t-navigation-pages-skeleton .list__item.nuxt-link-exact-active:before,
.t-navigation-pages .list__item.list__item_active:before,
.t-navigation-pages .list__item.nuxt-link-exact-active:before {
	background: #fff
}

.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__head .list:after,
.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__head .list:before,
.t-sidebar-menu-skeleton .t-transactions_skeleton .t-transactions__head span,
.t-transactions_skeleton .t-transactions__head .t-profile-security-details-skeleton .list:after,
.t-transactions_skeleton .t-transactions__head .t-profile-security-details-skeleton .list:before,
.t-transactions_skeleton .t-transactions__head .t-profile-security-details-skeleton:after,
.t-transactions_skeleton .t-transactions__head .t-profile-security-details-skeleton:before,
.t-transactions_skeleton .t-transactions__head .t-profile-security-details-skeleton__content:after,
.t-transactions_skeleton .t-transactions__head .t-profile-security-details-skeleton__content:before,
.t-transactions_skeleton .t-transactions__head .t-sidebar-menu-skeleton span,
.t-transactions_skeleton .t-transactions__head .t-skeleton {
	width: 40%
}

.t-transactions_skeleton .t-transactions__head .t-skeleton_medium {
	width: 30%
}

.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__filter .list:after,
.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__filter .list:before,
.t-sidebar-menu-skeleton .t-transactions_skeleton .t-transactions__filter span,
.t-transactions_skeleton .t-transactions__filter .t-profile-security-details-skeleton .list:after,
.t-transactions_skeleton .t-transactions__filter .t-profile-security-details-skeleton .list:before,
.t-transactions_skeleton .t-transactions__filter .t-profile-security-details-skeleton:after,
.t-transactions_skeleton .t-transactions__filter .t-profile-security-details-skeleton:before,
.t-transactions_skeleton .t-transactions__filter .t-profile-security-details-skeleton__content:after,
.t-transactions_skeleton .t-transactions__filter .t-profile-security-details-skeleton__content:before,
.t-transactions_skeleton .t-transactions__filter .t-sidebar-menu-skeleton span,
.t-transactions_skeleton .t-transactions__filter .t-skeleton {
	margin-left: 6px
}

.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__list .list:after,
.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__list .list:before,
.t-sidebar-menu-skeleton .t-transactions_skeleton .t-transactions__list span,
.t-transactions_skeleton .t-transactions__list .t-profile-security-details-skeleton .list:after,
.t-transactions_skeleton .t-transactions__list .t-profile-security-details-skeleton .list:before,
.t-transactions_skeleton .t-transactions__list .t-profile-security-details-skeleton:after,
.t-transactions_skeleton .t-transactions__list .t-profile-security-details-skeleton:before,
.t-transactions_skeleton .t-transactions__list .t-profile-security-details-skeleton__content:after,
.t-transactions_skeleton .t-transactions__list .t-profile-security-details-skeleton__content:before,
.t-transactions_skeleton .t-transactions__list .t-sidebar-menu-skeleton span,
.t-transactions_skeleton .t-transactions__list .t-skeleton {
	margin: 5px 0
}

.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__pagination .list:first-child:after,
.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__pagination .list:first-child:before,
.t-sidebar-menu-skeleton .t-transactions_skeleton .t-transactions__pagination span:first-child,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton .list:first-child:after,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton .list:first-child:before,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton:first-child:after,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton:first-child:before,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton__content:first-child:after,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton__content:first-child:before,
.t-transactions_skeleton .t-transactions__pagination .t-sidebar-menu-skeleton span:first-child,
.t-transactions_skeleton .t-transactions__pagination .t-skeleton:first-child {
	margin-right: 6px
}

.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__pagination .list:last-child:after,
.t-profile-security-details-skeleton .t-transactions_skeleton .t-transactions__pagination .list:last-child:before,
.t-sidebar-menu-skeleton .t-transactions_skeleton .t-transactions__pagination span:last-child,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton .list:last-child:after,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton .list:last-child:before,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton:last-child:after,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton:last-child:before,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton__content:last-child:after,
.t-transactions_skeleton .t-transactions__pagination .t-profile-security-details-skeleton__content:last-child:before,
.t-transactions_skeleton .t-transactions__pagination .t-sidebar-menu-skeleton span:last-child,
.t-transactions_skeleton .t-transactions__pagination .t-skeleton:last-child {
	margin-left: 6px
}

.app-transactions .t-transactions {
	padding: 0
}

@media screen and (max-width:767px) {
	.app-transactions .t-transactions-list-item__col_name {
		margin-bottom: 35px
	}
}

.app-transactions .t-transactions-list-item__col_name strong {
	text-align: left
}

.app-transactions .t-transactions__aside {
	position: absolute
}

.app-transactions .t-transactions__filter {
	justify-content: flex-start
}

@media screen and (max-width:1023px) {
	.app-transactions .t-transactions__filter {
		flex-direction: row-reverse;
		align-self: flex-end;
		max-width: 50%
	}
}

@media screen and (max-width:767px) {
	.app-transactions .t-transactions__filter {
		flex-direction: column-reverse;
		max-width: 100%;
		margin-top: 64px
	}
}

.app-transactions:has(.t-transactions__list-empty) .t-transactions__filter {
	margin-bottom: 28px
}

@media screen and (max-width:767px) {
	.app-transactions:has(.t-transactions__list-empty) {
		margin-bottom: 10px
	}
}

.t-transactions {
	position: relative;
	width: 100%;
	padding: var(--root-padding)
}

.t-transactions__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	grid-gap: 49px;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	background: transparent
}

.t-transactions__aside {
	display: flex;
	max-width: 360px;
	padding: 2px;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:1023px) {
	.t-transactions__aside {
		max-width: 100%
	}
}

@media(max-width:767px) {
	.t-transactions__aside {
		width: 100%
	}
}

.t-transactions__aside-item {
	position: relative;
	min-width: 118px;
	padding: 12px;
	overflow: hidden;
	font: 600 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-transactions__aside-item {
		flex: 1
	}
}

.t-transactions__aside-item:hover,
.t-transactions__aside-item_active {
	color: #fff;
	background: #5d5d5d
}

.t-transactions__head {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 25px
}

@media screen and (max-width:1023px) {
	.t-transactions__head {
		margin: 0 0 12px
	}
}

.t-transactions__head h1 {
	width: 100%;
	font: 800 32px/38px Geologica, sans-serif;
	color: #fff
}

@media screen and (max-width:767px) {
	.t-transactions__head h1 {
		font: 700 24px/32px Geologica, sans-serif
	}
}

.t-transactions__head .t-icon-transactions {
	display: none
}

.t-transactions__body {
	display: flex;
	flex-direction: column;
	width: 100%
}

@media screen and (max-width:767px) {
	.t-transactions__body {
		max-width: 100%;
		border: none
	}
}

.t-transactions__search {
	max-width: 296px
}

.t-transactions__search input {
	padding-left: 43px
}

@media(max-width:1023px) {
	.t-transactions__search {
		max-width: 100%
	}
}

.t-transactions__search .t-icon-search {
	left: 12px
}

.t-transactions__date {
	width: 100%;
	max-width: 296px;
	border-radius: 12px
}

@media(max-width:1023px) {
	.t-transactions__date {
		max-width: 100%
	}
}

.t-transactions__filter {
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
	justify-content: flex-end;
	margin: 0 0 45px
}

@media(max-width:1023px) {
	.t-transactions__filter {
		flex-direction: column-reverse;
		width: 100%;
		max-width: 100%;
		margin: 0 0 41px
	}
}

.t-transactions__list {
	width: 100%
}

.t-transactions__list-wrap {
	display: table;
	width: 100%;
	border-spacing: 0 8px
}

@media screen and (max-width:767px) {
	.t-transactions__list-wrap {
		border-spacing: 0 4px
	}
}

.t-transactions__list-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 420px;
	padding: 16px;
	background: #1f1f1f;
	border-radius: 16px
}

.t-transactions__list-empty.t-transactions-list-empty .t-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAzLjE3Mkw0Mi44MjggMTQgMzIgMjQuODI4IDI5LjE3MiAyMmw2LTZINnYtNGgyOS4xNzJsLTYtNkwzMiAzLjE3MnpNMTguODI4IDI2bC02IDZINDJ2NEgxMi44MjhsNiA2TDE2IDQ0LjgyOCA1LjE3MiAzNCAxNiAyMy4xNzIgMTguODI4IDI2eiIgZmlsbD0iI0E5QTlBOSIvPjwvc3ZnPg==")
}

.t-transactions__list-empty.t-transactions-list-empty span {
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

.t-transactions__pagination {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
	margin: 16px 0 0
}

@media(max-width:767px) {
	.t-transactions__pagination {
		padding: 0;
		margin: 16px 0 0
	}
}

.t-transactions__pagination .t-button,
.t-transactions__pagination .t-error-page-content-button,
.t-transactions__pagination .t-promo-card__action-btn,
.t-transactions__pagination .t-promo-events__router {
	padding: 9px 16px 9px 12px;
	font: 700 14px/100% Geologica, sans-serif;
	color: #fff;
	letter-spacing: .84px;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4)
}

@media not all and (pointer:coarse) {

	.t-transactions__pagination .t-button:hover:not(:disabled),
	.t-transactions__pagination .t-error-page-content-button:hover:not(:disabled),
	.t-transactions__pagination .t-promo-card__action-btn:hover:not(:disabled),
	.t-transactions__pagination .t-promo-events__router:hover:not(:disabled) {
		color: #fff;
		background: transparent;
		border: 1px solid #fff
	}

	.t-transactions__pagination .t-button:hover:not(:disabled) .t-icon,
	.t-transactions__pagination .t-error-page-content-button:hover:not(:disabled) .t-icon,
	.t-transactions__pagination .t-promo-card__action-btn:hover:not(:disabled) .t-icon,
	.t-transactions__pagination .t-promo-events__router:hover:not(:disabled) .t-icon {
		opacity: 1
	}
}

.t-transactions__pagination .t-button__disabled:active,
.t-transactions__pagination .t-button__disabled:focus,
.t-transactions__pagination .t-button__disabled:hover {
	color: #a9a9a9;
	cursor: not-allowed;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

.t-transactions__pagination .t-button__disabled:active .t-icon,
.t-transactions__pagination .t-button__disabled:focus .t-icon,
.t-transactions__pagination .t-button__disabled:hover .t-icon {
	opacity: .5
}

.t-transactions__pagination .t-button .t-icon,
.t-transactions__pagination .t-error-page-content-button .t-icon,
.t-transactions__pagination .t-promo-card__action-btn .t-icon,
.t-transactions__pagination .t-promo-events__router .t-icon {
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	background-size: contain
}

.t-transactions__pagination .t-button .t-icon-back,
.t-transactions__pagination .t-error-page-content-button .t-icon-back,
.t-transactions__pagination .t-promo-card__action-btn .t-icon-back,
.t-transactions__pagination .t-promo-events__router .t-icon-back {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xODMgNC4xNzdMNi4xODggOS4xNjhoMTAuNDc5djEuNjY0SDYuMTg3bDQuOTk2IDQuOTkyTDEwLjAwNiAxNyAzIDEwbDcuMDA2LTcgMS4xNzcgMS4xNzd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.t-transactions__pagination .t-button .t-icon-next,
.t-transactions__pagination .t-error-page-content-button .t-icon-next,
.t-transactions__pagination .t-promo-card__action-btn .t-icon-next,
.t-transactions__pagination .t-promo-events__router .t-icon-next {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5NCAzTDE3IDEwbC03LjAwNiA3LTEuMTc3LTEuMTc3IDQuOTk1LTQuOTkxSDMuMzMzVjkuMTY4aDEwLjQ4TDguODE2IDQuMTc3IDkuOTk0IDN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.t-transactions__pagination .t-button__icon-right .t-loading {
	order: 3
}

.t-transactions__pagination .t-button__icon-right .t-icon {
	margin: 0 0 0 4px
}

.t-transactions__popover {
	z-index: 100
}

.t-transactions__dropdown {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.t-transactions__dropdown-item {
	display: flex;
	gap: 0 12px
}

.t-transactions__dropdown-item_rollback {
	align-items: center;
	justify-content: center
}

.t-transactions__dropdown-item_rollback button {
	padding: 12px 20px;
	margin-top: 8px;
	background: linear-gradient(180deg, #ff593b, #d33013)
}

@media not all and (pointer:coarse) {
	.t-transactions__dropdown-item_rollback button:hover:not(:disabled) {
		background: linear-gradient(180deg, #ff694f, #e33a1c)
	}
}

.t-transactions__dropdown-item span {
	display: block;
	flex: 40%;
	font: 400 12px/140% Geologica, sans-serif;
	color: #fff;
	white-space: nowrap
}

.t-transactions__dropdown-item strong {
	display: block;
	flex: 60%;
	font: 600 12px/140% Geologica, sans-serif;
	font-weight: 700;
	color: #fff
}

.t-transactions__dropdown-item strong:first-letter {
	text-transform: uppercase
}

.t-transactions__dropdown-item_last-update span {
	white-space: nowrap
}

.t-transactions__dropdown-item_balance .t-icon {
	display: inline;
	margin-left: 8px
}

.t-transactions:has(.t-transactions-list-empty) .t-transactions__pagination {
	display: none
}

.t-transactions-list-item {
	position: relative;
	display: table-row;
	width: 100%;
	background: #1f1f1f;
	border-radius: 12px;
	transition: .3s
}

.t-promo-card-casino .t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-promo-card__action-btn-info:active,
.t-promo-card-casino .t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-promo-card__action-btn-info:focus,
.t-promo-card-casino .t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-promo-card__action-btn-info:hover,
.t-promo-card-casino .t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-promo-card__action-btn-info:active,
.t-promo-card-casino .t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-promo-card__action-btn-info:focus,
.t-promo-card-casino .t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-promo-card__action-btn-info:hover,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__border.t-button__large:active,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__border.t-button__large:focus,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__border.t-button__large:hover,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-main-games__more.t-link:active,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-main-games__more.t-link:focus,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-main-games__more.t-link:hover,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-main-promotion-list__header-btn:active,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-main-promotion-list__header-btn:focus,
.t-transactions-list-item__popover-button.t-button.t-button__disabled.t-button__large.t-main-promotion-list__header-btn:hover,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__border.t-button__large.t-error-page-content-button:active,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__border.t-button__large.t-error-page-content-button:focus,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__border.t-button__large.t-error-page-content-button:hover,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-main-games__more.t-link:active,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-main-games__more.t-link:focus,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-main-games__more.t-link:hover,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-main-promotion-list__header-btn:active,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-main-promotion-list__header-btn:focus,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-error-page-content-button.t-main-promotion-list__header-btn:hover,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-promo-card__action-btn:active,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-promo-card__action-btn:focus,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-promo-card__action-btn:hover,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-promo-events__router:active,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-promo-events__router:focus,
.t-transactions-list-item__popover-button.t-button__disabled.t-button__large.t-promo-events__router:hover {
	color: #121212;
	background: linear-gradient(165deg, rgba(255, 229, 135, .3) -14.19%, rgba(247, 165, 56, .3) 102.67%);
	border: none
}

.t-transactions-list-item__col {
	position: relative;
	display: table-cell;
	max-width: 25px;
	height: auto;
	padding: 12px 16px 12px 0;
	vertical-align: middle
}

@media(max-width:767px) {
	.t-transactions-list-item__col {
		max-width: unset;
		padding: 12px 16px 12px 0
	}
}

.t-transactions-list-item__col_status {
	display: none
}

.t-transactions-list-item__col:first-child {
	padding-left: 16px;
	border-radius: 16px 0 0 16px
}

.t-transactions-list-item__col:last-child {
	padding-left: 16px;
	border-radius: 0 16px 16px 0
}

.t-transactions-list-item__col_id {
	width: 30%
}

@media screen and (max-width:767px) {
	.t-transactions-list-item__col_id {
		width: auto
	}
}

@media screen and (max-width:767px) {
	.t-transactions-list-item__col_id .t-transactions-list-item__col-body {
		width: max-content
	}
}

.t-transactions-list-item__col_id .t-transactions-list-item__col-body span {
	display: block;
	width: 100%;
	max-width: 295px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s ease-in-out
}

@media screen and (max-width:1023px) {
	.t-transactions-list-item__col_id .t-transactions-list-item__col-body span {
		max-width: 180px
	}
}

@media screen and (max-width:767px) {
	.t-transactions-list-item__col_id .t-transactions-list-item__col-body span {
		max-width: 140px
	}
}

.t-transactions-list-item__col_id .t-transactions-list-item__col-body span:hover {
	color: #ff5739
}

@media screen and (max-width:767px) {
	.t-transactions-list-item__col_id {
		display: none
	}
}

.t-transactions-list-item__col-head {
	display: none;
	width: 100%;
	font: 400 12px/17px Geologica, sans-serif;
	color: #a9a9a9;
	white-space: nowrap
}

.t-transactions-list-item__col-body {
	display: flex;
	align-items: center;
	height: 100%;
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff;
	text-align: center
}

@media screen and (max-width:767px) {

	.t-transactions-list-item__col-body .t-icon,
	.t-transactions-list-item__col-body .t-transactions-list-item__name span {
		display: none
	}
}

.t-transactions-list-item__col .amount {
	font: 600 14px/140% Geologica, sans-serif
}

.t-transactions-list-item__col_name {
	width: 30%
}

@media screen and (max-width:767px) {
	.t-transactions-list-item__col_name {
		width: auto
	}
}

.t-transactions-list-item__col_name .t-transactions-list-item__col-body {
	text-align: left
}

@media screen and (max-width:767px) {
	.t-transactions-list-item__col_amount {
		display: none
	}
}

.t-transactions-list-item__col_amount .t-transactions-list-item__col-body {
	font: 600 14px/140% Geologica, sans-serif
}

.t-transactions-list-item__col_amount .t-transactions-list-item__col-body .t-icon {
	display: block;
	margin-left: 6px
}

.t-transactions-list-item__col_amount-bonus .t-transactions-list-item__col-body {
	color: #737880
}

.t-transactions-list-item__col_amount-balance {
	padding-right: 0
}

.t-transactions-list-item__col_amount-balance .t-transactions-list-item__col-body .t-icon {
	display: block;
	margin-left: 6px
}

.t-transactions-list-item__col_payout .t-transactions-list-item__col-head {
	width: max-content
}

.t-transactions-list-item__col_payout .t-transactions-list-item__col-body b {
	display: block;
	padding: 2px 8px;
	margin-right: 8px;
	font: 400 14px/20px Geologica, sans-serif;
	color: #fff;
	background: #393939;
	border-radius: 6px
}

@media(max-width:767px) {
	.t-transactions-list-item__col_payout .t-transactions-list-item__col-body b {
		padding: 2px 4px;
		margin-right: 4px;
		font: 400 12px/17px Geologica, sans-serif
	}
}

.t-transactions-list-item__col_payout .t-transactions-list-item__col-body span {
	font: 600 14px/140% Geologica, sans-serif
}

.t-transactions-list-item__col_payout .t-transactions-list-item__col-body .t-icon {
	margin-left: 6px
}

.t-transactions-list-item__col_payout .t-transactions-list-item__col-body .t-transactions-list-item__col_payout-zero {
	color: hsla(0, 0%, 100%, .5)
}

.t-transactions-list-item__col_details .t-transactions-list-item__col-body {
	justify-content: flex-end;
	text-align: right
}

.t-transactions-list-item__name {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 8px
}

@media(max-width:767px) {
	.t-transactions-list-item__name {
		margin-left: 0
	}
}

.t-transactions-list-item__name strong {
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-transactions-list-item__name span {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-transactions-list-item .t-button,
.t-transactions-list-item .t-error-page-content-button,
.t-transactions-list-item .t-promo-card__action-btn,
.t-transactions-list-item .t-promo-events__router {
	padding: 13px 16px;
	font: 700 14px/100% Geologica, sans-serif;
	letter-spacing: .84px;
	background: #393939
}

@media screen and (max-width:767px) {

	.t-transactions-list-item .t-button,
	.t-transactions-list-item .t-error-page-content-button,
	.t-transactions-list-item .t-promo-card__action-btn,
	.t-transactions-list-item .t-promo-events__router {
		padding: 6px 13px 7px;
		font: 700 12px/100% Geologica, sans-serif
	}
}

.t-transactions-list-item .t-button:hover,
.t-transactions-list-item .t-error-page-content-button:hover,
.t-transactions-list-item .t-promo-card__action-btn:hover,
.t-transactions-list-item .t-promo-events__router:hover {
	background: #5d5d5d
}

.t-transactions-list-item .t-button:hover:before,
.t-transactions-list-item .t-error-page-content-button:hover:before,
.t-transactions-list-item .t-promo-card__action-btn:hover:before,
.t-transactions-list-item .t-promo-events__router:hover:before {
	opacity: 0
}

.t-profile-security-details-skeleton .t-transactions-list-item .list:after,
.t-profile-security-details-skeleton .t-transactions-list-item .list:before,
.t-sidebar-menu-skeleton .t-transactions-list-item span,
.t-transactions-list-item .t-profile-security-details-skeleton .list:after,
.t-transactions-list-item .t-profile-security-details-skeleton .list:before,
.t-transactions-list-item .t-profile-security-details-skeleton:after,
.t-transactions-list-item .t-profile-security-details-skeleton:before,
.t-transactions-list-item .t-profile-security-details-skeleton__content:after,
.t-transactions-list-item .t-profile-security-details-skeleton__content:before,
.t-transactions-list-item .t-sidebar-menu-skeleton span,
.t-transactions-list-item .t-skeleton {
	height: 76px;
	border-radius: 16px
}

.t-transactions-list-item:first-child .t-transactions-list-item__col-head {
	position: absolute;
	top: -22px;
	display: flex;
	width: auto
}

.t-transactions-list-item:first-child .t-transactions-list-item__col:last-child .t-transactions-list-item__col-head {
	right: 16px;
	justify-content: flex-end
}

.t-transactions-date-filter .date-picker-popover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0
}

.t-transactions-date-filter .t-select__choose {
	padding: 8px 40px 8px 12px;
	border-color: hsla(0, 0%, 100%, .15)
}

.t-transactions-date-filter .t-select__choose .t-icon {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY4NSAxLjI1djEuNTgzaDQuNjNWMS4yNWgxLjY2N3YxLjU4M2gzLjkzNVYxOC43NUgyLjA4NFYyLjgzM2gzLjkzNVYxLjI1aDEuNjY2ek02LjAyIDQuNUgzLjc1djMuMDgzaDEyLjVWNC41aC0yLjI2OHYxLjU4M2gtMS42NjdWNC41aC00LjYzdjEuNTgzSDYuMDJWNC41ek0xNi4yNSA5LjI1SDMuNzV2Ny44MzNoMTIuNVY5LjI1eiIgZmlsbD0iI0E5QTlBOSIvPjwvc3ZnPg==") no-repeat 50%/contain
}

.t-transactions-date-filter .t-select__choose .t-select__icon {
	display: none
}

.t-transactions-date-filter .t-select_open .t-select__choose {
	border-color: #2f74ff
}

.t-transactions-date-filter .t-select_open .t-select__dropdown {
	padding: 0;
	border: 1px solid #2f74ff
}

.t-transactions-date-filter .t-select_open .t-select__dropdown .t-dropdown__item:last-child {
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.t-transactions-date-filter .t-select .t-select__dropdown {
	max-height: 396px;
	overflow-y: hidden
}

.t-profile-kyc-skeleton {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	border-radius: 24px
}

.t-profile-kyc-skeleton .t-close,
.t-profile-kyc-skeleton__head {
	display: none
}

.t-profile-kyc-skeleton .t-profile-security-details-skeleton .list:after,
.t-profile-kyc-skeleton .t-profile-security-details-skeleton .list:before,
.t-profile-kyc-skeleton .t-profile-security-details-skeleton:after,
.t-profile-kyc-skeleton .t-profile-security-details-skeleton:before,
.t-profile-kyc-skeleton .t-profile-security-details-skeleton__content:after,
.t-profile-kyc-skeleton .t-profile-security-details-skeleton__content:before,
.t-profile-kyc-skeleton .t-sidebar-menu-skeleton span,
.t-profile-kyc-skeleton .t-skeleton,
.t-profile-security-details-skeleton .t-profile-kyc-skeleton .list:after,
.t-profile-security-details-skeleton .t-profile-kyc-skeleton .list:before,
.t-sidebar-menu-skeleton .t-profile-kyc-skeleton span {
	height: 240px;
	border-radius: 24px
}

.t-profile-kyc-skeleton .citizen-bonus {
	display: none
}

.app-profile-kyc {
	position: relative
}

.app-profile-kyc .t-profile-kyc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	padding: 100px 0 0;
	margin: 0 auto;
	background: transparent;
	border-radius: 24px
}

.app-profile-kyc .t-profile-kyc__title-name {
	position: absolute;
	top: 52px;
	left: 24px;
	font: 700 32px/120% Geologica, sans-serif
}

@media screen and (max-width:767px) {
	.app-profile-kyc .t-profile-kyc__title-name {
		left: 8px;
		font: 600 24px/135% Geologica, sans-serif
	}
}

.app-profile-kyc .t-breadcrumb {
	padding: 0 24px
}

@media screen and (max-width:767px) {
	.app-profile-kyc .t-breadcrumb {
		padding: 0 16px
	}
}

@media screen and (max-width:479px) {
	.app-profile-kyc .t-breadcrumb {
		padding: 0 8px
	}
}

.app-profile-kyc .t-back {
	position: absolute;
	top: 20px;
	left: 24px
}

@media screen and (max-width:767px) {
	.app-profile-kyc .t-back {
		left: 8px
	}
}

.app-profile-kyc .kyc-widget {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 500px;
	padding: 0 8px;
	margin: 0 auto
}

.app-profile-kyc .kyc-widget__title {
	position: relative;
	width: 100%;
	padding: 0 0 0 45px;
	font: 700 24px/32px Geologica, sans-serif;
	line-height: 36px
}

.app-profile-kyc .kyc-widget__title:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMHYySDJ2NkgwVjBoOHpNNTYgNjR2LTJoNnYtNmgydjhoLTh6TTY0IDhWMGgtOHYyaDZ2Nmgyek0wIDU2aDJ2Nmg2djJIMHYtOHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzMgMTJjLTEwLjQ5MyAwLTE5IDguNTA3LTE5IDE5YTEgMSAwIDExLTIgMGMwLTExLjU5OCA5LjQwMi0yMSAyMS0yMXMyMSA5LjQwMiAyMSAyMWE0Mi44NCA0Mi44NCAwIDAxLTQuMDk2IDE4LjMzOCAxIDEgMCAwMS0xLjgwOC0uODU0QTQwLjgzNyA0MC44MzcgMCAwMDUyIDMxYzAtMTAuNDkzLTguNTA3LTE5LTE5LTE5eiIgZmlsbD0iIzIzRENCOSIvPjxwYXRoIGQ9Ik0xOCAzMWMwLTguMjg0IDYuNzE2LTE1IDE1LTE1IDguMjg0IDAgMTUgNi43MTYgMTUgMTVhMzYuODI4IDM2LjgyOCAwIDAxLTcuMDU3IDIxLjc0IDEgMSAwIDAwMS42MTggMS4xNzZBMzguODI4IDM4LjgyOCAwIDAwNTAgMzFDNTAgMjEuNjExIDQyLjM4OCAxNCAzMyAxNGMtOS4zODkgMC0xNyA3LjYxMS0xNyAxN2E1IDUgMCAwMS01IDUgMSAxIDAgMTAwIDIgNyA3IDAgMDA3LTd6IiBmaWxsPSIjMjNEQ0I5Ii8+PHBhdGggZD0iTTMzIDIwYy02LjA3NSAwLTExIDQuOTI1LTExIDExcy00LjkyNSAxMS0xMSAxMWExIDEgMCAxMTAtMiA5IDkgMCAwMDktOWMwLTcuMTggNS44Mi0xMyAxMy0xM3MxMyA1LjgyIDEzIDEzYzAgOS42ODctMy45MzYgMTguNDU2LTEwLjI5NCAyNC43OTFhMSAxIDAgMTEtMS40MTItMS40MTZDNDAuMjkxIDQ4LjM5OSA0NCA0MC4xMzMgNDQgMzFjMC02LjA3NS00LjkyNS0xMS0xMS0xMXoiIGZpbGw9IiMyM0RDQjkiLz48cGF0aCBkPSJNMzMgMjRhNyA3IDAgMDAtNyA3YzAgNy40My01LjQgMTMuNTk1LTEyLjQ4OSAxNC43OWExIDEgMCAxMS0uMzMzLTEuOTcyQzE5LjMyMSA0Mi43ODMgMjQgMzcuNDM3IDI0IDMxYTkgOSAwIDAxMTggMGMwIDkuOTI2LTQuNjY3IDE4Ljc2NC0xMS45MjIgMjQuNDM2YTEgMSAwIDExLTEuMjMyLTEuNTc2QzM1LjYzNyA0OC41NSA0MCA0MC4yODUgNDAgMzFhNyA3IDAgMDAtNy03eiIgZmlsbD0iIzIzRENCOSIvPjxwYXRoIGQ9Ik0zMyAyOGEzIDMgMCAwMC0zIDNjMCA4LjU0LTUuNjM0IDE1Ljc2Mi0xMy4zODYgMTguMTU2YTEgMSAwIDExLS41OS0xLjkxQzIyLjk2MSA0NS4xMDIgMjggMzguNjM4IDI4IDMxYTUgNSAwIDAxMTAgMGMwIDkuOS01LjMyOCAxOC41NTMtMTMuMjY4IDIzLjI1MmExIDEgMCAwMS0xLjAxOS0xLjcyMUMzMS4wNyA0OC4xNzcgMzYgNDAuMTY0IDM2IDMxYTMgMyAwIDAwLTMtM3oiIGZpbGw9IiMyM0RDQjkiLz48cGF0aCBkPSJNMzQgMzFhMSAxIDAgMTAtMiAwYzAgOC41ODMtNS4xNSAxNS45NjUtMTIuNTMgMTkuMjIyYTEgMSAwIDEwLjgwNyAxLjgzQzI4LjM1NyA0OC40ODYgMzQgNDAuNDAzIDM0IDMxeiIgZmlsbD0iIzIzRENCOSIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 32px
}

@media screen and (min-width:768px)and (max-width:1023px) {
	.app-profile-kyc .kyc-widget__title:before {
		display: none
	}
}

.app-profile-kyc .kyc-widget__description {
	margin: 16px 0 0;
	color: #a9a9a9
}

.app-profile-kyc .kyc-widget.processed .kyc-widget__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0MjFfMjQ3NDUxKSI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMTkiIHN0cm9rZT0iI0ZGREM0MSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0ZGREM0MSIgZD0iTTI4IDMxSDEydi0yaDE2eiIvPjxwYXRoIGQ9Ik0yNSAzMEgxNXYtNWMwLTMgNS01IDUtNXM1IDIgNSA1djV6IiBzdHJva2U9IiNGRkRDNDEiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGw9IiNGRkRDNDEiIGQ9Ik0xMiA5aDE2djJIMTJ6Ii8+PHBhdGggZD0iTTE1IDEwaDEwdjVjMCAzLTUgNS01IDVzLTUtMi01LTV2LTV6IiBzdHJva2U9IiNGRkRDNDEiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ0MjFfMjQ3NDUxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")
}

.app-profile-kyc .kyc-widget.success .kyc-widget__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzMThfMjU3MjE3KSIgc3Ryb2tlPSIjMjFGQTkwIiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5Ii8+PHBhdGggZD0iTTEzIDIwbDUgNSAxMS0xMSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzMzMThfMjU3MjE3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")
}

.app-profile-kyc .kyc-widget.failed .kyc-widget__title:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0MjFfMjQ3MTMxKSIgc3Ryb2tlPSIjRkYzMjQ2IiBzdHJva2Utd2lkdGg9IjIiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5Ii8+PHBhdGggZD0iTTE0IDI2bDEyLTEyTTE0IDE0bDEyIDEyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDQyMV8yNDcxMzEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoNDB2NDBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.app-profile-kyc .kyc-widget__action {
	margin-top: 16px
}

.t-benefits-item {
	position: relative;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: hidden;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:1439px) {
	.t-benefits-item {
		padding: 19px 24px
	}
}

@media(max-width:1365px) {
	.t-benefits-item {
		max-width: 100%
	}
}

@media(max-width:1023px) {
	.t-benefits-item {
		align-items: center;
		min-height: 79px;
		padding: 7.5px 16px
	}
}

.t-benefits-item:after {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	content: ""
}

@media(max-width:1023px) {
	.t-benefits-item:after {
		width: 40px;
		height: 40px
	}
}

.t-benefits-item_averagewithdrawaltime:after {
	background: url(../images/clock.7241447.svg) no-repeat 50%;
	background-size: contain
}

.t-benefits-item_winsamount:after {
	background: url(../images/credit-card.5a44f33.svg) no-repeat 50%;
	background-size: contain
}

.t-benefits-item_biggestwin:after {
	background: url(../images/award.c35eeb9.svg) no-repeat 50%;
	background-size: contain
}

.t-benefits-item_licensedgames:after {
	background: url(../images/slot-machine.3ebf3e1.svg) no-repeat 50%;
	background-size: contain
}

.t-benefits-item .label,
.t-benefits-item__tooltip {
	display: none
}

.t-benefits-item .value {
	margin-bottom: 8px;
	font: 600 20px/135% Geologica, sans-serif;
	white-space: nowrap
}

@media(max-width:1023px) {
	.t-benefits-item .value {
		font: 600 16px/140% Geologica, sans-serif
	}
}

.t-benefits-item .description {
	display: flex;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-benefits-item .v-popover {
	display: none
}

.t-benefits-item .t-profile-security-details-skeleton .list:after,
.t-benefits-item .t-profile-security-details-skeleton .list:before,
.t-benefits-item .t-profile-security-details-skeleton:after,
.t-benefits-item .t-profile-security-details-skeleton:before,
.t-benefits-item .t-profile-security-details-skeleton__content:after,
.t-benefits-item .t-profile-security-details-skeleton__content:before,
.t-benefits-item .t-sidebar-menu-skeleton span,
.t-benefits-item .t-skeleton,
.t-profile-security-details-skeleton .t-benefits-item .list:after,
.t-profile-security-details-skeleton .t-benefits-item .list:before,
.t-sidebar-menu-skeleton .t-benefits-item span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 10px;
	transform: translate(-50%, -50%)
}

.t-benefits {
	position: absolute;
	right: 32px;
	width: 100%;
	max-width: 328px;
	height: 100%;
	max-height: 410px;
	margin-bottom: 32px
}

@media(max-width:1365px) {
	.t-benefits {
		position: unset;
		right: 25px;
		max-width: 100%
	}
}

@media(max-width:1023px) {
	.t-benefits {
		margin-bottom: 16px
	}
}

.t-benefits__container {
	height: 100%
}

@media(max-width:1023px) {
	.t-benefits__container {
		display: contents
	}

	.t-benefits__container swiper-container::part(container) {
		overflow: visible
	}
}

.t-benefits__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	height: 100%
}

@media(max-width:1023px) {
	.t-benefits__list {
		flex-direction: row
	}

	.t-benefits__list .t-slide {
		min-width: 250px
	}
}

@media(max-width:767px) {
	.t-benefits__list .t-slide {
		height: 92px
	}

	.t-benefits__list .t-slide .t-benefits-item {
		height: 100%
	}
}

.t-main-promo-events-skeleton {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	margin: 0 0 32px
}

.t-main-promo-events-skeleton__title {
	display: flex;
	align-items: center;
	width: 100%;
	height: 38px;
	margin: 0 0 12px
}

.t-main-promo-events-skeleton__title span {
	width: 78px;
	height: 28px
}

.t-main-promo-events-skeleton .cards {
	display: flex;
	flex-flow: row nowrap;
	gap: 16px;
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.t-main-promo-events-skeleton .cards::-webkit-scrollbar {
	display: none
}

.t-main-promo-events-skeleton .cards .t-promo-card {
	min-width: 240px;
	min-height: 300px;
	border-radius: 16px
}

.t-main-promotion-list {
	margin-bottom: 32px
}

.t-main-promotion-list .t-promo-card {
	width: 100%;
	min-width: unset
}

.t-main-promotion-list .swiper-slide {
	width: 100%;
	min-width: 260px;
	max-width: 260px
}

.t-main-promotion-list__header {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 16px
}

@media(max-width:767px) {
	.t-main-promotion-list__header {
		margin-bottom: 12px
	}
}

.t-main-promotion-list__header-title {
	font: 600 20px/135% Geologica, sans-serif
}

.t-main-promotion-list__header-btn {
	align-items: center;
	order: 3;
	margin-left: 12px;
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	background: transparent
}

.t-main-promotion-list__header-btn:active,
.t-main-promotion-list__header-btn:focus,
.t-main-promotion-list__header-btn:hover {
	color: #fff;
	background: transparent
}

.t-main-promotion-list__items {
	padding-right: var(--padding-horizontal);
	padding-left: var(--padding-horizontal);
	margin-right: calc(var(--padding-horizontal)*-1);
	margin-left: calc(var(--padding-horizontal)*-1);
	overflow: hidden
}

.t-main-promotion-list__items swiper-container::part(container) {
	overflow: visible
}

.t-main-promotion-list__pagination {
	display: flex;
	gap: 16px;
	margin-left: auto
}

.t-main-promotion-list__pagination-next,
.t-main-promotion-list__pagination-prev {
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent
}

.t-main-promotion-list__pagination-next .t-icon,
.t-main-promotion-list__pagination-prev .t-icon {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xODMgNC42NzdMNi4xODggOS42NjhoMTAuNDc5djEuNjY0SDYuMTg3bDQuOTk2IDQuOTkxLTEuMTc3IDEuMTc3TDMgMTAuNWw3LjAwNi03IDEuMTc3IDEuMTc3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain;
	opacity: .6;
	transition: all .3s ease-in-out
}

.t-main-promotion-list__pagination-next .t-icon:after,
.t-main-promotion-list__pagination-next .t-icon:before,
.t-main-promotion-list__pagination-prev .t-icon:after,
.t-main-promotion-list__pagination-prev .t-icon:before {
	content: none
}

.t-main-promotion-list__pagination-next:hover,
.t-main-promotion-list__pagination-prev:hover {
	background: transparent
}

.t-main-promotion-list__pagination-next:hover .t-icon,
.t-main-promotion-list__pagination-prev:hover .t-icon {
	opacity: 1
}

.t-main-promotion-list__pagination-next:after {
	position: absolute;
	top: 11px;
	left: 0;
	width: 1px;
	height: 16px;
	content: "";
	background: rgba(80, 88, 147, .3)
}

.t-main-promotion-list__pagination-next .t-icon {
	transform: rotate(180deg)
}

@media(max-width:1023px) {
	.t-main-promotion-list__pagination {
		display: none
	}
}

.t-date-picker_default {
	border: 0
}

.date-picker-popover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 296px;
	height: 0
}

.date-picker-popover-base[x-placement^=bottom] {
	margin-top: 2px
}

.date-picker-popover-base .t-popover-inner {
	width: 298px;
	max-width: 298px;
	padding: 0;
	overflow: hidden;
	background: #2c2c2c;
	border-radius: 12px
}

.date-picker-popover__action {
	width: 100%;
	padding: 0 16px 24px
}

.date-picker-popover__action .t-button,
.date-picker-popover__action .t-error-page-content-button,
.date-picker-popover__action .t-promo-card__action-btn,
.date-picker-popover__action .t-promo-events__router {
	padding: 16px 20px;
	overflow: hidden;
	font: 700 16px/100% Geologica, sans-serif;
	color: #fff;
	background: linear-gradient(180deg, #ff593b, #d33013)
}

.date-picker-popover__action .t-button:before,
.date-picker-popover__action .t-error-page-content-button:before,
.date-picker-popover__action .t-promo-card__action-btn:before,
.date-picker-popover__action .t-promo-events__router:before {
	content: none
}

.date-picker-popover__action .t-button__disabled {
	color: #fff;
	cursor: not-allowed;
	background: linear-gradient(180deg, #ff593b, #d33013)
}

.date-picker-popover__calendar .vc-pane-container {
	padding-bottom: 0
}

.vc-popover-content {
	border: none
}

.vc-popover-content.direction-bottom {
	margin-top: 3px !important
}

.vc-popover-content.direction-top {
	margin-bottom: 3px !important
}

.vc-pane-container {
	padding: 16px;
	font: 400 16px/24px Geologica, sans-serif !important;
	border: none;
	border-radius: 0
}

.vc-arrows-container {
	left: 0;
	padding: 19px 10px 0 !important
}

.vc-header {
	padding: 4px 18px 0 !important
}

.vc-container {
	width: 100%;
	max-width: 268px;
	background: transparent !important;
	border: none !important
}

.vc-container .vc-arrow {
	color: #fff
}

.vc-container .vc-arrow:hover {
	background: transparent
}

.vc-container .vc-popover-caret {
	display: none
}

.vc-container .vc-day {
	width: 24px !important;
	height: 24px !important;
	margin: 0
}

.vc-container .vc-day-content {
	width: 24px !important;
	height: 24px !important;
	font: 600 16px/24px Geologica, sans-serif !important;
	font-weight: 500 !important;
	color: #fff !important;
	border: 1px solid transparent;
	border-radius: 100%;
	transition: all .3s ease-in-out
}

.vc-container .vc-day-content:hover {
	background-color: unset !important;
	border-color: #ff5739 !important;
	border-radius: 100%
}

.vc-container .vc-day-content:focus {
	background-color: transparent !important
}

.vc-container .vc-day.is-not-in-month span {
	color: #a9a9a9 !important;
	opacity: 1 !important
}

.vc-container .vc-day-layer {
	height: 24px !important
}

.vc-container .vc-day-box-center-center {
	align-items: flex-start !important;
	width: 38px !important;
	height: 24px !important;
	padding: 0 !important
}

.vc-container .vc-weekday {
	margin: 0 0 12px;
	font: 600 16px/24px Geologica, sans-serif !important;
	color: #a9a9a9 !important
}

.vc-container .vc-pane {
	min-width: auto !important;
	max-width: 100%
}

.vc-container .vc-weeks {
	grid-template-columns: repeat(7, 38px) !important;
	min-width: auto !important;
	padding: 0 !important;
	margin: 20px 0 0
}

.vc-container .vc-title {
	font: 600 16px/24px Geologica, sans-serif !important;
	font-weight: 800 !important;
	color: #fff !important;
	pointer-events: none !important
}

.vc-container .vc-highlight {
	width: 24px !important;
	height: 24px !important;
	background-color: #ff5739 !important;
	border-color: #ff5739 !important;
	border-radius: 100% !important
}

.vc-container .vc-highlight.vc-highlight-base-start {
	width: 100% !important;
	background-color: linear-gradient(180deg, #ff694f, #e33a1c) !important
}

.vc-container .vc-highlight.vc-highlight-base-middle {
	width: 40px !important;
	margin: 0 -1px;
	background-color: linear-gradient(180deg, #ff694f, #e33a1c) !important;
	border-radius: 100%
}

.vc-container .vc-highlight.vc-highlight-base-end {
	width: 100% !important;
	background-color: linear-gradient(180deg, #ff694f, #e33a1c) !important
}

.vc-container .vc-highlight-base-end,
.vc-container .vc-highlight-base-start {
	z-index: 1;
	background-color: #ff5739 !important;
	border-radius: 100% !important
}

.vc-arrow {
	position: relative !important
}

.vc-arrow:before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.67 18.707c-.439.39-1.151.39-1.59 0l-6.75-6A.947.947 0 017 12c0-.265.119-.52.33-.707l6.75-6c.439-.39 1.151-.39 1.59 0a.924.924 0 010 1.414L9.716 12l5.955 5.293a.924.924 0 010 1.414z' fill='%23A9A9A9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.vc-arrow.is-right:before {
	transform: rotate(180deg)
}

.vc-arrow svg {
	display: none !important
}

.t-modal-deposit-limit .t-popup__body {
	gap: 0
}

.t-modal-deposit-limit .t-popup__action {
	padding: 40px 32px 0
}

@media(max-width:767px) {
	.t-modal-deposit-limit .t-popup__action {
		padding: 40px 20px 0
	}
}

.t-modal-deposit-limit .t-popup__action button {
	padding: 16px 20px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-modal-deposit-limit__title {
	font: 600 24px/135% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-modal-deposit-limit__title {
		font: 600 20px/135% Geologica, sans-serif
	}
}

.t-modal-deposit-limit__subtitle {
	width: 100%;
	margin: 0 0 16px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-modal-deposit-limit__limit {
	z-index: 1;
	display: flex;
	flex: 1;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 12px 8px;
	margin: 0 8px;
	font: 600 24px/135% Geologica, sans-serif;
	background: #2c2c2c;
	border-radius: 10px
}

.t-modal-deposit-limit__limit:before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41IDIyLjVDMTguMjk5IDIyLjUgMjMgMTcuNzk5IDIzIDEyUzE4LjI5OSAxLjUgMTIuNSAxLjUgMiA2LjIwMSAyIDEyczQuNzAxIDEwLjUgMTAuNSAxMC41em0uOTktOS41VjdIMTEuNXY2aDEuOTl6bS4wMSA0di0yaC0ydjJoMnoiIGZpbGw9IiNFOTZCMTciLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-modal-deposit-limit__left {
	padding: 74px 8px 8px;
	margin-top: -64px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff;
	text-align: center;
	background: #181818;
	border-radius: 12px
}

.t-modal-deposit-limit__updated {
	position: absolute;
	right: 0;
	bottom: 92px;
	left: 0;
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: center
}

@media(max-width:767px) {
	.t-modal-deposit-limit__updated {
		bottom: 84px
	}
}

.t-carousel {
	position: relative;
	margin-bottom: 32px;
	overflow: hidden;
	white-space: nowrap
}

@media(max-width:991px) {
	.t-carousel {
		margin-bottom: 24px
	}
}

.t-carousel:after,
.t-carousel:before {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 48px;
	height: 100%;
	pointer-events: none;
	touch-action: none;
	content: "";
	transform: translateY(-50%)
}

.t-carousel:before {
	left: -3px;
	background: linear-gradient(90deg, #101010, rgba(16, 16, 16, .9) 48%, transparent)
}

.t-carousel:after {
	right: -3px;
	background: linear-gradient(270deg, #101010, rgba(16, 16, 16, .9) 48%, transparent)
}

.t-carousel__list {
	display: inline-block;
	animation: slides 35s linear infinite
}

.t-carousel__item {
	display: inline-block;
	height: 24px;
	margin-right: 32px;
	pointer-events: none;
	opacity: .5
}

@media(max-width:767px) {
	.t-carousel__item {
		margin-right: 28px
	}
}

.t-carousel__item_bank-transfer {
	width: 62px
}

.t-carousel__item_crypto {
	width: 117px
}

.t-carousel__item_instant-pay {
	width: 87px
}

.t-carousel__item_visa {
	width: 50px
}

.t-carousel__item_mastercard {
	width: 101px
}

@keyframes slides {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-100%)
	}
}

.t-collapse-enter-active,
.t-collapse-leave-active {
	transition: all .3s;
	will-change: transform
}

.t-collapse-enter,
.t-collapse-leave-to {
	max-height: 0;
	opacity: 0
}

.t-collapse-enter-to,
.t-collapse-leave {
	max-height: 100%;
	opacity: 1
}

.t-pwa-instruction-banner {
	margin-bottom: 16px;
	overflow: hidden;
	background: #1f1f1f;
	border-radius: 16px
}

@media(max-width:991px) {
	.t-pwa-instruction-banner {
		margin-bottom: 12px
	}
}

.t-pwa-instruction-banner__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: start;
	justify-content: center;
	min-height: 376px;
	padding: 0 60px
}

@media(max-width:991px) {
	.t-pwa-instruction-banner__content {
		min-height: 280px;
		padding: 0 40px
	}
}

@media(max-width:767px) {
	.t-pwa-instruction-banner__content {
		gap: 16px;
		align-items: center;
		justify-content: end;
		min-height: 350px;
		padding: 16px
	}

	.t-pwa-instruction-banner__content:before {
		position: absolute;
		top: 20px;
		left: 50%;
		z-index: 1;
		width: 220px;
		height: 214px;
		content: "";
		background-image: url(../images/banner-mobile.10a7f37.png);
		background-repeat: no-repeat;
		background-size: cover;
		transform: translateX(-50%)
	}
}

.t-pwa-instruction-banner__content:after {
	position: absolute;
	top: -50%;
	left: 25%;
	z-index: 0;
	width: 1000px;
	height: 580px;
	content: "";
	background: radial-gradient(317.69% 160.7% at 50% -14.33%, #ffa538 21.23%, #ff5043 53.07%);
	filter: blur(125px);
	-webkit-backdrop-filter: blur(125px);
	border-radius: 50%;
	transform: rotate(16deg)
}

@media(max-width:767px) {
	.t-pwa-instruction-banner__content:after {
		top: -20%;
		left: -20%;
		width: 876px;
		height: 319px;
		background: radial-gradient(317.69% 160.7% at 50% -14.33%, #ffdb38 23.53%, #ff5043 44.72%);
		filter: blur(60px);
		-webkit-backdrop-filter: blur(60px);
		transform: rotateX(0)
	}
}

.t-pwa-instruction-banner__title {
	position: relative;
	z-index: 1;
	font: 700 48px/110% Geologica, sans-serif;
	color: #fff
}

@media(max-width:1365px) {
	.t-pwa-instruction-banner__title {
		font: 700 32px/120% Geologica, sans-serif
	}
}

.t-pwa-instruction-banner__download-list {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 16px;
	justify-content: center
}

@media(max-width:767px) {
	.t-pwa-instruction-banner__download-list {
		gap: 8px;
		width: 100%
	}
}

.t-pwa-instruction-banner__download-button {
	min-width: 146px;
	padding: 14px 20px;
	font: 700 16px/100% Geologica, sans-serif;
	letter-spacing: .96px;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%)
}

.t-pwa-instruction-banner__download-button .t-button__icon {
	margin-right: 6px
}

@media(max-width:767px) {
	.t-pwa-instruction-banner__download-button {
		width: 100%
	}
}

.t-pwa-instruction-banner__download-button:focus:not(:active),
.t-pwa-instruction-banner__download-button:hover {
	background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
}

.t-pwa-instruction-banner__download-button:hover:before {
	opacity: 0
}

.t-pwa-instruction-banner__download-button .t-button__wrap {
	justify-content: center
}

.t-pwa-instruction-banner__picture {
	position: absolute;
	right: 60px;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	transition: all .3s ease-in-out
}

@media(max-width:767px) {
	.t-pwa-instruction-banner__picture {
		display: none
	}
}

.t-pwa-instruction-banner__picture img {
	z-index: 2;
	max-width: 340px
}

@media(max-width:991px) {
	.t-pwa-instruction-banner__picture img {
		max-width: 250px
	}
}

.t-icon-android,
.t-icon-IOS {
	width: 20px;
	height: 20px;
	background-size: contain
}

.t-icon-android {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjQwMSAzLjM1NmwuNzc1LTEuMzc3YS4xNTIuMTUyIDAgMDAtLjA2MS0uMjEuMTU3LjE1NyAwIDAwLS4yMTIuMDYxbC0uNzgzIDEuMzkyYTUuMzQyIDUuMzQyIDAgMDAtNC4yMzggMEw3LjEgMS44M2EuMTU5LjE1OSAwIDAwLS4yMTMtLjA2LjE1Mi4xNTIgMCAwMC0uMDYyLjIxTDcuNiAzLjM1NWMtLjczNy4zNTktMS4zNi45MS0xLjggMS41OTRhNC4zNjcgNC4zNjcgMCAwMC0uNjk1IDIuMjg1aDkuNzkyYTQuMzY3IDQuMzY3IDAgMDAtLjY5NS0yLjI4NUE0LjQ1NCA0LjQ1NCAwIDAwMTIuNCAzLjM1NnptLTQuNjYgMi4xMTJhLjQxMy40MTMgMCAwMS0uMzc3LS4yNDkuMzk4LjM5OCAwIDAxLjA4OS0uNDQuNDEuNDEgMCAwMS42OTguMjg3LjQuNCAwIDAxLS4xMi4yODQuNDEyLjQxMiAwIDAxLS4yOS4xMTh6bTQuNTIgMGEuNDEzLjQxMyAwIDAxLS4zNzctLjI0OS4zOTguMzk4IDAgMDEuMDg4LS40NC40MTEuNDExIDAgMDEuNjk5LjI4Ny40LjQgMCAwMS0uMTIuMjg0LjQxMi40MTIgMCAwMS0uMjkuMTE4em0tNy4xNTcgOS4xNDVhMS4xNTIgMS4xNTIgMCAwMC4zNDYuODI3IDEuMTg2IDEuMTg2IDAgMDAuODQuMzQyaC43ODV2Mi4zODZjMCAuMjg3LjExNS41NjIuMzIxLjc2NWExLjEwNSAxLjEwNSAwIDAwMS41NTIgMGMuMjA2LS4yMDMuMzIyLS40NzguMzIyLS43NjV2LTIuMzg2aDEuNDYzdjIuMzg2YzAgLjI4Ny4xMTYuNTYyLjMyMi43NjVhMS4xMDUgMS4xMDUgMCAwMDEuNTUyIDBjLjIwNS0uMjAzLjMyLS40NzguMzItLjc2NXYtMi4zODZoLjc4N2ExLjE5OCAxLjE5OCAwIDAwLjgzNy0uMzQyIDEuMTY0IDEuMTY0IDAgMDAuMzQ3LS44MjZWNy42MTdINS4xMDR2Ni45OTZ6TTMuNTk3IDcuNDNjLS4yOSAwLS41Ny4xMTUtLjc3NS4zMThhMS4wNzYgMS4wNzYgMCAwMC0uMzIyLjc2NXY0LjUxYTEuMDcgMS4wNyAwIDAwLjMyMS43NjQgMS4wOTggMS4wOTggMCAwMC43NzYuMzE3IDEuMTEgMS4xMSAwIDAwLjc3Ni0uMzE3IDEuMDggMS4wOCAwIDAwLjMyMS0uNzY1VjguNTEzYzAtLjI4Ny0uMTE2LS41NjItLjMyMS0uNzY0YTEuMTA3IDEuMTA3IDAgMDAtLjc3Ni0uMzE4em0xMi44MDYgMGMtLjI5MSAwLS41Ny4xMTUtLjc3Ni4zMThhMS4wNzYgMS4wNzYgMCAwMC0uMzIyLjc2NXY0LjUxYTEuMDcgMS4wNyAwIDAwLjMyMi43NjQgMS4wOTggMS4wOTggMCAwMC43NzYuMzE3IDEuMTEgMS4xMSAwIDAwLjc3Ni0uMzE3IDEuMDgxIDEuMDgxIDAgMDAuMzIxLS43NjVWOC41MTNjMC0uMjg3LS4xMTYtLjU2Mi0uMzIyLS43NjRhMS4xMDcgMS4xMDcgMCAwMC0uNzc1LS4zMTh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat
}

.t-icon-IOS {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjExNyAxOC41MzFjLS45OTMuOTQ2LTIuMDc2Ljc5Ni0zLjExOS4zNDgtMS4xMDMtLjQ1Ny0yLjExNi0uNDc3LTMuMjggMC0xLjQ1OS42MTctMi4yMjguNDM4LTMuMDk5LS4zNDhDLjY3OCAxMy41MjUgMS40MDcgNS45MDEgNy4wMTYgNS42MjNjMS4zNjcuMDcgMi4zMi43MzYgMy4xMi43OTYgMS4xOTQtLjIzOSAyLjMzOC0uOTI2IDMuNjE0LS44MzYgMS41MjkuMTIgMi42ODMuNzE3IDMuNDQyIDEuNzkxLTMuMTU5IDEuODYyLTIuNDEgNS45NTIuNDg2IDcuMDk2LS41NzcgMS40OTMtMS4zMjYgMi45NzYtMi41NzEgNC4wNzFsLjAxLS4wMXpNMTAuMDM0IDUuNTYzYy0uMTUyLTIuMjIgMS42OC00LjA1IDMuNzg3LTQuMjMuMjkzIDIuNTY4LTIuMzcgNC40NzktMy43ODcgNC4yM3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat
}

.app-content:has(.is-open-sidebar) .t-pwa-instruction-banner__picture {
	right: 40px
}

@media(max-width:991px) {
	.app-content:has(.is-open-sidebar) .t-pwa-instruction-banner__picture {
		right: 60px
	}
}

.t-pwa-instruction-benefits {
	position: relative;
	padding-bottom: 60px
}

@media(max-width:1279px) {
	.t-pwa-instruction-benefits {
		padding-bottom: 40px
	}
}

@media(max-width:767px) {
	.t-pwa-instruction-benefits {
		padding-bottom: 32px
	}
}

.t-pwa-instruction-benefits__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 16px
}

@media(max-width:1279px) {
	.t-pwa-instruction-benefits__list {
		flex-wrap: nowrap;
		padding-right: 24px;
		margin: 0 -24px 0 0;
		overflow-x: auto;
		scrollbar-width: none;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth
	}
}

@media(max-width:991px) {
	.t-pwa-instruction-benefits__list {
		gap: 12px
	}
}

@media(max-width:1279px) {
	.t-pwa-instruction-benefits__list::-webkit-scrollbar {
		display: none
	}
}

.t-pwa-instruction-benefits__item {
	display: flex;
	flex: 0 1 25%;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin: 0 -16px;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:1279px) {
	.t-pwa-instruction-benefits__item {
		min-width: 240px;
		padding: 16px;
		margin: 0;
		scroll-snap-align: start
	}
}

@media(max-width:767px) {
	.t-pwa-instruction-benefits__item {
		min-width: 200px
	}
}

.t-pwa-instruction-benefits .benefit__icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-size: cover
}

.t-pwa-instruction-benefits .benefit__icon-withdrawal {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNDExIDcuMjc3bC0uMDU0Ljc3My0xLjY0MSAyMy40NjVjLS4wODIgMS4xNjYtLjIgNC40MjgtLjI5NSA1LjgwMmwtLjMxNCA0LjUwNGgxNC4zNjhsLjI4Ny00LjA5N0g2LjQyN2wuMDI4LS40MDhjLjA5Ni0xLjM3My4yMTMtNC42MzYuMjk1LTUuODAxbC43LTEwLjAyMyAzNy44MjItLjAwMS0xLjAyNCAxNi4yMzNIMzMuNzg2TDMzLjUgNDEuODJsMTQuNDk1LS4wMDFMNTAuMzEgNy4xNDRsLTQuNDA3IDUuMzIzLS4zNDQgNC45MjhINy43MzdsLjMzNi00Ljc5Nkw0LjQxIDcuMjc3eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE4MjE2XzI0OCkiLz48cGF0aCBkPSJNMTAuNzg5IDEwLjA5N2gzMi42NEw0OS4wMjQgNkg1Ljc2Nmw1LjAyMyA0LjA5N3oiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xODIxNl8yNDgpIi8+PHBhdGggZD0iTTI2LjEwOCAyNS4xMjVsOC4zMjQgOS4zNTItNi43MTctMi4xMTUtMy4xNTggMTcuNTMtLjkyOC0xNS41NTYgMy40Ny0yLjQzOC0uMjgxLS42Ni00LjAyNyAxLjMzNC02LjMxNiAxLjkwNSA5LjYzMy05LjM1MnoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcl8xODIxNl8yNDgpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE4MjE2XzI0OCIgeDE9IjI1LjY2NSIgeTE9IjQ5Ljg5MyIgeDI9IjMyLjc4NyIgeTI9IjYuNjY4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzE4MjE2XzI0OCIgeDE9IjI1LjY2NSIgeTE9IjQ5Ljg5MyIgeDI9IjMyLjc4NyIgeTI9IjYuNjY4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE4MjE2XzI0OCIgeDE9IjI1LjY2NSIgeTE9IjQ5Ljg5MyIgeDI9IjMyLjc4NyIgeTI9IjYuNjY4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-pwa-instruction-benefits .benefit__icon-bonuses {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjQ5NyAyLjVsMTQuMDE1IDUuMjg2Yy44OC4zMSAyLjA2OC43NzIgMy4wMTkgMS4xNDhhMjA1LjY2NSAyMDUuNjY1IDAgMDExLjU4OC42MzZsLjEzNC4wNTUuMDUyLjAyMS00Ljg3NyAyLjM5Yy0uNTUtLjIxMi0xLjA4My0uNDEyLTEuNTItLjU2NWwtLjAyLS4wMDdMMjcuMjEgNi42ODJsLTE1LjcxNyA1LjY3TDYuOTIgOS45MjUgMjcuNDk3IDIuNXoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODIxNl8xNDY4KSIvPjxwYXRoIGQ9Ik02LjM1NyAxMS43bC0uMDk2IDEuMzctLjIwMyAyLjkwNS0uNzA5IDEwLjEzNmMtLjQyMiA2LjAzNiAzLjIyOCAxMS4zMDIgNy4xMjEgMTUuMTc2IDMuOTExIDMuODkxIDguNDM3IDYuNzQ0IDEwLjcxNyA4LjAxOGwtLjMyOC00Ljk0Yy0yLjE3Ni0xLjQxMi00Ljk1My0zLjQ0NS03LjQzNC01LjkxNC0zLjcwMy0zLjY4My02LjM4MS03Ljk3My02LjA3Ni0xMi4zNGwuNzU4LTEwLjg0Mi0zLjc1LTMuNTY4eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE4MjE2XzE0NjgpIi8+PHBhdGggZD0iTTI1LjE4MyA0OS4zNDhsLS4wNzMuMDM4IDEuMDE2LTQuOTI3YzIuMzk1LTEuNDE0IDUuNTMtMy40ODQgOC40MjEtNi4wMDggNC4yMTgtMy42ODQgNy40OTctNy45NzMgNy44MDItMTIuMzRsLjc5My0xMS4zMzUgNC4yNTEtMy41OTdMNDYuMzUgMjYuMTFjLS40MjIgNi4wMzYtNC44MSAxMS4zMDItOS4yNDQgMTUuMTc2LTQuNTA2IDMuOTM2LTkuNDkzIDYuODEtMTEuOTIyIDguMDZ6IiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTgyMTZfMTQ2OCkiLz48cGF0aCBkPSJNMzkuNjQgMTQuMzU4TDI0LjMyMyAzNC4yNjQgMTQuNDIgMjIuNzRsOC4zMzQgMy41MDQtMi4wMTQgMi41NzkgMS4xMDcuOTc4IDQuOTQ4LTQuMzg0TDM5LjY0IDE0LjM1OHoiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xODIxNl8xNDY4KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODIxNl8xNDY4IiB4MT0iMjUuMzIxIiB5MT0iNDkuMzg2IiB4Mj0iMzQuMzc1IiB5Mj0iMy42NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTgyMTZfMTQ2OCIgeDE9IjI1LjMyMSIgeTE9IjQ5LjM4NiIgeDI9IjM0LjM3NSIgeTI9IjMuNjQzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE4MjE2XzE0NjgiIHgxPSIyNS4zMjEiIHkxPSI0OS4zODYiIHgyPSIzNC4zNzUiIHkyPSIzLjY0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xODIxNl8xNDY4IiB4MT0iMjUuMzIxIiB5MT0iNDkuMzg2IiB4Mj0iMzQuMzc1IiB5Mj0iMy42NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-pwa-instruction-benefits .benefit__icon-fast {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI2LjEyNCA2Ljk3NEwyNS44NzIgM2MtNS4yNTQuNDAyLTEwLjUyNSAyLjYzLTE0LjgwMyA2LjY4NGExNDYuOSAxNDYuOSAwIDAwLTMuNDkgMy40MDlsLS4yNjggNC40NS0xLjE3NS4xNTQtMS40Mi03LjU5NC0uNDY0LTIuMTY3LTMuMDcyIDE1LjM0IDE1LjEyOC0xLjgzNEw3LjEgMTkuMjc0YzEuMjY5LTEuNDc2IDMuMzIyLTMuNjU0IDYuNjIxLTYuNzgxIDMuNTgzLTMuMzk2IDguMDA4LTUuMjM1IDEyLjQwMy01LjUxOXoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODIxNl82NTMpIi8+PHBhdGggZD0iTTI4LjUxNCA2Ljk3NGM0LjM1Ni4yODMgOC41MjQgMi4xMjMgMTEuNjMzIDUuNTE5IDIuNDA3IDIuNjMgMy44NTYgNS44MzggNC4zNzYgOS4yMTlsLjMgMS45NTMgMy45NjQtLjg3NC0uMy0xLjk1MmMtLjYyOC00LjA4Ni0yLjM4Mi03Ljk3Mi01LjI5NS0xMS4xNTVDMzkuNDggNS42MjkgMzQuNTIgMy40IDI5LjMyMiAzbC0uODA4IDMuOTc0eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE4MjE2XzY1MykiLz48cGF0aCBkPSJNNy40NjQgMzAuMTc2bC0uMy0xLjk1My0zLjk2NS44NzQuMyAxLjk1MmMuNjI4IDQuMDg2IDIuMzgyIDcuOTcyIDUuMjk2IDExLjE1NSAzLjcxIDQuMDU1IDguNjcgNi4yODMgMTMuODY4IDYuNjg0bC44MDgtMy45NzRjLTQuMzU1LS4yODQtOC41MjMtMi4xMjMtMTEuNjMxLTUuNTE5LTIuNDA4LTIuNjMtMy44NTctNS44MzgtNC4zNzYtOS4yMTl6IiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTgyMTZfNjUzKSIvPjxwYXRoIGQ9Ik00MC45MTggNDIuMjA0Yy00LjI4IDQuMDU1LTkuNTUgNi4yODMtMTQuODA1IDYuNjg0bC0uMjUyLTMuOTc0YzQuMzk1LS4yODMgOC44Mi0yLjEyMyAxMi40MDQtNS41MTkgMy4zLTMuMTI3IDUuMzUyLTUuMzA1IDYuNjItNi43ODFsLTkuMjA3LTIuMTY4IDE1LjEyOS0xLjgzNC0zLjA3MyAxNS4zNC0uMjItMS4wMy0xLjQ2NC04Ljc4NC0xLjQwMi4xNjEtLjMyNyA0LjU4M2MtLjk3Ljk4Mi0yLjA5NyAyLjA4NS0zLjQwMyAzLjMyMnoiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xODIxNl82NTMpIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC40OCAxNS4zOWwuMTU0LTIuMjAyaC0zLjVsLS4xNTQgMi4yMDFoLS40MTZjLTMuMzg1IDAtNi4yNzggMi43OC02LjUxNCA2LjE1My0uMjM2IDMuMzcyIDIuMjY4IDYuMTUyIDUuNjUzIDYuMTUyaC40MTdsLS4zNyA1LjMwM2gtLjQxN2MtMS40MDIgMC0yLjUwMi0xLjE2Mi0yLjM5OC0yLjY1MWwuMTIyLTEuNzUxaC0zLjVsLS4xMjIgMS43NWMtLjIzNiAzLjM3MyAyLjI2OCA2LjE1MyA1LjY1MyA2LjE1M2guNDE2TDIzLjM1IDM4LjdoMy41bC4xNTQtMi4yaC40MTdjMy4zODUgMCA2LjI3OC0yLjc4IDYuNTE0LTYuMTUzLjIzNS0zLjM3My0yLjI2OS02LjE1My01LjY1NC02LjE1M2gtLjQxNmwuMzctNS4zMDJoLjQxN2MxLjQwMiAwIDIuNTAyIDEuMTYxIDIuMzk4IDIuNjVsLS4xMjIgMS43NTJoMy41bC4xMjItMS43NTFjLjIzNi0zLjM3My0yLjI2OC02LjE1My01LjY1My02LjE1M2gtLjQxNnptLTQuMTYxIDMuNWguNDE3bC0uMzcxIDUuMzAzaC0uNDE3Yy0xLjQwMSAwLTIuNTAyLTEuMTYyLTIuMzk4LTIuNjUxLjEwNC0xLjQ5IDEuMzY3LTIuNjUxIDIuNzY5LTIuNjUxem0yLjkzIDE0LjEwN2wuMzcxLTUuMzAyaC40MTdjMS40MDEgMCAyLjUwMiAxLjE2MSAyLjM5OCAyLjY1LS4xMDQgMS40OS0xLjM2NyAyLjY1Mi0yLjc3IDIuNjUyaC0uNDE2eiIgZmlsbD0idXJsKCNwYWludDRfbGluZWFyXzE4MjE2XzY1MykiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTgyMTZfNjUzIiB4MT0iMjcuMzI1IiB5MT0iNDguODg4IiB4Mj0iMzQuMzkyIiB5Mj0iNC4xMTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTgyMTZfNjUzIiB4MT0iMjcuMzI1IiB5MT0iNDguODg4IiB4Mj0iMzQuMzkyIiB5Mj0iNC4xMTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfMTgyMTZfNjUzIiB4MT0iMjcuMzI1IiB5MT0iNDguODg4IiB4Mj0iMzQuMzkyIiB5Mj0iNC4xMTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXJfMTgyMTZfNjUzIiB4MT0iMjcuMzI1IiB5MT0iNDguODg4IiB4Mj0iMzQuMzkyIiB5Mj0iNC4xMTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTgyMTZfNjUzIiB4MT0iMjcuMzI1IiB5MT0iNDguODg4IiB4Mj0iMzQuMzkyIiB5Mj0iNC4xMTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-pwa-instruction-benefits .benefit__icon-security {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1Ljc3MyAzbC4yNTIgMy45NzVjLTkuMzQyLjU3Ny0xNy4zNCA3LjgzNy0xOC45MTQgMTcuMDMzbC0zLjkzMy0uNTNDNS4xMTcgMTIuNDk3IDE0LjYyNiAzLjgyMyAyNS43NzMgM3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xODIxNl8xMTc1KSIvPjxwYXRoIGQ9Ik0yLjgyNyAyNi45MjZsNC4wMjUtLjUzMWMtLjQ2IDkuODg5IDYuNzY2IDE3LjkxIDE2LjUyIDE4LjUxOGwtLjgwOCAzLjk3NUMxMS4wNCA0OC4wMjkgMi41MDEgMzguNjAzIDIuODI3IDI2LjkyNnoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xODIxNl8xMTc1KSIvPjxwYXRoIGQ9Ik0yNi4wMTcgNDguODg4YzExLjY0NS0uODU4IDIxLjUwMy0xMC4yODUgMjIuODEtMjEuOTYybC0zLjk1MS0uNTMxYy0uOTIyIDkuODktOS4yNzIgMTcuOTExLTE5LjExMiAxOC41MThsLjI1MyAzLjk3NXoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcl8xODIxNl8xMTc1KSIvPjxwYXRoIGQ9Ik00OC45NTggMjMuNDc5QzQ4LjU1NSAxMi40OTUgNDAuMjU4IDMuODIgMjkuMjI2IDNsLS44MDggMy45NzVjOS4yNjEuNTc2IDE2LjI0NSA3LjgzNiAxNi41MzIgMTcuMDMzbDQuMDA4LS41M3oiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xODIxNl8xMTc1KSIvPjxwYXRoIGQ9Ik0zMC40MzggMjkuMTQxbC02LjE2Mi03LjYzMy45NjYtLjk4MiAyLjQ1NyAxLjg3OC0uNzU0LTExLjQ3LTUuMTcyIDE2Ljc1NiAxMy40NDIgNy45OC00Ljc3Ny02LjUyOXoiIGZpbGw9InVybCgjcGFpbnQ0X2xpbmVhcl8xODIxNl8xMTc1KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xODIxNl8xMTc1IiB4MT0iMjUuNTI1IiB5MT0iNDguODg4IiB4Mj0iMzMuMjk5IiB5Mj0iMy43ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTgyMTZfMTE3NSIgeDE9IjI1LjUyNSIgeTE9IjQ4Ljg4OCIgeDI9IjMzLjI5OSIgeTI9IjMuNzg3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzE4MjE2XzExNzUiIHgxPSIyNS41MjUiIHkxPSI0OC44ODgiIHgyPSIzMy4yOTkiIHkyPSIzLjc4NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhcl8xODIxNl8xMTc1IiB4MT0iMjUuNTI1IiB5MT0iNDguODg4IiB4Mj0iMzMuMjk5IiB5Mj0iMy43ODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTgyMTZfMTE3NSIgeDE9IjI1LjUyNSIgeTE9IjQ4Ljg4OCIgeDI9IjMzLjI5OSIgeTI9IjMuNzg3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

@media(max-width:1279px) {
	.t-pwa-instruction-benefits .benefit__icon {
		width: 40px;
		height: 40px
	}
}

.t-pwa-instruction-benefits .benefit__description {
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-pwa-instruction-installation__header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media(max-width:767px) {
	.t-pwa-instruction-installation__header {
		flex-direction: column;
		gap: 12px
	}
}

.t-pwa-instruction-installation__title {
	font: 700 32px/120% Geologica, sans-serif
}

.t-pwa-instruction-installation-tabs {
	display: flex;
	padding: 2px;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:479px) {
	.t-pwa-instruction-installation-tabs {
		width: 100%
	}
}

.t-pwa-instruction-installation-tabs__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 134px;
	height: 100%;
	padding: 11px 20px;
	cursor: pointer;
	border-radius: 12px;
	opacity: .5;
	transition: all .3s ease-in-out
}

@media not all and (pointer:coarse) {
	.t-pwa-instruction-installation-tabs__item:hover:not(:disabled) {
		background: #5d5d5d;
		opacity: 1
	}
}

@media(max-width:479px) {
	.t-pwa-instruction-installation-tabs__item {
		min-width: 50%
	}
}

.t-pwa-instruction-installation-tabs__item-active {
	background: #5d5d5d;
	opacity: 1
}

.t-pwa-instruction-installation-tabs__item .tab__name {
	font: 600 16px/140% Geologica, sans-serif
}

.t-pwa-instruction-installation-tabs__item .tab__icon {
	width: 24px;
	height: 24px;
	margin-right: 4px
}

.t-pwa-instruction-installation-tabs__item .tab__icon-ios {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjA1MSAxOS40OTJjLS45OC45NS0yLjA1LjgtMy4wOC4zNS0xLjA5LS40Ni0yLjA5LS40OC0zLjI0IDAtMS40NC42Mi0yLjIuNDQtMy4wNi0uMzUtNC44OC01LjAzLTQuMTYtMTIuNjkgMS4zOC0xMi45NyAxLjM1LjA3IDIuMjkuNzQgMy4wOC44IDEuMTgtLjI0IDIuMzEtLjkzIDMuNTctLjg0IDEuNTEuMTIgMi42NS43MiAzLjQgMS44LTMuMTIgMS44Ny0yLjM4IDUuOTguNDggNy4xMy0uNTcgMS41LTEuMzEgMi45OS0yLjU0IDQuMDlsLjAxLS4wMXptLTUuMDItMTMuMDNjLS4xNS0yLjIzIDEuNjYtNC4wNyAzLjc0LTQuMjUuMjkgMi41OC0yLjM0IDQuNS0zLjc0IDQuMjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.t-pwa-instruction-installation-tabs__item .tab__icon-android {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljk3NSAzLjAybC45Ni0xLjczMmEuMTkyLjE5MiAwIDAwLS4wMTgtLjIxNC4xOTMuMTkzIDAgMDAtLjMyLjAyN2wtLjk3IDEuNzVhNi41NCA2LjU0IDAgMDAtNS4yNTMgMGwtLjk3LTEuNzVhLjE5NC4xOTQgMCAwMC0uMzQuMTg3bC45NiAxLjczMmE1LjU0NiA1LjU0NiAwIDAwLTMuMDkyIDQuODc2SDE4LjA3YTUuNTQ1IDUuNTQ1IDAgMDAtMy4wOTQtNC44NzZ6TTkuMiA1LjY3NWEuNTA3LjUwNyAwIDExMC0xLjAxNC41MDcuNTA3IDAgMDEwIDEuMDE0em01LjYwMiAwYS41MDcuNTA3IDAgMTEwLTEuMDE1LjUwNy41MDcgMCAwMTAgMS4wMTV6TTUuOTMgMTcuMTcyQTEuNDY3IDEuNDY3IDAgMDA3LjQgMTguNjRoLjk3M3YzYTEuMzYgMS4zNiAwIDEwMi43MjEgMHYtM2gxLjgxNHYzYTEuMzYgMS4zNiAwIDAwMi43MiAwdi0zaC45NzRhMS40NjcgMS40NjcgMCAwMDEuNDY4LTEuNDY4VjguMzc3SDUuOTN2OC43OTZ6bS0xLjg2Ny05LjAzYTEuMzYyIDEuMzYyIDAgMDAtMS4zNiAxLjM2djUuNjdhMS4zNiAxLjM2IDAgMTAyLjcyIDB2LTUuNjdhMS4zNjIgMS4zNjIgMCAwMC0xLjM2LTEuMzZ6bTE1Ljg3MiAwYTEuMzYyIDEuMzYyIDAgMDAtMS4zNiAxLjM2djUuNjdhMS4zNjEgMS4zNjEgMCAwMDIuNzIgMHYtNS42N2ExLjM2MiAxLjM2MiAwIDAwLTEuMzYtMS4zNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.t-pwa-instruction-installation-tabs__body {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 48px;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth
}

@media(max-width:1365px) {
	.t-pwa-instruction-installation-tabs__body {
		margin-top: 32px
	}
}

@media(max-width:991px) {
	.t-pwa-instruction-installation-tabs__body {
		gap: 12px;
		padding-right: 24px;
		margin-top: 20px;
		margin-right: -24px
	}
}

@media(max-width:1279px) {
	.t-pwa-instruction-installation-tabs__body::-webkit-scrollbar {
		display: none
	}
}

.t-pwa-instruction-installation-card__figure {
	scroll-snap-align: start;
	min-width: 325px
}

@media(max-width:991px) {
	.t-pwa-instruction-installation-card__figure {
		min-width: 288px
	}
}

.t-pwa-instruction-installation-card__figure:first-child .t-pwa-instruction-installation-card__image.ios {
	padding: 0 24px 24px
}

@media(max-width:767px) {
	.t-pwa-instruction-installation-card__figure:first-child .t-pwa-instruction-installation-card__image.ios {
		min-height: 264px;
		padding: 0 20px 20px
	}
}

.t-pwa-instruction-installation-card__figure:nth-child(2) .t-pwa-instruction-installation-card__image.android {
	padding: 0 24px 24px
}

@media(max-width:767px) {
	.t-pwa-instruction-installation-card__figure:nth-child(2) .t-pwa-instruction-installation-card__image.android {
		min-height: 264px;
		padding: 0 20px 20px
	}
}

.t-pwa-instruction-installation-card__image {
	width: 100%;
	min-width: 288px;
	min-height: 292px;
	padding: 24px 24px 0;
	background: #1f1f1f;
	border-radius: 12px
}

@media(max-width:991px) {
	.t-pwa-instruction-installation-card__image {
		min-height: 264px;
		padding: 20px 20px 0
	}
}

.t-pwa-instruction-installation-card__caption {
	margin: 20px 24px 0;
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff;
	letter-spacing: .32px
}

@media(max-width:1279px) {
	.t-pwa-instruction-installation-card__caption {
		margin: 16px 20px 0
	}
}

.t-pwa-instruction-installation-card__caption span {
	color: #ff5739
}

.t-pwa-instruction__title-skeleton {
	width: 90%;
	height: 50px
}

.t-pwa-instruction__list-skeleton {
	display: flex;
	gap: 16px;
	margin: 20px 0
}

@media(max-width:767px) {
	.t-pwa-instruction__list-skeleton {
		flex-wrap: wrap
	}
}

.t-pwa-instruction__download-button-skeleton {
	width: 25%;
	height: 40px;
	margin-right: 16px
}

.t-pwa-instruction__benefit-item-skeleton {
	width: 100%;
	height: 80px
}

@media(max-width:767px) {
	.t-pwa-instruction__benefit-item-skeleton {
		height: 40px
	}
}

.t-pwa-instruction__instruction-skeleton {
	width: 100%;
	height: 400px
}

.app-pwa-instruction {
	padding: var(--root-padding)
}

.t-pwa-instruction {
	position: relative;
	max-width: 1008px;
	margin: 0 auto
}

@media(max-width:767px) {
	.t-pwa-instruction {
		margin: 8px 0 48px
	}
}

.t-game-sports-st8-skeleton {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: #0f1419
}

.t-game-sports-st8-skeleton__body {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding-top: 12px
}

@media screen and (max-width:767px) {
	.t-game-sports-st8-skeleton__body {
		flex-direction: column
	}
}

.t-game-sports-st8-skeleton__col {
	width: 25%;
	padding: 0 10px
}

@media screen and (max-width:767px) {
	.t-game-sports-st8-skeleton__col {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px
	}
}

.t-game-sports-st8-skeleton__col .t-profile-security-details-skeleton .list:after,
.t-game-sports-st8-skeleton__col .t-profile-security-details-skeleton .list:before,
.t-game-sports-st8-skeleton__col .t-profile-security-details-skeleton:after,
.t-game-sports-st8-skeleton__col .t-profile-security-details-skeleton:before,
.t-game-sports-st8-skeleton__col .t-profile-security-details-skeleton__content:after,
.t-game-sports-st8-skeleton__col .t-profile-security-details-skeleton__content:before,
.t-game-sports-st8-skeleton__col .t-sidebar-menu-skeleton span,
.t-game-sports-st8-skeleton__col .t-skeleton,
.t-profile-security-details-skeleton .t-game-sports-st8-skeleton__col .list:after,
.t-profile-security-details-skeleton .t-game-sports-st8-skeleton__col .list:before,
.t-sidebar-menu-skeleton .t-game-sports-st8-skeleton__col span {
	margin-bottom: 10px
}

.page-sports .app-content {
	overflow: initial
}

.page-sports .app-content .t-quick-navigations__item.promo {
	display: initial
}

.t-game-sports-st8 {
	width: 100%
}

.page-sports-dynamic .app-sports,
.page-sports-live .app-sports,
.page-sports .app-sports {
	height: 100%
}

.page-sports-dynamic .app-sports .t-game-sports,
.page-sports-live .app-sports .t-game-sports,
.page-sports .app-sports .t-game-sports {
	padding-bottom: 0
}

.t-referral-campaigns {
	container-name: referral-campaigns;
	container-type: inline-size
}

.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-button .list:after,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-button .list:before,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-error-page-content-button .list:after,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-error-page-content-button .list:before,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-promo-card__action-btn .list:after,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-promo-card__action-btn .list:before,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-promo-events__router .list:after,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-promo-events__router .list:before,
.t-referral-campaigns-skeleton .t-button .t-profile-security-details-skeleton .list:after,
.t-referral-campaigns-skeleton .t-button .t-profile-security-details-skeleton .list:before,
.t-referral-campaigns-skeleton .t-button .t-profile-security-details-skeleton:after,
.t-referral-campaigns-skeleton .t-button .t-profile-security-details-skeleton:before,
.t-referral-campaigns-skeleton .t-button .t-profile-security-details-skeleton__content:after,
.t-referral-campaigns-skeleton .t-button .t-profile-security-details-skeleton__content:before,
.t-referral-campaigns-skeleton .t-button .t-sidebar-menu-skeleton span,
.t-referral-campaigns-skeleton .t-button .t-skeleton,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-profile-security-details-skeleton .list:after,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-profile-security-details-skeleton .list:before,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-profile-security-details-skeleton:after,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-profile-security-details-skeleton:before,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-profile-security-details-skeleton__content:after,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-profile-security-details-skeleton__content:before,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-sidebar-menu-skeleton span,
.t-referral-campaigns-skeleton .t-error-page-content-button .t-skeleton,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-profile-security-details-skeleton .list:after,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-profile-security-details-skeleton .list:before,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-profile-security-details-skeleton:after,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-profile-security-details-skeleton:before,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-profile-security-details-skeleton__content:after,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-profile-security-details-skeleton__content:before,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-sidebar-menu-skeleton span,
.t-referral-campaigns-skeleton .t-promo-card__action-btn .t-skeleton,
.t-referral-campaigns-skeleton .t-promo-events__router .t-profile-security-details-skeleton .list:after,
.t-referral-campaigns-skeleton .t-promo-events__router .t-profile-security-details-skeleton .list:before,
.t-referral-campaigns-skeleton .t-promo-events__router .t-profile-security-details-skeleton:after,
.t-referral-campaigns-skeleton .t-promo-events__router .t-profile-security-details-skeleton:before,
.t-referral-campaigns-skeleton .t-promo-events__router .t-profile-security-details-skeleton__content:after,
.t-referral-campaigns-skeleton .t-promo-events__router .t-profile-security-details-skeleton__content:before,
.t-referral-campaigns-skeleton .t-promo-events__router .t-sidebar-menu-skeleton span,
.t-referral-campaigns-skeleton .t-promo-events__router .t-skeleton,
.t-sidebar-menu-skeleton .t-referral-campaigns-skeleton .t-button span,
.t-sidebar-menu-skeleton .t-referral-campaigns-skeleton .t-error-page-content-button span,
.t-sidebar-menu-skeleton .t-referral-campaigns-skeleton .t-promo-card__action-btn span,
.t-sidebar-menu-skeleton .t-referral-campaigns-skeleton .t-promo-events__router span {
	width: 125px
}

.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-referral-campaigns-item .list:after,
.t-profile-security-details-skeleton .t-referral-campaigns-skeleton .t-referral-campaigns-item .list:before,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-profile-security-details-skeleton .list:after,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-profile-security-details-skeleton .list:before,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-profile-security-details-skeleton:after,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-profile-security-details-skeleton:before,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-profile-security-details-skeleton__content:after,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-profile-security-details-skeleton__content:before,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-sidebar-menu-skeleton span,
.t-referral-campaigns-skeleton .t-referral-campaigns-item .t-skeleton,
.t-sidebar-menu-skeleton .t-referral-campaigns-skeleton .t-referral-campaigns-item span {
	height: 97px
}

.t-referral-campaigns__wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%
}

.t-referral-campaigns__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.t-referral-campaigns__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%
}

.t-referral-campaigns-head__count {
	display: flex;
	flex-direction: row-reverse;
	gap: 6px;
	align-items: center;
	font: 400 20px/135% Geologica, sans-serif
}

@media(max-width:767px) {
	.t-referral-campaigns-head__count {
		font: 400 16px/140% Geologica, sans-serif
	}
}

.t-referral-campaigns-head__count b {
	font-weight: 400
}

.t-referral-campaigns-head__description {
	display: none
}

.t-referral-campaigns-head__action .t-button,
.t-referral-campaigns-head__action .t-error-page-content-button,
.t-referral-campaigns-head__action .t-promo-card__action-btn,
.t-referral-campaigns-head__action .t-promo-events__router {
	width: 100%;
	padding: 13px 16px;
	font: 700 14px/100% Geologica, sans-serif;
	letter-spacing: .84px
}

.t-referral-campaigns-head__action .t-button .t-icon,
.t-referral-campaigns-head__action .t-error-page-content-button .t-icon,
.t-referral-campaigns-head__action .t-promo-card__action-btn .t-icon,
.t-referral-campaigns-head__action .t-promo-events__router .t-icon {
	display: none
}

.t-referral-campaigns-item__wrap {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 12px
}

.t-referral-campaigns-item__head {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 24px;
	overflow-x: auto;
	background: #1f1f1f
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item__head {
		flex-direction: column;
		gap: 16px 0;
		padding: 16px 0 0;
		border-bottom: unset
	}
}

.t-referral-campaigns-item_default .t-referral-campaigns-item-action__item_remove {
	cursor: unset
}

.t-referral-campaigns-item_default .t-referral-campaigns-item-action__item_remove .t-icon {
	background-image: unset
}

.t-referral-campaigns-item-head {
	position: relative
}

@media(max-width:768px) {
	.t-referral-campaigns-item-head {
		display: grid;
		grid-template-columns: auto 1fr;
		justify-content: stretch
	}
}

.t-referral-campaigns-item-head__label {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	padding: 0 12px;
	background: #0ba870;
	border-radius: 0 0 12px
}

@media(max-width:768px) {
	.t-referral-campaigns-item-head__label {
		grid-row-start: 1;
		grid-column-start: 2;
		margin-top: 4px;
		border-radius: 4px
	}
}

.t-referral-campaigns-item-head__label span {
	font: 600 12px/140% Geologica, sans-serif
}

.t-referral-campaigns-item-head__info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	min-width: 75px;
	margin: 6px 0
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-head__info {
		flex-direction: row;
		gap: 20px;
		justify-content: space-between;
		min-width: unset;
		padding: 0 16px;
		margin: 0
	}
}

@media(max-width:768px) {
	.t-referral-campaigns-item-head__info {
		grid-row-start: 2;
		grid-column: 1/3;
		padding: 16px 16px 0;
		border-top: 1px solid hsla(0, 0%, 100%, .1)
	}
}

.t-referral-campaigns-item-head__info span {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: left
}

.t-referral-campaigns-item-head__info b {
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-referral-campaigns-item-head__action {
	width: auto
}

.t-referral-campaigns-item-name {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 171px;
	padding: 6px 0
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-name {
		width: auto;
		padding: 6px 16px 16px;
		border-bottom: 1px solid hsla(0, 0%, 100%, .1)
	}
}

@media(max-width:768px) {
	.t-referral-campaigns-item-name {
		grid-row-start: 1;
		grid-column-start: 1;
		padding: 0 12px 0 16px;
		border-bottom: unset
	}
}

.t-referral-campaigns-item-name__top {
	display: flex;
	flex-grow: 1;
	gap: 12px;
	align-items: center;
	width: 100%
}

.t-referral-campaigns-item-name__top .t-icon-campaign {
	display: none
}

.t-referral-campaigns-item-name__top span {
	max-width: 141px;
	overflow-x: hidden;
	font: 600 16px/24px Geologica, sans-serif;
	text-overflow: ellipsis
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-name__top span {
		max-width: unset
	}
}

@media(max-width:479px) {
	.t-referral-campaigns-item-name__top span {
		width: 150px;
		overflow: hidden;
		white-space: nowrap
	}
}

.t-referral-campaigns-item-name__edit {
	cursor: pointer
}

.t-referral-campaigns-item-name__edit .t-icon-edit {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.914 1.01a2.882 2.882 0 014.076 4.076l-2.171 2.17-.002.003-.002.002-7.391 7.39-.038.039c-.175.175-.34.34-.535.469a2.3 2.3 0 01-.553.266 3.5 3.5 0 01-.7.124l-.054.006-2.452.273a.834.834 0 01-.92-.92l.272-2.452.006-.054c.028-.246.053-.477.125-.7q.096-.294.266-.553c.13-.196.294-.36.469-.535l.038-.038zM9.33 4.95l-6.803 6.804c-.237.237-.27.276-.295.312a.6.6 0 00-.071.15c-.013.04-.023.091-.06.424l-.157 1.416L3.36 13.9c.332-.037.383-.047.424-.06a.6.6 0 00.15-.072c.035-.023.075-.057.311-.294L11.05 6.67zm2.897.541l-1.719-1.719 1.584-1.583a1.215 1.215 0 111.719 1.718z' fill='%23A9A9A9'/%3E%3C/svg%3E") no-repeat 50%
}

.t-referral-campaigns-item-name__edit .t-icon-close {
	width: 12px;
	height: 12px
}

.t-referral-campaigns-item-name__edit .t-icon-close:after,
.t-referral-campaigns-item-name__edit .t-icon-close:before {
	position: absolute;
	width: 14px;
	height: 1px;
	content: "";
	background: #fff;
	border: none;
	transform: rotate(45deg)
}

.t-referral-campaigns-item-name__edit .t-icon-close:after {
	opacity: 1;
	transform: rotate(-45deg)
}

.t-referral-campaigns-item-name__bottom span {
	font: 400 14px/20px Geologica, sans-serif;
	color: #a9a9a9
}

.t-referral-campaigns-item-input {
	display: flex;
	gap: 24px;
	align-items: center
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-input {
		flex-direction: column;
		padding: 0 16px
	}
}

@media(max-width:768px) {
	.t-referral-campaigns-item-input {
		grid-row-start: 3;
		grid-column: 1/3
	}
}

.t-referral-campaigns-item-input__item_link {
	flex-basis: 55%
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-input__item_link {
		flex-basis: 100%;
		width: 100%
	}
}

.t-referral-campaigns-item-input__item_code {
	flex-basis: 40%
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-input__item_code {
		flex-basis: 100%;
		width: 100%
	}
}

.t-referral-campaigns-item-action {
	display: flex;
	flex-direction: row-reverse;
	gap: 16px;
	align-items: center
}

@media(max-width:768px) {
	.t-referral-campaigns-item-action {
		grid-row-start: 4;
		grid-column: 1/3
	}
}

.t-referral-campaigns-item-action__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer
}

.t-referral-campaigns-item-action__item .t-icon-arrow-bottom {
	width: 16px;
	height: 9px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.665.33a1.11 1.11 0 010 1.59L8.808 8.67a1.15 1.15 0 01-1.616 0L.335 1.92a1.113 1.113 0 010-1.59c.446-.44 1.17-.44 1.616 0L8 6.284 14.049.33c.446-.44 1.17-.44 1.616 0' fill='%23A9A9A9'/%3E%3C/svg%3E")
}

.t-referral-campaigns-item-action__item .t-icon-trash {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.167 1.5a1 1 0 011-1h5.666a1 1 0 110 2H7.167a1 1 0 01-1-1M3.38 3.333H1.5a1 1 0 000 2h.953l.603 9.041c.047.712.087 1.304.158 1.787.074.504.192.969.44 1.403a3.83 3.83 0 001.658 1.552c.45.218.922.305 1.43.345.486.039 1.08.039 1.793.039h2.93c.713 0 1.307 0 1.793-.039.508-.04.98-.127 1.43-.345a3.83 3.83 0 001.659-1.552c.247-.434.365-.9.44-1.403.07-.483.11-1.075.157-1.787l.603-9.04h.953a1 1 0 100-2H3.381m12.161 2H4.458l.591 8.869c.05.76.086 1.274.144 1.668.056.383.124.574.198.704.183.322.46.58.794.742.135.066.33.121.715.152.398.031.912.032 1.675.032h2.85c.763 0 1.277 0 1.675-.032.386-.03.58-.086.716-.151.333-.162.61-.42.793-.743.074-.13.142-.32.198-.704.058-.394.093-.907.144-1.668zm-7.43 2.25a1 1 0 011 1v4.723a1 1 0 01-2 0V8.583a1 1 0 011-1m3.777 0a1 1 0 011 1v4.723a1 1 0 01-2 0V8.583a1 1 0 011-1' fill='%23A9A9A9'/%3E%3C/svg%3E");
	opacity: .5;
	transition: .3s
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-action__item_details {
		display: flex;
		gap: 8px;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 44px
	}

	.t-referral-campaigns-item-action__item_details:before {
		color: #a9a9a9;
		content: attr(data-text)
	}
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-action__item_remove {
		position: absolute;
		top: 16px;
		right: 16px
	}
}

.t-referral-campaigns-item-action__item_remove .t-icon-trash {
	opacity: 1
}

@media(max-width:768px) {
	.t-referral-campaigns-item-action__item_tooltip {
		position: absolute;
		top: 16px;
		right: 16px
	}
}

.t-referral-campaigns-item-action__item_tooltip .t-icon-more-info {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxOCIgY3k9IjIiIHI9IjIiIHRyYW5zZm9ybT0icm90YXRlKDkwIDE4IDIpIiBmaWxsPSIjZmZmIi8+PGNpcmNsZSBjeD0iMTAiIGN5PSIyIiByPSIyIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMCAyKSIgZmlsbD0iI2ZmZiIvPjxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIyIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAyIDIpIiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.t-referral-campaigns-item-action__item_active .t-icon-arrow-bottom {
	transform: scaleY(-1)
}

.t-referral-campaigns-item-body {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: auto auto;
	gap: 12px;
	padding: 24px;
	background: #1f1f1f;
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-body {
		grid-template-rows: auto auto auto auto;
		grid-template-columns: auto;
		padding: 16px;
		border-top: 1px solid hsla(0, 0%, 100%, .1)
	}
}

.t-referral-campaigns-item-body__count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	background: #2c2c2c;
	border-radius: 8px
}

.t-referral-campaigns-item-body__count .t-icon {
	display: none
}

.t-referral-campaigns-item-body__count span {
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-body__count span {
		color: #fff
	}
}

.t-referral-campaigns-item-body__count b {
	font: 400 16px/24px Geologica, sans-serif;
	color: #fff
}

.t-referral-campaigns-item-body__info {
	display: flex;
	flex-direction: column;
	grid-row: 1/3;
	grid-column-start: 2;
	gap: 12px;
	justify-content: space-between
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-body__info {
		grid-row: unset;
		grid-column-start: unset
	}
}

.t-referral-campaigns-item-body__info-wager .t-referral-campaigns-item-info:last-child {
	display: none
}

.t-referral-campaigns-item-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px;
	background: #2c2c2c;
	border-radius: 8px
}

.t-referral-campaigns-item-info span {
	display: flex;
	gap: 4px;
	align-items: center;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

@container referral-campaigns (width < 800px) {
	.t-referral-campaigns-item-info span {
		color: #fff
	}
}

.t-referral-campaigns-item-info b {
	font: 400 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-referral-campaigns-item-popover {
	display: flex;
	align-items: center
}

.t-referral-campaigns-item-popover .t-icon-info {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 2.333a6.667 6.667 0 100 13.333A6.667 6.667 0 009 2.333M.667 8.999a8.333 8.333 0 1116.667 0A8.333 8.333 0 01.667 9m7.5-3c0-.46.373-.833.833-.833h.008a.833.833 0 010 1.667H9A.833.833 0 018.167 6M9 8.166c.46 0 .834.373.834.833v3a.833.833 0 11-1.667 0V9c0-.46.373-.833.833-.833' fill='%23A9A9A9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	border: 0;
	transition: .3s
}

.t-referral-campaigns-item-popover .t-icon-info:hover {
	border: 0
}

.t-referral-campaigns-item-popover-dark .t-popover-inner {
	padding: 6px 8px
}

.t-referral-campaigns-item-popover-dark .t-popover-inner span {
	display: block;
	min-width: 60px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px
}

.t-referral-campaigns-item-popover-dark .t-popover-inner span:not(.disabled):hover {
	border-radius: 4px
}

.t-referral-campaigns-item-popover-dark .t-popover-inner span.disabled {
	pointer-events: none;
	opacity: .6
}

.t-referral-invite {
	position: relative;
	grid-row: 1/3;
	grid-column: 1/2;
	padding: 28px;
	overflow: hidden;
	background-color: #1f1f1f;
	border-radius: 16px
}

@media(max-width:767px) {
	.t-referral-invite {
		padding: 24px 20px 180px
	}
}

@media(max-width:395px) {
	.t-referral-invite {
		padding: 24px 20px 158px
	}
}

.t-referral-invite:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	width: 580px;
	height: 272px;
	content: "";
	background-image: url(../images/banner-background.687a728.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	transform: translateX(-50%)
}

@media(max-width:767px) {
	.t-referral-invite:after {
		width: calc(100% + 180px);
		height: 342px
	}
}

@media(max-width:639px) {
	.t-referral-invite:after {
		width: calc(100% + 142px);
		height: 282px
	}
}

@media(max-width:479px) {
	.t-referral-invite:after {
		width: calc(100% + 100px);
		height: 230px
	}
}

@media(max-width:395px) {
	.t-referral-invite:after {
		width: calc(100% + 80px);
		height: 202px
	}
}

.t-referral-invite-form__fieldset {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
	margin-bottom: 16px
}

.t-referral-invite-form__get-promo .t-link {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	height: 100%;
	padding: 16px 20px;
	font: 600 14px/140% Geologica, sans-serif;
	color: #fff;
	text-align: center;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4);
	border-radius: 12px
}

.t-referral-invite-form__title .wrapper {
	display: flex;
	gap: 6px;
	margin-bottom: 8px
}

.t-referral-invite-form__title .wrapper .numeric {
	font: 600 16px/140% Geologica, sans-serif;
	color: #ff5739
}

.t-referral-invite-form__title .wrapper .text {
	font: 400 16px/140% Geologica, sans-serif
}

.t-referral-invite-share {
	width: 100%
}

.t-referral-invite-share__title {
	margin-bottom: 8px;
	font: 600 16px/140% Geologica, sans-serif
}

.t-referral-invite-share__action {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px
}

.t-referral-invite-share__action .t-button,
.t-referral-invite-share__action .t-error-page-content-button,
.t-referral-invite-share__action .t-promo-card__action-btn,
.t-referral-invite-share__action .t-promo-events__router {
	padding: 16px 20px;
	font: 600 14px/140% Geologica, sans-serif;
	text-transform: none;
	letter-spacing: unset;
	background: transparent;
	border: 1px solid hsla(0, 0%, 100%, .4);
	border-radius: 12px
}

.t-referral-invite-share__action .t-button__wrap {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.t-referral-invite-share__action .t-button__wrap:before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC45NDggMS45ODlsLjkyNy4zNzVhNS4wMDEgNS4wMDEgMCAwMTAgOS4yNzJsLS45MjcuMzc1LS43NS0xLjg1NC45MjctLjM3NWEzLjAwMSAzLjAwMSAwIDAwMC01LjU2NGwtLjkyNy0uMzc2Ljc1LTEuODUzek05LjUgMy45OTlhMyAzIDAgMTAwIDYgMyAzIDAgMDAwLTZ6bS01IDNhNSA1IDAgMTExMCAwIDUgNSAwIDAxLTEwIDB6bTEzLjc4IDYuOTFsLjk3LjI0OEE1LjAwMiA1LjAwMiAwIDAxMjMgMTl2M2gtMnYtM2EzLjAwMiAzLjAwMiAwIDAwLTIuMjUtMi45MDZsLS45NjgtLjI0OS40OTktMS45Mzd6bS0xMC4zMTYuMDloMy4wNzJjLjkwMSAwIDEuNjI5IDAgMi4yMi4wNDEuNjEuMDQyIDEuMTQ4LjEzIDEuNjU3LjM0YTUgNSAwIDAxMi43MDYgMi43MDdjLjIxMi41MS4zIDEuMDQ3LjM0IDEuNjU2LjA0MS41OTIuMDQxIDEuMzIuMDQxIDIuMjIxVjIyaC0ydi0xYzAtLjk0NiAwLTEuNjA1LS4wMzYtMi4xMi0uMDM0LS41MDgtLjA5OS0uODAzLS4xOTItMS4wMjhhMyAzIDAgMDAtMS42MjQtMS42MjRjLS4yMjUtLjA5My0uNTItLjE1OC0xLjAyNy0uMTkyQzEyLjYwNSAxNiAxMS45NDYgMTYgMTEgMTZIOGMtLjk0NiAwLTEuNjA1IDAtMi4xMi4wMzYtLjUwNy4wMzQtLjgwMy4wOTktMS4wMjguMTkyYTMgMyAwIDAwLTEuNjI0IDEuNjI0Yy0uMDkzLjIyNS0uMTU4LjUyLS4xOTIgMS4wMjdDMyAxOS4zOTUgMyAyMC4wNTQgMyAyMXYxSDF2LTEuMDM1YzAtLjkwMSAwLTEuNjI5LjA0LTIuMjIuMDQyLS42MS4xMy0xLjE0OC4zNC0xLjY1N2E1IDUgMCAwMTIuNzA3LTIuNzA3Yy41MS0uMjEgMS4wNDgtLjI5OCAxLjY1Ni0uMzQuNTkyLS4wNCAxLjMyLS4wNCAyLjIyMS0uMDR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.t-referral-invite-share__list {
	display: flex;
	gap: 20px;
	margin-bottom: 24px
}

.t-referral-invite-share__list .t-referral-share-list__item {
	width: 40px;
	height: 40px;
	cursor: pointer
}

.t-referral-invite-share__list .t-referral-share-list__item span {
	display: none
}

.t-referral-invite-share__list .t-referral-share-list__item .t-icon-social {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-referral-invite-share__list .t-referral-share-list__item .t-icon-social_telegram {
	background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAC9FBMVEUAAAAgj88gn88wn99An98dlMgwqN83ruIgmckgmcwrpNc2ruEdlccgl8cjms0wpdc4rd8elcgzrOE3reEwqds2reEelccgl8kemMkyqd01r+Iel8gdlskso9g2rOA2reIelcYkm842ruEflsklntAro9Yhmsw1rOE2reI3r+Ielsguptk3ruIzq98elcg2ruIdlsgel8kfmMogmcsgmcwhmcwhmswhms0ims0im80im84jm84jnM4jnM8knM8knc8kndAlntAlntEmntEmn9Enn9InoNInoNMooNMoodMoodQpodQpotUqotUqo9Yro9YrpNcspNcspNgspdgtpdgtpdktptkuptkuptoup9ovp9ovp9svqNswqNswqNwwqdwxqdwxqd0xqt0yqt0yqt4yq94zq94zq98zrN80pdQ0rOA1reA1reE2ruI3r+M4qdk+qNRUtuBhu+KW0eug1Oselsgelskflskfl8kfl8ogl8ogmMogmMshmMshmcshmcwimcwimswims0jms0jm80jm84km84knM4knM8lnM8lnc8lndAmndAmntAmntEnntEnn9Enn9Ion9IooNIooNMpoNMpodMpodQqodQqotQqotUrotUro9Yso9Yso9cspNctpNctpNgtpdgupdgupdkuptkvptkvptovp9owp9owp9swqNsxqNsxqNwxqdwyqdwyqd0yqt0zqt0zqt4zq940pdQ0q940q980rN81rN81rOA1reA2reA2reE3ruE3ruI4qNg4r+M7q9s+p9M/qNQ/rt9AqNRCq9dSs91UtN5Utt9atNpbtdtctdteuN5hu+FivONkveR2weB3weF6xOSFyeaHyuaKzeuMz+yRzeaTz+iTz+mX0uye0+mf1Oqi1uyi1+yl2e+s2eyt2uyu2u674PC+5PTI5vPJ5/PJ5/TK6PTK6PXL6fXL6fbM6vbW7PbW7fbX7ffX7vjZ7/nj8vnk8/nl9Prl9Pvy+fzy+f3y+v3///+2I39WAAAAdXRSTlMAEBAQEE9PT1BfX19gYGBgYG9vcH9/gICPj4+Qr6+vr7CwsM/Pz97e3t7f39/u7+/+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v4kg+tnAAAEI0lEQVQ4y0WVS6wkYxiGn/f7jpOMzLiOcRciTELEYEWsqJpzuqurqruJxIhIsCUuOS6xEQtkLMTGdWFhSx9zqqq7uqsmYimxQSSMy4rBuI670F0W1Yd/9efP873v971/8v8CwE/eueN5A0ZD2Bww0gCAzcE9v3z3GwACWN17kKzv82wgGA1HQ0ZDABhpMKq/+mkJnt3t48r6tvA3Gbay9roGm4Mlf8u3INgdpc0kRStN1icbLgxGGthiW3EItx1FnPxKUyQriyJ25SkrzRY3jYaALUbDlgbW/xKXP2a5+tqyBI1J8z5sDcwW/OcM3PehTnxRlqWmrJ/HhuVx3vdDShxbTtPczBvN8Gad/0QRmzWex95MekWSy3oruC8M7H/Ju3TJI+M462exirhQapjIUybpIUv8TYYjhqMhbM70sqwpsNhUpJliw/NUWUqRyrZSs9GwlVVk6qnoZ7FRxHkihyIxKfM+WR8dGhjAprqRFyQiTxvTOCFL82SlEcVdp+/Z+dfDseMYI2lNMTaOzBqjSKxIkJEne8/YLaB0kdkA29SzJoMJFlPElqUUiZ93zgUC4J+qsZWMuEhcQdOjFD0b94rYyFO9/+gp26H8/LYJk5Ohg7LGzPJEY2Ls0uxJAzi+ugM4+i6yPC7ivK+nzCZRg5s07l177mkA/P3x31ca8OkHZH0cE7p+faaubKLoyP1nntg6fvnsgX0G8OHTliLPe0WqJwxXI7vx1HO8xX78/P3r9rbbh442ibkhuR4XZbfs3rl72f/8swftuQuX+9tS20qROGFL10RIsgNnrQLww+fvqHPRsujHLO8jXziSrqYz7ZYR6px00q5fv3hr0rvlzO10vqilPCl6ng0O6ao1b6YReDPtakbHjz21zfHJw8SSoyyV9oWOCRymXS+J7l39D/zgnYWbsEYubVCFDj53hzLy8unLd26Ds89sHCtP8kRoX1iFVVgH7pMOjsPshYtb0d9eHfc0tlhSjjaoCKEKcWadWQcTN1x4FsCx26Nx0sh8MYlNG1Tr8yqkDkCGl90pkfoXr8JH90Y2JkaNy3TV2nypNw1q0LooIy+ue2DP/L23TfhCJpugDaBqvWsC4PD6wg1N1ZtX67MuNukZlmuDOmAJ100IcHi/DBMuXNNO2XFKdFlEFVI3hHVQhTVNWIUOsw4OjkrrTnrYSzrvVqAOqAmqkCqsgzqgCmvUAS87LszG3Zd16t3UQR20DbTeVQhAvTZTR5PuTF1xULqiO2c5B21NRVgRQr1fThkB1fdHxAn3AdSwNm/vqBVs0zXhJUTP/CE490AdUIV4GbYBLFcdQB1weL8tXv0GAXvuoIb2GCpCfN7Gtax77evlY7/r/Aiog9a6HalSUK3PqUKmR/7c/hVg527fBUuRKmzvviag+P348QXAv4cZmnZupKJAAAAAAElFTkSuQmCC")
}

.t-referral-invite-share__list .t-referral-share-list__item .t-icon-social_x {
	background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAbFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAgICAwMDBAQEBQUFBfX19gYGBwcHB/f3+AgICPj4+QkJCfn5+vr6+/v7/Pz8/f39/v7+////8W7I3TAAAAEHRSTlMAEFBgcH+Aj5CvsM/Q3+DvRGzskQAAAT5JREFUOMuNlemSgyAQhPHIZdY4oEbXGBV5/3dcBl2PKRT6hyXhK6ozPYyMoYL4kYJV6SNiq8IMTpQu6A0cukzcBZy6IReBh0INpj5gFvgdCBCzxA9M2NMPTNnyWjWoarMptqsVLJRRufzApRQ2EGpVAPTjstmPOVhBA3HZz6vv5nACirFHBx+z+FU1HIEa0psNOtBcA8cgtMam/g815QgIg+To4K1aOAfF2AGUCp/nIFRo0zhwgNDq6nF04AJ1Hmjz6wYHLGRNqmgBu7FVb3QgzsGPDq4zURKbBDTBcTkA5HOUdnAOrphsHjbFGhztOAKWa3D7jiNgvglu13EEFHLgQC9GYQGrZlc5etfYy++6Pv0HQOwHRizI/AaFHrd+B2rd3dx1GrlXF3f/H+LR6TDNws13IUp+7NQriQND/AG6YGbwO8x16AAAAABJRU5ErkJggg==")
}

.t-referral-invite-share__list .t-referral-share-list__item .t-icon-social_reddit {
	background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAApVBMVEUAAAD/QAD/QwD/QgD/RQD/RAD/RAD/RgD/RgD/RQD/RAD/RAD/RgD/RQD/RQD/RQD/RgD/RAD/RQD/RQD/RQD/UBD/URD/XCD/ZzD/aDD/c0D/dED/f1D/gFD/il//imD/i2D/lW//lnD/l3D/ooD/rY//rZD/rpD/uZ//uaD/xK//xbD/0L//0MD/0b//0cD/3M//59//6N//6OD/8+//9O////9VkBZvAAAAFHRSTlMAEFBgYHB/gI+Qr7Cwz9Df3+Dg7wE//F4AAAFhSURBVDjLjZV9d4IgFMaxsvdmWzgU3XRmrU2Wacj3/2gTsDJF5flD8Z4fcJ5777kCwGWYSwsqZS3H4KHRDvbIuqNzOKCp5KZwUHPOjaGGRiVo6YA7Q+9ACE2w0gNXYNMO+pQcfQfT7LOWI6DYHV/2Sc5K0VpQBZ6P5QNdS3IApD5/4ryI+kGXOYrdQOUF6oHffxqgjaM4IyG2+0FMKKtEAlsJuiQ/+YTVlQX4l3w1QERZhw7PYMQ6ZavAi2vHYlF4KFKC7/JqzMvCF7wkZxFKmmZoC0zEHaiZnrMM2wfpGFVb41Yek4aHXL6iFtjh22mB0k5xO7haJIoSBqKlUZgWjF2PyBf3I1WtRQbpyRGtIaqZu+qmQJWBvKpnijq7J0zvLorUa3TP69Mn+oh/Su29ZkNu9AeAqQdOgLHT4bZ83OodWGoxzM3kyJ0NcYvbEJ9se4foqPZfmKxf1NTb2jQE8Q/q058b1c7vDQAAAABJRU5ErkJggg==")
}

.t-referral-invite-share__list .t-referral-share-list__item .t-icon-social_more {
	background-color: #393939;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iI2ZmZiIvPjxjaXJjbGUgY3g9IjEwIiBjeT0iMiIgcj0iMiIgZmlsbD0iI2ZmZiIvPjxjaXJjbGUgY3g9IjE4IiBjeT0iMiIgcj0iMiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
	background-size: 24px;
	border-radius: 8px
}

.t-referral-invite-share__list .t-referral-share-list__item .t-icon-social_more:hover {
	background-color: #5d5d5d
}

.t-referral-invite-input {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.t-referral-invite-input .t-input {
	width: calc(100% - 56px)
}

.t-referral-invite-input .t-input__input input {
	font: 400 16px/140% Geologica, sans-serif;
	background: #393939
}

.t-referral-invite-input__popover {
	max-height: 24px;
	margin-top: 3px
}

.t-referral-invite-input .t-button,
.t-referral-invite-input .t-error-page-content-button,
.t-referral-invite-input .t-promo-card__action-btn,
.t-referral-invite-input .t-promo-events__router {
	right: 0;
	bottom: 0;
	width: 48px;
	min-width: unset;
	height: 48px;
	padding: 0;
	background: linear-gradient(178deg, #2f74ff 2.33%, #0a4bca 98.41%);
	border-radius: 12px
}

.t-referral-invite-input .t-button__wrap span {
	display: none
}

.t-referral-invite-input .t-button__wrap .t-icon {
	margin-right: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjUgMkgyMnYxNS41aC0yVjRINi41VjJ6TTQgNy41VjIwaDEyLjVWNy41SDR6bTEzLjUtMmgxVjIySDJWNS41aDE1LjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

@media not all and (pointer:coarse) {

	.t-referral-invite-input .t-button:hover:not(:disabled),
	.t-referral-invite-input .t-error-page-content-button:hover:not(:disabled),
	.t-referral-invite-input .t-promo-card__action-btn:hover:not(:disabled),
	.t-referral-invite-input .t-promo-events__router:hover:not(:disabled) {
		background: linear-gradient(178deg, #4d88ff 2.33%, #1554cf 98.41%)
	}

	.t-referral-invite-input .t-button:hover:not(:disabled):before,
	.t-referral-invite-input .t-error-page-content-button:hover:not(:disabled):before,
	.t-referral-invite-input .t-promo-card__action-btn:hover:not(:disabled):before,
	.t-referral-invite-input .t-promo-events__router:hover:not(:disabled):before {
		content: none
	}
}

.t-referral-invite-input__label {
	display: flex;
	gap: 6px;
	align-items: center;
	font: 600 16px/140% Geologica, sans-serif
}

.t-referral-invite-input__label .t-icon-info {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4MzYwXzg1NTgpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDIuNWE3LjUgNy41IDAgMTAwIDE1IDcuNSA3LjUgMCAwMDAtMTV6TS44MzMgMTBhOS4xNjcgOS4xNjcgMCAxMTE4LjMzNCAwQTkuMTY3IDkuMTY3IDAgMDEuODMzIDEwem04LjMzNC00LjE2N2gxLjY3NVY3LjVIOS4xNjdWNS44MzN6bTEuNjY3IDMuMzM0djVIOS4xNjd2LTVoMS42Njd6IiBmaWxsPSIjQTlBOUE5Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTgzNjBfODU1OCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==")
}

.t-referral-invite-info,
.t-referral-invite-promo {
	display: none
}

body:has(.app-referral) .t-tooltip .t-close {
	display: none
}

.t-referral-payout {
	display: flex;
	flex-direction: column-reverse;
	grid-row: 1/2;
	grid-column: 2/3;
	padding: 20px;
	background: #1f1f1f;
	border-radius: 16px
}

@media(max-width:767px) {
	.t-referral-payout {
		order: -1
	}
}

.t-referral-payout__action {
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.t-referral-payout__action .t-link {
	display: none
}

.t-referral-payout__action .t-button,
.t-referral-payout__action .t-error-page-content-button,
.t-referral-payout__action .t-promo-card__action-btn,
.t-referral-payout__action .t-promo-events__router {
	width: 100%;
	height: 48px;
	font: 700 16px/100% Geologica, sans-serif
}

.t-referral-payout__summary {
	position: relative;
	display: flex;
	flex-direction: column;
	order: 1;
	padding-left: 60px;
	margin-bottom: 8px
}

@media(max-width:767px) {
	.t-referral-payout__summary {
		margin-bottom: 12px
	}
}

.t-referral-payout__summary b {
	font: 600 24px/135% Geologica, sans-serif;
	color: #4ae99c
}

.t-referral-payout__summary span {
	font: 400 14px/140% Geologica, sans-serif
}

.t-referral-payout__summary:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	content: "";
	background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA0CAYAAADMk7uRAAAUG0lEQVRo3r1aCXRUVZr+3quqrFXZ90AWkhBllYCIKIsMPYpIH5dxO4iD2pyeBrexRT3dx23EccbldNstTtOtoNIuiERPo6CCLLJFRQwSCWEJBBKorJVUaq/33p3/v1UvPhLsIzPO1Dn33Jeq++79l+///v9/Lwr+Zx8lPovCwsKUiSXaHWNK/I9OKA7kzx7j6KgLDZs89+7jbfS7Fl+n8tpLKrNc116RfL0mFNtnR33rtm3r7Y3vJfC/FOR8PnYWbNWjMxdGur54JA3R6vIiXVxYmgBXXqWiFMzUMfpy28v31bqWvLw2GL9Hf/3xtOVFmm9xkt2ATWWJbejV1B3/tT5614f1OEJrbLzu/0MBhOsX1f/2mU3jrp5zBWpKDCWhfT2Sq28Biq4DEnKhG0KzZRT2KPaCfD7jl3PSN2Xa+maVFSgozBTKsGwVhl+Icbc/h4QRNYrQHIdfevDfx937x43a+Spxvgoo9197UXpBmtuzZnsHspMFKgvT8PgDM1AwdzXgbYufbwDJKfq7r71q+3xfG858sdooLYKS7YKS46QVtGTy5dPx5roD2FznQU4qxJaPru9Vx9dmna8x1fNY65CYL/Ld0Or2oLrQQEKiQEWeF11tx7Fv1U0QtijgPwX0N0P0NdsmDW9Hw2erkZWpqJoGxRcAms4Am74G0iqmY9vXHvTQpt95ocy4qdb+fxkDMtAeui7n0LFjXdUjS6CPKoItN90GI6DjRCQTq970YMveZ+HMLEKw7Tt0HfoYrUcPor4pjJ4+0slQEKFNavcK/H6BHUdOaHivIRFlGWHcMA64uKY4+EZnm/OJJ+RZ+k+uwB8WFyzwt7hfc4ehRGl7V7KCqiSBu179CiKhAHqgCXv+/M/we/qQrvjgiygYVlmGistvR8KYhdj0l6V4/uUP4AhrcOXYkJOs46bxBKXJ5Ui87FGI4Qt03XfC7XBVDbMaDT/BRyrZv+OqRvHplUbfK/li/6OKeO0WiO82PCGeXvwPotABkZ8IsejKIrH+4Uzx2DUQn780WwgRFP1H1oqG5aPFqoV2sf03DiG8teIvtzpEdNN0ITw7hTCiwjB0IfoPCeFerW9ZqooNj2VtX3JzzsgfA3Pl73H85MmTs1NSUm4z0isXb/23lJFq9lUUCRSFwTaE+xqxfvlzeHpjCMe7wMwjb73uYgfyXQb2NWl4aH4ZNm89gZ1nFHzZLJCaqMIWNVD/0QMovmwJ7Aod5fkKRsMKdDbuxBeHI0hVFFFckgtnTqWSWl39zR8eWzX5iW1SHu3vKTAg9MyZMyuTk5MfcLlct4bD4Qy73Y4OUSDernkZOcWFSmIhATavBkd6nHj72d+gm+DU5AYOUnB29ZNuFMdLrlCx+5hARCeWylOw8VuBtGRgOHHMVWNVTBg7EhcW21Ca3I36Bje+o/u7/DTIEM8sfwIBTydOt3UiJSXNqJizSN346vykq+89Go3R21AFZGK6/vrrf0nCPufxeFxJSUmCBhISEhSHwwHFWYzgnucxOj+MihwQ8xBjaja8X29ge6NAH0VnDwkQ0dkTsU2ZLhOIt9o8dACBwJkITCgF5Q2gIM2Gox0KRhdoRKEKLixNQml5KTKcATz+7R1IKpqMQDCCnu4OdDXv1u+7TGu57FdvVsZjQrUqIi0/e/bs/adOnRqbm5srnE6nmpiYCB6kgByJDmIbZykOfL4GaaGjcNqDKM8GOnwq/mlWJY53hNDtU2h3A+2n27DrqIGmdhJciZ1YXUDJjwDgIRp10PF3zs5BT2cXfjNXRW5xKfq1ZHQ0H8HO3CcRVHMQ9PUiFApRvtBhaBF0hpKMQpem+vyht5577rnbLAEulMsvv/zW9vb2t3ixzWYDKYD09HQQjJBESjho9CWWoVrsQ1bkMD7+uh2NbSEw5F1JCh0iMKK0AKkJCtJFF7yBKHpI0INuklRVkEnJzplgIJc8UpBOxhplx0ffGnRtIBgmcqBiY9JwBZ5pK+V5hTY3IpoBw4gNYgI5NE0TwWBQUEyqbrd74fLly1/n8kOZO3fudoLNtK6uLiUQCEglGPdpaS7YnbkodkUwJ2UXEhUNH1LF0txNMCHhI5qCvm6BWTNG4KG5iQi1NOLPdQo2ncykGofu1fyIkvXCGi0mQS7Ii6AqM4p1+4H0lJgJSykmZl8AXFqqYJRLwF8xC2/5F6LC2Uv3Giw0otGoVIQRkZmZiby8PIMMrJ45c+avN9988wJl/Pjxh0iJ6hEjRqCurk6Onp4eGIoDRRnA3NwWuNKA3FQKFJIlEFXh6zQwZdZEXLFoIQ6teQn3vtSMYymTkZGVBVvIjaA/IA8ni8kRjUYQigrYyZL/Ot2H9Q0CEykWaooIXhRTWaRQhlPF8JIi6P+4HMv+2oLiDDIiIaGgoADFxcXIor0ZFaqqspFFf3+/8tRTT5UqU6ZMOTJt2rTKefPmoaKiAhQL+GzzJmz4+BMszNyJra0K0Z9AMbm/PEdFgcOOn/1uPZrefAy//uMh9I+7i7Kphp7TRxEIBM0D5MzW83q96KWq2efzkVJRdHl0/OJiD2ZUqbh+ZikSMiqh5o+HUjiFXHMhhCMFUXsG2j0RZLhiArMHGOKMEI4NEh7d3d3YvHnzMmXChAmNl1xyyQU1NTUoLy9HSUkJsvKKkdrwItRvXkQTkfxnTRSUBJ1eL/DOq0sw/47laBm/FLPH5qDz9HGEwhF5gMw6dKAMfHI5X/OBBE85+OCgvx/Nbb24saQDf3r/AyTnjYViS6KIJ5oiryPaz/UuBW4adFI4GAxJ5dkIjAyeeR/+rrm5eYVCgn9LSowdM2YMMjIypJuSc8owNbwGOVlENeFOiLY6eI5T5UiJ5j82kiXKZsGp90gXZ9EaDnqmXaZcK3uxJ9h6rAR7gz9MEgX5uXhn62HcGlmFX6yjcs7bEhM8TEWTn+irtwnepCpsbkmHr8eNvr4+OVhwU3g+i/ZeoVx00UV1Y8eOvYQVoOQlD/bY8nFnylvIKqwiqikEkija8jNxy9R5aC75OSXiBuLpsAx2Xp+amiqVz87OBlExJaAU+RsfwgLzd/n5+aDuTZ7BnknLyse88kx8sO5hZDkJn+69MNz1CPS64feHkF5Zg0X7rkVm6HjMczKWogPsxGfSZ6Vy9dVXv0FWnz9u3DjVVKDdXoKlSS9Qh1VNJiMFXMUwSsYgK3sqDnb5cOzgPnzyySfYunUrTp8+LS3NwrISZWVlIINg9OjR8pqDj39jKmRP+P1+OYLBAJ567GHcnv0VbpyeR1k8gkAogmg4ijAljZGVw3DVtiuJVnti+cBCqzyzrDSvVCkwFhOuVHKLwQfw8BHu1CClUD8BX87tCLQ1wk/c13TwgGSGBx98EK+//jqWLl2KqqoqOjQsMcoQ4ni69NJLpfDs7pMnT+LAgQPYu3evZLndu3djz546nOzRUddKCbGjh2LEix7KdN3eKCU8otTuTih6RLKZSac8+BwanBNYgU6mYxvBZw4dvH7kyJFgKLXZhmOZ40lk5hQTMxDfpRbCrSWiZN4zWPnaauJwQ+J++PDhGDZsmNyYhXrhhRc4sDBq1ChMnToVOTk50jv8u4lfPpjZJBKJYMvuvZiW2oQHphE9UzkS0mIZm0uSMbk2/MuxG+CCT97PXjAH/a1TzNk6Ojomcl2hE9UFKR9I69XW1qK+bge8Pg16P3mgn4Iq1IdAt5vytg1+X0wQulladceOHVJohgsrw/A4dOgQ1qxZg7Vr1+LTTz8la++Ra48ePSppmhmJPRONaohQbBMq4Q3RUaHv594AUWckRpusMAexyUSUxGwk672NjY37ZK1NAdfHfM0JY/78+SjPS8Hf6inyqZiKdBNDeE8g1HMaiqKS+0IDm7KwzMdHjhzB/v370draSmsUaV22NP9GZYoUmPfn+/g3tijPOlV+nNU7iIC8VFL4wjFP8OzxCXR0xujXpE8evAcn3aampve4JpIKUDLr40WMLz60ujgTBwtvw2ufdKKlmYQ/fRi6p1Xm/1BIYnBACVMRmb2NWJHIgSYL+Dh2rThmCPA172HQNWO4lyzeF4xZn8vqdlKItkXrma4BoZnZioqKpPDsaTojxEdJBagWCrLlTL4OkpAorkH1iFQ88nEU71JTovYch6DE0nbGDTPYzVKBlYgHVazEpb1MJXg2heaZLc/30pnQomHwsm4S2k1JMkxztVPBnTNKMeqqa5GblSYTa2lpKddAkjrNBElsGRho1+rr60P8A2/Ogw/r6/fiouIkrLtvDJy5+Vi5sx8pio6331mD9evXS9iYrMDCm+UvC29+TOF5HWO+s7NTDg7s6upqqoepUiUJrh2VgkcWTMHDTy7Cdb+6C2lFFbhnnRdjymI5hamdhTb35BxD8aQNKECWC1rdLPFJ1g5RgPUQvc0dk4UX7rkUd093odPdJjmeBWEaZfbhoGYY8b0mT5vMY0LzggsuwI033giuuZiGt26lPrG/E8/eVoHSmqnYtvcknv7tq1j60CvY9uEWuDIyZcnOBjGNYu5Nchrmkwv5C22cQAKF2VVcErCF3PYiLBO/Q14WuY1aq2SnC2v2dmL+6jbccccd0oJcdjQ0NGDXrl1SWN6chWVrceadOHEiKisrmTXYy5KdWAjODx6vHxlaO6YXGMigMijLRfmSSqFE6g8nZKt4PHgzBULPgBet1icDhN94442kAQ8Q3WmspekFiVeq5ak3odmQwyCPJNpiOrOCDBkOMKbPxYsX4+6775YCMxQ5I/MeGzZswLJly/D+++9LBTkAOddwfnAkJSMjQaAkE7JNzSVxUkn4BJUHxSNR7ODsy4rwddQsrCyPLNglmpnt+HChEdNo6oACepQ6toHAxMBmvDFzNH+YJRh+1DFJiLGH2ANMz5z6+W9WUPbZqh1JZJAUEjpZjQnOcFBEjBxDEW0gcQ1WhDwcGPJokRZGrTTHFg8bVE2S4BoNPazDEX/OJGLrY+vilpFK0wGyFSUYmjMHIAvMsLJiWdB1girgUGTnKQW3KbJ5g42+CA/KviaL8XlkJP8QBchCEavGZHIE4x4wOOHoGuFTjYkfx6UZrPHAgtlXm8MMQKv1zGu2tz3+TF0V31ufjzYMRT7dMNebw4wFMopniALEFgFLrUEeiEMo7gEeifHVmq6dZRVrrWJljTjDDQhvzuYDEUfcHlbhhcEJkJp4C3SsMOJBnu06F4S8ZgDLQ0iBIDXuusbCk6UjrIA6IJQ1w1qzrPkUwfoxv7MmN4OGGhechTZnXsL1UdQCH6vw/Glrazs9RAGqLLtNq0o+N6jzIg9wumcYsQds8bWRSHSIAgP3WYS0esDqBUmNBnsrZnUW3lSG6YTho1mMMRhKlJHdQxSgKrHzLHdREPtIAcFsEGUBSYG4BfiaBTaztsleVr4eLPAQYRhucfjEBI7jX/DTD6b0s+FjeoPJ4MSJE0M9QNXiKau7FKEjyCwkhSXIhHXZB/CBpvXN2uYs+h0MFcvhg+NBmJRmmMH7/WDSsFrdqjzt5T4XhI6zMCajCEpk/ZqdQoGsT/iPkidAijCMonGomUr8UAz8kPVjMWBIwdkLmgkbg/fmx9DkeUMbYn3zXqLojiEKUHHUwO4ZEILmft1G2BdSeI4BlVP5IAXM2sn82xrAA3gfFIjfU+n3Fmf7mCwUNWKxd657uJTo5Cw5WAHqCfZzRh1I2RRkfs1GCQWxRpsqO4W+58Sj6cZZsLEmNau1rcF8LiVs8azOVocwoRNXJk7V52Iwqrd6hyjw9ttvt1OaD9JNRkwQAwFdlc/7g+wFUkKl76UCmn5W8A4O4nPBx+wRBgQZUDAmvB73hIhf85fWJGh5yMuz51xvKZVJkybddvLkSZUgISTLKHapABd1oQjxNn3Hj8yjFsybXhisgFWRwbNhShrnfnL2QA7g78JkMEPXhgSv9JrNZlDrGjzna9YVK1bUUufzACUKxe/z6f20US81Zz7qU/ujnNsiMntGNX1IBrYG2WAPnCujyggWMdqMGt8HMo9QVB+AnTWQ6TwKDb35h94Ty7cfX3755e/Ly8sr7TZbZ3NrO9zUaHWTEj00OA64goxaCjgziAcnscEKDFaGzc6llR7nfy3uCZ7Z20zjlkJRMCqo3FE7Ojrut77bG/wGkE0jtmzZ0rxnz57CxOTUWSf8iq01AOEmp7n91Hw4Yh6wWnWwF87acDD3x6+VOKMpcdio8Zm/85LHjVi7KuJ9t0HxqcyaNesVamU/+jFv6mW52NTUtO2qqpHLTnVDaaeevYka78wEyPbRpM7B9fpg+hyMYXO9En/NpcYHC55C3s2mCx+xUCJhlTpE5ZprrsHChQubhg0bNqG2tnaR+Z8vP/ZFt3yhdt/U8unOUPfavg5vXgfJ87dQvjq6tAgJibEn0szNnENYMUrzUjnzeanZC/DfVgW7untwQ7oHl2bHGppUGxtHQZaDUs4VC/TPMqZsPPLtN3+izm/n6tWr/RbBxfm+qVfiw/j1jJFzUrtb39vfEUz50CgWRU67kpuVaSQlJausBPfDLS0tUgHzPYHsvgY15vzhdvT+nF7cWuVAmisV6dm5SCwsE+qEicrz725wLl39rf/HvLFXzvONvVRk2eSM6xJysmveOJ5QF9a0lRTAedTnUoUsVH46x7g1rc+Wlw+gVFXhLi0nKxOVU2ai9sX/xKn7LxIZ065VUDUWRnqet/void0nGw89PWnJ07vP9U74p/p/IatF5PW8efPmUCmyltydymxBCijmG09+J3DxxRfzE2tBgdjigf2V9mfvufHnVYnlpfc8u+urbdtX7Gls3vrkmxu9P3DGT/8PTz/kmRkzZvyM5idGjRpFvXwlw+oY/b2+oaHhg3379h3++uuvoz/lP3Hw578Bzb/WDBLHWnYAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.t-referral-payout__statistic {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-referral-payout__statistic-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2px 4px 2px 60px;
	border-radius: 12px
}

@media(max-width:767px) {
	.t-referral-payout__statistic-item {
		padding: 4px 4px 4px 60px
	}
}

.t-referral-payout__statistic-item span {
	font: 400 14px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-referral-payout__statistic-item b {
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-referral-payout__statistic-item .t-icon {
	position: absolute;
	top: -1px;
	left: 0;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px;
	border-radius: 10px
}

@media(max-width:767px) {
	.t-referral-payout__statistic-item .t-icon {
		top: 0
	}
}

.t-referral-payout__statistic-item_referrals .t-icon {
	background-color: rgba(255, 114, 33, .15);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC45NDggMS45ODlsLjkyNy4zNzVhNS4wMDEgNS4wMDEgMCAwMTAgOS4yNzJsLS45MjcuMzc1LS43NS0xLjg1NC45MjctLjM3NWEzLjAwMSAzLjAwMSAwIDAwMC01LjU2NGwtLjkyNy0uMzc2Ljc1LTEuODUzek05LjUgMy45OTlhMyAzIDAgMTAwIDYgMyAzIDAgMDAwLTZ6bS01IDNhNSA1IDAgMTExMCAwIDUgNSAwIDAxLTEwIDB6bTEzLjc4IDYuOTFsLjk3LjI0OEE1LjAwMiA1LjAwMiAwIDAxMjMgMTl2M2gtMnYtM2EzLjAwMiAzLjAwMiAwIDAwLTIuMjUtMi45MDZsLS45NjgtLjI0OS40OTktMS45Mzd6bS0xMC4zMTYuMDloMy4wNzJjLjkwMSAwIDEuNjI5IDAgMi4yMi4wNDEuNjEuMDQyIDEuMTQ4LjEzIDEuNjU3LjM0YTUgNSAwIDAxMi43MDYgMi43MDdjLjIxMi41MS4zIDEuMDQ3LjM0IDEuNjU2LjA0MS41OTIuMDQxIDEuMzIuMDQxIDIuMjIxVjIyaC0ydi0xYzAtLjk0NiAwLTEuNjA1LS4wMzYtMi4xMi0uMDM0LS41MDgtLjA5OS0uODAzLS4xOTItMS4wMjhhMyAzIDAgMDAtMS42MjQtMS42MjRjLS4yMjUtLjA5My0uNTItLjE1OC0xLjAyNy0uMTkyQzEyLjYwNSAxNiAxMS45NDYgMTYgMTEgMTZIOGMtLjk0NiAwLTEuNjA1IDAtMi4xMi4wMzYtLjUwNy4wMzQtLjgwMy4wOTktMS4wMjguMTkyYTMgMyAwIDAwLTEuNjI0IDEuNjI0Yy0uMDkzLjIyNS0uMTU4LjUyLS4xOTIgMS4wMjdDMyAxOS4zOTUgMyAyMC4wNTQgMyAyMXYxSDF2LTEuMDM1YzAtLjkwMSAwLTEuNjI5LjA0LTIuMjIuMDQyLS42MS4xMy0xLjE0OC4zNC0xLjY1N2E1IDUgMCAwMTIuNzA3LTIuNzA3Yy41MS0uMjEgMS4wNDgtLjI5OCAxLjY1Ni0uMzQuNTkyLS4wNCAxLjMyLS4wNCAyLjIyMS0uMDR6IiBmaWxsPSIjRkY3MjIxIi8+PC9zdmc+")
}

.t-referral-payout__statistic-item_wager .t-icon {
	background-color: rgba(65, 128, 255, .15);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi45OTggMTJjMCA2LjA3NS00LjkyNSAxMS0xMSAxMXMtMTEtNC45MjUtMTEtMTEgNC45MjUtMTEgMTEtMTEgMTEgNC45MjUgMTEgMTF6bS0xMiA4Ljk0NXYtMy4wMjhhNS45NzQgNS45NzQgMCAwMS0yLjc0MS0xLjIyNmwtMi4xMyAyLjEzYTguOTYyIDguOTYyIDAgMDA0Ljg3MSAyLjEyNHptLTYuMjM0LTMuNTlMNi45MiAxNS4yQTUuOTYzIDUuOTYzIDAgMDE2LjA4IDEzSDMuMDUzYy4xOCAxLjYyLjc4OCAzLjExMSAxLjcxIDQuMzU1ek0zLjA1MyAxMWgzLjAyOGE1Ljk2OCA1Ljk2OCAwIDAxMS4wMjYtMi40NzZsLTIuMTQtMi4xNDFBOC45NTcgOC45NTcgMCAwMDMuMDUyIDExem03Ljk0NS00LjkxN0E1Ljk2OCA1Ljk2OCAwIDAwOC41MjIgNy4xMUw2LjM4IDQuOTdhOC45NTcgOC45NTcgMCAwMTQuNjE4LTEuOTE0djMuMDI4ek0xNy45MTUgMTNoMy4wMjhhOC45NTYgOC45NTYgMCAwMS0xLjkxMyA0LjYxOGwtMi4xNDEtMi4xNDFBNS45NyA1Ljk3IDAgMDAxNy45MTUgMTN6bS0yLjQ0IDMuODkxYTUuOTcgNS45NyAwIDAxLTIuNDc3IDEuMDI2djMuMDI4YTguOTU2IDguOTU2IDAgMDA0LjYxOC0xLjkxM2wtMi4xNDEtMi4xNDF6bTIuNDQtNS44OWgzLjAyOGE4Ljk2MiA4Ljk2MiAwIDAwLTIuMTI0LTQuODcybC0yLjEzIDIuMTNBNS45NzQgNS45NzQgMCAwMTE3LjkxNSAxMXptLTQuOTE3LTcuOTQ2YzEuNjIuMTggMy4xMS43ODggNC4zNTUgMS43MTFsLTIuMTU3IDIuMTU3YTUuOTYzIDUuOTYzIDAgMDAtMi4xOTgtLjg0VjMuMDU1em0zIDguOTQ1YTQgNCAwIDExLTggMCA0IDQgMCAwMTggMHoiIGZpbGw9IiM0MTgwRkYiLz48L3N2Zz4=")
}

.t-referral-payout__statistic-item_earned .t-icon {
	background-color: rgba(74, 233, 156, .15);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDJoMTZ2Mkg0djJoMTh2MTZIMlYyem0yIDZ2MTJoMTZWOEg0em0xMSA2YTEuNSAxLjUgMCAxMTMgMCAxLjUgMS41IDAgMDEtMyAweiIgZmlsbD0iIzRBRTk5QyIvPjwvc3ZnPg==")
}

.t-referral-info {
	grid-row: 2/3;
	grid-column: 2/3;
	color: #a9a9a9;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 16px
}

.t-referral-info__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 24px 20px
}

.t-referral-info__sub-title {
	display: none
}

.t-referral-info__title {
	margin-bottom: 8px;
	font: 600 24px/135% Geologica, sans-serif;
	color: #fff
}

.t-referral-info__text {
	font: 400 16px/140% Geologica, sans-serif
}

.t-referral-info__text ul {
	margin: 8px 0 8px 24px
}

.t-referral-benefits {
	display: none
}

.app-referral .t-faq {
	padding-top: 68px
}

@media(max-width:767px) {
	.app-referral .t-faq {
		padding-top: 40px
	}
}

.app-referral .t-faq-content__list,
.app-referral .t-faq-content__wrap,
.app-referral .t-faq__body,
.app-referral .t-faq__wrapper,
.app-referral .t-faq_content {
	width: 100%
}

.app-referral .t-faq-content__title {
	display: none
}

.app-referral .t-faq-list,
.app-referral .t-faq-list-item {
	width: 100%
}

.app-referral .t-faq-list-item__title {
	width: 100%;
	margin-bottom: 32px;
	font: 700 32px/120% Geologica, sans-serif;
	text-align: left
}

@media(max-width:767px) {
	.app-referral .t-faq-list-item__title {
		margin-bottom: 24px;
		font: 600 24px/135% Geologica, sans-serif
	}
}

.app-referral .t-faq-list-item__collapses {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%
}

.app-referral .t-faq-collapse {
	width: 100%;
	padding: 20px;
	background: #1f1f1f;
	border-radius: 12px
}

.app-referral .t-faq-collapse:hover .t-faq-collapse__title,
.app-referral .t-faq-collapse_active .t-faq-collapse__title {
	color: #fff
}

.app-referral .t-faq-collapse:hover .t-faq-collapse__arrow {
	opacity: 1
}

.app-referral .t-faq-collapse__wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%
}

.app-referral .t-faq-collapse__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font: 600 20px/135% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: left;
	cursor: pointer
}

@media(max-width:767px) {
	.app-referral .t-faq-collapse__title {
		gap: 20px
	}
}

.app-referral .t-faq-collapse__arrow {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA3LjdsNy40IDcuMzktMS40MTEgMS40MUwxMiAxMC41MiA2LjAxMiAxNi41IDQuNiAxNS4wOSAxMiA3Ljd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: .6;
	transition: .3s;
	transform: scaleY(-1)
}

.app-referral .t-faq-collapse__arrow_active {
	opacity: 1;
	transform: scale(1)
}

.app-referral .t-faq-collapse__text {
	max-width: 640px;
	font: 400 16px/140% Geologica, sans-serif;
	color: #a9a9a9;
	text-align: left
}

.app-referral .t-faq-collapse:last-child {
	border-bottom: none
}

.app-referral .t-tab-termsandconditions {
	display: none
}

.t-popup_referral .t-popup__backdrop {
	backdrop-filter: blur(10px)
}

.t-popup_referral .t-popup__wrap {
	padding: 32px
}

.t-popup_referral .t-popup__wrap .t-popup__close {
	top: 48px
}

@media(max-width:767px) {
	.t-popup_referral .t-popup__wrap .t-popup__close {
		top: 38px
	}
}

@media(max-width:767px) {
	.t-popup_referral .t-popup__wrap {
		padding: 20px
	}
}

.t-popup_referral .t-popup__wrap .t-popup__header {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: unset;
	padding: 0 32px 24px;
	margin: 0 -32px 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px
}

.t-popup_referral .t-popup__wrap .t-popup__header .t-icon {
	width: 28px;
	height: 28px
}

.t-popup_referral .t-popup__wrap .t-popup__header .t-icon.t-icon-completed {
	display: none
}

.t-popup_referral .t-popup__wrap .t-popup__action {
	padding: 0
}

.t-popup_referral .t-popup__wrap .t-popup__action-row {
	padding-bottom: 0
}

.t-popup_referral .t-popup__action-col {
	padding: 0
}

.t-popup_referral .t-popup__action-col .t-button__large {
	padding: 16px 24px;
	font-size: 20px;
	font-weight: 500;
	line-height: unset
}

.t-popup_referral .t-modal-referral {
	padding-bottom: unset
}

.t-popup_referral .t-modal-referral__title {
	padding: 0 32px 24px;
	margin: 0 -32px 20px;
	font: 600 24px/135% Geologica, sans-serif;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.t-popup_referral .t-modal-referral__title {
		padding: 0 20px 20px;
		margin: 0 -20px 20px
	}
}

.t-popup_referral .t-modal-referral__description {
	margin-bottom: 16px;
	font: 400 16px/24px Geologica, sans-serif;
	color: #a9a9a9
}

.t-popup_referral .t-modal-referral__description.t-modal-referral-payout-lock__description b {
	color: #fff
}

.t-popup_referral .t-modal-referral-share__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

@media(max-width:767px) {
	.t-popup_referral .t-modal-referral-share__list {
		gap: 16px
	}
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item span {
	display: none
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item .t-icon {
	width: 40px;
	height: 40px
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_telegram .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl80OV8xOTAxNikiLz48cGF0aCBkPSJNOC41OCAxOC43NDljNi4xNzYtMi41NCAxMC4yOTMtNC4yMTUgMTIuMzUxLTUuMDI0IDUuODg0LTIuMzEgNy4xMDUtMi43MTEgNy45MDMtMi43MjUuMTc1LS4wMDMuNTY2LjAzOC44Mi4yMzMuMjEyLjE2NC4yNzIuMzg2LjMwMi41NDIuMDI2LjE1NS4wNjMuNTEuMDMzLjc4Ny0uMzE4IDMuMTYyLTEuNjk4IDEwLjgzNy0yLjQgMTQuMzc5LS4yOTQgMS40OTgtLjg4IDIuMDAxLTEuNDQ2IDIuMDUtMS4yMy4xMDctMi4xNjQtLjc2Ny0zLjM1NS0xLjUwNS0xLjg2My0xLjE1NC0yLjkxNi0xLjg3Mi00LjcyNi0yLjk5OC0yLjA5MS0xLjMwMS0uNzM1LTIuMDE2LjQ1Ny0zLjE4NS4zMS0uMzA2IDUuNzMyLTQuOTYgNS44MzQtNS4zODMuMDEzLS4wNTMuMDI3LS4yNS0uMS0uMzUzLS4xMjItLjEwNC0uMzA0LS4wNjktLjQzNi0uMDQtLjE4OS4wNC0zLjE2NCAxLjg5OC04LjkzNSA1LjU3NS0uODQ0LjU0OS0xLjYwOC44MTYtMi4yOTcuODAyLS43NTQtLjAxNi0yLjIxLS40MDQtMy4yOTMtLjczNi0xLjMyMy0uNDA3LTIuMzc5LS42MjItMi4yODYtMS4zMTQuMDQ2LS4zNi41NzItLjcyOSAxLjU3NS0xLjEwNXoiIGZpbGw9IiNmZmYiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDlfMTkwMTYiIHgxPSIyNi42OCIgeTE9IjYuNjgiIHgyPSIxNi42OCIgeTI9IjMwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzM3QUVFMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzFFOTZDOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_x .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNOS4wNTQgOS41bDguNDkzIDExLjU4M0w5IDMwLjVoMS45MjRsNy40ODMtOC4yNDUgNi4wNDYgOC4yNDVIMzFsLTguOTcyLTEyLjIzNEwyOS45ODQgOS41SDI4LjA2bC02Ljg5MSA3LjU5M0wxNS42IDkuNUg5LjA1NHptMi44MjkgMS40NDVoMy4wMDdsMTMuMjggMTguMTFoLTMuMDA3bC0xMy4yOC0xOC4xMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_reddit .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiNGRjQ1MDAiLz48cGF0aCBkPSJNMzIuMTM5IDIwLjAyYTIuOTI2IDIuOTI2IDAgMDAtMy4wMjgtMi44MTMgMi45MyAyLjkzIDAgMDAtMS45MTQuODEgMTQuMjE4IDE0LjIxOCAwIDAwLTcuNy0yLjQ2bDEuMjk3LTYuMjQgNC4yOC45YTEuOTk5IDEuOTk5IDAgMTAzLjk3Ny0uNDI4IDIgMiAwIDAwLTMuNzEzLS43OTRsLTQuOTAyLS45OGEuNjIuNjIgMCAwMC0uNzQuNDczdi4wMWwtMS40NzcgNi45NGMtMi43ODQuMDQ0LTUuNDk0LjktNy44IDIuNDZhMi45MTYgMi45MTYgMCAwMC00LjEyNy4xMyAyLjkxNiAyLjkxNiAwIDAwLjkxNSA0LjY1MyA2LjQ2IDYuNDYgMCAwMDAgLjg4YzAgNC40NzkgNS4yMiA4LjEyMyAxMS42NTggOC4xMjNzMTEuNjU4LTMuNjQgMTEuNjU4LTguMTIzYTYuNDYgNi40NiAwIDAwMC0uODggMi45MiAyLjkyIDAgMDAxLjYxNi0yLjY2em0tMjAgMi4wMDVjMC0xLjEwNC45LTIuMDA0IDIuMDAzLTIuMDA0IDEuMTA0IDAgMi4wMDQuOSAyLjAwNCAyLjAwMyAwIDEuMTA0LS45IDIuMDA0LTIuMDA0IDIuMDA0YTIuMDEgMi4wMSAwIDAxLTIuMDAzLTIuMDAzem0xMS42MTggNS41Nzd2LS4wOGE3LjY4IDcuNjggMCAwMS00Ljk0MiAxLjU0MiA3LjY4IDcuNjggMCAwMS00Ljk0Mi0xLjU0MS41NC41NCAwIDAxLjc2LS43NiA2LjUzMiA2LjUzMiAwIDAwNC4xNjIgMS4yNTcgNi41ODIgNi41ODIgMCAwMDQuMTgtMS4yMTguNTYzLjU2MyAwIDAxLjc5Mi4wMS41NjIuNTYyIDAgMDEtLjAxLjc5em0tLjI3NC0zLjQzaC0uMWwuMDE2LS4wNzVjLTEuMTA0IDAtMi4wMDQtLjktMi4wMDQtMi4wMDMgMC0xLjEwNC45LTIuMDA0IDIuMDA0LTIuMDA0czIuMDA0LjkgMi4wMDQgMi4wMDRhMiAyIDAgMDEtMS45MiAyLjA3OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_viber .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5XzE5MDI0KSI+PHBhdGggZD0iTTM0IDBINmE2IDYgMCAwMC02IDZ2MjhhNiA2IDAgMDA2IDZoMjhhNiA2IDAgMDA2LTZWNmE2IDYgMCAwMC02LTZ6IiBmaWxsPSIjN0M1RkY3Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi42OTcgMTEuMzI5YTcuMTg3IDcuMTg3IDAgMDAtMi45MjItLjU0OC4zOS4zOSAwIDExLS4wMTgtLjc4IDcuOTcgNy45NyAwIDAxOC4xMzMgOC41NDMuMzkuMzkgMCAxMS0uNzgtLjA1NiA3LjE4NyA3LjE4NyAwIDAwLTQuNDEzLTcuMTZ6bS0uNDEyIDEuODU0YTQuNjEgNC42MSAwIDAwLTEuODE2LS4zNy4zOS4zOSAwIDAxMC0uNzgyIDUuMzkyIDUuMzkyIDAgMDE1LjM5IDUuNjQ0LjM5LjM5IDAgMTEtLjc4LS4wMzcgNC42MSA0LjYxIDAgMDAtMi43OTQtNC40NTV6bS0uNDczIDEuODc0YTEuOTUyIDEuOTUyIDAgMDAtLjc4My0uMTM1LjM5LjM5IDAgMTEtLjAyNy0uNzggMi43MzQgMi43MzQgMCAwMTIuODI2IDIuODI1LjM5LjM5IDAgMTEtLjc4LS4wMjcgMS45NTMgMS45NTMgMCAwMC0xLjIzNi0xLjg4M3oiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNDIyIDE4LjEyNUM3LjQyMiAxMS4wMTUgOC43NSA2LjY0MSAyMCA2LjY0MXMxMi41NzggNC4zNzUgMTIuNTc4IDExLjQ4NGMwIDcuMTEtMS4zMjggMTEuNDg0LTEyLjU3OCAxMS40ODRsLTIuMDMxLS4wNzgtNC4xNCA0LjkyMmMtLjMxMy4zMTMtLjYyNi4wNzgtLjYyNi0uMjM0di01LjM5Yy0uNDY5IDAtMi40MjItLjkzOC0yLjk2OS0xLjQ4NS0xLjcxOC0xLjc5Ny0yLjgxMi0zLjEyNS0yLjgxMi05LjIxOXptLTIuMzQ0IDBDNS4wNzggOC4yODEgOS4zNzUgNC4yOTcgMjAgNC4yOTdTMzQuOTIyIDguMjggMzQuOTIyIDE4LjEyNSAzMC42MjUgMzEuOTUzIDIwIDMxLjk1M2MtLjc4MSAwLTEuNDA2IDAtMi41LS4xNTZsLTIuOTY5IDMuMzZjLS41NDcuNjI0LTIuMTg3Ljg1OS0yLjE4Ny0xLjAxNnYtMy4yODJjLS40NjkgMC0xLjU2My0uNDY4LTMuMDQ3LTEuNDA2LTEuNDg1LTEuMDE1LTQuMjE5LTMuNDM3LTQuMjE5LTExLjMyOHpNMjIuNSAyMS40MDZjLjUyLS42NzcgMS4xNDYtLjc4MSAxLjg3NS0uMzEybDIuODEzIDIuMTFjLjQxNi41Mi4yMzQgMS4yNS0uNTQ3IDIuMTg3LS43ODIuOTM3LTEuNTEgMS4zMjgtMi4xODggMS4xNzItMi43Ni0uNjI1LTUuNDE2LTIuMTg4LTcuOTY5LTQuNjg4LTIuNTUyLTIuNS00LjE0LTUuMjA4LTQuNzY1LTguMTI1IDAtMS4wNDIuNjUtMS45MjcgMS45NTMtMi42NTYuNjc3LS40NjkgMS4yNS0uMzM5IDEuNzE5LjM5bDEuOTUzIDIuNzM1Yy4zMTIuNjI1LjEzIDEuMTk4LS41NDcgMS43MTktMy4wNDcgMS4xNzEgMy45ODQgOC43NSA1LjcwMyA1LjQ2OHoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80OV8xOTAyNCI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiNmZmYiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_facebook .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiMxODc3RjIiLz48cGF0aCBkPSJNMjcuODg2IDI1Ljg2NGwuODgxLTUuNzQ4aC01LjUxMXYtMy43M2MwLTEuNTcyLjc3LTMuMTA0IDMuMjM4LTMuMTA0SDI5VjguMzg3UzI2LjcyNiA4IDI0LjU1MiA4Yy00LjU0IDAtNy41MDYgMi43NTMtNy41MDYgNy43MzZ2NC4zOEgxMnY1Ljc0OGg1LjA0NnYxMy44OTRhMjAuMDE0IDIwLjAxNCAwIDAwNi4yMSAwVjI1Ljg2NGg0LjYzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_instagram .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5XzE5MDQyKSI+PHBhdGggZD0iTTIwLjA1NS0uMDY2Yy04LjM1MSAwLTEwLjc5NC4wMDgtMTEuMjY4LjA0OC0xLjcxNC4xNDItMi43OC40MTItMy45NDMuOTlhNy45ODUgNy45ODUgMCAwMC0yLjI5OCAxLjY4M0MxLjI3NiAzLjk3Mi41MDggNS41OTMuMjI5IDcuNTJjLS4xMzUuOTM1LS4xNzUgMS4xMjYtLjE4MyA1LjkwNC0uMDAzIDEuNTkzIDAgMy42ODkgMCA2LjUgMCA4LjM0NS4wMSAxMC43ODUuMDUgMTEuMjU5LjEzOCAxLjY2Ny40IDIuNzE2Ljk1MyAzLjg2NCAxLjA1OSAyLjE5NyAzLjA4IDMuODQ2IDUuNDYyIDQuNDYyLjgyNS4yMTIgMS43MzUuMzI5IDIuOTA1LjM4NC40OTUuMDIyIDUuNTQ0LjAzNyAxMC41OTYuMDM3IDUuMDUzIDAgMTAuMTA1LS4wMDYgMTAuNTg4LS4wMyAxLjM1NC0uMDY0IDIuMTQtLjE3IDMuMDEtLjM5NGE4LjM3NiA4LjM3NiAwIDAwNS40Ni00LjQ3MWMuNTQ0LTEuMTIuODItMi4yMS45NDQtMy43OS4wMjctLjM0NS4wMzgtNS44NC4wMzgtMTEuMzI2IDAtNS40ODgtLjAxMi0xMC45NzItLjAzOS0xMS4zMTctLjEyNi0xLjYwNi0uNDAxLTIuNjg2LS45NjItMy44MjhhNy45MyA3LjkzIDAgMDAtMS43MTItMi4zNDZDMzYuMDE1IDEuMTY0IDM0LjM5Ny4zOTUgMzIuNDY5LjExN2MtLjkzNS0uMTM1LTEuMTIyLS4xNzUtNS45MDMtLjE4M2gtNi41MXoiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbF80OV8xOTA0MikiLz48cGF0aCBkPSJNMjAuMDU1LS4wNjZjLTguMzUxIDAtMTAuNzk0LjAwOC0xMS4yNjguMDQ4LTEuNzE0LjE0Mi0yLjc4LjQxMi0zLjk0My45OWE3Ljk4NSA3Ljk4NSAwIDAwLTIuMjk4IDEuNjgzQzEuMjc2IDMuOTcyLjUwOCA1LjU5My4yMjkgNy41MmMtLjEzNS45MzUtLjE3NSAxLjEyNi0uMTgzIDUuOTA0LS4wMDMgMS41OTMgMCAzLjY4OSAwIDYuNSAwIDguMzQ1LjAxIDEwLjc4NS4wNSAxMS4yNTkuMTM4IDEuNjY3LjQgMi43MTYuOTUzIDMuODY0IDEuMDU5IDIuMTk3IDMuMDggMy44NDYgNS40NjIgNC40NjIuODI1LjIxMiAxLjczNS4zMjkgMi45MDUuMzg0LjQ5NS4wMjIgNS41NDQuMDM3IDEwLjU5Ni4wMzcgNS4wNTMgMCAxMC4xMDUtLjAwNiAxMC41ODgtLjAzIDEuMzU0LS4wNjQgMi4xNC0uMTcgMy4wMS0uMzk0YTguMzc2IDguMzc2IDAgMDA1LjQ2LTQuNDcxYy41NDQtMS4xMi44Mi0yLjIxLjk0NC0zLjc5LjAyNy0uMzQ1LjAzOC01Ljg0LjAzOC0xMS4zMjYgMC01LjQ4OC0uMDEyLTEwLjk3Mi0uMDM5LTExLjMxNy0uMTI2LTEuNjA2LS40MDEtMi42ODYtLjk2Mi0zLjgyOGE3LjkzIDcuOTMgMCAwMC0xLjcxMi0yLjM0NkMzNi4wMTUgMS4xNjQgMzQuMzk3LjM5NSAzMi40NjkuMTE3Yy0uOTM1LS4xMzUtMS4xMjItLjE3NS01LjkwMy0uMTgzaC02LjUxeiIgZmlsbD0idXJsKCNwYWludDFfcmFkaWFsXzQ5XzE5MDQyKSIvPjxwYXRoIGQ9Ik0yMC4wNDYgNS4xNjZjLTQuMDExIDAtNC41MTUuMDE4LTYuMDkuMDktMS41NzIuMDcxLTIuNjQ2LjMyLTMuNTg1LjY4NWE3LjIzMiA3LjIzMiAwIDAwLTIuNjE2IDEuNzAzIDcuMjUgNy4yNSAwIDAwLTEuNzA1IDIuNjE3Yy0uMzY2LjkzOS0uNjE1IDIuMDEyLS42ODYgMy41ODQtLjA3IDEuNTc1LS4wODkgMi4wOC0uMDg5IDYuMDkgMCA0LjAxMS4wMTggNC41MTMuMDkgNi4wODkuMDcyIDEuNTcyLjMyIDIuNjQ1LjY4NiAzLjU4NGE3LjIzNiA3LjIzNiAwIDAwMS43MDMgMi42MTYgNy4yMzIgNy4yMzIgMCAwMDIuNjE2IDEuNzA1Yy45NC4zNjUgMi4wMTMuNjE0IDMuNTg1LjY4NiAxLjU3NS4wNzIgMi4wNzguMDkgNi4wODkuMDkgNC4wMTEgMCA0LjUxMy0uMDE4IDYuMDg5LS4wOSAxLjU3Mi0uMDcyIDIuNjQ2LS4zMiAzLjU4Ni0uNjg2YTcuMjI2IDcuMjI2IDAgMDAyLjYxNC0xLjcwNSA3LjI1IDcuMjUgMCAwMDEuNzA1LTIuNjE1Yy4zNjMtLjk0LjYxMy0yLjAxMy42ODYtMy41ODUuMDcxLTEuNTc2LjA5LTIuMDc4LjA5LTYuMDg5IDAtNC4wMS0uMDE5LTQuNTE0LS4wOS02LjA5LS4wNzMtMS41NzItLjMyMy0yLjY0NS0uNjg2LTMuNTg0YTcuMjQ5IDcuMjQ5IDAgMDAtMS43MDQtMi42MTcgNy4yMTggNy4yMTggMCAwMC0yLjYxNi0xLjcwM2MtLjk0MS0uMzY1LTIuMDE1LS42MTQtMy41ODctLjY4Ni0xLjU3Ni0uMDcxLTIuMDc4LS4wODktNi4wOS0uMDg5aC4wMDV6TTE4LjcyIDcuODI4aDEuMzI1YzMuOTQzIDAgNC40MS4wMTQgNS45NjguMDg0IDEuNDQuMDY2IDIuMjIxLjMwNyAyLjc0Mi41MS42OS4yNjcgMS4xOC41ODcgMS42OTcgMS4xMDQuNTE3LjUxNy44MzcgMS4wMDkgMS4xMDUgMS42OTguMjAzLjUyLjQ0NCAxLjMwMi41MSAyLjc0Mi4wNyAxLjU1Ny4wODUgMi4wMjQuMDg1IDUuOTY2IDAgMy45NDEtLjAxNSA0LjQxLS4wODYgNS45NjYtLjA2NiAxLjQ0LS4zMDYgMi4yMjItLjUwOSAyLjc0MmE0LjU2NiA0LjU2NiAwIDAxLTEuMTA1IDEuNjk2IDQuNTY4IDQuNTY4IDAgMDEtMS42OTcgMS4xMDVjLS41Mi4yMDMtMS4zMDIuNDQzLTIuNzQyLjUwOS0xLjU1Ny4wNy0yLjAyNS4wODYtNS45NjguMDg2LTMuOTQ0IDAtNC40MTEtLjAxNi01Ljk2OC0uMDg2LTEuNDQtLjA2Ny0yLjIyMi0uMzA3LTIuNzQzLS41MWE0LjU3NiA0LjU3NiAwIDAxLTEuNjk4LTEuMTA0IDQuNTc4IDQuNTc4IDAgMDEtMS4xMDUtMS42OThjLS4yMDItLjUyLS40NDMtMS4zMDEtLjUwOS0yLjc0MS0uMDctMS41NTctLjA4NS0yLjAyNS0uMDg1LTUuOTY5IDAtMy45NDQuMDE0LTQuNDEuMDg1LTUuOTY2LjA2Ni0xLjQ0LjMwNy0yLjIyMS41MDktMi43NDJBNC41NzUgNC41NzUgMCAwMTkuNjM3IDkuNTJhNC41ODQgNC41ODQgMCAwMTEuNjk4LTEuMTA1Yy41MjEtLjIwMyAxLjMwMy0uNDQzIDIuNzQzLS41MSAxLjM2Mi0uMDYgMS44OS0uMDggNC42NDMtLjA4MnYuMDA0em05LjIwOSAyLjQ1MmExLjc3MiAxLjc3MiAwIDEwLS4wMDEgMy41NDUgMS43NzIgMS43NzIgMCAwMDAtMy41NDZ6bS03Ljg4NCAyLjA3YTcuNTg1IDcuNTg1IDAgMTAwIDE1LjE3IDcuNTg1IDcuNTg1IDAgMDAwLTE1LjE3em0wIDIuNjYyYTQuOTIzIDQuOTIzIDAgMTEwIDkuODQ2IDQuOTIzIDQuOTIzIDAgMDEwLTkuODQ2eiIgZmlsbD0iI2ZmZiIvPjwvZz48ZGVmcz48cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MF9yYWRpYWxfNDlfMTkwNDIiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMCAtMzkuNjM5NiAzNi44NzggMCAxMC42NzIgNDMuMDEpIj48c3RvcCBzdG9wLWNvbG9yPSIjRkQ1Ii8+PHN0b3Agb2Zmc2V0PSIuMSIgc3RvcC1jb2xvcj0iI0ZENSIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiNGRjU0M0UiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDODM3QUIiLz48L3JhZGlhbEdyYWRpZW50PjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQxX3JhZGlhbF80OV8xOTA0MiIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzLjQ3ODgyIDE3LjM3NDQ1IC03MS42MzYwNSAxNC4zNDM0MiAtNi42NTcgMi44MTUpIj48c3RvcCBzdG9wLWNvbG9yPSIjMzc3MUM4Ii8+PHN0b3Agb2Zmc2V0PSIuMTI4IiBzdG9wLWNvbG9yPSIjMzc3MUM4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNjBGIiBzdG9wLW9wYWNpdHk9IjAiLz48L3JhZGlhbEdyYWRpZW50PjxjbGlwUGF0aCBpZD0iY2xpcDBfNDlfMTkwNDIiPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjEwIiBmaWxsPSIjZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_line .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5XzE5MDMwKSI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iOCIgZmlsbD0iIzA3RiIvPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjgiIGZpbGw9IiMwNkM3NTUiLz48cGF0aCBkPSJNMzMuMzMzIDE4LjExNGMwLTUuOTY2LTUuOTgzLTEwLjgyMS0xMy4zMzctMTAuODIxLTcuMzUzIDAtMTMuMzM2IDQuODU1LTEzLjMzNiAxMC44MjEgMCA1LjM1IDQuNzUgOS44MzEgMTEuMTUzIDEwLjY3OC40MzUuMDkzIDEuMDI2LjI4NiAxLjE3NS42NTcuMTM1LjMzOC4wODguODY2LjA0MyAxLjIwNmwtLjE5IDEuMTQyYy0uMDU4LjMzNy0uMjY4IDEuMzE4IDEuMTU1LjcyIDEuNDI0LS41OTkgNy42OC00LjUyMyAxMC40NzgtNy43NDQgMS45MzItMi4xMTkgMi44NTktNC4yNzQgMi44NTktNi42NTl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI4Ljg5NSAyMS41NjFoLTMuNzVhLjI1LjI1IDAgMDEtLjI1LS4yNVYxNS40ODZhLjI1LjI1IDAgMDEuMjUtLjI1aDMuNzVhLjI1LjI1IDAgMDEuMjUuMjV2Ljk0N2EuMjUuMjUgMCAwMS0uMjUuMjVIMjYuMzV2Ljk4aDIuNTQ2YS4yNS4yNSAwIDAxLjI1LjI1di45NjJhLjI1LjI1IDAgMDEtLjI1LjI1SDI2LjM1di45ODNoMi41NDZhLjI1LjI1IDAgMDEuMjUuMjV2Ljk0NWEuMjUuMjUgMCAwMS0uMjUuMjU4ek0xNS4wMzYgMjEuNTZhLjI1LjI1IDAgMDAuMjUtLjI1di0uOTQ1YS4yNS4yNSAwIDAwLS4yNS0uMjVIMTIuNDlWMTUuNDlhLjI1LjI1IDAgMDAtLjI1LS4yNWgtLjk0NWEuMjUuMjUgMCAwMC0uMjUuMjV2NS44MTZhLjI1LjI1IDAgMDAuMjUuMjVoMy43NWwtLjAwOS4wMDR6TTE3LjI5MiAxNS4yM2gtLjk0NWEuMjU1LjI1NSAwIDAwLS4yNTUuMjU1djUuODJjMCAuMTQxLjExNC4yNTYuMjU1LjI1NmguOTQ1Yy4xNCAwIC4yNTUtLjExNS4yNTUtLjI1NnYtNS44MmEuMjU1LjI1NSAwIDAwLS4yNTUtLjI1NXpNMjMuNzMgMTUuMjNoLS45NDVhLjI1LjI1IDAgMDAtLjI1LjI1djMuNDU4bC0yLjY2Mi0zLjU5NmEuMTQ4LjE0OCAwIDAwLS4wMjEtLjAyN2wtLjAxNS0uMDE0LS4wMTQtLjAxMmgtLjAwOGwtLjAxMy0uMDFoLS4wMDhsLS4wMTQtLjAwN2gtMS4wNThhLjI1LjI1IDAgMDAtLjI1LjI1djUuODJhLjI1LjI1IDAgMDAuMjUuMjVoLjk0NmEuMjUuMjUgMCAwMC4yNS0uMjVWMTcuODVsMi42NjYgMy42YS4yNS4yNSAwIDAwLjA2NS4wNjRsLjAxNS4wMWguMDU5YS4zMDIuMzAyIDAgMDAuMDY3LjAxaC45NGEuMjUuMjUgMCAwMC4yNS0uMjV2LTUuOGEuMjUuMjUgMCAwMC0uMjUtLjI1NXoiIGZpbGw9IiMwNkM3NTUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80OV8xOTAzMCI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiNmZmYiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_pinterest .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ5XzE5MDM4KSI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iOCIgZmlsbD0iIzA3RiIvPjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjgiIGZpbGw9IiNDNDAwMjciLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDFfNDlfMTkwMzgpIj48cGF0aCBkPSJNMjAuMDIzIDUuOTk4YTE0LjAyNyAxNC4wMjcgMCAwMC01LjExNSAyNy4wODZjLS4xMjYtMS4xMDgtLjIzLTIuODE2LjA0OC00LjAyOC4yNTMtMS4wOTYgMS42MzgtNi45NyAxLjYzOC02Ljk3YTUuMTEgNS4xMSAwIDAxLS40MTUtMi4wNzZjMC0xLjk0OSAxLjEzLTMuNDA0IDIuNTM4LTMuNDA0IDEuMjAyIDAgMS43NzkuOTAxIDEuNzc5IDEuOTc0IDAgMS4yLS43NjIgMy0xLjE2NyA0LjY3NS0uMzM0IDEuMzk0LjcwNCAyLjUzOCAyLjA3NiAyLjUzOCAyLjQ5IDAgNC40MDgtMi42MzIgNC40MDgtNi40MTggMC0zLjM1OC0yLjQxMS01LjctNS44NjMtNS43LTMuOTkzIDAtNi4zMzUgMi45OS02LjMzNSA2LjA4MiAwIDEuMi40NjEgMi40OSAxLjAzOCAzLjE5NmEuNDE1LjQxNSAwIDAxLjA5My40MTZjLS4xMDMuNDM4LS4zNDYgMS4zOTQtLjM5MiAxLjU5Mi0uMDU4LjI1My0uMjA3LjMxLS40NzMuMTg0LTEuNzU2LS44My0yLjg1Mi0zLjM3LTIuODUyLTUuNDM2IDAtNC40MTggMy4yMDktOC40ODIgOS4yNjgtOC40ODIgNC44NTggMCA4LjY0NCAzLjQ2NCA4LjY0NCA4LjA5NCAwIDQuODM0LTMuMDQ3IDguNzE4LTcuMjY0IDguNzE4LTEuNDIgMC0yLjc1OS0uNzQtMy4yMS0xLjYxNWwtLjg3NyAzLjMzNWMtLjMxMSAxLjIyMy0xLjE2NCAyLjc0Ni0xLjc0MSAzLjY4YTE0LjAzNCAxNC4wMzQgMCAxMDQuMTc4LTI3LjQ0M2wtLjAwNS4wMDJ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQ5XzE5MDM4Ij48cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHJ4PSIxMCIgZmlsbD0iI2ZmZiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwMV80OV8xOTAzOCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNiA2KSIgZD0iTTAgMGgyOHYyOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_skype .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiMwMEFGRjAiLz48cGF0aCBkPSJNMzMuMDA5IDIyLjI5OGMtLjAwOS4wNS0uMDE1LjA5OS0uMDI0LjE0OGwtLjA0OC0uMjgyYy4wMjYuMDQ0LjA0OC4wOS4wNzIuMTM0LjE0NS0uNzg3LjIyLTEuNTkyLjIyLTIuMzk3IDAtMS43ODQtLjM1LTMuNTE2LTEuMDQtNS4xNDZhMTMuMTY1IDEzLjE2NSAwIDAwLTIuODMzLTQuMjAzIDEzLjE3MyAxMy4xNzMgMCAwMC05LjM0OC0zLjg3MmMtLjg0MSAwLTEuNjg0LjA4LTIuNTA0LjIzN2gtLjAwNmMuMDQ2LjAyNS4wOTMuMDQ3LjEzOC4wNzJsLS4yNzgtLjA0NGMuMDQ2LS4wMDguMDkzLS4wMTguMTQtLjAyOEE3LjgzNyA3LjgzNyAwIDAwMTMuODI4IDZjLTIuMDkxIDAtNC4wNTcuODE0LTUuNTM1IDIuMjkzQTcuNzc4IDcuNzc4IDAgMDA2IDEzLjgyOGMwIDEuMzMuMzQyIDIuNjM5Ljk4NSAzLjc5NS4wMDgtLjA0OC4wMTQtLjA5Ny4wMjMtLjE0NWwuMDQ4LjI3OGMtLjAyNS0uMDQ0LS4wNDYtLjA5LS4wNzEtLjEzMy0uMTMuNzQ4LS4yIDEuNTE0LS4yIDIuMjc4IDAgMS43ODYuMzUgMy41MTcgMS4wNCA1LjE0N2ExMy4xNjEgMTMuMTYxIDAgMDAyLjgzMyA0LjIwMyAxMy4xNTIgMTMuMTUyIDAgMDA0LjIwMyAyLjgzMmMxLjYzLjY5IDMuMzYyIDEuMDQgNS4xNDcgMS4wNC43NzcgMCAxLjU1NS0uMDcgMi4zMTUtLjIwNS0uMDQ0LS4wMjUtLjA5LS4wNDctLjEzNC0uMDc0bC4yODIuMDVjLS4wNDkuMDEtLjA5OC4wMTUtLjE0OC4wMjRhNy44MiA3LjgyIDAgMDAzLjg1MSAxLjAxNSA3Ljc3IDcuNzcgMCAwMDUuNTM0LTIuMjkzQTcuNzcyIDcuNzcyIDAgMDAzNCAyNi4xMDdhNy44MjggNy44MjggMCAwMC0uOTkxLTMuODA4em0tMTIuOTQ4IDUuN2MtNC42OTggMC02Ljc5OS0yLjMwOS02Ljc5OS00LjA0IDAtLjg4Ny42NTUtMS41MSAxLjU1OS0xLjUxIDIuMDEgMCAxLjQ4OSAyLjg4NyA1LjI0IDIuODg3IDEuOTIgMCAyLjk4LTEuMDQyIDIuOTgtMi4xMSAwLS42NC0uMzE3LTEuMzUyLTEuNTgxLTEuNjY0bC00LjE3OC0xLjA0M2MtMy4zNjUtLjg0NC0zLjk3NS0yLjY2My0zLjk3NS00LjM3MyAwLTMuNTUgMy4zNDItNC44ODIgNi40ODEtNC44ODIgMi44OTIgMCA2LjMgMS41OTggNi4zIDMuNzI3IDAgLjkxMy0uNzkgMS40NDQtMS42OTMgMS40NDQtMS43MTUgMC0xLjQtMi4zNzUtNC44NTUtMi4zNzUtMS43MTUgMC0yLjY2NS43NzctMi42NjUgMS44ODggMCAxLjEwOSAxLjM1NSAxLjQ2MyAyLjUzIDEuNzMxbDMuMDkzLjY4NmMzLjM4Ny43NTUgNC4yNDYgMi43MzMgNC4yNDYgNC41OTYgMCAyLjg4NC0yLjIxNCA1LjAzOS02LjY4MyA1LjAzOXptMi4xMjggNC44NDZjLjA0NS4wMjcuMDkuMDUuMTM0LjA3NC4wNS0uMDA5LjEtLjAxNS4xNDgtLjAyNGwtLjI4Mi0uMDV6bTEwLjc5Ni0xMC4zOThjLjAwOS0uMDUuMDE1LS4wOTkuMDI0LS4xNDgtLjAyNC0uMDQ0LS4wNDYtLjA5LS4wNzItLjEzNGwuMDQ4LjI4MnpNNy4wMDggMTcuNDc4Yy0uMDA5LjA0OC0uMDE1LjA5Ny0uMDIzLjE0NS4wMjUuMDQ0LjA0Ni4wOS4wNzEuMTMzbC0uMDQ4LS4yNzd6bTEwLjYyOC0xMC40OWMtLjA0NS0uMDI0LS4wOTItLjA0Ni0uMTM4LS4wN2wtLjE0LjAyNy4yNzguMDQ0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_linkedin .t-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMTAiIGZpbGw9IiM0NDY3QUQiLz48cGF0aCBkPSJNMjEuNTQ2IDE3LjI3M2MuMzI5LS4zNy41OTMtLjc0Ny45MzYtMS4wNjRhNS4xMzggNS4xMzggMCAwMTMuNjktMS40NTggOC41MzIgOC41MzIgMCAwMTIuMzI1LjI4MmMxLjczNi41MDQgMi43NDQgMS42OTcgMy4yMjcgMy4zOTIuMzIgMS4yNy40NjQgMi41NzguNDMgMy44ODh2OC4yOTZjMCAuMjU4LS4wNzIuMzI2LS4zMjYuMzIzLTEuNDI3LS4wMTItMi44NS0uMDEyLTQuMjcgMC0uMjUyIDAtLjI5Ni0uMDc0LS4yOTYtLjI5NnYtNy44ODhhNy4wNzQgNy4wNzQgMCAwMC0uMjMxLTEuOTU4Yy0uMzQxLTEuMTg1LTEuMTg2LTEuNzc4LTIuNDIxLTEuNzE2LTEuNjg2LjA5LTIuNTY2LjkyOC0yLjc4IDIuNjQzYTkuNTMgOS41MyAwIDAwLS4wNzYgMS4yMzN2Ny42N2MwIC4yNTYtLjA2Ni4zMy0uMzI2LjMyN2gtNC4zYy0uMjMgMC0uMjk2LS4wNi0uMjk2LS4yOTZWMTUuNDY1YzAtLjI1Mi4wOC0uMjk2LjMxNy0uMjk2IDEuMzYzLjAxMiAyLjcyNS4wMTIgNC4wODYgMCAuMjQ5IDAgLjMxNC4wOC4yOTYuMzE3LjAwNi41NzUuMDE1IDEuMTguMDE1IDEuNzg3ek0xMy43NDggMjMuMDU3djcuNTExYzAgLjI3OS0uMDY4LjM2NS0uMzU2LjM2Mi0xLjQyNS0uMDE4LTIuODQ3IDAtNC4yNyAwLS4yMjggMC0uMjk2LS4wNTYtLjI5Ni0uMjk2VjE1LjQyMmMwLS4yMS4wNTMtLjI5Ni4yNzYtLjI4Mmg0LjMyOWMuMjc4IDAgLjMxNC4xMDQuMzE0LjM0NC0uMDAyIDIuNTI0LS4wMDEgNS4wNDkuMDAzIDcuNTczek0xNC4xMzkgMTAuMTE4YTIuODQyIDIuODQyIDAgMTEtMi44MzYtMi44MjcgMi44NSAyLjg1IDAgMDEyLjgzNiAyLjgyN3oiIGZpbGw9IiNGRUZFRkUiLz48L3N2Zz4=")
}

.t-popup_referral .t-modal-referral-share__list .t-referral-share-list__item_whatsapp .t-icon {
	background-image: url("data:image/png+xml;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAACB1BMVEUAAAAwzzBAz0AzzDMyyjIyzTIyyzIyzTI0yzQyzTIzzDMzzDMzyzMzzDMyzDIyzDIyzTIzzDMzzTMyzDIyzDIzzDMzzDM0zDQ1zTU3zTc4zTg5zTk6zjo7zjs9zz0+zj4+zz4/zz9Az0BB0EFC0EJD0ENG0EZG0UZH0UdJ0UlK0kpL0ktM0kxM00xN0k1O005Q1FBT1FNU1FRV1FVX1VdY1VhZ1Vla1lpd1l1e1l5k2GRo2Whp2Wlr2Wtu225v229x23Fy23Jy3HJz3HN13XV43Hh43Xh63np73nt83nx93n1+3n5/33+A34CB34GD4IOE4ISG4IaH4IeI4YiK4oqO446R45GR5JGU45SU5JSV5JWX5ZeY5JiY5ZiZ5pma5Zqa5pqb5Zub5pud5p2e5p6g56Ci56Kj6KOk56Sk6KSl56Wl6KWm6Kan6Keo6air6aut6q2u6q6w6rCw67Cx67G07LS17LW37Le47Li77ru87ry+7r6/77/A78DB78HD8MPE8MTJ8MnJ8cnL8cvP88/Q89DS89LT89PU9NTV9NXW9NbX9dfa9drb9dve9t7f9t/g9uDh9uHi9+Lj9+Pk9+Tk+OTl9+Xl+OXm+Obn+Ofo+Ojq+ers+ezs+uzx+/Hy+/L0+/T0/PT1+/X1/PX4/Pj4/fj5/fn6/fr7/fv8/fz9/f39/v3+/v41TwrLAAAAFnRSTlMAEBBQYGBwf4CPkK+wz9Df39/f4O/vo1rp3gAAAkdJREFUOMuN1ftfi1EcB/DvrNZtEemzSqKhyJZLuZWIiLByay6hyD13QhollNXcCgtJiWV8/kg/rPWc87RX2/en7znP+3We53xf53wfERERiy0jCzEjKyNJjLAuxhyxYIamIU6kRFwK4kaaiEgyEgiriGQlAnMs5gWdNe3P33/o8x3fpM/bxK4OXU9CjMZHj/rELpnGwOGdIIfuN+2rbbjc/ZsMuJQaiZEv6yH91TOLt0/x517jqQHz+xk+lau8bf0gx3fFgDfJ3foGigY4WT4L1pPHzEVZ2sc+hwk6hnkPgPNEq0ORW8M8YIIH+ccFFHwma9U1L/Brrg57+QBAJckuFa6YYLkGC8nKyIcyXKzKZ2zSYAV/5QHYRtKn7ecaH2mwigMAUDhGbtFgIwc1WMsXAIA68oYG93NYgzX0R5IO8qQKG/hGgxs4GklWDpFnAdzprgQAtLFXgyWkO5KVBcnhuuskHzsBdPGKXsd3PD2drX0ZPZHrgLzv3K7DZo4uj36XZ4gk+RTAEY4V6dD5g15jCzsejoy0LgHWBHnbfHraottT4y4/FZthp6mAAHCGPGQ+j6v/sdrE8q+SLbNOuIcjjrLDvovGfaoKkOdn35lX/NJPkuMdO0uBgs3eABlqVNaX7GjBSfovBUlyavIvyfCtjYrLnG4A9eTbcxUA9nR+I8nQ6+YS6A3ABgBoOVo6M7fK7XYXmAuQJJacRJrUQhGxJgKTRETS47vUSMtNjefSo008edGcTdSq/BeS7fNjq2y7bZ6IiPwHlaUOfWfTXagAAAAASUVORK5CYII=")
}

.t-popup_referral .t-modal-referral-payout-confirmation__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 16px;
	margin-bottom: 16px;
	background: #1f1f1f;
	border-radius: 12px
}

.t-popup_referral .t-modal-referral-payout-confirmation__info span {
	font: 500 14px/140% Geologica, sans-serif
}

.t-popup_referral .t-modal-referral-payout-confirmation__info b {
	font: 600 24px/135% Geologica, sans-serif;
	color: #ff5739
}

.t-popup_referral .t-modal-referral-payout-confirmation__action,
.t-popup_referral .t-modal-referral-payout-confirmation__action .t-button,
.t-popup_referral .t-modal-referral-payout-confirmation__action .t-error-page-content-button,
.t-popup_referral .t-modal-referral-payout-confirmation__action .t-promo-card__action-btn,
.t-popup_referral .t-modal-referral-payout-confirmation__action .t-promo-events__router {
	width: 100%
}

.t-popup_referral .t-modal-referral-payout-share__description {
	font: 500 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-popup_referral .t-modal-referral-payout-share__message {
	width: 100%;
	margin-bottom: 16px
}

.t-popup_referral .t-modal-referral-payout-share__message .t-referral-invite-input__label span {
	font: 500 16px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-popup_referral .t-modal-referral-payout-share__message .t-textarea {
	width: 100%;
	margin-top: 9px
}

.t-popup_referral .t-modal-referral-payout-share__message .t-textarea textarea {
	width: 100%;
	height: 120px;
	min-height: 120px;
	padding: 16px;
	color: #fff;
	background: transparent;
	border-radius: 0 12px 12px
}

.t-popup_referral .t-modal-referral-payout-share__image {
	display: none
}

.t-popup_referral .t-modal-referral-payout-share__share {
	margin-bottom: 24px
}

.t-popup_referral .t-modal-referral-payout-share__share .t-referral-invite-share__title {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 12px;
	font: 600 16px/140% Geologica, sans-serif;
	color: #fff
}

.t-popup_referral .t-modal-referral-payout-share__share .t-referral-invite-share__list {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0
}

.t-popup_referral .t-modal-referral-payout-share__checkbox {
	text-align: center
}

.t-popup_referral .t-modal-referral-howtofind__list {
	width: 100%;
	margin: 12px 0 24px
}

.t-popup_referral .t-modal-referral-howtofind__action {
	display: flex;
	justify-content: center;
	width: 100%
}

.t-popup_referral .t-modal-referral-howtofind__action .t-button,
.t-popup_referral .t-modal-referral-howtofind__action .t-error-page-content-button,
.t-popup_referral .t-modal-referral-howtofind__action .t-promo-card__action-btn,
.t-popup_referral .t-modal-referral-howtofind__action .t-promo-events__router {
	width: 100%;
	padding: 16px;
	background: linear-gradient(180deg, #ff593b, #d33013);
	border: unset;
	transition: all .3s ease-in-out
}

.t-popup_referral .t-modal-referral-howtofind__action .t-button:hover,
.t-popup_referral .t-modal-referral-howtofind__action .t-error-page-content-button:hover,
.t-popup_referral .t-modal-referral-howtofind__action .t-promo-card__action-btn:hover,
.t-popup_referral .t-modal-referral-howtofind__action .t-promo-events__router:hover {
	background: linear-gradient(180deg, #ff694f, #e33a1c)
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list__item {
	display: flex;
	gap: 16px;
	align-items: center
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list__item:before {
	width: 24px;
	min-width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-size: contain
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list__item_one:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxLjU4NkwxNy40MTQgNyAxNiA4LjQxNGwtMy0zVjE2aC0yVjUuNDE0bC0zIDNMNi41ODYgNyAxMiAxLjU4NnpNNCAxMXY5aDE2di05aDJ2MTBoLTF2MUgzLjAwMXYtMUgyTDIgMTFoMnpNMyAyMUgydjFoMS4wMDF2LTF6bTE4IDB2MWgxdi0xaC0xeiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQ5XzE4MjM0KSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl80OV8xODIzNCIgeDE9IjEyLjUzNyIgeTE9IjIyIiB4Mj0iMTUuOTg5IiB5Mj0iMi4xODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRjEzOTNDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDMTI1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+")
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list__item_two:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC45NDggMS45ODlsLjkyNy4zNzVhNS4wMDEgNS4wMDEgMCAwMTAgOS4yNzJsLS45MjcuMzc1LS43NS0xLjg1My45MjctLjM3NmEzLjAwMSAzLjAwMSAwIDAwMC01LjU2NGwtLjkyNy0uMzc2Ljc1LTEuODUzek05LjUgNGEzIDMgMCAxMDAgNiAzIDMgMCAwMDAtNnptLTUgM2E1IDUgMCAxMTEwIDAgNSA1IDAgMDEtMTAgMHptMTMuNzggNi45MDhsLjk3LjI1QTUuMDAyIDUuMDAyIDAgMDEyMyAxOXYzaC0ydi0zYTMuMDAyIDMuMDAyIDAgMDAtMi4yNS0yLjkwNmwtLjk2OC0uMjQ5LjQ5OS0xLjkzN3pNNy45NjUgMTRoMy4wNzJjLjkwMSAwIDEuNjI5IDAgMi4yMi4wNC42MS4wNDIgMS4xNDguMTMgMS42NTcuMzRhNSA1IDAgMDEyLjcwNiAyLjcwN2MuMjEyLjUxLjMgMS4wNDcuMzQgMS42NTYuMDQxLjU5Mi4wNDEgMS4zMi4wNDEgMi4yMjJWMjJoLTJ2LTFjMC0uOTQ2IDAtMS42MDUtLjAzNi0yLjEyLS4wMzQtLjUwOC0uMDk5LS44MDMtLjE5Mi0xLjAyOGEzIDMgMCAwMC0xLjYyNC0xLjYyNGMtLjIyNS0uMDkzLS41Mi0uMTU4LTEuMDI3LS4xOTJDMTIuNjA1IDE2IDExLjk0NiAxNiAxMSAxNkg4Yy0uOTQ2IDAtMS42MDUgMC0yLjEyLjAzNi0uNTA3LjAzNC0uODAzLjA5OS0xLjAyOC4xOTJhMyAzIDAgMDAtMS42MjQgMS42MjRjLS4wOTMuMjI1LS4xNTguNTItLjE5MiAxLjAyN0MzIDE5LjM5NSAzIDIwLjA1NCAzIDIxdjFIMXYtMS4wMzVjMC0uOTAyIDAtMS42My4wNC0yLjIyMi4wNDItLjYwOC4xMy0xLjE0Ny4zNC0xLjY1NmE1IDUgMCAwMTIuNzA3LTIuNzA2Yy41MS0uMjEyIDEuMDQ4LS4zIDEuNjU2LS4zNEM2LjMzNSAxNCA3LjA2MyAxNCA3Ljk2NCAxNHoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl80OV8xODIzNykiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDlfMTgyMzciIHgxPSIxMi41OSIgeTE9IjIyIiB4Mj0iMTUuNjI1IiB5Mj0iMi40NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list__item_three:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzYTkgOSAwIDEwMCAxOCA5IDkgMCAwMDAtMTh6TTEgMTJDMSA1LjkyNSA1LjkyNSAxIDEyIDFzMTEgNC45MjUgMTEgMTEtNC45MjUgMTEtMTEgMTFTMSAxOC4wNzUgMSAxMnptNy41LTUuNzlMMTcuOTA4IDEyIDguNSAxNy43OVY2LjIxem0yIDMuNTh2NC40MkwxNC4wOTIgMTIgMTAuNSA5Ljc5eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQ5XzE4MjQwKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl80OV8xODI0MCIgeDE9IjEyLjU5IiB5MT0iMjMiIHgyPSIxNi4yNCIgeTI9IjEuNjIzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0YxMzkzQyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGQzEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==")
}

.t-popup_referral .t-modal-referral-howtofind .t-howtofind-list__item_four:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43MTQgM2wxLjggMy41NTZIMjF2MWgxdjEyLjQ0M0wyMSAyMHYxSDMuMDAyTDMgMjBIMlY0aDFWM2g4LjcxNHpNMyA0VjNIMnYxaDF6bTEgMXYxLjU1Nmg3LjI3M0wxMC40ODUgNUg0em04Ljg4IDMuNTU2SDRWMTloMTZWOC41NTZoLTcuMTJ6TTMgMjBIMnYxaDF2LTF6bTE4IDB2MWgxdi0xaC0xem0wLTEyLjQ0NGgxdi0xaC0xdjF6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDlfMTgyNDMpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQ5XzE4MjQzIiB4MT0iMTIuNTM3IiB5MT0iMjEiIHgyPSIxNS4yMzgiIHkyPSIzLjQxNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGMTM5M0MiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMxMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")
}

.t-modal-referral-campaigns-rename .t-modal-referral__description .t-input__input input {
	padding: 21px 16px
}

.t-modal-referral-campaigns-create__action,
.t-modal-referral-campaigns-delete__action,
.t-modal-referral-campaigns-rename__action {
	display: flex;
	gap: 12px;
	justify-content: space-between
}

.t-modal-referral-campaigns-create__action .t-button,
.t-modal-referral-campaigns-create__action .t-error-page-content-button,
.t-modal-referral-campaigns-create__action .t-promo-card__action-btn,
.t-modal-referral-campaigns-create__action .t-promo-events__router,
.t-modal-referral-campaigns-delete__action .t-button,
.t-modal-referral-campaigns-delete__action .t-error-page-content-button,
.t-modal-referral-campaigns-delete__action .t-promo-card__action-btn,
.t-modal-referral-campaigns-delete__action .t-promo-events__router,
.t-modal-referral-campaigns-rename__action .t-button,
.t-modal-referral-campaigns-rename__action .t-error-page-content-button,
.t-modal-referral-campaigns-rename__action .t-promo-card__action-btn,
.t-modal-referral-campaigns-rename__action .t-promo-events__router {
	width: 100%
}

.t-referral-dashboard {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: auto 408px;
	gap: 20px
}

@media(max-width:991px) {
	.t-referral-dashboard {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:767px) {
	.t-referral-dashboard {
		display: flex;
		flex-direction: column;
		gap: 16px
	}
}

.app-referral {
	max-width: calc(1008px + var(--padding-horizontal)*2)
}

.app-referral .t-title {
	margin: 20px 0 24px
}

@media(max-width:767px) {
	.app-referral .t-title {
		margin: 20px 0 16px
	}
}

.app-referral .t-title__name {
	margin-bottom: 8px;
	font: 600 14px/140% Geologica, sans-serif;
	color: #ff5739
}

@media(max-width:767px) {
	.app-referral .t-title__name {
		margin-bottom: 4px
	}
}

.app-referral .t-title__subtitle {
	font: 700 32px/120% Geologica, sans-serif
}

@media(max-width:767px) {
	.app-referral .t-title__subtitle {
		font: 600 24px/135% Geologica, sans-serif
	}
}

.app-referral .t-main-tabs {
	margin-bottom: auto
}

.app-referral .t-main-tabs__head {
	display: flex;
	gap: 20px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media(max-width:767px) {
	.app-referral .t-main-tabs__head {
		gap: 16px
	}
}

.app-referral .t-main-tabs__head-item {
	position: relative;
	font: 600 24px/135% Geologica, sans-serif;
	color: #a9a9a9;
	cursor: pointer
}

@media(max-width:767px) {
	.app-referral .t-main-tabs__head-item {
		font: 600 20px/135% Geologica, sans-serif
	}
}

.app-referral .t-main-tabs__head-item_active {
	color: #fff
}

.app-referral .t-main-tabs__head-item_active:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #2f74ff
}

.app-referral .t-breadcrumb {
	order: 1
}

@media(max-width:1279px) {
	.page-referral:has(.is-open-sidebar) .t-referral-dashboard {
		grid-template-columns: 1fr 1fr
	}
}

.t-referral-statistic {
	position: relative
}

.t-referral-statistic .t-referral-statistic-head {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px
}

.t-referral-statistic .t-referral-statistic-head__select-campaing {
	order: 1
}

.t-referral-statistic .t-referral-statistic-head__select-campaing .t-select__choose:hover .t-select__value {
	color: #fff
}

.t-referral-statistic .t-referral-statistic-head__select-campaing:hover .t-select__choose {
	box-shadow: none
}

.t-referral-statistic .t-referral-statistic-head__select-campaing .t-select__value {
	margin: 0;
	font: 400 14px/140% Geologica, sans-serif;
	text-overflow: unset
}

.t-referral-statistic .t-referral-statistic-head__select-campaing.t-select_open .t-select__value {
	color: #fff
}

.t-referral-statistic .t-referral-statistic-head__select-campaing.t-select_open .t-select__icon {
	transform: scaleY(-1)
}

.t-referral-statistic .t-referral-statistic-head__select-campaing .t-select__icon {
	transform: translateY(0)
}

.t-referral-statistic .t-referral-statistic-head__select-rows {
	order: 3;
	margin-left: auto
}

.t-referral-statistic .t-referral-statistic-head__select-rows:hover .t-select__choose {
	box-shadow: none
}

.t-referral-statistic .t-referral-statistic-head__select-rows .t-select__choose:hover .t-select__value {
	color: #fff
}

.t-referral-statistic .t-referral-statistic-head__select-rows .t-select__choose .t-select__label {
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff;
	text-transform: lowercase
}

.t-referral-statistic .t-referral-statistic-head__select-rows .t-select__choose .t-select__value {
	order: -1;
	margin-right: 4px;
	font: 400 14px/140% Geologica, sans-serif;
	color: #fff
}

.t-referral-statistic .t-referral-statistic-head__select-rows .t-select__choose .t-select__icon {
	transform: translateY(0)
}

.t-referral-statistic .t-referral-statistic-head__select-rows .t-select__dropdown {
	right: 0;
	left: unset
}

.t-referral-statistic .t-referral-statistic-head__calendar {
	order: 2
}

.t-referral-statistic .t-referral-statistic-head .t-referral-statistic-head__select-campaing .t-select__label {
	display: none
}

.t-referral-statistic .t-referral-statistic-head .t-select__choose {
	min-height: 24px
}

.t-referral-statistic .t-referral-statistic-head .t-select .t-select__dropdown {
	width: 100%;
	max-height: 225px;
	padding: 8px;
	margin: 0;
	background-color: #444;
	border: none
}

.t-referral-statistic .t-referral-statistic-head .t-select .t-select__dropdown:before {
	content: unset
}

.t-referral-statistic .t-referral-statistic-head .t-select .t-select__dropdown .t-dropdown__item-option {
	min-width: 62px;
	padding: 6px 8px;
	text-wrap: nowrap;
	background-color: #444;
	border-radius: 8px
}

.t-referral-statistic .t-referral-statistic-head .t-select .t-select__dropdown .t-dropdown__item-option_active {
	background-color: #5d5d5d
}

.t-referral-statistic__table {
	width: 100%
}

.t-referral-statistic__table .t-table {
	background: unset
}

.t-referral-statistic__table .t-table__table {
	border-spacing: 0 4px;
	border-collapse: separate
}

.t-referral-statistic__table .t-table__table thead {
	background: #2c2c2c
}

.t-referral-statistic__table .t-table__table thead:before {
	content: none
}

.t-referral-statistic__table .t-table__table thead tr th {
	font: 400 12px/140% Geologica, sans-serif;
	color: #a9a9a9
}

.t-referral-statistic__table .t-table__table thead tr th .t-table__th-text {
	padding: 4px 16px
}

.t-referral-statistic__table .t-table__table thead tr th .t-table__th-text:before {
	content: none
}

.t-referral-statistic__table .t-table__table thead tr th:first-child {
	border-radius: 6px 0 0 6px
}

@media(max-width:767px) {
	.t-referral-statistic__table .t-table__table thead tr th:first-child {
		border-radius: 6px 6px 0 0
	}
}

.t-referral-statistic__table .t-table__table thead tr th:last-child {
	border-radius: 0 6px 6px 0
}

@media(max-width:767px) {
	.t-referral-statistic__table .t-table__table thead tr th:last-child {
		border-radius: 0 0 6px 6px
	}
}

.t-referral-statistic__table .t-table__table tr td {
	padding: 14px 16px;
	font: 400 14px/140% Geologica, sans-serif;
	background: #1f1f1f
}

@media(max-width:767px) {
	.t-referral-statistic__table .t-table__table tr td {
		padding: 6px 16px !important;
		background: #1f1f1f
	}
}

.t-referral-statistic__table .t-table__table tr td:first-child {
	border-radius: 6px 0 0 6px
}

@media(max-width:767px) {
	.t-referral-statistic__table .t-table__table tr td:first-child {
		border-radius: 6px 6px 0 0
	}
}

.t-referral-statistic__table .t-table__table tr td:last-child {
	border-radius: 0 6px 6px 0
}

@media(max-width:767px) {
	.t-referral-statistic__table .t-table__table tr td:last-child {
		border-radius: 0 0 6px 6px
	}
}

.t-referral-statistic__table .t-table__table tr td.profit {
	font: 600 16px/140% Geologica, sans-serif
}

.t-referral-statistic__table .t-table__table .t-table__mobile-head {
	color: #a9a9a9
}

.t-referral-statistic-calendar__value {
	display: flex;
	gap: 8px;
	align-items: center;
	cursor: pointer;
	transition: .3s
}

.t-referral-statistic-calendar__value span {
	font: 400 14px/140% Geologica, sans-serif
}

.t-referral-statistic-calendar__value_active .t-icon {
	transform: scaleY(-1)
}

.t-referral-statistic-calendar__value .t-icon {
	width: 12px;
	height: 12px
}

.t-referral-statistic-calendar__datepicker {
	width: auto
}

.t-referral-statistic-calendar__popover-base .t-popover-inner {
	max-width: 296px;
	padding: 16px;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

.t-referral-statistic-table_empty .t-table {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 420px;
	padding: 40px 20px;
	text-align: center;
	background: #1f1f1f;
	border-radius: 16px
}

@media(max-width:767px) {
	.t-referral-statistic-table_empty .t-table {
		height: 320px
	}
}

.t-referral-statistic-table_empty .t-table p {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center
}

.t-referral-statistic-table_empty .t-table p:before {
	width: 44px;
	height: 44px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 4C12.059 4 4 12.059 4 22s8.059 18 18 18 18-8.059 18-18S31.941 4 22 4M0 22C0 9.85 9.85 0 22 0s22 9.85 22 22-9.85 22-22 22S0 34.15 0 22M22 7a2 2 0 012 2v1h.333A6.667 6.667 0 0131 16.667a2 2 0 01-4 0A2.667 2.667 0 0024.333 14H20a3 3 0 100 6h4a7 7 0 110 14v1a2 2 0 11-4 0v-1h-.333A6.667 6.667 0 0113 27.333a2 2 0 014 0A2.667 2.667 0 0019.667 30H24a3 3 0 100-6h-4a7 7 0 110-14V9a2 2 0 012-2' fill='%23A9A9A9'/%3E%3C/svg%3E")
}

.t-referral-datepicker__title {
	display: none
}

.t-referral-datepicker .vc-pane-container {
	padding: 0
}

.t-referral-datepicker .vc-arrows-container {
	padding: 2px 10px 0 !important
}

.t-popup.t-vip-manager__modal .t-popup__wrap {
	text-align: center
}

.t-popup.t-vip-manager__modal .t-popup__icon {
	position: absolute;
	top: -58px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	margin: 0 auto
}

.t-popup.t-vip-manager__modal .t-popup__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.t-popup.t-vip-manager__modal .t-popup__icon .vip-manager__image {
	position: fixed;
	width: 112px;
	height: 112px;
	padding: 12px;
	background: #2b2b2b;
	border-radius: 50%
}

.t-popup.t-vip-manager__modal .t-popup__icon .vip-manager__image.vip-manager__image_congratulation,
.t-popup.t-vip-manager__modal .t-popup__icon .vip-manager__image_active {
	padding: 0
}

.t-popup.t-vip-manager__modal .t-popup__icon .vip-manager__image_active:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	content: "";
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.407 29.856A19.9 19.9 0 0040 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20c3.638 0 7.05-.971 9.989-2.67l8.388 2.345a1 1 0 001.238-1.212z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.269 29.571l.398-.702A17.9 17.9 0 0038 20c0-9.941-8.059-18-18-18S2 10.059 2 20s8.059 18 18 18c3.278 0 6.345-.874 8.988-2.4l.729-.422 7.53 2.105zm-5.28 7.76A19.9 19.9 0 0120 40C8.954 40 0 31.046 0 20S8.954 0 20 0s20 8.954 20 20c0 3.584-.943 6.947-2.593 9.856l2.208 8.607a1 1 0 01-1.238 1.212z' fill='%23101010'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 10l3.296 7.029L29 12.519 27.765 25h-15.53L11 12.518l5.694 4.51zm-7.765 16.515h15.53V28h-15.53z' fill='%23101010'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='20' y1='0' x2='27.934' y2='38.359' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDF6C'/%3E%3Cstop offset='1' stop-color='%23F2981F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat
}

.t-popup.t-vip-manager__modal .t-popup__icon .vip-manager__image_active img {
	width: auto;
	padding: 0;
	object-fit: contain;
	border-radius: 50%
}

.t-popup.t-vip-manager__modal .t-popup__icon:has(.vip-manager__image_active):before {
	position: absolute;
	width: 260px;
	height: 120px;
	content: "";
	background-image: linear-gradient(#ffe587, #f7a538);
	filter: blur(140px);
	border-radius: 50%
}

.t-popup.t-vip-manager__modal .t-popup__header {
	padding-top: 72px;
	padding-right: 32px;
	padding-bottom: 8px;
	border-bottom: unset
}

.t-popup.t-vip-manager__modal .t-popup__body {
	padding-top: 0;
	color: #a9a9a9
}

.t-popup.t-vip-manager__modal .t-popup__action .t-button__large {
	padding: 16px 20px
}

.t-popup.t-vip-manager__modal .t-popup__action .t-button.vip-manager__link .t-button__wrap:before,
.t-popup.t-vip-manager__modal .t-popup__action .vip-manager__link.t-error-page-content-button .t-button__wrap:before,
.t-popup.t-vip-manager__modal .t-popup__action .vip-manager__link.t-promo-card__action-btn .t-button__wrap:before,
.t-popup.t-vip-manager__modal .t-popup__action .vip-manager__link.t-promo-events__router .t-button__wrap:before {
	position: unset;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	content: "";
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.737 8.926C.74 1.644 9.577-2.1 14.917 3.062l-.01.027a8.2 8.2 0 012.426 5.84c-.002 6.285-6.777 10.222-12.267 7.257l-4.4 1.147 1.178-4.279A8.2 8.2 0 01.737 8.926m12.466 1.678l.006-.05.063.028c.17.073.283.121.328.2.051.09.051.477-.124.943-.17.466-.99.882-1.383.942-.354.05-.8.07-1.29-.08-1.814-.6-2.807-1.032-4.67-3.38-.947-1.287-1.226-2.496-.118-3.67.254-.254.543-.26.938-.226l.039-.001c.121-.005.274-.01.422.338.076.17.197.452.313.723.15.348.291.68.32.735.05.098.086.208.017.346-.161.295-.33.473-.455.607-.172.182-.264.28-.147.473.12.199.53.843 1.139 1.369.655.564 1.224.802 1.513.923q.085.034.136.059c.204.089.323.079.443-.05.119-.131.513-.573.648-.768.185-.267.336-.194 1.637.431z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	opacity: 1
}

.t-popup.t-vip-manager__modal .t-animated-background__animation {
	z-index: 1
}

.t-popup.t-vip-manager__modal_lost .t-popup__body {
	color: #a9a9a9
}

.t-popup.t-vip-manager__modal.t-popup-enter-active .t-popup__wrap,
.t-popup.t-vip-manager__modal.t-popup-leave-active .t-popup__wrap {
	overflow: unset
}

.t-switch {
	display: inline-flex;
	align-items: center;
	cursor: pointer
}

.t-switch.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .5
}

.t-switch.disabled .t-switch__button {
	background: #2d2f3c;
	border: 1px solid #2d2f3c
}

.t-switch.disabled span {
	color: #fff
}

.t-switch span {
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #fff
}

.t-switch__button {
	position: relative;
	box-sizing: border-box;
	display: flex;
	min-width: 40px;
	height: 24px;
	cursor: pointer;
	user-select: none;
	border-radius: 12px;
	transition: all .3s ease-in-out
}

.t-switch__button.large {
	height: 24px
}

.t-switch__button.small {
	min-width: 30px;
	height: 16px;
	line-height: 14px
}

.t-switch__button.small span {
	width: 12px;
	height: 12px
}

.t-switch__button span {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #fff;
	border-radius: 100%;
	transition: all .36s cubic-bezier(.78, .14, .15, .86)
}

.t-switch__button.off {
	background: transparent;
	border: 1px solid #2d2f3c
}

.t-switch__button.on {
	background-color: #9df74a;
	border: 1px solid #9df74a
}

.t-switch__button.on span {
	left: 100%;
	color: #fff;
	box-shadow: 0 0 4px 0 rgba(54, 85, 114, .5);
	transform: translateX(calc(-100% - 2px))
}

.t-loading svg {
	width: 100%
}

.t-animated-background__animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.t-animated-background__canvas {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	pointer-events: none
}