:root{
    --yellow-dark-theme:#FFFC4F;
}

body.dark-theme ::-webkit-scrollbar-thumb {
    background-color: var(--yellow-dark-theme);
}

body.dark-theme{
    background: linear-gradient(90deg, #010101 0%, #150036 31%, #150036 68%, #010101 100%);
}

body.dark-theme .slime-head{
    border-color:rgba(255, 255, 255, 0.30);
    background: #2d165b;
}

body.dark-theme .slime_separator{
    background:rgba(255, 255, 255, 0.30);
}

body.dark-theme .slime-share .slime_description, 
body.dark-theme .adress-share .slime_description, 
body.dark-theme .park__status-share .slime_description, 
body.dark-theme .phones-share .slime_description {
    background: #2d165b;
    box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.05);
} 

body.dark-theme .slime-share:after, 
body.dark-theme .adress-share:after, 
body.dark-theme .park__status-share:after{
    background-color: #fff;
}

body.dark-theme .open-hamburger-menu span {
    background: #fff;
}

body.dark-theme .slime-column,
body.dark-theme .slime-column a{
    color:#fff;
}

body.dark-theme .slime-column a:hover{
    color:var(--yellow-dark-theme);
}
body.dark-theme .park__status-share .park__status-open, 
body.dark-theme .slime_description p span{
    color:var(--yellow-dark-theme);
}

body.dark-theme .slime-share .slime_description svg {
    fill: #fff;
}
body.dark-theme .slime-share .slime_description a:hover svg {
    fill: var(--yellow-dark-theme);
}

body.vrpark-page.dark-theme{
    background: linear-gradient(270deg, #000 0%, #03001E 49.04%, #000 100%);
}



body.dark-theme div.body{
    background:none;
}

body.dark-theme .js__adv--banner__absolute, 
body.dark-theme .js__fnc--slider--inner__absolute,
body.dark-theme .js__fnc--slider--inner__relative {
    height: 986px !important;
}

body.dark-theme.vrpark-page .js__adv--banner__absolute, 
body.dark-theme.vrpark-page .js__fnc--slider--inner__absolute, 
body.dark-theme.vrpark-page .js__fnc--slider--inner__relative {
    height: 120vh !important;
    max-height: 1102px;
}

body.dark-theme.vrpark-page .js__adv--banner__absolute {
    padding: 145px 0 230px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

body.dark-theme.vrpark-page .fnc--slider--inner__text {
    max-width: 800px;
    margin: 0 auto;
}

body.dark-theme .h-menu.active {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.dark-theme .h-menu.active .menu--chapters {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.fnc--slider--inner__text .gradient-text{
    font-size: 56px;
    font-weight: 900;
    line-height:  107.143%; 
    background: linear-gradient(90deg, #47D8FF 0%, #FF59CB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading.gradient-vr > *,
.gradient-vr{
    background: linear-gradient(90deg, #47D8FF 0%, #FF59CB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.dark-theme .hero-shape-1,
body.dark-theme .hero-shape-2{
    display:none
}

body.dark-theme .menu--chapters {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.dark-theme section .heading > *{
    color:#fff;
}

body.dark-theme section .heading > p{
    color:var(--yellow-dark-theme);
}

body.dark-theme .fnc--slider--inner__text :is(h1, h2) .big-heading{
    color:var(--yellow-dark-theme);
}

body:is(.rollerdrom-page, .extremepark-page) .js__fnc--slider--inner__relative:before,
body:is(.rollerdrom-page, .extremepark-page) footer:after{
    content:'';
    position:absolute;
    left:-140px;
    top:-90px;
    background-image: url(/images/rollerdrom/rotate-circle.png);
    background-size:contain;
    width:285px;
    height:285px;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    animation: rotateCircle 40s linear infinite;
}

body.dark-theme  footer:before{
    display:none;
}

body.dark-theme footer{
    padding-top: 120px;
    overflow:hidden;
    border-radius: 44px 44px 0 0;
    background:linear-gradient(180deg, #2D165B -4.41%, #2D165B 234.37%);
}

body.dark-theme footer:after{
    left:-140px;
    bottom:-90px;
    top:auto;
}

body.dark-theme footer .container{
    position: initial;
}

body.dark-theme footer .container:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    background-image: url(/images/rollerdrom/bg-footer-2.svg);
    background-size:contain;
    background-position: left top;
    background-repeat:no-repeat;
    width:calc(370px / 1920px * 100vw);
    height:181px;
    pointer-events: none;
}

body.dark-theme footer .container:after{
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    background-image: url(/images/rollerdrom/bg-footer-3.svg);
    background-size:contain;
    background-position: right bottom;
    background-repeat:no-repeat;
    width:calc(548px / 1920px * 100vw);
    height:177px; 
    pointer-events: none;
}

body.dark-theme .overfooter {
    margin: 80px 0 -74px;
}

body.dark-theme .overfooter .footer-shape{
    display:none
}

body.dark-theme .effe-line {
    background-color: #faec5d;
}
body.dark-theme .effe-line a{
    color:var(--text-color)
}


@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


body.rollerdrom-page .hero-shape-3 {
    top: -59px;
    bottom: auto !important;
    left: calc(50% - var(--container) / 2 - 58px);
}
body.rollerdrom-page .hero-shape-4 {
    bottom: -59px;
    top: auto !important;
    right: calc(50% - var(--container) / 2 - 58px);
    z-index: 0;
}

body.extremepark-page .hero-shape-3 {
    top: -45px;
    bottom: auto !important;
    left: calc(50% - var(--container) / 2 - 80px);
}
body.extremepark-page .hero-shape-4 {
    bottom: -45px;
    top: auto !important;
    right: calc(50% - var(--container) / 2 - 80px);
    z-index: 0;
}
.advantages{
    padding:70px 0 80px;
    text-align: center;
}
.advantages .heading h2{
    margin-top:0;
}
.advantages-wrap{
    padding-top:50px;
    display:flex;
    gap:20px
}
.advantages-item{
    padding: 0 30px 30px 30px;
    position:relative;
    flex: calc(100% / 5 - 20px * 4 / 5) 0 0;
    border-radius: 24px;
}
#extreme-park-advantages .advantages-item{
    display:flex;
    flex-direction: column;
    align-items: center;
}
#extreme-park-advantages .advantages-item {
    flex: calc(100% / 3 - 20px * 4 / 5) 0 0;
}
.advantages-item:before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    opacity:0.2;
    box-shadow: 0 4px 18.9px rgba(255,255,255,0.05);
    border: 2px solid;
    border-radius: 24px;
}
.advantages-item:nth-child(1):before{
    background: linear-gradient(-19deg, #8151DD 0%, #B485FF 43%, #8151DD 100%);
    border-color:#8151DD;
}
.advantages-item:nth-child(2):before{
    background: linear-gradient(-27deg, #17AEB0 0%, #42D2D4 43%, #17AEB0 100%);
    border-color:#17AEB0;
}
.advantages-item:nth-child(3):before{
    background: linear-gradient(-27deg, #FF35BB 0%, #FF92DA 43%, #FF35BB 100%);
    border-color:#FF35BB;
}
.advantages-item:nth-child(4):before{
    background: linear-gradient(-33deg, #FFB704 0%, #FED36A 43%, #FFB704 100%);
    border-color:#FFB704;
}
.advantages-item:nth-child(5):before{
    background: linear-gradient(-43deg, #FF8635 0%, #FFAA72 43%, #FF8635 100%);
    border-color:#FF8635;
}
.advantages-item-icon{
    position: relative;
    margin-top:-50px;
}
#extreme-park-advantages .advantages-item-icon {
    margin-top: -100px;
    max-width: 226px;
}
.advantages-item-icon:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: -40px;
    filter: blur(60px);
    z-index: -1;
}
.advantages-item:nth-child(1) .advantages-item-icon:before{
    background: radial-gradient(circle, rgba(216, 60, 250, 0.35), transparent 60%);
}
.advantages-item:nth-child(2) .advantages-item-icon:before{
    background: radial-gradient(circle, rgba(168, 245, 247, 0.35), transparent 60%);
}
.advantages-item:nth-child(3) .advantages-item-icon:before{
    background: radial-gradient(circle, rgba(255, 182, 255, 0.1), transparent 60%);
}
.advantages-item:nth-child(4) .advantages-item-icon:before{
    background: radial-gradient(circle, rgba(250, 241, 195, 0.1), transparent 60%);
}
.advantages-item:nth-child(5) .advantages-item-icon:before{
    background: radial-gradient(circle, rgba(255, 187, 124, 0.1), transparent 60%);
}    
.advantages-item-text{
    position: relative;
    margin-top: 10px;
    font-size: var(--h5-size);
    font-weight: 500;
    color: #fff;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    white-space: pre-line;
}
#extreme-park-advantages .advantages-item-text {
    margin-top: 0;
}

.rollerdrom-gallery{
    padding:80px 0;
    text-align: center;
    overflow: hidden;
}
#extreme-park-gallery.rollerdrom-gallery .container{
    position:relative;
}
#extreme-park-gallery .container:before{
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 82px;
    height: 82px;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    z-index: 0;
    background-image: url(/images/extreme-park/shape-gallery-extreme-park.svg);
}
.rollerdrom-gallery-item-image{
    height:550px;
    border-radius:50px;
    overflow:hidden;
}
.rollerdrom-shape-1{
    top: 0px;
    left: 0px;
    max-width: 482px;
    width: calc(482px / 1920px * 100vw);
}
.rollerdrom-shape-2{
    bottom: 0px;
    right: 0px;
    max-width: 171px;
    width: calc(171px / 1920px * 100vw);
}

.prices-list{
    padding:80px 0;
}
#extreme-park-prices .container{
    position:relative;
}
#extreme-park-prices .container:after{
    content: '';
    position: absolute;
    left: -100px;
    bottom: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    z-index: 0;
    background-image: url(/images/extreme-park/shape-prices-extreme.svg);
}
.prices-list-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
}
.prices-list-item-wrap{
    padding:16px;
    position: relative;
    flex: calc(100%/2 - 24px/2) 0 0;
    border-radius: 40px;
    border: 1px solid #C0C0C0;
    background: #210949;
    box-shadow: 0 10px 15px 0 rgba(59, 8, 67, 0.10);
}
.prices-list-item-image{
    width:188px;
    height:188px;
    border-radius: 28px;
    background: #fff;
    overflow:hidden
}
#extreme-park-prices .prices-list-item-image {
    height: 236px;
}
.prices-list-item{
    display:flex;
    gap:32px;
}
.prices-list-item-text{
    padding:16px 20px 16px 0;
    flex: calc(100% - 188px - 32px) 0 0;
    display:flex;
    flex-direction:column;
}
.prices-list-item-name{
    margin-bottom:12px;
    font-size: var(--h5-size);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
    color:var(--yellow-dark-theme)
}
.prices-list-item-description{
    margin-bottom: auto;
    color: #E5E5E5;
    font-size: var(--text-size-sm);
    font-weight: 500;
    line-height: 137.5%;
    white-space: pre-line;
}
.games-list-wrap .prices-list-item-description{
    padding-right: 10px;    
    overflow-y: scroll;
}
.prices-list-item-price{
    display:flex;
    gap:10px;
}
.prices-list-item-price > div{
    flex: calc(50% - 5px) 0 0;
    display: flex;
    flex-direction:column;
    gap:6px;
}
.prices-list-item-main-price > span:first-child,
.prices-list-item-secondary-price > span:first-child{
    color: #E1E1E1;
    font-size: var(--text-size);
    font-weight: 500;
    line-height: 125%;
}
.prices-list-item-main-price > span:last-child,
.prices-list-item-secondary-price > span:last-child,
.fnc--products--listitem__oldprice,
.fnc--products--listitem__actprice{
    color: #FFFC4F;
    font-size: var(--h3-size);
    font-weight: 700;
    line-height: 116.667%;
}
.fnc--products--listitem__oldprice{
    color:rgba(255,255,255,0.7);
}
.fnc--products--listitem__actprice{
    color:var(--dark-magenta)
}
.act-attr-price-row{
    display:flex;
    gap: 8px;
}
.mt-80{
    margin-top:80px;
}
.prices-list-shape-1{
    top:0;
    left:0;
}
.prices-list-shape-2{
    top:50px;
    right:0;
}
#extreme-park-prices.prices-list .prices-list-shape-2 {
    top: auto;
    bottom: 0;
    right: 0;
}
.prices-list .container{
    position:relative;
}
.prices-list .container:before{
    content: '';
    position: absolute;
    left: -150px;
    bottom: -100px;
    background-image: url(/images/rollerdrom/shape-container-prices.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 235px;
    height: 257px;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    z-index: 0;
}
#extreme-park-prices.prices-list .container:before {
    content: '';
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50px;
    right: -120px;
    transform: rotate(137deg);
}

.training{
    padding:80px 0;
}
.training .container{
    position:relative;
}
.training .container:before{
    content: '';
    position: absolute;
    right: -121px;
    bottom: -96px;
    background-image: url(/images/rollerdrom/shape-training-right-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    height: 160px;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    z-index: 1;
}
.training-wrap{
    margin-bottom:20px;
    display:flex;
    flex-wrap:wrap;
    gap:20px 24px;
}
.training-item{
    flex: calc(50% - 24px/2);
    display:flex;
    gap:4px;
}
.training-item > div{
    border-radius:20px;
}
.training-item:nth-child(4n+1) > div{
    background-color:#E8FDFE;
    color:#195859;
}
.training-item:nth-child(4n+2) > div{
    background-color:#F9EBFF;
    color:#3D0557;
}
.training-item:nth-child(4n+3) > div{
    background-color:#FFEDF9;
    color:#850C5C;
}
.training-item:nth-child(4n+4) > div{
    background-color:#FFFCEE;
    color:#AE9513;
}
.training-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
}
.training-item-icon img{
    max-width: calc(100%*0.72);
    max-height: calc(100%*0.72);
}
.training-item-text{
    padding:30px 35px;
    flex: calc(100% - 110px - 4px) 0 0;
    font-family: Montserrat;
    font-size: var(--text-size-lg);
    font-weight: 600;
    line-height: 138.889%;
    white-space: pre-line;
}
.training-prices{
    display:flex;
    flex-wrap:wrap;
    gap: 24px;
}
.training-prices-item{
    position:relative;
    flex: calc(50% - 24px/2) 0 0;
    border-radius: 20px;
    overflow:hidden;
}
.training-prices-item-image{
    height:692px;
    line-height: 0;
}
.training-prices-item-description{
    padding:28px;
    position:absolute;
    bottom:28px;
    left:28px;
    right:28px;
    background:#fff;
    border-radius:20px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:12px;
}
.training-prices-heading{
    font-size: var(--h4-size);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
}
.training-prices-price :is(.prices-list-item-main-price > span:first-child, .prices-list-item-secondary-price > span:first-child){
    color: #989898;
}
.training-prices-price :is(.prices-list-item-main-price > span:last-child, .prices-list-item-secondary-price > span:last-child){
    color: #000;
    font-size: var(--h5-size);
}
.training-prices-price :is(.fnc--products--listitem__oldprice, .fnc--products--listitem__actprice){
    font-size: var(--h5-size);
    padding-right:0;
}
.training-prices-price .fnc--products--listitem__oldprice{
    color:#ccc;
}
.training-prices-price > div {
    flex: calc(50% - 5px) 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.training-prices-item-description .prices-list-item-description{
    font-size: var(--text-size-sm);
    color: #000;
    max-width: 450px;
}
.training-shape-1{
    bottom: -150px;
    left: 0;
}
.training-shape-2{
    top:300px;
    right:0;
}

.birth-prices{
    padding: 80px 0;
}
body.dark-theme .birth-prices .heading > p{
    color:var(--yellow-dark-theme)
}
.birth-prices-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    
}
.birth-prices-wrap > div{
    padding:48px;
    flex: calc(50% - 24px/2) 0 0;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #210949;
    box-shadow: 0 10px 15px 0 rgba(59, 8, 67, 0.10);
    color:#fff;
}
.birth-prices-wrap > div h4{
    margin-top:0;
    margin-bottom:32px;
    color: #FFF;
    text-align: center;
    font-size: var(--h4-size);
    font-weight: 800;
    line-height: 133.333% ;
}
.birth-prices-column-1 .prices__item{
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.birth-prices-column-1 .prices__item:not(:last-child){
    border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.birth-prices-column-1 .prices__item-name__price{
    display:flex;
    flex-direction: column;
    gap:16px;
}
.birth-prices-column-1 .prices__item-name__price div{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    gap:20px
    
}
.birth-prices-column-1 .prices__item .prices__item-name .prices__item-name__title{
    margin:0 0 12px;
    font-size: var(--h5-size);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
    color: var(--yellow-dark-theme);
}
.birth-prices-column-1 .prices__item .prices__item-name .prices__item-name__description{
    margin:0;
    color: #E5E5E5;
    font-size: var(--text-size);
    font-weight: 500;
    line-height: 137.5%;
}
.birth-prices-column-1 .prices__item-name__price div > span:first-child, .birth-prices-column-1 .prices__item-name__price div > span:first-child {
    color: #DEDEDE;
    font-size: var(--text-size);
    font-weight: 500;
    line-height: 125%;
}
.birth-prices-column-1 .prices__item-name__price div > span:last-child, .birth-prices-column-1 .prices__item-name__price div > span:last-child, .birth-prices-column-1 .prices__item-name__price .fnc--products--listitem__oldprice, .birth-prices-column-1 .prices__item-name__price .fnc--products--listitem__actprice {
    color: #fff;
    font-size: var(--h3-size);
    font-weight: 700;
    line-height: 116.667%;
}
.birth-prices-column-2 ol{
    display:flex;
    flex-direction: column;
    gap:16px;
}
.birth-prices-column-2 ol li{
    margin-bottom: 0;
    padding:16px 28px;
    display: flex;
    align-items: center;
    gap:37px;
    border-radius: 20px;
}
.birth-prices-column-2 ol li:nth-child(4n+1){
    border: 1px solid #DFCCFF;
    background: #F9EBFF;
}
.birth-prices-column-2 ol li:nth-child(4n+2){
    border: 1px solid rgba(255, 214, 0, 0.60);
    background: #FFFCEE;
}
.birth-prices-column-2 ol li:nth-child(4n+3){
    border: 1px solid rgba(255, 53, 187, 0.30);
    background: #FFEDF9;
}
.birth-prices-column-2 ol li:nth-child(4n+4){
    border: 1px solid rgba(66, 210, 212, 0.55);
    background: #E8FDFE;
}
.birth-prices-column-2 ol li span:first-child{
    position:relative;
    width: 85px;
    height: 60px;
    color:transparent;
    font-size:0;
}
.birth-prices-column-2 ol li span:first-child:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: auto;
}
.birth-prices-column-2 ol li:nth-child(4n+1) span:last-child{
    border-left:1px solid #9D02E3;
}
.birth-prices-column-2 ol li:nth-child(4n+2) span:last-child{
    border-left:1px solid #D5B305;
}
.birth-prices-column-2 ol li:nth-child(4n+3) span:last-child{
    border-left:1px solid #850C5C;
}
.birth-prices-column-2 ol li:nth-child(4n+4) span:last-child{
    border-left:1px solid #195859;
}
.birth-prices-column-2 ol li:nth-child(4n+1) span:first-child:before{
    -webkit-mask-image: url(/images/rollerdrom/01.svg);
    background-color: #9D02E3;
}
.birth-prices-column-2 ol li:nth-child(4n+2) span:first-child:before{
    -webkit-mask-image: url(/images/rollerdrom/02.svg);
    background-color: #D5B305;
}
.birth-prices-column-2 ol li:nth-child(4n+3) span:first-child:before{
    -webkit-mask-image: url(/images/rollerdrom/03.svg);
    background-color: #850C5C;
}
.birth-prices-column-2 ol li:nth-child(4n+4) span:first-child:before{
    -webkit-mask-image: url(/images/rollerdrom/04.svg);
    background-color: #195859;
}
.birth-prices-column-2 ol li span:last-child{
    padding-left:37px;
    flex: calc(100% - 85px - 37px*2 - 1px) 0 0;
    font-size: var(--text-size-lg);
    font-weight: 600;
    line-height: 138.889%;
}
.birth-prices-column-2 ol li:nth-child(4n+1) span:last-child{
    color:#3D0557;
}
.birth-prices-column-2 ol li:nth-child(4n+2) span:last-child{
    color:#D5B305;
}
.birth-prices-column-2 ol li:nth-child(4n+3) span:last-child{
    color:#850C5C;
}
.birth-prices-column-2 ol li:nth-child(4n+4) span:last-child{
    color:#195859;
}
.birth-bottom-text{
    margin-top:24px;
    padding:40px;
    position:relative;
    border-radius: 40px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    box-shadow: 0 10px 15px 0 rgba(59, 8, 67, 0.10);
    text-align: center;
    font-size: var(--h5-size);
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}
.birth-bottom-text:before {
    content: '';
    position: absolute;
    left: -140px;
    bottom: -135px;
    background-image: url(/images/rollerdrom/rotate-circle.png);
    background-size: contain;
    width: 271px;
    height: 271px;
    z-index: -1;
    pointer-events: none;
    transform-origin: 50% 50%;
    animation: rotateCircle 40s linear infinite;
}
#extreme-park-birth-prices .birth-bottom-text:before{
    display:none;
}
.birth-prices-shape-1{
    right:0;
    top:45%;
}



.party-form-overlay .party-form{
    margin: 80px 0;
}

.party-form-overlay .party-form .hero-shape-3,
.party-form-overlay .party-form .hero-shape-4 {
    width: 167px;
}

.boxes{
    margin-top:80px;
}
.boxes .container{
    position:relative;
}
.boxes .container:before{
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    background-image: url(/images/rollerdrom/shape-boxes-right-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 82px;
    height: 82px;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    z-index: 0;
}
#boxes-extremepark.boxes .container:before{
    display:none;
}
.boxes .heading{
    text-align: center;
}
.boxes-list-shape-1{
    top:40%;
    left:0;
}
.boxes-list-shape-2{
    bottom:-100px;
    right:0;
    z-index: -1;
    max-width: 668px;
    width: calc(668px / 1920px * 100vw);
}
.boxes-list-shape-3{
    left:0;top:100px;
    z-index: -1;
    max-width: 626px;
    width: calc(626px / 1920px * 100vw);
}

.extreme-park__group-visit{
    padding: 80px 0;
}
.extreme-park__group-visit .heading{
    white-space: pre-line;
}
.extreme-park__group-visit .heading .heading-large-text,
.howitworks-group-visit .heading .heading-large-text {
    padding-top: 10px;
    color: var(--yellow-dark-theme);
    font-size: var(--h1-size);
    font-weight: 800;
    line-height: 120%;
}
.group-visit-extreme-shape-1{
    right: calc(50% - var(--container)/2 - 100px);
    bottom: -100px;
    width: 658px;
    height:669px;
    z-index:-1;
}
.group-visit-extreme-shape-2{
    top: 39px;
    left: -50px;
    max-width: 500px;
    width: calc(603px / 1920px * 100vw);
    z-index: -1;
}
.extreme-park__group-visit-wrap{
    display:flex;
    gap:24px;
}
.extreme-park__group-visit-wrap .img-block{
    border-radius: 20px;
    background: #FFEDF9;
    box-shadow: 0 10px 15px 0 rgba(59, 8, 67, 0.10);
    overflow:hidden;
    height:500px;
    flex: 696px 0 0;
    line-height: 0;
}
.extreme-park__group-visit-text{
    flex:1 0 0;
}
.extreme-park__group-visit-text-wrap{
    margin-bottom:48px;
    display:flex;
    gap:24px;
}
.extreme-park__group-visit-text-wrap > div{
    padding:48px;
    flex: calc(50% - 24px/2);
    display:flex;flex-direction: column;
    gap:40px;
    border-radius: 32px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0 10px 15px 0 rgba(59, 8, 67, 0.10);
}
.price__extreme-park span:first-child{
    color: var(--violet);
    line-height: 120%;
    letter-spacing: -0.48px;
    font-size:var(--h6-size);
    font-weight:600;
}
.price__extreme-park span:last-child{
    color: #000;
    line-height: 87.5%;
    font-size:var(--h1-size);
    font-weight:700;
}
.extreme-park__group-visit-text p{
    margin: 0 auto 80px;
    max-width:610px;
    color:#fff;
    text-align:center;
    font-size:var(--text-size-lg);
    line-height: 138.889%;
}
.extreme-park__group-visit-button{
    text-align: center;
}

#howitworks-extreme-park.howitworks-group-visit{
    padding: 80px 0;
}
#howitworks-extreme-park.howitworks-group-visit .step-item-icon {
    color: #2d165b;
    opacity: 1;
}
#howitworks-extreme-park.howitworks-group-visit .step-item .step-item-title {
    color: #fff !important;
}
#howitworks-extreme-park.howitworks-group-visit .center-chapters-item:nth-child(6n+1) .center-chapters-item__icon:before {
    background-color: #2d165b;
}
#howitworks-extreme-park.howitworks-group-visit .step-item .step-item-title a {
    color: var(--yellow-dark-theme);
}
#howitworks-extreme-park.howitworks-group-visit .steps-line {
    border-left: 1px solid var(--yellow-dark-theme);
}
#howitworks-extreme-park.howitworks-group-visit .center-chapters-item:nth-child(6n+1) .center-chapters-item__icon {
    border: 1px solid #2d165b;
}
#howitworks-extreme-park.howitworks-group-visit .center-chapters-item:nth-child(6n+1) .center-chapters-item__icon a, 
#howitworks-extreme-park.howitworks-group-visit .center-chapters-item:nth-child(6n+1) .center-chapters-item__icon span {
    background-color: #2d165b;
}
#howitworks-extreme-park.howitworks-group-visit .steps-line:before {
	background: linear-gradient(0deg, rgba(21, 0, 54, 0) 0%, rgba(21, 0, 54, 1) 100%)
}
#howitworks-extreme-park.howitworks-group-visit .steps-line:after {
	background: linear-gradient(180deg, rgba(21, 0, 54, 0) 0%, rgba(21, 0, 54, 1) 100%)
}
#howitworks-extreme-park.howitworks-group-visit .howitworks-wrap-video{
    overflow: visible;
    display:flex;
}
#howitworks-extreme-park.howitworks-group-visit .howitworks-wrap-video > div{    
    border-radius: 20px;
    overflow:hidden;
    width:100%;
    height:100%;
}
#howitworks-extreme-park.howitworks-group-visit .howitworks-wrap-video:after {
    content: '';
    position: absolute;
    left: -146px;
    bottom: -136px;
    width: 271px;
    height: 271px;
    background-image: url(/images/rollerdrom/rotate-circle.png);
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    transform-origin: 50% 50%;
    animation: rotateCircle 40s linear infinite;
}
#howitworks-extreme-park .howitworks-extreme-park-shape-1{
    right: calc(50% - var(--container)/2 + 200px);
    top: 200px;
    z-index: -1;
}
#howitworks-extreme-park .howitworks-wrap-steps {
    padding: 100px 0 0 100px;
}
#howitworks-extreme-park .step-item-number i{
    background-color: var(--yellow-dark-theme);
    border-color: var(--yellow-dark-theme);
}
#howitworks-extreme-park .step-item.active .step-item-number i:before {
    background-color: var(--violet);
}

.faq#faq-vr-park{
    padding-bottom:400px;
    background-image: none;
    color: #fff;
}
.bg-faq-vr-park{
    position: absolute;
    bottom: -210px;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    opacity: 0.6;
}
.faq#faq-vr-park .faq-item-answer{
    color:#fff;
}
.faq#faq-vr-park .faq-item-question .down-arrow {
    background-color: #AEC6FF
}

body.vrpark-page.dark-theme footer{
    border-top: 1px solid #2B2947;
    background: linear-gradient(90deg, #0E0C25 14.27%, #222245 40.78%, #222245 66.41%, #0E0C25 88.15%);
}
body.vrpark-page.dark-theme footer .container:before,
body.vrpark-page.dark-theme footer .container:after{
    display:none;
}
body.vrpark-page.dark-theme footer:after{
    content:'';
    position:absolute;
    right:0;bottom:-40px;left:auto;
    width:calc(315px /1920px * 100vw);
    max-width:315px;
    height: 474px;
    pointer-events:none;
    z-index: 0;
    background-image: url(/images/vr-park/bg-footer.png);
    background-size:contain;
    background-position: right bottom;
    background-repeat:no-repeat

}
body.vrpark-page.dark-theme .effe-line {
    background-color: #AEC6FF;
}
body.vrpark-page.dark-theme .cashback {
    padding: 300px 0 200px;
}
body.vrpark-page.dark-theme .cashback .qr{
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    right: -168px;
    bottom: -22px;
}
body.vrpark-page.dark-theme .cashback .container-inner {
    margin-left: auto;
    margin-right: 130px;
    position: relative;
    max-width: 844px;
    width: 100%;
}
body.vrpark-page.dark-theme .bg-cashback {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: -1;
    height: auto;
}
body.vrpark-page.dark-theme .cashback-wrap-text{
    white-space: pre-line;
}
body.vrpark-page.dark-theme .cashback .heading h2{
    font-size: var(--h1-size);
}
#vr-park-prices.prices-list .container:before{
    display:none
}
#vr-park-prices .prices-list-item-image {
    height: 213px;
    background: linear-gradient(160deg, #292749 -3.94%, #635EAF 86.51%);
}
#vr-park-prices .prices-list-item-wrap{
    border-radius: 40px;
    border: 1px solid  #2B2947;
    background: #0E0C25;
    box-shadow: 0 3px 16.9px 0 rgba(255, 255, 255, 0.10);
}
#vr-park-prices .prices-list-item-name{
    color: #AEC7FF;
}
#vr-park-prices .prices-list-item-main-price > span:last-child, 
#vr-park-prices .prices-list-item-secondary-price > span:last-child, 
#vr-park-prices .fnc--products--listitem__oldprice, 
#vr-park-prices .fnc--products--listitem__actprice{
    color: #fff;
}
.bg-contain img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.prices-list-vr-park-shape-1{
    position:absolute;
    right:50px;top:-200px;
    width:calc(225px / 1920px * 100vw);
    max-width:225px;
}
.prices-list-vr-park-shape-2{
    position:absolute;
    bottom:0;right:0;
    width:calc(489px / 1920px * 100vw);
    max-width:489px;
    z-index: 0;
}
.games-list-shape-1{
    left:0;
    top:-100px;
    z-index: 0;
    width: calc(231px / 1920px * 100vw)
}
#vr-park-games{
    padding:80px 0;
}
.games-list-shape-2 {
    left: 0;
    top: -300px;
    z-index: -1;
    height: 1400px;
    opacity: 1;
}
.games-list-shape-3{
    right:0; bottom:200px;
    z-index: -1;
    height: 1400px;
    opacity:1;
}
.vr-land-cyberarena-shape-1{
    left:0; bottom:200px;
    z-index: -1;
    height: 1400px;
    opacity:1;
    transform: scale(-1,1)
}
.games-list-button{
    margin-top:60px;
    text-align: center;
}
.games-list-wrap{
    display:flex;
    gap:24px;
    flex-wrap:wrap;
}
.games-list-item-wrap{
    position:relative;
    flex: calc(100% / 4 - 24px*3/4) 0 0;
    border-radius: 12px;
    background: #7C7272;
    overflow:hidden;
}
.games-list-image{
    position:relative;
    height:240px;
     filter: blur(0);
    transition: filter 0.4s ease
}
.games-list-item-wrap:hover .games-list-image{    
    filter: blur(2.9000000953674316px);
}
.games-list-image:before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    background: linear-gradient(188deg, rgba(0, 0, 0, 0.00) 19.27%, rgba(0, 0, 0, 0.40) 75.37%);
}
.games-list-item-wrap:hover .games-list-image:before{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
}
.js-hidden-game{
    display:none;
}
.open-more-games span:not(.active){
    display:none
}
.js-hidden-game.is-open {
	display: block;
}
.games-list-item-name{
    padding:20px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
    font-size: var(--h6-size);
    font-weight: 800;
    line-height: 120%;
    opacity:1;
    transition: opacity 0.4s ease;
}
.games-list-item-wrap:hover .games-list-item-name{
    opacity:0;
}
.games-list-item-text{
    padding:20px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    gap:20px;
    opacity:0;
    transition: opacity 0.4s ease;
}
.games-list-item-wrap:hover .games-list-item-text{
    opacity:1;
}
.games-list-item-link{
    margin-top: auto;
    display: flex;
    gap: 14px;
}
.games-list-item-link a{
    width: 100%;
    padding: 12px;
    height: auto;
}
.games-list-item-link a.play-video{
    flex: 50px 0 0;
    height: 50px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:0;
    color: transparent;
}
.games-list-item-link a.play-video:before{
    content:'';
    position: relative;
    left: 2px;
    width:80%;
    height:80%;
    -webkit-mask-image: url(/images/icons/play.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background: #fff;
    background-repeat: no-repeat;
}
.games-list-wrap .prices-list-item-description{
    padding-right: 10px;    
    overflow-y: scroll;
    
}

/* extreme all */

.center-chapters.center-chapters-smile-extreme{
    margin-top:80px;
}
div.center-chapters-wrap-smile-extreme {
    gap: 60px;
    padding: 0;
    justify-content: center;
}
.smile-extreme-item{
    position:relative;
    flex: calc(100%/3 - 60px*2/3) 0 0;
}
.smile-extreme-item__image{
    border-radius:40px;
    overflow: hidden;
    height:500px;
}
.smile-extreme-item__name{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 60px;
    background: #F9EBFF;
    height: 80px;
    overflow: hidden;
    transition: height 0.5s ease, border-radius 0.5s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 25px;
}
.smile-extreme-item__name .service-icon{
    background:var(--violet)
}
.smile-extreme-item__name a{
    padding-right: 30px;
    font-size: var(--text-size);
    font-weight: 600;
    line-height: 138.889%;
    color: var(--text-violet);
}
.smile-extreme-item:first-child:after {
    content: '';
    position: absolute;
    left: -146px;
    bottom: -136px;
    width: 271px;
    height: 271px;
    background-image: url(/images/rollerdrom/rotate-circle.png);
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    transform-origin: 50% 50%;
    animation: rotateCircle 40s linear infinite;
}




@media screen and (max-width:1800px){
    body:is(.rollerdrom-page, .extremepark-page) .js__fnc--slider--inner__relative:before, body:is(.rollerdrom-page, .extremepark-page) footer:after {
        width: 250px;
        height: 250px;
    }
    #howitworks-extreme-park.howitworks-group-visit .howitworks-wrap-video:after {
        left: -100px;
        bottom: -70px;
        width: 220px;
        height: 220px;
    }
    .group-visit-extreme-shape-2 {
        top: 39px;
        left: -50px;
        max-width: 450px;
        width: calc(450px / 1920px * 100vw);
    }
    .group-visit-extreme-shape-1 {
        width: calc(658px / 1920px * 100vw);
        height: auto;
    }
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 85px;
    }
}
@media screen and (max-width:1700px){
    body:is(.rollerdrom-page, .extremepark-page) .js__fnc--slider--inner__relative:before, 
    body:is(.rollerdrom-page, .extremepark-page) footer:after {
        width: 220px;
        height: 220px;
    }
    #howitworks-extreme-park .howitworks-extreme-park-shape-1 {
        width: calc(97px / 1920px * 100vw);
    }
    body.dark-theme footer:after {
        left: -100px;
        bottom: -90px;
    }
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 101px;
    }

}
@media screen and (max-width:1600px){
    body:is(.rollerdrom-page, .extremepark-page) .js__fnc--slider--inner__relative:before{
        display:none
    }
    #extreme-park-gallery .container:before {
        right: 40px;
        width: calc(80px / 1900px * 100vw);
    }
    body.extremepark-page .hero-shape-3 {
        top: -100px;
        width: calc(200px / 1920px * 100vw);
        left: 0;
    }
    body.extremepark-page .hero-shape-4 {
        bottom: -100px;
        width: calc(200px / 1920px * 100vw);
        right: 0;
    }
    #extreme-park-prices.prices-list .container:before {
        top: 100px;
        right: 0;
    }
    .prices-list-item-description {
        font-size: var(--text-size-sm);
    }
    .birth-prices-column-2 ol li span:last-child {
        font-size: var(--text-size-md);
    }
    .group-visit-extreme-shape-2 {
        top: -47px;
    }
    .group-visit-extreme-shape-1 {
        width: calc(500px / 1920px * 100vw);
        height: auto;
        right: 40px;
    }
    body.rollerdrom-page .hero-shape-3 {
        top: -59px;
        left: 50px;
        width: calc(200px / 1920px * 100vw);
    }
    body.rollerdrom-page .hero-shape-4 {
        bottom: -59px;
        right: 50px;
        width: calc(200px / 1920px * 100vw);
    }
    .boxes .container:before{
        right:40px;
        width: calc(82px / 1920px * 100vw);
    }
    .training .container:before {
        right:0;
        bottom: -121px;
        width: calc(240px / 1920px * 100vw);
    }
    .birth-prices-shape-1{
        z-index: -1;
        right:40px;
    }
    
}
@media screen and (max-width:1500px){
    .birth-prices-column-1 .prices__item-name__price div > span:last-child, .birth-prices-column-1 .prices__item-name__price div > span:last-child, .birth-prices-column-1 .prices__item-name__price .fnc--products--listitem__oldprice, .birth-prices-column-1 .prices__item-name__price .fnc--products--listitem__actprice, .prices-list-item-main-price > span:last-child, .prices-list-item-secondary-price > span:last-child, .fnc--products--listitem__oldprice, .fnc--products--listitem__actprice {
        font-size: var(--h4-size);
    }
    .training-item-text {
        font-size: var(--text-size-md);
    }
    .birth-prices-column-2 ol li span:first-child:before {
        -webkit-mask-size: auto 40px;
    }
    .birth-prices-column-2 ol li span:last-child {
        padding-left: 24px;
    }
    .birth-prices-column-2 ol li {
        gap: 24px;
    }
    .rollerdrom-gallery-item-image {
        height: 500px;
    }
    .rollerdrom-shape-1 {
        width: calc(300px / 1920px * 100vw);
    }
    #extreme-park-prices.prices-list .container:before{
        display:none
    }
    .group-visit-extreme-shape-2 {
        width: calc(350px / 1920px * 100vw);
    }
    .price__extreme-park span:last-child {
        font-size: var(--h2-size);
    }
    .extreme-park__group-visit-text-wrap > div {
        padding: 36px;
        gap: 24px;
    }
    #howitworks-extreme-park .howitworks-extreme-park-shape-1 {
        width: calc(80px / 1920px * 100vw);
    }
    body.vrpark-page.dark-theme .cashback .qr {
        right: 0;
        bottom: -26px;
        width: 120px;
     }
    body.vrpark-page.dark-theme .cashback {
        padding: 150px 0 200px;
    }

}
@media screen and (max-width:1400px){
    .rollerdrom-gallery-item-image {
        height: 450px;
    }
    #extreme-park-advantages .advantages-item-icon {
        margin-top: -70px;
        max-width: 180px;
    }
    .birth-prices-wrap > div {
        padding: 36px;
    }
    .birth-prices-column-2 ol li span:first-child {
        width: 74px;
        height: 47px;
    }
    .birth-prices-column-2 ol li span:last-child {
        flex: calc(100% - 74px - 37px * 2 - 1px) 0 0;
    }
    .birth-prices-column-2 ol li span:last-child {
        font-size: var(--text-size);
    }
    .extreme-park__group-visit-wrap .img-block {
        height: 450px;
        flex: 566px 0 0;
    }
    .howitworks-wrap-video {
        height: 440px;
    }
    .training-item-text {
        white-space: normal;
    }
    .training-item-icon {
        width: 105px;
        height: 105px;
    }
    .training-prices-item-image {
        height: 550px;
    }
    body.vrpark-page.dark-theme .cashback .container-inner {
        margin-right: 0;
    }
    .rollerdrom-gallery-slider{
        width: calc(100vw - 160px - 120px);
    }
    body.vrpark-page.dark-theme .cashback {
        padding: 150px 0 200px;
    }
   body.vrpark-page.dark-theme .cashback .qr {
        right: 80px;
        bottom: -26px;
        width: 120px;
    }
    
}
@media screen and (max-width:1300px){
    .rollerdrom-gallery-item-image {
        height: 400px;
    }
    .prices-list-shape-1 {
        top: 30%;
    }
    .prices-list-shape-2 {
        width: 16%;
    }
    .birth-prices-column-2 ol li span:last-child {
        font-size: var(--text-size-sm);
    }
    .extreme-park__group-visit-text-wrap > div {
        padding: 32px;
    }
    .price__extreme-park span:first-child {
        font-size: var(--text-size);
    }
    .extreme-park__group-visit-wrap .img-block {
        height: 400px;
        flex: 566px 0 0;
    }
    #howitworks-extreme-park.howitworks-group-visit .howitworks-wrap-video:after {
        width: 180px;
        height: 180px;
    }
    .howitworks-wrap-video {
        height: 400px;
    }
    #howitworks-extreme-park .howitworks-wrap-steps {
        padding: 100px 0 0 50px;
    }
    body.dark-theme footer .container:after {
        bottom: -53px;
    }
    body.dark-theme .js__adv--banner__absolute, body.dark-theme .js__fnc--slider--inner__absolute, body.dark-theme .js__fnc--slider--inner__relative {
        height: 820px !important;
    }
    body.dark-theme .party-form#schedule-training {
        margin-bottom: 55px;
    }
    .training-item-text {
        padding: 20px 24px;
        display: flex;
        align-items: center;
    }
    .training-item-icon {
        width: 90px;
        height: 90px;
    }
    .training-prices-item-image {
        height: 350px;
    }
    .training-prices-item-description {
        margin-top: -80px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .birth-prices-column-1 .prices__item-name__price div > span:first-child, .birth-prices-column-1 .prices__item-name__price div > span:first-child, .prices-list-item-main-price > span:first-child, .prices-list-item-secondary-price > span:first-child {
        font-size: var(--text-size-sm);
    }
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 122px;
    }
    .faq-items {
        max-width: 500px;
    }
    body.vrpark-page.dark-theme .bg-hero-mobile:before{
        display:none
    }
    .smile-extreme-item__image {
        height: 400px;
    }
    
    
}
@media screen and (max-width:1200px){
    body.dark-theme .js__adv--banner__absolute, body.dark-theme .js__fnc--slider--inner__absolute, body.dark-theme .js__fnc--slider--inner__relative {
        height: 680px !important;
    }
    .advantages-wrap{
        justify-content: center;
        flex-wrap:wrap;
        gap: 60px 20px;
    }
    .advantages-item {
        flex: calc(100% / 3 - 20px * 2 / 3) 0 0;
    }
    .rollerdrom-gallery-item-image {
        height: 500px;
    }
    .prices-list-wrap {
        justify-content: center;
    }
    .prices-list-item-wrap {
        flex: 100% 0 0;
        max-width: 600px;
    }
    .training-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .training-prices-item {
        flex: 100% 0 0;
        max-width: 550px;
    }
    .training-prices{
        justify-content:center
    }
    .training .container:before{
        display:none;
    }
    .birth-prices-wrap {
        justify-content: center;
    }
    .birth-prices-wrap > div {
        flex: 100% 0 0;
        max-width:600px;
    }
    body.extremepark-page .hero-shape-3 {
        top: -50px;
    }
    body.extremepark-page .hero-shape-4 {
        bottom: -50px;
    }
    #extreme-park-advantages .advantages-item {
        flex: calc(100% / 2 - 20px * 4 / 5) 0 0;
    }
    #extreme-park-advantages .advantages-item-text {
        margin-top: 0;
        white-space: normal;
    }
    body.dark-theme section .heading > p br{
        display:none;
    }
    .extreme-park__group-visit-wrap {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .extreme-park__group-visit-wrap .img-block {
        height: 400px;
        flex: 100% 0 0;
        max-width:600px;
        order: -1;
    }
    .extreme-park__group-visit-text {
        max-width: 600px;
    }
    .extreme-park__group-visit-text p {
        margin: 0 auto 40px
    }
    #howitworks-extreme-park .howitworks-wrap-steps {
        padding: 100px 0 100px 50px;
    }
    #howitworks-extreme-park .howitworks-extreme-park-shape-1 {
        right: 60px;
        top: 35%;
    }
    body.dark-theme .slime-head {
        background: #2d165b;
       /*  box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2); */
    } 
    body.dark-theme header:before {
        background-image: url(/images/bg-header-laptop-dark-theme.svg);
    }
    body.dark-theme.vrpark-page .js__adv--banner__absolute, body.dark-theme.vrpark-page .js__fnc--slider--inner__absolute, body.dark-theme.vrpark-page .js__fnc--slider--inner__relative {
        height: 100vh !important;
        max-height: 782px;
        min-height: 500px;
    }
    body.dark-theme.vrpark-page .fnc--slider--inner__text .gradient-text {
        font-size: calc(var(--h1-size) * 1.25);
    }
    body.dark-theme.vrpark-page .fnc--slider--inner__text :is(h1, h2) {
        font-size: var(--h4-size);
    }
    body.dark-theme.vrpark-page .js__adv--banner__absolute {
        padding: 145px 0 130px;
    }
    .games-list-item-wrap {
        position: relative;
        flex: calc(100% / 2 - 24px * 1 / 2) 0 0;
    }
    body.vrpark-page.dark-theme .cashback .container-inner {
        margin-right: 0;
        text-align: center;
    }
    body.vrpark-page.dark-theme .cashback .qr-code{
        display:none
    }
    body.vrpark-page.dark-theme .cashback .api-shop-links {
        justify-content: center;
    }
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 171px;
    }
    body.vrpark-page.dark-theme .cashback {
        padding: 50px 0;
    }
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 17px;
    }
    .cashback-wrap-text {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .faq-items {
        max-width: 100%;
    }
    .bg-faq-vr-park {
        bottom: -110px;
    }
    .games-list-shape-1 {
        left: -20px;
        top: -100px;
        z-index: 0;
        width: calc(450px / 1920px * 100vw);
    }
    .prices-list-vr-park-shape-1 {
        right: 20px;
        top: -100px;
        width: calc(325px / 1920px * 100vw);
        max-width: 225px;
    }
    body.vrpark-page.dark-theme .cashback .qr{
        display:none;
    }
    body.dark-theme .hero-shape-3, body.dark-theme .hero-shape-4 {
        display:none
    }
    .smile-extreme-item {
        position: relative;
        flex: calc(100% / 2 - 60px / 2) 0 0;
    }
    .smile-extreme-item:first-child:after {
        left: -75px;
        bottom: -53px;
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width:900px) {
    
    .rollerdrom-gallery-slider {
        width: 100%;
    }
    div.center-chapters-wrap-smile-extreme {
        gap: 30px;
    }
    .smile-extreme-item {
        position: relative;
        flex: calc(100% / 2 - 30px / 2) 0 0;
    }
}

@media screen and (min-width:800px) and (max-width:1050px) {
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 30px;
    }
  /*  body.vrpark-page.dark-theme .cashback-wrap-image {
        width: 200px;
        right: calc(100% - 69px);
    } */
}

@media screen and (max-width:700px){
    body.dark-theme .js__adv--banner__absolute, body.dark-theme .js__fnc--slider--inner__absolute, body.dark-theme .js__fnc--slider--inner__relative {
        height: 550px !important;
    }
    body.extremepark-page .hero-shape-3,
    body.extremepark-page .hero-shape-4{
        width: 20%;
    }
    #extreme-park-advantages .advantages-item {
        flex: 100% 0 0;
    }
    body.dark-theme .party-form#schedule-training {
        margin-bottom: 55px !important;
    }
    #extreme-park-advantages .advantages-item-icon {
        margin-top: -80px;
        max-width: 160px;
    }
    .advantages-wrap {
        gap: 80px 20px;
    }
    .rollerdrom-shape-1{
        display:none;
    }
    #extreme-park-gallery .container:before {
        right: 40px;
        width: 35px;
        top: -78px;
    }
    .rollerdrom-gallery-item-image {
        height: 400px;
    }
    .rollerdrom-shape-2 {
        width: 15%;
    }
    .prices-list-item {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #extreme-park-prices .prices-list-item-image,
    .prices-list-item-image {
        height: 250px;
        width: 100%;
    }
    .prices-list-item-text {
        gap: 12px;
    }
    .prices-list-item-name {
        margin-bottom: 0;
    }
    .birth-prices-column-1 .prices__item {
        gap: 12px;
        flex-direction: column;
    }
    .birth-prices-column-1 .prices__item .prices__item-name .prices__item-name__title {
        margin: 0 0 6px;
    }
    .birth-prices-column-1 .prices__item-name__price {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    .birth-prices-column-1 .prices__item-name__price div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 6px;
    }
    .birth-prices-wrap > div {
        padding: 24px;
    }
    .birth-prices-wrap > div.birth-prices-column-2{
        padding: 0;
        border-radius: 0;
        border: none;
        background: transparent;
        box-shadow:  none;
    }
    .birth-bottom-text {
        font-size: var(--h6-size);
    }
    .birth-prices-column-2 ol li {
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
    }
    .birth-prices-column-2 ol li span:first-child {
        width: 74px;
    }
    .birth-prices-column-2 ol li span:last-child {
        padding-left: 0;
        flex: 100% 0 0;
        border: none !important;
    }
    .birth-prices-column-2 ol li span:first-child:before {
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: left center;
    }
    .birth-bottom-text {
        padding: 24px;
        font-size: var(--text-size);
        line-height: normal;
    }
    .birth-prices-column-1 .prices__item:nth-child(2){
        padding-top:0;
    }
    .extreme-park__group-visit .heading .heading-large-text, .howitworks-group-visit .heading .heading-large-text {
        font-size: var(--h2-size);
    }
    .extreme-park__group-visit-wrap .img-block {
        height: 280px;
    }
    .extreme-park__group-visit-text-wrap {
        margin-bottom: 30px;
        gap: 12px;
        flex-direction: column;
    }
    .extreme-park__group-visit-text p {
        font-size: var(--text-size);
        line-height: normal;
    }
    .howitworks-wrap-video {
        height: 300px;
    }
    .party-form-overlay .party-form {
        margin: 80px 0 40px !important;
    }
    body.rollerdrom-page .hero-shape-3 {
        top: -45px;
        width: 20%;
    }
    body.rollerdrom-page .hero-shape-4 {
        bottom: -45px;
        width: 20%;
    }
    .advantages-item {
        flex: 100% 0 0;
    }
    #rollerdrom-advantages img{
        max-width: 180px;
    }
    .advantages-item-text {
        white-space: normal;
    }
    .rollerdrom-gallery-item-image {
        border-radius: 20px;
    }
    .prices-list-item-image {
        width: 100%;
    }
    .training-item {
        flex: 100% 0 0;
    }
    .training-prices-button .btn{
        white-space: nowrap;
    }
    .birth-prices-column-1 .prices__item .prices__item-name .prices__item-name__title,
    .birth-prices-column-1  .prices__item-name__short-description {
        text-align: center;
    }
    .birth-prices-column-1 .prices__item-name__price {
        justify-content: center;
    }
    .birth-prices-shape-1 {
        right: 0;
        top: 70%;
        width: 20%;
    }
    body.dark-theme.vrpark-page .js__adv--banner__absolute, body.dark-theme.vrpark-page .js__fnc--slider--inner__absolute, body.dark-theme.vrpark-page .js__fnc--slider--inner__relative {
        height: calc(100vh - 100px) !important;
        max-height: 782px;
        min-height: 500px;
    }
    .games-list-item-wrap {
        position: relative;
        flex: 100% 0 0;
        max-width: 400px;
    }
    .games-list-wrap {
        justify-content: center;
    }
    .rollerdrom-gallery-slider {
        width: calc(100vw - 40px);
    }
    .cashback-wrap-image {
        width: 200px;
    }
    .faq#faq-vr-park {
        padding-bottom: 200px;
    }
.rollerdrom-gallery-item-image {
        height: 400px;
        width: 100%;
    }
    .rollerdrom-gallery-slider {
        width: calc(100vw - 80px);
        margin: 0 auto;
    }
    .games-list-shape-1{
        display: none;
    }
    body.vrpark-page.dark-theme footer:after {
        width: calc(615px / 1920px * 100vw);
    }
    body.vrpark-page.dark-theme .cashback .heading h2 {
        font-size: var(--h2-size);
    }
    .smile-extreme-item {
        margin: 0 auto;
        position: relative;
        flex: 100% 0 0;
        max-width: 400px;
    }
    .service-icon {
        min-width: 70px;
        height: 70px;
    }
    .smile-extreme-item__name {
        height: 70px;
        left:10px;
        bottom:10px;
        right:10px;
    }
    .center-chapters.center-chapters-smile-extreme {
        margin-top: 50px;
    }
    .smile-extreme-item__image {
        height: 350px;
    }

}

@media screen and (max-width:600px){
    .rollerdrom-gallery-slider {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:500px){
    body.dark-theme header:before {
        background-image: url(/images/bg-header-mobile-dark-theme.svg);
    }
    body.dark-theme footer:after {
        left: auto;
        bottom: -90px;
        right: -100px;
    }    
    .training-shape-2 {
        width: 40%;
    }
    body.dark-theme.vrpark-page .js__adv--banner__absolute {
        padding: 145px 0 80px;
    }
    body.dark-theme.vrpark-page .fnc--slider--inner__text :is(h1, h2) {
        font-size: var(--h6-size);
    }
    body.dark-theme.vrpark-page .fnc--slider--inner__text :is(h1, h2) br{
        display:none
    }
    body.dark-theme.vrpark-page .fnc--slider--inner__text .gradient-text {
        font-size: var(--h1-size);
    }
    body.vrpark-page.dark-theme .bg-cashback {
        bottom: 36px;
    }
    .bg-faq-phones {
        background-image: url(/images/vr-park/bg-faq-phones.svg);
    }
    .gradient-vr br{
        display:none
    }
    
    .rollerdrom-gallery-slider {
        width: calc(100vw - 80px);
        margin: 0 auto;
    }
}

@media screen and (max-width:375px){
    #schedule-training .party-form-item .btn {
        font-size: 13px;
    }
    .rollerdrom-gallery {
        padding: 0 0 0;
    }
        
    .boxes {
        margin-top: 0;
    }

}