:root {
	--font-family-base: 'Lato', sans-serif;
}

body,
.theme-scope,
.theme-scope button,
.theme-scope .btn,
.theme-scope input,
.theme-scope select,
.theme-scope textarea {
	font-family: var(--font-family-base)!important;
}

body {
	background: #000000!important;
}

body p:empty {
	display: none!important;
}

.theme-scope .lang-toggle-block__item.current-lang {
	justify-content: center!important;
    width: auto!important;
}

.theme-scope .lang-block-wrapper {
	width: 46px!important;
}

.theme-scope .lang-toggle-block {
	width: 100%!important;
    left: auto!important;
}

.category-container > p {
	display: none!important;
}

body br {
	display: none!important;
}

.theme-scope .lang-button {
	display: none!important;
}

.theme-scope .footer.footer--v7 {
	--fv7-top-bg: #000000;
	margin-top: 50px;
}

.theme-scope .header__top .mobile_menu_icon {
	background-color: unset!important;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
}

.theme-scope .header__top nav:not(.header-menu-main) {
        background-color: #0b0e11!important;
}

.theme-scope #toc_container,
.theme-scope .toc {
	margin: 20px 0 28px;
}

.theme-scope #toc_container .ctoc-toggle {
	display: none;
}

.theme-scope #toc_container .ctoc-body {
	display: block !important;
}

.theme-scope #toc_container ul,
.theme-scope .ctoc-body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.theme-scope #toc_container ul li,
.theme-scope .ctoc-body ul li {
	background-color: #1a1d23;
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.theme-scope #toc_container ul li::before,
.theme-scope .ctoc-body ul li::before {
	content: none;
	display: none;
}

.theme-scope #toc_container ul li a,
.theme-scope #toc_container ul li a.ctoc__item,
.theme-scope .ctoc-body ul li a,
.theme-scope .ctoc-body ul li a.ctoc__item {
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.theme-scope #toc_container ul li:hover,
.theme-scope #toc_container ul li:focus-within,
.theme-scope .ctoc-body ul li:hover,
.theme-scope .ctoc-body ul li:focus-within {
	background-color: #252830;
}

.theme-scope #toc_container ul li:hover a,
.theme-scope #toc_container ul li a:hover,
.theme-scope #toc_container ul li a:focus,
.theme-scope .ctoc-body ul li:hover a,
.theme-scope .ctoc-body ul li a:hover,
.theme-scope .ctoc-body ul li a:focus {
	color: #ff007a;
	text-decoration: none;
}

.theme-scope .toc-button {
	display: none;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

.theme-scope .toc-button button {
	background: transparent;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	position: relative;
}

.theme-scope .toc-button button::before,
.theme-scope .toc-button button::after {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	bottom: 7px;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	transform: rotate(-45deg);
	transition: transform 0.25s ease;
	width: 7px;
}

.theme-scope .toc-button button::before {
	left: -20px;
}

.theme-scope .toc-button button::after {
	left: auto;
	right: -20px;
}

.theme-scope .toc-button button.active::before,
.theme-scope .toc-button button.active::after {
	transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
	.theme-scope #toc_container {
		overflow: hidden;
		position: relative;
		transition: height 0.3s ease;
	}

	.theme-scope #toc_container:before {
		background: linear-gradient(
			to top,
			#000000 0%,
			rgba(0, 0, 0, 0.92) 35%,
			rgba(0, 0, 0, 0.55) 65%,
			transparent 100%
		) !important;
		bottom: 0;
		content: '';
		display: block;
		height: 90px;
		left: 0;
		pointer-events: none;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

	.theme-scope .toc.active #toc_container:before {
		content: none;
	}

	.theme-scope .toc:not(.active) #toc_container {
		height: 140px;
	}

	.theme-scope .toc.active #toc_container {
		height: auto;
	}

	.theme-scope .toc-button {
		display: block;
	}
}

@media only screen and (max-width: 575px) {
	.theme-scope #toc_container ul li,
	.theme-scope .ctoc-body ul li {
		width: 100%;
	}
}

.slots-list-block {
	background: #121212!important;
}

.theme-scope .header {
	background: #000000!important;
	height: 70px!important;
	padding: 0!important;
	width: 100%!important;
}

.theme-scope .header__top {
	align-items: center!important;
	display: flex!important;
	height: 70px;
	justify-content: space-between!important;
	max-width: none;
	padding: 0!important;
	position: relative;
	width: 100%;
}

.theme-scope .header__nav {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 70px;
	padding: 0 40px;
	z-index: 2;
}

.theme-scope .header__center {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}

.theme-scope .header__center .logo {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
	max-width: none!important;
	min-height: 0!important;
	min-width: auto!important;
	pointer-events: auto;
}

.theme-scope .header__center .logo img {
	max-height: 56px;
	width: auto;
}

.theme-scope .header__right {
	flex-shrink: 0;
	height: 70px;
	margin-left: auto;
	max-width: none!important;
	padding-right: 32px;
	z-index: 2;
}

.theme-scope .header__right-inner {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	height: 100%;
}

.theme-scope .header__actions {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 12px;
}

.theme-scope .header__actions .btn {
	align-items: center;
	border-radius: 10px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	margin-left: 0!important;
	min-height: 46px;
	padding: 12px 28px!important;
	white-space: nowrap;
}

.theme-scope .header__right .for_langs {
	align-items: center;
	display: flex;
	flex-shrink: 0;
}

.theme-scope .header__right .lang-block-wrapper {
	align-items: center;
	display: flex!important;
	flex-shrink: 0;
	height: 46px!important;
	justify-content: center;
	margin: 0!important;
	position: relative;
	width: 46px!important;
}

.theme-scope .header__right .lang-toggle-block {
	align-items: center;
	background-color: #121212;
	border-radius: 10px;
	display: flex!important;
	height: 46px!important;
	justify-content: center;
	left: auto!important;
	min-height: 0!important;
	position: static!important;
	top: auto!important;
	width: 46px!important;
}

.theme-scope .header__right .lang-toggle-block__item.current-lang {
	align-items: center;
	color: #fff;
	display: flex!important;
	font-size: 14px;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	margin: 0!important;
	position: static!important;
	top: auto!important;
	width: 100%;
}

.theme-scope .header__right .lang-toggle-block__item.other-lang {
	display: none!important;
}

.theme-scope .header__top .header-menu-main {
	display: flex!important;
	min-width: auto;
}

.theme-scope .header__top nav.header-menu-main {
	background: transparent!important;
	height: auto;
	overflow: visible;
	position: static;
	transform: none;
	visibility: visible;
	width: auto;
}

.theme-scope .header__top nav.header-menu-main .menu-top-container {
	margin-left: 0;
}

.theme-scope .header__top.with-switcher .header__left,
.theme-scope .header__top.with-switcher .header__right {
	max-width: none!important;
}

.theme-scope .header__top .header-menu-main ul {
	align-items: center;
}

.theme-scope .header__top .header-menu-main ul li {
	margin: 0 28px 0 0;
	padding: 0;
}

.theme-scope .header__top .header-menu-main ul li:last-child {
	margin-right: 0;
}

.theme-scope .header__top .header-menu-main ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.theme-scope .header__top .header-menu-main ul li a:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.theme-scope .header > .header-menu-left,
.theme-scope .header__top > .header-menu-left {
	position: fixed!important;
}

.theme-scope .header__top.mobile_active .header-menu-left {
	display: flex!important;
	flex-direction: column;
	transform: translateX(0)!important;
	visibility: visible!important;
}

.theme-scope .header__top.mobile_active .mobile_only_burger span,
.theme-scope .header__top.mobile_active .header-menu-left .icon-wrap .mobile_menu_icon span {
	position: absolute;
	transform: scale(0);
}

.theme-scope .header__top.mobile_active .mobile_only_burger span:first-child,
.theme-scope .header__top.mobile_active .header-menu-left .icon-wrap .mobile_menu_icon span:first-child {
	left: 14px;
	top: 21px;
	transform: rotate(45deg);
}

.theme-scope .header__top.mobile_active .mobile_only_burger span:last-child,
.theme-scope .header__top.mobile_active .header-menu-left .icon-wrap .mobile_menu_icon span:last-child {
	left: 14px;
	top: 21px;
	transform: rotate(-45deg);
}

.theme-scope .mobile_menu_bg {
	background: rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 10000;
}

.theme-scope .mobile_menu_bg.visible {
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	pointer-events: auto;
}

@keyframes banner-button-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 15px 10px rgba(255, 204, 0, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
	}
}

.theme-scope .slots_list .demo-name a {
	font-size: 12px!important;
}

.header-anm {
	background: #002d80!important;
	color: #fff!important;
}

.header-anm:hover {
	background: #005eff!important;
}

.header-reg {
	background: #ffcc00!important;
	color: #000!important;
}

.header-reg:hover {
	background: #ffd633!important;
}

.lang-block-wrapper {
	margin-left: 0!important;
}

.lang-toggle-block {
	border: none!important;
}

.theme-scope .header_banner__text .btn {
	animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180deg, #ffcc00 0%, #ff9900 100%);
    padding: 22px 64px;
    font-size: 22px!important;
    color: #000000!important;
}

.reviews-container {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.review-item {
	display: flex;
	gap: 20px;
}

.author-image {
	width: 50px;
	height: 50px!important;
	border-radius: 50px;
}

.review-verify-image {
	width: 22px;
    filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(96%) contrast(88%);
}

.review-author {
	display: flex;
	align-items: center;
	gap: 7px;
}

.review-author span {
	font-weight: 600;
}

.review-info {
	color: #b3b3b3;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.review-message {
	font-weight: 500;
}

.single-review {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 800px;
	padding: 24px;
}

.app-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.app-container img {
	width: 150px;
}

.category-container {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 15px;
    max-width: 1440px;
    margin: 30px auto;
    margin-inline: auto;
}

.single-category {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	height: 100px;
	color: #fff;
	box-shadow: 0 0 1px 1px #333333;
	-webkit-box-shadow: 0 0 1px 1px #333333;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.category-container a:hover {
	text-decoration: unset!important;
}

a:hover .single-category {
	box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
}

.category-container a:hover img {
    filter: invert(50%) sepia(68%) saturate(3395%) hue-rotate(148deg) brightness(95%) contrast(90%);
}

.single-category img {
	filter: invert(86%) sepia(5%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(90%);
	transition: filter 0.3s ease;
}

.text_container .btn,
.header_banner .btn {
	color: var(--container-button-text-color)!important;
}

.theme-scope .header-menu-left .header__top_buttons {
    display: none!important;
}

.theme-scope .slots_list .slot-card {
	height: auto!important;
}

@media (max-width: 1100px) {
	.theme-scope .header__nav {
		display: none;
	}
}

@media (max-width: 1024px) {
	.theme-scope .header__top.with-switcher .header__right {
		max-width: 100%!important;
	}

	.theme-scope .header__center {
		flex: 0 1 auto;
		justify-content: flex-start;
		left: auto;
		padding-left: 16px;
		position: static;
		transform: none;
	}

	.theme-scope .header__right {
		margin-left: auto;
		padding-right: 12px;
	}

	.theme-scope .header__right-inner {
		gap: 8px;
	}

	.theme-scope .header-menu-left {
		transition: transform 0.35s ease;
		width: min(380px, 100vw);
		z-index: 10001!important;
	}
}


@media (max-width: 767px) {
	.theme-scope .header__right {
		padding-right: 12px;
	}

	.theme-scope .header__center {
		min-width: 0;
		padding-left: 12px;
	}

	.theme-scope .header__center .logo img {
		max-height: 40px;
	}

	.theme-scope .header__top.with-switcher .header__right {
		max-width: none!important;
	}

	.theme-scope .header__actions {
		gap: 6px;
	}

	.theme-scope .header__actions .btn {
		font-size: 12px!important;
		margin-left: 0!important;
		min-height: 40px;
		padding: 8px 12px!important;
	}

	.theme-scope .header__center .logo {
		max-width: 96px!important;
		min-width: 0!important;
	}

	.theme-scope .header__top .mobile_menu_icon {
		height: 40px;
		width: 40px;
	}

	.slots_list {
	    overflow-x: auto; 
	    gap: 10px;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}

	.slots_list::-webkit-scrollbar {
	    display: none;
	}

	.header-anm {
		font-size: 12px!important;
	}

	.header-reg {
		font-size: 12px!important;
	}
}

@media (max-width: 400px) {
	.theme-scope .header__actions .btn {
		padding: 8px 10px!important;
	}
}

.updated-date {
	background: linear-gradient(90deg, #5E2126 0%, #C4454F 100%);
	margin: 30px auto;
	border-radius: 10px;
	border-left: 5px solid #000;
	font-weight: 900;
	font-size: 20px;
	padding: 18px 30px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.updated-date img {
	width: 39px;
}

.faq,
.faq__items {
	background: #121212;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 24px 20px;
}

.faq .faq__items {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.faq-list {
	margin: 0 auto;
	max-width: 1200px;
}

.faq-item,
.faq-list__item {
	background: #1a1d23;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}

.faq-item:last-child,
.faq-list__item:last-child {
	margin-bottom: 0;
}

.faq-item .question p,
.faq-list__item .faq-question {
	color: #ffffff !important;
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.question,
.faq-question {
	align-items: center;
	box-sizing: border-box;
	color: #ffffff !important;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 12px;
	justify-content: flex-start;
	padding: 20px 24px;
	width: 100%;
}

.question::before,
.faq-question::before {
	content: none;
	display: none;
}

.faq-item .question > span:not(.collapse-block__caret),
.faq-item .question > div:first-child:not(.collapse-block__caret) {
	align-items: center;
	background: #005eff;
	border-radius: 6px;
	color: #fff !important;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	line-height: 1;
	min-width: 32px;
	width: 32px;
}

.faq-question svg {
	display: none;
}

.collapse-block__caret {
	background: none;
	flex-shrink: 0;
	height: 18px;
	margin-left: auto;
	position: relative;
	transition: transform 0.2s ease;
	width: 18px;
}

.collapse-block__caret::before,
.collapse-block__caret::after {
	background: #ff007a;
	border-radius: 1px;
	content: '';
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.collapse-block__caret::before {
	height: 2px;
	width: 18px;
}

.collapse-block__caret::after {
	height: 18px;
	width: 2px;
}

.faq-item.open .collapse-block__caret,
.faq-list__item.active .collapse-block__caret {
	transform: rotate(45deg);
}

.answer,
.faq-answer {
	box-sizing: border-box;
	color: #b3b3b3 !important;
	display: none !important;
	font-size: 14px;
	line-height: 24px;
	padding: 0 24px 20px;
	width: 100%;
}

.faq-item.open .answer,
.faq-list__item.active .faq-answer {
	display: block !important;
}

.faq-item .answer p,
.faq-item .answer li,
.faq-item .answer span,
.faq-item .answer div,
.faq-list__item .faq-answer p,
.faq-list__item .faq-answer li,
.faq-list__item .faq-answer span,
.faq-list__item .faq-answer div {
	color: #b3b3b3 !important;
}

.faq-item.open .answer p,
.faq-list__item.active .faq-answer p {
	margin: 0 0 12px;
}

.faq-item.open .answer p:last-child,
.faq-list__item.active .faq-answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.faq,
	.faq__items {
		padding: 16px 12px;
	}

	.faq-item .question p,
	.faq-list__item .faq-question {
		font-size: 15px;
	}

	.question,
	.faq-question {
		gap: 10px;
		padding: 16px;
	}

	.faq-item .question > span:not(.collapse-block__caret),
	.faq-item .question > div:first-child:not(.collapse-block__caret) {
		font-size: 13px;
		height: 28px;
		min-width: 28px;
		width: 28px;
	}

	.answer,
	.faq-answer {
		font-size: 14px;
		padding: 0 16px 16px;
	}

	.collapse-block__caret {
		height: 16px;
		width: 16px;
	}

	.collapse-block__caret::before {
		width: 16px;
	}

	.collapse-block__caret::after {
		height: 16px;
	}
}

.theme-scope .text_container .cover-table .table-style1,
.theme-scope .text_container .table-style1,
.table-style1 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	margin: 24px 0;
	width: 100% !important;
}

.theme-scope .text_container .cover-table .table-style1 th,
.theme-scope .text_container .cover-table .table-style1 td,
.theme-scope .text_container .table-style1 th,
.theme-scope .text_container .table-style1 td,
.table-style1 th,
.table-style1 td {
	border: 1px solid var(--container-table-border-color, #333333) !important;
	box-sizing: border-box;
	color: var(--container-table-text-color, #ffffff) !important;
	font-size: 16px;
	line-height: 1.5;
	padding: 16px !important;
	text-align: left;
	vertical-align: middle;
}

.theme-scope .text_container .cover-table .table-style1 th,
.theme-scope .text_container .table-style1 th,
.table-style1 th {
	background-color: var(--container-table-header-background-color, #252830) !important;
	color: var(--container-table-header-text-color, #ffffff) !important;
	font-weight: 700;
}

.theme-scope .text_container .cover-table .table-style1 tbody td,
.theme-scope .text_container .table-style1 tbody td,
.table-style1 tbody td {
	background-color: var(--container-table-even-row-background-color, #121212) !important;
	color: var(--container-table-text-color, #ffffff) !important;
	font-weight: 400;
}

@media (max-width: 767px) {
	.theme-scope .text_container .cover-table .table-style1 th,
	.theme-scope .text_container .cover-table .table-style1 td,
	.theme-scope .text_container .table-style1 th,
	.theme-scope .text_container .table-style1 td,
	.table-style1 th,
	.table-style1 td {
		font-size: 14px;
		padding: 12px !important;
	}
}