@import url('bootstrap-icons.css');
* {
	box-sizing: border-box;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	background: #080322;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

input,
textarea {
	background: transparent;
	border: 1px solid #92009f;
	color: #92009f;
	border-radius: 20px;
	padding: 5px;
}
.form-field.wpmtst-submit input {
	background: #92009f;
	color: white;
}
.table {
	max-width: 100%;
	overflow-x: auto;
}
table {
	width: 100% !important;
	margin: 35px 0;
}

table th,
table td {
	border: 1px solid #000;
	padding: 10px;
	color: #8a9eab;
}
button {
	background: none;
	border: none;
	cursor: pointer;
}
.app {
	display: flex;
	flex-direction: column;
}

.btn,
.button {
	vertical-align: middle;
	box-sizing: border-box;
	text-decoration: none;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	height: 34px;
	float: left;
	font-size: 18px;
	padding: 0;
	border-radius: 100px;
	padding: 5px 25px;
	font-weight: 300;
	border: none;
}

.btn-green,
.button {
	color: #fff !important;
	background: linear-gradient(182.19deg, #e721d3 0.54%, #107ead 100%);
}

.btn-blue {
	color: #fff !important;
	background: linear-gradient(182.19deg, #21afe7 0.54%, #10ad71 100%);
	border: none;
	text-transform: uppercase;
}

.search {
	display: flex;
	align-items: center;
	border: 1px solid #92009f;
	border-radius: 100px;
}

.search input {
	border: none;
}

.search button {
	background: linear-gradient(182.19deg, #e721d3 0.54%, #107ead 100%);
	height: 100%;
	border-radius: 100px;
}

.search button i {
	color: #fff;
	font-size: 20px;
}

.btn-outline {
	background: transparent;
	border: 1px solid #92009f;
	color: #92009f;
}

.btn-outline:hover {
	background: #92009f;
	color: #000;
}

.top-navbar {
	background: #040117;
	color: #92009f;
	width: 100%;
	z-index: 1000;
	padding: 7px 0;
}

.top-navbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-auth {
	margin-right: auto;
	display: flex;
	align-items: center;
}

.header-auth .btn {
	padding: 7px 15px;
	display: block;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 10px;
}

.social {
	display: flex;
	align-items: center;
}

.social-title {
	margin-right: 10px;
	line-height: normal;
}

.social-items {
	display: flex;
}

.social-item__link {
	margin: 0 1px;
	padding: 0px 2px;
	font-size: 20px;
	height: 34px;
	width: 34px;
	border: none !important;
	box-shadow: inset 1px 0 0 #1d5a6f, inset -1px 0 0 #1d5a6f,
		inset 0 1px 0 #1d5a6f, inset 0 -1px 0 #1d5a6f;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-item__link-google::before {
	content: ' ';
	background: url(/assets/images/google.svg) no-repeat center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.social-item__link-mail::before {
	content: '@';
	font-size: 26px;
	line-height: normal;
	display: block;
	margin: 0 auto;
	color: #30b0d8;
}

.social-item__link-ok::before {
	content: 'OK';
	font-size: 20px;
	display: block;
	margin: 0 auto;
	color: #30b0d8;
}

.social-item__link-tg::before {
	content: ' ';
	background: url(../img/icons/tg.svg) no-repeat center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.social-item__link-vk::before {
	content: ' ';
	background: url(../img/icons/vk.svg) no-repeat center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.social-item__link-ya::before {
	content: ' ';
	background: url(../img/icons/ya.svg) no-repeat center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.header-navbar {
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #0f0741;
	text-align: right;
}

.menu-btn {
	display: none;
}

.menu-btn span {
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
}

.navbar-nav {
	width: 100%;
}

.navbar ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: auto;
}
.navbar ul li a,
.navbar ul li button {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
	padding: 5px;
	border: 1px solid transparent;
	width: 100%;
}

.header-banner {
	padding: 90px 0;
	background: url(/assets/images/first-dep.jpg) center center / cover no-repeat;
}
.header-banner__inner > form {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header-banner__link {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header-logo {
	z-index: 3;
	display: flex;
	width: max-content;
	margin-right: 40px;
	height: 43px;
}

.header-banner__content-text strong {
	color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 1.2;
	text-shadow: 0px 0px 1px #fff, 0px 0px 2px #000, 0px 0px 20px #000,
		0px 0px 10px #000;
}

.header-banner__content-text p {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.038;
	text-shadow: 0px 0px 1px #000, 0px 0px 10px #000, 0px 0px 40px #000,
		0px 0px 40px #000, 0px 0px 50px #000;
}

.header-content__btn a {
	padding: 10px 45px;
	display: block;
	height: auto;
	margin-top: 35px;
}

.header-content__btn .btn-blue {
	background: linear-gradient(182.19deg, #e721d3 0.54%, #107ead 100%);
}

.header-jackpot {
	position: absolute;
	right: 0;
	z-index: 1;
	text-align: right;
}
.header-jackpot > form {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header-banner a {
	text-decoration: none;
}

.header-jackpot__title {
	line-height: 20px;
	display: block;
	font-size: 30px;
	color: white;
	margin-bottom: 6px;
	text-shadow: 0px 1px 2px rgb(0 0 0 / 70%);
	text-transform: uppercase;
	font-weight: 300;
}

.header-jackpot__value {
	display: flex;
	padding: 5px 45px;
	padding-left: 15px;
	background: #0f0741;
	font-family: 'neris-semibold', sans-serif;
	pointer-events: none;
	border-radius: 100px;
	color: white;
}

.header-jackpot__value span::before {
	content: '';
	box-shadow: 1px 0 0 rgb(90 124 137), inset -1px 0 0 rgb(48 71 80 / 60%);
	width: 2px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.header-jackpot__value:after {
	content: '₽';
	font-family: sans-serif;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px;
	color: #fff;
}

.header-jackpot__value span {
	text-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	padding: 0 10px;
}

.main-inner {
	background: #17092d;
	display: flex;
	color: #e4dcf1;
}

.main-content {
	flex: 0 0 60%;
	padding: 20px;
}

.main.pages .main-content {
	flex: 0 0 100%;
}

.main-navbar ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-navbar ul li {
	flex: 0 0 20%;
	border-top: 2px solid #200846;
	font-size: 16px;
	text-transform: uppercase;
	background: #afa9ce;
	overflow: hidden;
	text-align: center;
}

.main-navbar ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #17092d !important;
	padding: 10px 0;
	display: block;
}

.main-sidebar {
	flex: 0 0 40%;
	padding-left: 10px;
	background-color: #200846;
}

.content {
	margin-bottom: 35px;
}

.content ul li a {
	color: #92009f !important;
}

.slots {
	margin: 35px 0;
}

.slots-items {
	display: flex;
	flex-wrap: wrap;
}

.slot-item {
	width: calc((100% - 0px) / 4);
	border: 1px solid #000;
	height: 172px;
}

.slot-item__bg {
	width: 100%;
	height: 100%;
}

.slot-item__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slot-item__title {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: #440949;
	height: 30px;
	line-height: 30px;
	width: 100%;
	z-index: 6;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
}

.slot-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px 20px;
	display: block;
	height: auto;
	display: none;
}

.slot-item:hover .slot-item__play {
	display: block;
}

.tournament {
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.tournament-header__inner,
.lottery-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 300;
}

.lottery-header {
	text-align: center;
	justify-content: center;
	flex-direction: column;
}

.tournament-title,
.lottery-header__title {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
}

.tournament-more button {
	color: #ffffff;
	font-size: 15px;
}

.tournament-name,
.lottery-header__name {
	font-family: 'neris-semibold', sans-serif;
	font-size: 26px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #00d9ff;
}

.tournament-banner img,
.lottery-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}

.tournament-banner img {
	border-radius: 20px 20px 0 0;
}

.tournament-props,
.lottery-props {
	width: 100%;
	padding-bottom: 3px;
	border: 1px solid #d6dbdc;
	border-top: none;
	background: #fff;
	text-align: left;
	padding-top: 3px;
	text-align: center;
	border-radius: 0 0 20px 20px;
}

.tournament-jackpot__title,
.lottery-jackpot__title {
	text-transform: uppercase;
	line-height: 19px;
	padding-left: 15px;
	color: #200846;
}

.tournament-jackpot__value,
.lottery-jackpot__value {
	padding: 10px 15px;
	color: #200846;
}

.tournament-jackpot__value *,
.lottery-jackpot__value * {
	width: 31px;
	height: 42px;
	box-sizing: border-box;
	text-align: center;
	font-size: 36px;
	line-height: normal;
	border: 1px solid #92009f;
	margin-right: 3px;
	font-weight: 300;
	color: #003e60;
	background-color: #fbfdfe;
	display: inline-block;
	vertical-align: top;
}

.tournament-result * {
	color: #859eaa;
	font-size: 10px;
	font-weight: 300;
}

.tournament-result__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tournament-result__list {
	width: 50%;
	padding-right: 10px;
	text-transform: uppercase;
}

.tournament-result__list:last-child {
	padding-right: 0;
}

.tournament-result__header {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #859eaa;
}

.tournament-result__item {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px solid #859eaa;
	text-decoration: none;
}

.tournament-result__item-pos {
	margin-right: 10px;
}

.tournament-result__item-nickname {
	margin-right: auto;
}

.tournament-result__item-value {
	color: #00d9ff;
}

.tournament-footer,
.lottery-footer {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.tournament-play {
	margin-right: 10px;
	line-height: normal;
	display: block;
	padding: 10px 25px;
	font-size: 14px;
}

.tournament-more {
	font-size: 14px;
	color: #8a9eab;
}

.lottery {
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.lottery-play {
	line-height: normal;
	display: block;
	padding: 10px 25px;
	font-size: 14px;
}

.payment {
	padding: 20px;
	background-color: #440949;
}

.footer-inner {
	background-color: #17092d;
	width: 100%;
	color: #8a9eab;
	padding: 50px 20px;
	display: flex;
	flex-wrap: wrap;
}

.footer-inner a {
	color: #859eaa;
	text-decoration: none;
}

.footer-navbar {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.footer-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.footer-nav {
	padding-right: 30px;
}

.footer-text {
	width: 50%;
}

.footer-copyright {
	background-color: #440949;
	padding: 10px 20px;
	color: #859eaa;
	text-align: center;
}

.random-games {
	text-align: center;
	padding: 10px;
	border-radius: 4px;
}

.random-games__title {
	margin: 0 auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
}

.random-games__inner {
	padding-top: 1px;
	background-color: #17092d;
	border-radius: 20px;
}

.random-games__img {
	padding: 35px;
}

.random-games__img img {
	max-width: 300px;
	width: 100%;
	height: 186px;
	object-fit: contain;
}

.random-games__name {
	width: 100%;
	padding-bottom: 3px;
	border-top: none;
	background-color: #17092d;
	border-radius: 0 0 20px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}

.random-games__name button {
	font-family: 'neris-semibold', sans-serif;
	font-size: 26px;
	line-height: 1;
	color: #00d9ff;
}

.related-slots__title {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.related-slots .slots-items {
	justify-content: center;
}

.breadcrumbs {
	color: #256079;
	font-size: 12px;
}

.breadcrumbs a {
	color: #256079;
	text-decoration: none;
}

.payment-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.strong-form-inner {
	padding: 25px 0 !important;
	width: 50%;
}

.wpcf7 label {
	width: 50%;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
	width: 100%;
}

.toc {
	border-radius: 4px;
	padding: 20px;
	width: max-content;
	margin: 25px 0;
	background: #093949;
}

.toc-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.toc ol {
	margin-bottom: 0;
}

.toc ol li:last-child {
	margin-bottom: 0;
}

.toc ol li a {
	color: #8a9eab;
}

.content-contacts span {
	color: #00d9ff;
	font-weight: bold;
}
.faq details {
	background: #200846;
	border-radius: 30px;
	padding: 15px;
	color: #fff;
}
.faq summary {
	font-size: 20px;
	font-weight: bold;
}
.faq p {
	color: #fff;
	border-top: 1px solid #848484;
	padding-top: 15px;
	margin-top: 15px;
}
.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px 0;
	max-width: 800px;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.img-cov.s {
	max-width: 350px;
}
