body{background-color:var(--content-bg-color)!important;}.button,.custom__table-row,.mobile__menu,.review__btn,table .clickable-div{transition:.3s ease-in-out}.button,.clickable-div,.faq-question{cursor:pointer}#header_menu li,.acf-toc ul,.footer__menu{list-style:none}.custom__table-header,.custom__table-row{grid-template-columns:1fr 1fr 1fr 1fr;display:grid}*,html{font-family:'Open Sans',sans-serif!important;box-sizing:border-box;margin:0;padding:0}.container{margin:0 auto;max-width:1320px;padding:0 48px}.content__block img{margin:0 0 1.5em}.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left}.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}.alignnone,.intro__banner-image,img.alignnone{width:100%;height:auto}.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px}.wp-caption img{border:0;padding:0;margin:0}.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}.wp-smiley{margin:0!important;max-height:1em}blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}.header__sticky{display:block;background:#3ddb93;position:sticky;top:0;z-index:5}#header_menu .menu-item-has-children,.custom-col1,table .clickable-div{position:relative}header{border-bottom:1px solid var(--header-border-color);background-color:var(--header-bg-color)!important}.header__sticky-wrapper,.header__wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px 0;color:#fff;width:100%;height:auto}.header__sticky-wrapper{row-gap:10px}.header__wrapper{padding:20px 0}.footer__logo,.header__logo{width:100%;height:auto;max-width:200px;max-height:50px;margin:0}.content__block{margin:30px 0}.default__h1,.default__h2,h1,h2{color:#000;font-weight:900;letter-spacing:-2px;line-height:64px;margin-bottom:8px}.default__h1,h1{font-size:42px}.default__h2,h2{font-size:38px;margin-top:3rem}.default__h3,.default__h4,h3,h4{font-weight:900;color:#000;margin-bottom:10px;margin-top:30px}.default__h3,h3{font-size:25px}.default__h4,h4{font-size:21px}.button{background-color:#f62344;display:block;text-align:center;padding:12px 40px;border-radius:5px;color:#fff;text-decoration-line:none}.custom__table,.custom__table-row:nth-child(2n){background:var(--custom-table-bg-even-color)}.content__block li,.content__block p,.content__block span,.review__main-textarea,.review__summary{font-size:18px;color:var(--main-text-color);line-height:1.8;text-align:justify}.content__block p{margin-bottom:16px}b,strong{font-weight:bolder}ol,ul{padding-left:20px}.button.button__header:hover{background-color:#d20f2e}/* Modern Table Styles - Momang Casino */
body #main__section table {
	display: block;
	width: 100%;
	border-radius: 16px;
	border: none;
	border-spacing: 0;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
	border-collapse: separate;
	background: #2D1B69;
	overflow-x: auto;
}

body #main__section tr {
	background-color: #2D1B69;
	transition: background-color 0.3s ease;
}

body #main__section tr:not(:last-child) td {
	border-bottom: 1px solid rgba(124, 58, 237, 0.2);
}

body #main__section tr:hover {
	background-color: rgba(124, 58, 237, 0.15);
}

body #main__section td,
body #main__section th {
	padding: 18px 20px;
	text-align: left;
	position: relative;
	width: 1%;
	min-width: 200px;
	transition: background-color 0.3s ease, color 0.3s ease;
	border: none;
	color: #E5E7EB;
	font-size: 15px;
	line-height: 1.6;
}

body #main__section th {
	background: linear-gradient(135deg, #7C3AED 0%, #6B46C1 100%);
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 20px;
}

body #main__section tr:first-child td {
	background: linear-gradient(135deg, #7C3AED 0%, #6B46C1 100%);
	font-weight: 700;
	text-align: center;
	color: #fff;
}

table .clickable-div {
	color: #7C3AED;
	width: fit-content;
	padding-right: 28px;
	text-decoration: none;
	position: relative;
	font-weight: 600;
	transition: all 0.3s ease;
}

table .clickable-div:hover {
	color: #8B5CF6;
	transform: translateX(2px);
}

table .clickable-div:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url('../images/link-external.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(243deg) brightness(98%) contrast(92%);
	transition: transform 0.3s ease;
}

table .clickable-div:hover:after {
	transform: translateY(-50%) translateX(2px);
}/* Modern Custom Table Styles - Momang Casino */
.custom__table {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	margin: 40px auto;
	overflow-x: auto;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
	background: #2D1B69;
	overflow: hidden;
}

.custom__table-header {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	background: linear-gradient(135deg, #7C3AED 0%, #6B46C1 100%);
	border-radius: 16px 16px 0 0;
}

.custom__table-heading {
	text-align: center;
	background: transparent;
	color: #fff !important;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.custom__table-heading:last-child {
	border-right: none;
}

.custom__table-body {
	margin-bottom: 0;
	display: grid;
	background: #2D1B69;
}

.custom__table-row {
	background: #2D1B69;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	border-bottom: 1px solid rgba(124, 58, 237, 0.2);
	transition: all 0.3s ease;
}

.custom__table-row:last-child {
	border-bottom: none;
	border-radius: 0 0 16px 16px;
}

.custom__table-row:hover {
	background: rgba(124, 58, 237, 0.15);
	transform: scale(1.01);
}

.custom__table-col,
.custom__table-heading {
	min-width: 150px;
}

.custom__table-col {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 20px;
	margin: auto 0;
	line-height: 1.6;
	font-size: 15px;
	text-align: center;
	color: #E5E7EB;
	border-right: 1px solid rgba(124, 58, 237, 0.1);
	position: relative;
}

.custom__table-col:last-child {
	border-right: none;
}

.custom__table img {
	width: 100%;
	height: auto;
	max-width: 80px;
	max-height: 80px;
	margin: 0;
	border-radius: 8px;
	object-fit: cover;
}

.custom__table .custom__table-btn {
	background: linear-gradient(135deg, #7C3AED 0%, #6B46C1 100%);
	border-radius: 8px;
	color: #fff;
	text-decoration-line: none;
	padding: 12px 24px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.3);
	border: none;
	cursor: pointer;
}

.custom__table .custom__table-btn:hover {
	background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.5);
}

.custom__table-row:hover .custom__table-btn {
	background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
}

.custom-col1 {
	padding-left: 50px;
	justify-content: flex-start;
	text-align: left;
}

.custom__table-row-num {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px 10px;
	font-weight: 700;
	background: rgba(124, 58, 237, 0.3);
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	min-width: 24px;
	text-align: center;
}

/* Responsive Table Styles */
@media (max-width: 992px) {
	body #main__section table {
		border-radius: 12px;
	}
	
	body #main__section td,
	body #main__section th {
		padding: 14px 16px;
		font-size: 14px;
		min-width: 150px;
	}
	
	.custom__table {
		border-radius: 12px;
	}
	
	.custom__table-heading {
		padding: 16px;
		font-size: 16px;
	}
	
	.custom__table-col {
		padding: 14px 16px;
		font-size: 14px;
	}
	
	.custom__table img {
		max-width: 60px;
		max-height: 60px;
	}
}

@media (max-width: 768px) {
	body #main__section table {
		border-radius: 10px;
		margin-bottom: 20px;
	}
	
	body #main__section td,
	body #main__section th {
		padding: 12px;
		font-size: 13px;
		min-width: 120px;
	}
	
	body #main__section th {
		font-size: 14px;
		padding: 14px 12px;
	}
	
	.custom__table {
		border-radius: 10px;
		margin: 30px auto;
	}
	
	.custom__table-header {
		border-radius: 10px 10px 0 0;
	}
	
	.custom__table-heading {
		padding: 14px 12px;
		font-size: 14px;
	}
	
	.custom__table-col {
		padding: 12px;
		font-size: 13px;
	}
	
	.custom__table .custom__table-btn {
		padding: 10px 18px;
		font-size: 12px;
	}
	
	.custom-col1 {
		padding-left: 40px;
	}
	
	.custom__table-row-num {
		left: 10px;
		padding: 4px 8px;
		font-size: 11px;
	}
}

@media (max-width: 576px) {
	body #main__section td,
	body #main__section th {
		padding: 10px;
		font-size: 12px;
		min-width: 100px;
	}
	
	.custom__table-heading {
		padding: 12px 8px;
		font-size: 12px;
	}
	
	.custom__table-col {
		padding: 10px 8px;
		font-size: 12px;
	}
	
	.custom__table img {
		max-width: 50px;
		max-height: 50px;
	}
	
	.custom-col1 {
		padding-left: 35px;
	}
}footer{background:#1e1f23;padding:40px 0 0;background-color:var(--fotter-bg-color)}.footer__block{display:flex}.footer__block-col{padding-right:20px}.footer__general{padding-right:48px}.custom__review-block,.footer__logo{margin-bottom:20px}.footer__menu-col,.footer__text{margin-bottom:24px}.footer__text{font-size:18px;color:#fff;line-height:1.6;text-align:justify}.footer__menu-main{padding-left:48px}.footer__menu-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 20px;text-transform:capitalize}.footer__menu li .clickable-div{font-size:14px;line-height:2;color:#fff;text-decoration-line:none}.review__wrapper{margin-top:24px;border:1px solid #cacaca;padding:30px;background:var(--content-bg-color);margin-bottom:20px}.review__main-block{display:grid;grid-template-columns:1fr 2fr;margin-bottom:20px;row-gap:20px}.review__general{display:flex;flex-direction:column;align-items:center}.review__general,.review__info{padding:0 15px}.review__main-block .review__general img{max-width:200px;width:auto;max-height:80px;height:auto;margin:0}.review__rating{margin:10px 0 0;text-align:center;font-size:18px;font-weight:600}.review__btn{font-size:16px;background-color:var(--btn-bg-color);border-radius:5px;color:#fff;text-decoration-line:none;padding:15px 20px;margin-top:20px;width:100%;max-width:250px;text-align:center}.review__info-textarea{margin:0;font-weight:500;color:#000;font-size:16px;text-align:left;line-height:1.6}.review__info-outline{background:gold;width:auto;display:inline-block;padding:15px 20px;color:#000;font-weight:700;border-radius:0;margin:10px 0;font-size:14px;text-align:center}.review__pros-cons-block{display:flex;gap:15px;width:100%;margin:0 auto}.review__cons-wrapper,.review__pros-wrapper{width:100%;padding:8px 16px 8px 8px;border-radius:5px;margin-top:10px}.review__pros-wrapper{background-color:#00ff2463}.review__cons-wrapper{background:#ffd3d3}.review__cons-title img,.review__pros-title img{width:30px;height:30px;margin:0!important}.review__cons-title,.review__pros-title{display:flex;gap:5px;align-items:center;font-weight:600;font-size:22px;line-height:2.1}.review__pros-title{color:#0a6517}.review__cons-title,.review__cons-item{color:#000!important}.review__pros-cons-block ul{padding-left:50px}.review__pros-cons-block ul li{font-size:15px;line-height:1.6}@media (max-width:1200px){.container{max-width:1140px;padding:0 30px}}@media (max-width:992px){.container{max-width:960px;padding:0 16px}.custom__table img{max-width:50px;max-height:50px}.custom__table-col{font-size:15px;line-height:1.5}.custom__table .custom__table-btn{padding:6px 14px}.review__main-block{grid-template-columns:1fr 1fr}}@media (max-width:840px){.review__pros-cons-block{flex-direction:column;gap:5px}}@media (max-width:768px){.container{max-width:720px;padding:0 24px}.header__sticky-wrapper{flex-direction:column}.header__wrapper{justify-content:center}.custom__table{max-width:unset}.footer__block{display:grid;grid-template-columns:1fr}.footer__menu-main{padding-left:0}}@media (max-width:576px){.container{max-width:540px;padding:0 18px}.footer__block,.review__main-block{grid-template-columns:1fr}.footer__general,.footer__menu-main{padding:0}.review__info{display:flex;flex-direction:column;gap:10px}.review__info-outline{margin:10px auto}}body #main__section td.has-text-align-center,body #main__section th.has-text-align-center{text-align:center}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:var(--heading-color)!important}#header_menu{display:flex;gap:10px;align-items:center;justify-content:center}#header_menu li{padding:10px}#header_menu ul{display:none;padding:0}#header_menu li,#header_menu li .clickable-div,#header_menu li a{color:var(--header-text-color)}#header_menu>.menu-item-has-children:hover>ul{display:flex;flex-direction:column;position:absolute;top:40px;left:20px;width:100%;min-width:200px;border-top:3px solid var(--accent-color);background-color:var(--header-menu-bg-color)}.footer__block.footer_align_left,.header__wrapper.left,.text_image_bottom_image_position.text_image_vertical_top,.text_image_horizontal_left,.text_image_top_image_position.text_image_vertical_top{justify-content:flex-start}.header__wrapper.center #header_menu{margin:0 auto;justify-content:unset}.header__wrapper.right{justify-content:space-between}.menu__btn-open,.mobile__menu{display:none}.menu__btn-open{grid-column:3;align-items:center;justify-content:center}.menu__btn-close img,.menu__btn-open img{width:50px;height:50px}.menu__btn-close{width:100%;display:flex;justify-content:flex-end;padding:14px}.mobile__menu{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;position:fixed;top:0;left:calc(100% + 100px);bottom:0;background:unset;border-radius:unset;z-index:5;padding:0;align-items:center;gap:3px;backdrop-filter:blur(3px);width:100%}.mobile__menu.open{left:0}.mobile__menu-backdrop{position:sticky;right:100%;top:0;bottom:0;z-index:2;width:90px;height:100%}.fixed__menu-all{background:#1E1B4B;top:0;flex-direction:column;width:calc(100% - 90px);max-height:unset;min-height:calc(100% + .5px);height:max-content;position:absolute;bottom:56px;right:0;display:flex;padding:0 0 16px;align-items:flex-start;align-self:stretch;transition:border-radius .3s ease-in-out}.fixed__menu-all ul{list-style:none;display:flex;flex-direction:column;padding:unset;width:100%;margin:0}.fixed__menu-all ul li{width:100%;border-bottom:1px solid #2D1B69;padding:20px}#main__section{margin-bottom:50px}.content__block,.content__block div,.content__block p{color:var(--main-text-color)}.content__block .clickable-div,.content__block a{color:var(--anchor-text-color)}.fixed__menu-all ul ul li{padding-bottom:0;border-bottom:unset}.fixed__menu-all ul li a{padding:10px 20px;color:#E5E7EB;font-weight:500;font-size:13px;line-height:38px;display:block;width:100%;text-decoration-line:none}.fixed__menu-all ul li.current-menu-item a{color:#7C3AED}.menu__btn-open{display:none}.footer__block,.footer__contacts-single-text,.footer__contacts-single-text a{color:var(--footer-text-color)!important}.text__image-block{margin:20px 0;background-size:cover;background-position:center;background-repeat:no-repeat}.text__image-wrapper{display:flex;gap:40px;padding:30px 20px}.text__image-wrapper.text_image_right_image_position{flex-direction:row}.text__image-wrapper.text_image_top_image_position{flex-direction:column-reverse}.text__image-wrapper.text_image_bottom_image_position{flex-direction:column}.reversed-layout .intro__banner-wrapper,.text__image-wrapper.text_image_left_image_position{flex-direction:row-reverse}.footer__block.footer_align_center,.text_image_bottom_image_position.text_image_vertical_center,.text_image_horizontal_center,.text_image_top_image_position.text_image_vertical_center{justify-content:center}.text_image_bottom_image_position.text_image_horizontal_center,.text_image_top_image_position.text_image_horizontal_center,.text_image_vertical_center{align-items:center}.text_image_bottom_image_position.text_image_horizontal_left,.text_image_top_image_position.text_image_horizontal_left,.text_image_vertical_top{align-items:flex-start}.footer__block.footer_align_right,.text_image_bottom_image_position.text_image_vertical_bottom,.text_image_horizontal_right,.text_image_top_image_position.text_image_vertical_bottom{justify-content:flex-end}.text_image_bottom_image_position.text_image_horizontal_right,.text_image_top_image_position.text_image_horizontal_right,.text_image_vertical_bottom{align-items:flex-end}.text__image-image{border-radius:12px;overflow:hidden;width:auto;max-width:100%;min-width:30%;display:flex;align-items:center}.text__image-image img{width:100%;max-width:100%;height:auto;margin:0}.intro__banner-left,.intro__banner-right{width:100%;flex:1}.intro__banner-left{display:flex;flex-direction:column;justify-content:center}.intro__banner-left.width-25{max-width:25%}.intro__banner-left.width-50{max-width:50%}.intro__banner-left.width-75{max-width:75%}.intro__banner-left.width-100{max-width:100%}.intro__banner-right{display:flex;align-items:center}@media(max-width:992px){.mobile__menu{display:flex}#header_menu{display:none}.menu__btn-open{padding:10px;display:block}.header__wrapper.left{justify-content:space-between}.intro__banner-left.width-25{max-width:50%}}@media(max-width:768px){.text__image-wrapper.text_image_left_image_position,.text__image-wrapper.text_image_top_image_position{flex-direction:column-reverse}.intro__banner-wrapper,.text__image-wrapper.text_image_bottom_image_position,.text__image-wrapper.text_image_right_image_position{flex-direction:column}.intro__banner-left.width-25,.intro__banner-left.width-50{max-width:75%}.reversed-layout .intro__banner-wrapper{flex-direction:column-reverse}}@media(max-width:576px){.intro__banner-left{max-width:100%!important}}.faq-accordion{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--faq-question-bg-hover-color);padding:10px 0}.faq-question{font-size:1.2em;margin:0;padding:10px;background:var(--faq-question-bg-color);transition:background .3s;color:var(--faq-question-text-color)!important;}.faq-question:hover{background:var(--faq-question-bg-hover-color)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0 10px}.faq-item.active .faq-answer{max-height:200px;padding:10px}.footer__contacts-single{display:flex;gap:5px;align-items:center}.footer__contacts-single img{width:15px;height:15px}.footer__contacts-single-text,.footer__contacts-single-text a{font-size:14px;line-height:2;color:#fff;text-decoration-line:none}.footer__socials,.socials__widget-wrapper{display:flex;gap:10px;flex-wrap:wrap}.footer__socials a,.socials__widget-wrapper a{padding:10px;text-decoration-line:unset;border-radius:5px;display:flex;align-items:center;justify-content:center;background-color:var(--socials-bg-color)}.footer__socials img,.socials__widget-wrapper img{width:100%;height:auto;max-width:30px;max-height:30px;margin:0}.footer__block.footer_align_full .footer__block-col{flex:1}.acf-toc{background:var(--header-menu-bg-color);padding:15px;border-radius:5px;margin-bottom:20px}.acf-toc ul{padding:0}.acf-toc ul li{margin-bottom:5px}.acf-toc ul li a{text-decoration:none}.acf-toc ul li .clickable-div,.acf-toc ul li a{width:fit-content}.acf-toc ul li .clickable-div:hover,.acf-toc ul li a:hover{text-decoration:underline;transform:scale(1.1)}.wp-social-link .clickable-div,.wp-social-link a{display:flex;align-items:center;justify-content:center;padding:5px}.wp-social-link img,.wp-social-link svg{width:30px;height:30px;font-size:30px}.socials__widget-wrapper{margin-bottom:1.5em;}
.wp-social-link .clickable-div path {
	fill: #fff;
}
.header__menu-wrapper {
	display: flex;
    align-items: center;
    gap: 10px;
}
.header__wrapper.center .header__menu-wrapper {
	margin: 0 auto;
    justify-content: space-between;
}
.header__wrapper.right .header__menu-wrapper {
	margin-left: auto;
}
.header__wrapper.left .header__buttons {
	margin-left: auto;
}
.header__buttons a {
	padding: var(--header_btn_padding);
	margin: var(--header_btn_margin);
	border: var(--header_btn_border);
	border-radius: var(--header_btn_border_radius);
	text-decoration-line: none;
	transition: all .3s ease-in-out;
}
.header__buttons a.header__btn-first {
	color: var(--header_btn_text_color_1);
	background-color: var(--header_btn_bg_color_1);
}
.header__buttons a.header__btn-second {
	color: var(--header_btn_text_color_2);
	background-color: var(--header_btn_bg_color_2);
}
.header__buttons a.header__btn-first:hover {
	color: var(--header_btn_text_hover_color_1);
	background-color: var(--header_btn_bg_hover_color_1);
}
.header__buttons a.header__btn-second:hover {
	color: var(--header_btn_text_hover_color_2);
	background-color: var(--header_btn_bg_hover_color_2);
}
#header_menu a, 
#header_menu .clickable-div,
#header_menu li {
	transition: all .3s ease-in-out;
}
body #main__section tr:first-child td{
	background-color:var(--accent-color);
	font-weight:700;
	text-align:center
}
.intro__banner-right {
		overflow: hidden;
		justify-content: center;
	}
	.intro__banner-right .intro__banner-image {
		max-height: 400px;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.banner__desktop-image {
		display: block;
	}
	.intro__banner-right .banner__mobile-image {
		display: none;
		max-height: 300px;
		width: 100%;
        object-fit: cover;
		min-height: 200px;
	}
	@media(max-width: 768px) {
		.intro__banner-section .container {
			padding: 0;
			margin: 0;
			max-width: unset;
		}
		.header__wrapper .header__buttons {
			display: none;
		}
		.header__buttons {
			margin-left: 15px;
    		margin-bottom: 20px;
		}
		.intro__banner-left {
			align-items: center;
			text-align: center;
			padding: 0 24px;
		}
		.banner__desktop-image {
			display: none;
		}
		.intro__banner-right .banner__mobile-image {
			display: block;
		}
		.intro__banner-wrapper {
			flex-direction: column-reverse!important;
		}
		
		.header__wrapper.left .header__buttons {
			display: none;
		}
	}
/* Banner Mini */
.banner__mini {
	max-width: 800px;
	margin: 30px auto;
	padding: 20px;
	background: green;
	border-radius: 10px;
}
.banner__mini-wrapper {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 20px;
	position: relative;
}
.banner__mini-content {
	max-width: calc(100% - 300px);
}
.banner__mini img {
	width: auto;
    max-width: 150px;
    min-height: calc(100% + 20px);
    margin: 0;
    height: auto;
    position: absolute;
}
.banner__mini img.banner__mini-img-first {
	
}
.banner__mini img.banner__mini-img-second {
	
}
.banner__mini-content {
	display: flex;
	gap: 10px;
}
.banner__mini-title {
	font-size: 24px;
}
.banner__mini-content.banner__mini-row {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
    padding: 0 20px;
	flex-wrap: wrap;
}
.banner__mini-content.banner__mini-column {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.banner__mini-btn {
	padding: 5px 10px;
	text-decoration-line: none;
	font-size: 14px;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	margin: 0 auto; !important
}
/* custom slots - Modern Momang Style */
	.custom__slots-block {
		margin: 50px 0;
		padding: 0;
	}
	
	.custom__slots-wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 24px;
		align-items: start;
		justify-items: center;
		max-width: 100%;
	}
	
	.custom__slots-single {
		max-width: 200px;
		width: 100%;
		display: flex;
		flex-direction: column;
		background: transparent;
		border-radius: 0;
		overflow: visible;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	
	.custom__slots-single:hover {
		transform: translateY(-8px);
		box-shadow: none;
	}
	
	.custom__slots-single__content {
		position: relative;
		overflow: hidden;
		border-radius: 16px;
		background: #2D1B69;
		aspect-ratio: 1;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
		transition: all 0.3s ease;
	}
	
	.custom__slots-single__content::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		background: linear-gradient(180deg, rgba(124, 58, 237, 0.85) 0%, rgba(124, 58, 237, 0.6) 100%);
		border-radius: 16px;
	}
	
	.custom__slots-img-wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		border-radius: 16px;
		background: #1E1B4B;
	}
	
	.custom__slots-img-wrapper img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		margin: 0;
		display: block;
		transition: transform 0.3s ease;
	}
	
	.custom__slots-single:hover .custom__slots-img-wrapper img {
		transform: scale(1.05);
	}
	
	.custom__slots-btn-block {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 12px;
		z-index: 3;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	
	.custom__slots-single:hover .custom__slots-btn-block {
		opacity: 1;
	}
	
	.custom__slots-btn-block a {
		transition: all 0.3s ease-in-out;
		text-decoration-line: none;
		transform: translateY(10px);
	}
	
	.custom__slots-single:hover .custom__slots-btn-block a {
		transform: translateY(0);
	}
	
	.custom__slots-btn-block a img {
		margin: 0;
		filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
	}
	
	.custom__slots-btn-block a.slot__btn-first {
		background: rgba(255, 255, 255, 0.95);
		border-radius: 50%;
		padding: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
		transition: all 0.3s ease;
	}
	
	.custom__slots-btn-block a.slot__btn-first:hover {
		background: #fff;
		transform: scale(1.1);
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
	}
	
	.custom__slots-btn-block a.slot__btn-first img {
		width: 32px;
		height: 32px;
	}
	
	.custom__slots-btn-block a.slot__btn-second {
		background: #7C3AED;
		color: #fff;
		padding: 10px 20px;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);
		transition: all 0.3s ease;
	}
	
	.custom__slots-btn-block a.slot__btn-second:hover {
		background: #8B5CF6;
		transform: translateY(-2px);
		box-shadow: 0 6px 16px rgba(124, 58, 237, 0.5);
	}
	
	.custom__slots-single:hover .custom__slots-single__content::after {
		opacity: 1;
	}
	
	.custom__slots-single__text {
		text-align: center;
		margin-top: 16px;
		padding: 0 8px;
	}
	
	.custom__slots-single__title,
	.custom__slots-single__subtitle {
		transition: all 0.3s ease-in-out;
		color: #fff;
	}
	
	.custom__slots-single__title {
		font-weight: 700;
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 4px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.3px;
	}
	
	.custom__slots-single__subtitle {
		font-size: 13px;
		line-height: 1.5;
		color: #E5E7EB;
		opacity: 0.9;
		font-weight: 400;
	}
	
	.custom__slots-single:hover .custom__slots-single__title,
	.custom__slots-single:hover .custom__slots-single__subtitle {
		color: #fff;
	}
	
	/* Responsive adjustments */
	@media (max-width: 1200px) {
		.custom__slots-wrapper {
			grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
			gap: 20px;
		}
	}
	
	@media (max-width: 768px) {
		.custom__slots-wrapper {
			grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
			gap: 16px;
		}
		
		.custom__slots-single {
			max-width: 100%;
		}
		
		.custom__slots-single__title {
			font-size: 14px;
		}
		
		.custom__slots-single__subtitle {
			font-size: 12px;
		}
	}
	
	@media (max-width: 576px) {
		.custom__slots-wrapper {
			grid-template-columns: repeat(2, 1fr);
			gap: 12px;
		}
	}
/* end of custom slots */

/* Momang Casino Header Styles */
header {
	border-bottom: none;
	background-color: transparent !important;
}

/* Верхняя полоса */
.header__top-bar {
	background-color: #6B46C1;
	padding: 8px 0;
}

.header__top-bar-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header__top-links {
	display: flex;
	gap: 20px;
	align-items: center;
}

.header__top-links a,
.header-top-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: opacity 0.3s ease;
}

.header__top-links a:hover,
.header-top-menu a:hover {
	opacity: 0.8;
}

.header-top-menu {
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-top-menu li {
	margin: 0;
}

/* Основная полоса */
.header__main-bar {
	background-color: #7C3AED;
	padding: 15px 0;
}

.header__main-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.header__search {
	flex: 0 0 auto;
}

.header__menu-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: var(--header_btn_padding);
	margin: 0;
	border: var(--header_btn_border);
	border-radius: var(--header_btn_border_radius);
	background-color: var(--header_btn_bg_color_1);
	color: var(--header_btn_text_color_1);
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
	cursor: pointer;
}

.header__menu-cta:hover {
	background-color: var(--header_btn_bg_hover_color_1);
	color: var(--header_btn_text_hover_color_1);
	transform: translateY(-1px);
}

.header__search-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 12px;
	transition: opacity 0.3s ease;
}

.header__search-btn:hover {
	opacity: 0.8;
}

.header__search-btn svg {
	flex-shrink: 0;
}

.header__logo-wrapper {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__logo-wrapper .header__logo {
	max-width: 200px;
	height: auto;
}

.header__actions {
	flex: 0 0 auto;
}

.header__btn-login {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background-color: #fff;
	color: #7C3AED;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.header__btn-login:hover {
	background-color: #f0f0f0;
	transform: translateY(-1px);
}

.header__btn-login svg {
	flex-shrink: 0;
}

/* Навигационная полоса - Modern Momang Style */
.header__nav-bar {
	background-color: #374151;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.header__nav-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
}

#header_menu {
	display: flex;
	gap: 0;
	align-items: stretch;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header_menu li {
	padding: 0;
	margin: 0;
	position: relative;
}

#header_menu > li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#header_menu > li:last-child {
	border-right: none;
}

#header_menu li a,
#header_menu li .clickable-div {
	color: #E5E7EB;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
	padding: 16px 24px;
	display: block;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

#header_menu li a::after,
#header_menu li .clickable-div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #7C3AED 0%, #8B5CF6 100%);
	transition: width 0.3s ease;
}

#header_menu li a:hover,
#header_menu li .clickable-div:hover {
	color: #fff;
	background-color: rgba(124, 58, 237, 0.1);
}

#header_menu li a:hover::after,
#header_menu li .clickable-div:hover::after {
	width: 100%;
}

/* Активное состояние меню */
#header_menu li.current-menu-item > a,
#header_menu li.current-menu-item > .clickable-div,
#header_menu li.current-menu-ancestor > a,
#header_menu li.current-menu-ancestor > .clickable-div {
	color: #fff;
	background-color: rgba(124, 58, 237, 0.15);
}

#header_menu li.current-menu-item > a::after,
#header_menu li.current-menu-item > .clickable-div::after,
#header_menu li.current-menu-ancestor > a::after,
#header_menu li.current-menu-ancestor > .clickable-div::after {
	width: 100%;
}

/* Выпадающие меню */
#header_menu li.menu-item-has-children > a::before,
#header_menu li.menu-item-has-children > .clickable-div::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #E5E7EB;
	margin-left: 8px;
	vertical-align: middle;
	transition: transform 0.3s ease;
}

#header_menu li.menu-item-has-children:hover > a::before,
#header_menu li.menu-item-has-children:hover > .clickable-div::before {
	transform: rotate(180deg);
	border-top-color: #fff;
}

#header_menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #2D1B69;
	min-width: 220px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 8px 8px;
	padding: 8px 0;
	z-index: 1000;
	border-top: 3px solid #7C3AED;
}

#header_menu > li:hover > ul {
	display: block;
	animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#header_menu > li > ul li {
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#header_menu > li > ul li:last-child {
	border-bottom: none;
}

#header_menu > li > ul li a,
#header_menu > li > ul li .clickable-div {
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #E5E7EB;
}

#header_menu > li > ul li a::after,
#header_menu > li > ul li .clickable-div::after {
	display: none;
}

#header_menu > li > ul li a:hover,
#header_menu > li > ul li .clickable-div:hover {
	background-color: rgba(124, 58, 237, 0.2);
	color: #fff;
	padding-left: 24px;
}

/* Адаптивность для навигационного меню */
@media (max-width: 992px) {
	.header__nav-bar {
		display: none;
	}
}

@media (max-width: 768px) {
	#header_menu li a,
	#header_menu li .clickable-div {
		padding: 14px 20px;
		font-size: 14px;
	}
}

/* Темная тема для body */
body {
	background-color: #1E1B4B !important;
	color: #fff;
}

/* Обновление стилей для контента */
.content__block {
	color: #fff;
}

.content__block p,
.content__block li,
.content__block span {
	color: #E5E7EB;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff !important;
}

/* Обновление промо-баннера для темной темы */
.intro__banner-section {
	background-color: #7C3AED !important;
	color: #fff !important;
}

.intro__banner-heading {
	color: #fff !important;
}

.intro__banner-text {
	color: #E5E7EB !important;
}

.intro__banner-btn.button {
	background-color: #fff !important;
	color: #7C3AED !important;
	border: none;
}

.intro__banner-btn.button:hover {
	background-color: #f0f0f0 !important;
}


/* Стили для секций с заголовками */
.content__block h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

/* Обновление футера для темной темы */
footer {
	background-color: #1E1B4B !important;
	padding: 60px 0 30px;
	margin-top: 60px;
}

.footer__block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	margin-bottom: 40px;
}

.footer__general {
	margin-bottom: 20px;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__text {
	color: #E5E7EB;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.footer__menu-col {
	display: flex;
	flex-direction: column;
}

.footer__menu-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

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

.footer__menu li {
	margin-bottom: 12px;
}

.footer__menu li a,
.footer__menu li .clickable-div {
	color: #E5E7EB;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer__menu li a:hover,
.footer__menu li .clickable-div:hover {
	color: #fff;
}

.footer__socials {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.footer__socials a {
	background-color: #2D1B69;
	padding: 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer__socials a:hover {
	background-color: #7C3AED;
	transform: translateY(-2px);
}

.footer__socials img {
	width: 24px;
	height: 24px;
}

.footer__contacts-single {
	margin-bottom: 15px;
}

.footer__contacts-single-text,
.footer__contacts-single-text a {
	color: #E5E7EB;
	font-size: 14px;
	line-height: 1.6;
}

.footer__contacts-single-text a:hover {
	color: #fff;
}

/* Копирайт и регуляторная информация */
.footer__copyright {
	border-top: 1px solid #2D1B69;
	padding-top: 30px;
	margin-top: 40px;
	text-align: center;
	color: #9CA3AF;
	font-size: 12px;
}

.footer__regulatory {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.footer__regulatory img {
	max-height: 50px;
	width: auto;
}

/* Адаптивность */
@media (max-width: 992px) {
	.header__top-bar,
	.header__nav-bar {
		display: none;
	}
	
	.header__main-wrapper {
		flex-wrap: wrap;
	}
	
	.header__search {
		order: 1;
	}
	
	.header__logo-wrapper {
		order: 2;
		flex: 1 1 100%;
		justify-content: center;
	}
	
	.header__actions {
		order: 3;
	}
	
	.menu__btn-open {
		order: 4;
		display: block;
	}
}

@media (max-width: 768px) {
	.header__search-btn span {
		display: none;
	}
	
	.header__btn-login span {
		display: none;
	}
	
	.header__btn-login {
		padding: 10px;
	}
}

.faq-footer-row {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
	gap: 32px;
	margin: 60px auto;
	align-items: stretch;
	width: 100%;
	background: linear-gradient(135deg, rgba(20, 12, 46, 0.95), rgba(12, 9, 34, 0.95));
	border: 1px solid rgba(124, 58, 237, 0.35);
	border-radius: 32px;
	padding: 48px;
	box-shadow: 0 30px 60px rgba(5, 2, 22, 0.55);
	position: relative;
	overflow: hidden;
}

.faq-footer-row::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at top right, rgba(124, 58, 237, 0.35), transparent 45%);
	opacity: 0.7;
}

.faq-footer-col {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.faq-footer-row .faq-accordion {
	max-width: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.faq-footer-row .faq-item {
	background: #070414;
	border: 1px solid rgba(124, 58, 237, 0.25);
	border-radius: 18px;
	padding: 0;
	box-shadow: 0 15px 35px rgba(4, 3, 14, 0.8);
	overflow: hidden;
}

.faq-footer-row .faq-question {
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 56px 20px 24px;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .2px;
	position: relative;
	transition: color .3s ease;
}

.faq-footer-row .faq-question::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	right: 24px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	background: url('../images/plus-circle.svg') center/contain no-repeat;
	filter: brightness(0) invert(1);
	transition: transform .3s ease, filter .3s ease;
}

.faq-footer-row .faq-item.active .faq-question::after {
	transform: translateY(-50%) rotate(45deg);
	filter: hue-rotate(270deg) brightness(1.2);
}

.faq-footer-row .faq-answer {
	padding: 0 24px 0;
	color: #DAD7FF;
	background: rgba(124, 58, 237, 0.08);
	border-top: 1px solid rgba(124, 58, 237, 0.2);
}

.faq-footer-row .faq-item.active .faq-answer {
	padding: 16px 24px 24px;
}

.faq-footer-col--icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 24px;
	column-gap: 32px;
	padding: 36px;
	border-radius: 24px;
	background: linear-gradient(135deg, #11102A 0%, #1C1244 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 25px rgba(124, 58, 237, 0.2), 0 20px 45px rgba(0, 0, 0, 0.45);
	width: 100%;
	max-width: 420px;
}

.footer-social-icons img,
.footer-social-icons .footer-icon {
	max-height: 44px;
	width: auto;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .65));
}

.footer-social-icons .footer-icon:not(:last-child) {
	margin-right: 0;
}

@media (max-width: 1200px) {
	.faq-footer-row {
		padding: 40px;
		gap: 28px;
	}
}

@media (max-width: 992px) {
	.faq-footer-row {
		grid-template-columns: 1fr;
		margin: 40px 0;
		padding: 36px;
	}
	
	.faq-footer-col--icons {
		justify-content: flex-start;
	}
	
	.footer-social-icons {
		max-width: none;
	}
}

@media (max-width: 576px) {
	.faq-footer-row {
		padding: 28px 20px;
	}
	
	.footer-social-icons {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}
	
	.footer-social-icons img,
	.footer-social-icons .footer-icon {
		margin: 0 auto;
	}
}

/* Modern Footer */
.container_footer {
	max-width: 1300px;
	margin: 60px auto 0;
	padding: 28px 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(9, 6, 24, 0.95), rgba(18, 11, 46, 0.92));
	border: 1px solid rgba(124, 58, 237, 0.25);
	box-shadow: 0 30px 60px rgba(5, 2, 22, 0.55);
	color: #DCD8FF;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
}

.container_footer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 30%, rgba(124, 58, 237, 0.25), transparent 55%);
	pointer-events: none;
	opacity: 0.6;
}

.container_footer > * {
	position: relative;
	z-index: 1;
}

.container_footer p {
	margin: 0 0 10px;
}

.container_footer a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
	padding-bottom: 1px;
	transition: color 0.3s ease, border-color 0.3s ease;
}

.container_footer a:hover {
	color: #b9a5ff;
	border-color: rgba(185, 165, 255, 0.65);
}

#footer {
	background: radial-gradient(circle at 5% 20%, rgba(124, 58, 237, 0.25), rgba(17, 12, 46, 0.95)) url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-opacity='0.12'%3E%3Cpath d='M0 16h160M0 48h160M0 80h160M0 112h160M0 144h160' stroke='%23ffffff' stroke-width='0.5'/%3E%3Cpath d='M16 0v160M48 0v160M80 0v160M112 0v160M144 0v160' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover, 280px 280px;
	padding: 90px 0 50px;
	margin-top: 55px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer::before,
#footer::after {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	filter: blur(105px);
	opacity: 0.45;
	border-radius: 50%;
	z-index: 0;
}

#footer::before {
	background: rgba(162, 95, 255, 0.5);
	top: -160px;
	left: -160px;
}

#footer::after {
	background: rgba(55, 200, 255, 0.4);
	bottom: -220px;
	right: -120px;
}

#footer .container {
	position: relative;
	z-index: 1;
}

.footer__block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 28px;
	width: 100%;
}

.footer__block-col {
	background: rgba(5, 3, 19, 0.55);
	border-radius: 26px;
	padding: 28px;
	border: 1px solid rgba(124, 58, 237, 0.2);
	box-shadow: 0 25px 55px rgba(4, 3, 14, 0.7);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer__block-col:hover {
	transform: translateY(-6px);
	border-color: rgba(124, 58, 237, 0.45);
	box-shadow: 0 35px 65px rgba(4, 3, 14, 0.9);
}

.footer__general {
	align-items: flex-start;
	text-align: left;
	gap: 20px;
}

.footer__logo {
	max-width: 190px;
	filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.55));
}

.footer__text {
	color: #CFCBFF;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

.footer__menu-title {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #f7f5ff;
	margin: 0;
}

.footer__menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer__menu li a,
.footer__menu li .clickable-div {
	color: #d6d2ff;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 0;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	transition: color 0.3s ease, transform 0.3s ease;
}

.footer__menu li a::before,
.footer__menu li .clickable-div::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, #7C3AED, #C084FC);
	display: inline-block;
	flex-shrink: 0;
	transform: scale(0.6);
	transition: transform 0.3s ease;
}

.footer__menu li a:hover,
.footer__menu li .clickable-div:hover {
	color: #fff;
	transform: translateX(4px);
}

.footer__menu li a:hover::before,
.footer__menu li .clickable-div:hover::before {
	transform: scale(1);
}

.footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.footer__socials a {
	width: 46px;
	height: 46px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), rgba(124, 58, 237, 0.4));
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.footer__socials a:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.45);
	border-color: rgba(255, 255, 255, 0.35);
}

.footer__socials img {
	max-width: 22px;
	filter: brightness(1.1);
}

.footer__contacts-single {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #d8d6ff;
}

.footer__contacts-single img {
	width: 18px;
	height: 18px;
	filter: brightness(2);
}

.footer__contacts-single-text,
.footer__contacts-single-text a {
	color: inherit;
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
}

.footer__contacts-single-text a:hover {
	color: #fff;
}

.footer__copyright {
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 24px;
	text-align: center;
	color: #a5a3c7;
	font-size: 13px;
	line-height: 1.7;
}

.footer__regulatory {
	margin-top: 18px;
	gap: 24px;
}

.footer__regulatory img {
	filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.45));
	max-height: 42px;
}

@media (max-width: 992px) {
	.container_footer {
		padding: 24px 28px;
		margin-top: 40px;
	}
	
	.footer__block-col {
		border-radius: 20px;
	}
}

@media (max-width: 576px) {
	.container_footer {
		padding: 20px;
		border-radius: 20px;
	}
	
	.footer__block {
		grid-template-columns: 1fr;
	}
	
	.footer__block-col {
		padding: 22px;
	}
}