/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9911.5
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 6px;}
::-webkit-scrollbar-track {  background-color: #1d0c40;}
::-webkit-scrollbar-track-piece { background-color: #1d0c40}
::-webkit-scrollbar-thumb { height: 8px; width: 8px; background-color: #af57db; border-radius: 4px;}
::-webkit-scrollbar-corner { background-color: #af57db;}
*::selection {
    color: #09fbd3;
    background: #552aa7;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.d-none{
    display: none;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

:root{
    --wp--preset--spacing--50: 16px;
    --wp--preset--spacing--70: 25px;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --swiper-pagination-color: linear-gradient(172deg, #fe53bb 0%, #09fbd3 100%);
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 2px;
    --swiper-pagination-bullet-inactive-color: #8c8c8c;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-sides-offset: 5px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-size: 60px;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    height: 100%;
    line-height: 1.4;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Inter', sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
    background-color: #1d0c40;
    background-image: url("/images/bg_page_mobi.webp");
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    line-height: 1.4;
}
#container{
    flex: 1 0 auto;
    width: 100%;
}
.wp-block-cover, .wp-block-cover-image{
    min-height: auto;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #fff;
}
p{
    margin-top: 0;
    margin-bottom: 1em;
}
p:last-child{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .6em;
}
.title-block,h1,.h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    /*text-shadow: 4px 4px 6px #6041ff, 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);*/
    filter: drop-shadow(0px 0px 6px #6041ff);
    margin-bottom: 16px;
    background-image: linear-gradient(63deg, #4d80df 0%, #c548d9 21.63%, #af57db 50%, #eba17b 73.08%, #ffefb2 97.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2,.h2{
    font-size: 20px;
    margin-bottom: 24px;
}
.title-small,
h3, .h3{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
}
.wp-block-image:last-child{
    margin-bottom: 0;
}
.wp-block-image .wp-element-caption{
    margin-bottom: 0;
    margin-top: 1em;
}
.is-style-p-block, .page-content{
    padding-top: 32px;
    padding-bottom: 32px;
}
.is-style-p-bot{
    padding-bottom: 32px;
}
.is-style-p-top{
    padding-top: 32px;
}
.swiper-pagination{
    position: relative;
    bottom: auto!important;
    left: auto!important;
    top: auto!important;
    margin-top: 16px;
    line-height: 0;
}
.swiper-button-next,
.swiper-button-prev{
    width: var(--swiper-navigation-size);
    border-radius: 50%;
    box-shadow: 0 0 6px 0 #6041ff, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.swiper-navigation-disabled ~ .swiper-button-next,
.swiper-navigation-disabled ~ .swiper-button-prev{
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before{
    position: relative;
    content: '';
    display: block;
    height: 100%;
    background-image: url("/images/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    border-radius: 50%;
    transition: .2s;
}
.swiper-button-prev:before{
    transform: rotate(180deg);
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before{
    background-image: url("/images/next-h.svg");
}
.row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.container{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    --container-width: 100%;
    position: relative;
}
.align-items-center{
    align-items: center;
}

#header{
    position: sticky;
    top: 0;
    box-shadow: 0 20px 140px -10px rgba(154, 167, 193, 0.3);
    background: #1d0b3e;
    z-index: 150;
}
#header .row{
    padding-top: 10px;
    padding-bottom: 10px;
}
.row > *{
    width: auto;
}
#header .col-logo{
    flex: 1 0 0%;
    width: auto;
}
#header .col-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #e8e8e8;
    font-family: "Inter", sans-serif;
    justify-content: center;
}
#header .col-menu a:hover{
    color: #09FBD3;
}
#header .col-menu a:active{
    color: #FE53BB
}
#header .top-line:before,
#header .top-line:after{
    content: '';
    display: block;
    height: 2px;
    opacity: .6;
    background: linear-gradient(67deg, rgba(106, 190, 226, 0.6) 0%, rgba(254, 83, 187, 0.6) 10.1%, rgba(254, 83, 187, 0.6) 24.52%, rgba(251, 224, 147, 0.6) 73.08%, rgba(254, 95, 56, 0.6) 100%);
}
.scroll-anchor{
    position: absolute;
    top: -150px;
    left: 0;
}
.slider-tarifs,
.block-games,
.block-maps{
    position: relative;
}
.marker-class{
    width: 100px;
    height: 100px;
    background-color: #eee;
}
#footer, .footerm{
    position: relative;
    background: #14092b;
}
#footer .copyright,
.footerm .copyright{
    font-size: 14px;
    line-height: 120%;
    color: rgba(250, 250, 250, 0.6);
    margin-top: 16px;
}
#footer .col-contacts,
.footerm{
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
}
#footer .col-contacts .social,
.footerm .social{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 16px;
}
#footer .col-contacts .social a,
.footerm .social a{
    transition: .2s;
}
#footer .col-contacts .social a:hover,
.footerm .social a:hover{
    opacity: .7;
}
#footer .contacts .title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.22;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.3) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 16px;
}
.footerm .contacts .title{
    display: none;
}
#footer .contacts,
.footerm .contacts{
    font-size: 18px;
    color: #fafafa;
    font-family: "Exo 2", sans-serif;
}
#footer .contact-item+.contact-item,
.footerm .contact-item+.contact-item{
    margin-top: 10px;
}

.swiper-slider{
    position: relative;
}
.swiper-slider .swiper .swiper-wrapper{
    align-items: center;
}
.swiper-slider .swiper .swiper-slide{
    height: auto;
}

.block-slider-gallery .image{
    position: relative;
    display: block;
    background: linear-gradient(115deg, rgba(254, 83, 187, 0.5) 0%, rgba(9, 251, 211, 0.5) 100%);
    border-radius: 10px;
}
.block-slider-gallery .image img{
    border-radius: 10px;
    border: 1px solid transparent;
}
.block-slider-gallery .swiper-slide,
.block-games .swiper-slide{
    position: relative;
}
.block-slider-gallery .swiper-slide:before,
.block-games .swiper-slide .image:before,
.wp-block-image.is-style-default:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    background: linear-gradient(115deg, rgba(254, 83, 187, 0.5) 0%, rgba(9, 251, 211, 0.5) 100%);
    border-radius: 20px;
}
.wp-block-lazyblock-slider-gallery,
.wp-block-lazyblock-games{
    overflow: hidden;
}
.wp-block-lazyblock-slider-gallery .swiper,
.wp-block-lazyblock-games .swiper{
    overflow: visible;
}

.block-games .image,
.wp-block-image.is-style-default{
    position: relative;
    border-radius: 10px;
    background: linear-gradient(115deg, rgba(254, 83, 187, 0.5) 0%, rgba(9, 251, 211, 0.5) 100%);
}
.lightbox-image-container>.wp-block-image.is-style-default{
	background:none;
}
.lightbox-image-container>.wp-block-image.is-style-default:before{
	display: none;
}
.block-games .image img,
.wp-block-image.is-style-default img{
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
}
.block-games .swiper-slide .image:before{
    display: none;
}
.block-games .title{
    font-family: 'Exo 2', sans-serif;
    position: relative;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: rgba(217, 217, 217, 0.9);
    margin-top: 10px;
}
.block-games .swiper-slider .swiper .swiper-wrapper{
    align-items: flex-start;
}
.block-games .bottom-text{
    display: none;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(63deg, #4d80df 0%, #c548d9 21.63%, #af57db 50%, #eba17b 73.08%, #ffefb2 97.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*text-shadow: 0 0 6px #6041ff, 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);*/
    filter: drop-shadow(0px 0px 6px #6041ff);
    margin-top: 16px;
}
.block-games .bottom-text strong{
    font-weight: 400;
    font-size: 1.56em;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 50%!important;
}

.blocks-icon-text .panel{
    --border-radius-panel: 32px;
    position: relative;
    border-radius: var(--border-radius-panel, 32px);
    background: linear-gradient(0deg, rgba(120, 101, 223, 0.75) 0%, rgba(120, 101, 223, 0.25) 100%);
    margin-top: 82px;
}
.blocks-icon-text .panel:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: var(--border-radius-panel, 32px);
    background-color: #1d0c40;
    background-clip: padding-box;
}
.blocks-icon-text .panel .bg{
    border-radius: 32px;
    border: 2px solid transparent;
    background: rgba(120, 101, 223, 0.1);
    background-clip: padding-box;
    padding: 74px 20px 32px;
    position: relative;
    overflow: hidden;
}
.blocks-icon-text .panel .bg:before,
.blocks-icon-text .panel .bg:after{
    content: '';
    display: block;
    position: absolute;
}
.blocks-icon-text .panel .bg:before{
    left: 40%;
    width: 30%;
    height: 200%;
    top: 0;
    background: radial-gradient(rgba(133, 115, 230, 0.8) 0, rgba(133, 115, 230, 0.06) 100%);
    filter: blur(60px);
    transform: rotate(-45deg);
}
.blocks-icon-text .panel .bg:after{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/style/stars_1.webp");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--border-radius-panel,32px);
}
.blocks-icon-text .panel .image{
    position: absolute;
    left: 0;
    width: 100%;
    height: 160px;
    top: -81px;
    z-index: 10;
}
.blocks-icon-text .panel .image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.blocks-icon-text .panel .text{
    font-family: 'Exo 2', sans-serif;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: rgba(217, 217, 217, 0.9);
    position: relative;
}
.blocks-icon-text .swiper-slide:nth-child(2) .panel .bg:after {
    background-image: url("/images/style/stars_2.webp");
}
.blocks-icon-text .swiper-slide:nth-child(3) .panel .bg:after {
    background-image: url("/images/style/stars_3.webp");
}

.blocks-icon-text .swiper-slide:nth-child(2) .panel .bg:before{
    background: radial-gradient(rgba(62, 197, 255, 0.8) 0, rgba(62, 197, 255, 0.06) 100%);
}
.blocks-icon-text .swiper-slide:nth-child(3) .panel .bg:before{
    background: radial-gradient(rgba(158, 255, 62, 0.8) 0, rgba(158, 255, 62, 0.06) 100%);
}
.blocks-icon-text .swiper-slide:nth-child(2) .panel .bg{
    background: rgba(62, 197, 255, 0.1);
}
.blocks-icon-text .swiper-slide:nth-child(3) .panel .bg{
    background: rgba(158, 255, 62, 0.1);
}
.blocks-icon-text .swiper-slide:nth-child(2) .panel{
    background: linear-gradient(0deg, rgba(62, 197, 255, 0.75) 0%, rgba(62, 197, 255, 0.25) 100%);
}
.blocks-icon-text .swiper-slide:nth-child(3) .panel{
    background: linear-gradient(0deg, rgba(158, 255, 62, 0.75) 0%, rgba(158, 255, 62, 0.25) 100%);
}

.slider-tarifs .panel{
    --border-radius-panel: 32px;
    position: relative;
    border-radius: var(--border-radius-panel, 32px);
    background: linear-gradient(0deg, #1d0c40 20%, #8573E6 100%);
    font-family: "Exo 2", sans-serif;
}
.slider-tarifs .panel:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: var(--border-radius-panel, 32px);
    background-color: #1d0c40;
    background-clip: padding-box;
}
.slider-tarifs .panel .bg{
    border-radius: 32px;
    border: 2px solid transparent;
    background: rgba(133, 115, 230, 0.1);
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}
.slider-tarifs .panel .bg:before,
.slider-tarifs .panel .bg:after{
    content: '';
    display: block;
    position: absolute;
}
.slider-tarifs .panel .bg:before{
    left: 30%;
    width: 26%;
    height: 120%;
    top: -10%;
    background: radial-gradient(rgba(133, 115, 230, 0.7) 0, rgba(133, 115, 230, 0.06) 100%);
    filter: blur(70px);
    transform: rotate(30deg);
    z-index: 4;
}
.slider-tarifs .panel .bg:after{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/style/p_1.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-radius-panel,32px);
    z-index: 3;
}
.slider-tarifs .panel .bg .text{
    position: relative;
    z-index: 5;
    padding: 35px 20px;
    text-align: center;
}
.slider-tarifs .panel .title{
    font-weight: 500;
    font-size: 42px;
    background: linear-gradient(180deg, #fff 40%, rgba(255, 255, 255, 0.1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);*/
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
    line-height: 1.2;
}
.slider-tarifs .panel .price{
    color: rgba(217, 217, 217, 0.9);
    font-size: 24px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    line-height: 1.12;
}
.slider-tarifs .panel .night{
    margin-top: 30px;
}
.slider-tarifs .panel .night-title{
    font-weight: 500;
    font-size: 24px;
    background: linear-gradient(180deg, #fff 40%, rgba(255, 255, 255, 0.1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    font-family: "Exo", sans-serif;
}
.slider-tarifs .panel .val{
    font-size: 24px;
    color: rgba(217, 217, 217, 0.9);
}
.slider-tarifs .swiper-slide:nth-child(2) .panel .bg:after {
    background-image: url("/images/style/p_2.webp");
}
.slider-tarifs .swiper-slide:nth-child(3) .panel .bg:after {
    background-image: url("/images/style/p_3.webp");
}
.slider-tarifs .swiper-slide:nth-child(4) .panel .bg:after {
    background-image: url("/images/style/p_4.webp");
}
.slider-tarifs .swiper-slide:nth-child(2) .panel .bg:before{
    background: radial-gradient(rgba(62, 197, 255, 0.7) 0, rgba(62, 197, 255, 0.06) 100%);
}
.slider-tarifs .swiper-slide:nth-child(3) .panel .bg:before{
    background: radial-gradient(rgba(158, 255, 62, 0.7) 0, rgba(158, 255, 62, 0.06) 100%);
}
.slider-tarifs .swiper-slide:nth-child(4) .panel .bg:before{
    background: radial-gradient(rgba(255, 170, 62, 0.7) 0, rgba(255, 170, 62, 0.06) 100%);
}
.slider-tarifs .swiper-slide:nth-child(2) .panel .bg{
    background: rgba(62, 197, 255, 0.1);
}
.slider-tarifs .swiper-slide:nth-child(3) .panel .bg{
    background: rgba(158, 255, 62, 0.1);
}
.slider-tarifs .swiper-slide:nth-child(4) .panel .bg{
    background: rgba(255, 170, 62, 0.1);
}
.slider-tarifs .swiper-slide:nth-child(2) .panel{
    background: linear-gradient(0deg, #1d0c40 20%, #3EC5FF 100%);
}
.slider-tarifs .swiper-slide:nth-child(3) .panel{
    background: linear-gradient(0deg, #1d0c40 20%, #9EFF3E 100%);
}
.slider-tarifs .swiper-slide:nth-child(4) .panel{
    background: linear-gradient(0deg, #1d0c40 20%, #FFAA3E 100%);
}

.block-maps .panel{
    text-align: center;
}

.tabs-block .tab-pages{
    margin-top: 16px;
}
.tabs-block .item-tab:not(.active){
    display: none;
}
.tabs-block .tab-nav{
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
}
.tabs-block .item-tab-btn{
    flex: 0 0 auto;
    background-color: rgba(154, 144, 144, 0.2);
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    min-width: 140px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-family: "Exo 2", sans-serif;
}
.tabs-block .item-tab-btn .bg{
    display: block;
    position: relative;
}
.tabs-block .item-tab-btn .text{
    position: relative;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 4px 10px;
}
.tabs-block .item-tab-btn:first-child,
.tabs-block .item-tab-btn:first-child .bg{
    border-radius: 6px 0 0 6px;
}
.tabs-block .item-tab-btn:last-child,
.tabs-block .item-tab-btn:last-child .bg{
    border-radius: 0 6px 6px 0;
}
.tabs-block .item-tab-btn .bg{
    background-color: #1d0c40;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.tabs-block .item-tab-btn:hover .text,
.tabs-block .item-tab-btn.active .text{
    color: #fff;
}
.tabs-block .item-tab-btn:hover{
    background-color: #fff;
}
.tabs-block .item-tab-btn.active{
    background-image: linear-gradient(145deg,#FE53BB,#09FBD3);
}
.tabs-block .item-tab-btn.active .bg:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    filter: blur(30px);
    background: linear-gradient(90deg, #fe53bb 0%, #09fbd3 100%);
}

.block-devices .row-prop{
    gap: 32px 0;
}
.block-devices .col-image{
    display: none;
}
.block-devices .col-image img{
    width: 100%;
}
.block-devices .panel{
    position: relative;
    border-radius: var(--border-radius-panel, 32px);
    background: linear-gradient(0deg, rgba(120, 101, 223, 0.8) 0%, rgba(120, 101, 223, .1) 100%);
}
.block-devices .panel:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 32px;
    background-color: #1d0c40;
    background-clip: padding-box;
}
.block-devices .panel .bg{
    position: relative;
    border: 1px solid transparent;
    border-radius: 32px;
    padding: 20px;
    background: rgba(133, 115, 230, 0.1);
}
.block-devices .panel .title-col{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}
.block-devices .panel .item-prop{
    font-family: "Exo 2", sans-serif;
}
.block-devices .panel .item-prop + .item-prop{
    margin-top: 8px;
}
.block-devices .panel .item-prop .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    color: #8573e6;
    margin-bottom: 8px;
}
.block-devices .panel .item-prop .value{
    font-weight: 400;
    font-size: 20px;
    color: #fafafa;
}
.block-maps .btn-line{
    margin-top: 16px;
    text-align: center;
}
.btn-base{
    display: inline-block;
    border-radius: 8px;
    box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.6), 0 10px 60px 0 rgba(174, 113, 41, 0.8), 0 20px 60px 0 rgba(232, 205, 110, 0.2), -20px -20px 50px 0 rgba(211, 70, 155, 0.4);
    background-image: radial-gradient(178.09% 220.16% at 94.89% -132.81%, #ff7a00 67.59%, rgba(255, 199, 0, 0.38) 100%), radial-gradient(137.51% 118.3% at 32.95% 0%, rgba(255, 137, 137, 0.92) 21.25%, rgba(255, 169, 106, 0.57) 88.62%), radial-gradient(182.56% 55.34% at 5.68% 100%, rgba(246, 251, 34, 0.51) 0%, rgba(255, 158, 69, 0) 100%), radial-gradient(238.39% 44.19% at 96.59% 31.25%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 10px 32px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    transition: .2s;
}
.btn-base:hover{
    box-shadow: none;
}
.btn-base span{
    position: relative;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.bn-home{
    padding-bottom: 32px;
}
.bn-home .image{
    position: relative;
    overflow: hidden;
}
.bn-home .image img{
    width: 100%;
}
.bn-home .image .desctop{
    display: none;
}
.bn-home .image:before,
.bn-home .image:after,
.bn-home .image .left-style,
.bn-home .image .right-style{
    content: '';
    display: block;
    width: 100%;
    height: 32%;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, #1d0c40 0%, rgba(29, 12, 64, 0) 100%);
}
.bn-home .image .left-style,
.bn-home .image .right-style{
    display: none;
}
.bn-home .image:before{
    top: 0;
    background: linear-gradient(180deg, #1d0c40 0%, rgba(29, 12, 64, 0) 100%);
}
.bn-home .image:after{
    bottom: 0;
}
.bn-home .title-line{
    font-weight: 600;
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(120deg, #4d80df 0%, #c548d9 26.63%, #af57db 50%, #eba17b 73.08%, #ffefb2 97.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 6px #6041ff);
    margin-bottom: 0;
}
.bn-home .btn-line{
    margin-top: 16px;
    text-align: center;
}
.bn-home .container.info{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -26%;
}
.menu-mobi-site{
    display: none;
    background-color: rgba(29, 12, 64, 0);
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    transition: .5s;
}
.menu-mobi-site .menu-col{
    width: 360px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: #1d0c40;
    background-image: url("/images/bg_page_mobi.webp");
    color: #fff;
}
.menu-mobi-site .bodym{
    font-weight: 500;
    font-size: 22px;
    flex: 1 0 auto;
    line-height: 1.4;
    text-align: center;
    color: #e8e8e8;
    padding: 32px 20px;
}
.footerm{
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-mobi-site .bodym ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-mobi-site .bodym ul li+ li{
    margin-top: 16px;
}
.menu-mobi-site .bodym .btn-line{
    margin-top: 24px;
}
.menu-mobi-site .headerm{
    padding: 10px 20px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    position: sticky;
    top: 0;
    box-shadow: 0 20px 140px -10px rgba(154, 167, 193, 0.3);
    background-color: #1d0c40;
    background-image: url("/images/bg_page_mobi.webp");
    z-index: 10;
}
.menu-mobi-site .headerm .logo-block{
    flex: 1 0 0%;
}
.menu-mobi-site .headerm .btn-close{
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
    padding: 0;
    background: none;
    cursor: pointer;
}
.menu-mobi-site .headerm:after{
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(67deg, rgba(106, 190, 226, 0) 0%, rgba(254, 83, 187, 0.6) 10.1%, rgba(254, 83, 187, 0.6) 24.52%, rgba(251, 224, 147, 0.6) 73.08%, rgba(254, 95, 56, 0) 100%);
}
.menu-mobi-site .headerm .btn-close:active{
    opacity: .7;
}
#map .image {
    transition: scale 0.3s ease-out;
}

#map .image:hover {
    scale: 1.1;
}

#map .marker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -100%);
}

#map .marker{
    overflow: hidden;
    width: 122px;
    display: flex;
    justify-content: center;
    transition: border-width 0.3s linear;
    box-sizing: content-box;
}

#map .marker:hover {
    border-width: 2px;
    box-shadow: 0px 2px 4px 0px #5f698333;
}

#map .marker-text{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    top: -50px;
    position: absolute;
    min-width: 200px;
    text-align: center;
    background-color: #1d0c40;
    border-radius: 8px;
    transition: all 0.3s ease-out;
}

#map .marker-text.visible {
    opacity: 1;
    padding: 4px 8px;
    transform: translateY(0);
}

#map .marker-text.hidden {
    opacity: 0;
    padding: 4px 0;
    transform: translateY(4px);
}
@media (min-width: 360px) {
    .title-block,h1,.h1{
        font-size: 32px;
    }
    .bn-home .title-line{
        font-size: 24px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        --container-width: 540px;
    }
    .title-block,h1,.h1{
        font-size: 38px;
    }
    .block-devices .col-config{
        width: 50%;
    }
    .bn-home .title-line {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        --container-width: 720px;
    }
    .title-block,h1,.h1{
        font-size: 42px;
        margin-bottom: 32px;
    }
    .bn-home .image .desctop{
        display: block;
    }
    .bn-home .image .mobi{
        display: none;
    }
    .bn-home .container.info {
        margin-top: -24%;
    }
    .bn-home .image:before, .bn-home .image:after{
        height: 15.5%;
    }
    .bn-home .title-line{
        font-size: 40px;
    }
    #footer{
        position: relative;
        overflow: hidden;
    }
    #footer .map{
        width: 50%!important;
        right: 0;
        height: 100%!important;
        position: absolute;
        z-index: 10;
    }
    #footer .container .col-contacts{
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: left;
        width: 50%;
        padding-right: 16px;
    }
    #footer .col-contacts .social{
        justify-content: flex-start;
    }
    #footer .contacts .title{
        font-size: 30px;
    }
    #footer .contacts{
        font-size: 20px;
    }
    #footer .copyright{
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    :root{
        --swiper-pagination-bullet-horizontal-gap: 6px;
        --swiper-pagination-bullet-width: 40px;
        --swiper-pagination-bullet-height: 4px;
    }
    body{
        background-image: url("/images/bg_page.webp");
    }
    .container {
        max-width: 960px;
        --container-width: 960px;
    }
    .swiper-pagination{
        margin-top: 32px;
    }
    #header .logo{
        position: relative;
    }
    #header .logo .bg-blur{
        position: absolute;
        left: 0;
        top: 0;
        filter: blur(30px);
    }
    #header .logo .base{
        position: relative;
    }
    #header .col-logo{
        flex: 0 0 auto;
    }
    #header .col-logo,
    #header .col-btn{
        width: 240px;
    }
    #header .col-btn{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    #header .col-btn-menu{
        display: none;
    }
    #header .col-menu{
        flex: 1 0 0%;
    }
    body.page-template-home #header{
        margin-bottom: -95px;
    }
    #header{
        top: 25px;
        background-color: transparent;
        box-shadow: none;
    }
    #header .row{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header .col-btn a{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        width: 196px;
        height: 46px;
        line-height: 24px;
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        background-image: url("/images/btn/header.png");
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: 0s;
    }
    #header .col-btn a:hover,
    #header .col-btn a:active{
        background-image: url("/images/btn/header_h.png");
    }
    #header .col-btn a>span{
        background-image: linear-gradient(168deg, #ff6039 0%, #c9b95f 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        transition: 0s;
    }
    #header .col-btn a:hover>span,
    #header .col-btn a:active>span{
        background-image: linear-gradient(128deg, #fe53bb 0%, #09fbd3 100%);
        /*text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);*/
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    }
    #header .col-btn a:before{
        content: '';
        display: block;
        position: absolute;
        border-radius: 20px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(30px);
        background: linear-gradient(168deg, rgba(255, 96, 57, 0.5) 0%, rgba(201, 185, 95, 0.5) 100%);
    }
    #header .col-btn a:hover:before,
    #header .col-btn a:active:before{
        background: linear-gradient(128deg, #fe53bb 0%, #09fbd3 100%);
    }
    body.scroll-page #header{
        background-color: rgba(29, 12, 64, 0.7);
        backdrop-filter: blur(6px);
    }
    .title-block,h1,.h1{
        font-size: 48px;
    }
    .is-style-p-block, .page-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .is-style-p-bot{
        padding-bottom: 40px;
    }
    .is-style-p-top{
        padding-top: 40px;
    }
    .block-slider-gallery .image,
    .block-slider-gallery .image img,
	.wp-block-image.is-style-default,
	.wp-block-image.is-style-default img{
        border-radius: 20px;
    }
    .block-slider-gallery .swiper-slide:before{
        filter: blur(30px);
    }
    .block-games .swiper-slide .image:before,
	.wp-block-image.is-style-default:before{
        display: block;
        height: auto;
        width: auto;
        left: -10px;
        top: -10px;
        bottom: -5px;
        right: -10px;
        filter: blur(10px);
    }
    .block-games .bottom-text{
        display: block;
    }
    .blocks-icon-text .panel .text{
        font-size: 34px;
    }
    .tabs-block .tab-pages{
        margin-top: 32px;
    }
    .tabs-block .item-tab-btn .text{
        padding: 8px 20px;
    }
    .tabs-block .item-tab-btn{
        font-size: 24px;
        min-width: 226px;
    }
    .tabs-block .item-tab-btn:first-child,
    .tabs-block .item-tab-btn:first-child .bg{
        border-radius: 10px 0 0 10px;
    }
    .tabs-block .item-tab-btn:last-child,
    .tabs-block .item-tab-btn:last-child .bg{
        border-radius: 0 10px 10px 0;
    }
    .block-devices .panel .title-col{
        margin-bottom: 16px;
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .4) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .block-devices .panel .item-prop .name{
        font-size: 20px;
        line-height: 1;
    }
    .block-devices .panel .item-prop .value{
        font-size: 24px;
    }
    .block-devices .panel .title-col{
        font-size: 30px;
    }
    .block-devices .panel .bg{
        padding: 32px;
    }
    .block-maps .btn-line {
        margin-top: 32px;
    }
    .btn-base{
        font-size: 24px;
        line-height: 30px;
        padding: 18px 78px;
        border-radius: 16px;
    }
    .bn-home .title-line{
        font-size: 50px;
    }
    #footer .contacts .title{
        font-size: 34px;
    }
    #footer .contacts{
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        --container-width: 1140px;
    }
    #header .col-menu ul{
        font-size: 20px;
    }
    #header .col-logo, #header .col-btn{
        width: 308px;
    }
    .title-block,h1,.h1{
        font-size: 52px;
    }
    .is-style-p-block{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .is-style-p-bot{
        padding-bottom: 50px;
    }
    .is-style-p-top{
        padding-top: 50px;
    }
    .block-games .bottom-text{
        font-size: 32px;
        margin-top: 32px;
    }
    .block-slider-gallery .swiper-button-next, .block-slider-gallery .swiper-button-prev{
        margin-top: -49px;
    }
    .blocks-icon-text .panel .text{
        font-size: 30px;
    }
    .block-devices .col-image{
        display: block;
        width: 32%;
    }
    .block-devices .col-config{
        width: 32%;
    }
    .block-devices .col-config:last-child{
        width: 36%;
    }
    .bn-home .title-line{
        font-size: 60px;
    }
    body.page-template-home #header{
        margin-bottom: -99px;
    }
    #footer .contacts .title{
        font-size: 38px;
    }
    #footer .contacts{
        font-size: 24px;
    }
    .block-games .swiper-button-next, .block-games .swiper-button-prev{
        margin-top: 76px;
        top: 0;
    }
}
@media (min-width: 1276px){
    .swiper-slider{
        --swiper-navigation-sides-offset: -76px;
    }
}
@media (min-width: 1466px) {
    body.page-template-home #header{
        margin-bottom: -144px;
    }
    #header{
        top: 50px;
    }
    #header .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container {
        max-width: 1440px;
        --container-width: 1440px;
    }
    #header .col-menu ul{
        gap: 32px;
        font-size: 28px;
    }
    .title-block,h1,.h1{
        font-size: 58px;
    }
    .is-style-p-block, .page-content{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .is-style-p-bot{
        padding-bottom: 64px;
    }
    .is-style-p-top{
        padding-top: 64px;
    }
    .swiper-slider{
        --swiper-navigation-sides-offset: 5px;
    }
    .blocks-icon-text .panel .text{
        font-size: 38px;
    }
    .slider-tarifs .panel .bg .text{
        padding: 20px 20px 45px;
    }
    .slider-tarifs .panel .title{
        font-size: 64px;
    }
    .slider-tarifs .panel .night-title{
        font-size: 34px;
    }
    .slider-tarifs .panel .price,
    .slider-tarifs .panel .val{
        font-size: 34px;
    }
    .block-devices .panel .title-col{
        font-size: 36px;
    }
    .block-devices .panel .item-prop .name{
        font-size: 22px;
    }
    .block-devices .panel .item-prop .value{
        font-size: 28px;
    }
    .block-devices .panel .bg{
        padding: 48px;
    }
    .bn-home .title-line{
        font-size: 70px;
    }
    #footer .contacts .title{
        font-size: 40px;
    }
    #footer .contacts{
        font-size: 26px;
    }
    #footer .container .col-contacts{
        width: 37%;
    }
    #footer .map{
        width: calc( 50% + 182px )!important;
    }
    .block-games .swiper-button-next, .block-games .swiper-button-prev{
        margin-top: 87px;
        top: 0;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1560px;
        --container-width: 1560px;
    }
    .title-block,h1,.h1{
        font-size: 64px;
    }
    .block-games .title{
        font-size: 24px;
    }
    .swiper-slider{
        --swiper-navigation-sides-offset: 5px;
    }
    .blocks-icon-text .panel .text{
        font-size: 42px;
    }
    .slider-tarifs .panel .title{
        font-size: 72px;
    }
    .slider-tarifs .panel .night-title{
        font-size: 38px;
    }
    .slider-tarifs .panel .price,
    .slider-tarifs .panel .val{
        font-size: 40px;
    }
    .block-devices .row-prop.row{
        margin-left: -32px;
        margin-right: -32px;
    }
    .block-devices .row-prop.row>*{
        padding-left: 32px;
        padding-right: 32px;
    }
    .block-devices .panel .bg{
        padding: 64px;
    }
    .block-devices .panel .title-col{
        font-size: 44px;
    }
    .block-devices .panel .item-prop .value{
        font-size: 32px;
    }
    .bn-home .title-line{
        font-size: 80px;
    }
    #footer .contacts .title{
        font-size: 44px;
    }
    #footer .contacts{
        font-size: 28px;
    }
    #footer .map{
        width: calc( 50% + 198px )!important;
    }
    .block-games .swiper-button-next, .block-games .swiper-button-prev{
        margin-top: 99px;
        top: 0;
    }
}
@media (min-width: 1680px){
    .swiper-slider{
        --swiper-navigation-sides-offset: -76px;
    }
}
@media (min-width: 1921px) {
    .bn-home .image{
        width: 1920px;
        margin: 0 auto;
    }
    .bn-home .container.info {
        margin-top: -470px;
    }
    .bn-home .image:before, .bn-home .image:after {
        height: 184px;
    }
    .bn-home .image .left-style,
    .bn-home .image .right-style{
        display: block;
        width: 180px;
        height: 100%;
        background: linear-gradient(90deg, #1d0c40 0%, rgba(29, 12, 64, 0) 100%);
        top: 0;
    }
    .bn-home .image .right-style{
        left: auto;
        right: 0;
        background: linear-gradient(270deg, #1d0c40 0%, rgba(29, 12, 64, 0) 100%);
    }
}
@media (max-width: 991.98px){
    #map .marker{
        width: 74px
    }
    .block-games{
        --swiper-pagination-bullet-width: 40px;
        --swiper-pagination-bullet-height: 4px;
    }
    #header{
        background-color: rgba(29, 12, 64, 0.7);
        backdrop-filter: blur(6px);
    }
    #header .col-menu,
    #header .col-btn,
    #header .logo .bg-blur,
    #header .top-line:before, #header .top-line:after{
        display: none;
    }
    #header .logo img{
        width: 205px;
        height: auto;
    }
    #header:after{
        content:'';
        display: block;
        height: 2px;
        background: linear-gradient(67deg, rgba(106, 190, 226, 0) 0%, rgba(254, 83, 187, 0.6) 10.1%, rgba(254, 83, 187, 0.6) 24.52%, rgba(251, 224, 147, 0.6) 73.08%, rgba(254, 95, 56, 0) 100%);
    }
    .btn-menu-toggle:active{
        opacity: .7;
    }
    .menu-mobi-site{
        display: block;
    }
    body.showmenu{
        overflow: hidden;
    }
    body.showmenu .menu-mobi-site{
        right: 0;
        background-color: rgba(29, 12, 64, 0.8);
    }
}
@media (max-width: 575.98px){
    .block-devices .row-prop>div{
        width: 100%;
    }
}