@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/air-datepicker@3.4.0/air-datepicker.min.css"; /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "Kollektsiya";
    src: url("/static/fonts/Kollektsiya_160823.otf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Manrope";
    src: url("/static/fonts/Manrope-Regular.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Manrope";
    src: url("/static/fonts/Manrope-Bold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Manrope";
    src: url("/static/fonts/Manrope-ExtraBold.woff2") format("woff2");
    font-weight: 800;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

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
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h3 {
    margin: 0
}

.info-list__item {
    margin-top: 8px
}

.info-news-list__item {
    margin-top: 8px
}

p {
    margin: 0;
    padding: 0
}

.breadcrumbs {
    margin-top: clamp(16px, 3.33vw, 24px);
    margin-bottom: 8px;
}

@media only screen and (max-width: 698px) {
    .breadcrumbs {
        margin-bottom: 8px
    }
}

:root {
    /*Colors*/
    --very-dark-blue: #010203;
    --dark-charcoal-blue: #191E24;
    --pale-turquoise: #A9D1C9;
    --white: #FFFFFF;
    --grayish-yellow: #C9C7BA;
    --laurel-green: #B4B09F;
    --quiet-sand: #EAE9E4;

    /*Variables*/
    /*Events page*/
    --eventsPageBtnBg: var(--very-dark-blue);
    --eventsPageBtnColor : var(--white);
    --eventsLinkBorderColor: var(--grayish-yellow);
    --eventsPageUnavailableLinkBg: var(--quiet-sand);
    --eventsPageUnavailableLinkColor: var(--laurel-green);
    --eventsPageAccentLinkColor: var(--pale-turquoise);

    /*Footer*/
    --footerBg: var(--dark-charcoal-blue);
    --footerWhiteText: var(--white);
    --footerAccentText: var(--pale-turquoise);
}

.text12 {
    font-size: 12px;
    line-height: 1;
}

.text14 {
    font-size: 14px;
    line-height: 1.7;
}

.text14-responsive {
    font-size: 14px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .text14-responsive {
        font-size: 12px;
        line-height: 1.8;
    }
}

.text16 {
    font-size: 16px;
    line-height: 1.625;
}

.text16-responsive {
    font-size: 16px;
    line-height: 1.625;
}

@media screen and (max-width: 767px) {
    .text16-responsive {
        font-size: 14px;
        line-height: 1;
    }
}

.text18-responsive {
    font-size: 18px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .text18-responsive {
        font-size: 16px;
        line-height: 1.625;
    }
}

.text28-responsive {
    font-size: 28px;
    line-height: 1.625;
}

@media screen and (max-width: 767px) {
    .text28-responsive {
        font-size: 22px;
        line-height: 1;
    }
}

.font-w400 {
    font-weight: 400;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.text-underline {
    text-decoration: underline;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb24-responsive {
    margin-bottom: 24px !important;
}

@media screen and (max-width: 767px) {
    .mb24-responsive {
        margin-bottom: 16px !important;
    }
}

.mb32 {
    margin-bottom: 32px !important;
}

.mb49-responsive {
    margin-bottom: 49px !important;
}

@media screen and (max-width: 767px) {
    .mb49-responsive {
        margin-bottom: 32px !important;
    }
}

.full-w {
    width: 100%;
}

.w215 {
    width: 215px;
}

.w215Mob50 {
    width: 215px;
}

@media screen and (max-width: 767px) {
    .w215Mob50 {
        width: 90px;
        line-height: 18px;
    }
}

@media screen and (max-width: 463px) {
    .w215Mob50 {
        width: 50px;
    }
}

.flex {
    display: flex;
}

.gap20 {
    gap: 20px;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.border-none {
    border: none !important;
}

.p-20r {
    padding-right: 20px;
}

.events-page__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.events-page__title {
    margin: 0 0 16px 0;
    font-family: "Kollektsiya", serif;
    line-height: 100%;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.events-page__subtitle {
    margin-bottom: 8px;
    font-family: "Kollektsiya", serif;
    font-size: 40px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .events-page__subtitle {
        font-size: 28px;
    }
}

.events-page__link {
    display: inline-block;
    padding: 13px 16px;
    background-color: var(--eventsPageBtnBg);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--eventsPageBtnColor);
    text-transform: uppercase;
    transition: background-color 0.4s ease-in-out;
}

.events-page__link:hover,
.events-page__link:active {
    background-color: #75B5A9;
}


.events-page__link--static {
    display: inline-block;
    padding: 13px 16px;
    background-color: var(--eventsPageBtnBg);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--eventsPageBtnColor);
    text-transform: uppercase;
    transition: background-color 0.4s ease-in-out;
}

.events-page__link--static:hover,
.events-page__link--static:active {
    background-color: #75B5A9;
}

.events-page__accent-link {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: var(--eventsPageAccentLinkColor);
}

.events-page__link--disabled {
    display: inline-block;
    padding: 13px 16px;
    background: var(--eventsPageUnavailableLinkBg);
    background: var(--eventsPageUnavailableLinkBg);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--eventsPageUnavailableLinkColor);
    text-transform: uppercase;
    cursor: not-allowed;
    pointer-events: none;
}

div:has(> .events-page__link--border) {
    margin: 0 auto;
    max-width: 690px;
}

.events-page__link--border {
    display: inline-block;
    padding: 8px;
    border: 1px solid var(--eventsLinkBorderColor);
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
}

.events-page__details {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    gap: 16px 8px;
    padding: 24px 0 24px 40px;
    width: 100%;
    max-width: 451px;
}

.events-page__details--min {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: 16px 8px;
    padding: 0 0 0 40px;
    width: 100%;
    max-width: 451px;
}

.events-page__when {
    position: relative;
    grid-column: 1;
    grid-row: 1;
}

.events-page__when::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask-image: url('/static/img/icons/calendar-blank.svg');
    mask-image: url('/static/img/icons/calendar-blank.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.events-page__label {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.71;
}

.events-page__value {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.71;
    text-transform: uppercase;
}

.events-page__where {
    position: relative;
    grid-column: 1;
    grid-row: 2;
}

.events-page__where::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask-image: url('/static/img/icons/map-pinline.svg');
    mask-image: url('/static/img/icons/map-pinline.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.events-page__time {
    position: relative;
    grid-column: 1;
    grid-row: 1;
}

.events-page__time::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask-image: url('/static/img/icons/clock.svg');
    mask-image: url('/static/img/icons/clock.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.events-page__censorship {
    position: relative;
    height: max-content;
    grid-column: 2;
    grid-row: 1;
    font-weight: 700;
}

.events-page__censorship::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5em;
    height: 2.5em;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
}

.events-page__link--mob {
    display: none;
}


@media screen and (max-width: 1024px) {
    .events-page__header {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .events-page__link {
        display: none;
    }

    .events-page__link--disabled {
        display: none;
    }

    .events-page__link--mob {
        display: block;
        text-align: center;
    }

    .events-page__title {
        margin: 0 0 24px 0;
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .events-page__title {
        margin: 0;
        font-size: 34px;
    }
}

.events-page__banner {
    position: relative;
    width: 100vw;
    max-width: 1920px;
    max-height: 700px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 24px;
    overflow: hidden;
}

.events-page__banner-picture {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1440 / 700;
}

.events-page__banner-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 1024px) {
    .events-page__banner {
        margin-bottom: 16px;
        max-height: 600px;
        aspect-ratio: 4 / 3;
    }
}

@media screen and (max-width: 768px) {
    .events-page__banner {
        max-height: none;
        aspect-ratio: 1 / 1;
    }
}

.events-page__text-slot {
    margin: 0 auto 24px auto;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .events-page__text-slot {
        margin: 0 auto 16px auto;
        font-size: 14px;
        line-height: 1.7;
    }
}

.events-page__text-slot > p,
.events-page__text-slot > a {
    display: block;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.events-page__text-slot p:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .events-page__text-slot p:not(:last-child) {
        margin-bottom: 10px;
    }
}

.events-page__text-slot--decorated-line {
    margin: 0 auto 66px auto;
    max-width: 690px;
    position: relative;
}

.events-page__text-slot--decorated-line::after {
    position: absolute;
    content: "";
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--very-dark-blue);
    border: none;
}

.events-page__info-slot {
    margin: 0 auto 24px auto;
    max-width: 686px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.events-page__list p:not(:last-child) {
    margin-bottom: 4px !important;
}

.events-page__list li:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .events-page__list li:not(:last-child) {
        margin-bottom: 16px;
    }
}

.events-page__list--arabic {
    max-width: 690px;
    list-style-type: decimal;
    margin: 0 auto;
    padding-left: 0;
    width: fit-content;
    display: block;
    text-align: left;
}

.events-page__list--arabic li {
    margin-left: 20px;
}


.events-page__list--arabic li:not(:last-child) {
    margin-bottom: 10px;
}

.events-page__list--disc {
    max-width: 690px;
    list-style-type: disc;
    margin: 0 auto;
    padding-left: 0;
    width: fit-content;
    display: block;
    text-align: left;
}

.events-page__list--disc li {
    margin-left: 20px;
}


.events-page__content {
    width: fit-content;
    align-items: center;
    padding-top: 24px;
    margin: 0 auto 24px auto;
}

.events-page__picture-wrapper {
    max-width: 920px;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .events-page__picture-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.events-page__picture {
    margin-bottom: 8px;
}

.events-page__picture,
.events-page__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.events-page__inscription {
    align-self: flex-start;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.events-page__quote {
    max-width: 690px;
    margin: 0 auto;
    position: relative;
    padding-left: 34px;
}

@media screen and (max-width: 767px){

    .events-page__quote {
        padding-left: 16px;
    }
}

.events-page__quote::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--very-dark-blue);
    border: none;
}

.events-page__quote cite {
    font-style: unset;
}

@media screen and (max-width: 767px) {
    .events-page__quote footer > p {
        font-size: 12px;
    }
}

.events-page__quote > p:first-child {
    font-family: "Kollektsiya", serif;
}

.events-page__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
}

.events-page__table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--very-dark-blue);
}

.events-page__table tr {
    padding: 8px 0;
}

.events-page__table td {
    border-bottom: 2px solid var(--very-dark-blue);
}

.events-page__table td {
    padding-right: 20px;
}

.events-page__table td span {
    display: block;
}

.events-page__table--custom {
    width: 100%;
    border-collapse: collapse;
    border-top: none;
}

.events-page__table--custom tr {
    padding: 8px 0;
}

.events-page__table--custom tr:first-child td:nth-child(1),
.events-page__table--custom tr:first-child td:nth-child(3) {
    border-top: 2px solid var(--very-dark-blue);
}

.events-page__table--custom td {
    border-bottom: 2px solid var(--very-dark-blue);
}

.events-page__slider {
    padding-top: 24px;
    margin: 0 auto 24px auto;

}

.time-label {
    padding: 0 12px;
    border-radius: 16px;
    background-color: var(--colorCoral5);
}

.swiper-pagination {
    position: static !important;
    text-align: right !important;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.events-page__footer {
    position: relative;
    margin: 0 auto 80px auto;
    max-width: 686px;
    padding: 0 16px;
}

.events-page__footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--very-dark-blue);
    border: none;
}

.events-page__footer-title {
    padding-top: 16px;
    margin-bottom: 16px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 800;
}

.events-page__footer-links {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .events-page__footer-links {
        flex-direction: column;
        gap: 24px;
    }
}

.events-page__footer-socials {
    display: flex;
    gap: 8px;
}

.events-page__footer-socials img {
    width: 48px;
}

.events-page__footer-copy-link-button {
    padding: 13px 16px;
    background-color: var(--eventsPageBtnBg);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--eventsPageBtnColor);
    text-transform: uppercase;
    transition: background-color 0.4s ease-in-out;
}

.events-page__footer-copy-link-button:hover,
.events-page__footer-copy-link-button:active {
    background-color: #75B5A9;
}

/*Таблица расписание*/

.time-slots {
    flex-direction: row;
    gap: 5px;
}

@media screen and (max-width: 1127px) {
    .time-slots {
        flex-direction: column;
        gap: 0;
    }
}

.time-slots span,
.time-slots--isCompact {
    white-space: nowrap;
    text-align: right;
}

