a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

*, :after, :before {
    box-sizing: border-box
}

em, i {
    font-style: italic
}

b, strong {
    font-weight: 700
}

img, video {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg {
    vertical-align: middle
}

button {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

button:disabled {
    cursor: default
}

button, input, select, textarea {
    font: inherit
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: none !important
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/subset-Montserrat-Bold.woff2") format("woff2"), url("../fonts/subset-Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Formular";
    src: url("../fonts/subset-Formular-Light.woff2") format("woff2"), url("../fonts/subset-Formular-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/subset-Roboto-Bold.woff2") format("woff2"), url("../fonts/subset-Roboto-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/subset-Roboto-Regular.woff2") format("woff2"), url("../fonts/subset-Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/subset-Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/subset-Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/subset-Montserrat-Light.woff2") format("woff2"), url("../fonts/subset-Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/subset-Roboto-Medium.woff2") format("woff2"), url("../fonts/subset-Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Formular";
    src: url("../fonts/subset-Formular-Bold.woff2") format("woff2"), url("../fonts/subset-Formular-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em
}

::-webkit-scrollbar-thumb {
    background: #C5BB97
}

::-webkit-scrollbar-track {
    background: #4e4e4e
}

body, html {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    left: 0;
    background-color: #1F1E23;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    line-height: 1.4;
    transition: left 0.25s ease;
    will-change: left
}

a {
    color: inherit;
    text-decoration: none
}

a[href^=tel] {
    color: inherit
}

.anchor {
    position: absolute;
    margin-top: -90px
}

.container, .footer__bot-in, .footer__in, .header__in, .intro__in, .intro__top, .social, .staff {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto
}

.faq__title-in, .past-events__title-in, .section__title-in, .staff__info-title-in, .title {
    display: inline-block;
    border-radius: 3px;
    padding: 8px 16px;
    background: linear-gradient(90.78deg, #EDEFEE 2.65%, #D2D8D9 99.71%);
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .faq__title-in, .past-events__title-in, .section__title-in, .staff__info-title-in, .title {
        font-size: 30px
    }
}

.faq__sub-title, .past-events__text, .section__sub-title, .sub-title {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    text-align: center
}

.faq__sub-title, .sub-title_left {
    text-align: left
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 36px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #EDEFEE;
    background-image: linear-gradient(to left, #EDEFEE 0, #D2D8D9 50%, #EDEFEE 75%, #D2D8D9 100%);
    background-size: 200% auto;
    color: #0A0612;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: background-position, color;
    transition-timing-function: ease;
    transition-duration: 0.25s
}

@media (min-width: 576px) {
    .btn {
        height: 46px;
        border-radius: 46px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px
    }
}

.btn:hover {
    background-position: 100% 0;
    color: #0A0612
}

.btn:active {
    color: #0055FD
}

.btn_dark {
    position: relative;
    background-color: #000;
    background-image: none;
    color: #fff;
    border: none;
    transition-property: background-color, color
}

.btn_dark:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background-image: linear-gradient(to left, #CEBF9D 0%, #9B844B 100%)
}

.btn_dark:hover {
    background-color: transparent
}

.btn_gold {
    position: relative;
    background-color: #000;
    color: #fff;
    border: none;
    background-image: linear-gradient(to left, #CEBF9D 0%, #9B844B 50%, #CEBF9D 75%, #9B844B 100%)
}

.btn_gold:hover {
    color: #fff
}

.section {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 992px) {
    .section {
        padding-top: 135px;
        padding-bottom: 135px
    }
}

.section_white {
    background-color: #fff;
    color: #000
}

.section_pt0 {
    padding-top: 0
}

.section_pb0 {
    padding-bottom: 0
}

.section_px {
    padding-right: 15px;
    padding-left: 15px
}

.section:not(.section_white) + .section:not(.section_white) {
    padding-top: 0
}

@media (min-width: 992px) {
    .section_white + .section {
        padding-top: 60px
    }
}

.section__in {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto
}

.section__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .section__title {
        margin-bottom: 86px;
        font-size: 30px
    }
}

h3.section__title {
    margin-bottom: 25px
}

@media (min-width: 992px) {
    h3.section__title {
        margin-bottom: 56px
    }
}

.section__title-grad {
    background: linear-gradient(to right, #9C854D 25.44%, #CCBE9B 54.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section_white .section__title-in {
    background: #000;
    color: #fff
}

.section__title-in_gold {
    background: linear-gradient(270deg, #CEBF9D 0%, #9B844B 100%) !important
}

.section__sub-title {
    margin-top: -20px;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .section__sub-title {
        margin-top: -41px;
        margin-bottom: 86px
    }
}

.tabs {
    padding-right: 15px;
    padding-left: 15px
}

.tabs__index {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .tabs__index {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        margin-bottom: 34px
    }
}

.tabs__index-item {
    display: block;
    border-bottom: 1px solid currentColor;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 576px) {
    .tabs__index-item {
        padding: 0 16px 25px
    }
}

.tabs__index-item:hover, .tabs__index-item_active {
    color: #C5BB97
}

.tabs__index-item_active {
    pointer-events: none;
    cursor: default
}

.tabs__tab {
    display: none
}

.tabs__tab_active {
    display: block
}

.intro {
    min-height: 100vh;
    background-image: url(../img/stars-mob.svg?v=1), url(../img/intro-bg.png);
    background-repeat: no-repeat, repeat;
    background-position: 50% 50%, 50% 50%;
    background-size: 100% auto, auto
}

@media (min-width: 738px) {
    .intro {
        background-image: url(../img/stars.svg?v=1), url(../img/intro-bg.png);
        background-size: auto 100%, auto
    }
}

.intro__in {
    position: relative;
    padding: 10px 15px
}

@media (min-width: 738px) {
    .intro__in {
        padding: 65px 45px
    }
}

@media (max-width: 991px) {
    .intro__in {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh
    }
}

.intro__top {
    position: absolute;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px
}

@media (min-width: 738px) {
    .intro__top {
        padding: 65px 45px
    }
}

.intro__age-limit:before {
    content: "18+"
}

.intro__links {
    display: flex
}

.intro__links-item + .intro__links-item {
    margin-left: 12px
}

.intro__logo {
    display: block;
    width: 100%;
    max-width: 1595px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.intro__info, .intro__slogan, .intro__title {
    position: absolute;
    left: -9999px
}

.intro__info {
    font-size: 43px;
    font-weight: 300;
    font-family: "Formular", sans-serif;
    text-align: center;
    text-transform: uppercase
}

.intro__info-date {
    font-weight: 700
}

.intro__info-place {
    font-weight: 300
}

.intro__slogan {
    margin-top: 5px;
    background: linear-gradient(180deg, #9C854D 25.44%, #CCBE9B 54.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 63px;
    font-weight: 300;
    font-family: "Formular", sans-serif;
    text-align: center;
    text-transform: uppercase
}

.header {
    z-index: 10;
    background-color: #000
}

.header_sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.header__in {
    display: flex;
    align-items: center;
    padding: 10px 15px
}

@media (min-width: 738px) {
    .header__in {
        padding: 17px 45px
    }
}

.header__logo {
    display: block
}

.header__btn {
    margin-left: 38px
}

.header__nav {
    margin-left: auto;
    font-size: 14px;
    color: #ddd
}

@media (max-width: 1439px) {
    .header__nav {
        display: none
    }
}

.header__nav-list {
    display: flex
}

.header__nav-item {
    position: relative
}

.header__nav-item + .header__nav-item {
    margin-left: 29px
}

.header__nav-link {
    white-space: nowrap
}

.header__nav-sub {
    position: absolute;
    top: 100%;
    left: -32px;
    min-width: 100%;
    transform: rotateX(-90deg);
    transition: transform 0.25s linear;
    transform-origin: top;
    padding: 12px 0;
    background-color: #000;
    pointer-events: none
}

:hover > .header__nav-sub {
    transform: rotateX(0deg);
    pointer-events: all
}

.header__nav-sub-link {
    display: block;
    padding: 12px 32px;
    white-space: nowrap
}

.header__social {
    margin-left: 74px
}

@media (max-width: 1439px) {
    .header__social {
        display: none !important
    }
}

.header__menu-btn {
    display: none
}

@media (max-width: 1439px) {
    .header__menu-btn {
        display: block;
        width: 36px;
        height: 36px;
        margin-left: auto;
        background-image: url(../img/burger.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 50% 50%
    }
}

@media (min-width: 738px) {
    .about {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

.about__left {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 738px) {
    .about__left {
        margin-bottom: 0;
        font-size: 30px
    }
}

.about__highlighted {
    border-radius: 3px;
    padding: 0 2px;
    background: linear-gradient(270deg, #CEBF9D 0%, #9B844B 100%);
    color: #fff
}

.about__right {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500
}

.about__right p + p {
    margin-top: 1em
}

.dress-code {
    text-align: center
}

.dress-code__title {
    margin-bottom: 30px;
    color: #C5BB97;
    font-size: 30px;
    font-weight: 300;
    font-family: "Formular", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 1px 44px #C6B690
}

@media (min-width: 992px) {
    .dress-code__title {
        font-size: 70px
    }
}

.program__item {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 738px) {
    .program__item {
        display: flex;
        align-items: center;
        padding: 0
    }
}

.program__item + .program__item {
    margin-top: 46px
}

.program__item:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    margin-top: 23px;
    background-color: rgba(197, 187, 151, 0.3)
}

.program__item:last-child:after {
    content: none
}

.program__time {
    font-size: 34px;
    font-weight: 300;
    text-align: center
}

@media (min-width: 738px) {
    .program__time {
        flex: 0 0 auto;
        width: 180px;
        font-size: 60px
    }
}

@media (min-width: 992px) {
    .program__time {
        width: 370px;
        font-size: 130px
    }
}

.program__name {
    font-size: 22px;
    font-weight: 600;
    text-align: center
}

@media (min-width: 738px) {
    .program__name {
        font-size: 26px;
        padding-left: 40px;
        text-align: left
    }
}

@media (min-width: 992px) {
    .program__name {
        padding-left: 88px;
        font-size: 30px
    }
}

.tickets {
    padding-right: 15px;
    padding-left: 15px
}

.tickets__item {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(270deg, #CEBF9D 0%, #9B844B 100%);
    padding: 32px
}

.tickets__title {
    margin-bottom: 24px;
    color: #14121C;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    text-align: center
}

@media (min-width: 576px) {
    .tickets__title {
        margin-bottom: 30px;
        font-size: 30px
    }
}

.tickets__price {
    margin-bottom: 24px;
    text-align: center
}

@media (min-width: 576px) {
    .tickets__price {
        margin-bottom: 30px
    }
}

.tickets__price-in {
    display: inline-block;
    border-radius: 3px;
    padding: 0 14px;
    background: linear-gradient(270deg, #CEBF9D 0%, #9B844B 100%);
    color: #fff;
    font-size: 24px;
    white-space: nowrap
}

@media (min-width: 576px) {
    .tickets__price-in {
        font-size: 30px
    }
}

.tickets__included {
    margin-bottom: 24px;
    font-size: 14px
}

@media (min-width: 576px) {
    .tickets__included {
        margin-bottom: 30px
    }
}

.tickets__footnote {
    margin-bottom: 30px;
    font-size: 14px
}

.tickets__buy {
    text-align: center
}

.partners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .partners {
        gap: 30px;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 60px
    }
}

@media (min-width: 738px) {
    .partners {
        gap: 40px;
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
        grid-template-columns:repeat(3, 1fr);
        margin-bottom: 125px
    }
}

.partners:last-child {
    margin-bottom: 0
}

.partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEF8FF;
    padding: 8px
}

.social {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.social__item {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px auto, 100% auto;
    padding-bottom: 30%
}

@media (min-width: 738px) {
    .social__item {
        padding-bottom: 25%;
        background-size: 60px auto, 100% auto
    }
}

@media (min-width: 992px) {
    .social__item {
        padding-bottom: 20%
    }
}

@media (min-width: 1280px) {
    .social__item {
        padding-bottom: 13%
    }
}

.social__item_vk {
    background-image: url(../img/vk-lg.svg), linear-gradient(90.78deg, #EDEFEE 2.65%, #D2D8D9 99.71%)
}

.social__item_tg {
    background-image: url(../img/tg-lg.svg), linear-gradient(90.78deg, #EDEFEE 2.65%, #D2D8D9 99.71%)
}

.social-small {
    display: flex
}

.social-small__item + .social-small__item {
    margin-left: 16px
}

.social-small__link {
    display: block;
    width: 26px;
    height: 18px;
    background-repeat: no-repeat
}

.social-small__link_vk {
    background-image: url(../img/vk.svg)
}

.social-small__link_tg {
    background-image: url(../img/tg.svg)
}

@media (min-width: 992px) {
    .staff {
        display: flex;
        align-items: center
    }
}

.staff__info {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .staff__info {
        flex: 0 0 auto;
        width: 50%;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0
    }
}

.staff__info-in {
    position: relative
}

@media (min-width: 992px) {
    .staff__info-in {
        margin-right: auto;
        margin-left: auto;
        width: 60%
    }
}

.staff__info-img {
    position: absolute;
    top: -40%;
    right: -20%;
    z-index: -1;
    pointer-events: none;
    text-align: right
}

.staff__info-title {
    margin-bottom: 43px;
    text-align: center
}

@media (min-width: 992px) {
    .staff__info-title {
        text-align: left
    }
}

.staff__info-text p + p {
    margin-top: 2em
}

.staff__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:repeat(1, 1fr);
    gap: 15px;
    padding: 15px;
    background: linear-gradient(270deg, #CEBF9D 0%, #9B844B 100%)
}

@media (min-width: 576px) {
    .staff__list {
        gap: 18px;
        padding: 18px;
        -ms-grid-columns: 1fr 18px 1fr;
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 992px) {
    .staff__list {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 1440px) {
    .staff__list {
        gap: 18px 54px;
        padding: 18px 54px
    }
}

.staff__list-item {
    position: relative
}

.staff__list-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px
}

@media (min-width: 992px) {
    .staff__list-info {
        padding: 29px 32px
    }
}

.staff__list-position {
    margin-bottom: 14px;
    font-size: 14px
}

.staff__list-name {
    margin-bottom: 12px
}

.staff__list-name-in {
    display: inline-block;
    border-radius: 3px;
    padding: 8px 12px;
    background: linear-gradient(90.78deg, #EDEFEE 2.65%, #D2D8D9 99.71%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    text-transform: uppercase
}

.staff__list-email {
    font-size: 14px
}

.contacts {
    padding-right: 15px;
    padding-left: 15px
}

.contacts__place {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 576px) {
    .contacts__place {
        margin-bottom: 50px;
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .contacts__place {
        margin-bottom: 87px
    }
}

@media (min-width: 576px) {
    .contacts__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
        grid-template-columns:repeat(3, 1fr);
        gap: 0 32px
    }
}

.contacts__list-item {
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .contacts__list-item {
        margin-bottom: 0;
        padding-top: 92px
    }
}

.contacts__list-item_phone {
    background-image: url(../img/contacts-phone.svg)
}

.contacts__list-item_email {
    background-image: url(../img/contacts-email.svg)
}

.contacts__list-item_address {
    background-image: url(../img/contacts-address.svg)
}

.contacts__list-label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

@media (min-width: 576px) {
    .contacts__list-label {
        margin-bottom: 16px
    }
}

.contacts__list-contact {
    font-size: 14px
}

.contacts__parking {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 576px) {
    .contacts__parking {
        margin-top: 55px
    }
}

@media (min-width: 992px) {
    .contacts__parking {
        margin-top: 110px
    }
}

.contacts__toc {
    margin-top: 30px;
    text-align: center
}

@media (min-width: 576px) {
    .contacts__toc {
        margin-top: 50px
    }
}

@media (min-width: 992px) {
    .contacts__toc {
        margin-top: 100px
    }
}

.contacts__toc-link {
    text-decoration: underline
}

.contacts__map {
    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .contacts__map {
        margin-top: 80px
    }
}

@media (min-width: 992px) {
    .contacts__map {
        margin-top: 160px
    }
}

.faq {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .faq {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

.faq__img {
    padding-top: 60px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 992px) {
    .faq__img {
        padding-top: 173px;
        max-width: 100%;
        padding-top: 173px;
        text-align: right
    }
}

.faq__data {
    padding: 60px 0 60px
}

@media (min-width: 992px) {
    .faq__data {
        max-width: 670px;
        padding: 173px 73px 250px;
        border-left: 1px solid rgba(255, 255, 255, 0.1)
    }
}

.faq__title {
    margin-bottom: 43px;
    text-align: center
}

@media (min-width: 992px) {
    .faq__title {
        text-align: left
    }
}

.faq__sub-title {
    margin-bottom: 63px
}

@media (max-width: 991px) {
    .faq__sub-title {
        text-align: center !important
    }
}

.faq__list-item + .faq__list-item {
    margin-top: 58px
}

.faq__list-q {
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

.faq__list-q:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 13px;
    height: 13px;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat
}

.faq__list-item_active .faq__list-q:before {
    background-image: url(../img/minus.svg)
}

.faq__list-a {
    display: none;
    padding-top: 12px;
    font-size: 14px
}

.faq__list-item_active .faq__list-a {
    display: block
}

.faq__list-a p + p {
    margin-top: 1em
}

.faq__list-a p a {
    text-decoration: underline
}

.past-events {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

@media (min-width: 992px) {
    .past-events {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

.past-events_2016 {
    background-image: url(../img/a2016.jpg)
}

.past-events_2017 {
    background-image: url(../img/a2017.jpg)
}

.past-events_2018 {
    background-image: url(../img/a2018.jpg)
}

.past-events_2019 {
    background-image: url(../img/a2019.jpg)
}

.past-events_2020 {
    background-image: url(../img/a2020.jpg)
}

.past-events_2021 {
    background-image: url(../img/a2021.jpg)
}

.past-events:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(20, 18, 28);
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.75s ease
}

.past-events:hover:before {
    opacity: 0.5
}

.past-events__in {
    position: relative;
    text-align: center;
    z-index: 2;
    padding-right: 15px;
    padding-left: 15px
}

.past-events__title {
    margin-bottom: 32px
}

.past-events__play {
    color: #CF8A00
}

.past-events__play-link:hover {
    opacity: 0.85
}

.past-events__btns-btn {
    min-width: 230px;
    margin-bottom: 10px;
    margin-right: 8px;
    margin-left: 8px
}

.photos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px 14px;
    max-width: 193px
}

.footer {
    font-size: 13px
}

.footer__in {
    padding: 10px 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:repeat(1, 1fr);
    gap: 30px
}

@media (min-width: 576px) {
    .footer__in {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 738px) {
    .footer__in {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        padding: 17px 45px
    }
}

@media (min-width: 992px) {
    .footer__in {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (min-width: 1280px) {
    .footer__in {
        gap: 0 28px
    }
}

.footer__logo {
    margin-bottom: 26px
}

.footer__title {
    margin-bottom: 16px;
    border-bottom: 1px solid #232323;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 992px) {
    .footer__title {
        margin-bottom: 36px;
        padding-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .footer__title {
        margin-bottom: 56px;
        padding-bottom: 30px
    }
}

.footer__nav-item + .footer__nav-item {
    margin-top: 5px
}

.footer__nav-item_email {
    padding-left: 24px;
    background-image: url(../img/email-small.svg);
    background-repeat: no-repeat;
    background-position: 0 50%
}

.footer__nav-item_phone {
    padding-left: 24px;
    background-image: url(../img/phone-small.svg);
    background-repeat: no-repeat;
    background-position: 0 50%
}

.footer__bot {
    background-color: #000
}

.footer__bot-in {
    display: flex;
    justify-content: space-between;
    padding: 50px 45px;
    padding: 10px 15px
}

@media (min-width: 738px) {
    .footer__bot-in {
        padding: 50px 45px
    }
}

.text h3, .text h4, .text h5, .text h6 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    color: #C5BB97;
    font-weight: 700
}

.text h3:first-child, .text h4:first-child, .text h5:first-child, .text h6:first-child {
    margin-top: 0
}

.text h3 {
    font-size: 23px
}

.text h4 {
    font-size: 22px
}

.text h5 {
    font-size: 20px
}

.text h6 {
    font-size: 19px
}

.text ol, .text p, .text ul {
    margin-bottom: 1em
}

.text ol {
    counter-reset: list
}

.text ol li:before {
    content: counter(list) ". ";
    counter-increment: list
}

.text li {
    margin-bottom: 8px
}

.text li:last-child {
    margin-bottom: 0
}

.menu-opened {
    overflow: hidden
}

.menu-opened body {
    left: 280px
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.mobile-nav:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: opacity 0.25s ease
}

.menu-opened .mobile-nav {
    pointer-events: all
}

.menu-opened .mobile-nav:before {
    opacity: 1
}

.mobile-nav__in {
    position: relative;
    z-index: 2;
    transform: translateX(-100%);
    width: 280px;
    height: 100vh;
    z-index: 100;
    padding: 40px;
    background-color: #13121b;
    transition: transform 0.25s ease;
    will-change: transform
}

.menu-opened .mobile-nav__in {
    transform: translateX(0)
}

.mobile-nav__logo {
    margin-bottom: 40px
}

.mobile-nav__list {
    margin-bottom: 40px
}

.mobile-nav__item {
    border-bottom: 1px solid #232323
}

.mobile-nav__link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    cursor: pointer
}

.mobile-nav__sub {
    display: none
}

.mobile-nav__item_sub-opened .mobile-nav__sub {
    display: block
}

.mobile-nav__sub-item {
    border-bottom: 1px solid #232323
}

.mobile-nav__sub-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #8d8d8d;
    font-size: 14px
}

.mobile-nav__social {
    opacity: 0.6
}

.hands {
    overflow: hidden;
    position: relative
}

@media (min-width: 1540px) {
    .hands__left, .hands__right {
        position: absolute;
        pointer-events: none;
        transition: top 1s ease, opacity 0.25s ease
    }
}

@media (max-width: 1539px) {
    .hands__left, .hands__right {
        display: none
    }
}

.hands__left {
    left: -60px
}

.hands__right {
    right: -50px;
    text-align: right
}

.goup {
    opacity: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 10;
    background-image: url(../img/goup.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    transition: opacity 0.25s ease
}

@media (min-width: 992px) {
    .goup {
        width: 51px;
        height: 51px;
        bottom: 36px;
        right: 54px
    }
}

.goup_active {
    opacity: 1;
    pointer-events: all
}