:root {
	--font-family-base: 'Inter', 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: var(--site-background-color)!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--v3 {
	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: var(--header-left-menu-background-color)!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: var(--toc-background-color);
	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;
	text-transform: uppercase;
	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: var(--toc-background-hover-color);
}

.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: var(--toc-link-hover-color);
	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,
			var(--site-background-color, #1a1512) 0%,
			rgba(26, 21, 18, 0.92) 35%,
			rgba(26, 21, 18, 0.5) 70%,
			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: var(--slots-background-color)!important;
}

.theme-scope .header {
	background: var(--header-top-background-color)!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__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 {
	min-width: auto;
}

@media (min-width: 1101px) {
	.theme-scope .header__top .header-menu-main {
		display: flex !important;
	}
}

@media (max-width: 1100px) {
	.theme-scope .header__top .header-menu-main {
		display: none !important;
	}

	.theme-scope .header__top .mobile_only_burger {
		align-items: center;
		display: flex !important;
		flex-direction: column;
		flex-shrink: 0;
		justify-content: center;
	}
}

.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: var(--header-top-menu-link-color);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.theme-scope .header__top .header-menu-main ul li a:hover {
	color: var(--header-top-menu-link-hover-color);
	opacity: 1;
	text-decoration: none;
}

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

.theme-scope .header__top.mobile_active ~ .header-menu-left,
.theme-scope .header__top.mobile_active .header-menu-left {
	display: flex !important;
	flex-direction: column !important;
	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: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.theme-scope .header__top.mobile_active .mobile_only_burger span:nth-child(2),
.theme-scope .header__top.mobile_active ~ .header-menu-left .icon-wrap .mobile_menu_icon span:nth-child(2) {
	display: none;
}

.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: 50%;
	top: 50%;
	transform: translate(-50%, -50%) 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;
}

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

.header-anm {
	background: linear-gradient(180deg, #b08d6a 0%, #8c6b4d 100%)!important;
	color: #fff!important;
}

.header-anm:hover {
	background: linear-gradient(180deg, #c5a37f 0%, #9a7549 100%)!important;
}

.header-reg {
	background: linear-gradient(180deg, #e85d44 0%, #c43a2b 100%)!important;
	color: #fff!important;
}

.header-reg:hover {
	background: linear-gradient(180deg, #f06d52 0%, #d44a3a 100%)!important;
}

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

.lang-toggle-block {
	border: none!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;
}

/* author-3 */
.t2-author-block--author-3 {
	clear: both;
	display: flow-root;
	max-width: 100%;
}

.t2-author-block--author-3 .reviews-container {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-block: 30px;
	margin-inline: auto;
}

.t2-author-block--author-3 .single-review {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 24px;
	background-color: #C5A47F;
	border: none;
	border-radius: 30px;
	box-shadow: none;
}

.t2-author-block--author-3 .review-item {
	align-items: center;
	display: flex;
	gap: 20px;
}

.t2-author-block--author-3 .author-image {
	flex-shrink: 0;
	width: 77px;
	height: 77px !important;
	border-radius: 50%;
	object-fit: cover;
}

.text_container .t2-author-block--author-3 .review-info,
.t2-author-block--author-3 .review-info {
	color: #1a1a1a;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-weight: 400;
	gap: 7px;
	min-width: 0;
}

.text_container .t2-author-block--author-3 .review-author,
.t2-author-block--author-3 .review-author {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	max-width: 100%;
	min-width: 0;
}

.t2-author-block--author-3 .review-author br,
.t2-author-block--author-3 .review-contact br {
	display: none;
}

.text_container .t2-author-block--author-3 .review-author span:first-child,
.t2-author-block--author-3 .review-author span:first-child {
	color: #000000;
	flex: 0 1 auto;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.15;
	min-width: 0;
	text-transform: uppercase;
}

.t2-author-block--author-3 .review-author__sep {
	color: rgba(0, 0, 0, 0.5);
	flex-shrink: 0;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	user-select: none;
}

.text_container .t2-author-block--author-3 .review-author span:last-child,
.t2-author-block--author-3 .review-author span:last-child {
	color: rgba(0, 0, 0, 0.5);
	flex: 0 1 auto;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	min-width: 0;
	text-transform: uppercase;
}

.text_container .t2-author-block--author-3 .review-contact,
.t2-author-block--author-3 .review-contact {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	min-height: 24px;
}

.t2-author-block--author-3 .review-contact span {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
}

.t2-author-block--author-3 .review-contact__icon {
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	object-fit: contain;
}

.t2-author-block--author-3 .review-item > p:empty,
.t2-author-block--author-3 .review-info > p:empty,
.t2-author-block--author-3 .single-review > p:empty,
.t2-author-block--author-3 .reviews-container > p:empty {
	display: none;
	margin: 0;
}

.t2-author-block--author-3 .review-message {
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	font-synthesis: none;
	line-height: 35px;
	color: #000000;
}

.t2-author-block--author-3 .review-message::before {
	content: '\201C';
}

.t2-author-block--author-3 .review-message::after {
	content: '\201D';
}

.text_container .t2-author-block--author-3 .review-message {
	color: #000000 !important;
	font-style: italic !important;
}

.text_container .t2-author-block--author-3 .review-author span:first-child,
.text_container .t2-author-block--author-3 .review-contact span {
	color: #000000 !important;
}

.text_container .t2-author-block--author-3 .review-author span:last-child {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text_container .t2-author-block--author-3 .review-author__sep {
	color: rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 767px) {
	.t2-author-block--author-3 .reviews-container {
		gap: 24px;
		margin-block: 20px;
	}

	.t2-author-block--author-3 .single-review {
		padding: 16px;
		gap: 16px;
	}

	.t2-author-block--author-3 .review-item {
		align-items: flex-start;
		flex-wrap: nowrap;
		gap: 16px;
	}

	.t2-author-block--author-3 .review-author span:first-child {
		font-size: 16px;
		line-height: 1.3;
	}

	.t2-author-block--author-3 .review-author span:last-child {
		font-size: 12px;
		line-height: 1.35;
	}

	.t2-author-block--author-3 .review-author__sep {
		font-size: 12px;
		line-height: 1.35;
	}

	.t2-author-block--author-3 .review-contact span {
		font-size: 16px;
	}

	.t2-author-block--author-3 .review-info,
	.t2-author-block--author-3 .review-message {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.t2-author-block--author-3 .review-message {
		font-size: 16px;
		line-height: 1.5;
	}
}

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

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

/* mobile-3 */
.t2-mobile-apps-block {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1200px;
	width: 100%;
}

.t2-mobile-apps-block .app-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-block: 30px;
}

.t2-mobile-apps-block .app-container img {
	width: 150px;
	height: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.t2-mobile-apps-block .app-container {
		flex-wrap: wrap;
		gap: 12px;
		padding-inline: 12px;
	}

	.t2-mobile-apps-block .app-container img {
		width: auto;
		max-width: min(150px, 42vw);
	}
}

.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 {
	align-items: center;
	border: 1px solid rgba(212, 175, 55, 0.12);
	box-shadow: none;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100px;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	transition: background-color 0.35s ease, border-color 0.35s ease;
}

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

a:hover .single-category {
	background-color: rgba(212, 175, 55, 0.06);
	border-color: rgba(212, 175, 55, 0.5);
}

.category-container a:hover img {
	filter: none;
	transform: scale(1.05);
}

.single-category img {
	transition: transform 0.35s ease;
}

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

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

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

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

	.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-8 .header__top_buttons .btn {
		padding: 8px 10px!important;
	}
}

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

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

/* updated-4 */
.t2-updated-block {
	box-sizing: border-box;
	width: 100%;
}

.t2-updated-block__container {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1200px;
	padding-inline: 0;
	width: 100%;
}

.t2-updated-block .updated-date {
	box-sizing: border-box;
	width: 100%;
	background: var(--t2-updated-strip-bg, transparent);
	color: var(--t2-updated-text-color, #ffffff);
}

.t2-updated-block--updated-4 .updated-date {
	margin-block: 30px;
	margin-inline: 0;
	border-radius: 10px;
	border: 3px solid #d4af37 !important;
	font-weight: 400;
	font-size: 20px;
	padding: 18px 30px;
	display: block;
	background: transparent !important;
	color: var(--t2-updated-text-color, #ffffff) !important;
}

.text_container .t2-updated-block--updated-4 .updated-date,
.text_container .t2-updated-block--updated-4 .updated-date span {
	color: var(--t2-updated-text-color, #ffffff) !important;
}

@media (max-width: 1259px) {
	.t2-updated-block__container {
		padding-inline: 15px;
	}
}

@media (max-width: 767px) {
	.t2-updated-block--updated-4 .updated-date {
		font-size: 16px;
		padding: 14px 20px;
	}
}

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

.faq-item {
	background: var(--faq-background-color, #2c2421);
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

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

.question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 16px 13px 24px;
	font-weight: 400;
	color: #ffffff;
	gap: 16px;
	cursor: pointer;
	box-sizing: border-box;
	min-height: 50px;
}

.faq-item .question p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	margin: 0;
	color: #ffffff;
	flex: 1;
}

.collapse-block__caret {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease;
	background-image: url(arrow.svg);
	border-radius: 0;
}

.faq-item.open .collapse-block__caret {
	transform: rotate(90deg);
}

.answer {
	background: #1f1815;
	box-sizing: border-box;
	color: #f5e6d3;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	max-height: 0;
	overflow: hidden;
	padding: 0 24px;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item .answer p {
	color: #f5e6d3;
	margin: 0;
}

.faq-item.open .answer p {
	padding: 16px 0;
}

@media (max-width: 768px) {
	.question {
		padding: 12px 14px 12px 16px;
		min-height: 46px;
	}

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

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

	.answer {
		padding: 0 16px;
	}

	.faq-item.open .answer p {
		padding: 14px 0;
	}
}

.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;
	}
}