* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

a:hover {
	color: #fff;
}

img {
	vertical-align: top;
	max-width: 100%;
}

.bg2 {
	padding: 20px 0;
	margin-bottom: 10px;
	background-color: #120725;
}

body {
	color: #fff;
	font-size: 14px;
	font-family: var(--font-main);
	background-color: #0c102b;
	box-sizing: border-box;
	padding-top: 110px;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body.game-page {
	padding-top: 60px;
}

body.game-page .sub-header, body.game-page .button-scroll-top {
	display: none;
}

body.overflow {
	overflow: hidden;
}

header {
	background-color: var(--duel-header-bg, #070b23);

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}

.sub-header {
	background: #001f3f !important;
	border-bottom: 1px solid #003366;
}


header .col-5:first-child {
	display: flex;
	align-items: stretch;
}

header .col-5:last-child {
	display: flex;
	align-items: center;
}

header .search {
	height: 60px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .search img, header .search svg, header .home img {
	height: 17px;
	width: 17px;
}

header .search:hover, header .home:hover {
	background-color: rgba(48, 17, 104, 0.35);
	cursor: pointer;
}

header .home {
	height: 60px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header nav {
	display: flex;
}

header .list {
	position: relative;
	cursor: pointer;
}

header .list .title {
	display: flex;
	align-items: center;
}

header .list .title img {
	margin-left: 10px;
	height: 7px;
}

header .list ul {
	display: none;
}

header .list ul.active {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background: #3e187d;
	min-width: 260px;
	padding: 12px 0;
}

header .list li a {
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	padding: 0 10px;
	min-height: 40px;
	display: flex;
	align-items: center;
}

header .list li a:hover {
	background-color: #301168;
}

header nav .link {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 0 10px;
}

header nav .link:hover {
	background-color: rgba(48, 17, 104, 0.35);
}

header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .download {
	height: 37px;
	border-radius: 21px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	max-width: 171px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
}

header .download:hover {
	background: rgba(0, 0, 0, 0.4);
}

header .language {
	display: flex;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	height: 60px;
	margin-left: 20px;
}

header .language .lang-img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-radius: 50%;
}

header .language .arrow {
	height: 7px;
}

header .language .list {
	position: absolute;
	min-width: 220px;
	top: 100%;
	left: 0;
	background: #fff;
	display: none;
}

header .language .list.active {
	display: block;
}

header .language .list li {
	height: 40px;
	padding: 0 10px;
	color: #270a36;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
}

header .language .list li:hover {
	background: rgba(218, 224, 238, 0.3);
}

.sub-header {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	background: #2e0b5a;
	z-index: 19;
}

.sub-header .swiper-slide {
	width: auto;
}

.sub-header .swiper-slide a {
	display: flex;
	align-items: center;
	padding: 0 15px;
	line-height: 50px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.sub-header .swiper-slide img {
	height: 20px;
	margin-right: 10px;
}

.sub-header .swiper-slide a:hover {
	background-color: #380a73;
}

.sub-header .swiper {
	width: calc(100% - 100px);
}

.sub-header .swiper-button-next.swiper-button-disabled, .sub-header .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.sub-header .swiper-button-prev:after, .sub-header .swiper-button-next:after {
	content: none;
}

.sub-header .swiper-button-next, .sub-header .swiper-button-prev {
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.sub-header .swiper-button-next {
	background-image: url(../img/arrow-right.svg);
}

.sub-header .swiper-button-prev {
	background-image: url(../img/arrow-left.svg);
}

.mobile-block-menu {
	display: none;
}

.banner {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #190a31), url(../img/banner.png) top center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px 0;
}

.banner .text {
	margin: 5px 0 10px;
	font-size: 18px;
	font-weight: 500;
}

.banner .title {
	font-size: 38px;
	font-weight: 700;
	color: #f8e71c;
	line-height: 1.2;
	margin-bottom: 10px;
}

.banner .terms {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	max-width: 540px;
	margin: 0 auto;
}

.banner .terms a {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.5);
}

.banner .terms a:hover {
	text-decoration: none;
}

.nominations {
	margin-bottom: 20px;
}

.nominations .nominations-wrap {
	padding: 20px 15px;
	background-color: rgba(46, 26, 85, 0.3);
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nominations .text, .nominations .title {
	font-size: 18px;
	font-weight: 500;
}

.nominations .text {
	color: #eedf2a;
}

.nominations .coin img {
	height: 42px;
	width: 42px;
}

.nominations .coin img+img {
	margin-left: 15px;
}

.nominations .row {
	align-items: center;
}

.nominations .medals {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 13px;
	background-color: #321159;
	padding: 5px;
}

.nominations .medals img {
	max-width: 50px;
	margin: 0 15px;
}

.nominations .medals img.var2 {
	max-width: 80px;
}

.banners-slider {
	margin-bottom: 20px;
}

.banners-slider .swiper-slide {
	position: relative;
}

.banners-slider .swiper-slide .slide-text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

.banners-slider .swiper-slide .slide-text .title {
	color: #f8e71c;
	font-weight: 700;
	font-size: 17px;
	display: block;
}

.products {
	padding-bottom: 20px;
}

.main-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.main-title .text {
	color: #f8e71c;
	font-size: 17px;
	font-weight: 500;
}

.products .product {
	cursor: pointer;
	margin-bottom: 20px;
}

.products .product .preview {
	position: relative;
}

.products .product .status {
	display: flex;
	position: absolute;
	top: 5px;
	left: 5px;
}

.products .product .status-item {
	padding: 0 8px;
	font-size: 9px;
	color: #000;
	line-height: 15px;
	background-color: #7ed321;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
}

.products .product .status-item+.status-item {
	margin-left: 5px;
}

.products .product .status-item.hot {
	background-color: #ef23af;
	color: #fff;
}

.products .product .coin {
	display: flex;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.products .product .title {
	padding-top: 6px;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: .3px;
}

.products .product .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: .3px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 500;
}

.products .product .demo a:hover {
	text-decoration: underline;
}

.products .product .demo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(29, 15, 52, 0.87);
	transition: .5s;
	opacity: 0;
}

.locked-game-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(29, 15, 52, 0.87);
	text-align: center;
	font-size: 16px;
	padding: 20px 10px 10px;
}

.locked-game-slide svg {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.products .product:hover .demo {
	opacity: 1;
}

.products .product .demo img {
	margin-bottom: 12px;
	transition: .5s;
}

.products .product .demo img:hover {
	transform: scale(1.05);
}

.show-more {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jackpot-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 23px 0;
	margin-bottom: 20px;
	border: 1px solid #f8e71c;
	border-radius: 4px;
	background-image: url(../img/jackpot.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.jackpot-block .title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.jackpot-block .summ {
	color: #f8e71c;
	font-size: 76px;
	font-weight: 700;
	letter-spacing: 5px;
}

.providers .providers-arrows {
	display: flex;
	width: 90px;
	justify-content: space-between;
}

.providers .swiper-button-next, .providers .swiper-button-prev {
	position: static;
	width: 40px;
	height: 40px;
	background-image: url(../img/arrow.svg);
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #271447;
	border-radius: 50%;
	margin-top: 0;
}

.providers {
	padding: 5px 0;
	margin-bottom: 20px;
}

.providers .swiper-button-next {
	transform: rotate(180deg);
}

.providers .swiper-button-next::after, .providers .swiper-button-prev::after {
	content: none;
}

.providers a {
	padding-top: 10px;
	border-radius: 4px;
	background-image: linear-gradient(180deg, #2e1553 0%, #251142 100%);
}

.providers a img {
	display: block;
	height: 30px;
	margin: 0 auto 20px;
}

.form-block {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 60px);
	justify-content: center;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.form-block .title {
	text-align: left;
}

.form-block .title .text.lg {
	font-size: 38px;
	font-weight: 800;
	color: #f8e71c;
	line-height: 1.2;
	margin-bottom: 10px;
}

.form-block .title .text {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}

.form-block .title .text span {
	color: #f8e71c;
	font-weight: 700;
}

.form-block .title .text.sm {
	font-size: 20px;
	font-weight: 700;
}

.form-block .title .sub-text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
	margin-bottom: 15px;
}

.form-block .title .sub-text span {
	color: #f8e71c;
	text-decoration: underline;
	cursor: pointer;
}

.form-block .title .sub-text span:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.field-block.password {
	position: relative;
}

.password-toggle {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	cursor: pointer;
}

.field.pass {
	padding-right: 45px;
}

.form-block .field-block {
	width: 100%;
	margin-bottom: 10px;
}

.form-block .field-block.error {
	width: 100%;
	color: #ef23af;
}

.form-block .field-block.error .field {
	border-color: #ef23af;
	color: #ef23af;
}


.form-block .field-block .error-text {
	margin-top: 5px;
	color: #ef23af;
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
	display: none;
}

.form-block .field-block.error .error-text {
	display: block;
}

.form-block .check-block {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.form-block .checkbox-style {
	width: 19px;
	height: 19px;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #382853;
	border-radius: 2px;
	position: relative;
	margin-right: 15px;
	cursor: pointer;
}

.form-block .check-input input[type="checkbox"]:checked+.checkbox-style {
	background-image: url(../img/checkmark.svg);
	background-size: 18px;
	background-position: center;
}

.form-block .check-input input[type="checkbox"] {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.form-block .check-block a {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	text-decoration: underline;
}

.form-block .check-block a:hover {
	text-decoration: none;
}

.form-block .reg-soc {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .3px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin-top: 5px;
}

.form-block a.reg-soc {
	text-decoration: underline;
}

.form-block a.reg-soc:hover {
	text-decoration: none;
}

.form-block a.reg-soc::after, .form-block a.reg-soc::before {
	content: none;
}

.form-block .reg-soc::after, .form-block .reg-soc::before {
	content: "";
	display: inline-block;
	margin: 0 10px;
	width: 48px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
	vertical-align: middle;
}

.footer-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

footer.bg2 {
	padding-bottom: 0;
}

footer .language {
	display: flex;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	min-width: 185px;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	font-weight: 400;
}

footer .language .lang-img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

footer .language .arrow {
	height: 7px;
	margin-left: auto;
}

footer .language .list {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	background: #fff;
	display: none;
	border-radius: 4px;
}

footer .language .list.active {
	display: block;
}

footer .language .list li {
	height: 40px;
	padding: 0 10px;
	color: #270a36;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
}

footer .language .list li:hover {
	background: rgba(218, 224, 238, 0.3);
}

footer nav {
	padding-bottom: 20px;
}

.footer-list>li:nth-child(1) {
	margin-bottom: 25px;
	color: #f8e71c;
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
}

.footer-list>li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: .5s;
	margin-bottom: 5px;
}

.footer-list>li a:hover {
	color: #f8e71c;
}

.footer-list>li a img {
	height: 36px;
}

.footer-list>li a:hover img {
	opacity: .5;
}

.footer-list li {
	display: flex;
	justify-content: space-between;
}

.footer-links {
	padding: 40px 0;
}

.footer-links-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.footer-links-block a {
	margin: 10px 20px;
}

.footer-links-block img {
	height: 22px;
	opacity: .3;
	transition: .5s;
}

.footer-links-block a:hover img {
	opacity: .5;
}

.copyright {
	padding: 30px 0 15px;
}

.copyright .text {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.copyright img {
	width: 60px;
}

.copyright .text img+p {
	margin-left: 10px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 30;
}

.popup.active {
	display: flex;
}

.popup.search .search-field {
	width: 100%;
	border: 1px solid #f8e71c;
	border-radius: 30px;
	font-size: 16px;
	line-height: 1.4;
	outline: none;
	overflow: hidden;
	position: relative;
}

.popup.search .search-field input {
	height: 50px;
	width: 100%;
	background-color: rgba(0, 0, 0, .0);
	background-image: url(../img/search-yellow.svg);
	background-repeat: no-repeat;
	background-position: center left 20px;
	background-size: 20px;
	padding: 0 60px;
	color: rgba(255, 255, 255, 0.45);
	outline: none;
}

.popup.search .search-field input:hover {
	color: #fff;
}

.popup.search .search-field .close {
	position: absolute;
	height: 20px;
	top: calc(50% - 10px);
	right: 20px;
	cursor: pointer;
	opacity: 1;
}

.popup.search .search-field .close:hover {
	opacity: .7;
}

.popup.search .error-text {
	margin-top: 25px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

.popup.search .error-text.hidden {
	display: none;
}

.popup.search ul {
	background-color: #190441;
	margin-top: 15px;
	padding: 22px 0;
}

.popup.search ul.empty {
	padding: 0;
}

.popup.search li {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	cursor: pointer;
}

.popup.search li:hover {
	background-color: #130134;
}

.popup.search li img {
	margin-right: 15px;
	max-width: 90px;
	max-height: 90px;
}

.popup.search li .search-result-name .name {
	color: #f8e71c;
	font-size: 16px;
	font-weight: 700;
}

.popup.search li .search-result-name .provider {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.popup.search li .search-result-btns {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup.search li .search-result-btns .play {
	border: solid 1px #00fdfc;
	color: #00fdfc;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	border-radius: 100px;
	cursor: pointer;
	padding: 0 20px;
	transition: .5s;
}

.popup.search li .search-result-btns .play:hover {
	border: solid 1px #00fdfc;
	color: #382853;
	background-color: #00fdfc;
}

.popup.search li .search-result-btns .demo {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}

.popup.search li .search-result-btns .demo:hover {
	text-decoration: underline;
}

.reg .popup-block {
	max-width: 880px;
}

.auth .form-block {
	padding: 20px;
}

.popup .close {
	position: absolute;
	top: 0;
	right: -30px;
	opacity: .5;
	cursor: pointer;
}

.reg .popup-block .bonuses-groop {
	display: flex;
	align-items: flex-start;
}

.reg .popup-block .bonuses-groop.mobile {
	display: none;
}

.reg .popup-block .bonus {
	width: 33.33%;
	position: relative;
}

.reg .popup-block .bonus img {
	width: 100%;
}

.reg .popup-block .bonus span {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	color: #9287a5;
	white-space: nowrap;
}

.reg .popup-block .l-col {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.reg .popup-block .l-col.mobile {
	display: none;
}

.reg .popup-block .r-col, .reg .popup-block .l-col {
	padding: 20px 0;
}

.reg .popup-block .l-col .title {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	color: #f8e71c;
	text-align: center;
	letter-spacing: 0.6px;
	width: 100%;
}

.reg .popup-block .l-col .text {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-right: 3px;
}

.reg .popup-block .l-col .text span {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	color: #f8e71c;
}

.popup-block .form-block {
	min-height: auto;
}

.reg .popup-block .form-block .check-block a, .reg .popup-block .form-block .check-block {
	color: #fff;
}

.reg .popup-block .form-block .checkbox-style {
	border: 1px solid #fff;
}

.providers-dropdown {
	position: relative;
}

.providers-title {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	min-height: 48px;
	padding: 10px 16px;
}

.providers-title.active {
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	color: #382853;
}

.providers-title img {
	margin-left: 20px;
}

.providers-dropdown .icon {
	width: 13px;
	height: 2px;
	background-color: #f8e71c;
	position: relative;
	border-radius: 3px;
	margin-right: 10px;
	margin-left: 5px;
}

.providers-dropdown .icon::after {
	content: "";
	position: absolute;
	top: -5px;
	right: 0;
	width: 18px;
	height: 2px;
	background-color: #f8e71c;
	border-radius: 3px;
}

.providers-dropdown .icon::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 8px;
	height: 2px;
	background-color: #f8e71c;
	border-radius: 3px;
}

.providers-dropdown .providers-title.active .icon {
	background-color: #382853;
}

.providers-dropdown .providers-title.active .icon::after {
	background-color: #382853;
}

.providers-dropdown .providers-title.active .icon::before {
	background-color: #382853;
}

.providers-dropdown .arrow {
	position: relative;
	height: 7px;
	width: 13px;
	margin-left: 10px;
}

.providers-dropdown .arrow::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	transform: rotate(40deg);
	background-color: #fff;
	width: 8px;
	height: 2px;
}

.providers-dropdown .arrow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 2px;
	transform: rotate(-40deg);
	background-color: #fff;
	width: 8px;
	height: 2px;
}

.providers-dropdown .providers-title.active .arrow::before {
	background-color: #382853;
}

.providers-dropdown .providers-title.active .arrow::after {
	background-color: #382853;
}

.providers-dropdown-block {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background-color: #fff;
	padding: 10px 0;
	min-width: 230px;
	border-radius: 0 4px 4px 4px;
}

.providers-dropdown-block.active {
	display: block;
}

.providers-dropdown-block ul {
	margin-bottom: 0;
}

.providers-dropdown-block li {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	color: #1d0f34;
}

.providers-dropdown-block li label {
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	color: #1d0f34;
	font-weight: 700;
	cursor: pointer;
}

.providers-dropdown-block .checkbox-style {
	width: 19px;
	height: 19px;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #c8cfdb;
	border-radius: 2px;
	position: relative;
	margin-right: 15px;
	cursor: pointer;
}

.providers-dropdown-block .check-input input[type="checkbox"]:checked+.checkbox-style {
	background-image: url(../img/checkmark-pink.svg);
	background-size: 18px;
	background-position: center;
}

.providers-dropdown-block .check-input input[type="checkbox"] {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.providers-add {
	margin-left: 20px;
	margin-right: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.provider-item {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.provider-item .remove-provider {
	height: 20px;
	width: 20px;
	background-color: #f8e71c;
	border-radius: 50px;
	margin-left: 10px;
	background-image: url(../img/close-dark.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	cursor: pointer;
}

.top-pannel {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

.top-pannel > span {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	background: #4a1d8d;
	padding: 10px 20px;
	border-radius: 50px;
	margin: 20px 0;
}

.top-pannel a {
	display: flex;
	align-items: center;
}

.top-pannel .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

.top-pannel .name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.top-pannel.hide>* {
	display: none;
}

.game-modal {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border: none;
	background-color: #190a31;
	transition: padding .3s ease;
	padding-top: 56%;
	z-index: 2;
}

.game-modal.full-screen .game, .game-modal.full-sc .game {
	padding: 0;
}

.game-modal.full-screen .side-pannel, .game-modal.full-sc .side-pannel {
	right: 0;
}

.game-modal iframe {
	width: 100%;
	height: 100%;
}

.game-modal .game:not(:first-child) {
	display: none;
}

.game-modal.multi .game {
	display: flex;
}

.game-modal.multi .game:first-child {
	top: 0;
	left: 0;
	right: 50%;
	bottom: 50%;
	border-right: 1px solid rgba(255, 255, 255, .5);
}

.game-modal.multi iframe {
	height: calc(100% - 26px);
}

.game-modal.multi .game:nth-child(2) {
	top: 0;
	left: 50%;
	right: 0;
	bottom: 50%;
}

.game-modal.multi .game:nth-child(3) {
	top: 50%;
	left: 0;
	right: 50%;
	bottom: 0;
	border-right: 1px solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.game-modal.multi .game:nth-child(4) {
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.game-modal .game .search {
	display: flex;
	align-items: center;
	height: 35px;
	width: calc(100% - 100px);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 19px;
	border: 1px solid #fff;
	background-color: #190a31;
	overflow: hidden;
	margin: 10px 0;
}

.game-modal .game .search input {
	display: flex;
	align-items: center;
	height: 100%;
	width: calc(100% - 37px);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	border: none;
	background-color: #190a31;
	background-image: var(--duel-icon-search);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left 10px center;
	padding-left: 40px;
}

.game-modal .game .search input::placeholder {
	color: #fff;
}

.game-modal .game .search .close {
	margin-left: auto;
	margin-right: 10px;
	width: 14px;
	opacity: .7;
	cursor: pointer;
	transition: .5s;
}

.game-modal .game .search .close:hover {
	opacity: 1;
}

.game-modal .modal-game-name {
	display: none;
}

.game-modal.multi .modal-game-name {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	position: relative;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	height: 26px;
	overflow: hidden;
	background-color: #2d1552;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 4px 4px 0 0;
}

.game-modal.multi .modal-game-name span {
	width: calc(100% - 54px);
}

.modal-game-name .close-game {
	cursor: pointer;
}

.full-sc #win2 .modal-game-name .close-game {
	margin-right: 40px;
}

.full-screen #win2 .modal-game-name .close-game {
	margin-right: 40px;
}

.game-page .game.none-search .modal-game-name {
	display: none;
}

.game-modal .game iframe {
	display: block;
}

.game-modal .game.none-search iframe, .game-modal .game .search {
	display: none;
}

.game-modal .game.none-search .search {
	display: flex;
}

.popup.search li .code-game {
	display: none;
}

.container-contact-form {
	padding: 50px 10px 150px;
	background: url(../img/bg-support.png) center center no-repeat;
}

.block-contact-form {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	padding-top: 60px;
}

.h-contact-form {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

.mini-h-contact-form {
	color: #a0a0a1;
	font-weight: 600;
	font-size: 14px;
}

.one-item-form {
	background: #2e0b5a;
	margin-top: 20px;
	border-radius: 8px;
}

.one-item-form label {
	display: block;
	color: rgba(255, 255, 255, .4);
	font-size: 12px;
	padding: 6px 10px;
	cursor: text;
}

.one-item-form label span {
	margin-left: 6px;
}

.one-item-form input, .one-item-form textarea {
	width: 100%;
	display: block;
	font-size: 14px;
	background: #2e0b5a;
	color: #fff;
	padding: 0;
	border-radius: 0;
	outline: none;
	resize: none;
	border: none;
	margin-bottom: 0;
}

.one-item-form textarea {
	height: 100px;
	font-weight: 600;
	font-size: 16px;
}

.one-item-form input {
	height: auto;
}

.one-item-form input:-webkit-autofill, .one-item-form input:-webkit-autofill:hover, .one-item-form input:-webkit-autofill:focus, .one-item-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #2e0b5a inset !important;
	-webkit-text-fill-color: #fff !important;
}

.block-contact-form input:hover, .block-contact-form input:active, .block-contact-form input:focus, .block-contact-form input:focus-visible {
	border: none;
}

.block-contact-form input[type="submit"] {
	border: none;
	text-align: center;
	font-size: 14px;
	background: #14ab15;
	display: block;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	margin-top: 20px;
	width: auto;
	padding: 10px 40px;
	border-radius: 20px;
	cursor: pointer;
}

.reply-contact-form {
	margin-top: 5px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
}

.info-contact-form {
	font-size: 14px;
	padding-left: 40px;
	margin-top: 80px;
}

.info-contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.info-contact-item svg {
	stroke: #fff;
	fill: #fff;
	margin-right: 20px;
	min-width: 50px;
	max-width: 50px;
}

.info-contact-item__desc {
	color: rgba(255, 255, 255, .6);
}

.info-contact-item__title {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #fff;
}

.info-contact-form a {
	color: #2283f6;
}

.info-contact-form a:hover {
	font-size: inherit !important;
}

.contacts-block {
	margin-top: 30px;
}

.contacts-block .contacts-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.contacts-block .contacts-row a:hover {
	text-decoration: underline;
}

.contacts-block .contacts-row svg {
	fill: #b4b4b4;
	stroke: #b4b4b4;
	margin-right: 20px;
}

.contacts-block .title {
	font-size: 18px;
	margin-right: 10px;
	font-weight: 700;
}

.block-contact-form.contacts-page {
	flex-direction: column;
}

.side-pannel {
	position: absolute;
	top: 0;
	right: -37px;
}

.side-pannel .block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	margin-bottom: 2px;
	border-radius: 0 4px 4px 0;
	background-color: #4a1d8d;
	transition: background-color .3s ease, color .3s ease;
	font-weight: 400;
	cursor: pointer;
}

.side-pannel .block img {
	opacity: .7;
	width: 17px;
	height: 17px;
}

.side-pannel .screen {
	margin-top: 10px;
}

.side-pannel .block.active {
	background-color: #ef22af;
}

.side-pannel .block:hover {
	background-color: #ef22af;
}

.side-pannel .block.active img {
	opacity: 1;
}

.side-pannel .block:hover img {
	opacity: 1;
}

.side-pannel .browser-size img:not(.active) {
	display: none;
}

.button-scroll-top {
	position: fixed;
	bottom: 60px;
	right: 60px;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8e71c;
	border-radius: 50%;
	cursor: pointer;
}

.game-page-width {
	max-width: 78%;
}

.cookies-policy {
	position: fixed;
	max-width: 330px;
	top: inherit !important;
	bottom: 25px;
	left: 18px;
	margin-top: 0 !important;
	background: #fff;
	z-index: 1000;
	padding: 17px;
	border-radius: 5px;
	display: none;
}

.cookies-policy.active-cook {
	display: block;
}

.cookies-policy__wrap {
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
}

.cookies-policy__title {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
}

.cookies-policy__txt {
	display: inline-block;
	margin: 0 12px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.cookies-policy__btn {
	width: 115px;
	display: inline-block;
	margin-left: 60px;
	padding: 0 12px;
	height: 35px;
	line-height: 35px;
	background-color: #f8e71c;
	border-radius: 5px;
	color: #382853;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border: 0;
	transition: background .2s ease;
}

.check-text a {
	color: #1d0f34;
}

.game-page .button-scroll-top {
	display: none;
}

.slider.slider_tournament.slick-initialized.slick-slider {
	width: calc(100% - 50px);
}

.slider_tournament .slick-next, .slider_tournament .slick-prev {
	top: 50%;
}

header .logo img {
	max-height: 42px;
}

.game-page .container h1 {
	margin: 4px 0;
}

.game-list.other+.game-list.main {
	display: none;
}

.game-list.other.hidden {
	display: none;
}

.game-list.other.hidden+.game-list.main {
	display: grid;
}

.game-list.other.hidden+.game-list.main+.load-more-category {
	display: none;
}

.game-page__footer {
	display: flex;
	align-items: center;
}

.game-page__footer .btn + .btn {
	margin-left: 15px;
}

@media only screen and (min-width: 1921px) {
.game-page-width {
		max-width: 80%;
	}
}

@media only screen and (min-width: 3400px) {
.game-page-width {
		max-width: 60%;
	}
}

@media only screen and (min-width: 1199px) {
header .mobile {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
header .desctop {
		display: none;
	}

	header .mobile {
		display: flex;
		align-items: center;
	}

	header .menu {
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	header .menu img {
		height: 30px;
	}

	header .mobile .dep {
		line-height: 37px;
		padding: 0 20px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 13px;
		border: 1px solid #45cb00;
		background-color: #45cb00;
		border-radius: 100px;
		cursor: pointer;
		margin-left: auto;
	}

	.mobile-block-menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 25;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.mobile-block-menu.active {
		display: block;
	}

	.mobile-menu {
		background-color: #190a31;
		width: 280px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
	}

	.mobile-menu .buttons {
		width: 100%;
		padding: 20px 10px;
		margin-bottom: 10px;
		background-color: #2e1a55;
		text-align: center;
	}

	.mobile-menu .buttons .logo {
		width: 70px;
		margin: 0 auto 20px;
	}

	.mobile-menu .buttons .btn {
		line-height: 40px;
		color: #fff;
		border: 1px solid #fff;
	}

	.mobile-menu .buttons .btn.green {
		border: solid 1px #45cb00;
	}

	.mobile-menu .buttons .btn+.btn {
		margin-top: 10px;
	}

	.mobile-menu .link {
		display: flex;
		align-items: center;
		padding: 0 15px;
		line-height: 40px;
		width: 100%;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
	}

	.mobile-menu .link:hover {
		background-color: #2e1a55;
	}

	.mobile-menu .link img {
		width: 20px;
		margin-right: 15px;
	}

	.mobile-menu .link.list {
		flex-direction: column;
		padding: 0;
	}

	.mobile-menu .link.list .title {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}

	.mobile-menu .link.list .title img {
		height: 20px;
	}

	.mobile-menu .link.list .title .arrow {
		margin-left: auto;
		margin-right: 0;
		height: 7px;
	}

	.mobile-menu .link.list ul {
		width: 100%;
		height: 0;
		overflow: hidden;
		margin: 0;
		background-color: rgba(25, 9, 49, 0.4);
	}

	.mobile-menu .link.list ul a {
		padding-left: 50px;
	}

	.mobile-menu .link.list ul.active {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.mobile-menu .download {
		line-height: 40px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		width: 100%;
	}

	.mobile-menu .download:hover {
		background-color: #2e1a55;
	}

	.mobile-menu .download img {
		width: 20px;
		margin-right: 15px;
	}

	.mobile-menu .chat {
		line-height: 40px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		font-size: 13px;
		color: #00fdfc;
		text-transform: uppercase;
		font-weight: 700;
		width: 100%;
	}

	.mobile-menu .chat:hover {
		background-color: #2e1a55;
	}

	.mobile-menu .chat img {
		width: 20px;
		margin-right: 15px;
	}

	.mobile-menu .language {
		display: flex;
		align-items: center;
		padding: 0 10px;
		cursor: pointer;
		position: relative;
		height: 40px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 2px;
		min-width: 185px;
		width: calc(100% - 30px);
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		margin: auto auto 20px;
	}

	.mobile-menu .language .lang-img {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}

	.mobile-menu .language .arrow {
		height: 7px;
		margin-left: auto;
		transform: rotate(-90deg);
	}

	.mobile-menu .language-popup {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #190a31;
	}

	.mobile-menu .language-popup.active {
		display: flex;
	}

	.mobile-menu .language-popup ul {
		width: 100%;
	}

	.mobile-menu .language-popup li {
		display: flex;
		align-items: center;
		padding: 0 20px;
		line-height: 40px;
		cursor: pointer;
	}

	.mobile-menu .language-popup li.back {
		font-size: 14px;
		font-weight: 700;
		line-height: 50px;
		padding: 0 20px;
		color: #fff;
		cursor: pointer;
		background-color: #8421b9;
	}

	.mobile-menu .language-popup li:not(.back):hover {
		background-color: #3d1d4d;
	}

	.mobile-menu .language-popup li img {
		margin-right: 15px;
		width: 23px;
	}

	.btn.green {
		overflow: visible;
	}
}

@media only screen and (max-width: 991px) {
.nominations-wrap {
		flex-direction: column;
		text-align: center;
	}

	.nominations .coin {
		margin: 20px 0;
	}

	.nominations .medals {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer-block {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.footer-list {
		width: 40%;
	}

	.popup .close {
		top: 15px;
		right: 15px;
		width: 17px;
		height: 17px;
		padding: 0;
		z-index: 2;
	}

	.popup-block {
		width: calc(100% - 30px);
	}

	.popup-block .form-block {
		padding: 15px 0;
	}

	.popup-block .form-block .check-block {
		font-size: 12px;
	}

	.reg .popup-block .r-col {
		padding: 20px 15px;
		overflow-y: auto;
		max-height: calc(100vh - 30px);
		justify-content: flex-start;
	}

	.reg .popup-block .l-col {
		display: none;
	}

	.reg .popup-block .l-col.mobile {
		display: flex;
		width: 100%;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.reg .popup-block .l-col.mobile .text-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.reg .popup-block .l-col.mobile .text-block .block {
		text-align: left;
	}

	.reg .popup-block .l-col.mobile img {
		width: 40%;
	}

	.reg .popup-block .l-col.mobile .text {
		font-size: 18px;
	}

	.reg .popup-block .l-col.mobile .text span {
		font-size: 26px;
	}

	.reg .popup-block .l-col.mobile .title {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.reg .popup-block .bonuses-groop.mobile {
		display: flex;
	}

	.reg .popup-block .bonuses-groop.mobile span {
		font-size: 8px;
		bottom: 0;
	}

	.game-page header .mobile {
		display: none;
	}
}

@media (max-width: 828px) {
.sub-header .swiper-button-next.swiper-button-disabled, .sub-header .swiper-button-prev.swiper-button-disabled {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
.button-scroll-top {
		bottom: 67px;
		right: 20px;
		width: 40px;
		height: 40px;
	}

	.top-pannel {
		margin-top: 60px;
	}

	.game-page-width {
		max-width: 100%;
	}

	.popup.search .container {
		max-width: 100%;
	}

	.popup.search .popup-block {
		margin-top: 0;
		padding: 0;
		width: 100%;
	}

	.popup.search .search-field {
		background-image: linear-gradient(270deg, #421f87 0%, #7810af 100%);
		border: 0;
		border-radius: 0;
		padding: 0 65px 0 20px;
	}

	.popup.search .search-field input {
		border: none;
		padding: 0;
		background-image: none;
		height: 60px;
	}

	.popup.search ul {
		background-color: inherit;
		margin-top: 0;
	}

	.popup.search li img {
		max-width: 60px;
		max-height: 60px;
	}

	.block-contact-form {
		padding-top: 30px;
		flex-direction: column;
	}

	.info-contact-form {
		margin: 20px 0 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 660px) {
.statstable tbody tr {
		justify-content: space-around;
	}

	.statstable th + th {
		border-left: none;
		font-size: 12px;
	}

	.statstable th {
		font-size: 12px;
		white-space: break-spaces;
	}

	.statstable td {
		flex: none;
		border-left: none !important;
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
.block-contact-form input[type="submit"] {
		margin-left: auto;
	}

	.jackpot-block .summ {
		font-size: 40px;
	}

	.footer-list {
		width: 100%;
	}

	.footer-list li {
		justify-content: flex-start;
	}

	.footer-list>li:nth-child(1) {
		line-height: 48px;
		position: relative;
	}

	.footer-list:not(:first-child):not(:last-child)>li:nth-child(1)::after {
		content: "+";
		position: absolute;
		right: 20px;
		font-size: 26px;
		font-weight: 300;
	}

	.footer-list:not(:first-child):not(:last-child).active>li:nth-child(1)::after {
		content: "-";
		font-size: 48px;
	}

	.footer-list:not(:first-child):not(:last-child) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		max-height: 48px;
		overflow: hidden;
		padding: 0 10px;
		margin-bottom: 0;
		transition: .5s;
	}

	.footer-list:not(:first-child):not(:last-child).active {
		max-height: 350px;
	}

	.footer-list>li a img {
		margin-right: 30px;
	}

	.providers-block {
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.providers-add {
		padding-top: 20px;
	}

	.side-pannel {
		display: none;
	}

	.game-modal {
		padding-top: 56%;
		height: auto;
	}
}

.check-text a:hover {
	color: #1d0f34;
	text-decoration: underline !important;
}

div.auth a.user-toppanel__item.user-toppanel__item_profile {
	display: flex;
	align-items: center;
	line-height: 1.3;
}

.status.status_huge .status__icon img {
	width: 52px;
}

.levels-table__status .status__note {
	display: block;
}

.mobile-menu a.user-toppanel__item.user-toppanel__item_profile:after {
	display: inline-block;
}

.ids {
	display: none;
}

@media only screen and (max-width: 767px) {
.levels-table__table {
		padding-top: 55px;
	}

	.ids {
		display: block;
	}

	.levels-table__item {
		display: block;
		width: 33%;
		float: left;
		padding: 15px;
	}

	.levels-table__table:after {
		content: "";
		float: none;
		display: block;
		width: 100%;
		clear: both;
	}

	.levels-table__title_small {
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 5px;
	}

	.levels-table__icon {
		float: none;
		margin: 0px auto;
		width: 32px;
	}

	.levels-table__caption {
		margin-top: 8px;
		display: block;
		float: none;
		clear: both;
		font-size: 13px;
		line-height: 16px;
		white-space: normal;
	}

	.levels-table__viewrate {
		margin: 7px auto 0;
		float: none;
		clear: both;
	}

	.levels-table .tab__content {
		position: static;
	}

	.levels-table__note {
		margin: 29px 0 0;
	}

	@media only screen and (max-width: 767px) {
.button-scroll-top {
			bottom: 67px;
			right: 20px;
			width: 40px;
			height: 40px;
		}
	}

	body {
		overflow: auto !important;
		overflow-x: hidden !important;
	}

	@media only screen and (max-width: 767px) {
.button-scroll-top {
			display: none !important;
		}
	}
}

.flag {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 11px;
	background: url("/engine/templates/violet/img/flags.png") no-repeat;
}

.flag.flag-gu {
	background-position: -96px -55px;
}

.flag.flag-mn {
	background-position: -208px -88px;
}

.flag.flag-va {
	background-position: -48px -154px;
}

.flag.flag-tibet {
	background-position: -32px -143px;
}

.flag.flag-fo {
	background-position: -64px -44px;
}

.flag.flag-th {
	background-position: -16px -143px;
}

.flag.flag-tr {
	background-position: -144px -143px;
}

.flag.flag-tl {
	background-position: -80px -143px;
}

.flag.flag-kz {
	background-position: -144px -77px;
}

.flag.flag-zm {
	background-position: -16px -165px;
}

.flag.flag-uz {
	background-position: -32px -154px;
}

.flag.flag-dk {
	background-position: -64px -33px;
}

.flag.flag-scotland {
	background-position: -176px -121px;
}

.flag.flag-gi {
	background-position: -224px -44px;
}

.flag.flag-gy {
	background-position: -128px -55px;
}

.flag.flag-bj {
	background-position: -112px -11px;
}

.flag.flag-fr {
	background-position: -80px -44px;
}

.flag.flag-mo {
	background-position: -224px -88px;
}

.flag.flag-ir {
	background-position: -112px -66px;
}

.flag.flag-io {
	background-position: -80px -66px;
}

.flag.flag-tm {
	background-position: -96px -143px;
}

.flag.flag-ch {
	background-position: -96px -22px;
}

.flag.flag-mt {
	background-position: -32px -99px;
}

.flag.flag-nl {
	background-position: -240px -99px;
}

.flag.flag-gp {
	background-position: -16px -55px;
}

.flag.flag-im {
	background-position: -48px -66px;
}

.flag.flag-tv {
	background-position: -176px -143px;
}

.flag.flag-mu {
	background-position: -48px -99px;
}

.flag.flag-pe {
	background-position: -96px -110px;
}

.flag.flag-vi {
	background-position: -112px -154px;
}

.flag.flag-hn {
	background-position: -176px -55px;
}

.flag.flag-ss {
	background-position: -128px -132px;
}

.flag.flag-ae {
	background-position: -16px 0;
}

.flag.flag-td {
	background-position: -240px -132px;
}

.flag.flag-pw {
	background-position: 0 -121px;
}

.flag.flag-nu {
	background-position: -32px -110px;
}

.flag.flag-bt {
	background-position: -208px -11px;
}

.flag.flag-ms {
	background-position: -16px -99px;
}

.flag.flag-cv {
	background-position: -240px -22px;
}

.flag.flag-es {
	background-position: -224px -33px;
}

.flag.flag-mh {
	background-position: -144px -88px;
}

.flag.flag-la {
	background-position: -160px -77px;
}

.flag.flag-vn {
	background-position: -128px -154px;
}

.flag.flag-py {
	background-position: -16px -121px;
}

.flag.flag-br {
	background-position: -176px -11px;
}

.flag.flag-ye {
	background-position: -224px -154px;
}

.flag.flag-ie {
	background-position: 0 -66px;
}

.flag.flag-gh {
	background-position: -208px -44px;
}

.flag.flag-cg {
	background-position: -80px -22px;
}

.flag.flag-cu {
	background-position: -224px -22px;
}

.flag.flag-hu {
	background-position: -224px -55px;
}

.flag.flag-sg {
	background-position: -224px -121px;
}

.flag.flag-at {
	background-position: -176px 0;
}

.flag.flag-lk {
	background-position: -224px -77px;
}

.flag.flag-vu {
	background-position: -144px -154px;
}

.flag.flag-bo {
	background-position: -160px -11px;
}

.flag.flag-jo {
	background-position: -208px -66px;
}

.flag.flag-er {
	background-position: -208px -33px;
}

.flag.flag-za {
	background-position: -256px -154px;
}

.flag.flag-rs {
	background-position: -80px -121px;
}

.flag.flag-nr {
	background-position: -16px -110px;
}

.flag.flag-ls {
	background-position: -256px -77px;
}

.flag.flag-jm {
	background-position: -192px -66px;
}

.flag.flag-tz {
	background-position: -208px -143px;
}

.flag.flag-ki {
	background-position: -16px -77px;
}

.flag.flag-sj {
	background-position: 0 -132px;
}

.flag.flag-cz {
	background-position: -16px -33px;
}

.flag.flag-pg {
	background-position: -128px -110px;
}

.flag.flag-lv {
	background-position: -32px -88px;
}

.flag.flag-do {
	background-position: -96px -33px;
}

.flag.flag-lu {
	background-position: -16px -88px;
}

.flag.flag-no {
	background-position: -256px -99px;
}

.flag.flag-kw {
	background-position: -112px -77px;
}

.flag.flag-mx {
	background-position: -96px -99px;
}

.flag.flag-yt {
	background-position: -240px -154px;
}

.flag.flag-ly {
	background-position: -48px -88px;
}

.flag.flag-cy {
	background-position: 0 -33px;
}

.flag.flag-ph {
	background-position: -144px -110px;
}

.flag.flag-my {
	background-position: -112px -99px;
}

.flag.flag-sm {
	background-position: -48px -132px;
}

.flag.flag-et {
	background-position: -240px -33px;
}

.flag.flag-ru {
	background-position: -96px -121px;
}

.flag.flag-tj {
	background-position: -48px -143px;
}

.flag.flag-ai {
	background-position: -64px 0;
}

.flag.flag-pl {
	background-position: -176px -110px;
}

.flag.flag-kp {
	background-position: -64px -77px;
}

.flag.flag-uy {
	background-position: -16px -154px;
}

.flag.flag-gb {
	background-position: -112px -44px;
}

.flag.flag-gs {
	background-position: -64px -55px;
}

.flag.flag-kurdistan {
	background-position: -96px -77px;
}

.flag.flag-rw {
	background-position: -112px -121px;
}

.flag.flag-ec {
	background-position: -128px -33px;
}

.flag.flag-mm {
	background-position: -192px -88px;
}

.flag.flag-pa {
	background-position: -80px -110px;
}

.flag.flag-wales {
	background-position: -160px -154px;
}

.flag.flag-kg {
	background-position: -256px -66px;
}

.flag.flag-ve {
	background-position: -80px -154px;
}

.flag.flag-tk {
	background-position: -64px -143px;
}

.flag.flag-ca {
	background-position: -16px -22px;
}

.flag.flag-is {
	background-position: -128px -66px;
}

.flag.flag-ke {
	background-position: -240px -66px;
}

.flag.flag-ro {
	background-position: -64px -121px;
}

.flag.flag-gq {
	background-position: -32px -55px;
}

.flag.flag-pt {
	background-position: -256px -110px;
}

.flag.flag-tf {
	background-position: -256px -132px;
}

.flag.flag-ad {
	background-position: 0 0;
}

.flag.flag-sk {
	background-position: -16px -132px;
}

.flag.flag-pm {
	background-position: -192px -110px;
}

.flag.flag-om {
	background-position: -64px -110px;
}

.flag.flag-an {
	background-position: -112px 0;
}

.flag.flag-ws {
	background-position: -192px -154px;
}

.flag.flag-sh {
	background-position: -240px -121px;
}

.flag.flag-mp {
	background-position: -240px -88px;
}

.flag.flag-gt {
	background-position: -80px -55px;
}

.flag.flag-cf {
	background-position: -64px -22px;
}

.flag.flag-zanzibar {
	background-position: 0 -165px;
}

.flag.flag-mw {
	background-position: -80px -99px;
}

.flag.flag-catalonia {
	background-position: -32px -22px;
}

.flag.flag-ug {
	background-position: -240px -143px;
}

.flag.flag-je {
	background-position: -176px -66px;
}

.flag.flag-km {
	background-position: -32px -77px;
}

.flag.flag-in {
	background-position: -64px -66px;
}

.flag.flag-bf {
	background-position: -48px -11px;
}

.flag.flag-mc {
	background-position: -80px -88px;
}

.flag.flag-sy {
	background-position: -192px -132px;
}

.flag.flag-sn {
	background-position: -64px -132px;
}

.flag.flag-kr {
	background-position: -80px -77px;
}

.flag.flag-eu {
	background-position: -256px -33px;
}

.flag.flag-bn {
	background-position: -144px -11px;
}

.flag.flag-st {
	background-position: -144px -132px;
}

.flag.flag-england {
	background-position: -192px -33px;
}

.flag.flag-lc {
	background-position: -192px -77px;
}

.flag.flag-dm {
	background-position: -80px -33px;
}

.flag.flag-be {
	background-position: -32px -11px;
}

.flag.flag-ni {
	background-position: -224px -99px;
}

.flag.flag-ua {
	background-position: -224px -143px;
}

.flag.flag-mz {
	background-position: -128px -99px;
}

.flag.flag-pf {
	background-position: -112px -110px;
}

.flag.flag-tn {
	background-position: -112px -143px;
}

.flag.flag-ee {
	background-position: -144px -33px;
}

.flag.flag-xk {
	background-position: -208px -154px;
}

.flag.flag-sx {
	background-position: -176px -132px;
}

.flag.flag-sd {
	background-position: -192px -121px;
}

.flag.flag-gd {
	background-position: -128px -44px;
}

.flag.flag-ci {
	background-position: -112px -22px;
}

.flag.flag-sz {
	background-position: -208px -132px;
}

.flag.flag-cl {
	background-position: -144px -22px;
}

.flag.flag-fi {
	background-position: 0 -44px;
}

.flag.flag-ga {
	background-position: -96px -44px;
}

.flag.flag-jp {
	background-position: -224px -66px;
}

.flag.flag-de {
	background-position: -32px -33px;
}

.flag.flag-np {
	background-position: 0 -110px;
}

.flag.flag-re {
	background-position: -48px -121px;
}

.flag.flag-bg {
	background-position: -64px -11px;
}

.flag.flag-sc {
	background-position: -160px -121px;
}

.flag.flag-ng {
	background-position: -208px -99px;
}

.flag.flag-qa {
	background-position: -32px -121px;
}

.flag.flag-mk {
	background-position: -160px -88px;
}

.flag.flag-aw {
	background-position: -208px 0;
}

.flag.flag-kn {
	background-position: -48px -77px;
}

.flag.flag-al {
	background-position: -80px 0;
}

.flag.flag-bw {
	background-position: -240px -11px;
}

.flag.flag-um {
	background-position: -256px -143px;
}

.flag.flag-ky {
	background-position: -128px -77px;
}

.flag.flag-tt {
	background-position: -160px -143px;
}

.flag.flag-so {
	background-position: -80px -132px;
}

.flag.flag-lt {
	background-position: 0 -88px;
}

.flag.flag-by {
	background-position: -256px -11px;
}

.flag.flag-bb {
	background-position: 0 -11px;
}

.flag.flag-us {
	background-position: 0 -154px;
}

.flag.flag-md {
	background-position: -96px -88px;
}

.flag.flag-ag {
	background-position: -48px 0;
}

.flag.flag-hm {
	background-position: -160px -55px;
}

.flag.flag-as {
	background-position: -160px 0;
}

.flag.flag-eg {
	background-position: -160px -33px;
}

.flag.flag-sv {
	background-position: -160px -132px;
}

.flag.flag-sl {
	background-position: -32px -132px;
}

.flag.flag-fk {
	background-position: -32px -44px;
}

.flag.flag-am {
	background-position: -96px 0;
}

.flag.flag-ck {
	background-position: -128px -22px;
}

.flag.flag-tw {
	background-position: -192px -143px;
}

.flag.flag-kh {
	background-position: 0 -77px;
}

.flag.flag-to {
	background-position: -128px -143px;
}

.flag.flag-se {
	background-position: -208px -121px;
}

.flag.flag-cd {
	background-position: -48px -22px;
}

.flag.flag-pn {
	background-position: -208px -110px;
}

.flag.flag-gr {
	background-position: -48px -55px;
}

.flag.flag-id {
	background-position: -256px -55px;
}

.flag.flag-vc {
	background-position: -64px -154px;
}

.flag.flag-somaliland {
	background-position: -96px -132px;
}

.flag.flag-bi {
	background-position: -96px -11px;
}

.flag.flag-pk {
	background-position: -160px -110px;
}

.flag.flag-pr {
	background-position: -224px -110px;
}

.flag.flag-bd {
	background-position: -16px -11px;
}

.flag.flag-co {
	background-position: -192px -22px;
}

.flag.flag-fm {
	background-position: -48px -44px;
}

.flag.flag-bm {
	background-position: -128px -11px;
}

.flag.flag-ar {
	background-position: -144px 0;
}

.flag.flag-bv {
	background-position: -224px -11px;
}

.flag.flag-sb {
	background-position: -144px -121px;
}

.flag.flag-mq {
	background-position: -256px -88px;
}

.flag.flag-eh {
	background-position: -176px -33px;
}

.flag.flag-bh {
	background-position: -80px -11px;
}

.flag.flag-it {
	background-position: -144px -66px;
}

.flag.flag-hr {
	background-position: -192px -55px;
}

.flag.flag-sa {
	background-position: -128px -121px;
}

.flag.flag-mv {
	background-position: -64px -99px;
}

.flag.flag-mg {
	background-position: -128px -88px;
}

.flag.flag-dz {
	background-position: -112px -33px;
}

.flag.flag-gg {
	background-position: -192px -44px;
}

.flag.flag-gm {
	background-position: -256px -44px;
}

.flag.flag-af {
	background-position: -32px 0;
}

.flag.flag-li {
	background-position: -208px -77px;
}

.flag.flag-sr {
	background-position: -112px -132px;
}

.flag.flag-vg {
	background-position: -96px -154px;
}

.flag.flag-cr {
	background-position: -208px -22px;
}

.flag.flag-tc {
	background-position: -224px -132px;
}

.flag.flag-ao {
	background-position: -128px 0;
}

.flag.flag-ma {
	background-position: -64px -88px;
}

.flag.flag-mr {
	background-position: 0 -99px;
}

.flag.flag-gn {
	background-position: 0 -55px;
}

.flag.flag-ne {
	background-position: -176px -99px;
}

.flag.flag-nf {
	background-position: -192px -99px;
}

.flag.flag-wf {
	background-position: -176px -154px;
}

.flag.flag-hk {
	background-position: -144px -55px;
}

.flag.flag-gf {
	background-position: -160px -44px;
}

.flag.flag-ps {
	background-position: -240px -110px;
}

.flag.flag-ic {
	background-position: -240px -55px;
}

.flag.flag-cw {
	background-position: -256px -22px;
}

.flag.flag-ml {
	background-position: -176px -88px;
}

.flag.flag-ax {
	background-position: -224px 0;
}

.flag.flag-gl {
	background-position: -240px -44px;
}

.flag.flag-dj {
	background-position: -48px -33px;
}

.flag.flag-cn {
	background-position: -176px -22px;
}

.flag.flag-ht {
	background-position: -208px -55px;
}

.flag.flag-lr {
	background-position: -240px -77px;
}

.flag.flag-tg {
	background-position: 0 -143px;
}

.flag.flag-ba {
	background-position: -256px 0;
}

.flag.flag-ge {
	background-position: -144px -44px;
}

.flag.flag-bz {
	background-position: 0 -22px;
}

.flag.flag-au {
	background-position: -192px 0;
}

.flag.flag-iq {
	background-position: -96px -66px;
}

.flag.flag-cm {
	background-position: -160px -22px;
}

.flag.flag-gw {
	background-position: -112px -55px;
}

.flag.flag-az {
	background-position: -240px 0;
}

.flag.flag-na {
	background-position: -144px -99px;
}

.flag.flag-fj {
	background-position: -16px -44px;
}

.flag.flag-zw {
	background-position: -32px -165px;
}

.flag.flag-bs {
	background-position: -192px -11px;
}

.flag.flag-il {
	background-position: -16px -66px;
}

.panel__info-button .opt-in {
	width: calc(100% - 56px);
	margin-right: auto;
}

.panel__info-button .opt-in span:last-child {
	display: none;
}

.panel__info-button .opt-in.active {
	background-color: rgba(0, 0, 0, 0);
	color: #858585;
	border: 1px solid #858585;
	pointer-events: none;
}

.panel__info-button .opt-in.active:hover {
	border: 1px solid #1b1414;
}

.panel__info-button .opt-in.active span:first-child {
	display: none;
}

.panel__info-button .opt-in.active span:last-child {
	display: block;
}

.bg2, .game-modal, .mobile-menu {
	background-color: #000a1f !important;
}

footer.bg2 {
	background-color: #000a1f !important;
}

header .list ul.active, header nav .list ul.active, header .language .list {
	background: #001f3f !important;
	background-color: #001f3f !important;
	border: 1px solid #001f3f !important;
}

.popup-block, .modal-content {
	box-shadow: 0 0 30px rgba(0, 31, 63, 0.8) !important;
	border-color: #001f3f !important;
}

.hidden {
	display: none;
}

.error-text {
	color: red;
}

.debug-block {
	display: none;
}

p {
	margin-bottom: 0;
}

::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #04101d;
	border-radius: 2px;
}

.white-bg {
	background-color: #fefeff;
	color: #270a36;
}

body.faq-page, body.game-page {
	padding-top: 60px;
}

.modal_open body {
	overflow: hidden;
}

header .hide {
	display: none;
}



header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

header .language .list {
	position: absolute;
	min-width: 75px;
	top: 100%;
	left: 0;
	background: #fff;
	display: none;
}

.sub-header .swiper-wrapper {
	justify-content: space-between;
}

.banner {
	background-image: url(../img/banner.png);
	background-size: cover;
	text-align: center;
	padding: 15px 0;
}

.products {
	padding-bottom: 20px;
	margin-top: 40px;
}

.products .product .preview {
	position: relative;
	overflow: hidden;
}

.products .product .preview__link {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
}

.products .product .preview__star-wrap {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
	pointer-events: auto;
	cursor: pointer;
}

.products .product .preview__star-wrap .star,
.products .product .preview__star-wrap .game-preview__btn-star {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.products .product .preview > img,
.products .product .preview > .coin {
	pointer-events: none;
}

.products .product .demo {
	pointer-events: none;
}

.products .product .demo .star,
.products .product .demo .js-prevent-bubble {
	pointer-events: auto;
}

.products .product .demo_deposit-only {
	z-index: 3;
}

.products .product .preview>img {
	transition: .3s;
	width: 100%;
	object-fit: cover;
}

.products .product:hover .preview>img {
	transform: scale(1.2);
}

.products .product:hover .locked-game-slide {
	z-index: 1;
}

.products .product .demo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(29, 15, 52, 0.87);
	opacity: 0;
	z-index: -1;
	transition: all .3s;
}

.products .product .demo .star {
	position: absolute;
	top: 5px;
	right: 5px;
}

.products .product:hover .demo {
	opacity: 1;
	z-index: 4;
}

.products .product .demo .btn {
	font-size: 10px;
	min-width: 50px;
	padding: 5px 10px;
	line-height: inherit;
	margin: 10px 0;
}

.form-block .field-block.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	pointer-events: none;
}

.footer-list li:first-child img {
	max-width: 70px;
}

.footer-list>li a + a {
	margin-bottom: 0;
	margin-left: 10px;
}

.footer-links-block img {
	height: 22px;
	opacity: 1;
	transition: .5s;
}

.popup.search .error-text {
	margin-top: 25px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: red;
}

.popup.search ul {
	background-color: #190441;
	margin-top: 15px;
	padding: 22px 0;
	max-height: 70vh;
	overflow: auto;
}

.popup.search .preview-games {
	background-color: #190441;
	margin-top: 15px;
	padding: 22px 0;
}

.popup.search .preview-games.hide {
	display: none;
}

.popup.search li .locked-game-slide {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-left: auto;
	background: none;
}

.popup.search li .locked-game-slide svg {
	margin-bottom: 0;
	margin-left: 10px;
}

.reg .popup-block .bonus span {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #9287a5;
	white-space: nowrap;
}

.providers-title .remove-selected {
	width: 15px;
	height: 15px;
	fill: #fff;
	cursor: pointer;
	margin-left: 10px;
}

.providers-title.active.active .remove-selected {
	fill: #000;
}

.providers-dropdown-block {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background-color: #fff;
	padding: 10px 0;
	min-width: 320px;
	border-radius: 0 4px 4px 4px;
}

.providers-dropdown-block.active {
	display: block;
	max-height: 700px;
	overflow: auto;
}

.providers-dropdown-block .check-text__summ {
	margin-left: auto;
}

.providers-dropdown .check-text__provider {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.providers-dropdown .check-text__provider img {
	max-height: 20px;
	max-width: 20px;
	margin-right: 5px;
	vertical-align: middle !important;
}

.providers-dropdown-block .check-text, .providers-dropdown-block .provmain-text {
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 16px;
	line-height: 30px;
	color: #1d0f34;
	font-weight: 700;
	cursor: pointer;
}

.providers-dropdown-block .check-text.active {
	background-color: #45cb00;
}

.top-pannel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	position: relative;
	margin: 20px 0;
	z-index: 3;
}

.top-pannel>span {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	background: #4a1d8d;
	padding: 10px 20px;
	border-radius: 50px;
}

.game-modal {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border: none;
	/* transition: padding .3s ease; */
	margin: 0 auto;
	padding-top: 40.5%;
	width: 72%;
	z-index: 2;
	transition: 0s !important;
}

.game-modal.full-screen, .game-modal.full-sc {
	position: fixed;
	z-index: 29;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
}

.side-pannel .fullsc.block img {
	display: none;
}

.side-pannel .fullsc.block img.active {
	display: block;
}

.game-modal .game {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2d1552;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 4px;
}

.game-modal.full-sc .game {
	padding: 0;
}

.game-modal.full-sc .side-pannel {
	right: 0;
}

.game-modal.multi .modal-game-name {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	height: 26px;
	overflow: hidden;
	background-color: #2d1552;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 4px 4px 0 0;
}

.modal-game-name .close {
	margin-left: auto;
	cursor: pointer;
}

.button-scroll-top {
	position: fixed;
	bottom: 100px;
	right: 60px;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8e71c;
	border-radius: 50%;
	cursor: pointer;
}

.summary__title {
	font-size: 18px;
}

.tab__head {
	background: #fff;
}

.payment__close {
	padding: 10px 10px 0 0;
	text-align: right;
}

.payment__close svg {
	cursor: pointer;
}

.mobile-menu__arrow {
	background-color: #2e1a55;
	width: 100%;
	padding: 10px;
	cursor: pointer;
}

.deactivate-bonus {
	height: 49px;
	margin-top: 10px;
}

.main-title {
	font-size: 40px;
	font-weight: 700;
}

.faq-block {
	padding-bottom: 100px;
}

.faq-title {
	display: flex;
	align-items: center;
	padding: 15px;
	color: #270a36;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	box-shadow: 0 0 15px 0 rgb(227 233 242 / 60%);
	cursor: pointer;
}

.faq-section {
	max-height: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: .3s;
	padding: 0;
}

.faq-section.active {
	max-height: 2000px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 30px 0 20px;
}

.faq-title img:first-child {
	width: 17px;
	margin-right: 10px;
}

.faq-title img:last-child {
	width: 10px;
	margin-left: auto;
	transform: rotate(-180deg);
	height: 20px;
	transition: .3s;
}

.faq-title.active img:last-child {
	transform: rotate(-90deg);
}

.faq-item {
	border-top: 1px solid rgb(40, 44, 62)
	width: 100%;
	max-height: 50px;
	overflow: hidden;
	transition: .3s;
}

.faq-item.active {
	max-height: 420px;
}

.faq-item:last-child {
	border-bottom: 1px solid #e5e9f1;
}

.faq-item b {
	display: flex;
	align-items: center;
	padding: 15px;
	font-weight: 600;
	line-height: 20px;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	color: var(--duel-text-muted);
}

.faq-item b::after {
	content: "+";
	margin-left: auto;
	font-weight: 400;
	font-size: 22px;
	color: var(--duel-text-muted);
}

.faq-item.active b::after {
  content: "-";
  font-size: 30px;
  margin-right: 2px;
}

.faq-item p {
	line-height: 20px;
	font-weight: 400;
	padding: 0 50px 0 16px;
	margin-bottom: 15px;
}

.payments-block .tabs {
	margin: 20px 0;
	display: flex;
	align-items: center;
}

.payments-block .page-text {
	font-size: 14px;
}


.payment-select {
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
	padding: 9px 18px 8px 12px;
	width: 130px;
	border-radius: 2px;
	border: 1px solid #bababa;
	color: #968686;
	font-size: 16px;
	font-weight: 700;
}

.payments-block .tabs .tab {
	min-width: 110px;
	margin-right: 10px;
	background-color: transparent;
	border: 1px solid #f8e71c;
	border-radius: 25px;
	text-align: center;
	color: #270a36;
	font-weight: 700;
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
}

.payments-block .tabs .tab.active {
	background-color: #f8e71c;
}

.payments-block .tab-conts .tab-cont {
	display: none;
}

.payments-block .tab-conts .tab-cont.active {
	display: block;
}

.payments-heading {
	display: flex;
	align-items: center;
	color: #b7c1d7;
	height: 50px;
}

.payments-heading .payments-col:nth-child(1) {
	justify-content: flex-start;
}

.payments-table {
	box-shadow: 0 0 15px rgb(227 233 242 / 60%);
	border-radius: 8px;
	margin-bottom: 30px;
}

.payments-row {
	display: flex;
	align-items: center;
	height: 55px;
}

.payments-row+.payments-row {
	border-top: solid 1px #f1f4fa;
}

.payments-col {
	font-size: 13px;
}

.payments-col:nth-child(1) {
	max-width: 190px;
	width: 14.39%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.payments-col:nth-child(1) img {
	width: 65px;
}

.payments-col:nth-child(2) {
	max-width: 140px;
	width: 10.6%;
}

.payments-col:nth-child(3) {
	max-width: 370px;
	width: 28.03%;
}

.payments-col:nth-child(4) {
	max-width: 180px;
	width: 13.63%;
}

.payments-col:nth-child(5) {
	max-width: 280px;
	width: 21.21%;
}

.payments-col:nth-child(6) {
	width: 160px;
}

.payments-col:nth-child(6) .btn {
	min-width: 130px;
	max-width: 130px;
	height: 37px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0 auto;
}

.popup2.popup_tabs {
	top: 10px;
	max-height: calc(100vh - 10px);
	overflow: auto;
}


.products .support-content {
	width: 100%;
	padding: 24px;
	border: 1px solid #2a345f;
	border-radius: 14px;
	background: #1f2546;
	box-shadow: 0 16px 32px rgba(2, 6, 30, .45);
	overflow-x: hidden;
	overflow-y: auto;
}


.products .support-content.user-support-block h1.page-title {
	color: #fff;
}

.products .support-content .block-submit-btn-win {
	justify-content: flex-end;
}

.products .support-content.user-support-block form#add-support-reply textarea[name=message] {
	resize: none;
}

.products .support-content .content-one-message {
	width: auto;
}

.products .support-content .one-message.User .content-one-message {
	width: auto;
}

.products .support-content .meta-one-message {
	justify-content: flex-start;
}

.products .support-content .author-one-message {
	width: auto;
}

.products .support-content .info-one-message {
	width: auto;
	margin: 0 10px;
}

body .products {
	background: none;
}

body .white-bg {
	background: none;
	color: inherit;
}

body .faq-title {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgb(40, 44, 62);
	color: inherit;
}

body .faq-item, body .faq-item p {
	color: inherit !important;
}

body .payments-block {
	color: inherit;
}

body .payments-table {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fff;
}

body .payments-block .tabs .tab {
	color: inherit;
}

body .payments-block .tabs .tab.active {
	color: #333;
}

.mobile-menu .logo {
	max-width: 140px;
}

.mobile-menu .user-toppanel__item {
	justify-content: center;
	font-size: 18px;
}

.mobile-menu .auth {
	margin: 10px 0 5px;
}

.wager-scale {
	margin: 0 10px;
}

.wager-scale__title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.wager-scale__wrap {
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.wager-scale__inner {
	height: 100%;
	background: #45cb00;
}

.wager-scale__percent {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.profile .wager-scale {
	margin: 0;
	display: flex;
	align-items: center;
	max-width: 400px;
	width: 100%;
	padding: 0 25px 10px;
}

.profile .wager-scale__title, .profile .wager-scale__percent {
	color: inherit;
	font-size: 16px;
}

.profile .wager-scale__wrap {
	height: 8px;
	margin: 0 12px;
}

.mobile-menu .wager-scale {
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: 0;
	padding: 0 15px;
	margin-bottom: 10px;
}

.mobile-menu .wager-scale__wrap {
	height: 8px;
	margin: 0 12px;
}

.load-more, .load-more-category {
	margin: 24px auto 0;
	background-color: #ef22af;
	width: auto;
	display: inline-flex;
}

.game-modal .game.open-one {
	display: none;
}

.game-modal .game.open-this, .game-modal.multi .game.open-this {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border: none;
}

.game-modal.full-sc .modal-game-name .open-fullsc {
	display: block;
}

.game-modal.multi .modal-game-name img {
	width: 17px;
	cursor: pointer;
}

#canvasConfetti {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 199;
	pointer-events: none;
	opacity: 0;
	transform: scale(0);
	transition: opacity .3s, transform .3s;
}

#canvasConfetti.active {
	opacity: 1;
	transform: scale(1);
}

.popup2.jackpot-modal {
	transform: scale(0) translate(-50%, -49%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	width: 100%;
	max-width: 80%;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #1e0b3f;
	box-shadow: none;
	font-size: 26px;
	overflow: hidden;
}

.popup2.jackpot-modal::after {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	border: 2px solid #f8e71c;
	pointer-events: none;
	z-index: 1;
}

.popup2.jackpot-modal::before {
	content: "YOU WIN";
	position: absolute;
	z-index: 0;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5b20b2;
	opacity: .2;
	pointer-events: none;
	font-size: 255px;
	line-height: 200px;
	font-weight: 900;
	animation-name: bg-animation;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	text-align: center;
}

@keyframes bg-animation {
0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.popup2.jackpot-modal.active {
	transform: scale(1) translate(-50%, -49%);
}

.jackpot-modal__summ {
	font-size: 128px;
	line-height: 145px;
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	color: #f8e71c;
	position: relative;
	z-index: 2;
}

.jackpot-modal__value {
	margin-right: 10px;
}

.popup2.jackpot-modal .popup__close {
	background-color: #180932;
	box-shadow: none;
}

#canvasFireworks {
	position: absolute;
	opacity: .2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.popup2.cashback-modal {
	padding: 40px 20px;
	background: linear-gradient(270deg, #421f87 0%, #7810af 100%);
	display: flex;
	align-items: center;
}

.popup2.cashback-modal svg {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.popup2.cashback-modal>span {
	position: relative;
	z-index: 4;
}

.popup2.cashback-modal::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 200px;
	top: 0;
	right: 0;
	background-image: url(../img/small-confetti.svg);
	background-size: cover;
	pointer-events: none;
	opacity: .7;
}

.popup2.cashback-modal .chasback-summ {
	margin-right: 5px;
}

.enter-pin {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.form-pin {
	display: flex;
	align-items: center;
}

.form-pin input {
	background-color: #141320;
}

.form-pin input:focus-vesible {
	outline: none;
	border: none;
}

.h-pin {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.send-pin {
	padding: 16px 20px;
	margin: 0 20px;
	border-radius: 4px;
}

.the-content h1 {
	margin: 20px 0;
}

.bonus-panel {
	overflow: hidden;
	padding: 10px 5px;
}

.bonus-panel__action {
	width: auto;
	padding-top: 20px;
}

.bonus-panel__action.activated {
	display: none;
}

.bonus-panel__action.activated.active {
	display: table-cell;
}

.bonus-panel__action.deactivated {
	display: none;
}

.bonus-popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgb(0, 0, 0, .8);
}

.bonus-popup.active {
	display: flex;
}

.bonus-popup__title {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.bonus-popup__btns {
	margin-top: 12px;
	display: flex;
}

.bonus-popup__btns .btn+.btn {
	margin-left: 12px;
}

.bonus-panel__desc {
	display: flex;
	justify-content: space-between;
	height: calc(100% - 228px);
	gap: 20px;
}

#have_active_bonus.popup2 {
	position: fixed;
	z-index: 992;
	background: #202a39;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.bonus-panel__informer {
	font-size: 16px;
	margin-bottom: 15px;
}

.bonus-panel__title {
	margin-top: 0;
}

.main-providers {
	padding: 0 !important;
	font-size: 20px !important;
}

.main-providers .providers-title {
	padding: 0 16px;
}

.support-content__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 66vh;
}

.form-add-support {
	margin-top: 50px;
}

.message-history {
	display: flex;
	flex-direction: column;
	max-height: 500px;
	overflow: auto;
}

.one-message {
	display: flex;
	flex-direction: column;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #232a53;
	max-width: 300px;
	border: 1px solid #2f3a6a;
}

.right-side-message {
	align-self: flex-end;
}

.left-side-message {
	align-self: flex-start;
}

.meta-one-message {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.author-one-message {
	display: flex;
	align-items: center;
}

.login-message {
	color: #fff;
	font-weight: bold;
}

.support-content .info-one-message {
	color: #fff;
	font-size: 12px;
}

.support-content .container-btn-more {
	display: none;
}

.text-one-message {
	color: #fff;
	font-weight: 500;
	text-align: justify;
}

.chat_textarea {
	flex-grow: 1;
}

:focus-visible {
	outline: 0px;
}

.chat_textarea::placeholder {
	font-size: 16px;
	color: #fff;
}

.file_chat_left {
	height: 35px;
	max-width: 40px;
}

.file_chat_attachment {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.message_reply {
	margin-top: 30px;
}

.file_chat_attachment input {
	order: 0;
	margin-bottom: 0;
	box-shadow: none;
	pointer-events: none;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
}

.file_chat_attachment input:hover {
	box-shadow: none;
}

.file_chat_btn {
	font-size: 16px;
}

.file_chat_btn svg {
	display: none;
}

.file_chat_attachment input[type="file"]::file-selector-button {
	display: none;
}

.file_chat_attachment_icon {
	cursor: pointer;
	fill: #fff;
}

.file_chat_p {
	margin: 0 !important;
}

.popup2.jackpot-modal .popup__close svg {
	fill: white !important;
}

.bonuses-page {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bonuses-page .reg-btn {
	margin-left: 0;
}

.bonuses-page .bonus-panel__info {
	width: 100%;
}

.bonuses-page .bonus-panel__action {
	width: 100%;
	margin-left: 16px;
}

.alert-success {
	display: none;
}

.file_chat_btn {
	padding: 20px;
	border-radius: 20px;
}

.game-page-width+.container {
	margin-top: 35px !important;
}

#history .tab__action-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.history__body {
	overflow: auto;
}

#history .tab__content-history {
	max-width: 900px;
	width: 100%;
}

#history .history__main {
	display: none;
}

#history .history__main.active {
	display: block;
}

#history .history__row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #20212a;
	border-radius: 4px;
}

#history .history__row+.history__row {
	margin-top: 15px;
}

#history .history__cell {
	margin: 10px;
}

#history .history__cell span {
	color: #858585;
}

.another-win-jackpot {
	position: fixed;
	top: -140px;
	right: 0;
	width: 100%;
	background-color: #ef21af;
	padding: 20px 30px;
	transition: top .3s;
	z-index: 9;
	text-align: right;
}

.another-win-jackpot.active {
	top: 60px;
}

.another-win-jackpot span {
	font-weight: 700;
	font-size: 17px;
}

.another-win-jackpot br {
	display: none;
}

.game-page__footer .btn+.btn {
	margin-left: 15px;
}

.game-preview__btn-star.star.favorite.in_favorites svg {
	fill: #ffb319;
}

.games-block {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
header .menu {
		width: 55px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	header .auth:not(.summ) {
		margin-left: auto;
	}

	.button-scroll-top {
		bottom: 45px;
		right: 15px;
	}

	header .mobile .dep {
		line-height: 37px;
		padding: 0 6px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 13px;
		border: 1px solid #ef22af;
		background-color: #ef22af;
		border-radius: 100px;
		cursor: pointer;
		margin-left: 10px;
		white-space: nowrap;
	}

	.mobile-menu {
		background-color: #190a31;
		width: 280px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		max-height: 100vh;
		overflow: auto;
	}

	.mobile-menu .buttons .logo {
		width: calc(100% - 20px);
		margin: 0 auto 20px;
	}

	.mobile-menu .buttons .btn {
		line-height: 40px;
		color: #fff;
		border: 1px solid #ef22af;
		background: #ef22af;
	}

	.mobile-menu .buttons .btn.green {
		border: solid 1px #45cb00;
		background: #45cb00;
	}

	.mobile-menu .link:last-of-type {
		margin-bottom: 20px;
	}

	.mobile-menu .link.list {
		flex-direction: column;
		padding: 0;
		margin-bottom: 20px;
	}

	.mobile-menu .language-popup {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: inherit;
		bottom: 0;
		background-color: #190a31;
		width: 280px;
		overflow: auto;
	}

	.mobile-menu .language-popup li a {
		width: 100%;
	}

	.mobile-menu .language-popup li img {
		margin-right: 15px;
		width: 23px;
		border-radius: 50%;
		margin-top: 8px;
	}
}

@media only screen and (max-width: 991px) {
.game-modal {
		width: 100%;
		padding-top: 56%;
	}

	.form-block {
		max-width: 100%;
	}

	.jackpot-modal__summ {
		font-size: 92px;
	}

	.nominations .medals {
		width: 100%;
		flex-wrap: wrap;
		padding: 10px 5px 5px;
	}

	.nominations .medals img {
		margin-bottom: 5px;
	}

	.reg .popup-block .r-col {
		padding: 20px 15px;
		overflow-y: auto;
		max-height: 80vh;
		justify-content: flex-start;
	}

	.reg .popup-block .l-col.mobile {
		display: flex;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.faq-item {
		max-height: 70px;
	}

	.faq-item b {
		height: 70px;
		font-size: 14px;
	}
}

@media (max-width: 828px) {

}

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

	.another-win-jackpot br {
		display: block;
	}

	.chat_textarea {
		width: 40%;
	}

	.file_chat_left {
		margin-left: auto;
	}

	.file_chat_btn.btn.btn-success {
		font-size: 0;
		color: rgba(0,0,0,0);
		background: none;
		border: none;
		min-width: inherit;
		padding: 0;
		margin-right: 20px;
		line-height: normal;
		border-radius: 0;
	}

	.file_chat_btn svg {
		display: block;
		width: 30px;
		height: 30px;
		fill: #fff;
	}

	.file_chat_btn path {
		fill: #fff;
	}

	.bonus-panel__desc {
		flex-direction: column;
	}

	.bonus-popup__btns {
		flex-direction: column;
	}

	.bonus-popup__btns .btn+.btn {
		margin-left: 0;
		margin-top: 15px;
	}

	.bonus-panel__action {
		padding-right: 0;
	}

	.enter-pin {
		padding: 2px 15px;
	}

	.form-pin {
		flex-direction: column;
		width: 100%;
	}

	.form-pin input {
		width: 100%;
	}

	.reply-pin-block {
		width: 100%;
	}

	.send-pin {
		width: 100%;
		margin: 15px 0;
	}

	#canvasConfetti.active {
		opacity: 0;
	}

	.popup2.jackpot-modal.active {
		transform: scale(1) translate(0, 0);
		right: 0;
		bottom: 0;
		max-width: 100%;
		background-color: rgba(18, 7, 37, .6);
		padding: 30px;
		text-align: center;
	}

	.popup2.jackpot-modal .popup__close {
		background-color: #231143;
	}

	.popup2.jackpot-modal::before {
		opacity: .2;
		line-height: 197px;
	}

	.jackpot-modal__summ {
		font-size: 45px;
		line-height: 90px;
	}

	.profile-info__title {
		padding: 27px 74px 21px 25px;
		text-align: left;
	}

	.profile-info__action {
		top: 14px;
	}

	.profile-info__icon {
		top: 10px;
	}

	.popup2.popup_tabs {
		max-height: 100%;
		height: 100%;
		top: 0;
	}

	.payments-heading {
		display: none;
	}

	.mobile-payments {
		max-width: 100%;
	}

	.payments-table {
		box-shadow: none;
	}

	.payments-row {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		box-shadow: 0 0 15px rgb(227 233 242 / 60%);
		border-radius: 8px;
		margin-bottom: 30px;
	}

	.payments-row+.payments-row {
		border-top: none;
	}

	.payments-col:nth-child(1), .payments-col:nth-child(2), .payments-col:nth-child(3), .payments-col:nth-child(4), .payments-col:nth-child(5), .payments-col:nth-child(6) {
		max-width: 100%;
		width: 100%;
	}

	.payments-col {
		text-align: right;
		height: 41px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0 15px;
	}

	.payments-col+.payments-col {
		border-top: solid 1px #f1f4fa;
	}

	.payments-col:nth-child(1) {
		justify-content: flex-end;
		height: 56px;
	}

	.payments-col:nth-child(1)::before, .payments-col:nth-child(3)::before, .payments-col:nth-child(4)::before, .payments-col:nth-child(5)::before {
		content: attr(data-title);
		margin-right: auto;
		color: #91a0b8;
		width: 45%;
		font-weight: 700;
		text-align: left;
	}

	.payments-col:nth-child(2) {
		display: none;
	}

	.payments-col:nth-child(3) {

	}

	.payments-col:nth-child(4) {

	}

	.payments-col:nth-child(5) {

	}

	.payments-col:nth-child(6) {
		height: 86px;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}

	.payments-col:nth-child(6) .btn {

	}
}

@media only screen and (max-width: 660px) {
.statstable tbody {
		display: flex;
		justify-content: center;
	}

	.statstable tbody tr {
		flex-direction: column;
		align-items: flex-start;
	}

	.statstable th+th {
		border-left: none;
		font-size: 12px;
	}

	.statstable th {
		font-size: 12px;
	}

	.statstable td {
		flex: none;
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
.jackpot-modal__summ {
		font-size: 60px;
		line-height: 65px;
		display: inline-block;
	}

	.popup2.jackpot-modal {
		padding: 0px 30px;
		text-align: center;
	}

	.chat_textarea::placeholder {
		font-size: 12px;
	}

	.file_chat_btn {
		padding: 27px 8px;
		font-size: 13px;
	}
}

@media screen and (max-width: 510px) {
.chat_textarea {
		width: 40%;
	}

	.file_chat_attachment_icon {
		width: 24px;
	}
}
