* {
	font-family: 'Araboto', sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.container {
	max-width: 1220px;
	padding: 0 15px;
	margin: 0 auto;
}

/* header */
.header {
	position: relative;
	padding: 20px 8px 8px 8px;
	background: #0F180E;
	display: flex;
	/* flex-direction: column; */
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.header__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.header__left {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
/* .header__center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
} */

.header__link {
	/* flex: 1 1 100%; */
	/* width: 100%; */
	padding: 10px 40px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 60px;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
}
.header__link:hover {
	border: 1px solid #EFEB01;
	background: #EFEB01;
	color: #000000;
}
.header__link.fill {
	border: 1px solid #EFEB01;
	background: #EFEB01;
	color: #000000;
}
.header__link.fill:hover {
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

/* footer */
.footer {
	padding: 35px 0;
	background: #181818;
}
.footer__descr {
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.footer__socials {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	gap: 15px;
	height: 140px;
	margin: 0 0 20px 0;
}
.footer__socials img {
	max-width: 200px;
	width: 100%;
	
}
/* .footer__social:nth-child(odd) {
	align-self: flex-start;
}
.footer__social:nth-child(even) {
	align-self: flex-end;
} */

.footer__payments {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.footer__payment {
	/* flex: 1 1 30%; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__list {
	padding: 0 30px;
	background: #252525;
	margin: 0 0 10px 0;
	display: flex;
	justify-content: space-around;
}
.footer__list a {
	color:inherit;
	text-decoration: none;
}

.footer__list-item {
	padding: 12px 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.footer__picture {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px 0;
}

.footer__info {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 50px 0;
}
.footer__info p {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
/* .footer__info-img {
} */

.footer__info-text {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
}

.footer__settings {
	padding: 8px 10px;
	border-radius: 2px;
	display: flex;
	width: fit-content;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin: 0 auto;
	background: #626262;
	color: #fff;
}

.footer-language {
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 16px;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
}
.footer-language__flag {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.container-footer {
	text-align: right;
}

/* promo */
.promo {
	position: relative;
	padding: 40px 0;
	background: url('/assets/images/promo/bg.webp') center center / cover no-repeat;
	height: 400px;
}
.promo__text {
	margin: 0 0 16px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.promo__title {
	margin: 0 0 16px 0;
	color: #fff;
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
}

.promo__link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 16px 0;
	text-decoration: none;
	color: #000;
	border: 1px solid #EFEB01;
	background: #EFEB01;
	width: fit-content;
	border-radius: 100px;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
.promo__link:hover {
	border: 1px solid #fff;
	background: #fff;
}

.promo__payments {
	/* position: absolute;
	bottom: 100px;
	left: 50%; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	max-width: 400px;
	margin: 0 auto;
	/* transform: translateX(-50%); */
	width: 100%;
	overflow-x: auto;
	margin-left: 0;
}

.promo__blocks {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow-x: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.promo__block {
	padding: 10px;
	background: #181a22;
	border-right: 1px solid #373944;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}
.promo__block span {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
}
/* casino section */
.casino {
	margin: 30px 0;
}
.casino__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 0 24px 0;
}

.casino__title {
	font-size: 20px;
	line-height: 32px;
	color: #000;
	font-weight: 700;
}

.casino__text {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #037e21;
}

.casino__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	width: 100%;
	overflow-x: auto;
}
.casino__item-img {
	margin: 0 0 8px 0;
}
.casino__item-img img {
	border-radius: 8px;
}
.casino__item-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}
.casino__item-text {
	color: #00000061;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
/* info section */
.info {
	margin: 30px 0;
	padding: 32px 40px;
	width: 100%;
	height: 300px;
	background: url('/assets/images/info/bg.png') center center / cover no-repeat;
	border-radius: 8px;
}
.info__title {
	color: #fff;
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.info__text {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

.info__link {
	padding: 18px 24px;
	background: #EFEB01;
	border-radius: 100px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
}
.info__link:hover {
	background: #fff;
}
/* questions */
.questions {
	margin: 30px 0;
}
.questions__title {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	margin: 0 0 24px 0;
}

.questions__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 16px;
}

.questions__item {
	flex: 1 1 33.3%;
	width: 100%;
	background: white;
	border-radius: 8px;
	padding: 16px;
}

.questions__item-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px 0;
}

.questions__item-text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #00000061;
	margin: 0 0 16px 0;
}

.questions__item-b {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #00000061;
	margin: 0 0 16px 0;
}

.questions__item-bold {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #00000061;
	margin: 0 0 16px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.questions__item-img {
	width: 100%;
}
.questions__item-img img {
	width: 100%;
}
/* content */
.content {
	margin: 30px 0;
}
.content h1 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px 0;
}
.content h2 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px 0;
}
.content strong {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px 0;
}
.content h3 {
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px 0;
}
.content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin: 0 0 10px 0;
}
.content .content__descr {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #0a583d;
	margin: 0 0 16px 0;
}
.content .content__img {
	max-width: 475px;
}
.content .content__img img {
	width: 100%;
}
.content ul,
.content ol {
	margin: 16px 0;
	padding: 0 0 0 20px;
}
.content ul li a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}
.content ul li a:hover {
	color: #037e21;
}
/* faq */
.faq {
	margin: 30px 0;
}
.faq__title {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	color: #000;
	margin: 0 0 24px 0;
}

.faq__block {
	background: white;
	border-radius: 8px;
	padding: 0 16px;
}

.faq__block-top {
	cursor: pointer;
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.faq__block-title {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.faq__block-img {
	transition: all 0.3s ease;
}

.faq__block-descr {
	display: none;
	padding: 0 0 16px 0;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.faq__block.active .faq__block-img {
	transform: rotate(180deg);
}
.faq__block.active .faq__block-descr {
	display: block;
}
.table {
	margin: 16px 0;
	width: 100%;
	overflow: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 5px 10px;
	border: 1px solid #000;
}

/* main */
.main {
	background: #f9f9f9;
}

@media (max-width: 768px) {
	.footer__socials {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.promo__payments {
		bottom: 80px;
	}
	.questions__wrapper {
		flex-direction: column;
	}
}
.img-cov {
	width: 200px;
	height: 200px;
	margin: 20px auto !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
@media screen and (max-width:768px) {
	.header__center img {
		width: 80px;
	}
	.header__link {
		padding: 10px 20px;
	}
	.footer__list {
		flex-direction: column;
	}
	.footer__info-img img {
		max-width: 200px;
	}
}
