/*
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
}

.wp-block-heading {
	font-size: 12px;
}
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: Gilroy-Semibold, 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: #0d131c;
	font-family: Gilroy-Regular, sans-serif;
	color: #8b85a2;
	font-size: 14gpx;
}

body a, body div, body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body strong {
	color: #fff
}

h1 {
	font-size: 12px;
	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: #000036;
}

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: #070033;
	font-family: Gilroy-Regular, sans-serif;
	color: #8b85a2;
}

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

.header {
	background: #070033;
	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;
	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: 190px;
}

.header__nav {
	height: 100%;
}

.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: #3ff;
}

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

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

.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;
	display: -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: #3ff;
}

.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;
	height: 40px;
}

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

.header__user-actions .registration:hover .registration-animation {
	background: #3ef;
}

.header__user-actions .registration 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;
	height: 100%;
	border-radius: 100px;
	font-weight: 600;
	padding: 6px 16px;
}

.header__user-actions .registration a span {
	position: relative;
	display: block;
	font-family: Gilroy-Semibold, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

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

.header__user-actions .registration-animation::before {
	content: "";
	left: 50%;
	top: 50%;
	width: 100%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: conic-gradient(rgba(0, 0, 0, 0) 135deg, #3ff, rgba(0, 0, 0, 0));
	aspect-ratio: 1;
	-webkit-animation: RegisterButton 2s linear infinite;
	animation: RegisterButton 2s linear infinite;
	display: none;
}

.header__user-actions .registration-animation::after {
	content: "";
	--offset: 1px;
	background: inherit;
	border-radius: inherit;
	height: calc(100% - var(--offset) * 2);
	inset: var(--offset);
	position: absolute;
	width: calc(100% - var(--offset) * 2);
	display: none;
}

.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;
	border-radius: 2px;
	font-weight: 600;
	height: 40px;
	padding: 8px 16px;
	border: 0;
	background: #1a2230;
}

.header__user-actions .login span {
	position: relative;
	display: block;
	font-family: Gilroy-Semibold, sans-serif;
	color: #6aadfd;
	text-transform: uppercase;
	margin-left: 11px;
}

.header__user-actions .login:hover {
	background: #3ef
}

.header__user-actions .login:hover span {
	color: #103
}

.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: #111923;
	border: 0;
	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
}

.sidebar__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 100%;
	padding: 8px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	gap: 16px;
}

.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: #3ff
}

.sidebar__link svg {
	height: 24px;
	width: 24px;
	color: #3ff
}

.sidebar__link svg path {
	fill: #fff;
}

.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: #3ff
}

.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: #070033;
	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: #1e2150;
	border: 1px solid #343761;
	border-radius: 8px;
}

#footer {
	padding: 16px 0;
}

#footer aside {
    padding: 0;
}

#footer .widget_block{
	height: 100%;
}

.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: #3ff;
	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;
	left: 0;
	height: 56px;
	width: 100%;
	background: #0d131c;
	-webkit-box-shadow: 0 -2px 13px 0 rgba(0, 0, 51, .7803921569);
	box-shadow: 0 -2px 13px 0 rgba(0, 0, 51, .7803921569)
}

.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 ul li 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;
	cursor: pointer;
	padding: 8px;
}

.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: #3ff
}

.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: #3ff
}

.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: 3rem 0 !important;
    font-size: 2rem;
}

@-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: 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
	}
	.banner {
		margin-bottom: 24px;
	}
	.sidebar {
		padding-top: 5px;
		position: sticky;
		height: auto;
		top: 55px;
		background: #000036;
		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: #1a2230;
		border: 0;
	}
	.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: #1a2230;
		border: 0;
		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) {
		background: #000036;
		-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 #3ff
	}*/
	.footer-nav_mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	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;
	}
}

@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(1){
		display: none;
	} 
	.top-games__item {
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
	}
	.header__user-actions .login span{
		display: none;
	}
	#header {
		padding: 10px 0 0;
	}
	.header__logo{
		margin-bottom: 0;
	}
	.header__user-actions .registration a,
	.header__user-actions .login{
		padding: 6px 10px;
	}
	.header__user-actions .registration a span {
    	font-size: 10px;
	}
	.header__logo a img {
		width: 158px;
	}
}
@media screen and (max-width: 550px) {
	h1 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	h2 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	h3 {
		font-size: 14px;
	}
	.header__wrapper {
		padding: 0;
		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(2, 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;
	}
	.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: #0d131c;
}
.topbar-contact-box {
    background: transparent;
}
#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%;
    }
}
.header__user-actions .login svg path {
    fill: #6aadfd;
}