/*
Theme Name: Child
Template:   tour-planner-ebooking
Version: 3.3
*/

@font-face {
    font-family: Gilroy-Regular;
    src: url(fonts/Gilroy-Regular.woff);
    font-weight: 400
}

@font-face {
    font-family: Gilroy-Semibold;
    src: url(fonts/Gilroy-Semibold.woff);
    font-weight: 600
}

@font-face {
    font-family: Gilroy-Bold;
    src: url(fonts/Gilroy-Bold.woff);
    font-weight: 700
}

@font-face {
    font-family: Gilroy-Black;
    src: url(fonts/Gilroy-Black.woff);
    font-weight: 900
}

body {
    margin: 0
}

a {
    text-decoration: none;
    display: inline-block
}

ul {
    list-style: disc;
}

h1, h2, h3, li, p, ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    font-weight: 600 !important;
    margin-top: 20px !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Inter",sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
}

html::-webkit-scrollbar-track {
    background: 0 0
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .2) transparent
}

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    background: #070707;
    font-family: "Inter",sans-serif;
    color: #ffffff;
    font-size: 14px;
}

body a, body div, body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body strong {
    color: #f5f6f9;
}
input:focus, a:focus, button:focus, .toggle-menu.responsive-menu a:focus,
textarea:focus, .woocommerce form .form-row input:focus.input-text, .woocommerce form .form-row textarea:focus {
    outline: none;
    border-bottom: 0;
}
h1 {
    font-size: 16px;
    margin-bottom: 24px;
}

h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 8px;
}

ul, ol {
    padding: 0;
    margin-bottom: 12px;
    list-style-position: inside;
}

ol {
    list-style-type: decimal;
}

ul li {
    margin-bottom: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #8587a2;
    padding: 8px;
    word-break: break-word;
}

table tr:nth-child(even) {
    background-color: #282622;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

table td p, table th p {
    margin: 0;
}

.casino-ua {
    width: 100%;
    position: relative;
    background: #ffffff;
    font-family: Gilroy-Regular, sans-serif;
    color: #8b85a2;
}

.casino-ua img {
    display: block;
    height: auto
}

.header {
    position: sticky;
    z-index: 20;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #0f1241;
}

.header__wrapper {
    margin: 0 auto;
    height: 55px;
    padding: 0 16px;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.header__logo {
    margin-bottom: 4px;
    margin-left: 5vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo a {
    display: block;
    cursor: pointer;
}

.header__logo a img {
    width: 192px !important;
}

.header__nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header__nav > ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    list-style-type: none;
    height: 100%;
}

.header__nav > ul li {
    position: relative;
    margin-bottom: 0;
}

.header__nav > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 8px;
}

.header__nav > ul li a span {
    position: relative;
    font-size: 14px;
    font-family: Gilroy-Semibold, sans-serif;
}

.header__nav > ul li a span .header__li-hover {
    pointer-events: none;
}

.header__nav > ul li a span .header__li-hover img {
    bottom: -20px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 54px;
    opacity: 0;
}

.header__nav > ul li a span .header__li-hover img.first-child {
    bottom: -20px;
    display: block;
    height: 58px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 107px;
    opacity: 0;
    max-width: unset;
}

.header__nav > ul li a > img {
    display: inline-block;
    padding-right: 4px;
}

.header__nav > ul li .header__li-dot {
    margin-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 4px;
    height: 14px;
    border-radius: 10px;
    background: #eb483f;
    -webkit-animation: flicker 1.9s ease-in-out infinite alternate;
    animation: flicker 1.9s ease-in-out infinite alternate;
}

.header__nav > ul li .header__li-dot div {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    margin-right: 3px;
    background: #ededed;
}

.header__nav > ul li .header__li-dot span {
    color: #ededed;
    font-family: Gilroy-Semibold, sans-serif;
    font-size: 8px;
}

.header__nav > ul li:first-child a span {
    color: #282622;
}

.header__nav > ul li:first-child .header__li-hover img {
    opacity: 1;
}

.header__nav > ul li:hover a span {
    color: #282622;
}

.header__nav > ul li:hover .header__li-hover img {
    opacity: 1;
}

.header__user-actions {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.header__user-actions .chat, .header__user-actions .telegram {
    min-width: 36px;
    height: 36px;: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bfbfcb;
}

.header__user-actions .chat svg, .header__user-actions .telegram svg {
    height: 24px;
    width: 24px;
}

.header__user-actions .chat svg path, .header__user-actions .telegram svg path {
    fill: currentColor;
}

.header__user-actions .chat:hover svg path, .header__user-actions .telegram:hover svg path {
    fill: #282622;
}

.header__user-actions .registration {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__user-actions .registration:hover a span {
    color: #fff;
}

.header__user-actions .registration:hover .registration-animation {
    background: #8f8f8f;
}

.header__user-actions a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(75, 83, 105);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
}
.header__user-actions .registration a:hover
{
    background: rgb(25, 28, 37);
}
.header__user-actions .registration a span {
    position: relative;
    display: block;
    color: #fff;
}

.header__user-actions .registration-animation {
    --offset: 1px;
    background: #fff;
    border-radius: 100px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.header__user-actions .login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(89, 58, 161);
}

.header__user-actions .login span {
    position: relative;
    display: block;
    color: #fff;
}
.header__user-actions a{
    height: 56px;
    border-radius: 32px;
    font-weight: 600;
    padding: 12px;
}
.header__user-actions .login:hover {
    background: rgb(70, 44, 130);
}
.header__user-actions a.glogin {
    border: 1px solid rgb(75, 83, 105);
    background: transparent !important;
    border-radius: 100px;
    width: 56px;
}
.glogin svg{
    width: 24px;
    height: 24px;
}
.header__user-actions a.search {
    background: transparent;
    border: 0;
    display: none;
}
.header_menu {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.header_menu .btn{
    flex: 0 0 auto;
    padding: 0;
}
.header_menu a{
    background: #12141a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
    height: 56px;
    gap: 10px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgb(75, 83, 105);
}
.header_menu a span{
    color: rgb(179, 186, 200) !important;
}
.header_menu a:hover {
    border-color: rgb(232, 255, 0);
}
.header_menu .btn.active{
    border-radius: 16px;
    padding: 2px;
    overflow: hidden;
}
.header_menu .btn.active a{
    background: rgb(229, 0, 55);
    position: relative;
}
.header_menu-item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    gap: 8px;
}
.header_menu-item-icon__front {
    width: 26px;
    height: 26px;
    margin: 0;
    display: block;
}
.header_menu-item__title {
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 600;
}
.main {
    position: relative;
    margin-top: 16px;
}

.main__wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns:222px 1fr;
    grid-template-rows:auto auto auto auto auto;
    grid-template-areas:"sidebar banner" "sidebar top-games" "sidebar popular" "content content" "footer footer"
}

.sidebar {
    grid-area: sidebar;
    position: relative;
    width: 100%;
    height: 100%
}

.sidebar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 0 8px 8px;
}

.sidebar__box {
    background: #282622;
    border: 1px solid #282622;
    border-radius: 8px;
    color: #bfbfcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(75, 83, 105, 0.64);
    border: 1px solid #282622;
    border-radius: 32px;
    gap: 12px;
    padding: 8px;
    width: max-content;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(75, 83, 105);
}
.sidebar__link.active, .footer-nav_mob a.active {
    background: #e8ff00;
    border-color: #e8ff00;
    color: rgb(62, 78, 0) !important;
}
.sidebar__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    width: 56px;
    border: 1px solid rgb(75, 83, 105);
    border-radius: 100px;
    justify-content: center;
    gap: 12px;
}

.sidebar__link::before {
    content: none;
    height: 40px;
    position: absolute;
    width: 30px;
    background: url(../img/sidebar_hover_left.svg) 50% 50%/cover no-repeat;
    left: 0
}

.sidebar__link::after {
    content: none;
    height: 40px;
    position: absolute;
    width: 30px;
    background: url(../img/sidebar_hover_right.svg) 50% 50%/cover no-repeat;
    right: 0
}

.sidebar__link:hover::after, .sidebar__link:hover::before {
    content: ""
}

.sidebar__link:hover span {
    color: #fff
}

.sidebar__link svg {
    height: 24px;
    width: 24px;
}


.sidebar__link img {
    display: block;
    width: 24px;
    height: 24px;
}

.sidebar__link span {
    font-family: Gilroy-Semibold, sans-serif;
    max-width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.sidebar__link_active::after, .sidebar__link_active::before {
    content: ""
}

.sidebar__link_active::after span, .sidebar__link_active::before span {
    color: #282622
}

.banner {
    position: relative;
    grid-area: banner;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner__item {
    margin: 0 8px;
    position: relative;
    display: block
}

.banner__item img {
    width: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.top-games {
    margin: 32px 8px 0;
    position: relative;
    grid-area: top-games
}

.top-games-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-games-title span {
    display: block;
    font-family: Gilroy-Semibold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-right: 8px;
}

.top-games-title img {
    height: 12px;
    margin-right: 8px;
}

.top-games-title div {
    background: -webkit-gradient(linear, left top, right top, from(#9df69d), color-stop(15.25%, #1f2250));
    background: linear-gradient(90deg, #9df69d, #1f2250 15.25%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    height: 1px;
    width: 100%
}

.top-games__wrapper {
    padding: 0 0 0 2%;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1%
}

.top-games__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
    position: relative;
    display: block;
    margin: 0 8px;
    font-family: Gilroy-Black, sans-serif
}

.top-games__item::after {
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #fff;
    font-family: Gilroy-Black, sans-serif;
    bottom: 4px;
    color: #ffffff;
    font-size: 9vw;
    left: 0;
    line-height: .8;
    position: absolute;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.top-games__item img {
    width: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.top-games__item:nth-child(1) {
    z-index: 5
}

.top-games__item:nth-child(1)::after {
    content: "1";
}

.top-games__item:nth-child(2) {
    z-index: 4;
}

.top-games__item:nth-child(2)::after {
    content: "2";
}

.top-games__item:nth-child(3) {
    z-index: 3;
}

.top-games__item:nth-child(3)::after {
    content: "3";
}

.top-games__item:nth-child(4) {
    margin: 0 0 0 8px;
    z-index: 2;
}

.top-games__item:nth-child(4)::after {
    content: "4";
}

.popular {
    position: relative;
    grid-area: popular;
    margin: 32px 8px 50px;
}

.popular-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular-title span {
    display: block;
    font-family: Gilroy-Semibold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-right: 8px;
}

.popular-title img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.popular-title div {
    background: -webkit-gradient(linear, left top, right top, from(#9df69d), color-stop(15.25%, #1f2250));
    background: linear-gradient(90deg, #9df69d, #1f2250 15.25%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    height: 1px;
    width: 100%
}

.popular__wrapper {
    margin-top: 16px;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px;
}

.popular__item {
    position: relative;
    display: block
}

.popular__item-tag {
    position: absolute;
    top: 8px;
    left: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-family: Gilroy-Semibold, sans-serif;
    height: 20px;
    width: 39px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    z-index: 1
}

.popular__item img {
    width: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.content {
    width: 100%;
    grid-area: content;
    max-width: 1920px;
    position: relative;
    margin: 32px auto 0;
    padding: 0 8px;
}

.content__wrapper {
    width: inherit;
    height: 100%;
    padding: 16px;
    background: #282622;
    border: 1px solid #282622;
    border-radius: 8px;
}

#footer {
    padding: 16px 0;
}

#footer aside {
    padding: 0;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
}

.footer__icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.footer__recaptcha {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__recaptcha img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px;
}

.footer__recaptcha-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.footer__recaptcha-text span {
    color: #fff;
    font-family: Gilroy-Semibold, sans-serif;
    font-size: 10px;
}

.footer__recaptcha-text div {
    color: #282622;
    font-family: Gilroy-Regular, sans-serif;
    font-size: 12px;
}

#footer p {
    font-size: 10px;
    color: #bfbfcb;
}
.footer-nav_mob {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: -1px;
    transform: translateX(-50%);
    left: 50%;
    height: 56px;
    width: auto;
    background: rgba(75,83,105,0.64);
    border-radius: 32px;
    justify-content: space-between;
    padding: 8px;
    gap: 12px;
    box-sizing: content-box;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.footer-nav_mob ul {
    width: 100%;
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
}

.footer-nav_mob ul li {
    width: 100%;
    position: relative
}

.footer-nav_mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    width: 56px;
    height: 56px;
    border-radius: 32px;
    border: 1px solid rgb(75, 83, 105);
    background: transparent;
}

.footer-nav_mob ul li a img {
    position: relative;
    width: 24px;
    height: 24px;
}

.footer-nav_mob ul li a svg {
    height: 24px;
    width: 24px;
    color: #8b85a2
}

.footer-nav_mob ul li a svg path {
    fill: currentColor
}

.footer-nav_mob ul li a:hover svg path {
    fill: #282622
}

.footer-nav_mob ul li a span {
    position: relative;
    font-size: 10px;
    font-family: Gilroy-Regular, sans-serif
}

.footer-nav_mob ul li a span .footer-nav_mob__li-hover {
    position: relative;
    z-index: 21;
    pointer-events: none
    display: none;
}

.footer-nav_mob ul li a span .footer-nav_mob__li-hover img{
    bottom: -14px;
    display: block;
    height: 58px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 107px;
    opacity: 0;
    max-width: unset;
}
.footer-nav_mob ul li:first-child a span {
    color: #fff;
}

.footer-nav_mob ul li:first-child .footer-nav_mob__li-hover img {
    opacity: 1
}


.footer-nav_mob ul li:hover a span {
    color: #282622
}

.footer-nav_mob ul li:hover .footer-nav_mob__li-hover img{
    opacity: 1
}

.purple {
    background: #7e38f5
}

.orange {
    background: #f83
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea, #comments input[type="url"] {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    color: #fff;
}
.comment-form-comment, .comment-form-cookies-consent{
    flex: 0 0 100%;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    flex: 0 0 33%;
}
#comments .form-submit input[type="submit"] {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.content-404{
    min-height: calc(100vh - 185px);
    display: flex;
    align-items: center;
}
.content-404 .middle-align,
p.text-404 {
    text-align: center;
}
.content-404 h1{
    color: #bfbfcb;
}
.entry-content .sidebar__box_2, .entry-content .sidebar__box_1{
    display: none !important;
}

.main_title{
    margin: 2rem 0 !important;
    font-size: 2rem;
}
.sidebar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 16px;
}
.sidebar-list {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    justify-content: center;
    gap: 8px;
    margin: 16px 0;
}
.sidebar-list-item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}
.sidebar-list-item a{
    text-decoration: none;
}
.sidebar-list-item-image {
    width: 112px;
    height: 132px;
    border-radius: 9px;
}
.sidebar-list-item-title {
    font-optical-sizing: auto;
    font-size: 12px;
    line-height: 14px;
    width: 74px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    margin-top: 4px;
}
.sidebar-list-item-counter {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: content-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 90px;
    background: #e50037;
    font-weight: 600;
    font-size: 10px;
}
@media screen and (max-width: 1023px) {
    :root{
     --spacing-lg: 12px;   
    }
    .sidebar-list {
        position: relative;
        left: calc(-1 * var(--spacing-lg));
        width: calc(100% + 2 * var(--spacing-lg));
        padding-left: var(--spacing-lg);
        padding-right: var(--spacing-lg);
        justify-content: flex-start;
        overflow: auto hidden;
    }

}
.filter {
    display: flex;
    gap: 4px;
    list-style-type: none;
    margin: 24px auto 10px;
    overflow-x: scroll;
}
.filter__item {
    display: flex;
    position: relative;
    align-items: center;
    min-width: min-content;
    overflow: hidden;
    transition: background .2s;
    cursor: pointer;
    gap: 8px;
    border-radius: 10px;
    overflow: hidden;
    padding: 1px;
    flex: 0 0 auto;
    height: 40px;
}
.filter__item:nth-child(1),.filter__item:nth-child(2), .filter__item:nth-child(3) {
    background: #1c2331;
}
.header_menu .btn.active{
    position: relative;
}
.filter__item:nth-child(3):before,
.header_menu .btn.active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 110%;
    min-height: 102%;
    transform: rotate(0) translate(-50%) translateY(-50%);
    transform-origin: left top;
    animation: rainbow-rotate-3528c81c 4s infinite cubic-bezier(1,0,0,1);
    background: linear-gradient(257.35deg, #4d93da 12.21%, #55eff9 31.93%, #7629d8 57.19%, #ff5b14 79.46%, #ff0961 99.45%);
    aspect-ratio: 1 / 1;
}
@keyframes rainbow-rotate-3528c81c {
    to {
        transform: rotate(360deg) translate(-50%) translateY(-50%)
    }
}
.filter__item a{
    color: #bec7da !important;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    position: relative;
    gap: 4px;
    align-items: center;
    padding: 4px 8px;
    height: 100%;
    border-radius: 10px;
    background: #10141c;
    white-space: nowrap;
    border: 1px solid #ffffff1a;
}
.filter__item:nth-child(1) a,.filter__item:nth-child(2) a{
    font-size: 16px;
    line-height: 24px;
}
@media screen and (min-width: 1024px) {
    .header_menu-item__title {
        font-size: 16px;
        line-height: 22px;
    }
}
@-webkit-keyframes flicker {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes flicker {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes RegisterButton {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.4) rotate(0);
        transform: translate(-50%, -50%) scale(1.4) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn)
    }
}

@keyframes RegisterButton {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1.4) rotate(0);
        transform: translate(-50%, -50%) scale(1.4) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn)
    }
}

@media screen and (min-width: 1921px) {
    .top-games__item::after {
        font-size: 172px;
    }
}

@media screen and (max-width: 1441px) {
    .top-games__item::after {
        font-size: 10vw
    }
}
@media screen and (max-width: 1110px) {
    .filter {
        justify-content: flex-start;
        position: relative;
        left: calc(-1 * var(--spacing-lg));
        width: calc(100% + 2 * var(--spacing-lg));
        padding-left: var(--spacing-lg);
        padding-right: var(--spacing-lg);
    }
}
@media screen and (max-width: 1024px) {
    .main__wrapper {
        grid-template-columns:1fr;
        grid-template-rows:auto auto auto auto auto;
        grid-template-areas:"banner" "sidebar" "top-games" "popular" "content" "footer"
    }
    .header__nav {
        display: none
    }

    .header__logo {
        margin-left: 0;
    }
    .banner {
        margin-bottom: 24px;
    }
    .sidebar {
        padding-top: 5px;
        position: sticky;
        height: auto;
        top: 55px;
        background: #282622;
        z-index: 19;
        width: 100vw
    }
    #sidebar{
        display: none !important;
    }
    .sidebar__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: 0 0;
        border: none
    }
    .entry-content .sidebar__box_2, .entry-content .sidebar__box_1{
        display: flex !important;
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .sidebar__box .sidebar__link::after, .sidebar__box .sidebar__link::before {
        content: none
    }
    .sidebar__box_1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 8px;
    }
    .sidebar__box_1 .sidebar__link {
        text-transform: uppercase;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 16px;
        border-radius: 100px;
        background: #353a4a;
        border: 1px solid #353a4a;
    }
    .sidebar__box_1 .sidebar__link span {
        font-family: Gilroy-Regular, sans-serif
    }
    .sidebar__box_1 .sidebar__link:nth-child(1) {
        padding: 8px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 40px;
    }
    .sidebar__box_1 .sidebar__link:nth-child(1) span {
        display: none
    }
    .sidebar__box_1 .sidebar__link:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .sidebar__box_2 {
        overflow-x: auto;
        white-space: nowrap
    }
    .sidebar__box_2::-webkit-scrollbar {
        display: none
    }
    .sidebar__box_2 .sidebar__link {
        font-family: Gilroy-Semibold, sans-serif;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        height: 70px;
        padding: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 8px 4px;
        border-radius: 8px;
        background: #383d50;
        border: 1px solid #383d50;
        gap: 8px;
    }
    .sidebar__box_2 .sidebar__link img {
        width: 30px;
        height: 30px;
    }
    .sidebar__box_2 .sidebar__link span {
        display: block;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase
    }
    .sidebar__box_2 .sidebar__link:nth-child(1) {
        -webkit-box-shadow: 0 0 15px 0 rgba(51, 255, 255, .6);
        box-shadow: 0 0 15px 0 rgba(51, 255, 255, .6);
        border: 1px solid #282622
    }
    .footer-nav_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-nav_mob .header_menu-item{
        gap: 2px;
        flex-direction: column;
    }
    .footer-nav_mob .header_menu-item-icon__front {
        width: 28px;
        height: 28px;
    }
    footer {
        padding-bottom: 56px;
    }
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }
    .footer__text {
        text-align: center
    }
    .top-games {
        margin: 24px 8px 0
    }
    .top-games__item::after {
        font-size: 11vw
    }
    .popular {
        margin: 24px 8px 0
    }
    .content {
        margin: 24px auto 0;
    }
    .main-header-box {
        display: none;
    }
    .header__user-actions a {
        width: auto;
        height: 44px;
        padding: 8px;
    }
    .header__logo a img{
        width: 104px !important;
        height: 26px;
    }
    #header{
        padding: 0 !important;
    }
    .header__user-actions a {
        font-size: 14px;
        line-height: 20px;
    }
    .header__user-actions a.glogin{
        display: none;
    }
    .header__user-actions a.search {
        display: flex;
    }

}
@media screen and (max-width: 990px){

    .top-games__wrapper {
        overflow-x: scroll;     
        overflow-y: hidden;
    }
    .top-games__item {
        margin: 0 6px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
    }
    .top-games__item::after {
        bottom: -1px;
        font-size: 64px;
        -webkit-text-stroke-width: 2px;
    }
    .top-games__item img {
        border-radius: 4px;
    }
}
@media screen and (max-width: 767px){
    .comment-form-author, .comment-form-email, .comment-form-url {
        flex: 0 0 100%;
    }
    .banner .wp-block-column:nth-child(2){
        display: none;
    } 
    .top-games__item {
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
    }
    .sidebar-list-item {
        width: 96px;
    }
    .sidebar-list-item-image {
        width: 96px !important;
        height: 113px !important;
    }
    .header__user-actions .registration{
        display: none;
    }
}
@media screen and (max-width: 550px) {
    h1 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    h3 {
        font-size: 14px;
    }
    .header {
        height: 52px;
    }
    .header__wrapper {
        padding: 0 8px;
        gap: 0;
    }
    .header__user-actions .chat, .header__user-actions .telegram {
        display: none;
    }
    .banner {
        margin-bottom: 16px;
    }
    .banner__item:nth-child(2) {
        display: none;
    }
    .sidebar {
        top: 52px;
    }
    .sidebar__wrapper {
        gap: 8px;
    }
    .popular__wrapper {
        gap: 8px;
        margin-top: 12px;
        grid-template-columns: repeat(4, 1fr);
    }
    .top-games {
        margin: 8px 8px 40px;
    }
    .popular {
        margin: 16px 8px 20px;
    }
    .popular__wrapper {
        gap: 8px;
        margin-top: 12px;
        grid-template-columns:repeat(2, 1fr)
    }
    .popular__item img {
        border-radius: 4px;
    }
    .content__wrapper {
        padding: 8px;
    }
    .footer {
        margin: 16px auto 80px;
    }
    .sidebar__box_1{
        overflow-x: scroll;
    }
    .popular__item:nth-child(n+7) {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    body {
        font-size: 12px;
    }
    .header__logo a img {
        width: 116px;
    }   
    .header__user-actions .chat, .header__user-actions .telegram {
        display: none
    }
    .sidebar {
        top: 50px;
    }
    .sidebar__box_1 .sidebar__link {
        padding: 4px 8px;
        background: #383d50;
    }
    .footer__icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 359px) {
    .sidebar__link span {
        font-size: 12px;
    }
}
.top-logo:before{
    display: none;
}
.logo {
    margin: 0;
}
.logo img {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    transform: unset;
}
#header {
    background: transparent; !important;
    padding: 10px 0;
}
.topbar-contact-box {
    background: transparent;
    box-shadow: none;
}
#sidebar {
    margin-top: 0;
}
#sidebar aside {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    box-shadow: unset;
}
.container {
        max-width: unset !important;
    }
@media (min-width: 1400px) {
    .container {
        max-width: 1920px !important;
    }
}
.wp-block-image {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #maincontent .col-md-4,
    #maincontent .col-md-8  {
        flex: 0 0 auto;
        width: 100%;
    }
}
.banner_bottom-text_content-container {
    justify-content: space-between;
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
    box-sizing: border-box;
}
.banner_info{
display: flex;
gap: 15px;
font-size: 26px;
    align-items: center;
    line-height: 34px;
}
.banner_info p{
	font-size: inherit;
}
.banner_bottom_btn {
    transition: all 0.5s 
ease-in-out;
    animation: pulse_btn_banner 1.5s 
ease-in infinite;
}
@keyframes pulse_btn_banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.banner_bottom-close{
display: none;
}
@media screen and (max-width: 767px){
	.banner_info {
    gap: 10px;
    font-size: 18px;
    line-height: 24px;
}
.banner_info img {
    max-width: 50px;
    height: auto;
}
.banner_bottom_btn {
    font-size: 12px;
}
	.banner_bottom-text_content-container {
		padding: 10px 5px !important;
	}
}
a{
	color: inherit;
}