*,
:after,
:before {
	box-sizing: inherit
}

a {
	background-color: initial;
	color: var(--tg-theme-primary);
	text-decoration: none
}

a:hover {
	color: var(--tg-theme-primary-hover);
	text-decoration: underline
}

a:hover {
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	line-height: 1.15;
	box-sizing: border-box;
	overflow-y: scroll;
	scrollbar-width: thin
}

h3 {
	color: var(--tg-white-color);
	font-family: var(--tg-heading-font-family);
	font-size: 1rem
}

strong,
h4 {
	font-family: var(--tg-heading-font-family)
}

.h2,
.h3,
form h3,
h1,
h2,
h3.title {
	color: var(--tg-white-color);
	font-family: var(--tg-heading-font-family);
	font-size: 1rem;
	text-transform: uppercase
}

body,
html {
	height: auto !important;
	overflow-x: hidden
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
	appearance: button
}

button,
input {
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

body {
	background-color: var(--tg-theme-backgrounds-style-1);
	color: var(--tg-white-color);
	font-family: var(--tg-heading-rg-font-family), Helvetica, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	text-align: left
}

img,
svg {
	vertical-align: middle
}

img {
	border-style: none
}

main {
	overflow: visible;
	width: 100%
}

label {
	display: inline-block;
	margin-bottom: 0.5rem
}

.page {
	flex-grow: 1;
	min-height: 100vh
}

.icon-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.clearfix {
	clear: both;
	content: "";
	display: block
}

body .container-fluid .main-aside {
	margin-left: 1rem;
	position: relative;
	width: 300px
}

.dialog-off-canvas-main-canvas {
	display: flex;
	flex-direction: column;
	height: 100%
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
	width: 100%
}

header.page-header {
	background-color: var(--tg-theme-headers-style-1);
	height: 58px
}

header.page-header-mobile {
	background: var(--tg-theme-headers-style-4);
	height: 56px;
	padding: 7px 0
}

header.page-header-mobile .row.logo {
	margin: 0 auto
}

.mobile-layout .leaderboard {
	margin-bottom: 15px;
	min-height: 15px
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

.p-none {
	pointer-events: none
}

.op-5 {
	opacity: 0.5;
}

.d-none {
	display: none !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

.mx-auto {
	margin-left: auto !important
}

.v-hidden {
	visibility: hidden
}

.o-zero {
	opacity: 0
}

.p-0 {
	padding: 0 !important
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

p,
pre {
	line-height: 1.2rem;
	margin-bottom: 1rem
}

.justify-content-between {
	justify-content: space-between !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.navbar {
	padding: 0.5rem 1rem;
	position: relative
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

main nav.navbar {
	background-color: var(--tg-theme-headers-style-1);
	padding: 0.5rem 0;
	position: relative;
	z-index: 101;
	height: 100%
}

main nav.navbar>.container-fluid {
	max-width: 1140px !important;
	height: 100%;
	position: relative
}

.navbar-right {
	padding-left: 10px
}

body.home .container-fluid {
	max-width: unset;
	min-width: 340px
}

.page-header-mobile .container-fluid {
	height: 100%;
}

.game-page-content .container-fluid .l-aside,
.page .container-fluid .l-aside,
.home .container-fluid .l-aside {
	flex-shrink: 0;
	max-width: 160px !important;
	padding: 0;
	width: 160px !important
}

.page .container-fluid {
	margin: 0 auto;
	max-width: 1305px
}

.logo {
	display: flex;
	width: auto;
	height: 100%;
	z-index: 10
}

a.custom-logo-link {
	width: 100%;
	height: 100%
}

img.custom-logo {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.justify-content-center {
	justify-content: center !important
}

.col,
.col-12,
.col-3,
.col-lg-7,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-12,
.col-sm-6,
.col-xl-2,
.col-xl-6 {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu {
	display: flex;
	white-space: nowrap
}

.pane-menu-menu-desktop-header-menu .pane-content .menu {
	padding: 0
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li {
	border-bottom: 0;
	display: block;
	position: relative
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	position: relative;
	vertical-align: bottom
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.nolink,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>a {
	padding-right: 1.25rem;
	position: relative
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>.nolink,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>a {
	background-image: none
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li>a {
	color: var(--tg-white-color);
	display: block;
	font: 700 14px / 20px var(--tg-heading-font-family);
	overflow: hidden;
	padding: 10px 4px;
	text-transform: capitalize;
	transition: box-shadow .3s ease-out, transform .3s ease-out, color .1s, background-color .1s;
	width: 100%;
	text-decoration: none
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.nolink:after,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>a:after {
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.1 4.6' style='enable-background:new 0 0 7.1 4.6' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M3.6 3.9.8.8M3.6 3.9 6.4.8'/%3E%3C/svg%3E") 50% no-repeat;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 0.5rem;
	top: calc(50% - 3.5px);
	transition: transform .3s ease;
	width: 7px
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

.nav-expand-btn {
	border-radius: 10px;
	bottom: 0;
	min-width: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform .3s ease
}

.btn {
	text-transform: capitalize
}

.btn {
	background-color: initial;
	border: 0 solid #0000;
	border-radius: 0.25rem;
	color: var(--tg-white-color);
	display: inline-block;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.5rem 1.5rem;
	text-align: center;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle
}

.btn {
	border: 0;
	font-family: var(--tg-heading-font-family);
	font-size: 1rem;
	line-height: 1.2rem;
	min-width: 190px;
	padding: 0.65rem 1.5rem;
	text-transform: capitalize
}

.btn,
.btn:hover {
	color: var(--tg-black-color);
	text-decoration: none
}

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li.is-expanded .menu {
	border: 0;
	margin-top: 0
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li.is-expanded .menu li.nested {
	list-style-type: none
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li {
	border-bottom: 0;
	display: block;
	position: relative
}

img.menu-svg-icon {
	height: 25px;
	margin-right: 15px;
	width: 25px
}

.navbar-right .pane-menu-menu-desktop-header-menu .pane-content>.menu>li {
	margin-right: 6px
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.menu-random {
	z-index: 1
}

.navbar-right .pane-menu-menu-desktop-header-menu .pane-content>.menu>li:last-child {
	margin-right: 0
}

.pane-cmatgame-search-search-game {
	height: 100%
}

#cmatgame-search-block-form {
	height: 100%;
	white-space: normal
}

#cmatgame-search-block-form .form-item {
	align-items: center;
	display: flex;
	position: relative
}

.search-ready #cmatgame-search-block-form .search-input {
	pointer-events: all
}

#cmatgame-search-block-form .search-input {
	background-color: var(--tg-theme-search-block-background);
	border-radius: 40px;
	position: relative;
	width: 100%;
	z-index: 0
}

#cmatgame-search-block-form .search-input>label {
	display: none
}

#cmatgame-search-block-form .search-input button {
	background-color: var(--tg-theme-search-block-background);
	border: none;
	border-radius: 50%;
	height: 32px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	width: 32px;
	z-index: -1
}

#cmatgame-search-block-form button.see-result {
	left: 5px;
	color: var(--tg-theme-search-block-secondary-color);
	font-size: 16px
}

#cmatgame-search-block-form button.see-result:before {
	content: "\e907"
}

#cmatgame-search-block-form .menu-search-bar {
	background: transparent;
	border: none;
	outline: none;
	color: var(--tg-theme-search-block-color);
	display: block !important;
	flex: 1 1 auto;
	height: 40px;
	min-width: 0;
	overflow: hidden;
	padding: 10px 16px 10px 39px;
	text-overflow: ellipsis;
	width: 100%
}

.form-text {
	display: block;
	margin-top: 0
}

input::-webkit-input-placeholder {
	color: var(--tg-theme-search-block-placeholder-color) !important
}

.navbar-right .pane-menu-menu-desktop-header-menu .pane-content>.menu>li.menu-random>a {
	padding-left: 0.75rem;
	padding-right: 0.75rem
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.menu-random>a {
	background: var(--tg-theme-secondary)
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>.nolink,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>a,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>h1>a,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>h2>a,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li>h3>a {
	border-radius: 10px;
	color: var(--tg-white-color);
	display: block;
	font: 700 17px / normal var(--tg-heading-font-family);
	padding: 10px 8px;
	text-transform: capitalize;
	transition: box-shadow .3s ease-out, transform .3s ease-out, color .1s, background-color .1s;
	width: 100%
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li>a {
	color: var(--tg-white-color);
	display: block;
	font: 700 14px / 20px var(--tg-heading-font-family);
	overflow: hidden;
	padding: 10px 4px;
	text-transform: capitalize;
	transition: box-shadow .3s ease-out, transform .3s ease-out, color .1s, background-color .1s;
	width: 100%
}

.navbar-right .pane-menu-menu-desktop-header-menu .pane-content>.menu>li:last-child {
	margin-right: 0
}

#close-search-box {
	color: var(--tg-theme-search-block-secondary-color);
	cursor: pointer;
	font-size: 15px;
	padding: 10px 0 10px 15px;
	white-space: nowrap
}

.pane-menu-menu-desktop-header-menu .pane-content>.menu>li:hover>.nolink+.nav-expand-btn,
.pane-menu-menu-desktop-header-menu .pane-content>.menu>li:hover>a+.nav-expand-btn {
	transform: translateY(-4px)
}

.pane-menu-menu-desktop-header-menu .pane-content .menu>li.is-expanded .menu li:hover,
.pane-menu-menu-desktop-header-menu .pane-content .menu>li.is-expanded .menu li:hover a {
	border-top: 0
}

.icon-random {
	color: var(--tg-theme-tertiary);
	font-size: 15px;
	width: 17px;
	height: 15px
}

.icon-random:before {
	content: "\e905"
}

#cmatgame-search-block-form .btn-clear {
	align-items: center;
	display: none;
	justify-content: center;
	right: 5px
}

.icon-clear {
	color: var(--tg-white-color);
	font-size: 14px;
	width: 14px;
	height: 14px
}

.icon-clear:before {
	content: "\e906"
}

.search-dropdown {
	padding: 0 10px;
	transform: translateZ(0)
}

.search-dropdown .search-row {
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - 215px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 16px 20px 45px
}

.search-dropdown ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

.search-dropdown .side-head {
	color: var(--tg-theme-game-review-section-text-color);
	font-size: 15px;
	margin-top: 0;
	font-family: var(--tg-heading-font-family);
	margin-block-end: 1.33em;
	display: block
}

.ts-lists .ts-item {
	font-family: var(--tg-heading-font-family);
	margin: 0 -10px 3px
}

.ts-lists .ts-item a {
	background: var(--tg-theme-headers-style-1);
	border-radius: 10px;
	color: var(--tg-white-color);
	display: block;
	padding: 10px 10px 10px 32px;
	position: relative;
	text-decoration: none;
	transition: box-shadow .3s ease-out, transform .3s
}

.ts-lists .ts-item a .icon-search_input:before {
	content: "\e907";
	height: 14px;
	left: 10px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	font-size: 14px;
	opacity: 0.9
}

.ts-lists .ts-item a:hover {
	background-color: var(--tg-theme-search-block-background);
	box-shadow: 0 3px 0 var(--tg-theme-search-block-hadow_color-1), 0 4px 0 var(--tg-theme-backgrounds-style-2);
	transform: translateY(-4px)
}

.sg-lists .sg-item {
	list-style-type: none
}

.sg-lists .sg-link {
	color: var(--tg-white-color);
	cursor: pointer;
	text-decoration: none !important
}

.sg-lists .sg-row {
	align-items: center;
	background: var(--tg-theme-headers-style-1);
	border-radius: 10px;
	display: flex;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	transition: box-shadow .3s ease-out, transform .3s ease-out, color .1s, background .1s
}

.sg-lists .sg-link:hover .sg-row {
	background-color: var(--tg-theme-search-block-background);
	box-shadow: 0 3px 0 var(--tg-theme-search-block-hadow_color-1), 0 4px 0 var(--tg-theme-backgrounds-style-2);
	transform: translateY(-4px)
}

.sg-lists .sg-img {
	border-radius: 5px;
	flex: 0 0 103px;
	height: 60px;
	overflow: hidden;
	position: relative
}

.sg-lists .sg-img img {
	height: 100%;
	width: 100%
}

.sg-lists .sg-body {
	margin-top: -3px;
	padding-left: 15px
}

.sg-lists .sg-title {
	font: 15px / 1.3 var(--tg-heading-font-family);
	margin-bottom: 5px
}

.sg-lists .sg-descp {
	color: var(--tg-theme-game-review-section-text-color);
	font-size: 14px
}

.icon-search_input:before {
	content: "\e907"
}

.sd-footer {
	background: var(--tg-theme-headers-style-1);
	bottom: 0;
	left: 0;
	position: fixed;
	top: auto;
	width: 100%
}

.sd-footer .see-all-rel {
	background: 0 0;
	border: 0;
	border-radius: 10px;
	color: var(--tg-white-color);
	cursor: pointer;
	margin: auto;
	outline: 0;
	padding: 10px 30px;
	transition: box-shadow .3s ease-out, transform .3s ease-out, color .1s, background-color .1s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.sd-footer span {
	display: inline-block;
	font-family: var(--tg-heading-font-family);
	max-width: 100%;
	overflow: hidden;
	padding-left: 8px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap
}

.see-all-rel .icon-search_input {
	color: var(--tg-white-color);
	width: 16px;
	height: 16px;
	font-size: 16px;
	opacity: 0.8
}

.search-expanded #cmatgame-search-block-form .search-input button {
	z-index: 1
}

#cmatgame-search-block-form .search-input button:active,
#cmatgame-search-block-form .search-input button:focus,
#cmatgame-search-block-form .search-input button:hover {
	background-color: var(--tg-theme-headers-style-1);
	border: none;
	outline: none
}

.l-aside {
	top: 12px;
	align-self: flex-start;
	z-index: 9
}

.block-adsleft.fixed {
	position: fixed;
	top: 70px
}

.block-adsleft {
	height: 600px;
	min-height: 600px;
	margin: 0 auto;
	top: 0;
	z-index: 1;
	margin-left: 0 !important
}

.l-aside .ad-wrapper {
	height: 600px
}

.ad-wrapper {
	align-items: center;
	display: flex;
	height: 282px;
	justify-content: center
}

#left-ad {
	height: 600px;
	width: 160px
}

.ad-wrapper>div:first-of-type {
	display: block;
	height: 100%
}

.game-page-content .container-fluid .l-aside-spacer,
.game-page-content .container-fluid .r-aside-spacer,
.page .container-fluid .l-aside-spacer,
.page .container-fluid .r-aside-spacer,
.home .container-fluid .l-aside-spacer,
.home .container-fluid .r-aside-spacer {
	flex-grow: 100;
	max-width: 8rem;
	min-height: 100%;
	min-width: 4rem;
	padding: 0
}

.game-page-content .container-fluid .main-aside,
.home .container-fluid .main-aside {
	flex-shrink: 1;
	padding: 0;
	width: 300px;
	display: block
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.main-aside .block {
	margin-bottom: 20px
}

.cmg-promo {
	color: var(--tg-white-color);
	cursor: pointer;
	height: 100px;
	position: relative;
	width: 300px;
	z-index: 0
}

.cmg-promo-cta {
	opacity: 0;
	position: absolute;
	transition: all .3s;
	z-index: 1;
	background: var(--tg-theme-primary);
	border-radius: 8px 0 8px 0;
	bottom: 0;
	height: 30px;
	right: 0;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.cmg-promo:hover .cmg-promo-cta {
	opacity: 1
}

.cmg-promo-cta .icon-rounded-arrow {
	font-size: 13px;
	color: var(--tg-black-color);
	height: 15px;
	width: 15px;
	margin-top: 5px
}

.cmg-promo .cmg-promo-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.cmg-promo .cmg-promo-inner:after,
.cmg-promo .cmg-promo-inner:before {
	border-radius: 10px;
	box-shadow: 0 5px 0 var(--tg-theme-primary);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.cmg-promo .cmg-promo-inner:before {
	background: linear-gradient(0deg, #060d19cc, #060d191a)
}

.cmg-promo .cmg-promo-inner:after,
.cmg-promo .cmg-promo-inner:before {
	transition: all .3s
}

.cmg-promo .cmg-promo-img {
	border-radius: 10px;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.cmg-promo a {
	color: var(--tg-white-color);
	text-decoration: none
}

.cmg-promo a:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.cmg-promo .cmg-promo-text {
	padding: 0 35px;
	position: relative;
	text-align: center;
	z-index: 1
}

.cmg-promo span {
	font-size: 24px;
	line-height: .9;
	margin: 0 0 8px;
	text-shadow: 1px 1px 0 var(--tg-theme-backgrounds-style-2), 2px 2px 0 var(--tg-theme-backgrounds-style-2), 3px 3px 0 var(--tg-theme-backgrounds-style-2);
	font-family: var(--tg-heading-font-family)
}

.cmg-promo p {
	font-size: 15px;
	margin: 0
}

.cmg-promo .cmg-promo-inner:after {
	background: linear-gradient(315deg, #00284ecc 25%, #00284e1a 80%);
	opacity: 0
}

.cmg-promo:hover .cmg-promo-inner:before {
	opacity: 0
}

.cmg-promo:hover .cmg-promo-inner:after {
	opacity: 1
}

.icon-rounded-arrow:before {
	content: "\e90a"
}

#main-row {
	position: relative
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.leaderboard .col-12 {
	padding-left: 0;
	padding-right: 0
}

.leaderboard-gamepage .ad-wrapper {
	height: 141px
}

.text-center {
	text-align: center !important
}

.logo-container-mobile {
	width: 100%;
	height: 100%;
}

.game-lists {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -8px 0 !important
}

.game-lists .game-list-item {
	flex: 0 0 50%;
	margin-bottom: 16px;
	max-width: 50%;
	padding: 0 8px
}

.game-lists .inner-item {
	background: var(--tg-theme-headers-style-1);
	border-radius: 10px;
	height: 100%;
	position: relative;
	transform: translateZ(0);
	transition: all .3s;
	will-change: transform
}

.game-lists .inner-item>a {
	backface-visibility: hidden;
	transform-style: preserve-3d
}

.game-lists .inner-item a {
	color: var(--tg-white-color);
	display: block;
	text-decoration: none
}

.game-lists .inner-item:hover {
	box-shadow: 6px 6px 0 var(--tg-theme-primary);
	transform: translate(-6px, -6px)
}

.game-lists .inner-item:hover .game-lists .game-title {
	text-decoration: underline
}

.game-lists .inner-item:hover .field-media {
	opacity: 1;
	visibility: visible
}

.game-lists .field-image {
	backface-visibility: hidden;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding-bottom: 58%;
	position: relative;
	transform-style: preserve-3d
}

.game-lists .field-image img {
	height: 100%;
	position: absolute;
	transition: all .3s;
	width: 100%;
	object-fit: cover
}

.game-list-item .field-image .field-media {
	height: 100%;
	left: 0;
	min-height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(1.06);
	transition: all .3s;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.game-lists .game-item-description {
	padding: 15px 5px 15px 10px
}

.game-item-description {
	line-height: 1.1rem
}

.game-lists .game-title {
	color: var(--tg-theme-primary);
	display: block;
	font-size: 1.1rem;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize
}

.page h1.pane-title.page-title {
	background: none;
	border-bottom: 2px solid var(--tg-theme-secondary);
	border-radius: 0;
	font-size: 24px;
	height: auto;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-top: -4px;
	padding: 0 0 4px
}

.pane-title {
	background: none;
	border: 0;
	clear: both;
	color: var(--tg-white-color);
	font-size: 20px !important;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	font-family: var(--tg-heading-font-family)
}

.block-adstop-homepage-728x90,
.block-adstop-otherpage-728x90 {
	height: 90px;
	margin: 0 auto;
	width: 728px
}

.container-fluid .row.main,
.home .container-fluid .row.main {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0
}


.blue-boxes {
	background: var(--tg-theme-backgrounds-style-2);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px 20px
}

.blue-boxes h2 {
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase
}

.blue-boxes p {
	padding-bottom: 20px
}

.blue-boxes h3 {
	font-size: 17px
}

.about-data ol li,
.about-data ul li {
	padding-bottom: 5px
}

.wysiwyg .blue-boxes h1 {
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase
}

.wysiwyg .blue-boxes h2 {
	text-align: inherit;
	text-transform: inherit
}

.wysiwyg .blue-boxes h2,
.wysiwyg .blue-boxes h3 {
	font-size: 17px
}

.wysiwyg .blue-boxes p {
	padding: 0
}

.row.blog,
.row.wysiwyg {
	margin-top: 20px
}

.wysiwyg a,
.blue-boxes a,
.game-instructions a,
.brdcrm a,
.blog-post__body a {
	font-family: var(--tg-heading-font-family);
}


.justify-content-around {
	justify-content: space-around !important
}

.flex-column {
	flex-direction: column !important
}

.row.blog,
.row.wysiwyg {
	margin-top: 20px
}

.smart-order {
	display: flex;
	flex-direction: column
}

.smart-order .common-title {
	order: -1
}

.smart-order .link-more-wrapper {
	order: 99
}

.pane-cmatgame-advertisement-cm-g-otherpages-728-90 .ad-wrapper,
.pane-cmatgame-advertisement-cm-g-otherpages-728x90-footer .ad-wrapper {
	height: 90px
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.node img {
	height: auto;
	max-width: 100%
}

.node__content {
	position: relative
}

body.home .main-aside h2.pane-title,
body.home .main-col h2.common-title
body.home .main-col span.common-title{
	border-bottom: unset;
	pointer-events: none
}

.main-aside h2.common-title,
.main-aside h2.pane-title,
.main-aside span.common-title,
.top-games-container .top-games .top-games-header,
body:not(.node-type-game) h1.common-title,
body:not(.node-type-game).home h1.pane-title,
body:not(.node-type-game).home h2.common-title,
body:not(.node-type-game).home span.common-title,
body:not(.node-type-game).home h2.pane-title {
	background-image: none;
	border-bottom: 2px solid var(--tg-theme-secondary);
	color: var(--tg-white-color);
	font-family: var(--tg-heading-font-family);
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 20px;
	margin-top: -4px;
	padding: 0 0 3px;
	position: relative
}

.main-aside h2.common-title .title-with-button,
.main-aside span.common-title .title-with-button,
.main-aside h2.pane-title .title-with-button,
.top-games-container .top-games .top-games-header .title-with-button,
h1.common-title .title-with-button,
h1.pane-title .title-with-button,
h2.common-title .title-with-button,
span.common-title .title-with-button,
h2.pane-title .title-with-button {
	color: var(--tg-white-color);
	position: relative;
	font-size: 20px;
	line-height: 1.5rem;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 3px 0;
	text-transform: uppercase
}

.block-views-blockblog {
	width: 100%
}

.block-views-blockblog .views-row {
	display: flex;
	gap: 15px;
	margin-bottom: 0 !important;
	min-height: 85px
}

.blog-post-image {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 175px
}

.block-views-blockblog .blog-post-image {
	border-radius: 5px;
	display: unset;
	flex: 0 0 100px;
	float: left;
	height: 63px;
	margin-right: 15px;
	overflow: hidden;
	position: unset;
	width: 100px
}

.block-views-blockblog .blog-post-image a img {
	background: var(--tg-theme-secondary);
	border: 2px solid var(--tg-theme-secondary);
	border-radius: 5px;
	max-width: 100px;
	min-height: 63px;
	overflow: hidden;
	padding: 0;
	object-fit: cover
}

.block-views-blockblog .blog-description span {
	margin-top: 0;
	margin-bottom: .4rem
}

.block-views-blockblog .views-row:hover .blog-post-image a img {
	border: 2px solid var(--tg-theme-secondary)
}

.block-views-blockblog .views-row:hover .rightSide span a {
	color: var(--tg-theme-secondary) !important;
	text-decoration: underline !important
}

.block-views-blockblog span a {
	color: var(--tg-theme-secondary);
	font-family: var(--tg-heading-font-family);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.2rem
}

.block-views-blockblog .link-more-wrapper a {
	color: var(--tg-theme-secondary)
}

.link-more-wrapper {
	margin-bottom: 20px
}

.link-more-wrapper a {
	color: var(--tg-theme-primary);
	font-size: 1rem;
	text-transform: uppercase
}

.link-more-wrapper .icon-chevron {
	font-size: 14px
}

.icon-chevron:before {
	content: "\e909"
}

@media (min-width: 560px) {
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {

	.page .container-fluid .main-col {
		max-width: 95%;
		margin: 0 auto !important
	}

	.smart-order .no-mobile {
		order: 90;
		filter: grayscale(1)
	}

	body .container-fluid .main-aside {
		display: none !important
	}
}

@media (min-width: 768px) {

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.search-dropdown .search-row {
		display: flex
	}

	.search-dropdown .sd-left {
		flex: 0 0 31%
	}

	.search-dropdown .sd-right {
		flex: 0 0 69%;
		padding-left: 22px
	}

	.sd-footer {
		background: none;
		margin-left: -10px;
		padding: 10px 10px 19px;
		position: relative;
		text-align: center;
		top: 10px;
		width: calc(100% + 20px)
	}

	.sd-footer:before {
		border-top: 1px solid var(--tg-theme-search-block-background);
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
	}

	.sd-footer .see-all-rel:hover {
		background-color: var(--tg-theme-search-block-background);
		box-shadow: 0 3px 0 var(--tg-theme-search-block-hadow_color-1), 0 4px 0 var(--tg-theme-backgrounds-style-2);
		transform: translateY(-4px)
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}


	.d-md-block {
		display: block !important
	}

	.game-lists .game-item-description {
		padding: 20px 15px
	}

	.block-adstop-homepage-728x90,
	.block-adstop-otherpage-728x90 {
		margin-bottom: 40px;
		max-width: 728px
	}

	.page h1.pane-title.page-title {
		border-bottom-color: var(--tg-theme-primary);
		font-size: 39px !important;
		padding: 0 0 10px
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

}

@media (min-width: 768px) and (max-width: 959.98px) {
	.page .container-fluid {
		min-width: 768px;
		margin: 0 auto;
		max-width: 1305px
	}
}

@media (max-width: 959.98px) {
	#main-row {
		margin-top: 20px
	}
}

@media (min-width: 960px) {

	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.expandable-wrapper {
		display: block;
		left: 0;
		opacity: 0;
		padding-top: 14px;
		position: absolute;
		top: 100%;
		transform: translateY(5px);
		visibility: hidden
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu li.is-expanded>.expandable-wrapper>.expandable-content,
	.pane-menu-menu-desktop-header-menu .pane-content>.menu li.is-expanded>.expandable-wrapper>.menu {
		max-height: calc(100vh - 130px);
		overflow: auto
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.expandable-wrapper>.menu {
		background: var(--tg-theme-headers-style-1);
		border-radius: 10px;
		min-width: 240px;
		padding: 10px;
		position: static
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.expandable-wrapper>.menu>li {
		align-items: center;
		border-radius: 10px;
		display: flex;
		gap: 12px;
		margin-bottom: 5px
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.expandable-wrapper>.menu>li a {
		border-radius: 10px;
		color: var(--tg-white-color);
		flex: 1 1 auto;
		font: 700 15px / 25px var(--tg-heading-font-family);
		padding: 10px;
		text-align: left;
		text-decoration: none
	}

	.menu-search #cmatgame-search-block-form {
		position: absolute;
		right: 0;
		z-index: 9
	}

	.menu-search #cmatgame-search-block-form .form-item {
		position: relative;
		z-index: 2
	}

	#cmatgame-search-block-form .search-input {
		transition: width .15s ease, border-radius .15s ease, transform .15s ease, box-shadow .15s ease
	}

	#cmatgame-search-block-form .menu-search-bar {
		cursor: pointer;
		padding-left: 40px;
		padding-right: 10px
	}

	.menu-search {
		min-width: 120px
	}

	#close-search-box {
		left: 100%;
		opacity: 0;
		position: absolute;
		transition: opacity .3s ease, visibility .3s ease;
		visibility: hidden
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li:hover>.nolink,
	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li:hover>a {
		background-color: var(--tg-theme-secondary);
		box-shadow: 0 3px 0 var(--tg-theme-accent), 0 4px 0 var(--tg-theme-backgrounds-style-2);
		color: var(--tg-theme-tertiary);
		transform: translateY(-4px)
	}

	#cmatgame-search-block-form .search-input:hover {
		background-color: var(--tg-theme-search-block-background);
		box-shadow: 0 3px 0 var(--tg-theme-search-block-hadow_color-1), 0 4px 0 var(--tg-theme-backgrounds-style-2);
		transform: translateY(-4px)
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded:hover>.expandable-wrapper {
		opacity: 1;
		transform: translateY(0);
		transition: transform .3s ease, visibility .3s ease, opacity .3s ease;
		visibility: visible
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.expandable-wrapper>.menu>li:hover>a {
		background-color: var(--tg-theme-search-block-background);
		box-shadow: 0 3px 0 var(--tg-theme-search-block-hadow_color-1), 0 4px 0 var(--tg-theme-backgrounds-style-2);
		transform: translateY(-4px)
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded>.expandable-wrapper>.menu>li a:hover {
		color: var(--tg-white-color);
		text-decoration: none
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded:hover>.nolink:after,
	.pane-menu-menu-desktop-header-menu .pane-content>.menu>li.is-expanded:hover>a:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.1 4.6' style='enable-background:new 0 0 7.1 4.6' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23654900' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M3.6 3.9.8.8M3.6 3.9 6.4.8'/%3E%3C/svg%3E");
		transform: rotate(-90deg)
	}

	.search-expanded .navbar-right:before {
		width: calc(100% - 84px)
	}

	.navbar-right:before {
		background: var(--tg-theme-headers-style-1);
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		top: -8px;
		transition: width .15s ease;
		width: 0;
		z-index: 3
	}

	.search-dropdown {
		background: var(--tg-theme-headers-style-1);
		border-radius: 0 0 10px 10px;
		display: none;
		padding-top: 18px;
		position: absolute;
		top: 100%;
		width: 100%
	}

	.search-dropdown .search-row {
		max-height: calc(100vh - 155px);
		padding: 10px 10px 0
	}

	.sg-lists .sg-item {
		margin-bottom: 5px
	}

	.sg-lists .sg-title {
		white-space: break-spaces
	}

	.page-content {
		padding-top: 20px
	}

	body:not(.node-type-game) .page-content {
		padding-top: 20px
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.search-expanded #cmatgame-search-block-form {
		width: 720px
	}

	.search-expanded #cmatgame-search-block-form .search-input {
		background-color: var(--tg-theme-search-block-background);
		box-shadow: 0 1px 0 var(--tg-theme-search-block-hadow_color-1), 0 2px 0 var(--tg-theme-backgrounds-style-2) !important;
		transform: translateY(-2px)
	}

	.search-expanded #cmatgame-search-block-form .menu-search-bar {
		border-radius: 36px
	}

	.search-expanded #cmatgame-search-block-form #close-search-box {
		opacity: 1;
		visibility: visible
	}

	.search-expanded:after {
		background: var(--tg-black-color);
		opacity: 0.6;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 99
	}

	#main-row.row {
		padding-top: 15px
	}

	p.pane-title,
	h1.pane-title,
	h2.pane-title {
		font-size: 24px !important;
		padding-top: 6px
	}

	.game-lists {
		margin-left: -10px !important;
		margin-right: -10px !important
	}

	.game-lists .game-list-item {
		flex: 0 0 33.33%;
		margin-bottom: 20px;
		max-width: 33.33%;
		padding: 0 10px
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.main-aside h2.common-title,
	.main-aside span.common-title,
	.main-aside h2.pane-title,
	.top-games-container .top-games .top-games-header,
	body:not(.node-type-game) h1.common-title,
	body:not(.node-type-game).home h1.pane-title,
	body:not(.node-type-game).home h2.common-title,
	body:not(.node-type-game).home span.common-title,
	body:not(.node-type-game).home h2.pane-title {
		background-color: var(--tg-theme-headers-style-2);
		border: none;
		border-radius: 10px;
		font-size: 1.4rem;
		height: 30px;
		padding: 3px 0 3px 14px;
		text-transform: uppercase;
	}

	.main-aside h2.common-title .title-with-button, 
	.main-aside span.common-title .title-with-button,
	.main-aside h2.pane-title .title-with-button,
	.top-games-container .top-games .top-games-header .title-with-button,
	h1.common-title .title-with-button, 
	h1.pane-title .title-with-button,
	h2.common-title .title-with-button, 
	span.common-title .title-with-button, 
	h2.pane-title .title-with-button {
		border-bottom: none;
		font-size: 1.5rem;
	}

	.block-views-blockblog span.common-title {
		background-color: var(--tg-theme-secondary) !important;
		pointer-events: none;
		text-transform: uppercase !important;
	}

	.block-views-blockblog span.common-title .title-with-button,
	.block-views-blockblog span.common-title a {
		color: var(--tg-theme-backgrounds-style-1);
	}

	.link-more-wrapper {
		position: relative;
		top: -7px;
	}

	.link-more-wrapper a {
		display: flex;
		text-transform: capitalize !important;
		align-items: center;
		text-decoration: none;
		width: fit-content;
		gap: 5px;
	}

	.link-more-wrapper a:hover span {
		text-decoration: underline;
		text-decoration-thickness: .2px;
		text-transform: capitalize !important;
		text-underline-offset: 3px;
	}

}

@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (min-width: 1140px) {
	.page .container-fluid {
		min-width: 1140px
	}

	.container-fluid .main-col {
		max-width: 640px
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.pane-menu-menu-desktop-header-menu .pane-content>.menu {
		max-width: 1080px
	}

	.pane-menu-menu-desktop-header-menu .pane-content .menu>li>a {
		font-size: 17px;
		padding: 10px 8px
	}

	.navbar-right .pane-menu-menu-desktop-header-menu .pane-content>.menu>li {
		margin-right: 10px
	}

	#cmatgame-search-block-form {
		width: 150px
	}

	#cmatgame-search-block-form .menu-search-bar {
		border-radius: 36px
	}

	.menu-search {
		min-width: 150px
	}

	.block-adsleft.fixed {
		margin-left: 0
	}
}

@media (min-width: 1320px) {

	.container-fluid .row.pb-3 {
		justify-content: start;
		min-width: 1320px
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xl-block {
		display: block !important
	}
}