.casino-list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.casino-list .casino-list__title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--textPrimary);
	margin-bottom: 12px;
}
.casino-list .casino-list__link {
	display: flex;
	flex-direction: column;
	width: 140px;
}
.casino-list .casino-list__link .casino-list__value {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	font: inherit;
	padding: 0;
	text-align: inherit;
	color: inherit;
	border: 0;
	outline: none;
	background-color: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--textSecondary);
	margin: 4px 0;
	text-decoration: none;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
.casino-list .casino-list__link .casino-list__value:hover {
	color: var(--primary);
}
.contacts {
	width: 160px;
}
@media (max-width: 1020px) {
	.contacts {
		width: 100%;
	}
}
.contacts .contacts-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: wrap;
}
@media (max-width: 1020px) {
	.contacts .contacts-wrapper {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}
}
.contacts .contacts-wrapper .contacts__email-box {
	display: flex;
	margin-top: 8px;
	text-decoration: none;
}
.contacts .contacts-wrapper .contacts__email-box .contacts__email {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}
@media (max-width: 1020px) {
	.contacts .contacts-wrapper .contacts__email-box .contacts__email {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: var(--primary);
	}
}
@media (min-width: 1020px) {
	.license-container {
		padding: 8px 20px;
		margin-left: 8px;
		margin-right: 8px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 1020px) {
	.license-container {
		display: flex;
		flex-direction: column;
		padding: 0 30px;
		position: relative;
		background-color: var(--background);
	}
}
@media (max-width: 700px) {
	.license-container {
		padding: 0;
		align-items: center;
	}
}
.license-container .license-container__desktop {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--textSecondary);
}
@media (max-width: 1020px) {
	.license-container .license-container__desktop {
		display: none;
	}
}
.license-container .license-container__mobile {
	display: none;
}
@media (max-width: 1020px) {
	.license-container .license-container__mobile {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		grid-gap: 1em;
		margin-top: 20px;
		text-align: center;
	}
}
.license-container .license-container__mobile .license-container__title {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--textSecondary);
}
.logo-partners {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ecedef;
}
.logo-partners .logo-partners__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 412px;
	flex-wrap: wrap;
}
@media (max-width: 700px) {
	.logo-partners .logo-partners__wrapper {
		width: 100%;
		justify-content: center;
		grid-gap: 28px;
	}
}
.payment-partners {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ecedef;
}
.payment-partners .payment-partners__wrapper {
	display: flex;
	justify-content: center;
	width: 640px;
	flex-wrap: wrap;
}
.payment-partners .payment-partners__wrapper img {
	margin: 0 10px;
}
@media (max-width: 700px) {
	.payment-partners .payment-partners__wrapper {
		width: 100%;
		justify-content: center;
		grid-gap: 34px;
	}
}
.social-network {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.social-network .social-network__header {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--textPrimary);
}
.social-network .social-network__logos {
	display: flex;
	grid-gap: 12px;
	margin-top: 8px;
	cursor: pointer;
}
.footer,
.footer .footer-wrapper {
	display: flex;
	flex-direction: column;
}
.footer .footer-wrapper {
	padding: 20px;
	border-radius: 8px;
	background-color: #e9d9f0;
	margin-top: 60px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px solid #ecedef;
}
@media (max-width: 1020px) {
	.footer .footer-wrapper {
		background-color: var(--background);
		grid-template-columns: repeat(2, 1fr);
		padding: 0 20px 20px;
	}
}
@media (max-width: 700px) {
	.footer .footer-wrapper {
		grid-template-columns: 1fr;
	}
}
.footer .footer-wrapper .footer__contacts____tablet {
	display: none;
}
@media (max-width: 1020px) {
	.footer .footer-wrapper .footer__contacts____tablet {
		display: flex;
		width: 100%;
	}
}
.footer .footer-wrapper .footer__container {
	display: flex;
	justify-content: space-evenly;
	border-bottom: 1px solid #ecedef;
	padding-bottom: 40px;
}
.footer .footer-wrapper .footer__container .footer__desktop {
	display: flex;
	width: 100%;
}
@media (max-width: 1020px) {
	.footer .footer-wrapper .footer__container .footer__desktop {
		display: none;
	}
}
.footer .footer-wrapper .footer__container .footer__tablet {
	display: none;
}
@media (max-width: 1020px) {
	.footer .footer-wrapper .footer__container .footer__tablet {
		display: flex;
		grid-gap: 20px;
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 400px) {
	.footer .footer-wrapper .footer__container .footer__tablet {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 20px;
	}
}
.footer .footer-wrapper .footer__container .footer-contacts__desktop {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-right: 86px;
}
@media (max-width: 1020px) {
	.footer .footer-wrapper .footer__container .footer-contacts__desktop {
		display: none;
	}
}
.footer
	.footer-wrapper
	.footer__container
	.footer-contacts__desktop
	.footer-contacts__header {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--textPrimary);
}
.header__sign-in {
	display: flex;
	align-items: center;
}
.header__sign-in .header__sign-in__link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #ff5100;
	padding: 7px 20px;
	margin-left: 8px;
	cursor: pointer;
	border: 1px solid #ff5100;
	border-radius: 100px;
	text-decoration: none;
}
@media (max-width: 1020px) {
	.header__sign-in .header__sign-in__link {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #ff5100;
		padding: 4.5px 11px;
	}
}
.header__sign-in .header__sign-in__link:hover {
	background: #c4cdf4;
}
.header__sign-in .header__sign-in__mobile {
	display: none;
}
@media (max-width: 700px) {
	.header__sign-in .header__sign-in__mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border: 1px solid #3959d9;
		border-radius: 8px;
		margin-left: 4px;
	}
}
.header__sign-in .header__sign-in__mobile:hover {
	background: #c4cdf4;
}
.header-sign-up-button {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 8px 20px;
	margin-left: 8px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 100px;
	background: linear-gradient(
		360deg,
		#fff16e 2.67%,
		#ff8a33 30.48%,
		#ff4a4a 51.8%
	);
}
@media (max-width: 1020px) {
	.header-sign-up-button {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		padding: 5.5px 11px;
	}
}
.header-sign-up-button:hover {
	background: linear-gradient(103.42deg, #e31a3c 6.06%, #0f32bd 77.61%);
}
.controls {
	display: flex;
	align-items: center;
}
.navbar {
	display: flex;
	position: relative;
}
.navbar .navbar__link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--textSecondary);
	position: relative;
	margin-left: 40px;
	text-decoration: none;
	border-bottom: 2px solid hsla(0, 0%, 100%, 0);
	padding: 24px 0 25px;
	min-width: 55px;
	cursor: pointer;
	background: transparent;
	white-space: nowrap;
}
.navbar .navbar__link:first-child {
	margin-left: 0;
}
.navbar .navbar__link:hover {
	color: #ff5100;
}
.navbar .navbar__link.navbar__link__active {
	color: #ff5100;
	border-bottom: 2px solid #ff5100;
}
.navbar .navbar__link .navbar__sticker {
	position: absolute;
	right: -20px;
	top: 8px;
	width: 37px;
	height: 37px;
}
.navbar .navbar__aviator {
	position: relative;
}
.navbar .navbar__aviator .navbar__sticker {
	position: absolute;
	right: -26px;
	top: 8px;
	width: 45px;
	height: 45px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--background);
	z-index: 19;
	display: flex;
	align-items: center;
	padding: 0 20px;
	justify-content: space-between;
	height: 70px;
}
@media (min-width: 1020px) {
	.header {
		padding-left: 8px;
		padding-right: 8px;
		border-bottom: 1px solid rgba(159, 160, 168, 0.2);
	}
}
.header .header__block-logo {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	top: 0;
	left: 0;
	min-width: 256px;
}
@media (max-width: 700px) {
	.header .header__block-logo {
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
	}
}
.header .header__logo-container {
	display: flex;
	align-items: center;
}
@media (max-width: 1020px) {
	.header .header__logo-container .header__logo {
		margin-right: 8px;
		width: 82px;
	}
}
.header .header__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
@media (max-width: 1020px) {
	.header .header__main {
		justify-content: flex-end;
	}
}
.header .header__main .header__navbar {
	display: inline-block;
}
@media (max-width: 1020px) {
	.header .header__main .header__navbar {
		display: none;
	}
}
.header .header__main .header__auth {
	display: flex;
	flex-direction: row;
	align-items: center;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	height: -webkit-fill-available;
}
body,
html {
	width: 100%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
		'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 320px;
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	display: none;
}
code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
		monospace;
}
#root {
	width: 100%;
}
button {
	border: none;
	outline: none;
}
body {
	--background: #faeeff;
	--backgroundSecondary: #faeeff;
	--backgroundCompleted: rgba(253, 180, 60, 0.1);
	--backgroundAlt: #e77990;
	--backgroundAltActive: #fc4665;
	--borderFrame: #ecedef;
	--error: #f31f1f;
	--imagedCard: #fff;
	--primary: #ff5100;
	--primaryLight: #c4cdf4;
	--secondary: #fc4665;
	--secondaryLight: #f4bde4;
	--secondaryOpacity10: rgba(252, 70, 101, 0.06274509803921569);
	--secondaryOpacity50: rgba(252, 70, 101, 0.3137254901960784);
	--success: #2eba4d;
	--successOpacity10: rgba(46, 186, 77, 0.06274509803921569);
	--successOpacity50: rgba(46, 186, 77, 0.3137254901960784);
	--textPrimary: #3f4250;
	--textPrimaryContrast: #fff;
	--textPrimaryOpacity30: rgba(63, 66, 80, 0.18823529411764706);
	--textSecondary: #9fa0a8;
	--textSecondaryOpacity50: rgba(159, 160, 168, 0.3137254901960784);
	--warn: #fdb43c;
	--warnOpacity10: rgba(253, 180, 60, 0.06274509803921569);
	--warnOpacity20: #fff4e2;
	--warnOpacity50: rgba(253, 180, 60, 0.3137254901960784);
	--textAviator: #5abef5;
	--textPopupAviator: #1d2c40;
	--textBonusAviator: #ff0a0a;
	--backgroundAttention: #fff4e2;
	--borderGrey: #e1e2e4;
	--buttonFontColor: var(--textPrimaryContrast);
	--buttonFontColorActive: var(--textPrimaryContrast);
	--buttonBackgroundColor: var(--primaryLight);
	--buttonBackgroundColorActive: var(--primary);
	--buttonBackgroundAlt: var(--backgroundAlt);
	--buttonBackgroundActive: var(--backgroundAltActive);
	--inputColorBackground: var(--backgroundSecondary);
	--inputColorBackgroundComplete: var(--backgroundSecondary);
}
.loading-spinner-ripple {
	display: inline-block;
	position: relative;
	width: 72px;
	height: 72px;
}
.loading-spinner-ripple div {
	position: absolute;
	border: 4px solid var(--backgroundSecondary);
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: loading-spinner-ripple 1s cubic-bezier(0, 0.2, 0.8, 1)
		infinite;
	animation: loading-spinner-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading-spinner-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
@-webkit-keyframes loading-spinner-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	to {
		top: 0;
		left: 0;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}
@keyframes loading-spinner-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	to {
		top: 0;
		left: 0;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}
.image-loader-container {
	background: #e1e1e1;
	position: relative;
	height: 100%;
	width: 100%;
}
.image-loader-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.2s ease;
}
.image-loader-image_loaded img {
	width: 100%;
	height: auto;
}
.image-loader-image_loaded {
	background-color: #fff;
	opacity: 1;
}
.image-loader-backplate_loading {
	-webkit-animation: flickerAnimation 1.5s ease-in-out infinite;
	animation: flickerAnimation 1.5s ease-in-out infinite;
}
.image-loader-backplate_loaded {
	opacity: 0;
}
@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
@keyframes flickerAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
.game-card {
	min-height: 160px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}
.game-card.game-card____loading .game-card__loading {
	display: block;
}
.game-card .game-card__container:hover {
	background: #3f4250;
}
.game-card .game-card__container:hover .game-card__image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.game-card .game-card__container:hover .game-card__overlay {
	opacity: 1;
}
.game-card .game-card__container:hover .game-card__text {
	visibility: hidden;
}
.game-card .game-card__image-box {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	background-color: #c4c4c4;
	padding-bottom: 67%;
}
.game-card .game-card__image-box .game-card__image {
	object-fit: cover;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.game-card .game-card__text {
	height: 50px;
	padding: 0 30px 0 8px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game-card .game-card__text .game-card__info-title {
	font-family: OpenSans, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--textPrimary);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 1020px) {
	.game-card .game-card__text .game-card__info-title {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: var(--textPrimary);
	}
}
.game-card .game-card__text .game-card__info-description {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--textSecondary);
}
@media (max-width: 1020px) {
	.game-card .game-card__text .game-card__info-description {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: var(--textSecondary);
	}
}
.game-card .game-card__loading {
	display: none;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.game-card .game-card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(63, 66, 80, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.game-card .game-card__overlay .game-card__play {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	font: inherit;
	padding: 0;
	text-align: inherit;
	color: inherit;
	border: 0;
	outline: none;
	background-color: inherit;
	background: transparent;
	margin-top: 10%;
}
@media (max-width: 1020px) {
	.game-card .game-card__overlay .game-card__play {
		width: 66px;
		height: 66px;
	}
}
.game-card .game-card__overlay .game-card__play img {
	width: 100%;
	height: auto;
}
.game-card .game-card__overlay .game-card__demo {
	font: inherit;
	color: inherit;
	background-color: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: transparent;
	border-radius: 15px;
	border: 1px solid #fff;
	margin-bottom: 8px;
	padding: 7px 31px;
}
.game-card .game-card__overlay .game-card__demo,
.game-card .game-card__star-toggle {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	text-align: inherit;
	outline: none;
}
.game-card .game-card__star-toggle {
	font: inherit;
	color: inherit;
	border: 0;
	background-color: inherit;
	position: absolute;
	background-color: initial;
	padding: 8px;
	right: 0;
	bottom: 0;
}
.information-list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.information-list .information-list__title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--textPrimary);
	margin-bottom: 12px;
}
.information-list .information-list__link {
	display: flex;
	flex-direction: column;
	width: 190px;
}
.information-list .information-list__link .information-list__value {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	font: inherit;
	padding: 0;
	text-align: inherit;
	color: inherit;
	border: 0;
	outline: none;
	background-color: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--textSecondary);
	margin: 4px 0;
	text-decoration: none;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
.CarouselBanners {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 8px;
}
@media (min-width: 1020px) {
	.CarouselBanners {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 992px) {
	.CarouselBanners {
		border-radius: 0;
		width: 100vw;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.CarouselBanners__image {
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
@media (max-width: 1020px) {
	.CarouselBanners__image {
		border-radius: 8px;
	}
}
.category-header {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 14px;
}
@media (min-width: 1020px) {
	.category-header {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.category-header .category-header__link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary);
	text-decoration: none;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.category-header .category-header__link .category-header__link-text {
	margin-right: 4px;
}
.category-header .category-header__filler {
	flex: 1 1;
}
.category-header .category-header__backurl {
	display: inherit;
	margin-right: 8px;
}
.game-list {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 14px;
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
@media (min-width: 1020px) {
	.game-list {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (min-width: 700px) {
	.game-list {
		grid-gap: 16px 8px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.game-category {
	display: flex;
	flex-direction: column;
}
.game-category .game-category__header {
	display: block;
	padding: 0 20px;
	margin-top: 14px;
}
@media (min-width: 700px) {
	.game-category .game-category__header {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
}
@media (min-width: 1020px) {
	.game-category .game-category__header {
		padding: 0 20px;
	}
}
.game-category .game-category__header .game-category__header_left {
	display: flex;
	align-items: center;
}
.game-category .game-category__backurl {
	display: inherit;
	margin-right: 8px;
}
.provider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	width: 100%;
	border-radius: 16px;
	background-color: #e9d9f0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07), 0 -2px 3px rgba(0, 0, 0, 0.07);
}
.provider__image {
	position: absolute;
	height: 60%;
	width: 70%;
	object-fit: contain;
}
.provider-list {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.provider-list__content {
	display: grid;
	grid-row-gap: 8px;
	grid-column-gap: 16px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 1020px) {
	.provider-list__content {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (min-width: 700px) {
	.provider-list__content {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 8px;
	}
}
.provider-list__arrow {
	display: flex;
	align-items: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.casino {
	flex: 1 1;
	background: #faeeff;
}
.side-link {
	display: flex;
	align-items: center;
	height: 36px;
	margin-top: 4px;
	padding-left: 8px;
	text-decoration: none;
	border-radius: 100px;
}
@media (max-width: 700px) {
	.side-link {
		flex-direction: column;
		width: 100px;
		height: auto;
		padding-left: 0;
	}
}
.side-link____active {
	background: linear-gradient(
		360deg,
		#fff16e 2.67%,
		#ff8a33 30.48%,
		#ff4a4a 51.8%
	);
}
@media (max-width: 700px) {
	.side-link__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		background-color: #fff;
	}
}
.side-link__title {
	margin-left: 11px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--textPrimary);
}
@media (max-width: 700px) {
	.side-link__title {
		font-weight: 600;
		margin-top: 16px;
		margin-left: 0;
	}
}
.side-link__title__active {
	color: #fff;
}
.side-link-list {
	overflow-y: auto;
	position: relative;
}
.side-link-list::-webkit-scrollbar {
	display: none;
}
.side-link-list__container {
	display: flex;
	flex-direction: column;
}
@media (max-width: 700px) {
	.side-link-list__container {
		flex-direction: row;
	}
}
.side-link-list__container_inactive {
	opacity: 0.5;
	pointer-events: none;
}
.side-link-list__search-result {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--backgroundSecondary);
}
.casino-side-navigation {
	display: flex;
	flex-direction: column;
	width: 248px;
	padding: 12px 8px;
	border-radius: 10px;
	background-color: #e9d9f0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07), 0 -2px 3px rgba(0, 0, 0, 0.07);
}
@media (max-width: 700px) {
	.casino-side-navigation {
		width: auto;
		padding: 0;
		background-color: initial;
		box-shadow: none;
	}
}
.side-bar {
	margin-top: 8px;
}
@media (max-width: 768px) {
	.side-bar {
		display: none;
	}
}
.casino-layout {
	display: flex;
	flex: 1 1;
	flex-direction: column;
}
.casino-layout .casino-layout__screen {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	margin-top: 70px;
}
@media (min-width: 1020px) {
	.casino-layout .casino-layout__screen {
		padding-left: 8px;
		flex-direction: row;
	}
}
.user::-webkit-scrollbar {
	display: none;
}
.game-page {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.game-page__bottom-panel {
	padding: 0 15px;
	height: 40px;
	width: 100%;
	z-index: 18;
	background: #121213;
	display: flex;
	justify-content: space-between;
}
.game-page__iframe {
	display: block;
	background: #000;
	border: none;
	width: 100%;
	height: 100%;
	width: webkit-fill-available;
	height: webkit-fill-available;
}
.game-page__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: var(--buttonFontColor);
}
.game-page__go-back,
.game-page__info {
	display: flex;
	justify-content: center;
	align-items: center;
}
.game-page__info {
	color: #fff;
}
.game-page__deposit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
	margin-top: 5px;
}
.app-viewport {
	max-width: 1440px;
	min-height: 100vh;
	margin: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--textPrimary);
}
@media (min-width: 1020px) {
	h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		font-weight: 700;
		color: var(--textPrimary);
	}
}
.casino {
	--background: #faeeff;
	--backgroundSecondary: #fff;
	--backgroundCompleted: rgba(253, 180, 60, 0.1);
	--backgroundAlt: #e77990;
	--backgroundAltActive: #fc4665;
	--borderFrame: #ecedef;
	--error: #f31f1f;
	--imagedCard: #fff;
	--primary: #3959d9;
	--primaryLight: #c4cdf4;
	--secondary: #fc4665;
	--secondaryLight: #f4bde4;
	--secondaryOpacity10: rgba(252, 70, 101, 0.06274509803921569);
	--secondaryOpacity50: rgba(252, 70, 101, 0.3137254901960784);
	--success: #2eba4d;
	--successOpacity10: rgba(46, 186, 77, 0.06274509803921569);
	--successOpacity50: rgba(46, 186, 77, 0.3137254901960784);
	--textPrimary: #3f4250;
	--textPrimaryContrast: #fff;
	--textPrimaryOpacity30: rgba(63, 66, 80, 0.18823529411764706);
	--textSecondary: #9fa0a8;
	--textSecondaryOpacity50: rgba(159, 160, 168, 0.3137254901960784);
	--warn: #fdb43c;
	--warnOpacity10: rgba(253, 180, 60, 0.06274509803921569);
	--warnOpacity20: #fff4e2;
	--warnOpacity50: rgba(253, 180, 60, 0.3137254901960784);
	--textAviator: #5abef5;
	--textPopupAviator: #1d2c40;
	--textBonusAviator: #ff0a0a;
	--backgroundAttention: #fff4e2;
	--borderGrey: #e1e2e4;
	--buttonFontColor: var(--textPrimaryContrast);
	--buttonFontColorActive: var(--textPrimaryContrast);
	--buttonBackgroundColor: var(--primaryLight);
	--buttonBackgroundColorActive: var(--primary);
	--buttonBackgroundAlt: var(--backgroundAlt);
	--buttonBackgroundActive: var(--backgroundAltActive);
	--inputColorBackground: var(--backgroundSecondary);
	--inputColorBackgroundComplete: var(--backgroundSecondary);
	width: 100%;
	background-color: var(--background);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow-x: hidden;
}
.table {
	width: 100%;
	overflow-x: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	width: 50px;
	border: 1px solid black;
	padding: 10px 15px;
}
.post-15 {
	padding: 0 15px;
}

.page-menu a {
	color: #ff5100;
	text-decoration: none;
}
.page-menu a:hover {
	color: #a94212;
}


h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 3.157em;
	line-height: 1.1em;
	color: #151515;
	margin-bottom: 50px;
}

article h2 {
	margin: 10px 0;
	font-size: 2.369em;
	line-height: 1.2em;
}

.btn-box {
	text-align: center;
	margin-bottom: 15px;
}

.btn,
.comment-respond .form-submit input {
	padding: 0.6rem 1.5rem;
	-webkit-box-shadow: 0 15px 30px -18px rgba(0, 0, 0, .9);
	box-shadow: 0 15px 30px -18px rgba(0, 0, 0, .9);
	border-radius: 4px;
}

.btn-size-big {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-wrapper {
	margin: 15px auto;
}

.bp-button {
	display: flex;
	position: relative;
	font-weight: 500;
	padding: 8px 20px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 8px;
	border: none;
	white-space: nowrap;
}

.pulse-button {
	box-shadow: 0px 0px 0px 0px rgba(254, 44, 120, .5);
	-webkit-animation: pulse 1s infinite;
	font-size: 28px;
	padding: 20px 40px;
	margin: auto;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.pulse-button {
		font-size: 18px;
	}
}

.banner-button {
	background: #fe2c78;
	cursor: pointer;
}

.reg-button {
	border-radius: 100px;
	background: linear-gradient(360deg, #FFF16E 2.67%, #FF8A33 30.48%, #FF4A4A 51.8%);
	color: #fff;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	background: #4d3bfe;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-box a,
.btn-box span {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	white-space: normal;
}

p {
	line-height: 1.65em;
	padding-bottom: 1.45em;
}

.content_img {
	width: 100%;
	margin: 0 auto 15px;
	object-fit: cover;
	height: auto;
}

ol:not([class]):before,
p:before,
ul:not([class]):before {
	content: "";
	display: block;
	width: 10em;
	overflow: hidden;
}

.progressive-image {
	position: relative;
	width: 100%;
}

.progressive-image img.low-res {
	position: absolute;
	width: 100%;
	height: auto;
	filter: blur(10px);
	transition: opacity 1s ease-out, filter 1s ease-out;
}

.progressive-image img.high-res {
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 1s ease-out;
}

.progressive-image img.high-res.loaded {
	opacity: 1;
}

.progressive-image img.low-res.loaded {
	opacity: 0;
	filter: blur(0);
}

@media screen and (max-width: 768px) {
	.progressive-image {
		display: none;
	}
}
