:root {
	--offsets: 30px
}

.BCgame-container {
	max-width: 1440px;
	padding: 0 var(--offsets);
	margin: 0 auto
}

.container-full {
	max-width: 100%
}

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

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #2b2b2b;
	overflow-x: hidden
}

button, input {
	font-family: inherit
}

p {
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	margin-top: 1rem
}

a {
	font-size: inherit;
	font-weight: 700;
	color: #3bc117;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

a:hover {
	text-decoration: none
}

ol, ul {
	font-size: inherit;
	line-height: inherit;
	padding-left: 0;
	margin-top: 1rem
}

.page-main ol:not([class]), .page-main ul:not([class]) {
	list-style: none
}

.page-main ol:not([class]) {
	counter-reset: section
}

.page-main ol:not([class]) li, .page-main ul:not([class]) li {
	position: relative;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit
}

.page-main ol:not([class]) li:not(:last-child), .page-main ul:not([class]) li:not(:last-child) {
	margin-bottom: 12px
}

.page-main ul:not([class]) li {
	padding-left: 12px
}

.page-main ol:not([class]) li {
	padding-left: 20px
}

.page-main ol:not([class]) li::before {
	counter-increment: section;
	content: counter(section) ".";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #3bc117;
}

.page-main ul:not([class]) li::before {
	content: url("data:image/svg+xml;charset=UTF-8,<svg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='1' y='1' width='6' height='6' rx='3' fill='%23181A18' stroke='%233bc117' stroke-width='2'/></svg>");
	position: absolute;
	left: 0;
	top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 8px;
	height: 8px
}

img {
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain
}

h1 {
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 48px;
	line-height: 64px
}

h2 {
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 36px;
	line-height: 44px
}

h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px
}

h4, h5, h6 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px
}

.BCgame-wrapper > .wp-block-table, .BCgame-wrapper > blockquote, .BCgame-wrapper > h1, .BCgame-wrapper > h2, .BCgame-wrapper > h3, .BCgame-wrapper > h4, .BCgame-wrapper > h5, .BCgame-wrapper > h6, .BCgame-wrapper > ol, .BCgame-wrapper > p, .BCgame-wrapper > ul {
	padding: 0 var(--offsets);
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.BCgame-wrapper > ol, .BCgame-wrapper > ul {
	padding-left: 50px
}

.BCgame-wrapper > h1, .BCgame-wrapper > h2, .BCgame-wrapper > h3, .BCgame-wrapper > h4, .BCgame-wrapper > h5, .BCgame-wrapper > h6 {
	border-radius: 3px;
	padding: 16px;
	max-width: 1380px;
	background-color: #2d3035;
	color: #fff;
	margin-bottom: 48px
}

.BCgame-wrapper blockquote, blockquote {
	padding: 1rem var(--offsets) 1rem 2rem;
	border-left: 5px solid var(--main-accent-bg-color);
	background-color: #f0f8ff;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	margin-top: 1rem
}

.BCgame-wrapper > :last-child {
	margin-bottom: 40px
}

table {
	border: 1px solid var(--main-accent-bg-color);
	margin-top: 1rem
}

table th {
	padding: 12px 16px;
	text-align: center;
	background-color: var(--main-accent-bg-color);
	color: #fff
}

table td {
	padding: 12px 16px;
	border: 1px solid var(--main-accent-bg-color)
}

.BCgame-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.BCgame-container .BCgame-container {
	padding-left: 0;
	padding-right: 0
}

.get-image {
	margin: 0;
	line-height: 0
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

body {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.page-404 {
	background-image: url(../images/404.png);
	background-position: -100px
}

.last-modified-date {
	display: inline-block;
	margin: 1rem auto;
	text-align: center;
	width: 100%;
	padding: 10px 30px;
	border-radius: 5px;
	background: #fff;
	background: -o-linear-gradient(150deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, #ccc 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(300deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, #ccc 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
	font-weight: 700
}

.wp-block-table table {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px 1px #d2d2d2 inset;
	box-shadow: 0 0 1px 1px #d2d2d2 inset
}

.wp-block-table .has-fixed-layout th, .wp-block-table th {
	border: none;
	font-weight: 700;
	color: #fff;
	background-color: #2b2b2b;
	word-break: normal
}

.wp-block-table .has-fixed-layout th:not(:last-child), .wp-block-table th:not(:last-child) {
	border-right: 1px solid #d2d2d2
}

.wp-block-table.table-with-image td:first-child {
	position: relative;
	padding-left: 90px;
	min-height: 88px
}

.wp-block-table.table-with-image td:first-child img {
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 72px;
	max-width: 72px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.wp-block-table td {
	border: 1px solid #d2d2d2
}

.wp-block-table .has-fixed-layout td {
	word-break: normal
}

.wp-block-table .has-fixed-layout {
	table-layout: auto
}

.page-footer .BCgame-columns__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.logo-gallery {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}

.logo-gallery__item {
	margin: 0 auto
}

.logo-gallery__item .get-image {
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px
}

.logo-gallery__item .get-image img {
	max-width: 100px;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.scroll-top__button {
	padding: 10px
}

.BCgame-wrapper--first-screen {
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff
}

.BCgame-wrapper--first-screen .BCgame-content-button {
	margin-top: 48px
}

.BCgame-wrapper--first-screen > :last-child {
	margin-bottom: 0
}

.has-scrollbar table {
	position: relative
}

.has-scrollbar table table::after {
	content: "";
	position: absolute;
	top: 1rem;
	bottom: 0;
	width: 56px
}

.accent-button {
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: 0;
	background: 0 0;
	padding: .6rem 1.2rem;
	font-size: 1.2rem;
	font-weight: 300;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms
}

.accent-button.fill-button {
	background: var(--main-accent-bg-color);
	border: 2px solid var(--main-accent-bg-color)
}

.accent-button.fill-button:hover {
	-webkit-filter: brightness(105%);
	filter: brightness(105%)
}

.accent-button.outline-button {
	color: rgba(255, 255, 255, .5);
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .5)
}

.accent-button.outline-button:hover {
	background-color: rgba(255, 255, 255, .1)
}

.BCgame-content-button {
	margin-top: 32px
}

.BCgame-content-button.alight-left {
	text-align: left
}

.BCgame-content-button.align-right {
	text-align: right
}

.BCgame-content-button.align-center {
	text-align: center
}

.page-header {
	background-color: #24262b;
}

.page-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 0
}

.page-header__logo {
	margin-right: 32px;
	max-width: 150px;
	width: 100%
}

.page-header__buttons {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto
}

.page-header__burger {
	display: none;
	margin-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 25px
}

.page-header__burger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 20%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms
}

.page-header__burger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotateZ(45deg);
	-ms-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotateZ(45deg)
}

.page-header__burger.active span:nth-of-type(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotateZ(-45deg)
}

.page-header__button {
	border: 2px solid #f80;
	border-radius: 3px;
	padding: 12px 26px;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer
}

.page-header__button + .page-header__button {
	margin-left: 12px
}

.page-header__button--first {
	background-color: #f80
}

.main-nav__list {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-nav__list > li {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-nav__list > li:not(:last-child) {
	margin-right: 32px
}

.main-nav__list > li:hover .sub-menu {
	opacity: 1;
	pointer-events: auto
}

.main-nav__list > li > span.active__link {
	color: fff;
}

.main-nav__list > li > a, .main-nav__list > li > span {
	padding: 12px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
	color: var(--main-nav-color);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.main-nav .menu-item-has-children {
	position: relative;
	padding-right: 12px
}

.main-nav .menu-item-has-children .sub-menu__arrow {
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -4px
}

.main-nav .menu-item-has-children .sub-menu__arrow svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	max-width: 15px;
	width: 100%;
	height: auto;
	fill: var(--main-accent-bg-color);
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms
}

.main-nav .menu-item-has-children.active {
	border-radius: 3px;
	background-color: #242424
}

.main-nav .menu-item-has-children.active .sub-menu__arrow {
	background-color: #2b2b2b
}

.main-nav .menu-item-has-children.active .sub-menu__arrow svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.main-nav .menu-item-has-children.active > a, .main-nav .menu-item-has-children.active > span {
	padding-left: 12px;
	background-color: #2b2b2b
}

.main-nav .menu-item-has-children.active .sub-menu {
	display: block;
	position: relative;
	opacity: 1;
	pointer-events: auto;
	top: 0;
	margin-top: 0
}

.main-nav .menu-item-has-children.active .sub-menu::before {
	display: none
}

.main-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	border-radius: 3px;
	padding: 8px 16px;
	background-color: #2b2b2b;
	list-style: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
	z-index: 100
}

.main-nav .sub-menu a, .main-nav .sub-menu span {
	display: block;
	padding: 12px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #d2d2d2;
	white-space: nowrap;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.main-nav .sub-menu a:hover, .main-nav .sub-menu span:hover {
	color: var(--main-accent-bg-color)
}

.main-nav .sub-menu span {
	color: #f80
}

.main-nav .sub-menu:hover {
	color: var(--main-accent-bg-color)
}

.BCgame-columns {
	padding: 2rem 0
}

.BCgame-columns__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -1rem
}

.BCgame-columns__container.reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.BCgame-columns__item {
	margin: 1rem
}

.BCgame-columns__item img {
	display: block;
	margin: 0 auto
}

.BCgame-columns.align-center .BCgame-columns__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.BCgame-columns.align-top .BCgame-columns__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.BCgame-columns.align-bottom .BCgame-columns__container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.BCgame-columns.align-stretch .BCgame-columns__container {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.BCgame-columns.col-1 .BCgame-columns__item {
	width: calc(100% - 2rem)
}

.BCgame-columns.col-2 .BCgame-columns__item {
	width: calc(100% / 2 - 2rem)
}

.BCgame-columns.col-3 .BCgame-columns__item {
	width: calc(100% / 3 - 2rem)
}

.BCgame-columns.col-4 .BCgame-columns__item {
	width: calc(100% / 4 - 2rem)
}

.BCgame-columns.col-5 .BCgame-columns__item {
	width: calc(100% / 5 - 2rem)
}

.BCgame-columns.col-6 .BCgame-columns__item {
	width: calc(100% / 6 - 2rem)
}

.wp-block-columns {
	max-width: calc(1380px + var(--offsets) + var(--offsets));
	padding: 2rem var(--offsets);
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	gap: 30px
}

.wp-block-columns .wp-block-column {
	margin: 0
}

.wp-block-columns.col-1 {
	-ms-grid-columns:(1fr) [ 1 ];
	grid-template-columns:repeat(1, 1fr)
}

.wp-block-columns.col-2 {
	-ms-grid-columns:(1fr) [ 2 ];
	grid-template-columns:repeat(2, 1fr)
}

.wp-block-columns.col-3 {
	-ms-grid-columns:(1fr) [ 3 ];
	grid-template-columns:repeat(3, 1fr)
}

.wp-block-columns.col-4 {
	-ms-grid-columns:(1fr) [ 4 ];
	grid-template-columns:repeat(4, 1fr)
}

.wp-block-columns.col-5 {
	-ms-grid-columns:(1fr) [ 5 ];
	grid-template-columns:repeat(5, 1fr)
}

.wp-block-columns.col-6 {
	-ms-grid-columns:(1fr) [ 6 ];
	grid-template-columns:repeat(6, 1fr)
}

.wp-block-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.wp-block-column > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.wp-block-column > :not(:first-child) {
	margin-top: 30px
}

.wp-block-column .row {
	padding: 0
}

.BCgame-columns__container > h1, .BCgame-columns__container > h2, .BCgame-columns__container > h3 {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 16px;
	border-radius: 3px;
	padding: 16px;
	width: 100%;
	text-align: left;
	color: #fff;
	background-color: #2d3035;
}

.BCgame-columns__item--text > :first-child {
	margin-top: 0
}

.icon-blocks {
	padding: 2rem 0
}

.icon-blocks__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.icon-blocks__item {
	background-color: var(--main-accent-bg-color);
	width: calc(100% / 6);
	padding: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff
}

.icon-blocks__item:hover .icon-blocks__image {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.icon-blocks__image {
	text-align: center;
	margin-top: 2rem;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms
}

.icon-blocks__image img {
	max-width: 100px
}

.icon-blocks__content {
	text-align: center;
	margin: 1rem 0 0;
	color: #fff;
	font-size: .9rem
}

.BCgame-review {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 1rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.BCgame-review__text {
	margin-top: 0;
	color: rgba(33, 33, 33, .7);
	font-weight: 500;
	margin-bottom: .5rem
}

.BCgame-review__user {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.BCgame-review__user-image {
	max-width: 60px;
	border-radius: 50%
}

.BCgame-review__user-name {
	margin-top: 0;
	margin-left: 1rem;
	color: #6ec1e4;
	font-size: 1.1rem;
	font-weight: 600
}

.BCgame-show-posts {
	background: #fbfbfb
}

.BCgame-show-posts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 10px;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
	background-color: #fff
}

.BCgame-show-posts__item:hover {
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.BCgame-show-posts__item:hover .show-posts__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.BCgame-show-posts__image {
	height: 150px;
	overflow: hidden
}

.BCgame-show-posts__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms
}

.BCgame-show-posts__title {
	color: var(--main-accent-bg-color);
	margin-top: 1rem;
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 1.7rem
}

.BCgame-show-posts__text {
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0 10px
}

.BCgame-show-posts__link {
	text-decoration: underline;
	color: var(--main-accent-bg-color);
	margin-top: auto;
	padding: 0 10px
}

.BCgame-show-posts__hidden-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2
}

.video {
	max-width: 650px
}

.video.align-center {
	margin: 0 auto
}

.video.align-right {
	margin-left: auto
}

.video__container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000
}

.video__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: 0 0;
	border: none
}

.video__button-shape {
	fill: #212121;
	fill-opacity: .8
}

.video__button-icon {
	fill: #fff
}

.video__button:focus {
	outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
	fill: red;
	fill-opacity: 1
}

.video__button:hover {
	cursor: pointer
}

.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.page-footer--enable-mobile-button {
	padding-bottom: 50px
}

.page-footer__nav {
	padding: 15px 0;
	margin: 0 auto;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.page-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__other-links {
	width: 100%;
    display: flex;
    justify-content: center;
    margin: 24px 0 24px;
    gap: 16px;
	list-style: none;
}

.page-footer__list li:not(:last-child) {
	margin-right: 25px
}

.page-footer__list a, .page-footer__list span {
	font-size: 1.1rem;
	font-weight: 300;
	color: var(--main-nav-color);
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.page-footer__list a:hover, .page-footer__list span:hover {
	color: var(--main-accent-bg-color)
}

.page-footer__list .sub-menu {
	margin: .2rem 0
}

.page-footer__text {
	color: var(--main-nav-color);
	font-weight: 300;
	font-size: .9rem;
	line-height: 1.4rem
}

.page-footer .columns__item > * {
	margin-bottom: 1rem
}

.page-footer .columns__item > :first-child {
	margin-top: 0
}

.page-footer .columns__item * {
	color: var(--main-nav-color)
}

.BCgame-faq__item {
	border-top: 1px solid #ffffff12;
}

.BCgame-faq__item:not(:last-child) {
	margin-bottom: 0
}

.BCgame-faq__details {
	padding: 20px 0;
	outline: 0
}

.BCgame-faq__details[open] .BCgame-faq__question svg {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.BCgame-faq__question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	font-family: inherit;
	color: var(--color-font-dark);
	cursor: pointer;
	outline: 0
}

.BCgame-faq__question svg {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-left: 30px;
	fill: #fff;
	z-index: 10;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 32px;
	width: 32px
}

.BCgame-faq__question::-webkit-details-marker {
	display: none
}

.BCgame-faq__answer {
	padding: 16px 0 0
}

.BCgame-faq__answer * {
	margin-top: .8rem;
	font-family: inherit;
	font-style: normal;
	font-size: inherit;
	line-height: inherit
}

.BCgame-faq__answer :first-child {
	margin-top: 0
}

.BCgame-toc {
	display: inline-block;
	width: 100%;
	padding: 16px;
	background: #2d3035;
	border-radius: 3px;
}

.BCgame-toc.active .BCgame-toc__list {
	margin-top: 8px;
	max-height: 100%
}

.BCgame-toc.active .BCgame-toc__title::after {
	-webkit-transform: translateY(-50%) rotateZ(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotateZ(180deg)
}

.BCgame-toc__title {
	position: relative;
	display: inline-block;
	margin: 0;
	color: #fff;
	cursor: pointer
}

.BCgame-toc__title::after {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
	width: 32x;
	height: 32px;
	content: url("data:image/svg+xml;charset=UTF-8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='32' height='32' rx='3' fill='%23ffffff'/><path d='M21 18.5L16 13.5L11 18.5' stroke='%23181A18' stroke-width='2' stroke-linecap='square'/><path d='M21 18.5L16 13.5L11 18.5' stroke='%23181A18' stroke-width='2' stroke-linecap='square'/></svg>")
}

.BCgame-toc__list {
	height: auto;
	max-height: 0;
	overflow: hidden;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.BCgame-toc__item {
	margin-top: 12px
}

.BCgame-toc__item:not(:last-child) {
	margin-right: 12px
}

.BCgame-toc__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: #2b2b2b;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.BCgame-toc__link .get-image {
	margin-right: 4px
}

.BCgame-toc__link .get-image img {
	max-height: 20px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.page-single {
	max-width: 1440px;
	margin: 0 auto 3rem;
	padding: 0 10px
}

.breadcrumbs {
	background-color: #2b2b2b;
	padding: 16px 0
}

.breadcrumbs__list {
	list-style: none;
	margin-top: 0;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px
}

.breadcrumbs__current, .breadcrumbs__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #d2d2d2;
	text-decoration: none
}

a.breadcrumbs__link:hover {
	color: #f80;
	text-decoration: none
}

.breadcrumbs__separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.BCgame-promocode {
	padding: 1rem 0
}

.BCgame-promocode__container {
	max-width: 670px;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 1rem 2rem
}

.BCgame-promocode__title {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.6rem;
	text-align: center
}

.BCgame-promocode__controls {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 3px;
	background-color: #fff;
	border-radius: 8px
}

.BCgame-promocode__value {
	font-size: 2rem;
	font-weight: 700;
	margin-left: 10%
}

.BCgame-promocode__button {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	outline: 0;
	text-decoration: none;
	text-align: center;
	padding: .6rem 1rem;
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	border-radius: 7px;
	background-color: var(--main-accent-bg-color);
	border: 2px solid var(--main-accent-bg-color);
	cursor: pointer
}

.BCgame-promocode__button:hover {
	background-color: #fff;
	color: var(--main-accent-bg-color)
}

.BCgame-promocode__text {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	text-align: center
}

.BCgame-promocode__bottom {
	display: block;
	margin: 1.2rem auto 0;
	max-width: 300px;
	width: 100%;
	padding: .6rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	outline: 0;
	text-align: center;
	text-decoration: none;
	background-color: #f23e71;
	border: 2px solid #f23e71;
	border-radius: 7px;
	cursor: pointer
}

.BCgame-promocode__bottom:hover {
	background-color: #fff;
	color: #f23e71
}

.mobile-button {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10
}

.mobile-button .mobile-button__control {
	border: none;
	border-radius: 3px;
	padding: 12px;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	background-color: #f80;
	color: #fff
}

.mobile-button__container {
	padding: 10px 1rem
}

.mobile-button__control {
	display: block;
	width: 100%
}

.BCgame-slots {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	height: 100%
}

.BCgame-slots__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.BCgame-slots__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.BCgame-slots__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5
}

.BCgame-slots__title {
	color: #fff
}

.BCgame-slots .BCgame-slots__button {
	width: 100%;
	padding: 12px;
}

.BCgame-slots__text {
	color: #fff;
	font-size: .9rem;
	text-align: center;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 5px
}

.BCgame-background-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.BCgame-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 1rem;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	border-radius: 10px;
	height: 100%
}

.BCgame-advantages__image {
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.BCgame-advantages__title {
	margin-top: 1rem
}

.rating {
	padding: 1rem 0
}

.rating__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.rating__item {
	font-size: 1.3rem;
	padding: 0 .2rem;
	color: #888
}

.BCgame-difference__element {
	padding: 1rem;
	border: 1px solid var(--main-accent-bg-color);
	border-radius: 10px
}

.BCgame-difference__list {
	list-style: none;
	padding-left: 0
}

.BCgame-difference__item {
	margin: 1rem 0;
	padding-left: 25px;
	position: relative
}

.BCgame-difference__item::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.BCgame-difference__item_plus::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)
}

.BCgame-difference__item_minus::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)
}

.comments {
	margin: 2rem -10px -10px
}

.comments .comment {
	margin: 10px
}

.comments .comment__author {
	font-size: 1.2rem;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0
}

.comments .comment__date {
	font-size: .9rem;
	margin-left: 15px;
	color: #a2a2a2
}

.comments .comment__content {
	padding: 10px 0 0 10px;
	margin-left: 10px;
	border-left: 1px solid var(--main-accent-bg-color);
	margin-top: 0;
	font-size: 1rem;
	font-weight: 300
}

.comments .comment__karma {
	margin-left: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comments .comment__karma .karma__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px;
	cursor: pointer;
	outline: 0;
	border: none;
	width: 15px;
	height: 15px;
	line-height: 16px;
	border-radius: 50%;
	color: #fff;
	opacity: .1
}

.comments .comment__karma .karma__control.decrease {
	background-color: #dc3545
}

.comments .comment__karma .karma__control.increase {
	background-color: #28a745
}

.comments .comment__karma .karma__control:hover {
	opacity: 1
}

.comments .comment__karma .value {
	font-size: 1rem;
	font-weight: 300;
	color: #a2a2a2
}

.comments .comment__reply {
	background-color: transparent;
	border: none;
	outline: 0;
	cursor: pointer;
	color: #888
}

.comments .comment__child {
	padding-left: 20px;
	position: relative
}

.comment-footer {
	margin-top: 2rem
}

.comment-form-footer {
	margin: 3rem 0
}

.comment-form__title {
	text-align: center
}

.comment-form__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto 0;
	max-width: 700px
}

.comment-form__field {
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	outline: 0;
	font-size: 1rem;
	font-weight: 300;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms
}

.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {
	border: 1px solid var(--main-accent-bg-color)
}

.comment-form__field.error {
	border: 1px solid #dc3545;
	background-color: rgba(220, 53, 69, .05)
}

.comment-form__input {
	width: calc(100% / 2 - 20px);
	margin: 10px
}

.comment-form__textarea {
	width: calc(100% - 20px);
	margin: 10px;
	min-height: 100px
}

.comment-form__button {
	margin: 10px
}

.comment-form__alert {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: .8rem;
	font-weight: 300;
	color: #000;
	opacity: 0;
	-webkit-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	display: block;
	text-align: center;
	width: calc(100% - 20px)
}

.comment-form__alert.error {
	opacity: 1;
	color: #dc3545
}

.comment-form__alert.success {
	opacity: 1;
	color: #28a745
}

.page-404__title {
	text-align: center;
	font-size: 5rem;
	margin-top: 2rem
}

.page-404__subtitle {
	text-align: center;
	font-size: 2rem;
	font-weight: 300;
	margin-top: 2rem
}

.page-404__link {
	margin: 2rem 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.scroll-top {
	position: fixed;
	bottom: 70px;
	right: 15px;
	z-index: 100
}

.scroll-top__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background-color: var(--main-accent-bg-color);
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-size: 20px
}

@font-face {
	font-family: PF_Kids_Pro;
	font-style: normal;
	font-weight: 400;
	src: local(""), url(../fonts/PF_Kids_Pro.woff2) format("woff2")
}

.slider__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.slider__content {
	margin: 1rem auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.slider__title {
	font-family: PF_Kids_Pro, sans-serif;
	font-weight: 400;
	font-size: 4rem;
	line-height: 4.2rem;
	color: #202021;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: right
}

.slider__button {
	font-size: 1.2rem;
	padding: 1rem 6rem;
	border-radius: 31px;
	height: 67px;
	background: #03a528;
	border: 3px solid #03a528;
	margin-left: 4rem
}

.slider__button:hover {
	background: #fff;
	color: #03a528
}

.slider .swiper-pagination {
	position: relative;
	bottom: 0
}

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 400px;
	height: 10px;
	background-image: url(data:image/png;base64,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);
	background-repeat: repeat-x
}

.slider .swiper-pagination::before {
	left: calc(50% - 35px);
	-webkit-transform: translateY(-50%) translateX(-100%);
	-ms-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%)
}

.slider .swiper-pagination::after {
	right: calc(50% - 35px);
	-webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);
	transform: translateY(-50%) translateX(100%) rotateX(180deg)
}

.small-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.small-icons__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 150px;
	flex: 1 1 150px;
	padding: 1rem 2rem;
	position: relative
}

.small-icons__item:not(:last-of-type):after {
	content: "";
	position: absolute;
	top: calc(50% - .5rem);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	border-left: 1px dotted #cdcdcd
}

.small-icons__item a {
	text-decoration: none
}

.small-icons__image {
	width: 35px;
	height: 35px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #0083c3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto
}

.small-icons__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.small-icons__text {
	text-align: center;
	margin-top: 5px;
	font-weight: 600;
	text-decoration: none;
	color: #0083c3;
	font-size: 1rem
}

.BCgame-author-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1rem 0
}

.BCgame-author-block_outlined {
	border: 1px solid var(--main-accent-bg-color);
	padding: 1rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 1rem
}

.BCgame-author-block__avatar {
	width: 60px;
	height: 60px
}

.BCgame-author-block__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.BCgame-author-block__avatar_scaled {
	width: 150px;
	height: 150px
}

.BCgame-author-block__content {
	margin-left: 1rem;
	max-width: 600px
}

.BCgame-author-block__name {
	font-size: 1rem;
	font-weight: 600
}

.BCgame-author-block__description {
	font-size: .9rem;
	font-weight: 300;
	opacity: .8;
	margin-top: .5rem
}

.BCgame-author-block__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin: .5rem -5px -5px
}

.BCgame-author-block__social li {
	width: 25px;
	height: 25px;
	margin: 5px
}

.BCgame-author-block__social li:hover {
	opacity: .7
}

.shared-items {
	margin: 2rem 0
}

.shared-items__title {
	margin: 15px 10px;
	font-size: 1.2rem;
	font-weight: 600
}

.shared-items__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -2px;
	padding-left: 0
}

.shared-items__item {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 150px;
	flex: 1 1 150px;
	margin: 2px
}

.shared-items__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 .5rem;
	background-color: #f1f1f1;
	border-radius: 10px
}

.shared-items__link svg {
	width: 30px;
	height: 30px
}

#cookie-law-div {
	z-index: 10000000;
	position: fixed;
	bottom: 3%;
	right: 2%;
	padding: 1em;
	max-width: 400px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	font-size: 15px;
	-webkit-box-shadow: rgba(23, 43, 99, .4) 0 7px 28px;
	box-shadow: rgba(23, 43, 99, .4) 0 7px 28px
}

#cookie-law-div a {
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, .5)
}

#cookie-law-div a:hover {
	opacity: .7
}

#cookie-law-div p {
	margin: 0;
	color: #000;
	padding-right: 50px
}

#cookie-law-div button {
	height: 20px;
	width: 20px;
	position: absolute;
	right: .5em;
	top: 20px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	line-height: 1;
	color: #fff;
	background-color: #000;
	border: none;
	opacity: .6;
	font-size: 12px;
	cursor: pointer;
	border-radius: 50px
}

#cookie-law-div button:hover {
	opacity: 1
}

.acceptButton {
	width: 113px !important;
	background-color: green !important;
	top: 124px !important
}

.social {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social__item:not(:last-child) {
	margin-right: 25px
}

.social__link img {
	width: 25px;
	height: 25px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.video-v2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.video-v2__container {
	position: relative;
	width: 100%;
	max-width: 800px
}

.video-v2.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.video-v2.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-v2.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.video-v2__player {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 16/9
}

.video-v2__button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.video-v2._active .video-v2__button {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.video-v2._active .video-v2__player {
	cursor: pointer
}

.video-v2__button-shape {
	fill: rgba(0, 0, 0, .6)
}

.video-v2__button-icon {
	fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
	fill: red
}

.video-v2__button svg path {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.screenshot-gallery__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.screenshot-gallery__item:not(:last-child) {
	margin-right: 10px
}

.gbtn {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background-color: rgba(204, 204, 204, .3) !important
}

.how-to {
	padding-top: 24px
}

.how-to__list {
	list-style: none;
	margin: 0;
	padding: 0
}

.how-to__item {
	position: relative;
	border: 2px solid #d2d2d2;
	border-radius: 3px;
	padding: 32px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns:(1fr) [ 2 ];
	grid-template-columns:repeat(2, 1fr);
	gap: 20px
}

.how-to__item:not(:last-child) {
	margin-bottom: 60px
}

.how-to__item:not(:last-child)::after {
	position: absolute;
	bottom: -24px;
	left: 76px;
	width: 18px;
	height: 24px;
	content: url("data:image/svg+xml;charset=UTF-8,<svg width='16' height='24' viewBox='0 0 16 24' fill='none' xmlns='https://www.w3.org/2000/svg'><rect x='7' width='2' height='12' fill='%23762E56'/><path d='M8 24L1.0718 12L14.9282 12L8 24Z' fill='%23762E56'/></svg>")
}

.how-to__item-label {
	position: absolute;
	top: 0;
	left: 32px;
	border-radius: 3px;
	padding: 8px 16px;
	background-color: #181a18;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.how-to__item-label-counter {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #fff
}

.how-to__item-title {
	margin: auto 0 0
}

.how-to__item-image {
	-ms-grid-row-span: 2;
	grid-row: span 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.how-to__item-content * {
	font-size: 16px !important;
	line-height: 24px !important
}

.how-to__item-subtitle {
	margin-top: 0;
	font-size: 16px !important;
	line-height: 24px !important
}

.how-to__cta-button {
	margin-top: 32px;
}

.aviator-block {
	padding-top: 48px;
	padding-bottom: 80px;
	background-color: #1a1b1a
}

.aviator-block__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 328px;
	grid-template-columns:1fr 328px;
	gap: 32px 20px
}

.aviator-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-column: 1/-1;
	margin: 0 0 -20px;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.aviator-block__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	color: #d2d2d2;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.aviator-block__logo {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.aviator-block__game {
	display: -ms-grid;
	display: grid;
	overflow: hidden;
	border-radius: 3px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.aviator-block__game-box {
	aspect-ratio: 16/9;
	background-color: #111
}

.aviator-block__game-box .get-image {
	height: 100%
}

.aviator-block__game-box img {
	max-width: 100%;
	height: 100%
}

.aviator-block__game-iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.aviator-block__game-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px;
	background-color: #2b2b2b
}

.aviator-block__affiliate-link {
	border: 2px solid #f80;
	border-radius: 3px;
	padding: 12px 26px;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #f80;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer
}

.aviator-block__affiliate-link:hover {
	background-color: transparent
}

.aviator-block__game-rating {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #d2d2d2;
	font-size: 14px;
	line-height: 24px
}

.aviator-block__game-rating strong {
	padding-right: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 24px
}

.aviator-block__game-rating span {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #f80
}

.aviator-block__game-box {
	position: relative;
	grid-column: 1/-1
}

.aviator-block__demo-link {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #f80;
	border-radius: 3px;
	padding: 12px 26px;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer
}

.aviator-block__demo-link:hover {
	background-color: #f80
}

.aviator-block__game-footer {
	display: none
}

.aviator-block__parametrs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 3px;
	padding: 14px;
	background-color: #2b2b2b;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.aviator-block__table-parametrs {
	margin: 0;
	border: none;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.aviator-block__table-parametrs td {
	border: none;
	padding: 10px
}

.aviator-block__table-parametrs td:nth-child(1) {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff
}

.aviator-block__table-parametrs td:nth-child(2) {
	font-size: 14px;
	line-height: 24px;
	color: #d2d2d2;
	text-align: right
}

.partners.swiper {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #111
}

.partners__title {
	margin-bottom: 12px;
	color: #fff;
	text-align: center
}

.partners__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}

.partners__list-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.partners__list-item .get-image {
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.tabs {
	overflow: hidden
}

.tabs__container {
	overflow: auto
}

.tabs__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	list-style: none;
	overflow: auto;
	margin: 0 0 -1px;
	padding: 0
}

.tabs__header-button {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	outline: 0;
	border: none;
	border-radius: 3px 3px 0 0;
	padding: 12px 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	background-color: #ededed;
	color: #181a18;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	cursor: pointer
}

.tabs__header-button:not(:last-child) {
	margin-right: 4px
}

.tabs__header-button.active, .tabs__header-button:hover {
	color: #fff;
	background-color: #181a18
}

.tabs__list {
	list-style: none;
	margin: 0;
	border-style: solid;
	border-width: 0 2px 2px;
	border-color: var(--bg-table);
	background-color: #fff
}

.tabs__content {
	list-style: none;
	margin: 0;
	padding: 0
}

.tabs__content .BCgame-columns {
	padding: 1rem 0
}

.tabs__content .BCgame-columns__container > h1, .tabs__content .BCgame-columns__container > h2, .tabs__content .BCgame-columns__container > h3 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 8px
}

.tabs__item > :first-child {
	margin-top: 0
}

.tabs__item > :last-child {
	margin-bottom: 0
}

.table-image {
	overflow: auto
}

.table-image__table {
	overflow: hidden;
	border-collapse: collapse;
	border-radius: 3px;
	width: 100%;
	-webkit-box-shadow: 0 0 1px 1px #d2d2d2 inset;
	box-shadow: 0 0 1px 1px #d2d2d2 inset
}

.table-image__table th {
	border: 1px solid #2b2b2b;
	border-bottom: none;
	padding: 8px;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background-color: #2b2b2b
}

.table-image__table th:not(:last-child) {
	border-right: 1px solid #d2d2d2
}

.table-image__cell {
	border: 1px solid #d2d2d2;
	padding: .5em;
	min-width: 240px
}

.table-image__cell > :first-child {
	margin-top: 0
}

.table-image__cell-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.table-image__cell-wrapper .get-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px
}

.table-image__cell-wrapper .get-image img {
	width: 100%;
	height: auto;
	max-width: 80px;
	-o-object-fit: contain;
	object-fit: contain
}

.table-image__table tr:first-child td:first-child {
	border-top-left-radius: 12px
}

.table-image__table tr:first-child td:last-child {
	border-top-right-radius: 12px
}

.payments-table {
	overflow: auto;
	padding-bottom: 4px
}

.payments-table__table {
	overflow: hidden;
	margin: 1rem auto 0;
	border-collapse: collapse;
	border-radius: 3px;
	width: 100%;
	-webkit-box-shadow: 0 0 1px 1px #d2d2d2 inset;
	box-shadow: 0 0 1px 1px #d2d2d2 inset
}

.payments-table__table th {
	border: 1px solid #2b2b2b;
	border-bottom: none;
	padding: 16px 12px;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background-color: #2b2b2b
}

.payments-table__table th:not(:last-child) {
	border-right: 1px solid #d2d2d2
}

.payments-table__cell {
	border: 1px solid #d2d2d2;
	padding: 16px 12px
}

.payments-table__cell--2 {
	text-align: right
}

.payments-table__cell--1[colspan="2"] {
	text-align: center
}

.payments-table__cell-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 700
}

.payments-table__cell-wrapper .get-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px
}

.payments-table__cell-wrapper .get-image img {
	width: 100%;
	height: auto;
	max-width: 72px;
	-o-object-fit: contain;
	object-fit: contain
}

@media (hover: hover), screen and (min-width: 0\0
) {
	.BCgame-toc__link:focus, .BCgame-toc__link:hover {
		color: var(--main-accent-bg-color)
	}

	.social__link:focus img, .social__link:hover img {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}

	.gbtn:focus, .gbtn:hover {
		background-color: #ccc !important
	}
}

@media (min-width: 1023px) {
	.main-nav .menu-item-has-children:hover .sub-menu__arrow svg {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

@media (min-width: 1024px) {
	.main-nav .menu-item-has-children .sub-menu__arrow {
		pointer-events: none
	}
}

@media (max-width: 1390px) {
	.BCgame-wrapper > h1, .BCgame-wrapper > h2, .BCgame-wrapper > h3, .BCgame-wrapper > h4, .BCgame-wrapper > h5, .BCgame-wrapper > h6 {
		margin-bottom: 32px;
		border-radius: 0
	}

	.BCgame-columns__container > h1, .BCgame-columns__container > h2, .BCgame-columns__container > h3 {
		border-radius: 0;
		margin-left: calc(0px - var(--offsets));
		margin-right: calc(0px - var(--offsets));
		width: calc(100% + 2 * var(--offsets));
		padding-left: calc(var(--offsets) + 1rem);
		padding-right: calc(var(--offsets) + 1rem)
	}

	.tabs__content .BCgame-columns__container > h1, .tabs__content .BCgame-columns__container > h2, .tabs__content .BCgame-columns__container > h3 {
		border-radius: 0 3px 3px;
		padding: 16px;
		max-width: 1440px;
		margin-left: 1rem;
		margin-right: 1rem
	}
}

@media (max-width: 1390px) and (max-width: 767px) {
	.tabs__content .BCgame-columns__container > h1, .tabs__content .BCgame-columns__container > h2, .tabs__content .BCgame-columns__container > h3 {
		border-radius: 3px
	}
}

@media (max-width: 1300px) {
	.BCgame-columns.col-6 .BCgame-columns__item {
		width: calc(100% / 5 - 2rem)
	}

	.wp-block-columns.col-6 {
		-ms-grid-columns:(1fr) [ 5 ];
		grid-template-columns:repeat(5, 1fr)
	}
}

@media screen and (max-width: 1200px) {
	:root {
		--offsets: 20px
	}
}

@media (max-width: 1200px) {
	.BCgame-columns.col-5 .BCgame-columns__item, .BCgame-columns.col-6 .BCgame-columns__item {
		width: calc(100% / 4 - 2rem)
	}

	.wp-block-columns.col-5, .wp-block-columns.col-6 {
		-ms-grid-columns:(1fr) [ 4 ];
		grid-template-columns:repeat(4, 1fr)
	}
}

@media (max-width: 1050px) {
	.wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
		-ms-grid-columns:(1fr) [ 3 ];
		grid-template-columns:repeat(3, 1fr)
	}
}

@media (max-width: 1024px) {
	.page-header__container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: var(--offsets) 0;
		position: relative
	}

	.page-header__logo {
		max-width: 100px
	}

	.page-header__nav {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.page-header__buttons {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.page-header__burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.main-nav {
		margin-left: calc(-100vw / 2 + 100% / 2) !important;
		margin-right: calc(-100vw / 2 + 100% / 2) !important;
		max-width: 100vw !important;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: var(--header-bg-color);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 250ms;
		-o-transition: opacity 250ms;
		transition: opacity 250ms
	}

	.main-nav.active {
		opacity: 1;
		pointer-events: auto;
		z-index: 9999
	}

	.main-nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 1rem
	}

	.main-nav__list > li {
		width: 100%
	}

	.main-nav__list > li > a, .main-nav__list > li > span {
		display: block;
		width: 100%
	}

	.main-nav .menu-item-has-children {
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.main-nav .menu-item-has-children > a, .main-nav .menu-item-has-children > span {
		width: calc(100% - 40px)
	}

	.main-nav .menu-item-has-children .sub-menu__arrow {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		pointer-events: auto;
		padding: 14px;
		width: 40px;
		height: 40px
	}

	.main-nav .sub-menu {
		display: none;
		width: 100%;
		background-color: transparent
	}
}

@media (max-width: 1023px) {
	.page-header__buttons {
		margin: 0 auto
	}

	.main-nav__list > li:not(:last-child) {
		margin: 0 0 4px
	}

	.BCgame-columns.col-2 .BCgame-columns__item {
		width: calc(100% - 2rem)
	}

	.aviator-block__description {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.aviator-block__game {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		grid-column: 1/-1
	}

	.aviator-block__parametrs {
		grid-column: 1/-1
	}

	.table-image__table th:first-child {
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content
	}

	.payments-table__table th:first-child {
		min-width: 240px
	}
}

@media (max-width: 1000px) {
	.BCgame-columns.col-3 .BCgame-columns__item {
		width: calc(100% / 2 - 2rem)
	}

	.BCgame-columns.col-4 .BCgame-columns__item, .BCgame-columns.col-5 .BCgame-columns__item, .BCgame-columns.col-6 .BCgame-columns__item {
		width: calc(100% / 3 - 2rem)
	}

	.icon-blocks__item {
		width: calc(100% / 3)
	}
}

@media screen and (max-width: 900px) {
	:root {
		--offsets: 16px
	}
}

@media (max-width: 900px) {
	.wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
		-ms-grid-columns:(1fr) [ 2 ];
		grid-template-columns:repeat(2, 1fr)
	}
}

@media (max-width: 800px) {
	.BCgame-columns__container > h1, .BCgame-columns__container > h2, .BCgame-columns__container > h3 {
		margin-bottom: 8px
	}

	.BCgame-columns__item--image {
		order: 3
	}

	.BCgame-columns__item--text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 34px;
		line-height: 48px
	}

	h2 {
		font-size: 26px;
		line-height: 32px
	}

	h3 {
		font-size: 24px;
		line-height: 32px
	}

	h4, h5, h6 {
		font-size: 20px;
		line-height: 28px
	}

	.BCgame-wrapper > h1, .BCgame-wrapper > h2, .BCgame-wrapper > h3, .BCgame-wrapper > h4, .BCgame-wrapper > h5, .BCgame-wrapper > h6 {
		margin-bottom: 24px
	}

	.BCgame-wrapper > :last-child {
		margin-bottom: 30px
	}

	.logo-gallery__item .get-image img {
		max-width: 50px
	}

	.BCgame-wrapper--first-screen {
		padding-top: 0;
		padding-bottom: 50px
	}

	.BCgame-wrapper--first-screen .BCgame-content-button {
		margin-top: 32px
	}

	.BCgame-wrapper--first-screen > :last-child {
		margin-bottom: 0
	}

	.BCgame-columns {
		padding: 1rem 0
	}

	.BCgame-columns__item {
		margin: .5rem 1rem
	}

	.BCgame-columns__container > h1, .BCgame-columns__container > h2, .BCgame-columns__container > h3 {
		width: calc(100% + var(--offsets))
	}

	.page-footer__list a, .page-footer__list span {
		padding: 5px
	}

	.BCgame-faq__question {
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
		font-size: 20px;
		line-height: 28px
	}

	.BCgame-toc.active .BCgame-toc__list {
		margin-top: 12px
	}

	.BCgame-toc__title::after {
		display: inline-block
	}

	.BCgame-toc__title {
		width: 100%;
		margin: 0
	}

	.BCgame-toc__list {
		width: 100%
	}

	.BCgame-toc__list.vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.BCgame-toc__list.vertical .BCgame-toc__item {
		width: 100%
	}

	.BCgame-toc__list.vertical .BCgame-toc__item:not(:last-child) {
		margin-right: 0
	}

	.BCgame-toc__link {
		width: 100%;
		text-align: center
	}

	.mobile-button {
		display: block
	}

	.screenshot-gallery__list {
		width: 100%;
		max-width: 980px;
		overflow-x: auto
	}

	.screenshot-gallery__item {
		min-width: 300px;
		max-width: 325px
	}

	.how-to__item:not(:last-child)::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.how-to__item:not(:last-child) {
		margin-bottom: 50px
	}

	.how-to__item {
		-ms-grid-columns: 1fr;
		grid-template-columns:1fr;
		padding: 32px 16px 16px
	}

	.how-to__item-label {
		left: 16px;
		right: 16px;
		padding: 4px;
		text-align: center
	}

	.how-to__item-label-counter {
		font-size: 18px;
		line-height: 24px
	}

	.how-to__item-image {
		grid-row: auto
	}

	.aviator-block {
		padding-top: 24px;
		padding-bottom: 24px;
		background: #1a1b1a !important
	}

	.aviator-block__container {
		-ms-grid-columns: 1fr;
		grid-template-columns:1fr;
		gap: 12px
	}

	.aviator-block__title {
		margin-bottom: 8px
	}

	.aviator-block__description {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.aviator-block__logo {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-bottom: 12px
	}

	.aviator-block__game-box {
		aspect-ratio: auto;
		min-height: 480px
	}

	.aviator-block__game-header {
		padding: 12px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.aviator-block__game-header .aviator-block__affiliate-link {
		display: none
	}

	.aviator-block__game-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 8px;
		background-color: #2b2b2b
	}

	.aviator-block__parametrs {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 20px
	}

	.tabs__header {
		margin: 0 0 4px;
		overflow: auto
	}

	.tabs__header-button:not(:last-child) {
		border-radius: 3px
	}
}

@media (max-width: 750px) {
	.BCgame-columns.col-3 .BCgame-columns__item {
		width: calc(100% - 2rem)
	}

	.BCgame-columns.col-4 .BCgame-columns__item, .BCgame-columns.col-5 .BCgame-columns__item, .BCgame-columns.col-6 .BCgame-columns__item {
		width: calc(100% / 2 - 2rem)
	}

	.wp-block-columns.col-2, .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
		-ms-grid-columns: 1fr;
		grid-template-columns:1fr
	}
}

@media (max-width: 700px) {
	.slider__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.slider__title {
		text-align: center
	}

	.slider__button {
		margin-left: 0;
		margin-top: 1rem
	}
}

@media screen and (max-width: 700px) {
	#cookie-law-div p {
		padding-bottom: 36px
	}

	.acceptButton {
		left: calc(50% - 60px)
	}
}

@media (max-width: 650px) {
	.main-nav .sub-menu {
		max-width: 100%
	}

	.icon-blocks__item {
		width: calc(100% / 2)
	}
}

@media (max-width: 600px) {
	.page-header__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.page-header__buttons {
		margin-top: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.page-header__burger {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.page-header__button {
		padding: 12px 5px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.BCgame-promocode__controls {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.BCgame-promocode__button {
		max-width: none;
		margin-top: .5rem
	}

	.BCgame-promocode__text {
		margin-left: 0;
		text-align: center
	}

	#cookie-law-div {
		border-radius: 0;
		max-width: 100%;
		right: 0;
		bottom: 0
	}
}

@media screen and (max-width: 600px) {
	.acceptButton {
		top: 100px !important
	}

	#cookie-law-div p {
		padding-bottom: 50px
	}
}

@media (max-width: 575px) {
	.how-to__cta-button {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.BCgame-columns.col-4 .BCgame-columns__item, .BCgame-columns.col-5 .BCgame-columns__item, .BCgame-columns.col-6 .BCgame-columns__item {
		width: calc(100% - 2rem)
	}

	.page-footer__logo {
		text-align: center
	}
}

@media (max-width: 500px) {
	.comment-form__button, .comment-form__input {
		width: calc(100% - 20px)
	}
}

@media screen and (max-width: 400px) {
	.acceptButton {
		top: 127px !important
	}
}

/* fix */
body.page,
body.post {
	background-color: #24262b;
	color: #fff;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #ccc;
	border: 1px solid #fff;
	height: 20%;
}

.main-nav__list > li > a,
.main-nav__list > li > span {
	color: #fff;
}

.main-nav__list > li > span.active__link,
.main-nav .sub-menu li > span,
.page-footer__list .active__link {
	color: #fff;
}

.page-footer__list .active__link {
	color: #fff;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu span:hover {
	color: #fff;
}

.page-header__buttons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.page-header__button + .page-header__button {
	margin: 0;
}

.page-header__button {
	border: none;
	background-color: #0e684e;
	border-radius: 0;
	color: #fff;
}

.page-header__button:hover {
	background-color: #126e51;
}

@media (max-width: 1024px) {
	.main-nav {
		background-color: #2b2b2b;
	}
}

.BCgame-toc__title {
	color: #222;
}

.BCgame-toc__item {
	margin-top: 0;
}

.BCgame-toc__item:not(:last-child) {
	margin: 0;
}

.BCgame-toc__list {
	gap: 12px;
}

.BCgame-toc__link {
	color: #ccc;
}

.BCgame-toc__link:hover {
	color: #fff;
}

.how-to__item-label {
	border-radius: 0;
	background-color: #3bc117;
	border-radius: 4px;
}

.how-to__item {
	border-radius: 4px;
	border-color: #3bc117;
}

a.breadcrumbs__link:hover {
	color: #fff;
}

.page-footer__logo img {
	max-height: 40px;
	object-fit: contain;
}

.page-footer__list a,
.page-footer__list span {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}

.scroll-top__button {
	border-radius: 0;
	background-color: #25d366;
}

.scroll-top {
	bottom: 80px;
	right: 0;
}

.BCgame-slots {
	min-height: auto;
	background-color: #2d3035;
	border-radius: 3px;
}

.BCgame-slots__title {
	margin-top: 8px;
	color: #fff;
	font-weight: 700;
}

.BCgame-promocode__container {
	background-color: #bbb;
}

.BCgame-promocode__title {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.BCgame-promocode__bottom {
	margin-top: 8px;
	border: none;
	background-color: #0e684e;
	border-radius: 0;
	color: #fff;
	padding: 12px 26px;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

.BCgame-promocode__bottom:hover {
	background-color: #126e51;
}

.BCgame-promocode__controls {
	border-radius: 2px;
	align-items: center;
}

.BCgame-promocode__value {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 700;
	margin-left: 10px;
}

.BCgame-promocode__button {
	border: none;
	border-radius: 0;
	background-color: #25d366;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.BCgame-promocode__button:hover {
	border: none;
	background-color: #25d366;
	color: #fff;
	opacity: 0.7;
	transform: none;
}

.btn {
	border-radius: 4px;
	border: none;
	padding: 12px 24px;
	min-width: 112px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

.btn:hover {
	opacity: 0.7;
}

.btn--green {
	background-color: #1d803ab3;
	background-image: conic-gradient(from 1turn, rgba(88, 175, 16, 1), rgba(29, 128, 58, 1));
}

.btn--purple {
	background-color: #6e34e2b3;
	background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1));
}

.wp-block-table thead {
	border: none;
}

.wp-block-table table,
.payments-table__table,
.table-image__table {
	background-color: #2e3036;
	border: none;
	box-shadow: none;
}

.wp-block-table th,
.payments-table__table th,
.table-image__table th,
.wp-block-table .has-fixed-layout th {
	border: 1px solid #6e34e2b3;
	background-color: #6e34e2b3;
	color: #fff;
}

.wp-block-table th:not(:last-child),
.payments-table__table th:not(:last-child),
.table-image__table th:not(:last-child),
.wp-block-table .has-fixed-layout th:not(:last-child) {
	border-right: 1px solid #ffffff29;
}

.wp-block-table td,
.payments-table__cell,
.table-image__cell {
	border: 1px solid #1d803ab3;
}

.payments-table__cell--2 {
	text-align: right
}


.page-footer {
	border-top: 1px solid #ffffff12;
	background-color: #24262b;
}

.BCgame-content-button.align-center {
	justify-content: center;
	display: flex;
}

.lang-switch {
	margin: 0 0 0 auto;
	border-radius: 4px;
	padding: 5px;
	position: relative;
	background-color: #2d3035;
	display: flex;
	z-index: 200;
}

.lang-switch__list {
	margin-top: 0;
	padding-top: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	padding: 5px;
	border-radius: 0 0 4px 4px;
	background-color: #2d3035;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.lang-switch__item, .lang-switch__link {
	display: flex;
}

.lang-switch:hover {
	border-radius: 4px 4px 0 0;
}

.lang-switch:hover .lang-switch__list {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.page-header__container {
	gap: 12px;
}

.lang-switch + .page-header__buttons {
	margin-left: 0;
}

.last-modified-date {
	padding: 0 var(--offsets);
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: none;
	display: block;
}

.page-footer__dmca {
	display: flex;
	justify-content: center;
	flex-basis: 100%;
	margin: 1rem 0;
}

.languages-switcher + .page-header__buttons {
	margin-left: 24px;
}

* + .wp-block-heading {
	margin-top: 48px;
}

.page-footer .BCgame-columns__container {
	position: relative;
}

.languages-switcher--footer {
	position: absolute;
	right: var(--offsets);
}

.languages-switcher {
	flex-shrink: 0;
	margin: 0 0 0 auto;
	border-radius: 4px;
	padding: 5px;
	background-color: #2e3036;
	display: flex;
	color: #ccc;
	z-index: 5;
}

.languages-switcher__list {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	padding: 5px;

	background-color: #2e3036;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.languages-switcher__item {
	width: 100%;
}

.languages-switcher--header .languages-switcher__list {
	top: 100%;
	border-radius: 0 0 4px 4px;
}

.languages-switcher--footer .languages-switcher__list {
	bottom: 100%;
	border-radius: 4px 4px 0 0;
}

.languages-switcher--footer._show {
	border-radius: 4px 4px 0 0;
}

.languages-switcher--footer._show {
	border-radius: 0 0 4px 4px;
}

.languages-switcher__lang {
	position: relative;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 6px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
}

.languages-switcher__flag {
	display: flex;
	flex-shrink: 0;
}

.languages-switcher._show .languages-switcher__list {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

@media (max-width: 1023px) {
	.page-footer .BCgame-columns__container {
		margin-top: 32px;
	}

	.languages-switcher--footer {
		top: -50px;
	}
}

@media (max-width:767px) {
	.languages-switcher--footer {
		top: -32px;
	}
}

.BCgame-bonuses {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0.75rem;
}

.BCgame-bonuses__item {
	padding: 8px;
	position: relative;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: .75rem;
	transition: all 0.2s ease-in-out;
}

.BCgame-bonuses__item[data-sf-a]:hover {
	box-shadow: 0 0 12px #23ee884d, 0 -2px #1dca6a inset;
	cursor: pointer;
}


.BCgame-bonuses__item:nth-child(4n+1) {
	background-image: linear-gradient(to left, rgb(66, 83, 48), transparent 75%);
}

.BCgame-bonuses__item:nth-child(4n+2) {
	background-image: linear-gradient(to left, rgb(80, 65, 48), transparent 75%);
}

.BCgame-bonuses__item:nth-child(4n+3) {
	background-image: linear-gradient(to left, rgb(45, 79, 49), transparent 75%);
}

.BCgame-bonuses__item:nth-child(4n+4) {
	background-image: linear-gradient(to left, rgb(71, 56, 111), transparent 75%);
}

.BCgame-bonuses__item--big {
	grid-column: span 2;
	grid-row: span 2;
	padding: 20px 12px;
}

.BCgame-bonuses__item--big:nth-child(odd) {
	background-image: linear-gradient(to left, rgb(44, 80, 64), transparent 75%);
}

.BCgame-bonuses__item--big:nth-child(even) {
	background-image: linear-gradient(to left, rgb(88, 46, 89), transparent 75%);
}

.BCgame-bonuses__item > .get-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.BCgame-bonuses__item > .get-image img {
	width: auto;
	height: 100%;
}

.BCgame-bonuses__item-title {
	position: relative;
	z-index: 4;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	max-width: 65%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	font-weight: 800;
}

.BCgame-bonuses__item-title .get-image {
	flex-shrink: 0;
}

.BCgame-bonuses__item--big .BCgame-bonuses__item-title {
	font-size: 24px;
	line-height: 32px;
}

.BCgame-bonuses__item-text {
	position: relative;
	z-index: 4;
	margin-top: auto;
	color: #b3bec1;
	font-size: 14px;
	line-height: 21px;
	max-width: 65%;
	font-weight: 600;
}

@media (max-width: 1280px) {
	.BCgame-bonuses {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.BCgame-bonuses {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* next matches */
.next-matches__list {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.next-matches__item {
	border-radius: 10px;
	padding: 14px;
	background-color: #323738;
	border: 1px solid #2b3653;
}

.next-matches__item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.next-matches__item-date {
	margin-left: -14px;
	padding: 5px 10px 3px 14px;
	border-radius: 0 6px 6px 0;
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

.next-matches__item-league {
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.next-matches__item-teams {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.next-matches__item-team {
	flex: 1 0 42%;
	display: inline-block;
}

.next-matches__item-team.vs {
	min-width: 24px;
	flex-shrink: 0;
	flex-basis: 16%;
	text-align: center;
}

.team-1 {
	text-align: center;
	margin-right: auto;
}

.team-2 {
	text-align: center;
	margin-left: auto;
}

.next-matches__item-coefficients {
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
}

.next-matches__item-coefficient {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 4px;
	background-color: #fc3c3c26;
	border: 1px solid #fc3c3c26;
	color: #fc3c3c;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.next-matches__item-coefficient:hover {
	background-color: #31bc69;
	color: #fff;
}

.next-matches__item-coefficient.active {
	background-color: #31bc69;
	color: #fff;
}

.next-matches__item-link {
	margin-top: 10px;
	border-radius: 8px;
	border: none;
	color: #fff;
	padding: 12px 20px;
	line-height: 16px;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	background-color: #6e34e2b3;
	background-image: conic-gradient(from 1turn, rgba(136, 83, 252, 1), rgba(110, 52, 226, 1));
}

.next-matches__item-link:hover {
	opacity: 0.7;
}

@media (max-width: 1200px) {
	.next-matches__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.next-matches__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.next-matches__list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}
/* next matches */
/* Relink */
.relink {
	padding-bottom: 2rem;
}

.relink--full {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	padding-bottom: 0;
	gap: 1rem;
}

.relink--full .grid__title,
.relink--full .grid__description {
	margin: 0;
	grid-column: 1 / -1;
}

.relink > .get-image,
.relink > img {
	grid-column: 1 / 3;
	grid-row: auto;
}

.relink > .get-image,
.relink > img {
	border-radius: 4px;
	overflow: hidden;
}

.relink--no-img .relink__list {
	grid-template-columns: repeat(6, 1fr);
	grid-column: 1 / -1;
}

.relink__list {
	grid-column: 3 / -1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.relink__item {
	padding: 8px;
	background-color: #2d3035;
	border-radius: 3px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.relink--full .relink__item {
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}

.relink__item:hover {
	opacity: 0.8;
}

.relink .get-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.relink__item img {
	max-width: 56px;
	max-height: 56px;
	object-fit: contain;
}

.relink__content {
	flex-grow: 1;
}

.relink--full .relink__content {
	flex-grow: 0;
}

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

.relink__text {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1;
	color: #9aa2af;
}

@media (max-width: 1280px) {
	.relink__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.relink--no-img .relink__list {
		grid-template-columns: repeat(4, 1fr);
		grid-column: 1 / -1;
	}
}

@media (max-width: 1023px) {
	.relink {
		grid-template-columns: 1fr;
	}

	.relink > .get-image,
	.relink > img {
		grid-column: auto;
	}

	.relink__list {
		grid-template-columns: repeat(4, 1fr);
	}

	.relink__list {
		grid-column: auto;
	}

	.relink--no-img .relink__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.relink--full .relink__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.relink--no-img .relink__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.relink__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 550px) {
	.relink--full .relink__list,
	.relink--no-img .relink__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.relink__list {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* Relink */
/* bonus */
.bonus {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.bonus__item {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	min-height: 124px;
	background: #2d3035;
}

.bonus__item-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px;
	height: 100%;
}

.bonus__title {
	margin: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
}

.bonus__text {
	margin: 0;
	max-width: 212px;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	text-align: left;
}

.bonus__button {
	margin-top: 8px;
	width: fit-content;
}

.bonus__item .get-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

@media (max-width: 1024px) {
	.bonus {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.bonus {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}


.bonus {
	padding: 0;
}

.bonus__item .get-image {
	height: 100%;
	left: 0;
}


.bonus__item .get-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* bonus */


