* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	color: #121212;
}

html {
	height: 100%;
}

body {
	position: relative;
	background: #f5f7fa;
	overflow-x: hidden;
	/* padding-bottom: 153px; */
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

p, h1, h2, h3, ul, ol, li {
	color: rgb(28, 79, 91);
}


main ul, main ol {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding-left: 20px;
}

table {
	margin-bottom: 40px;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: #f0f9f9; 
	border: 2px solid #1095b5; 
}

th, td {
	border: 1px solid #1095b5;
	padding: 10px;
	text-align: left;
}

th {
	background-color: #1095b5; 
	color: #fff;
	font-weight: bold;
}

tr:nth-child(even) {
	background-color: #f0f9f9;
}

tr:nth-child(odd) {
	background-color: #fff;
}

tr:hover {
	background-color: #cce7ef; 
}

.header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 10px calc((100% - 1170px) / 2);
	z-index: 5;
}

@media (max-width: 1024px) {
	.header {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.header {
		padding: 10px 20px;
	}
}

@media (max-width: 768px) {
	.header {
		flex-direction: column;
	}
}

.header__logo {
	min-width: 210px;
	width: 100%;
	max-height: 78px;
	color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
	.header__logo {
		max-width: 100%;
	}
}

.header__menu {
	position: relative;
	width: 100%;
}

@media (max-width: 1024px) {
	.header__menu {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.header__menu {
		min-height: 50px;
	}
}

.header__menu ul {
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

@media (max-width: 1024px) {
	.header__menu ul {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.header__menu ul {
		display: inline-flex;
		/* flex-direction: column; */
		align-items: center;
		/* padding-top: 50px; */
		padding-bottom: 20px;
		max-height: 0;
		transition: all 0.3s linear;
	}
}

.header__menu ul li {
	position: relative;
	margin: 0 10px 20px !important;
}

@media (max-width: 1024px) {
	.header__menu ul li {
		margin: 0 45px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 768px) {
	.header__menu ul li {
		width: 50%;
		margin: 0 0 5px !important;
		text-align: center;
		height: auto;
	}
}

.header__menu ul li:first-child {
	margin-left: 0;
}

.header__menu ul li a,
.header__menu ul li span {
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	color: #1095b5;
	background: #f0f9fb;
	border-color: #f0f9fb;
	text-transform: uppercase;
}

.header__menu ul li a:hover,
.header__menu ul li span:hover {
	color: #affc80;
}

.header__menu ul li.current-menu-item span {
	color: #affc80;
}

#nav-icon {
	width: 30px;
	height: 25px;
	margin: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 5;
	right: 11px;
	top: 15px;
}

@media (max-width: 768px) {
	#nav-icon {
		display: none;
	}
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0;
}

#nav-icon span:nth-child(2) {
	top: 9px;
}

#nav-icon span:nth-child(3) {
	top: 18px;
}

.container {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 40px calc((100% - 1170px) / 2) 100px;
}

@media (max-width: 1200px) {
	.container {
		padding: 40px 20px 100px;
	}
}

.front__content {
	margin-top: 40px;
	width: 100%;
	order: 3;
}

.front__content.top-text {
	margin-bottom: 30px;
	margin-top: 30px;
}


.text-enter>*:last-child {
	margin: 0;
}

.text-enter p {
	font-size: 18px;
	line-height: 32px;
	color: #434656;
	margin: 0 0 40px;
}
.text-enter ul {
	font-size: 18px;
	line-height: 25px;
	color: #434656;
	margin: 0 0 40px;
}
.text-enter ol {
	font-size: 18px;
	line-height: 25px;
	color: #434656;
	margin: 0 0 40px;
}
.text-enter h1 {
	color: #434656;
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 30px;
}

.text-enter h1 {
	margin-bottom: 45px;
	font-size: 36px;
}

@media (max-width: 768px) {
	.text-enter h1 {
		font-size: 34px;
	}
}

.icons {
	justify-content: right;
	display: flex;
	gap: 20px;
}

.icons img {
	width: 45px;
	height: 45px;
}
.icon-block {
	display: flex
;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 40px;
}
.icon-block__game-providers {
	margin-bottom: 40px;
}
.provider-icon {
	display: block;
	padding: 6px 0;
	margin: 0 10px;
	max-width: 100px;
	height: 46px;
}
.footer-info__text-wrap h4 {
	font-weight: 700;
	line-height: 22px;
	color: #ff9e2c;
	margin-bottom: 12px;
}
.footer-info__text-wrap p, .footer-info__text-wrap span {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-top: 20px;
}
img {
	max-width: 100%;
	height: auto;
}

.footer-copy {
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.footer {
	display: grid;
	grid-template-rows: auto;
	grid-template-areas: "top-left top-right" "mid mid" "bot bot" "subbot subbot";
	margin: 0 auto;
	max-width: 1366px;
	padding: 20px 20px 25px
}

.footer div.dropdown {
	grid-area: bot;
	width: 180px;
	justify-self: center
}

.footer div.dropdown__control {
	height: 40px;
	background: #fff;
	box-shadow: none;
	border: 1px solid #fff
}

.footer div.dropdown__control--is-focused,.footer div.dropdown__control--menu-is-open {
	border: 1px solid #1095b5;
	background: #f0f5f8;
	box-shadow: none
}

.footer div.dropdown__control:hover {
	border: 1px solid #1095b5
}

.footer div.dropdown__menu-list {
	max-height: 120px
}

.footer div.dropdown__single-value {
	font-weight: 700
}

.footer__menu-wrap {
	grid-area: top-left;
	margin-bottom: 30px;
	margin-right: 80px;
	display: flex;
	flex-basis: 50%
}

.footer__menu-wrap>div:not(:last-child) {
	margin: 0 70px 0 0
}

.footer .footer-info {
	grid-area: top-right
}

.footer__icon-block-container {
	grid-area: mid;
	margin-top: 30px
}

.footer__bottom {
	grid-area: bot;
	display: flex;
	justify-content: space-between
}

.footer__subbottom {
	grid-area: subbot;
	display: flex;
	justify-content: center;
	margin: -21px 0 0
}

.footer__adult-icon,.footer__lang-switcher {
	display: flex;
	flex-shrink: 0
}

.footer__socialm-wrap {
	display: flex;
	align-items: center;
	justify-self: end;
	word-break: break-word
}

.footer__pwa-button-container {
	display: flex;
	justify-content: center;
	grid-area: mid;
	margin-top: 30px
}

.footer__pwa-button-container .platform-tile__platformName {
	font-size: 15px
}

.footer__pwa-button-container .platform-tile__get-it {
	font-size: 10px
}

.footer__pwa-button-container .platform-tile__inner-wrap {
	padding: 10px;
	min-width: 128px
}

.footer__pwa-button-container .platform-tile__inner-wrap img {
	max-height: 28px
}

@media(max-width: 812px) {
	.footer__pwa-button-container .pwa-landing-buttons__btn,.footer__pwa-button-container .pwa-landing-buttons__platform-tile__desktop {
			display:none
	}

	.footer__pwa-button-container .pwa-landing-buttons__platforms {
			display: flex
	}
}

.footer__cryptopay {
	margin: 0 15px;
	padding: 6px 0
}

.main-template--pwa-landing .footer__menu-wrap {
	display: none
}

.main-template--pwa-landing .footer__socialm-wrap {
	padding: 20px 0
}

@media(max-width: 1024px) {
	.footer__menu-wrap {
			margin-right:60px
	}

	.footer-menu__list {
			column-count: 1!important;
			max-height: unset
	}
}

@media(max-width: 860px) {
	.footer-menu__wrap>div:not(:last-child) {
			margin:0 35px 0 0
	}

	.footer-menu__list {
			max-height: unset
	}
}

@media(max-width: 812px) {
    .footer {
        overflow: hidden;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: none;
}

	.footer div.lang-select-container {
			grid-area: locale;
			margin-bottom: 24px
	}

	.footer__menu-wrap {
			grid-area: menus;
			justify-self: center;
			margin-right: 0;
			margin-bottom: 20px
	}

	.footer__menu-wrap>div:not(:last-child) {
			margin: 0 50 0 0
	}

	.footer__menu-wrap .nav-item__title {
			white-space: normal;
			text-align: left
	}

	.footer .footer-menu__list {
			max-height: inherit
	}

	.footer__socialm-wrap {
			grid-area: social;
			justify-self: center
	}

	.footer__adult-icon {
			margin-right: 20px
	}

	.footer .footer-info {
			grid-area: info
	}

	.footer .icon-block {
			display: none
	}

	.footer__pwa-button-container {
			margin-top: 0;
			grid-area: buttons
	}

	.footer__subbottom {
			margin: -10px 0 20px
	}
}

@media(max-width: 480px) {
	.footer {
			padding:20px 15px
	}

	.footer .dropdown {
			width: 100%
	}

	.footer .footer-menu__list-item a {
			font-size: 13px
	}

	.footer__socialm-wrap {
			position: relative;
			width: 100%;
			justify-content: center
	}
}

.footer-wrap {
	background: #1095b5
}

body.modal-is-open,body.sidebar-is-open {
	overflow: hidden
}

.modal-wrapper-with-banner-right {
	display: flex;
	height: 100%;
	overflow-y: hidden!important
}

.modal-wrapper-with-banner-right .modal-content {
	width: 30%;
	border-radius: 0;
	min-width: 487px
}

.modal-wrapper-with-banner-bottom {
	display: flex;
	flex-direction: column;
	height: 100%
}

.slick-slide {
	position: relative;
	width: 18%;
	display: block;
	height: 152px;
	margin-right: 8px;
	transition: .4s cubic-bezier(.5,0,.1,1);
}

.game-card {
	position: absolute;
	left: 0;
	right: 0;
	transition: .4s cubic-bezier(.5,0,.1,1);
}
.game-card__inner {
	position: relative;
	overflow: hidden;
	border-radius: 17px;
}
.game-card__bg {
	padding-bottom: 71.25%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.game-card__buttons {
	display: flex
;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
}

.game-card__buttons, .game-card__labels {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .1s ease-in;
}

.game-card__play-for-real {
	width: 72px;
	height: 72px;
	margin-bottom: 10px;
}
.btn-play {
	color: #fff;
	border-radius: 50%;
	background: #fff;
	border-color: #fff;
	padding: 0;
}
.game-card__name {
	margin-bottom: 10px;
	padding: 0 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	color: #fff;
}
.game-card__play-for-fun {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	padding: 7px 20px;
}
.btn-demo {
	border: none;
	padding: 10px 30px;
	text-transform: capitalize;
	color: #fff;
	border-radius: 44px;
	background-color: rgba(225, 243, 247, .4);
	transition: background-color .3s;
}

.slick-track {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn__label {
	font-weight: 400;
	 color: #fff;
}

.game-slider .slick-slide:hover {
	cursor: pointer;
	width: 251px;
}
.game-slider .slick-slide:hover .game-card {
	transform: translateY(-8px);
}

.game-card--active .game-card__buttons,.game-card:not(.game-card--touch):hover .game-card__buttons {
	opacity: 1;
	background: linear-gradient(180deg,rgba(17,172,209,.51),#11acd1)
}

@media (max-width: 850px) {
	.slick-slide {
		width: 32%;
		height: 180px;
	}

	.slick-track {
		justify-content: space-around;
	}
}

@media (max-width: 640px) {
	.slick-slide {
		width: 45%;
		height: 210px;
	}
}

@media (max-width: 450px) {
	.slick-slide {
		width: 100%;
		height: 320px;
	}
}

.slider-container {
	position: relative;
	width: 100vw;
	overflow: hidden;
}

.slider {
	display: flex;
	width: 400vw;
	transition: transform 1s ease-in-out;
}

.slide {
	flex: 0 0 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: bold;
}

.prev-btn, .next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 20px;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.3s;
}

.prev-btn:hover, .next-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.prev-btn {
	left: 20px;
}

.next-btn {
	right: 20px;
}

.dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.dot {
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s;
}

.dot.active {
	background: #1095b5;
}

.slide {
	min-height: 300px;
}

.slide img {
	object-fit: cover;
	height: 100%;
}