/* cyrillic-ext */
@font-face {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/568ccc36-0783-4ccb-8cbc-c87c65851a31.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/fe121ead-ad9f-447e-9977-48ea37d30ebe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/8f72220c-e630-4a72-ba38-b710ff43a486.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/0bf58e4c-512d-4dc3-a2ea-f8201e93f9b0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/e1afc72a-c241-40d6-afcd-0fd662c799d3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/2c63a76d-71ba-4903-9734-8415539b27ea.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/269e514a-3100-47e3-87cd-c45046da814e.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/600136f3-5eb1-44de-b83d-fc014011caa1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/30f9f7d3-1ff7-435a-a85e-6522ca519b51.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Заголовок Hero  */
h1, h1.hero,
.WM_GLOBAL_heading54 {
    font-family: Kurale;
    font-weight: 400;
    font-size: 55.68px;
    margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
    h1, h1.hero, .WM_GLOBAL_heading54 {
        font-size: 35.12px;
    }
}

/* основная кнопка */
.button-primary,
.prim .link,
.jrtZw .link {
    border-radius: 50px;
    white-space: nowrap;
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(-180deg, rgb(255, 51, 100) 0%, rgb(229, 40, 92) 96%);
    /*background-position: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial; */
    box-shadow: none;
    width: 100%;
    max-width: 300px;
    padding: 0px 20px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 400;
    /*font-size: 14px;*/
    display: block;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
    text-transform: uppercase;
}
/* дополнительная кнопка  */
.button-secondary,
.cbciXN .link {
    border-radius: 50px;
    white-space: nowrap;
    color: rgb(141, 141, 141) !important;
    background-image: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(247, 237, 238) 96%);
    /*background-position: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial; */
    box-shadow: none;
    width: 100%;
    max-width: 300px;
    padding: 0px 20px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 400;
    /*font-size: 14px;*/
    display: block;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
    text-transform: uppercase;
}

/*  Заголовок блока / На вечеринке вас ждут / О клубе */
h1.block, h2,
.WM_GLOBAL_heading42 {
    font-family: Kurale;
    font-weight: 400;
    font-size: 43.4px;
    margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
    h1.block, h2, .WM_GLOBAL_heading42 {
        font-size: 26.56px;
    }
}

/* подзаголовок / Фичи */
h2.sub, h3,
.WM_GLOBAL_heading20 {
    font-family: Kurale;
    font-weight: 400;
    font-size: 20.56px;
    margin-bottom: 0.3em;
}

p.big,
.WM_GLOBAL_paragraph18 {
    font-family: Baskerville;
    font-weight: 400;
    font-size: 18.56px;
    line-height: 1.4;
}

body, p,
.WM_GLOBAL_paragraph14 {
    font-family: Baskerville;
    font-weight: 400;
    font-size: 18px; /*14.28px;*/
    line-height: 1.4;
}

.eYAdpu {
    word-break: break-word;
    width: 100%;
    padding: 0;
    background-color: #E5285C;
}
.boOCvZ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .boOCvZ {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sub-block-red,
.brHiyA {
    background-color: rgb(229, 40, 92);
    position: relative;
    width: 30%;
    color: white;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 80px 40px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
    .brHiyA {
        width: 100%;
    }
}
.brHiyA h2 {
    color: white;
    font-size: 2.6em;
}

.kBZZnR {
    opacity: 0.2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}



.gDqRWR {
    border-left: 4px solid rgb(229, 40, 92);
    padding: 0px 0px 0px 60px;
}

/* mobile menu */
.mobile-menu .button_container span {
  background-color: rgb(229, 40, 92);
}
.treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
    color: rgb(229, 40, 92) !important;
    text-decoration: none;
}

/* runline */
.pos-rel {
  position: relative;
}
.runline-bg {
    background: linear-gradient(rgba(30, 30, 30, 0.23), rgba(30, 30, 30, 0.23)), url("https://hosting.renderforestsites.com/32036704/1531191/media/372d3d0d4477e9331f0450e41424ef19.jpg") center center / cover no-repeat;
    padding: 40px 0px;
}
.cGlesl {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
    .cGlesl {
        padding: 0px;
    }
}
.klOQRe {
    width: 95%;
    max-width: 1400px;
    margin: 0px auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
    .klOQRe {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media only screen and (max-width: 1440px) {
    .klOQRe {
        width: 90%;
        max-width: 1200px;
    }
}
.byhCXC {
    width: 100%;
    display: flex;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.egOnCS {
    opacity: 0.5;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.bxfjIr .opacity {
    opacity: 0;
    position: absolute;
    user-select: none;
}
.bhKtdT {
    width: max-content;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    animation-name: textRun;
    animation-duration: 7.4875s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.hIcFkc {
    color: rgb(255, 255, 255);
    line-height: 1.8;
    white-space: nowrap;
    margin-bottom: 0px;
    width: max-content;
}
/**/
