@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    --m-app-height: 350px;
    --scrollbar-width: 0px;
    --app-height: 100vh;
    --nav-banner-height: 0px;
    --nav-sidebar-width: 64px;
    --modal-header-height: 64px;
    --m-app-height: 341px;
    --nav-height: 64px;
    --modal-backdrop-filter: unset;
    --modal-header-border-width: 1px;
    --modal-header-padding-right: 24px;
    --border-radius-pill: 1000px;
    --nav-button-s-padding: 6px;
    --modal-header-padding-top: 16px;
    --button-s-font-line-height: 20px;
    --nav-button-s-icon-size: var(--button-s-font-line-height);
}
.m-modal-header:after, .m-modal-header:before {
    height: 0 !important;
}
body{
	-webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: auto;
    background-color: var(--main-color);
    color: var(--main-text-color);
    font-weight: 500;
    margin: 0;
	font-family: Open Sans, Verdana, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	width: 0px;
    height: 0px;
}
::-webkit-scrollbar-track {
  background: #060e2a;
}
::-webkit-scrollbar-thumb {
  background: #54596D;
}
::-webkit-scrollbar-thumb:hover {
  background: #54596D;
}
::placeholder {
  color: var(--main-text-header-color);
}

b, strong {
    font-weight: 500;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-link, .nav-link:hover,
a,
a:hover{
	color: #eff0f2;
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
	border-color: #f67024;
}
h1, .h1{
	font-size: 30px;
    line-height: 36px;
    color: var(--main-text-header-color);
}
h2, .h2{
	font-size: 26px;
    line-height: 30px;
    color: var(--main-text-header-color);
}
h3, .h3{
	font-size: 22px;
    line-height: 26px;
    color: var(--main-text-header-color);
}
h4, .h4{
	font-size: 20px;
    line-height: 25px;
    color: var(--main-text-header-color);
}
.text-orange{
	color: #e4580a;
}
.btn{
	font-size: inherit;
}
header{
    background: var(--top-bar-color);
    position: sticky;
    top: 0;
    z-index: 104;
	box-shadow: 0 0 1px #00000052, 0 4px 8px #0000003d;
	align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    height: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
    justify-content: space-between;
}
.table-block:before{
    content: '';
    clear: both;
}
.table-block-wrap {
    margin: 15px 0;
}

tr:nth-child(even) {
    background-color: var(--main-color);
}

tr:nth-child(odd):not(:first-child) {
    background-color: var(--color-table-base-body-background-sf-2);

}
.table tbody tr td{
    color: var(--main-text-header-color);
    text-align: left;
}
table tbody, table tbody td, table tbody tr{
    border: 0;
}
table tbody tr td:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
table tbody tr td:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.table tbody tr:first-child td{
    background-color: var(--main-button-color) !important;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-table-color-text);
}
.table tbody tr:nth-child(odd) td {
    background-color: var(--main-table-odd-color);
}
.table tbody tr:nth-child(even) td {
    background-color: var(--main-table-even-color);
}
.main-nav-content-toggle{
	display: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 15px;
}
.main-nav-content-toggle svg{
	width: 24px;
	color: #a2a5af;
}
.btn-orange{
	padding: 0.7rem 1rem;
    background: var(--main-button-color) !important;
    color: var(--main-button-text-color) !important;
	border: 0 !important;
    box-shadow: none !important;
}
.btn-orange:hover{
    background: var(--main-button-color) !important;
}
.btn-orange:focus,
.btn-orange:active{
    background: var(--main-button-color) !important;
}
.btn-orange svg{
	width: 24px;
	color: var(--game-button-svg-color);
}
.btn-zoomin{
	transform: scale(1);
	transition: all .3s ease-in-out;
}
.btn-zoomin:hover{
	transform: scale(1.1);
}
.rounded-15px{
	border-radius: 15px;
}
.footer-support svg,
.chat-header svg{
	width: 24px;
    color: var(--main-svg-color);
}
.main-menu {
	margin-left: 50px;
}
.main-menu a{
	padding: 0;
	margin: 0 15px;
	transition: all .3a ease-in-out;
    color: var(--color-white);
}
.main-menu a:hover{
    color: var(--main-header-menu-color-active);
}
.nav-sidebar{
	display: none;
	position: relative;
    z-index: 105;
}
.nav-sidebar-overlay {
    background-color: #000000b3;
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
.nav-sidebar .nav-sidebar-content {
	max-width: 430px;
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 103;
}
.nav-sidebar-expanded {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 280px;
    background: var(--gameblock-color);
}
.nav-sidebar-header, .nav-sidebar-header-toggle {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    background-color: var(--top-bar-color);
}
.nav-sidebar-header {
    animation: fade .6s ease-in-out;
    box-shadow: 0 0 1px #00000052, 0 4px 8px #0000003d;
    position: relative;
    width: 120px;
    background-color: var(--top-bar-color);
}
.nav-sidebar-header-toggle {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
	background-color: transparent;
	border: 0;
    z-index: 1;
}
.nav-sidebar-header-toggle svg {
    color: #a2a5af;
    transform: scale(1);
    transition: all .3s ease-in-out;
    width: 24px;
    transform: rotate(180deg);
}
.sidebar.opened .nav-sidebar-header-toggle svg {
    transform: rotate(0deg);
}
.nav-sidebar.opened .nav-sidebar-header-toggle svg {
    transform: scaleX(-1);
}
.nav-sidebar-expanded-content{
	padding: 16px 8px;
}
.nav-sidebar-expanded-content ul li,
.nav-sidebar-expanded-content a{
	width: 100%;
}
.nav-sidebar-support{
	padding: 11px 17px;
    width: 100%;
    border-radius: 1000px;
    background-color: #069815;
    border: 0;
    box-shadow: inset 0 0 0 2px #069815;
    color: #fff;
    font-weight: 700;
	margin-top: 15px;
}
.nav-sidebar-support .m-button-content svg{
	width: 22px;
}
.nav-sidebar-support .m-button-content{
	align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
}

.banner-wrap{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-wrap .banner-description{
	position: absolute;
    text-align: center;
    width: 100%;
}
.WelcomePack p,
.banner-wrap .banner-description p{
	margin-bottom: 0;
}
.banner-wrap .banner-description .banner-title{
	font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
}
.banner-wrap .banner-description .banner-header-title{
	font-size: 105px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 900;
    line-height: 1.2;
    color: #f6da24;
    word-break: break-word;
}
.banner-wrap .banner-description .banner-header-AdditionalText{
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.4;
    color: #f6da24;
}
.banner-wrap .banner-description .banner-button{
	text-transform: capitalize;
	padding: 14px 22px;
    gap: 0;
	font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    transition: all .15s;
	padding-left: 74px;
    padding-right: 74px;
    transition: all .5s;
	border-radius: 1000px;
	background-color: #353b52;
    border: none;
    box-shadow: inset 0 0 0 2px #353b52;
    color: #fff;
}
.banner-wrap .banner-description .m-button-content{
	display: flex;
    flex-direction: column;
}
.banner-wrap .banner-description .m-button-content>span:nth-child(2) {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    opacity: .8;
    text-transform: none;
}
.banner-wrap .banner-description .banner-button:hover {
    transform: scale(1.1);
}
.WelcomePack{
    background: var(--gradient-color);
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
	width: 100%;
}
.WelcomePack .WelcomePack-Info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 26px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: var(--main-text-header-color);
    text-transform: capitalize;
}
.WelcomePack .WelcomePack-Info >span {
    font-size: 10px;
    font-weight: 600;
    color: #a2a5af;
}

.Slider-Content,
.Payments-Content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.Payments:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(90deg, rgba(6, 14, 43, 0) 0%, transparent 1.88%, var(--color-dark-grey-0) 100%, rgba(6, 14, 43, 0) 100%);
    pointer-events: none;
}
.Payments:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background: linear-gradient(-90deg, rgba(6, 14, 43, 0) 0%, transparent 1.88%, var(--color-dark-grey-0) 100%, rgba(6, 14, 43, 0) 100%);
    pointer-events: none;
}
.block-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.block-single+.block-single {
    margin-left: 48px;
}
.Payments {
    margin-top: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.Payments img {
    max-width: 72px;
}
.Payments img,
.Slider-Content img {
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    max-width: initial;
    width: auto;
    cursor: pointer;
}
.Slider-Content .Payments-One+.Payments-One {
    margin-left: 35px;
}
.hideScrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollContainer {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    scrollbar-width: none;
}
.games-wrap .games-single{
	margin-bottom: 15px;
    position: relative;
}
.game-single-info {
    padding: 0 5px;
    position: absolute;
    bottom: 5%;
    transform: translate(0%, -5%);
    width: 100%;
    text-align: center;
}
.games-wrap .games-single .games-single-image {
	position: relative;
	overflow: hidden;
}
.games-wrap .games-single .games-single-image .games-single-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000099;
	opacity: 0;
    transition: all .3s ease;
	z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.games-wrap .games-single:hover .games-single-image .games-single-overlay{
	opacity: 1;
}
.games-wrap .games-single .games-single-image img{
	max-width: 100%;
	height: inherit;
	margin-bottom: 5px;
	transform: scale(1);
    transition: all .3s ease;
    border-radius: 12px;
}
.games-wrap .games-single:hover .games-single-image img{
	transform: scale(1.1);
}
.games-wrap .games-single .games-single-title{
    color: var(--main-text-header-color);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 600;
}
.games-wrap .games-single .games-single-category{
	font-size: 12px;
	font-weight: 500;
	color: #737787;
	text-transform: capitalize;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.Blocks-Content {
	justify-content: space-between;
}
.Blocks-Content .block-single{
	flex: 0 0 calc(20% - 10px);
    margin: 0 !important;
	position: relative;
}
.Blocks-Content .block-single .span-block{
	position: absolute;
	z-index: 2;
    top: 16px;
    left: 20px;
    font-size: 16px;
    color: var(--color-white);
	font-weight: 700;
}
.Blocks-Content .block-single img{
	width: 100%;
	height: auto;
	border-radius: 16px;
}
.itd-wrap .itd-single{
	width: calc(33.3% - 5px);
	padding: 20px 24px 24px;
    background: var(--gameblock-color);
    border-radius: 16px;
}
.itd-wrap .itd-single .itd-header{
	display: flex;
    align-items: center;
    margin-bottom: 14px;
	font-size: 20px;
    font-weight: 700;
    color: var(--main-text-header-color);
}
.itd-wrap .itd-single .itd-header img{
    margin-right: 12px;
}
.itd-wrap .itd-single .itd-content{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.scrollable-content-wrap{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.scrollable-content-wrap .scrollable-content-inner{
	max-height: 700px;
    overflow: auto;
    max-width: 100%;
    padding-right: 20px;
}
.scrollable-content-wrap .main-content__controls{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.scrollable-content-wrap .main-content__controls button{
	background-color: transparent;
	border: 0;
	filter: invert(1);
	margin: 15px 0;
}
.scrollable-content-wrap .main-content__controls button.main-content__btn--down{
	transform: rotate(180deg);
}
.app-banner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--gameblock-color);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
	flex-direction: row;
	padding: 32px 58px 0 0;
	max-width: 764px;
	margin: 64px auto;
}
.app-banner p:not(.app-banner-description){
	margin-bottom: 0;
    font-size: 12px;
    color: var(--color-white);
}
.app-banner p:not(.app-banner-description) button {
    font-size: 16px;
}
.app-banner-content {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
	padding: 0 44px 40px;
}
.app-banner-label {
    display: inline-flex;
    align-items: flex-start;
    left: 8px;
    top: 8px;
    padding: 4px;
    border-radius: 6px;
    border: 1px solid #444a5f;
    background: #353b52;
	position: initial;
	margin-bottom: 16px;
}
.app-banner-label-image {
    width: 56px;
    height: 56px;
    margin-right: 4px;
}
.app-banner-label-content {
    margin-right: 15px;
}
.app-banner-label-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}
.app-banner-label-star {
    width: 12px;
    height: 13px;
	fill: none;
    color: rgb(246, 218, 36);
}
.m-button.m-badge {
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-flex;
    font-size: 8px;
    font-weight: 700;
    line-height: 160%;
    padding: .5px 3px;
	align-items: center;
    background-color: #069815;
    border: none;
    box-shadow: inset 0 0 0 2px #069815;
	justify-content: center;
    position: relative;
    transition: all .2s ease-in-out;
}
.app-banner-title {
    color: var(--main-text-header-color);
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
.app-banner-description {
    text-align: initial;
    margin: 8px 0 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--main-text-color);
	max-width: 372px;
}
.app-banner-image {
    width: 215px;
}
.Gamification {
    position: relative;
    display: flex;
    flex-direction: column;
	margin: 70px auto 42px;
	padding: 32px 40px;
    background: var(--gameblock-color);
	border-radius: 16px;
}
.Gamification-Img--mobile {
	display: none;
}
.Gamification-Img--mobile>img {
    width: 100%;
}
.Gamification-Head {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    text-align: center;
	width: 454px;
	margin-bottom: 36px;
	text-align: left;
}
.Gamification-Title {
    font-weight: 700;
    color: var(--main-text-header-color);
	margin: 0 0 16px;
	font-size: 32px;
	line-height: 1.2;
}
.Gamification-Text {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-text-color);
}
.Gamification-Content {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: flex-start;
}
.Gamification-Cards {
	position: relative;
	z-index: 1;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 0;
	display: flex;
}	
.GamificationCard {
	padding: 0;
	background: 0 0;
	border-radius: 0;
}
.Gamification-Cards .GamificationCard {
	width: 270px;
	align-self: stretch;
}
.Gamification-Cards .GamificationCard:not(:last-child) {
	margin: 0 24px 0 0;
}
.GamificationCard-Title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: var(--main-text-header-color);
}
.GamificationCard-Title>img {
    margin-right: 8px;
}
.GamificationCard-Text {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-text-color);
}
.Gamification-Btn {
	min-width: 147px;
	margin-bottom: 98px;
}
.Gamification-Img {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 0;
}
.m-button-content img, .m-button-content svg {
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    width: 22px;
}
.promotion-card{
	overflow: hidden;
	padding-right: 300px;
	display: flex;
    flex-direction: column;
	padding: 16px 260px 16px 16px;
    background-color: var(--gameblock-color);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    font-size: 16px;
    aspect-ratio: auto;
	margin-bottom:15px;
}
.promotion-card h2{
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	color: #d0d2d7;
}
.promotion-card .promotion-card__actions{
	display: flex;
    align-items: center;
}
.promotion-card .promotion-card__offer{
	font-size: 29px;
	font-weight: 600;
	margin-bottom: 15px;
    color: var(--main-text-header-color);
}
.promotion-card .promotion-card__offer span{
	font-size: 29px;
}
.promotion-card__description{
	margin-bottom: 30px;
    color: var(--main-text-header-color);
}
.promotion-card__info-btn {
	width: 32px;
    height: 32px;
    margin-left: 4px;
    border-radius: 50px !important;
    padding: 9px !important;
    background-color: #444a5f;
    border: none;
    box-shadow: inset 0 0 0 2px #444a5f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion-card__info-btn svg {
	max-width: 17.5px;
	color: #a2a5af;
	width: 22px;
}
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright{
	float: right;
	margin-left: 15px;
}
.contact-icon{
	width: 24px;
	color: #e4580a;
}
.wpcf7-form{
	display: flex;
    flex-direction: column;
    align-items: start;
}
.wpcf7-form label{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
input:not([type="file"]), textarea{
	background-color: transparent;
	padding: 10px;
    border: 2px solid var(--color-background-primary);
    border-radius: 8px;
    color: var(--main-text-header-color);
    margin-top: 5px;
}
textarea{
	max-height: 100px;
}
.wpcf7-form label {
    width: 450px;
	max-width: 100%;
}
.review-card{
	margin-bottom: 15px;
    border: 1px solid #ed8a19;
    border-radius: 10px;
    padding: 10px;
    display:flex;
    flex-direction: column;
}
.review-card svg{
	margin-right: 5px;
	fill: #979797;
    opacity: .2;
	width: 22px;
	height: 22px;
}
.review-card svg.active{
	fill: #ED8A19;
    opacity: 1;
}
.review-card .reviews_title{
	margin: 10px 0;
	font-size: 21px;
	font-weight: bold;
    color: var(--main-text-header-color);
}
.reviews_offer {
    color: var(--main-text-color);
}
#feedback-form input,
#feedback-form textarea{
	width: 100%;
}
#feedback-form textarea{
	height: calc(100% - 4px);
	max-height: unset;
}
.feedback-success{
	background: rgb(22, 29, 55);
	justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px;
	border-radius: 15px;
}
.feedback-success .title{
    font-size: 28px;
    margin-bottom: 15px;
}
.seenon img{
	filter: grayscale(1);
}

.footer-logo {
    max-width: 140px;
    height: auto;
    margin-top: 15px;
}

.footer-support__mail {
    color: var(--main-text-header-color);
}

.footer-support__mail:hover {
    color: var(--main-button-color);
}

.footer-nav__content {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.footer-nav .nav-logo {
    display: block;
    margin-bottom: 33px;
}
.footer-nav .nav-logo img{
	max-width: 150px;
}
.footer-socials-follow{
	font-weight: bold;
	margin-bottom: 10px !important;
	color: var(--main-text-header-color);
}
.footer-socials-icon-list {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.online-chat {
    color: var(--color-white) !important;
}

.transparent-pill-btn {
    color: var(--color-white) !important;
}

.pill-btn-with-bg {
    color: var(--main-button-text-color) !important;
}
.footer-socials-icon-list a{
    align-items: center;
    background-color: #353b52;
    border: none;
    box-shadow: inset 0 0 0 2px #353b52;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all .2s ease-in-out;
    align-items: center;
    display: flex;
    font-size: 16px;
    transition: all .15s;
	border-radius: 50%;
    height: 32px;
    width: 32px;
}
.footer-socials-icon-list a svg{
	width: 24px;
}
#menu-footer-main{
	grid-gap: 14px;
    align-items: start;
    display: grid;
    flex: 0 0 55%;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
}
#menu-footer-main a{
	align-self: flex-start;
    break-inside: avoid;
    color: var(--main-footer-menu-color);
    display: block;
    text-decoration: none;
	font-size: 12px;
	transition: color .3s ease;
	line-height: 160%;
	font-weight: 600;
	padding: 0;
}
#menu-footer-main a:hover{
    color: var(--main-footer-menu-color-active);
}
.footer-nav__links{
	flex: 0 0 55%;
}
.footer-support__description{
	font-size: 14px;
	color: #b1b4bc;
}
.footer-col, .footer-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.footer-row {
    margin-bottom: 17px;
}
.footer-col {
    gap: 24px;
}
.footer-app-button {
    align-items: center;
    background: var(--modal-lang-background-color);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 4px;
    overflow: hidden;
    padding: 4px 8px 4px 0;
    position: relative;
    width: 100%;
}
.footer-app-button--squeezed {
    padding: 0 8px 0 0;
}
.footer-app-button:before {
    background: #1a799f;
    content: "";
    filter: blur(30px);
    height: 45px;
    left: -15px;
    opacity: 1;
    position: absolute;
    top: -15px;
    width: 45px;
}
.footer-app-button--squeezed .footer-app-button-image {
    margin: 2px;
    width: 28px;
}
.footer-app-button-text {
    display: flex;
    flex-direction: column;
	font-size: 12px;
	font-weight: 700;
    color: var(--main-text-header-color) !important;
}
.FooterMoreIcons {
    align-items: center;
    display: flex;
}
.FooterMoreIcons>:not(:last-child) {
    margin-right: 16px;
}
.footer-nav {
    border-bottom: 1px solid #585c834d;
    margin-bottom: 40px;
    padding: 30px 0 40px;
}
.footer-copyright {
    margin: 16px 0 0;
    color: var(--main-text-color);
	font-size: 14px;
}
.footer-disclaimer__text {
    display: flex;
    flex-flow: column;
    gap: 17px;
    margin-top: 17px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: var(--main-text-color);
	font-size: 12px;
}
.footer {
    padding-bottom: 70px;
}


.text-404{
	font-size: 45px;
    line-height: 45px;
}
.subtext-404{
	font-size: 20px;
}
.cursor-pointer{
	cursor: pointer;
}
.modal-content{
    background-color: var(--main-background-modal);
	font-size: 14px;
	line-height: 21px;
	box-shadow: 0 0 1px #00000052, 0 4px 8px #0000003d;
}
.modal-footer{
    background-color: var(--main-background-modal);
    font-size: 14px;
    line-height: 18px;
    padding-top: 0;
    border: 0;
    justify-content: center;
}
.modal-footer button {
    flex: 1;
    font-size: 16px;
}
.btn-modal {
    background-color: var(--main-background-modal-button);
}
.btn-modal:hover {
    background-color: var(--main-background-modal-button);
}
.modal-footer button:first-child {
    background: rgba(53, 59, 82, 1);
}

body #app {
    max-width: 100%;
    overflow-y: visible;
    position: fixed;
    width: 100vw;
}
.app {
    display: flex;
    flex-flow: row;
    max-width: 100%;
    overflow: hidden;
    width: 100vw;
}
.app #container {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: var(--app-height, 100vh);
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar {
    background: var(--gameblock-color);
    position: relative;
    z-index: 105;
    max-width: 280px;
}
.nav-sidebar-content {
    transition: all .5s ease;
    width: var(--nav-sidebar-width);
}
.sidebar.opened .nav-sidebar-wrapped-content {
    display: none;
}
.nav-sidebar-expanded-content, .nav-sidebar-expanded .nav-sidebar-header-logo, .nav-sidebar-expanded {
    display: none;
}
.nav-sidebar-wrapped-content {
    animation: slide-up-opacity .6s cubic-bezier(.4,0,.2,1) .3s forwards;
    height: calc(var(--app-height, 100vh) - var(--nav-height, 64px));
    opacity: 0;
    overflow-y: scroll;
    padding: 16px 8px;
    width: 120px;
    z-index: 103;
    text-align: center;
}
.nav-sidebar-wrapped .divider-bottom {
    margin-bottom: 16px;
    position: relative;
}
.nav-sidebar-card--wrapped .nav-card__button {
    background: #0000;
}
.nav-card__button {
    align-items: center;
    background: var(--background-color-menus-icons);
    border-radius: 8px;
    color: var(--main-text-header-color);
    cursor: pointer;
    display: flex;
    gap: 8px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
    padding: 4px;
    position: relative;
    text-align: initial;
    transition: background .3s ease-in-out;
    width: 100%;
}
.nav-sidebar-card--wrapped .nav-card__img {
    margin: 0 auto;
}
.nav-card__img {
    height: 40px;
    pointer-events: none;
    width: 40px;
    z-index: 1;
}
.nav-sidebar-wrapped-item img {
    max-width: 100%;
    width: 24px;
    margin-top: 20px;
}
.divider-bottom .m-dropdown {
    margin-bottom: 20px;
}
.nav-sidebar-wrapped-item:first-child img{
    width: 40px;
    height: 40px;
}

.nav-sidebar-icon svg {
    width: 48px;
    height: 48px;
}

.nav-sidebar-wrapped .divider-top:before {
    background: var(--accordion-body-background);
    content: '';
    height: 1px;
    left: 33px;
    position: absolute;
    width: 24px;
    margin-top: 10px;
}

.nav-sidebar-wrapped-item:not(:last-child) {
    margin-bottom: 16px;
}
.nav-sidebar-wrapped-item {
    width: 100%;
    cursor: pointer;
}
.nav-sidebar-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.nav-sidebar-icon svg {
    color: var(--color-mid-grey-5);
    height: 24px;
    pointer-events: none;
    width: 24px;
}
.nav-sidebar-support-wrapped svg {
    color: var(--color-su400);
}
.nav-sidebar-icon svg {
    height: 24px;
    pointer-events: none;
    width: 24px;
}
.opened .nav-sidebar-content {
    width: 320px;
}
.opened .nav-sidebar-expanded-content, .opened .nav-sidebar-expanded .nav-sidebar-header-logo, .opened .nav-sidebar-expanded {
    display: flex;
}
.desktop .nav-logo, .nav-sidebar-header .nav-logo {
    max-width: 150px;
}
.nav-sidebar-expanded--gap {
    display: flex;
    flex-flow: column;
    gap: 8px;
    padding: 16px 8px 8px;
}
.nav-sidebar-expanded-scrollY {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}
.nav-sidebar-expanded-content {
    animation: slide-up-opacity .6s cubic-bezier(.4,0,.2,1) .3s forwards;
    display: flex;
    flex: 1;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    width: 100%;
}
.nav-sidebar-card--bonus {
    order: 0;
}
.nav-sidebar-card--bonus .nav-card__button {
    justify-content: center;
    max-width: none;
}
.nav-card__button {
    align-items: center;
    background: var(--background-color-menus-icons);
    border-radius: 8px;
    color: var(--main-text-header-color);
    cursor: pointer;
    display: flex;
    gap: 8px;
    mask-image: radial-gradient(#fff, #000);
    -webkit-mask-image: radial-gradient(#fff, #000);
    overflow: hidden;
    padding: 4px;
    position: relative;
    text-align: initial;
    transition: background .3s ease-in-out;
    width: 100%;
}

.nav-card__button:before {
    background: #1a799f;
    content: "";
    filter: blur(40px);
    height: 120px;
    left: -60px;
    opacity: .6;
    position: absolute;
    top: -100px;
    transition: opacity .3s ease-in-out;
    width: 120px;
}
.nav-sidebar-cards-grid {
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
}
.nav-sidebar-card--bonus .nav-card__title {
    flex: initial;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-text-header-color);
}

.sidebar_text_wrapper {
    color: var(--main-text-header-color);
}
.nav-card__title {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.m-text {
    margin: 0;
    padding: 0;
}
.nav-sidebar-cards-grid {
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
}
.m-lh160 {
    line-height: 160%;
}
.m-fw700 {
    font-weight: 700;
}
.m-fs10 {
    font-size: 10px;
}
.invite-block {
    padding: 9px 32px 9px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #CB438A 0%, #7113D5 100%);
    border-radius: 8px;
    text-align: left;
}
.invite-block h2 {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.invite-block p {
    margin: 0;
    color: #fff;
    font-size: 10px;
}
button {
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}
.nav-sidebar-expanded-items {
    margin-bottom: auto;
}
.nav-sidebar-support {
    background: #069815;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.nav-sidebar-item__content {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 8px;
    width: 100%;
}
.nav-sidebar-item {
    align-items: center;
    color: var(--color-light-grey-3);
    cursor: pointer;
    display: flex;
    width: 100%;
}
.nav-sidebar-item p {
    color: var(--main-header-menu-color);
}
.nav-sidebar-item p:hover {
    color: var(--main-header-menu-color-active);
}
.nav-sidebar-expanded-languages {
    margin-bottom: 8px;
    background: var(--button-lang-background-color);
    border-radius: 1000px;
    color: var(--main-text-header-color);
}
.lang-switcher-btn--wide {
    line-height: 150%;
    padding: 11px;
}
.lang-switcher-btn .m-button-content {
    gap: 8px;
}
.opened .logo-img {
    display: none;
}
.m-button-content {
    align-items: center;
    display: flex;
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    gap: var(--gap);
    justify-content: center;
    line-height: var(--line-height);
    transition: all .15s;
}
.online-chat span {
    font-weight: 600;
}
@media (min-width: 460px) {
    .footer {
        padding-bottom: 54px;
        padding-top: 24px;
    }
}

@media screen and (max-width: 1200px){
    .sidebar.opened .nav-sidebar-header {
        width: auto !important;
    }
	.tablet .footer-nav__socials {
		margin-right: 173px;
		order: 0;
	}
	.mobile .footer-nav__links, .tablet .footer-nav__links {
		order: 2;
		width: 100%;
	}
	#menu-footer-main{
		grid-template-rows: repeat(8, 1fr);
	}
	.footer-nav__links {
		flex: 0 0 45%;
	}
	.main-nav-content-toggle{
		display: block;
	}
    .sidebar {
        display:none;
    }
    .sidebar-content {
        display: none;
    }
    .sidebar.opened {
        display: block;
        width: 100%;
        max-width: 100% !important;
    }
    .sidebar.opened .nav-sidebar-expanded, .sidebar.opened .nav-sidebar-header {
        width: 100%;
    }
    .desktop-logo {
        display:none;
    }
    .mobile-logo {
        display: block !important;
    }
    .nav-sidebar-header-toggle {
        right: 0;
        left: auto;
    }
    .sidebar.opened .mobile-icon-svg {
        display: block;
    }
}
@media screen and (max-width: 991px){
	.footer-nav__content{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-nav__socials{
		margin-right: 173px;
		order: 0;
	}
	.footer-nav__links{
		order: 2;
		width: 100%;
		flex: 0 0 100%;
		margin: 32px 0 0;
		padding: 37px 0 0;
	}
	.banner-wrap{
		justify-content: flex-end;
	}
	.banner-wrap .banner-description .banner-title{
		font-size: 14px;
	}
	.banner-wrap .banner-description .banner-header-title{
		font-size: 50px;
	}
	.banner-wrap .banner-description .banner-header-AdditionalText{
		margin-bottom: 17px;
        font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.head-cont .logo-img{
		max-width: 100px;
		position: relative;
        top: -4px;
	}
	.online-chat span{
		display: inline-block;
		line-height: 14px;
		max-width: 80px;
	}
	.btn-orange {
		padding: 0.5rem 1rem;
	}
	header{
		height: 50px;
	}
    .head-cont button{
        font-size: 12px;
    }
	.footer-nav__socials {
        margin-right: 160px;
        margin-bottom: 40px;
	}
	.footer-nav__links{
		margin: 0;
		padding-top: 40px;
	}
	.footer-col {
		margin-left: unset;
		justify-content: center;
	}
	.Blocks-Content .block-single .span-block{
		    top: 10px;
		left: 10px;
		font-size: 12px;
	}
	.about-block{
		flex-direction: column;
	}
	.about-block .itd-single{
		width: 100%;
		margin-bottom: 8px;
		padding: 12px 16px;
	}
	.itd-wrap .itd-single .itd-content{
		font-size: 14px;
		line-height: 1.6;
	}
	.WelcomePack{
		margin-bottom: -60px;
		background: var(--gradient-color);
        width: calc(100% + 20px);
	}
	.banner-wrap{
		padding-bottom: 55px;
	}
	.Gamification {
		margin: 0;
		padding: 0;
		background: transparent;
	}
	.Gamification-Head{
		text-align: center;
		margin-bottom: 24px;
		width: auto;
	}
	.Gamification-Title {
		margin: 0 0 8px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
	}
	.Gamification-Img--mobile {
		position: initial;
		display: block;
	}
	.Gamification-Content {
		flex-direction: column;
	}
	.Gamification-Content > p{
		width: 100%;
	}
	.Gamification-Cards {
		flex-direction: column;
		margin-bottom: 8px;
		width: 100%;
        text-align: left;
	}
	.Gamification-Cards .GamificationCard {
		padding: 16px;
        background: var(--gameblock-color);
		border-radius: 16px;
		width: auto;
	}
	.Gamification-Cards .GamificationCard:not(:last-child) {
		margin: 0 0 8px;
	}
	.Gamification-Btn {
		min-width: auto;
		margin-bottom: 0;
	}
	.Gamification-Img {
		display: none;
	}
	.Gamification-Content .btn-orange,
	.app-banner-content .btn-orange{
		height: 52px;
		font-weight: bold;
		width: 100%;
		font-size: 18px;
	}
	.alignleft, .alignright{
		margin: 0;
		float: none;
	}
	.promotion-card h2{
		font-size: 20px;
        max-width: 50%;
	}
	.promotion-card .promotion-card__offer {
		font-size: 19px;
		margin-bottom: 10px;
        max-width: 50%;
	}
	.promotion-card .promotion-card__offer span {
		font-size: 16px;
	}
	.promotion-card__description {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.promotion-card {
		padding-right: 200px;
		position: relative;
	}
	.promotion-card:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.promotion-card > *{
		position: relative;
		z-index: 2;
	}
    .app-banner-image {
        max-height: 240px;
    }
    .modal-content h1, .modal-content h2, .modal-content h3 {
        font-size:20px;
    }
    .trust-wrapper-block .block-single img {
        max-width: initial !important;
    }
}
@media screen and (max-width: 580px){
	.footer-nav__socials {
        margin-right: 60px;
        margin-bottom: 0;
	}
	.app-banner{
		margin: 35px auto;
		flex-direction: column-reverse;
		align-items: center;
		padding: 0;
	}
	.app-banner-content {
		padding: 20px 16px 16px;
		width: 100%;
		align-items: center;
	}
	.app-banner p{
		width: 100%;
	}
	.app-banner-description{
		text-align: center;
		margin: 8px 0 16px;
		font-size: 14px;
		font-weight: 500;
		max-width: unset;
	}
	.app-banner-title {
		font-size: 24px;
	}
	.app-banner-label{
		position: absolute;
        max-width: 65%;
	}
	.Blocks-Content .block-single {
		flex: 0 0 132px;
		margin: 0 4px !important;
	}
	.promotion-card {
        padding-right: 0;
    }
    .gami_wrap {
        flex-direction: column-reverse;
    }
    .gami_wrap img {
        max-height: 240px;
    }
    .app-banner img {
        max-height: 240px;
    }
    .Gamification-Cards .GamificationCard {
        max-width: 100%;
    }
    .missions {
        display: none !important;
    }
    .casino__banner_wrap {
        display: none;
    }
    .footer-row {
        flex-wrap: wrap;
    }
    #lang-switcher-btn-footer {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .m-modal-container {
        max-width: 90% !important;
    }
    .LangSwitcherModal .m-modal-header {
        font-size: 18px !important;
    }
}







@keyframes slide-up-opacity {
    0% {
        opacity: 0;
        transform: translateY(3%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes wave-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-1px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes wave-right {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(1px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes trambling-animation {
    0%,50%,to {
        transform: rotate(0deg)
    }

    10%,30% {
        transform: rotate(-10deg)
    }

    20%,40% {
        transform: rotate(10deg)
    }
}

@keyframes rotate {
    to {
        transform: rotate(-1turn)
    }
}
/* modal */
#m-modal-wrapper {
    position: fixed;
    z-index: 3000;
    transition: opacity 0.3s ease-in-out;
}
.hidden {
    display: none;
    opacity: 0;
}
#m-modal-wrapper {
    left: 0;
    top: 0;
}
.m-modal-overlay {
    background-color: #000;
    opacity: .7;
    position: absolute;
}
.m-modal, .m-modal-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.m-modal {
    align-items: center;
    display: flex
;
    justify-content: center;
    position: fixed !important;
    z-index: 3000;
}
m-modal:before {
    -webkit-backdrop-filter: var(--modal-backdrop-filter);
    backdrop-filter: var(--modal-backdrop-filter);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.m-modal-container {
    background: var(--main-background-modal);
    border-radius: 16px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .322), 0 12px 24px rgba(0, 0, 0, .239);
    display: flex;
    flex-direction: column;
    max-height: calc(var(--m-app-height, 100vh) - 32px);
    max-width: 100%;
    min-height: var(--modal-header-height);
    overflow: auto;
    position: absolute;
    transition: max-width .1s ease-in-out;
}
.m-modal-scrollable {
    flex: 1;
    overflow: auto;
}
.m-thin-scrollbar {
    scrollbar-color: var(--color-background-surface-5) #0000;
    scrollbar-width: thin;
}
.LangSwitcherModal .m-modal-header {
    justify-content: left;
    padding-left: 23px;
    font-size: 22px;
}
.m-modal-header {
    align-items: center;
    border-bottom: var(--modal-header-border-width) solid var(--modal-lang-background-color);
    color: var(--main-text-header-color);
    display: flex;
    font: var(--modal-header-font);
    justify-content: var(--modal-header-align);
    min-height: var(--modal-header-height);
    padding-left: var(--modal-header-padding-left);
    text-align: center;
    text-transform: var(--header-text-transform);
    white-space: nowrap;
}
.m-modal-header:before {
    background: var(--color-modal-background);
    border-radius: 16px;
    right: 0;
    width: 57px;
}
.m-modal-header:after, .m-modal-header:before {
    content: "";
    height: calc(var(--modal-header-height) - var(--modal-header-border-width));
    position: absolute;
}
.m-modal-header:after, .m-modal-header:before {
    content: "";
    height: calc(var(--modal-header-height) - var(--modal-header-border-width));
    position: absolute;
}
.m-modal-header:after {
    background: linear-gradient(90deg, #0000 0, var(--color-modal-background) 0);
    right: 57px;
    width: 15px;
}
.LangSwitcherModal .m-modal-content {
    border-top: 1px solid var(--color-dark-grey-2);
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 23px;
}
.LangSwitcherModal-Countries {
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    overflow: hidden;
}
.LangSwitcherModal-Country.active {
    border: 2px solid var(--main-button-color);
    border-radius: 8px;
}
.LangSwitcherModal-Country {
    align-items: center;
    background: var(--modal-lang-background-color);
    display: inline-flex;
    padding: 8px;
    position: relative;
    width: calc(50% - 2px);
}
LangSwitcherModal-Country-Checkmark {
    background: var(--color-pr500);
    border-radius: 50%;
    color: var(--color-text-primary);
    height: 20px;
    margin-right: 8px;
    min-width: 20px;
    padding: 2px;
    width: 20px;
}
.LangSwitcherModal-Country-Text {
    color: var(--main-text-header-color);
    font-size: 16px;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.LangSwitcherModal-Country:after {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1;
}
.LangSwitcherModal-Country-Checkmark {
    display: flex;
    background: var(--main-button-color);
    border-radius: 50%;
    color: var(--modal-lang-background-color);
    height: 20px;
    margin-right: 8px;
    min-width: 20px;
    padding: 2px;
    width: 20px;
}
m-modal-close.m-button, .m-modal-close.m-nav-button {
    position: absolute;
    right: var(--modal-header-padding-right);
    top: var(--modal-header-padding-top);
}
.m-modal-close.m-button, .m-modal-close.m-nav-button {
    position: absolute;
    right: var(--modal-header-padding-right);
    top: var(--modal-header-padding-top);
}
.m-nav-button--s {
    --padding: var(--nav-button-s-padding);
    --icon-size: var(--nav-button-s-icon-size);
}

.m-nav-button {
    --icon-color: #a2a5af;
    --background: #353b52;
    align-items: center;
    background-color: var(--background);
    border: none;
    border-radius: var(--border-radius-pill);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: var(--padding);
    transition: all .2s ease-in-out;
}
.m-nav-button .m-icon {
    color: #fff;
    flex: 1;
    height: 20px;
    transition: color .2s ease-in-out;
    width: 20px;
}
.m-icon {
    width: 16px;
}

@media only screen and (max-width: 768px) {
    .banner-wrap .banner-description {
        margin-top: -100px;
        position: inherit;
    }
    .promotion-card__description {
        display: none;
    }
}

/*

slider
 */

.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}

.slider-block-single {
    flex: 0 0 calc(100% / 8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
}

.slider-block-single img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(53, 59, 82, 1);
    color: rgba(162, 165, 175, 1);
    border: none;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    font-size: 20px;
    height: 32px;
    display: flex;
    width: 32px;
    align-items: center;
    justify-content: center;
}

.slider-arrow.slider-left {
    left: 10px;
}

.slider-arrow.slider-right {
    right: 10px;
}

@media (max-width: 768px) {
    .slider-block-single {
        flex: 0 0 calc(100% / 3); /* Показывать 3 элемента на мобильных устройствах */
    }

    .slider-arrow {
        display: none; /* Скрыть стрелки */
    }
}

.Gamification img {
    max-width: 100%;
}
.gami_wrap {
    display: flex;
    align-items: center;
}
.Gamification-Text {
    margin-bottom: 16px;
}
.mobile-logo {
    display: none;
}
.sidebar .mobile-icon-svg {
    display:none;
}

.sub-404 {
    color: rgba(162, 165, 175, 1);
    font-size: 14px;
}
.accordion-item {
    border: 0;
    background: transparent;
    margin-bottom: 8px;
}
.accordion-button {
    background-color: var(--accordion-close-background);
    color: var(--main-table-color-text);
}
.accordion-button:not(.collapsed) {
    background-color: var(--accordion-close-background);
    color: var(--main-table-color-text);
}
.accordion-button::after {
    content:"\2039";
    background-image: none;
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    color: var(--accordion-shevron-background);
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(90deg);
}
.accordion-body {
    color: var(--main-text-color);
    background-color: var(--accordion-body-background);
    font-size: 14px;
}

.container-xl ul {
    list-style: disc;
    margin: 20px;
}
.container-xl .breadcrumb {
    list-style:none;
}
.opened-data-text {
    color: var(--main-text-menu-color);
    text-align: center;
    font-size: 16px;
}
.sidebar.opened .nav-sidebar-header {
   width: 280px;
}
.scrollable-content-wrap::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.breadcrumb a {
    color: var(--main-breadcrumb-color-even);
}
.breadcrumb span span:first-child {
    margin-right: 8px;
}
.breadcrumb span span:last-child {
    margin-left: 8px;
    color: var(--main-breadcrumb-color);
}
.breadcrumb span {
    color: var(--main-breadcrumb-color-even);
}
.modal-content svg {
    margin: 1rem;
    margin-left: auto;
    cursor: pointer;
}
.pd-btn {
    padding: 5px 10px !important;
}
.sidebar.opened .nav-sidebar-expanded-support .m-icon {
    display: block;
}
.missions {
    font-size: 12px;
    margin-right: 0px !important;
    background-color: #5D7CE8 !important;
    box-shadow: 0 4px 10px rgba(67, 60, 167, 1),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
    border: 0 !important;
    border-radius: 8px !important;
}
.missions span {
    margin-right: 4px;
}
.nav-sidebar-wrapped .divider-bottom:after {
    background: var(--accordion-body-background);
    content: "";
    height: 1px;
    left: -8px;
    position: absolute;
    width: 24px;
}
.casino__banner_wrap {
    padding: 10px 8px;
    background-color: var(--modal-lang-background-color);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.blur_block {
    position:absolute;
    width: 120px;
    height: 120px;
    background-color: rgba(26, 121, 159, 1);
    filter: blur(80px);
    top: -100px;
    left: -60px;
    opacity: 60%;
}
.casino__banner_wrap button {
    display: flex;
    align-items: center;
}
.casino__banner_wrap h2 {
    font-size: 12px;
    color: var(--main-text-header-color);
    margin-bottom: 0;
    text-align: left;
}
.casino__banner_wrap p {
    font-size: 10px;
    color: var(--main-text-header-color);
    margin-bottom: 0;
}
.lang-switcher-btn svg {
    display: block !important;
}
#lang-switcher-btn-footer {
    padding: 6px 6px 6px 10px;
    font-size: 12px;
}
.trust-wrapper-block .block-single {
    padding: 12px 16px;
    background: var(--gameblock-color);
    border-radius: 16px;
}
.trust-wrapper-block .block-single img {
    max-width: 100%;
    height: 54px;
}
.main-header-404 {
    font-size: 96px;
    margin-bottom: 20px;
    line-height: 70px;
}