.autchuse a{
	    color: #fff;
    line-height: 99px;
}
#glow-container {
    position: absolute; /* Теперь привязаны к документу, а не к окну */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Или 100vh, если контент не длинный */
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.glow {
    position: absolute;
    width: 20px; /* Немного увеличили размер */
    height: 20px;
    /* Ярко-красный цвет с сильным свечением */
    background: radial-gradient(circle, #FFFFFF 10%, #FF0000 60%);
    box-shadow: 0 0 15px 5px #FF0000; /* Добавляем внутреннюю тень для плотности */
    border-radius: 50%;
    filter: blur(10px); /* Уменьшили blur, чтобы центр был "горячее" */
    opacity: 0.6; /* Базовая прозрачность выше */
    animation: flicker 4s infinite ease-in-out;
}

@keyframes flicker {
    0%, 100% { 
        opacity: 0.5; 
        transform: scale(1);
        box-shadow: 0 0 10px 2px #FF0000;
    }
    50% { 
        opacity: 1; /* Максимальная яркость */
        transform: scale(1.4); /* Увеличение при пульсации */
        box-shadow: 0 0 30px 10px #FF4444; /* Расширение ореола */
    }
}
.marquee-container {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}
body {
    background-color: #050505;
    margin: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}
#user_list .slick-track{
	padding:40px 0px;
}
#user_list li{
	transition:0.5s;
}
#user_list li:hover{
	filter: drop-shadow(0px 0px 20px #F18926);
}
.marquee-row {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

.marquee-content {
    display: flex;
    gap: 15px; /* Расстояние между фото */
    animation: scroll-left 50s linear infinite; /* Скорость прокрутки */
}

/* Второй ряд крутится в обратную сторону */
.reverse .marquee-content {
    animation-direction: reverse;
}

/* Настройки самой карточки 250x350 */
.game-card {
    flex: 0 0 200px;
    height: 300px;
    background-size: contain;
    background-position: center;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
}
.game-card img{
	    max-width: 100%;
    height: auto;
    border-radius: 25px;
}
.game-title {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Сама анимация */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Сдвигаем на 1/3, так как в PHP мы склеили 3 копии массива */
        transform: translateX(calc(-33.33% - 5px)); 
    }
}
body {
	font-family: 'Montserrat';
	background: #120C0C;
	color:#fff;
	font-size: 21px;
}
.logo_top{
	    background: url(/images/fon_logo.png);
    background-size: contain;
    background-repeat: unset;
}
.menu_desct ul.mod-list{
	text-align: center;
    display: inline-block;
	width:100%;
}
.menu_desct a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	color: #FFFFFF;
    text-decoration: none;
    line-height: 100px;
    padding: 0 15px;
	position:relative;
	text-transform:uppercase;
}
.menu_desct a:after{
	position: absolute;
    content: '';
    border: 2px solid #fd7e14;
    width: 10px;
    top: calc(50% - 2px);
    right: -5px;
}
.menu_desct li:nth-last-child(1) a:after{
	display:none;
}
.menu_desct li{
	position:relative;
	display: inline-block;
}
.menu_desct li:after,.tel_top:after{
	position:absolute;
	content:'';
	transition:0.5s;
}
.right_top{
	    display: inline-block;
    width: 100%;
}
.login{
	position:relative;
}
.login:after{
	position:absolute;
	content:'';
	transition:0.5s;
}
.tel_top{
	position:relative;
}
.menu_desct li:hover{

}
.menu_desct li:hover:after,.login:hover:after,.tel_top:hover:after{
	    position: absolute;
    content: '';
    box-shadow: 0px 0px 25px 7px #F18926;
    width: 100%;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, rgba(241, 137, 38, 0) 0%, #F18926 30%, #F18926 70%, rgba(241, 137, 38, 0) 100%);
    left: 0;
}
.menu_desct li:hover a,.login:hover,.tel_top:after{
	color: #F18926;
}
.bron_top{
	    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    background: linear-gradient(91.56deg, #E51721 1.32%, #7F0D12 116.28%);
    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    cursor: pointer;
	display: inline-block;
	transition:0.5s;
}
.bron_top:hover{
	    background: linear-gradient(168.63deg, #F18926 0.74%, #D05B0D 96.85%);
    filter: drop-shadow(0px 0px 35px #F18926);
}
.logo_foot img{
	max-width:100%;
}
.state_info{
	padding: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.color_state{
	padding: 0px;
    display: inline-block;
    text-align: center;
}
.color_state li{
	list-style: none;
    display: inline-block;
    margin: 0 15px;
	position:relative;
	padding-left: 30px;
    line-height: 20px;
}
.color_state li i{
	position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
	 border-radius: 5px;
}
.color_state li i.gr{
	box-sizing: border-box;
    background: #302423;
    border: 1px solid #F18928;
    flex: none;
    order: 0;
    flex-grow: 0;

}
.bron_ps{
	background: rgba(253,208,46,0.7);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
}
.color_state li i.red{
	background: #A71919;
}
.count_state{
	text-align:center;
	padding:0px;
}
.count_state li{
	list-style:none;
	display:inline-block;
}
.count_state li span.sv{
	color: #F18926;
}
.count_state li span.all{
	
}
label.statepc{
	width: 100%;
    text-align: center;
    font-size: 20px;
}
g>path[id*=path-]{
	transition: 0.5s;
}
g>path[id*=path-]:hover{
	cursor:pointer;
	stroke-width:1.982986px !important;
}
g>path[id*=path-].nowset{
	fill: '';
}
g>path[id*=path-].svobod{
	fill: '';
}
path.svobod:hover {
    fill: #5FBF16;
   filter: drop-shadow(0px 0px 20px #7EF126);
}
g>path[id*=path-].zanyt{
	fill: rgba(255,0,0, 0.5) !important;
}
g>path[id*=vip-]{
	transition: 0.5s;
}
g>path[id*=vip-]:hover{
	cursor:pointer;
	stroke-width:1.982986px !important;
}
g>path[id*=vip-].nowset{
	
}
g>path[id*=vip-].svobod{
	
}
g>path[id*=vip-].zanyt{
	fill: rgba(255,0,0, 0.5) !important;
}
#header_page{
    position: fixed;
    width: 100%;
    display: inline-block;
    align-items: center;
    z-index: 9;
	/* Rectangle 9 */

box-sizing: border-box;


background: linear-gradient(90.34deg, #302423 5.33%, #120C0C 99.02%);
border: 1px solid #000000;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.header_block{
	background-color: #fdd02e;
	min-height: 90px;
}
.header_block ul{
	display: inline-block;
    width: 100%;
    text-align: center;
	line-height: 90px;
}
.header_block ul li{
	display:inline-block;
	margin:0 15px;
	
}
.header_block ul li a{
	padding:10px 15px;
	color:#000;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
}
.header_block ul li a:hover{
	border-bottom:2px #000 dashed;
}
h3.block_title{
	text-align:left;
	color:#fff;
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 20px;
}
h3.block_title span{
	color:#fdd02e;
}
li.item-101{
	position:relative;
	width:160px;
}
li.item-101 img{
	position: absolute;
    top: 0px;
    left: calc(50% - 60px);
	width: 120px;
}
.header_block ul li.item-101 a:hover{
	border-bottom:none;
}
.component-wrapper{
	padding-top:102px;
}
.top_banner svg{
	max-width: 100%;
}
.text_ban_pr{
	font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.text_ban_pr i{
	    border: 2px solid #fd7e14;
    float: left;
    height: 22px;
    position: relative;
    top: 14px;
    margin-right: 10px;
}
.bron_top{
	
}
.banner{
	
}
:root {
	--color-ibyyw13vh: 0, 0, 0;
	--color-iw3ry1ys6: 0, 0, 0;
	--color-iri917e2w: 255, 255, 255;
	--color-ix7knq45j: 0, 0, 0;
	--color-icy97mudx: 0, 0, 0;
	    --color-iex38ba2s: 0, 0, 0;
	    --color-itzym6pkx: 0, 0, 0;
		--image-imh1hv3uy: url(/images/tpl25_fon_2.webp);
}
#bron{
	background: #000;
    height: 450px;
    box-shadow: 20px 20px 20px 20px #000;
	text-align: center;
}
.fon_bron{
	display: block;
    width: 50%;
    height: 450px;
    background-color: rgba(var(--color-ibyyw13vh), 1);
    padding-left: 30px;
    padding-right: 30px;
    background-image: linear-gradient(rgba(var(--color-iw3ry1ys6), 1) 0%, rgba(var(--color-iri917e2w), 0) 20%, rgba(var(--color-ix7knq45j), 0) 82%, rgba(var(--color-icy97mudx), 1) 99%), linear-gradient(to right, rgba(var(--color-iex38ba2s), 0) 31%, rgba(var(--color-itzym6pkx), 1) 72%), var(--image-imh1hv3uy);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left 0px top 0px, left 0px top 0px, left -204px top calc(-71px + 50%);
    background-size: auto, auto, 1197.30px auto;
    background-attachment: scroll, scroll, scroll;
    position: absolute;
    left: 0;
}
.title_left_razd{
	    font-family: "Lobster", sans-serif;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin:20px 0 -15px;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 85px;
	color: #FFFFFF;
	float:left;
}
.state_pc_desc{
display: flex;
flex-direction: row;
align-items: center;
padding: 30px 100px;
gap: 24px;
height: 60px;
background: rgba(255, 255, 255, 0.1);
border-radius: 30px;
flex: none;
order: 0;
flex-grow: 0;
}
.state_pc_desc ul{
	margin: 0;
}
.state_pc_desc ul li{
	
}
.state_ps_br{

}
#maps_pc{
	background: #281918;
    border-radius: 30px;
    margin-top: 50px;
}
.right_razd{
	float: left;
    line-height: 93px;
	margin-left: 20%;
	font-style: normal;
	font-weight: 700;
	font-size: 27px;
}
.right_razd ul{
	float: right;
	margin-left:20px;
}
.right_razd ul li{
	margin: 0;
}
.gallery_menu .group1{
	padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
	    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    background: #302423;
    border-radius: 10px;
}
.gallery_menu .group1 img{
	max-width: 100%;
    border-radius: 10px;
}
.title_banner{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size:58px;
	line-height: 122px;
	text-transform: uppercase;
	background: linear-gradient(90.51deg, #ffffff 25.3%, #ababab 129.1%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.hero-content {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.hero-content .sub-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;
}
.hero-content .heading {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -1.5px;
}
.hero-content .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.hero-content .btn-group .dl-btn {
    clip-path: polygon(0% 0%,90% 0,100% 30%,100% 100%,0 100%);
    padding: 15px 35px;
    line-height: 1;
    height: auto;
    z-index: 2;
}
.dl-btn:active, .dl-btn:visited {
    color: var(--galactic-white);
}
.wp-block-search__button:before, .dl-btn:before {
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25) 1px,transparent 1px,transparent 6px);
    background-size: 4px 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-content .btn-group .dl-btn span {
    background-color: #9841ff;
}
button span, .dl-btn span {
    background: var(--galactic-primary-color) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: width .6s ease 0s,height .6s ease 0s;
    -moz-transition: width .6s ease 0s,height .6s ease 0s;
    -webkit-transition: width .6s ease 0s,height .6s ease 0s;
    -ms-transition: width .6s ease 0s,height .6s ease 0s;
    -o-transition: width .6s ease 0s,height .6s ease 0s;
    width: 0;
    z-index: -1;
}
.hero-element {
    position: relative;
    margin-top: 50px;
}
.hero-content img {
    display: block;
    margin: 0 auto;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.hero-element .shape-wrap {
    width: 50%;
    height: 100%;
    position: absolute;
    left: -40px;
    bottom: 0;
    transform: skew(20deg);
    z-index: -1;
}
.hero-element .shape.shape-1 {
    width: 220px;
    height: 60%;
    left: 30%;
    z-index: 1;
    opacity: .8
}

.hero-element .shape.shape-2 {
    height: 90%;
    left: 20%;
    opacity: .7
}

.hero-element .shape.shape-3 {
    height: 70%;
    z-index: 2;
    opacity: .4
}

.hero-element .shape.shape-4 {
    height: 40%;
    left: -10%;
    opacity: .6
}

.hero-element .shape-wrap.right {
    transform: skew(-20deg);
    left: auto;
    right: -40px
}

.hero-element .right .shape {
    left: auto;
    right: 0
}

.hero-element .right .shape.shape-1 {
    left: auto;
    right: 30%
}

.hero-element .right .shape.shape-2 {
    left: auto;
    right: 20%
}

.hero-element .right .shape.shape-3 {
    left: auto
}

.hero-element .right .shape.shape-4 {
    left: auto;
    right: -10%
}
.hero-element .shape {
    background: rgb(36,33,0);
	background: linear-gradient(90deg, rgba(36,33,0,1) 0%, rgba(244,238,29,1) 35%, rgba(255,0,31,1) 100%);
	width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}
.hero-element .shape:before {
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25) 1px,transparent 1px,transparent 6px);
    background-size: 4px 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#top_block{
	position:relative;
	margin-bottom:50px;
}
#top_block:before{
	content:'';
	width:100%;
	position:absolute;
	bottom:0px;
	height:3px;
	background: rgb(36,33,0);
	background: linear-gradient(90deg, rgba(36,33,0,1) 0%, rgba(244,238,29,1) 35%, rgba(255,0,31,1) 100%);
	z-index: 7;
}
div#comp_list {
    margin-bottom: 50px;
}
.block_game{
	height: 450px;
	margin-bottom:20px;
	border-radius:10px;
	position: relative;
}
.title_game {
    background-image: linear-gradient(90deg, rgba(36,33,0,1) 0%, rgba(244,238,29,1) 35%, rgba(255,0,31,1) 100%);
    clip-path: polygon(90% 0,100% 35%,100% 100%,0% 100%,0 66%,0 0);
    line-height: 1;
    padding: 10px 20px;
    border-radius: 2px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.title_game:before {
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25) 1px,transparent 1px,transparent 6px);
    background-size: 4px 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#footer{
	display:inline-block;
	width:100%;
	margin:50px 0;
}
.menu_footer ul li{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.menu_footer ul li a{
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-decoration: none;
}
#game_list{
	    background: linear-gradient(180deg, rgba(48, 36, 35, 0) 2.12%, #302423 16.8%, #302423 84.45%, rgba(48, 36, 35, 0) 100%);
    padding: 50px 0;
}
.menu_footer ul{
	padding:0px;
	margin:0px;
}
.menu_footer ul li a:hover{
	border-bottom:2px dashed #fff;
}
.menu_footer ul li.item-101{
	display:none;
}
.title_foo_bl{
	position:relative;
	font-size: 22px;
	margin-bottom:15px;
}
.block_raz_foo{
	color: #fdd02e;
    font-size: 20px;
}
.txt_raz_foo{
	font-size:15px;
}
/* Socials */
.dl-widget-about .wt-social-icons {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}

.dl-widget-about .wt-social-icons li {
    display: inline-block;
    padding: 0;
    margin-right: 7px;
    margin-bottom: 7px;
}

.dl-widget-about .wt-social-icons li::before {
    display: none;
}

.dl-widget-about .wt-social-icons li a {
    color: #ffffff;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
	text-decoration:none;
}

.dl-widget-about .wt-social-icons li a:before{
    background-color:#fdd02e;
    clip-path: polygon(0% 0%, 70% 0, 100% 30%, 100% 100%, 0 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: -1;
    transition: opacity 300ms ease-in-out;
}

.dl-widget-about .wt-social-icons li a:hover:before{
    opacity: 1;
}

.dl-widget-about .wt-social-icons li a:hover {
    transform: translateY(-2px);
}

.mc4wp-form-widget ul.mc-social-icons li.facebook-f a{
    background-color: #1877f2;
}

.mc4wp-form-widget ul.mc-social-icons li.twitter a {
    background-color: #1da1f2;
}

.mc4wp-form-widget ul.mc-social-icons li.instagram a {
    background-color: #c13584;
}

.mc4wp-form-widget ul.mc-social-icons li.pinterest-2 a {
    background-color: #e60023;
}

.mc4wp-form-widget ul.mc-social-icons li.linkedin-in a {
    background-color: #0077b5;
}

.mc4wp-form-widget ul.mc-social-icons li.behance a {
    background-color: #1769ff;
}

.mc4wp-form-widget ul.mc-social-icons li.youtube-2 a {
    background-color: #ff0000;
}

.mc4wp-form-widget ul.mc-social-icons li.dribbble a {
    background-color: #ea4c89;
}

.mc4wp-form-widget ul.mc-social-icons li.flickr a {
    background-color: #ff0084;
}
.clearfix {
    display: block;
}
.host_block{
	padding:20px;
	margin-bottom:20px;
}
.host_booking {
    background-color: #c97116;
    color: #fff;
    padding: 2px 14px 3px;
    border-radius: 7px;
    display: none;
	margin-right: 4px;
    text-decoration: none;
    cursor: pointer;
}
.host .host_block {
    font-size: .8em;
    border: 1px solid #242f3c;
    border-radius: 8px;
    padding: 10px;
    background-color: #161c23;
    position: relative;
    overflow: hidden;
}
.host.hostfree .host_block {
    background-color: #002224;
    transition: .4s;
    border-color: #177648;
}
.host.noset .host_block{
	border: 1px solid #242f3c;
    transition: .4s;
	background-color: #161c23;
}
.host.noset .host-header .host_status{
	background-color: #3c3d3e;
    color: #f5f5f5;
}
.host .host-header .host_status {
    background-color: #1a314f;
    color: #2c87fd;
    padding: 2px 14px 3px;
    border-radius: 7px;
    margin-right: 4px;
}
.host-body {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 4px;
}
.host .host_name {
    font-size: 1.4em;
    font-weight: 700;
    margin-right: 10px;
}
.hostfree .host_remains {
    color: #858585;
}
.host-header:hover>.host_booking{
	display:inline-block;
}
.host-header:hover>.host_status{
	display:none;
}
.my-flex {
    display: flex;
}
.tarif, .usert {
    font-size: .85em;
}
.tarif {
    text-align: end;
    line-height: 14px;
}
.modal-content {
    background-color: #0f1b2a !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,1)!important;
}
.host.hostfree .host_status {
    color: #27ae60;
    background-color: #083e1e;
}
.block_blog_teaser{
	    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
background: #302423;
border-radius: 20px;

	
}
.block_blog_teaser img{
	max-width:100%;
	height:100%;
}
div#blog_list {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.block_blog_teaser .item-title a,.block_blog_teaser .item-title{
	text-decoration:none;
	color:#fff;
	font-size:25px;
	padding:20px;
	line-height: 0;
}
.block_blog_teaser .item-description {
    padding: 20px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	align-self: stretch;
	line-height: 20px;
}
.tel_top{
	color: #fff;
    text-decoration: none;
    float: right;
    font-weight: 600;
    line-height: 100px;
    font-size: 18px;
}
.top_banner{
	    display: inline-block;
    width: 100%;
    background: url(/images/uploads/image_05_07_26_07_33_7.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: center;
}
.login{
	cursor:pointer;
	color: #fff;
	    display: inline-block;
    float: left;
	line-height: 100px;
}
form#auchform {
    border-radius: 10px;
}
.autchuse {
  
}
.autchuse div{
	float: left;
    display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
    font-weight: 100;
		
}
.block_lcab {
    background-color: #fdd02e;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin: 15px;
	position:relative;
}
.block_lcab i{
	font-size:13px;
}
.page_lcab{
	margin:50px auto;
}
.openkey{
	text-align:center;
	cursor:pointer;
	transition:0.5s;
}
.openkey:hover{
	background-color:#9f7e09;
}
.log_out {
    background: #9f7e09;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.block_lcab.mintitl{
	font-size: 15px;
    color: #222;
}
.block_lcab.span{
	font-size: 17px;
}
.log_out{
	
}
.block_lcab i,.block_lcab span{
	display:inline-block;
	width:100%;
	margin-bottom:5px;
}
.autch_page {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 50px auto;
}
.autch_page form{
	padding:20px;
	text-align:center;
}
.autch_page form .modal-title{
	    margin: 10px auto;
}
form#auchform .form-group {
    margin-bottom:15px;
}
.header_top {
    background-color: #9f7e09;
	color:#fff;
	font-weight:700;
	font-size:20px;
}
.header_top a{
	color:#fff;
	font-weight:700;
	font-size:20px;
	text-decoration:none;
}
.block_blog_teaser .readmore{
	padding-top:0px;
	padding: 20px;
	    line-height: 0;
}
.preloader-circle-holder .m-loader .e-text{
	font-size: 20px;
}
.block_blog_teaser .readmore a{
	    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F18926;
}
#kont_list{
	background: linear-gradient(180deg, rgba(48, 36, 35, 0) 2.12%, #302423 16.8%, #302423 84.45%, rgba(48, 36, 35, 0) 100%);
	padding: 50px 0;
}
.maps_foo{
	    border-radius: 20px;
    overflow: hidden;
}
#kont_list ul {
	display: inline-block;
    width: 100%;
	padding:0px;
}
#kont_list ul li{
	font-size: 15px;
    list-style: none;
    margin-bottom: 10px;
}
#kont_list ul li a{
	color:#fff;
	text-decoration:none;
}
#kont_list ul li svg{
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#har_list{
	background: linear-gradient(179.16deg, rgba(48, 36, 35, 0) 3.15%, #302423 21.88%, rgba(79, 65, 63, 0) 96.81%);
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
* html .clearfix {
    height: 1%;
}
.player-thumb svg{
	max-width:100%;
	width: 100%;
}
#user_list .el-player .player-content-inner h3{
	color:#fff;
	padding-left:0px;
}
#user_list .el-player {
    max-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 40px;
    background: #090B0F;
    border-radius: 30px;
}
#user_list .el-player .player-content-inner h4:before{
	display:none;
}
#user_list .el-player .player-content-inner h4{
	    width: 100%;
    left: 0px;
    color: #fff;
    font-weight: normal;
	white-space: nowrap;
}
.bron_top.right {
    float: right;
    width: auto;
	margin-top:0px;
	padding: 20px 45px;
}
.url-path-test {
    background: url('../images/test.png');
}
.list_comnt{
	display:inline-block;
	text-align:left;
	float:left;
	width:auto;
	padding:0px;
}
.list_comnt li{
	cursor: pointer;
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 25px;
	border: 3px solid #F18926;
	border-radius: 20px;
	color: #F18926;
}
.gallery {
    grid-column-gap: 8px;
    grid-row-gap: 7px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
}
.scritoe{
	display:none;
}
.gallery .large-image {
    grid-area: 1/1/3/2;
    height: 450px;
    width: 584px;
}
.gallery .mini-image-1 {
    grid-area: 1/2/2/3;
    height: 290px;
    width: 290px;
}
.gallery .mini-image-2 {
    grid-area: 1/3/2/4;
    height: 290px;
    width: 290px;
}
.gallery .mini-image-3 {
    grid-area: 2/2/3/3;
    height: 290px;
    width: 290px;
}
.gallery .mini-image-4 {
    grid-area: 2/3/3/4;
    height: 290px;
    width: 290px;
}
.img_tar img{
	max-width:100%;
}
.time_tar{
	font-size: 25px;
    line-height: 37px;
    color: #F18926;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.col_tar {
    border-right: 1px solid #DDDDDD;
    padding: 0px 20px;
}
.col_tar.now_pol{
	border:none;
}
.bron_top.banner {
    padding: 20px 45px;
}
.col_tar ul{
	padding:0px;
	height: 80%;
}
.col_tar .title_tar {
    float: left;
}
.col_tar .price_tar {
    float: right;
	font-weight:600;
}
.col_tar li{
	display:inline-block;
	width:100%;
	margin-bottom:15px;
	list-style:none;
}
.gallery a img {
    height: 450px;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
    
    width: 100%;
	border-radius: 20px;
}
.gallery a{
	    overflow: hidden;
    border-radius: 20px;
}
.gallery img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 3s ease-in-out, filter 0.8s ease;
}

.gallery a:hover img {
    transform: scale(2.8);
    filter: brightness(0.4); /* Картинка станет чуть темнее при зуме */
}
#foto-list{
	    background: linear-gradient(180deg, rgba(48, 36, 35, 0) 2.12%, #302423 16.8%, #302423 84.45%, rgba(48, 36, 35, 0) 100%);
    padding: 50px 0;
}
.gallery a[class*="mini-image-"]{
	height:220px;
}
.gallery a[class*="mini-image-"] img{
	height:220px;
}
.host{
	display:none;
	width: 100%;
    text-align: center;
    margin: 50px auto;
}
#footer .bron_top{
	padding: 20px 45px;
}
.specification-title {
    font-weight: 600;
    margin: 10px 0;
}
.host.active{
	display:block;
}
.block_tarif{
	background: rgba(253,208,46,0.7);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    margin-bottom: 17px;
    text-align: left;
}
.tilitr{
	font-weight:100;
}
.specifications{
	
}
.specifications-item{
	
}
.list_comnt li.active{
	background: #F18926;
	color: #120C0C;
}
:root {
    --galactic-gradiant: linear-gradient(to right bottom, #f90cff, #e027ff, #c534ff, #a93eff, #8a44ff, #6560ff, #3c73ff, #0081ff, #009cff, #00b3ff, #00c6f5, #0cd7e8);
    --galactic-base-color: #ddd;
    --galactic-primary-color: #9841ff;
    --galactic-dark: #1b0e22;
    --galactic-heading-color: #ffffff;
    --galactic-base-font: "Oxanium", sans-serif;
    --galactic-primary-font: "Oxanium", sans-serif;
    --galactic-white: #ffffff;
    --galactic-space-grey: #999;
    --galactic-grey: #f2f5f9;
}
.menu_mobile{
	display:none;
}
.list_comnt ul{
		padding: 0px;
	}
.slick-arrow{
		content: '';
		background: none;
		border: none;
		position: absolute;
		top: 50%;
		text-indent: -9999em;
	}
.slick-arrow:before{
	content:'';
	position:absolute;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color:#fdd02e;
	font-size: 30px;
	z-index:8;
}
.slick-prev.slick-arrow{
	left:20px;
}
.slick-prev.slick-arrow:before{
	content:"\f0d9";
	left:20px;
	    text-indent: 0;
}
.slick-arrow.slick-next{
	right: 20px;
}
.slick-arrow.slick-next:before{
	content:"\f0da";
	right: 20px;
	    text-indent: 0;
}
.open_room{
	display:none;
}
.mobile_men_block {
    position: fixed;
    top: -1000%;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #fdd02e;
    text-align: center;
    opacity: 0;
    visibility: hidden;
	transition:0.5s;
}
.mobile_men_block.active{
	opacity: 1;
    visibility: visible;
    top: 0px;
}
.mobile_men_block li.item-101{
	display:none;
}
.header_block .mobile_men_block ul{
	line-height: 50px;
}
.header_block .mobile_men_block ul li{
	width:100%;
	margin:0px;
	line-height: 50px;
}
.mobile_men_block li a{
	
}
.slosemnmob {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000;
    font-size: 23px;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.mobile_men_block .logo_mobile img{
	position:relative;
	left:auto;
}
@media (max-width: 800px) {
	.gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto auto auto;
}
		.gallery .large-image {
			grid-area: 1/1/2/3;
			height: auto;
			width: auto;
		}
		.gallery .mini-image-1 {
    grid-area: 2/1/3/2;
    height: auto;
    width: auto;
}
.gallery .mini-image-2 {
    grid-area: 2/2/3/3;
    height: auto;
    width: auto;
}
.gallery .mini-image-3 {
    grid-area: 3/1/4/2;
    height: auto;
    width: auto;
}
.gallery .mini-image-4 {
    grid-area: 3/2/4/3;
    height: auto;
    width: auto;
}
	.open_room{
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 30px;
		padding: 10px 0;
		background: #c31212;
		color: #fff;
		cursor: pointer;
	}
	.menu_desct{
		display:none;
	}
	.header_top{
		text-align:center;
	}
	.autchuse {
		display: inline-block;
	}
	.menu_mobile{
		display:block;
	}
	.logo_mobile {
		text-align: center;
		position:relative;
	}
	.logo_mobile img{
		max-width: 120px;
		position: absolute;
		left: calc(50% - 60px);
		top: 0px;	
	}
	#footer{
		text-align:center;
	}
	.list_comnt ul{
		display: flex;
		line-height: 15px;
		padding: 0px;
	}
	.hero-content img{
		max-width:100%;
		height:auto;
	}
	.hero-element .shape{
		width:110px;
	}
	.hero-content .heading{
		font-size: 50px;
		line-height: 50px;
	}
	.hero-content{
		padding-top:50px;
	}
	.block_game{
		 margin: 20px;
	}
	.block_blog_teaser{
		margin:10px;
	}
	.header_block{
		position:relative;
	}
	.gamburg{
		cursor:pointer;
		position: absolute;
		font-size: 25px;
		color: #000;
		top: calc(50% - 12.5px);
	}
}


.svobod {
  
    transition: filter 0.3s; /* Плавность */
}

/* Класс, который JS будет добавлять при наведении */
.svobod.is-active {
    filter: drop-shadow(0px 10px 20px #7EF126);
}
#custom-tooltip,#custom-tooltipvip{
	position: absolute; 
	display: none; 
	background: #333; 
	color: white; 
	padding: 5px; 
	pointer-events: none; 
	z-index: 1000;
	padding: 30px 40px;
	background: #353535;
	border-radius: 30px;
}
.custom-tooltip ul{
	padding:0px;
}
.custom-tooltip li{
	    list-style: none;
    width: 100%;
	margin-bottom:15px;
}
.custom-tooltip li strong{
	display: inline-block;
    width: 100%;
}

.gallery-masonry {
    column-count: 3;
    column-gap: 10px;
}

.gallery-masonry .gallery-item {
    display: block;
    break-inside: avoid;          /* не разрывать элемент между колонками */
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.2s;
}

.gallery-masonry .gallery-item:hover {
    transform: scale(1.02);
}

.gallery-masonry .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Адаптив: планшеты */
@media (max-width: 768px) {
    .gallery-masonry {
        column-count: 2;
        column-gap: 8px;
    }
    .gallery-masonry .gallery-item {
        margin-bottom: 8px;
    }
}

/* Адаптив: телефоны */
@media (max-width: 480px) {
    .gallery-masonry {
        column-count: 1;
    }
}

.gallery-masonry-js .gallery-item {
    width: calc(33.333% - 7px);
    margin-bottom: 10px;
}
.desk_titl{
	text-align: center;
    display: inline-block;
    width: 100%;
    font-family: "Lobster", sans-serif;
    margin-bottom: 40px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: 280px;       /* базовая высота ячейки */
    grid-auto-flow: dense;       /* заполняет пустоты */
}
.gallery-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item:hover {
    transform: perspective(600px) rotateY(-5deg) rotateX(3deg) scale(1.03);
    box-shadow: -10px 15px 30px rgba(0, 0, 0, 0.4);
	 box-shadow: 0px 0px 25px 7px #F18926;
}
.gallery-grid .gallery-item {
    overflow: hidden;
    border-radius: 4px;
}
.cont_gr strong{
	display: inline-block;
    width: 100%;
}
.grf_top{
	display: inline-block;
    margin-top: 50px;
}
.grf_top ul{
	display: inline-block;
    background: rgba(241, 137, 38, 0.5);
    border-radius: 10px;
    padding: 10px;
}
.grf_top li{
	    list-style: none;
    float: left;
    width: 180px;
    font-size: 14px;
}
.grf_top li strong{
	display: inline-block;
    width: 100%;
}
/* Случайный разброс через nth-child */
.gallery-grid .gallery-item:nth-child(3n+1) { grid-row: span 2; }
.gallery-grid .gallery-item:nth-child(5n+2) { grid-row: span 1; }
.gallery-grid .gallery-item:nth-child(7n+3) { grid-row: span 2; }

.gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}