/* =========== Типографика =========== */

@import url(../fonts/font.css);

html,
body {
    height: 100%;
}

.exhibits-slide-img-block,
.exhibits-slide-img,
.exhibits-slide-info,
.exhibits-slide-date,
.exhibits-slide-name,
.all-news-modal-news>div {
    pointer-events: none;
}

section,
.navbar,
.footer-logo,
.footer-content,
.footer-copyright-block {
    max-width: 1920px !important;
    margin: 0 auto !important;
}

.footer-logo,
.footer-content,
.footer-copyright-block {
    padding: 40px 0;
}

footer {
    background-color: black;
}

section {
    margin-bottom: 70px !important;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    background: #fff;
}

.separator {
    color: #000;
    font-size: 40px;
    padding: 0 10px 0 15px;
}

.separator.is-active {
    color: #fff;
}

.logo {
    text-decoration: none;
    cursor: pointer;
    width: 30%;
}

.text-logo {
    color: #000;
    font-size: 32.975px;
    font-weight: 800;
}

.text-logo.is-active {
    color: #fff;
}

#real-datatime {
    color: #000;
    font-size: 24px;
    letter-spacing: 6.36px;
    width: 35%;
}

#real-datatime.is-active {
    color: #fff;
}

.searh-button.is-active>svg>path {
    stroke: white;
}

.svg-logo.is-active>svg>path {
    fill: #fff;
}

.background-swipe-header {
    width: 100%;
    height: 100%;
    max-height: 93px;
    background: #fff;
    z-index: 95;
    border-bottom: 1px solid black;
}

header.is-active {
    background: #000;
}

.menu-and-search {
    width: 35%;
}

.transition-3 {
    transition: .3s ease;
}

.navbar {
    padding-left: 40px;
    padding-right: 40px;
    height: 92px;
    max-height: 92px;
}

/* =========== Меню =========== */

.hamburger {
    width: 48px;
    height: 48px;
    background: transparent;
    cursor: pointer;
}

.hamburger .hamburger--container {
    width: 100%;
    height: 100%;
    position: relative;
}

.hamburger .hamburger--container .hamburger--bars {
    height: 2px;
    width: 42px;
    background: #000;
    position: absolute;
    transition: .3s ease;
}

.hamburger .hamburger--container .hamburger--bars:before,
.hamburger .hamburger--container .hamburger--bars:after {
    content: "";
    display: block;
    height: 2px;
    width: 42px;
    background: inherit;
    position: absolute;
    left: 0;
    transition: .3s ease;
}

.hamburger .hamburger--container .hamburger--bars:before {
    top: -0.6rem;
}

.hamburger .hamburger--container .hamburger--bars:after {
    top: 0.6rem;
}

.hamburger.is-active .hamburger--container .hamburger--bars {
    background: transparent;
}

.hamburger.is-active .hamburger--bars {
    background: white;
}

.hamburger.is-active .hamburger--container .hamburger--bars:before,
.hamburger.is-active .hamburger--container .hamburger--bars:after {
    background: white;
}

.hamburger.is-active .hamburger--container .hamburger--bars:before {
    left: -0.5em;
    transform: rotate(45deg);
    width: 42px;
    top: 0em;
}

.hamburger.is-active .hamburger--container .hamburger--bars:after {
    left: -0.5em;
    transform: rotate(-45deg);
    width: 42px;
    top: 0em;
}

a.non-style {
    color: #000;
    text-decoration: none;
}

.main-menu {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.main-menu .main-menu-container {
    width: 0;
    height: 100%;
    padding: 13em 40px 3em;
    background: #000;
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 100;
}

.img-container-right .img-top,
.img-container-right .img-bottom,
.img-container-left .img-top,
.img-container-left .img-bottom,
.horizontal-img,
.vertical-img {
    width: 100%;
    height: 100%;
}

.horizontal-img,
.vertical-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-container-left .img-top {
    padding: 30% 8px 8px 0;
    height: 85%;
}

.img-container-left .img-bottom {
    padding: 8px 8px 0 30%;
}

.img-container-right .img-top {
    padding: 0 0 8px 8px;
}

.img-container-right .img-bottom {
    padding: 8px 35% 25% 8px;
    height: 50%;
}

.main-menu .main-menu-container .main-menu-text-block {
    width: 100%;
    height: 80%;
}

.main-menu .main-menu-container .main-menu-footer-block {
    height: 20%;
    color: #fff;
    text-transform: uppercase;
}

.main-menu-footer-block .number {
    font-size: 65px;
    letter-spacing: 16px;
    z-index: 100;
}

.main-menu-footer-block .time-job {
    font-size: 21px;
    letter-spacing: 4.8px;
    z-index: 100;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container {
    width: 100%;
    height: 100%;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element {
    width: 100%;
    height: 20%;
    list-style-type: none;
    text-align: left;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .2s ease;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element a:hover {
    color: #000;
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element a span {
    font-size: 3.75em;
    font-weight: 800;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 15;
    max-width: 30%;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element a span:last-child {
    line-height: 1;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element .main-menu-scrolling-text {
    height: 100%;
    display: flex;
    align-items: center;
    transform: translate(-20%, -100%);
    opacity: 0;
    pointer-events: none;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element .main-menu-scrolling-text span {
    height: 1em;
    font-size: 8em;
    font-weight: 900;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: #1e1e1e;
    display: inline-block;
    margin-right: 1em;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element:hover .main-menu-scrolling-text {
    opacity: 1;
    animation: animScrollingContactTextLeft 9s linear 0s infinite;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element .main-menu-link-img {
    width: 0px;
    height: 100vh;
    padding: 13em 40px;
    position: absolute;
    top: 0;
    left: calc(100vw - 500px);
    z-index: 25;
    font-size: 16px;
    pointer-events: none;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element .main-menu-link-img .main-menu-img-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element .main-menu-link-img .main-menu-img-container img {
    width: 624px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element.open .main-menu-link-img {
    right: auto;
    left: calc(100vw - 500px);
    animation: animMenuRevealImg .4s ease 0s forwards;
}

.img-container-left,
.img-container-right {
    width: 100%;
    height: 100%;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element.open .main-menu-link-img .main-menu-img-container .img-container-left {
    left: 0;
    right: auto;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element.open .main-menu-link-img .main-menu-img-container .img-container-right {
    right: 0;
    left: auto;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element.is-closing .main-menu-link-img {
    right: 0;
    left: auto;
    animation: animMenuCloseImg .4s ease 0s forwards;
}

.main-menu .main-menu-container .main-menu-text-block .main-menu-text-container .main-menu-list .main-menu-list-element.is-closing .main-menu-link-img .main-menu-img-container img {
    right: 0;
    left: auto;
}

.main-menu.is-active {
    display: block;
}

.main-menu.is-active .main-menu-container {
    animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

.main-menu.close-menu {
    display: block;
}

.main-menu.close-menu .main-menu-container {
    width: 100vw;
    left: auto;
    right: 0;
    animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}

@keyframes animMenuReveal {
    0% {
        width: 0vw;
    }

    100% {
        width: 100vw;
    }
}

@keyframes animMenuClose {
    0% {
        width: 100vw;
        padding: 8em 3em 3em;
    }

    100% {
        width: 0vw;
        padding: 8em 0 0;
    }
}

@keyframes animMenuRevealImg {
    0% {
        width: 0;
    }

    100% {
        width: 500px;
    }
}

@keyframes animMenuCloseImg {
    0% {
        width: 500px;
    }

    100% {
        width: 0;
    }
}

@keyframes animScrollingContactTextLeft {
    0% {
        transform: translate(-20%, -100%);
    }

    100% {
        transform: translate(-40%, -100%);
    }
}


.footer-logo-block {
    height: 22%;
    display: flex;
    align-items: center;
    background: #000;
    padding: 0 40px;
}

.footer-content-block {
    background: #000;
    color: #fff;
    height: 71%;
}

.footer-content {
    padding-bottom: 5%;
}

.footer-menu-list-element>a {
    color: #fff;
    font-size: 40px;
    letter-spacing: 3.8px;
}

.footer-menu-list-element,
.foot-info {
    padding: 1em 0;
}

.foot-info>.number {
    font-size: 80px;
    letter-spacing: 16px;
}

.foot-info>.time-job {
    font-size: 24px;
    letter-spacing: 4.8px;
}

.footer-copyright-block {
    background: #fff;
    color: #000;
    height: 7%;
}

.footer-copyright {
    height: 100%;
    font-size: 16px;
    letter-spacing: 1.52px;
}

.year-and-company>a {
    color: #000;
    text-decoration: none;
}

.link-dev>a {
    color: #048AEB;
    font-weight: 700;
    text-decoration: none;
}

.mx-4-0 {
    margin-left: 40px;
    margin-right: 40px;
}

.section-header-block {
    height: 20%;
    margin-bottom: 50px;
}

.section-header>.header-head {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -1.5px;
    word-wrap: break-word;
    line-height: 57.54px;
}

.section-header>.header-separator {
    font-size: 73.103px;
    padding: 0 2.5rem;
}

/* =========== Коллаж с фото на главной =========== */

.section-collage {
    margin-top: 100px;
    width: 100%;
}

.section-collage-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.item-info-more {
    display: none;
    background-color: black;
    color: white;
    padding: 10px 20px;
    width: 200px;
    cursor: pointer;
    margin-top: 20px;
}

.item-info-more-arrow {
    filter: invert(1);
    width: 49px;
    margin-left: 10px;
}

.item-photos-block-lvl-0 {
    position: relative;
    width: 100%;
    aspect-ratio: 2.56/1;
    overflow: hidden;
}

.item-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 1050;
    top: 0;
    left: 0;
}

.item-photos-block-lvl-1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-draggable {
    cursor: grabbing;
    height: auto;
    aspect-ratio: 2.56/1;
    position: fixed;
    top: 0;
}

.item-photos-block-lvl-2 {
    position: relative;
    width: 98%;
    height: 98%;
}

.item-photo-block {
    position: absolute;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: top 0.2s ease 0s;
    cursor: pointer;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.item-photo {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.item-1 {
    top: 0;
    left: 1.31%;
    width: 9.03%;
    height: 10.83%;
}

.item-1:hover {
    top: -1%;
}

.item-2 {
    top: 0;
    left: 11.08%;
    width: 15.75%;
    height: 13.8%;
}

.item-2:hover {
    top: -1%;
}

.item-3 {
    top: 14.01%;
    left: 0;
    width: 5.66%;
    height: 10.83%;
}

.item-3:hover {
    top: 13.01%;
}

.item-4 {
    top: 13.8%;
    left: 6.4%;
    width: 3.31%;
    height: 11.04%;
}

.item-4:hover {
    top: 12.8%;
}

.item-5 {
    top: 16.14%;
    left: 11.08%;
    width: 2.3%;
    height: 8.49%;
}

.item-5:hover {
    top: 15.14%;
}

.item-6 {
    top: 16.14%;
    left: 14.36%;
    width: 5.66%;
    height: 19.96%;
}

.item-6:hover {
    top: 15.14%;
}

.item-7 {
    top: 16.14%;
    left: 20.92%;
    width: 5.74%;
    height: 19.96%;
}

.item-7:hover {
    top: 15.14%;
}

.item-8 {
    top: 26.33%;
    left: 0.99%;
    width: 2.79%;
    height: 7.22%;
}

.item-8:hover {
    top: 25.33%;
}

.item-9 {
    top: 36.09%;
    left: 0;
    width: 4.68%;
    height: 14.86%;
}

.item-9:hover {
    top: 35.09%;
}

.item-10 {
    top: 28.24%;
    left: 5.66%;
    width: 7.71%;
    height: 24.42%;
}

.item-10:hover {
    top: 27.24%;
}

.item-11 {
    top: 42.47%;
    left: 14.77%;
    width: 2.38%;
    height: 8.49%;
}

.item-11:hover {
    top: 41.47%;
}

.item-12 {
    top: 38.43%;
    left: 18.05%;
    width: 6.97%;
    height: 14.23%;
}

.item-12:hover {
    top: 37.43%;
}

.item-13 {
    top: 55.42%;
    left: 11.4%;
    width: 2.95%;
    height: 8.49%;
}

.item-13:hover {
    top: 54.42%;
}

.item-14 {
    top: 55.42%;
    left: 15.42%;
    width: 6.48%;
    height: 12.31%;
}

.item-14:hover {
    top: 54.42%;
}

.item-15 {
    top: 0;
    left: 27.57%;
    width: 9.03%;
    height: 33.97%;
}

.item-15:hover {
    top: -1%;
}

.item-16 {
    top: 38.43%;
    left: 26.17%;
    width: 12.31%;
    height: 21.02%;
}

.item-16:hover {
    top: 37.43%;
}

.item-17 {
    top: 62.63%;
    left: 23.3%;
    width: 5.66%;
    height: 19.32%;
}

.item-17:hover {
    top: 61.63%;
}

.item-18 {
    top: 62.63%;
    left: 30.28%;
    width: 6.65%;
    height: 22.93%;
}

.item-18:hover {
    top: 61.63%;
}

.item-19 {
    top: 0;
    left: 37.5%;
    width: 4.68%;
    height: 13.8%;
}

.item-19:hover {
    top: -1%;
}

.item-20 {
    top: 0;
    left: 42.99%;
    width: 8.29%;
    height: 24.84%;
}

.item-20:hover {
    top: -1%;
}

.item-21 {
    top: 17.2%;
    left: 37.82%;
    width: 3.53%;
    height: 9.13%;
}

.item-21:hover {
    top: 16.2%;
}

.item-22 {
    top: 30.58%;
    left: 39.63%;
    width: 8.37%;
    height: 32.7%;
}

.item-22:hover {
    top: 29.58%;
}

.item-23 {
    top: 28.03%;
    left: 48.98%;
    width: 6.56%;
    height: 20.6%;
}

.item-23:hover {
    top: 27.03%;
}

.item-24 {
    top: 68.37%;
    left: 38.15%;
    width: 9.85%;
    height: 31.64%;
}

.item-24:hover {
    top: 67.37%;
}

.item-25 {
    top: 50.11%;
    left: 48.98%;
    width: 10.17%;
    height: 32.91%;
}

.item-25:hover {
    top: 49.11%;
}

.item-26 {
    top: 85.56%;
    left: 48.98%;
    width: 4.27%;
    height: 14.44%;
}

.item-26:hover {
    top: 84.56%;
}

.item-27 {
    top: 85.56%;
    left: 54.81%;
    width: 4.35%;
    height: 14.44%;
}

.item-27:hover {
    top: 84.56%;
}

.item-28 {
    top: 0;
    left: 52.51%;
    width: 7.55%;
    height: 24.84%;
}

.item-28:hover {
    top: -1%;
}

.item-29 {
    top: 27.72%;
    left: 56.29%;
    width: 4.59%;
    height: 15.84%;
}

.item-29:hover {
    top: 26.72%;
}

.item-30 {
    top: 0;
    left: 60.88%;
    width: 7.88%;
    height: 15.29%;
}

.item-30:hover {
    top: -1%;
}

.item-31 {
    top: 0;
    left: 69.58%;
    width: 13.37%;
    height: 24.84%;
}

.item-31:hover {
    top: -1%;
}

.item-32 {
    top: 19.32%;
    left: 61.95%;
    width: 6.24%;
    height: 20.81%;
}

.item-32:hover {
    top: 18.32%;
}

.item-33 {
    top: 28.66%;
    left: 70.23%;
    width: 3.53%;
    height: 12.1%;
}

.item-33:hover {
    top: 27.66%;
}

.item-34 {
    top: 28.03%;
    left: 75.65%;
    width: 7.3%;
    height: 22.08%;
}

.item-34:hover {
    top: 27.03%;
}

.item-35 {
    top: 44.59%;
    left: 60.31%;
    width: 7.88%;
    height: 26.75%;
}

.item-35:hover {
    top: 43.59%;
}

.item-36 {
    top: 45.01%;
    left: 69.17%;
    width: 5.33%;
    height: 14.23%;
}

.item-36:hover {
    top: 44.01%;
}

.item-37 {
    top: 75.8%;
    left: 60.88%;
    width: 5.91%;
    height: 20.6%;
}

.item-37:hover {
    top: 74.8%;
}

.item-38 {
    top: 62.63%;
    left: 68.76%;
    width: 5.74%;
    height: 18.47%;
}

.item-38:hover {
    top: 61.63%;
}

.item-39 {
    top: 53.93%;
    left: 75.65%;
    width: 5.5%;
    height: 17.41%;
}

.item-39:hover {
    top: 52.93%;
}

.item-40 {
    top: 0;
    left: 83.77%;
    width: 10.83%;
    height: 38.43%;
}

.item-40:hover {
    top: -1%;
}

.item-41 {
    top: 40.77%;
    left: 83.77%;
    width: 8.62%;
    height: 15.92%;
}

.item-41:hover {
    top: 39.77%;
}

.item-42 {
    top: 0;
    left: 95.42%;
    width: 4.35%;
    height: 12.53%;
}

.item-42:hover {
    top: -1%;
}

.item-43 {
    top: 14.23%;
    left: 96.82%;
    width: 2.13%;
    height: 5.52%;
}

.item-43:hover {
    top: 13.23%;
}

.item-44 {
    top: 22.72%;
    left: 96.41%;
    width: 2.95%;
    height: 15.71%;
}

.item-44:hover {
    top: 21.72%;
}

.item-45 {
    top: 40.77%;
    left: 93.54%;
    width: 3.28%;
    height: 10.83%;
}

.item-45:hover {
    top: 39.77%;
}

.item-show-block {
    position: absolute;
    z-index: 2;
    height: 74px;
    width: 279px;
    max-height: 74px;
    min-height: 74px;
    max-width: 279px;
    bottom: 5%;
    left: 5%;
}

.item-show-block.showed {
    position: fixed;
    z-index: 1050;
}

.item-show-button,
.item-hide-button {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid black;
    background-color: white;
    border-radius: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.item-show-animate {
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0%;
    background-color: white;
    z-index: 2;
}

.item-show-img {
    width: 20%;
    position: absolute;
    left: 2%;
    z-index: 3;
}

.item-show-text {
    color: #000;
    font-size: 24px;
    letter-spacing: -0.6px;
    margin-right: 0px;
    margin-left: 18%;
}

.item-info-block {
    width: 500px;
    max-height: 400px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    bottom: -400px;
    right: 0;
    z-index: 1101;
}

.item-info-name {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -1px;
}

.item-info-bottom {
    display: flex;
    align-items: center;
}

.item-info-img {
    width: 20px;
}

.item-info-theme {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.64px;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
    display: none;
}

@media (max-width: 1133px) {
    .item-photos-block-lvl-0 {
        aspect-ratio: 1.29/1;
    }

    .item-photos-block-lvl-1 {
        position: absolute;
        top: 0;
        left: -50%;
        width: 200%;
    }
}

.item-modal-background {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1101;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.item-modal-block {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    z-index: 1102;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10%;
    box-sizing: border-box;
    pointer-events: none;
}

.item-modal-block.fancybox__content {
    align-self: center;
    display: block;
    flex-direction: column;
    position: fixed;
    margin: 0;
    padding: 0;
    padding-left: 10%;
    max-width: 100%;
    color: #000;
    background: transparent;
    cursor: default;
    border-radius: 0;
    z-index: 20;
}

.item-modal {
    background-color: white;
    width: 100%;
    background-color: white;
    pointer-events: all;
    margin-top: 10vh;
    display: flex;
    min-height: 90vh;
    border: 1px #000 solid;
}

.item-modal-left {
    margin: 20px;
    width: 30px;
}

.item-modal-close {
    top: 20px;
    width: 100%;
    position: sticky;
    cursor: pointer;
}

.item-modal-date {
    transform: rotate(-90deg);
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.09em;
    position: sticky;
    top: 550px;
    transform-origin: left top;
    display: inline-block;
    white-space: nowrap;
    margin-top: 550px;
}

.item-modal-right {
    width: 90%;
    margin: 20px auto;
}


.item-info-fancy-more {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Должно быть выше, чем z-index fancyBox */
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}

/* =========== Коллаж с фото на главной =========== */

.section-content-block {
    height: 80%;
}

.section-content {
    height: 100%;
}

.border-t-1 {
    border-top: 1px solid #000;
}

.event-block {
    padding: 10px 0 30px;
    background-color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.event-block>.event-title {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
    height: 44px;
    overflow: hidden;
    width: 100%;
}

.event-block .event-date {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 4px;
    font-weight: 400;
    margin-bottom: 5px;
}

.event-block>.event-desc {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.64px;
    width: 100%;
    display: flex;
    align-items: center;
}

.event-block:first-child>.event-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.48px;
    height: 60px;
}

.event-block:first-child>.event-desc {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    margin-bottom: 15px;
    height: 144px;
    overflow: hidden;
}

.event-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.event-img>img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.event-block-button {
    background-color: #fff;
    justify-content: center;
}

.event-block-button>a {
    text-decoration: none;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: .3s ease;
}

.event-block-button>a:hover {
    font-weight: 700;
    transition: .3s ease;
}

.news-link-block>.nav-link {
    list-style: none;
    padding: 0;
}

.nav-link-a {
    text-decoration: none;
    color: #000;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 800;
    transition: .3s ease;
}

.nav-link-a:hover {
    color: #fff;
    text-shadow: 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
    transition: .3s ease;
}

.nav-link-stick-text {
    content: "";
    display: block;
    width: 4px;
    height: 50px;
    transition: .3s ease;
    background: black;
    margin-right: 15px;
    border: 2px solid #000;
}

/* .nav-link-stick-text:hover {
    content: "";
    display: block;
    width: 4px;
    height: 50px;
    transition: .3s ease;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #000;
} */

.news-link-block>.nav-link>li {
    padding: 0 14px;
    margin: 15px 0;
}

.bordered-nav-slide {
    display: flex;
    width: 65px;
    height: 65px;
    padding: 15px 16.5px 15px 15px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 0;
    border: 1.5px solid #000;
}

.swiper-button-disabled {
    visibility: hidden;
}

.slide-elem {
    width: 460px;
    cursor: pointer;
}

.all-news-link {
    margin-right: 40px;
}

.elements-img {
    height: 538px;
    width: 460px;
    margin-top: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease;
}

.elements-img:hover {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    box-shadow: -5px 5px 2px 2px rgba(0, 0, 0, 0.1);
}

.elements-img img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.elements-desc {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    padding: 5px 0;

}

.elements-title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    padding: 5px 0;
}

.elements-tags>a,
.story-tags > a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.52px;
    padding: 10px;
    border: 1px solid;
    text-transform: lowercase;
    margin: 5px;
    text-decoration: none;
}
.elements-tags>a:hover,
.story-tags > a:hover {
    color: #fff;
    background: #000;
}

.table-office {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.48px;
}

.mainNAV>.swiper-wrapper>.swiper-slide {
    padding-top: 93px;
}

.foot-info {
    margin-left: 40px;
    margin-right: 40px;
}

.bordered-nav-slide {
    background-color: white;
    cursor: pointer;
}

.bordered-nav-slide:hover {
    filter: invert(1);
    border-color: white;
}

.exhibits-modal-news {
    cursor: pointer;
}

.exhibits-wrapper {
    margin-right: 0;
}

.exhibits-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.exhibits-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
}

.exhibits-arrow {
    margin-bottom: 45px;
}

.exhibits-slider {
    width: calc(100% - 90px);
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-right: 40px;
}

/* .exhibits-slide {
    width: auto !important;
    height: auto !important;
} */

.exhibits-slide-img-block {
    /* width: 47vw;
    height: 28vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.exhibits-slide-img-block:hover {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 5px;
    box-shadow: -5px 5px 2px 2px rgba(0, 0, 0, 0.1);
}

.exhibits-slide-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.exhibits-slide-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
    padding-top: 5px;
}

.exhibits-slide-date,
.exhibits-slide-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    width: 50%;
}

.exhibits-slide-name {
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-content {
    position: fixed;
    z-index: 94;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    padding-top: 88px;
}

.search-left {
    min-width: 596px;
    height: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.search-left>.menu-and-search {
    margin-left: 40px;
}

.search-left .hamburger.is-active .hamburger--container .hamburger--bars:before,
.search-left .hamburger.is-active .hamburger--container .hamburger--bars:after {
    background: black;
}

.search-left .separator {
    padding-right: 20px;
}

.search-input-block {
    width: calc(100vw - 80px);
    margin: 40px 40px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.search-input {
    min-width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0.09em;
    border: 1px solid black;
    transition: all 0.5s ease;
    background-image: url('../images/example-imgs/search-input-bg.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 50px;
}

.search-input::placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.search-input:focus {
    outline: none;
    border: 1px solid black;
    min-width: calc(100% - 35px);
    background: none;
    padding-left: 10px;
}

.search-input-enter-block {
    border: 1px solid black;
    border-left: none;
    display: flex;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.search-input-enter-block:hover {
    background-color: white;
    border-color: white;
    filter: invert(1);
}

.search-input-enter {
    width: 23px;
}

.search-input-block:focus-within .search-input-img {
    display: none;
}

.search-input:focus::placeholder {
    color: transparent;
}

.search-left-subblock {
    padding: 20px 35px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
}

.search-left-label,
.search-tag {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0.02em;
}

.search-left-label {
    margin-left: 5px;
}

.search-left-hide,
.search-left-show {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 35px;
    transform: rotate(-225deg);
    transform-origin: center center;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    cursor: pointer;
}

.search-left-show {
    transform: rotate(-45deg);
}

.search-tags {
    margin: 20px 0;
}

.search-tag {
    padding: 10px;
    border: 1px solid black;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.search-tag:hover {
    background-color: black;
    color: white;
}

.search-right {
    flex-grow: 1;
    height: 100%;
    background-color: #F2F2F2;
    background-image: url('../images/example-imgs/search-right-bg.svg');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: auto;
}

.search-results {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin-right: 40px;
    overflow: hidden;
    padding: 20px 0;
}

.search-results-hr {
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    width: calc(100% - 40px);
    margin-left: 40px;
    height: 2px;
}

.search-result-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
    padding-left: 40px;
    color: black;
    cursor: pointer
}

.search-result-content {
    min-width: calc(100% - 199px);
    width: calc(100% - 199px);
    padding: 30px 20px 20px 0;
    box-sizing: border-box;
}

.search-result-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 38.36px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.search-result-text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.04em;
    height: 60px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.search-result-arrow-block {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 0;
    height: 100%;
    filter: invert(1);
}

.search-result-img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    width: 199px;
    min-width: 199px;
}

.search-result-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.search-result-block:hover {
    filter: invert(1);
}

.search-result-block:hover .search-result-arrow-block {
    width: 199px;
    min-width: 199px;
}

.search-content {
    flex-direction: column;
}

.search-left {
    height: auto;
}

.search-info {
    background: #F2F2F2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

#search-left-subblock-1,
#search-left-subblock-2 {
    display: none;
}

.search-left-show,
.search-left-hide {
    display: block;
}

.search-input {
    min-width: 516px;
}

.search-right {
    display: flex;
}

.search-results {
    margin-right: 0;
    width: 100%;
    overflow: hidden auto;
}

.search-input {
    min-width: 100%;
}

.office-left,
.office-right {
    width: 50%;
    border-top: 1px solid black;
}

.office-link,
.office-blank {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    height: 60px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.02em;
    transition: all 0.5s ease;
    color: #000;
    text-decoration: none;
}

.office-left {
    font-size: 24px;
    line-height: 29.26px;
}

.office-left>.office-blank:last-child {
    display: none;
}

.office-right {
    font-size: 20px;
    line-height: 24.38px;
}

.office-link:hover {
    cursor: pointer;
    font-weight: 700;
}

.office-arrow-block {
    width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.office-arrow {
    width: 88px;
}

.office-link:hover .office-arrow-block {
    width: 90px;
}

.section-all-news {
    margin-right: 0;
}

.all-news-swiper {
    padding-right: 40px;
}

.all-news-content {
    overflow: hidden;
}

.nav-slide-next,
.nav-slide-prev {
    margin-right: 40px;
}

.post-wrapper {
    margin: 140px 40px 20px;
}

.post-navigation {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.post-navigation-link {
    font-size: 18px;
    font-weight: 800;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.post-navigation-separator {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    margin: 0 10px;
}

.post-navigation-current {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.post-date {
    font-size: 160px;
    font-weight: 800;
    line-height: 153.44px;
    letter-spacing: -0.01em;
    width: 500px;
}

.post-date-month {
    font-size: 50px;
    line-height: 52px;
    transform: rotate(-90deg);
    display: inline-block;
    transform-origin: bottom left;
}

.post-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 72.82px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: right;
}

.post-img-block {
    width: 100%;
    aspect-ratio: 1.53/1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.post-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.post-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
}

.story-wrapper {
    margin: 120px 0px 20px;
}

.story-navigation {
    margin-bottom: 20px;
    margin-left: 80px;
    display: flex;
    align-items: center;
}

.story-content {
    display: grid;
    grid-template-columns: 50% calc(50% - 1px);
    grid-template-rows: 1fr 91px;
    grid-template-areas: 'left right'
        'left links';
    gap: 1px;
    background-color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.story-left {
    grid-area: left;
    background-color: white;
}

.story-left-content {
    padding: 20px 20px 0 40px;
    box-sizing: border-box;
}

.story-img {
    margin-bottom: 20px;
    width: 100%;
}

.story-right {
    grid-area: right;
    background-color: white;
}

.story-right-content {
    padding-bottom: 20px;
}

.story-tags {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 15px;
    padding-right: 35px;
}

.story-date {
    margin: 20px 40px 20px 20px;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 46.03px;
    letter-spacing: 0.2em;
    text-align: left;

}

.story-title {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    line-height: 47.66px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 40px 20px 20px;
    text-transform: uppercase;
}

.story-text {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 20px 40px 0 20px;
}

.story-links {
    grid-area: links;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: black;
    gap: 1px;
}

.story-link {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 500;
    line-height: 39.01px;
    letter-spacing: 0.04em;
    text-align: left;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.post-bottom-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 57.54px;
    letter-spacing: -0.02em;
    margin-top: 40px;
    margin-bottom: 40px;
}

.post-other-posts {
    display: flex;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 50px;
}

.post-other-post {
    padding: 20px 10px;
    box-sizing: border-box;
    width: 25%;
    border-left: 1px solid black;
    color: #000;
    text-decoration: none;
}

.post-other-post:first-child {
    border-left: none;
}

.post-other-post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
}

.post-other-post-date {
    font-size: 17px;
    font-weight: 400;
    line-height: 16.3px;
    letter-spacing: 0.2em;
}

.post-other-post-img-block {
    width: 100%;
    aspect-ratio: 1.53/1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 10px;
}

.post-other-post-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.cat-content {
    display: flex;
    flex-direction: column;
}

.gal-item {
    border-bottom: 1px solid black;
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
        'id img'
        'text img'
        'bottom img';
    gap: 20px;
    width: 100%;
    height: calc(32vw - 25px);
    padding: 20px 0;
    box-sizing: border-box;
}

.gal-item:first-child {
    border-top: 1px solid #000;
}

.gal-item-id {
    grid-area: id;
    font-family: Montserrat;
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.gal-item-text {
    grid-area: text;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    letter-spacing: 0.04em;
    overflow: hidden;
}

.gal-item-bottom {
    grid-area: bottom;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.gal-item-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.gal-item-tags {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.gal-item-tag {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.095em;
    text-align: center;
    padding: 5px 10px;
    min-width: 113px;
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid black;
}

.gal-item-img-block {
    grid-area: img;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gal-item-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.content-info>section>.section-header-block {
    margin-top: 150px;
}

.category-content {
    padding-top: 120px;
    padding-bottom: 20px;
}

.cat-title {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 700;
    line-height: 61.38px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.gallery-load-block {
    height: 74px;
    width: 279px;
    display: flex;
    cursor: pointer;
    border: 1px solid black;
    background-color: white;
    border-radius: 50px;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 24px;
    letter-spacing: -0.6px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px auto;
}

.gallery-load-img {
    height: 62px;
    margin-right: 20px;
}

.gallery-content {
    margin: 120px 40px 30px;
}

.gallery-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 54.54px;
    margin-bottom: 50px;
}

.gallery-items {
    position: relative;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-top: 1px solid black;
}

.gallery-item-wrapper {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid black;
}


.gallery-item-wrapper:nth-child(1n) {
    border-right: 1px solid black;
}
.gallery-item-wrapper:nth-child(4n) {
    border-right: 0;
}

.gallery-item {
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gallery-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: calc(19vw - 56px);
    cursor: pointer;
}

.gallery-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.gallery-item-title {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    padding: 5px 0;
}

@media (max-width: 1440px) {
    .gallery-items {
        grid-template-columns: 33% 33% 33%;
    }

    .gallery-img-block {
        height: calc(25vw - 60px);
    }
}

@media (max-width: 972px) {
    .gallery-items {
        grid-template-columns: 50% 50%;
    }

    .gallery-item {
        padding: 20px 15px;
    }

    .gallery-img-block {
        height: calc(38vw - 60px);
    }
}

@media (max-width: 768px) {
    .gallery-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 700px) {
    .gallery-items {
        grid-template-columns: 100%;
    }
    .gallery-item {
        max-width: 500px;
    }

    .gallery-img-block {
        height: calc(75vw - 70px);
        max-height: 335px;
    }
}

@media (max-width: 400px) {

    .gallery-item {
        padding: 20px 0;
    }

    .gallery-img-block {
        height: calc(75vw - 40px);
    }

    .gallery-item-title {
        font-size: 16px;
        letter-spacing: 1px;
        padding-bottom: 0;
    }

    .gallery-item .elements-tags a {
        padding: 5px;
    }

    .gallery-load-block {
        font-size: 20px;
        width: 100%;
        height: 60px;
        justify-content: space-between;
        max-width: 250px;
        padding-right: 10%;
    }

    .gallery-load-img {
        height: 48px;
        margin-right: 5px;
    }

    .gallery-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .gallery-content {
        margin-top: 100px;
    }
}


























.gallery-load-block {
    height: 74px;
    width: 279px;
    display: flex;
    cursor: pointer;
    border: 1px solid black;
    background-color: white;
    border-radius: 50px;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 24px;
    letter-spacing: -0.6px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px auto;
}

.gallery-load-img {
    height: 62px;
    margin-right: 20px;
}

.gallery-content {
    margin: 120px 40px 30px;
}

.gallery-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 54.54px;
    margin-bottom: 50px;
}

.gallery-items {
    position: relative;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-top: 1px solid black;
}

.gallery-vertical-line {
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: black;
    top: 0;
}

.gallery-vertical-line#line-1 {
    left: 25%;
}

.gallery-vertical-line#line-2 {
    left: 50%;
}

.gallery-vertical-line#line-3 {
    left: 75%;
}

.gallery-horizontal-line {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: black;
    bottom: 0;
    left: 0;
}

.gallery-item-wrapper {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid black;
}

.gallery-item {
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gallery-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: calc(19vw - 56px);
}

.gallery-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.gallery-item-title {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2.28px;
    text-transform: uppercase;
    padding: 5px 0;
}

.share-content {
    text-align: center;
}
#copyButton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
#copyButton:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
#tooltip {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s;
}
#tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
#copyButton.show-tooltip #tooltip {
    visibility: visible;
    opacity: 1;
}