h1,
h2,
h3 {
	color: #fff;
}
table,
td {
	border: 1px solid #bebebe;
}
.o-close-btn {
	--size: 35px;
	--border-color: #fff;
	background-color: unset;
	border-radius: 50%;
	border: 3px solid var(--border-color);
	position: relative;
	height: var(--size);
	width: var(--size);
}
.o-close-btn::before,
.o-close-btn::after {
	background: var(--border-color);
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 3px;
	width: 70%;
}
.o-close-btn::after {
	rotate: 45deg;
}
.o-close-btn::before {
	rotate: -45deg;
}
.o-flex {
	display: flex;
}
.o-flex-column {
	display: flex;
	flex-direction: column;
}
.o-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.o-flex-wrap.__set {
	--grow: 1;
	--basis: 280px;
}
.o-flex-wrap.__set > * {
	flex-basis: var(--basis);
	flex-grow: var(--grow);
}
.o-align-center,
.o-center-v {
	align-items: center;
}
.o-align-start {
	align-items: flex-start;
}
.o-align-end {
	align-items: flex-end;
}
.o-justify-end {
	justify-content: flex-end;
}
.o-justify-center,
.o-center-h {
	justify-content: center;
}
.o-justify-between {
	justify-content: space-between;
}
.c-categories__item.is-active,
.c-categories__item:hover {
	border-bottom: 1px solid #ff4a02;
	background-color: #0e1014;
}
.c-categories__item,
.c-footer__nav,
.c-footer__nav-list-container,
.c-header__container,
.c-left-bar__list,
.c-slots__overlay {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.c-footer__nav-container:last-child,
.c-footer__nav-item:last-child,
.c-header__nav-item:last-child,
.c-main li:last-child,
p:last-child {
	margin-bottom: 0;
}
.c-filter__item:last-child,
.c-footer__certificate:last-child {
	margin-right: 0;
}
.c-categories__item,
.c-footer__nav,
.c-header__container,
.c-left-bar__item,
.c-slots__overlay {
	-webkit-box-direction: normal;
}
:root {
	--header-height: 110px;
}
*,
::after,
::before {
	box-sizing: border-box;
}
ol[class],
ul[class] {
	padding: 0;
	list-style: none;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
	margin: 0;
}
html {
	scroll-behavior: smooth;
	font-size: 10px;
}
body {
	color: #bebebe;
	font-size: 1.4rem;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
img {
	max-width: 100%;
	display: block;
}
article > * + * {
	margin-top: 1em;
}
button {
	background: unset;
	border: none;
	outline: none;
	cursor: pointer;
}
button,
input,
select,
textarea {
	font: inherit;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important;
	}
}
@font-face {
	font-family: Verdana;
	src: url('../fonts/Verdana-BoldItalic_1.eot');
	src:
		local('Verdana Bold Italic'),
		local('Verdana-BoldItalic'),
		url('../fonts/Verdana-BoldItalic_1.eot#iefix') format('embedded-opentype'),
		url('../fonts/Verdana-BoldItalic_1.woff') format('woff'),
		url('../fonts/Verdana-BoldItalic_1.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: Verdana;
	src: url('../fonts/Verdana_1.eot');
	src:
		local('Verdana'),
		url('../fonts/Verdana_1.eot#iefix') format('embedded-opentype'),
		url('../fonts/Verdana_1.woff') format('woff'),
		url('../fonts/Verdana_1.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Verdana;
	src: url('../fonts/Verdana-Bold_1.eot');
	src:
		local('Verdana Bold'),
		local('Verdana-Bold'),
		url('../fonts/Verdana-Bold_1.eot#iefix') format('embedded-opentype'),
		url('../fonts/Verdana-Bold_1.woff') format('woff'),
		url('../fonts/Verdana-Bold_1.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Verdana;
	src: url('../fonts/Verdana-Italic_1.eot');
	src:
		local('Verdana Italic'),
		local('Verdana-Italic'),
		url('../fonts/Verdana-Italic_1.eot#iefix') format('embedded-opentype'),
		url('../fonts/Verdana-Italic_1.woff') format('woff'),
		url('../fonts/Verdana-Italic_1.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
body {
	font-family: Verdana;
	background-color: #1a1a1a;
}
h1 {
	font-size: 2.4rem;
	margin-bottom: 15px;
	text-align: center;
}
h2,
p {
	margin-bottom: 10px;
}
h2 {
	font-size: 1.8rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff4900;
}
.c-main li,
h3,
p,
td {
	font-size: 1.4rem;
}
th {
	font-weight: bold;
	font-size: 1.6rem;
}
.c-header__nav-link,
.c-main li,
p,
td {
	color: #bebebe;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td {
	padding: 5px;
}
.c-main ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.c-main li {
	padding-left: 10px;
	margin-bottom: 5px;
	position: relative;
	list-style: none;
}
.c-main ul li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #bebebe;
	border-radius: 50%;
	left: 0;
	top: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.o-container {
	padding: 0 10px;
}
.c-header__left-bar,
.c-header__right-bar {
	padding: 10px 0;
	position: relative;
}
.is-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.is-overlay.is-active {
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 4;
	display: block;
}
.is-locked {
	overflow: hidden;
}
.c-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 5;
	background-color: #191919;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.45);
	min-height: var(--header-height);
}
.c-header__container {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	position: relative;
}
.c-header__left-bar {
	align-items: center;
	display: flex;
	gap: 15px;
}
.c-header__logo-link {
	display: block;
}
.c-header__nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	padding: 75px 20px 20px;
	height: 100vh;
	background-color: #191919;
	-webkit-transform: translateX(-110vw) translateY(100%);
	transform: translateX(-110vw) translateY(100%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 10;
}
.c-header__nav.is-active {
	-webkit-transform: translateX(-10px) translateY(100%);
	transform: translateX(-10px) translateY(100%);
}
.c-header__nav-item {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 141, 0, 0.5);
}
.c-header__nav-link {
	text-decoration: none;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 10px 10px 0;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.c-header__nav-link:hover {
	color: #ff4a02;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.c-header__btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.c-header__btn.is-active .c-header__btn-line-1,
.c-header__btn.is-active .c-header__btn-line-3 {
	top: 50%;
}
.c-header__btn.is-active .c-header__btn-line-1 {
	-webkit-transform: rotate(45deg) translateY(0);
	transform: rotate(45deg) translateY(0);
}
.c-header__btn.is-active .c-header__btn-line-3 {
	-webkit-transform: rotate(-45deg) translateY(0);
	transform: rotate(-45deg) translateY(0);
}
.c-header__btn.is-active .c-header__btn-line-2 {
	visibility: hidden;
	opacity: 0;
}
.c-header__btn-line-1,
.c-header__btn-line-2,
.c-header__btn-line-3 {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #bebebe;
	left: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.c-header__enterance-btn,
.c-header__registration-btn,
.c-info-img__item-link {
	width: -webkit-max-content;
	width: -moz-max-content;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}
.c-header__btn-line-1 {
	top: 0;
}
.c-header__btn-line-2 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-header__btn-line-3 {
	bottom: 0;
}
.c-header__btns {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
.c-header__enterance-btn,
.c-header__registration-btn {
	display: -webkit-box;
	display: flex;
	width: max-content;
	padding: 10px;
	border-radius: 2px;
}
.c-header__enterance-btn {
	margin-right: 10px;
	color: #bebebe;
	border: 1px solid #bebebe;
}
.c-header__registration-btn {
	background-color: #ff4900;
	border: 1px solid #ff4900;
	color: #fff;
}
.c-info-img {
	padding: 10px 0;
	background-color: #0e1014;
}
.c-info-img__item {
	height: 380px;
	position: relative;
	padding: 20px;
}
.c-info-img__bg-wr {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
}
.c-categories__icon,
.c-search__field-holder::after,
.c-slots__heading-icon {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.c-info-img__item-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	height: 100%;
}
.c-info-img__item-link {
	position: relative;
	color: #fff;
	width: max-content;
	padding: 10px;
	background-color: #80cb50;
	border-radius: 2px;
}
.c-categories {
	position: -webkit-sticky;
	position: sticky;
	top: 104px;
	z-index: 4;
	background-color: #1a1a1a;
}
.c-categories__container,
.c-filter__container {
	overflow-x: scroll;
}
.c-categories__container::-webkit-scrollbar {
	display: none;
}
.c-categories__list,
.c-filter__list {
	display: -webkit-box;
	display: flex;
}
.c-categories__item {
	padding: 10px 12px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	opacity: 0.5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-bottom: 2px solid #0e1014;
}
.c-categories__item:hover {
	opacity: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.c-categories__item.is-active {
	opacity: 1;
}
.c-categories__link {
	text-decoration: none;
	display: block;
	width: 100%;
}
.c-categories__icon {
	width: 20px;
	height: 20px;
	margin: 0 auto 10px;
}
.c-categories__icon.the-best {
	background-image: url('../images/icon-top-list.png');
}
.c-categories__icon.all-games {
	background-image: url('../images/console.svg');
}
.c-categories__icon.new-games,
.c-slots__heading-icon {
	background-image: url('../images/new.svg');
}
.c-categories__icon.popular {
	background-image: url('../images/like.svg');
}
.c-categories__icon.slots {
	background-image: url('../images/slot-machine.svg');
}
.c-categories__icon.live {
	background-image: url('../images/record.svg');
}
.c-categories__icon.table-games {
	background-image: url('../images/clubs.svg');
}
.c-categories__icon.poker {
	background-image: url('../images/poker-chip.svg');
}
.c-categories__icon.insta-games {
	background-image: url('../images/startup.svg');
}
.c-categories__icon.roulettes {
	background-image: url('../images/roulette.svg');
}
.c-categories__title,
.c-left-bar__title {
	font-size: 1.2rem;
	color: #bebebe;
	text-transform: uppercase;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.c-filter,
.c-footer__payments,
.c-news-feed__container,
.c-search,
.c-slots {
	padding: 10px 0;
}
.c-search__field-holder {
	position: relative;
	height: 100%;
	display: block;
}
.c-search__field-holder::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	width: 17px;
	height: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url('../images/magnifier.png');
}
.c-search__search-field {
	width: 100%;
	font-size: 1.2rem;
	color: #bebebe;
	padding: 10px 20px 10px 10px;
	background-color: #21262f;
	border: none;
	outline: 0;
	border-radius: 2px;
}
.c-filter__container::-webkit-scrollbar {
	display: none;
}
.c-filter__item {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: flex;
	margin-right: 10px;
}
.c-filter__item.is-active .c-filter__link {
	background-color: #252931;
	border-radius: 10px;
}
.c-filter__link {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: block;
	padding: 7.5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #bebebe;
	font-weight: 600;
	background-color: transparent;
	border-radius: 10px;
}
.c-slots__header-section {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.c-slots__heading {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 0;
}
.c-slots__heading-icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.c-slots__heading-txt {
	font-size: 1.6rem;
	font-weight: 600;
	color: #bebebe;
	text-transform: uppercase;
}
.c-slots__demo-link,
.c-slots__play-btn,
.c-slots__title-link {
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
}
.c-slots__btn-more {
	font-weight: 600;
	color: #bebebe;
	text-transform: uppercase;
	text-decoration: none;
}
.c-slots__slots-holder {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.c-slots__item {
	flex-basis: 46%;
	margin: 0 5px 10px;
	position: relative;
}
.c-slots__item:hover .c-slots__overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.c-slots__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 10px 20px;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.c-slots__title-link {
	color: #bebebe;
	text-transform: uppercase;
	text-align: center;
}
.c-footer__title,
.c-slots__demo-link,
.c-slots__play-btn {
	color: #fff;
	text-transform: uppercase;
}
.c-slots__play-btn {
	position: relative;
	padding: 10px 10px 10px 40px;
	border-radius: 2px;
	background-color: #80cb50;
	overflow: hidden;
}
.c-slots__play-btn:hover {
	background-color: #67cf35;
}
.c-slots__play-btn::before {
	width: 35px;
	height: 100%;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url('../images/play.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% 60%;
	background-color: #67cf35;
}
.c-footer__nav-link::before,
.c-left-bar__icon {
	background-size: contain;
	background-position: center;
}
.c-left-bar__item.is-active,
.c-left-bar__item:hover {
	opacity: 1;
	border-left: 3px solid #ff4a02;
	background-color: #0e1014;
}
.c-slots__img-container {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
}
.c-slots__img-container picture {
	display: -webkit-box;
	display: flex;
}
@media (min-width: 425px) {
	.c-slots__item {
		flex-basis: 30%;
	}
	.c-slots__overlay {
		padding: 10px 5px;
	}
}
@media (min-width: 768px) {
	.c-slots__item {
		flex-basis: 18.5%;
	}
	.c-slots__overlay {
		padding: 15px 5px;
	}
}
.c-footer {
	padding-top: 10px;
	background: #1a1a1a;
}
.c-footer__container {
	box-shadow: inset 0 10px 50px -5px #000;
	padding-bottom: 80px;
	position: relative;
}
.c-footer__nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	padding-top: 20px;
	flex-wrap: wrap;
	flex-direction: column;
}
.c-footer__nav-container {
	margin-bottom: 20px;
}
.c-footer__nav-list-container,
.c-left-bar__list {
	display: -webkit-box;
	display: flex;
	flex-direction: column;
}
.c-footer__title {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #2a3240;
}
.c-footer__title .colored {
	color: #f9d42f;
}
.c-footer__title.contacts,
.c-footer__title.games {
	position: relative;
	padding-left: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.c-footer__title.contacts::before,
.c-footer__title.games::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 16px;
	background-image: url('../images/sprite--icons.png');
	background-repeat: no-repeat;
}
.c-footer__title.games::before {
	background-position: -16px -48px;
}
.c-footer__title.contacts::before {
	background-position: -30px -48px;
}
.c-footer__nav-item {
	position: relative;
	margin-bottom: 10px;
}
.c-footer__nav-link {
	font-size: 1.3rem;
	line-height: 16px;
	color: #718686;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding-left: 12px;
	position: relative;
	display: block;
}
.c-footer__nav-link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 7.5px;
	height: 7.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url('../images/right-arrow.svg');
}
.c-footer__nav-link:hover {
	color: #fff;
}
.c-footer .c-footer__nav-list {
	margin-bottom: 25px;
}
.c-footer .c-footer__nav-list:last-child,
.c-news-feed__item:last-child,
.c-right-bar__winner-item:last-child {
	margin-bottom: 0;
}
.c-footer__nav-item-txt {
	padding-left: 15px;
	font-size: 1.4rem;
	color: #fff;
}
.c-footer__responsibility {
	background-color: #1a1a1a;
	padding: 20px 0;
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}
.c-footer__certificate {
	margin-right: 10px;
}
.c-footer__certificate.ecorga {
	width: 100px;
	height: 30px;
	background-image: url('../images/ecogra_sprite.png');
	background-repeat: no-repeat;
}
.c-footer__certificate.curasao {
	width: 104px;
	height: 40px;
	background-image: url('../images/sprite.png');
	background-position: -264px -843px;
	background-repeat: no-repeat;
}
.c-footer__certificate.mds {
	width: 135px;
	height: 30px;
	background-image: url('../images/sprite-footer.png');
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.c-footer__nav-list-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.c-footer .c-footer__nav-list {
		margin-bottom: 0;
	}
}
.c-main__content-holder {
	margin: 0 10px 15px;
}
.c-main__table-container {
	overflow-x: scroll;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.c-main__left-bar {
		display: none;
	}
}
@media (max-width: 1324px) {
	.c-main__right-bar {
		display: none;
	}
}
@media (min-width: 992px) {
	:root {
		--header-height: 60px;
	}
	.c-header__container {
		flex-direction: row;
		justify-content: space-between;
		padding: 10px;
	}
	.c-header__left-bar,
	.c-header__right-bar {
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.c-categories,
	.c-header__btn {
		display: none;
	}
	.c-header__nav {
		position: static;
		-webkit-transform: translate(0);
		transform: translate(0);
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		background-color: transparent;
	}
	.c-header__nav-list {
		display: -webkit-box;
		display: flex;
	}
	.c-header__nav-item {
		margin-bottom: 0;
		border-bottom: none;
		margin-right: 15px;
	}
	.c-header__nav-item:last-child {
		margin-right: 0;
	}
	.c-header__nav-link {
		padding: 0;
		font-size: 1.2rem;
	}
	.c-footer__nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.c-footer__nav-container {
		margin-bottom: 0;
		flex-basis: 30%;
	}
	.c-footer__nav-list-container {
		flex-wrap: nowrap;
	}
	.c-footer .c-footer__nav-list {
		margin-right: 10px;
	}
	.c-footer .c-footer__nav-list:last-child {
		margin-right: 0;
	}
	.c-main {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.c-main__left-bar {
		flex-basis: 30%;
	}
	.c-main__main-content {
		flex-basis: 68%;
		max-width: 68%;
	}
}
@media (min-width: 1325px) {
	.c-slots__item {
		flex-basis: 23%;
	}
	.c-slots__overlay {
		padding: 15px 5px;
	}
	.c-main__left-bar {
		flex-basis: 15%;
		max-width: 15%;
	}
	.c-main__main-content {
		flex-basis: 65%;
		max-width: 65%;
	}
	.c-main__right-bar {
		flex-basis: 18%;
		max-width: 18%;
		margin-top: 0.5%;
		margin-right: 0.5%;
	}
}
.c-left-bar {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	z-index: 4;
	background-color: #1a1a1a;
	padding: 10px 0;
}
.c-left-bar__item {
	padding: 10px 12px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	opacity: 0.5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-left: 3px solid transparent;
}
.c-left-bar__item:hover {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.c-faq__question::after,
.c-faq__question::before {
	background-color: #bebebe;
	right: 5px;
	top: 50%;
	content: '';
	height: 1px;
	position: absolute;
}
.c-left-bar__link {
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.c-left-bar__icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
}
.c-left-bar__icon.the-best {
	background-image: url('../images/icon-top-list.png');
}
.c-left-bar__icon.all-games {
	background-image: url('../images/console.svg');
}
.c-left-bar__icon.new-games {
	background-image: url('../images/new.svg');
}
.c-left-bar__icon.popular {
	background-image: url('../images/like.svg');
}
.c-left-bar__icon.slots {
	background-image: url('../images/slot-machine.svg');
}
.c-left-bar__icon.live {
	background-image: url('../images/record.svg');
}
.c-left-bar__icon.table-games {
	background-image: url('../images/clubs.svg');
}
.c-left-bar__icon.poker {
	background-image: url('../images/poker-chip.svg');
}
.c-left-bar__icon.insta-games {
	background-image: url('../images/startup.svg');
}
.c-left-bar__icon.roulettes {
	background-image: url('../images/roulette.svg');
}
.c-right-bar {
	background-color: #262626;
}
.c-right-bar__container {
	padding: 5px;
}
.c-faq,
.c-right-bar__biggest-win {
	margin-bottom: 10px;
}
.c-right-bar__title {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.c-right-bar__biggest-win-info {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.c-right-bar__img-section {
	flex-basis: 48%;
	display: block;
}
.c-right-bar__win-info-section {
	flex-basis: 50%;
}
.c-right-bar__casino-name {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}
.c-right-bar__winner-name {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 400;
	margin-bottom: 5px;
}
.c-right-bar__win-value {
	font-size: 1.4rem;
	font-weight: 600;
	color: #ff4a02;
}
.c-right-bar__winner-item {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.c-news-feed__intro,
.c-reviews__item,
.c-reviews__user-info {
	margin-bottom: 5px;
}
.c-right-bar__casino-link {
	flex-basis: 40%;
	display: block;
	-webkit-box-align: stretch;
	align-items: stretch;
}
.c-right-bar__casino-link picture {
	display: -webkit-box;
	display: flex;
	height: 100%;
}
.c-right-bar__winner-info-section {
	flex-basis: 58%;
}
.c-faq__item {
	border: 1px solid #ff4900;
	border-bottom: none;
}
.c-faq__item:last-child {
	border-bottom: 1px solid #ff4900;
}
.c-faq__item[open] .c-faq__question::before {
	display: none;
}
.c-faq__question {
	font-size: 1.6em;
	font-weight: 600;
	color: #bebebe;
	padding: 5px 35px 5px 10px;
	outline: 0;
	cursor: pointer;
	position: relative;
}
.c-faq__question::-webkit-details-marker {
	display: none;
}
.c-faq__question::after {
	width: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-faq__question::before {
	width: 20px;
	-webkit-transform: rotate(90deg) translateY(2px);
	transform: rotate(90deg) translateY(2px);
}
.c-faq__answer {
	font-size: 1.4rem;
	color: #bebebe;
	padding: 5px 10px;
	border-top: 1px solid #bebebe;
}
.c-reviews__item {
	display: -webkit-box;
	display: flex;
	padding-bottom: 10px;
	position: relative;
}
.c-reviews__item::before {
	content: '';
	position: absolute;
	width: 80%;
	bottom: 0;
	left: 50%;
	height: 1px;
	background-color: #ff4900;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.c-reviews__item:last-child {
	margin: 0;
}
.c-reviews__txt-section {
	width: 100%;
}
.c-reviews__user-name {
	font-size: 1.6rem;
	color: #bebebe;
}
.c-reviews__upload-date {
	font-size: 1.2rem;
	color: rgba(190, 190, 190, 0.5);
	font-weight: 300;
}
.c-reviews__review {
	font-size: 1.4rem;
	color: #bebebe;
	margin-bottom: 10px;
}
.c-reviews__answer-btn {
	color: #bebebe;
	border: 1px solid #bebebe;
	display: -webkit-box;
	display: flex;
	text-decoration: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 2px;
	margin-left: auto;
}
.c-news-feed__item {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(251, 158, 45, 0.5);
}
.c-news-feed__img-section {
	height: 150px;
	margin-bottom: 10px;
}
.c-news-feed__img-link {
	display: block;
	width: 100%;
	height: 100%;
}
.c-news-feed__img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.c-news-feed__title {
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}
.c-news-feed__more {
	color: #bebebe;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}
@media (min-width: 425px) {
	.c-news-feed__img-section {
		height: 200px;
	}
}
iframe {
	width: 100%;
	height: 300px;
}
@media (min-width: 768px) {
	.c-news-feed__item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c-news-feed__img-section {
		flex-basis: 29%;
		height: 125px;
		margin-bottom: 0;
	}
	.c-news-feed__txt-section {
		flex-basis: 70%;
	}
	iframe {
		height: 400px;
	}
}
.table {
	overflow-x: auto;
}
.c-header__lang-wrap {
	display: flex;
	margin-left: auto;
}
ul.c-header__lang-list {
	background: #191919;
	border-radius: 0 0 0 15px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	right: 0;
	top: var(--header-height);
	transition: 0.3s ease-in-out;
	position: absolute;
	max-width: 250px;
}
.c-header__lang-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 30px;
}
.c-header__lang-list a img {
	transition: transform 0.3s ease-in-out;
}
.c-header__lang-list a img:hover {
	transform: scale(1.1);
}
.c-header__lang-wrap img {
	cursor: pointer;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
}
.c-header__lang-list img {
	height: 18px;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-lang__active {
	cursor: pointer;
	height: 30px;
	width: 30px;
}
.o-opacity--hidden {
	opacity: 0;
	visibility: hidden;
}
li.c-breadcrumbs__item {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	white-space: nowrap;
}
.c-breadcrumbs__link {
	text-decoration: none;
	color: #bebebe;
	transition: 0.3s;
}
.c-breadcrumbs__last,
.c-breadcrumbs__link {
	font-size: 1.6rem;
}
li.c-breadcrumbs__item::after {
	content: '/';
	position: absolute;
	right: -7.5px;
	transform: translateX(-50%);
}
li.c-breadcrumbs__item:last-child::after,
.c-breadcrumbs__item::before {
	display: none;
}
li.c-breadcrumbs__item:last-child {
	margin: 0;
	padding: 0;
}
ul.c-breadcrumbs {
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	list-style: none;
	overflow-x: auto;
}
@media (min-width: 992px) {
	.c-footer__nav-list {
		display: flex;
		flex-wrap: wrap;
	}
	.c-footer__nav-list li {
		flex: 1 0 calc((96% / var(--columns-num, 2)));
	}
}
.c-slots__demo {
	--padding-v: 28px;
	--padding-h: 16px;
	padding: var(--padding-v) var(--padding-h);
	margin: auto;
	gap: clamp(8px, 2dvw, 16px);
	max-width: clamp(930px, 98dvw, 1400px);
	width: 100%;
}
.c-slots__demo-container {
	background: #1a1a1a;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	transition: 0.2s ease-in-out;
	height: 100dvh;
	width: 100%;
	z-index: 99;
}
.c-slots__demo-container.js-active {
	display: flex;
}
.c-slots__demo-controls {
	margin-left: auto;
}
.c-slots__demo-close {
	margin-left: auto;
}
.c-slots__demo-iframe {
	height: calc(
		100dvh - var(--padding-v) * 2 - 8px * 2 - 38px - clamp(38px, 5vw, 57px)
	);
	max-height: 567px;
	width: 100%;
}
.c-slots__demo-play {
	font-size: clamp(16px, 5vw, 18px);
	max-width: 360px;
	width: 100%;
}
@media (min-width: 992px) {
	.c-slots__demo-iframe {
		max-height: 80dvh;
	}
	.c-slots__demo-container {
		top: 0;
		height: 100dvh;
		z-index: 99;
	}
	.c-slots__demo .c-slots__play-btn {
		min-width: 260px;
		text-align: center;
	}
}
