        .home-foto {
            display: flex;
            width: 100%;
            position: relative;
        }

        .photo-group-1,
        .photo-group-2 {
            display: flex;
            flex-direction: column;
        }

        .home-foto-aside,
        .home-foto-iner {
            box-sizing: border-box;
        }

        .home-foto-aside-text {
            transform: rotate(-90deg);
            transform-origin: center;
            white-space: nowrap;
            margin: 0;
            padding: 10px;
            position: sticky;
            top: 20px;
            margin-top: 93px;
            margin-bottom: 93px;
        }



        .photo-group-2 a:first-child .home-foto-item-img {
            position: absolute;
            top: 20%;
            left: 65%;
            transform: translate(-50%, -50%);
            color: #D9381E;
            font-size: 14px;
            text-align: center;
            width: 80%;
            z-index: 2;
        }

        @keyframes slideInFromRight {
            from {
                transform: translateX(100%);
                opacity: 0;
            }

            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .photo-group-1,
        .photo-group-2,
        .ps-desct {
            animation: slideInFromRight 1s ease-out forwards;
            opacity: 0;
        }

        .photo-group-1 {
            animation-delay: 0.2s;
        }

        .photo-group-2 {
            animation-delay: 0.4s;
        }

        .ps-desct {
            animation-delay: 0.6s;
            margin: 20px 17px 20px 0%;
        }






        @media (min-width: 300px) {
            .home-foto {
                margin-top: 36px;
            }

            .photo-group-2 {
                margin-top: 124px;
            }

            .home-foto-aside {
                position: -webkit-sticky;
                position: sticky;
                top: 40px;
                align-self: flex-start;
                height: 100vh;
                flex: 0 0 15%;
                width: 15%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
            }

            .home-foto-iner {
                flex: 0 0 85%;
                width: 85%;
                overflow: hidden;
            }

            .home-foto-aside-text {
                margin-left: 0px;
                max-width: 100vh;
            }


            .photo-group-1 a:first-child {
                align-self: flex-end;
                width: 58.5%;
            }

            .photo-group-1 a:last-child,
            .photo-group-2 a:last-child {
                align-self: flex-start;
                width: 58.5%;
                margin-top: 80px;
            }

            .photo-group-1 a:first-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
            }

            .photo-group-1 a:last-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
            }

            /*  */
            .photo-group-2 a:first-child {
                align-self: flex-end;
                width: 64.5%;
                padding-right: 16px;
            }

            .photo-group-2 a:first-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
                position: relative;
                display: block;
            }

            .photo-group-2 a:last-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
            }
        }

        @media (min-width: 992px) {
            .home-foto {
                margin-top: 180px;
            }

            .photo-group-2 {
                margin-top: 180px;
            }

            .home-foto-aside {
                position: -webkit-sticky;
                position: sticky;
                top: 30px;
                align-self: flex-start;
                height: 100vh;
                flex: 0 0 12%;
                width: 12%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
            }

            .home-foto-iner {
                flex: 0 0 88%;
                width: 88%;
                overflow: hidden;
            }

            .home-foto-aside-text {
                margin-left: 0px;
                max-width: 100vh;
                font-size: 60px;
                font-weight: 600;
            }


            .photo-group-1 a:first-child {
                align-self: flex-end;
                width: 37.5%;
            }

            .photo-group-1 a:last-child,
            .photo-group-2 a:last-child {
                align-self: flex-start;
                width: 25%;
            }

            .photo-group-1 a:first-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
            }

            .photo-group-1 a:last-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
            }

            /*  */
            .photo-group-2 a:first-child {
                align-self: flex-end;
                width: 37.5%;
                margin-right: 12.5%;
            }

            .photo-group-2 a:first-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
                position: relative;
                display: block;
            }

            .photo-group-2 a:last-child img {
                width: 100%;
                height: auto;
                max-width: 100%;
            }

            .photo-group-2 a:first-child .home-foto-item-img {
                left: 68%;
            }

            .photo-group-2 a:last-child {
                margin-top: 180px;
            }

            .photo-group-1 a:last-child {
                margin-top: -313px;
            }

            .desct {
                margin-top: -414px;
                width: 65%;
                float: right;
            }
            .photo-group-2 {
                margin-bottom: 100px;
            }
        }































        .mobile-group {
            display: none;
        }

        .desktop-group {
            column-gap: 24px;
        }

        .desktop-group a {
            width: 100%;
            height: 100%;
        }

        .portfolio-box {
            display: flex;
            flex-direction: column;
            width: 100%;
            row-gap: 24px;
            margin-bottom: 64px;
        }

        .portfolio-block {
            display: flex;
            width: 100%;
            column-gap: 24px;
        }

        .portfolio-group {
            gap: 24px;
            display: flex;
            flex-direction: column;
        }

        .group-1,
        .group-2,
        .group-3 {
            width: 33.33%;
        }

        .portfolio-group img {
            width: 100%;
            object-fit: cover;
        }





        .mobile-group {
            width: 50%;
        }

        @media (min-width: 776px) {
            .desktop-group {
                display: flex;
            }

            .mobile-group {
                display: none;
            }

            .portfoli-custom-iner-1,
            .portfoli-custom-iner-2,
            .portfoli-custom-iner-3,
            .portfoli-custom-iner-5,
            .portfoli-custom-iner-6,
            .portfoli-custom-iner-8,
            .portfoli-custom-iner-9,
            .portfoli-custom-iner-10 {
                max-height: 684px;
                height: 100%;
            }


            .portfoli-custom-iner-4 {
                max-height: 306px;
                height: 100%;
            }

            .portfoli-custom-iner-7 {
                max-height: 354px;
                height: 100%;
            }


            .portfoli-custom-iner-1 img,
            .portfoli-custom-iner-2 img,
            .portfoli-custom-iner-3 img,
            .portfoli-custom-iner-5 img,
            .portfoli-custom-iner-6 img,
            .portfoli-custom-iner-8 img,
            .portfoli-custom-iner-9 img,
            .portfoli-custom-iner-10 img {
                width: 100%;
                height: 100%;
            }


            .portfoli-custom-iner-4 img {
                width: 100%;
                height: 100%;
            }

            .portfoli-custom-iner-7 img {
                width: 100%;
                height: 100%;
            }


        }


        @media (max-width: 777px) {
            .desktop-group {
                display: none;
            }

            .mobile-group {
                display: flex;
            }

            .portfoli-custom-iner-1,
            .portfoli-custom-iner-2,
            .portfoli-custom-iner-3,
            .portfoli-custom-iner-4,
            .portfoli-custom-iner-7,
            .portfoli-custom-iner-8,
            .portfoli-custom-iner-9,
            .portfoli-custom-iner-10 {
                height: 252px;
            }


            .portfoli-custom-iner-5,
            .portfoli-custom-iner-6 {
                height: 112px;
            }

            .portfoli-custom-iner-1 img,
            .portfoli-custom-iner-2 img,
            .portfoli-custom-iner-3 img,
            .portfoli-custom-iner-5 img,
            .portfoli-custom-iner-6 img,
            .portfoli-custom-iner-8 img,
            .portfoli-custom-iner-9 img,
            .portfoli-custom-iner-10 img {
                width: 100%;
                height: 100%;
            }


            .portfoli-custom-iner-4 img {
                width: 100%;
                height: 100%;
            }

            .portfoli-custom-iner-7 img {
                width: 100%;
                height: 100%;
            }

            .desktop-group {
                column-gap: 8px;
            }

            .portfolio-box {
                row-gap: 8px;
                margin-bottom: 64px;
            }

            .portfolio-block {
                column-gap: 8px;
            }

            .portfolio-group {
                gap: 8px;
            }
        }

        @media (min-width: 500px) and (max-width: 776px) {

            .portfoli-custom-iner-1,
            .portfoli-custom-iner-2,
            .portfoli-custom-iner-3,
            .portfoli-custom-iner-4,
            .portfoli-custom-iner-7,
            .portfoli-custom-iner-8,
            .portfoli-custom-iner-9,
            .portfoli-custom-iner-10 {
                height: calc(252px * 1.5);
            }

            .portfoli-custom-iner-5,
            .portfoli-custom-iner-6 {
                height: calc(112px * 1.5);
            }

            .ps-desct {
                margin: 20px 17px 20px 20%;
            }
        }

        @media (min-width: 376px) and (max-width: 499px) {

            .portfoli-custom-iner-1,
            .portfoli-custom-iner-2,
            .portfoli-custom-iner-3,
            .portfoli-custom-iner-4,
            .portfoli-custom-iner-7,
            .portfoli-custom-iner-8,
            .portfoli-custom-iner-9,
            .portfoli-custom-iner-10 {
                height: calc(252px * 1.5);
            }

            .portfoli-custom-iner-5,
            .portfoli-custom-iner-6 {
                height: calc(112px * 1.5);
            }

            .ps-desct {
                margin: 20px 17px 20px 20%;
            }
        }

        @media (max-width: 375px) {

            .portfoli-custom-iner-1,
            .portfoli-custom-iner-2,
            .portfoli-custom-iner-3,
            .portfoli-custom-iner-4,
            .portfoli-custom-iner-7,
            .portfoli-custom-iner-8,
            .portfoli-custom-iner-9,
            .portfoli-custom-iner-10 {
                height: calc(252px * 1);
            }

            .portfoli-custom-iner-5,
            .portfoli-custom-iner-6 {
                height: calc(112px * 1);
            }

            .ps-desct {
                margin: 20px 17px 20px 20%;
            }
        }