.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s, z-index 0.3s;
    display: block;
background-color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;


}

.preloader-remove {
    opacity: 0;
    z-index: -10;
}

.preloader img {
background-color: #242424;
 position: relative;
  z-index: 1;
width: 100rem;
aspect-ratio: 16/9;
    object-fit: cover;
    -webkit-object-fit: cover; /* Добавленный стиль для поддержки Safari */
}
.zoomist-container {
width: 100%;
height: 100%;
}
.zoomist-wrapper {
width: 100%;
display: flex;
    align-items: center;
    justify-content: center;
background-color: transparent!important;

}
.zoomist-image {
width: 100%;
height: 100%;
}

.showmobile { 
    display: none; 
}
@media only screen and (max-device-width : 768px){ 
    .showmobile { 
        display: flex; 
        flex-direction: row;
        align-items: center;
        column-gap: 5rem;
        margin-top: 25rem;
    }
}

@media (min-width: 768px) {
    .project-info__body {
         grid-template-columns: 90.4rem 4fr;
    }
    .project-info__slider {
        height: 67.8rem;
    }
    .project-layout__slider.swiper {
        min-height: 73.8rem;
        height: 100%;
    }
}

.project-layout__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
}

.project-layout__text-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.project-info__text-wrap {
    flex:1 1 auto;
}

.project-layout__list-item {
    display: flex;
    column-gap: 0.5rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 130%;
}
.project-layout__list-item::before {
    content: '-';
        
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 130%;
}


@media (max-width: 48em) {
    .project-info__head,
    .project-layout__head {
        border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
    }
    .project-layout__container.container .project-layout__content {
        width: auto;
    }
    .project-layout__list-item,
    .project-layout__list-item::before {
        font-size: 3.2rem;
    }
}
.project-info__body.project-info__body--small {
    grid-template-columns: 2fr 4fr;
}
.project-info__body.project-info__body--small .project-info__text {
    max-width: inherit;
}
.project-info__img {
    width: 35rem;
    /* height: 85.6rem; */
    height: 100%;
    position: relative;
}
.project-info__img::before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 6rem);
    background-color: #505050;
    transform-origin: left top;
    right: -3rem;
    top: -3rem;
}
.scroll-trigger .project-info__img::before {
    transform: scaleY(var(--scaleY));
}
.project-info__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 48em) {
    
    .project-info__body.project-info__body--small {
        grid-template-columns: 1fr;
    }
    .project-info__img {
        width: 100%;
        height: 81.6rem;
        padding-bottom: 2rem;
    }
    .project-info__img::before {
        content: none;
    }
}