
.price-description-content a {
    color:#fff;
    display: inline-block;
    padding: 10px;
    border:1px solid #fff;
    margin-right:10px;
    margin-top:10px;
    border-radius: 20px;
}
.price-description-content a:hover {
    background-color: rgb(255 255 255 / 80%);
    color:#000;
}

.n-header {
    background: url('../images/headerBackground.webp') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding-top: 33px;
}

#man-dr {
   background: url('../images/man-dr.webp') no-repeat;
   background-size: contain;
   background-position-x: center;
   background-position-y: bottom;
}

#man-adult {
   background: url('../images/man-adult.webp') no-repeat;
   background-size: contain;
   background-position-x: center;
   background-position-y: bottom;
}

#man-outdoor {
   background: url('../images/man-outdoor.webp') no-repeat;
   background-size: contain;
   background-position-x: center;
   background-position-y: bottom;
}

#man-school {
   background: url('../images/man-school.webp') no-repeat;
   background-size: contain;
   background-position-x: center;
   background-position-y: bottom;
}



.man {
    background: url('../images/man.webp') no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    min-height:778px;
    position:relative;
}
.header .content {
    position: relative;
}




.burger-address-menu .start-item {
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 70%;
    min-width: 200px;
    max-width: 300px;
    padding: 15px 10px;
    transition:none!important;
}



.burger-address-menu .sub-address-menu {
    margin: 0 auto;
    position: inherit;
    background-color: transparent;
    border: 1px solid #fff;
    width: 70%;
    min-width: 200px;
    max-width: 300px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

.burger-address-menu .start-item, .burger-address-menu .start-item:hover {
    background-color: transparent;

}

.burger-address-menu .start-item-color {
    border-bottom:0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.burger-address-menu a {
    color:#fff;
}

.mobile {
    display:none;
}

.bron-button {
    float: left;
}

.otzyv-button {
    float:right;
}
.otzyv-button  .stars {
    height:40px;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box !important; 
}
html {
    scroll-behavior: smooth;
    transition: 0.2s;
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color:#000;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
    cursor: default;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0 !important;
}
button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
/* HEADER */

.content {
    width: 1280px;
    margin: 0 auto;
}
/*.logo-img {
    width: 192px;
    height: 44px;
}*/
section.header-title {
    padding:50px 0 10px;
    background-color: #0A0A0A;
}
.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:4;
    position:relative;
}
.navbar {
    display: flex;
    width: 725px;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.navbar__item {
    background: rgba(5, 5, 5, 0.6);
    box-shadow: 0 0 23px 5px rgb(5 5 5);
}
.navbar__item a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}
.navbar__item a:hover {
    color: #e6e6e6;
    transition: 0.2s ease-in-out;
	color:#b9317b;
	text-shadow: 0 0 3px #b9317b;
}

.contacts-tel {

    padding: 10px 15px;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    align-items: center;
    display: flex;
    letter-spacing: 0.01em;
    background: linear-gradient(136.08deg, #594040 4.57%, rgba(37, 51, 64, 0.55) 106.53%);
    /* transition: 1s ease-in-out; */
    position: relative;
    border-radius: 19.5px;
}
.contacts-tel::before {

    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(136.08deg, rgba(37, 51, 64, 0.55) 6.48%, #594040 106.53%);
    z-index: 1;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 19.5px;
}
.contacts-tel:hover::before {
    opacity: 1;
}
.contacts-tel:hover {
    z-index: 1;
}
.contacts-tel img {
    margin-right: 5px;
    position: relative;
    z-index: 1;
}
.contacts-tel span {
    position: relative;
    z-index: 1;
}

.header-contacts {
    text-align: center;
    margin-bottom: -50px;
}

.address-menu {
    width: 193px;
    margin-top: 5px;
    position:relative;
}

.address-menu a {
    font-size: 0.875em;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.015em;
}

.sub-address-menu {
    display:none;
    position:absolute;
    z-index:5;
    width: 193px;
    background-color: #26262C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    transition: 0.2s ease-in-out;
    padding-bottom: 10px;
}
.sub-address-menu li {padding:5px 0;}
.sub-address-menu li a {border-bottom: 1px solid transparent;}
.sub-address-menu li a:hover {border-bottom: 1px solid rgba(250, 250, 250, 0.4);}


.start-item {
    transition: 0.2s ease-in-out;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 5px;
    width: 193px;
    display:block;
    
}
.start-item:hover {
    background-color: #26262C;
    transition: 0.2s ease-in-out;
}

.start-item a {border-bottom: 1px solid transparent;}

.start-item:hover a {border-bottom: 1px solid rgba(250, 250, 250, 0.4);}




.start-item-color {
background-color: #26262C;
border-bottom-left-radius: 0px;
border-bottom-right-radius:0px;
}

.first-item img {
    margin-left: -12px;
    margin-bottom: -3px;
    transition: 0.2s ease-in-out;
}
.rotate-image {
    transform: rotateX(180deg);
    transition: 0.2s ease-in-out;
}
.second-item img {
    visibility: hidden;
}
.third-item img {
    visibility: hidden;
}
.first-item a, .second-item a  {
    border-bottom: 1px solid transparent;
    /* transition: 0.4s ease-in-out; */
}
.first-item:hover a {
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
    /* transition: 0.4s ease-in-out; */
}
.first-item-style {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #26262C;

    /* transition-delay: 0.5s; */
}
.second-item {
    background-color: #26262C;
    visibility: hidden;
    margin-top: -16px;
    transition: 0.2s ease-in-out;
}
.second-item:hover a {
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}
.third-item {
    background-color: #26262C;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-top: -21px;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.third-item:hover a {
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}
.d-block {
    visibility:visible;
    transition: 0.2s ease-in-out;
    margin-top: 0;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}
.letsPlay {
    position: absolute;
    width: 1279px;
    margin-top: 80px;
    z-index:1;
}
.letsPlay1 {
    display: none;
}
.image-text-block {
    position: relative;
    left: -125px;
}
.bgMan {
    position: absolute;
    width: 526px;
    height: 693px;
    left: -70px;
}
.headerMan {
    height: 694px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.header-left-block {
    margin-top: 380px;
    margin-left: 20px;
}
.header-subtitle {
    font-size: 1.5em;
    color: #fff;
    font-weight: 300;
    background: rgba(5, 5, 5, 0.7);
    box-shadow: 0 0 45px 14px rgb(5 5 5);
    display: inline-block;
    position: relative;
}
.header-title img {
    margin-top: 22px;
    background: rgba(5, 5, 5, 0.7);
    box-shadow: 0 0 45px 12px rgb(5 5 5);
}
/*.header-title img {
    width: 422px;
    height: 55px;
    margin-top: 22px;
    background: rgba(5, 5, 5, 0.7);
    box-shadow: 0 0 45px 12px rgb(5 5 5);
}*/
.reservation {
    font-size: 1.5em;
    font-weight: 500;
    background: #7B1D1D;
    color: #fff;
    border-radius: 35.5px;
    padding: 21px 24px;
    border-color: transparent;
    margin-top: 50px;
    transition: 0.4s ease-in-out;
}
.reservation:hover {
	box-shadow: 0px 0px 16px 0px #000000 inset;
     transition: 0.4s ease-in-out;
}
.triangle {
    transform: translate(0px, 0px);
    transition: 0.4s ease-in-out;
}
.square {
    transform: translate(0px, 0px);
    transition: 0.4s ease-in-out;
}
.circle {
    transform: translate(0px, 0px);
    transition: 0.4s ease-in-out; 
}
.reservation:hover .triangle {
    transform: translate(0px, -10px);
    transition: 0.4s ease-in-out;
}
.reservation:hover .square {
    transform: translate(0px, 10px);
    transition: 0.4s ease-in-out;
}
.reservation:hover .circle {
    transform: translate(0px, -10px);
    transition: 0.4s ease-in-out;
}
.reviews-block {
    width: 222px;
    text-align: center;
    margin-top: 470px;
    margin-left:-200px;
}
.reviews-block img {
    width: 116px;
    height: 20px;
    position: relative;
    background: rgba(5, 5, 5, 0.7);
    box-shadow: 0 0 38px 12px rgb(5 5 5);
}
.reviews-btn {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    background: rgba(5, 5, 5, 0.7);
    box-shadow: 0 0 45px 12px rgb(5 5 5);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 35.5px;
    padding: 20px 62px;
    margin-top: 9px;
    transition: 0.2s ease-in-out;
}
.reviews-btn:hover {
    background: rgba(63, 63, 63, 0.5);
    transition: 0.2s ease-in-out;
}
.mouth-img {
    position: absolute;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    margin-left: -13px;
    left: 50%;
    z-index: 1;
    bottom:0;
}

.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: ease;
}

@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* SECTION AWAITS */
.title-section    { 
    background-color: #0A0A0A;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.games {
    background-color: #0A0A0A;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
.games-title {
    font-size: 2.25em;
    color: #fff;
    font-weight: 500;

}
.games-subtitle {
    font-size: 1.125em;
    color: #fff;
    font-weight: 400;
    margin-top: 17px;
}
.games-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px;
}
.game-1 .game-image, .game-2 .game-image,.game-3 .game-image,.game-4 .game-image, .game-5 .game-image, .game-6 .game-image {
 margin-top: 20px;
 margin-bottom: 26px;   
}
/*.game-1 .game-image {
    width: 353px;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 26px;
}
.game-2 .game-image {
    width: 354px;
    height: 163px;
    margin-top: 45px;
    margin-bottom: 23px;
}
.game-3 .game-image {
    width: 346px;
    height: 86px;
    margin-top: 122px;
    margin-bottom: 23px;
}
.game-4 .game-image {
    width: 331px;
    height: 123px;
    margin-top: 42px;
}
.game-5 .game-image {
    width: 342px;
    height: 87px;
    margin-top: 76px;
}
.game-6 .game-image {
    width: 250px;
    height: 121px;
    margin-top: 45px;
}
*/
.game-description {
    width: 347px;
    font-size: 1.125em;
    color: #fff;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.game-2 .game-description {
    width: 356px;
}
.showArrow {
    display: block;
    margin: 0 auto;
    position: relative;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    cursor: pointer;
}
.showArrow::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/showArrowH.svg') no-repeat;
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
}
.showArrow:hover::before {
    opacity: 1;
}
.game-title {
    font-size: 1.25em;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.game-1 .showArrow {
    top: 36px;

}
.fade-block {
    position: relative;
    background: linear-gradient(transparent 0%, #0A0A0A 15%);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.game-1 .fade-block {
    margin-top: -162px;
    width: 347px;
    height: 185px;
}
.animationArrow {
    height: auto !important;
    margin-top: auto !important;
    height: 55px !important;
    margin-top: -55px !important;
    position: absolute !important;
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.animationArrow1 {
    top: 25px !important;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transform: rotateX(180deg);
    animation-duration: 0s;
    animation-iteration-count: none;
    transform-origin: none;
}
.game-2 .fade-block {
    margin-top: -72px;
    width: 347px;
    height: 185px;
}
.game-2 .showArrow {
    top: 36px;
}
.game-3 .fade-block {
    margin-top: -50px;
    width: 347px;
    height: 185px;
}
.game-3 .showArrow {
    top: 36px;
}
.game-4 .game-description {
    margin-top: 25px;
}
.game-5 .game-description {
    margin-top: 24px;
}
.game-6 .game-description {
    margin-top: 24px;
}
.game-4 .fade-block {
    margin-top: -55px;
    width: 347px;
    height: 185px;
}
.game-4 .showArrow {
    top: 36px;
}
.game-4 {
    margin-top: 100px;
}
.game-5 {
    margin-top: 100px;
}
.game-5 .fade-block {
    margin-top: -182px;
    width: 347px;
    height: 185px;
}
.game-5 .showArrow {
    top: 36px;
}
.game-6 {
    margin-top: 100px;
}
.game-6 .fade-block {
    margin-top: -232px;
    width: 347px;
    height: 238px;
}
.game-6 .showArrow {
    top: 36px;
}
.bounce-3 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.ellipse1 {
    filter: blur(202px);
    background: rgba(66, 205, 31, 0.11);
    width: 382px;
    height: 470px;
    position: absolute;
    right: -159px;
    bottom: -65px;
}
.ellipse2 {
    filter: blur(202px);
    background: rgba(154, 33, 57, 0.15);
    width: 382px;
    height: 470px;
    position: absolute;
    right: -79px;
    top: 0;
}
.ellipse3 {
    filter: blur(202px);
    background: rgba(236, 191, 30, 0.14);
    width: 382px;
    height: 470px;
    position: absolute;
    left: -112px;
    bottom: 400px;
}

/* GAMES MOBILE */

.games-mobile {
    display: none;
    background-color: #0A0A0A;
    padding-top:300px;
    text-align: center;
}
.game-content {
    width: 327px;
    margin: 0 auto;
}
.games-mobile-block {
    border-radius: 40px 0px 0px 0px;
    box-shadow: 0px -11px 11px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 55px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.mobile-game-1 {
    margin-top: 30px;
    background: linear-gradient(120.26deg, #5E4646 -2.63%, #0F0D0D 72.55%);
}
.mobile-game-2 {
    margin-top: -332px;
    position: relative;
    background: linear-gradient(120.26deg, #5E5746 -2.63%, #0F0D0D 72.55%);
}
.mobile-game-3 {
    margin-top: -200px;
    position: relative;
    background: linear-gradient(120.26deg, #4E5E46 -2.63%, #0F0D0D 72.55%);
}
.mobile-game-4 {
    position: relative;
    background: linear-gradient(120.26deg, #465E58 -2.63%, #0F0D0D 72.55%);
    margin-top: -143px;
}
.mobile-game-5 {
    position: relative;
    background: linear-gradient(120.26deg, #46485E -2.63%, #0F0D0D 72.55%);
    margin-top: -173px;
}
.mobile-game-6 {
    position: relative;
    background: linear-gradient(120.26deg, #46485E -2.63%, #0F0D0D 72.55%);
    margin-top: -300px;
    border-radius: 40px 0px 0px 40px;
}
.game-description {
    margin: 0 auto;
    margin-top: 25px;
    text-align: left;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.game-description .game-last-desc {
    margin-top:50px;
}
/* .game-last-desc {
    visibility: hidden;
    top: -300px;
} */
.game-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.games-mobile-title {
    font-size: 2.25em;
    color: #fff;
    font-weight: 500;

}
.games-mobile-subtitle {
    font-size: 1.125em;
    color: #fff;
    font-weight: 400;
    margin-top: 17px;
}
.mobile-game-1 .game-image,.mobile-game-3 .game-image,.mobile-game-4 .game-image,.mobile-game-5 .game-image,.mobile-game-6 .game-image {
    margin-top: -40px;
}
/*
.mobile-game-1 .game-image {
    width: 326px;
    height: 118px;
}
.mobile-game-2 .game-image {
    width: 325px;
    height: 150px;
}
.mobile-game-3 .game-image {
    width: 327px;
    height: 81px;
}
.mobile-game-4 .game-image {
    width: 325px;
}
.mobile-game-5 .game-image {
    width: 325px;
    height: 83px;
}
.mobile-game-6 .game-image {
    width: 285px;
}
*/
/* RULES WRAPPER */
.rules-wrapper {
    background-color: #0A0A0A;
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
    margin-top: -345px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    display: none;
    box-shadow: -23px -5px 12px 8px rgb(10 10 10);
}
.money1 {
    width: 94px;
}
.money2 {
    width: 36px;
    display: block;
    position: relative;
    left: 27px;
    top: 52px;
}
.money3 {
    width: 14px;
    position: relative;
    left: 102px;
}
.money4 {
    width: 26px;
    position: absolute;
    bottom: 25px;
    right: 16px;
}
.shiftAnimate {
    margin-top: -30px !important;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.mobile-showArrow {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.rules-wrapper-1 {
    background-color: #0A0A0A;
    position: relative;
    display: none;
    margin-top: -1px;
}
.present {
    position: absolute;
    right: 150px;
    top: 200px;
    width: 180px;
}
.colors {
    width: 500px;
    display: block;
    margin: 0 auto;
}
/* SECTION RULES */
.rules {
    background: url('../images/warningBg.jpg') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding-top: 162px;
    box-shadow: inset 0px -11px 18px 8px #0A0A0A, inset 0px 12px 54px 12px #0A0A0A;
    padding-bottom: 160px;
    margin-top: -1px;
}
.rules .content {
    position: relative;
}
.rules-title {
    font-size: 2.25em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.rules-block {
    padding: 25px 67px 61px 44px;
    background: rgba(120, 120, 120, 0.3);
    box-shadow: inset 2px 4px 13px 12px rgba(38, 38, 38, 0.3);
    backdrop-filter: blur(13px);
    border: 1px solid #EBEBEB;
    /* border-image: linear-gradient(to right, #EBEBEB, #525050) 20;
    border-image-slice: 1; */
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.rules-block-inner {

}
.rules-block-inner::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 1167px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(67px);
    height: 357px;
}
.circle-block__item {
    display: flex;
    margin-top: 21px;
    position: relative;
    z-index: 1;
}
.rule-description {
    color: #fff;
    font-size: 1.125em;
    font-weight: 400;
    margin-left: 10px;
}
.warning {
    position: absolute;
    width: 185px;
    height: 104px;
    right: 7px;
    bottom: -72px;
    transform: rotate(-0.57deg);
}

/* SECTION VIDEOS */

.videos {
    background: #0A0A0A;
    padding-top: 95px;
    padding-bottom: 95px;
    margin-top: -1px;
}
.videos-title {
    font-size: 2.25em;
    color: #fff;
    font-weight: 500;
}
.videos-block {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.videos-block video {
    box-sizing: border-box;
    border-radius: 30px;
}
.vsc-controller {
    display: none;
}
/* PHOTOS SECTION */

.photos {
    background: #0A0A0A;
    margin-top: -1px;
}
.photos-title {
    font-size: 2.25em;
    color: #fff;
    font-weight: 500;
}



/*DR-PACK*/
.dr-pack .price-block {
    flex-wrap: wrap;
}
.dr-pack .price-block-description
{
    min-width: 315px;
    width: 30%;
    margin: 10px auto;
    padding-right:28px;
    padding-top: 35px;
}
.dr-pack .price-description-content {
    width: 100%;
    line-height: 1;
}
.dr-pack li {
    margin-bottom: 10px;
    list-style-type: square;
}

.dr-pack .price-desc-cost {
    font-size: 16px;
    margin-top: 20px;
}

/* SECTION PRICE */

.price {
    background: url('../images/bgPrice.jpg') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: inset 0px 10px 35px 7px #0A0A0A, inset 0px -20px 40px 11px #0A0A0A;
    padding-top: 103px;
    padding-bottom: 37px;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
.price .content {
    position: relative;
}
.price-block {
    display: flex;
    justify-content: space-between;
}


.contacts-block-1 {
    background: url('../images/bgNumber.jpg') no-repeat;
    background-size: 100%;
}
.contacts-block {
    z-index: 3;
    position: relative;
}

.price-block-description {
    background: rgba(118, 118, 118, 0.25);
    border: 1px solid #FCFCFC;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 76px 64px 148px 48px;
    height: 562px;
    position: relative;
    z-index: 1;
    margin:10px auto;
}
.price-description-content {
    width: 432px;
}
.price-title {
    font-weight: 500;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
}
.price-desc-cost {
    color: #fff;
    font-weight: 400;
    font-size: 1.125em;
    margin-top: 41px;
}
.price-desc-cost span {
    color: #F06C4F;
}
.price-desc-time {
    color: #fff;
    font-weight: 400;
    font-size: 1.125em;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 5px;
    margin-top: 5px;
}
.price-desc-time span {
    color: #F06C4F;
}
.price-description-content h4 {
    color: #fff;
    font-weight: 400;
    font-size: 1.125em;
    margin-top: 23px;
}
.price-description-content .price-desc-time:last-child {
    margin-top: 20px;
}
.contacts-block-1 {
    padding: 144px 149px 144px 223px;
    font-size: 1.25em;
    display: inline-block;
    font-weight: 500;
}
#telephone {
    font-size: 1.125em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #000000;
    background-color: transparent;
    font-weight: 400;
    color: #000000;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    margin: 0 auto;

}
#telephone::placeholder {
    color: #000000;
    font-weight: 300;
}
#typeOfGame {
    font-size: 1.125em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #000000;
    background-color: transparent;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-bottom: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
#typeOfGame::placeholder {
    color: #000000;
    font-weight: 300;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus { outline: none; }
input[type="tel"]:focus { outline: none; }
.send-form {
    background: linear-gradient(97.92deg, rgba(239, 42, 42, 0.15) 9.99%, rgba(190, 151, 151, 0.15) 101.13%);
    border: 1px solid #000000;
    border-radius: 27px;
    padding: 18px 38px 17px 39px;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}
.send-form::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(97.92deg, rgba(239, 42, 42, 0.2) 9.99%, rgba(222, 65, 65, 0.2) 101.13%);
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 27px;
}
.send-form:hover::before {
    opacity: 1;
  }

.person-data {
    font-size: 0.75em;
    font-weight: 400;
    position:absolute;
    bottom:20px;

}
.blue {
    width: 272px;
    height: 276px;
    position: absolute;
    bottom: -37px;
    left: 37%;
    z-index: 1;
}
.red {
    position: absolute;
    width: 158.34px;
    height: 154.5px;
    right: 14px;
    top: -79px;
    z-index: 3;
}
.paper1 {
    position: absolute;
    width: 140px;
    bottom: 27px;
    left: -53px;
}
.paper2 {
    position: absolute;
    width: 80px;
    top: 12px;
    left: -32px;
}
.paper3 {
    width: 113px;
    position: absolute;
    left: 35.5%;
    bottom: 190px;
}
.paper4 {
    width: 53px;
    position: absolute;
    left: 40%;
    top: 75px;
}
.paper5 {
    width: 255px;
    position: absolute;
    right: -77px;
    bottom: 0;
    opacity: 0.4;
}
.paper6 {
    display: none;
    position: absolute;
    width: 111px;
}
.red1 {
    position: absolute;
    display: none;
}
.blue1 {
    position: absolute;
    display: none; 
}
/* party-area SECTION */

.party-area {
    background-color: #0A0A0A;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: -1px;
}
.party-area .content {
    position: relative;
}
.party-area-title {
    font-weight: 500;
    color: #fff;
    font-size: 2.25em;
}
.party-area-description {
    color: #fff;
    font-size: 1.125em;
    font-weight: 400;
    margin-top: 35px;
    line-height: 21.94px;
}
.party-area-description span {
    color: #FF7171;
}
.num20 {
    height: 283px;
    width: 520px;
    position: absolute;
    right: 0px;
    top: -40px;
}
.mask {
    position: absolute;
    width: 200px;
    bottom: 50px;
    right: 0;
    display: none;
}
.replAnimate {
    transform: translateX(106px);
    transition: 0.4s ease-in-out;
    -webkit-animation: rotate 10s infinite linear;
}

/* ROOMS SECTION */
.rooms {
    background: url('../images/scene.jpg') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: inset 0px 57px 25px 33px rgba(0, 0, 0, 0.9), inset 0px -17px 24px 25px rgba(0, 0, 0, 0.9);
    padding-top: 100px;
    padding-bottom: 187px;
    box-shadow: inset 0px 57px 25px 33px #0A0A0A, inset 0px -17px 24px 25px #0A0A0A;
    margin-top: -1px;
}
.slide-1 {
    display: none;
}
.slide-1 .owl-dots {
    display: none !important;
}
.slide-2 {
    display: none !important;
}
/* .slide-2 .owl-stage .owl-item:first-child {
    background: url('../images/room1.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.slide-2 .owl-stage .owl-item:nth-child(2) {
    background: url('../images/room2.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.slide-2 .owl-stage .owl-item:last-child {
    background: url('../images/room3.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.slide-2 .owl-image-2 {
    background: url('../images/room2.png') no-repeat;
}
.slide-2 .owl-image-3 {
    background: url('../images/room3.png') no-repeat;
} */
/* .slide-2 .owl-item {
    height: 300px;
} */
.slide-2 .owl-dots {
    display: none;
}
.pull-block {
    display: none;
    color: #ED447D;
    font-size: 1.125em;
    font-weight: 400;
    margin-top: 20px;
}
.pullArrow {
    margin-left: 10px;
}

/* FOOTER */
.footer-menu a {
    color:grey;
}
.footer-menu a:after {
    content:" ✦ ";
}

footer {
    background-color: #0A0A0A;
    padding-bottom: 79px;
    margin-top: -1px;
}
footer .content {
    border-top: 1px solid #fff;
    padding-top: 48px;
}
.footer-media {
    display: flex;
    justify-content: space-between;
}
.footer-media-right {
    width:50%;
    min-width:290px;
}
.socials-title {
    font-size: 1.125em;
    color: #fff;
    font-weight: 500;
}
.socials-links {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.footer-contacts-title {
    font-size: 1.125em;
    color: #fff;
    font-weight: 500;
}
.footer-contacts-description {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    margin-top: 16px;
    line-height: 19.5px;
    cursor: text;
}

/* BURGER */

.burger {
    display: none;
}
.burger.v-visible {
    border: none !important; 
}
.burger-close.v-visible {
    border: none !important;
}
.burger-menu {
    display: none;
    top: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    background-color: #2B2B2B;
    background-size: 100%;
    position: fixed;
    left: 0;
    list-style: none;
    z-index: 99;
    text-align: center;
}
.burger-menu-inner {
    background: url('../images/bgBurger.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding-top: 79px;
}
.burger-close {
    visibility: hidden;
    border: none;
}

.active {
    display: block;
    top:0;
}

.burger-navbar {
    display: inline-block;
}
.burger-navbar__item {
    border-bottom: 1px solid #fff;
    width: 210px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.burger-navbar .burger-navbar__item:first-child {
    border-top: 0;
}
.burger-navbar .burger-navbar__item:last-child {
    border-bottom: 0;
}
.burger-navbar__item a {
    font-weight: 300;
    color: #fff;
    font-size: 1.125em;
}
.burger-address-item a {
    font-weight: 300;
    color: #fff;
    font-size: 1.125em;
}
.burger-first-item {
    padding: 11px 23px 12px 25px;
    border-radius: 15px;
    border: 1px solid #fff;
    display: inline-block;
    transition: 0.5s ease-in-out;
    width: 243.5px;
}

.burger-second-item {
    visibility: hidden;
    transition: 0.2s ease-in-out;
    border: 0px solid transparent;
    width: 243px;
    margin: 0 auto;
    margin-top: -37px;
    padding-bottom: 13px;
}
.burger-third-item {
    visibility: hidden;
    transition: 0.4s ease-in-out;
    border: 0px solid transparent;
    width: 243px;
    margin: 0 auto;
    margin-top: -37px;
}
.burger-address-item img {
    margin-left: 11px;
    visibility: hidden;
}
.burger-first-item img {
    visibility: visible;
}
.burger-first-style {
    border-bottom: 0px solid transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 0.1s ease-in-out;
}
.burger-second-style {
    border-bottom: 0;
    border-top: 0;
    border-radius: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 243.5px;
    margin: 0 auto;
    margin-top: 0;
    transition: 0.4s ease-in-out;
}
.burger-third-style {
    border-top: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 243.5px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 17px;
    margin-top: 0;
    transition: 0.4s ease-in-out;
}
.v-visible {
    visibility: visible;
    /*border-bottom: 1px solid #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;*/
}
.v-visible .burger-first-style {
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; 
}
.treug {
    display: none;
}

.questions-title {
    display: none;
    font-size: 1.125em;
    color: #fff;
    font-weight: 500;
}
.slide-3 {
    /* display: none !important; */
    margin-top: 45px;
}
.slide-3 .owl-dots {
    display: none;
}
.photos .pull-block {
    display: none;
}
/* party-wrapper */

.party-wrapper {
    background-color: #0A0A0A;
    display: none;
}
.colors1 {
    width: 500px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.owl-next {
    margin-left: 144px;
}

/* CUSTOM ANIMATION  */
/* [data-aos="new-animation"] {
    transform: translate(0, 0);
    transition: 10s ease-in-out;
}
[data-aos="new-animation"].aos-animate {
    transform: translate(-70px, 0px);
    transition: 10s ease-in-out;
} */


.info {
    position: absolute;
    color: #a52020;
    margin-top: 5px;
    width: 212px;
    margin-left: 35px;
    margin-top: -30px;
    font-size:12px;

}
.person-margin {
    margin-top: 10px;
}
.cont-style {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.video1 {
    width: 100%;
    height: 364px;
    position: relative;
    background: url(//img.youtube.com/vi/Qs1BKiSV2vA/maxresdefault.jpg)  0% 0% / cover;
    background-position: center center;
}

.YoutubeBlock {cursor: pointer;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    height: 400px;
    position:relative;
}
.YoutubeBlock img {width: 100%;	height: 400px; object-fit: cover;}	

.video-play {
    background-image: url(/assets/images/play.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    width: 90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -30px;
    position: absolute;
    border-radius: 21px;
    background-position: 50% 50%;
    cursor: pointer;
}
.video-play:hover {
      box-shadow: 0 0 12px 0 #000;
}
.video2 {
    width: 100%;
    height: 364px;
    position: relative;
    background: url(//img.youtube.com/vi/zyCkpdmldcM/maxresdefault.jpg)  0% 0% / cover;
    background-position: center center;
}
.video3 {
    width: 600px;
    height: 365px;
    margin: 0 auto;
    position: relative;
    background: url(//img.youtube.com/vi/c2c6tld67sU/maxresdefault.jpg)  0% 0% / cover;
    background-position: center center;
}
.video1 iframe {
    border: none;
}
.video2 iframe {
    border: none;
}
.swiper-button-prev:after {
    display: none !important;
}
.swiper-button-next:after {
    display: none !important;
}
.swiper-arrow-cont {
    display: flex;
    justify-content: center;
}
.swiper-button-prev {
    left: auto;
    position: relative;
}
.swiper-button-next {
    right: auto;
    margin-left: 144px;
    position: relative;
}

@media screen and (max-width: 800px) {
    
    .header {
        background: none;
    }
    
    .mobile-header {
    background: url('../images/headerBackground-m.jpg') no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding-top: 33px;
    }   
}


/* TIME SECTION */
.time-paper1 {
    position: absolute;
  top: -70px;
  right: 355px;
  width: 100px;
  height: 100px;
  }
  .time-paper2 {
    position: absolute;
  bottom: -68px;
  left: 310px;
  width: 80px;
  height: 80px;
  }
  .time-red {
    position: absolute;
  top: -115px;
  left: 141px;
  width: 200px;
  height: 200px;
  }
  .time-blue {
    position: absolute;
  bottom: 40px;
  right: 70px;
  width: 150px;
  height: 150px;
  }
  .time {
    background-color: #0A0A0A;
    padding: 1px 0;
    position: relative;
    padding-bottom: 200px;
  }
  .time .content {
    position: relative;
  }
  .time span {
    font-family: 'small_pixel';
    font-size: 3em;
    margin: 0 10px;
    text-shadow: 0 0 15px #1bff00a3;
  }
  .time-title {
    color: #fff;
    font-size: 2.25em;
  font-weight: 500;
  }
  .time-block {
    color: #8ce78c;
    font-size: 1.125em;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  }
  .time-block__item {
    text-align: center;
    border: 1px solid #fff;
    padding: 60px 0;
    background: linear-gradient(180deg, rgb(38 37 37 / 57%) 0%, #000000 99.99%, rgba(0, 0, 0, 0) 100%);
    border: 1px solid #EBEBEB;
  border-radius: 20px;
  width: 375px;
  }
  .duration-trial {
    margin-top: 30px;
  }
  .time-ellipse {
    position: absolute;
  width: 300px;
  filter: blur(119px);
  background: rgba(66, 205, 31, 0.11);
  right: 0;
  top: 0;
  }
  @font-face { 
font-family: 'small_pixel'; 
src:  url('../fonts/small_pixel.woff') format('woff'),
url('../fonts/small_pixel.ttf') format('ttf'); /* Только если нужна поддержка старых Android, иначе закомментировать */ 
font-weight: normal; 
font-style: normal; 
}

.whatsapp {
    display:block; 
    margin:20px auto; 
    background-color:#43d854; 
    color:#fff; padding:10px; 
    max-width:250px; 
    border-radius:50px; 
    text-align:center; 
    text-shadow:0 0 5px black
}

.mobile {
    display:none;
}
 
@media screen and (max-width: 1300px) {
    .time-block__item {
      width: 304px;
      padding: 40px 0;
    }
    .time span {
      font-size: 2.5em;

    }
    .time {
        padding-bottom: 200px;
    }
    .time-red {
        left: 0;
    }
  }
@media screen and (max-width:980px) {
.time-block__item {
  width: 235px;
  }
  .time-paper1 {
  right: 10px;
}
.time-paper2 {
  left: auto;
}
.time span {
    font-size: 2.1em;
}
}
@media screen and (max-width:800px) {
.time-block {
    display: block;
  }
  .time span {
    font-size: 2.5em;
}
  .time-block__item {
  width: auto;
  }
  .time-block__item:nth-child(2) {
    margin-top: 50px;
  }
  .time-block__item:nth-child(3) {
    margin-top: 50px;
  }
  .time-paper1 {
    right: 10px;
    }
    .time {
        background-color: #0A0A0A;
        position: relative;
        padding-top: 120px;
        margin-top: -350px;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
    }
    .rules-wrapper {
        margin-top: 0;
        padding-top: 0 !important;
    }
    .time-red {
        top:23px; 
        width: 165px;
        height: 165px;
    }
}
@media screen and (max-width:670px) {
  .time-red {
  left: auto;
  top: 35px;
    width: 165px;
    height: 165px;
}
.mobile {display:block}
}
@media screen and (max-width:500px) {
  .time-red {
  width: 160px;
  height: 161px;
  top:40px;
}
.rules-wrapper {
    margin-top: 0 !important;
}
.time {
    margin-top: -286px;
}
}