/** Common styles **/


@font-face {
    font-family: "FuturaPT";
    src: url("/assets/fonts/FuturaPT/FuturaCyrillicLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "FuturaPT";
    src: url("/assets/fonts/FuturaPT/FuturaCyrillicDemi.ttf") format("truetype");
    font-style: normal;
    font-weight: 450;
}

@font-face {
    font-family: "FuturaPT";
    src: url("/assets/fonts/FuturaPT/FuturaCyrillicBook.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "FuturaPT";
    src: url("/assets/fonts/FuturaPT/FuturaCyrillicBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

.mint {
    font-family: "FuturaPT";
    font-weight: 400;
    width: 100%;
    background-color: black;
    overflow: hidden;
}

.mint :is(h1, h2, h3) {
    font-family: "FuturaPT";
    font-weight: 450;
}

.mint img {
    width: 100%;
    height: auto;

}

.mint__title {
    font-family: "FuturaPT";
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
    margin-top: 0;
    color: black;
}

.mint__title--white {
    color: white;
}

.mint__text {
    font-family: "FuturaPT";
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    color: black;
    margin-bottom: 30px;
}

.mint__text--white {
    color: white;
}

.mint__text--last {
    margin-bottom: 0;
}

footer {
    display: none;
}

/** banner section */
.mint-banner {
    display: flex;
    flex-direction: column;
    padding-bottom: 44px;
}

.mint-banner__video {
    order: 20;
    height: auto;
}
.mint-banner__container {
    order: 10;
    margin-bottom: 30px;
}

.mint-banner__subtitle {
    font-size: 17.5px;
    line-height: 23px;
    color: white;
    font-weight: 400 !important;
    margin: 0;
}

.mint-banner__title {
    font-family: "narzissmediumregular", sans-serif !important;
    font-size: 58px;
    line-height: 65px;
    color: white;
    font-weight: 400 !important;
    margin: 0;
    text-transform: uppercase;
}

.mint-rec {
    padding-bottom: 63px;
}

.mint-red-carpet {
    margin-bottom: 63px;
    position: relative;
    margin-bottom: 63px;
}

.mint-red-carpet__title {
    position: absolute;
    padding: 0 23px;
    height: 100%;
    width: 100%;
    top: 35%;
    left: 0;
    margin: 0;
}

.mint-quote {
    padding-bottom: 40px;
}

.mint-quote__icon {
    width: 60px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.mint-quote__text {
    font-family: "FuturaPT";
    font-weight: 300;
    color: white;
    font-size: 46px;
    line-height: 56px;
}


.mint-exhibit {
    padding: 30px 0 0;
    background-color: #F7F6F2;
}

.mint-exhibit__top-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.mint-exhibit__top-img {
    margin: 0 -15px;
}

.mint-exhibit__medium-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 60x;
}

.mint-exhibit__medium-img {
    margin: 0 -15px 60px ;
}

.mint-exhibit__bottom-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mint-exhibit__bottom-second-img {
    margin: 0 -15px 30px;
    order: 10;
}

.mint-exhibit__bottom-first-img {
    margin: 0 0 30px;
    text-align: center;
    order: 20;
}

.mint-exhibit__bottom-first-img img {
    width: auto;
    max-width: 100%;
}

.mint-one-show {
    padding-top: 30px;
    background-color: #E7E2DA;
}


.mint-one-show__slider {
    position: relative;
}

.mint-one-show__slider .slick-arrow {
    width: 70px;
    height: 70px;
    background-color: #000000;
    color: #fff;
    font-size: 30px;
    border: none;
}

.mint-one-show__slider .slick-arrow.slick-disabled {
    width: 70px;
    height: 70px;
    background-color: transparent;
    color: #000;
    font-size: 30px;
    border: 3px solid black;
}

.mint-one-show__slider .slick-prev:hover {
    background-color: transparent;
    color: #000;
    font-size: 30px;
    border: 3px solid black;
}

.mint-one-show__slider .slick-next:hover {
    background-color: transparent;
    color: #000;
    font-size: 30px;
    border: 3px solid black;
}

.mint-one-show__slider .slick-prev {
    position: absolute;
    top: calc((100vW - 30px) / 3 * 5);
    left: 0;
    z-index: 1;
}

.mint-one-show__slider .slick-next {
    position: absolute;
    top: calc((100vW - 30px) / 3 * 5);
    left: 70;
    z-index: 1;
}

.mint-one-show__slider .slider-flex-top-text {
    position: relative;
    font-weight: 450;
    font-size: 26px;
    line-height: 34px;
    color: black;
    padding-bottom: 31px;
    margin-bottom: 30px;
    margin-top: 120px;
}

.mint-one-show__slider .slider-flex-top-text:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0px;
    width: 50%;
    height: 0.5px;
    background-color: #000000;
}

.mint-one-show__slider .slick-prev img {
    filter: invert(1);
    width: 25px;
}

.mint-one-show__slider .slick-next img {
    filter: invert(1);
    width: 25px;

}

.mint-one-show__slider .slick-prev:hover img {
    filter: invert(0);
}

.mint-one-show__slider .slick-next:hover img {
    filter: invert(0);
}

.mint-one-show__slider .slick-arrow.slick-disabled img {
    filter: invert(0);
}

.mint-one-show__slider .slider-flex-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mint-one-show__slider .slider-flex-list li {
    font-size: 26px;
    line-height: 46px;
    color: black;
}

.mint-one-show__slider .slick-slide {
    height: unset;
}

.mint-mob {
    background-color: #E7E2DA;
    padding: 30px 0 100px;
}

.mint-mob__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mint-mob__iii {
    order: 10;
    margin-bottom: 60px;
}

.mint-mob__i {
    order: 20;
    margin-bottom: 60px;
}

.mint-mob__ii {
    order: 30;
    margin-bottom: 60px;
}

.mint-mob__i img,
.mint-mob__ii img {
    max-width: 320px;
    border-radius: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.mint-mob__iiii {
    order: 40;
}

.mint-going {
    background-color: black;
    padding: 75px 0 80px;
}

.mint-going__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mint-going__b1 {
    margin-bottom: 110px;
}

.mint-going__b2 {
    margin: 0 -15px 80px;
}

.mint-going figcaption {
    padding: 10px 15px 0;
    font-size: 15px;
    line-height: 30px;
    color: #989898;
}

.mint-going__b3 {
    margin: 0 -15px 80px;
}

.mint-going__b4 {
    margin: 0 -15px 80px;
}

.mint-going__b5 {
    margin-bottom: 80px;
}

.mint-going__b6 {
    margin: 0 -15px 80px;
}

.mint-going__b7 {
    margin: 0 -15px;
}

.mint-going__b7 video {
    display: block;
    width: 100%;
}

.mint-press {
    background-color: #F7F6F2;
    padding: 60px 0 80px;
}

.mint-press__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mint__btn-link {
    width: 214px;
    height: 46px;
    border: 1px solid black;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
    transition: all 0.3s;
    text-transform: uppercase;
}

.mint__btn-link--white {
    border: 1px solid white;
    color: white;
}

.mint__btn-link:hover {
    color: white;
    background-color: black;
}

.mint__btn-link--white:hover {
    color: black;
    background-color: white;
}

.mint-press__b1 {
    margin-bottom: 60px;
}

.mint-press__b2 {
    margin-bottom: 60px;
}

.mint-press__b2,
.mint-press__b3 {
    width: 100%;
    max-width: 286px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mint-press__b2 > img,
.mint-press__b3 > img {
    margin-bottom: 20px;
}

.mint-press__b2>img + img,
.mint-press__b3>img + img{
    width: auto;
}

.mint-press__topic {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
}

.mint-press__author {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
    font-style: italic;
}

.mint__arrow-link {
    display: inline-block;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20.5px;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
}

.mint__arrow-link img {
    margin-left: 15px;
    width: 20px;
    height: 20.5px;
}

.mint__arrow-link--white {
    color: white;
}

.mint__arrow-link--white img {
    filter: invert(1);
}

.mint__arrow-link:hover {
    text-decoration: none;
}


.mint-night {
    padding: 95px 0;
}

.mint-night__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mint-night__b1 {
    order: 10;
    margin: 0 -15px 60px;
}

.mint-night__b2 {
    order: 30;
    margin-bottom: 60px;
}

.mint-night__b3 {
    order: 20;
    margin: 0 -15px 60px;
}

.mint-night__b4 {
    order: 40;
    margin: 0 -15px 60px;
}

.mint-night__b4 video {
    display: block;
    width: 100%;
}

.mint-night__b5 {
    order: 50;
    margin: 0 -15px 60px;
}

.mint-night__b6 {
    order: 60;
    margin-bottom: 60px;
}

.mint-night__b8 {
    display: none;
}

.mint-night__b7 {
    order: 70;
    display: flex;
    justify-content: center;
}

.mint-night__b7 img {
    max-width: 286px;
}

.mint-cultiral {
    background-color: #0D0D0D;
    padding: 80px 0;
}

.mint-cultural__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mint-cultural__img {
    margin: 0 -15px;
}


.mint-footer {
    background-color: black;
    padding: 50px 0 85px;
}

.mint-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mint-footer__b1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.mint-footer__recognition {
    font-size: 36px;
    line-height: 44px;
    font-weight: 450;
    padding-bottom: 21px;
    margin-bottom: 20px;
    position: relative;
}

.mint-footer__wrapper {
    width: 100%;
    padding-bottom: 45px;
}

.mint-footer__recognition:after {
    content: "";
    display: block;
    background-color: #b3b3b3;
    height: 0.5px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.mint-footer__year {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
}

.mint-footer__b1 img {
    width: unset;
    margin-bottom: 20px;
    align-self: center;
}

.mint-footer__b1 img + img{
    margin-bottom: 0;
}

.mint-footer__b2 {
    display: flex;
    flex-direction: column;
}

.mint-footer__credits {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    padding-bottom: 21px;
    margin-bottom: 20px;
    position: relative;
}


.mint-footer__credits:after {
    content: "";
    display: block;
    background-color: #b3b3b3;
    height: 0.5px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.mint-footer__b2 .mint__text {
    margin-bottom: 40px;
}

.mint-footer__bring {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}

.mint-footer__b3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 36px;
    position: relative;
}

.mint-footer__b3:before {
    content: "";
    display: block;
    background-color: #b3b3b3;
    height: 0.5px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}

.mint-footer__excell {
    font-weight: 450;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 480px) {

    .mint-one-show__slider .slider-flex {
        display: flex;
    }

    .mint-one-show__slider .slider-flex-img {
        flex: 50% 0 0;
    }

    .mint-one-show__slider .slider-flex-text {
        padding-left: 20px;
        flex: 50% 0 0;
    }

    .mint-one-show__slider .slider-flex-top-text {
        margin-top: 0;
    }

    .mint-one-show__slider .gallery-carousel {
        margin-bottom: 45px;
    }

    .mint-one-show__slider .slick-prev {
        top: unset;
        bottom: -70px;
    }

    .mint-one-show__slider .slick-next {
        top: unset;
        bottom: -70px;
    }
}

@media screen and (min-width: 768px) {
    .mint {
        margin-top: 275px;
    }
}

@media screen and (min-width: 992px) {

    .mint {
        margin-top: 200px;
    }

    .mint-banner {
        position: relative;
    }

    .mint-banner__container {
        position: absolute;
        width: 500px;
        left: 50%;
        top: 12%;
        margin-left: -485px;
    }
}

@media screen and (min-width: 1200px) {

    .mint-banner {
        padding-bottom: 128px;
    }

    .mint-banner__container {
        position: absolute;
        width: 500px;
        left: 50%;
        margin-left: -585px;
    }

    .mint-banner__subtitle {
        font-size: 26px;
        line-height: 34px;
    }

    .mint-banner__title {
        font-size: 86px;
        line-height: 96px;
    }

    .mint-rec .mint__text {
        max-width: 900px;
    }

    .mint-rec {
        padding-bottom: 108px;
    }

    .mint-red-carpet {
        width: 1170px;
        padding: 0 15px;
        margin: 0 auto 147px;
    }

    .mint-red-carpet__title {
        padding: 0 77px;
    }

    .mint-quote {
        padding-bottom: 148px;
    }

    .mint-quote .container {
        max-width: 1040px;
    }

    .mint-exhibit {
        padding-top: 84px;
    }

    .mint-exhibit__top-container {
        flex-direction: row;
        margin-bottom: 132px;
    }

    .mint-exhibit__top-text,
    .mint-exhibit__top-img {
        flex: 0 1 50%;
        margin: 0;
    }

    .mint-exhibit__top-text {
        padding-right: 100px;
    }

    .mint-exhibit__medium-container {
        flex-direction: row;
        margin-bottom: 118px;
    }

    .mint-exhibit__medium-img {
        flex: 0 1 60%;
        margin: 0;
    }

    .mint-exhibit__medium-text {
        flex: 0 1 40%;
        padding-left: 100px;
    }

    .mint-exhibit__bottom-container {
        flex-direction: row;
        margin-bottom: 118px;
    }

    .mint-exhibit__bottom-first-img {
        order: 10;
        flex: 0 1 60%;
    }

    .mint-exhibit__bottom-first-img img {
        max-width: 286px;
        position: relative;
        top: 300px;
    }

    .mint-exhibit__bottom-second-img {
        margin: 0;
        order: 20;
        flex: 0 1 40%;
    }

    .mint-exhibit__bottom-second-img img {
        max-width: 384px;
    }

    .mint-one-show {
        padding-top: 290px;
        padding-bottom: 340px;
    }

    .mint-one-show__container {
        display: flex;
        flex-direction: row;
    }

    .mint-one-show__text {
        flex: 0 0 490px;
        padding-right: 90px;
    }

    .mint-one-show__slider {
        flex: 0 0 650px;
    }

    .mint-one-show__slider .gallery-carousel {
        max-width: 650px;
        margin: 0;
    }

    .mint-one-show__slider .slider-flex-img {
        flex: 0 0 300px;
    }

    .mint-one-show__slider .slider-flex-text {
        flex: 0 0 350px;
    }

    .mint-one-show__slider .slick-prev,
    .mint-one-show__slider .slick-next {
        bottom: unset;
        top: 500px;
    }

    .mint-one-show__slider .slick-prev {
        left: 160px;
    }
    .mint-one-show__slider .slick-next {
        left: 230px;
    }

    .mint-mob {
        background-color: #F7F6F2;
        padding: 0 0 45px;
    }

    .mint-mob__container {
        display: grid;
        grid-template-columns: 300px 300px 400px;
        gap: 70px;
        grid-auto-rows: minmax(10px, 10px);
    }

    .mint-mob__iii {
        grid-column: 3;
        grid-row: 1 / span 1;
        text-align: right;
        margin-right: 12px;
    }

    .mint-mob__iii img {
        width: auto;
    }

    .mint-mob__i {
        grid-column: 1;
        grid-row: 1 / span 6;
        margin: 0;
    }

    .mint-mob__ii {
        grid-column: 2;
        grid-row: 1 / span 10;
        margin: 0;
    }

    .mint-mob__iiii {
        grid-column: 3;
        grid-row: 5;
    }

    .mint-going {
        padding: 100px 0 144px 0;
    }

    .mint-going__container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .mint-going__b1 {
        margin: 0;
        flex: 0 0 400px;
        margin-right: 46px;
        align-self: flex-start;
    }

    .mint-going__b2 {
        margin: 0 0 63px;
        padding-top: 25px;
        flex: 0 0 694px;
    }

    .mint-going__b3 {
        flex: 0 0 1140px;
        margin: 0 0 83px;
    }

    .mint-going figcaption {
        padding: 0;
    }

    .mint-going__b4 {
        padding-top: 220px;
        flex: 0 0 50%;
        text-align: right;
        margin: 0 0 430px 0;
    }

    .mint-going__b4 img {
        width: 388px;
    }

    .mint-going__b5 {
        padding: 0 100px;
        flex: 0 0 50%;
        align-self: flex-start;
    }

    .mint-going__b6 {
        flex: 0 0 570px;
        margin: 0;
        align-self: flex-start;
        padding-top: 100px;
    }

    .mint-going__b7 {
        flex: 0 0 570px;
        padding: 0 0 0 100px;
        margin: 0;
        align-self: flex-start;
        position: relative;
        margin-top: -465px;
    }

    .mint-press {
        padding: 69px 0 65px;
    }

    .mint-press__container {
        flex-direction: row;
        align-items: flex-start;
    }

    .mint-press__b1 {
        flex: 0 0 390px;
        margin-right: 90px;
        align-self: center;
        margin-bottom: 0;
    }

    .mint-press__b2 {
        box-sizing: content-box;
        flex: 0 0 286px;
        margin-right: 44px;
        padding-right: 44px;
        position: relative;
        height: 100%;
        margin-bottom: 0;
        padding-bottom: 210px;
    }

    .mint-press__b2:after {
        content: "";
        display: block;
        height: 100%;
        width: 0.5px;
        background-color: black;
        position: absolute;
        top: 0;
        right: 0;
    }

    .mint-press__b3 {
        padding-top: 166px;
        flex: 0 0 286px;
    }

    .mint-night {
        padding: 98px 0 92px;
    }

    .mint-night__container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .mint-night__b1 {
        flex: 0 0 694px;
        padding-right: 446px;
        box-sizing: content-box;
        margin: 0 0 116px;
        order: 10;
    }

    .mint-night__b2 {
        flex: 0 0 490px;
        margin: 0 262px 129px 0;
        order: 20;
    }

    .mint-night__b3 {
        flex: 0 0 388px;
        margin: -339px 0 0;
        order: 30;
    }

    .mint-night__b4 {
        flex: 0 0 100%;
        margin: 0 0 96px;
        order: 40;
    }

    .mint-night__b4 video {
        width: 492px;
        margin: 0 auto;
    }

    .mint-night__b5 {
        flex: 0 0 490px;
        margin: 129px 100px 170px 85px;
        order: 50;
    }

    .mint-night__b6 {
        flex: 0 0 380px;
        margin: 0 85px 0 0;
        order: 60;
    }

    .mint-night__b7 {
        flex: 0 0 286px;
        margin: 0 92px 0 391px;
        order: 70;
    }

    .mint-night__b8 {
        display: block;
        flex: 0 0 286px;
        margin: -290px 0 0 0;
        order: 80;
    }

    .mint-cultiral {
        padding: 82px 0 85px 0;
    }

    .mint-cultiral__container {
        display: flex;
    }

    .mint-cultiral__text {
        flex: 0 0 490px;
        padding-top: 105px;
        margin: 0 80px 0 0;
    }

    .mint-cultural__text .mint__text {
        margin-bottom: 0;
    }

    .mint-cultural__img {
        flex: 0 0 50%;
        margin: 0;
    }

    .mint-footer {
        padding: 58px 0 200px;
    }

    .mint-footer__wrapper {
        display: flex;
        flex-direction: row;
        padding-bottom: 104px;
    }

    .mint-footer__b1 {
        flex: 0 0 50%;
        padding-right: 170px;
        margin: 0;
    }

    .mint-footer__b1 img {
        align-self: flex-start;

    }

    .mint-footer__b2 {
        flex: 0 0 50%;
        padding-right: 70px;
        margin: 0;
    }

}