@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
}

.main-footer {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background-color: var(--color-bg-gray)
}

.footer-wrapper {
    margin: 0 auto;
    max-width: 1440px;
    @media (min-width: 1025px) {
        padding: 0 24px
    }
}

@media (max-width: 414px) {
    .main-footer {
        padding: 24px 16px
    }
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

p {
    margin: 0;
    padding: 0
}

:root {
    /*Colors*/
    --very-dark-blue: #010203;
    --dark-charcoal-blue: #191E24;
    --pale-turquoise: #A9D1C9;
    --white: #FFFFFF;

    /*Variables*/
    /*Exhibitions*/
    --exhibitionsBtnBg: var(--very-dark-blue);
    --exhibitionsBtnColor : var(--white);

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

.exhibitions__block:not(:first-child) {
    position: relative;
    padding-top: 24px;
}

.exhibitions__block:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background-color: var(--very-dark-blue);
    border: none;
}


.exhibitions__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 134px;
}

@media screen and (max-width: 1280px) {
    .exhibitions__header {
        gap: 100px;
    }
}

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

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

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

.exhibitions__details {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr;
    gap: 16px 8px;
    width: 100%;
    max-width: 451px;
    height: fit-content;
}

@media screen and (max-width: 1024px) {
    .exhibitions__details {
        padding-left: 24px;
    }
}

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

.exhibitions__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;
}

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

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

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

.exhibitions__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;
}

.exhibitions__censorship {
    position: relative;
    height: max-content;
    padding-top: 14px;
    grid-column: 2;
    grid-row: 1;
    font-weight: 700;
}

.exhibitions__censorship::before {
    content: '';
    position: absolute;
    top: 67%;
    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;
}

.exhibitions__button--mob {
    display: none;
}


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

    .exhibitions__button {
        display: none;
    }

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

    .exhibitions__title {
        font-size: 34px;
    }
}

.exhibitions__banner {
    position: relative;
    width: 100vw;
    max-width: 1920px;
    height: auto;
    max-height: 700px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 24px;
    aspect-ratio: 1440 / 700;
    overflow: hidden;
}

.exhibitions__banner-picture {
    width: 100%;
    height: 100%;
    display: block;
}

.exhibitions__banner-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media screen and (max-width: 1440px) {
    .exhibitions__banner {
        aspect-ratio: 1366 / 600;
    }
}

@media screen and (max-width: 1024px) {
    .exhibitions__banner {
        margin-bottom: 16px;
        aspect-ratio: 1024 / 500;
    }
}

@media screen and (max-width: 768px) {
    .exhibitions__banner {
        aspect-ratio: 768 / 400;
    }
}

@media screen and (max-width: 429px) {
    .exhibitions__banner {
        aspect-ratio: 430 / 300;
        max-height: none;
    }
}

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

@media screen and (max-width: 768px) {
    .exhibitions__text-slot {
        margin: 0 auto 33px auto;
    }
}

.exhibitions__text-slot p:not(:last-child) {
    margin-bottom: 15px;
}

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

.exhibitions__picture {
    margin-bottom: 8px;
}

.exhibitions__picture,
.exhibitions__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

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

.exhibitions__footer {
    position: relative;
    margin: 0 auto 80px auto;
    max-width: 686px;
}

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

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

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

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

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

.exhibitions__footer-socials img {
    width: 48px;
}

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

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


/*Редизайн футера*/
.main-footer {
    padding: 24px;
    background-color: var(--footerBg);
}

@media screen and (min-width: 1440px) {
    padding: 24px 24px 15px 24px;
}


@media (max-width: 768px) {
    .main-footer {
        padding: 16px;
    }
}

.main-footer__wrapper {
    display: grid;
    grid-template-columns:
        minmax(260px, 1fr)
        minmax(215px, 1fr)
        minmax(215px, 1fr)
        minmax(215px, 1fr)
        minmax(auto, 415px);
    grid-template-rows: repeat(4, auto);
    gap: 15px 20px;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}

.main-footer__wrapper > :nth-child(5) {
    grid-column: 1;
    grid-row: 2;
    text-transform: uppercase;
}


@media screen and (min-width: 1440px) {
    .main-footer__wrapper {
        width: 100%;
        max-width: 1920px;
    }
}

@media screen and (max-width: 1280px) {
    .main-footer__wrapper {
        grid-template-columns:
        minmax(210px, 1fr)
        minmax(210px, 1fr)
        minmax(210px, 1fr)
        minmax(210px, 1fr)
        minmax(auto, 415px);
    }

    .main-footer__wrapper > :nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }
    .main-footer__wrapper > :nth-child(5) {
        grid-column: 2 / 4;
        grid-row: 2;
    }
}

@media screen and (max-width: 1024px) {
    .main-footer__wrapper {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

.info-list__item--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.info-list__btn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .info-list__btn {
        display: block;
        color: var(--footerWhiteText);
        font-size: 24px;
        line-height: 1;
        width: 24px;
        height: 24px;
        padding: 0;
        text-align: center;
        cursor: pointer;
        user-select: none;
        border: none;
        background: transparent;
    }
}

.info-list__item-title__text {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--footerWhiteText);
}

@media screen and (max-width: 1024px) {
    .info-list__item-title__text {
        width: 100%;
    }
}

.info-list__content {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: var(--footerAccentText);
    line-height: 1.71;
    opacity: 1;
    max-height: none;
    overflow: visible;
    transition: none;
}

.info-list__content a {
    color: var(--footerAccentText);
}

@media screen and (max-width: 1024px) {
    .info-list__content > li {
        margin-bottom: 8px;
    }

    .info-list__content > li > a {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .info-list__content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }

    .info-list__content.active {
        opacity: 1;
        max-height: 500px;
    }
}

@media screen and (max-width: 1280px) {
    .info__users {
        grid-column: 4 / 6;
        grid-row: 1;
    }
}

.info-news-list__item-subscribe__label {
    display: flex;
    position: relative;
    margin-bottom: 33px
}

@media (max-width: 1024px) {
    .info-news-list__item-subscribe__label {
        margin-bottom: 24px
    }
}


.info-news-list__item-email__input__text {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    background: transparent;
    padding: 13px 16px;
    color: var(--footerWhiteText);
    border: 2px solid var(--footerWhiteText);
}

.info-news-list__item-email__button {
    width: 25px;
    height: 25px;
    background: transparent;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    position: absolute;
}

.info-news-list__item-subscribe__description  {
    font-family: "Manrope", sans-serif;
    color: var(--footerWhiteText);
    cursor: pointer;
    margin-left: 40px;
    font-size: 12px;
}

.info-news-list__item-subscribe__control-mark {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 2px solid var(--footerWhiteText);
}

@media screen and (max-width: 1024px) {
    .info-news-list__item-subscribe__control-mark {
        top: -5px;
    }
}

.custom-footer-link {
    color: var(--footerAccentText);
    text-decoration: none;
}

.validation-footer-text__text {
    padding-top: 4px;
    color: var(--color-as-red);
    opacity: 0;
}

.footer__policy-icon {
    position: absolute;
    top: 7px;
    left: 2px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    filter: invert(100%);
}

@media screen and (max-width: 1024px) {
    .footer__policy-icon {
        top: -4px;
    }
}

.info-news-list__item-subscribe__input:checked + .footer__policy-icon {
    opacity: 1;
    transform: scale(1);
}

.main-footer__address {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    position: relative;
    grid-column:  2 / 4;
    grid-row: 3;
    color: var(--footerWhiteText);
    line-height: 1.71;

    address {
        font-style: unset;
    }
}

.main-footer__address::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100vw;
    height: 2px;
    background-color: var(--color-bw-white);
    border: none;
}

@media screen and (max-width: 1280px) {
    .main-footer__address {
        grid-column:  1/ 3;
    }
}


.main-footer__contacts {
    display: flex;
    flex-direction: column;
    grid-column: 4;
    grid-row: 3;
    font-family: "Manrope", sans-serif;
    font-size: 14px;

    a {
        line-height: 1.71;
        color: var(--footerWhiteText);
    }
}

@media screen and (max-width: 1280px) {
    .main-footer__contacts {
        grid-column: 3;
    }
}

@media screen and (max-width: 1024px) {
    .main-footer__contacts {
        display: none;
    }
}

.main-footer__contacts--accent {
    color: var(--footerAccentText);
}

.main-footer__data-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    grid-column: 5;
    grid-row: 3;
}


.main-footer__social {
    display: flex;
    flex-direction: column;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.main-footer__social a {
    color: var(--footerAccentText);
    line-height: 1.71;
}


.main-footer__data {
    color: var(--footerWhiteText);
    text-align: end;
    font-family: "Manrope", sans-serif;
    font-size: 14px;

    div {
        line-height: 24px;
    }
    br {
        display: none;
    }
}

@media screen and (max-width: 1340px) {
    .main-footer__data {
        br {
            display: inline;
        }
    }
}

@media screen and (max-width: 1280px) {
    .main-footer__data {
        text-align: start;
    }
}

@media screen and (max-width: 1280px) {
    .main-footer__data-container {
        flex-direction: column;
        grid-column: 4;
    }
}

@media screen and (max-width: 1024px) {
    .main-footer__data-container {
        display: none;
    }
}

.main-footer__copyright-label {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    grid-column: 1;
    grid-row: 4;
    color: var(--footerWhiteText);
}

.main-footer__copyright-text {
    font-family: "Manrope", sans-serif;
    grid-column: 2 / 4;
    max-width: 333px;
    grid-row: 4;
    color: #8A8D92;
    font-size: 12px;
}

.main-footer__copyright-rules {
    font-family: "Manrope", sans-serif;
    max-width: 410px;
    grid-column:  4 / 6;
    grid-row: 4;
    color: var(--footerAccentText);
    font-size: 12px;
}

/*Мобильная версия*/
.info-list__item-title__text {
    cursor: pointer;
    user-select: none;
}

.info-list__btn {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 8px;
}

.main-footer__mobile-info {
    display: none;
}

@media screen and (max-width: 1024px) {
    .info-list {
        position: relative;
    }

    .info-list__item {
        margin-top: 16px;
    }

    .info-list:not(:last-of-type)::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--footerWhiteText);
        border: none;
    }

    .info-list-links {
        margin-bottom: 24px;
    }

    .info-list-links > li {
        position: relative;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .info-list-links > li::after {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--footerWhiteText);
        border: none;
    }

    .main-footer__address {
        padding-top: 16px;
        margin-bottom: 16px;
    }


    .main-footer__mobile-info {
        display: block;
        margin-bottom: 16px;
    }

    .main-footer__mobile-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .main-footer__contacts--mobile {
        display: flex;
        flex-direction: column;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
    }

    .main-footer__contact--phone {
        color: var(--footerWhiteText);
        line-height: 1.71;
    }

    .main-footer__contact--email {
        color: var(--footerAccentText);
        line-height: 1.71;
    }

    .main-footer__social-links--mobile {
        display: flex;
        flex-direction: column;
        color: var(--footerAccentText);
        font-family: "Manrope", sans-serif;
        font-size: 14px;
    }

    .main-footer__social-link {
        line-height: 1.71;
    }

    .main-footer__data--mob {
        color: var(--footerWhiteText);
        line-height: 1.71;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
    }

    .main-footer__data--mob > div {
        line-height: 1.71;
    }

    .main-footer__copyright-rules {
        order: 1;
        margin-bottom: 24px;
    }

    .main-footer__copyright-label {
        order: 2;
        margin-bottom: 8px;
    }

    .main-footer__copyright-text {
        order: 3;
    }
}


