
.newGallery * {
    box-sizing: border-box;
}

.newGallery {
    box-sizing: border-box;
    font-size: 10px;
    /*overflow: hidden;*/
    padding-top: 2em;
}

.newGallery__title {
    color: white;
    font-size: 4.3em;
    margin-bottom: 2em;
}

@media screen and (max-width: 1024px) {
    .newGallery {
        font-size: calc(10 * 100vw / 1024);
    }
}

@media screen and (max-width: 1440px) {
    .newGallery {
        font-size: calc(8 * 100vw / 1440);
    }
    .newGallery__title {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 768px) {
    .newGallery {
        font-size: calc(10 * 100vw / 768);
    }
}
.newGallery__head {
    margin-bottom: 6em;
}


.newGalleryCats__list-wrap,
.newGalleryCats__list,
.newGalleryCats__list-right {
    display: flex;
    gap: 1.3em;
}
.newGalleryCats__list-wrap {
    width: 100%;
}
.newGalleryCats__list-right {
    flex-direction: column;
    /*order: 2;*/
    flex-grow: 1;
}

.newGalleryCats__list {
    position: relative;
    width: 100%;
}

.newGalleryCats__nav {
    position: absolute;
    width: 20%;
    padding: 2em;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}

.newGalleryCats__arrows {
    display: flex;
}
.newGalleryCats__arrow {
    width: 5.4em;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #414141;
}
.newGalleryCats__arrow + .newGalleryCats__arrow {
    margin-left: -1px;
}

.newGalleryCats__arrow svg {
    width: .66em;
    height: 1.12em;
}

.newGalleryCats__item {
/*    grid-row: span 2;
    grid-column: span 2;*/
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 30px;
}
.newGalleryCats__list-right .newGalleryCats__item {
    padding: 20px;
}

.newGalleryCatsItem {
    width: 20%;
    min-width: 20%;
    text-decoration: none !important;
}
/*.newGalleryCats__list .newGalleryCatsItem {
    order: 2;
}
.newGalleryCats__list .newGalleryCatsItem--active {
    order: 1;
}
.newGalleryCats__list-right .newGalleryCatsItem--active {
    order: 2;
}*/

/*.newGalleryCats__item:nth-last-child(1),
.newGalleryCats__item:nth-last-child(2) {
    grid-row: span 1;
    grid-column: span 1;
}*/

.newGalleryCats__list-right .newGalleryCatsItem {
    width: 100%;
    aspect-ratio: unset;
}

.newGalleryCatsItem {
    border: .4em solid #3A3A3A;
    cursor: pointer;
}

.newGalleryCatsItem__pic {
    margin-bottom: 1.6em;
    max-width: 33%;
}

.newGalleryCatsItem__pic .icon svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.newGalleryCatsItem__pic .icon svg path {
    fill: #6A6A6A !important;
}

.newGalleryCatsItem__title {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-weight: 700;
    font-size: min(16px, 2em);
    line-height: 100%;
    letter-spacing: 0;
    color: #6A6A6A;
/*    max-width: 70%;*/
    text-transform: uppercase;
    margin: 0;
}
/*@media (max-width: 1000px) {
    .newGalleryCatsItem__title {
        font-size: 16px;
    }
}*/
.newGalleryCats__list-right .newGalleryCatsItem__title {
    font-size: 1.4em;
}
.newGalleryCats__list-right .newGalleryCatsItem__pic .icon {
    max-height: 50px;
    max-width: 50px;
}

.newGalleryCatsItem__desc {
    display: none;
    font-family: "NTSomic", sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    max-width: 70%;
}
.newGalleryCatsItem__desc iframe {
    display: none;
}

.newGalleryCatsItem--active {
    background-color: #FFD700;
}

.newGalleryCatsItem--active .newGalleryCatsItem__title {
    color: #000;
}

.newGalleryCatsItem--active .newGalleryCatsItem__desc {
    display: block;
    margin-top: 2em;
}
.newGalleryCatsItem__pic .icon {
    display: flex;
    max-height: 80px;
}
.newGalleryCatsItem__pic .icon p {
    margin: 0 !important;
}

.newGalleryCatsItem--active .newGalleryCatsItem__pic .icon svg path {
    fill: #000 !important;
}

.newGallery__side {
    width: 31.4em;
    position: sticky;
    top: 100px;
}

.newGallerySidebar__section {
    margin-bottom: 4.5em;
}

.newGallerySidebar__title {
    font-family: "NTSomic", sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 100%;
    letter-spacing: 0;
    color: white;
    margin-bottom: 2.2em;
}

.newGallerySidebar__items {
    display: flex;
    flex-direction: column;
    gap: 2.2em;
    position: relative;
    width: 100%;
}

.newGallerySidebar__items--floors {
    display: flex;
    gap: 2.6em;
    flex-direction: row;
}

.newGallerySidebar__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.6em;
    cursor: pointer;
    border: .027em solid #363636;
    height: 9.3em;
    font-family: "AkzidenzGrotesk", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6A6A6A;
    padding: 2em;
}
.newGalleryTag-all {
    text-align: center;
}

.newGallerySidebar__item.active {
    background-color: #FFD700;
    color: #000;
}


.newGallerySidebar__items--floors .newGallerySidebar__item {
    aspect-ratio: 1;
    width: 50%;
    height: auto;
    font-family: "AkzidenzGrotesk", sans-serif;
    font-weight: 700;
    font-size: 3.6em;
    line-height: 100%;
    letter-spacing: 0;
    justify-content: center;
    padding: 0;
}

.newGallerySidebar__item_title {
    margin: 0 auto;
    flex-grow: 1;
    width: calc(100% - 5em);
}

.newGallerySidebar__item_pic {
    width: 5em;
}

.newGallerySidebar__item_pic .icon {
    display: flex;
    width: 100%;
    max-width: 44px;
    max-height: 44px;
}
.newGallerySidebar__item_pic .icon svg {
    width: 100%;
    height: auto;
}

.newGallerySidebar__items--floors .newGallerySidebar__item .newGallerySidebar__item_title {
    width: fit-content;
    text-align: center;
}

.newGallerySidebar__item[data-id='0'] .newGallerySidebar__item_title {
    width: 100%;
    text-align: center;
}

.newGallery__body {
    display: flex;
    gap: 5.9em;
    align-items: flex-start;
    position: relative;
}

.newGallery__content {
    padding-top: 3em;
    width: calc(100% - 31.4em);
    flex-grow: 1;
}

.newGalleryContent__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.newGalleryContent__item {
    width: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.newGalleryContentItem {
    cursor: pointer;
    border: 1px solid #242424;
}

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

.newGalleryContentItem__pic img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: cover;
    object-position: center;
}

.newGalleryContentItem__content {
    background-color: #242424;
    padding: 3.2em 3.3em 3.4em 3.9em;
    position: relative;
    flex-grow: 1;
}
.newGalleryContentItem__title {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-weight: 700;
    font-size: max(14px, 2em);
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}
.newGalleryContentItem__text {
    font-family: "NTSomic", sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: .6em;
}

.newGalleryContentItem__counter {
    position: absolute;
    width: 14.6em;
    height: 4.2em;
    right: 4.2em;
    top: -.6em;
    background-color: #FFD800;
    padding: 1.2em .3em 1.2em 1.7em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.2em;
    z-index: 1;
}
.newGalleryContentItem__counter .text {
    font-family: "AkzidenzGrotesk", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #000;
}

.newGalleryContentItem__counter .icon {
    width: 3em;
    height: 1.8em;
}
.newGalleryContentItem__counter .icon svg {
    width: 100%;
    height: 100%;
}

.newGalleryContent__showMore {
    margin-top: 4.8em;
    display: flex;
    justify-content: flex-end;
}

.newGalleryContent__showMoreBtn {
    display: flex;
    cursor: pointer;
}

.newGalleryContent__showMore .icon {
    width: 4.4em;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFD700;
    margin-left: auto;
    font-size: .9em;
}
.newGalleryContent__showMoreBtn .icon svg {
    width: .6em;
    height: 1em;
}

.newGalleryContent__showMoreBtn .text {
    height: 4.4em;
    background-color: #1E1E1E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "AkzidenzGrotesk", sans-serif;
    font-weight: 700;
    font-size: .9em;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1.8em;
}

/*.newGalleryContentItem__video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url('../image/icon-play.svg');
    background-size: contain;
    background-repeat: no-repeat;
}*/

.newGalleryContentItem__video {
    background-color: white;
    position: relative;
}
.newGalleryContentItem__video::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 0;
    transition: background-color 500ms ease;
}
.newGalleryContentItem__video:hover::after {
    background-color: rgb(0 0 0 / 30%);
}
.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 120px;
    height: 120px;
    z-index: 1;
    color: #ffd700;
    transform-origin: center;
    transition: 300ms ease;
    opacity: 0.9;
    transition-property: color, opacity;
}
.video__play svg {
    max-width: 100%;
    max-height: 100%;
}
.video__play svg path {
    transition: fill 300ms ease;
}

.newGalleryContentItem__video .video__play {
    width: 90px;
    height: 90px;
}
.newGalleryContentItem__video:hover .video__play {
    opacity: 1;
}

.grecaptcha-badge {
    display: none;
}

svg.hide {
    display: none;
}

@media (max-width: 968px) {
    .newGalleryCats__item {
        padding: 30px;
    }
    .newGalleryCatsItem--active .newGalleryCatsItem__desc {
        margin-top: 1em;
    }
    .newGalleryCatsItem__desc {
        font-size: 14px;
    }
    .newGalleryCatsItem__title,
    .newGalleryCats__list-right .newGalleryCatsItem__title {
        font-size: 1.2rem;
    }

    .newGalleryCatsItem__pic {
        max-width: 30%;
    }
    .newGalleryCats {
        max-width: 100%;
        overflow-x: auto;
    }
    .newGalleryCats__list-wrap {
        min-width: 250%;
    }
    .newGallery__body {
        flex-wrap: wrap;
        gap: 2em;
    }
    .newGallery__side {
        width: 100%;
        position: initial;
    }
    .newGallerySidebar__items--floors .newGallerySidebar__item {
        aspect-ratio: unset;
        height: 3em;
    }
    .newGallery__content {
        width: 100%;
    }
    /*.newGalleryContent__item {
        width: calc(50% - 1.5em);
    }*/
}

@media (max-width: 560px) {
    /*.newGalleryContent__item {
        width: 100%;
    }*/
    .newGalleryCats__item {
        padding: 15px;
    }
    .newGalleryCatsItem__title,
    .newGalleryCats__list-right .newGalleryCatsItem__title {
        font-size: 2.8em;
    }
    .newGalleryCatsItem__desc {
        font-size: 2.2em;
    }
    .newGallerySidebar__item_title {
        margin: 0;
        font-size: 2em;
        line-height: 1.2;
    }
    .newGallerySidebar__item[data-id='0'] .newGallerySidebar__item_title {
        margin: 0 auto;
    }
    .newGalleryContentItem__text {
        font-size: 3em;
    }
    .newGalleryContentItem__counter .text {
        font-size: 2.2em;
    }
    .newGalleryContentItem__counter .icon {
        width: 6em;
        height: 4.8em;
    }
    .newGalleryContentItem__counter {
        width: 20.6em;
        height: 8.2em;
    }
    .newGalleryContent__showMore .icon,
    .newGalleryContent__showMoreBtn .text {
        font-size: 2.6em;
    }
    .newGalleryContentItem__content {
        padding: 6.2em 3.3em 5.4em 3.9em;
    }
    .newGalleryCats__list-wrap {
        min-width: 400%;
    }
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        background: #1f1f1f;
    }
}

.newGalleryContent__item iframe {
    width: 100%;
    height: calc(50vh);
}


.fancybox-show-thumbs .fancybox-thumbs {
    display: flex;
    justify-content: center;
}

.newGalleryContentItem__pics {
    width: 100%;
}
.newGalleryContentItem__pics:not(.swiper-initialized) {
    display: flex;
}

.newGalleryContentItem__pics.swiper-initialized {
    height: 100%;
    max-height: 270px;
    min-width: 0;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}

.newGalleryContentItem__pics {
    min-height: 0;
    min-width: 0;
}

.newGalleryContentItem__pics:not(.swiper-initialized) .newGalleryContentItem__pic:nth-child(n+2) {
    display: none;
}

.newGalleryContentItem__pics .slick-prev,
.newGalleryContentItem__pics .slick-next {
    bottom: 0;
    top: unset;
    transform: translateY(-50%);
    z-index: 1;
    top: 50%;
    cursor: pointer;
}

.newGalleryContentItem__pics .slick-next {
    right: 0;
}

.newGalleryContentItem__pics .slick-prev {
    right: unset;
    left: 0;
}
.newGalleryContentItem__pics .slick-next {
    background: #00000000 url(/image/right-s.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 59px;
    height: 59px;
    display: block;
    font-size: 0;
    background-size: 20px;
    opacity: 0.8;
}
.newGalleryContentItem__pics .slick-next::before {
    display: none;
}
.newGalleryContentItem__pics .slick-prev {
    right: auto;
    background: #00000000 url(/image/left-s.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 59px;
    height: 59px;
    display: block;
    font-size: 0;
    background-size: 20px;
    opacity: 0.8;
}
.newGalleryContentItem__pics .slick-next:hover, .newGalleryContentItem__pics .slick-prev:hover {
    opacity: 1;
}
.newGalleryContentItem__pics .slick-prev::before {
    display: none;
}

.newGallery-85 .newGalleryContent__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
}
.newGallery-85 .newGalleryContentItem__title {
    margin-bottom: 1rem;
}

@media (max-width: 1800px) {
    .newGalleryContent__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 760px) {
    .newGalleryContent__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .newGalleryContentItem__pics.swiper-initialized {
        max-height: calc(100vw * 0.6);
    }
}

.newGalleryContentItem__video {
    width: 100%;
    aspect-ratio: 1.5;
}