html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.mobile_menu li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 16px;
	display: block;
	text-decoration: none;
	width: 100%;
	color: #000000;
}
.close, .burger {
	display: none;
}
.mobile_menu .menu > li:not(:last-child) {
	border-bottom: 1px solid #1C000036;
}
.mobile_menu .menu .menu-item-has-children > a:after {
	content: url(/wp-content/uploads/2025/08/chevron-down.svg);
	width: 24px;
	height: 24px;
	transition: all .3s linear;
	display: block;
	position: absolute;
	right: 15px;
    top: 30%;
}
.mobile_menu .menu .menu-item-has-children .sub-menu {
	display: none;
}
.mobile_menu .menu .menu-item-has-children .sub-menu li a {
	padding: 10px 16px;
	color: #616161;
	font-weight: 400;
}
.mobile_menu .menu .menu-item-has-children.active .sub-menu {
	display: block;
}
.mobile_menu .menu .menu-item-has-children.active > a:after {
	transform: rotate(180deg);
}
.mobile_menu .menu .menu-item-has-children > a {
	position: relative;
}
.mobile_menu {
	position: fixed;
    top: 79px;
	transform: translateY(-1000px);
	overflow: scroll;
	transition: all .3s linear;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    display: none;
}
body.active .mobile_menu {
	transform: translateY(0);
    display: block;
}
body.active {
	overflow: hidden;
}
ul, ol {
    list-style: none;
}
body {
    font-family: "Inter", sans-serif;
   
}
body.home {
    background-image: url('/wp-content/uploads/2025/08/main_i.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 700px;
}
.header {
    padding: 10px 0;
    background: var(--theme-header-background, #000000);
	margin: 0 auto;
}
.header .container {
    display: flex;
    gap: 35px;
    align-items: center;
}
#menu-header-menu.menu > li > a:hover {
	color: #FFA200;
}
#menu-header-menu.menu > li.menu-item-has-children {
	padding-right: 20px;
	background: url(/wp-content/uploads/2025/08/arrow_down.svg) no-repeat right;
	transition: all .1s linear;
}
#menu-header-menu.menu > li.menu-item-has-children:hover {
	background: url(/wp-content/uploads/2025/08/arrow_down_active.svg) no-repeat right;
}
#menu-header-menu.menu > li.menu-item-has-children > .sub-menu {
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	max-width: 200px;
	border-radius: 4px;
	transition: all .3s linear;
	display: flex;
	width: 200px;
	top: 35px;
	flex-direction: column;
	overflow: hidden;
	gap: 0 !important;
	position: absolute;
	box-shadow: 0px 4px 8px 0px #0000001A;
}
#menu-header-menu.menu > li.menu-item-has-children > .sub-menu li {
	width: 100%;
}
#menu-header-menu.menu > li.menu-item-has-children:hover > a {
	color: #FFA200;
}
#menu-header-menu.menu > li.menu-item-has-children > .sub-menu li a {
	color: #000000;
	transition: all .3s linear;
	display: block;
	padding: 6px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000
}
#menu-header-menu.menu > li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
#menu-header-menu.menu > li.menu-item-has-children > .sub-menu li a:hover {
	background: #F5F5F5;
}
#menu-header-menu.menu > li.menu-item-has-children {
	position: relative;
}
.custom-logo-link {
    max-width: 200px;
    display: block;
}
.custom-logo-link img {
    width: auto;
    display: block;
    height: 63px;
    max-width: 200px;
}
.header .container ul {
    display: flex;
    gap: 28px;
    align-items: center;
}
.header .container ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
}
.hero_block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hero_block_wrap {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-gap: 45px;
}
.wrapper_default_page {
	padding: 100px 0;
}
.list_casinos_item_rating {
    display: flex;
    align-items: center;
    gap: 2px;
}
.list_casinos_item_rating span {
    margin-right: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFA200;
}
.title {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    vertical-align: middle;
    color: #302C2C;
    margin-bottom: 20px;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    color: #302C2CA6;
}
.list_casinos_item {
    display: flex;
    border: 1px solid #1C000036;
    border-radius: 24px;
    background: #ffffff;
    justify-content: space-between;
    padding: 16px;
}
.list_casinos_right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single .list_casinos_right {
    flex-direction: column;
}
.single_casino_line_rating > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 7px;
    border: 1px solid #0000000F;
    border-radius: 16px;
    align-items: center;
    width: 100%;
}
.single_casino_line_rating > div > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFA200;
    margin-bottom: 5px;
}
.single_casino_line_rating .btn {
    width: 100%;
    position: relative;
    justify-content: center;
    padding: 18px !important;
}
.single_casino_line_rating .btn svg {
    position: absolute;
    right: 15px;
}
.list_casinos_left {
    display: flex;
    align-items: center;
	max-width: 178px;
    margin-right: 20px;
}
.list_casinos_banner img {
    max-width: 60px;
}
.list_casinos_left > div {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}
.list_casinos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list_casinos_left > img {
    max-width: 48px;
    max-height: 48px;
    display: block;
    width: 48px;
    object-fit: contain;
	border-radius: 100%;
}
.list_casinos_banner {
    box-shadow: 0px 0px 5.19px 0px #3656F947;
    border-radius: 20px;
    padding: 9px 20px 9px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    max-width: 250px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #A855F7 145%);
}
.list_casinos_banner span {
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
    line-height: 100%;
    color: #000000;
}
.list_casinos_right .btn {
    font-weight: 600;
    padding: 14px 20px;
    background: var(--theme-btn-background, linear-gradient(90deg, #17057B 0%, #2A09E1 100%));
    font-size: 16px;
    border-radius: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 18.11px;
    letter-spacing: 0%;
    color: #ffffff;
}
.list_casinos_right .btn svg {
    margin-left: 5px;
}
.list_casinos_item_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #1E2327;
    margin-bottom: 10px;
}
.casinos_table_item {
    display: flex;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #D5D0D0;
    border-radius: 24px;
    align-items: center;
    justify-content: space-between;
}
.casinos_table_item_right {
    display: flex;
    gap: 24px;
    align-items: center;
}
.casinos_table_text {
    display: grid;
    width: 480px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    max-width: 480px;
}
.casinos_table_text_title {
    font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}
.casinos_table_text_i ul li, .casinos_table_text_i span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    color: #302C2CCC;
}
.casinos_table_text_i ul li:before {
    content: url('/wp-content/uploads/2025/08/SVG.svg');
    display: block;
    margin-right: 5px;
}
.btn_v2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    padding: 18px 70px;
    background: var(--theme-btn-background, #0637FC);
    border: 0.99px solid var(--theme-btn-border, #2010FF);
    border-radius: 24px;
    color: #ffffff;
}
.list_casinos_item_read {
    display: inline-block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	width: fit-content;
    color: #000000;
}
.casinos_table_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.casinos_table {
    margin-bottom: 80px;
}
.image_text_block_item {
    padding: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    background: var(--theme-img-text-block-background, #E7EFFF);
}
.text_block {
    margin-bottom: 70px;
    margin-top: 70px;
}
.image_text_block_item img {
    max-width: 110px;
    display: block;
    margin-right: 32px;
    object-fit: contain;
}
.image_text_block_item_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 42.48px;
    letter-spacing: 0px;
    color: #302C2C;
    margin-bottom: 12px;
}
.image_text_block_item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #302C2C;
}
.image_text_block_wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.faq {
    margin-top: 70px;
    margin-bottom: 70px;
}
.faq_text {
    display: none;
    margin-top: 10px;
}
.faq_item {
   padding: 24px;
   background: #ffffff;
   cursor: pointer;
   border-radius: 24px;
   box-shadow: 0px 4px 4px 0px #6E8BAA1A;
   border: 1px solid #8395A81A;
}
.faq_title {
    display: flex !important;
	gap: 20px !important;
    align-items: center !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    margin: 0 !important;
    line-height: 24px !important;
    color: #000000 !important;
    justify-content: space-between !important;
}
.faq_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq_item svg {
    transition: all .3s linear;
	min-width: 25px;
	height: 24px;
    display: block;
}
.faq_item.active svg {
    transform: rotate(180deg);
}
.seo_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #757474;
    margin: 20px 0;
}
.seo_text ol li, .seo_text ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #757474;
}
.seo_text ol {
    list-style-type: auto;
    margin: 15px 0;
    padding-left: 20px;
}
.seo_text ul {
    list-style-type: disc;
    margin: 20px 0;
    padding-left: 20px;
}
.faq_text p {
    margin-top: 0;
}
h1 {
    font-weight: 500;
    width: fit-content;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 100%;
    color: #302C2C;
}
.seo_text h2 {
    font-weight: 500;
    width: fit-content;
    font-size: 36px;
    margin: 40px 0;
    line-height: 100%;
    color: #302C2C;
}
.seo_text h3 {
    font-weight: 500;
    width: fit-content;
    font-size: 32px;
    margin: 20px 0;
    line-height: 100%;
    color: #302C2C;
}
.seo_text p a, .seo_text a {
    color: #000000;
}
.seo_text strong, .seo_text b {
    font-weight: bold;
    color: #302C2C;
}
.our_author_item > div {
    display: flex;
    align-items: center;
}
.our_author_item {
    background: #ffffff;
    box-shadow: 0px 4px 80px 0px #2F78BB1A;
    padding: 45px 70px;
    border-radius: 24px;
}
.our_author_item > div > img {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    display: block;
    object-fit: contain;
}
.our_author_item_title {
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}
.our_author_item_text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}
.our_author {
    margin-bottom: 70px;
}
.footer {
    padding: 80px 0;
    background: var(--theme-footer-background, #000000);
}
.footer_top {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF99;
    justify-content: space-between;
    margin-bottom: 55px;
}
.footer_top_col:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.footer_top_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16.8px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer_top_item ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16.8px;
    color: #FFFFFF99;
    text-decoration: none;
}
.footer_top_item ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.footer_center_col:last-child {
    display: flex;
    gap: 100px;
    align-items: center;
}
.footer_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.9px;
    color: #FFFFFF99;
}
.footer_menu ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF99;
}
.footer_menu ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.socials {
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer_bottom {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF99;
}
.main {
    margin-top: 32px;
}
#breadcrumbs {
    margin-bottom: 32px;
}
#breadcrumbs > span {
    display: flex;
    align-items: center;
    gap: 10px;
}
#breadcrumbs > span > span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
#breadcrumbs > span > span > a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    color: #787676;
}
.single_casino h1 {
    margin-bottom: 20px;
}
.single_casino_top {
    margin-bottom: 40px;
}
.single_casino_line {
    display: flex;
    margin-bottom: 43px;
    align-items: center;
    padding: 16px;
    border: 1px solid #1C000036;
    border-radius: 24px;
    justify-content: space-between;
    gap: 20px;
}
.single_casino_line_col {
    display: flex;
    gap: 20px;
    align-items: center;
}
.single_casino_line_banner {
    display: flex;
    align-items: center;
    height: 140px;
}
.single_casino_line_banner > img {
    max-width: 155px;
    object-fit: contain;
    position: absolute;
    right: 20px;
}
.single_casino_line_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.single_casino_line_item {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    border-radius: 16px;
    border: 1px solid #EFF5F9;
}
.single_casino_line_item img {
    max-width: 24px;
    display: block;
    margin: 0 auto;
}
.single_casino_line_item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2D445C;
    margin-top: 4px;
    text-align: center;
    display: block;
}
.single_casino_line_col > img {
    border-radius: 24px;
    display: block;
	max-height: 158px;
	height: 158px;
	object-fit: cover;
    max-width: 270px;
    min-width: 270px;
}
.single_casino_line_banner {
    box-shadow: 0px 0px 5.19px 0px #3656F947;
    border-radius: 20px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #A855F7 145%);
    padding: 25px 30px;
    position: relative;
    padding-right: 200px;
}
.wp-block-image img {
    border-radius: 16px;
    overflow: hidden;
}
.single_casino_line_banner > div > div {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    margin-bottom: 18px;    
    max-width: 230px;
}
.single_casino_line_banner span {
    font-weight: 500;
    padding: 5px 11px;
    border-radius: 7px;
    background: #FFA200;
    font-size: 12px;
    line-height: 100%;
    color: #ffffff;
}
.single_casino_line_rating {
    width: 210px;
}
.single_casino_details .container {
    max-width: 920px;
    padding: 70px 150px;
    border: 1px solid #1C000036;
    border-radius: 16px;
    margin-bottom: 65px;
}
.details_title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #302C2C;
}
.details_title svg {
    margin-right: 12px;
}
.details_subline > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details_subline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.details_subline > div > span:first-child {
    font-weight: 500;
    font-size: 22px;
    line-height: 25.96px;
    color: #302C2C;
}
.details_subline > div > span:last-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #787676;    
}
.details_info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #787676;
    margin-top: 20px;
    margin-bottom: 20px;
}
.details_info_tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.details_info_tabs span {
    font-weight: 500;
    font-size: 11.89px;
    line-height: 100%;
    color: #000000;
    padding: 6px 25px;
    border: 0.99px solid #000000;
    backdrop-filter: blur(19.750030517578125px);
    border-radius: 5px;
}
.details_info_text b {
    font-weight: bold;
    color: #000000;
}
.details_bottom_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}
.details_bottom {
    border: 0 !important;
    padding: 0 !important;
}
.details_bottom_col {
    padding: 22px 55px;
    border: 1px solid #D5D0D0;
    border-radius: 24px;
}
.details_bottom_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}
.details_bottom_col:first-child ul li:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIzQzE4LjA3NTEgMjMgMjMgMTguMDc1MSAyMyAxMkMyMyA1LjkyNDg3IDE4LjA3NTEgMSAxMiAxQzUuOTI0ODcgMSAxIDUuOTI0ODcgMSAxMkMxIDE4LjA3NTEgNS45MjQ4NyAyMyAxMiAyM1oiIGZpbGw9IiM0Q0FGNTAiLz4KPHBhdGggZD0iTTEwLjUgN0gxMy41VjE3SDEwLjVWN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03IDEwLjVIMTdWMTMuNUg3VjEwLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    display: inline-block;
    margin-right: 5px;
    height: 24px;
}

.details_bottom_col:last-child ul li:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfOTUzMikiPgo8cGF0aCBkPSJNMTEgMjJDOC4wODI2MiAyMiA1LjI4NDczIDIwLjg0MTEgMy4yMjE4MyAxOC43NzgyQzEuMTU4OTMgMTYuNzE1MyAwIDEzLjkxNzQgMCAxMUMwIDguMDgyNjIgMS4xNTg5MyA1LjI4NDczIDMuMjIxODMgMy4yMjE4M0M1LjI4NDczIDEuMTU4OTMgOC4wODI2MiAwIDExIDBDMTMuOTE3NCAwIDE2LjcxNTMgMS4xNTg5MyAxOC43NzgyIDMuMjIxODNDMjAuODQxMSA1LjI4NDczIDIyIDguMDgyNjIgMjIgMTFDMjIgMTMuOTE3NCAyMC44NDExIDE2LjcxNTMgMTguNzc4MiAxOC43NzgyQzE2LjcxNTMgMjAuODQxMSAxMy45MTc0IDIyIDExIDIyWk0xNi41IDkuOUg1LjVWMTIuMUgxNi41VjkuOVoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMV85NTMyIj4KPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
    display: inline-block;
    margin-right: 5px;
    height: 24px;
}

.details_bottom_col li {
    display: flex !important;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    line-height: 20px;
    color: #302C2CCC;
}
.details_bottom_col ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.single_text {
    margin-top: 130px;
}
.front_page_template {
    display: grid;
    grid-template-columns: 1fr 305px;
    grid-gap: 35px;
}
.casino_sidebar {
    height: fit-content;
    top: 15px;
    position: sticky;
    margin-bottom: 70px;
    padding: 16px;
    border: 1px solid #D5D0D0;
    border-radius: 24px;
}
.casino_sidebar_item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid #D5D0D0;
    padding-left: 55px;
    text-decoration: none;
    border-radius: 24px;
    overflow: hidden;
    justify-content: flex-start;
    position: relative;
	height: 46px;
}
.casino_sidebar_item > div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.casino_s_top {
    position: absolute;
    left: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #1E2327;
}
.casino_sidebar_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #1E2327;
    margin-bottom: 8px;
}
.casino_sidebar_item > div > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    vertical-align: middle;
    color: #1E2327;
}
.casino_sidebar_item > div > img {
    border-radius: 100%;
    max-width: 40px;
    display: block;
	object-fit: contain;
	height: 40px;
}
.casino_sidebar_item_btn {
    position: absolute;
    opacity: 0;
    transition: all .3s linear;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #17057B 0%, #2A09E1 100%);
    font-weight: 600;
    font-size: 14px;
    line-height: 18.11px;
    color: #FFFFFF;
    left: 0;
    right: 0;
}
.casino_sidebar_item:hover .casino_sidebar_item_btn {
    opacity: 1;
    z-index: 999;
}
.casino_sidebar_items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.details_info_tabs span.game-types-item {
    background: var(--theme-casino-detail-item-color, #5B7BFD);
    border: 0.987501px solid var(--theme-casino-detail-item-border-color, #2010FF);
    backdrop-filter: blur(9.87502px);
    border-radius: 5px;
    color: #fff;
}

@media(max-width: 991px) {
    .hero_block_wrap {
        grid-template-columns: 1fr;
    }
	.burger {
		display: block;
	}
    body.home {
        background-image: none;
    }
	.header .container {
		flex-direction: row !important;
		justify-content: space-between;
	}
	.header .menu-header-menu-container {
		display: none;
	}
    .hero_block {
        padding-top: 50px;
    }
	.casinos_table {
		margin-bottom: 40px;
	}
    .list_casinos_left {
        margin-right: 0;
        margin-bottom: 12px;
		max-width: 100%;
    }
	.casinos_table_item_left {
		width: 100%;
	}
    .image_text_block_item img {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer_bottom {
        text-align: center;
    }
	body.active .burger {
		display: none;
	}
	body.active .close {
		display: block;
	}
    .footer_top, .footer_center {
        flex-direction: column;
    }
    .list_casinos_banner img {
        margin-left: auto;
    }
    .list_casinos_banner {
        max-width: 100%;
        width: 100%;
    }
    .list_casinos_right .btn {
        justify-content: center;
    }
    .list_casinos_item {
        flex-direction: column;
    }
    .list_casinos_right {
        display: grid;
		grid-gap: 12px;
        grid-template-columns: 1fr;
    }
    .footer_center {
        margin-bottom: 50px;
    }
    .footer_center_col:last-child {
        flex-direction: column;
        gap: 25px;
    }
    .footer_top_col:last-child {
        margin-top: 25px;
    }
    .our_author {
        margin-bottom: 50px;
    }
    .casino_sidebar {
        display: none;
    }
    .front_page_template_col:last-child {
        display: none;
    }
    .our_author_item {
        padding: 25px;
    }
    .front_page_template {
        grid-template-columns: 1fr;
    }
    .image_text_block_item {
        flex-direction: column;
    }
    .casinos_table_text {
        max-width: 100%;
        width: 100%;
    }
    .btn_v2 {
        width: 100%;
        text-align: center;
    }
    .casinos_table_item_right, .casinos_table_item {
        flex-direction: column;
		width: 100%;
    }
	h1 {
		font-size: 34px;
	}
    .text_block, .faq {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .single_casino_line {
        flex-direction: column;
    }
    .single_casino_line_col {
        width: 100%;
		gap: 17px;
    }
    .single_casino_line_banner {
        padding-right: 160px;
        width: 100%;
    }
    .details_bottom_wrap {
        grid-template-columns: 1fr;
    }
    .title {
        font-size: 35px;
    }
    .seo_text h2, .seo_text h3 {
        margin: 30px 0;
    }
    .single_casino_details {
        padding: 0 15px;
    }
    .single_text {
        margin-top: 50px;
    }
    .details_bottom_col {
        padding: 30px;
    }
    .single_casino_details .container {
        padding: 30px;
        margin-bottom: 32px;
    }
    .single .list_casinos_right {
        width: 300px;
    }
    .single_casino_line_banner > div > div {
        font-size: 20px;
    }
    .single_casino_line_items {
        width: 100%;
		grid-gap: 17px;
    }
}

@media(max-width: 475px) {
    .header .container {
        flex-direction: column;
        gap: 10px;
    }
    .seo_text h2 {
        font-size: 32px;
    }
    .single_casino_details .container, .details_bottom_col {
        padding: 20px;
    }
    .seo_text h3 {
        font-size: 26px;
    }
    .single_casino_line_col {
        flex-direction: column;
    }
    .details_subline > div > span:first-child {
        font-size: 20px;
    }
    .details_title {
        font-size: 27px;
    }
    .single .list_casinos_right {
        width: 100%;
    }
    .our_author_item > div {
        flex-direction: column;
        margin-top: 20px;
    }
    .our_author_item > div > img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer_center {
        margin-bottom: 30px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer_center_col {
        margin-top: 25px;
    }
    .footer_top_col:first-child {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .custom-logo-link img {
        height: 35px;
    }
    .title {
        font-size: 35px;
    }
    .image_text_block_item_title {
        font-size: 27px;
    }
    .casinos_table_text {
        grid-template-columns: 1fr;
		grid-gap: 22px;
    }
	.single_casino_line_col > img {
		max-width: 100%;
		width: 100%;
	}
} 
@media(min-width: 2100px) {
	body.home {
		background-image: none !important;
	}
	header {
		max-width: 1300px;
	}
	footer {
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
}
