/*
Theme Name: esc2vr
Theme URI: https://example.com/my-custom-theme
Author: Ваше Имя
Author URI: https://example.com
Description: Моя собственная тема WordPress, созданная с нуля.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom-theme, responsive, blog, minimal

*/
@font-face {
    font-family: 'heliosext';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/heliosext.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'heliosext_italic';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/heliosext_italic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'heliosext_bold';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/heliosext_bold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'heliosext_bold_italic';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/heliosext_bold_italic.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'double';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/DoubleBass-Regular-trial.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/HelveticaNeue-Roman.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: 
        url('/wp-content/themes/esc2vr/assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    font-family: 'heliosext', sans-serif;
    color: #FFF;
}
.menu-item a[href="https://#"] {
    cursor: default;
	pointer-events: none;
}
.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
}
.header {
    max-width: 100%;
    position: relative;
    z-index: 999;
	background-image: url('/wp-content/uploads/2026/01/header-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.header-item {
    display: flex;
    justify-content: space-between;
    padding: 13.98px 0 16.96px;
    align-items: center;
	position: relative;
    z-index: 2; 
}

/*.header-decoration::before {
    content: url('/wp-content/uploads/2025/06/КругОчки.png');
    display: inline-block;
    position: absolute;
    top: -105px; 
    left: 50%;
    z-index: 2; 
	transform: translateX(-50%);
}*/
.logo {
    width: 103px;
    height: 50.43px;
}
.menu {
    display: flex;
    justify-content: space-between;
    min-width: 582px;
}
.menu-item {
    font-size: 16px;
}
.menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
}
.menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
ul {
    list-style-type: none;
}
.game-content ul {
	 list-style-type: disc;
	
}
.game-content li {
	margin-left: 30px;
}

.btn {
    padding: 10px 35px;
    border:3px solid #8DE61A;
    background: transparent;
    border-radius: 25px;
    font-family: 'heliosext_bold',sans-serif;
    font-size: 20px;
    color: #FFF;
	transition: background 0.5s ease-out;
}
a.btn {
	display: inline-block;
}
.btn:hover,
.reservation-btn:hover,
.wpcf7-submit:hover {
	background: linear-gradient(142deg, #6CB013, #2D4A08);
}
.btn-green {
    padding: 12px 70px;
    border:4px solid #FFF;
    background: linear-gradient(to right, #8BDD22, #72B103);
    border-radius: 25px;
    font-family: 'heliosext_bold',sans-serif;
    font-size: 24px;
    color: #FFF;
	display: flex;
	width: fit-content;
}
.mob-btn {
	display: none;
}
.choise .btn-green {
	margin: 0 auto;
}
.menu-icon {
    width: 100%;
   
}
.glasses {
    margin: 45px auto;
    display: block;
    background-image: url('/wp-content/themes/esc2vr/assets/img/glasses.png');
    width: 144px;
    height: 68px;
}
.banner {
    position:relative;
    width: 100%;
    height: auto;
    background-image: url('/wp-content/uploads/2025/07/banner-bg-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
	padding: 186px 0 0px;
}
.banner-content {
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
}
/*.banner::after {
	content: url('/wp-content/uploads/2025/07/header-man.png');
	display: inline-block;
	position: absolute;
    top: -230px;
    right: 0px;
    z-index: 1;
	 width: 300px;
    height: 400px;
    object-fit: cover;
}*/
.banner::after {
	content: "";
    position: absolute;
    top: -230px;
    right: 0;
    width: 1512px;
    height: 1074px;
    background-image: url(/wp-content/uploads/2025/07/header-man.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-item {
    width: 100%;
    max-width: 763px;
    position: relative;
    z-index: 3;
}
.banner-decor {
	position: relative;
}
.banner-decor::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
    top: -351px;
    right: 0px;
    z-index: 2;
	height: 351px;
    background: linear-gradient(to top, black, transparent);
}
.facebook-icon {
	background: url('/wp-content/themes/esc2vr/assets/img/facebook-icon.svg');
	display: inline-block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}
.inst-icon {
	background: url('/wp-content/themes/esc2vr/assets/img/inst (2).svg');
	display: inline-block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}
.banner-links {
	display: flex;
	flex-direction: column;
	gap:50px;
	z-index: 3;
}
.banner-item h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
}
.buttons {
    display: flex;
    align-items: center;
	gap: 55px;
}
.buttons span {
    font-size: 24px;
}
button {
	cursor: pointer;
}
.video-btn {
	position: relative;
    background-image: url('/wp-content/themes/esc2vr/assets/img/video-btn.png');
	background-size: cover;
	background-repeat: no-repeat;
    border-radius: 100%;
    border: none;
    width: 71px;
    height: 71px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  	animation: pulse 2s infinite;
  	transition: transform 0.3s ease;
}
.play-btn {
    display: flex;
    align-items: center;
    gap: 23px;
}
.top-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
	z-index: 10;
	position: relative;
	padding-top: 39px;
	margin-top: 80px;
	align-items: center;
	gap: 110px;
}
.top-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
	width: 764px;
	height: 2px;
	background-color: #FFF;
	opacity: 0.21;
}

.top {
    width:calc((100% - 3 * 50px) / 4);
    height: auto;
    object-fit: contain;
}
.adv {
	display: flex;
	gap: 15px;
	align-items: center;
}
.adv span {
	flex-shrink: 0;
	font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
.events {
    width: 100%;
    height: auto;
	background-image: url('/wp-content/themes/esc2vr/assets/img/bg-2.webp');
	background-size: cover;
	background-repeat: no-repeat;
    padding: 122px 0 155px;
}
.text-wrapper {
    display: flex;
    justify-content: space-between;
}
.zone .zone-text-wrapper {
    margin-bottom: 65px;
}
.left-text {
    max-width: 480px;
    width: 100%;
}
.title, .line-title {
    font-size: 40px;
    font-weight: 700;
}
.line-title::after {
    content: "";
    width: 265px;
    height: 8px;
	background-image: url('/wp-content/themes/esc2vr/assets/img/line.png');
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    margin-left: 160px;
	margin-bottom: 10px;
}
.subtitle {
    font-size: 24px;
}
.zone .card-wrapper {
    justify-content: center;
    gap: 65px;
}
.right-text {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    max-width: 480px;
    width: 100%;
}
.right-text span {
    color: #84D019;
}
.center-icon span {
    width: 101px;
    height: 10px;
	background-image: url('/wp-content/themes/esc2vr/assets/img/short-line.svg');
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
	margin-top: 20px;
}
.card-wrapper {
    display: flex;
    justify-content: space-between;
}
.card {
    width:calc((100% - 2 * 41px) / 3);
    border-radius: 34px;
	display: flex;
	flex-direction: column;
}

.first-card {
    background: linear-gradient(142deg, #6CB013, #2D4A08);
    padding: 20px;
}
.last-card {
    background: linear-gradient(142deg, #6CB013, #2D4A08);
    border-radius: 34px;
    padding: 20px;
}
.second-card {
    background: linear-gradient(142deg, rgba(23, 36, 2, 1), rgba(7, 24, 1, 1));
    padding: 20px;
}
.events .card:hover img {
	transform: scale(1.1);
}
.card img {
    width: 100%;
	border-radius: 23px;
	transition: all ease-in-out .07s;
}
.card-img {
	overflow: hidden;
	border-radius: 23px;
}
.card h3 {
    font-size: 24px;
    font-weight: 700;
	margin-top: 0;
}
.card p {
    font-size: 16px;
}
.card a {
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}
.card a:hover {
	 transform: translateY(-5px);
}
.more a::after {
    content: "";
    width: 15px;
    height: 15px;
	background-image: url('/wp-content/themes/esc2vr/assets/img/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    margin-left: 15px;
}
.more {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
	margin-top: auto;
}
.events .more {
	padding: 0 12px;
}
.zone .more {
	padding: 0 55px 20px;
}
.more span {
    width: 61px;
    height: 70.26px;
	background-image: url('/wp-content/themes/esc2vr/assets/img/man.svg');
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
}
.card button {
    margin-top: 26px;
	width: 100%;
}
.zone .card {
    width: calc((100% - 2 * 30.56px) / 2);
}
.choise {
    background-image: url('/wp-content/themes/esc2vr/assets/img/bg-4.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 57px 0 44px;
}
.choise-wrapper {
    max-width: 1382px;
    width: 100%;
    border-radius: 44px;
    background-color: rgba(5,24,0,79);
    padding: 60px 0;
    margin: 0 auto;
	margin-bottom: 37px;
}
.choise-text {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.choise-text h3 {
    font-size: 24px;
    font-weight: 700;
	margin: 0 0 30px;
}
.choise-text p{
    font-size: 16px;
    margin: 10px 0 15px;
}
.zone {
    background-image: url('/wp-content/themes/esc2vr/assets/img/bg-3.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 108px 0 107px;
}
.zone-text-wrapper .zone-text {
    width: 100%;
}
.zone-padding {
	padding: 32px 55px 0;
}
.footer {
    background-image: url('/wp-content/uploads/2025/07/footer-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 83px 0 107px;
	font-family: 'montserrat', sans-serif;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 123px;
}
.logo-footer {
    max-width: 164.67px;
    width: 100%;
    height:auto;
}
.site-info {
    display: flex;
    flex-direction:column;
}
.links {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.social {
	display: flex;
	gap: 15px;
    margin-top: 30px;
}
.social .icon {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 55px;
    height: 55px;
    background-size: cover;
    border: 1px solid #84D019;
    border-radius: 50%;
}
a {
    color: #FFF;
    text-decoration: none;
}
.site-info p {
    color: #CECECE;
    font-size: 16px;
}
.logo-footer {
    margin-bottom: 30px;
}
.links h5 {
    font-size: 20px;
    color: #CECECE;
    font-weight: 700;
    margin-bottom: 10px;
}
.links a {
    color: #CECECE;
    font-size: 16px;
}
.games {
    background-image: url('/wp-content/uploads/2026/01/games-bg-1-e1767855346737.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 176px 0 93px;
}
.wrapper-games {
    display: flex;
	align-items: center;
    margin-top: 53px;
	margin-bottom: 37px;
    justify-content: center;
	gap: 26px;
}
.game-card {
    width: calc(100% - (2 * 20px) / 3);
}
.arrows {
	display: flex;
	justify-content: center;
	gap: 32px;
}
.right-arrow {
	background-image: url('/wp-content/themes/esc2vr/assets/img/right-arrow.svg');
	display: inline-block;
	width: 86px;
	height: 86px;
	background-size: cover;
	background-repeat: no-repeat;
}
.left-arrow {
	background-image: url('/wp-content/themes/esc2vr/assets/img/left-arrow.svg');
	display: inline-block;
	width: 86px;
	height: 86px;
	background-size: cover;
	background-repeat: no-repeat;
}
.tarif {
    background-image: url('/wp-content/themes/esc2vr/assets/img/bg-6.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 82px 0 64px;
}
.wrapper-tarif {
    display: flex; 
    align-items: center;
    gap: 40px;
    margin-top: 76px;
}
.tarif-first {
    background-color: #021100;
    border-radius: 34px;
    padding: 30px;
	min-width: 386px;
}
.event-tarif {
	background: linear-gradient(40deg, #021100, #466F0D);
	border-radius: 34px;
    padding: 30px;
    min-width: 386px;
}
.event-tarif .btn {
	width: 100%;
	background-color: #021100;
}
.tarif-line {
	display: block;
	max-width: 221px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 25px auto 19px;
	opacity: 0.31;
}
.wrapper-tarif h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 21px;
	margin-top: 0;
}
.price span {
    font-size: 26px;
}
.wrapper-tarif .price {
	font-size: 36px;
}
.wrapper-tarif .btn {
    margin-top: 32px;
}
.tarifs {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 56px;
}
.tarif-first .btn, .tarif-second .btn {
	min-width: 320px;
	margin: 32px auto 0;
}
.price-section .wrapper-tarif {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: flex-start;
}
.price span {
	font-size: 18px;
	font-weight: 400;
}
.features::before {
    content: "";
    width: 55px;
    height: 25px;
	background-image: url('/wp-content/themes/esc2vr/assets/img/features-line.png');
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 15px;
}
.features::after {
    content: "";
    width: 55px;
    height: 25px;
	background-image: url('/wp-content/themes/esc2vr/assets/img/features-line.png');
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 15px;
}
.tarif-second {
    background: linear-gradient(29deg, #477110 0%, #72B914 43%, #3C600B 100%);
    border-radius: 34px;
    padding: 30px;
	min-width: 380px;
}
.tarif-second .btn {
    background-color: #021100;
}
.tarif-text {
    width: 100%;
	max-width: 307px;
}
.tarif-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 17px;
}
.wrapper-tarif h4 {
    max-width: 400px;
    width: 100%;
    font-size: 16px;
}
.wrapper-tarif li {
	font-size: 16px;
	font-weight: 300;
}
.subscribe {
	background-image: url('/wp-content/themes/esc2vr/assets/img/subscribe-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 120px 0 154px;
	position: relative;
}
/*.subscribe::after {
	content: url('/wp-content/uploads/2025/06/subscribe-man.png');
	display: inline-block;
	position: absolute;
    top: -0px;
    right: 0px;
    z-index: 1;
}*/
.subscribe::after {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    width: 863px;   /* регулируешь как хочешь */
    height: 100%;
    background-image: url(/wp-content/uploads/2025/06/subscribe-man.png);
    background-size: contain; /* или cover */
    background-repeat: no-repeat;
}
.subscribe h2{
	font-size: 40px;
	font-weight: 700;
}
.subscribe h3 {
	font-size: 16px;
	max-width: 568px;
	width: 100%;
	margin: 18px 0 92px;
}
.subscribe .form {
	width: 100%;
}
.subscribe .wpcf7-email {
	color: #FFF;
	border-top-left-radius: 34px;
	border-bottom-left-radius: 34px;
    border: 3px solid #6BAE12;
    max-width: 468px;
    height: 107px;
    display: inline-block;
    background-color: transparent;
	padding: 0 60px;
	width:100%;
	font-family: 'heliosext', sans-serif;
	outline: none;
}
.wpcf7-spinner {
	display: none;
}
.subscribe .wpcf7-form input[name="your-email"]::placeholder {
    color: #fff;
    font-size: 16px;
}
.subscribe label {
	display: flex;
}
.subscribe .wpcf7-form input[type="submit"] {
	background-repeat: no-repeat;
    width: 290px;
	height: 107px;
	position: relative;
	top: 0;
	right: 40px;
	font-size: 20px;
	color: #FFF;
	background: linear-gradient(52deg, #5E9810, #315010);
    border-radius: 34px;
    border: 3px solid #6BAE12;
	font-weight: 700;
}
.subscribe .wpcf7-submit::after {
	content: url('/wp-content/themes/esc2vr/assets/img/man.svg');
	display: inline-block;
	width: 47px;
	height: 54px;
}
.event-text {
	padding: 12px;
	flex: 1;
}
.map {
	filter: grayscale(1);
    transition: filter .15s ease;
}
.map:hover {
	filter: grayscale(0);
}
.contacts {
	background-image: url('/wp-content/themes/esc2vr/assets/img/contact-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    padding: 95px 0 173px;
}
.contact-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 68px;
}
.contact-map {
	overflow: hidden;
	max-width: 569px;
	width: 100%;
}
.contact-map iframe {
	border-radius: 34px;
}
.contact-icons-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 511px;
	width: 100%;
}
.contact-icon {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 332px;
	margin-bottom: 24px;
}
.contacts h2 {
	font-size: 20px;
	margin-bottom: 9px;
}
.contact-icon a,.contacts p {
	font-size: 16px;
}
.contact-icon img {
	width: 81px;
	height: 81px;
}
.contact-worktime {
	display: flex;
	padding: 74px 47px 86px 42px;
	background-color: #294306;
	border-radius: 15px;
	border: 1px solid #294306;
	align-items: center;
	justify-content: space-between;
	max-width: 511px;
	width: 100%;
}
.social-icons {
	display: flex;
	justify-content: space-evenly;
	gap: 16px;
}
.facebook {
	background: url("/wp-content/themes/esc2vr/assets/img/facebook.svg");
	background-size: contain;
    background-repeat: no-repeat;
	display: inline-block;
    width: 55px;
    height: 55px;
    background-size: cover;
}
.viber {
	background: url("/wp-content/themes/esc2vr/assets/img/viber.svg");
	background-size: contain;
    background-repeat: no-repeat;
	display: inline-block;
    width: 55px;
    height: 55px;
    background-size: cover;
}
.tg {
	background: url("/wp-content/themes/esc2vr/assets/img/tg.svg");
	background-size: contain;
    background-repeat: no-repeat;
	display: inline-block;
    width: 56px;
    height: 55px;
    background-size: cover;
}
.single-game {
	background-size: cover;
    background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	padding: 73px 0 229px;
}
.single-game h1 {
	font-family: 'double', sans-serif;
	font-size: 70px;
	font-weight: 400;
}
.game-content, .event-content, .wrapper-form {
	background: linear-gradient(129deg, #6CB013, #2D4A08);
	display: flex;
	flex-direction: column;
	padding: 35px;
	border-radius: 34px;
}
.game-info {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-family: "HelveticaNeue", sans-serif;
	max-width: 359px;
    width: 100%;
    margin: 18px auto 0;
}
.game-descr {
	font-size: 16px;
	text-align: justify;
	max-width: 404px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #FFF;
	padding-bottom: 21px;
}
.game-content, .event-content {
	max-width: 563px;
	width:100%;
}
.play-time span {
	background-image: url('/wp-content/uploads/2025/06/time.png');
	display: inline-block;
    width: 37px;
    height: 37px;	
	margin: 0 auto;
}
.game-info div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	text-align: center;
}
.money span {
	background-image: url('/wp-content/uploads/2025/06/money.png');
	display: inline-block;
    width: 37px;
    height: 37px;	
	margin: 0 auto;
}
.age span {
	background-image: url('/wp-content/uploads/2025/06/age.png');
	display: inline-block;
    width: 37px;
    height: 37px;	
	margin: 0 auto;
}
.game-players div {
	display: flex;
	flex-direction: column;
}
.game-wrapper {
  	display: flex;
  	gap: 70px;
  	align-items: stretch;
}

.game-text-container {
  	display: flex;
  	flex-direction: column;
	width: 50%;
}

.game-img {
	width: 50%;
  	max-width: 597px;
  	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.game-img img {
  	object-fit: cover;
}

.game-players {
	background: transparent;
	width: 100%;
	max-width: 563px;
	display: flex;
	background-color: rgba(0, 0, 0, .5);
	justify-content: space-around;
	align-items: center;
	border: 3px solid #6BAF13;
	border-radius: 27px;
	margin-bottom: 19px;
	padding: 10px;
	flex-wrap: wrap;
	margin-top: 15px;
}
.game-players span {
	font-size: 13px;
}
.game-players img {
	max-width: 100%; 
    max-height: 50px; 
    object-fit: contain;
	margin-bottom:10px;
}
.info-buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
	flex-wrap: wrap;
	gap: 15px;
}
.trailer-btn {
	background: linear-gradient(72deg, #6BAE13, #2C4808);
	padding: 5px 36px 5px 5px;
	display: flex;
	align-items: center;
	gap: 25px;
	border: none;
	border-radius: 17px;
	color: #FFF;
	font-size: 16px;
	font-family: 'heliosext';
	min-width: 233px;
}
.video-icon {
	background-image: url('/wp-content/uploads/2025/06/video-icon.png');
	display: inline-block;
    width: 61px;
    height: 54px;	
}
.reservation-btn {
	padding: 22px 67px;
	border: 3px solid #6BAF13;
	border-radius: 17px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 16px;
	font-family: 'heliosext';
	display: flex;
    align-items: center;
}
.image-with-text:nth-of-type(even) {
	color: #477005;
}
.wrapper-games .item {
    padding: 10px; 
}
.arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.left-arrow, .right-arrow {
    cursor: pointer;
    margin: 0 15px;
}
.games-banner {
	background-image: url('https://q0t.d27.myftpupload.com/wp-content/uploads/2025/06/bithday-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 74px 0;
}
.games-menu {
	display: flex;
	gap: 31px;
}
.games-menu a {
	font-size: 24px;
	font-weight: 700;
	text-decoration: underline;
}

#vr-arena, #vr-portal {
  background-image: url('/wp-content/uploads/2025/07/arena-game-bg1.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 0;
}

#vr-escape-room {
  background-image: url('/wp-content/uploads/2025/07/bg-arena-2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 0;
}
.arena-item img {
	border: 3px solid #FFF;
	border-radius: 38px;
	height: 425px;
	object-fit: cover;
}
.left-col {
  flex: 0 0 351px;
  max-width: 351px;
}

.right-col {
  flex: 1;
  max-width: 805px;
  position: relative;
}

.arena-carousel {
  width: 100%;
  max-width:625px;
  margin: 0 auto;
}
.arena-carousel .owl-item {
	margin-right: 0;
}

/* Контейнер стрелок */
.custom-nav-side {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; 
  z-index: 10;
}

.custom-prev,
.custom-next {
  width: 51px;
  height: 51px;
  background: url('/wp-content/uploads/2025/06/arena-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  pointer-events: auto;
}

.custom-next {
  transform: rotateY(180deg);
}

.left-col h2 {
	font-size: 40px;
}
.characteristics {
	padding: 7px 0;
	width:100%;
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid #6BAF13;
	border-radius: 17px;
	margin: 20px 0 34px;
	text-align: center;
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 20px;
}
.description p {
	padding-bottom: 10px;
}
.arena-btn {
	max-width:273px;
	width:100%;
	background: linear-gradient(90deg, #66AD13, #3D640B);
	padding: 22px 0;
	font-size: 16px;
	font-weight: 600;
	border-radius: 16px;
	border: 3px solid #FFF;
	color: #FFF;
	font-family: 'heliosext', sans-serif;
	margin-top: 15px;
	display: block;
    text-align: center;
}
.arena-btn:hover {
	background: rgba(0, 0, 0, 0.5);
}
.event-banner {
	background-image: url('/wp-content/uploads/2025/06/bithday-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 74px 0;
}
.event-banner .page-title {
	margin: 74px 0 0;
}
.page-title {
	font-size: 60px;
	font-weight: 700;
	margin: 111px 0 0;
}
.page-subtitle {
	font-size: 16px;
	max-width:444px;
	width: 100%;
	margin-top: 20px;
}
.offering {
	padding: 71px 0 113px;
	background-image: url('/wp-content/uploads/2025/06/event-bg-2.webp');
	background-size: cover;
	background-repeat: no-repeat;
}
.offer-wrapper {
	margin: 30px 0 19px;
	display: flex;
	justify-content: space-around;
	padding: 30px 80px;
	background: rgba(0, 0, 0, .5);
	border-radius: 17px;
	border: 3px solid #6BAF13;
}
.offer-item {
	display: flex;
	align-items: center;
	gap: 16px;
}
.offer-item img {
	width:37px;
	height: 37px;
	display: inline-block;
}
.offer-item span {
	font-size: 15px;
	font-family: 'HelveticaNeue';
}
.offer-info {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.event-content {
	padding: 38px 60px;
}
.event-content p {
	margin: 15px 0;
}
.event-image {
	max-width:569px;
	width: 100%;
}
.event-image img {
	border-radius: 34px;
	object-fit: cover;
	height: 100%;
}
.gallery-icon a {
	height: 100%;
	display: block;
}
.gallery-icon {
	height: 100%;
}
.calculator {
	padding: 77px 0 108px;
	background-image: url('/wp-content/uploads/2025/06/calc-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
}
.calculator .page-subtitle {
	margin-top: 20px;
}
.enquiry-form{
	padding: 56px 0 79px;
	background-image: url('/wp-content/uploads/2025/06/form-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
}
.enquiry-form .wrapper {
	gap: 169px;
}
.wrapper-form {
	padding: 35px 57px;
	margin-top: 23px;
	width: 100%;
}
.procommerca .heading-2 {
	color: #FFF!important;
}
.procommerca button:not(.mat-calendar-body-cell).styled.outline.neutral, .funbutler button:not(.mat-calendar-body-cell).styled.outline.neutral {
	border-color: #FFF!important;
	color: #FFF!important;
}
.quantity-chooser-new[_ngcontent-ng-c133846048] input[type=number][_ngcontent-ng-c133846048] {
	color: #FFF!important;
}
.procommerca[_ngcontent-ng-c3454634430] button[_ngcontent-ng-c3454634430]:not(.mat-calendar-body-cell).styled.neutral {
	background: linear-gradient(72deg, #6BAE13, #2C4808)!important; 
}
.side-cart-button[_ngcontent-ng-c325299443] {
	background: linear-gradient(72deg, #6BAE13, #2C4808)!important; 
}
.wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.form-info h3 {
	font-size: 60px;
	font-weight: 600;
}
.wrapper-form input {
	max-width: 448px;
	width: 100%;
	background-color: #D9D9D9;
	padding: 24px 29px;
	border-radius: 15px;
	border: none;
	margin: 5px 0;
}
.wrapper-form label {
	margin-left: 29px;
}
.wrapper-form input::placeholder {
	font-size: 16px;
	font-family: 'heliosext', sans-serif;
	color: #203505;
}
.wrapper-form .wpcf7-submit {
	padding: 21px 54px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 273px;
	border-radius: 17px;
	border: 3px solid #6BAF13;
	color: #FFF;
	font-size: 16px;
	font-family: 'heliosext', sans-serif;
	margin-top: 23px;
}
.about-banner {
	background-image: url('/wp-content/uploads/2025/07/about-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 74px 0 200px;
}
.about-banner .page-title, .about-banner .page-subtitle {
	text-align: center;
}
.about-banner .page-subtitle {
	max-width: 957px;
	margin: 0 auto;
}
.about-text h3 {
	font-size: 40px;
	margin: 0 0 30px;
	font-weight: 700;
}
.about-text p {
	font-size: 16px;
	margin-top:20px;
}
.about-text ul li {
	font-size: 16px;
	margin-left: 34px;
}
.about-text ul li:not(:last-child) {
	margin-bottom: 13px;
}
.about-text li {
	position: relative;
}
.about-text ul {
	padding: 40px 0 35px;
}
.about-text ul li::before {
  content: ""; 
  position: absolute;
  left: -30px;
  margin-right: 14px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: #d9d9d9; 
  border-radius: 50%;
}
.about-info {
	background-image: url('/wp-content/themes/esc2vr/assets/img/bg-about-text.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 104px 0 132px;
}
.about-info-img {
	width: 100%;
	max-width: 601px;
}
.about-info-img img {
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
}
.about-info .wrapper {
	margin-top: 50px;
	gap: 60px;
	align-items: stretch;
}
.about-text {
	min-width: 100px;
    flex: 1;
}
.about-text .reservation-btn {
	padding: 22px 58px;
	background-color: rgba(0, 0, 0, 0.5);
}
.about-cards .card-title {
	font-size:24px;
	text-align: center;
}
.green {
	color: #345102;
}
.about-cards .card-subtitle {
	font-size:16px;
	margin-top: 10px;
    width: 100%;
    text-align: center;
}
.about-cards .wrapper {
	gap: 14px;
}
.about-cards .a-item {
	border-radius: 25px;
	max-width: 391px;
	flex: 1;
	background: linear-gradient(180deg, #73B304, #314D02 );
	padding: 54px 20px 60px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.white-bg {
	background: linear-gradient(180deg, #E4FFEF, #F9F9F9 )!important;
}
.about-cards .card-icon {
	width: 61px;
	height: 70.26px;
	margin-bottom: 38.74px;
}
.about-cards {
	background-image: url('/wp-content/uploads/2025/07/bg-about-card.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 75px 0;
}
.c-form {
	background-image: url('/wp-content/uploads/2025/07/c-form-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 104px 0 112px;
	position: relative;
}
.c-form::after {
    content: '';
	background-image: url('/wp-content/uploads/2025/07/vr-man3.png');
    display: inline-block;
    position: absolute;
    top: -0px;
    right: -10px;
    z-index: 1;
	width: 863px;
	height: 100%;
	background-size: contain;
    background-repeat: no-repeat;
}
.c-form .page-subtitle {
	margin: 27px 0 31px;
}
.price-banner {
	background-image: url('/wp-content/uploads/2025/07/price-banner.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 74px 0 144px;
}
.price-banner .page-title {
	max-width: 558px;
}
.c-form .wrapper-form {
	background: none;
	padding: 0!important;
}
.wpcf7 input, 
.wpcf7 textarea, 
.wpcf7 select {
    font-size: 18px;
}
.menu-item {
	position: relative;
}
.sub-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    transform: translateY(10px);
    background-color: #151D1E;
	min-width: 230px;
	padding: 10px;
}
.sub-menu li {
	padding: 15px 5px;
}
/*.sub-menu:last-child {
	width: 100%;
	min-width: 100%;
}*/
.menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#menu-main-menu .menu-item > a {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

#menu-main-menu .menu-item > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px; 
    background: linear-gradient(142deg, #6CB013, #2D4A08);
    transition: width 0.3s ease;
}

#menu-main-menu .menu-item > a:hover::after {
    width: 100%;
}
#menu-main-menu .menu-item.current-menu-item > a::after,
#menu-main-menu .menu-item.current-page-ancestor > a::after{
    width: 100%;
}
.play-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.btn-green:hover {
	background: rgba(0,0,0,.5);
}

.video-btn:hover {
  transform: scale(1.05);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blog-wrapper {
	background-image: url('/wp-content/themes/esc2vr/assets/img/blog-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 81px 0 87px;
}
.blog-item {
	display: flex;
	gap: 63px;
	margin-top: 60px;
}
.blog-item:not(:last-of-type) {
	margin-bottom: 158px;
}
.blog-info h3 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 30px;
}
.blog-info p {
	font-size: 16px;
}
.blog-info {
	flex: 1;
}
.publish-date{
	font-size: 16px;
	color: #FFF;
	opacity: 0.5;
	margin-bottom: 36px;
	display: inline-block;
}
.blog-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
	flex: 1;
}
.blog-img img {
	border-radius: 15px;
	object-fit: cover;
	height:100%;
}
.blog-btn {
	background: linear-gradient(90deg, #66AD13, #3D640B);
	width: 210px;
	height: 52px;
	border-radius: 17px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.blog-btn:hover {
	background: transparent;
	border: 3px solid #FFF;
	background-color: rgba(0,0,0,0.5);
}
/* Используем встроенные классы Owl Carousel */
.owl-item.center .game-card {
    z-index: 2;
    transition: transform 0.3s ease;
}

.owl-item:not(.center) .game-card {
    transform: scale(0.9);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.game-card img {
    object-fit: cover;
    display: block;
	border: 3px solid #fff;
	border-radius: 38px;
	height: 443px;
}
.post-banner {
	background: url('/wp-content/themes/esc2vr/assets/img/post2-bg.webp');
	background-color: rgba(16,21,21,0.41);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 74px 0 200px;
}
.float-image {
    float: left; 
    margin: 0 68px 67px 0; 
    max-width: 631px; 
    height: auto;
}
.float-image img {
	border-radius: 15px;
    object-fit: cover;
}
#gallery-1 img {
	height: 180px;
	border-radius: 18px;
}
.post-info {
	padding: 115px 0;
	background-image: url('/wp-content/themes/esc2vr/assets/img/post-content-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
}
.post-content {
    overflow: hidden; 
}
.post-banner .page-title {
	text-align: center;
}
#gallery-1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	gap: 30px;
}
.games-template .line-title {
	margin-top: 20px;
	font-size: 20px;
}
.games-template .line-title::after {
	width: 145px;
	margin-left: 60px;
    margin-bottom: 3px;
}
.default-page {
	background-image: url(/wp-content/themes/esc2vr/assets/img/bg-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 57px 0 44px;
}
.default-page h1 {
	margin-bottom: 30px;
}
.default-page p {
	padding: 15px 0;
}
#video-popup {
	width:100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
img.attachment-thumbnail { 
	width: 100%; 
	height: auto; 
}
.faq {
	background-image: url(/wp-content/themes/esc2vr/assets/img/faq-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 95px 0;
}
.faq-item {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .faq-question {
        font-weight: 700;
        cursor: pointer;
        padding: 18px 20px 18px 0;
        color: #FFF;
        font-size: 24px;
        display: flex;
        align-items: center;
    }
    .faq-answer {
        display: none;
        padding-top: 15px;
        padding: 18px 20px 18px 0;
        font-size: 16px;
    }
    .accordion-icon {
        flex-shrink: 0;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: all 0.25 sease-out;
        padding: 5px;
        width: 30px;
        height: 30px;
        background-color: #284600;
        background-image: url("/wp-content/themes/esc2vr/assets/img/plus.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .rotated {
        transform: rotate(45deg);
        transition: transform 0.6s ease-in-out;
    }
    .faq-item ul {
        padding-left: 25px;
    }
.faq .line-title {
	margin-bottom: 45px;
}

.game-book {
	background-image: url(/wp-content/uploads/2025/07/bg-arena-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 56px 0;
}
.mob-btn {
	display: none;
}
/* ==========================================================================
   Адаптивные стили для шапки
   ========================================================================== */

/* Бургер-меню кнопка (скрыта по умолчанию) */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
    position: relative;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Анимация бургера в крестик */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ==========================================================================
   Планшеты (до 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
    .menu {
        min-width: auto;
        gap: 20px;
    }

    .menu-item {
        font-size: 14px;
    }

    .btn {
        padding: 8px 25px;
        font-size: 18px;
    }
}

/* ==========================================================================
   Мобильные устройства (до 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .header-item {
        flex-wrap: wrap;
        padding: 15px 20px;
    }

    .logo {
        width: 80px;
        height: auto;
    }

    .menu-toggle {
        display: flex;
        order: 3;
    }

    .site-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(3, 6, 11, 0.98);
        backdrop-filter: blur(10px);
        padding: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .site-navigation.active {
        display: block;
    }

    .menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        min-width: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .menu-item {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 16px;
    }

    .menu-item a {
        display: block;
        width: 100%;
        padding: 15px 0;
        color: #FFF;
        text-decoration: none;
    }

    .menu-item:last-child {
        border-bottom: none;
    }

    /* Пункты с подменю */
    .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children > a::after {
        content: '▼';
        font-size: 12px;
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .menu-item-has-children.active > a::after {
        transform: rotate(180deg);
    }

    /* ===== ГЛАВНОЕ: подменю на мобилках НЕ absolute ===== */
    .sub-menu {
        display: none;
        position: static !important;      /* отменяем absolute */
        margin: 0 !important;
        padding: 0 0 0 20px !important;
        background: transparent !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        width: 100% !important;
        list-style: none;
    }

    .menu-item-has-children.active > .sub-menu {
        display: block;
    }

    /* Элементы подменю */
    .sub-menu .menu-item {
        padding: 0;
        border-bottom: none;
    }

    .sub-menu .menu-item a {
        padding: 12px 0;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
    }

    /* Третий уровень */
    .sub-menu .sub-menu {
        padding-left: 20px !important;
        margin-top: 0 !important;
    }

    /* Кнопка Book */
    .header-item .btn {
        order: 2;
        margin-left: auto;
        margin-right: 15px;
    }
	.sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        display: block !important; /* переопределяем display */
    }
    
    .menu-item-has-children.active > .sub-menu {
        max-height: 500px; /* достаточно большое значение */
        transition: max-height 0.3s ease-in;
    }
}

/* ==========================================================================
   Маленькие мобильные устройства (до 480px)
   ========================================================================== */
@media (max-width: 480px) {
    .header-item {
        padding: 10px 15px;
    }

    .logo {
        width: 70px;
    }

    .header-item .btn {
        padding: 6px 15px;
        font-size: 14px;
        margin-right: 10px;
		border: 3px solid #8DE61A;
    }

    .menu-toggle {
        width: 26px;
        height: 20px;
    }

    .menu-toggle span {
        height: 2px;
    }

    /* Анимация для маленького бургера */
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 6px);
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .site-navigation {
        padding: 15px;
    }

    .menu-item {
        padding: 12px 0;
        font-size: 15px;
    }

    .sub-menu .menu-item {
        padding: 10px 0;
        font-size: 13px;
    }
}

/* ==========================================================================
   Десктопная версия (скрываем мобильные элементы)
   ========================================================================== */
@media (min-width: 769px) {
    .menu-toggle {
        display: none !important;
    }

    .site-navigation {
        display: block !important;
    }

    /* Стили для подменю на десктопе */
    .menu-item-has-children {
        position: relative;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: rgba(3, 6, 11, 0.98);
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
        list-style: none;
        z-index: 1000;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .sub-menu .menu-item {
        padding: 10px 20px;
    }

    .sub-menu .menu-item a {
        color: #FFF;
        text-decoration: none;
    }

    .sub-menu .menu-item:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    /* Второй уровень подменю */
    .sub-menu .menu-item-has-children {
        position: relative;
    }

    .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        transform: translateX(-10px);
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    /* Стрелка для пунктов с подменю на десктопе */
    .menu-item-has-children > a::after {
        content: '▼';
        font-size: 10px;
        margin-left: 8px;
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .menu-item-has-children:hover > a::after {
        transform: rotate(180deg);
    }
}
/* ============================================
   АДАПТИВНЫЕ СТИЛИ
   ============================================ */
@media (max-width: 1440px) {
	.banner::after {
		right: -100px;
	}
	.subscribe::after {
		right: -200px;
	}
}
@media screen and (max-width: 1200px) {
	.tarifs {
		gap: 26px;
	}
	.c-form::after {
		right: -300px;
	}
	.contact-wrapper {
		margin-top: 18px;
		gap: 15px;
	}
	 .subscribe::after {
        right: -500px;
    }
	.price-section .wrapper-tarif {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1024px) {
	.banner-item h1 {
		font-size: 36px;
	}
	.banner::after {
        right: -500px;
		top: -130px;
		height: 774px;
    }
	.banner-item h3 
	{
		font-size: 20px;
	}
	.btn-green {
		font-size: 16px;
		padding: 8px 26px;
	}
	.video-btn {
		width: 41px;
		height: 41px;
	}
	.buttons span {
    	font-size: 16px;
	}
	.game-card img {
		height: 550px;
	}
	.left-arrow, .right-arrow {
		width: 43px;
		height: 43px;
		margin: 0;
	}
	.arrows {
		gap: 16px;
	}
	.title, .line-title {
		font-size: 24px;
	}
	.right-text {
		font-size: 20px;
	}
	.subtitle, .card h3, .choise-text h3, .wrapper-tarif h3 {
		font-size: 16px;
	}
	.card p, .card a, .choise-text p, .wrapper-tarif h4, .tarif-text p  {
		font-size: 14px;
	}
	.card {
    	width: calc((100% - 2 * 21px) / 3);
	}
	.games {
		padding: 100px 0 43px;
	}
	.events, .zone {
		padding: 49px 0 39px;
	}
	.zone .card-wrapper {
		gap: 35px;
	}
	.zone .card img {
		height: 250px;
		object-fit: cover;
	}
	.zone-padding {
		padding: 32px 10px 0;
	}
	.zone .more {
		padding: 0 55px 0px;
	}
	.wrapper-tarif .price {
		font-size: 28px;
	}
	.tarif-text h2 {
		font-size: 20px;
	}
	.tarif-first .btn, .tarif-second .btn {
		width: 100%;
		min-width: unset;
	}
	.tarif-first, .tarif-second {
		width: 100%;
		min-width: unset;
	}
	.subscribe h2, .about-text h3 {
		font-size: 24px;
	}
	.subscribe {
		padding: 65px 0 48px;
	}
	.subscribe .wpcf7-form input[type="submit"] {
		height: 89px;
		width: 194px;
	}
	.subscribe .wpcf7-email {
		height: 89px;
		max-width: 300px;
	}
	.about-banner, .games-banner {
		padding: 27px 0 81px;
	}
	.page-title {
		font-size: 32px;
		margin: 51px 0 0;
	}
	.page-subtitle, .about-text p, .about-cards .card-subtitle  {
		font-size: 14px;
	}
	.about-info {
		padding: 29px 0 73px;
	}
	.about-info-img {
		max-width: 361px;
	}
	.about-info .wrapper {
		gap: 30px;
	}
	.about-cards .card-title {
		font-size: 16px;
	}
	.c-form {
		padding: 29px 0 33px;
	}
	.wpcf7 input, .wpcf7 textarea, .wpcf7 select, .characteristics, .description p {
		font-size: 14px;
	}
	.wrapper-form input {
		max-width: 398px;
		padding: 15px 20px;
	}
	.c-form::after {
		right: -260px;
		width: 767px;
	}
	.left-col {
		width: 50%;
		flex: unset;
		max-width: unset;
	}
	.right-col {
		width: 50%;
		flex: unset;
		max-width: unset;
	}
	.left-col h2 {
		font-size: 24px;
	}
	.characteristics {
		width: 70%;
	}
	.arena-btn {
		max-width: 200px;
		padding: 15px 0;
	}
	.price-banner {
		padding: 27px 0;
	}
	.offer-wrapper {
		padding: 20px 40px;
	}
	.game-content, .event-content {
		max-width: 100%;
	}
	.events-template .info-buttons {
		gap: 20px;
		justify-content: flex-start;
		
	}
	.event-image {
		max-width: 100%;
	}
	.events-template #gallery-1 img {
		height: 350px;
	}
	.blog-info h3 {
		font-size: 24px;
	}
	.blog-info p, .contact-icon a, .contacts p {
		font-size: 14px;
	}
	.blog-item:not(:last-of-type) {
   		 margin-bottom: 38px;
	}
	.blog-img {
		height: 278px;
	}
	.publish-date {
		margin-bottom: 12px;
	}
	.contact-map {
		max-width: 354px;
		min-width: 200px;
	}
	.contact-map iframe {
		height: 100%;
	}
	.contact-icon img {
		width: 50px;
		height: 50px;
	}
	.contacts {
		padding: 52px 0 66px;
	}
	.contact-worktime {
		padding: 20px;
		flex-wrap: wrap;
		gap: 15px;
		max-width: 100%;
	}
	.contacts h2 {
		font-size: 16px;
	}
	.contact-icons-wrapper {
		max-width: 100%;
	}
	.arena-carousel {
		max-width: 100%;
	}
	.arena-item, .arena-carousel .owl-item {
		width: 300px;
		margin: 0 auto;
	}
	.game-wrapper {
		flex-wrap: wrap-reverse;
		justify-content: center;
		gap: 10px;
	}
	.game-text-container {
		width: 100%;
	}
	.game-img {
		width: 30%;
	}
	.game-descr, .game-players {
		max-width: 100%;
	}
	.game-wrapper .info-buttons {
		justify-content: center;
		gap: 30px;
	}
	.single-game h1 {
		text-align: center;
		font-size: 40px;
	}
	.games-menu {
		margin-top: 30px;
	}
	.single-game {
		padding: 60px 0;
	}
	.tarif {
		padding: 30px 0;
	}
}
@media screen and (max-width: 880px) {
	.tarifs {
		width: 100%;
	}
	.tarif-text {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.banner {
		padding: 29px 0 53px;
	}
	.banner-item h1 {
		font-size: 22px;
		text-align: center;
	}
	.banner-item h3 {
		font-size: 16px;
		text-align: center;
	}
	
	.card {
        width: calc((100% - 2 * 21px) / 2);
    }
	.events .card-wrapper .card:last-child {
   	 	margin-top: 40px;
	}
	.card-wrapper {
		flex-wrap: wrap;
		gap: 10px;
	}
	.tarifs {
		grid-template-columns: repeat(1, 1fr);
	}
	.contact-wrapper {
		flex-wrap: wrap;
	}
	.contact-map {
		max-width: 100%;
	}
	.contact-map iframe {
		height: 224px;
	}
	.blog-img {
		flex: none;
	}
	.blog-item {
		flex-wrap: wrap;
	}
	.line-title::after {
		display: none;
	}
	.blog-wrapper {
		padding: 21px 0 49px;
	}
	.blog-item {
		margin-top: 18px;
		gap: 16px;
	}
	.blog-info h3 {
		margin: 0 0 10px;
	}
	.single-game {
		padding: 37px 0;
	}
	.games-menu {
		flex-wrap: wrap;
		margin-top: 20px;
		gap: 10px;
	}
	.games-menu a {
		font-size: 18px;
		width: 100%;
	}
	.wrapper {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.left-col, .right-col, .characteristics  {
		width: 100%;
	}
	.left-col h2 {
		text-align: center;
	}
	.arena-btn {
		margin: 0 auto;
	}
	.banner-links {
		display: none;
	}
	.banner {
		background-image: url('/wp-content/uploads/2026/04/Group-194-1-e1775311679638.png')
	}
	.banner::after {
		display: none;
	}
	.banner-item h3::after {
		content: '';
		background: url('/wp-content/uploads/2026/04/Group-195.png');
		background-size: cover;
		width: 100vw;
        height: 555px;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
	}
	.top-wrapper {
		position: absolute;
		bottom: 190px;
	}
	.banner-decor::after {
		bottom: -60px;
		top: unset;
		height: 600px;
	}
	.banner-item {
		z-index: 2;
	}
	.buttons {
		display: none;
	}
	.mob-btn {
		display: flex;
		position: relative;
		z-index: 10;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.mob-btn .btn-green {
		width: fit-content;
	}
	.top-wrapper::before {
		width: 310px;
	}
	[data-number="4"] {
    	display: none;
	}
	.adv img {
		height: 45px;
	}
	.top-wrapper {
		gap: 10px;
	}
	.adv {
		flex-wrap: wrap;
	}
	.games {
		padding: 33px 0 43px;
	}
	.choise-wrapper {
		padding: 30px 15px;
	}
	.subscribe::after {
		display: none;
	}
	.subscribe .wpcf7-email, .subscribe .wpcf7-form input[type="submit"] {
		height: 59px;
	}
	.subscribe .wpcf7-email {
		max-width: 250px;
	}
	.footer-wrapper, .links {
		gap: 23px;
		flex-wrap:wrap;
	}
	.links {
		justify-content: space-between;
	}
	.about-cards .a-item {
		flex: 0 0 100%;
	}
	.c-form::after {
		display: none;
	}
	.float-image {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.faq-question {
		font-size: 18px;
	}
	.faq-answer {
		font-size: 14px;
	}
	.faq {
		padding: 37px 0;
	}
	.price-section .wrapper-tarif {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 500px) {
	.info-buttons {
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
        gap: 20px;
	}
	.card, .zone .card {
		width: 100%;
	}
	.right-text h4 {
		margin-bottom: 20px;
	}
	.post-info {
		padding: 37px 0;
	}
}
@media screen and (max-width: 440px) {
	#breadcrumbs {
		font-size: 11px;
	}
	#gallery-1 {
		grid-template-columns: repeat(2, 1fr);
	}
	.wrapper-games {
		margin-top: 13px;
		margin-bottom: 0;
	}
	.center-icon {
		display: none;
	}
	.text-wrapper {
		flex-wrap: wrap;
	}
	.arrows {
		margin-top: 0;
	}
	.card h3 {
		margin: 10px;
	}
	.wrapper-tarif {
		margin-top: 10px;
	}
	.offer-item {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.events-template .info-buttons {
		justify-content: center;
		margin-bottom: 20px;
	}
	.event-image #gallery-1 {
        grid-template-columns: repeat(1, 1fr);
    }
	.event-content {
		padding: 18px 20px;
	}
	.reservation-btn {
		flex: 1;
    	justify-content: center;
	}
	.trailer-btn {
		flex: 1;
	}
	.event-banner, .post-banner {
		padding: 27px 0 81px;
	}
	.wrapper-form {
		padding: 25px 15px;
	}
}

   